@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 .content-wrapper {
  max-width: 140rem;
  margin: 0 auto;
}
html body .content-wrapper header {
  margin-bottom: 0 !important;
}
html body .content-wrapper .fullwidth-container {
  height: fit-content;
  max-width: 100vw;
  background-color: white;
  margin-bottom: 5rem;
}
html body .content-wrapper .fullwidth-container.bg-home {
  background-image: url("../../images/backgrounds/home-hd.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100%;
}
html body .content-wrapper .fullwidth-container.bg-home h2 {
  color: white;
  margin-bottom: 1rem !important;
  margin-top: 6rem;
  font-size: 5.7rem;
  line-height: 6.4rem;
}
html body .content-wrapper .fullwidth-container.bg-home p.txt-bg-black {
  font-size: 2.3rem;
  background-color: black;
  color: white;
  padding: 1rem;
  line-height: 1.5rem;
}
html body .content-wrapper .fullwidth-container.bg-calc {
  background-image: url("../../images/backgrounds/bg-calc-2.png");
  background-size: cover;
  min-height: 100vh;
}
html body .content-wrapper .fullwidth-container.bg-calc h2 {
  color: black;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
html body .content-wrapper .fullwidth-container.bg-calc.bg-calc-es {
  background-image: url("../../images/backgrounds/fondo-calculadora-1920.jpg");
}
html body .content-wrapper .fullwidth-container.bg-started {
  background-image: url("../../images/backgrounds/get-started.png");
  background-size: cover;
  min-height: 100vh;
}
html body .content-wrapper .fullwidth-container .smallest-note {
  font-size: 0.65rem;
  margin: 2rem auto;
  display: block;
  text-align: center;
  color: #7C7C7C;
}
html body .content-wrapper .fullwidth-container .calculator-container {
  border-radius: 5rem;
  background-color: white;
  padding: 1rem 2rem;
  margin: 14rem auto 12rem auto;
}
html body .content-wrapper .fullwidth-container .calculator-container .output-section-mobile__body, html body .content-wrapper .fullwidth-container .calculator-container .output-section-mobile__header {
  display: none;
}
html body .content-wrapper .fullwidth-container .page-block-container {
  line-height: 1;
}
html body .content-wrapper .fullwidth-container .page-block-container h2 {
  margin-bottom: 4rem;
}
html body .content-wrapper .fullwidth-container .page-block-container h3 {
  margin-bottom: 2rem;
  margin-top: 4.6rem;
}
html body .content-wrapper .fullwidth-container .page-block-container p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
}
html body .content-wrapper .fullwidth-container.bg-white {
  background-color: white;
}
html body .content-wrapper .calculator {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
html body .content-wrapper .calculator .output-section, html body .content-wrapper .calculator .input-section {
  flex: 1;
  padding: 2rem;
  border: 1px solid silver;
  border-radius: 5px;
}
html body .content-wrapper .calculator .output-section .output-item, html body .content-wrapper .calculator .input-section .output-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: center;
  gap: 1rem;
}
html body .content-wrapper .calculator .output-section .output-item span.txt-block, html body .content-wrapper .calculator .input-section .output-item span.txt-block {
  width: 14rem;
  display: inline-block;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5rem;
}
html body .content-wrapper .calculator .output-section .output-item span.txt-block.txt-amount, html body .content-wrapper .calculator .input-section .output-item span.txt-block.txt-amount {
  text-align: right;
}
html body .content-wrapper .calculator .output-section .output-item .small-note, html body .content-wrapper .calculator .input-section .output-item .small-note {
  width: 80%;
  font-size: 0.8rem;
  text-align: center;
}
html body .content-wrapper .calculator .output-section h2, html body .content-wrapper .calculator .input-section h2 {
  font-weight: bold;
}
html body .content-wrapper .calculator .output-section i, html body .content-wrapper .calculator .input-section i {
  margin-right: 10px;
}
html body .content-wrapper .calculator .output-section__header, html body .content-wrapper .calculator .input-section__header {
  background-color: #63C64F;
  padding: 2rem;
  margin: auto;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
html body .content-wrapper .calculator .output-section__header span.txt-header, html body .content-wrapper .calculator .input-section__header span.txt-header {
  color: black;
  font-size: 2rem;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: center;
}
html body .content-wrapper .calculator .output-section__header .txt-big-white, html body .content-wrapper .calculator .input-section__header .txt-big-white {
  color: white;
  font-size: 3rem;
  text-align: center;
  font-weight: bolder;
  margin: 0.6rem auto;
}
html body .content-wrapper .calculator .output-section__body, html body .content-wrapper .calculator .input-section__body {
  padding: 3rem 1rem 0rem;
  text-align: center;
  width: 100%;
}
html body .content-wrapper .calculator .output-section__body hr, html body .content-wrapper .calculator .input-section__body hr {
  width: 90%;
  margin: 2rem auto;
}
html body .content-wrapper .calculator .input-section {
  flex: 1;
  padding: 2rem;
}
html body .content-wrapper .calculator .input-section label {
  font-weight: normal;
  min-width: 16rem;
  display: inline-block;
  color: #7C7C7C;
  font-size: 1.6rem;
}
html body .content-wrapper .calculator .input-section select, html body .content-wrapper .calculator .input-section input, html body .content-wrapper .calculator .input-section button {
  margin: 10px 0;
  width: 17rem;
  padding: 0.5rem;
}
html body .content-wrapper .calculator .input-section select.input-number, html body .content-wrapper .calculator .input-section input.input-number, html body .content-wrapper .calculator .input-section button.input-number {
  text-align: right;
}
html body .content-wrapper .calculator .input-section__header {
  background-color: #95989a;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
html body .content-wrapper .calculator .input-section__header span.txt-header {
  color: white;
  font-size: 2.5rem;
  line-height: 1.15;
  text-align: left;
}
html body .content-wrapper .calculator .input-section__body {
  padding: 3rem 2.5rem;
  width: 100%;
  max-width: 50rem;
}
html body .content-wrapper .calculator .footer-note {
  width: 100%;
  font-size: 0.8rem;
  text-align: left;
  margin: 1rem auto;
}
html body .content-wrapper .output-section-mobile__header {
  background-color: #63C64F;
  padding: 2rem;
  margin: auto;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  width: 100%;
  font-size: 2rem;
  font-weight: bolder;
  text-align: center;
}
html body .content-wrapper .output-section-mobile__header span#crowdfund-goal-amount {
  color: white;
}
html body .content-wrapper .output-section-mobile__header p.txt-big-white, html body .content-wrapper .output-section-mobile__header p.txt-footer {
  text-align: center;
}
html body .content-wrapper .output-section-mobile__header p.txt-big-white {
  color: #fff;
  font-size: 3rem;
  font-weight: bolder;
  margin: 0.6rem auto;
  padding: 1rem;
}
html body .content-wrapper .output-section-mobile__header p.txt-footer {
  font-size: 0.9rem;
  margin: 0;
  color: #4c4b4b;
}
html body .content-wrapper .output-section-mobile__header p.txt-header {
  font-weight: bolder;
}
html body .content-wrapper .page-block-container {
  min-height: 40rem;
}
html body .content-wrapper .page-block-container .sub-title {
  font-size: 2.3rem;
}
html body .content-wrapper .page-block-container .w-42 {
  max-width: 42rem;
}
html body .content-wrapper .page-block-container .w-42.s16 {
  max-width: 39.6rem;
}
html body .content-wrapper .page-block-container .w-30 {
  max-width: 30rem;
}
html body .content-wrapper .page-block-container .w-45 {
  max-width: 45rem;
}
html body .content-wrapper .page-block-container .start-your-carfunding-block {
  background-color: white;
  margin: 5rem 0;
  padding: 2rem;
}
html body .content-wrapper .page-block-container.page-block-container__centered {
  margin: 0 auto;
  min-height: 40rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 96.2rem;
  margin-bottom: 19rem;
  flex-wrap: nowrap;
}
html body .content-wrapper .page-block-container.page-block-container__centered.fullwidth {
  max-width: unset;
  width: 100%;
  min-width: 100%;
  padding: 3rem;
  margin-top: 4rem;
}
html body .content-wrapper .page-block-container.page-block-container__centered.fullwidth img {
  max-width: 40rem;
}
html body .content-wrapper .page-block-container.page-block-container__centered.gap14 {
  gap: 14rem;
}
html body .content-wrapper .page-block-container.page-block-container__centered.gap6 {
  gap: 12rem;
}
html body .content-wrapper .page-block-container.page-block-container__centered.gap4 {
  gap: 4rem;
}
html body .content-wrapper .page-block-container.page-block-container__centered.centered-items {
  justify-content: center;
}
html body .content-wrapper .page-block-container .image-container {
  position: relative;
}
html body .content-wrapper .page-block-container.page-block-container__left {
  margin: 0 auto;
  min-height: 55rem;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 14rem;
  max-width: 120rem;
}
html body .content-wrapper .page-block-container .step-description-text {
  font-family: "MontserratSemiBold", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
  margin: 1rem 0;
}
html body .content-wrapper .page-block-container h2 + span.green-text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
html body .content-wrapper .page-block-container p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0.8rem 0;
  text-align: left;
  font-weight: bold;
}
html body .content-wrapper .page-block-container p.s16 {
  font-size: 1.6rem;
}
html body .content-wrapper .page-block-container p.normal {
  font-size: 1.4rem;
  font-weight: 300 !important;
}
html body .content-wrapper .page-block-container p.s16 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
html body .content-wrapper .page-block-container p.mb1 {
  margin-bottom: 1.5rem;
}
html body .content-wrapper .page-block-container .mt3 {
  margin-top: 3rem;
}
html body .content-wrapper .page-block-container .mt2 {
  margin-top: 2rem;
}
html body .content-wrapper .page-block-container a {
  color: #0341AE;
  font-size: 1.6rem;
}
html body .content-wrapper .page-block-container h3 {
  font-size: 2.5rem;
  text-align: left;
}
html body .content-wrapper .page-block-container img {
  top: -9rem;
  left: -16rem;
}
html body .content-wrapper .page-block-container.page-block-container__bg-black {
  margin: 7rem 0;
  background-color: #000;
  color: #fff;
}
html body .content-wrapper .page-block-container.page-block-container__bg-black h2 {
  background-color: #000;
  color: #fff;
}
html body .content-wrapper .page-block-container h2 {
  font-size: 3.6rem;
  line-height: 4rem;
  color: #000;
  font-family: "MontserratBold", sans-serif;
  text-transform: none;
  text-align: left;
  margin: 1rem 0;
}
html body .content-wrapper .page-block-container h1 {
  font-size: 3.8rem;
  color: #000;
  font-family: "MontserratBold", sans-serif;
  text-transform: none;
  text-align: left;
  margin: 0;
  margin-top: 1rem;
}
html body .content-wrapper .page-block-container h1:first-of-type {
  font-size: 3.6rem;
}
html body .content-wrapper .page-block-container .two-button-container {
  display: flex;
  gap: 2rem;
  width: 100%;
  justify-content: flex-start;
}
html body .content-wrapper .page-block-container .two-button-container.center {
  justify-content: center;
}
html body .content-wrapper .page-block-container .get-started-block__container {
  max-width: 39.9rem;
  background-color: #fff;
  display: block;
  position: relative;
  padding: 2rem;
  margin-top: -13.5rem;
  box-shadow: 0px 10px 20px rgba(116, 116, 116, 0.1607843137);
}
html body .content-wrapper .page-block-container .get-started-block__container h2 {
  font-size: 2rem;
  margin: 1rem auto;
  text-align: center;
}
html body .content-wrapper .page-block-container.page-block-container__full {
  min-width: 100%;
  margin: 5rem auto;
}
html body .content-wrapper .page-block-container.page-block-container__full .content-block {
  max-width: 60rem;
}
html body .content-wrapper .page-block-container.page-block-container__full .content-block h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  max-width: 45rem;
  color: white;
}
html body .content-wrapper .page-block-container .four-column-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 0;
  margin: 3rem 0;
}
html body .content-wrapper .page-block-container .four-column-container > :first-child {
  border-left: 1px solid #ccc;
}
html body .content-wrapper .page-block-container .four-column-container .column {
  flex-basis: 23%; /* Set the width of each column */
  align-content: center;
  text-align: center;
  padding: 1rem;
  border-right: 1px solid #ccc;
}
html body .content-wrapper .page-block-container .four-column-container .column h3 {
  text-align: center;
  color: #2DC937;
  padding: 1rem;
  font-size: 3rem;
}
html body .content-wrapper .page-block-container .four-column-container .column p {
  text-align: center;
}
html body .content-wrapper .page-block-container .four-column-container .column p.description {
  font-size: 1.9rem;
  line-height: 1.4;
}
html body .content-wrapper .page-block-container .four-column-container .image {
  border-radius: 50%;
  overflow: hidden;
  width: 178px;
  height: 178px;
  margin: 0 auto;
}
html body .content-wrapper .page-block-container .four-column-container .image img {
  width: 100%;
}
html body .content-wrapper .page-block-container .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 .page-block-container .progress-bar--dots {
  background: url("../../images/colored-dots.png") left no-repeat;
  height: 1rem;
  overflow: hidden;
  width: 100%;
}
html body .content-wrapper .content-block__right {
  max-width: 60rem;
  align-items: center;
}
html body .content-wrapper .content-block__blank {
  min-width: 40%;
}
html body .content-wrapper .get-started-block {
  max-width: 45.7rem;
  margin-top: 1rem;
}
html body .content-wrapper .get-started-block button .btn,
html body .content-wrapper .get-started-block input .btn {
  width: 23.5rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  border: 1px solid #8989A2;
}
html body .content-wrapper hr {
  border-top: 1px solid #8989A2;
  margin-top: 2.1rem;
}
html body .content-wrapper .centered-block p {
  text-align: center !important;
  font-weight: 400;
  font-size: 1.3rem;
}
html body .content-wrapper .centered-block p.silver {
  color: #9B9B9B;
}
html body .content-wrapper .centered-block p a {
  color: #2DC937;
  font-size: 1.3rem;
}
html body .content-wrapper .centered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
html body .content-wrapper .city-text {
  font-size: 1.5rem;
  margin: 1rem 0;
  display: block;
}
html body .content-wrapper img {
  margin: 0 auto;
  display: block;
}
html body .content-wrapper img.site-logo {
  max-width: 95rem;
}
html body .content-wrapper img.car-img {
  max-width: 64rem;
  margin-bottom: 1rem;
}
html body .content-wrapper h2.fill-dark-red {
  color: #fff;
  background-color: #C9250D;
  padding: 1rem 0 0.75rem 0;
}
html body .content-wrapper h2 a {
  color: #fff;
}
html body .content-wrapper p.note-text {
  color: #7C7C7C;
}
html body .content-wrapper .flex-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  min-height: 34rem;
}
html body .content-wrapper .flex-container .content-block {
  width: 100%;
}
html body .content-wrapper .flex-container .content-block h4 {
  margin-bottom: 1rem;
}
html body .content-wrapper .flex-container .delimiter-line {
  height: 15.5rem;
  border: 1px solid #707070;
  background-color: #707070;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(62% - 13.75rem);
}
html body .content-wrapper .marketplace-block {
  max-width: 107rem;
  display: flex;
  justify-content: space-around;
  font-family: "Montserrat", sans-serif;
  flex-wrap: wrap;
  flex-grow: 3;
  margin-bottom: 4rem;
}
html body .content-wrapper .marketplace-block .content-block {
  max-width: 23.2rem;
  min-height: 28.3rem;
  margin: 0;
}
html body .content-wrapper .marketplace-block h3 {
  font-size: 2.5rem;
  font-family: "MontserratBold", sans-serif;
  text-align: left;
  margin: 1rem 0;
  min-height: 4.9rem;
}
html body .content-wrapper .marketplace-block p {
  font-family: "MontserratMedium", sans-serif;
}
html body .content-wrapper .marketplace-block p.about-borrower {
  min-height: 9rem;
  word-wrap: break-word;
  max-height: 9rem;
  overflow: hidden;
}
html body .content-wrapper .marketplace-block .car-container {
  background-color: #EDEDED;
  display: flex;
  height: 20rem;
  margin: 1rem auto;
  position: relative;
  width: 23.2rem;
}
html body .content-wrapper .marketplace-block .car-container img {
  left: 50%;
  max-width: 17rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease max-width 1s;
}
html body .content-wrapper .marketplace-block .car-container img:hover {
  max-width: 23rem;
}
html body .content-wrapper .marketplace-block .car-container .add-to-favorites {
  width: 4rem;
  height: 4rem;
  background: url("../../images/icons/white-heart.svg") center center no-repeat;
  position: absolute;
  top: 1.1rem;
  left: 80%;
  cursor: pointer;
}
html body .content-wrapper .marketplace-block .car-container .add-to-favorites:hover {
  width: 4.5rem;
  background-size: 3rem;
}
html body .content-wrapper .marketplace-block .car-container .add-to-favorites.favorited {
  background-image: url("../../images/icons/green-heart.png");
}
html body .content-wrapper .marketplace-block .car-container .share-app {
  width: 3.5rem;
  height: 3.5rem;
  background: url("../../images/icons/share.png") center center no-repeat;
  background-size: 3.6rem;
  position: absolute;
  top: 1rem;
  left: 80%;
  cursor: pointer;
  border-radius: 3.5rem;
}
html body .content-wrapper .marketplace-block .car-container .share-app:hover {
  background-size: 4.3rem;
}
html body .content-wrapper .marketplace-block .silver-text {
  color: #9B9B9B;
  font-size: 1.2rem;
  display: block;
  font-family: "MontserratMedium", sans-serif;
}
html body .content-wrapper .marketplace-block .progress-text {
  font-size: 1.2rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
html body .content-wrapper .marketplace-block .progress-bar {
  background: url("../../images/progress-funding-grey-dots.png") left center no-repeat;
  height: 2rem;
  width: 26rem;
  padding: 0.6rem;
  margin: 1rem auto;
  background-size: contain;
}
html body .content-wrapper .marketplace-block .progress-bar--dots {
  background: url("../../images/colored-dots.png") left no-repeat;
  height: 1rem;
  overflow: hidden;
  width: 100%;
  background-size: 25rem;
}
html body .content-wrapper .marketplace-block .btn-green {
  margin: 3rem auto;
  background-color: #2DC937;
  color: white;
  border: 1px solid #2DC937;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 24px;
  opacity: 0.9;
}
html body .content-wrapper .marketplace-block .btn-green:hover {
  opacity: 1;
  font-size: 1.5rem;
}
html body .content-wrapper .marketplace-block .btn-white {
  margin: 3rem auto;
  background-color: white;
  color: black;
  border: 1px solid black;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 24px;
  opacity: 0.9;
}
html body .content-wrapper .marketplace-block .btn-white:hover {
  opacity: 1;
  font-size: 1.4rem;
  background-color: #2DC937;
  border: 1px solid #63C64F;
  color: white;
}

@media screen and (max-width: 500px) {
  html body .content-wrapper img.car-img {
    width: 80%;
    max-width: 80%;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 350px) {
  html body .content-wrapper .page-block-container .content-block {
    padding: 0 !important;
  }
  html body .content-wrapper .page-block-container {
    padding: 1rem;
  }
}
@media screen and (max-width: 800px) {
  html body .content-wrapper .fullwidth-container {
    min-width: 100vw;
    margin-bottom: 2rem;
    background-size: contain;
    background-position: center;
  }
  html body .content-wrapper .fullwidth-container.bg-home {
    background-image: url("../../images/backgrounds/home-600.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: unset;
    width: 100vw;
    min-height: 280px;
    height: 280px;
  }
  html body .content-wrapper .fullwidth-container.bg-home h2 {
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  html body .content-wrapper .fullwidth-container.bg-home p {
    margin: 2rem;
  }
  html body .content-wrapper .fullwidth-container.bg-home p.txt-bg-black {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 1rem 0;
  }
  html body .content-wrapper .fullwidth-container.bg-started, html body .content-wrapper .fullwidth-container.bg-calc {
    background-image: none;
  }
  html body .content-wrapper .fullwidth-container.page-get-started {
    margin-top: 6rem;
  }
  html body .content-wrapper .page-block-container .calculator-container h2 {
    margin-bottom: 1rem;
  }
  html body .content-wrapper #carfunding-calculator {
    max-width: 90vw;
  }
  html body .content-wrapper #carfunding-calculator .calculator {
    flex-direction: column;
    padding: 0;
    border: none;
  }
  html body .content-wrapper #carfunding-calculator .calculator .output-section, html body .content-wrapper #carfunding-calculator .calculator .input-section {
    padding: 1rem;
  }
  html body .content-wrapper #carfunding-calculator .calculator .output-section-mobile__body, html body .content-wrapper #carfunding-calculator .calculator .input-section-mobile__body {
    display: block;
  }
  html body .content-wrapper #carfunding-calculator .calculator .mobile-hidden {
    display: none;
  }
  html body .content-wrapper #carfunding-calculator hr {
    width: 80%;
    margin: 1.5rem auto;
  }
  html body .content-wrapper #carfunding-calculator hr.bolder-line {
    height: 3px;
    background-color: black;
  }
  html body .content-wrapper .output-section-mobile__header {
    display: block !important;
    margin-bottom: 1rem !important;
  }
  html body .content-wrapper .page-block-container {
    flex-wrap: wrap;
  }
  html body .content-wrapper .page-block-container h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  html body .content-wrapper .page-block-container p, html body .content-wrapper .page-block-container .step-description-text {
    margin: 1rem;
    line-height: 1.5;
  }
  html body .content-wrapper .page-block-container .get-started-block__container {
    margin-top: -7.5rem;
  }
  html body .content-wrapper .page-block-container.page-block-container__centered, html body .content-wrapper .page-block-container.page-block-container__left {
    gap: 0;
    justify-content: flex-start;
    margin: 0 auto;
    min-height: 30rem;
  }
  html body .content-wrapper .page-block-container.page-block-container__centered.reversed, html body .content-wrapper .page-block-container.page-block-container__left.reversed {
    flex-direction: column-reverse;
  }
  html body .content-wrapper .page-block-container.page-block-container__centered.gap6, html body .content-wrapper .page-block-container.page-block-container__left.gap6 {
    gap: 6rem;
  }
  html body .content-wrapper .page-block-container.page-block-container__centered.gap14, html body .content-wrapper .page-block-container.page-block-container__left.gap14 {
    gap: 1rem;
  }
  html body .content-wrapper .page-block-container .four-column-container {
    flex-direction: column;
    gap: 0;
    margin: 3rem 0;
  }
  html body .content-wrapper .page-block-container .four-column-container > :first-child {
    border-left: none;
  }
  html body .content-wrapper .page-block-container .four-column-container .column {
    flex-basis: 23%; /* Set the width of each column */
    padding: 1rem;
    border-right: none;
  }
  html body .content-wrapper .page-block-container.page-block-container__centered {
    flex-wrap: wrap;
    padding: 1rem;
  }
  html body .content-wrapper .page-block-container.page-block-container__top {
    align-items: unset;
  }
  html body .content-wrapper .get-started-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 460px) {
  html body .content-wrapper .page-block-container.page-block-container__centered {
    flex-wrap: wrap;
    padding: 1rem;
  }
  html body .content-wrapper .page-block-container.page-block-container__top {
    align-items: unset;
  }
  html body .content-wrapper .fullwidth-container.bg-home {
    background-image: url(../../images/home-v2-mobile.png);
    min-height: 500px;
  }
  html body .content-wrapper .fullwidth-container.bg-home h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem !important;
    line-height: 2.2rem;
    margin-top: 3rem;
  }
  html body .content-wrapper .fullwidth-container.bg-home p.txt-bg-black {
    font-size: 0.95rem;
    padding: 2px;
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  html body .content-wrapper .flex-container {
    flex-wrap: wrap;
  }
  html body .content-wrapper .flex-container.page-block-container__centered, html body .content-wrapper .flex-container.page-block-container__left {
    padding: 2rem;
  }
  html body .content-wrapper .flex-container.page-block-container__centered.gap14, html body .content-wrapper .flex-container.page-block-container__left.gap14 {
    gap: 6rem;
  }
}

/*# sourceMappingURL=homepage-v2.css.map */
