.wp-block-saldo-hero-calculator {
  --hero-min-height-mobile: 0px;
  --hero-min-height-mobile-wide: 400px;
  --hero-min-height-tablet: 400px;
  --hero-min-height-desktop: 600px;
  --hero-min-height-wide: 800px;
  --hero-max-width: 1648px;
  --hero-column-width: minmax(1px, calc(var(--hero-max-width) / 2));
  --hero-gap-mobile: 24px 16px;
  --hero-gap-desktop: 32px;
  --hero-padding-x: 16px;
  --hero-header-height-mobile: 40px;
  --hero-header-height-desktop: 52px;
  --hero-padding-bottom-mobile: 36px;
  --hero-padding-bottom-desktop: 96px;
  --hero-image-height: 88%;
  --hero-image-pos-x: 50%;
  --hero-image-pos-y: 0%;

  position: relative;
  min-height: var(--hero-min-height-mobile);
  padding-top: calc(var(--hero-header-height-mobile) + var(--hero-padding-bottom-mobile));
  padding-bottom: var(--hero-padding-bottom-mobile);
  overflow: hidden;
  background: var(--hero-bg, radial-gradient(circle at 45% 22%, var(--color-secondary) 0%, #256dad 34%, var(--color-primary) 105%));
}

.wp-block-saldo-hero-calculator.hero--bg-photo {
  background: var(--color-primary);
}

@media (min-width: 480px) {
  .wp-block-saldo-hero-calculator {
    min-height: var(--hero-min-height-mobile-wide);
  }
}

@media (min-width: 600px) {
  .wp-block-saldo-hero-calculator {
    min-height: var(--hero-min-height-tablet);
  }
}

@media (min-width: 960px) {
  .wp-block-saldo-hero-calculator {
    min-height: var(--hero-min-height-desktop);
    padding-top: calc(var(--hero-header-height-desktop) + var(--hero-padding-bottom-desktop));
    padding-bottom: var(--hero-padding-bottom-desktop);
  }
}

@media (min-width: 1264px) {
  .wp-block-saldo-hero-calculator {
    min-height: var(--hero-min-height-wide);
  }
}

.wp-block-saldo-hero-calculator.hero--banner {
  --hero-min-height-mobile: 0px;
  --hero-min-height-mobile-wide: 0px;
  --hero-min-height-tablet: 0px;
  --hero-min-height-desktop: 0px;
  --hero-min-height-wide: 0px;
  --hero-padding-bottom-mobile: 24px;
  --hero-padding-bottom-desktop: 48px;
}

.wp-block-saldo-hero-calculator.hero--banner .hero__grid {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin-inline: auto;
  padding-inline: 16px;
}

.wp-block-saldo-hero-calculator .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.wp-block-saldo-hero-calculator .hero__bg--photo,
.wp-block-saldo-hero-calculator .hero__bg--particles {
  overflow: hidden;
}

.wp-block-saldo-hero-calculator .hero__photo,
.wp-block-saldo-hero-calculator .hero__photo-overlay {
  position: absolute;
  inset: 0;
}

.wp-block-saldo-hero-calculator .hero__photo {
  background-image: var(--hero-photo-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
}

.wp-block-saldo-hero-calculator .hero__photo-overlay {
  background:
    linear-gradient(90deg, rgba(9, 12, 35, 0.22) 0%, rgba(9, 12, 35, 0.10) 45%, rgba(9, 12, 35, 0) 100%),
    linear-gradient(180deg, rgba(9, 12, 35, 0) 0%, rgba(9, 12, 35, 0.10) 100%);
}

.wp-block-saldo-hero-calculator.hero--calc-right .hero__photo-overlay {
  background:
    linear-gradient(270deg, rgba(9, 12, 35, 0.22) 0%, rgba(9, 12, 35, 0.10) 45%, rgba(9, 12, 35, 0) 100%),
    linear-gradient(180deg, rgba(9, 12, 35, 0) 0%, rgba(9, 12, 35, 0.10) 100%);
}

.wp-block-saldo-hero-calculator .hero__particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-saldo-hero-calculator .hero__particles li,
.wp-block-saldo-hero-calculator .hero__particles::before,
.wp-block-saldo-hero-calculator .hero__particles::after {
  content: "";
  position: absolute;
  width: 1280px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
}

.wp-block-saldo-hero-calculator .hero__particles li:nth-child(1) {
  top: 8%;
  left: -24%;
  transform: rotate(-6deg);
  opacity: 0.30;
}

.wp-block-saldo-hero-calculator .hero__particles li:nth-child(2) {
  top: 36%;
  left: -12%;
  transform: rotate(4deg);
  opacity: 0.22;
}

.wp-block-saldo-hero-calculator .hero__particles li:nth-child(3) {
  top: 58%;
  left: -28%;
  transform: rotate(-8deg);
  opacity: 0.26;
}

.wp-block-saldo-hero-calculator .hero__particles::before {
  top: 18%;
  left: -27%;
  transform: rotate(-10deg);
  opacity: 0.18;
}

.wp-block-saldo-hero-calculator .hero__particles::after {
  top: 52%;
  left: -16%;
  transform: rotate(6deg);
  opacity: 0.14;
}

@keyframes heroFloatRectA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-41.5deg);
  }

  50% {
    transform: translate3d(-22px, 0, 0) rotate(-41.5deg);
  }
}

@keyframes heroFloatRectB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0.72deg);
  }

  50% {
    transform: translate3d(78px, 0, 0) rotate(0.72deg);
  }
}

@keyframes heroFloatRectC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-41.2deg);
  }

  50% {
    transform: translate3d(76px, 0, 0) rotate(-41.2deg);
  }
}

@media (min-width: 1264px) {
  .wp-block-saldo-hero-calculator.hero--full .hero__particles li,
  .wp-block-saldo-hero-calculator.hero--full .hero__particles::before,
  .wp-block-saldo-hero-calculator.hero--full .hero__particles::after {
    width: auto;
    height: auto;
    border: 0;
    box-shadow: none;
    will-change: transform;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__particles li:nth-child(1) {
    top: 28%;
    left: 42%;
    width: 1780px;
    height: 1320px;
    opacity: 0.08;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    animation: heroFloatRectA 12s ease-in-out infinite;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__particles li:nth-child(2) {
    top: 34%;
    left: 67%;
    width: 980px;
    height: 520px;
    opacity: 0.12;
    background: linear-gradient(180deg, rgba(35, 49, 155, 1) 0%, rgba(35, 49, 155, 0) 100%);
    animation: heroFloatRectB 30s ease-in-out infinite;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__particles li:nth-child(3) {
    top: 8%;
    left: 53%;
    width: 2360px;
    height: 2230px;
    opacity: 0.10;
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    animation: heroFloatRectC 15s ease-in-out infinite;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__particles::before,
  .wp-block-saldo-hero-calculator.hero--full .hero__particles::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-saldo-hero-calculator.hero--full .hero__particles li,
  .wp-block-saldo-hero-calculator.hero--full .hero__particles::before,
  .wp-block-saldo-hero-calculator.hero--full .hero__particles::after {
    animation: none;
  }
}

.wp-block-saldo-hero-calculator .hero__person {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.wp-block-saldo-hero-calculator.hero--with-person .hero__person-img {
  position: absolute;
  left: var(--hero-image-pos-x);
  bottom: var(--hero-image-pos-y);
  height: var(--hero-image-height);
  width: auto;
  max-width: none;
  object-fit: contain;
  z-index: 1;
}

.wp-block-saldo-hero-calculator .hero__grid {
  position: relative;
  z-index: 10;
  display: grid;
  width: 100%;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "card"
    "points";
}

.wp-block-saldo-hero-calculator .calculator {
  grid-area: card;
}

.wp-block-saldo-hero-calculator .hero__title-wrap {
  grid-area: title;
}

.wp-block-saldo-hero-calculator .hero__points {
  grid-area: points;
}

.wp-block-saldo-hero-calculator.hero--no-calculator .hero__grid {
  grid-template-areas:
    "title"
    "points";
}

@media (min-width: 960px) {
  .wp-block-saldo-hero-calculator.hero--full .hero__grid {
    align-content: center;
    gap: var(--hero-gap-desktop);
    grid-template-columns: auto var(--hero-column-width) var(--hero-column-width) auto;
    grid-template-areas:
      ". . . ."
      ". card title ."
      ". card points ."
      ". . . .";
    grid-template-rows: auto auto auto auto;
  }

  .wp-block-saldo-hero-calculator.hero--calc-right.hero--full .hero__grid {
    grid-template-areas:
      ". . . ."
      ". title card ."
      ". points card ."
      ". . . .";
  }

  .wp-block-saldo-hero-calculator.hero--calc-right.hero--full .calculator {
    justify-self: end;
  }
}

.wp-block-saldo-hero-calculator .calculator {
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: var(--radius-card, 0px);
  box-shadow: 0 15px 30px -6px rgba(0, 0, 0, 0.25), 0 9px 18px -9px rgba(0, 0, 0, 0.3), 0 -6px 18px -4px rgba(0, 0, 0, 0.024);
  overflow: hidden;
  padding: 40px 24px 0;
}

@media (min-width: 960px) {
  .wp-block-saldo-hero-calculator .calculator {
    padding: 48px 32px 0;
  }
}

.wp-block-saldo-hero-calculator .calculator__title {
  position: relative;
  margin: 0 0 42px;
  padding-left: 16px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.87);
}

.wp-block-saldo-hero-calculator .calculator__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  width: 4px;
  height: 36px;
  transform: translateY(-50%);
  background: var(--color-primary);
}

.wp-block-saldo-hero-calculator .calculator__field {
  margin-bottom: 56px;
}

.wp-block-saldo-hero-calculator .calculator__summa-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.wp-block-saldo-hero-calculator .calculator__label {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
}

.wp-block-saldo-hero-calculator .calculator__amount-display {
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(2rem, 2.7vw, 2.390625rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #4b4e67;
}

.wp-block-saldo-hero-calculator .calculator__slider-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 8px;
}

.wp-block-saldo-hero-calculator .calculator__amount-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.wp-block-saldo-hero-calculator .calculator__amount-btn:hover,
.wp-block-saldo-hero-calculator .calculator__amount-btn:focus-visible {
  color: rgba(0, 0, 0, 0.72);
  outline: none;
}

.wp-block-saldo-hero-calculator .calculator__slider {
  min-width: 0;
}

.wp-block-saldo-hero-calculator .calculator__slider input[type="range"] {
  --range-progress: 72.97%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  border-radius: var(--radius-small, 2px);
  background: linear-gradient(to right, var(--color-secondary) 0%, var(--color-secondary) var(--range-progress), #e0e0e0 var(--range-progress), #e0e0e0 100%);
  outline: none;
  box-shadow: none;
}

.wp-block-saldo-hero-calculator .calculator__slider input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}

.wp-block-saldo-hero-calculator .calculator__slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border: 0;
  border-radius: 50%;
  background: var(--color-secondary);
  box-shadow: none;
}

.wp-block-saldo-hero-calculator .calculator__slider input[type="range"]::-moz-range-track {
  height: 2px;
  border: 0;
  background: transparent;
}

.wp-block-saldo-hero-calculator .calculator__slider input[type="range"]::-moz-range-progress {
  height: 2px;
  background: var(--color-secondary);
}

.wp-block-saldo-hero-calculator .calculator__slider input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: var(--color-secondary);
  box-shadow: none;
}

.wp-block-saldo-hero-calculator .calculator__result-box {
  margin: 0 0 22px;
  color: rgba(0, 0, 0, 0.87);
}

.wp-block-saldo-hero-calculator .calculator__result-label {
  margin: 0;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
}

.wp-block-saldo-hero-calculator .calculator__duration {
  margin: 2px 0 22px;
  font-size: 13.5px;
  line-height: 1.6667;
  color: rgba(0, 0, 0, 0.87);
}

.wp-block-saldo-hero-calculator .calculator__result-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 64px;
  padding: 0 24px;
  border-radius: var(--radius-small, 2px);
  background: var(--color-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.wp-block-saldo-hero-calculator .calculator__result-value.is-hidden,
.wp-block-saldo-hero-calculator .calculator__instalment-selector.is-hidden {
  display: none;
}

.wp-block-saldo-hero-calculator .calculator__instalment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wp-block-saldo-hero-calculator .calculator__instalment-option {
  min-height: 64px;
  padding: 12px 16px;
  border: 0;
  border-radius: var(--radius-small, 2px);
  background: #e0e0e0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #5f6368;
  cursor: pointer;
}

.wp-block-saldo-hero-calculator .calculator__instalment-option.is-active,
.wp-block-saldo-hero-calculator .calculator__instalment-option:hover,
.wp-block-saldo-hero-calculator .calculator__instalment-option:focus-visible {
  background: var(--color-secondary);
  color: #fff;
  outline: none;
}

@media (min-width: 600px) {
  .wp-block-saldo-hero-calculator .calculator__instalment-options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.wp-block-saldo-hero-calculator .calculator__cta {
  position: relative;
  z-index: 2;
  display: table;
  min-width: 173px;
  min-height: 64px;
  margin: 0 auto -32px;
  padding: 18px 29px;
  border-radius: var(--radius-button, 2px);
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.wp-block-saldo-hero-calculator a.calculator__cta,
.wp-block-saldo-hero-calculator a.calculator__cta:visited,
.wp-block-saldo-hero-calculator a.calculator__cta:hover,
.wp-block-saldo-hero-calculator a.calculator__cta:focus-visible {
  color: #fff;
}

.wp-block-saldo-hero-calculator .calculator__legal {
  margin: 0 -24px;
  padding: 72px 24px 32px;
  background: #f5f5f5;
  font-family: var(--wp--preset--font-family--body, "Open Sans", sans-serif);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0333333333em;
  color: #4b4e67;
}

@media (min-width: 960px) {
  .wp-block-saldo-hero-calculator .calculator__legal {
    margin: 0 -32px;
    padding: 72px 32px 40px;
  }
}

.wp-block-saldo-hero-calculator .calculator__legal p,
.wp-block-saldo-hero-calculator .calculator__legal li,
.wp-block-saldo-hero-calculator .calculator__legal a,
.wp-block-saldo-hero-calculator .calculator__legal strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.wp-block-saldo-hero-calculator .calculator__legal p {
  margin: 0 0 12px;
}

.wp-block-saldo-hero-calculator .calculator__legal p:last-child {
  margin-bottom: 0;
}

.wp-block-saldo-hero-calculator .calculator__legal strong {
  font-weight: 700;
}

.wp-block-saldo-hero-calculator .calculator__legal a {
  text-decoration: underline;
}

.wp-block-saldo-hero-calculator .hero__title-wrap,
.wp-block-saldo-hero-calculator .hero__points {
  width: 100%;
}

.wp-block-saldo-hero-calculator .hero__title {
  position: relative;
  margin: 0;
  padding: 12px 16px;
  color: #fff;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.264706px;
}

.wp-block-saldo-hero-calculator .hero__title[data-title] {
  overflow: hidden;
  color: transparent;
}

.wp-block-saldo-hero-calculator .hero__title[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 12px;
  left: 0;
  bottom: -12px;
  width: calc(100% - 16px);
  color: #fff;
  backface-visibility: hidden;
  animation: reveal-text 0.8s cubic-bezier(0, 0, 0.2, 1) 2s both;
}

@keyframes reveal-text {
  0% {
    opacity: 0;
    transform-origin: left center;
    transform: translateX(-100%);
  }

  75% {
    opacity: 1;
  }

  100% {
    transform: translateX(16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-saldo-hero-calculator .hero__title[data-title]::before {
    animation: none;
    transform: translateX(16px);
    opacity: 1;
  }
}

.wp-block-saldo-hero-calculator .hero__title::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: calc(100% - 24px);
  border-radius: 999px;
  background: var(--color-primary);
  z-index: 1;
}

.wp-block-saldo-hero-calculator .hero__lead {
  margin: 20px 0 0;
  padding-left: 16px;
  color: #fff;
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.5rem;
  line-height: 1.5;
}

.wp-block-saldo-hero-calculator .hero__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.wp-block-saldo-hero-calculator .hero__points {
  color: #fff;
}

.wp-block-saldo-hero-calculator .hero__bullet {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  margin: 0;
  color: inherit;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0;
}

.wp-block-saldo-hero-calculator .hero__bullet > span:last-child,
.wp-block-saldo-hero-calculator .hero__bullet .rich-text {
  color: inherit;
}

.wp-block-saldo-hero-calculator .hero__bullet-number {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 2px solid currentColor;
  box-sizing: border-box;
}

.wp-block-saldo-hero-calculator .hero__bullet-number {
  position: relative;
  font-size: 0;
  color: inherit;
}

.wp-block-saldo-hero-calculator .hero__bullet-number::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

/* Chevron bullet style (») */
.wp-block-saldo-hero-calculator.hero--bullets-chevron .hero__bullet-number {
  border: 0;
  color: var(--hero-bullet-color, var(--color-cta));
}

.wp-block-saldo-hero-calculator.hero--bullets-chevron .hero__bullet-number::before {
  content: "»";
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

/* Custom bullet color */
.wp-block-saldo-hero-calculator[style*="--hero-bullet-color"] .hero__bullet-number {
  color: var(--hero-bullet-color);
}

.wp-block-saldo-hero-calculator .hero__lender {
  margin: 16px 0 0;
  font-family: var(--wp--preset--font-family--body);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}

.wp-block-saldo-hero-calculator .hero__lender::before {
  content: none;
}

@media (min-width: 960px) {
  .wp-block-saldo-hero-calculator.hero--no-calculator.hero--full .hero__grid {
    grid-template-areas:
      ". . . ."
      ". . title ."
      ". . points ."
      ". . . .";
  }

  .wp-block-saldo-hero-calculator.hero--calc-right.hero--no-calculator.hero--full .hero__grid {
    grid-template-areas:
      ". . . ."
      ". title . ."
      ". points . ."
      ". . . .";
  }

  .wp-block-saldo-hero-calculator.hero--full .calculator {
    justify-self: start;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__title-wrap {
    display: grid;
    align-self: stretch;
    align-content: end;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__points {
    display: grid;
    align-self: stretch;
    align-content: start;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__title,
  .wp-block-saldo-hero-calculator.hero--full .hero__points {
    max-width: 100%;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__title {
    font-size: 54px;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__bullets {
    gap: 16px;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__bullet {
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__lender {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
}

@media (min-width: 1264px) {
  .wp-block-saldo-hero-calculator.hero--full .hero__title {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0.529412px;
  }

  .wp-block-saldo-hero-calculator.hero--full.hero--with-person .hero__person-img {
    left: 50%;
    bottom: 0;
    height: 90.5%;
  }
}

@media (min-width: 1904px) {
  .wp-block-saldo-hero-calculator.hero--full .hero__title,
  .wp-block-saldo-hero-calculator.hero--full .hero__points {
    max-width: 824px;
  }
}

@media (max-width: 959px) {
  .wp-block-saldo-hero-calculator.hero--full {
    background: #fff;
    padding-top: 0;
  }

  .wp-block-saldo-hero-calculator.hero--bg-photo.hero--full {
    background: #fff;
  }

  .wp-block-saldo-hero-calculator.hero--with-person .hero__person {
    display: none;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__bg {
    display: none;
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__title-wrap {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 100px 16px 40px;
    box-sizing: border-box;
    background: radial-gradient(circle, var(--color-secondary) 0%, var(--color-primary) 150%);
  }

  .wp-block-saldo-hero-calculator.hero--bg-photo.hero--full .hero__title-wrap {
    background-color: var(--color-primary);
    background-image:
      linear-gradient(180deg, rgba(9, 12, 35, 0.12) 0%, rgba(9, 12, 35, 0.32) 100%),
      linear-gradient(90deg, rgba(9, 12, 35, 0.06) 0%, rgba(9, 12, 35, 0.06) 100%),
      var(--hero-photo-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .wp-block-saldo-hero-calculator .calculator {
    justify-self: stretch;
    width: calc(100% - 32px);
    max-width: none;
    margin-top: 60px;
    margin-inline: auto;
    padding: 0;
    box-shadow: none;
  }

  .wp-block-saldo-hero-calculator .calculator__title {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 32px;
  }

  .wp-block-saldo-hero-calculator .hero__title {
    font-size: 36px;
    line-height: 36px;
  }

  .wp-block-saldo-hero-calculator .hero__lead {
    margin-top: 16px;
    padding: 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
  }

  .wp-block-saldo-hero-calculator .calculator__title::before {
    top: 0;
    left: 0;
    transform: none;
  }

  .wp-block-saldo-hero-calculator .calculator__summa-row {
    flex-direction: column;
    gap: 12px;
  }

  .wp-block-saldo-hero-calculator .calculator__legal {
    margin: 0;
    padding: 64px 24px 28px;
  }

  .wp-block-saldo-hero-calculator .hero__points {
    color: rgba(0, 0, 0, 0.87);
  }

  .wp-block-saldo-hero-calculator .hero__title::after {
    display: none;
  }

  .wp-block-saldo-hero-calculator .calculator__cta {
    display: flex;
    width: min(488px, calc(100% - 112px));
    min-width: 0;
    justify-content: center;
    box-sizing: border-box;
  }

  .wp-block-saldo-hero-calculator .hero__bullets,
  .wp-block-saldo-hero-calculator .hero__lender {
    width: 100%;
  }

  .wp-block-saldo-hero-calculator .hero__bullet {
    padding: 8px 16px;
    background: #f4f6f9;
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .wp-block-saldo-hero-calculator .hero__lender {
    padding: 8px 16px;
    background: #f4f6f9;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .wp-block-saldo-hero-calculator .hero__bullet-number {
    color: var(--color-secondary);
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .wp-block-saldo-hero-calculator.hero--full .hero__title {
    font-size: clamp(35.1864px, calc(1.4368px + 5.6249vw), 51.4512px);
    line-height: clamp(35.1864px, calc(1.4368px + 5.6249vw), 51.4512px);
    letter-spacing: clamp(0.258724px, calc(0.0247px + 0.039vw), 0.378318px);
  }

  .wp-block-saldo-hero-calculator.hero--full .hero__title::after {
    display: block;
    top: 0;
    height: 100%;
  }
}
