@font-face {
  font-family: "brandon_med-webfont";
  src: url("../../fonts/brandon_med-webfont.eot");
  src: url("../../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brandon_med-webfont.woff") format("woff"), url("../../fonts/brandon_med-webfont.ttf") format("truetype"), url("../../fonts/brandon_med-webfont.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_med";
  src: url("../../fonts/HelveticaNeue-Medium.eot");
  src: url("../../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Medium.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_light";
  src: url("../../fonts/HelveticaNeue-Light.eot");
  src: url("../../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Light.woff") format("woff"), url("../../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Light.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_black";
  src: url("../../fonts/BrandonText-Black.eot");
  src: url("../../fonts/BrandonText-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Black.woff") format("woff"), url("../../fonts/BrandonText-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_bold";
  src: url("../../fonts/BrandonText-Bold.eot");
  src: url("../../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Bold.woff") format("woff"), url("../../fonts/BrandonText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_bold";
  src: url("../../fonts/avenir/AvenirNextLTPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_lite";
  src: url("../../fonts/avenir/AvenirNextLTPro-It.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_regular";
  src: url("../../fonts/avenir/AvenirNextLTPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_medium";
  src: url("../../fonts/avenir/AvenirNext-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apple_system_regular";
  src: url("../../fonts/apple/sf-ui-display-medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_thin";
  src: url("../../fonts/helvetica/HelveticaNeue-Thin.otf");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
}

.right {
  float: right;
}

.purple-color {
  color: #D5C1FF;
}

.yellow-color {
  color: #f39024;
}

.green-color {
  color: #2DC937;
}

.rose-color {
  color: #FA9D7E;
}

.red-color {
  color: #FF2600;
}

.grey-color {
  color: #7C7C7C;
}

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

.white-color {
  color: #fff;
}

.blue-color {
  color: #2273b8;
}

.light-blue-color {
  color: #2BA7DE;
}

.dark-blue-color {
  color: #004E74;
}

.grey-blue-background {
  color: #dae6ee;
}

.light-blue-background {
  background-color: #2BA7DE;
}

.dark-blue-background {
  background-color: #004E74;
}

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

h1 {
  font-size: 4rem;
  line-height: 1;
}

h2 {
  font-size: 3.8rem;
  line-height: 1;
}

h3 {
  font-size: 3.6rem;
  line-height: 1;
}

h4 {
  font-size: 5.5rem;
  line-height: 1;
}

h5 {
  font-size: 4rem;
}

h6 {
  font-size: 3.6rem;
}

h1, h2, h3, h4, h5 {
  font-family: "MontserratBold", sans-serif;
  color: #0B0B0B;
  text-align: center;
}

img {
  max-width: 100%;
}

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #2BA7DE;
  font-weight: normal;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #2BA7DE;
}
.checkbox-container .checkmark--circle {
  border: 1px solid black;
  border-radius: 2rem;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.3rem;
  border: solid #009688;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2BA7DE;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #009688;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

#ui-datepicker-div {
  max-width: 23rem;
  box-shadow: none;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  display: block;
  margin-top: -1rem;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-state-default {
  color: #0B0B0B;
}
#ui-datepicker-div .ui-state-highlight {
  padding: 0;
}
#ui-datepicker-div table {
  margin: 0;
  padding: 0;
}
#ui-datepicker-div th, #ui-datepicker-div td {
  height: 3.3rem;
  padding: 0 !important;
  font-family: Arial;
  font-weight: normal;
  color: #0B0B0B !important;
  font-size: 1.1rem;
}
#ui-datepicker-div th {
  background: #EBEBEB;
}
#ui-datepicker-div td {
  background: #F2F2F2;
  opacity: 1;
  font-size: 1.2rem;
}
#ui-datepicker-div td.ui-datepicker-current-day {
  background: #6CBF4D;
  border: none;
}
#ui-datepicker-div td a {
  padding: 0;
}
#ui-datepicker-div td a.ui-state-highlight {
  border: none !important;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #ACACAC;
  padding: 0.75rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  color: #0B0B0B;
  font-size: 1.4rem;
  font-family: Arial;
  font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  color: #0B0B0B !important;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: Arial;
  border: none;
  background: none;
  width: 4.2rem;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before {
  color: #0B0B0B;
}

.warning-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 5;
  display: none;
}
.warning-wrapper .warning-popup {
  width: 90%;
  max-width: 50rem;
  background: #fff;
  border-radius: 1rem;
  padding: 5rem;
  position: relative;
  z-index: 10;
}
.warning-wrapper .warning-popup button.close-btn {
  color: #000;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  width: fit-content;
  height: 4.2rem;
  cursor: pointer;
  z-index: 999;
  display: block;
  line-height: 2.5rem;
  min-width: 15rem;
  margin: 3rem auto 1rem;
}
.warning-wrapper .warning-popup .popup-content {
  text-align: center;
}
.warning-wrapper .warning-popup .popup-content i {
  color: #9F2828;
  font-size: 4rem;
  margin-right: 1rem;
  display: block;
  margin: 1rem auto;
}
.warning-wrapper .warning-popup .popup-content span#warning_text {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.w33 {
  max-width: 33rem;
}

.w43 {
  width: 40rem;
}

.w48 {
  max-width: 48rem;
}

.w55 {
  max-width: 55rem;
}

.w60 {
  max-width: 60rem;
  width: 60rem;
}

.w66 {
  max-width: 66rem;
  width: 66rem;
}

.h30 {
  min-height: 30rem !important;
}

.h15 {
  min-height: 15rem !important;
}

.h70 {
  min-height: 70rem !important;
}

.w72 {
  max-width: 72.8rem;
}

.w44 {
  max-width: 44.2rem;
}

.mt3 {
  margin-top: 3rem !important;
}

span.green-tag {
  background-color: #EDFDEE;
  padding: 3px;
  border-radius: 2rem;
  padding-left: 4rem;
  width: 16rem;
  display: block;
  color: #2DC937;
  position: relative;
  font-size: 1.4rem;
}

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

span.green-tag:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #2DC937;
  border-radius: 1rem;
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  top: 0.3rem;
  line-height: 2.5rem;
}

.green-text {
  color: #2DC937;
}

input:focus::placeholder {
  color: transparent;
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 62.5%;
  }
}
.slider-container {
  position: relative;
  background: lightgrey;
}
.slider-container .slider-arrow {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  transform: translateY(-50%);
  color: lightgrey;
  z-index: 20;
  cursor: pointer;
}
.slider-container .slider-arrow.slider-arrow-left {
  left: 3rem;
}
.slider-container .slider-arrow.slider-arrow-right {
  right: 3rem;
}
.slider-container .slider-arrow:hover i {
  text-shadow: 1px 0px 5px white;
}
.slider-container .slider-arrow i {
  transition: text-shadow 0.2s ease-in-out;
}
.slider-container .slide-single {
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.slider-container .slick-slide {
  height: auto;
}
.slider-container .slide-single-content button {
  margin: 2rem 0.5rem;
}
.slider-container .slide-single {
  min-height: 600px !important;
}
.slider-container ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.slider-container ul.slick-dots li {
  display: inline-block;
}
.slider-container ul.slick-dots li button {
  color: transparent;
  border-radius: 150px;
  padding: 0;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.25rem;
  border: 1px solid white;
  background: none;
}
.slider-container ul.slick-dots li.slick-active button {
  border: 1px solid lightgrey;
  background: lightgrey;
}

.button-rectangle {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "helvetica_neue_med", sans-serif;
  transition: all 0.5s ease;
  border-width: 2px;
}
.button-rectangle a {
  color: inherit;
}
.button-rectangle a:hover {
  text-decoration: none;
  color: inherit;
}
.button-rectangle.button-rounded {
  font-size: 1.7rem;
  border-radius: 10rem;
  padding: 1.75rem 6rem;
}

.blue-button-rectangle {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-button-rectangle:hover {
  background: #fff;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}

.dark-blue-button-rectangle {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.dark-blue-button-rectangle:hover {
  background: #fff;
  color: #004E74;
  border: 1px solid #004E74;
}

.vanilla-button-rectangle {
  background: #7ED6BE;
  color: #fff;
  border: 1px solid #7ED6BE;
}
.vanilla-button-rectangle:hover {
  background: #fff;
  color: #7ED6BE;
  border: 1px solid #7ED6BE;
}

.dark-vanilla-button-rectangle {
  background: #5b9e8c;
  color: #fff;
  border: 1px solid #5b9e8c;
}
.dark-vanilla-button-rectangle:hover {
  background: #fff;
  color: #5b9e8c;
  border: 1px solid #5b9e8c;
}

.white-transparent-button-rectangle {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.white-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}

.blue-transparent-button-rectangle {
  background: transparent;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.vanilla-transparent-button-rectangle {
  background: transparent;
  color: #7ED6BE;
  border: 1px solid #7ED6BE;
}
.vanilla-transparent-button-rectangle:hover {
  background: #7ED6BE;
  color: #fff;
  border: 2px solid #7ED6BE;
}
.vanilla-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.green-transparent-button-rectangle {
  background: transparent;
  color: #2DC937;
  border: 1px solid #2DC937;
}
.green-transparent-button-rectangle:hover {
  background: #2DC937;
  color: #fff;
  border: 2px solid #2DC937;
}
.green-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.white-button-rectangle {
  background: #fff;
  color: #004E74;
  border: 1px solid #fff;
}
.white-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #fff;
}

button.btn,
input.btn {
  width: 14.5rem;
  height: 4.2rem;
  max-width: 100%;
  margin: 1rem auto 2rem auto;
  display: block;
  font-size: 1.2rem;
  box-shadow: none;
}

button.btn,
input.btn {
  background-color: #fff;
  border: 1px solid black;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: black;
  cursor: pointer;
  font-size: 1.2rem;
}
button.btn.w17,
input.btn.w17 {
  width: 17.4rem;
}
button.btn.m3,
input.btn.m3 {
  margin: 3rem auto;
}

button.btn,
input.btn {
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
button.btn.btn-round,
input.btn.btn-round {
  border-radius: 5rem;
}
button.btn.btn-green,
input.btn.btn-green {
  background: #2DC937;
}
button.btn.btn-yellow,
input.btn.btn-yellow {
  background: #f39024;
}
button.btn.btn-red,
input.btn.btn-red {
  background: #C9250D;
}

button {
  color: #fff;
  font-size: 1.4rem;
  font-family: "MontserratMedium", sans-serif;
  border-radius: 2.4rem;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
button.btn-green {
  background: #39B54A;
}
button.btn-white {
  background: #fff;
  border: 1px solid black;
  color: black;
  align-items: flex-start;
}
button.btn-rectangle {
  border-radius: 2.2rem;
  text-transform: none;
  text-align: center;
  min-width: 40rem;
  width: 100%;
  font-family: "MontserratMedium", sans-serif;
  height: 4.4rem;
}

.tabs-left {
  border-bottom: none !important;
  padding-top: 2px !important;
}
.tabs-left > li {
  float: none !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.tabs-left > li > a {
  border-radius: 0 !important;
  margin-right: 0 !important;
  display: block !important;
  border: 1px solid #fff !important;
  border-bottom: 1px solid #D3D3D3 !important;
}
.tabs-left > li > a:hover {
  background-color: inherit !important;
}
.tabs-left > li.active > a {
  border-bottom: 1px solid #2BA7DE !important;
}

html body {
  /*
      #messageBox {
        #modal-container {
          .modal-content {
            .flex-container {
              .content-block {
                span {
                  font-family: $helvetica-neue-font-family;
                  font-weight: bold;
                  display: block;

                  &.main-title {
                    font-size: 2.5rem;
                    line-height: 3rem;
                    text-align: center;
                  }

                  &.subheader {
                    font-size: 2.1rem;
                    line-height: 2.6rem;
                    text-align: center;
                    color: $normal-grey2;
                    font-weight: normal;
                  }

                  &.green-amount {
                    font: 5.1rem/6.2rem $avenir_bold;
                    color: $green;
                    margin-bottom: 3.4rem;
                  }

                  &.label-note {
                    font-size: 1.5rem;
                    line-height: 1.8rem;
                    margin-left: 5rem;
                  }
                }

                label {
                  font-size: 1.9rem;
                  line-height: 2.4rem;
                  width: 100%;
                }

                input[type=checkbox] {
                  float: right;
                  margin-right: 14rem;
                  margin-top: 0.3rem;
                  transform: scale(1.4);
                }

                textarea {
                  border-radius: 2rem;
                  border: 1px solid $normal-grey2;
                  width: 42.7rem;
                  height: 18.6rem;
                  margin-top: 0.7rem;
                  padding: 1.2rem;
                  font-family: $helvetica-neue-font-family;
                  font-size: 1.9rem;
                }
              }
            }
          }
        }
      }
  */
  /* v2 */
}
html body .content-wrapper {
  padding: 4rem 6rem;
}
html body .content-wrapper h1 {
  font-size: 2.4rem;
  margin: 2rem auto;
}
html body .content-wrapper h2 {
  font-size: 2.5rem;
}
html body .content-wrapper h3 {
  font-size: 1.5rem;
  text-align: left;
  margin: 1rem 0 0;
}
html body .content-wrapper .page-block-container {
  max-width: 93rem;
  display: flex;
  justify-content: space-between;
  margin: 5rem auto;
  gap: 3.2rem;
}
html body .content-wrapper .page-block-container .content-block-widget-container {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
html body .content-wrapper .page-block-container .content-block {
  padding: 3rem;
  display: flex;
  align-items: center;
  gap: 5rem;
  justify-content: center;
}
html body .content-wrapper .page-block-container .content-block .user-info p.text-9 {
  font-size: 0.9rem;
}
html body .content-wrapper .page-block-container .content-block .user-info p.silver {
  color: #9B9B9B;
}
html body .content-wrapper .page-block-container .content-block .user-info p.text-10 {
  font-size: 1rem;
}
html body .content-wrapper .page-block-container .content-block .user-info p.text-12 {
  font-size: 1.2rem;
  line-height: 2rem;
}
html body .content-wrapper .page-block-container .content-block .user-info p.city {
  font-size: 0.7rem;
  line-height: 3.2rem;
}
html body .content-wrapper .page-block-container .content-block .user-info p.text-7 {
  font-size: 0.7rem;
  line-height: 0.8rem;
}
html body .content-wrapper .page-block-container .content-block .user-info p.mt2 {
  margin-top: 2rem;
}
html body .content-wrapper .page-block-container .content-block .dark-mode {
  width: 100%;
}
html body .content-wrapper .page-block-container .content-block .dark-mode .sq-card-component {
  border-radius: 4px;
}
html body .content-wrapper .page-block-container .content-block__left {
  background-color: white;
  padding: 3rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(116, 116, 116, 0.1607843137);
  gap: 2rem;
  flex-wrap: wrap;
}
html body .content-wrapper .page-block-container .content-block__left.w56 {
  max-width: 56.5rem;
}
html body .content-wrapper .page-block-container .content-block__left.w62 {
  max-width: 62.1rem;
  min-width: 62.1rem;
}
html body .content-wrapper .page-block-container .content-block__left hr {
  background-color: #9B9B9B;
  width: 100%;
}
html body .content-wrapper .page-block-container .content-block__left.donation-data-block {
  padding: 6.4rem 8rem;
  gap: 0;
}
html body .content-wrapper .page-block-container .content-block__left.donation-data-block h3 {
  font: normal 600 2rem/2.9rem "MontserratSemiBold", sans-serif;
}
html body .content-wrapper .page-block-container .content-block__left.donation-data-block .flex-container {
  justify-content: flex-start;
  width: 100%;
  gap: 5rem;
  margin: 1.3rem 0;
}
html body .content-wrapper .page-block-container .content-block__left.donation-data-block .flex-container .btn {
  margin: 0;
}
html body .content-wrapper .page-block-container .content-block__left.donation-data-block .flex-container .security-piece {
  align-items: center;
  display: flex;
  gap: 1.3rem;
  flex-wrap: nowrap;
  flex-basis: 23rem;
}
html body .content-wrapper .page-block-container .content-block__left.donation-data-block .flex-container .security-piece img {
  max-width: 1.2rem;
  max-height: 1.8rem;
}
html body .content-wrapper .page-block-container .content-block__left.donation-data-block .flex-container .security-piece p {
  font: normal 1.6rem/2.7rem "MontserratMedium", sans-serif;
  color: #9B9B9B;
  display: inline;
}
html body .content-wrapper .page-block-container .content-block__left--payments-method {
  padding: 0;
}
html body .content-wrapper .page-block-container .content-block__left--payments-method .block-header {
  background-color: black;
  box-shadow: 0px 10px 20px rgba(116, 116, 116, 0.1607843137);
  border-radius: 4px;
  color: white;
  padding: 1.8rem 3.8rem;
  margin-bottom: 4rem;
  width: 100%;
  font: normal bold 2rem/2.6rem "MontserratBold", sans-serif;
  max-height: 5.9rem;
}
html body .content-wrapper .page-block-container .content-block__left--payments-method .payment-method-text {
  font: normal 600 2rem/2.9rem "MontserratSemiBold", sans-serif;
}
html body .content-wrapper .page-block-container .content-block__left--payments-method .payment-method-image {
  width: 15rem;
}
html body .content-wrapper .page-block-container .content-block__left--payments-method .flexbox-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 46rem;
  margin: auto;
}
html body .content-wrapper .page-block-container .content-block__left label {
  padding-left: 1rem;
  display: inline-block;
  margin: 2rem 0 1rem;
}
html body .content-wrapper .page-block-container .content-block__left label input[type=checkbox] {
  margin-right: 2rem;
  transform: scale(1.4);
  border: 1px solid #8989A2;
  border-radius: 4px;
  opacity: 0.5;
  margin-bottom: 1rem;
}
html body .content-wrapper .page-block-container .content-block__left label input[type=checkbox]:checked {
  opacity: 1;
}
html body .content-wrapper .page-block-container .content-block__left label span.text {
  font: 1.6rem/1.6rem "MontserratMedium", sans-serif;
  color: #9B9B9B;
  margin-bottom: 1.3rem;
  margin-top: 0.5rem;
}
html body .content-wrapper .page-block-container .content-block__left label span.text a {
  color: #6A6A6A;
}
html body .content-wrapper .page-block-container .content-block__left label span.text i {
  font-size: 1.4rem;
}
html body .content-wrapper .page-block-container .content-block__left .car-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  min-width: 30.5rem;
  max-width: 35.5rem;
  min-height: 30.2rem;
  align-items: center;
}
html body .content-wrapper .page-block-container .content-block__left .car-info {
  align-items: flex-start;
  min-height: 30.2rem;
}
html body .content-wrapper .page-block-container .content-block__left .car-info h2 {
  font-size: 3.4rem;
  margin: 0;
  text-align: left;
  line-height: 4.3rem;
  padding: 0;
  max-width: 19rem;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .car-model {
  font-size: 1.6rem;
  font-family: "MontserratMedium", sans-serif;
  margin-bottom: 1.8rem;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .car-price-tag {
  font-size: 1rem;
  color: #9B9B9B;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .amount {
  font-size: 2rem;
  color: #2DC937;
  font-family: "MontserratSemiBold", sans-serif;
  font-weight: bold;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .profile-details {
  flex-basis: 14.4rem;
  padding: 0;
  display: flex;
  align-items: flex-start;
  min-width: 14.4rem;
  gap: 0;
  margin-top: 2.8rem;
  max-width: 14.4rem;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .profile-details .user-avatar {
  width: calc(5rem + 8vw);
  height: calc(5rem + 8vw);
  max-width: 4.5rem;
  max-height: 4.5rem;
  border-radius: 100%;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  border: none;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .profile-details .user-info p.user-name {
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-family: "MontserratBold", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .profile-details .user-info p.user-address {
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: Arial;
  color: #666666;
  text-align: left;
  padding-left: 6rem;
}
html body .content-wrapper .page-block-container .content-block__left .car-info .profile-details .profile-about {
  flex-basis: 65%;
  border: 1px solid #7C7C7C;
  padding: 2rem 4.5rem;
  font-size: 2.3rem;
  color: #959899;
  font-family: "avenir_medium", sans-serif;
  min-height: 22rem;
  border-radius: 2rem;
  word-break: break-word;
  -ms-word-break: break-word;
}
html body .content-wrapper .page-block-container .content-block__left .amount-block {
  flex-basis: 100%;
  gap: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
}
html body .content-wrapper .page-block-container .content-block__left .amount-block .investment-amount {
  border-color: #8989A2;
  border-radius: 4px;
  opacity: 0.5;
  text-align: right;
  font: normal 2rem/2.4rem "MontserratLight", sans-serif;
  padding: 2.2rem 2.4rem;
  margin: 1.3rem 0;
  position: relative;
}
html body .content-wrapper .page-block-container .content-block__left .amount-block #payments-method-link {
  display: flex;
  justify-content: flex-end;
}
html body .content-wrapper .page-block-container .content-block__left .amount-block .btn-green {
  margin: 0;
}
html body .content-wrapper .page-block-container .content-block__left .amount-block:before {
  content: "$";
  position: absolute;
  left: 2.6rem;
  top: 2.2rem;
  width: 3rem;
  height: 3rem;
  font: normal 3rem/3.4rem "MontserratBold", sans-serif;
  opacity: 1;
}
html body .content-wrapper .page-block-container .content-block__left .amount-block:after {
  content: "USD";
  position: absolute;
  left: 2.3rem;
  top: 5.8rem;
  font: normal 1.2rem/1.5rem "MontserratMedium", sans-serif;
  opacity: 1;
}
html body .content-wrapper .page-block-container .content-block__right {
  background-color: white;
  padding: 3rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(116, 116, 116, 0.1607843137);
  justify-content: center;
  flex-direction: column;
}
html body .content-wrapper .page-block-container .content-block__right.w36 {
  max-width: 36.5rem;
}
html body .content-wrapper .page-block-container .content-block__right.h13 {
  min-height: 13.7rem;
  max-height: 13.7rem;
}
html body .content-wrapper .page-block-container .content-block__right.h22 {
  min-height: 22.3rem;
  max-height: 22.3rem;
}
html body .content-wrapper .page-block-container .content-block__right hr {
  width: 100%;
  background-color: #707070;
  margin-top: 3.5rem;
  margin-bottom: 2.9rem;
}
html body .content-wrapper .page-block-container .content-block__right h3 {
  text-align: left;
  font-size: 1.6rem;
  font-family: "MontserratSemiBold", sans-serif;
  line-height: 2.4rem;
  width: 100%;
  margin-bottom: 2rem;
}
html body .content-wrapper .page-block-container .content-block__right .flex-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
html body .content-wrapper .page-block-container .content-block__right .flex-text .silver {
  color: #9B9B9B;
}
html body .content-wrapper .page-block-container .content-block__right .flex-text.p-bold p {
  font-weight: bold;
}
html body .content-wrapper .page-block-container .content-block__right .progress-bar {
  margin-bottom: 2rem;
}
html body .content-wrapper .page-block-container .content-block__right .small-text-9 {
  font-size: 0.9rem;
  text-align: left;
  margin-top: 0.5rem;
}
html body .content-wrapper .page-block-container .content-block__right .small-text-9.silver {
  color: #9B9B9B;
}
html body .content-wrapper .page-block-container .content-block__right .funds-raised-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
html body .content-wrapper .page-block-container .content-block__right .funds-raised-block .total-funded-text {
  font-size: 1.2rem;
  color: #9B9B9B;
}
html body .content-wrapper .page-block-container .content-block__right .funds-raised-block .funds-raised {
  font-size: 2.6rem;
  font-family: "MontserratBold", sans-serif;
}
html body .content-wrapper .page-block-container .content-block__right button.btn {
  min-width: 22.9rem;
  margin: 0.7rem auto;
}
html body .content-wrapper .page-block-container .content-block__right button.btn.bg-white {
  background-color: #fff;
  color: #2DC937;
  border: 1px solid #2DC937;
}
html body .content-wrapper .profile-details {
  flex-basis: 100%;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
html body .content-wrapper .profile-details .user-avatar {
  width: calc(5rem + 8vw);
  height: calc(5rem + 8vw);
  max-width: 15.5rem;
  max-height: 15.5rem;
  border-radius: 100%;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  border: none;
}
html body .content-wrapper .profile-details .user-info p.user-name {
  font-size: 3.7rem;
  line-height: 4.2rem;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
html body .content-wrapper .profile-details .user-info p.user-address {
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: Arial;
  color: #666666;
  text-align: left;
  padding-left: 6rem;
}
html body .content-wrapper .profile-details .profile-about {
  flex-basis: 65%;
  border: 1px solid #7C7C7C;
  padding: 2rem 4.5rem;
  font-size: 2.3rem;
  color: #959899;
  font-family: "avenir_medium", sans-serif;
  min-height: 22rem;
  border-radius: 2rem;
  word-break: break-word;
  -ms-word-break: break-word;
}
html body .content-wrapper .progress-bar {
  background: url("../../images/progress-funding-grey-dots.png") left center no-repeat;
  height: 2rem;
  width: 26rem;
  padding: 0.6rem;
  margin: 1rem auto;
}
html body .content-wrapper .progress-bar--dots {
  background: url("../../images/colored-dots.png") left no-repeat;
  height: 1rem;
  overflow: hidden;
  width: 100%;
}
html body .content-wrapper .step-content {
  display: none;
  max-width: 140rem;
  margin: 0 auto;
}
html body .content-wrapper .step-content#step_1 {
  display: block;
  margin-bottom: 4rem;
}
html body .content-wrapper .step-content p.current-info {
  text-align: center;
  color: #3C3C3C;
  font-size: 3rem;
  line-height: 4.1rem;
  font-family: "avenir_bold", sans-serif;
  margin-bottom: 6.6rem;
}
html body .content-wrapper .step-content .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body .content-wrapper .step-content .flex-container.show-on-top {
  align-items: flex-start;
}
html body .content-wrapper .step-content .flex-container .content-block {
  width: 100%;
}
html body .content-wrapper .step-content .flex-container .content-block p.car-model {
  font-family: "avenir_bold", sans-serif;
  font-size: 3rem;
  line-height: 3.1rem;
  color: #c9250d;
  text-align: center;
}
html body .content-wrapper .step-content .flex-container .content-block p.car-model span.small {
  font-size: 3.1rem;
  line-height: 2rem;
  font-family: "avenir_regular", sans-serif;
}
html body .content-wrapper .step-content .flex-container .content-block p.car-base {
  text-align: center;
  font-size: 2.1rem;
  line-height: 2.9rem;
  font-family: "avenir_regular", sans-serif;
  font-weight: bold;
}
html body .content-wrapper .step-content .flex-container .content-block p.car-cost {
  color: #2E427B;
  font-size: 2rem;
  line-height: 2.7rem;
  font-family: "avenir_regular", sans-serif;
  font-weight: bold;
  text-align: center;
}
html body .content-wrapper .step-content .flex-container .content-block p.car-cost span.amount {
  font-family: "avenir_regular", sans-serif;
  font-size: 3.9rem;
  color: #020202;
  padding-left: 1rem;
}
html body .content-wrapper .step-content .flex-container .content-block p.down-payment {
  font-family: "avenir_regular", sans-serif;
  font-size: 1.7rem;
  line-height: 2.3rem;
  text-align: center;
  color: #39B54A;
}
html body .content-wrapper .step-content .flex-container .content-block p.profile-label {
  font-family: "avenir_regular", sans-serif;
  font-weight: bold;
  color: rgba(112, 112, 112, 0.8156862745);
  font-size: 2.3rem;
  line-height: 3.4rem;
  margin-top: 5px;
}
html body .content-wrapper .step-content .flex-container .content-block p.profile-label.grey-text {
  color: #c5c5c5;
}
html body .content-wrapper .step-content .flex-container .content-block p.profile-value {
  font-family: "avenir_bold", sans-serif;
  font-size: 5.2rem;
  line-height: 1.1;
  color: #2C3C65;
}
html body .content-wrapper .step-content .flex-container .content-block p.profile-value.green-text {
  color: #39B54A;
}
html body .content-wrapper .step-content .flex-container .content-block p.profile-value.grey-text {
  color: #7C7C7C;
}
html body .content-wrapper .step-content .flex-container .car-details-block {
  align-self: flex-start;
}
html body .content-wrapper .step-content .flex-container .car-details-block .car-container {
  margin: 0 auto;
  width: 85%;
}
html body .content-wrapper .step-content .flex-container .car-details-block .borrower-info {
  padding: 0;
}
html body .content-wrapper .step-content .flex-container .car-details-block .borrower-info .profile-details {
  padding: 0;
  margin-left: -3rem;
}
html body .content-wrapper .step-content .flex-container .car-details-block .borrower-info .profile-details .user-info {
  width: 30rem;
}
html body .content-wrapper .step-content .flex-container .car-details-block .borrower-info .profile-details .user-info p.user-name {
  text-transform: none;
  text-align: left;
}
html body .content-wrapper .step-content .flex-container .car-details-block .borrower-info .profile-details .user-info p.user-rating {
  text-align: left;
}
html body .content-wrapper .step-content .flex-container .car-details-block .borrower-info .profile-details .user-info p.user-address {
  text-align: left;
  padding-left: 71px;
}
html body .content-wrapper .step-content .flex-container .car-details-block p {
  text-align: center;
  font-family: "avenir_regular", sans-serif;
}
html body .content-wrapper .step-content .flex-container .car-details-block p.car-model {
  font-family: "avenir_bold", sans-serif;
  font-size: 2.7rem;
  line-height: 3.1rem;
  color: #C9250D;
}
html body .content-wrapper .step-content .flex-container .car-details-block p.car-model span.price {
  font-size: 2.8rem;
  line-height: 2rem;
  font-family: "avenir_regular", sans-serif;
}
html body .content-wrapper .step-content .flex-container .car-details-block p.car-base {
  font-size: 3.5rem;
  line-height: 5.5rem;
  font-weight: bold;
  color: #D3D3D3;
}
html body .content-wrapper .step-content .flex-container .car-details-block p.car-taxes {
  color: #940017;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
html body .content-wrapper .step-content .flex-container .delimiter-line {
  height: 40rem;
  border-left: 3px solid #d5d5d5;
  margin: 0 5rem;
}
html body .content-wrapper .step-content .flex-container.profile-heading .borrower-info {
  padding: 0;
}
html body .content-wrapper .step-content .flex-container.profile-heading .car-details p.car-base {
  font-family: "avenir_regular", sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 4.6rem;
  text-align: center;
}
html body .content-wrapper .step-content .flex-container.profile-heading .car-details p.car-price {
  font-family: "avenir_bold", sans-serif;
  text-align: center;
  color: #c9250d;
  font-size: 2.5rem;
  line-height: 3.4rem;
}
html body .content-wrapper .step-content .flex-container.profile-heading .car-details p.car-price span.total-price {
  font-family: "avenir_regular", sans-serif;
  font-size: 3.1rem;
  padding-left: 1.5rem;
}
html body .content-wrapper .step-content .flex-container.profile-heading .car-details p.stat-value {
  margin-bottom: 0.75rem;
}
html body .content-wrapper .step-content .flex-container.profile-heading .car-details .delimiter-line {
  border-left: 3px solid #707070;
  height: 6.3rem;
}
html body .content-wrapper .step-content .flex-container.car-stats {
  max-width: 35rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  flex-wrap: nowrap;
}
html body .content-wrapper .step-content .flex-container.car-stats .delimiter-line {
  height: 4.4rem;
  border-left: 3px solid #707070;
  margin: 0;
}
html body .content-wrapper .step-content .flex-container.car-stats .content-block p {
  color: rgba(112, 112, 112, 0.8156862745);
  text-align: center;
}
html body .content-wrapper .step-content .flex-container.car-stats .content-block p.stat-value {
  font-size: 2.7rem;
  line-height: 3.1rem;
  margin-bottom: 1.25rem;
}
html body .content-wrapper .step-content .flex-container.car-stats .content-block p.stat-value.black-text {
  color: black;
}
html body .content-wrapper .step-content .flex-container.car-stats .content-block p.stat-label {
  font-size: 1.5rem;
  line-height: 2rem;
}
html body .content-wrapper .step-content .flex-container.car-stats-bold {
  max-width: 54rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  flex-wrap: nowrap;
}
html body .content-wrapper .step-content .flex-container.car-stats-bold .delimiter-line {
  height: 5.5rem;
  border-left: 3px solid #707070;
  margin: 0;
}
html body .content-wrapper .step-content .flex-container.car-stats-bold .content-block p {
  color: #0B0B0B;
  text-align: center;
}
html body .content-wrapper .step-content .flex-container.car-stats-bold .content-block p.stat-value {
  font-size: 3.7rem;
  line-height: 3.7rem;
  margin-bottom: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body .content-wrapper .step-content .flex-container.car-stats-bold .content-block p.stat-value span {
  font-family: "helvetica_neue_light", sans-serif;
}
html body .content-wrapper .step-content .flex-container.car-stats-bold .content-block p.stat-label {
  font-size: 1.5rem;
  line-height: 2rem;
}
html body .content-wrapper .step-content .flex-container.car-stats-bold .content-block p.reduced {
  width: 150px;
}
html body .content-wrapper .step-content .flex-container.range-wrapper {
  max-width: 45rem;
  margin: 0.5rem auto 3rem auto;
}
html body .content-wrapper .step-content .flex-container.range-wrapper .range-value {
  font-family: "avenir_medium", sans-serif;
  font-size: 1.9rem;
  line-height: 2.6rem;
  width: 10%;
  text-align: center;
}
html body .content-wrapper .step-content .flex-container.range-wrapper .range {
  width: 80%;
  height: 1.3rem;
  border: 2px solid #676767;
  border-radius: 1rem;
  position: relative;
}
html body .content-wrapper .step-content .flex-container.range-wrapper .range .range-fill {
  left: -2px;
  top: -2px;
  height: calc(100% + 4px);
  position: relative;
  background: #39B54A;
  border-radius: 1rem;
}
html body .content-wrapper .step-content .flex-container.range-wrapper .range .range-marker {
  position: absolute;
  top: 1.9rem;
  border: 2px solid #4BB446;
  border-radius: 0.75rem;
  font-size: 1rem;
  padding: 0.5rem;
  width: 4.2rem;
  height: 2.8rem;
  text-align: center;
}
html body .content-wrapper .step-content .flex-container.range-wrapper .range .range-marker::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 1.2em;
  border: 0.75rem solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -0.0625rem 0.0625rem #4BB446);
}
html body .content-wrapper .buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto;
}
html body .content-wrapper .buttons-container button {
  width: 50rem;
  height: 6rem;
  color: #fff;
  font-size: 4.3rem;
  font-family: "avenir_medium", sans-serif;
  border-radius: 2.5rem;
  cursor: pointer;
}
html body .content-wrapper .buttons-container button#button_finish {
  display: none;
}
html body .content-wrapper .buttons-container button.btn-green {
  background: #39B54A;
}
html body .content-wrapper .buttons-container button.btn-yellow {
  background: #FBB03B;
}
html body .content-wrapper .buttons-container button.btn-blue {
  background: #2C3C65;
}
html body .content-wrapper .buttons-container button#button_back {
  visibility: visible;
}
html body .content-wrapper .buttons-container button#button_exit {
  display: none;
}
html body .content-wrapper .range-block {
  margin: 4rem 0;
}
html body .content-wrapper .range-block h4 {
  color: #A7A7A7;
  font-size: 28px;
  line-height: 1rem;
  font-family: "avenir_regular", sans-serif;
}
html body .content-wrapper .range-block h4 .range-value {
  text-decoration: underline;
}
html body .content-wrapper .range-block .range-selector {
  margin-bottom: 2rem;
}
html body .content-wrapper .range-block .flex-container .range-value {
  width: 15%;
  text-align: left;
  padding: 0 1rem;
}
html body .content-wrapper .range-block .flex-container .range-value.current-value {
  text-align: right;
}
html body .content-wrapper .range-block .flex-container .range-wrapper {
  width: 70%;
  position: relative;
}
html body .content-wrapper .range-block .flex-container .range-wrapper .invest-amount-slider {
  height: 2rem;
  border: 2px solid #676767;
  border-radius: 1rem;
}
html body .content-wrapper .range-block .flex-container .range-wrapper .range-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #2DC937;
  border-radius: 1rem;
}
html body .content-wrapper .range-block .flex-container .range-wrapper .custom-handle {
  clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
  background: #fbb03b;
  border-radius: 0;
  width: 3.3rem;
  height: 2.9rem;
  cursor: pointer;
  margin-left: -2rem;
  top: 1.5rem;
}
html body .content-wrapper .range-block .range-value {
  color: #7C7C7C;
  font-size: 4.1rem;
  line-height: 5.6rem;
  font-family: "avenir_bold", sans-serif;
  text-align: center;
}
html body .content-wrapper .range-block .investment-amount {
  font-size: 3.9rem;
  color: #2DC937 !important;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  display: block;
  width: 240px;
  margin: 0 auto;
  height: 4.5rem;
  padding: 0;
}
html body .content-wrapper .form-block {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
html body .content-wrapper .form-block #card_number {
  background: url("../../images/cemaphoro/payment-methods/credit_cards.png") no-repeat 95% 50%;
  background-size: 26rem;
}
html body .content-wrapper .form-block #card_code {
  background: url("../../images/cemaphoro/payment-methods/cvc-icon.png") no-repeat 95% 50%;
}
html body .content-wrapper .form-block .flex-container .content-block {
  padding: 0.5rem;
}
html body .content-wrapper .form-block .flex-container .content-block input[type=text],
html body .content-wrapper .form-block .flex-container .content-block input[type=email],
html body .content-wrapper .form-block .flex-container .content-block input[type=password],
html body .content-wrapper .form-block .flex-container .content-block select {
  height: 5.9rem;
  width: 100%;
  border: 1px solid #8989A2;
  color: #9B9B9B !important;
  font-size: 1.6rem;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}
html body .content-wrapper .form-block .flex-container .content-block.two-blocks {
  width: 150%;
}
html body .content-wrapper .payment-info {
  max-width: 91rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
html body .content-wrapper .payment-info h3 {
  font-size: 2.8rem;
  color: #6A6A6A;
  font-weight: bold;
}
html body .content-wrapper .payment-info p {
  font-size: 5.5rem;
  color: #7C7C7C;
  font-family: "avenir_regular", sans-serif;
  line-height: 0.5;
}
html body .content-wrapper .payment-info p span.investment-amount {
  font-size: 4.5rem;
  color: #2DC937;
  font-family: "avenir_bold", sans-serif;
  text-decoration: underline;
}
html body .content-wrapper .payment-info fieldset {
  border-top: 3px solid #707070;
  margin-top: 1rem;
}
html body .content-wrapper .payment-info fieldset legend {
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: Arial;
  padding: 0.5rem;
}
html body .content-wrapper .payment-info .flex-container .content-block label {
  margin-left: -0.6rem;
  margin-top: 0;
}
html body .content-wrapper .payment-info .guest-checkout-title {
  margin: 1rem 0 3rem -6rem;
}
html body .content-wrapper .payment-info .guest-checkout-title .login-block {
  text-align: right;
  font-size: 1.4rem;
}
html body .content-wrapper .payment-info .guest-checkout-title .login-block a.login {
  padding: 0 0.2rem;
  color: #F39024;
  font-weight: bold;
}
html body .content-wrapper .payment-success {
  margin: 5rem 0;
}
html body .content-wrapper .payment-success p {
  font-family: "avenir_regular", sans-serif;
  text-align: center;
  text-shadow: 1px 1px 0 #707070;
}
html body .content-wrapper .payment-success p.user-name {
  font-weight: bold;
  font-size: 4.1rem;
  line-height: 5.6rem;
}
html body .content-wrapper .payment-success p.borrower-name {
  font-size: 3rem;
  line-height: 4.1rem;
}
html body .content-wrapper .payment-success .flex-container {
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 4rem;
}
html body .content-wrapper .payment-success .flex-container .lender-details {
  width: 20%;
}
html body .content-wrapper .payment-success .flex-container .lender-details p {
  text-shadow: none;
}
html body .content-wrapper .payment-success .flex-container .lender-details p.lender-full-name {
  font-family: "avenir_medium", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-transform: uppercase;
}
html body .content-wrapper .payment-success .flex-container .lender-details p.lender-address {
  font-family: Arial;
  font-size: 1.4rem;
  line-height: 2.9rem;
  color: #2699FB;
}
html body .content-wrapper .payment-success .flex-container .text-input-container {
  width: 100%;
  max-width: 70rem;
}
html body .content-wrapper .payment-success .flex-container .text-input-container textarea {
  width: 100%;
  min-height: 6.5rem;
  border: 1px solid #5C5C5C;
  padding: 1.5rem;
  font-size: 2rem;
  border-radius: 20px;
}
html body .content-wrapper .payment-success .flex-container .button-container {
  width: 20%;
  text-align: center;
}
html body .content-wrapper .payment-success .flex-container .button-container button {
  width: 14rem;
  height: 5rem;
  background: #2DC937;
  border-radius: 2.5rem;
  font-size: 3.3rem;
  font-family: "avenir_medium", sans-serif;
  color: #fff;
  cursor: pointer;
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block span.main-title {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block span.subheader {
  font-size: 2.1rem;
  line-height: 2.6rem;
  text-align: center;
  color: #A7A7A7;
  font-weight: normal;
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block span.green-amount {
  font: 5.1rem/6.2rem "avenir_bold", sans-serif;
  color: #2DC937;
  margin-bottom: 3.4rem;
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block span.label-note {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-left: 5rem;
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block label {
  font-size: 1.9rem;
  line-height: 2.4rem;
  width: 100%;
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block input[type=checkbox] {
  float: right;
  margin-right: 14rem;
  margin-top: 0.3rem;
  transform: scale(1.4);
}
html body #share-carfunding-modal #modal-container .modal-content .flex-container .content-block textarea {
  border-radius: 2rem;
  border: 1px solid #A7A7A7;
  width: 42.7rem;
  height: 18.6rem;
  margin-top: 0.7rem;
  padding: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
}

html body.lang-es .content-wrapper .page-block-container .content-block__left .amount-block:after {
  content: "MXN" !important;
}

@media (max-width: 1024px) {
  html body .content-wrapper .step-content .borrower-info {
    padding: 3rem 0;
  }
  html body .content-wrapper .step-content .borrower-info .profile-details {
    flex-basis: 100%;
  }
  html body .content-wrapper .step-content .borrower-info .profile-about {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  html body .content-wrapper {
    padding: 4rem 2rem;
  }
  html body .content-wrapper .page-block-container {
    flex-direction: column;
  }
  html body .content-wrapper .page-block-container .content-block__left.w62 {
    min-width: 100%;
  }
  html body .content-wrapper .page-block-container .content-block-widget-container {
    flex-direction: column;
    align-items: center;
  }
  html body .content-wrapper .page-block-container .content-block-widget-container .content-block__right {
    min-width: 85%;
  }
  html body .content-wrapper .buttons-container button {
    max-width: 45%;
  }
  html body .content-wrapper .payment-info p {
    text-align: center;
    line-height: 1.2;
  }
  html body .content-wrapper .payment-success .flex-container .lender-details {
    width: auto;
  }
  html body .content-wrapper .payment-success .flex-container .button-container {
    width: auto;
  }
  html body .content-wrapper .payment-success .flex-container .button-container button {
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  html body .content-wrapper .page-block-container .content-block__left {
    padding: 3rem 1rem;
  }
  html body .content-wrapper .page-block-container .content-block__left .car-info .profile-details {
    max-width: 100%;
  }
  html body .content-wrapper .page-block-container .content-block__left .payment-method-container .flexbox-space-between {
    width: 90%;
    flex-direction: column;
  }
  html body .content-wrapper .page-block-container .content-block__left .checkout-block {
    padding: 3rem 0;
  }
  html body .content-wrapper .page-block-container .content-block__left.donation-data-block {
    padding: 6.4rem 2rem;
  }
  html body .content-wrapper .page-block-container .content-block__left.donation-data-block .donation-button-container {
    flex-direction: column;
    gap: 0;
  }
  html body .content-wrapper .page-block-container .content-block__left.donation-data-block .donation-button-container .security-piece {
    gap: 1rem;
    flex-basis: 6rem;
  }
  html body .content-wrapper .step-content .flex-container.car-stats-bold .content-block p.reduced {
    width: 85%;
  }
  html body .content-wrapper .form-block #card_number {
    background-size: 35%;
  }
  html body .content-wrapper .buttons-container {
    margin: 3rem auto;
  }
}

/*# sourceMappingURL=donate.css.map */
