.un-calculator__loader-prices-min, .un-calculator__loader-prices-max, .un-calculator__loader-price, .un-calculator__slider-val {
  font-size: 55px;
  line-height: 1.13;
}
@media (max-width: 1440px) {
  .un-calculator__loader-prices-min, .un-calculator__loader-prices-max, .un-calculator__loader-price, .un-calculator__slider-val {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .un-calculator__loader-prices-min, .un-calculator__loader-prices-max, .un-calculator__loader-price, .un-calculator__slider-val {
    font-size: 33px;
    line-height: 1.2;
  }
}

.grey_bg {
  background: #F6F7FA !important;
}

.bg-white {
  background-color: #fff !important;
}

.unlk-basic-calc {
  padding: 40px 20px 80px 20px;
}
.unlk-basic-calc .unlk-calc-search {
  padding-bottom: 25px;
}
.unlk-basic-calc .unlk-calc-search .search-form {
  width: 100%;
  text-align: center;
}
.unlk-basic-calc .unlk-calc-search .search-form input {
  background-color: #fff;
  width: 100%;
  padding: 0.35rem 0.3125rem !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-width: 1px;
  border-radius: 0.25rem;
  -tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
.unlk-basic-calc .unlk-calc-search .address-list {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  list-style: none;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  backdrop-filter: saturate(180%) blur(0.5rem);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  max-height: 300px;
  overflow: scroll;
}
.unlk-basic-calc .unlk-calc-search .address-list li {
  list-style: none;
  padding: 0.5rem 0.5rem 0 2rem;
  cursor: pointer;
  line-height: 1.5em;
  border-bottom-width: 1px;
}
.unlk-basic-calc .unlk-calc-search .address-list li:first-child {
  padding: 1rem 0.5rem 0rem 2rem;
}
.unlk-basic-calc .unlk-calc-search .address-list li:last-child {
  padding: 0.5rem 0.5rem 1rem 2rem;
}
.unlk-basic-calc .unlk-calc-search .address-list li:hover {
  background-color: #EFF8FA;
}
.unlk-basic-calc .calc-container {
  margin: 0 auto;
  max-width: 900px;
}
.unlk-basic-calc .calc-start .slider {
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;
}
.unlk-basic-calc .calc-start .slider .styled-slider {
  width: 100%;
  accent-color: #364690;
}
.unlk-basic-calc input.un-calculator__slider-val {
  width: 7em;
}
.unlk-basic-calc .un-calculator__slider-name {
  color: #8387B1;
  font-family: "Open Sans";
  font-size: 18px;
  padding: 5px;
}
.unlk-basic-calc .un-calculator__slider-val {
  font-family: "Open Sans";
  color: #000000;
  font-size: 36px;
  margin: 8px 0px 16px 0px;
}
.unlk-basic-calc .future-item {
  padding: 40px 15px 0px;
  text-align: center;
}
.unlk-basic-calc .future-item .text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
  font-size: 3rem;
  line-height: 1;
}
.unlk-basic-calc .future-item .text-lg, .unlk-basic-calc .future-item .text-xl {
  line-height: 1.75rem;
  font-size: 1.125rem;
}
.unlk-basic-calc .future-item .mt-4 {
  margin-bottom: 1rem;
}
.unlk-basic-calc .future-item div.content {
  padding: 24px;
  border-radius: 25px;
}
.unlk-basic-calc .unlk-calc-cta {
  text-align: center;
  font-size: 18px;
  padding: 25px 0px 0px 0px;
}
.unlk-basic-calc .unlk-calc-cta a.un-btn {
  margin: auto;
  font-size: 20px;
}

.un-calculator {
  padding: 0px 80px;
  margin: 0 auto;
  max-width: 1440px;
}
.un-calculator__title {
  margin-bottom: 25px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 24px;
  color: #3A7BBE;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1440px) {
  .un-calculator__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .un-calculator__title {
    font-size: sd(20px);
  }
}
.un-calculator__stateform {
  display: none;
}
.un-calculator__stateform-content .gform_confirmation_message {
  color: #000000;
}
.un-calculator__search {
  margin-bottom: 71px;
  width: 100%;
}
@media (max-width: 991px) {
  .un-calculator__search {
    margin-bottom: sd(71px);
  }
}
@media (max-width: 767px) {
  .un-calculator__search {
    margin-bottom: 36px;
  }
}
.un-calculator__search .relative {
  position: relative;
}
.un-calculator__search .address-list {
  position: absolute;
  left: 0px;
  right: 0px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #3a7bbe;
  z-index: 10;
  list-style: none;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 0.5rem;
  width: 100%;
}
.un-calculator__search .address-list li {
  padding: 0.5rem 0.5rem 0 2rem;
  cursor: pointer;
  line-height: 1.5em;
  border-bottom-width: 1px;
}
.un-calculator__search .address-list li:first-child {
  padding: 1rem 0.5rem 0rem 2rem;
}
.un-calculator__search .address-list li:last-child {
  padding: 0.5rem 0.5rem 1rem 2rem;
}
.un-calculator__search .address-list li:hover {
  background-color: #EFF8FA;
}
.un-calculator__search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 6px 8px;
  max-width: 595px;
  border: 1px solid #3A7BBE;
  border-radius: 100px;
}
@media (max-width: 1440px) {
  .un-calculator__search-form {
    max-width: 496px;
  }
}
.un-calculator__search-form input {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  border: 0;
  background-color: transparent;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 18px;
  color: #1D1F50;
}
@media (max-width: 991px) {
  .un-calculator__search-form input {
    padding: 0 sd(18px);
  }
}
.un-calculator__search-form input::placeholder {
  color: #1D1F50;
  opacity: 1;
}
.un-calculator__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.un-calculator__start {
  width: 43%;
}
@media (max-width: 767px) {
  .un-calculator__start {
    width: 100%;
  }
}
.un-calculator__right {
  width: 43%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .un-calculator__right {
    width: 100%;
    margin: auto;
  }
}
.un-calculator__end {
  width: 46%;
}
@media (max-width: 767px) {
  .un-calculator__end {
    width: 100%;
  }
}
.un-calculator__slider:nth-child(n+2) {
  margin-top: 47px;
}
@media (max-width: 991px) {
  .un-calculator__slider:nth-child(n+2) {
    margin-bottom: sd(47px);
  }
}
.un-calculator__slider-name {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 24px;
  color: #1D1F50;
  line-height: 1.35;
}
@media (max-width: 1440px) {
  .un-calculator__slider-name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .un-calculator__slider-name {
    font-size: sd(20px);
  }
}
.un-calculator__slider-val {
  margin-bottom: 21px;
  font-family: "Domine";
  font-weight: 700;
  color: #3A7BBE;
}
@media (max-width: 991px) {
  .un-calculator__slider-val {
    margin-bottom: sd(21px);
  }
}
.un-calculator__slider-stats {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.un-calculator__slider-line {
  position: relative;
  margin-bottom: 11px;
  border: 0 !important;
  height: 20px;
}
@media (max-width: 991px) {
  .un-calculator__slider-line {
    height: sd(20px);
  }
}
.un-calculator__slider-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #1D1F50;
}
.un-calculator__slider-line .ui-slider-range {
  background-color: #3A7BBE;
  border-radius: 0;
}
.un-calculator__slider-line .ui-slider-handle {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #1D1F50;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}
@media (max-width: 991px) {
  .un-calculator__slider-line .ui-slider-handle {
    width: sd(20px);
    height: sd(20px);
  }
}
.un-calculator__slider-min, .un-calculator__slider-max {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 18px;
  color: #1D1F50;
  line-height: 1;
}
@media (max-width: 1440px) {
  .un-calculator__slider-min, .un-calculator__slider-max {
    font-size: 16px;
  }
}
.un-calculator__slider-scale {
  width: 80%;
  margin-bottom: 20px;
  /*progress support*/
  /*webkit*/
  /*mozilla*/
  /*ms*/
}
.un-calculator__slider-scale input[type=range].styled-slider {
  height: 3em;
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1.2em + var(--ratio) * (100% - 1.2em));
}
.un-calculator__slider-scale input[type=range].styled-slider:focus {
  outline: none;
}
.un-calculator__slider-scale input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1em;
  background: #fff;
  border: 1px solid #D3D3D3;
  box-shadow: 0 0 2px black;
  margin-top: calc(0.3em - max(0.6em, 1px));
}
.un-calculator__slider-scale input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 0.6em;
  border: none;
  border-radius: 0;
  background: #ACACAC;
  box-shadow: none;
}
.un-calculator__slider-scale input[type=range].styled-slider::-webkit-slider-thumb:hover {
  background: #3a7bbe;
}
.un-calculator__slider-scale input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: #3a7bbe;
}
.un-calculator__slider-scale input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#3a7bbe, #3a7bbe) 0/var(--sx) 100% no-repeat, #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#3a7bbe, #3a7bbe) 0/var(--sx) 100% no-repeat, #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#3a7bbe, #3a7bbe) 0/var(--sx) 100% no-repeat, #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider::-moz-range-thumb {
  width: max(1.2em - 1px - 1px, 0px);
  height: max(1.2em - 1px - 1px, 0px);
  border-radius: 1em;
  background: #fff;
  border: 1px solid #D3D3D3;
  box-shadow: 0 0 2px black;
}
.un-calculator__slider-scale input[type=range].styled-slider::-moz-range-track {
  height: 0.6em;
  border: none;
  border-radius: 0;
  background: #ACACAC;
  box-shadow: none;
}
.un-calculator__slider-scale input[type=range].styled-slider::-moz-range-thumb:hover {
  background: #3a7bbe;
}
.un-calculator__slider-scale input[type=range].styled-slider:hover::-moz-range-track {
  background: #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider::-moz-range-thumb:active {
  background: #3a7bbe;
}
.un-calculator__slider-scale input[type=range].styled-slider:active::-moz-range-track {
  background: #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#3a7bbe, #3a7bbe) 0/var(--sx) 100% no-repeat, #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#3a7bbe, #3a7bbe) 0/var(--sx) 100% no-repeat, #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#3a7bbe, #3a7bbe) 0/var(--sx) 100% no-repeat, #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}
.un-calculator__slider-scale input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}
.un-calculator__slider-scale input[type=range].styled-slider::-ms-thumb {
  width: 1.2em;
  height: 1.2em;
  border-radius: 1em;
  background: #fff;
  border: 1px solid #D3D3D3;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}
.un-calculator__slider-scale input[type=range].styled-slider::-ms-track {
  height: 0.6em;
  border-radius: 0;
  background: #ACACAC;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}
.un-calculator__slider-scale input[type=range].styled-slider::-ms-thumb:hover {
  background: #3a7bbe;
}
.un-calculator__slider-scale input[type=range].styled-slider:hover::-ms-track {
  background: #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider::-ms-thumb:active {
  background: #3a7bbe;
}
.un-calculator__slider-scale input[type=range].styled-slider:active::-ms-track {
  background: #ACACAC;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: 0.6em;
  border-radius: 0px 0 0 0px;
  margin: -undefined 0 -undefined -undefined;
  background: #3a7bbe;
  border: none;
  border-right-width: 0;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #3a7bbe;
}
.un-calculator__slider-scale input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #3a7bbe;
}
.un-calculator__propose {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 46px 0 59px;
  width: 100%;
  background-color: #EFF8FA;
  min-height: 550px;
}
@media (max-width: 991px) {
  .un-calculator__propose {
    padding: sd(46px) 0 sd(59px);
    min-height: initial;
  }
}
.un-calculator__propose-icon {
  margin-bottom: 31px;
  width: 127px;
  height: auto;
}
@media (max-width: 991px) {
  .un-calculator__propose-icon {
    width: sd(127px);
  }
}
.un-calculator__propose-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  color: #3A7BBE;
  line-height: 1.35;
  width: 80%;
  text-align: center;
}
@media (max-width: 991px) {
  .un-calculator__propose-title {
    margin-bottom: sd(16px);
    font-size: sd(20px);
  }
}
.un-calculator__propose-disclaimer {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #3A7BBE;
  line-height: 1.25;
  width: 80%;
  text-align: center;
}
@media (max-width: 991px) {
  .un-calculator__propose-disclaimer {
    margin-bottom: sd(16px);
    font-size: sd(16px);
  }
}
.un-calculator__propose-price {
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
  font-family: "Domine";
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #1D1F50;
  line-height: 1;
}
@media (max-width: 991px) {
  .un-calculator__propose-price {
    margin-bottom: sd(66px);
    padding-left: sd(25px);
    font-size: sd(80px);
  }
}
@media (max-width: 767px) {
  .un-calculator__propose-price {
    font-size: 40px;
  }
}
.un-calculator__description {
  margin-top: -59px;
  padding: 34px 0 29px;
  background-color: #FBCD2F;
}
@media (max-width: 991px) {
  .un-calculator__description {
    margin-top: sd(-59px);
    padding: sd(34px) 0 sd(29px);
  }
}
@media (max-width: 767px) {
  .un-calculator__description {
    margin-top: 0;
  }
}
.un-calculator__description-content {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}
.un-calculator__description-content p {
  margin-bottom: 0;
}
.un-calculator__description-icon {
  margin-right: 18px;
  min-width: 19px;
  height: auto;
}
.un-calculator__bot {
  padding: 64px 0 57px;
  background-color: #1D1F50;
  color: #fff;
}
@media (max-width: 991px) {
  .un-calculator__bot {
    padding: sd(64px) 0 sd(57px);
  }
}
.un-calculator__bot-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.un-calculator__bot-content .un-calculator__start {
  margin-bottom: 50px;
}
.un-calculator__h3 {
  margin-bottom: 17px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  line-height: 1.36;
}
@media (max-width: 991px) {
  .un-calculator__h3 {
    margin-bottom: sd(17px);
    font-size: sd(25px);
  }
}
@media (max-width: 767px) {
  .un-calculator__h3 {
    text-align: center;
  }
}
.un-calculator__future {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  max-width: 434px;
}
@media (max-width: 767px) {
  .un-calculator__future {
    margin: 0 auto 23px;
  }
}
.un-calculator__future-title {
  margin-bottom: 19px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .un-calculator__future-title {
    font-size: sd(20px);
  }
}
.un-calculator__future-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #3A7BBE;
  border-radius: 6px;
  padding: 17px 13px 19px;
  width: 49%;
}
@media (max-width: 991px) {
  .un-calculator__future-item {
    padding: sd(17px) sd(13px) sd(19px);
  }
}
.un-calculator__future-wr {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.un-calculator__future-val {
  position: relative;
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 991px) {
  .un-calculator__future-val {
    font-size: sd(30px);
  }
}
.un-calculator__future-val_percent {
  margin-right: -6px;
  padding-right: 13px;
}
.un-calculator__future-val_percent::after {
  content: "%";
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 15px;
}
.un-calculator__future-up, .un-calculator__future-down {
  width: 19px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  .un-calculator__future-up, .un-calculator__future-down {
    width: sd(19px);
  }
}
.un-calculator__future-up {
  transform-origin: center;
  transform: rotate(-180deg);
}
.un-calculator__epc {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .un-calculator__epc {
    margin: 0 auto;
  }
}
.un-calculator__info {
  max-width: 434px;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 767px) {
  .un-calculator__info {
    margin: 0 auto;
  }
}
.un-calculator__info-title {
  margin-bottom: 5px;
  font-style: normal;
  font-size: 16px;
}
.un-calculator__info p {
  margin-bottom: 0;
}
.un-calculator__loader-val {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 62px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 991px) {
  .un-calculator__loader-val {
    margin-bottom: sd(62px);
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .un-calculator__loader-val {
    margin-bottom: sd(sd(62px));
    justify-content: center;
  }
}
.un-calculator__loader-price {
  font-family: "Domine";
  font-weight: 700;
}
.un-calculator__loader-prices {
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
}
.un-calculator__loader-prices-min, .un-calculator__loader-prices-max {
  font-family: "Domine";
  font-weight: 700;
}
@media (max-width: 374px) {
  .un-calculator__loader-prices-min, .un-calculator__loader-prices-max {
    font-size: 25px;
  }
}
.un-calculator__loader-prices-min {
  color: #3A7BBE;
}
.un-calculator__loader-prices-max {
  color: #FBCD2F;
}
.un-calculator__loader-line {
  position: relative;
  margin-bottom: 18px;
  width: 100%;
  height: 20px;
  background-color: #FBCD2F;
}
.un-calculator__loader-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #3A7BBE;
  z-index: 10;
}
.un-calculator__loader-safety {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #67CEF4;
}
.un-calculator__loader-share {
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
}
.un-calculator__loader-share-min, .un-calculator__loader-share-max {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 374px) {
  .un-calculator__loader-share-min, .un-calculator__loader-share-max {
    font-size: 12px;
  }
}
.un-calculator__loader-footnote-left {
  width: 43%;
  margin: 0 0 auto 0;
  padding-top: 1em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 374px) {
  .un-calculator__loader-footnote-left {
    font-size: 12px;
  }
}
.un-calculator__loader-footnote-right {
  width: 43%;
  margin: 0 0 0 0;
  padding-top: 1em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
@media (max-width: 374px) {
  .un-calculator__loader-footnote-right {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
