:root {
  --orange: #f2ac32;
  --black: #333;
  --white-smoke: #f8f8f8;
  --white: white;
  --gainsboro: #e4e4e7;
  --honeydew: #dcfce7;
  --lime-green: #22c55e;
  --misty-rose: #fee2e2;
  --indian-red: #ef4444;
  --lemon-chiffon: #fef9c3;
  --gold: #facc15;
  --old-lace: #fbf3e7;
  --light-grey: #d0d5dd;
  --maroon: #7f1d1d;
  --white-2: #fbfbfb;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

.c-section {
  position: relative;
}

.c-section.is--hero {
  background-image: url('../images/Hero-IMG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-section.is--how-it-works {
  background-color: var(--orange);
}

.c-section.is--stats {
  padding-top: 5.9em;
  padding-bottom: 11.46em;
  position: relative;
  overflow: hidden;
}

.c-section.is--no-1 {
  background-color: var(--black);
}

.c-section.is--footer {
  z-index: 1;
}

.c-section.faq {
  background-color: var(--white-smoke);
}

.c-container {
  z-index: 1;
  width: 100%;
  max-width: 88.89em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-container.is--nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-container.is--login-nav {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-hero-content-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-hero-btns-wrap {
  align-items: center;
  margin-top: 2.57em;
  display: flex;
}

.c-hero-bg-overlay {
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-button {
  color: #fff;
  cursor: pointer;
  background-color: #f2ac32;
  border-radius: 100em;
  padding: 1.5em 3em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.c-button:hover {
  transform: translate(0, -8px);
}

.c-button.is--outline {
  background-color: rgba(242, 172, 50, 0);
  border: 1px solid #fff;
  margin-left: 1.53em;
}

.c-button.is--outline.hero {
  width: auto;
  height: auto;
}

.c-button.is--get-started {
  width: 100%;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-button.is--outline-dash {
  width: 100%;
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(242, 172, 50, 0);
}

.c-button.go-to-dashboard {
  background-color: var(--black);
}

.c-hero-heading-wrap {
  width: 60.61em;
}

.c-h1-heading {
  margin-top: 0;
  font-size: 2.71em;
  font-weight: 800;
  line-height: 1.2;
}

.c-stats {
  width: 23.13em;
  height: 27.08em;
  text-align: center;
  background-color: #fff;
  border: .42em solid #f9f9f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3.09em;
  padding-right: 3.09em;
  display: flex;
  box-shadow: 0 41px 63px -19px rgba(51, 51, 51, .19);
}

.c-stats-wrap {
  width: 76.04em;
  grid-column-gap: 3.33em;
  grid-row-gap: 3.33em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.c-stats-icon {
  width: 6.39em;
}

.c-stats-sub {
  color: var(--orange);
  font-size: 1.11em;
}

.c-h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.43em;
  line-height: 1.3;
}

.c-paragraph {
  margin-bottom: 0;
  font-size: 1.11em;
}

.c-paragraph.bold {
  margin-bottom: .56em;
  font-weight: 700;
}

.c-paragraph.bold.is--consultation-heading {
  margin-bottom: 1.46em;
}

.c-paragraph.bold.billing-period {
  margin-bottom: 0;
}

.c-paragraph.is--business-details {
  width: 20em;
  margin-right: 2em;
}

.c-paragraph.is--business-details.bold {
  margin-bottom: 0;
}

.c-paragraph.small {
  font-size: .83em;
}

.c-paragraph.is--my-account {
  width: 10em;
  margin-right: 2em;
}

.c-paragraph.is--my-account.bold {
  margin-bottom: 0;
}

.c-paragraph.mid {
  font-size: .83em;
}

.c-paragraph.faded {
  color: #a8a8a8;
}

.c-paragraph.faq-heading {
  font-size: 1.5em;
  font-weight: 700;
}

.c-paragraph.faq-body {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.c-stats-heading-wrap {
  margin-bottom: 1.6em;
}

.c-how-it-works-content-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-how-it-works-img-wrap {
  width: 36.23em;
}

.image {
  width: 33.73em;
  position: absolute;
  top: auto;
  bottom: -4.03em;
  left: -2.92em;
  right: auto;
  transform: rotate(-30deg);
}

.c-how-it-works-list {
  background-color: var(--black);
  border-radius: 100em;
  margin-bottom: 1.18em;
  padding: 1.11em 2.22em 1.11em 1.11em;
  display: flex;
}

.c-number-div {
  width: 4.86em;
  height: 4.86em;
  background-color: var(--white);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  margin-right: 2.01em;
  display: flex;
}

.c-how-it-works-points {
  width: 30.26em;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.c-how-it-works-list-wrap {
  width: 42.99em;
  margin-top: 3em;
}

.brand {
  width: 8.68em;
  padding-left: 0;
}

.navbar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 1.39em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  padding: 1.5em 2em;
  font-size: 1.11em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  letter-spacing: 1px;
  font-weight: 800;
}

.nav-link.w--current {
  color: var(--orange);
  font-weight: 600;
}

.nav-link-main {
  border: 2px solid var(--white);
  color: #fff;
  background-color: rgba(242, 172, 50, 0);
  border-radius: 100em;
  margin-left: 1em;
  padding: 1.5em 3em;
  font-size: 1.11em;
}

.c-trusted-by-logos-wrap {
  width: 73.91em;
  grid-column-gap: 3.47em;
  grid-row-gap: 3.47em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 3em;
  display: grid;
}

.c-trusted-by-content-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 9.72em;
  padding-bottom: 9.72em;
  display: flex;
}

.c-no-1--content-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-no-1--img-wrap {
  width: 23.14em;
  margin-top: -5.83em;
}

.no-1-content-wrap {
  width: 60em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.no-1-heading-wrap {
  margin-bottom: 1.88em;
}

.c-btn-text {
  font-size: 1em;
}

.c-btn-text.sm {
  font-size: .9em;
}

.c-footer-top {
  width: 100%;
  background-color: var(--white-smoke);
  padding-top: 3.89em;
  padding-bottom: 3.89em;
  position: relative;
  overflow: hidden;
}

.footer-wrap {
  width: 100%;
}

.c-footer-logo-wrap {
  width: 14.58em;
}

.c-footer-top-content-wrap {
  justify-content: space-between;
  display: flex;
}

.c-footer-bottom-content-wrap {
  justify-content: space-between;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.c-tos-pp-wrap {
  width: 16em;
  justify-content: space-between;
  display: flex;
}

.c-text {
  margin-bottom: .5em;
  font-size: 1.11em;
}

.c-text.bold {
  font-weight: 700;
}

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

.c-footer-link {
  margin-bottom: .5em;
  font-size: 1.11em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.c-footer-link:hover {
  transform: translate(10px);
}

.image-3 {
  width: 15.12em;
  position: absolute;
  top: auto;
  bottom: -3.9em;
  left: auto;
  right: -2em;
  transform: rotate(15deg);
}

.c-footer-links-wrap-right {
  width: 30em;
  justify-content: space-between;
  margin-left: 11.74em;
  display: flex;
}

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

.hero {
  z-index: 5;
  width: 20%;
  height: 100vh;
  background-color: var(--black);
  flex: none;
  padding: 1.53em 2.36em 1.04em;
  transition: background-color .2s, height .8s cubic-bezier(.165, .84, .44, 1), width .8s cubic-bezier(.165, .84, .44, 1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.is--main {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content {
  z-index: 2;
  width: 80%;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  padding: 1.81em 2em 4em;
  display: flex;
  position: relative;
  overflow: auto;
}

.c-dashboard-summary-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-dashboard-value-of-grants-expiring-soon {
  grid-row-gap: 1em;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.32em;
  padding: 3.75em 2em;
  display: flex;
  position: relative;
}

.c-dashboard-grants-you-re-eligible-for {
  grid-row-gap: 1em;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.75em 2em;
  display: flex;
}

.c-dashboard-no-of-grants-due-soon {
  grid-row-gap: 1em;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.text-span-3 {
  color: var(--orange);
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  line-height: 1.3;
}

.c-dashboard-paragraph {
  margin-bottom: 0;
  font-size: 1.11em;
}

.c-dashboard-paragraph.bold {
  font-weight: 700;
}

.c-dashboard-paragraph.bold.is--grant-title {
  font-size: 1.39em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.c-dashboard-paragraph.bold.is--grant-title:hover {
  font-weight: 800;
}

.c-dashboard-paragraph.link {
  cursor: pointer;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.c-dashboard-paragraph.link:hover {
  letter-spacing: 2px;
}

.c-dashboard-value {
  font-size: 3.06em;
  font-weight: 700;
}

.c-funder-deadline-wrap {
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.c-dashboard-page-heading-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.29em;
  display: flex;
}

.c-dashboard-top-bar-content-wrap {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.92em;
  display: flex;
}

.c-user-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.div-block-13 {
  width: 1.81em;
  height: 1.81em;
  background-color: var(--orange);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  margin-right: .9em;
  display: flex;
}

.text-span-4 {
  font-weight: 700;
}

.c-dashboard-top-button {
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 100em;
  padding: 1.5em 3em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.c-dashboard-top-button:hover {
  transform: translate(0, -8px);
}

.text-span-5 {
  font-weight: 700;
}

.c-dashboard-explore-grants {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--gainsboro);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2.64em;
  padding: 2.71em;
}

.c-explore-grants-list {
  grid-column-gap: 16px;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-dashboard-explore-grants-heading-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.53em;
  display: flex;
}

.c-dashboard-apply-now-btns-wrap {
  display: flex;
}

.c-dashboard-apply-now-btn {
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  font-size: 1.11em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-dashboard-apply-now-btn:hover {
  transform: translate(0, -8px);
}

.c-dashboard-apply-now-btn._100 {
  width: 100%;
}

.c-dashboard-apply-now-btn-outline {
  color: var(--black);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: .69em 2em;
  font-size: 1.11em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-dashboard-apply-now-btn-outline:hover {
  transform: translate(0, -8px);
}

.c-dashboard-apply-now-btn-outline._100 {
  width: 100%;
}

.c-grants-description-wrap {
  grid-row-gap: .56em;
  flex-direction: column;
  margin-top: 2em;
  display: flex;
}

.c-eligible-bg {
  background-color: var(--honeydew);
  border-radius: 100em;
  align-items: center;
  margin-left: .25em;
  padding: .8em;
  display: flex;
}

.text-block {
  margin-left: .25em;
  font-size: 1.11em;
}

.c-eligible-dot {
  width: .56em;
  height: .56em;
  background-color: var(--lime-green);
  border-radius: 1000em;
  margin-right: .5em;
}

.text-span-6 {
  font-weight: 700;
}

.c-funder {
  grid-column-gap: .56em;
  align-items: center;
  display: flex;
}

.c-deadline {
  grid-column-gap: .56em;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.c-grant-value {
  font-size: 2.78em;
}

.c-not-eligible-bg {
  background-color: var(--misty-rose);
  border-radius: 100em;
  align-items: center;
  margin-left: .25em;
  padding: .8em;
  display: flex;
}

.c-not-eligible-dot {
  width: .56em;
  height: .56em;
  background-color: var(--indian-red);
  border-radius: 1000em;
  margin-right: .5em;
}

.c-dashboard-link {
  color: #fff;
  cursor: pointer;
  border-radius: .69em;
  align-items: center;
  margin-bottom: 1.53em;
  padding: .97em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-dashboard-link:hover {
  background-color: rgba(255, 255, 255, .19);
}

.c-dashboard-link.w--current {
  background-color: var(--orange);
}

.image-4 {
  width: 1.67em;
  margin-right: 1.25em;
}

.c-dashboard-links-wrap {
  margin-top: 2.43em;
}

.c-grant-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 1.81em;
  display: grid;
  position: relative;
}

.c-grants-apply-hire-btns {
  grid-column-gap: 1em;
  display: flex;
}

.c-partially-eligible-bg {
  background-color: var(--lemon-chiffon);
  border-radius: 100em;
  align-items: center;
  margin-left: .25em;
  padding: .8em;
  display: flex;
}

.c-partially-eligible-dot {
  width: .56em;
  height: .56em;
  background-color: var(--gold);
  border-radius: 1000em;
  margin-right: .5em;
}

.c-dashboard-logout {
  color: #fff;
  cursor: pointer;
  border-radius: .69em;
  align-items: center;
  margin-bottom: 1.53em;
  padding: .97em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 2.36em;
  right: auto;
}

.c-dashboard-logout.w--current {
  background-color: var(--orange);
}

.c-consultation-img-wrap {
  width: 39.59em;
}

.c-consultation-top {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-consultation-content-wrap {
  width: 28.43em;
  margin-top: 0;
  margin-left: 2.64em;
}

.c-book-consultation-btn-wrap {
  margin-top: 2.85em;
}

.c-consultation-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2.64em;
  padding-top: 2.71em;
  padding-bottom: 2.71em;
}

.c-faq-item {
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
  padding: 2em 1.81em;
}

.c-consultation-faq-heading-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.53em;
  display: flex;
}

.c-consultation-faq-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.c-dashboard-profile-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.46em;
  display: flex;
  position: relative;
}

.c-profile-account-details-wrap {
  width: 60%;
  grid-row-gap: 2em;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 1.81em;
  display: flex;
}

.c-profile-profile-img-wrap {
  width: 40%;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.81em;
  padding: 2em 1.81em;
  position: relative;
}

.c-submenu-link {
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0);
  border-radius: .69em;
  align-items: center;
  padding: .97em;
  display: flex;
}

.c-submenu-link.w--current {
  background-color: var(--old-lace);
}

.info-list-item {
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.11em;
  line-height: 1.3;
}

.div-block-20 {
  margin-top: 3.75em;
}

.field-label {
  font-size: .97em;
  font-weight: 600;
}

.update-password-wrap {
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.46em;
  padding: 2em 1.81em;
}

.text-field {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: .56em;
  justify-content: space-between;
  align-items: center;
  padding: .85em 12px;
  font-size: 1.11em;
  display: flex;
}

.text-field.select {
  height: 3.39em;
  background-color: var(--white);
  font-size: 1em;
}

.text-field.is--search-bar {
  height: 3.39em;
  position: relative;
}

.text-field.input-field {
  height: auto;
  padding-top: .83em;
  padding-bottom: .83em;
}

.text-field.option {
  height: auto;
  padding-top: .83em;
  padding-bottom: .83em;
  position: relative;
  overflow: auto;
}

.form-block {
  max-width: 35.56em;
  margin-bottom: 0;
}

.text-block-18 {
  color: #ff1216;
  margin-left: 10px;
  font-weight: 900;
}

.uploading-state {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-43 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-5 {
  text-align: center;
  background-color: rgba(250, 250, 250, 0);
  border: 1px solid #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.success-state {
  width: 100%;
  border-radius: 7px;
}

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

.uploaded-file {
  width: 100%;
  height: 10.07em;
  border: 2px dashed var(--light-grey);
  background-color: var(--white);
  object-fit: fill;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.text-block-19 {
  font-size: 1em;
}

.button-6 {
  border: 1px solid var(--white);
  background-color: rgba(250, 250, 250, 0);
}

.icon-2 {
  display: none;
}

.file-upload {
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-41 {
  width: 2em;
}

.default-state {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px dashed #d0d5dd;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.c-delete-img {
  display: flex;
  position: absolute;
  top: -3.44em;
  bottom: auto;
  left: auto;
  right: -.14em;
}

.div-block-44 {
  margin-top: 1.46em;
}

.tabs {
  display: flex;
}

.tabs-menu {
  width: 25%;
  grid-row-gap: .5em;
  background-color: var(--white-smoke);
  border: 1px solid #dcdcdc;
  border-radius: .56em;
  flex-direction: column;
  margin-right: 2em;
  padding: 2em;
  display: flex;
}

.tabs-content {
  width: 75%;
}

.c-profile-submenu-details {
  text-align: left;
}

.c-my-subscriptions-top {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.46em;
  padding-top: 4.58em;
  display: flex;
  position: relative;
}

.c-pricing-intro-text {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.39em;
}

.c-pricing-tab {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.c-pricing-card {
  width: 20.49em;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.22em 1.11em;
  display: flex;
  position: relative;
  box-shadow: 0 41px 63px -19px rgba(51, 51, 51, .19);
}

.c-pricing-card.recommended {
  border: .56em solid var(--orange);
}

.c-pricing-tab-wrap {
  width: 51.45em;
  margin-left: auto;
  margin-right: auto;
}

.c-pricing-tab-content {
  grid-column-gap: 16px;
  justify-content: center;
  padding: 2em 2em 8em;
  display: flex;
}

.c-pricing-link {
  color: var(--white);
  background-color: rgba(221, 221, 221, 0);
  border-radius: 100em;
  font-size: 1.11em;
}

.c-pricing-link.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tabs-menu-2 {
  background-color: var(--black);
  border-radius: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em;
}

.c-pricing-amount-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.78em;
  display: flex;
}

.image-42 {
  position: absolute;
  top: -.5%;
  bottom: auto;
  left: -.5%;
  right: auto;
}

.c-pricing-btn {
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 100em;
  padding: 1.5em 2em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.c-pricing-btn:hover {
  transform: translate(0, -8px);
}

.c-pricing-btn.is--outline {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(51, 51, 51, 0);
}

.tabs-content-2 {
  margin-top: 4.58em;
}

.image-43 {
  width: 17.08em;
}

.c-pricing-amount {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.82em;
  line-height: 1.3;
}

.c-profile-business-details-wrap {
  width: 100%;
  grid-row-gap: 2em;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
  padding: 2em 1.81em;
  display: flex;
}

.c-business-profile-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.46em;
  display: flex;
  position: relative;
}

.c-dashboard-explore-grants-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 4em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.c-login-content-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-2 {
  width: 35.56em;
}

.checkbox-field {
  margin-bottom: 0;
  font-size: 1.11em;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.div-block-45 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.22em;
  display: flex;
}

.c-login-btn {
  width: 100%;
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 100em;
  padding: 1.5em 3em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.c-login-btn:hover {
  transform: translate(0, -8px);
}

.c-form-item-wrap {
  margin-bottom: 1em;
}

.c-login-heading-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.97em;
  display: flex;
}

.c-login-forgot-password {
  color: var(--orange);
}

.c-navbar-login {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 1.39em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-already-signed-in-btn {
  border: 2px solid var(--white);
  background-color: var(--black);
  color: #fff;
  border-radius: 100em;
  margin-left: 1em;
  padding: 1.5em 3em;
  font-size: 1.11em;
}

.c-complete-profile-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 4em;
  display: flex;
}

.c-score {
  width: 100%;
  background-color: var(--honeydew);
  color: #14532d;
  border-radius: 1.67em;
  flex-direction: column;
  align-items: center;
  padding: 1em 1.6em 1.67em;
  display: flex;
}

.c-score.low {
  background-color: var(--misty-rose);
  color: var(--maroon);
}

.c-score.fair {
  background-color: var(--lemon-chiffon);
  color: #7f1d1d;
}

.c-high-score {
  font-size: 4.31em;
}

.c-high-status {
  font-size: 1.11em;
}

.c-grant-rec-score {
  grid-row-gap: .63em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-saved-grants-list {
  grid-column-gap: 16px;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-grant-rec-score-wrap {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.c-register-content-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.c-register-heading-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.97em;
  display: flex;
}

.c-register-btn {
  width: 100%;
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 100em;
  padding: 1.5em 3em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.c-register-btn:hover {
  transform: translate(0, -8px);
}

.c-login-signup-text {
  font-size: 1.11vw;
}

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

.logos {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 10px 32px -14px rgba(0, 0, 0, .16);
}

.div-block-50 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: .4em;
  display: grid;
}

.c-search-grants-list {
  grid-column-gap: 16px;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-search-result-number {
  color: var(--orange);
}

.c-dashboard-pagination-btns {
  width: 4em;
  height: 4em;
  color: var(--black);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  padding: 1.5em 2em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-dashboard-pagination-btns.is--active {
  background-color: var(--black);
  color: var(--white);
}

.c-dashboard-pagination-btns.prev {
  margin-left: 0;
}

.c-dashboard-pagination {
  width: 50em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c-dashboard-pagination-wrapper {
  margin-top: 3.47em;
  margin-bottom: 2.29em;
}

.c-search-results-heading-wrap {
  margin-bottom: 1em;
}

.c-grants-title-prize-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.c-title-prize-funder-deadline-btns {
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.c-details-grants {
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 2em;
  justify-content: space-between;
  display: flex;
}

.c-grant-details-sponsor-info {
  width: 50%;
  background-color: var(--black);
  color: var(--white);
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  padding: 2em 2.5em;
  display: flex;
}

.c-grant-details-score {
  grid-row-gap: 1em;
  background-color: var(--honeydew);
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-grant-details-grant-info {
  width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 1.81em;
  position: relative;
}

.c-grants-copy-save-btns {
  grid-column-gap: 1em;
  display: flex;
}

.c-grant-details-score-breakdown {
  width: 30%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: left;
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 1.81em;
  position: relative;
}

.c-score-breakdown-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-score-check {
  width: 2em;
  height: 2em;
  border: 1px solid var(--light-grey);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.c-score-check.active {
  background-color: var(--orange);
}

.image-44 {
  width: 50%;
}

.div-block-55, .div-block-56 {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.div-block-57 {
  width: 50%;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.text-span-7 {
  font-size: .4em;
}

.c-back-arrow {
  width: 1.81em;
  height: 1.81em;
  justify-content: center;
  align-items: center;
  margin-right: .9em;
  display: flex;
}

.c-back-wrap {
  align-items: center;
  display: flex;
}

.c-grant-details-item-wrap {
  grid-column-gap: .56em;
  align-items: center;
  display: flex;
}

.c-grant-details-top-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.29em;
  display: flex;
}

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

.c-grants-details-apply-hire-btns {
  grid-column-gap: 1em;
  display: flex;
}

.c-save-for-later-btn {
  grid-column-gap: 8px;
  color: var(--black);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 100em;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: .69em 2em;
  font-size: 1.11em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-save-for-later-btn:hover {
  transform: translate(0, -8px);
}

.c-unclicked {
  grid-column-gap: .5em;
  align-items: center;
  display: flex;
}

.c-clicked {
  grid-column-gap: .5em;
  align-items: center;
  display: none;
}

.c-why-update-your-details-modal-wrap {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-59 {
  width: 26.39em;
  grid-row-gap: 1.04em;
  border: 3px dashed var(--gainsboro);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.div-block-59:hover {
  border-style: solid;
  border-color: var(--black);
}

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

.div-block-61 {
  grid-column-gap: 2em;
  display: flex;
}

.c-hire-a-writer-modal-inner {
  z-index: 10;
  grid-row-gap: 2.5em;
  text-align: center;
  background-color: #fff;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 44px rgba(0, 0, 0, .5);
}

.div-block-63 {
  max-width: 43.06em;
  color: var(--light-grey);
  text-align: center;
}

.c-modal-close {
  padding: 1em;
  position: absolute;
  top: 2em;
  bottom: auto;
  left: auto;
  right: 2em;
}

.c-modal-inner-click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-hire-body {
  grid-row-gap: 2em;
  color: var(--black);
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2.64em;
  padding-top: 2.71em;
  padding-bottom: 2.71em;
  display: flex;
}

.image-45 {
  width: 18em;
}

.div-block-63-copy {
  max-width: 43.06em;
  text-align: center;
}

.div-block-61-copy {
  grid-column-gap: 2em;
  background-color: var(--old-lace);
  border-radius: 100em;
  display: flex;
}

.c-update-ypur-milestones-wrap {
  max-width: 22em;
  text-align: center;
  margin-top: 0;
  font-size: 1.25em;
}

.c-update-your-info-wrap {
  grid-column-gap: 1em;
  align-items: center;
  display: flex;
}

.c-update-your-info-icon-wrap {
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-46 {
  width: 100%;
}

.div-block-67, .div-block-68 {
  display: none;
}

.c-share-save-btn-wrap {
  grid-column-gap: .5em;
  justify-content: space-between;
  display: flex;
}

.c-share-grant-modal-wrap {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-share-grant-link-wrap {
  width: 100%;
  grid-column-gap: 1em;
  align-items: center;
  display: flex;
}

.c-share-btn {
  grid-column-gap: 8px;
  color: var(--black);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 100em;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: .69em 2em;
  font-size: 1.11em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-share-btn:hover {
  transform: translate(0, -8px);
}

.c-share-grant-modal-inner {
  z-index: 10;
  grid-row-gap: 2.5em;
  text-align: center;
  background-color: #fff;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 44px rgba(0, 0, 0, .5);
}

.c-share-grants-title-wrap {
  max-width: 22em;
  text-align: center;
  margin-top: 0;
  font-size: 1.25em;
}

.form-block-6 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  display: flex;
}

.form-9 {
  width: 65%;
  color: #a20000;
  justify-content: flex-start;
  display: flex;
}

.coupon-field {
  width: 100%;
  height: 40px;
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  padding-left: 1em;
  font-weight: 300;
  line-height: 26px;
  position: relative;
}

.copy-btn {
  z-index: 5;
  width: 8em;
  height: 3em;
  background-color: var(--orange);
  color: #000;
  text-align: center;
  background-image: url('../images/copy-files.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1em 1em 1em 2.5em;
  font-size: .6em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.copy-btn:hover {
  background-color: #f2ac32;
  transform: translate(0, -5px);
  box-shadow: 0 4px 8px rgba(254, 242, 230, .16);
}

.div-block-71 {
  width: 30em;
}

.c-grant-saved-index {
  z-index: 10;
  width: 60%;
  background-color: var(--honeydew);
  align-items: center;
  padding: 1.1em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.paragraph {
  flex: 1;
  margin-bottom: 0;
}

.image-48 {
  margin-right: 1em;
}

.small-percent {
  font-size: .6em;
}

.form-step-block {
  background-color: #fff;
  padding-bottom: 20px;
}

.c-form-arrow-right {
  display: none;
}

.c-input-fields {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: auto;
}

.input-field {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-form-header {
  margin-bottom: 10px;
}

.c-steps {
  margin-bottom: 30px;
}

.success-img {
  width: 30em;
  height: 15em;
  object-fit: cover;
}

.c-step-indicator {
  margin-bottom: 5px;
}

.steps {
  color: #ccc;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.c-success-message {
  background-color: #fff;
}

.c-form-btns {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.c-form {
  width: 80%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-form-nav {
  display: none;
}

.c-form-slider {
  height: auto;
  background-color: #fff;
}

.c-form-alert {
  text-align: left;
  background-color: #fdd;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: .85em;
  font-style: italic;
  line-height: 1.2em;
  display: none;
  position: relative;
}

._w-success {
  height: 90vh;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: perspective(1000px);
}

.c-form-arrow-left {
  display: none;
}

.form-submit-btn {
  background-color: var(--black);
  border-radius: 100em;
  margin: 5px;
  padding: 1.5em 3em;
  display: none;
}

.advanced-form {
  background-color: #fff;
  padding-top: 5.2em;
  position: relative;
}

.ci-form-alert {
  margin-bottom: 20px;
  position: relative;
}

.c-form-fields {
  border: 1px solid var(--light-grey);
  background-color: var(--white-2);
  box-shadow: none;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.c-form-mask {
  height: auto;
  background-color: #fff;
}

.form-progress {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.c-form-block {
  background-color: #fff;
}

.small-text {
  color: #888;
  font-size: .8em;
  font-style: italic;
  line-height: 1em;
}

.c-form-progress {
  width: 7em;
  height: 7em;
  background-color: var(--black);
  color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-next-btn {
  border: 1px solid var(--light-grey);
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 100em;
  margin: 5px;
  padding: 1.5em 3em;
  display: inline-block;
}

.form-back-btn {
  border: 1px solid var(--black);
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border-radius: 100em;
  margin: 5px;
  padding: 1.5em 3em;
  display: inline-block;
}

.success-header {
  margin-bottom: 20px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.block-click {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-form-details {
  width: 80%;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  margin-bottom: 40px;
  padding-right: 20px;
  display: flex;
}

.div-block-74 {
  width: 29em;
}

.image-49 {
  width: 1.25em;
}

.c-premium-wrap {
  background-color: var(--lemon-chiffon);
  border-radius: 100em;
  align-items: center;
  padding: .5em 1em;
  display: flex;
}

.c-premium {
  margin-bottom: 0;
}

.c-user-name-img-wrap {
  align-items: center;
  display: flex;
}

.line-item {
  justify-content: space-between;
  display: flex;
}

.line-item.snippet {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
}

.heading-77 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.3em;
}

.left-block {
  width: 60%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.billing-address, .payment-info {
  margin-top: 20px;
}

.right-block {
  width: 40%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.payment-info-heading-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column_2 {
  flex: 1;
}

.row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  display: flex;
}

.text-block-64 {
  line-height: 1.3em;
}

.total {
  font-weight: 800;
  line-height: 1.6em;
}

.payment-info-fields-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column_3 {
  flex: 1;
}

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

.free-trial-form-content-wrap {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.column_1 {
  flex: 1;
}

.order-items {
  background-color: #fff;
}

.c-free-trial-form-block {
  width: 100%;
}

.apply-discount-code {
  background-color: #ffa023;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.c-free-trial-form-payment-details {
  background-color: #fbfbfb;
  border: 1px solid #e4e4e7;
  padding: 2.08em;
}

.c-checkout-form-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 13em;
  padding-bottom: 8em;
  display: flex;
}

.c-discount {
  overflow: hidden;
}

.div-block-223 {
  width: 70%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.c-free-trial-form-order-summary {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fbfbfb;
  border: 1px solid #e4e4e7;
  flex-direction: column;
  padding: 2.08em;
  display: flex;
}

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

.c-divider {
  width: 100%;
  height: .1em;
  background-color: #d0d5dd;
}

.text-span-8 {
  color: var(--orange);
}

.image-51 {
  width: 11.04em;
}

.div-block-226 {
  margin-top: 1em;
}

.radio-button {
  width: 1.25em;
  height: 1.25em;
}

.radio-button.w--redirected-checked {
  border-color: var(--black);
}

.heading-78 {
  font-size: 1.94em;
}

.c-my-subscriptions-bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: rgba(248, 248, 248, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.46em;
  padding-top: 1em;
  display: flex;
  position: relative;
}

.c-billing-inner-content-wrap {
  width: 100%;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.c-billing-inner-content-divider {
  width: .1em;
  background-color: var(--light-grey);
}

.c-card-block {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.c-billing-intro-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.39em;
}

.c-billing-inner-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.image-52 {
  width: 5.52em;
  height: 50.83px;
  object-fit: contain;
}

.div-block-232, .c-billing-inner-content-btn-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.tab-dropdown {
  display: none;
}

.c-trusted-by-content-wrap-copy {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: center;
  padding-top: 9.72em;
  padding-bottom: 12em;
  display: flex;
}

.c-faq-wrap {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.c-faq {
  width: 73.66em;
  border: .5em solid var(--white-smoke);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 41px 63px -19px rgba(51, 51, 51, .19);
}

.c-faq-top {
  border-bottom: 1px solid var(--light-grey);
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 3em;
  display: flex;
}

.c-faq-bottom {
  border-top: 1px none var(--light-grey);
  padding: 0 3em;
  position: relative;
  overflow: hidden;
}

.image-53 {
  width: 2em;
}

.c-hire-a-writer-modal-wrap {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-hire-a-grant-writer-modal-inner {
  z-index: 10;
  grid-row-gap: 2.5em;
  text-align: center;
  background-color: #fff;
  border-radius: .56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 44px rgba(0, 0, 0, .5);
}

.c-hire-body-copy {
  grid-row-gap: 2em;
  color: var(--black);
  text-align: center;
  border-radius: .56em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2.64em;
  display: flex;
}

.i-have-a-discount-code {
  color: var(--orange);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-item-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-55 {
  width: 30em;
  height: 15em;
  object-fit: cover;
  object-position: 50% 55%;
}

.div-block-235 {
  width: 33em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: var(--white);
  padding: 0;
}

.subscription-success {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: .5em solid var(--white-smoke);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 4em;
  display: flex;
  position: relative;
  box-shadow: 0 41px 63px -19px rgba(51, 51, 51, .19);
}

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

.html-embed {
  display: flex;
}

.prompt-for-expired-free-trial {
  z-index: 10;
  width: 100%;
  background-color: var(--black);
  color: var(--white);
  border-radius: .56em;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prompt-inner-content {
  z-index: 1;
  width: 33em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lock {
  width: 3em;
}

._100--image {
  width: 100%;
}

.lock-heading {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faded-g {
  width: 20em;
  opacity: .05;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-30deg);
}

.faded-g-2 {
  width: 20em;
  opacity: .02;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(-30deg);
}

.c-pricing-amount-duration {
  font-size: 1.67em;
  line-height: 1.3;
}

.div-block-236 {
  width: 17.57em;
  height: 7.78em;
  background-color: #f7f7f7;
  border-radius: 1.67em;
  justify-content: center;
  align-items: center;
  margin-top: 1.04em;
  margin-bottom: 1.67em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.checklist {
  width: 1.18em;
}

.div-block-237 {
  grid-column-gap: .42em;
  grid-row-gap: .42em;
  align-items: center;
  display: flex;
}

.div-block-238 {
  grid-column-gap: .76em;
  grid-row-gap: .76em;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.text-12px {
  font-size: .83em;
}

.text-20px {
  font-size: 1.39em;
}

.text-20px.bold {
  font-weight: 700;
}

.div-block-239 {
  grid-column-gap: .97em;
  grid-row-gap: .97em;
  flex-direction: column;
  display: flex;
}

.div-block-240 {
  width: 15.83em;
}

.c-home-pricing-tab-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  padding: 2em 2em 8em;
  display: flex;
}

.c-home-pricing-card {
  width: 24em;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.22em 1.11em;
  display: flex;
  position: relative;
  box-shadow: 0 41px 63px -19px rgba(51, 51, 51, .19);
}

.c-home-pricing-card.recommended {
  border: .56em solid var(--orange);
}

.c-pricing-content-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  padding-top: 9.72em;
  padding-bottom: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .c-h2-heading {
    margin-top: 0;
  }

  .text-field.select {
    margin-bottom: 0;
  }

  .button-5 {
    flex-direction: column;
  }

  .default-state {
    align-items: center;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .success-img {
    width: 40vw;
  }

  .c-form {
    width: 100%;
  }

  .c-form-details {
    width: auto;
    padding-right: 150px;
  }
}

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

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

  .c-hero-heading-wrap {
    width: auto;
  }

  .c-h1-heading {
    font-size: 2.4em;
  }

  .c-stats {
    width: auto;
    height: auto;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .c-stats-wrap {
    width: auto;
    grid-template-columns: 1fr;
  }

  .c-h2-heading {
    font-size: 2em;
  }

  .c-paragraph.is--business-details.bold {
    width: auto;
  }

  .c-how-it-works-content-wrap {
    flex-direction: column-reverse;
  }

  .c-how-it-works-img-wrap {
    display: none;
  }

  .c-how-it-works-content {
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .image {
    width: 26em;
  }

  .c-how-it-works-list-wrap {
    width: auto;
  }

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

  .nav-link-main {
    width: 20em;
    margin-left: 0;
  }

  .c-trusted-by-logos-wrap {
    width: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .c-trusted-by-content-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .c-no-1--content-wrapper {
    flex-direction: column;
    padding-top: 2em;
  }

  .c-no-1--img-wrap {
    margin-top: 2em;
  }

  .no-1-content-wrap {
    width: auto;
  }

  .icon {
    color: #fff;
  }

  .c-footer-top {
    padding-bottom: 1em;
  }

  .c-footer-logo-wrap {
    margin-bottom: 2em;
  }

  .c-footer-top-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .c-footer-bottom-content-wrap {
    flex-direction: row;
    align-items: center;
  }

  .c-footer-links-wrap {
    margin-bottom: 2em;
  }

  .nav-menu {
    background-color: var(--black);
    padding-bottom: 4em;
    padding-left: 2em;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .image-3 {
    width: 21em;
  }

  .c-footer-links-wrap-right {
    margin-left: 0;
  }

  .hero {
    width: 0%;
    display: none;
    position: absolute;
  }

  .content {
    width: 100%;
    align-items: center;
    padding-top: 8em;
  }

  .c-dashboard-summary-wrap {
    grid-template-columns: 1fr;
  }

  .c-dashboard-value-of-grants-expiring-soon, .c-dashboard-grants-you-re-eligible-for {
    grid-row-gap: 2em;
  }

  .c-dashboard-no-of-grants-due-soon {
    grid-row-gap: 2em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .c-dashboard-page-heading-wrap {
    width: 100%;
    text-align: center;
    align-items: flex-start;
  }

  .c-dashboard-top-bar-content-wrap {
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
    padding: 1em 2em;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .c-dashboard-explore-grants {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-explore-grants-list {
    grid-template-columns: 1fr;
  }

  .c-dashboard-links-wrap {
    position: relative;
  }

  .c-grant-item {
    grid-template-columns: 1fr .75fr;
  }

  .c-grants-apply-hire-btns {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .c-consultation-img-wrap {
    width: auto;
  }

  .c-consultation-top {
    flex-direction: column;
  }

  .c-consultation-content-wrap {
    width: auto;
    margin-top: 2em;
    margin-left: 0;
  }

  .c-consultation-faq-list-wrap {
    grid-template-columns: 1fr;
  }

  .c-dashboard-profile-content-wrap {
    width: 100%;
  }

  .div-block-18 {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-profile-account-details-wrap {
    width: 100%;
  }

  .c-profile-profile-img-wrap {
    width: 100%;
    margin-left: 0;
  }

  .info-list-item {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .text-field.select {
    height: 4em;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: none;
  }

  .tabs-content {
    width: auto;
  }

  .c-profile-submenu-details {
    margin-top: 2em;
  }

  .c-my-subscriptions-top {
    padding-left: 4em;
    padding-right: 4em;
  }

  .c-pricing-card, .c-pricing-tab-wrap {
    width: 100%;
  }

  .c-pricing-tab-content {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
  }

  .c-dashboard-explore-grants-list-wrap {
    grid-template-columns: 1fr;
  }

  .c-already-signed-in-btn {
    width: 20em;
    margin-left: 0;
  }

  .c-saved-grants-list {
    grid-template-columns: 1fr;
  }

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

  .c-search-grants-list {
    grid-template-columns: 1fr;
  }

  .c-dashboard-pagination {
    width: 100%;
  }

  .tab-pane-my-subscriptions {
    margin-top: 2em;
  }

  .c-details-grants {
    grid-template-columns: 1fr;
  }

  .div-block-51 {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-grant-details-sponsor-info {
    width: auto;
  }

  .div-block-54 {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-grant-details-grant-info {
    width: auto;
    grid-template-columns: 1fr .75fr;
  }

  .c-grant-details-score-breakdown {
    width: 100%;
    grid-template-columns: 1fr .75fr;
  }

  .div-block-57 {
    width: auto;
  }

  .c-grant-details-top-wrap {
    width: 100%;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-unclicked, .c-clicked {
    grid-row-gap: 1em;
  }

  .div-block-61 {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-hire-a-writer-modal-inner {
    width: auto;
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .div-block-63, .div-block-63-copy {
    max-width: none;
  }

  .div-block-61-copy {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-update-ypur-milestones-wrap {
    max-width: none;
  }

  .div-block-66 {
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .div-block-67 {
    width: 3em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-68 {
    width: 2.5em;
    display: block;
  }

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

  .c-share-grant-modal-inner {
    width: auto;
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .c-share-grants-title-wrap {
    max-width: none;
  }

  .c-form {
    width: 100%;
  }

  .advanced-form {
    padding-top: 4em;
  }

  .left-block {
    width: 100%;
  }

  .right-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .free-trial-form-content-wrap {
    flex-direction: column;
  }

  .tab-dropdown {
    background-color: var(--black);
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-image: url('../images/arrow-down.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    padding: 1em;
    display: block;
  }

  .c-trusted-by-content-wrap-copy {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .c-faq {
    width: 100%;
  }

  .c-hire-a-grant-writer-modal-inner {
    width: auto;
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .image-55 {
    width: 20em;
    height: 10em;
  }

  .div-block-235 {
    width: auto;
  }

  .subscription-success {
    width: 100%;
  }

  .prompt-inner-content {
    width: 70%;
  }

  .faded-g {
    width: 30vw;
  }

  .faded-g-2 {
    width: 30vw;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .c-home-pricing-tab-content {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
  }

  .c-home-pricing-card {
    width: 100%;
  }

  .c-pricing-content-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

@media screen and (max-width: 479px) {
  .c-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-hero-btns-wrap {
    flex-direction: column;
  }

  .c-button.is--outline {
    margin-left: 0;
  }

  .c-button.is--outline.hero {
    width: 100%;
    margin-top: 2em;
  }

  .c-button.is--outline-dash {
    margin-left: 0;
  }

  .c-paragraph.is--business-details.bold {
    width: auto;
  }

  .c-how-it-works-list {
    border-radius: 1.5em;
    flex-direction: column;
    padding: 2em;
  }

  .c-number-div {
    width: 4em;
    height: 4em;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .c-how-it-works-points {
    width: auto;
  }

  .c-trusted-by-logos-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .c-trusted-by-content-wrap {
    text-align: center;
  }

  .c-footer-bottom-content-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-footer-links-wrap-right {
    flex-direction: column;
  }

  .content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .c-dashboard-summary-wrap {
    flex-direction: column;
    display: flex;
  }

  .c-dashboard-no-of-grants-due-soon {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-dashboard-value {
    font-size: 2.5em;
  }

  .c-dashboard-explore-grants {
    padding-left: 1em;
    padding-right: 1em;
  }

  .c-dashboard-apply-now-btns-wrap {
    flex-direction: row;
    align-items: center;
  }

  .c-dashboard-apply-now-btn, .c-dashboard-apply-now-btn-outline {
    width: 100%;
    text-align: center;
  }

  .c-funder, .c-deadline {
    flex-direction: row;
    align-items: center;
  }

  .c-grant-item {
    grid-template-columns: 1fr;
  }

  .c-grants-apply-hire-btns {
    flex-direction: column;
    align-items: center;
  }

  .c-profile-account-details-wrap {
    width: auto;
  }

  .info-list-item {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .c-my-subscriptions-top {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-pricing-intro-text {
    font-size: 1.11em;
  }

  .c-pricing-card {
    width: 100%;
  }

  .c-pricing-tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-2 {
    display: flex;
  }

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

  .div-block-45 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: center;
  }

  .c-grant-rec-score {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-grant-rec-score-wrap {
    flex-direction: column;
    margin-top: 2em;
    display: flex;
  }

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

  .c-dashboard-pagination-btns {
    text-align: center;
  }

  .c-dashboard-pagination {
    flex-wrap: wrap;
  }

  .c-title-prize-funder-deadline-btns {
    grid-row-gap: 1em;
  }

  .c-grant-details-grant-info {
    grid-template-columns: 1fr;
  }

  .c-grants-copy-save-btns {
    flex-direction: row;
    align-items: center;
  }

  .c-grant-details-score-breakdown {
    grid-template-columns: 1fr;
  }

  .c-grant-details-item-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-grant-details-top-wrap {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: stretch;
  }

  .c-grants-details-apply-hire-btns {
    flex-direction: row;
    align-items: center;
  }

  .c-save-for-later-btn {
    width: 100%;
    text-align: center;
  }

  .div-block-59 {
    width: auto;
  }

  .c-modal-close {
    top: 0;
    right: 0;
  }

  .image-45 {
    width: 12em;
  }

  .c-share-btn {
    width: 100%;
    text-align: center;
  }

  .form-block-6 {
    flex-direction: column;
  }

  .form-9 {
    width: 100%;
  }

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

  .copy-btn {
    width: 50%;
    margin-top: 10px;
  }

  .c-grant-saved-index {
    width: 70%;
  }

  .success-img {
    width: 100%;
  }

  .c-form-btns {
    margin-bottom: 100px;
    padding-top: 0;
  }

  .advanced-form {
    padding-top: 2em;
  }

  .c-form-fields {
    padding: 30px 20px;
  }

  .form-progress {
    font-size: 1em;
    line-height: 1em;
  }

  .c-form-progress {
    width: auto;
    height: auto;
    float: right;
    text-align: right;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 0;
    padding: 10px;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    position: relative;
    top: -18px;
    right: auto;
  }

  .form-next-btn, .form-back-btn {
    width: 48%;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
  }

  .success-header {
    font-size: 2em;
  }

  .c-form-details {
    padding-right: 0;
  }

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

  .row {
    flex-direction: column;
  }

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

  .column_1 {
    padding-right: 0;
  }

  .c-my-subscriptions-bottom {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-billing-inner-content-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-billing-inner-content-divider {
    width: 100%;
    height: .1em;
  }

  .c-billing-intro-text {
    font-size: 1.11em;
  }

  .div-block-232 {
    flex-direction: column;
  }

  .c-billing-inner-content-btn-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-dropdown {
    background-position: 94%;
  }

  .c-trusted-by-content-wrap-copy {
    text-align: center;
  }

  .c-faq {
    width: 100%;
  }

  .c-faq-top, .c-faq-bottom {
    text-align: left;
  }

  .subscription-success {
    width: 100%;
  }

  .form-group {
    margin-bottom: 30px;
  }

  .prompt-inner-content {
    width: 90%;
  }

  .c-home-pricing-tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .c-home-pricing-card {
    width: 100%;
  }

  .c-pricing-content-wrap {
    text-align: center;
  }
}

#w-node-_53e7fcae-fb9a-09db-4706-927b722c986b-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c986d-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c986f-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9871-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9873-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9875-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9877-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9879-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c987b-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c987d-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c987f-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9881-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9883-0042fbaa, #w-node-_53e7fcae-fb9a-09db-4706-927b722c9885-0042fbaa, #w-node-_47ec8bed-742f-7f40-2606-9c90958934c9-0042fbaa, #w-node-_584267fa-d701-af4d-cdf9-5806705376d3-0042fbe4, #w-node-_037b1309-cad6-78a2-9074-674ce63f7e5e-0042fbf6, #w-node-_671ccb61-b4c6-158a-f06a-961d1b22234a-0042fbf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03963fa7-9cad-b5a7-1647-bd187592f053-7592f03a {
  justify-self: end;
}

#w-node-_03963fa7-9cad-b5a7-1647-bd187592f05c-7592f03a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5a525ad-fa3a-5a15-b63c-7094fcaea808-fcaea7ef {
  justify-self: end;
}

#w-node-f5a525ad-fa3a-5a15-b63c-7094fcaea811-fcaea7ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1338c64e-de5c-bfb5-94c8-bb7714b87626-14b8760d {
  justify-self: end;
}

#w-node-_1338c64e-de5c-bfb5-94c8-bb7714b8762f-14b8760d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12e28579-dd47-4aa2-2328-dab55b10a758-0042fbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ddf25fe-c135-64a6-2015-0bcd5e576622-0042fbf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99b8e50d-6cdf-8f55-85b3-9117284fb097-284fb07e {
  justify-self: end;
}

#w-node-_99b8e50d-6cdf-8f55-85b3-9117284fb0a4-284fb07e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_03963fa7-9cad-b5a7-1647-bd187592f053-7592f03a {
    justify-self: auto;
  }

  #w-node-_03963fa7-9cad-b5a7-1647-bd187592f05c-7592f03a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5a525ad-fa3a-5a15-b63c-7094fcaea808-fcaea7ef {
    justify-self: auto;
  }

  #w-node-f5a525ad-fa3a-5a15-b63c-7094fcaea811-fcaea7ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1338c64e-de5c-bfb5-94c8-bb7714b87626-14b8760d {
    justify-self: auto;
  }

  #w-node-_1338c64e-de5c-bfb5-94c8-bb7714b8762f-14b8760d, #w-node-_4ddf25fe-c135-64a6-2015-0bcd5e576622-0042fbf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99b8e50d-6cdf-8f55-85b3-9117284fb097-284fb07e {
    justify-self: auto;
  }

  #w-node-_99b8e50d-6cdf-8f55-85b3-9117284fb0a4-284fb07e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


