@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("/assets/fonts/latoregular.woff2"); }

@font-face {
  font-family: "Caveat";
  font-display: swap;
  src: url("/assets/fonts/Caveatregular.ttf"); }

body {
  font-family: 'Lato', sans-serif;
  background-color: #F9FAFF; }

p, .remember-info {
  font-size: 16px;
  line-height: 24px;
  color: #444444; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.bg {
  background: #904ac2;
  background: -moz-linear-gradient(-45deg, #904ac2 0%, #8057ca 18%, #3891f0 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #904ac2), color-stop(18%, #8057ca), color-stop(100%, #3891f0));
  background: -webkit-linear-gradient(-45deg, #904ac2 0%, #8057ca 18%, #3891f0 100%);
  background: -o-linear-gradient(-45deg, #904ac2 0%, #8057ca 18%, #3891f0 100%);
  background: -ms-linear-gradient(-45deg, #904ac2 0%, #8057ca 18%, #3891f0 100%);
  /*background: linear-gradient(135deg, rgba(144,74,194,1) 0%, rgba(128,87,202,1) 18%, rgba(56,145,240,1) 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#904ac2', endColorstr='#3891f0', GradientType=1);
  background: linear-gradient(91.27deg, #7C4EB6 17.89%, #6072FF 81.77%);
  box-shadow: 0px 10px 25px rgba(53, 65, 159, 0.25);
  width: 100%;
  z-index: -1;
  height: 160px;
  position: absolute; }

header {
  position: absolute;
  width: 100%;
  top: 0; }

.second-brand {
  padding-left: 30px; }

.second-brand, .navbar .nav-link {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF; }

a:hover, .nav-link:hover {
  color: #14183c; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus {
    outline: none; }

.logo-container {
  position: absolute;
  left: 0;
  top: 0; }

.main-body {
  padding-top: 104px; }

.title {
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  color: #FFFFFF;
  padding-bottom: 25px;
  letter-spacing: 2px; }

.google-ad h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #444444; }

.google-ad p {
  color: #777777; }

.google-ad .info-box {
  margin-bottom: 0;
  min-height: 200px; }

.find_out_more {
  width: 153px;
  height: 35px;
  background: #0083E1;
  border-radius: 33px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 4px;
  margin-top: 15%; }

.info-box {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  padding: 29px; }

.info-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #525CA5; }

.tips {
  background: #F6FFEB;
  border: 1px solid #D0F5A1;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 24px 24px 24px; }

.tips-title {
  position: relative;
  margin-bottom: 8px; }
  .tips-title img {
    margin-bottom: 7px; }

.controllers {
  position: relative;
  width: 33%;
  margin: 0 auto; }
  .controllers .carousel-control-next,
  .controllers .carousel-control-prev {
    font-size: 12px;
    line-height: 16px;
    color: #525CA5;
    width: 60%;
    opacity: 1;
    font-family: sans-serif; }

img#close_tips {
  position: absolute;
  left: auto;
  right: -8px; }

.precalculations h3 {
  margin-bottom: 18px; }

.pre-btn-col {
  padding: 7px; }

.pre-btn {
  border: 1px solid #E9EBFF;
  box-sizing: border-box;
  border-radius: 48px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #6971AE; }

.predefined {
  margin-bottom: 30px; }
  .predefined .col-6 .pre-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 10px; }

#pre_select {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  padding: 5px 16px; }

label {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #777777; }

.sidebar-block {
  margin-bottom: 40px; }

.find_out_div {
  background: #E6E6E6;
  text-align: center;
  padding: 22px; }
  .find_out_div .find_out_more {
    margin-top: 0; }

.back_to_top_div {
  min-height: 35px;
  margin-bottom: 30px; }

.back-to-top {
  text-align: center; }

#back_to_top {
  font-size: 16px;
  line-height: 16px;
  color: #525CA5;
  border-bottom: 1px solid;
  margin-left: 4px;
  padding-bottom: 1px; }

footer {
  background: #FFFFFF;
  border: 1px solid #E9EBFF;
  box-sizing: border-box;
  padding: 15px; }
  footer .menu {
    margin-bottom: 10px; }
    footer .menu a {
      font-size: 14px;
      line-height: 18px;
      color: #525CA5;
      margin-right: 10px; }

.copyright {
  font-size: 12px;
  line-height: 16px;
  color: #444444; }

.breadcrumb-div {
  margin-bottom: 26px;
  padding: 0; }
  .breadcrumb-div a {
    text-decoration-line: underline; }
  .breadcrumb-div a, .breadcrumb-div span {
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    color: #777777; }

.outside-title {
  margin-bottom: 15px; }

.flex-row {
  display: flex;
  background-color: #fff; }

.flex-col {
  width: 50%;
  border: 1px solid #E9EBFF;
  box-sizing: border-box;
  padding: 20px 24px; }

.result-label {
  font-size: 12px;
  line-height: 16px;
  color: #444444;
  margin-bottom: 5px;
  display: block; }

.mortgage_summary h2 {
  font-size: 24px;
  line-height: 32px;
  color: #525CA5; }

.mortgage_summary img {
  margin-top: 12px; }

.space {
  height: 40px; }

.block-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #525CA5;
  margin: 20px 0; }

.figure-out-tips {
  padding: 14px 24px;
  margin-bottom: 30px; }

.mobile-only, .mobile-only-inline {
  display: none; }
