/* 1. MAIN CLASSES */

:root {
  --ice-blue: #F0F9FF;
  --light-blue: #B2DFFF;
  --dark-blue: #547EF6;
  --light-green: #7DFFB0;
  --dark-green: #01A87C;
  --orange: #EC7147;
  --pink: #FFA4DF;
  --error: #FF3B30;
}

.vxc-body {
  font-family: 'euclid_circular_b', sans-serif;
  min-width: 375px;
  transition: padding 0.2s ease 0s;
}

.vxc-body:has(.vxc-fixed-header) {
  padding-top: 52px;
}

@media (min-width: 1400px) {
  .vxc-container {
    max-width: 1340px;
  }
}

.vxc-section {
  padding: 40px 0;
}

@media(min-width: 768px) {
  .vxc-section {
    padding: 60px 0;
  }
}

.vxc-bg-ice-blue {
  background-color: var(--ice-blue) !important;
}

.vxc-bg-light-blue {
  background-color: var(--light-blue) !important;
}

.vxc-bg-dark-blue {
  background-color: var(--dark-blue) !important;
}

.vxc-bg-light-green {
  background-color: var(--light-green) !important;
}

.vxc-bg-dark-green {
  background-color: var(--dark-green) !important;
}

.vxc-bg-orange {
  background-color: var(--orange) !important;
}

.vxc-bg-pink {
  background-color: var(--pink) !important;
}

.vxc-bg-error {
  background-color: var(--error) !important;
}

.vxc-text-ice-blue {
  color: var(--ice-blue) !important;
}

.vxc-text-light-blue {
  color: var(--light-blue) !important;
}

.vxc-text-dark-blue {
  color: var(--dark-blue) !important;
}

.vxc-text-light-green {
  color: var(--light-green) !important;
}

.vxc-text-dark-green {
  color: var(--dark-green) !important;
}

.vxc-text-orange {
  color: var(--orange) !important;
}

.vxc-text-pink {
  color: var(--pink) !important;
}

.vxc-text-error {
  color: var(--error) !important;
}

.vxc-border-ice-blue {
  border: 1px solid var(--ice-blue) !important;
}

.vxc-border-light-blue {
  border: 1px solid var(--light-blue) !important;
}

.vxc-border-dark-blue {
  border: 1px solid var(--dark-blue) !important;
}

.vxc-border-light-green {
  border: 1px solid var(--light-green) !important;
}

.vxc-border-dark-green {
  border: 1px solid var(--dark-green) !important;
}

.vxc-border-orange {
  border: 1px solid var(--orange) !important;
}

.vxc-border-pink {
  border: 1px solid var(--pink) !important;
}

.vxc-border-error {
  border: 1px solid var(--error) !important;
}

.vxc-grad-text {
  background: linear-gradient(90deg,#EC7147 0%,rgba(236, 113, 71, 0.50) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #EC7147;
}

.vxc-box {
  border-radius: 16px;
  background-color: #fff;
  padding: 24px;
}

.vxc-box-lg {
  border-radius: 24px;
}

.vxc-box-xl {
  border-radius: 40px;
}

.vxc-main {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background-color: var(--dark-green);
}

@media(min-width: 576px) {
  .vxc-main {
    background-color: var(--ice-blue);
  }
}

.g-6, .gx-6 {
  --bs-gutter-x: 6rem;
}

.vxc-disabled-area {
  opacity: 0.3;
  pointer-events: none;
}

/* 2. HEADERS - TYPOGRAPHY  */

h1.vxc-h1 {
  font-size: 40px;
  font-weight: 600;
}

h2.vxc-h2 {
  font-size: 40px;
  font-weight: 600;
}

h3.vxc-h3 {
  font-size: 24px;
  font-weight: 600;
}

h2.vxc-h2 small {
  font-size: 20px;
  font-weight: 400;
}

@media(min-width: 768px) {
  h1.vxc-h1 {
    font-size: 60px;
  }
  
  h2.vxc-h2 {
    font-size: 48px;
  }
  
  h3.vxc-h3 {
    font-size: 32px;
  }
  
  h2.vxc-h2 small {
    font-size: 32px;
  }
}

.vxc-h7 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.vxc-fs-14 {
  font-size: 14px;
}

.vxc-fs-12 {
  font-size: 12px;
}

/* 3. HEADER AND HERO SECTION */

.vxc-header-wrapper {
  display: flex;
  flex-direction: column;
}

.vxc-header {
  background-color: var(--dark-green);
  padding: 14px 0;
  min-width: 375px;
}

.vxc-header.vxc-fixed-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}

@media(min-width: 576px) {
  .vxc-header {
    padding: 20px 0;
  }
}

.vxc-hero {
  background: linear-gradient(0deg, rgba(1, 168, 124, 0.00) 65%, #01A87C 80%, #01A87C 90%),
  url('../images/vxc_hero_image.jpg') no-repeat top 170px center / 130%;
  padding: 2rem 0;
}

@media(min-width: 500px) {
  .vxc-hero {
    background: linear-gradient(0deg, rgba(1, 168, 124, 0.00) 65%, #01A87C 80%, #01A87C 90%),
    url('../images/vxc_hero_image.jpg') no-repeat top 170px center / 110%;
  }
}

@media(min-width: 768px) {
  .vxc-hero {
    background: linear-gradient(0deg, rgba(1, 168, 124, 0.00) 65%, #01A87C 80%, #01A87C 90%),
    url('../images/vxc_hero_image.jpg') no-repeat top 170px center / 110%;
  }
}

@media(min-width: 992px) {
  .vxc-hero {
    background: linear-gradient(-90deg, rgba(1, 168, 124, 0.00) 50%,  #01A87C 95%, #01A87C 100%),
    url('../images/vxc_hero_image.jpg') no-repeat top -130px center / cover;
  }
}

.vxc-hero-title {
  line-height: 110%;
  max-width: 410px;
}

.vxc-hero-subtitle {
  font-size: 20px;
  max-width: 410px;
  line-height: normal;
}

@media(max-width: 420px) {
  .vxc-hero-subtitle {
    font-size: 16px;
  }
}


/* 4. FOOTER */

.vxc-footer {
  font-size: 14px;
  padding: 2rem 0;
}

.vxc-simple-footer {
  font-size: 14px;
  padding: 2rem 0;
  background-color: var(--dark-blue); 
}

.vxc-footer a,
.vxc-simple-footer a {
  text-decoration: none;
}

ul.vxc-footer-links {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.vxc-footer-links > li {
  flex: 0 0 auto;
  width: 100%;
}

ul.vxc-footer-links > li > a {
  color: unset;
}

ul.vxc-footer-links > li > a:hover {
  text-decoration: underline;
}

ul.vxc-footer-links.vxc-footer-links-2col > li {
  flex: 0 0 auto;
  width: 50%;
}

ul.vxc-footer-links > li.vxc-footer-links-title {
  width: 100%;
  font-weight: 600;
  padding-bottom: 1rem;
}

ul.vxc-footer-links > li img {
  max-width: 190px;
  width: 190px;
}


/* 5. BUTTONS */

.vxc-btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 12px;
  border: 0px;
  transition: all 0.2s ease 0s;
}

.vxc-btn-light-blue,
.vxc-btn-light-blue:hover,
.vxc-btn-light-blue:disabled,
.vxc-btn-light-blue:focus-visible,
.vxc-btn-light-blue:first-child:active {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
}

.vxc-btn-dark-blue,
.vxc-btn-dark-blue:hover,
.vxc-btn-dark-blue:disabled,
.vxc-btn-dark-blue:focus-visible,
.vxc-btn-dark-blue:first-child:active {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.vxc-btn-light-green,
.vxc-btn-light-green:hover,
.vxc-btn-light-green:disabled,
.vxc-btn-light-green:focus-visible,
.vxc-btn-light-green:first-child:active {
  border-color: var(--light-green);
  background-color: var(--light-green);
}

.vxc-btn-dark-green,
.vxc-btn-dark-green:hover,
.vxc-btn-dark-green:disabled,
.vxc-btn-dark-green:focus-visible,
.vxc-btn-dark-green:first-child:active {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
}

.vxc-btn:hover {
  filter: brightness(105%);
  transition: all 0.2s ease 0s;
}

.vxc-btn:active {
  scale: 0.99;
  transition: all 0.2s ease 0s;
}

.vxc-btn-sm {
  padding: 7px 12px;
  font-size: 14px;
}

.vxc-btn-xs {
  padding: 6px;
  font-size: 14px;
}

.vxc-btn-block {
  display: block;
  width: 100%;
}

.vxc-btn.disabled, .vxc-btn:disabled, fieldset:disabled .vxc-btn {
  border-color: transparent;
  opacity: var(--bs-btn-disabled-opacity);
}

.vxc-btn-expand {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: unset;
  position: relative;
}

.vxc-btn-expand:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: transparent url('../images/vxc_plus.svg') no-repeat center center;
  background-size: 14px 14px;
  transform-origin: 0 0;
  transition: all 100ms ease-in;
}

.vxc-btn-expand.vxc-btn-expand-close:after {
  rotate: 45deg;
  transition: all 100ms ease-in;
}

/* 6. LISTS */
dl.vxc-data-list {
  margin-bottom: unset;
}

dl.vxc-data-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

dl.vxc-data-list.vxc-data-list-condensed > div {
  margin-bottom: 16px;
}

dl.vxc-data-list > div:last-child {
  margin-bottom: 0;
}

dl.vxc-data-list > div dt {
  flex-grow: 1;
  font-weight: 400;
}

dl.vxc-data-list > div dd {
  text-align: right;
  margin-bottom: unset;
}

/* 7. LOAN CACLULATOR SLIDERS */

@media(max-width: 991px) {
  .vxc-calculator-col {
    padding: 270px 0px 0px 0px;
  }

  .vxc-calculator {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
}

@media(max-width: 420px) {
  .vxc-calculator-col {
    padding: 180px 0px 0px 0px;
  }
}

.vxc-calculator {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
}

.vxc-calculator-control-label {
  font-size: 24px;
  font-weight: 400;
}

.vxc-calculator-control-value {
  font-size: 24px;
  font-weight: 600;
}

.vxc-calculator-helper {
  color: var(--dark-blue);
  font-size: 12px;
}

.vxc-calculator-slider {
  display: flex;
  height: 32px;
  border-radius: 16px;
}

.vxc-calculator-slider-start,
.vxc-calculator-slider-end {
  width: 16px;
  height: 32px;
  border-radius: 16px 0px 0px 16px;
  background-color: var(--light-blue);
}

.vxc-calculator-slider-end {
  border-radius: 0px 16px 16px 0px;
}

.vxc-calculator-slider-body {
  flex-grow: 1;
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.vxc-calculator-btn {
  width: 100%;
}

.vxc-calculator-computed-repayment {
  font-size: 20px;
}

@media(min-width: 576px) {
  .vxc-calculator-btn {
    width: 75%;
  }

  .vxc-calculator-computed-repayment {
    font-size: 24px;
  }
}

@media(min-width: 992px) {
  .vxc-calculator-btn {
    width: auto;
  }
}

.vxc-calculator .noUi-target {
  background: var(--light-blue);
  border-radius: 0px;
  border: unset;
  box-shadow: unset;
}

.vxc-calculator .noUi-connects {
  border-radius: 0px;
}

.vxc-calculator .noUi-connect {
  background: linear-gradient(270deg, #7899F7 0%, rgba(178, 223, 255, 0.00) 100%);
}

.vxc-calculator .noUi-handle {
  border: unset;
  border-radius: 32px;
  background: var(--dark-blue);
  box-shadow: unset;
}

.vxc-calculator .noUi-horizontal .noUi-handle {
  width: 32px;
  height: 32px;
  right: -16px;
  top: 0px;
  transition: all 0.1s ease 0s;
}

.vxc-calculator .noUi-horizontal .noUi-handle:before,
.vxc-calculator .noUi-horizontal .noUi-handle:after {
  display: none;
}

.vxc-calculator .noUi-horizontal .noUi-handle:hover {
  scale: 1.1;
  transition: all 0.1s ease 0s;
}

.vxc-calculator .noUi-horizontal .noUi-handle.noUi-active {
  filter: brightness(105%);
}

/* .vxc-calculator-new-user-limit .vxc-calculator-control-label-amount, */
.vxc-calculator-new-user-limit .vxc-calculator-computed-amount,
.vxc-calculator-new-user-limit .vxc-calculator-helper-amount {
  color: var(--orange);
}

.vxc-calculator-new-user-limit #vxc-slider-amount .noUi-connect {
  background: linear-gradient(270deg, #ef8e6d 0%, rgba(178, 223, 255, 0.00) 100%); 
}

.vxc-calculator-new-user-limit #vxc-slider-amount .noUi-handle {
  background-color: var(--orange);
}

.vxc-calculator-new-user-limit #vxc-slider-amount.noUi-target {
  background: #f5beab;
}

.vxc-calculator-new-user-limit .vxc-calculator-slider:has(#vxc-slider-amount) .vxc-calculator-slider-start,
.vxc-calculator-new-user-limit .vxc-calculator-slider:has(#vxc-slider-amount) .vxc-calculator-slider-end {
  background: #f5beab;
}


/* 8. HOME PAGE - WHY */

.vxc-why-icon {
  width: 80px;
  height: 80px;
}

.vxc-why-title {
  color: var(--dark-blue);
  margin-bottom: 0;
  padding: 1rem 0;
}

.vxc-why-body {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  max-width: 410px;;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .vxc-why-icon {
    width: 100px;
    height: 100px;
  }

  .vxc-why-body {
    font-size: 20px;
    max-width: unset;
    margin: unset;
  }
}

/* 9. HOME PAGE - HOW IT WORKS */

.vxc-hiw-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vxc-hiw-item {
  border-radius: 24px;
  background-color: var(--light-blue);
  padding: 24px;
}

.vxc-hiw-title {
  hyphens: auto;
}

.vxc-hiw-title span {
  display: block;
  color: var(--dark-blue);
  margin-bottom: 1rem;
}

.vxc-hiw-body {
  font-size: 16px;
}

@media(min-width: 768px) {
  .vxc-hiw-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .vxc-hiw-body {
    font-size: 20px;
  }
}


/* 10. HOME PAGE - THIS IS US / CONTACT PHOTO CARD  */

.vxc-photo-card {
  border-radius: 40px;
  background-color: var(--dark-blue);
  font-size: 16px;
  overflow: hidden;
}

.vxc-photo-card-photo {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.vxc-photo-card-content {
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

@media(min-width: 768px) {
  .vxc-photo-card {
    font-size: 20px;
    display: flex;
    align-items: stretch;
  }

  .vxc-photo-card-photo {
    flex: 0 0 auto;
    width: 58.33333333%;
    min-height: 516px;
  }

  .vxc-photo-card-content {
    flex: 0 0 auto;
    width: 41.66666667%;
    padding: 2.5rem;
  }
}

.vxc-stats-widget {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vxc-stats-widget dl {
  display: flex;
  flex-direction: column-reverse;
  color: var(--dark-blue);
  align-items: center;
}

.vxc-stats-widget > dl > dt {
  font-size: 16px;
}

.vxc-stats-widget > dl > dd {
  font-size: 40px;
  font-weight: 500;
}

@media(min-width: 768px) {
  .vxc-stats-widget {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media(min-width: 1400px) {
  .vxc-stats-widget > dl > dt {
    font-size: 32px;
  }
  
  .vxc-stats-widget > dl > dd {
    font-size: 72px;
  }
}


/* 11. HOME PAGE - REVIEWS  */
.vxc-reviews-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.vxc-reviews-wrapper::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  .vxc-reviews-wrapper {
    scrollbar-width: none;
  }
}

.vxc-review {
  width: 310px;
  min-width: 310px;
  background-color: var(--light-blue);
  border-radius: 60px;
  overflow: hidden;
  scroll-margin: 24px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.vxc-review > blockquote {
  position: relative;
  background-color: #fff;
  border-radius: 60px;
  padding: 1.5rem;
}

.vxc-review > blockquote:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -30px;
  right: 50px;
  border-width: 0 40px 40px 0;
  border-style: solid;
  border-color: transparent #FFFFFF transparent transparent;
}

.vxc-review > cite {
  display: block;
  text-align: right;
  font-size: 22px;
  padding: 30px 50px 1.5rem 30px;
}

@media(min-width: 991px) {
  .vxc-reviews-wrapper {
    gap: 80px;
    justify-content: center;
    align-items: center;
  }

  .vxc-review {
    min-width: 360px;;
    width: 360px;
    border-radius: 80px;
  }

  .vxc-review > blockquote {
    border-radius: 80px;
    padding: 2.5rem;
  }

  .vxc-review > blockquote:after {
    bottom: -60px;
    right: 80px;
    border-width: 0 60px 60px 0;
  }

  .vxc-review > cite {
    font-size: 32px;
    padding: 60px 80px 1.5rem 80px;
  }
}


/* 12. HOME PAGE - FAQ SECTION */

.vxc-question {
  background-color: #fff;
  border-radius: 24px;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.vxc-question-title {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.vxc-question-title:after {
  display: block;
  content: '';
  position: absolute;
  right: 24px;
  top: 36px;
  width: 20px;
  height: 12px;
  background-image: url('../images/vxc_chevron_up.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.1s ease 0s;
}

.vxc-question-answer {
  padding-top: 1rem;
  font-size: 16px;
}

.vxc-question-title.active:after {
transform: rotate(0deg);
transition: all 0.1s ease 0s;
}

.vxc-question-title + div {
display: none;
}

.vxc-question-title.active {
margin-bottom: 1rem;
}

.vxc-question-title.active + div {
display: block;
}

@media(min-width: 768px) {
  .vxc-question-title {
    font-size: 24px;
  }

  .vxc-question-answer {
    font-size: 20px;
  }
}


/* 13. ICONS */
.vxc-icon-login {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 4px;
}

.vxc-icon-login .fa-stack.fa-2x {
  font-size: 1rem;
  color: var(--light-blue);
}

.vxc-icon-instagram {
  background-color: currentColor;
  mask: url('../images/vxc_icon_instagram.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask: url('../images/vxc_icon_instagram.svg');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  height: 22px;
  width: 22px;
  display: inline-block;
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -0.375rem;  
}

.vxc-icon-24hours {
  background-color: currentColor;
  mask: url('../images/vxc_24hours.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask: url('../images/vxc_24hours.svg');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -0.375rem;  
}


/* 14. SCROLLING, MODALS */

.vxc-scroll-disable-menu-open {
  overflow: hidden;
}

.vxc-scrolling .vxc-header.vxc-fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  animation: slideDownHeader 0.5s forwards;
}

.vxc-body:not(.vxc-scrolling) .vxc-d-scrolling {
  display: none;
}

.vxc-body.vxc-scrolling .vxc-d-scrolling-none {
  display: none;
}

.vxc-body.vxc-calculator-modal-open .vxc-calculator-col {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  animation: slideRightCalculator 0.5s forwards;
  padding-top: 3rem;
}

.vxc-calculator-modal-close {
  display: none;
}

.vxc-body.vxc-calculator-modal-open {
  overflow: hidden;
}

.vxc-body.vxc-calculator-modal-open .vxc-calculator-modal-close {
  position: absolute;
  right: -48px;
  top: 8px;
  background-color: #fff;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.vxc-body.vxc-calculator-modal-open .vxc-calculator-modal-close i {
  transform: rotate(45deg);
  transition: all 0.2s ease 0s;
}

.vxc-body.vxc-calculator-modal-open .vxc-calculator-modal-close:hover i {
  scale: 1.2;
}

@media(max-width: 991px) {
  .vxc-body.vxc-calculator-modal-open .vxc-calculator-modal-close {
    right: 24px;
    top: 8px;
    background-color: var(--light-blue);
  }
}

.vxc-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
  z-index: 2;
}

.vxc-hr-ice-blue {
  border-color: var(--ice-blue);
  border-width: 1px;
  opacity: 1;
}

.vxc-hr-dark-green {
  border-color: var(--dark-green);
  border-width: 1px;
  opacity: 1;
}

.vxc-spinner-border {
  width: 120px;
  height: 120px;
  border-width: 0px;
  background: conic-gradient(from 90deg, rgba(236, 113, 71, 0) 15%, rgb(236, 113, 71));
  mask-image: url('../images/vxc_spinner.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  animation: 1s linear infinite var(--bs-spinner-animation-name);
}

@keyframes slideRightCalculator {
  from {
      transform: translateX(-100%);
  }
  to {
      transform: translateX(0);
  }
}

@keyframes slideDownHeader {
  from {
      transform: translateY(-100%);
  }
  to {
      transform: translateY(0);
  }
}