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

.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;
}

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

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

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

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

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

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

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

@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: #333;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #f5f8ff;
  margin-left: 0;
  margin-right: 0;
}

.navbar {
  height: 70px;
  max-width: 100%;
  color: #f5f8ff;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
}

.pledgx-logo {
  max-width: 65%;
  float: none;
  flex: 1;
  order: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: block;
  position: static;
  margin-top: -10px;
}

.services {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.services.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.services.w--current:hover {
  color: #dce7ff;
}

.services.w--current:active {
  color: #ff6d1d;
}

.about {
  color: #435eab;
  margin-left: 15px;
  margin-right: 0;
  padding: 10px;
  font-size: 18px;
  display: inline;
}

.about:hover {
  color: #dce7ff;
}

.about.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-3 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 0;
  padding: 10px;
  font-size: 18px;
  display: inline;
}

.nav-link-3:hover {
  color: #dce7ff;
}

.nav-link-3.w--current {
  color: #ff6d1d;
}

.nav-menu {
  float: right;
  text-align: left;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  align-content: center;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.sign-in {
  color: #ff6d1d;
  border: 3px solid #ff6d1d;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 0;
  margin-top: -5px;
  padding: 10px 15px;
  display: inline;
}

.sign-in:hover {
  color: #fff;
  background-color: #ff6d1d;
}

.container {
  width: 95%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 0 0 5px;
  padding-top: 0;
}

.landing-page {
  max-width: 100%;
  margin-top: 40px;
  padding-top: 40px;
}

.grid {
  max-width: 100%;
  grid-template: ". Area"
  / 3fr .25fr 1fr 1fr 1fr 1fr;
}

.left-column-grid {
  object-fit: fill;
  margin-right: 0;
  padding-right: 0;
}

.dashboard-image {
  background-color: rgba(0, 0, 0, 0);
}

.heading, .heading-2 {
  font-size: 36px;
}

.landing-text {
  color: #333;
  margin-top: 20px;
  font-size: 35px;
  line-height: 46px;
}

.landing-text-2 {
  color: #ff6d1d;
  font-size: 35px;
  line-height: 40px;
}

.landing-text-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.pledgx-button {
  height: auto;
  min-height: 0;
  float: none;
  color: #fff;
  background-color: #ff6d1d;
  border: 3px solid #ff6d1d;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 70px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.pledgx-button:hover {
  color: #ff6d1d;
  background-color: #fff;
  border: 3px solid #ff6d1d;
}

.pledgx-button._2 {
  padding-left: 4em;
  padding-right: 4em;
}

.pledgx-button.search-faq:hover {
  color: #fff;
  background-color: #da5b15;
  border: 1.5px solid #ecebed;
  border-left-style: none;
}

.pledgx-button.search-faq-1 {
  border-top-color: #ff6d1d;
  border-bottom-color: #ff6d1d;
  border-right-color: #ff6d1d;
}

.pledgx-button.search-faq-1:hover {
  background-color: #df5c14;
  border: 1.5px solid #df5c14;
  border-left: 1.5px #ecebed;
}

.hero-section {
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 80px;
}

.users-section {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
  position: absolute;
}

.card1 {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 20px;
  padding: 40px 40px 20px;
}

.card2 {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 20px;
  padding: 40px;
}

.card-1-heading, .card-2-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}

.card-text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 22px;
}

.image {
  max-width: 30%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: inline-block;
}

.image-2 {
  max-width: 30%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.cards {
  max-width: 100%;
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.points {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  padding-top: 40px;
  padding-bottom: 0;
}

.image-3 {
  max-width: 50%;
  text-align: center;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-4, .image-5, .image-6 {
  max-width: 50%;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-2 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.25;
}

.text-block-3 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.text-block-4, .text-block-5 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.25;
}

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

.what-we-offer {
  margin-top: 100px;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 0;
}

.grid-4 {
  grid-template-rows: auto;
  margin-top: 0;
  padding-top: 40px;
}

.right-grid {
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph {
  font-weight: 500;
}

.features {
  padding-top: 0;
  padding-bottom: 60px;
}

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

.feature {
  text-align: center;
}

.heading-3 {
  font-size: 36px;
}

.features-heading {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
}

.features-paragraph {
  text-align: center;
  padding-top: 20px;
  padding-left: 160px;
  padding-right: 160px;
  font-size: 18px;
}

.image-7, .image-8, .image-9 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.image-10, .image-11, .image-12 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.feature-subhead {
  min-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: flex;
}

.feature-subhead.coming-soon-subhead {
  z-index: 101;
  width: auto;
  min-width: 100%;
  color: #c4c4c4;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.section-3 {
  padding-top: 75px;
}

.feature-description {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.25;
}

.feature-description.coming-soon-description {
  color: #c4c4c4;
}

.features-section {
  margin-top: 200px;
  margin-left: 70px;
  margin-right: 70px;
}

.mission-section, .numbers-section {
  margin-top: 140px;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 0;
}

.contact-section {
  margin-top: 60px;
}

.mission {
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 36px;
  display: inline-block;
}

.grid-6 {
  grid-template-rows: auto;
}

.left {
  padding-right: 40px;
}

.numbers {
  max-width: 80%;
}

.grid-7 {
  height: auto;
  grid-row-gap: 0px;
  grid-template: ". number1" minmax(1px, 1px)
                 "with-pledgx Area" minmax(18vh, 40%)
                 "Area-2 line" minmax(1px, 1px)
                 "Area-6 Area-3" minmax(18vh, 40%)
                 ". ." minmax(1px, 1px)
                 "Area-7 Area-4" minmax(18vh, 40%)
                 "Area-8 Area-5"
                 / 1fr minmax(200px, 50%);
  grid-auto-rows: minmax(18vh, 44%);
  margin-top: 60px;
}

.numbers-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.mission-heading {
  font-size: 36px;
}

.num-box {
  mix-blend-mode: normal;
  background-image: linear-gradient(126deg, #eaefff, #2652d0);
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
}

.num-box-2 {
  background-image: linear-gradient(126deg, #ffd4bc, #ff6d1d);
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
}

.num-box-3 {
  background-image: linear-gradient(126deg, #d1ffe0, #3db262);
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
}

.num-white {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.num-white._2 {
  padding-bottom: 40px;
}

.num-head {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
}

.num-subhead {
  text-align: center;
  font-size: 18px;
}

.num-paragraph {
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.paragraph-2 {
  letter-spacing: 0;
  padding-top: 20px;
  font-size: 18px;
}

.brand.w--current {
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  margin-left: 0;
  display: block;
}

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

.image-13 {
  text-align: left;
  display: block;
}

.text-block-6, .div-block {
  position: absolute;
}

.contact {
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-bottom: 0;
  margin-left: 4%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 70px;
}

.contact-form {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 1fr);
  margin-top: 0;
}

.submit-button {
  width: 100%;
  min-height: 48px;
  text-align: center;
  object-fit: fill;
  background-color: #ff6d1d;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 60px;
  display: inline-block;
}

.submit-button:hover {
  color: #ff6d1d;
  background-color: #fff;
  border: 3px solid #ff6d1d;
}

.text-field {
  min-height: 56px;
  border-radius: 6px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-field-2 {
  min-height: 56px;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.textarea {
  border-radius: 6px;
  margin-left: 10px;
  padding-bottom: 122px;
}

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

.contact-text.extra {
  margin-left: 10px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.div-block-2 {
  text-align: right;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.back-to-top {
  margin: 0 70px;
}

.container-3 {
  max-width: none;
  display: block;
}

.text-block-7 {
  color: #ff6d1d;
  text-align: center;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 500;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  margin-left: -15px;
  display: flex;
}

.footer-image {
  width: auto;
  height: 80px;
  max-width: 100%;
  object-fit: contain;
  object-position: 0% 50%;
  margin-left: 0;
  display: block;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

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

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

.container-4 {
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.div-block-4 {
  padding-right: 140px;
}

.card-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.div-block-5 {
  padding-left: 0;
  padding-right: 40px;
}

.footer-text {
  float: none;
  clear: left;
  color: #fff;
  justify-content: center;
  margin-left: 0;
  padding-top: 10px;
  font-size: 24px;
  display: flex;
  position: relative;
}

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

.linkedin {
  padding-left: 10px;
  padding-right: 10px;
}

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

.twitter {
  padding-left: 10px;
  padding-right: 0;
}

.div-block-6 {
  text-align: left;
  align-items: stretch;
  display: flex;
}

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

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

.grid-9 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  flex: 1;
}

.hero-mobile, .mobile-landing {
  display: none;
}

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

.div-block-11 {
  color: rgba(0, 0, 0, 0);
}

.div-block-12 {
  color: rgba(51, 51, 51, 0);
}

.text-block-8 {
  color: #868686;
}

.body-2 {
  background-color: #f5f8ff;
  background-image: url('../images/Group-12.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.div-block-13 {
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
}

.div-block-14 {
  min-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  padding-top: 140px;
}

.meet-pledgx {
  float: none;
  text-align: center;
  margin: 60px auto 20px;
  font-size: 36px;
  display: block;
}

.meet-pledgx.search-page {
  text-align: left;
  margin-top: 220px;
  padding-top: 20px;
  font-size: 24px;
  position: relative;
}

.meet-title {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-15 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.section-5 {
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.section-5.bottom {
  padding-top: 0;
  padding-bottom: 80px;
}

.grid-10 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.team-item {
  padding-bottom: 0;
}

.name {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 21px;
  font-weight: 600;
}

.adivsors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-17 {
  padding-bottom: 0;
}

.paragraph-5 {
  width: auto;
  min-width: auto;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.blog {
  margin-bottom: 100px;
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 0;
  display: none;
}

.contents {
  max-width: 80%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 80px;
  display: block;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-item {
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 10px;
  padding: 20px;
}

.blog-image {
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.date {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
}

.blog-description {
  font-size: 14px;
  line-height: 1.25;
}

.blog-title {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.25;
}

.featured-blog-post {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  margin-left: 70px;
  margin-right: 70px;
  padding: 20px;
  display: none;
}

.grid-12 {
  grid-template-rows: auto;
}

.blog-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.featured-grid {
  grid-template-rows: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.featured-blog-image {
  border-radius: 20px;
}

.heading-7 {
  margin-top: 10px;
}

.featured-accent {
  color: #ff6d1d;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.featured-date, .paragraph-6 {
  font-size: 18px;
}

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

.featured-blog-creator {
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-creator {
  margin-bottom: 10px;
  font-size: 12px;
}

.section-6 {
  margin-left: 70px;
  margin-right: 70px;
}

.heading-8 {
  line-height: 1.4;
}

.page-title {
  text-align: left;
  font-size: 60px;
  line-height: 1.4;
}

.blog-page-title {
  text-align: center;
}

.title-section {
  margin: 80px 70px 100px;
  padding-top: 40px;
}

.title-section.blog-post {
  margin: 40px 140px 80px;
  padding-top: 0;
}

.blog-posts {
  margin-left: 70px;
  margin-right: 70px;
  display: none;
}

.blog-posts-inner {
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-15 {
  border-radius: 20px;
}

.collection-item {
  padding: 24px;
}

.blog-main {
  margin: 100px 220px;
}

.main-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  border-radius: 20px;
}

.text-block-10, .main-date {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
}

.main-title {
  font-size: 36px;
  line-height: 1.4;
}

.text-block-11, .main-author {
  font-size: 24px;
}

.rich-text-block {
  margin-top: 60px;
}

.button {
  text-align: left;
  display: inline-block;
}

.div-block-18 {
  text-align: center;
  margin-bottom: 60px;
}

.back-to-top {
  color: #ff6d1d;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
}

.support {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 40px;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-17 {
  float: right;
  margin-right: 0;
  display: block;
  position: relative;
}

.section-7 {
  margin-left: 70px;
  margin-right: 70px;
}

.heading-9 {
  text-align: left;
  margin-bottom: 10px;
}

.body-text {
  margin: 80px 70px;
  padding-top: 40px;
}

.updated-on {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.blog-post-date, .blog-post-author {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-post-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news {
  margin-left: 70px;
  margin-right: 70px;
}

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

.div-block-19 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  overflow: visible;
}

.news-heading {
  margin-bottom: 20px;
  font-weight: 600;
}

.image-19 {
  max-width: 60%;
  margin: 40px 0;
  display: inline-block;
  overflow: visible;
}

.news-paragraph {
  text-align: left;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 18px;
}

.mission-section {
  background-color: #fcfdff;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-20 {
  width: 60%;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.advisors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-13 {
  grid-template: ". Area"
  / 1fr .25fr;
  justify-items: stretch;
}

.testimonial-div {
  color: rgba(51, 51, 51, 0);
  position: static;
}

.opposite {
  float: right;
  grid-template: "Area-3 Area-2"
  / .25fr 1fr;
}

.image-20 {
  z-index: auto;
  margin-top: -10px;
  position: static;
}

.image-21 {
  z-index: 2;
  padding-top: 180px;
  padding-left: 100px;
  position: absolute;
}

.div-block-21 {
  z-index: auto;
  position: relative;
}

.div-block-22 {
  z-index: auto;
  float: left;
  position: relative;
}

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

.image-22 {
  padding-top: 140px;
  padding-right: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-23 {
  padding-top: 120px;
  padding-left: 100px;
  position: absolute;
}

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

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

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

.text-block-13 {
  font-family: Metropolis, sans-serif;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-8 {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-25 {
  z-index: 100;
  width: 35%;
  max-width: 35%;
  min-width: 12%;
  float: left;
  clear: none;
  object-fit: fill;
  margin-top: -46%;
  margin-left: 46%;
  margin-right: auto;
  padding-top: 0%;
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  overflow: visible;
}

.image-25.feature {
  max-width: 50%;
  position: relative;
}

.main-text {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.heading-11 {
  text-align: center;
  margin-right: 65px;
}

.div-block-29 {
  width: 100%;
  height: 1.5px;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 0;
  display: block;
}

.image-26 {
  width: 35%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
}

.div-block-gr4 {
  width: 50%;
  height: 1.5px;
  color: #000;
  background-color: #000;
  margin: 10px 0 20px auto;
  position: relative;
}

.div-block-gr4.gr2 {
  width: 100%;
}

.text-block-14 {
  width: auto;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 40%;
  font-size: 38px;
  font-weight: 700;
  display: block;
  position: relative;
  left: 0%;
}

.text-block-15 {
  width: auto;
  color: #435eab;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 20%;
  position: relative;
  left: 0%;
}

.columns-2 {
  height: 100%;
  margin-top: 0;
  position: relative;
}

.column-3 {
  height: 90%;
  margin-top: 20px;
  display: block;
}

.column-4 {
  height: 90%;
  margin-top: 20px;
}

.text-block-18 {
  font-size: 38px;
  font-weight: 700;
}

.text-block-19 {
  float: left;
  font-size: 38px;
  font-weight: 700;
  display: inline;
  position: relative;
  top: auto;
}

.text-block-20 {
  float: left;
  color: #435eab;
  font-size: 18px;
  display: inline;
  position: relative;
  top: 20px;
  left: 10px;
}

.image-29 {
  width: auto;
  height: 90%;
  max-width: 100%;
}

.text-block-21 {
  width: 80%;
  float: left;
  clear: left;
  margin-top: 10px;
  font-size: 18px;
  display: inline;
}

.column-5 {
  height: 90%;
  margin-top: 20px;
}

.column-6 {
  height: 100%;
  margin-top: 10px;
}

.div-block-31 {
  width: 100%;
  height: 1.5px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-30 {
  width: auto;
  height: 90%;
}

.image-31 {
  height: 100%;
}

.text-block-23 {
  float: left;
  font-size: 38px;
  font-weight: 700;
  display: inline;
  position: relative;
}

.columns-3 {
  margin-top: 20px;
}

.text-block-25 {
  float: left;
  color: #ff6d1d;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  display: inline;
  position: relative;
  top: 20px;
  left: 10px;
}

.text-block-26 {
  float: left;
  clear: left;
  margin-top: 10px;
  font-size: 18px;
  display: inline;
  position: relative;
}

.column-8, .column-9 {
  height: 90%;
  margin-top: 10px;
}

.image-33 {
  height: 90%;
}

.text-block-27 {
  float: left;
  font-size: 38px;
  font-weight: 700;
  display: inline;
  position: relative;
}

.text-block-28 {
  float: left;
  color: #43b868;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  display: inline;
  position: relative;
  top: 20px;
  left: 10px;
}

.text-block-29 {
  float: left;
  clear: left;
  margin-top: 10px;
  font-size: 18px;
  display: inline;
  position: relative;
}

.text-block-30 {
  float: left;
  font-size: 38px;
  font-weight: 700;
  position: relative;
}

.columns-5 {
  margin-top: 10px;
}

.column-12, .column-13 {
  height: 100%;
}

.column-14, .column-15 {
  margin-top: 0;
}

.columns-6, .columns-7 {
  margin-top: 20px;
}

.column-16 {
  height: 100%;
  margin-top: 10px;
}

.column-17 {
  height: 90%;
  margin-top: 20px;
}

.image-35 {
  height: 95%;
}

.text-block-33 {
  font-size: 38px;
  font-weight: 700;
  display: inline;
  position: relative;
}

.grid-14 {
  width: 80%;
  grid-template-rows: auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto;
  grid-template-areas: ". Area"
                       "Area-9 Area-2"
                       ". Area-3"
                       "Area-8 Area-4"
                       ". Area-5"
                       "Area-10 Area-6"
                       ". Area-7";
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32, .div-block-33, .div-block-34, .div-block-35 {
  height: 1.5px;
  background-color: #000;
}

.column-18, .image-36, .column-19 {
  height: auto;
}

.text-block-34 {
  font-size: 38px;
  font-weight: 700;
  display: inline;
}

.text-block-35 {
  color: #435eab;
  font-size: 18px;
  display: inline;
  position: relative;
  top: 0;
  left: 10px;
}

.text-block-36 {
  display: inline;
}

.text-block-37 {
  float: left;
  clear: left;
  font-size: 18px;
  display: inline;
  position: relative;
  top: 10px;
}

.column-20, .column-21, .image-37 {
  height: auto;
}

.text-block-38 {
  font-size: 38px;
}

.text-block-39 {
  font-size: 38px;
  font-weight: 700;
  display: inline;
}

.text-block-40 {
  color: #ff6d1d;
  font-size: 18px;
  display: inline;
  position: relative;
  left: 10px;
}

.text-block-41 {
  float: left;
  clear: left;
  font-size: 18px;
  display: inline;
  position: relative;
  top: 10px;
  bottom: auto;
}

.column-22, .column-23 {
  height: auto;
}

.text-block-42 {
  font-size: 38px;
  font-weight: 700;
  display: inline;
}

.text-block-43 {
  color: #43b868;
  font-size: 18px;
  display: inline;
  position: relative;
  left: 10px;
}

.text-block-44 {
  font-size: 18px;
}

.text-block-45 {
  float: left;
  font-size: 18px;
  display: inline;
  position: relative;
  top: 10px;
}

.text-block-46 {
  text-align: left;
  font-size: 38px;
  font-weight: 700;
  position: relative;
}

.div-block-36 {
  height: 1.5px;
  background-color: #000;
}

.columns-8 {
  margin-top: 20px;
}

.text-field-5, .text-field-6 {
  min-height: 56px;
  border-radius: 6px;
}

.field-label-4 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.field-label-5 {
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.field-label-6, .field-label-7 {
  margin-top: 20px;
  font-weight: 400;
}

.text-field-7, .text-field-8 {
  min-height: 56px;
  border-radius: 6px;
}

.checkbox-field {
  border-radius: 0;
  margin-top: 15px;
}

.text-span, .text-span-2 {
  color: #ff6d1d;
}

.checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-color: #ff6d1d;
  border-radius: 15px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff6d1d;
  background-size: contain;
  border-color: #ff6d1d;
  border-radius: 15px;
}

.text-span-3 {
  color: #ff6d1d;
}

.text-block-47 {
  margin-top: 20px;
  font-size: 14px;
}

.image-38 {
  height: 100px;
}

.column-24 {
  height: 100%;
  max-height: 75%;
  clear: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  bottom: auto;
  overflow: visible;
}

.checkbox-label {
  font-size: 14px;
}

.image-39 {
  max-width: 50%;
  float: left;
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin-top: 10px;
  display: block;
  position: relative;
  bottom: auto;
  left: 20px;
}

.text-block-48 {
  margin-top: 20px;
  font-size: 14px;
}

.text-block-49 {
  font-size: 14px;
}

.text-block-50, .text-block-51 {
  margin-top: 20px;
  font-size: 14px;
}

.image-40 {
  width: 24px;
  height: 24px;
  float: right;
  clear: left;
  margin-top: 10px;
  margin-bottom: auto;
  padding-top: 0;
  display: inline-block;
  position: relative;
}

.image-41 {
  width: 24px;
  height: 24px;
  float: right;
  clear: left;
  margin-top: 10px;
  display: block;
  position: relative;
}

.image-42 {
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 10px;
  display: block;
  position: relative;
}

.image-43, .image-44, .image-45 {
  margin-top: 40px;
}

.image-46 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding-right: 0;
}

.text-block-52 {
  color: #ff6d1d;
  text-transform: uppercase;
  margin-left: 3%;
  font-size: 18px;
  font-weight: 700;
}

.text-block-53 {
  margin-top: 5px;
  margin-left: 3%;
  font-size: 14px;
}

.heading-blog {
  margin-top: 5px;
  font-size: 38px;
}

.text-block-54 {
  margin-left: 3%;
  font-size: 14px;
  font-weight: 700;
}

.text-block-55 {
  margin-top: 20px;
  font-size: 18px;
}

.column-25 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.columns-9 {
  margin: 40px auto 20px;
}

.grid-15 {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template: "Area Area-2 Area-3" .75fr
                 "Area-date Area-date2 Area-date3"
                 "Area-h Area-h2 Area-h3"
                 "Area-text Area-text2 Area-text3"
                 / 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 80px;
}

.text-block-56 {
  text-align: left;
  padding-top: 30px;
  font-size: 14px;
}

.heading-12 {
  color: #000;
  text-align: left;
  margin-top: 5px;
}

.text-block-57 {
  text-align: left;
  font-size: 14px;
}

.div-block-37 {
  margin-top: 0;
}

.container-6 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 80px;
}

.text-block-58 {
  color: #ff6d1d;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.image-47 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-59 {
  font-size: 18px;
}

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

.text-block-60 {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 700;
}

.video {
  width: 95%;
  margin-left: 5%;
  margin-right: 0;
  padding-left: 0;
}

.navbar-2 {
  background-color: #fff;
}

.text-block-61 {
  color: #ff6d1d;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.image-49 {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.image-49.new-image {
  margin-top: 60px;
}

.text-block-62 {
  margin-top: 40px;
  font-size: 18px;
}

.heading-14 {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-block-63 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-64 {
  color: #000;
  margin-top: 60px;
  font-size: 18px;
  text-decoration: none;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

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

.paragraph-7 {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.paragraph-8 {
  width: 60vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 18px;
}

.link-block, .link-block-2, .link-block-3 {
  float: right;
  display: block;
}

.bold-text {
  margin-left: 3%;
  font-weight: 400;
  display: block;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.image-50, .image-51, .image-52 {
  border-radius: 6px;
}

.bold-text-5 {
  color: #000;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.text-span-5 {
  color: #ff6d1d;
  text-transform: none;
  text-decoration: none;
  display: inline;
}

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

.text-span-6 {
  color: #ff6d1d;
}

.link-4, .link-5 {
  color: #ff6d1d;
  text-decoration: none;
}

.bold-text-6 {
  margin-top: 20px;
  display: inline-block;
}

.bold-text-7 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  display: inline-block;
}

.bold-text-8 {
  float: none;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.bold-text-8.bold-text-8-link {
  display: inline;
}

.bold-text-8.other-bold-text {
  margin-bottom: 0;
}

.bold-text-8.other-bold {
  margin-top: 10px;
}

.bold-text-9 {
  margin-top: 10px;
  font-size: 18px;
  display: inline-block;
}

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

.text-block-65 {
  margin-top: 0;
  font-size: 18px;
}

.text-block-65.ig {
  margin-top: 60px;
}

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

.text-block-66 {
  font-size: 18px;
}

.list-2 {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 40px;
}

.bold-text-10 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.text-block-67 {
  font-size: 18px;
  font-weight: 400;
}

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

.link-8 {
  float: left;
  color: #ff6d1d;
  text-decoration: none;
  display: inline-block;
}

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

.text-block-68 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.text-block-69 {
  margin-top: 20px;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  font-size: 18px;
}

.grid-16 {
  grid-template-areas: "Area Area-2";
}

.link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17 {
  color: #333;
  text-decoration: none;
}

.div-block-38 {
  float: none;
  clear: none;
}

.button-2 {
  margin-top: 20px;
  padding: 10px 60px;
}

.button-2.pledgx-button {
  width: 100%;
  text-align: center;
}

.text-span-7 {
  margin-left: 3%;
  display: block;
}

.image-53 {
  max-width: 40%;
  margin-left: 20%;
  position: absolute;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.search-input {
  width: 100%;
  max-width: none;
  min-height: 50px;
  color: #b9b9c3;
  border: 1.5px solid #ecebed;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.search-2 {
  width: 40rem;
  margin-top: 140px;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.search-input-2 {
  width: 40rem;
  height: 50px;
  float: none;
  color: #b9b9c3;
  border: 1.5px solid #ecebed;
  border-right-style: none;
  border-radius: 6px 0 0 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.search-faq {
  z-index: 50;
  width: auto;
  height: 50px;
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #ff6d1d;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1.5px solid #ff6d1d;
  border-left: 1.5px #ecebed;
  border-radius: 0 6px 6px 0;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 23px;
  padding-right: 24px;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.search-faq:hover {
  background-color: #df5c14;
  border-top-color: #df5c14;
  border-bottom-color: #df5c14;
  border-right-color: #df5c14;
}

.field-label-8 {
  width: 40rem;
  margin-bottom: 0;
  display: block;
}

.search-result-wrapper {
  margin-top: 20px;
  position: relative;
}

.link-18 {
  color: #ff6d1d;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-13 {
  color: #b9b9c3;
  margin-bottom: 30px;
}

.list-3 {
  padding-left: 0;
  list-style-type: none;
}

.paragraph-14 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.dropdown {
  height: 50px;
  text-align: left;
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-toggle {
  width: 100%;
  height: 50px;
  background-color: rgba(235, 233, 241, .5);
  margin-top: 0;
  padding-top: 15px;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-toggle.w--open {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-70 {
  margin: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: static;
}

.dropdown-list {
  display: none;
  position: relative;
  overflow: auto;
}

.dropdown-list.w--open {
  z-index: auto;
  object-fit: fill;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: relative;
  overflow: visible;
}

.bold-text-12 {
  font-weight: 500;
}

.div-block-39 {
  height: 1.5px;
  object-fit: scale-down;
  background-color: #ff6d1d;
  display: block;
  position: relative;
  overflow: visible;
}

.icon-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.dropdown-icon {
  position: absolute;
}

.text-block-71, .text-block-72, .text-block-73, .text-block-74, .text-block-75, .text-block-76 {
  position: relative;
}

.search-3 {
  width: 60%;
  margin-bottom: 0;
  position: absolute;
}

.dropdownblock {
  height: 1.5px;
  background-color: #ff6d1d;
}

.text-block-78 {
  font-size: 18px;
}

.bold-text-13 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.bold-text-14 {
  font-weight: 600;
  display: block;
}

.text-block-79 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 18px;
}

.link-19 {
  color: #ff6d1d;
}

.text-block-80 {
  margin-top: 60px;
}

.bold-text-15 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.list-4 {
  padding-left: 40px;
  list-style-type: disc;
  display: block;
}

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

.bold-text-16 {
  color: #ff6d1d;
  font-size: 18px;
  font-weight: 400;
}

.link-21 {
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.link-22 {
  color: #ff6d1d;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
}

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  font-size: 18px;
  font-weight: 400;
}

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

.video-3 {
  margin-top: 0;
}

.video-header {
  text-align: left;
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.video-header._2 {
  margin-top: 50px;
}

.text-block-84 {
  text-align: left;
  margin-top: 15px;
}

.your-role {
  clear: none;
  color: #ff6d1d;
  justify-content: center;
  margin: 40px auto;
  font-size: 30px;
  font-weight: 300;
  display: flex;
}

.button-3 {
  background-color: #ff6d1d;
  border-radius: 10px;
}

.grid-17 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 ."
                       ". . Area-3";
  margin-top: 15px;
}

.button-4 {
  width: 150px;
  height: 50px;
  text-align: center;
  background-color: #ff6d1d;
  border-radius: 6px;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.heading-17 {
  justify-content: center;
  display: flex;
}

.heading-18 {
  color: #000;
}

.heading-19 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.bold-text-21 {
  justify-content: center;
  display: flex;
}

.button-5 {
  border-radius: 6px;
  margin-left: 428px;
}

.button-6 {
  background-color: #ff6d1d;
  margin-left: 414px;
}

.container-8 {
  width: 100%;
  max-width: 100%;
  float: none;
  text-align: left;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: baseline;
  margin: auto 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: visible;
}

.nav-link-5 {
  color: #435eab;
  flex: 0 auto;
  align-self: flex-end;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-5:hover {
  color: #dce7ff;
}

.nav-link-5.w--current {
  color: #ff6d1d;
}

.nav-link-6 {
  color: #435eab;
  align-self: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-6.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-6.w--current:hover {
  color: #dce7ff;
}

.nav-link-6.w--current:active {
  color: #ff6d1d;
}

.container-1 {
  margin-top: 85px;
}

.prequalify-for-more-head {
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.reduce-prequal-efforts {
  color: #ff6d1d;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  display: flex;
}

.reliable-platform {
  color: #f66d1d;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 24px;
  line-height: 27px;
  display: flex;
}

.partner-with-us {
  color: #f66d1d;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 30px;
  display: flex;
}

.bold-text-25 {
  color: #333;
  margin-top: -5px;
  font-size: 20px;
  display: inline;
}

.list-item-10 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-348 {
  margin-top: 0;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 10px;
}

.text-block-97 {
  color: #435eab;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.list-item-19 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-96 {
  color: #43b868;
  margin-top: 35px;
  font-size: 18px;
}

.mobileimage {
  margin-top: 0;
}

.strengths {
  margin-top: 40px;
}

.div-block-346 {
  flex: 0 auto;
  margin-top: 0;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 10px;
}

.column-34 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
}

.list-item-13 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.list-item-13._2 {
  margin-top: 20px;
}

.bold-text-24 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4px;
}

.columns-12 {
  margin-top: 5px;
}

.text-block-95 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-left: 15px;
  font-size: 20px;
}

.div-block-347 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
}

.bold-text-26 {
  color: #000;
  font-size: 18px;
}

.list-item-14 {
  list-style-type: disc;
  display: flex;
}

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

.text-block-98 {
  color: #435eab;
  text-align: left;
  margin-top: 60px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.list-item-15 {
  display: flex;
}

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

.column-35 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.bold-text-27 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.columns-13 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block-99 {
  color: #ff6d1d;
}

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

.show-case {
  margin-top: 0;
}

.showcase-strengths {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 30px;
}

.profile-includes {
  color: #ff6d1d;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}

.profile-features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Group-103.png');
  background-position: 0 0;
  background-size: auto;
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 0;
  padding: 10px 20px;
}

.feature-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 4px 4px 6px -2px #d8d8d8;
}

.image-54 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.image-55, .image-56 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.show-me-how {
  justify-content: center;
  display: flex;
}

.button-15 {
  width: 118px;
  height: 40px;
  background-color: #ff6d1d;
  border-radius: 9px;
  justify-content: flex-start;
  margin-left: 0;
  padding-top: 9px;
  display: flex;
}

.button-16 {
  justify-content: center;
  display: flex;
}

.button-17 {
  width: 200px;
  text-align: center;
  background-color: #f66d1f;
  border-radius: 6px;
  margin-top: 0;
  margin-left: -50px;
}

.column-36, .column-37 {
  justify-content: center;
  display: flex;
}

.container-9 {
  margin-top: 45px;
}

.heading-20 {
  justify-content: center;
  display: flex;
}

.heading-30 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1px;
}

.div-block-352 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.footer-2 {
  background-color: #000;
  margin-top: 0;
}

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

.text-block-90 {
  color: #868686;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.footer-text-container {
  padding-left: 0;
}

.div-block-353 {
  text-align: left;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  margin-right: 60px;
  padding-right: 0;
  display: flex;
}

.image-58 {
  margin-left: 8px;
  padding-right: 0;
}

.list-5 {
  margin-top: 14px;
  margin-right: -50px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-354 {
  width: 500px;
  height: 50px;
  margin-top: -89px;
  margin-left: 0;
  padding-top: 10px;
}

.container-10 {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 70px;
  padding-top: 0;
}

.nav-link-7 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-7:hover {
  color: #dce7ff;
}

.nav-link-7.w--current {
  color: #ff6d1d;
}

.container-11 {
  margin-top: 10px;
}

.section-head {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 59px;
}

.nav-link-8 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-8.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-8.w--current:hover {
  color: #dce7ff;
}

.nav-link-8.w--current:active {
  color: #ff6d1d;
}

.container-12 {
  margin-top: 45px;
}

.column-38, .column-39 {
  justify-content: center;
  display: flex;
}

.button-18, .button-19 {
  background-color: #f66d1d;
  border-radius: 6px;
}

.container-13 {
  margin-top: 30px;
}

.container-14 {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 70px;
  padding-top: 0;
}

.nav-link-9 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-9:hover {
  color: #dce7ff;
}

.nav-link-9.w--current {
  color: #ff6d1d;
}

.container-15 {
  margin-top: 10px;
}

.nav-link-10 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  display: inline;
}

.nav-link-10.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-10.w--current:hover {
  color: #dce7ff;
}

.nav-link-10.w--current:active {
  color: #ff6d1d;
}

.grid-18 {
  background-image: url('../images/Group-103.png');
  background-position: 0 0;
  background-size: auto;
  grid-template: ". . Area"
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  padding-bottom: 50px;
}

.feature-3 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 4px 4px 6px -2px #d8d8d8;
}

.image-59 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.feature-subhead-2 {
  min-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: flex;
}

.image-60 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.image-61, .image-62 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.container-16 {
  margin-top: 30px;
}

.heading-31 {
  height: auto;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.slider {
  height: 490px;
}

.heading-32 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 361px;
  margin-left: 40px;
  display: flex;
}

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

.gc-s {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/gc-light.png');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  outline: 3px #333;
  margin-top: 0;
}

.slider-2 {
  height: 400px;
}

.subs {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/su.png');
  background-position: 50%;
  background-size: cover;
}

.buyer {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
}

.prop-mngmnt {
  background-image: url('../images/props.png');
  background-position: 50%;
  background-size: cover;
}

.lender-slide {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent {
  background-image: url('../images/6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.underwriter-slide {
  opacity: 1;
  background-image: url('../images/write.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.div-block-355 {
  width: 500px;
  height: 200px;
  opacity: .47;
  background-color: #fff;
  margin-top: 90px;
  margin-left: 44px;
}

.heading-33 {
  opacity: 1;
  color: #f66d1d;
  font-size: 33px;
}

.heading-34 {
  color: #f66d1d;
}

.sub {
  width: 600px;
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: .5px;
  text-shadow: 0 0 rgba(0, 0, 0, .2);
  margin-top: 74px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-size: 30px;
}

.text-block-100 {
  width: 530px;
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: .7px;
  text-shadow: 1px -1px 1px rgba(0, 0, 0, .2);
  margin-top: -12px;
  margin-left: 122px;
  font-weight: 400;
}

.div-block-356 {
  width: 550px;
  background-color: #fff;
  display: block;
}

.div-block-357 {
  width: 500px;
  height: 100px;
  margin-top: 14px;
  margin-left: 0;
}

.button-20 {
  color: #000;
  background-color: #fff;
  border-radius: 14px;
  margin-top: 58px;
  margin-left: 100px;
}

.container-17 {
  margin-top: 60px;
}

.button-21 {
  color: #000;
  background-color: #fff;
  border-radius: 14px;
  margin-top: 198px;
  margin-left: 120px;
}

.container-18 {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 70px;
  padding-top: 0;
}

.nav-link-11 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-11:hover {
  color: #dce7ff;
}

.nav-link-11.w--current {
  color: #ff6d1d;
}

.container-19 {
  margin-top: 0;
}

.sign-in-2 {
  color: #ff6d1d;
  cursor: pointer;
  border: 3px solid #ff6d1d;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 0;
  padding: 10px 40px;
  display: inline;
}

.sign-in-2:hover {
  color: #fff;
  background-color: #ff6d1d;
}

.nav-link-12 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-12.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-12.w--current:hover {
  color: #dce7ff;
}

.nav-link-12.w--current:active {
  color: #ff6d1d;
}

.nav-link-13 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-13:hover {
  color: #dce7ff;
}

.nav-link-13.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
}

.container-20 {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 70px;
  padding-top: 0;
}

.nav-link-14 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-14:hover {
  color: #dce7ff;
}

.nav-link-14.w--current {
  color: #ff6d1d;
}

.container-21 {
  margin-top: 10px;
}

.nav-link-15 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-15.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-15.w--current:hover {
  color: #dce7ff;
}

.nav-link-15.w--current:active {
  color: #ff6d1d;
}

.nav-link-16 {
  color: #435eab;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.nav-link-16:hover {
  color: #dce7ff;
}

.nav-link-16.w--current {
  color: #ff6d1d;
  margin-left: 15px;
  margin-right: 15px;
}

.free-up {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
}

.column-40 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.list-item-16 {
  list-style-type: disc;
  display: flex;
}

.div-block-358 {
  margin-left: 15px;
  padding-top: 10px;
  padding-left: 10px;
}

.columns-15 {
  margin-top: 0;
  margin-bottom: 40px;
}

.container-22 {
  height: 250px;
  margin-top: 0;
}

.bold-text-28 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.div-block-359 {
  min-height: 25px;
}

.text-block-101 {
  color: #435eab;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

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

.container-23 {
  margin-top: -54px;
}

.column-41 {
  justify-content: center;
  display: flex;
}

.button-12 {
  color: #f66d1d;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #f66d1d;
  border-radius: 9px;
  flex: none;
}

.column-42 {
  justify-content: center;
  display: flex;
}

.button-13 {
  color: #f66d1d;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #f66d1d;
  border-radius: 6px;
  flex: 0 auto;
  transition: opacity .2s, opacity .2s;
  transform: translate(0);
}

.container-24 {
  margin-top: 40px;
}

.column-43 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.list-item-17 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.list-item-17._11 {
  margin-top: 0;
}

.list-item-17._12 {
  margin-top: 20px;
}

.container-25 {
  height: 250px;
  margin-top: 0;
}

.div-block-361 {
  min-height: 25px;
}

.text-block-102 {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.body-3 {
  clear: none;
  background-image: url('../images/Group-116.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.body-4 {
  background-image: url('../images/Group-116.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.grid-19 {
  grid-template: "."
                 "." 1fr
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 39px;
}

.button-22 {
  width: 150px;
  height: 50px;
  text-align: center;
  background-color: #f66d1d;
  border-radius: 6px;
  font-size: 14px;
}

.button-23, .button-24, .button-25 {
  width: 150px;
  height: 50px;
  background-color: #f66d1d;
  border-radius: 6px;
}

.button-26 {
  width: 150px;
  background-color: #f66d1d;
  border-radius: 6px;
}

.button-27 {
  background-color: #f66d1d;
  border-radius: 6px;
}

.button-28 {
  width: 150px;
  height: 50px;
  background-color: #f66d1d;
  border-radius: 6px;
}

.image-66 {
  margin-left: 75px;
  display: block;
}

.heading-37 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.section-10 {
  margin-top: 20px;
}

.columns-16 {
  margin-top: 20px;
  margin-left: 0;
}

.image-67 {
  margin-left: 77px;
  display: block;
}

.heading-38 {
  color: #000;
  text-align: center;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.heading-39 {
  color: #000;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-68 {
  margin-left: 100px;
}

.heading-40 {
  color: #000;
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-69 {
  margin-left: 100px;
}

.columns-17 {
  margin-top: 40px;
}

.columns-10 {
  background-image: url('../images/Group-116.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 140px;
  margin-bottom: 140px;
}

.submit-button-3 {
  background-color: #ff6d1d;
  border-radius: 10px;
}

.section-11 {
  margin-left: auto;
  margin-right: auto;
}

.checkbox-field-2 {
  margin-top: 0;
  padding-top: 8px;
}

.columns-18 {
  background-image: url('../images/Group-116.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 140px;
  margin-bottom: 140px;
}

.column-45 {
  margin-top: -30px;
  padding-left: 20px;
  padding-right: 40px;
}

.submit-button-4 {
  background-color: #ff6d1d;
  border-radius: 10px;
  margin-top: 20px;
}

.image-71 {
  padding-left: 20px;
}

.section-12 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-24 {
  display: inline;
}

.link-block-5 {
  display: block;
}

.link-block-6 {
  justify-content: center;
  display: block;
}

.button-29 {
  display: block;
}

.button-30 {
  justify-content: center;
  display: flex;
}

.div-block-362 {
  height: 25px;
}

.text-block-103 {
  color: #ff6d1d;
  margin-top: 10px;
}

.bold-text-29 {
  color: #000;
  font-size: 20px;
}

.text-block-104 {
  color: #ff6d1d;
  margin-top: 34px;
}

.bold-text-30 {
  color: #000;
  font-size: 20px;
}

.grid-20 {
  background-image: url('../images/Group-103.png');
  background-position: 0 0;
  background-size: auto;
  grid-template: ". . Area"
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  padding-bottom: 50px;
}

.feature-4 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 4px 4px 6px -2px #d8d8d8;
}

.image-72 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.feature-subhead-3 {
  min-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: flex;
}

.image-73 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.image-74, .image-75 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.button-31, .button-32 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-left: 400px;
}

.button-33 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-left: 400px;
  transition: opacity .2s;
  display: inline-block;
}

.image-76 {
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.image-77 {
  margin-left: 0;
  display: block;
}

.image-78 {
  margin-left: 0;
}

.image-79 {
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.button-34 {
  display: flex;
}

.image-80, .image-81 {
  margin-top: 0;
  margin-left: 0;
}

.image-82 {
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.link-block-10 {
  text-align: center;
  text-decoration: none;
}

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

.link-block-12 {
  text-align: center;
  text-decoration: none;
}

.div-block-363 {
  text-align: center;
  padding-right: 125px;
}

.div-block-364 {
  display: inline-block;
}

.columns-19 {
  margin-top: 20px;
}

.image-83, .image-84, .image-85 {
  margin-left: auto;
  margin-right: auto;
}

.image-86 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-87, .image-88, .image-89 {
  margin-left: auto;
  margin-right: auto;
}

.heading-42, .heading-43 {
  font-size: 20px;
}

.heading-44 {
  color: #435eab;
  text-align: center;
}

.column-47 {
  margin-top: 55px;
}

.image-90 {
  margin-top: 100px;
}

.heading-45, .text-block-105, .heading-46, .text-block-106 {
  text-align: center;
}

.text-block-107 {
  margin-top: 38px;
}

.form-block {
  margin-top: 33px;
}

.text-field-12 {
  width: 450px;
  object-fit: scale-down;
  overflow: scroll;
}

.text-field-13, .text-field-14 {
  width: 450px;
}

.submit-button-5 {
  background-color: #f66d1d;
  border-radius: 6px;
}

.columns-20 {
  margin-top: 100px;
}

.text-block-108 {
  margin-top: 35px;
}

.button-35 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 30px;
  margin-left: 400px;
}

.text-block-109 {
  margin-top: 33px;
}

.heading-47 {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.text-block-110 {
  margin-top: 0;
}

.text-block-111 {
  margin-top: 35px;
}

.text-block-112 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
}

.text-block-113 {
  margin-top: 10px;
}

.div-block-365 {
  width: 700px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 163px;
  margin-bottom: 0;
  margin-left: 271px;
}

.gc {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: black;
  text-shadow: 0 0 #000;
  font-size: 30px;
}

.text-block-114 {
  -webkit-text-stroke-width: .5px;
  font-weight: 600;
}

.button-36 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 25px;
}

.button-37 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 220px;
  margin-left: 416px;
}

.heading-48 {
  font-size: 30px;
}

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

.heading-50 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: .5px;
  margin-left: 140px;
  font-size: 30px;
}

.text-block-115 {
  color: #000;
  text-align: center;
  margin-left: 0;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

.container-26 {
  margin-top: 109px;
}

.button-38 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #f66d1d;
  border-radius: 6px;
  outline: 3px #f66d1d;
  margin-top: 22px;
  margin-left: 0;
}

.heading-51 {
  color: #000;
  text-align: left;
  justify-content: center;
  font-size: 30px;
  display: flex;
}

.bold-text-31 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  display: inline;
}

.text-block-116 {
  color: #000;
  text-align: left;
  justify-content: center;
  margin-left: 25px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.button-39 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 22px;
  margin-left: 0;
}

.container-27 {
  margin-top: 100px;
  margin-left: 0;
}

.heading-52 {
  color: #000;
  text-align: center;
  margin-left: -285px;
  font-size: 30px;
}

.text-block-117 {
  color: #000;
  text-align: left;
  margin-left: 140px;
  font-size: 18px;
  font-weight: 600;
}

.button-40 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 22px;
  margin-left: 140px;
}

.container-28 {
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 0;
}

.heading-53 {
  color: #000;
  text-align: left;
  font-size: 30px;
}

.text-block-118 {
  color: #000;
  text-align: left;
  margin-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.button-41 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 22px;
}

.container-29 {
  margin-top: 100px;
  margin-left: 140px;
}

.heading-54 {
  color: #000;
  font-size: 30px;
}

.heading-55 {
  color: #000;
  text-align: right;
  font-size: 30px;
}

.text-block-119 {
  color: #000;
  text-align: left;
  margin-left: 348px;
  font-size: 18px;
  font-weight: 600;
}

.button-42 {
  text-align: center;
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 22px;
  margin-left: 345px;
}

.container-30 {
  margin-top: 118px;
  margin-left: auto;
}

.heading-56 {
  font-size: 30px;
}

.heading-57 {
  color: #000;
  font-size: 30px;
}

.text-block-120 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.button-43 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-top: 22px;
  margin-left: 0;
}

.div-block-366 {
  margin-top: 120px;
  margin-left: 140px;
}

.heading-58 {
  color: #000;
}

.heading-59 {
  color: #000;
  font-size: 30px;
}

.text-block-121 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.button-44 {
  background-color: #ff6d1d;
  border-radius: 6px;
  margin-top: 22px;
}

.container-31 {
  margin-top: 120px;
  margin-left: 140px;
}

.heading-60, .heading-61 {
  color: #000;
  text-align: center;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.heading-62 {
  color: #000;
  text-align: center;
  justify-content: center;
  display: flex;
}

.heading-63 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-25 {
  width: 50%;
}

.div-block-368 {
  width: 60%;
}

.wpxp {
  font-size: 18px;
}

.found {
  margin-top: 20px;
  font-size: 18px;
}

.section-14 {
  margin-top: 0;
  padding-bottom: 40px;
}

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

.bold-text-32 {
  font-size: 28px;
}

.heading-65 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
}

.heading-66 {
  color: #f66d1d;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 30px;
}

.container-32, .div-block-370 {
  margin-top: 100px;
}

.div-block-371 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-block-122 {
  margin-top: 34px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-124 {
  margin-top: 20px;
}

.text-block-125 {
  margin-top: 10px;
}

.text-block-126 {
  margin-top: 55px;
}

.text-block-127 {
  margin-top: -10px;
}

.text-block-128 {
  margin-top: 10px;
}

.image-91 {
  margin-top: 0;
}

.image-92, .image-93, .image-94 {
  margin-top: 60px;
}

.image-95, .image-96, .image-97, .image-98 {
  margin-top: 0;
}

.button-45 {
  background-color: #f66d1d;
  border-radius: 6px;
  margin-left: 390px;
}

.columns-21 {
  background-image: url('../images/Group-116.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 140px;
  margin-bottom: 140px;
}

.submit-button-6 {
  background-color: #ff6d1d;
  border-radius: 10px;
}

.section-15 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-129 {
  margin-top: 20px;
}

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

.heading-68 {
  color: #f66d1d;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  line-height: 36px;
}

.text-block-130 {
  margin-top: 20px;
}

.image-100, .image-101 {
  margin-top: 0;
}

.image-102, .image-103, .image-104, .image-105 {
  margin-top: 30px;
}

.div-block-373, .div-block-374 {
  margin-left: 15px;
  padding-top: 20px;
}

.div-block-375 {
  margin-left: 15px;
}

.div-block-376 {
  margin-left: 15px;
  padding-top: 20px;
}

.div-block-377 {
  margin-left: 20px;
}

.heading-69 {
  color: #f66d1d;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.image-106, .image-107, .image-108, .image-109 {
  margin-top: 50px;
}

.text-block-131, .image-110, .image-111 {
  margin-top: 5px;
}

.text-block-132 {
  margin-left: 0;
  font-size: 20px;
}

.bold-text-34 {
  font-size: 20px;
}

.bold-text-35 {
  color: #000;
  font-size: 20px;
  line-height: 0;
}

.bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .text-block-133 {
  font-size: 20px;
}

.text-block-134 {
  margin-top: 18px;
}

.text-block-135 {
  margin-top: -10px;
}

.text-block-137 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.image-113 {
  margin-top: 5px;
}

.text-block-138, .text-block-139 {
  font-size: 20px;
}

.text-block-140 {
  color: #000;
  font-size: 20px;
}

.text-block-141 {
  font-size: 20px;
}

.text-block-142 {
  font-size: 20px;
  font-weight: 700;
}

.bold-text-42, .text-block-143 {
  font-size: 20px;
}

.ai, .dig, .bold-text-47, .bold-text-48 {
  color: #000;
}

.text-block-145 {
  margin-left: 0;
  font-size: 20px;
}

.bold-text-53 {
  font-size: 20px;
}

.bold-text-56 {
  margin-left: 0;
  font-size: 20px;
}

.div-block-380 {
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 20px;
}

.text-block-146, .bold-text-58, .text-block-147, .bold-text-59, .bold-text-61, .bold-text-62 {
  color: #000;
  font-size: 20px;
}

.bold-text-63 {
  font-size: 20px;
}

.text-block-148 {
  color: #000;
  font-size: 20px;
}

.bold-text-64 {
  color: #333;
}

.bold-text-65 {
  color: #000;
}

.bold-text-66 {
  color: #333;
}

.bold-text-67 {
  color: #333;
  font-size: 20px;
}

.bold-text-68, .bold-text-69 {
  color: #333;
}

.text-block-149 {
  color: #333;
  font-size: 20px;
  line-height: 1.15;
}

.column-53 {
  padding-right: 20px;
}

.bold-text-70 {
  color: #333;
}

.text-block-150 {
  color: #000;
  font-size: 20px;
}

.heading-70 {
  color: #f66d1d;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.div-block-387, .div-block-388, .div-block-389, .div-block-390, .div-block-391, .div-block-392, .div-block-393 {
  margin-left: 15px;
  padding-left: 10px;
}

.bold-text-71, .bold-text-72 {
  color: #333;
  font-size: 20px;
}

.text-block-151 {
  color: #000;
  font-size: 20px;
}

.bold-text-73 {
  color: #333;
  font-size: 20px;
}

.div-block-394 {
  margin-left: 15px;
  padding-left: 10px;
}

.text-block-152 {
  color: #000;
  font-size: 20px;
}

.bold-text-75 {
  color: #333;
}

.bold-text-76 {
  font-size: 20px;
}

.text-block-155 {
  color: #333;
  font-size: 20px;
}

.text-block-156 {
  color: #000;
  font-size: 20px;
}

.bold-text-77 {
  color: #333;
  font-size: 20px;
}

.heading-71 {
  color: #f66d1d;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
}

.div-block-396 {
  margin-left: 15px;
  padding-top: 10px;
}

.div-block-398 {
  margin-left: 15px;
  padding-top: 20px;
}

.text-block-157 {
  margin-top: 25px;
}

.submit-button-7 {
  background-color: #f66d1d;
  border-radius: 6px;
}

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

.text-block-162, .text-block-163 {
  color: #000;
  font-size: 20px;
}

.div-block-403, .div-block-404 {
  margin-left: 15px;
  padding-left: 10px;
}

.bold-text-79 {
  color: #333;
}

.div-block-405, .div-block-406, .div-block-407, .div-block-408, .div-block-409, .div-block-410, .div-block-411, .div-block-412 {
  margin-left: 15px;
  padding-left: 10px;
}

.div-block-413 {
  margin-left: 10px;
  padding-left: 10px;
}

.container-35 {
  margin-top: 40px;
  display: block;
}

.text-block-166, .text-block-168 {
  font-size: 20px;
}

.text-block-169 {
  color: #000;
  font-size: 20px;
}

.text-block-170, .bold-text-80, .bold-text-81 {
  font-size: 20px;
}

.div-block-414 {
  margin-top: -30px;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 10px;
}

.div-block-415, .div-block-416, .div-block-417, .div-block-418, .div-block-419 {
  margin-left: 15px;
  padding-left: 10px;
}

.div-block-421 {
  margin-top: -34px;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 10px;
}

.text-block-171 {
  font-size: 20px;
}

.div-block-422 {
  margin-top: -30px;
  margin-left: 15px;
  padding-left: 10px;
}

.bold-text-83 {
  color: #000;
  font-size: 20px;
}

.bold-text-84, .text-block-172, .bold-text-85, .bold-text-86, .bold-text-87 {
  font-size: 20px;
}

.div-block-425 {
  margin-left: 15px;
  padding-left: 10px;
}

.div-block-428 {
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-429, .div-block-430 {
  margin-left: 15px;
  padding-left: 10px;
}

.div-block-431 {
  margin-left: 15px;
  padding-top: 5px;
  padding-left: 10px;
}

.div-block-433, .div-block-434, .div-block-435 {
  margin-left: 15px;
  padding-left: 10px;
}

.div-block-436 {
  margin-left: 15px;
  padding-top: 0;
  padding-left: 10px;
}

.div-block-437, .div-block-438 {
  margin-left: 15px;
  padding-left: 10px;
}

.bold-text-88, .text-block-173, .bold-text-89, .text-block-174, .bold-text-90, .text-block-175, .bold-text-91, .text-block-176, .bold-text-92, .text-block-177, .bold-text-93, .text-block-178, .text-block-179 {
  font-size: 20px;
}

.column-56 {
  padding-right: 40px;
}

.div-block-440, .div-block-441 {
  margin-left: 15px;
  padding-left: 10px;
}

.text-block-180 {
  font-size: 20px;
}

.div-block-442 {
  margin-left: 15px;
  padding-left: 10px;
}

.text-block-181 {
  font-size: 20px;
}

.text-block-186, .text-block-187 {
  font-size: 25px;
}

.bold-text-96 {
  font-size: 20px;
}

.text-block-188, .bold-text-97, .bold-text-98, .bold-text-99, .text-block-189 {
  font-size: 25px;
}

.text-block-190, .text-block-193, .text-block-194, .text-block-195, .bold-text-103, .text-block-196, .text-block-197 {
  font-size: 20px;
}

.text-block-198, .bold-text-107 {
  color: #333;
  font-size: 20px;
}

.text-block-199, .text-block-202 {
  color: #000;
  font-size: 20px;
}

.bold-text-111, .text-block-203, .bold-text-112, .text-block-204, .text-block-205 {
  font-size: 20px;
}

.div-block-443 {
  margin-left: 15px;
  padding-left: 10px;
}

.text-block-212, .text-block-213, .text-block-214 {
  color: #000;
  font-size: 20px;
}

.bold-text-117 {
  color: #000;
}

.div-block-445 {
  justify-content: center;
  display: flex;
}

.div-block-446 {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.div-block-447, .div-block-448 {
  justify-content: center;
  display: flex;
}

.div-block-449, .div-block-450 {
  width: 100%;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.div-block-451 {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.bold-text-118 {
  color: #000;
}

.text-block-215 {
  color: #000;
  font-size: 20px;
}

.image-153 {
  margin-top: -30px;
}

.div-block-452 {
  margin-left: 15px;
  padding-bottom: 0;
  padding-left: 10px;
}

.button-46 {
  background-color: #f66d1d;
  border-radius: 6px;
}

.div-block-453 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.button-47 {
  background-color: #f66d1d;
  border-radius: 6px;
}

.div-block-454 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.button-48 {
  background-color: #f66d1d;
  border-radius: 6px;
}

.div-block-455 {
  justify-content: center;
  display: flex;
}

.button-49 {
  background-color: #f66d1d;
  border-radius: 6px;
}

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

.div-block-457 {
  justify-content: flex-start;
  margin-left: 290px;
  display: flex;
}

.heading-72 {
  color: #000;
  text-align: center;
  font-size: 35px;
  line-height: 36px;
}

.div-block-462 {
  background-image: url('../images/Group-103.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-73 {
  color: #000;
  display: inline-block;
}

.container-36 {
  margin-left: auto;
}

.container-37 {
  margin-top: 109px;
}

.div-block-466 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-74 {
  color: #000;
}

.text-block-223 {
  color: #000;
  text-align: center;
  margin-left: 0;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

.bold-text-124 {
  width: 15%;
  font-size: 18px;
  font-weight: 600;
}

.button-50 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #f66d1d;
  border-radius: 6px;
  outline: 3px #f66d1d;
  margin-top: 22px;
  margin-left: 0;
}

.column-57 {
  text-align: center;
  padding-left: 125px;
}

.section-17 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.column-59 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.column-60 {
  text-align: center;
  padding-left: 20px;
  padding-right: 0;
}

.column-61 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.column-62 {
  text-align: center;
  padding-left: 0;
  padding-right: 20px;
}

.list-item-24, .list-item-25, .list-item-26 {
  display: none;
}

.div-block-497 {
  margin-top: 70px;
}

.list-14, .list-15 {
  margin-left: 20px;
}

.list-16 {
  margin-right: 20px;
}

.column-66 {
  margin-top: -30px;
  padding-left: 20px;
  padding-right: 40px;
}

.columns-22 {
  background-image: url('../images/Group-116.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 140px;
  margin-bottom: 140px;
}

.image-154 {
  padding-left: 20px;
}

.submit-button-8 {
  background-color: #ff6d1d;
  border-radius: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .navbar {
    height: 70px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .pledgx-logo {
    margin-left: 0;
  }

  .services, .about, .nav-link-3, .sign-in {
    font-size: 24px;
  }

  .container {
    width: 1290px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .landing-page {
    padding-top: 40px;
  }

  .landing-text, .landing-text-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .landing-text-3 {
    font-size: 26px;
    line-height: 34px;
  }

  .pledgx-button {
    font-size: 24px;
  }

  .pledgx-button._2 {
    padding-left: 7em;
    padding-right: 7em;
    overflow: visible;
  }

  .hero-section {
    margin-left: 100px;
    margin-right: 100px;
  }

  .card1, .card2 {
    height: 100%;
  }

  .what-we-offer {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph {
    font-size: 18px;
  }

  .features-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .features-section, .mission-section {
    margin-left: 100px;
    margin-right: 100px;
  }

  .numbers-section {
    height: 40em;
    margin-left: 100px;
    margin-right: 100px;
  }

  .mission {
    font-size: 42px;
  }

  .left {
    padding-right: 60px;
  }

  .grid-7 {
    grid-template-rows: minmax(1px, 1px) minmax(16vh, 40%) minmax(1px, 1px) minmax(16vh, 40%) minmax(16vh, 40%) minmax(1px, 1px);
    grid-template-areas: ". number1"
                         "with-pledgx Area"
                         "Area-2 line"
                         "Area-7 Area-3"
                         ". Area-6"
                         ". Area-4"
                         ". Area-5";
    grid-auto-rows: minmax(0%, 1fr);
    display: block;
  }

  .numbers-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .mission-paragraph {
    font-size: 18px;
  }

  .mission-heading, .num-head {
    font-size: 42px;
    line-height: 46px;
  }

  .num-paragraph {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 42px;
    line-height: 46px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .brand.w--current {
    width: 22%;
  }

  .contact {
    grid-auto-flow: column;
    margin-left: 5%;
  }

  .submit-button {
    font-size: 24px;
  }

  .text-field, .text-field-2, .textarea, .contact-text, .contact-text.extra, .paragraph-3 {
    font-size: 18px;
  }

  .back-to-top {
    margin-left: 100px;
    margin-right: 100px;
  }

  .footer-logo-link {
    justify-content: flex-start;
  }

  .footer-image {
    margin-left: 0;
  }

  .container-4 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-text {
    padding-top: 10px;
  }

  .heading-5 {
    font-size: 42px;
    line-height: 46px;
  }

  .meet-pledgx {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .meet-title {
    margin-top: 80px;
  }

  .paragraph-5 {
    font-size: 21px;
  }

  .mission-section {
    margin-left: 0;
    margin-right: 0;
  }

  .image-24 {
    display: block;
  }

  .image-25 {
    margin-left: 46%;
  }

  .image-26 {
    width: 174px;
  }

  .div-block-gr4 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-14 {
    width: 60%;
    margin-left: 0;
  }

  .text-block-15 {
    width: 42%;
    margin-left: 0;
  }

  .column {
    height: 100%;
  }

  .column-2 {
    height: 100%;
    display: inline-block;
  }

  .image-27 {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .columns {
    height: auto;
  }

  .image-28 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .text-block-16 {
    float: left;
    clear: none;
    font-size: 38px;
    font-weight: 700;
    display: inline;
    position: relative;
    left: 10px;
  }

  .text-block-17 {
    color: #435eab;
    font-size: 18px;
    display: inline;
    position: relative;
    top: 20px;
    left: 20px;
  }

  .columns-2 {
    height: 100%;
  }

  .column-3 {
    height: 90%;
    margin-top: 20px;
    display: block;
  }

  .column-4 {
    height: 90%;
    text-align: left;
    display: block;
    top: 20px;
  }

  .text-block-19 {
    top: 5px;
  }

  .image-29 {
    width: auto;
    height: 90%;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    position: relative;
    top: auto;
  }

  .text-block-21 {
    position: relative;
  }

  .column-5 {
    height: 90%;
    margin-top: 20px;
  }

  .column-6 {
    height: 90%;
    margin-top: 20px;
    display: block;
    position: relative;
    top: 20px;
  }

  .div-block-31 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .image-30 {
    width: auto;
    height: 90%;
    margin-top: 0;
    position: relative;
  }

  .image-32 {
    height: 90%;
    margin-top: 5%;
  }

  .text-block-22 {
    font-size: 38px;
    font-weight: 700;
  }

  .text-block-23 {
    float: left;
    font-size: 38px;
    font-weight: 700;
    display: inline;
    position: relative;
  }

  .columns-3 {
    margin-top: 0%;
  }

  .text-block-24 {
    float: left;
    color: #ff6d1d;
    display: inline;
    position: relative;
    top: 20px;
    left: 10px;
  }

  .text-block-25 {
    color: #ff6d1d;
    font-size: 18px;
    display: inline;
    position: relative;
    top: 20px;
    left: 10px;
  }

  .text-block-26 {
    width: 100%;
    float: left;
    clear: left;
    margin-top: 10px;
    font-size: 18px;
    display: inline;
    position: relative;
  }

  .column-7 {
    margin-top: 0;
  }

  .columns-4 {
    margin-top: 40px;
  }

  .column-10 {
    height: 90%;
    margin-top: 20px;
  }

  .image-34 {
    height: 90%;
  }

  .column-11 {
    height: 90%;
    margin-top: 20px;
    top: 20px;
  }

  .text-block-30 {
    float: left;
    font-size: 38px;
    font-weight: 700;
    position: relative;
  }

  .text-block-31 {
    float: left;
    color: #43b868;
    font-size: 18px;
    position: relative;
    top: 20px;
    left: 10px;
  }

  .text-block-32 {
    float: left;
    clear: left;
    margin-top: 10px;
    position: relative;
  }

  .text-block-46 {
    text-align: left;
  }

  .column-24 {
    height: 78%;
    max-height: 75%;
    justify-content: flex-start;
  }

  .image-39 {
    height: 100%;
    max-width: 80%;
    margin-left: 10%;
  }

  .image-46 {
    max-width: 90%;
  }

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

  .image-49 {
    margin-top: 140px;
  }

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

  .image-53 {
    max-width: 40%;
    float: right;
    clear: left;
    margin-left: 20%;
    padding-right: 0;
    position: absolute;
  }

  .search-input {
    width: 100%;
    border-style: solid;
    border-color: #ecebed;
    border-radius: 6px;
  }

  .bold-text-16 {
    display: inline-block;
  }

  .text-block-83 {
    font-size: 16px;
  }

  .bold-text-18 {
    display: inline-block;
  }

  .bold-text-20 {
    font-size: 18px;
    display: inline-block;
  }

  .your-role {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 35px;
  }

  .container-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-5, .nav-link-6 {
    font-size: 24px;
  }

  .prequalify-for-more-head {
    justify-content: center;
    line-height: 40px;
  }

  .reduce-prequal-efforts {
    justify-content: center;
  }

  .partner-with-us {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 35px;
    display: flex;
  }

  .bold-text-25 {
    font-size: 26px;
  }

  .list-item-10 {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-348 {
    margin-top: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-97 {
    color: #435eab;
    margin-top: 0;
  }

  .list-item-19 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-96 {
    color: #43b868;
    margin-top: 10px;
  }

  .strengths {
    margin-top: 15px;
  }

  .div-block-346 {
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 10px;
  }

  .column-34 {
    margin-top: 0;
    padding-left: 60px;
  }

  .list-item-13 {
    padding-right: 0;
  }

  .bold-text-24 {
    color: #000;
    font-size: 26px;
    line-height: 34px;
  }

  .columns-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-block-95 {
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-347 {
    margin-left: 10px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 60px;
  }

  .bold-text-26 {
    font-size: 26px;
  }

  .list-item-14 {
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-349 {
    padding-top: 20px;
    padding-left: 60px;
  }

  .text-block-98 {
    color: #435eab;
    margin-top: 20px;
  }

  .list-item-15 {
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-350 {
    padding-top: 20px;
    padding-left: 60px;
  }

  .column-35 {
    padding-left: 60px;
  }

  .bold-text-27 {
    color: #000;
    font-size: 26px;
  }

  .columns-13 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-block-99 {
    font-size: 16px;
  }

  .div-block-351 {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .show-case {
    justify-content: center;
    display: flex;
  }

  .profile-includes {
    color: #ff6d1d;
    font-size: 24px;
  }

  .profile-features {
    background-image: url('../images/Group-103.png');
    background-position: 50% 0;
    background-size: cover;
    grid-template-rows: auto;
    justify-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .feature-2 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 6px -2px #d8d8d8;
  }

  .container-10 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .nav-link-7, .nav-link-8 {
    font-size: 24px;
  }

  .container-14 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .nav-link-9, .nav-link-10 {
    font-size: 24px;
  }

  .grid-18 {
    background-image: url('../images/Group-103.png');
    background-position: 50% 0;
    background-size: cover;
    grid-template-rows: auto auto;
    justify-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 63px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .feature-3 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 6px -2px #d8d8d8;
  }

  .image-60 {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .heading-31 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-9 {
    margin-top: 0;
  }

  .gc-s {
    background-size: cover;
  }

  .buyer {
    background-image: url('../images/4.png');
    background-position: 50%;
    background-size: cover;
  }

  .prop-mngmnt {
    background-image: url('../images/props.png');
    background-position: 50%;
    background-size: cover;
  }

  .container-18 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .nav-link-11, .sign-in-2, .nav-link-12, .nav-link-13 {
    font-size: 24px;
  }

  .container-20 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .nav-link-14, .nav-link-15, .nav-link-16 {
    font-size: 24px;
  }

  .column-40 {
    padding-left: 60px;
  }

  .list-item-16 {
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-358 {
    width: 1000px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .bold-text-28 {
    color: #333;
    font-size: 26px;
  }

  .text-block-101 {
    color: #435eab;
  }

  .column-43 {
    padding-left: 60px;
  }

  .list-item-17 {
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-102 {
    color: #333;
    font-size: 26px;
    line-height: 30px;
  }

  .button-23 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .button-24, .button-25, .button-26 {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
  }

  .button-27 {
    width: 150px;
    height: 50px;
    text-align: center;
    padding-bottom: 9px;
    font-size: 14px;
  }

  .button-28 {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
  }

  .image-65 {
    display: block;
  }

  .link-block-4 {
    justify-content: center;
    display: flex;
  }

  .heading-36 {
    align-items: flex-end;
    display: flex;
  }

  .image-66 {
    text-align: left;
    margin-left: 120px;
    padding-left: 0;
    display: block;
  }

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

  .heading-37 {
    justify-content: center;
    display: flex;
  }

  .image-67 {
    margin-left: 170px;
  }

  .heading-38 {
    color: #000;
    margin-left: auto;
  }

  .heading-39 {
    color: #000;
    text-align: left;
    margin-left: auto;
  }

  .image-68 {
    margin-left: 170px;
  }

  .heading-40 {
    color: #000;
    margin-left: auto;
    font-style: normal;
  }

  .image-69 {
    margin-left: 170px;
  }

  .columns-10 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .submit-button-3 {
    background-color: #ff6d1d;
    border-radius: 10px;
  }

  .section-11 {
    margin-bottom: 99px;
  }

  .columns-18 {
    margin-top: 220px;
    margin-bottom: 60px;
  }

  .submit-button-4 {
    background-color: #ff6d1d;
    border-radius: 10px;
  }

  .section-12 {
    margin-bottom: 99px;
  }

  .text-block-103 {
    margin-top: 0;
    margin-left: 20px;
    font-size: 16px;
  }

  .bold-text-29 {
    font-size: 26px;
  }

  .text-block-104 {
    color: #000;
    margin-top: 0;
    font-size: 20px;
  }

  .bold-text-30 {
    font-size: 26px;
  }

  .grid-20 {
    background-image: url('../images/Group-103.png');
    background-position: 50% 0;
    background-size: cover;
    grid-template-rows: auto auto;
    justify-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 63px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .feature-4 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 6px -2px #d8d8d8;
  }

  .image-73 {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .image-77 {
    margin-left: 0;
  }

  .image-83, .image-84, .image-85, .image-86, .image-87, .image-88, .image-89 {
    margin-left: auto;
  }

  .text-block-109 {
    margin-top: 0;
    font-size: 20px;
  }

  .heading-47 {
    margin-top: 40px;
  }

  .text-block-112 {
    color: #333;
    font-size: 26px;
    line-height: 1;
  }

  .text-block-113 {
    margin-top: -8px;
  }

  .button-37 {
    margin-left: 580px;
  }

  .heading-50 {
    margin-left: 140px;
  }

  .text-block-115, .button-38 {
    margin-left: 0;
  }

  .heading-51 {
    font-size: 32px;
  }

  .text-block-116 {
    margin-left: 0;
    font-size: 18px;
  }

  .button-39 {
    margin-left: 270px;
  }

  .heading-52 {
    text-align: left;
    margin-left: 135px;
    font-size: 32px;
  }

  .text-block-117 {
    margin-left: 135px;
    font-size: 18px;
  }

  .button-40 {
    margin-left: 135px;
  }

  .container-28 {
    margin-left: 55px;
  }

  .heading-53 {
    font-size: 32px;
  }

  .text-block-118 {
    font-size: 18px;
  }

  .heading-55 {
    text-align: left;
    margin-left: 0;
    font-size: 32px;
  }

  .text-block-119 {
    margin-left: 0;
    font-size: 18px;
  }

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

  .container-30 {
    margin-left: 670px;
  }

  .heading-57 {
    font-size: 32px;
  }

  .text-block-120 {
    font-size: 18px;
  }

  .heading-59 {
    font-size: 32px;
  }

  .text-block-121 {
    font-size: 18px;
  }

  .heading-60, .heading-61, .heading-62 {
    color: #000;
  }

  .heading-63 {
    color: #000;
    text-align: center;
    margin-left: auto;
  }

  .heading-66 {
    color: #f66d1d;
    text-align: center;
    margin-top: 100px;
  }

  .text-block-122 {
    margin-top: -30px;
    font-size: 26px;
    font-weight: 700;
  }

  .text-block-123 {
    margin-top: -25px;
  }

  .text-block-124 {
    margin-top: 0;
  }

  .text-block-126 {
    margin-top: 30px;
  }

  .text-block-127, .text-block-128 {
    margin-top: 0;
  }

  .image-95 {
    margin-top: 10px;
  }

  .image-96 {
    margin-top: 25px;
  }

  .columns-21 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .submit-button-6 {
    background-color: #ff6d1d;
    border-radius: 10px;
  }

  .section-15 {
    margin-bottom: 99px;
  }

  .text-block-130 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 60px;
    line-height: 2.22;
  }

  .image-103, .image-104 {
    margin-top: 0;
  }

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

  .div-block-373 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-374 {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-375 {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 60px;
  }

  .div-block-376 {
    margin-top: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 60px;
  }

  .div-block-377 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-69 {
    margin-top: 100px;
  }

  .image-110, .image-111 {
    margin-top: 0;
  }

  .bold-text-33 {
    font-size: 26px;
  }

  .text-block-132 {
    margin-top: 0;
    margin-left: 0;
    font-size: 26px;
  }

  .div-block-378 {
    margin-left: 10px;
  }

  .bold-text-35 {
    line-height: .8;
  }

  .bold-text-40 {
    font-size: 26px;
  }

  .text-block-134 {
    margin-top: 0;
  }

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

  .text-block-138, .text-block-139 {
    font-size: 26px;
  }

  .image-115 {
    margin-top: 0;
  }

  .text-block-140, .text-block-141 {
    font-size: 26px;
  }

  .text-block-142 {
    font-size: 26px;
    font-weight: 700;
  }

  .bold-text-42, .text-block-143, .bold-text-44, .bold-text-45, .ai, .dig {
    font-size: 26px;
  }

  .bold-text-47 {
    color: #000;
    font-size: 26px;
  }

  .text-block-144 {
    font-size: 26px;
  }

  .bold-text-48 {
    font-size: 20px;
  }

  .text-block-145 {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-379 {
    margin-left: 10px;
  }

  .bold-text-53 {
    color: #000;
    font-size: 26px;
  }

  .bold-text-55, .bold-text-56 {
    font-size: 26px;
  }

  .div-block-380 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .bold-text-57, .text-block-146, .bold-text-58, .text-block-147, .bold-text-59 {
    font-size: 26px;
  }

  .bold-text-60 {
    font-size: 20px;
  }

  .bold-text-61, .bold-text-62, .bold-text-63, .text-block-148 {
    font-size: 26px;
  }

  .bold-text-64 {
    color: #333;
    line-height: 30px;
  }

  .bold-text-66 {
    color: #333;
  }

  .bold-text-67 {
    color: #333;
    font-size: 26px;
    line-height: 1.2;
  }

  .bold-text-68, .bold-text-69 {
    color: #333;
  }

  .text-block-149 {
    color: #000;
    font-size: 26px;
  }

  .bold-text-70 {
    color: #333;
    font-size: 26px;
  }

  .text-block-150 {
    color: #000;
    font-size: 26px;
  }

  .heading-70 {
    margin-bottom: 0;
  }

  .div-block-388, .bold-text-71 {
    font-size: 26px;
  }

  .bold-text-72 {
    font-size: 26px;
    line-height: 1.2;
  }

  .text-block-151 {
    font-size: 26px;
    line-height: 1;
  }

  .bold-text-73 {
    font-size: 26px;
    line-height: 1.2;
  }

  .text-block-152 {
    font-size: 26px;
    line-height: 1;
  }

  .bold-text-75 {
    font-size: 26px;
    line-height: 1.2;
  }

  .text-block-153, .bold-text-76 {
    font-size: 20px;
  }

  .text-block-155 {
    font-size: 26px;
    line-height: 1.2;
  }

  .bold-text-77 {
    font-size: 26px;
  }

  .text-block-157 {
    margin-top: 0;
    font-size: 26px;
  }

  .text-block-158, .text-block-159, .text-block-160 {
    font-size: 26px;
  }

  .text-block-161 {
    margin-top: 5px;
    font-size: 26px;
  }

  .div-block-401 {
    margin-left: 10px;
    padding-left: 10px;
  }

  .submit-button-7 {
    background-color: #f66d1d;
    border-radius: 6px;
  }

  .text-block-162, .text-block-163 {
    font-size: 26px;
  }

  .bold-text-79 {
    color: #333;
  }

  .div-block-405 {
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-406 {
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-407 {
    margin-left: 15px;
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-408, .div-block-409, .div-block-410 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .div-block-411 {
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-412 {
    margin-left: 15px;
    padding-top: 5px;
    padding-left: 10px;
  }

  .text-block-166, .text-block-168 {
    font-size: 26px;
  }

  .text-block-169 {
    margin-top: 40px;
    font-size: 26px;
  }

  .text-block-170 {
    font-size: 26px;
  }

  .div-block-414, .div-block-421 {
    margin-top: 0;
  }

  .text-block-171 {
    font-size: 26px;
  }

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

  .bold-text-83 {
    color: #333;
    font-size: 26px;
  }

  .bold-text-84, .text-block-172, .bold-text-85, .bold-text-86, .bold-text-87 {
    font-size: 26px;
  }

  .image-147 {
    margin-top: 5px;
  }

  .div-block-425 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .div-block-427 {
    margin-top: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-428 {
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 20px;
  }

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

  .bold-text-88 {
    color: #333;
    font-size: 26px;
  }

  .bold-text-89, .text-block-174, .bold-text-90, .text-block-175, .bold-text-91, .text-block-176, .bold-text-92, .text-block-177, .bold-text-93, .text-block-178 {
    font-size: 26px;
  }

  .image-148 {
    margin-top: 10px;
  }

  .text-block-179 {
    color: #000;
    font-size: 26px;
  }

  .div-block-439, .div-block-440, .div-block-441 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .bold-text-101, .bold-text-106, .text-block-196, .text-block-197, .text-block-198, .bold-text-107, .text-block-199 {
    font-size: 26px;
  }

  .bold-text-109, .text-block-201 {
    font-size: 20px;
  }

  .text-block-202 {
    font-size: 26px;
    line-height: 1.2;
  }

  .bold-text-110, .text-block-206, .bold-text-114, .text-block-208 {
    font-size: 20px;
  }

  .div-block-443 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .text-block-209, .text-block-211 {
    font-size: 20px;
  }

  .text-block-212, .text-block-213, .text-block-214 {
    font-size: 26px;
    line-height: 1.2;
  }

  .bold-text-116, .bold-text-117 {
    font-size: 26px;
  }

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

  .div-block-446 {
    margin-top: 60px;
  }

  .div-block-447, .div-block-448 {
    margin-top: 40px;
  }

  .div-block-449, .div-block-450, .div-block-451 {
    margin-top: 140px;
  }

  .text-block-215 {
    font-size: 26px;
  }

  .image-153 {
    margin-top: 0;
  }

  .bold-text-119, .list-7 {
    font-size: 26px;
  }

  .button-47 {
    background-color: #f66d1d;
    border-radius: 6px;
  }

  .div-block-454 {
    justify-content: center;
    display: flex;
  }

  .div-block-457 {
    margin-left: 0;
  }

  .list-item-20, .list-item-21 {
    margin-bottom: 20px;
  }

  .list-item-22 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
  }

  .list-item-23 {
    margin-bottom: 20px;
  }

  .bold-text-120, .text-block-219, .bold-text-122, .text-block-222 {
    font-size: 26px;
  }

  .text-block-223, .button-50 {
    margin-left: 0;
  }

  .div-block-497 {
    margin-top: 70px;
  }

  .columns-22 {
    margin-top: 220px;
    margin-bottom: 60px;
  }

  .submit-button-8 {
    background-color: #ff6d1d;
    border-radius: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar {
    height: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .pledgx-logo {
    margin-left: 0;
  }

  .services {
    font-size: 30px;
  }

  .services:hover {
    color: #dce7ff;
  }

  .about {
    font-size: 30px;
  }

  .about.w--current {
    color: #ff6d1d;
  }

  .nav-link-3, .sign-in {
    font-size: 30px;
  }

  .container {
    width: 1750px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .landing-text, .landing-text-2 {
    font-size: 60px;
    line-height: 64px;
  }

  .landing-text-3 {
    font-size: 46px;
    line-height: 50px;
  }

  .pledgx-button {
    font-size: 30px;
  }

  .pledgx-button._2 {
    font-size: 24px;
  }

  .hero-section {
    margin-top: 40px;
    margin-left: 140px;
    margin-right: 140px;
    padding-top: 60px;
  }

  .card1, .card2 {
    height: 100%;
  }

  .card-1-heading, .card-2-heading {
    font-size: 50px;
  }

  .card-text {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 1.4;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 24px;
  }

  .what-we-offer {
    margin-left: 140px;
    margin-right: 140px;
  }

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

  .paragraph {
    font-size: 24px;
  }

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

  .features-heading {
    font-size: 60px;
    line-height: 64px;
  }

  .features-paragraph {
    font-size: 24px;
  }

  .feature-subhead {
    font-size: 36px;
  }

  .feature-description {
    font-size: 21px;
  }

  .features-section {
    margin-left: 140px;
    margin-right: 140px;
  }

  .mission-section, .numbers-section {
    margin-top: 220px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .mission {
    font-size: 70px;
  }

  .left {
    padding-right: 100px;
  }

  .numbers-heading {
    font-size: 60px;
    line-height: 64px;
  }

  .mission-paragraph {
    font-size: 28px;
  }

  .mission-heading {
    font-size: 60px;
    line-height: 64px;
  }

  .num-white._2 {
    padding-bottom: 60px;
  }

  .num-head {
    font-size: 60px;
    line-height: 64px;
  }

  .num-subhead {
    font-size: 24px;
  }

  .num-paragraph {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 60px;
    line-height: 64px;
  }

  .paragraph-2 {
    font-size: 24px;
  }

  .image-13 {
    flex: 1;
  }

  .contact {
    padding-left: 140px;
    padding-right: 140px;
  }

  .submit-button, .text-field, .text-field-2, .textarea {
    font-size: 24px;
  }

  .contact-text {
    font-size: 21px;
  }

  .paragraph-3 {
    font-size: 24px;
  }

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

  .back-to-top {
    margin-left: 140px;
    margin-right: 140px;
  }

  .footer-logo-link {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .footer-image {
    margin-left: 0;
    padding-bottom: 0;
  }

  .footer-heading {
    font-size: 30px;
  }

  .footer-link {
    font-size: 21px;
  }

  .container-4 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .div-block-4 {
    padding-right: 220px;
  }

  .footer-text {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .image-14 {
    flex: 1;
  }

  .heading-5 {
    font-size: 60px;
    line-height: 64px;
  }

  .text-block-8 {
    font-size: 24px;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .meet-pledgx {
    margin-bottom: 0;
    font-size: 70px;
    line-height: 1.4;
  }

  .meet-title {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 80px;
    display: block;
  }

  .section-5 {
    padding-bottom: 20px;
  }

  .team-item {
    padding-bottom: 100px;
  }

  .name {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .position {
    font-size: 24px;
  }

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

  .blog-description {
    font-size: 20px;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-creator {
    font-size: 18px;
  }

  .collection-item {
    margin-bottom: 40px;
  }

  .main-title {
    font-size: 42px;
  }

  .rich-text-block {
    font-size: 21px;
  }

  .mission-section {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-25 {
    max-width: 35%;
    margin-left: 220px;
    position: relative;
  }

  .text-block-14, .text-block-15 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .column-3 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .column-4 {
    height: 100%;
    top: auto;
  }

  .image-29 {
    height: 90%;
    margin-top: 5%;
    display: block;
    position: relative;
  }

  .columns-8 {
    object-fit: contain;
  }

  .column-24 {
    height: 78%;
    max-height: 78%;
  }

  .image-39 {
    max-width: 75%;
    margin-top: 0;
  }

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

  .column-25 {
    height: 100%;
    padding-right: 0;
  }

  .paragraph-7 {
    font-size: 25px;
  }

  .paragraph-8 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 25px;
  }

  .search-input {
    width: 100%;
    border-style: solid;
    border-color: #ecebed;
    border-radius: 6px;
  }

  .search-faq {
    width: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .your-role {
    margin-top: 40px;
    margin-bottom: 100px;
    font-size: 50px;
  }

  .bold-text-21 {
    width: 100%;
    text-align: center;
    font-size: 50px;
  }

  .container-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-5, .nav-link-6 {
    font-size: 30px;
  }

  .nav-link-6:hover {
    color: #dce7ff;
  }

  .container-1 {
    margin-top: 100px;
  }

  .prequalify-for-more-head {
    color: #000;
    margin-top: 30px;
    font-size: 50px;
    line-height: 55px;
  }

  .reduce-prequal-efforts {
    font-size: 38px;
  }

  .reliable-platform {
    margin-top: 40px;
    font-size: 35px;
    line-height: 35px;
  }

  .partner-with-us {
    text-align: left;
    justify-content: center;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
  }

  .bold-text-25 {
    color: #333;
    margin-left: 0;
    font-size: 28px;
  }

  .list-item-10 {
    margin-bottom: 0;
    display: flex;
  }

  .div-block-348 {
    text-align: left;
    margin-top: 0;
    margin-left: 15px;
    padding-top: 5px;
  }

  .text-block-97 {
    margin-top: 0;
  }

  .list-item-19 {
    color: #000;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .text-block-96 {
    margin-top: 0;
  }

  .mobileimage {
    margin-top: 50px;
  }

  .div-block-346 {
    margin-top: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-left: 10px;
  }

  .column-34 {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }

  .list-item-13 {
    text-align: left;
    margin-top: 40px;
  }

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

  .columns-12 {
    padding-left: 20px;
  }

  .text-block-95 {
    color: #ff6d1d;
    margin-top: 0;
  }

  .div-block-347 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
  }

  .bold-text-26 {
    color: #000;
  }

  .list-item-14 {
    display: flex;
  }

  .div-block-349 {
    text-align: left;
  }

  .text-block-98 {
    margin-top: 10px;
  }

  .list-item-15 {
    display: flex;
  }

  .column-35 {
    text-align: left;
  }

  .bold-text-27 {
    font-size: 26px;
  }

  .text-block-99 {
    color: #ff6d1d;
  }

  .div-block-351 {
    text-align: left;
  }

  .showcase-strengths {
    width: 1000px;
    font-size: 33px;
  }

  .profile-includes {
    color: #ff6d1d;
    font-size: 30px;
  }

  .profile-features {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Group-103.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    border-radius: 0;
    grid-template-rows: 1fr;
    align-content: space-between;
    justify-content: end;
    justify-items: start;
    margin: 0 auto 0 0;
    padding: 100px 41px;
  }

  .feature-2 {
    background-color: #fff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 4px 4px 6px -2px #d8d8d8;
  }

  .text-block-90 {
    font-size: 24px;
  }

  .div-block-353 {
    padding-right: 220px;
  }

  .container-10 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .nav-link-7 {
    font-size: 30px;
  }

  .container-11 {
    margin-top: 10px;
  }

  .nav-link-8 {
    font-size: 30px;
  }

  .nav-link-8:hover {
    color: #dce7ff;
  }

  .container-14 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .nav-link-9, .nav-link-10 {
    font-size: 30px;
  }

  .nav-link-10:hover {
    color: #dce7ff;
  }

  .grid-18 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Group-103.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    border-radius: 0;
    grid-template-rows: 1fr auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 100px 41px;
  }

  .feature-3 {
    background-color: #fff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 4px 4px 6px -2px #d8d8d8;
  }

  .feature-subhead-2 {
    padding-left: 0;
    font-size: 36px;
  }

  .heading-31 {
    height: auto;
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-9 {
    margin-top: 0%;
    display: block;
  }

  .gc-s {
    background-position: 50%;
    background-size: cover;
  }

  .sub {
    font-size: 40px;
  }

  .text-block-100 {
    font-size: 23px;
  }

  .container-18 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .nav-link-11 {
    font-size: 30px;
  }

  .container-19 {
    margin-top: 0;
    margin-left: auto;
  }

  .sign-in-2, .nav-link-12 {
    font-size: 30px;
  }

  .nav-link-12:hover {
    color: #dce7ff;
  }

  .nav-link-13 {
    font-size: 30px;
  }

  .nav-link-13.w--current {
    color: #ff6d1d;
  }

  .container-20 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .nav-link-14, .nav-link-15 {
    font-size: 30px;
  }

  .nav-link-15:hover {
    color: #dce7ff;
  }

  .nav-link-16 {
    font-size: 30px;
  }

  .nav-link-16.w--current {
    color: #ff6d1d;
  }

  .free-up {
    font-size: 30px;
  }

  .column-40 {
    text-align: left;
  }

  .list-item-16 {
    display: flex;
  }

  .div-block-358 {
    text-align: left;
    padding-left: 10px;
  }

  .columns-15 {
    margin-left: -10px;
  }

  .bold-text-28 {
    color: #333;
    font-size: 30px;
    line-height: 34px;
  }

  .column-43 {
    text-align: left;
  }

  .list-item-17 {
    display: flex;
  }

  .text-block-102 {
    color: #333;
    font-size: 30px;
  }

  .image-63, .image-64 {
    margin-left: 133px;
    padding-left: 81px;
  }

  .body-3 {
    margin-top: 60px;
  }

  .image-66 {
    margin-left: 176px;
  }

  .heading-37 {
    font-size: 30px;
  }

  .image-67 {
    margin-left: 252px;
  }

  .heading-38 {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .heading-39 {
    text-align: center;
    margin-left: auto;
    font-size: 30px;
  }

  .image-68 {
    margin-left: 252px;
  }

  .heading-40 {
    text-align: center;
    margin-left: auto;
    font-size: 30px;
  }

  .image-69 {
    margin-left: 239px;
  }

  .columns-17 {
    padding-left: 0;
  }

  .checkbox-2 {
    margin-top: 15px;
    font-size: 25px;
  }

  .columns-10 {
    background-image: url('../images/Group-116.png');
    background-position: 50% 0;
    background-size: cover;
    padding-top: 116px;
    padding-bottom: 107px;
    padding-right: 144px;
  }

  .text-field-10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .submit-button-3 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 24px;
  }

  .checkbox-label-2 {
    padding-bottom: 11px;
  }

  .image-70 {
    margin-left: 133px;
    padding-left: 81px;
  }

  .heading-28 {
    padding-left: 0;
  }

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

  .paragraph-23 {
    text-align: left;
    margin-bottom: 42px;
  }

  .checkbox-field-2 {
    border-radius: 0;
  }

  .text-field-11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columns-18 {
    background-image: url('../images/Group-116.png');
    background-position: 50% 0;
    background-size: cover;
    margin-top: 220px;
    padding-top: 0;
    padding-bottom: 107px;
    padding-right: 145px;
  }

  .submit-button-4 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding: 25px 20px;
    font-size: 24px;
  }

  .checkbox-label-3 {
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .image-71 {
    margin-left: 133px;
    padding-left: 81px;
  }

  .heading-41 {
    padding-left: 0;
    font-size: 50px;
  }

  .section-12 {
    margin-top: -100px;
  }

  .paragraph-24 {
    text-align: left;
    margin-bottom: 42px;
    font-size: 25px;
  }

  .text-block-103 {
    color: #ff6d1d;
    margin-left: 15px;
    font-size: 30px;
  }

  .bold-text-29, .text-block-104, .bold-text-30 {
    color: #000;
    font-size: 30px;
  }

  .grid-20 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Group-103.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    border-radius: 0;
    grid-template-rows: 1fr auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 100px 41px;
  }

  .feature-4 {
    background-color: #fff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 4px 4px 6px -2px #d8d8d8;
  }

  .feature-subhead-3 {
    padding-left: 0;
    font-size: 36px;
  }

  .image-76 {
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .image-77, .image-79 {
    margin-left: 0;
  }

  .image-80 {
    margin-top: 140px;
  }

  .image-82 {
    margin-top: 70px;
  }

  .link-block-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-363 {
    padding-right: 180px;
  }

  .image-83, .image-84, .image-85, .image-86, .image-87, .image-88, .image-89 {
    margin-left: auto;
  }

  .heading-47 {
    margin-top: 220px;
  }

  .text-block-110 {
    margin-top: 20px;
  }

  .text-block-111 {
    margin-top: 0;
  }

  .text-block-112 {
    font-size: 30px;
  }

  .text-block-113 {
    margin-top: 25px;
  }

  .button-37 {
    margin-left: 770px;
  }

  .heading-50 {
    text-align: left;
    margin-left: 0;
    font-size: 35px;
  }

  .text-block-115 {
    justify-content: center;
    margin-left: 0;
    font-size: 20px;
    display: block;
  }

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

  .heading-51 {
    margin-top: 20px;
    font-size: 35px;
  }

  .bold-text-31 {
    font-size: 20px;
  }

  .text-block-116 {
    margin-left: 0;
    font-size: 20px;
  }

  .button-39 {
    margin-left: 260px;
  }

  .container-27 {
    margin-left: 316px;
  }

  .heading-52 {
    font-size: 35px;
  }

  .text-block-117 {
    margin-left: 0;
    font-size: 20px;
  }

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

  .container-28 {
    margin-left: 170px;
  }

  .heading-53 {
    font-size: 35px;
  }

  .text-block-118 {
    font-size: 20px;
  }

  .container-29 {
    margin-left: 305px;
  }

  .heading-55 {
    font-size: 35px;
  }

  .text-block-119 {
    margin-left: 0;
    font-size: 20px;
  }

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

  .container-30 {
    margin-left: 1000px;
  }

  .heading-57 {
    font-size: 35px;
  }

  .text-block-120 {
    font-size: 20px;
  }

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

  .heading-59 {
    font-size: 35px;
  }

  .text-block-121 {
    font-size: 20px;
  }

  .container-31 {
    margin-left: 220px;
  }

  .heading-60 {
    margin-left: auto;
    font-size: 30px;
  }

  .heading-61 {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .heading-62 {
    margin-left: auto;
    font-size: 30px;
  }

  .heading-63 {
    text-align: center;
    margin-left: auto;
    font-size: 30px;
  }

  .wpxp {
    margin-top: 40px;
    font-size: 25px;
  }

  .found {
    font-size: 25px;
  }

  .section-14 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .heading-64 {
    margin-top: 0;
    font-size: 70px;
  }

  .heading-65 {
    font-size: 35px;
  }

  .client-ret {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-66 {
    font-size: 36px;
  }

  .container-32 {
    margin-top: 100px;
  }

  .div-block-369 {
    margin-top: 0;
  }

  .div-block-371 {
    margin-left: auto;
  }

  .div-block-372 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-122 {
    margin-top: 0;
    font-size: 30px;
  }

  .text-block-123 {
    margin-top: 25px;
  }

  .field-label-9, .field-label-10, .field-label-11 {
    font-size: 20px;
  }

  .text-block-124, .text-block-125 {
    margin-top: 0;
  }

  .text-block-126 {
    margin-top: 5px;
  }

  .image-91, .image-95, .image-96 {
    margin-top: 0;
  }

  .image-97 {
    margin-top: 30px;
    padding-top: 0;
  }

  .columns-21 {
    background-image: url('../images/Group-116.png');
    background-position: 50% 0;
    background-size: cover;
    padding-top: 116px;
    padding-bottom: 107px;
    padding-right: 144px;
  }

  .submit-button-6 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 24px;
  }

  .checkbox-label-4 {
    padding-bottom: 11px;
  }

  .image-99 {
    margin-left: 133px;
    padding-left: 81px;
  }

  .heading-67 {
    padding-left: 0;
  }

  .paragraph-26 {
    text-align: left;
    margin-bottom: 42px;
  }

  .column-51 {
    padding-left: 20px;
  }

  .text-block-130 {
    font-size: 30px;
  }

  .image-100, .image-102 {
    margin-top: 0;
  }

  .image-104, .image-105 {
    margin-top: 10px;
  }

  .div-block-373 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .div-block-375 {
    margin-top: 10px;
    margin-left: 15px;
    padding-left: 10px;
  }

  .div-block-376 {
    margin-top: 10px;
    margin-left: 15px;
    padding-top: 0;
    padding-left: 10px;
  }

  .container-34 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-69 {
    margin-top: 100px;
    font-size: 40px;
  }

  .text-block-131, .image-110, .image-111 {
    margin-top: 0;
  }

  .section-16 {
    margin-bottom: -9px;
    line-height: 2px;
  }

  .bold-text-33 {
    color: #000;
    margin-left: 40px;
    font-size: 30px;
  }

  .text-block-132 {
    margin-top: 30px;
  }

  .div-block-378 {
    margin-left: 0;
  }

  .bold-text-34 {
    font-size: 26px;
  }

  .bold-text-35 {
    margin-left: 0;
    font-size: 26px;
    line-height: 1.2;
  }

  .bold-text-40 {
    color: #333;
    font-size: 30px;
  }

  .bold-text-41 {
    font-size: 26px;
  }

  .text-block-134 {
    margin-top: -10px;
  }

  .text-block-135 {
    margin-top: 30px;
  }

  .image-112 {
    margin-top: 21px;
  }

  .text-block-136 {
    margin-top: -12px;
  }

  .text-block-137 {
    font-size: 30px;
  }

  .image-113 {
    margin-top: 0;
  }

  .text-block-138 {
    margin-top: 0;
    font-size: 30px;
  }

  .image-114 {
    margin-top: 0;
  }

  .text-block-139 {
    margin-top: 0;
    font-size: 30px;
  }

  .image-115 {
    margin-top: 0;
  }

  .image-116 {
    margin-top: 10px;
  }

  .text-block-140 {
    margin-top: 0;
    font-size: 30px;
  }

  .text-block-141 {
    color: #000;
    margin-top: 0;
    font-size: 30px;
  }

  .text-block-142 {
    font-size: 30px;
    font-weight: 700;
  }

  .bold-text-42 {
    font-size: 28px;
  }

  .text-block-143 {
    font-size: 30px;
  }

  .bold-text-43, .bold-text-44, .bold-text-45 {
    color: #000;
    font-size: 30px;
  }

  .ai, .dig {
    font-size: 30px;
  }

  .bold-text-46 {
    line-height: 0;
  }

  .bold-text-47, .text-block-144, .bold-text-48, .bold-text-50, .bold-text-51, .bold-text-52 {
    font-size: 30px;
  }

  .bold-text-53 {
    color: #000;
    font-size: 30px;
  }

  .bold-text-54, .bold-text-55, .bold-text-56 {
    font-size: 30px;
  }

  .div-block-380 {
    margin-top: 0;
    margin-left: 10px;
  }

  .div-block-381 {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-382, .div-block-383 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .bold-text-57, .text-block-146, .bold-text-58 {
    font-size: 30px;
  }

  .image-118 {
    margin-top: 0;
  }

  .image-119 {
    margin-top: -40px;
  }

  .text-block-147 {
    margin-top: 8px;
    font-size: 30px;
  }

  .image-120, .image-121, .image-122, .image-123 {
    margin-top: 10px;
  }

  .bold-text-59, .bold-text-61, .bold-text-62, .bold-text-63, .text-block-148 {
    font-size: 30px;
  }

  .div-block-384 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .bold-text-64, .bold-text-66 {
    color: #333;
    line-height: 28px;
  }

  .bold-text-67 {
    color: #333;
    font-size: 30px;
  }

  .bold-text-68 {
    color: #333;
    line-height: 28px;
  }

  .bold-text-69 {
    color: #333;
  }

  .text-block-149 {
    font-size: 30px;
  }

  .bold-text-70 {
    color: #333;
    font-size: 30px;
  }

  .text-block-150 {
    font-size: 30px;
  }

  .heading-70 {
    margin-top: 140px;
    font-size: 40px;
  }

  .div-block-387, .div-block-388, .div-block-389 {
    margin-left: 15px;
    padding-top: 5px;
    padding-left: 10px;
  }

  .div-block-391 {
    margin-top: 0;
  }

  .bold-text-71, .bold-text-72, .text-block-151, .bold-text-73, .text-block-152 {
    font-size: 30px;
  }

  .bold-text-74 {
    font-size: 26px;
  }

  .bold-text-75 {
    font-size: 30px;
  }

  .image-129 {
    margin-top: 0;
  }

  .text-block-153, .text-block-154, .bold-text-76, .text-block-155, .text-block-156, .bold-text-77 {
    font-size: 30px;
  }

  .div-block-395, .div-block-396 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .div-block-397 {
    margin-left: 15px;
  }

  .div-block-398 {
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .bold-text-78 {
    margin-left: 0;
  }

  .text-block-158 {
    color: #000;
    font-size: 30px;
  }

  .text-block-159 {
    margin-top: -5px;
  }

  .div-block-399 {
    padding-top: 20px;
  }

  .div-block-400 {
    padding-top: 15px;
  }

  .field-label-12, .field-label-13, .field-label-14 {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .submit-button-7 {
    background-color: #f66d1d;
    border-radius: 6px;
    padding: 10px 20px;
  }

  .text-block-162, .text-block-163 {
    font-size: 30px;
  }

  .bold-text-79 {
    color: #333;
  }

  .div-block-410 {
    padding-top: 25px;
  }

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

  .div-block-413 {
    padding-right: 20px;
  }

  .container-35 {
    margin-top: 40px;
  }

  .text-block-166, .text-block-168 {
    font-size: 30px;
  }

  .text-block-169 {
    margin-left: 0;
    font-size: 30px;
  }

  .text-block-170 {
    font-size: 30px;
  }

  .bold-text-80, .bold-text-81 {
    font-size: 26px;
  }

  .div-block-420 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .div-block-421 {
    margin-top: 0;
    margin-left: 15px;
    padding-left: 10px;
  }

  .text-block-171 {
    font-size: 30px;
  }

  .bold-text-82 {
    font-size: 26px;
  }

  .bold-text-83 {
    font-size: 30px;
  }

  .bold-text-84 {
    color: #333;
    font-size: 30px;
  }

  .text-block-172, .bold-text-85, .bold-text-86 {
    font-size: 30px;
  }

  .bold-text-87 {
    color: #333;
    font-size: 30px;
  }

  .div-block-425, .div-block-426 {
    margin-left: 15px;
    padding-left: 10px;
  }

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

  .div-block-432 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .div-block-437 {
    margin-top: 0;
  }

  .bold-text-88, .text-block-173 {
    font-size: 30px;
  }

  .bold-text-89 {
    color: #000;
    font-size: 30px;
  }

  .text-block-174, .bold-text-90, .text-block-175, .bold-text-91, .text-block-176, .bold-text-92 {
    font-size: 30px;
  }

  .text-block-177 {
    margin-top: 0;
    font-size: 30px;
  }

  .bold-text-93 {
    color: #333;
    font-size: 30px;
  }

  .text-block-178 {
    margin-top: 0;
    font-size: 30px;
  }

  .image-148, .image-149, .image-150 {
    margin-top: 0;
  }

  .text-block-179 {
    font-size: 30px;
  }

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

  .text-block-191, .bold-text-100, .bold-text-101, .bold-text-102, .text-block-192, .bold-text-104, .bold-text-105, .bold-text-106, .text-block-196, .text-block-197, .text-block-198, .bold-text-107, .text-block-199, .bold-text-108, .text-block-200, .text-block-202, .bold-text-113, .text-block-206, .text-block-207, .bold-text-114, .text-block-208 {
    font-size: 30px;
  }

  .div-block-443 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .bold-text-115, .text-block-210, .text-block-212, .text-block-213, .text-block-214, .bold-text-116, .bold-text-117 {
    font-size: 30px;
  }

  .div-block-444 {
    margin-top: 0;
  }

  .div-block-445 {
    justify-content: center;
    display: flex;
  }

  .div-block-446 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .div-block-448 {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block-215, .bold-text-119 {
    font-size: 30px;
  }

  .div-block-457 {
    margin-left: 0;
  }

  .bold-text-121, .text-block-220, .bold-text-122, .text-block-221, .text-block-222 {
    font-size: 30px;
  }

  .heading-73 {
    color: #000;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-466 {
    display: block;
  }

  .heading-74 {
    color: #000;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-223 {
    justify-content: center;
    margin-left: 0;
    font-size: 20px;
    display: block;
  }

  .bold-text-124 {
    font-size: 20px;
  }

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

  .column-57 {
    padding-left: 180px;
  }

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

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

  .div-block-497 {
    margin: 0% 10%;
    padding-top: 100px;
  }

  .list-8 {
    margin-left: 20px;
    margin-right: 40px;
  }

  .text-block-224 {
    padding-left: 60px;
  }

  .text-block-225 {
    padding-left: 0;
    font-size: 28px;
  }

  .column-65 {
    padding-left: 40px;
  }

  .list-10 {
    padding-left: 20px;
  }

  .list-18 {
    padding-right: 20px;
  }

  .checkbox-3 {
    font-size: 25px;
  }

  .checkbox-label-5 {
    padding-bottom: 11px;
  }

  .heading-75 {
    padding-left: 0;
    font-size: 50px;
  }

  .field-label-15, .field-label-16 {
    font-size: 20px;
  }

  .checkbox-4 {
    font-size: 25px;
  }

  .columns-22 {
    background-image: url('../images/Group-116.png');
    background-position: 50% 0;
    background-size: cover;
    margin-top: 220px;
    padding-top: 0;
    padding-bottom: 107px;
    padding-right: 145px;
  }

  .image-154 {
    margin-left: 133px;
    padding-left: 81px;
  }

  .checkbox-label-6 {
    padding-bottom: 11px;
  }

  .submit-button-8 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding: 25px 20px;
    font-size: 24px;
  }

  .field-label-17 {
    font-size: 20px;
  }

  .paragraph-27 {
    text-align: left;
    margin-bottom: 42px;
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 70px;
  }

  .pledgx-logo {
    margin-left: 0;
    margin-top: 5px;
  }

  .services {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .services.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about, .nav-link-3 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
    border-radius: 20px;
    margin-left: auto;
    margin-right: 80px;
    padding: 20px 10px;
    display: none;
    position: absolute;
    right: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
  }

  .sign-in {
    text-align: center;
    margin-left: 40px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    position: static;
    right: 40px;
  }

  .container {
    margin-left: 100px;
    margin-right: 80px;
  }

  .grid {
    grid-template-columns: 6.5fr;
    grid-template-areas: ".";
  }

  .left-column-grid {
    text-align: center;
  }

  .landing-text {
    margin-top: 80px;
    font-size: 24px;
    line-height: 28px;
  }

  .landing-text-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .landing-text-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .pledgx-button {
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
  }

  .pledgx-button._2 {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-section {
    display: none;
  }

  .grid-2 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 35px;
    padding-right: 35px;
    position: absolute;
  }

  .card1 {
    margin-right: 10px;
    padding: 10px;
  }

  .card2 {
    margin-left: 10px;
    padding: 10px;
  }

  .card-1-heading {
    font-size: 21px;
  }

  .card-text, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 14px;
  }

  .what-we-offer {
    margin-top: 140px;
    margin-left: 35px;
    margin-right: 35px;
  }

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

  .right-grid {
    text-align: center;
    margin-top: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .features {
    padding-bottom: 40px;
  }

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

  .features-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .features-paragraph {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 14px;
  }

  .feature-subhead {
    font-size: 21px;
  }

  .feature-description {
    font-size: 14px;
  }

  .features-section, .mission-section {
    margin-top: 140px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .numbers-section {
    margin-top: 100px;
    margin-left: 35px;
    margin-right: 35px;
  }

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

  .grid-6, .grid-7 {
    grid-template-columns: 1fr;
  }

  .numbers-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .mission-paragraph {
    font-size: 14px;
  }

  .mission-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .num-white._2 {
    padding-bottom: 60px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 1.4px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .contact {
    width: 40%;
    margin-left: 4%;
  }

  .contact-form {
    display: none;
  }

  .text-field, .text-field-2, .textarea, .contact-text, .contact-text.extra {
    font-size: 12px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .back-to-top {
    margin-top: 60px;
  }

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

  .footer-logo-link {
    justify-content: flex-start;
  }

  .footer-image {
    padding-bottom: 10px;
  }

  .div-block-4 {
    padding-right: 60px;
  }

  .footer-text {
    padding-left: 0;
    font-size: 18px;
  }

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

  .heading-5 {
    font-size: 24px;
  }

  .hero-mobile {
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .mobile-landing {
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .div-block-9 {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
  }

  .div-block-13 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .meet-pledgx {
    margin-top: 10;
    margin-bottom: 20px;
  }

  .meet-title {
    padding-bottom: 40px;
  }

  .div-block-15 {
    padding-top: 20px;
  }

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

  .name {
    font-size: 18px;
  }

  .position, .blog-description {
    font-size: 14px;
  }

  .blog-title {
    font-size: 18px;
  }

  .page-title {
    font-size: 40px;
  }

  .title-section.blog-post {
    margin-left: 100px;
    margin-right: 100px;
  }

  .collection-item {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .back-to-top {
    margin-top: 100px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .mission-section {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-20 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-33, .div-block-34, .div-block-35 {
    margin-top: 20px;
  }

  .column-19 {
    clear: left;
    top: 10px;
  }

  .text-block-35 {
    display: block;
    left: 0;
  }

  .column-21 {
    clear: left;
    top: 10px;
  }

  .text-block-40 {
    float: none;
    clear: none;
    display: block;
    left: 0;
  }

  .column-23 {
    clear: left;
    top: 10px;
  }

  .text-block-43 {
    width: auto;
    float: left;
    display: block;
    left: 0;
  }

  .text-field-5, .text-field-6 {
    min-height: 48px;
  }

  .checkbox {
    margin-bottom: 20px;
  }

  .checkbox-label {
    float: none;
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .image-39 {
    margin-top: 40px;
  }

  .image-46 {
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-55 {
    clear: none;
  }

  .column-25 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-bottom: 20px;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .columns-9 {
    float: none;
    clear: none;
    margin-left: 0;
    margin-right: 0;
  }

  .video-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-4 {
    text-transform: uppercase;
  }

  .image-48 {
    display: none;
  }

  .image-49 {
    margin-top: 100px;
  }

  .paragraph-8 {
    width: 75%;
    margin-bottom: 0;
  }

  .bold-text-5 {
    display: inline;
  }

  .column-27 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .icon {
    color: #000;
  }

  .image-53 {
    max-width: 40%;
    margin-left: 22%;
  }

  .search-input {
    width: 100%;
    border-style: solid;
    border-color: #ecebed;
    border-radius: 6px;
  }

  .bold-text-12 {
    font-size: 16px;
  }

  .text-block-76 {
    font-size: 14px;
  }

  .search-3 {
    width: 70%;
    position: absolute;
  }

  .icon-3, .icon-4, .icon-5 {
    color: #333;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .icon-6 {
    color: #333;
  }

  .menu-button-4 {
    background-color: #cac5c5;
  }

  .menu-button-4.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .icon-7 {
    color: #333;
  }

  .menu-button-5 {
    background-color: #fff;
  }

  .menu-button-5.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button-6 {
    background-color: #fff;
  }

  .menu-button-6.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .icon-8 {
    color: #333;
  }

  .menu-button-7 {
    background-color: #fff;
  }

  .menu-button-7.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .icon-9 {
    color: #333;
    white-space: normal;
  }

  .menu-button-8 {
    background-color: #fff;
  }

  .menu-button-8.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .icon-10 {
    color: #333;
  }

  .menu-button-9 {
    background-color: #fff;
    display: block;
    position: relative;
  }

  .menu-button-9.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .text-block-77, .text-block-81 {
    display: none;
  }

  .bold-text-18, .bold-text-19, .bold-text-20 {
    font-size: 18px;
    font-weight: 400;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-11 {
    color: #333;
  }

  .menu-button-10, .menu-button-10.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

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

  .container-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-12 {
    color: #000;
    margin-right: 0;
  }

  .menu-button-11 {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    font-size: 40px;
    display: block;
  }

  .menu-button-11.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-5 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-6 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-6.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reduce-prequal-efforts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-10 {
    align-items: center;
    margin-top: 20px;
  }

  .div-block-348 {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 10px;
  }

  .list-item-19 {
    align-items: center;
    margin-top: 20px;
  }

  .text-block-96 {
    margin-top: 10px;
  }

  .div-block-346 {
    margin-left: 10px;
    padding-left: 10px;
  }

  .column-34 {
    padding-left: 20px;
    padding-right: 0;
  }

  .list-item-13, .list-item-13._2 {
    margin-top: 20px;
  }

  .text-block-95 {
    color: #000;
    margin-top: 0;
    margin-left: 15px;
  }

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

  .column-35 {
    padding-left: 30px;
    padding-right: 56px;
  }

  .profile-includes {
    font-size: 16px;
  }

  .profile-features {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-position: 50%;
    background-size: cover;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-2 {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 5px;
  }

  .div-block-353 {
    padding-right: 60px;
  }

  .container-10 {
    margin-left: 100px;
    margin-right: 80px;
  }

  .icon-13 {
    color: #000;
  }

  .menu-button-12 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
  }

  .menu-button-12.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-7 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-8 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-8.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-14 {
    margin-left: 100px;
    margin-right: 80px;
  }

  .icon-14 {
    color: #000;
  }

  .menu-button-13 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
  }

  .menu-button-13.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-9 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-10 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-10.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-18 {
    background-position: 50%;
    background-size: cover;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-3 {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 5px;
  }

  .feature-subhead-2 {
    font-size: 21px;
  }

  .heading-31 {
    margin-left: 0;
  }

  .container-18 {
    margin-left: 100px;
    margin-right: 80px;
  }

  .icon-15 {
    color: #000;
  }

  .menu-button-14 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
  }

  .menu-button-14.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-11 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .sign-in-2 {
    text-align: center;
    margin-left: 40px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    position: static;
    right: 40px;
  }

  .nav-link-12 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-12.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link-13 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .container-20 {
    margin-left: 100px;
    margin-right: 80px;
  }

  .icon-16 {
    color: #000;
  }

  .menu-button-15 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
  }

  .menu-button-15.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-14 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-15 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .nav-link-15.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link-16 {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }

  .column-40 {
    padding-left: 30px;
    padding-right: 56px;
  }

  .columns-15 {
    margin-top: 40px;
  }

  .column-43 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 10px;
  }

  .list-item-17 {
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .text-block-102 {
    padding-top: 0;
  }

  .submit-button-3 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-45 {
    margin-top: -80px;
  }

  .submit-button-4 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-71 {
    display: block;
  }

  .heading-41 {
    font-size: 28px;
  }

  .text-block-103 {
    padding-left: 20px;
  }

  .bold-text-29 {
    padding-left: 0;
  }

  .text-block-104 {
    padding-left: 20px;
  }

  .grid-20 {
    background-position: 50%;
    background-size: cover;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-4 {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 5px;
  }

  .feature-subhead-3 {
    font-size: 21px;
  }

  .image-76, .image-77, .image-78, .image-79, .image-80, .image-81, .image-82 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .image-83 {
    margin-left: auto;
  }

  .image-86 {
    margin-left: 45px;
  }

  .image-87, .image-88 {
    margin-left: auto;
  }

  .button-35 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-109 {
    margin-top: 50px;
    padding-left: 20px;
  }

  .heading-47 {
    color: #000;
  }

  .text-block-110 {
    margin-top: 30px;
  }

  .text-block-111 {
    margin-top: 33px;
  }

  .text-block-112 {
    margin-top: 0;
  }

  .button-37 {
    margin-top: 199px;
    margin-left: 314px;
    display: inline-block;
  }

  .heading-50 {
    text-align: left;
    margin-left: 0;
  }

  .container-26 {
    width: 80%;
    margin-top: 100px;
  }

  .heading-51 {
    text-align: left;
    justify-content: center;
    margin-left: -25px;
  }

  .text-block-116 {
    text-align: left;
    margin-left: 0;
  }

  .button-39 {
    margin-left: 25px;
  }

  .text-block-117, .button-40 {
    margin-left: 0;
  }

  .container-28 {
    margin-top: 209px;
  }

  .text-block-119 {
    margin-left: 135px;
  }

  .button-42 {
    margin-left: 130px;
  }

  .heading-60 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-61 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-63 {
    margin-left: auto;
  }

  .heading-64 {
    margin-top: 0;
  }

  .container-32 {
    margin-top: 150px;
    margin-left: -77px;
  }

  .div-block-370 {
    margin-top: 140px;
    margin-left: 60px;
  }

  .div-block-371 {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
  }

  .div-block-372 {
    margin-left: 0;
    display: inline-block;
  }

  .container-33 {
    text-align: left;
  }

  .button-45 {
    margin-left: 300px;
  }

  .submit-button-6 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-130 {
    padding-left: 20px;
  }

  .image-103 {
    margin-top: 46px;
  }

  .image-105 {
    margin-top: 41px;
  }

  .heading-69 {
    margin-top: 60px;
  }

  .image-110, .image-111 {
    margin-top: 0;
  }

  .text-block-132 {
    margin-top: 24px;
  }

  .bold-text-40 {
    font-size: 18px;
  }

  .image-113, .image-114, .image-115 {
    margin-top: 0;
  }

  .text-block-142 {
    margin-left: 0;
  }

  .bold-text-42 {
    font-size: 20px;
  }

  .text-block-143 {
    margin-left: 0;
  }

  .bold-text-49 {
    font-size: 20px;
  }

  .text-block-145 {
    margin-left: 0;
  }

  .bold-text-50 {
    font-size: 20px;
  }

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

  .image-119 {
    margin-top: 0;
  }

  .text-block-148 {
    margin-top: -20px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-124 {
    margin-top: -15px;
  }

  .image-125, .image-126 {
    margin-top: 0;
  }

  .div-block-385 {
    margin-top: 25px;
    margin-left: 15px;
    padding-left: 10px;
  }

  .image-127 {
    margin-top: 0;
  }

  .column-52 {
    margin-top: 20px;
  }

  .column-53, .image-128 {
    margin-top: 0;
  }

  .div-block-386 {
    margin-left: 15px;
    padding-left: 10px;
  }

  .bold-text-70 {
    font-size: 20px;
    line-height: 1;
  }

  .text-block-150 {
    margin-top: 0;
  }

  .bold-text-71 {
    color: #333;
  }

  .text-block-151, .text-block-152 {
    color: #333;
    margin-top: 0;
  }

  .image-129, .image-130 {
    margin-top: 0;
  }

  .image-131 {
    margin-top: 15px;
  }

  .image-132 {
    margin-top: 19px;
  }

  .text-block-153 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.12;
  }

  .text-block-154 {
    color: #000;
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.2;
  }

  .bold-text-76 {
    color: #000;
    line-height: 0;
  }

  .text-block-155, .text-block-156 {
    color: #333;
  }

  .column-54, .column-55 {
    padding-right: 40px;
  }

  .bold-text-77 {
    color: #333;
  }

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

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

  .div-block-413 {
    padding-top: 20px;
    padding-left: 10px;
  }

  .text-block-166 {
    font-size: 18px;
  }

  .text-block-169 {
    color: #333;
    margin-top: 25px;
    font-size: 18px;
  }

  .text-block-170, .div-block-418, .image-143 {
    margin-top: 0;
  }

  .div-block-423 {
    text-align: left;
  }

  .div-block-424 {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
    display: flex;
  }

  .bold-text-83 {
    color: #333;
    font-size: 18px;
  }

  .bold-text-84 {
    font-size: 18px;
  }

  .image-145 {
    margin-top: 0;
  }

  .bold-text-85, .bold-text-86, .bold-text-87 {
    font-size: 18px;
  }

  .div-block-429 {
    margin-top: 0;
  }

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

  .div-block-431 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-178, .image-150 {
    margin-top: 0;
  }

  .text-block-203 {
    margin-top: 44px;
  }

  .image-152 {
    margin-top: 0;
  }

  .div-block-449 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-457 {
    margin-left: 140px;
  }

  .text-block-220, .text-block-221, .bold-text-123 {
    font-size: 20px;
  }

  .container-36 {
    margin-left: -70px;
  }

  .div-block-466 {
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
  }

  .column-57 {
    padding-left: 20px;
    padding-right: 0;
  }

  .section-17 {
    padding-top: 60px;
  }

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

  .column-63 {
    padding-left: 0;
    padding-right: 20px;
  }

  .column-64 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .left-arrow, .right-arrow {
    width: 10%;
  }

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

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

  .list-item-24, .list-item-25, .list-item-26 {
    display: none;
  }

  .list-8 {
    padding-right: 20px;
  }

  .list-9 {
    margin-left: 0;
  }

  .list-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .list-12, .list-13 {
    margin-left: 20px;
  }

  .list-17 {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .list-18 {
    margin-bottom: 0;
  }

  .heading-75 {
    font-size: 28px;
  }

  .column-66 {
    margin-top: -80px;
  }

  .image-154 {
    display: block;
  }

  .submit-button-8 {
    background-color: #ff6d1d;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-68 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .navbar {
    height: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .pledgx-logo {
    margin-left: 0;
    margin-top: 0;
  }

  .services {
    float: left;
    clear: left;
    margin-left: 0;
  }

  .services.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .about {
    float: left;
    clear: left;
  }

  .about.w--current {
    margin-left: 0;
  }

  .nav-link-3, .nav-link-3.nav-link-4 {
    float: left;
    clear: left;
  }

  .nav-menu {
    width: 40%;
    margin-right: 60px;
  }

  .sign-in {
    float: left;
    clear: left;
    margin-left: 10px;
    margin-right: 10px;
    right: auto;
  }

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

  .pledgx-button {
    margin-top: 20px;
  }

  .what-we-offer {
    margin-top: 220px;
  }

  .feature-subhead {
    width: 25%;
    float: none;
    clear: none;
    text-align: left;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    align-content: flex-start;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: inline;
    position: static;
    overflow: auto;
  }

  .feature-description {
    float: none;
    clear: left;
    object-fit: fill;
    flex: 1;
    order: 1;
    align-self: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .contact-section {
    margin-top: 200px;
  }

  .num-white._2 {
    padding-bottom: 60px;
  }

  .heading-4 {
    line-height: 1.4;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .grid-8 {
    grid-template-columns: 2.25fr;
  }

  .back-to-top {
    margin-top: 60px;
  }

  .text-block-7 {
    margin-top: 60px;
    font-size: 24px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    min-width: 40px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-link {
    font-size: 14px;
  }

  .container-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .footer-text {
    padding-left: 15px;
    font-size: 14px;
  }

  .div-block-6 {
    justify-content: center;
  }

  .grid-9 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .mobile-landing {
    margin-bottom: -220px;
    padding-bottom: 100px;
  }

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

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    overflow: visible;
  }

  .div-block-14 {
    min-width: 90%;
    overflow: visible;
  }

  .meet-title {
    overflow: hidden;
  }

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

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

  .grid-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "."
                   "Area"
                   "Area-2"
                   / 1fr;
    padding-left: 25%;
    padding-right: 25%;
  }

  .div-block-17 {
    padding-bottom: 40px;
  }

  .title-section.blog-post {
    margin-top: 100px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .blog-posts {
    margin-left: 35px;
    margin-right: 35px;
  }

  .back-to-top {
    padding-top: 60px;
  }

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

  .logo {
    text-align: center;
  }

  .image-18 {
    max-width: 50%;
    text-align: left;
  }

  .mission-section {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-20 {
    width: 75%;
  }

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

  .opposite {
    grid-template-columns: 3.25fr;
  }

  .div-block-26, .div-block-27, .div-block-28 {
    display: none;
  }

  .grid-14 {
    margin-top: 140px;
  }

  .column-18, .image-36 {
    height: auto;
  }

  .text-block-34 {
    display: block;
  }

  .column-20, .image-37 {
    height: auto;
  }

  .text-block-39, .text-block-42 {
    display: block;
  }

  .text-block-43 {
    display: inline;
    left: auto;
  }

  .text-span-3 {
    text-decoration: none;
    display: inline-block;
  }

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

  .image-39 {
    opacity: 1;
    object-fit: contain;
    display: none;
    overflow: visible;
  }

  .heading-blog {
    margin-top: 10px;
  }

  .grid-15 {
    float: none;
    clear: none;
    grid-template: "Area Area-2 Area-3" .75fr
                   "Area-date Area-date2 Area-date3"
                   "Area-h Area-h2 Area-h3"
                   "Area-text Area-text2 Area-text3"
                   "Area-4 . ."
                   "Area-5 . ."
                   "Area-6 . ."
                   "Area-7 . ."
                   "Area-8 . ."
                   "Area-9 . ."
                   "Area-10 . ."
                   "Area-11 . ."
                   / minmax(100%, 100%);
    grid-auto-columns: minmax(0, 0);
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
  }

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

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

  .image-49 {
    margin-top: 40px;
    display: inline-block;
  }

  .paragraph-8 {
    width: 75%;
  }

  .image-50, .image-51, .image-52 {
    display: block;
  }

  .bold-text-5 {
    display: inline;
  }

  .icon {
    color: #000;
  }

  .image-53 {
    display: none;
  }

  .bold-text-12 {
    width: 0;
    max-width: 0%;
    clear: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .text-block-76 {
    margin-right: 0;
  }

  .menu-button-2 {
    background-color: #c8c8c8;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .text-block-81 {
    display: inline-block;
  }

  .text-block-82 {
    display: none;
  }

  .bold-text-18, .bold-text-19, .bold-text-20 {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
  }

  .bold-text-21 {
    text-align: center;
    justify-content: center;
  }

  .container-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-12 {
    color: #000;
  }

  .nav-link-5 {
    float: left;
    clear: left;
  }

  .nav-link-6 {
    float: left;
    clear: left;
    margin-left: 0;
  }

  .nav-link-6.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .prequalify-for-more-head {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .reduce-prequal-efforts {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 26px;
  }

  .reliable-platform {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .partner-with-us {
    text-align: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-25 {
    text-align: left;
  }

  .list-item-10 {
    margin-top: 10px;
  }

  .div-block-348 {
    margin-left: 15px;
  }

  .list-item-19 {
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-346 {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .column-34 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .list-item-13 {
    margin-top: 20px;
  }

  .list-item-13._2 {
    margin-top: 40px;
  }

  .columns-12 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-95 {
    margin-left: 15px;
  }

  .column-35 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 29px;
  }

  .showcase-strengths {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 27px;
  }

  .profile-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    border-radius: 6px;
    grid-template: "Area-10"
                   "Area-3" minmax(auto, 1fr)
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   / 1fr;
    grid-auto-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .feature-2.feature-extra {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-54 {
    width: 25%;
    float: left;
    text-align: left;
    order: -1;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
    padding: 5px;
    display: inline-block;
  }

  .image-54._2 {
    padding: 10px;
  }

  .image-54._3 {
    padding: 5px;
  }

  .image-54.new {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-54.new-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 12px;
  }

  .image-55 {
    width: 25%;
    float: left;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
  }

  .image-55._3 {
    padding: 2px;
  }

  .image-56 {
    width: 25%;
    float: left;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
    padding: 0;
  }

  .image-56._1, .image-56._2 {
    padding: 10px;
  }

  .text-block-90 {
    font-size: 14px;
  }

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

  .container-10 {
    margin-left: 70px;
    margin-right: 60px;
  }

  .icon-13 {
    color: #000;
  }

  .nav-link-7 {
    float: left;
    clear: left;
  }

  .section-head {
    padding-top: 78px;
  }

  .nav-link-8 {
    float: left;
    clear: left;
    margin-left: 0;
  }

  .nav-link-8.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .container-14 {
    margin-left: 70px;
    margin-right: 60px;
  }

  .icon-14 {
    color: #000;
  }

  .nav-link-9 {
    float: left;
    clear: left;
  }

  .nav-link-10 {
    float: left;
    clear: left;
    margin-left: 0;
  }

  .nav-link-10.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-18 {
    border-radius: 6px;
    grid-template-rows: auto auto;
  }

  .feature-3 {
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-31 {
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .sub {
    margin-left: 66px;
    font-size: 20px;
  }

  .text-block-100 {
    margin-left: 66px;
    font-size: 12px;
  }

  .container-17 {
    margin-top: 40px;
  }

  .container-18 {
    margin-left: 70px;
    margin-right: 60px;
  }

  .icon-15 {
    color: #000;
  }

  .nav-link-11 {
    float: left;
    clear: left;
  }

  .sign-in-2 {
    float: left;
    clear: left;
    margin-left: 10px;
    margin-right: 10px;
    right: auto;
  }

  .nav-link-12 {
    float: left;
    clear: left;
    margin-left: 0;
  }

  .nav-link-12.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-13 {
    float: left;
    clear: left;
  }

  .nav-link-13.w--current {
    margin-left: 0;
  }

  .container-20 {
    margin-left: 70px;
    margin-right: 60px;
  }

  .icon-16 {
    color: #000;
  }

  .nav-link-14 {
    float: left;
    clear: left;
  }

  .nav-link-15 {
    float: left;
    clear: left;
    margin-left: 0;
  }

  .nav-link-15.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-16 {
    float: left;
    clear: left;
  }

  .nav-link-16.w--current {
    margin-left: 0;
  }

  .column-40 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 29px;
  }

  .columns-15 {
    padding-right: 20px;
  }

  .bold-text-28 {
    text-align: left;
  }

  .column-43 {
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .list-item-17 {
    align-items: center;
    margin-left: 0;
  }

  .list-item-17._11, .list-item-17._12 {
    margin-top: 20px;
  }

  .image-63, .image-64 {
    max-width: 50%;
    object-fit: scale-down;
  }

  .image-66, .image-67 {
    margin-left: 200px;
  }

  .heading-38, .heading-39 {
    margin-left: auto;
  }

  .image-68 {
    margin-left: 200px;
  }

  .heading-40 {
    margin-left: auto;
  }

  .image-69 {
    margin-left: 200px;
  }

  .columns-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-32 {
    padding-bottom: 100px;
  }

  .column-30 {
    padding-top: 0;
    padding-left: 10px;
  }

  .image-70 {
    max-width: 50%;
    object-fit: scale-down;
  }

  .columns-18 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-45 {
    margin-top: -100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-46 {
    text-align: center;
    padding-top: 0;
    padding-left: 10px;
  }

  .image-71 {
    max-width: 50%;
    object-fit: scale-down;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-41 {
    margin-top: 140px;
    font-size: 35px;
  }

  .grid-20 {
    border-radius: 6px;
    grid-template-rows: auto auto;
  }

  .feature-4 {
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-76, .image-77, .image-78, .image-79 {
    margin-left: auto;
  }

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

  .image-81, .image-82 {
    margin-left: auto;
  }

  .link-block-10 {
    display: inline-block;
  }

  .div-block-363 {
    margin-top: 20px;
  }

  .image-83, .image-84, .image-85, .image-86, .image-87, .image-88, .image-89 {
    margin-left: auto;
  }

  .button-35 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .heading-47 {
    margin-top: 60px;
    font-size: 25px;
  }

  .text-block-112 {
    text-align: left;
  }

  .heading-50, .text-block-115, .button-38 {
    margin-left: 0;
  }

  .heading-51 {
    justify-content: center;
    margin-left: 0;
  }

  .text-block-116 {
    justify-content: center;
  }

  .heading-52 {
    margin-left: -1111px;
  }

  .text-block-117, .button-40 {
    margin-left: 0;
  }

  .container-29 {
    margin-left: 100px;
  }

  .heading-55 {
    text-align: left;
    justify-content: center;
    margin-left: 20px;
    font-size: 25px;
    display: flex;
  }

  .text-block-119 {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .button-42 {
    margin-left: 50px;
  }

  .heading-60, .heading-61 {
    width: 100%;
    margin-left: auto;
  }

  .heading-62, .heading-63 {
    margin-left: auto;
  }

  .client-ret {
    margin-top: 0;
  }

  .div-block-371 {
    width: 75%;
    margin-top: 10px;
  }

  .button-45 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-21 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-49 {
    padding-bottom: 100px;
  }

  .column-50 {
    padding-top: 0;
    padding-left: 10px;
  }

  .image-99 {
    max-width: 50%;
    object-fit: scale-down;
  }

  .column-51 {
    padding-left: 10px;
  }

  .heading-69 {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-106, .image-107, .image-108, .image-109 {
    margin-top: 50px;
    margin-left: -20px;
  }

  .image-110, .image-111 {
    margin-top: 0;
  }

  .bold-text-40 {
    font-size: 18px;
  }

  .text-block-138, .text-block-141, .bold-text-42, .text-block-143 {
    text-align: left;
  }

  .bold-text-48 {
    color: #000;
  }

  .bold-text-49 {
    font-size: 20px;
  }

  .text-block-145 {
    margin-left: 15px;
  }

  .div-block-380 {
    margin-top: 10px;
  }

  .div-block-381 {
    padding-top: 10px;
  }

  .text-block-146 {
    text-align: left;
  }

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

  .image-122 {
    margin-top: -15px;
  }

  .text-block-148 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .image-124 {
    margin-top: 0;
  }

  .image-127 {
    margin-top: 0;
    margin-left: 20px;
  }

  .column-52 {
    margin-top: -40px;
  }

  .column-53 {
    margin-top: -5px;
    padding-left: 20px;
  }

  .image-128 {
    margin-top: 0;
    margin-left: 20px;
  }

  .text-block-150 {
    margin-top: 0;
  }

  .heading-70 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-389 {
    padding-bottom: 0;
  }

  .bold-text-71, .bold-text-72 {
    text-align: left;
  }

  .image-129, .image-130, .image-131, .image-132 {
    margin-left: 20px;
  }

  .text-block-155, .text-block-156 {
    text-align: left;
  }

  .column-54 {
    margin-top: -10px;
  }

  .column-55 {
    margin-top: -35px;
  }

  .div-block-399 {
    padding-top: 40px;
  }

  .text-block-162, .text-block-163 {
    text-align: left;
  }

  .bold-text-79 {
    padding-right: 0;
  }

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

  .div-block-407 {
    padding-top: 0;
    padding-right: 10px;
  }

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

  .div-block-412 {
    padding-right: 15px;
  }

  .image-138, .image-139 {
    margin-left: 20px;
  }

  .text-block-166, .text-block-168 {
    text-align: left;
  }

  .text-block-169 {
    color: #000;
    margin-top: 0;
    line-height: 1;
  }

  .text-block-170 {
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-418, .div-block-422, .image-143 {
    margin-top: 0;
  }

  .div-block-424 {
    justify-content: center;
    display: block;
  }

  .bold-text-83 {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
  }

  .bold-text-84 {
    text-align: left;
    font-size: 18px;
  }

  .image-145 {
    margin-top: 0;
  }

  .bold-text-86 {
    font-size: 18px;
  }

  .bold-text-89, .text-block-174, .bold-text-92, .bold-text-93 {
    text-align: left;
  }

  .text-block-178 {
    text-align: left;
    margin-top: 0;
  }

  .image-150 {
    margin-top: 0;
  }

  .text-block-179 {
    text-align: left;
  }

  .column-56 {
    margin-top: -40px;
  }

  .div-block-440 {
    margin-top: 10px;
  }

  .bold-text-94 {
    font-size: 20px;
  }

  .text-block-182 {
    text-align: left;
    font-size: 20px;
  }

  .text-block-183, .bold-text-95, .text-block-184, .text-block-185 {
    font-size: 20px;
  }

  .list-6 {
    margin-top: 40px;
  }

  .text-block-197 {
    text-align: left;
  }

  .image-152 {
    margin-left: 20px;
  }

  .div-block-445, .div-block-446, .div-block-447 {
    display: flex;
  }

  .div-block-448 {
    display: block;
  }

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

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

  .bold-text-118 {
    color: #333;
  }

  .div-block-457 {
    justify-content: flex-start;
    margin-left: 100px;
  }

  .div-block-459 {
    justify-content: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-72 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-465 {
    justify-content: center;
    display: flex;
  }

  .container-36 {
    margin-left: -95px;
    margin-right: auto;
  }

  .div-block-466 {
    width: 75%;
  }

  .text-block-223, .button-50 {
    margin-left: 0;
  }

  .column-57 {
    margin-top: -10px;
    padding-left: 0;
  }

  .column-58 {
    margin-top: 10px;
  }

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

  .column-59 {
    margin-top: 20px;
  }

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

  .column-61 {
    margin-top: 20px;
  }

  .column-62 {
    margin-top: 20px;
    padding-right: 0;
  }

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

  .column-64 {
    margin-top: 20px;
  }

  .left-arrow {
    width: 10%;
    margin-left: 10px;
    margin-right: auto;
  }

  .right-arrow {
    width: 10%;
    margin-left: auto;
    margin-right: 10px;
  }

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

  .div-block-475 {
    margin: 5px auto 40px;
    display: inline-block;
  }

  .div-block-476 {
    width: 60%;
    float: none;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-477, .div-block-478 {
    width: 60%;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-479, .div-block-480, .div-block-481 {
    width: 60%;
    float: none;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-482 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-483, .div-block-484, .div-block-485, .div-block-486, .div-block-487, .div-block-488 {
    width: 60%;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-489 {
    width: 60%;
    text-align: left;
    margin-top: 10px;
    display: inline-block;
  }

  .div-block-490, .div-block-491, .div-block-492, .div-block-493, .div-block-494, .div-block-495, .div-block-496 {
    width: 60%;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

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

  .list-11 {
    margin-left: 10px;
    padding-left: 0;
  }

  .list-12 {
    margin-bottom: 0;
  }

  .list-13 {
    margin-top: 40px;
    margin-left: 20px;
  }

  .list-17 {
    margin-top: 60px;
  }

  .heading-75 {
    margin-top: 140px;
    font-size: 35px;
  }

  .column-66 {
    margin-top: -100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-67 {
    text-align: center;
    padding-top: 0;
    padding-left: 10px;
  }

  .columns-22 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-154 {
    max-width: 50%;
    object-fit: scale-down;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-499 {
    width: 60%;
    clear: left;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-500, .div-block-501, .div-block-502, .div-block-503 {
    width: 60%;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

  .column-68 {
    padding-left: 20px;
  }

  .list-19, .list-20 {
    margin-top: 0;
  }
}

@media screen and (max-width: 541px) {
  .body {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    width: 100%;
    height: 70px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pledgx-logo {
    width: 70%;
    max-width: 100%;
    margin-top: 0;
  }

  .services {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    left: 0;
  }

  .services.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .about {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    display: inline;
    position: relative;
    left: 0;
  }

  .about.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-3 {
    float: left;
    clear: left;
    text-align: center;
    display: inline;
    left: 0;
  }

  .nav-menu {
    border-radius: 10px;
    margin-right: 40px;
  }

  .sign-in {
    float: left;
    clear: left;
    margin-left: 10px;
    margin-right: 10px;
    right: auto;
  }

  .container {
    margin-left: 20px;
    margin-right: 35px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .left-column-grid {
    text-align: center;
    padding-right: 0;
  }

  .right-column-grid {
    text-align: left;
  }

  .dashboard-image {
    max-width: 50%;
    text-align: center;
    display: inline-block;
  }

  .landing-text {
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.25;
  }

  .landing-text-2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .landing-text-3 {
    font-size: 14px;
    line-height: 1.25;
  }

  .pledgx-button {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .pledgx-button._2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-section {
    padding-top: 20px;
  }

  .users-section {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 400px;
  }

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

  .card1 {
    margin-right: 0;
  }

  .card2 {
    margin-left: 0;
  }

  .card-1-heading, .card-2-heading {
    font-size: 21px;
  }

  .card-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.25;
  }

  .image, .image-2 {
    padding-bottom: 0;
  }

  .image-3, .image-4 {
    margin-top: 0;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    padding-bottom: 0;
    font-size: 14px;
  }

  .what-we-offer {
    margin-top: 100px;
  }

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

  .right-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .features {
    padding-bottom: 20px;
  }

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

  .feature {
    padding-bottom: 10px;
  }

  .features-heading {
    font-size: 24px;
  }

  .features-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .feature-subhead {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    display: block;
  }

  .feature-description {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .features-section, .mission-section {
    margin-top: 100px;
  }

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

  .contact-section {
    margin-top: 100px;
    display: block;
  }

  .mission {
    max-width: 100%;
  }

  .grid-6 {
    grid-template-columns: 2.25fr;
  }

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

  .numbers {
    max-width: 100%;
  }

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

  .numbers-heading {
    font-size: 24px;
    line-height: 1.25;
  }

  .mission-paragraph {
    text-align: left;
    font-size: 14px;
  }

  .mission-heading {
    text-align: left;
    font-size: 24px;
  }

  .num-box, .num-box-2 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .num-box-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .num-white {
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .num-white._2 {
    padding-bottom: 20px;
  }

  .num-head {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.4px;
  }

  .num-subhead {
    font-size: 16px;
  }

  .num-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 1.4;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .brand {
    max-width: 50%;
  }

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

  .image-13 {
    max-width: 200%;
  }

  .contact {
    width: 80%;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .contact-form {
    padding-top: 0;
    display: block;
  }

  .contact-form-grid {
    flex-direction: column;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .back-to-top {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-7 {
    font-size: 24px;
  }

  .footer {
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    text-align: center;
    flex-direction: column;
  }

  .footer-logo-link {
    justify-content: center;
    display: flex;
  }

  .footer-image {
    margin-left: 0;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 14px;
  }

  .footer-link {
    text-align: center;
    font-size: 12px;
  }

  .div-block-4 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-info {
    padding-right: 10px;
  }

  .footer-text {
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .grid-9 {
    grid-template-rows: auto auto;
  }

  .hero-mobile {
    overflow: hidden;
  }

  .mobile-landing {
    padding: 40px 35px 0;
  }

  .heading-6 {
    font-size: 24px;
  }

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

  .field-label, .field-label-2, .field-label-3 {
    font-weight: 400;
  }

  .textarea-2 {
    min-height: 260px;
    border-radius: 6px;
  }

  .submit-button-2 {
    text-align: left;
    background-color: #ff6d1d;
    border-radius: 6px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-10 {
    text-align: center;
    padding-top: 10px;
  }

  .text-field-3, .text-field-4 {
    border-radius: 6px;
  }

  .container-5 {
    margin-top: 140px;
    display: none;
    position: static;
  }

  .div-block-11, .div-block-12 {
    display: none;
  }

  .text-block-8 {
    flex: none;
    font-size: 12px;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    min-width: 90%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .meet-pledgx {
    margin-bottom: 40px;
  }

  .meet-title {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .div-block-15 {
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-5.bottom {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .div-block-17 {
    padding-bottom: 40px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .blog-title {
    font-size: 16px;
  }

  .title-section.blog-post {
    margin-left: 25px;
    margin-right: 25px;
    display: inline-block;
  }

  .back-to-top {
    margin-left: 35px;
    margin-right: 35px;
    font-size: 24px;
  }

  .support {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .image-18 {
    max-width: 50%;
  }

  .heading-9 {
    font-size: 28px;
  }

  .body-text {
    margin-top: 40px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mission-section {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
  }

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

  .advisors-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-14 {
    grid-template: "."
                   "Area-8" minmax(min-content, max-content)
                   "Area-9" minmax(min-content, max-content)
                   "Area-2"
                   "Area-3" minmax(min-content, max-content)
                   "Area-4"
                   "Area-7" minmax(min-content, max-content)
                   "Area-6"
                   "Area-5"
                   / 1fr;
    margin-top: 60px;
  }

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

  .div-block-36 {
    height: 1.5px;
    background-color: rgba(0, 0, 0, .94);
  }

  .text-block-57 {
    margin-bottom: 40px;
  }

  .video-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-8 {
    width: 90%;
  }

  .bold-text-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .heading-15 {
    display: none;
  }

  .icon {
    margin-top: -11px;
  }

  .search-input {
    width: 80%;
  }

  .paragraph-14 {
    margin-bottom: 40px;
  }

  .dropdown {
    height: 75px;
    margin-top: 5px;
    margin-bottom: 0;
    display: block;
  }

  .dropdown.dt5 {
    height: 50px;
    margin-bottom: 30px;
  }

  .dropdown-toggle {
    width: 100%;
    height: 75px;
    display: block;
    right: auto;
  }

  .dropdown-toggle.dt2 {
    height: 50px;
  }

  .dropdown-toggle.dt3 {
    margin-top: -25px;
    margin-bottom: 0;
  }

  .text-block-70 {
    display: inline-block;
  }

  .dropdown-list {
    top: auto;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    top: auto;
  }

  .bold-text-12 {
    width: auto;
    max-width: 100%;
    float: left;
    clear: none;
    text-transform: none;
    white-space: pre-wrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: inline-block;
    position: relative;
  }

  .dropdown-icon {
    position: absolute;
  }

  .text-block-71 {
    width: auto;
    max-width: 90%;
    float: none;
    object-fit: fill;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .text-block-72 {
    width: auto;
    max-width: 90%;
    display: inline-block;
    position: static;
  }

  .text-block-73, .text-block-74, .text-block-75, .text-block-76 {
    display: inline-block;
  }

  .div-block-40 {
    width: 7px;
  }

  .dropdowntext {
    display: inline-block;
  }

  .dropdownblock {
    display: block;
  }

  .bold-text-17 {
    display: inline-block;
  }

  .text-block-81 {
    display: none;
  }

  .text-block-82 {
    display: inline-block;
  }

  .text-block-83 {
    display: inline;
  }

  .bold-text-18, .bold-text-19, .bold-text-20 {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
  }

  .your-role {
    margin-top: 20px;
  }

  .heading-18 {
    line-height: 38px;
  }

  .bold-text-21 {
    text-align: center;
    font-size: 25px;
  }

  .container-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-12 {
    margin-right: 5px;
  }

  .menu-button-11 {
    padding: 0;
  }

  .nav-link-5 {
    float: left;
    clear: left;
    text-align: center;
    display: inline;
    left: 0;
  }

  .nav-link-6 {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    left: 0;
  }

  .nav-link-6.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .prequalify-for-more-head {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    line-height: 25px;
  }

  .reduce-prequal-efforts {
    font-size: 20px;
    line-height: 24px;
  }

  .reliable-platform {
    margin-top: 15px;
    font-size: 18px;
  }

  .partner-with-us {
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-25 {
    text-align: left;
    font-size: 16px;
  }

  .list-item-10 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-348 {
    margin-top: 0;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 20px;
  }

  .list-item-19 {
    align-items: center;
  }

  .mobileimage {
    max-width: 20%;
  }

  .div-block-346 {
    margin-top: 0;
    padding-left: 10px;
  }

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

  .list-item-13, .list-item-13._2 {
    margin-top: 20px;
  }

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

  .div-block-347 {
    margin-left: 10px;
  }

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

  .showcase-strengths {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 27px;
  }

  .profile-features {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .feature-2 {
    padding-bottom: 10px;
  }

  .image-54 {
    width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-55 {
    width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-56 {
    width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
  }

  .text-block-90 {
    flex: none;
    font-size: 12px;
  }

  .div-block-353 {
    text-align: center;
    padding-right: 0;
  }

  .container-10 {
    margin-left: 50px;
    margin-right: 35px;
  }

  .menu-button-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-7 {
    float: left;
    clear: left;
    text-align: center;
    display: inline;
    left: 0;
  }

  .container-11 {
    margin-top: 5px;
  }

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

  .nav-link-8 {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    left: 0;
  }

  .nav-link-8.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .container-14 {
    margin-left: 50px;
    margin-right: 35px;
  }

  .menu-button-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-9 {
    float: left;
    clear: left;
    text-align: center;
    display: inline;
    left: 0;
  }

  .container-15 {
    margin-top: 0;
  }

  .nav-link-10 {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    left: 0;
  }

  .nav-link-10.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-18 {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .feature-3 {
    padding-bottom: 10px;
  }

  .feature-subhead-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .heading-31 {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 16px;
    display: flex;
  }

  .gc-s {
    background-position: 50%;
  }

  .sub {
    margin-left: 56px;
    font-size: 15px;
  }

  .text-block-100 {
    margin-left: 56px;
    font-size: 10px;
  }

  .container-17 {
    margin-top: 10px;
  }

  .button-21 {
    margin-bottom: 0;
    margin-left: 58px;
    display: inline;
  }

  .container-18 {
    margin-left: 50px;
    margin-right: 35px;
  }

  .menu-button-14 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-11 {
    float: left;
    clear: left;
    text-align: center;
    display: inline;
    left: 0;
  }

  .sign-in-2 {
    float: left;
    clear: left;
    margin-left: 10px;
    margin-right: 10px;
    right: auto;
  }

  .nav-link-12 {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    left: 0;
  }

  .nav-link-12.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-13 {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    display: inline;
    position: relative;
    left: 0;
  }

  .nav-link-13.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .container-20 {
    margin-left: 50px;
    margin-right: 35px;
  }

  .menu-button-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-14 {
    float: left;
    clear: left;
    text-align: center;
    display: inline;
    left: 0;
  }

  .nav-link-15 {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    left: 0;
  }

  .nav-link-15.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-16 {
    float: left;
    clear: left;
    text-align: center;
    padding-left: 10px;
    display: inline;
    position: relative;
    left: 0;
  }

  .nav-link-16.w--current {
    margin-left: 0;
    margin-right: 0;
  }

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

  .bold-text-28 {
    color: #333;
    font-size: 16px;
  }

  .column-43 {
    margin-top: -45px;
    padding: 10px 0 0;
  }

  .list-item-17 {
    align-items: center;
    margin-top: 20px;
  }

  .text-block-102 {
    font-size: 16px;
    line-height: 17px;
  }

  .body-3 {
    line-height: 1.2;
  }

  .heading-37 {
    width: 280px;
    font-size: 22px;
  }

  .heading-38, .heading-39 {
    width: auto;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .heading-40 {
    width: auto;
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .form {
    text-align: center;
  }

  .submit-button-4 {
    float: left;
    clear: left;
    margin-top: 20px;
  }

  .image-71 {
    width: 80%;
    max-width: 80%;
  }

  .heading-41 {
    font-size: 22px;
  }

  .link-block-5 {
    margin-left: -120px;
  }

  .grid-20 {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .feature-4 {
    padding-bottom: 10px;
  }

  .feature-subhead-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .image-76, .image-77, .image-78, .image-79, .image-80, .image-81, .image-82 {
    margin-left: auto;
  }

  .link-block-7, .link-block-8, .link-block-9 {
    margin-left: -120px;
  }

  .link-block-10 {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
  }

  .link-block-11 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
  }

  .link-block-12 {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-363 {
    margin-top: 20px;
    padding-right: 0;
  }

  .div-block-364 {
    margin-top: 0;
  }

  .image-83, .image-84, .image-85, .image-86 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-87 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-88, .image-89 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-35 {
    margin-left: auto;
  }

  .heading-47 {
    margin-top: 100px;
  }

  .text-block-112 {
    font-size: 16px;
  }

  .heading-50 {
    width: 60%;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 60px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .text-block-115 {
    justify-content: center;
    margin-left: 0;
    font-size: 12px;
    display: flex;
  }

  .button-38 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .heading-51 {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 60px;
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text-31 {
    width: 90%;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .text-block-116 {
    width: 60%;
    margin-left: 60px;
    font-size: 12px;
  }

  .button-39 {
    margin-left: 60px;
    font-size: 12px;
  }

  .heading-52 {
    text-align: left;
    margin-left: -10px;
    font-size: 18px;
  }

  .text-block-117 {
    width: 60%;
    text-align: left;
    justify-content: center;
    margin-left: 60px;
    font-size: 12px;
    display: flex;
  }

  .button-40 {
    margin-left: 0;
    font-size: 12px;
  }

  .heading-53 {
    width: 60%;
    text-align: left;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 50px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .text-block-118 {
    width: 70%;
    justify-content: center;
    margin-top: 0;
    margin-left: 50px;
    font-size: 12px;
    display: flex;
  }

  .button-41 {
    margin-left: 20px;
    font-size: 12px;
  }

  .container-29 {
    margin-left: 10px;
  }

  .heading-55 {
    width: 60%;
    text-align: left;
    margin-top: 53px;
    margin-bottom: 10px;
    margin-left: 60px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-119 {
    width: 70%;
    margin-left: 60px;
    font-size: 12px;
  }

  .button-42 {
    margin-left: 60px;
    font-size: 12px;
  }

  .container-30 {
    margin-left: 0;
  }

  .heading-57 {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-120 {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
  }

  .button-43 {
    margin-left: 0;
    font-size: 12px;
  }

  .heading-59 {
    width: 60%;
    text-align: left;
    margin-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-121 {
    width: 70%;
    margin-left: 0;
    font-size: 12px;
  }

  .button-44 {
    margin-left: 0;
    font-size: 12px;
  }

  .container-31 {
    width: 80%;
    margin-left: 60px;
  }

  .heading-60, .heading-61, .heading-62 {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .heading-63 {
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .wpxp, .found {
    text-align: center;
  }

  .section-14 {
    padding-bottom: 80px;
  }

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

  .heading-65 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-66 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    line-height: 27px;
  }

  .container-32, .div-block-370 {
    margin-left: 0;
  }

  .div-block-371 {
    width: 75%;
    margin-left: auto;
  }

  .image-96 {
    margin-left: 10px;
  }

  .image-97 {
    margin-top: 0;
  }

  .button-45 {
    margin-left: auto;
  }

  .column-51 {
    padding-left: 10px;
  }

  .heading-68 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .image-100, .image-103, .image-105 {
    margin-left: 10px;
  }

  .heading-69 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-106, .image-107, .image-108, .image-109, .image-111 {
    margin-left: 10px;
  }

  .bold-text-33 {
    text-align: left;
  }

  .text-block-132, .bold-text-34 {
    text-align: left;
    font-size: 16px;
  }

  .bold-text-35 {
    font-size: 16px;
    line-height: .7;
  }

  .bold-text-36, .bold-text-37 {
    font-size: 16px;
  }

  .bold-text-40, .bold-text-41, .text-block-133 {
    text-align: left;
    font-size: 16px;
  }

  .image-112 {
    margin-left: 10px;
  }

  .text-block-136 {
    text-align: left;
  }

  .image-113 {
    margin-left: 10px;
  }

  .text-block-138 {
    text-align: left;
  }

  .image-116 {
    margin-left: 10px;
  }

  .text-block-140 {
    color: #333;
    font-size: 18px;
  }

  .text-block-141 {
    text-align: left;
  }

  .text-block-142 {
    font-size: 16px;
  }

  .bold-text-42, .text-block-143 {
    text-align: left;
    font-size: 16px;
  }

  .image-117 {
    margin-left: 10px;
  }

  .bold-text-45 {
    text-align: left;
  }

  .bold-text-48, .bold-text-49 {
    font-size: 16px;
  }

  .image-118 {
    margin-top: 0;
    margin-left: 10px;
  }

  .image-119, .image-123 {
    margin-left: 10px;
  }

  .bold-text-67 {
    font-size: 16px;
  }

  .text-block-149 {
    font-size: 16px;
    line-height: 17px;
  }

  .image-126 {
    margin-left: 10px;
  }

  .image-127 {
    margin-top: 0;
    margin-left: 0;
  }

  .column-52 {
    margin-top: -7px;
  }

  .column-53 {
    margin-top: -10px;
  }

  .image-128 {
    margin-top: 0;
    margin-left: 0;
  }

  .bold-text-70 {
    font-size: 16px;
    line-height: 0;
  }

  .text-block-150 {
    margin-top: 0;
    font-size: 16px;
    line-height: 17px;
  }

  .heading-70 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .div-block-389 {
    padding-bottom: 0;
    padding-right: 10px;
  }

  .div-block-390, .div-block-391 {
    padding-top: 0;
  }

  .bold-text-71, .bold-text-72 {
    font-size: 16px;
  }

  .text-block-151 {
    margin-top: 0;
  }

  .bold-text-73 {
    font-size: 16px;
  }

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

  .bold-text-75 {
    font-size: 16px;
  }

  .image-129 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-130 {
    margin-left: 0;
  }

  .image-131 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-132 {
    margin-left: 0;
  }

  .text-block-153, .text-block-154 {
    font-size: 15px;
  }

  .bold-text-76 {
    font-size: 15px;
    line-height: 1.2;
  }

  .text-block-155 {
    font-size: 16px;
  }

  .column-54 {
    margin-top: -6px;
  }

  .bold-text-77 {
    font-size: 16px;
    line-height: 1.2;
  }

  .image-133, .image-134, .image-135, .image-136 {
    margin-left: 10px;
  }

  .heading-71 {
    font-size: 20px;
  }

  .text-block-158, .text-block-160, .text-block-161 {
    text-align: left;
  }

  .submit-button-7 {
    margin-top: 20px;
  }

  .div-block-402 {
    padding-left: 6px;
  }

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

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

  .div-block-407 {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-408, .div-block-409, .div-block-410 {
    padding-right: 10px;
  }

  .image-137 {
    margin-left: 10px;
  }

  .image-138, .image-139 {
    margin-left: 0;
  }

  .image-140, .image-141, .image-142 {
    margin-left: 10px;
  }

  .text-block-164 {
    text-align: left;
    font-size: 15px;
  }

  .text-block-165 {
    text-align: left;
    font-size: 12px;
  }

  .text-block-166, .text-block-167, .text-block-168 {
    text-align: left;
  }

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

  .div-block-415, .div-block-416, .div-block-417, .div-block-418, .div-block-419, .div-block-422 {
    padding-right: 20px;
  }

  .bold-text-83, .bold-text-84 {
    font-size: 16px;
  }

  .text-block-172 {
    text-align: left;
  }

  .image-144, .image-145, .image-146 {
    margin-left: 10px;
  }

  .bold-text-85 {
    padding-right: 0;
    font-size: 16px;
  }

  .bold-text-86, .bold-text-87 {
    font-size: 16px;
  }

  .div-block-425, .div-block-431 {
    padding-right: 20px;
  }

  .div-block-435 {
    text-align: left;
  }

  .bold-text-88 {
    font-size: 16px;
  }

  .bold-text-89, .text-block-174 {
    text-align: left;
    font-size: 16px;
  }

  .bold-text-90, .text-block-175, .bold-text-91, .text-block-176, .bold-text-92 {
    font-size: 16px;
  }

  .text-block-177, .bold-text-93, .text-block-178 {
    text-align: left;
    font-size: 16px;
  }

  .image-149, .image-150 {
    margin-left: 10px;
  }

  .column-56 {
    padding-right: 10px;
  }

  .text-block-186, .text-block-187 {
    text-align: left;
  }

  .image-151 {
    margin-left: 10px;
  }

  .text-block-190, .text-block-191, .bold-text-101, .text-block-197, .text-block-198 {
    text-align: left;
  }

  .text-block-202 {
    color: #333;
    font-size: 16px;
  }

  .image-152 {
    margin-top: 0;
    margin-left: 0;
  }

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

  .div-block-449 {
    justify-content: center;
  }

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

  .div-block-457 {
    width: 50%;
    margin-left: 0;
  }

  .div-block-458, .div-block-459, .div-block-460 {
    justify-content: center;
    display: flex;
  }

  .div-block-461 {
    justify-content: center;
    display: block;
  }

  .text-block-216 {
    text-align: left;
  }

  .text-block-217, .text-block-218, .text-block-219 {
    color: #000;
    text-align: left;
  }

  .text-block-220 {
    margin-top: -25px;
  }

  .text-block-221 {
    text-align: left;
  }

  .text-block-222 {
    text-align: left;
    font-size: 20px;
  }

  .heading-72 {
    color: #000;
    text-align: center;
    font-size: 23px;
    line-height: 25px;
  }

  .heading-73 {
    width: 90%;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .heading-73.heading-75 {
    padding-right: 20px;
  }

  .div-block-463 {
    width: 60%;
    justify-content: flex-start;
    margin-left: 60px;
    display: flex;
  }

  .div-block-464 {
    justify-content: flex-start;
    margin-left: 30px;
    display: flex;
  }

  .container-36 {
    width: 90%;
    margin-left: -50px;
  }

  .div-block-466 {
    margin-left: auto;
  }

  .heading-74 {
    width: 70%;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .text-block-223 {
    justify-content: center;
    margin-left: 0;
    font-size: 12px;
    display: flex;
  }

  .bold-text-124 {
    width: 70%;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .button-50 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .column-57 {
    margin-top: -10px;
    padding-left: 0;
  }

  .div-block-467 {
    text-align: left;
    padding-bottom: 0;
  }

  .div-block-468, .div-block-469, .div-block-470, .div-block-471, .div-block-472, .div-block-473 {
    text-align: left;
  }

  .column-58 {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-17 {
    background-color: #fcfdff;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .left-arrow {
    width: 17%;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
  }

  .icon-17 {
    margin: auto 0 auto 20px;
    display: block;
  }

  .icon-18 {
    text-align: center;
    margin: auto 20px auto 0;
  }

  .right-arrow {
    width: 17%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
  }

  .div-block-476, .div-block-477, .div-block-478, .div-block-479, .div-block-480 {
    width: 80%;
  }

  .div-block-497 {
    margin-top: 50px;
  }

  .list-14 {
    padding-left: 0;
  }

  .list-16 {
    margin-left: 20px;
  }

  .checkbox-label-5 {
    text-align: left;
  }

  .heading-75 {
    font-size: 22px;
  }

  .div-block-498 {
    text-align: left;
    padding-bottom: 0;
  }

  .image-154 {
    width: 80%;
    max-width: 80%;
  }

  .submit-button-8 {
    float: left;
    clear: left;
    margin-top: 20px;
  }

  .column-68 {
    margin-top: -10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .list-19 {
    margin-left: 10px;
  }
}

#w-node-_1f96932f-bc73-f09b-996d-96086fcd6789-2b62108e {
  align-self: center;
  justify-self: center;
}

#w-node-_4f336c2f-e9bc-0355-b317-5e9e7932a3a4-2b62108e, #w-node-_77fd1a53-7bce-7e16-5dce-87ea3ca82f4a-2b62109f, #w-node-_9a6de437-bd7b-ca98-5a83-9655ebc6086e-2b62109f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_836511cc-f825-53c6-8c89-ab7f0659b695-93f5bfa2, #w-node-_836511cc-f825-53c6-8c89-ab7f0659b69b-93f5bfa2 {
  justify-self: center;
}

#w-node-_836511cc-f825-53c6-8c89-ab7f0659b6a1-93f5bfa2, #w-node-_66a89ed3-6c3a-cc19-2972-a82ddfdbfa1c-93f5bfa2 {
  align-self: auto;
  justify-self: center;
}

#w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53bd-7c619463 {
  justify-self: center;
}

#w-node-ee6769ea-3dfd-97e4-62a1-3b473eac032c-7c619463 {
  align-self: auto;
  justify-self: center;
}

#w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53c3-7c619463 {
  justify-self: center;
}

#w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53c9-7c619463 {
  align-self: auto;
  justify-self: center;
}

#w-node-_8173a050-ecf9-4db1-38c0-d8d00859559d-e881850e, #w-node-_8173a050-ecf9-4db1-38c0-d8d0085955a4-e881850e {
  justify-self: center;
}

#w-node-_8173a050-ecf9-4db1-38c0-d8d0085955ab-e881850e, #w-node-_8173a050-ecf9-4db1-38c0-d8d0085955b2-e881850e {
  align-self: auto;
  justify-self: center;
}

#w-node-edacd9fe-ee74-8490-00ce-908332162db4-2282ea69, #w-node-edacd9fe-ee74-8490-00ce-908332162dba-2282ea69 {
  justify-self: center;
}

#w-node-edacd9fe-ee74-8490-00ce-908332162dc0-2282ea69, #w-node-edacd9fe-ee74-8490-00ce-908332162dc6-2282ea69 {
  align-self: auto;
  justify-self: center;
}

#w-node-a7d19738-ac1f-d131-52bb-5f0cbf8e867e-c40a9887, #w-node-a7d19738-ac1f-d131-52bb-5f0cbf8e8685-c40a9887 {
  justify-self: center;
}

#w-node-a7d19738-ac1f-d131-52bb-5f0cbf8e868c-c40a9887, #w-node-a7d19738-ac1f-d131-52bb-5f0cbf8e8693-c40a9887 {
  align-self: auto;
  justify-self: center;
}

#w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bb4-12a3ea89, #w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bba-12a3ea89 {
  justify-self: center;
}

#w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bc0-12a3ea89, #w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bc6-12a3ea89 {
  align-self: auto;
  justify-self: center;
}

#w-node-_8845f3fb-902f-6e16-fda5-62fe0783a780-606ada59, #w-node-_8845f3fb-902f-6e16-fda5-62fe0783a786-606ada59 {
  justify-self: center;
}

#w-node-_8845f3fb-902f-6e16-fda5-62fe0783a78c-606ada59, #w-node-_8845f3fb-902f-6e16-fda5-62fe0783a792-606ada59 {
  align-self: auto;
  justify-self: center;
}

#w-node-_2cc8ce2c-0185-92a0-3d86-1f4a62da7cbf-148db897, #w-node-_2cc8ce2c-0185-92a0-3d86-1f4a62da7cc5-148db897 {
  justify-self: center;
}

#w-node-_2cc8ce2c-0185-92a0-3d86-1f4a62da7ccb-148db897, #w-node-_2cc8ce2c-0185-92a0-3d86-1f4a62da7cd1-148db897 {
  align-self: auto;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_836511cc-f825-53c6-8c89-ab7f0659b6a1-93f5bfa2, #w-node-_66a89ed3-6c3a-cc19-2972-a82ddfdbfa1c-93f5bfa2, #w-node-ee6769ea-3dfd-97e4-62a1-3b473eac032c-7c619463, #w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53c9-7c619463, #w-node-_8173a050-ecf9-4db1-38c0-d8d0085955ab-e881850e, #w-node-_8173a050-ecf9-4db1-38c0-d8d0085955b2-e881850e, #w-node-edacd9fe-ee74-8490-00ce-908332162dc0-2282ea69, #w-node-edacd9fe-ee74-8490-00ce-908332162dc6-2282ea69, #w-node-a7d19738-ac1f-d131-52bb-5f0cbf8e868c-c40a9887, #w-node-a7d19738-ac1f-d131-52bb-5f0cbf8e8693-c40a9887, #w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bc0-12a3ea89, #w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bc6-12a3ea89, #w-node-_8845f3fb-902f-6e16-fda5-62fe0783a78c-606ada59, #w-node-_8845f3fb-902f-6e16-fda5-62fe0783a792-606ada59, #w-node-_2cc8ce2c-0185-92a0-3d86-1f4a62da7ccb-148db897, #w-node-_2cc8ce2c-0185-92a0-3d86-1f4a62da7cd1-148db897 {
    align-self: auto;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dff4a693-edbf-c7e2-b84a-9feb9b969609-2b62108e {
    grid-area: Area-2;
  }

  #w-node-_4f336c2f-e9bc-0355-b317-5e9e7932a3a4-2b62108e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53b7-7c619463 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: start;
  }

  #w-node-ee6769ea-3dfd-97e4-62a1-3b473eac032c-7c619463 {
    align-self: auto;
    justify-self: start;
  }

  #w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53c3-7c619463 {
    justify-self: start;
  }

  #w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53c9-7c619463 {
    grid-area: Area-9;
    align-self: auto;
    justify-self: start;
  }

  #w-node-edacd9fe-ee74-8490-00ce-908332162db4-2282ea69, #w-node-a7d19738-ac1f-d131-52bb-5f0cbf8e867e-c40a9887, #w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bb4-12a3ea89, #w-node-_45b474ec-a369-4d3f-6bcb-b0e621694bc6-12a3ea89 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4901ada0-d563-707b-d5d5-d35bf726c3c5-2b62108a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_57ca97df-437f-792d-433e-02bc90bbbd63-2b62108a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f984-2b62108e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f98d-2b62108e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a8ac924c-bb13-8b85-30eb-1817e6879a3b-2b621097 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a8ac924c-bb13-8b85-30eb-1817e6879a44-2b621097 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f984-2b621098 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f98d-2b621098 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3fe60552-8a37-34f1-2eaf-8ac456b405c1-93f5bfa2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3fe60552-8a37-34f1-2eaf-8ac456b405c8-93f5bfa2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ed9581b7-4a6f-9c1a-3555-a435c34b53b7-7c619463, #w-node-ee6769ea-3dfd-97e4-62a1-3b473eac032c-7c619463 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_413ff604-f3de-0960-5d6a-8dcce349f7a8-7c619463 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_413ff604-f3de-0960-5d6a-8dcce349f7b0-7c619463 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5ce85e2b-ddda-98ec-e5f5-bd7dc0abcda6-e881850e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5ce85e2b-ddda-98ec-e5f5-bd7dc0abcdae-e881850e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1d8bbf10-2301-7eea-7158-cb1fd671308e-2282ea69 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1d8bbf10-2301-7eea-7158-cb1fd6713096-2282ea69 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c8cf698a-8143-4a26-4ff4-3ae77351ebc9-c40a9887 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c8cf698a-8143-4a26-4ff4-3ae77351ebd1-c40a9887 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_68b359fe-09dd-5200-50ce-568cfa47a8a5-12a3ea89 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_68b359fe-09dd-5200-50ce-568cfa47a8ad-12a3ea89 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_34323d15-1ac7-1907-c925-4f5680377fa9-606ada59 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_34323d15-1ac7-1907-c925-4f5680377fb1-606ada59 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Black.otf') format('opentype'), url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-BlackItalic.otf') format('opentype'), url('../fonts/SF-Pro-Text-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}