body {
  background-color: #ffffff;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

table.table_component {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  overflow: auto;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
table.table_component caption {
  caption-side: top;
  text-align: left;
}
table.table_component th,
table.table_component th > div > p {
  color: #ffffff;
  padding: 0;
  text-align: left;
  width: 50%;
  margin: 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
table.table_component th:nth-child(odd) {
  background: #3b3331;
}
table.table_component th:nth-child(even) {
  background: #ffcd41;
}
table.table_component td {
  padding: 12px 16px;
  display: flex;
  width: 50%;
  margin: 0 10px;
}
table.table_component td:nth-child(odd) {
  background-color: #ffffff;
  color: #000000;
}
table.table_component td:nth-child(even) {
  background-color: #fff7e2;
  color: #000000;
}
table.table_component td > div {
  border-bottom: 1px solid #b5adad;
  padding-top: 0.2rem;
  width: 100%;
  flex: fit-content;
}
table.table_component tr {
  display: flex;
}
table.table_component tr:nth-child(7) td:nth-child(2), table.table_component tr:nth-child(7) td:nth-child(3), table.table_component tr:nth-child(7) td:nth-child(4) {
  text-align: center;
}
table.table_component tr:last-child td {
  display: flex;
}
table.table_component tr:last-child td > div {
  border-bottom: 1px solid #b5adad;
  padding-bottom: 2.8rem;
  flex: fit-content;
}
table.table_component tr:nth-child(1) td:nth-child(1), table.table_component tr:nth-child(1) td:nth-child(2), table.table_component tr:nth-child(1) td:nth-child(3), table.table_component tr:nth-child(1) td:nth-child(4) {
  padding: 16px 16px 12px 16px;
}

.table_mobile {
  display: none;
}

.side-header {
  border-top: 1px solid #b5adad;
  padding-top: 2.8rem;
  color: #3b3331;
  font-weight: 700;
}

.the-content {
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .the-content {
    padding-bottom: 6rem;
  }
}
.the-content h2 {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.the-content h3 {
  font-weight: 400;
  padding-top: 2rem;
  text-align: center;
}
.the-content hr.eyebrow {
  background-color: #ffcd41;
  border: none;
  color: #ffcd41;
  height: 0.4rem;
  max-width: 16rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 375px) and (max-width: 576px) {
  .the-content hr.eyebrow {
    max-width: 6rem;
  }
}
.the-content h3 ~ hr.eyebrow {
  margin-top: 0.5rem;
}
.the-content .h1-flex-loan {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 100;
  line-height: 1.3;
  margin: 0 0 0.8rem 0;
  font-size: 3.4rem;
  text-align: center;
  padding-bottom: 1.5rem;
}
.the-content .h2-flex-loan {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
  font-size: 2rem;
  margin: 0;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.the-content .subheading-descr {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 2rem;
  margin: 0;
  padding: 0.5rem 0;
}
.the-content td > div > h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #3b3331;
  font-weight: 400;
  font-family: "WF-Sans", Verdana, sans-serif;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
}

#page > div > div > section.container.mb-5.px-4.px-xl-0 > div > div > h2:nth-child(1),
#page > div > div > section.container.mb-5.px-4.px-xl-0 > div > div > h2:nth-child(3) {
  text-align: left;
  font-size: 1.5rem !important;
}

li a:hover {
  text-decoration: underline;
  color: #5a469b;
}

ul.accordion-container {
  padding-left: 0;
}
ul.accordion-container .btn-tertiary:hover {
  color: #3b3331;
}
ul.accordion-container .accordion-toggle button[aria-expanded=true] {
  background-image: url("/wp-content/uploads/images/icons/controls/accordion-closed.svg");
}
ul.accordion-container .accordion-toggle button[aria-expanded=false] {
  background-image: url("/wp-content/uploads/images/icons/controls/accordion-open.svg");
}
ul.accordion-container li {
  list-style-type: none;
  padding: 0;
}

h3.accordion-toggle {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #3b3331;
  font-weight: 300;
  font-family: "WF-Sans", Verdana, sans-serif;
  padding: 0;
  margin: 0;
}

.marquee h1::before,
.marquee-maxwidth h1::before {
  background-color: #ffcd41;
  border: none;
  color: #ffcd41;
  content: "";
  display: block;
  height: 0.4rem;
  max-width: 14rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.marquee h1,
.marquee-maxwidth h1 {
  max-width: 75%;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.25;
  color: #d71e28;
  margin: 0 auto 2.5rem;
}
.marquee h2,
.marquee-maxwidth h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 3.2rem;
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
}
.marquee p,
.marquee-maxwidth p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 3.2rem;
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
}

.marquee {
  padding: 0;
  min-height: 480px;
  height: 100%;
  background-position: center 10%;
}
@media (max-width: 576px) {
  .marquee {
    padding-top: 0 !important;
  }
}

.four-icon-row-section {
  margin-bottom: 60px;
}
.four-icon-row-section .container-fluid {
  background-color: #f4f0ed;
  padding: 5rem 3rem;
}
.four-icon-row-section .container-fluid .img-container {
  max-width: 75px;
  width: 100%;
  height: 75px;
  margin-right: 3rem;
}
.four-icon-row-section .container-fluid h2 {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
}
.four-icon-row-section .container-fluid h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  padding-top: 0rem;
}
.four-icon-row-section .container {
  padding: 5rem 3rem;
  background-color: #f4f0ed;
}
.four-icon-row-section .container .icon-text-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 420px;
  width: 100%;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
.four-icon-row-section .container .icon-text-col h3 {
  padding-top: 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
.four-icon-row-section .container .icons-content {
  justify-content: space-around;
}
.four-icon-row-section .container .img-container {
  max-width: 75px;
  width: 100%;
  height: 75px;
  margin-right: 3rem;
}

.account-comparison-section {
  margin: 5rem 0rem;
}
.account-comparison-section ul li a {
  text-decoration: underline;
}
.account-comparison-section .row > div {
  flex: none;
}
@media (max-width: 992px) {
  .account-comparison-section .row > div {
    max-width: 100%;
    width: 100%;
    border: 0.1rem solid #b5adad;
  }
}
.account-comparison-section .monthly {
  max-width: 12%;
  width: 12%;
}
.account-comparison-section .monthly .content-copy {
  padding: 4.5rem 2.5rem 1rem;
}
.account-comparison-section .current {
  max-width: 30%;
  width: 30%;
}
.account-comparison-section .equal-column {
  max-width: 43%;
  width: 43%;
}
.account-comparison-section .duo {
  max-width: 100%;
  width: 50%;
}
@media (min-width: 768px) {
  .account-comparison-section .duo {
    max-width: 50%;
  }
}
.account-comparison-section .duo .content-copy {
  height: 68rem;
}
@media (max-width: 992px) {
  .account-comparison-section .duo .content-copy {
    height: auto;
    border: 0 none;
  }
}
@media (max-width: 1160px) {
  .account-comparison-section .duo .content-copy {
    height: 75rem;
  }
}
.account-comparison-section .new {
  max-width: 58%;
  width: 58%;
}
.account-comparison-section .titles {
  height: 7rem;
  padding: 2rem;
}
.account-comparison-section .titles h2 {
  font-size: 2.4rem;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
.account-comparison-section .content-copy {
  border: 0.1rem solid #b5adad;
  padding: 1rem 3.5rem;
  height: 50rem;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .account-comparison-section .content-copy {
    height: auto;
    border: 0 none;
  }
}
.account-comparison-section .content-copy h3 {
  text-align: left;
  margin-bottom: 10px;
}

.faqs-section {
  margin-bottom: 5rem;
}
.faqs-section .container {
  padding: 0 2.4rem;
}
.faqs-section .accordion-container {
  margin-bottom: 3rem;
}
.faqs-section .accordion-container .accordion-toggle {
  padding: 1rem;
}
.faqs-section .accordion-container .accordion-toggle button {
  padding: 16px 24px;
}
.faqs-section .accordion-container .accordion-toggle button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.faqs-section h1 {
  font-size: 3.2rem;
  font-weight: 100;
  margin: 4rem 0rem;
  color: #d71e28;
  font-family: "WF-Sans", Verdana, sans-serif;
}
.faqs-section h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #3b3331;
}
.faqs-section .question-container {
  margin-bottom: 3rem;
}
.faqs-section .question-container h3 {
  margin-bottom: 0rem;
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  text-align: left;
}
.faqs-section .question-container ul li {
  line-height: 1.4;
  padding: 0;
  margin-bottom: 1rem;
}
.faqs-section ul {
  padding: 0.5rem 0 0 2.5rem;
  margin-top: 0;
}
.faqs-section .accordion-panel ul li {
  line-height: 1.4;
  padding: 0;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}
.faqs-section .additional-faqs {
  color: #5a469b;
  padding-top: 1rem;
  display: block;
  border-top: 0.1rem solid #3b3331;
  margin-bottom: 20px;
}

.cta-horizontal-section {
  margin-bottom: 5rem;
}
.cta-horizontal-section .container {
  background-color: #f2eeee;
  padding: 4.8rem 5rem;
}
.cta-horizontal-section .container .cta {
  display: flex;
  flex-direction: row;
}
.cta-horizontal-section .container .cta:not(:last-of-type) {
  margin-bottom: 4rem;
}
.cta-horizontal-section .container .cta-image {
  width: 61px;
  height: 61px;
  margin-right: 3rem;
}
.cta-horizontal-section .container p {
  font-size: 2.4rem;
  font-weight: 600;
}
.cta-horizontal-section .container p a {
  font-size: inherit;
  font-weight: inherit;
}

.cta-section {
  margin: 3rem 0 8rem 0;
}
.cta-section .container {
  background-color: #f4f0ed;
  padding: 2rem 0;
}
.cta-section .container .cta {
  max-width: 345px;
  width: 100%;
  height: 470px;
  background-color: #ffffff;
  box-shadow: 0 0 1.6rem 0 rgba(59, 51, 49, 0.15);
  padding: 4rem 0;
  margin: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.cta-section .container .cta.more-questions {
  padding: 4rem 2rem;
}
.cta-section .container .cta img {
  width: 122px;
  margin-bottom: 2rem;
}
.cta-section .container .cta ul {
  padding-left: 0;
  text-align: left;
  list-style-position: inside;
  padding-bottom: 10px;
}
.cta-section .container .cta ul li {
  padding: 0;
  line-height: 1.5;
}
.cta-section .container .cta a:not(.btn) {
  font-size: 1.7rem;
  color: #5a469b;
  font-weight: bold;
  text-decoration: none;
}
.cta-section .container .cta .have-questions-content {
  height: 200px !important;
}
.cta-section .container .cta .have-questions-content a:not(.footnote-link) {
  font-size: 1.7rem !important;
  font-weight: 400 !important;
}

.footnotes {
  padding: 2rem 0rem 0;
  border-top: 0.5px solid #1a1919;
}
.footnotes a {
  color: #5a469b;
  text-decoration: underline;
}
.footnotes ol {
  padding-left: 25px;
}
.footnotes ol li {
  padding: 0 0 0.8rem 0.1rem;
}
.footnotes p.content {
  text-indent: -2em;
}
.footnotes span.number {
  width: 2em;
  text-align: right;
  display: inline-block !important;
}
.footnotes.legal sup {
  top: -0.4375rem;
  font-size: 10px;
  line-height: 0;
}

.content-container ul li a {
  text-decoration: underline;
}

.notbox {
  border: 1px solid #141414;
  display: inline-block;
  padding: 1.8rem;
  margin: 3rem 0 3.3rem;
  font-weight: bold;
  font-size: 15px;
}
.notbox p {
  font-weight: bold;
  font-size: 15px;
}

.promo-item-cards-section {
  margin-bottom: 5rem;
}
.promo-item-cards-section h2 {
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1.285;
  color: #141414;
  text-align: center;
}
.promo-item-cards-section h2::before {
  background-color: #ffcd41;
  border: none;
  color: #ffcd41;
  content: "";
  display: block;
  height: 0.2rem;
  max-width: 5rem;
  margin: 0 auto 3rem auto;
  text-align: center;
}
.promo-item-cards-section .text-card-content h3 {
  font-weight: 400;
  padding: 2rem 0rem 1rem 0rem;
  text-align: left;
  font-size: 1.8rem;
}

.align-text-cards-center {
  justify-content: center;
}

.text-cards {
  background: url(https://www17.wellsfargomedia.com/assets/images/homepage/position-1-bg-gradient.png);
  background-size: auto;
  background-size: cover;
  margin: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.text-cards:nth-of-type(2) {
  background: url(https://www17.wellsfargomedia.com/assets/images/homepage/position-2-bg-gradient.png);
}

.text-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 24px;
  text-align: left;
}

.offset {
  top: 29rem;
}

.offset-content {
  margin-top: 25rem;
}
@media (max-width: 576px) {
  .offset-content {
    margin-top: 0;
  }
}

.accordion-toggle p {
  font-size: 16px;
}

.cta.have-questions {
  overflow: hidden;
}
.cta.have-questions .btn-secondary {
  border-radius: 24px;
  font-size: 1.6rem;
  margin-right: 0;
  max-width: 22rem;
  width: 100%;
}

footer .copyright {
  padding: 2.4rem 0 2.4rem 0;
}

.new-account-comparison-section {
  padding: 0 8px 50px 8px;
}

.wim-wfa p a {
  color: #ffffff;
}

.page-id-536 .marquee,
.page-id-472 .marquee,
.page-id-530 .marquee {
  padding-top: 0;
  background-position: 70% center;
  min-height: 270px;
}
@media (min-width: 768px) {
  .page-id-536 .marquee,
  .page-id-472 .marquee,
  .page-id-530 .marquee {
    background-position: 90% center;
    min-height: 480px;
    padding: 14rem 0 0 0;
  }
}
@media (min-width: 1024px) {
  .page-id-536 .marquee,
  .page-id-472 .marquee,
  .page-id-530 .marquee {
    background-position: 85% center;
  }
}
@media (min-width: 1290px) {
  .page-id-536 .marquee,
  .page-id-472 .marquee,
  .page-id-530 .marquee {
    background-position: 80% center;
  }
}
@media (min-width: 1550px) {
  .page-id-536 .marquee,
  .page-id-472 .marquee,
  .page-id-530 .marquee {
    background-position: 70% center;
  }
}
.page-id-536 .marquee h1::before,
.page-id-536 .marquee .marquee-maxwidth h1::before,
.page-id-472 .marquee h1::before,
.page-id-472 .marquee .marquee-maxwidth h1::before,
.page-id-530 .marquee h1::before,
.page-id-530 .marquee .marquee-maxwidth h1::before {
  display: none;
}
.page-id-536 .marquee h1,
.page-id-536 .marquee .marquee-maxwidth h1,
.page-id-472 .marquee h1,
.page-id-472 .marquee .marquee-maxwidth h1,
.page-id-530 .marquee h1,
.page-id-530 .marquee .marquee-maxwidth h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  color: #3b3331;
  max-width: 100%;
  margin-bottom: 1.6rem;
}
.page-id-536 .marquee p,
.page-id-536 .marquee .marquee-maxwidth p,
.page-id-472 .marquee p,
.page-id-472 .marquee .marquee-maxwidth p,
.page-id-530 .marquee p,
.page-id-530 .marquee .marquee-maxwidth p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 1.6rem;
}
.page-id-536 #main,
.page-id-472 #main,
.page-id-530 #main {
  padding: 4rem 2.4rem;
}
.page-id-536 .account-comparison-section .titles,
.page-id-472 .account-comparison-section .titles,
.page-id-530 .account-comparison-section .titles {
  height: 7.4rem;
  padding: 2.2rem 2.4rem;
  background-color: #3b3331;
}
.page-id-536 .account-comparison-section .titles h2,
.page-id-472 .account-comparison-section .titles h2,
.page-id-530 .account-comparison-section .titles h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
.page-id-536 .account-comparison-section .content-copy,
.page-id-472 .account-comparison-section .content-copy,
.page-id-530 .account-comparison-section .content-copy {
  padding: 2.4rem 1.6rem;
  border: none;
}
.page-id-536 .account-comparison-section .content-copy h3,
.page-id-472 .account-comparison-section .content-copy h3,
.page-id-530 .account-comparison-section .content-copy h3 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 0;
  margin-bottom: 0;
}
.page-id-536 .account-comparison-section .duo,
.page-id-472 .account-comparison-section .duo,
.page-id-530 .account-comparison-section .duo {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .page-id-536 .account-comparison-section .duo,
  .page-id-472 .account-comparison-section .duo,
  .page-id-530 .account-comparison-section .duo {
    max-width: 40%;
  }
}
.page-id-536 .account-comparison-section .duo .content-copy,
.page-id-472 .account-comparison-section .duo .content-copy,
.page-id-530 .account-comparison-section .duo .content-copy {
  height: 45rem;
}
@media (min-width: 768px) {
  .page-id-536 .account-comparison-section .duo .content-copy,
  .page-id-472 .account-comparison-section .duo .content-copy,
  .page-id-530 .account-comparison-section .duo .content-copy {
    height: 52rem;
  }
}
@media (min-width: 920px) {
  .page-id-536 .account-comparison-section .duo .content-copy,
  .page-id-472 .account-comparison-section .duo .content-copy,
  .page-id-530 .account-comparison-section .duo .content-copy {
    height: 40rem;
  }
}
.page-id-536 .cta-section .container .cta,
.page-id-472 .cta-section .container .cta,
.page-id-530 .cta-section .container .cta {
  max-width: 100%;
  height: auto;
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .page-id-536 .cta-section .container .cta,
  .page-id-472 .cta-section .container .cta,
  .page-id-530 .cta-section .container .cta {
    margin-bottom: 0rem;
    max-width: 30%;
  }
}
.page-id-536 .cta-section .container .cta img,
.page-id-472 .cta-section .container .cta img,
.page-id-530 .cta-section .container .cta img {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.6rem;
}
.page-id-536 .cta-section .container .cta a:not(.btn),
.page-id-472 .cta-section .container .cta a:not(.btn),
.page-id-530 .cta-section .container .cta a:not(.btn) {
  font-size: 0.75em;
  font-weight: 400;
}
.page-id-536 .cta-section .container .cta .have-questions-content,
.page-id-472 .cta-section .container .cta .have-questions-content,
.page-id-530 .cta-section .container .cta .have-questions-content {
  height: 150px !important;
}
.page-id-536 .cta-section .container .cta .have-questions-content a:not(.footnote-link),
.page-id-472 .cta-section .container .cta .have-questions-content a:not(.footnote-link),
.page-id-530 .cta-section .container .cta .have-questions-content a:not(.footnote-link) {
  font-size: 1.7rem !important;
  font-weight: 400 !important;
}
.page-id-536 .cta.have-questions .btn-secondary,
.page-id-472 .cta.have-questions .btn-secondary,
.page-id-530 .cta.have-questions .btn-secondary {
  border: none;
  color: #5a469b;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
}
.page-id-536 .additional-faqs,
.page-id-472 .additional-faqs,
.page-id-530 .additional-faqs {
  display: none;
}
.page-id-536 .faqs-section,
.page-id-472 .faqs-section,
.page-id-530 .faqs-section {
  margin-bottom: 0;
}
.page-id-536 .the-content h2,
.page-id-472 .the-content h2,
.page-id-530 .the-content h2 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.page-id-536 ul,
.page-id-472 ul,
.page-id-530 ul {
  padding-left: 2.4rem;
}
.page-id-536 ul li,
.page-id-472 ul li,
.page-id-530 ul li {
  padding: 0 0 2rem 0.6rem;
}
.page-id-536 #rsnip,
.page-id-472 #rsnip,
.page-id-530 #rsnip {
  border: 1px solid #141414;
  padding: 0 1.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2.4rem 0;
}
.page-id-536 #rsnip h4,
.page-id-472 #rsnip h4,
.page-id-530 #rsnip h4 {
  padding: 1rem 0 2rem 0;
  font-size: 1.5rem;
}
.page-id-536 #footnote5 > h4,
.page-id-472 #footnote5 > h4,
.page-id-530 #footnote5 > h4 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.page-id-536 .justify-content-center,
.page-id-472 .justify-content-center,
.page-id-530 .justify-content-center {
  justify-content: space-around !important;
}
.page-id-536 #page > div > div > section.account-comparison-section > div > div,
.page-id-472 #page > div > div > section.account-comparison-section > div > div,
.page-id-530 #page > div > div > section.account-comparison-section > div > div {
  justify-content: center;
}
.page-id-536 #page > div > div > section.account-comparison-section > div > div > div:nth-child(2) > div.titles,
.page-id-472 #page > div > div > section.account-comparison-section > div > div > div:nth-child(2) > div.titles,
.page-id-530 #page > div > div > section.account-comparison-section > div > div > div:nth-child(2) > div.titles {
  padding: 1.2rem 2.4rem;
}
.page-id-536 #page > div > div > section.account-comparison-section > div > div > div:nth-child(1) > div.content-copy > hr,
.page-id-536 #page > div > div > section.account-comparison-section > div > div > div:nth-child(2) > div.content-copy > hr,
.page-id-472 #page > div > div > section.account-comparison-section > div > div > div:nth-child(1) > div.content-copy > hr,
.page-id-472 #page > div > div > section.account-comparison-section > div > div > div:nth-child(2) > div.content-copy > hr,
.page-id-530 #page > div > div > section.account-comparison-section > div > div > div:nth-child(1) > div.content-copy > hr,
.page-id-530 #page > div > div > section.account-comparison-section > div > div > div:nth-child(2) > div.content-copy > hr {
  margin: 1.6rem 0;
}
.page-id-536 #page > div > div > section.mb-5,
.page-id-472 #page > div > div > section.mb-5,
.page-id-530 #page > div > div > section.mb-5 {
  background: #F9F7F6;
  padding: 4rem 4rem !important;
  margin-bottom: 6rem !important;
}
.page-id-536 #page > div > div > section.mb-5 div > div > div > h2:nth-child(1),
.page-id-536 #page > div > div > section.mb-5 div > div > div > h2:nth-child(3),
.page-id-472 #page > div > div > section.mb-5 div > div > div > h2:nth-child(1),
.page-id-472 #page > div > div > section.mb-5 div > div > div > h2:nth-child(3),
.page-id-530 #page > div > div > section.mb-5 div > div > div > h2:nth-child(1),
.page-id-530 #page > div > div > section.mb-5 div > div > div > h2:nth-child(3) {
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.page-id-536 #page > div > div > section.mb-5 div > div > div > p:nth-child(2),
.page-id-536 #page > div > div > section.mb-5 div > div > div > p:nth-child(4),
.page-id-472 #page > div > div > section.mb-5 div > div > div > p:nth-child(2),
.page-id-472 #page > div > div > section.mb-5 div > div > div > p:nth-child(4),
.page-id-530 #page > div > div > section.mb-5 div > div > div > p:nth-child(2),
.page-id-530 #page > div > div > section.mb-5 div > div > div > p:nth-child(4) {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.page-id-536 #page > div > div > section.cta-section:nth-child(5),
.page-id-472 #page > div > div > section.cta-section:nth-child(5),
.page-id-530 #page > div > div > section.cta-section:nth-child(5) {
  margin-bottom: 1rem;
}
.page-id-536 #page > div > div > section.cta-section:nth-child(5) > .container,
.page-id-472 #page > div > div > section.cta-section:nth-child(5) > .container,
.page-id-530 #page > div > div > section.cta-section:nth-child(5) > .container {
  background-color: #ffffff;
  margin: 3rem 0 0 0;
}
.page-id-536 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions,
.page-id-472 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions,
.page-id-530 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions {
  box-shadow: none;
  margin-bottom: 0;
  padding: 4rem 4rem 0 4rem;
}
.page-id-536 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions div > h2,
.page-id-472 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions div > h2,
.page-id-530 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions div > h2 {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
.page-id-536 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions div > p > a,
.page-id-472 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions div > p > a,
.page-id-530 #page > div > div > section.cta-section:nth-child(5) > .container .have-questions div > p > a {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "WF-Sans", Verdana, sans-serif;
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-decoration: underline;
}
.page-id-536 #page > div > div > section:nth-child(6) > div > div,
.page-id-536 #page > div > div > section:nth-child(4) > div > div,
.page-id-472 #page > div > div > section:nth-child(6) > div > div,
.page-id-472 #page > div > div > section:nth-child(4) > div > div,
.page-id-530 #page > div > div > section:nth-child(6) > div > div,
.page-id-530 #page > div > div > section:nth-child(4) > div > div {
  justify-content: center !important;
}
.page-id-536 #page > div > div > section:nth-child(7),
.page-id-472 #page > div > div > section:nth-child(7),
.page-id-530 #page > div > div > section:nth-child(7) {
  margin: 3rem 0 4rem 0;
}
.page-id-536 #page > div > div > section:nth-child(7) > div,
.page-id-472 #page > div > div > section:nth-child(7) > div,
.page-id-530 #page > div > div > section:nth-child(7) > div {
  padding: 4rem !important;
}
.page-id-536 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(1) div > h2,
.page-id-536 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(2) div > h2,
.page-id-536 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(3) div > h2,
.page-id-472 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(1) div > h2,
.page-id-472 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(2) div > h2,
.page-id-472 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(3) div > h2,
.page-id-530 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(1) div > h2,
.page-id-530 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(2) div > h2,
.page-id-530 #page > div > div > section:nth-child(7) div > div > div > div:nth-child(3) div > h2 {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}

@media (max-width: 576px) {
  h1 {
    text-align: center;
    margin: 0;
  }
  .faqs-section .container {
    padding: 4rem 3rem;
  }
  .four-icon-row-section .container .cta {
    flex-direction: column;
  }
  .four-icon-row-section .container .cta .cta-image {
    margin-bottom: 3rem;
  }
  .four-icon-row-section .container .img-container {
    margin-right: 2rem;
  }
}
@media (max-width: 450px) {
  .cta-section .have-questions-content {
    height: 400px !important;
  }
  .table_component p,
  .table_component ul,
  .table_component a {
    font-size: 1rem !important;
  }
  .table_component .footnote-tag a {
    font-size: 0.7rem !important;
  }
}
