/*webfonts*/
@font-face {
  font-family: "Fibra One Alt";
  src:
    url("../fonts/FibraOneAlt-Light.woff2") format("woff2"),
    url("../fonts/FibraOneAlt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One Alt";
  src:
    url("../fonts/FibraOneAlt-SemiBold.woff2") format("woff2"),
    url("../fonts/FibraOneAlt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Bold.ttf") format("truetype"),
    url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-SemiBold.ttf") format("truetype"),
    url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Medium.ttf") format("truetype"),
    url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Regular.ttf") format("truetype"),
    url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
  color: #777;
  font-weight: bold;
}
.form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}
.form-control::-moz-placeholder {
  color: #c4c4c4;
}
.form-control:-ms-input-placeholder {
  color: #c4c4c4;
}
.form-control:-moz-placeholder {
  color: #c4c4c4;
}
button:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #777;
}
#root {
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5 {
  color: #3d1c80;
  font-weight: 600;
}
h1 {
  font-size: 38px;
  margin-bottom: 30px;
}
h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
a {
  color: #777;
  text-decoration: underline;
}
a:hover {
  color: #777;
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
.sqz-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.sqz-wrapper.no-header {
  padding-top: unset;
}
label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #3d1c80;
  position: relative;
}
h2 small {
  font-size: 18px;
  color: #3d1c80;
}
small {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #777;
}
.sqz-btn {
  padding: 12px 40px 8px;
  background: #d13359;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  min-width: 200px;
  display: inline-block;
  margin: 0 auto 30px;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}
.sqz-btn:disabled,
.sqz-btn[disabled] {
  opacity: 0.6;
}
.submit-button-row {
  position: relative;
  width: auto;
  height: auto;
}
.submit-button-row .loading-spinner {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
}
label.error {
  font-size: 16px;
  color: #d13359;
}
.sqz-btn:not(:disabled):hover {
  background: #3d1c80;
  color: #fff;
  text-decoration: none;
}
.sqz-btn:focus {
  outline: none;
}
.sqz-hidden_btn {
  position: absolute;
  left: -999999px;
}
.sqz-back {
  margin: 0 auto 40px;
  display: table;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  background: none;
  border: none;
}
.sqz-back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border: solid 0 #777;
  border-left-width: 3px;
  border-bottom-width: 3px;
  transform: rotate(45deg);
}
.sqz-back:hover {
  color: #3d1c80;
  text-decoration: none;
}
.sqz-back:hover:before {
  border-color: #3d1c80;
}
.sqz-content {
  padding: 50px 0;
}
.sqz-pb_0 {
  padding-bottom: 0 !important;
}
.sqz-dark {
  color: #000;
}
/*header */
.sqz-header {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 60px;
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
}
.sqz-header .container,
.sqz-header .container-fluid,
.sqz-header .row {
  height: 100%;
}
.sqz-logo {
  max-width: 120px;
}
.sqz-logo img {
  max-width: 100%;
  height: auto;
}
.sqz-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sqz-nav li {
  display: inline-block;
  color: #3d1c80;
  font-weight: 600;
  padding-left: 24px;
}
.sqz-nav li .sqz-call {
  padding-left: 30px;
  color: #3d1c80;
  text-decoration: none;
  position: relative;
}
.sqz-call-icon {
  position: relative;
  text-align: right;
  min-width: 160px !important;
}
.call-icon {
  height: 15px;
  margin-right: 6px;
  margin-bottom: 3px;
}
.sqz-btn.sqz-primary_outline {
  height: 40px;
  border: solid 2px #05dd80;
  background: none;
  color: #3d1c80;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  padding: 8px 20px;
  min-width: 0;
}
.sqz-btn.sqz-primary_outline:hover {
  background: #05dd80;
}

/*tooltip */
.tooltip {
  font-family: "GilroyMedium";
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.tooltip .tooltip-inner {
  background: #3d1c80;
  padding: 20px;
  border-radius: 10px;
  max-width: 250px;
}
.disclaimer.tooltip .tooltip-inner {
  max-width: 600px;
}
.tooltip .arrow {
  width: 32px;
  height: 16px;
}
.bs-tooltip-top,
.bs-tooltip-bottom {
  padding: 20px 0;
}
.bs-tooltip-top .arrow:before {
  border-width: 16px 16px 0;
  border-top-color: #3d1c80;
  top: -4px;
}
.bs-tooltip-bottom .arrow:before {
  border-width: 0 16px 16px;
  border-bottom-color: #3d1c80;
  bottom: -4px;
}

/*progress bar */
.sqz-progress_bar {
  width: 100%;
  height: 20px;
  background: #f2f2f2;
  position: fixed;
  top: 60px;
  z-index: 8;
}
.sqz-progress_percentage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #05dd80;
  transition: all 1s ease-in-out 0s;
  border-radius: 0 20px 20px 0;
}
.sqz-progress_percentage.step-1 {
  width: calc(100% / 9 * 1);
}
.sqz-progress_percentage.step-2 {
  width: calc(100% / 9 * 2);
}
.sqz-progress_percentage.step-3 {
  width: calc(100% / 9 * 3);
}
.sqz-progress_percentage.step-4 {
  width: calc(100% / 9 * 4);
}
.sqz-progress_percentage.step-5 {
  width: calc(100% / 9 * 5);
}
.sqz-progress_percentage.step-6 {
  width: calc(100% / 9 * 6);
}
.sqz-progress_percentage.step-7 {
  width: calc(100% / 9 * 7);
}
.sqz-progress_percentage.step-8 {
  width: calc(100% / 9 * 8);
}
.sqz-progress_percentage.step-9 {
  width: calc(100% / 9 * 9);
  border-radius: 0;
}
.sqz-progress_bar .sqz-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  display: flex;
}
.sqz-progress_bar .sqz-steps li {
  display: inline-block;
  width: calc(100% / 9);
  /* width: calc(100% / 10); */
  text-align: right;
}
.sqz-progress_bar .sqz-steps .sqz-steps_dot {
  width: 8px;
  height: 8px;
  display: block;
  background: #01d77b;
  border-radius: 50%;
  margin-right: 6px;
  float: right;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.sqz-progress_bar .sqz-steps .sqz-steps_dot.sqz-show {
  opacity: 1;
  transition-delay: 1s;
}

.sqz-form_wrap {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 210px);
}
.sqz-question_header {
  margin-bottom: 70px;
}
.sqz-form_content h2 {
  font-size: 38px;
  font-weight: 600;
  color: #3d1c80;
  margin: 0 0 10px;
}
.sqz-last .sqz-question_header {
  margin-bottom: 0;
}
.sqz-form_content .sqz-btn {
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.sqz-form_row {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
  position: relative;
}
.sqz-form_row.full-width {
  margin: 0;
  max-width: unset;
}
.sqz-form_row:after {
  content: "";
  display: table;
  clear: both;
}
.sqz-form_row p {
  font-size: 12px;
  font-weight: 300;
}
.sqz-form_row p.big {
  font-size: 18px;
}
.sqz-next,
.sqz-submit {
  width: 100%;
  max-width: 280px;
}
.form-control {
  height: 50px;
  width: 100%;
  max-width: 280px;
  border-style: solid;
  border-width: 1px !important;
  border-color: #c4c4c4;
  border-radius: 25px;
  margin: 0 auto 5px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #777;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #05dd80;
}
.form-control.no-max-width {
  max-width: unset !important;
}
.modal-content .form-control {
  max-width: none;
}

.sqz-middle-form,
.sqz-currency,
.sqz-has_dollar,
.sqz-has_percentage {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: auto;
}
.sqz-currency .form-control,
.sqz-has_dollar .form-control {
  padding-left: 40px;
}
.sqz-currency:after,
.sqz-has_dollar:after,
.sqz-has_percentage:after {
  content: "$";
  position: absolute;
  left: 20px;
  top: 12px;
  color: #c4c4c4;
  font-size: 18px;
  font-weight: 600;
}
.sqz-has_percentage .form-control {
  padding-right: 40px;
}
.sqz-has_percentage:after {
  content: "%";
  right: 20px;
  left: auto;
}
.sqz-form_content {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  transition: all 0.5s ease 0s;
  position: relative;
}
.sqz-section {
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
}
.sqz-section .container {
  transition: all 1s ease-in-out 0s;
}
.sqz-typing_bubble {
  transition: all 1s ease-in-out 0s;
  opacity: 0;
}
.sqz-section.sqz-hide .sqz-typing_bubble {
  opacity: 1;
}
.sqz-section.sqz-hide .container {
  opacity: 0;
}
.sqz-section.sqz-active {
  left: 0;
  z-index: 2;
}
.sqz-section.sqz-prev {
  left: -100%;
  z-index: 1;
}
.sqz-last h2 {
  margin-bottom: 10px;
}
.sqz-tick {
  display: table;
  margin: 30px auto;
}
.sqz-last .form-control {
  text-align: center;
}
/*checkbox radio */
.sqz-checkbox,
.sqz-goals,
.sqz-select_buttons {
  text-align: left;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.sqz-checkbox li {
  margin: 0 0 5px;
}
.sqz-checkbox input,
.sqz-goals input,
.sqz-select_buttons input {
  position: absolute;
  visibility: hidden;
  left: -99999px;
}
.sqz-checkbox label.sqz-check_label,
.sqz-goals label.sqz-check_label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.sqz-checkbox label.sqz-check_label:before,
.sqz-checkbox label.sqz-check_label:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  border: solid 1px #473574;
  transition: all 0.3s ease-in-out 0s;
}
.sqz-checkbox label.sqz-check_label:before {
  border-radius: 4px;
}
.sqz-checkbox label.sqz-check_label:after {
  width: 12px;
  height: 7px;
  top: 8px;
  left: 4px;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  border-color: #fff;
  opacity: 0;
}
.sqz-checkbox input:checked + label.sqz-check_label:before {
  background: #473574;
}
.sqz-checkbox input:checked + label.sqz-check_label:after {
  opacity: 1;
}
.sqz-checkbox_wrap {
  border: solid 1px #05dd80;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  height: calc(100% - 30px);
}
.sqz-checkbox_wrap input + label + span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #05dd80;
  border-radius: 16px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  pointer-events: none;
}
.sqz-checkbox_wrap:hover input + label + span,
.sqz-checkbox_wrap input:checked + label + span {
  opacity: 0.1;
}
.sqz-goals {
  text-align: center;
}
/*.sqz-goals li .sqz-check_label {margin-bottom:50px;}*/
.sqz-select_buttons li {
  margin-bottom: 15px;
}
.sqz-goals label.sqz-check_label {
  padding: 120px 10px 30px;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  margin: 0;
  display: block;
}
.sqz-goals label.sqz-check_label:before,
.sqz-goals label.sqz-check_label:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/icon-dollar.svg);
  transition: all 0.5s ease-in-out 0s;
}
.sqz-goals label.sqz-check_label:after {
  background: url(../images/icon-dollar_hover.svg);
  z-index: 1;
  opacity: 0;
}

.sqz-goals label.sqz-lowest_rate:before {
  width: 69px;
  height: 68px;
  background: url(../images/icon-lowest-rate.svg);
}
.sqz-goals label.sqz-lowest_rate:after {
  width: 69px;
  height: 68px;
  background: url(../images/icon-lowest-rate-hover.svg);
}
.sqz-goals label.sqz-early_payout:before {
  width: 70px;
  height: 70px;
  background: url(../images/icon-loan-early.svg);
}
.sqz-goals label.sqz-early_payout:after {
  width: 70px;
  height: 70px;
  background: url(../images/icon-loan-early-hover.svg);
}
.sqz-goals label.sqz-major_lender:before {
  width: 69px;
  height: 73px;
  background: url(../images/icon-lender.svg);
}
.sqz-goals label.sqz-major_lender:after {
  width: 69px;
  height: 73px;
  background: url(../images/icon-lender-hover.svg);
}
.sqz-goals label.sqz-lowest_repayment:before {
  width: 65px;
  height: 78px;
  background: url(../images/icon-repayment.svg);
}
.sqz-goals label.sqz-lowest_repayment:after {
  width: 65px;
  height: 78px;
  background: url(../images/icon-repayment-hover.svg);
}

.sqz-goals label.sqz-check_label:hover,
.sqz-goals input:checked + label.sqz-check_label {
  color: #3d1c80;
}
.sqz-goals input:checked + label:after,
.sqz-goals label:hover:after {
  opacity: 1;
}

.sqz-select_buttons label.sqz-sel_btn {
  padding: 10px;
  width: 100%;
  text-align: center;
  background: none;
  color: #3d1c80;
  border: solid 1px #05dd80;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.sqz-select_buttons input:checked + label.sqz-sel_btn,
.sqz-select_buttons label.sqz-sel_btn:hover {
  background: #05dd80;
  color: #3d1c80;
}

/*nice select */
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select:after {
  width: 10px;
  height: 10px;
  border-color: #7600ad;
  right: 20px;
  margin-top: -8px;
}
.nice-select.open {
  border-radius: 25px 25px 0 0;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.open .list.use-scroll {
  max-height: 250px;
  overflow-y: scroll;
}
.nice-select span.current {
  display: block;
  line-height: 37px;
}
.nice-select .list {
  margin: 0;
  width: calc(100% + 2px);
  border-radius: 0 0 25px 25px;
  left: -1px;
  right: -1px;
  border: solid 1px #05dd80;
  border-top: none;
  box-shadow: none;
  padding: 8px;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
body .gform_wrapper .nice-select .option.focus,
body .gform_wrapper .nice-select .option.selected.focus {
  background: #2e2b74;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}
.nice-select .option {
  border-radius: 8px;
}
.nice-select .list:hover .option:not(:hover) {
  color: #000;
}

.sqz-select_next {
  position: absolute;
  visibility: hidden;
  left: -99999px;
}
.sqz-select_next + br {
  display: none;
}

/*loader */
.sqz-typing_bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.sqz-loader {
  padding: 40px 0 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 175px;
  transform: translate(-50%, -175px);
}
.sqz-loader_img_wrap {
  width: 142px;
  height: 142px;
  padding: 45px 20px 20px 25px;
  background: #f9f9f9;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: #777;
  font-size: 12px;
}
.sqz-loader_img_wrap>img {
  max-height: 62%;
}
.sqz-loader img {
  max-width: 80px;
  margin-bottom: 10px;
}

.sqz-intro_content {
  padding-bottom: 20px;
  color: #3d1c80;
}
/*result page jumpbox */
.sqz-jump_box {
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #e5e5e5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: #3d1c80;
  margin-bottom: 50px;
}
.sqz-loan_box {
  border-radius: 20px;
  border: solid 6px #05dd80;
  padding: 20px;
  color: #3d1c80;
  margin-bottom: 40px;
}
.sqz-loan_box .sqz-client_logo {
  max-width: 160px;
  height: 80px;
  margin: 1rem;
}
.sqz-loan_box .sqz-loan_amount {
  font-size: 30px;
  line-height: 36px;
  margin: 10px 0 5px;
}
.sqz-jump_box .sqz-item {
  white-space: nowrap;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 16px;
}
.sqz-jump_box .sqz-item h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.sqz-jump_box .sqz-btn {
  margin-top: 40px;
  margin-bottom: 0;
}

.sqz-additional_info {
  padding: 20px 0;
  color: #3d1c80;
}
.sqz-additional_info h4 {
  margin-bottom: 20px;
}
.sqz-additional_info ol {
  padding: 0;
}
.sqz-additional_info ol li {
  margin-bottom: 5px;
  list-style: none;
}
.sqz-additional_info strong {
  display: block;
}
.sqz-additional_info a {
  text-decoration: underline;
  color: #3d1c80;
}
.sqz-additional_info .bank-transactions-info {
  font-size: 14px;
  color: #aeaaaa;
  width: 38%;
  margin: 0 auto;
}
.sqz-connect {
  margin-top: 50px;
}

.sqz-connect p {
  font-size: 16px;
  font-weight: 600;
}
.sqz-connect ul {
  margin: 0;
  padding: 0;
}
.sqz-connect li {
  display: inline-block;
  padding: 0 10px;
}
.sqz-connect a {
  text-decoration: none;
}
.sqz-connect svg path {
  transition: all 0.5s ease-in-out 0s;
}
.sqz-connect li:hover path {
  fill: #3d1c80;
}
.sqz-footer {
  font-size: 12px;
  line-height: 16px;
  padding: 40px 0;
}
.sqz-footer p {
  margin: 0;
}

/*popup*/
.modal-content {
  border-radius: 20px;
  border: solid 1px #e5e5e5;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 5px;
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #d13359;
  opacity: 1;
}
.modal-dialog {
  max-width: 800px;
  margin-top: 50px;
}
.modal-header,
.modal-body {
  padding: 40px;
  justify-content: center;
}
.modal-header {
  border: none;
  padding-bottom: 10px;
}
.modal-header h2 {
  font-size: 38px;
  font-weight: 300;
}
.modal-body {
  padding-top: 10px;
}
.modal-body .sqz-btn {
  width: 100%;
  max-width: 280px;
  padding-top: 8px;
}
.modal-backdrop {
  background-color: #05dd80;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-disclaimer .modal-body {
  padding: 44px;
}

.modal-disclaimer .close-button {
  background: #fff;
  padding: 10px 100px;
  border: solid 2px #d13359;
  color: #d13359;
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 16px;
  display: table;
  margin: 30px auto 0;
  transition: all 0.5s ease-in-out 0s;
}
.modal-disclaimer .close-button:hover {
  color: #05dd80;
  border-color: #05dd80;
}
/*date and time picker */
.sqz-form_row .gj-icon {
  right: 15px;
  top: 12px;
  color: #3d1c80;
  position: absolute;
  pointer-events: none;
}
.gj-picker-md [role="header"],
.gj-picker-md .arrow-begin,
.gj-picker-md [role="body"] [role="arrow"] {
  background: #3d1c80;
}
.gj-picker-md .arrow-end {
  border-color: #3d1c80;
}
.gj-picker-md [role="footer"] button.gj-button-md {
  background: #d13359;
  color: #fff;
  margin-left: 10px;
  border-radius: 25px;
}
.gj-modal {
  background: none;
}
.cursor-pointer {
  cursor: pointer;
}
.text-underline {
  text-decoration: underline;
}
/*nice select */
.nice-select:after {
  width: 10px;
  height: 10px;
  border-color: #7600ad;
  right: 20px;
  margin-top: -8px;
}
.nice-select.open {
  border-radius: 25px 25px 0 0;
}
.nice-select span.current {
  display: block;
  line-height: 27px;
}
.nice-select .list {
  margin: 0;
  width: calc(100% + 2px);
  border-radius: 0 0 25px 25px;
  left: -1px;
  right: -1px;
  border: solid 1px #05dd80;
  border-top: none;
  box-shadow: none;
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option:hover,
body .gform_wrapper .nice-select .option.focus,
body .gform_wrapper .nice-select .option.selected.focus {
  background: #2e2b74;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
}
.nice-select .option {
  border-radius: 8px;
}
.nice-select .list:hover .option:not(:hover) {
  color: #000;
}

.sqz-select_next {
  position: absolute;
  visibility: hidden;
  left: -99999px;
}
.sqz-select_next + br {
  display: none;
}

/*calculator*/
.sqz-calc_wrap {
  padding: 40px 10px;
  border-radius: 25px;
}
.sqz-calc_wrap .container {
  max-width: none;
}
.sqz-calc_wrap label {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.sqz-calc_wrap .sqz-select_buttons {
  margin-top: 5px;
}
.sqz-calc_wrap .sqz-loan_box {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sqz-calc_wrap .sqz-loan_box img {
  margin-bottom: 10px;
}
.sqz-calc_wrap .sqz-form_row .col-md-6:first-child {
  margin-bottom: 15px;
}
.sqz-calc_wrap .sqz-select_buttons label.sqz-sel_btn {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.sqz-calc_wrap .sqz-loan_box .sqz-btn {
  margin-bottom: 0;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.sqz-calc_wrap .sqz-btn {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  padding: 10px 25px;
}

.product-card .cta-container .icon-lock {
  height: 17px;
  margin-bottom: 5px;
}
/*Helpers*/
.mt-40 {
  margin-top: 40px;
}
.mb-16 {
  margin-bottom: 16px;
}
/*Helpers*/
@media (min-width: 992px) {
  .sqz-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sqz-jump_box {
    padding: 50px;
  }
  .sqz-loan_box {
    padding: 20px;
    font-size: 18px;
  }
  .sqz-loan_box .sqz-loan_amount {
    font-size: 38px;
    line-height: 44px;
  }
  .sqz-additional_info {
    padding: 40px 0;
  }
  .text-right .form-control {
    margin-right: 0;
  }
  .text-left .form-control {
    margin-left: 0;
  }
  .modal-dialog {
    margin-top: 200px;
  }
  .sqz-calc_wrap .sqz-form_row .col-md-6:first-child {
    margin-bottom: 0;
  }
  .sqz-calc_wrap {
    padding: 40px;
  }
  .sqz-calc_wrap .sqz-loan_box {
    margin-top: 0;
  }
  .sqz-calc_wrap .sqz-select_buttons li {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .sqz-calc_wrap .form-control,
  .sqz-calc_wrap .sqz-has_dollar,
  .sqz-calc_wrap .sqz-has_percentage {
    max-width: none;
  }

  .sqz-calc_wrap .sqz-btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .nice-select.open .list.use-scroll {
    max-height: unset;
    overflow-y: hidden;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h2 small {
    font-size: 14px;
  }
  .sqz-question_header {
    margin-bottom: 30px;
  }
  .sqz-form_content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .sqz-progress_bar {
    height: 10px;
  }
  .sqz-progress_bar .sqz-steps {
    display: none;
  }
  .sqz-nav li {
    padding-left: 10px;
  }
  .sqz-nav li .sqz-call {
    padding-left: 30px;
  }
  .sqz-nav li span {
    display: none;
  }
  .sqz-content {
    padding: 30px 0;
  }
  .sqz-back {
    margin-bottom: 40px;
  }
  .sqz-intro_content {
    padding-bottom: 20px;
  }
  .sqz-jump_box .sqz-btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .sqz-select_buttons li {
    margin-bottom: 0;
  }
  .modal-body .sqz-btn {
    max-width: none;
  }
  .sqz-checkbox_wrap:hover input + label + span {
    opacity: 0;
  }
  .sqz-checkbox_wrap input:checked + label + span {
    opacity: 0.1;
  }
  .sqz-goals label:hover:after {
    opacity: 0;
  }
  .sqz-goals input:checked + label.sqz-check_label {
    color: #3d1c80;
  }
  .sqz-calc_wrap .sqz-loan_box .sqz-btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 20px 4px;
  }
  .sqz-additional_info .bank-transactions-info {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .submit-button-row .loading-spinner {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
  }
}
@media (max-width: 320px) {
  .sqz-header .col-8.text-right {
    padding-left: 0;
  }
  .sqz-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sqz-btn.sqz-primary_outline {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sqz-nav li {
    padding-left: 0;
  }
  .sqz-nav li .sqz-call {
    padding-left: 30px;
  }
}
