@layer globals;
* {
  box-sizing: border-box;
  margin: 0;
}
a {
  box-sizing: border-box;
  color: inherit;
  margin: 0;
  padding: 0;
}
a:not([class]):hover {
  opacity: 0.8;
}
body {
  color: #1F1F1F;
  font-family: var(--main-font-family);
  font-size: 16px;
  line-height: 1.39;
}
p {
  margin-bottom: 10px;
  text-wrap: pretty;
}
li p, p:last-child, p:only-child {
  margin-bottom: 0;
}
.containment {
  box-sizing: border-box;
  margin-inline: auto;
}
.section_spacer {
  margin-top: 3.5rem;
}
.page_body_contents {
  display: flex;
  flex-direction: column;
}
.page_body_contents > div:not(.no_section_gap) + div:not(.no_section_gap) {
  margin-top: 3.5rem;
}
.page_body_contents > .no_section_gap + div:not(.no_section_gap) {
  margin-top: 3.5rem;
}
.page_body_contents > div:not(.no_section_gap) + div.no_section_gap {
  margin-top: 3.5rem;
}
.page_body_contents > [data-content-type='comparisonSet'] + div.no_section_gap {
  margin-top: 3.5rem;
}
.page_body_contents > div:first-child:not(.no_section_gap) {
  margin-top: 3.5rem;
}
.page_body_contents > div:not(.no_section_gap):not(:has(._1tdyl74e)) + div:not(.no_section_gap):not(:has(._1tdyl74e)) {
  margin-top: 3.5rem;
}
.page_body_contents > .no_section_gap + div:not(.no_section_gap):not(:has(._1tdyl74e)) {
  margin-top: 3.5rem;
}
.page_body_contents > div:not(.no_section_gap):not(:has(._1tdyl74e)) + div.no_section_gap {
  margin-top: 3.5rem;
}
.page_body_contents > [data-content-type='comparisonSet'] + div.no_section_gap {
  margin-top: 3.5rem;
}
.page_body_contents > div:first-child:not(.no_section_gap):not(:has(._1tdyl74e)) {
  margin-top: 3.5rem;
}
span#personalized-refi-table:has(*) {
  margin-bottom: 3.5rem;
}
main:not(:has(~ .sm-hide)):not(:has(> [data-content-type='relatedTopicSet'])):not(:has(.page_body_contents > div:last-child.no_section_gap)) {
  margin-bottom: 3.5rem;
}
main > [data-content-type='relatedTopicSet']:has(.kjcqgc1) {
  margin-top: 3.5rem;
}
.page_body_contents:not(:has(> div:last-child.no_section_gap)) ~ [data-content-type='relatedTopicSet'] {
  margin-top: 3.5rem;
}
.sm-hide:not(:has(~ #site_map)) {
  margin-bottom: 3.5rem;
}
.flex_row {
  flex-direction: row;
}
.flex_col {
  flex-direction: column;
}
.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.push_up {
  margin-top: 1rem;
}
.push_up_24 {
  margin-top: 24px;
}
.push_up_32 {
  margin-top: 32px;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_16 {
  margin-bottom: 16px;
}
.mb_32 {
  margin-bottom: 32px;
}
.center {
  -webkit-box-pack: center;
  justify-content: center;
}
.middle {
  -webkit-box-align: center;
  align-items: center;
}
.text_center {
  text-align: center;
}
.overflow_hidden {
  overflow: hidden;
}
.bordered {
  border: 1px solid #d4d4d4;
}
.img_fluid {
  max-width: 100%;
  height: auto;
}
.framed {
  padding: 32px 28px;
}
.relative {
  position: relative;
}
.expand {
  max-height: 20rem !important;
}
.p_small, .fs_16 {
  font-size: 1rem;
  line-height: 1.5;
}
.bg_white {
  background-color: #fff;
}
.w_auto {
  width: auto;
}
.ml_24  {
  margin-left: 1.5rem;
}
.framed_lg {
  padding: 48px 56px;
}
.supertag {
  display: flex;
  font-family: var(--main-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, es_font {
  font-family: var(--header-font-family);
  font-weight: 700;
  text-wrap: pretty;
}
.header_1 {
  font-size: 2.5rem;
  line-height: 1.25;
}
.header_2 {
  font-size: 34px;
  line-height: 1.35;
}
.header_3 {
  font-size: 28px;
  line-height: 1.29;
}
.header_4 {
  font-size: 20px;
  line-height: 1.4;
}
.gradient_text {
  background: linear-gradient(3deg, #1E3860 14.64%, #1E3860 48.42%, #1E3860 85.36%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list_unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list_item {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-align: start;
  align-items: flex-start;
}
.list_item + .list_item {
  margin-top: 1rem;
}
.list_item > img, .list_item > .img_item {
  margin-right: 10px;
  position: relative;
  margin-top: 2px;
}
.list_item > .img_item {
  display: flex;
}
.btn_link {
  background-color: transparent;
  border: 0;
  color: #1F1F1F;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: initial;
  white-space: nowrap;
  font-family: var(--header-font-family);
}
.btn__secondary:hover {
  opacity: 1;
}
.sc__btn:hover {
  text-decoration: underline;
}
.sc__btn > .arrow {
  position: relative;
  will-change: transform;
  transition: transform 0.3s ease;
}
.sc__btn:hover > .arrow, .sc__btn:focus-within > .arrow {
  transform: translateX(4px);
}
.link {
  word-break: break-word;
}
.p_16, .fs_16 {
  font-size: 1rem;
  line-height: 1.5;
}
.gap_24 {
  gap: 24px;
}
a {
  color: inherit;
}
.hide {
  display: none !important;
}
.section_header {
  margin-bottom: 2.5rem;
  margin-inline: auto;
  max-width: 49.5rem;
  text-align: center;
}
sup {
  font-size: 75%;
  line-height: 1;
}
p:empty, ul:empty {
  display: none;
}
.margin_block {
  margin: 1rem 0;
}
:focus-visible {
  outline-offset: 4px;
}
.block_spacer {
  padding-block: 2.5rem;
}
.sm-hide {
  margin-top: 3.5rem;
}
@layer globals {
  .containment {
    width: min(1200px, calc(100% - 4rem));
  }
  .flex, [class*='flex_'] {
    display: flex;
  }
  .rounded {
    border-radius: 1rem;
    overflow: hidden;
  }
  @media screen and (max-width: 1023px) {
    .containment {
      width: min(45rem, calc(100% - 4rem));
    }
  }
  @media screen and (max-width: 768px) {
    .containment {
      width: min(33.75rem, calc(100% - 4rem));
    }
  }
  @media screen and (max-width: 603px) {
    .containment {
      width: calc(100% - 2rem);
    }
  }
}
@media screen and (max-width: 1023px) {
  .section_spacer {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .section_spacer {
    margin-top: 2rem;
  }
  .framed_lg {
    padding: 32px 28px;
  }
}
@media screen and (max-width:1280px) {
  .header_2 {
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .header_1 {
    font-size: 28px;
    line-height: 1.29;
  }
  .header_2 {
    font-size: 24px;
  }
  .header_3 {
    font-size: 24px;
  }
  .section_header {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width:320px) {
  .header_1 {
    font-size: 25px;
  }
  .header_2 {
    font-size: 21px;
  }
}