.calculator-section {
  position: relative;
  padding: 0 0 112px 0;
  margin-block: -148px -112px;
  z-index: 1;
}
@media (min-width: 992px) {
  .calculator-section {
    padding: 0 0 112px 0;
  }
}
.calculator-section__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
@media (min-width: 992px) {
  .calculator-section__content {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: start;
  }
}
.calculator-section__content > * {
  position: relative;
  color: black;
  isolation: isolate;
  padding: 16px;
  width: 100%;
}
.calculator-section__content > * > * {
  background-color: #fff;
  border-radius: 12px;
  padding: 48px 32px 32px;
}
.calculator-section__content > * > * h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #090a0c;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .calculator-section__content > * > * h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.calculator-section__content > *::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), linear-gradient(0deg, rgba(160, 179, 201, 0.19), rgba(160, 179, 201, 0.19));
  backdrop-filter: blur(34px);
  z-index: -1;
}
.calculator-section__slider-container {
  margin-bottom: 44px;
}
.calculator-section__slider-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  background: transparent;
  margin: 0;
  cursor: pointer;
}
.calculator-section__slider-container input[type=range]::-webkit-slider-runnable-track {
  height: 20px;
  border-radius: 4px;
  background: linear-gradient(to right, #0371ee 0%, #90c3fe var(--progress, 10%), #f7f8f9 var(--progress, 10%));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.0705882353) inset;
}
.calculator-section__slider-container input[type=range]::-moz-range-track {
  height: 20px;
  border-radius: 4px;
  background: linear-gradient(to right, #0371ee 0%, #90c3fe var(--progress, 10%), #f7f8f9 var(--progress, 10%));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.0705882353) inset;
}
.calculator-section__slider-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  border-radius: 999px;
  box-shadow: 0px 1.33px 2.67px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.0901960784), 0px 8px 5.33px 0px rgba(0, 0, 0, 0.0509803922), 0px 14.67px 5.33px 0px rgba(0, 0, 0, 0.0117647059), 0px 22.67px 6.67px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
  border: none;
  margin-top: -6px;
  margin-left: 1px;
}
.calculator-section__slider-container input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  border-radius: 999px;
  box-shadow: 0px 1.33px 2.67px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.0901960784), 0px 8px 5.33px 0px rgba(0, 0, 0, 0.0509803922), 0px 14.67px 5.33px 0px rgba(0, 0, 0, 0.0117647059), 0px 22.67px 6.67px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
  border: none;
  margin-top: -6px;
  margin-left: 1px;
}
.calculator-section__slider-container input[type=range]:hover + .calculator-section__range-output {
  display: block;
}
.calculator-section__label-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.calculator-section__label-row h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.calculator-section__info-icon {
  position: relative;
  margin-left: 4px;
  width: 1rem;
  height: 1rem;
  background-color: #64748b;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
}
.calculator-section__info-icon:hover .calculator-section__info-tooltip {
  display: block;
}
.calculator-section__info-tooltip {
  display: none;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #181c21;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 200px;
  font-weight: 400;
  color: #fff;
  max-width: 160px;
  font-size: 12px;
  line-height: 16px;
}
.calculator-section__info-value {
  margin-left: auto;
}
.calculator-section__info-value input {
  color: #090a0c;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid #c8d0d9;
  border-radius: 4px;
  padding: 8px 12px;
}
.calculator-section__info-value input::-webkit-outer-spin-button, .calculator-section__info-value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-section__range-wrapper {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.calculator-section__range-output {
  display: none;
  position: absolute;
  top: -48px;
  margin-left: 2px;
  background: #181c21;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.1em;
  border-radius: 4px;
  padding: 8px;
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 992px) {
  .calculator-section__range-output {
    font-size: 12px;
    line-height: 16px;
  }
}
.calculator-section__range-labels {
  display: flex;
  justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #8996a4;
}
.calculator-section__buttons-wrapper:not(:last-child) {
  margin-bottom: 32px;
}
.calculator-section__buttons-group {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  padding: 3px;
  margin: -3px;
}
.calculator-section__buttons-group::-webkit-scrollbar {
  display: none;
}
.calculator-section__buttons-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .calculator-section__buttons-row {
    flex-wrap: wrap;
  }
}
.calculator-section__buttons-row input[type=radio],
.calculator-section__buttons-row input[type=checkbox] {
  display: none;
}
.calculator-section__buttons-row input[type=radio] + label,
.calculator-section__buttons-row input[type=checkbox] + label {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid #c8d0d9;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #090a0c;
  width: fit-content;
  outline: 3px solid transparent;
  transition: all 0.25s ease-in-out;
}
.calculator-section__buttons-row input[type=radio] + label:hover,
.calculator-section__buttons-row input[type=checkbox] + label:hover {
  border-color: #0371ee;
}
.calculator-section__buttons-row input[type=radio] + label img,
.calculator-section__buttons-row input[type=checkbox] + label img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  object-fit: contain;
}
.calculator-section__buttons-row input[type=radio]:checked + label,
.calculator-section__buttons-row input[type=checkbox]:checked + label {
  border-color: #0371ee;
  outline: 3px solid rgba(3, 113, 238, 0.3019607843);
}
.calculator-section__summary-value {
  margin-bottom: 56px;
}
.calculator-section__summary-value div {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #65717f;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .calculator-section__summary-value div {
    font-size: 40px;
    line-height: 48px;
  }
}
.calculator-section__summary-value div.is-bigger {
  font-size: 38px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .calculator-section__summary-value div.is-bigger {
    font-size: 52px;
    line-height: 52px;
  }
}
.calculator-section__summary-value div span {
  color: #090a0c;
}
.calculator-section__summary-value p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3e4751;
}
@media (min-width: 992px) {
  .calculator-section__summary-value p {
    font-size: 16px;
    line-height: 24px;
  }
}
.calculator-section__notice {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3e4751;
  background-color: #f7f8f9;
  padding: 24px;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .calculator-section__notice {
    font-size: 18px;
    line-height: 27px;
  }
}
.calculator-section__notice h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #090a0c;
  margin-bottom: 16px;
}
.calculator-section__notice li {
  list-style: disc;
  margin-left: 20px;
}