@charset "UTF-8";
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-financing__title {
  margin: 30px 0 30px 0;
}
@media (max-width: 767.98px) {
  .l-financing__title {
    font-size: 1.5em;
  }
}
.l-financing__field {
  position: relative;
}
.l-financing__field + .l-financing__field {
  margin: 50px 0 0;
}
.l-financing__field + .l-financing__field.is-finance {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .l-financing__field + .l-financing__field.is-finance {
    margin-top: 40px;
  }
  .l-financing__field + .l-financing__field.is-finance label {
    position: absolute;
  }
  .l-financing__field + .l-financing__field.is-finance .l-financing__slider-value, .l-financing__field + .l-financing__field.is-finance .l-financing__initial-slider-value {
    top: 0px;
  }
}
.l-financing__field-valuation {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-financing__wrapper {
  color: #ffffff;
  box-shadow: 0 50px 40px -30px rgba(77, 90, 95, 0.07), 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  margin: 50px 0 0;
  position: relative;
}
.l-financing__wrapper.is-loading:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  transition: all 0.35s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.l-financing__wrapper.is-loading:after {
  content: " ";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  background: url("/wp-content/themes/gougo/img/icons/loading-icon.svg") no-repeat center center;
  background-size: contain;
  transition: all 0.35s;
  animation: spin 2s linear infinite;
  z-index: 1;
}
.l-financing--finance-page .l-financing__wrapper {
  margin: 15px 0 0;
}
@media (max-width: 767.98px) {
  .l-financing__wrapper {
    margin: 35px 0 0;
  }
}
.l-financing__form {
  background: #eb0045;
  background: linear-gradient(0deg, #ff4438 0%, #eb0045 100%);
  border-radius: 10px 0 0 10px;
  padding: 30px 50px 50px 50px;
}
.l-financing--finance-page .l-financing__form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .l-financing__form {
    padding: 25px 25px 50px;
    border-radius: 10px 10px 0 0;
  }
}
.l-financing--finance-page .l-financing__form > .row {
  align-items: flex-end;
}
.l-financing__form-title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  .l-financing__form-title {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  .l-financing__form-title {
    font-size: 1.875em;
  }
}
.l-financing__result-wrapper {
  background: #780010;
  background: linear-gradient(90deg, #780010 0%, #a21521 50%, #a31622 100%);
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding: 30px 30px 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-financing__result-wrapper {
    padding: 25px;
    border-radius: 0 0 10px 10px;
  }
}
.l-financing__result-wrapper.is-finance {
  padding: 30px 20px;
}
.l-financing__result-wrapper:before {
  content: " ";
  position: absolute;
  left: -11px;
  top: 80px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid #F01142;
  border-right: 11px solid #F01142;
  transform: rotate(45deg);
}
.l-financing--finance-page .l-financing__result-wrapper:before {
  top: 78px;
  border-color: #F11542;
}
@media (max-width: 991.98px) {
  .l-financing--finance-page .l-financing__result-wrapper:before {
    top: 105px;
  }
}
@media (max-width: 767.98px) {
  .l-financing--finance-page .l-financing__result-wrapper:before {
    top: -11px;
    border-color: #ff4438;
  }
}
@media (max-width: 767.98px) {
  .l-financing__result-wrapper:before {
    top: -11px;
    left: 50%;
    transform: translate(-50%, 0) rotate(135deg);
    border-color: #ff4438;
  }
}
.l-financing label {
  font-size: 0.9375em;
  font-weight: bold;
  text-transform: none;
  color: #ffffff;
}
.l-financing label.l-financing__price-label {
  font-size: 0.9375em;
}
.l-financing__input {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.l-financing--finance-page .l-financing__input {
  background: none;
}
.l-financing__input:after {
  content: attr(data-text);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 500;
  opacity: 0.5;
}
.l-financing--finance-page .l-financing__input:after {
  content: "€";
  font-size: 1.5em;
  opacity: 1;
  font-weight: bold;
  top: auto;
  bottom: 0;
  line-height: 1;
}
.l-financing__input input {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 8px 45px 8px 15px;
  color: #ffffff;
  font-style: italic;
  font-size: 0.875em;
  background: inherit;
  width: 100%;
}
.l-financing--finance-page .l-financing__input input {
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 2.5em;
  font-weight: bold;
  font-style: normal;
  border-radius: 0;
  background: none;
  padding: 0 30px 0 0;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  color: #ffffff;
}
.l-financing--finance-page .l-financing__input input.vehicle-price {
  font-size: 1.25em;
}
.l-financing__input input::-webkit-outer-spin-button,
.l-financing__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-financing__input input[type=number] {
  -moz-appearance: textfield;
}
.l-financing__vehicle-price {
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}
.l-financing__vehicle-price span {
  font-size: 0.6875em;
}
.l-financing__result-title {
  font-size: 1em;
  font-weight: bold;
}
.l-financing__result {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  color: #ffe75c;
}
.l-financing__result span {
  font-size: 42px;
}
.l-financing__result-info {
  font-size: 0.6875em;
  margin-bottom: 20px;
  text-wrap: balance;
}
.l-financing__info {
  font-size: 0.625em;
  line-height: 1.5;
  text-align: left;
  position: relative;
  padding: 40px 0 0;
  opacity: 0.7;
}
.l-financing__info:before {
  content: " ";
  width: 85px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.l-financing__finance-info {
  text-align: center;
  font-size: 0.625em;
  line-height: 1.5;
  position: relative;
  padding: 20px 0 0;
  opacity: 0.7;
}
.l-financing__finance-info p {
  display: inline;
}
.l-financing__link {
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border-radius: 6px;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.43;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  transition: 0.5s all;
  border: 2px solid #ffe75c;
  color: #ffe75c;
  position: relative;
}
.l-financing__link:visited {
  color: #ffe75c;
}
.l-financing__link:hover {
  text-decoration: none;
  color: #ff4438;
  opacity: 1;
  color: #ff4438;
  background-color: #ffe75c;
}
.l-financing__link:hover:hover, .l-financing__link:hover:active, .l-financing__link:hover:focus, .l-financing__link:hover:visited {
  color: #ff4438;
}
.l-financing__button {
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border-radius: 6px;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.43;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  transition: 0.5s all;
  border: 2px solid #ffffff;
  color: #ffffff;
  position: relative;
}
.l-financing__button:visited {
  color: #ffffff;
}
.l-financing__button:hover {
  text-decoration: none;
  color: #ff4438;
  opacity: 1;
  color: #ff4438;
  background-color: #ffffff;
}
.l-financing__button:hover:hover, .l-financing__button:hover:active, .l-financing__button:hover:focus, .l-financing__button:hover:visited {
  color: #ff4438;
}
.l-financing__button.disabled:hover {
  cursor: initial;
}
.l-financing--finance-page .l-financing__button {
  border: none;
  font-size: 1.125em;
  padding: 10px;
}
.l-financing__button--yellow {
  background: #ffe75c;
  color: #ff4438;
  border: none;
}
.l-financing__button--yellow:visited {
  color: #ff4438;
}
.l-financing__button--yellow:hover {
  color: #ff4438;
  background: #ffe75c;
}
.l-financing__table {
  color: white;
  font-size: 0.8125em;
  width: calc(100% + 6px);
  margin-left: -3px;
}
.l-financing__table table {
  width: 100%;
  margin: 20px 0;
}
.l-financing__table th {
  font-weight: normal;
  text-align: left;
  padding: 0px 3px;
}
.l-financing__table td {
  text-align: right;
  padding: 0px 3px;
}
.l-financing__table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-financing__table tr:first-child {
  border-top: none;
}
.l-financing__tax {
  padding-right: 15px;
}
.l-financing__show-conditions {
  margin-bottom: 0;
}
.l-financing__info-link {
  display: flex;
  gap: 5px;
  justify-content: center;
  cursor: pointer;
}
.l-financing__link-icon svg {
  width: 16px;
  height: 16px;
}
.l-financing__link-text {
  text-decoration: underline;
}
.l-financing .noUi-connect {
  background: #ffe75c;
  border-radius: 1.5px;
}
.l-financing .noUi-horizontal {
  height: 3px;
}
.l-financing .noUi-horizontal .noUi-handle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ffe75c;
  border: 3px solid #f3bf5b;
  right: -9.5px;
  top: -7px;
  cursor: pointer;
}
.l-financing .noUi-horizontal .noUi-handle:before, .l-financing .noUi-horizontal .noUi-handle:after {
  content: none;
}
.l-financing .noUi-target {
  box-shadow: none;
  border-radius: 1.5px;
  border: none;
  background: #a31622;
}
.l-financing .noUi-tooltip {
  background: #ffe75c;
  color: #585858;
  font-weight: 500;
  border: none;
  border-radius: 12px 12px 12px 0;
  padding: 4px 10px;
  line-height: 1;
  transform: none;
  left: 5px;
  margin-bottom: 3px;
  display: none;
}
.l-financing__slider {
  margin: 50px 0 0;
}
.l-financing__slider-value {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 30px;
  left: -5px;
}
@media (max-width: 1199.98px) {
  .l-financing__slider-value {
    width: 100%;
    left: 0;
  }
}
.l-financing__slider-value div {
  background: #ffe75c;
  color: #585858;
  font-weight: 500;
  border: none;
  border-radius: 12px;
  width: fit-content;
  padding: 4px 10px;
  line-height: 1;
  transform: none;
  left: 5px;
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  .l-financing__slider-value div {
    font-size: 0.875em;
  }
}
.l-financing__icon {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 100px;
  height: 90px;
}
.l-financing .errors {
  font-size: 0.6875em;
  position: absolute;
  margin-top: 5px;
}
.l-financing__valuation-info {
  display: none;
  background: #cd202e;
  border-radius: 6px;
  position: relative;
  text-align: center;
  padding: 5px;
}
.l-financing__valuation-info:before {
  content: " ";
  position: absolute;
  left: -3px;
  top: 18px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #cd202e;
  border-left: 5px solid #cd202e;
  transform: rotate(45deg);
}
.l-financing__valuation-info p {
  margin: 0;
  line-height: 1.2;
}
.l-financing__valuation-title {
  font-size: 0.75em;
}
.l-financing__valuation-discount {
  font-size: 1.125em;
  color: #ffe75c;
  padding-right: 15px;
}
.l-financing__info-btn {
  position: absolute !important;
  right: 0 !important;
  top: 1px !important;
}
.l-financing__interaction-blocker-content {
  color: white;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 20px 33px -20px rgba(0, 0, 0, 0.26);
  background-image: linear-gradient(58deg, #780010 37%, #a21521 98%, #a31622 98%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-financing__interaction-blocker-content {
    padding: 15px 15px 30px 15px;
  }
}
.l-financing__interaction-blocker {
  display: block;
  width: 100%;
}
.l-financing__calc-block {
  display: flex;
}
@media (max-width: 767.98px) {
  .l-financing__calc-block {
    display: block;
  }
}
.l-financing__initial-slider {
  margin: 20px auto;
  max-width: 275px;
  width: 100%;
}
.l-financing__blocker-text {
  max-width: 480px;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  text-align: center;
  color: white;
  line-height: 120%;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .l-financing__blocker-text br {
    display: none;
  }
}
.l-financing__blocker-subtext {
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-subtext {
    max-width: 120px;
  }
}
.l-financing__blocker-subtext-2 {
  font-family: "Quicksand", sans-serif;
  max-width: 80%;
  margin: 0 50px;
  font-size: 12px;
}
.l-financing__blocker-label {
  cursor: pointer;
}
.l-financing__blocker-slider {
  max-width: 275px;
  width: 100%;
}
.l-financing__blocker-min, .l-financing__blocker-max {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  color: white;
  position: absolute;
  top: -12px;
  min-width: 100px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-min, .l-financing__blocker-max {
    top: 22px;
    font-size: 14px;
  }
}
.l-financing__blocker-min {
  right: calc(100% + 20px);
  text-align: right;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-min {
    right: -30px;
  }
}
.l-financing__blocker-max {
  left: calc(100% + 20px);
  text-align: left;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-max {
    left: -30px;
  }
}
.l-financing__blocker-current {
  position: absolute;
  top: -40px;
  right: 0;
  color: #585858;
  padding: 0px 10px;
  min-width: 60px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #ffe75c;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-current {
    font-size: 14px;
    top: -35px;
  }
}
.l-financing__blocker-slider {
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.l-financing__next-button {
  position: absolute;
  bottom: 5px;
  right: -240px;
  font-family: "Quicksand", sans-serif;
  color: #a31622;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #ffe75c;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .l-financing__next-button {
    font-size: 14px;
    bottom: unset;
    position: relative;
    right: unset;
    margin: 20px auto 0 auto;
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
  }
}
.l-financing__blocker-label-text {
  font-size: 32px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  color: #ffe75c;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-label-text {
    font-size: 24px;
  }
}
.l-financing__blocker-checkbox {
  position: relative !important;
  top: 5px !important;
  width: 30px !important;
  height: 30px !important;
  -webkit-appearance: none;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-checkbox {
    width: 20px !important;
    height: 20px !important;
    top: 3px !important;
    margin-right: 5px;
  }
}
.l-financing__blocker-checkbox:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  border: solid 3px #ffe75c;
  z-index: 1;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-checkbox:before {
    width: 20px;
    height: 20px;
    border: solid 2px #ffe75c;
  }
}
.l-financing__blocker-checkbox:checked:after {
  content: "" !important;
  width: 10px !important;
  height: 20px !important;
  border-bottom: 4px solid white !important;
  border-right: 4px solid white !important;
  position: absolute !important;
  top: 4px !important;
  left: 10px !important;
  transform: rotate(45deg) !important;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-checkbox:checked:after {
    width: 7px !important;
    height: 10px !important;
    left: 7px !important;
    border-bottom: 2px solid white !important;
    border-right: 2px solid white !important;
  }
}
.l-financing__blocker-slider-wrapper {
  height: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-financing__blocker-slider-wrapper {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.l-financing__blocker-slider-content {
  display: none;
}