/* Global Custom Color Theming */
:root {
  --primary: #FFB600;
  --text-primary: #30271D;
  --text-secondary: #635C55;
  --text-white: #fff;
  --on-primary: #fff;
  --on-secondary: #fff;
  --valid: #007D6B;
  --invalid: #C94B28;
  --highlight: #005F4B;
  --failed: #CDCBC9;
  --error-background:  #FFF1E0;
}

.primary-bg {
  background-color: var(--primary);
}

.primary-color {
  color: var(--primary);
}

.on-primary {
  color: var(--on-primary);
}

.secondary-bg {
  background-color: var(--text-secondary);
}

.secondary-color {
  color: var(--text-secondary);
}

.on-secondary {
  color: var(--on-secondary);
}

.text-primary {
  color: var(--text-primary);
}

.text-secondary {
  color: var(--text-secondary);
}

.text-tertiary {
  color: var(--text-white);
}

.transparent-bg {
  background-color: transparent;
}

.border-primary {
  border: 2px solid var(--primary);
}

.white-text {
  color: #fff;
}

.white-bg {
  background-color: #fff;
}

.black-text {
  color: #000;
}

.black-bg {
  background-color: #000;
}

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

.darkgrey-text {
  color: rgba(53, 53, 53, 0.87);
}

.darkgrey-bg {
  background: rgba(53, 53, 53, 0.87);
}

.warning {
  color: var(--invalid) !important;
}

.success {
  color: var(--valid);
}

.failed {
  color: var(--failed);
}

/* Divider */
.vdivider {
  opacity: 0.24;
  height: 0.5px;
  width: 100%;
  background: var(--text-primary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Octobercms loading indicator */
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background: var(--primary) !important;
}

/* Select 2 Dropdown Style */
.select2 {
  width: 100% !important;
  margin-bottom: 8px;
}

.select2-container--default .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  border: 1px solid #9e9e9e !important;
  border-radius: 0.5rem  !important;
  height: 3rem  !important;
}

.select2 .select2-container .select2-container--default {
  width: 100% !important;
}

.select2 .select2-container .select2-container--default .select2-container--open .select2-container--above {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0.5rem;
  padding-left: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  height: 1.75rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FFB65E  !important;
  color: white  !important;
}

/* Slider Style */
.asRange {
  background: #635C55;
  height: 1px !important;
  border-radius: 4px !important;
  width: 100% !important;
}

.asRange .asRange-pointer {
  top: 0;
  outline: 0;
}

.asRange .asRange-pointer:before {
  background-color: #FFB65E !important;
}

.asRange .asRange-pointer:after {
  background-color: #FFB65E !important;
}

.asRange .asRange-pointer .asRange-tip {
  top: -60px !important;
  height: 59px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='82' viewBox='0 0 42 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.8576 36.1197C32.852 39.1484 22.3126 47.3636 22.3126 56.8729V60.8442C22.3126 64.8781 25.6464 67.531 26.5651 68.4568C27.9957 69.8852 28.8751 71.869 28.8751 74.0645C28.8751 78.4423 25.3576 82 21.0001 82C16.6426 82 13.1251 78.4423 13.1251 74.0645C13.1251 71.869 14.0045 69.8852 15.422 68.4568C16.3539 67.531 19.6876 64.8781 19.6876 60.8442C19.6876 56.8103 19.6876 56.8729 19.6876 56.8729C19.6876 47.3636 9.14825 39.1484 6.14262 36.1197C2.3495 32.2974 0.00012207 27.0071 0.00012207 21.1613C0.00012207 9.46968 9.3845 0.0132258 21.0001 0C32.6157 0.0132258 42.0001 9.46968 42.0001 21.1613C42.0001 27.0071 39.6507 32.2974 35.8576 36.1197Z' fill='%23FFB65E'/%3E%3C/svg%3E%0A");
  background-size: cover;
  line-height: 32px;
  border: none !important;
  color: var(--text-primary) !important;
  font-family: "Montserrat" !important;
  line-height: 34px !important;
  font-weight: 500;
  font-size: 14px !important;
  margin-left: -14px !important;
}

.asRange .asRange-pointer .asRange-tip:hover {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: -webkit-grab;
  cursor: grab;
}

.asRange .asRange-pointer .asRange-tip:before {
  display: none !important;
}

.asRange .asRange-selected {
  background-color: var(--primary) !important;
  top: 0;
  height: 3px !important;
}

.balance-percentage .asRange .asRange-selected {
  background-color: var(--primary) !important;
  top: 0;
  height: 3px !important;
}

/* International phone dropwdown country*/
.input-field .iti--allow-dropdown {
  width: 100%;
}

.iti__flag {
  background-image: url("../media/dashboard/flags.png");
}

.iti__country[role="option"] {
  padding: 0 0.5rem !important;
}

.iti-mobile .iti--container {
  height: 50%;
  top: 30%;
}

.iti__divider {
  padding: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../media/dashboard/flags@2x.png");
  }
}

/* Loading Spinner */
.spring-spinner, .spring-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spring-spinner {
  position: relative;
  height: 60px;
  width: 60px;
}

.spring-spinner.center {
  left: 50%;
  margin-left: -30px;
}

.spring-spinner .spring-spinner-part {
  overflow: hidden;
  height: calc(60px / 2);
  width: 60px;
}

.spring-spinner .spring-spinner-part.bottom {
  -webkit-transform: rotate(180deg) scale(-1, 1);
          transform: rotate(180deg) scale(-1, 1);
}

.spring-spinner .spring-spinner-rotator {
  width: 60px;
  height: 60px;
  border: calc(60px / 7) solid transparent;
  border-right-color: var(--primary);
  border-top-color: var(--primary);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: spring-spinner-animation 3s ease-in-out infinite;
          animation: spring-spinner-animation 3s ease-in-out infinite;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
}

@-webkit-keyframes spring-spinner-animation {
  0% {
    border-width: calc(60px / 7);
  }
  25% {
    border-width: calc(60px / 23.33);
  }
  50% {
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
    border-width: calc(60px / 7);
  }
  75% {
    border-width: calc(60px / 23.33);
  }
  100% {
    border-width: calc(60px / 7);
  }
}

@keyframes spring-spinner-animation {
  0% {
    border-width: calc(60px / 7);
  }
  25% {
    border-width: calc(60px / 23.33);
  }
  50% {
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
    border-width: calc(60px / 7);
  }
  75% {
    border-width: calc(60px / 23.33);
  }
  100% {
    border-width: calc(60px / 7);
  }
}

/* Customizing Materialize */
.row {
  margin-bottom: 0.5rem;
}

.row.row--divider {
  margin-bottom: 1.5rem;
}

.row .col.row--no-padding__sides {
  padding-right: 0;
  padding-left: 0;
}

.row .col.row--no-padding {
  padding: 0;
}

.email-registration {
  width: 100%;
  max-width: 343px;
}

.btn {
  border-radius: 4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn--transparent {
  background-color: transparent;
}

.btn.btn--transparent:hover, .btn.btn--transparent:focus {
  background-color: transparent;
}

.btn.btn--orange {
  background-color: var(--primary);
}

.btn.btn--orange:hover, .btn.btn--orange:focus {
  background-color: var(--primary);
}

.btn.btn--white {
  background-color: var(--on-primary);
}

.btn.btn--white:hover, .btn.btn--white:focus {
  background-color: var(--on-primary);
}

.btn.btn--facebook {
  color: #3B5998;
  border: 1px solid #3B5998;
}

.btn.btn--google {
  color: #DB4437;
  border: 1px solid #DB4437;
}

.btn.orange-border {
  border: 2px solid var(--primary);
  line-height: 33px;
}

.btn.white-border {
  border: 1px solid var(--on-primary);
  line-height: 33px;
}

.btn.black-border {
  border: 1px solid var(--text-primary);
  line-height: 33px;
}

.btn.no-shadow:hover, .btn.no-shadow:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn--large {
  width: 100%;
  max-width: 343px;
}

.btn.btn--small {
  width: 99px;
}

.btn.btn--medium {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn.btn--export {
  width: 150px;
}

.card .card-image {
  outline: none;
}

.card .card-action {
  padding: 1rem 1rem;
  border: none;
}

.faq-card {
  padding: 0 0.5rem !important;
}

.faq-card .fixed-height {
  height: 128px;
  overflow: hidden;
}

.faq-card > div:hover {
  background-color: #FAFAFA;
}

.faq .highlight {
  background-color: #fffd77;
}

.faq__notfound {
  font-size: 20px;
  font-style: italic;
  display: none;
}

.faq__notfound.is-visible {
  display: block;
}

.card-image__gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(black), color-stop(160%, black));
  background: linear-gradient(to bottom, transparent, transparent, black, black 160%);
  top: 0;
}

.card.card--shaped {
  border-radius: 2.5rem;
}

.card.card--shaped.card--shaped-small {
  border-radius: 0.5rem;
}

.card.card--shaped.card--shaped-small .card-image img {
  border-radius: 0.5rem 0.5rem 0 0;
}

.card.card--shaped .card-image img {
  border-radius: 2.5rem 2.5rem 0 0;
}

.card.card--shaped .card-content {
  padding: 1rem;
}

.card.card--shaped .card-content > :nth-child(1) {
  margin-bottom: 1rem;
}

.card.card--shaped .card-content > :nth-child(2) {
  margin-bottom: 0.5rem;
}

.card.card--shaped .card-content #categories {
  width: 100%;
}

.card.card--shaped .card-content #categories .tooltip {
  position: relative;
  display: inline-block;
}

.card.card--shaped .card-content #categories .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.card.card--shaped .card-content #categories .tooltip img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.card.card--shaped .card-content #categories .tooltip span.tooltiptext {
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: var(--text-primary);
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid #CDCBC9;
}

.card.card--shaped .card-content #categories .tooltip span.tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #CDCBC9 transparent transparent transparent;
}

.card.card--shaped .card-content #categories .tooltip + .tooltip {
  margin-left: 1rem;
}

.card.card--shaped .card-content #categories .vdivider {
  width: 2rem;
}

.card.card--shaped .card-content #categories #sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.card--shaped .card-action {
  background-color: unset;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.card#project-card {
  position: unset;
}

.card#project-card span.divider {
  margin: 1.5rem 0;
}

.bullet.bullet-dark {
  color: var(--text-primary);
}

.bullet.bullet-orange {
  color: var(--primary);
}

.bullet.bullet-blue {
  color: #39A9DB;
}

.bullet.bullet-green {
  color: var(--highlight);
}

.bullet.bullet-red {
  color: var(--invalid);
}

.alert {
  margin-bottom: 0px;
  line-height: 24px;
}

.alert.error {
  background-color: var(--error-background);
  color: var(--text-primary);
}

.alert.error .alert-close {
  color: var(--text-primary);
}

.alert.success {
  background-color: var(--valid);
  color: --on-primary;
}

.alert .alert-close {
  cursor: pointer;
}

.progress-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(255, 182, 94, 0.24);
}

.progress-bar.savings {
  background-color: #27AE60;
}

.progress-bar.small {
  margin-bottom: 2rem;
  background: #C4C4C4;
  height: 0.25rem;
}

.progress-bar .done {
  width: 0%;
  height: 100%;
  background: var(--primary);
  -webkit-transition: 1s ease width;
  transition: 1s ease width;
  z-index: 2;
}

.progress-bar .done.savings-earned {
  background-color: #6FCF97;
}

.progress-bar .done.contract-progress {
  background: #0bba95;
}

.progress-bar .done .progress-label {
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  padding-left: 1rem;
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
  font-size: 0.875rem;
  font-weight: 500;
}

.progress-bar .done.secondary-bar {
  background-color: #FFC885;
  z-index: 1;
  position: absolute;
}

.progress-bar span.tooltiptext {
  background-color: #fff;
  color: var(--text-primary);
  border-radius: 6px;
  padding: 5px;
  position: fixed;
  display: inline-block;
  z-index: 1000;
  border: 1px solid #CDCBC9;
}

.progress-bar .progress-goal {
  position: absolute;
  right: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 3;
}

.progress-bar.progress--bar-rounded {
  border-radius: 0 0 0.5rem 0.5rem;
}

.progress-bar.progress--bar-rounded .done {
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  z-index: 2;
}

.progress-bar.progress--bar-rounded .done.secondary-bar {
  background-color: #FFC885;
  z-index: 1;
  position: absolute;
}

.progress-bar.progress--bar-rounded .done.complete {
  border-radius: 0 0rem 0.5rem 0.5rem;
}

.progress-bar.progress--bar-rounded .progress-goal {
  z-index: 3;
}

ul.tabs.has-boxshadow {
  -webkit-box-shadow: 0px 6px 8px rgba(74, 44, 7, 0.16);
          box-shadow: 0px 6px 8px rgba(74, 44, 7, 0.16);
}

ul.tabs.focus-color--primary .tab:focus,
ul.tabs.focus-color--primary .tab:focus.active {
  background-color: rgba(255, 182, 94, 0.2);
}

ul.tabs .tab a {
  z-index: 11;
  background-color: #fff;
  color: var(--text-primary);
  text-transform: none;
  padding: 0 1rem;
}

ul.tabs .tab a.active {
  color: var(--text-primary);
  font-weight: 500;
}

ul.tabs .tab a:hover {
  color: var(--text-primary);
}

ul.tabs .tab a:focus, ul.tabs .tab a:focus.active {
  color: var(--text-primary);
  background-color: unset;
}

ul.tabs .indicator {
  background-color: var(--primary);
  height: 3px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 var(--primary);
          box-shadow: 0 1px 0 0 var(--primary);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]),
.select-wrapper input.select-dropdown:focus {
  border-color: var(--primary);
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: var(--primary);
}

[type="checkbox"] + span:not(.lever) {
  font-size: 14px;
  font-weight: 500;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: var(--primary);
  border-color: var(--primary);
}

.input-field .select-wrapper [type="checkbox"]:checked + span:not(.lever):before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}

.dropdown-content li > a, .dropdown-content li > span {
  color: var(--text-primary);
}

button, input, optgroup, select, textarea {
  font-family: "Montserrat", sans-serif !important;
}

.material--padding-1__sides {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.material--padding-1__ends {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.material--padding-2__sides {
  padding-right: 1rem;
  padding-left: 1rem;
}

.material--padding-2__ends {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.material--padding-3__sides {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.material--padding-3__ends {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.material--padding-4__sides {
  padding-right: 2rem;
  padding-left: 2rem;
}

.material--padding-4__ends {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.material--margin-1__sides {
  margin: 0 0.5rem;
}

.material--margin-1__ends {
  margin: 0.5rem 0;
}

.material--margin-2__sides {
  margin: 0 1rem;
}

.material--margin-2__ends {
  margin: 1rem 0;
}

.material--margin-3__sides {
  margin: 0 1.5rem;
}

.material--margin-3__ends {
  margin: 1.5rem 0;
}

.material--margin-4__sides {
  margin: 0 2rem;
}

.material--margin-4__ends {
  margin: 2rem 0;
}

.material--margin-5__ends {
  margin: 5rem 0;
}

.image--position-top {
  background-position: top;
  -o-object-position: top;
     object-position: top;
}

.image--position-center {
  background-position: center;
  -o-object-position: center;
     object-position: center;
}

.image--position-bottom {
  background-position: bottom;
  -o-object-position: bottom;
     object-position: bottom;
}

html {
  font-size: 16px;
}

.hidden-link {
  height: 24px;
}

a {
  display: block;
  color: unset;
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding: 0;
}

ul p {
  text-indent: -1rem;
}

ul.bullet-list li {
  list-style-position: outside;
  margin-left: 1rem;
}

ul.bullet-list li.dark :before {
  background-image: url("/media/icons/bullet-dark.svg");
}

ul.bullet-list li :before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("/themes/goparity/assets/media/icons/bullet-orange.svg");
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
}

ul.option-list li {
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #C9D6DF;
  border-radius: 0.5rem;
  cursor: pointer;
}

ul.option-list li:not(:last-of-type) {
  margin-bottom: 1rem;
}

ul.option-list li.option-list-selected {
  border: 3px solid #FFB600 !important;
}

body {
  font-family: "Montserrat" !important;
  font-display: swap;
  margin: 0;
  color: rgba(53, 53, 53, 0.87);
  color: var(--text-primary);
}

body *[data-desktop] {
  display: none;
}

body main:not(.app) .header-container {
  background-color: #FAFAFA;
}

body main:not(.app) .header-container img.lazy-image {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  border-radius: 0 0 2.5rem 2.5rem;
}

body main:not(.app) .header-container header {
  position: relative;
  min-height: 25rem;
  border-radius: 0 0 3.5rem 3.5rem;
}

body main:not(.app) .header-container header .grid #secondary {
  min-height: 17.8rem;
}

body main:not(.app) .header-container header #title {
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

body main:not(.app) .header-container header #title .grid {
  grid-gap: 2rem;
}

body main:not(.app) .header-container header button {
  display: block;
  width: 100%;
  margin: 0 auto;
}

body main:not(.app) > .section {
  padding: 2rem 1rem;
}

body main:not(.app) > .section:not(:first-of-type) .row .col {
  padding: 0;
}

body > div#home main header#start-investing #statistics {
  background: none;
}

body > div#home main header#start-investing #statistics .flex > div:not(:last-of-type) {
  margin-bottom: 1rem;
}

body > div#home .store-icons img {
  width: 10rem;
  max-width: 90%;
}

body > div#home main .section#supporters {
  background: #FAFAFA;
  border-radius: 0 0 4rem 4rem;
}

body > div#home main .section#supporters .container {
  width: 85%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body > div#home main .section#supporters .container.collapsible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body > div#home main .section#supporters .container.collapsible p {
  text-indent: 0rem;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

body > div#home main .section#supporters .container.collapsible li {
  margin: 0;
  padding: 0;
}

body > div#home main .section#supporters .container.collapsible li .collapsible-header {
  border: none;
  background-color: transparent;
  margin-top: 1rem;
  padding: 0;
}

body > div#home main .section#supporters .container.collapsible li .collapsible-body {
  border: 1px solid #CDCBC9;
  border-radius: 6px;
  position: absolute;
  left: 1rem;
  margin: 0 1rem 0 0;
  padding-top: 1rem;
  z-index: 1;
  background-color: #fff;
}

@media (min-width: 993px) {
  body > div#home main .section#supporters .container.collapsible li .collapsible-body {
    width: 45%;
    left: 27.5vw;
    margin: 0;
  }
}

body > div#home main .section#supporters .container.collapsible li.active {
  bottom: 0;
}

body > div#home main .section#supporters .container .linked-image {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  width: 4rem;
  margin: 0 auto;
}

body > div#home main .section#money-is-secure h5,
body > div#home main .section#money-is-secure p {
  text-align: center;
  margin-bottom: 1.5rem;
}

body > div#home main .section#investments-for-good h5 {
  margin-bottom: 1.5rem;
}

body > div#home main .section#investments-for-good #conditions-list {
  margin-top: 1.5rem;
  padding-left: 0.5rem;
}

body > div#home main .section#investments-for-good #conditions-list .icon {
  width: 0.5rem;
  height: 0.5rem;
}

body > div#home main .section#how-it-works #steps {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body > div#home main .section#how-it-works #steps > div {
  margin-top: 2rem;
}

body > div#home main .section#own-your-investments img {
  width: 100%;
}

body > div#home main .section#own-your-investments #inner {
  padding: 0 1rem;
}

body > div#home main .section#put-your-money[data-mobile] {
  margin-bottom: 6.24rem;
}

body > div#home main .section#put-your-money p:not(:last-of-type) {
  margin: 0.5rem 0 2.25rem 0;
}

body > div#home main .section#open-projects {
  background: #FAFAFA;
}

body > div#home main .section#open-projects #browse-projects {
  background: #FAFAFA;
}

body > div#home main .section#open-projects #browse-projects .card {
  margin: 1rem 0;
}

body > div#home main .section#open-projects #browse-projects .card .card-image img {
  width: 100%;
  height: 24vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body > div#home main .section#open-projects #browse-projects .card .card-image .card-title {
  top: 0;
  bottom: unset;
  padding: 1.5rem 1rem;
}

body > div#home main .section#open-projects #browse-projects .card .card-image .card-subtitle {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 1rem;
}

body > div#home main .section#open-projects #browse-projects .card .card-content p {
  height: 2.8rem;
}

body > div#home main .section#open-projects #browse-projects .card .card-content .card-info {
  height: 9rem;
}

body > div#home main .section#open-projects #browse-projects .card #investment-info,
body > div#home main .section#open-projects #browse-projects .card #environment-info {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

body > div#home main .section#open-projects #browse-projects .card #investment-info span.dark,
body > div#home main .section#open-projects #browse-projects .card #environment-info span.dark {
  color: var(--text-primary);
}

body > div#home main .section#open-projects #browse-projects .card #environment-info {
  margin-bottom: 1.5rem;
}

body > div#home main .section#open-projects #browse-projects .card #categories {
  margin-top: 1.5rem;
}

body > div#home main .section#what-our-investors-say > div {
  margin-bottom: 2rem;
}

body > div#home main .section#what-our-investors-say .scrolling-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

body > div#home main .section#what-our-investors-say .scrolling-wrapper .investor-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

body > div#home main .section#what-our-investors-say .scrolling-wrapper .investor-card:not(:last-of-type) {
  margin-right: 2rem;
}

body > div#home main .section#what-our-investors-say .scrolling-wrapper .investor-card .flex {
  height: 100%;
}

body > div#home main .section#what-our-investors-say .scrolling-wrapper .investor-card .flex img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

body > div#home main .section#what-our-investors-say .scrolling-wrapper .investor-card .flex p {
  word-wrap: break-word;
}

body > div#home main .section#get-funded {
  background: #FAFAFA;
}

body > div#home main .section#get-funded button {
  width: 100%;
}

body > div#our-progress main .section#progress-made-together #title {
  position: relative;
  top: 0;
  padding: 8rem 1rem;
}

body > div#our-progress main .section#progress-made-together button {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}

body > div#our-progress main .section#co2-avoided {
  padding: 6rem 1rem;
}

body > div#our-progress main .section#co2-avoided > .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body > div#our-progress main .section#co2-avoided > .flex > div:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

body > div#our-progress main .section#statistics {
  background: rgba(53, 53, 53, 0.87);
  padding: 6rem 1rem;
}

body > div#our-progress main .section#statistics .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body > div#our-progress main .section#statistics .flex > div:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

body > div#our-progress main .section#united-nations-goals {
  background: #FAFAFA;
}

body > div#our-progress main .section#united-nations-goals p#learn-more-svgs {
  margin: 1.5rem 0 6.25rem 0;
}

body > div#our-progress main .section#united-nations-goals #total-goals {
  margin-bottom: 1.5rem;
}

body > div#our-progress main .section#united-nations-goals #total-goals .flex {
  width: 100%;
}

body > div#our-progress main .section#united-nations-goals #total-goals .flex img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

body > div#our-progress main .section#united-nations-goals > .grid#goals-list {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 1rem 0;
}

body > div#our-progress main .section#united-nations-goals > .grid#goals-list img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

body > div#our-progress main .section#success-stories {
  padding-top: 4rem;
}

body > div#our-progress main .section#success-stories > .grid {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 2.25rem;
}

body > div#our-progress main .section#success-stories > .grid .card {
  margin: 0;
}

body > div#our-progress main .section#success-stories > .grid .card .card-content {
  height: 17rem;
}

body > div#our-progress main .section#success-stories > .grid .card .card-content h5 {
  height: auto;
}

body > div#our-progress main .section#success-stories > div:last-of-type button {
  width: 100%;
}

body > div#about main .section#about-goparity {
  padding: 6rem 1rem 1rem 1rem;
}

body > div#about main .section#featured-in {
  background: #FAFAFA;
  color: #000;
}

body > div#about main .section#our-team .grid {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 4rem 0;
}

body > div#about main .section#our-team .grid .teammate img#profile-pic {
  width: 9rem;
  height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

body > div#about main .section#our-team .grid .teammate #main,
body > div#about main .section#our-team .grid .teammate #bio {
  margin-bottom: 1.5rem;
}

body > div#about main .section#supporters {
  background: #FAFAFA;
}

body > div#about main .section#supporters .linked-image {
  margin: 0 0.5rem 1rem 0.5rem;
  opacity: 0.5;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body > div#about main .section#supporters .linked-image:hover {
  opacity: 1;
}

body > div#get-funded main .section#looking-to-fund #bg {
  background: none;
}

body > div#get-funded main .section#why-goparity-1 img#sdgs {
  display: block;
  height: 4.5rem;
  margin: 1.5rem auto;
}

body > div#get-funded main .section#steps > #card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem 1.5rem 3rem 1.5rem;
  border-radius: 2.5rem;
}

body > div#get-funded main .section#steps > #card > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr;
      grid-template-columns: 1fr 5fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 2rem 0;
  margin-bottom: 2rem;
}

body > div#get-funded main .section#why-goparity-2 .flex {
  margin-bottom: 1.5rem;
}

body > div#get-funded main .section#why-goparity-2 .flex > #icon {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}

body > div#get-funded main .section#why-goparity-2 .flex > #icon img {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
}

body > div#get-funded main .section#why-goparity-2 .flex > div:nth-of-type(2) {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

body > div#get-funded main .section#why-goparity-2 .flex > div:nth-of-type(2) h5 {
  margin-bottom: 0.5rem;
}

body > div#get-funded main .section#projects-we-funded {
  background: #FAFAFA;
}

body > div#get-funded main .section#projects-we-funded #project-list {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 2.5rem 1.5rem;
  margin: 3rem auto 2rem auto;
}

body > div#get-funded main .section#projects-we-funded #project-list > #project {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;
}

body > div#get-funded main .section#projects-we-funded #project-list > #project img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}

body > div#get-funded main .section#what-our-investors-say {
  margin-bottom: 2rem;
}

body > div#get-funded main .section#what-our-investors-say .scrolling-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

body > div#get-funded main .section#what-our-investors-say .scrolling-wrapper .investor-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

body > div#get-funded main .section#what-our-investors-say .scrolling-wrapper .investor-card:not(:last-of-type) {
  margin-right: 1rem;
}

body > div#get-funded main .section#what-our-investors-say .scrolling-wrapper .investor-card .flex {
  height: 100%;
}

body > div#get-funded main .section#what-our-investors-say .scrolling-wrapper .investor-card .flex img {
  width: 4rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

body > div#get-funded main .section#what-our-investors-say .scrolling-wrapper .investor-card .flex p {
  word-wrap: break-word;
}

body > div#open-projects > main .section#check-out-projects #title {
  position: relative;
  top: 0;
  padding-top: 6rem;
}

body > div#open-projects > main .section#check-out-projects button {
  position: relative;
  top: 0;
  margin: 3rem auto;
}

body > div#open-projects > main .section#check-out-projects #filter-select {
  padding: 1rem;
}

body > div#open-projects > main .section#check-out-projects #filter-select .input-field li.optgroup span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 25%;
}

body > div#open-projects > main .section #filter-select {
  width: 75%;
}

body > div#open-projects > main .section #filter-select input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0 0.5rem;
  border: 1px solid #9e9e9e;
}

body > div#open-projects > main .section#browse-projects > div:first-of-type, body > div#open-projects > main .section#projects-we-funded > div:first-of-type {
  margin-bottom: 4rem;
}

body > div#open-projects > main .section#browse-projects .grid, body > div#open-projects > main .section#projects-we-funded .grid {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 1.5rem;
}

body > div#open-projects > main .section#browse-projects {
  background: #FAFAFA;
}

body > div#open-projects > main .section#browse-projects #miss-out-card {
  border: 2px solid var(--primary);
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body > div#open-projects > main .section#browse-projects .card {
  margin: 0;
}

body > div#open-projects > main .section#browse-projects .card .card-image {
  position: relative;
}

body > div#open-projects > main .section#browse-projects .card .card-image img {
  width: 100%;
  height: 24vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body > div#open-projects > main .section#browse-projects .card .card-image .card-title {
  position: absolute;
  top: 0;
  bottom: unset;
  padding: 1.5rem 1rem;
}

body > div#open-projects > main .section#browse-projects .card .card-image .card-subtitle {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 1rem;
}

body > div#open-projects > main .section#browse-projects .card .card-content p {
  height: 2.8rem;
}

body > div#open-projects > main .section#browse-projects .card .card-content .card-info {
  height: 9rem;
}

body > div#open-projects > main .section#browse-projects .card #investment-info,
body > div#open-projects > main .section#browse-projects .card #environment-info {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

body > div#open-projects > main .section#browse-projects .card #investment-info span.dark,
body > div#open-projects > main .section#browse-projects .card #environment-info span.dark {
  color: var(--text-primary);
}

body > div#open-projects > main .section#browse-projects .card #environment-info {
  margin-bottom: 1.5rem;
}

body > div#open-projects > main .section#browse-projects .card #categories {
  margin-top: 1.5rem;
}

body > div#open-projects > main .section#browse-projects > div > div #calltoaction {
  margin-top: 1.5rem;
}

body > div#open-projects > main .section#browse-projects > div > div #calltoaction .input-field {
  width: 90%;
  margin: 0 auto 1rem auto;
}

body > div#open-projects > main .section#browse-projects > div > div #calltoaction button {
  width: 100%;
}

body > div#open-projects > main .section#browse-projects .grid {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 1.5rem;
}

body > div#open-projects > main .section#projects-we-funded .card {
  margin: 0;
}

body > div#open-projects > main .section#projects-we-funded .card .card-image img {
  width: 100%;
  height: 24vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body > div#open-projects > main .section#projects-we-funded .card .card-image .card-title {
  top: 0;
  bottom: unset;
  padding: 1.5rem 1rem;
}

body > div#open-projects > main .section#projects-we-funded .card .card-image .card-subtitle {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 1rem;
}

body > div#open-projects > main .section#projects-we-funded .card .card-content p {
  height: 2.8rem;
}

body > div#open-projects > main .section#projects-we-funded .card .card-content .card-info {
  height: 9rem;
}

body > div#open-projects > main .section#projects-we-funded .card .card-content .card-info .col {
  padding: 0 0.75rem;
  margin: 0;
}

body > div#open-projects > main .section#projects-we-funded .card #investment-info,
body > div#open-projects > main .section#projects-we-funded .card #environment-info {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

body > div#open-projects > main .section#projects-we-funded .card #investment-info span.dark,
body > div#open-projects > main .section#projects-we-funded .card #environment-info span.dark {
  color: var(--text-primary);
}

body > div#open-projects > main .section#projects-we-funded .card #environment-info {
  margin-bottom: 1.5rem;
}

body > div#open-projects > main .section#projects-we-funded .card #categories {
  margin-top: 1.5rem;
}

body > div#open-projects > main .section#projects-we-funded .grid {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

body > div#open-projects > main .section#projects-we-funded .grid .card .card-action button:first-of-type {
  display: none;
}

body > div#open-projects > main .section#projects-we-funded button {
  width: 100%;
}

body > div#faqs nav {
  background: #fff;
}

body > div#faqs .header-container header {
  min-height: unset;
  padding-top: calc(4rem + 2rem);
  padding-bottom: 0;
  border-radius: 0;
}

body > div#faqs .header-container header p:last-of-type {
  margin: 1.5rem 0 2.3125rem 0;
}

body > div#faqs main .section#search {
  padding-top: 1.5rem;
}

body > div#faqs main .section#search .input-field {
  width: 100%;
  margin: 0;
  background-image: url(/themes/goparity/assets/media/icons/search.svg);
  background-repeat: no-repeat;
  background-position-y: calc(50% - 12px);
}

body > div#faqs main .section#search .input-field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: calc(24px + 0.5rem);
  margin-bottom: 0.5rem;
}

body > div#faqs main .section#suggestions {
  padding-top: 0;
}

body > div#faqs main .section#suggestions .card {
  border-radius: 2rem;
  margin-bottom: 1rem;
}

body > div#faqs main .section#suggestions .card .card-image img {
  width: 7.3rem;
  height: 7.5rem;
  border-radius: 2rem;
}

body > div#faqs main .section#suggestions .card .card-content {
  padding: 0 1.25rem;
}

body > div#faqs-topic nav, body > div#faqs-question nav {
  background: #fff;
}

body > div#faqs-topic .header-container header, body > div#faqs-question .header-container header {
  min-height: unset;
  padding-top: calc(4rem + 2rem);
  padding-bottom: 0;
  border-radius: 0;
  padding: calc(4rem + 1rem) 0 0 0;
}

body > div#faqs-topic main .section#search, body > div#faqs-question main .section#search {
  padding-top: 1rem;
}

body > div#faqs-topic main .section#search .input-field, body > div#faqs-question main .section#search .input-field {
  width: 100%;
  margin: 0;
  background-image: url(/themes/goparity/assets/media/icons/search.svg);
  background-repeat: no-repeat;
  background-position-y: calc(50% - 12px);
}

body > div#faqs-topic main .section#search .input-field input, body > div#faqs-question main .section#search .input-field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: calc(24px + 0.5rem);
  margin-bottom: 0.5rem;
}

body > div#faqs-topic main .section#topic-content {
  padding-top: 0;
}

body > div#faqs-topic main .section#topic-content p {
  margin: 1.5rem 0 2rem 0;
}

body > div#faqs-topic main .section#topic-content .card {
  min-height: 7rem;
  padding: 1rem;
  border-radius: 2rem;
}

body > div#faqs-topic main .section#topic-content .card * {
  padding: 0;
  margin: 0;
}

body > div#faqs-question main .section#question-content {
  padding-top: 0;
}

body > div#faqs-question main .section#question-content .grid {
  grid-gap: 2rem;
}

@media screen and (max-height: 600px) and (max-width: 400px) {
  body main:not(.app) .header-container header #title {
    padding-top: 4.5rem;
  }
}

@media screen and (max-width: 600px) {
  .store-icons {
    margin-top: 2rem;
  }
  .store-icons div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .store-icons div img {
    width: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .progress-bar span.tooltiptext {
    visibility: hidden;
  }
  .progress-bar span.tooltiptext-mobile {
    visibility: visible;
    background-color: #fff;
    color: var(--text-primary);
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    top: -4rem !important;
    left: 3rem !important;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 1px solid #CDCBC9;
  }
}

@media screen and (min-width: 720px) {
  body#open-projects main .section#projects-we-funded .grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 993px) {
  body *[data-mobile] {
    display: none;
  }
  body *[data-desktop] {
    display: block;
  }
  body main:not(.app) .header-container header {
    min-height: 36.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main:not(.app) .header-container header img.lazy-image {
    border-radius: 0;
  }
  body main:not(.app) .header-container header #title {
    width: 100%;
  }
}

@media screen and (min-width: 993px) and (min-width: 1500px) {
  body main:not(.app) .header-container header #title {
    padding: 2rem 14rem;
  }
}

@media screen and (min-width: 993px) and (max-width: 1500px) {
  body main:not(.app) .header-container header #title {
    padding: 2rem 8rem;
  }
}

@media screen and (min-width: 993px) {
  body main:not(.app) .header-container header #title .grid {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: "main main main secondary secondary" "calltoaction calltoaction calltoaction calltoaction calltoaction";
    grid-gap: 0 1.5rem;
  }
  body main:not(.app) .header-container header #title .grid > #main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: main;
    max-width: 75%;
  }
  body main:not(.app) .header-container header #title .grid > #secondary {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: secondary;
  }
  body main:not(.app) .header-container header #title .grid > #secondary > div {
    min-width: 40%;
    padding: 0;
    float: right;
  }
  body main:not(.app) .header-container header #title .grid > #calltoaction {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: calltoaction;
  }
  body main:not(.app) .header-container header #calltoaction button {
    display: block;
    width: 20rem;
    margin: 1.5rem auto;
  }
}

@media screen and (min-width: 993px) and (min-width: 1500px) {
  body main:not(.app) .section {
    padding: 2rem 14rem;
  }
}

@media screen and (min-width: 993px) and (max-width: 1500px) {
  body main:not(.app) .section {
    padding: 2rem 8rem;
  }
}

@media screen and (min-width: 993px) {
  body [data-desktop] img.thumbnail {
    display: block;
    width: 27rem;
    height: 27rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
  }
  body nav .brand-logo img {
    margin-left: 1rem;
  }
  body > div#home main .section#start-investing #title h4 {
    margin-bottom: 1.5rem;
  }
  body > div#home main .section#start-investing #title #conditions {
    display: block;
    margin-top: 1.5rem;
  }
  body > div#home main .section#start-investing #title #conditions ul li {
    margin-bottom: 0.5rem;
  }
  body > div#home main .section#start-investing #title #conditions ul li .icon {
    margin-right: 1.5rem;
  }
  body > div#home main .section#start-investing #title #statistics #additional-info .flex > div {
    margin-bottom: 1.5rem;
  }
  body > div#home main .section#supporters {
    padding: 1rem 8rem;
    border-radius: 0;
  }
  body > div#home main .section#supporters .container .linked-image {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  body > div#home main .section#money-is-secure .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body > div#home main .section#money-is-secure .flex > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  body > div#home main .section#money-is-secure .flex > div h5,
  body > div#home main .section#money-is-secure .flex > div p {
    text-align: left;
  }
  body > div#home main .section#how-it-works #steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body > div#home main .section#how-it-works #steps > div {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  body > div#home main .section#own-your-investments > div .row img#iphonex {
    width: 24rem;
  }
  body > div#home main .section#own-your-investments > div .row [data-desktop] .flex > div:first-of-type {
    display: none;
  }
  body > div#home main .section#open-projects #title {
    width: 75%;
  }
  body > div#home main .section#open-projects #project-list {
    margin-top: 3rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-gap: 1.5rem;
  }
  body > div#home main .section#open-projects #calltoaction {
    width: 33%;
  }
  body > div#home main .section#what-our-investors-say h4 {
    margin-bottom: 4rem;
  }
  body > div#home main .section#what-our-investors-say #investor-list > .flex {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body > div#home main .section#what-our-investors-say #investor-list > .flex .investor-card {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 1rem;
  }
  body > div#home main .section#what-our-investors-say #investor-list > .flex .investor-card img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
  body > div#home main .section#get-funded .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body > div#home main .section#get-funded .flex > [data-desktop] {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  body > div#home main .section#get-funded .flex > [data-desktop] img {
    width: 35rem;
    height: 35rem;
  }
  body > div#home main .section#get-funded .flex > div:not([data-desktop]) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  body > div#our-progress main .section#progress-made-together {
    padding: 8rem 8rem 2rem 8rem;
  }
  body > div#our-progress main .section#progress-made-together #title {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    margin: 0 auto;
  }
  body > div#our-progress main .section#progress-made-together #title button {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20rem;
  }
  body > div#our-progress main .section#co2-avoided {
    padding: 2rem;
  }
  body > div#our-progress main .section#co2-avoided > .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
    margin: 0 auto;
  }
  body > div#our-progress main .section#co2-avoided > .flex > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0 !important;
  }
  body > div#our-progress main .section#united-nations-goals {
    margin: 0 auto;
  }
  body > div#our-progress main .section#united-nations-goals #total-goals > .flex {
    width: auto;
  }
  body > div#our-progress main .section#united-nations-goals .grid#goals-list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
  body > div#our-progress main .section#success-stories h5 {
    text-align: center;
  }
  body > div#our-progress main .section#success-stories .grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-gap: 2.25rem;
  }
  body > div#our-progress main .section#success-stories > div:last-of-type {
    width: 25%;
    margin: 0 auto;
  }
  body > div#about main .section#about-goparity {
    padding: 8rem 8rem 2rem 8rem;
  }
  body > div#about main .section#about-goparity #title {
    padding: 0;
  }
  body > div#about main .section#our-team .grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem 2rem;
  }
  body > div#about main .section#supporters p {
    text-align: center;
  }
  body > div#about main .section#supporters .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.5rem;
  }
  body > div#about main .section#supporters .flex .linked-image {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  body > div#about main .section#supporters .flex .linked-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body > div#get-funded main .section#steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body > div#get-funded main .section#steps #card {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem 1.5rem;
  }
  body > div#get-funded main .section#steps #card > div {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  body > div#get-funded main .section#steps #card > div h3 {
    margin: 0 auto;
  }
  body > div#get-funded main .section#steps #card button {
    width: 20rem;
    margin: 0 auto;
  }
  body > div#get-funded main .section#steps #features {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body > div#get-funded main .section#steps #features > div #icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
  }
  body > div#get-funded main .section#steps #features > div div {
    -ms-flex-preferred-size: 93%;
        flex-basis: 93%;
  }
  body > div#get-funded main .section#projects-we-funded #project-list {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
  body > div#get-funded main .section#what-our-investors-say #investor-list > .flex {
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body > div#get-funded main .section#what-our-investors-say #investor-list > .flex .investor-card {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  body > div#get-funded main .section#what-our-investors-say #investor-list > .flex .investor-card img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
  body > div #browse-projects .grid,
  body > div #projects-we-funded .grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
  }
  body > div #browse-projects .grid .card,
  body > div #projects-we-funded .grid .card {
    margin: 0;
  }
  body > div #browse-projects .grid .card .card-image img,
  body > div #projects-we-funded .grid .card .card-image img {
    width: 100%;
    height: 24vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body > div #browse-projects .grid .card .card-image .card-title,
  body > div #projects-we-funded .grid .card .card-image .card-title {
    top: 0;
    bottom: unset;
    padding: 1.5rem 1rem;
  }
  body > div #browse-projects .grid .card .card-image .card-subtitle,
  body > div #projects-we-funded .grid .card .card-image .card-subtitle {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 1rem;
  }
  body > div #browse-projects .grid .card .card-content p,
  body > div #projects-we-funded .grid .card .card-content p {
    height: 2.8rem;
  }
  body > div #browse-projects .grid .card .card-content .card-info,
  body > div #projects-we-funded .grid .card .card-content .card-info {
    height: 9rem;
  }
  body > div #browse-projects .grid .card #investment-info,
  body > div #browse-projects .grid .card #environment-info,
  body > div #projects-we-funded .grid .card #investment-info,
  body > div #projects-we-funded .grid .card #environment-info {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  body > div #browse-projects .grid .card #investment-info span.dark,
  body > div #browse-projects .grid .card #environment-info span.dark,
  body > div #projects-we-funded .grid .card #investment-info span.dark,
  body > div #projects-we-funded .grid .card #environment-info span.dark {
    color: var(--text-primary);
  }
  body > div #browse-projects .grid .card #environment-info,
  body > div #projects-we-funded .grid .card #environment-info {
    margin-bottom: 1.5rem;
  }
  body > div #browse-projects .grid .card #categories,
  body > div #projects-we-funded .grid .card #categories {
    margin-top: 1.5rem;
  }
  body > div#open-projects main .section#check-out-projects {
    padding: 8rem 8rem 2rem 8rem;
  }
  body > div#open-projects main .section#check-out-projects #title {
    padding: 0;
    margin: 0 auto;
  }
  body > div#open-projects main .section#check-out-projects #filter-select .input-field {
    width: 25%;
    margin: 0 auto;
  }
  body > div#open-projects main .section#browse-projects .grid, body > div#open-projects main .section#projects-we-funded .grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  body > div#open-projects main .section#browse-projects > div:first-of-type > div {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  body > div#open-projects main .section#browse-projects > div:first-of-type .input-field {
    width: 75%;
  }
  body > div#open-projects main .section#browse-projects > div:first-of-type .input-field label {
    color: #000;
  }
  body > div#open-projects main .section#projects-we-funded > div:first-of-type {
    text-align: center;
    width: 50%;
    margin: 0 auto 4rem auto;
  }
  body > div#open-projects main .section#projects-we-funded > div:first-of-type .input-field#filter-select {
    width: 50%;
    margin: 1.5rem auto 0 auto;
  }
  body > div#open-projects main .section#projects-we-funded > div:nth-of-type(3) {
    width: 25%;
    margin: 0 auto;
  }
  body > div#faqs-question header #nav-arrow {
    padding: 0 8rem;
  }
  body > div#faqs-question main .section#question-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  body main .header-container header #title {
    padding-right: 8rem;
    padding-left: 8rem;
  }
  body main .section {
    padding: 4.5rem 8rem;
  }
  body > div#faqs-question main .section#question-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}

@media (min-width: 1500px) {
  body > div#home main .section#investments-for-good {
    background: #FAFAFA;
  }
  body > div#home main .section#own-your-investments > div {
    margin: 0 auto;
  }
  body > div#home main .section#open-projects .grid#project-list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  body > div#home main .section#open-projects #calltoaction {
    width: 25%;
  }
  body > div#home main .section#get-funded .flex > div:last-of-type > div {
    width: 50%;
  }
  body > div#our-progress main .section#success-stories .grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  body > div#open-projects main .section#browse-projects .grid, body > div#open-projects main .section#projects-we-funded .grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  body > div#open-projects main .section#browse-projects .input-field {
    width: 50%;
  }
}
/*# sourceMappingURL=main.css.map */