@charset "UTF-8";
@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  overflow-x: hidden;
}

h1 {
  color: #D71E28;
  font-size: 57px;
  font-family: "WellsFargoSans-Bold", Arial, "sans-serif";
  font-weight: 700;
}

h2 {
  color: #D71E28;
  font-size: 24px;
  font-family: "WellsFargoSans-SemiBold", Arial, "sans-serif";
  line-height: 30px;
  font-weight: 500;
}

h3 {
  color: #3b3331;
  font-size: 20px;
  font-family: "WellsFargoSans-Semibold";
  line-height: 25px;
}

h4 {
  color: #3B3331;
  font-size: 15px;
  font-family: "WellsFargoSans-SemiBold", Arial, "sans-serif";
  line-height: 19px;
  font-weight: 500;
}

h6 {
  color: #3B3331;
  font-size: 28px;
  font-family: "WellsFargoSans-Display", Arial, "sans-serif";
  line-height: 53px;
  font-weight: 100;
}

.page {
  font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
  font-size: 15px;
  color: #000;
}

.navbar {
  height: 78px;
  background: #D71E28;
  border-bottom: 4px solid #fcc60a;
  box-sizing: border-box;
}
.navbar__logo {
  max-width: 210px;
  width: 100%;
  padding: 26px 20px;
}
@media screen and (min-width: 1600px) {
  .navbar__logo {
    margin: 0;
    padding: 26px 0 26px 130px;
  }
}
.navbar__logo img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .navbar__logo img {
    width: 85%;
  }
}

.customer-login {
  position: absolute;
  top: 10px;
  right: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customer-text {
  color: #fff;
  font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
  font-size: 13px;
  line-height: 1;
  margin: 0 0 5px;
}

.sign-on-button {
  align-items: center;
  background: #fff;
  color: var(--Warm-Gray-warm800, #3B3331);
  border: 1px solid #3b3331;
  border-radius: 24px;
  display: flex;
  font-family: "WellsFargoSans-SemiBold", Arial, "sans-serif";
  font-size: 17px;
  font-weight: 600;
  height: 27px;
  justify-content: center;
  padding: 1px 0 0;
  width: 92px;
}
.sign-on-button, .sign-on-button:link, .sign-on-button:visited, .sign-on-button:hover, .sign-on-button:active {
  color: #3B3331 !important;
  text-decoration: none !important;
}
.sign-on-button:hover {
  text-decoration: underline !important;
  text-decoration-color: #3B3331 !important;
}

@media screen and (max-width: 320px) {
  .navbar {
    position: relative;
    height: auto;
    min-height: 78px;
    padding-bottom: 40px;
    justify-content: center;
  }
  .navbar__logo {
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .customer-login {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .sign-on-button {
    width: 70px;
    font-size: 14px;
    height: 24px;
    padding: 0;
  }
  .customer-text {
    margin: 0;
  }
  .sign-on-button {
    margin: 0;
  }
}
.lb_hidden {
  position: absolute;
  width: 0;
  overflow: hidden;
  height: 0;
  line-height: 0;
}

.container {
  padding: 0 40px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1080px;
  }
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section_1 .video_wrapper {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .section_1 .video_wrapper object {
    max-height: 442px;
    margin: 0 auto;
    display: block;
  }
}
.section_1_content p {
  font-size: 18px;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  line-height: 23px;
  margin-top: 8px;
}

.section_1_content p strong {
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_1_content p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .section_1_content p {
    margin-top: 26px;
    margin-bottom: 32px;
    max-width: 1080px;
  }
}
@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section_2 .section_2_blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .section_2_blocks {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .section_2 .section_2_blocks {
    flex-direction: row;
    gap: 34px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section_2 .section_2_block h2 {
  color: #6E142D;
  font-weight: 400;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .section_2 .section_2_block h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 26px;
  }
}
.section_2 #banner_link {
  width: 100%;
  width: 289px;
  background-color: #D71E28;
  color: #fff;
  padding: 9px 30px;
  border-radius: 100px;
  border: 0;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif !important;
  font-size: 17px;
  line-height: 22px;
}

@media screen and (min-width: 1024px) {
  .section_2 #banner_link {
    width: 189px;
  }
}
.section_2 .section_2_block_form p {
  max-width: 266px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .section_2_block_form p {
    max-width: 770px;
  }
}
@media screen and (min-width: 360px) and (max-width: 1023px) {
  .section_2 .section_2_block_form p {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .section_2 .section_2_block_form p {
    min-width: 500px;
  }
}
.section_2 .seperator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1600px) {
  .section_2 .seperator {
    align-self: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .section_2 .seperator {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .seperator {
    gap: 40px;
    margin-top: 24px;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1600px) {
  .section_2 .seperator {
    flex-direction: column;
  }
}
.section_2 .seperator-left, .section_2 .seperator-right {
  width: 124px;
  background-color: #ccc;
  height: 2px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .seperator-left, .section_2 .seperator-right {
    width: 332px;
  }
}
@media screen and (min-width: 1600px) {
  .section_2 .seperator-left, .section_2 .seperator-right {
    height: 80px;
    width: 2px;
  }
}
.section_2 .seperator-center {
  color: #D71E28;
  font-size: 14px;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  line-height: 18px;
}

@media screen and (min-width: 1024px) {
  .section_2 .section_2_block_right .section_2_block_form_right form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .section_2_block_right .section_2_block_form_right form {
    margin-top: 15px;
  }
}
.section_2 .section_2_block_right #emailaddress {
  font-size: 16px;
  outline: none;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  width: 285px;
  border: none;
  padding: 16px 16px 10px 16px;
  outline: none;
  box-sizing: border-box;
  border-bottom: 1px solid #787070;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
}

.section_2 .section_2_block_right .form-field .emailaddress_label {
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 100%;
  color: #3b3331;
  pointer-events: none;
  opacity: 0.8;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 1024px) {
  .section_2 .section_2_block_right .form-field .emailaddress_label {
    top: 12px;
    left: 15px;
  }
}
.section_2 .section_2_block_right #get_my_code {
  width: 100%;
  max-width: 289px;
  background-color: #D71E28;
  color: #fff;
  padding: 9px 36px;
  border-radius: 100px;
  border: 0;
  font-size: 17px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif !important;
  margin-top: 22px;
  line-height: 22px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .section_2_block_right #get_my_code {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .section_2 .section_2_block_right #get_my_code {
    margin-top: 0;
    min-width: 214px;
  }
}
.section_2 .section_2_block_right p {
  max-width: 274px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .section_2_block_right p {
    max-width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .section_2 .section_2_block_right p {
    max-width: 464px;
    margin-top: 14px;
  }
}
.section_2 .offer-end {
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #D71E28;
  text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .offer-end::before {
    content: " ";
    width: 240px;
    background: #ccc;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
  }
  .section_2 .offer-end::after {
    content: " ";
    width: 240px;
    background: #ccc;
    height: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .section_2 .offer-end::before {
    content: " ";
    width: 400px;
    background: #ccc;
    height: 2px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
  }
  .section_2 .offer-end::after {
    content: " ";
    width: 400px;
    background: #ccc;
    height: 2px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 6px;
  }
}
.section_2 .joinus__column__success {
  display: none;
  flex-direction: column;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  color: #107857;
  line-height: 27px;
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .section_2 .joinus__column__success {
    text-align: left;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .joinus__column__success {
    gap: 30px;
    align-items: center;
  }
}
.section_2 .joinus__column__success p {
  position: relative;
  text-align: left;
  max-width: 360px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .section_2 .joinus__column__success p {
    max-width: unset;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section_2 .joinus__column__success {
    flex-direction: row;
  }
}
.section_2 .joinus__column__success .banner_form_success_button {
  background: #D71E28;
  border-radius: 100px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFF !important;
  max-width: 284px;
  width: 100%;
  height: 40px;
  text-decoration: none !important;
  display: inline-block;
}

@media screen and (min-width: 1600px) {
  .section_2 .joinus__column__success .banner_form_success_button {
    max-width: 200px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_2 .joinus__column__success .banner_form_success_button {
    max-width: 200px;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .section_2 .joinus__column__success .banner_form_success_button {
    margin-bottom: 0px !important;
    margin: 25px 0;
  }
}
.section_2 .joinus__column__success .small-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section_3 {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  max-width: 330px;
  margin: 0 auto;
  padding: 20px 24px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_3 {
    max-width: 770px;
    margin-top: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .section_3 {
    margin-top: 44px;
    max-width: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .section_3 .section_3_block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
  }
}
.section_3 hr {
  border: 1px solid #ccc;
  margin-top: 23px;
}

@media screen and (min-width: 1024px) {
  .section_3 hr {
    display: none;
  }
}
.section_3 .section_3_content h2 {
  font-size: 26px;
  line-height: 32px;
  color: #6E142D;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .section_3 .section_3_content h2 {
    line-height: 51px;
    font-size: 40px;
  }
}
.section_3 .section_3_block_col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  margin-top: 16px;
}

.section_3 .section_3_block_col .number {
  font-size: 50px;
  line-height: 48px;
  color: #D71E28;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}

.section_3 .section_3_block_col .wrapped_text h3 {
  margin: 0;
  font-size: 20px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #D71E28;
}

.section_3 .section_3_block_col .wrapped_text p {
  margin: 0;
  margin-top: 4px;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_3 .section_3_block_col .wrapped_text p {
    max-width: 285px;
  }
}
@media screen and (min-width: 1600px) {
  .section_3 .section_3_block_col .wrapped_text p {
    max-width: 408px;
  }
}
.section_3 .section_3_last_col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .section_3 .section_3_last_col {
    justify-content: flex-start;
  }
}
.section_3 .section_3_last_col h3 {
  margin: 0;
  font-size: 20px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #D71E28;
}

.section_3 .section_3_last_col p {
  margin: 0;
  margin-top: 4px;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
}

@media screen and (min-width: 1600px) {
  .section_3 .section_3_last_col .number {
    align-self: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_3 .section_3_last_col .number {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .section_3 .section_3_last_col .number {
    align-self: flex-start !important;
  }
}
.section_3 .section_3_last_col .number img {
  width: 29px;
  height: 35px;
}

.section_3 .section_3_footer h2 {
  font-size: 26px;
  line-height: 32px;
  color: #6E142D;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
}

.section_3 .section_3_footer .section_3_columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.section_3 .section_3_footer .section_3_col {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section_4 {
  position: relative;
}

.section_4 .section_4_header {
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .section_4_header {
    max-width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_header {
    max-width: 1000px;
  }
}
.section_4 .section_4_header h2 {
  font-size: 26px;
  line-height: 32px;
  color: #6E142D;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
}

@media screen and (min-width: 1600px) {
  .section_4 .section_4_header h2 {
    margin-top: 30px;
  }
}
.section_4 .section_4_header .section_4_columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

@media screen and (min-width: 1600px) {
  .section_4 .section_4_header .section_4_columns {
    flex-direction: row;
    justify-content: flex-start;
    gap: 54px;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .section_4 .section_4_header .section_4_columns.second_row {
    margin-top: 18px;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .section_4_header .section_4_columns.second_row {
    margin-top: 18px;
    justify-content: center;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_header .section_4_columns.second_row {
    margin-top: 53px;
    justify-content: center;
  }
}
.section_4 .section_4_header .section_4_columns.second_row .phone img {
  width: 31px;
  height: 38px;
}

.section_4 .section_4_header .section_4_columns.second_row .message img {
  width: 34px;
  height: 28px;
}

.section_4 .section_4_header .section_4_col {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 1600px) {
  .section_4 .section_4_header .section_4_col:last-child {
    justify-content: flex-start;
  }
}
.section_4 .section_4_header .section_4_col p {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
}

@media screen and (min-width: 1600px) {
  .section_4 .section_4_header .section_4_col {
    flex-basis: 33%;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_header .section_4_col.phone {
    max-width: 248px;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_header .section_4_col.message {
    max-width: 275px;
    width: 100%;
  }
}
.section_4 .section_4_header .card img {
  width: 32px;
  height: 28px;
}

@media screen and (min-width: 1600px) {
  .section_4 .section_4_header .card p {
    max-width: 260px;
  }
}
.section_4 .section_4_header .finger img {
  width: 28px;
  height: 30px;
}

.section_4 .section_4_header .check img {
  width: 29px;
  height: 28px;
}

.section_4 .section_4_content {
  background: rgba(0, 0, 0, 0.05);
  padding: 13px 24px 0 24px;
  border-radius: 7px;
  box-sizing: border-box;
  max-width: 330px;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .section_4_content {
    max-width: 770px;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_content {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 80px;
  }
}
.section_4 .section_4_content h2 {
  color: #6E142D;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  font-size: 26px;
  line-height: 32px;
}

.section_4 .section_4_content .section_4_content_blocks .block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
}

.section_4 .section_4_content .section_4_content_blocks .block .image_block {
  position: relative;
}

.section_4 .section_4_content .section_4_content_blocks .block .image_block::before {
  content: "Screen image simulated";
  display: block;
  position: absolute;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  bottom: 10px;
  right: -140px;
}

.section_4 .section_4_content .section_4_content_blocks .block .wrapper h3 {
  font-size: 20px;
  line-height: 25px;
  color: #D71E28;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  margin: 0;
}

.section_4 .section_4_content .section_4_content_blocks .block .wrapper .stars_wrapper {
  margin-top: 14px;
}

.section_4 .section_4_content .section_4_content_blocks .block .wrapper .stars_wrapper .rating-text {
  font-size: 22px;
  margin-top: 6px;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  color: #D71E28;
  margin-bottom: 18px;
}

.section_4 .section_4_content .section_4_content_blocks .block .wrapper .stars_wrapper .line {
  border: 1px solid #D71E28;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .section_4_content .section_4_content_blocks .block .wrapper .stars_wrapper .line {
    width: 560px;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_content .section_4_content_blocks .block .wrapper .stars_wrapper .line {
    width: 836px;
  }
}
.section_4 .section_4_content .section_4_content_blocks .block .wrapper .stars_wrapper .plain-text {
  font-size: 12px;
  line-height: 15px;
}

.section_4 .wrapper_2 {
  position: relative;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .wrapper_2_text {
    max-width: 300px;
  }
}
.section_4 .wrapper_2_text h3 {
  font-size: 20px;
  line-height: 25px;
  color: #D71E28;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .wrapper_2_text h3 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .wrapper_2_text h3 {
    margin-top: 40px;
  }
}
.section_4 .wrapper_2_text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  margin-top: 8px;
  color: #141414;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .wrapper_2_text p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .wrapper_2_text p {
    margin-bottom: 80px;
  }
}
.section_4 .image {
  position: relative;
  padding-top: 20px;
}

.section_4 .image::before {
  content: "Screen image simulated";
  display: block;
  position: absolute;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  top: 0px;
  right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .image::before {
    bottom: -66px;
    left: -517px;
    top: unset;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .image::before {
    bottom: -66px;
    left: -592px;
    top: unset;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .image img {
    position: absolute;
    bottom: -74px;
    right: 0;
    content: url("/checkingoffer/images/tablet-mb.png");
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .image img {
    position: absolute;
    bottom: -74px;
    right: 0;
    content: url("/checkingoffer/images/desktop-mb.png");
  }
}
@media screen and (min-width: 1024px) {
  .section_4 .wrapper_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section_4 .section_4_footer {
  max-width: 329px;
  margin: 0 auto;
  border-top: 1px solid #D71E28;
  border-bottom: 1px solid #D71E28;
  padding: 12px 10px;
  margin-top: 34px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .section_4_footer {
    max-width: 770px;
    padding: 34px 0;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_footer {
    max-width: 1200px;
    margin-top: 48px;
  }
}
.section_4 .section_4_footer h2 {
  max-width: 280px;
  color: rgb(110, 20, 45) !important;
  margin: 0 auto;
  text-align: left;
  font-size: 25px;
  line-height: 34px;
  font-family: "WellsFargoSans-Italic";
  color: #3B3331;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_4 .section_4_footer h2 {
    max-width: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .section_4 .section_4_footer h2 {
    max-width: 1066px;
    font-size: 38px;
    line-height: 48px;
  }
}
@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__6 {
  margin-bottom: 30px;
  max-width: 330px;
  margin: 0 auto;
  padding: 24px 0;
}

@media screen and (min-width: 1600px) {
  .section__6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section__6 {
    max-width: 766px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section__6__heading-title {
  margin: 0;
  font-weight: 300;
  font-family: "WellsFargoSans-Regular";
  color: #6E142D;
  font-size: 26px;
  line-height: 33px; /* 105% */
  margin-bottom: 16px;
}

.section__6__content .accordions {
  padding-left: 28px;
  border-bottom: 1px solid #e2dede;
}

.section__6__content .accordions:last-child {
  border-bottom: 0;
}

.section__6__content .plus-icon {
  background-image: url("/checkingoffer/images/plus-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -28px;
  top: 36%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .section__6__content .plus-icon {
    top: 48%;
  }
}
.section__6__content .align-top {
  transform: translateY(-90%);
}

@media screen and (min-width: 1024px) {
  .section__6__content .align-top {
    transform: translateY(-50%);
  }
}
.section__6__content .minus-icon {
  background-image: url("/checkingoffer/images/minus-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -28px;
  top: 36%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .section__6__content .minus-icon {
    top: 48%;
  }
}
.section__6__content .accordion:hover {
  background-color: #fff !important;
}

.section__6__content .accordion {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  color: #3B3331;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 12px 0;
  margin: 0;
  cursor: pointer;
  min-width: 230px;
}

.section__6__content .accordion .accordion-icon {
  width: 16px;
  height: 16px;
}

.section__6__content .panel {
  display: none;
  font-size: 15px;
  margin-bottom: 28px;
}

.section__6 .navigate-to-top {
  position: relative;
}

.section__6 .navigate-to-top img {
  display: none;
}

.section__6 .navigate-to-top button {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__6 .navigate-to-top img {
    display: block;
    width: 50px;
    height: 50px;
  }
  .section__6 .navigate-to-top button {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    border: 0;
    background: transparent;
    width: 60px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section__6 .navigate-to-top button {
    right: -130px;
  }
}
@media screen and (min-width: 1600px) {
  .section__6 .navigate-to-top button {
    right: -150px;
  }
}
@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section_7 .section_7__wrapper {
  max-width: 322px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .section_7 .section_7__wrapper {
    max-width: 780px;
  }
}
@media screen and (min-width: 1600px) {
  .section_7 .section_7__wrapper {
    max-width: 1220px;
  }
}
.section_7 .disclaimer {
  margin-bottom: 36px;
  padding-top: 10px;
}

@media screen and (min-width: 1600px) {
  .section_7 .disclaimer {
    padding-top: 10px;
  }
}
.section_7 .disclosure__title {
  font-family: "WellsFargoSans-Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #3b3331;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.section_7 .disclosure__title__inline {
  float: left;
  margin: 0;
}

.section_7 .disclosure__title__inline::after {
  content: " ";
}

.section_7 li, .section_7 p {
  font-family: "WellsFargoSans-Light", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 5px;
}

.section_7 strong {
  font-family: "WellsFargoSans-Bold";
  font-weight: normal;
}

.section_7 ul.disc {
  margin: 0;
  list-style: disc;
  padding-left: 20px;
}

.section_7 ul.disc li {
  list-style: disc;
}

.section_7 ol.roman {
  padding-left: 25px;
  counter-reset: list;
  margin: 0;
}

.section_7 ol.roman > li {
  position: relative;
  list-style: none;
}

.section_7 ol.roman > li::before {
  counter-increment: list;
  content: counter(list, lower-roman) ".";
  position: absolute;
  left: -1.4em;
}

.section_7 ol.decimal {
  padding-left: 20px;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.footer {
  padding: 22px 0 180px;
  background-color: #f4f0ed;
}

.footer p {
  max-width: 292px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer p {
    max-width: 768px;
  }
}
@media screen and (min-width: 1600px) {
  .footer p {
    display: block;
    max-width: 1220px;
  }
}
.footer-nav {
  display: flex;
  max-width: 320px;
  margin: 0 auto;
  gap: 20px;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer-nav {
    max-width: 768px;
  }
}
@media screen and (min-width: 1600px) {
  .footer-nav {
    display: block;
    max-width: 1220px;
  }
}
.footer-nav ul {
  flex-basis: 50%;
  padding: 0;
}

.footer-nav ul :last-child {
  border-right: none;
}

@media screen and (min-width: 1600px) {
  .footer-nav ul {
    margin: 0;
  }
}
.footer-nav li {
  line-height: 18px;
  width: 100%;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 15px;
  height: 10px;
  vertical-align: top;
  line-height: 10px;
}

@media screen and (min-width: 1600px) {
  .footer-nav li {
    width: unset;
    border-right: 1px solid #3b3331;
    padding: 0 8px 2px 8px;
  }
}
@media screen and (min-width: 360px) and (max-width: 1023px) {
  .footer-nav li {
    height: auto;
    line-height: 12px;
  }
}
.footer li > a {
  font-size: 13px;
}

.footer .footer-sticky {
  visibility: hidden;
  z-index: 1001;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(237, 18, 33);
  background: linear-gradient(90deg, rgb(237, 18, 33) 60%, rgb(82, 2, 0) 96%);
  padding: 24px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: opacity 0.2s ease-in;
  box-shadow: 0px 0px 20px 0px rgba(120, 112, 112, 0.1);
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .footer .footer-sticky {
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer .footer-sticky {
    max-width: 768px;
    margin: 0 auto;
  }
}
.footer .footer-sticky h3 {
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 85.714% */
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .footer .footer-sticky h3 {
    font-size: 40px;
    line-height: 51px;
  }
}
.footer .footer-sticky .offer-link {
  color: #fff;
  font-family: "WellsFargoSans-Italic", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.footer .footer-sticky .open-online {
  padding: 10px 0;
  margin-top: 14px;
  background: #fff;
  color: #141414;
  text-align: center;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  text-decoration: none;
  width: 220px;
  display: block;
  border-radius: 24px;
}

@media screen and (min-width: 1024px) {
  .footer .footer-sticky .open-online {
    max-width: 189px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-sticky {
    max-width: 1071px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
    padding: 24px 23px;
  }
}
.footer .footer-sticky__unsuccess {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .footer .footer-sticky__unsuccess {
    max-width: 768px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-sticky__unsuccess {
    max-width: 1080px;
  }
}
.footer .footer-sticky__success {
  display: none;
  text-align: left;
  color: #178757;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1600px) {
  .footer .footer-sticky__success {
    flex-direction: row;
    max-width: 1040px;
    width: 100%;
  }
}
.footer .footer-sticky__success .sticky_form_success_button {
  background: #d71e28;
  border-radius: 100px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  width: 220px;
  height: 40px;
  text-decoration: none !important;
  display: inline-block;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/static/assets/generic/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.wf-modal-lightbox-bg {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 80%;
}

.wf-modal-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 1000022;
  display: none;
  overflow-y: scroll;
}

.wf-modal-lightbox strong {
  font-family: "WellsFargoSans-Bold";
  font-weight: normal;
}

@media screen and (min-width: 1600px) {
  .wf-modal-lightbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.wf-modal-lightbox-content {
  position: relative;
  max-width: 722px;
  margin: auto auto;
  background: #F9F7F6;
}

.wf-modal-lightbox-header {
  background: #F4F0ED;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 76px;
}

.wf-modal-lightbox-header h2 {
  margin-left: 20px;
  font-size: 16px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  font-weight: 600;
  line-height: 20px;
}

.wf-modal-lightbox-header button {
  border: 0;
  background: transparent;
}

.wf-modal-lightbox-header button img {
  width: 28px;
  height: 28px;
}

.wf-modal-lightbox-body {
  padding: 0 32px;
}

.wf-modal-lightbox-body p {
  margin: 0;
  margin-top: 10px;
}

.wf-modal-lightbox-body-wrap {
  position: relative;
  padding: 0 20px;
  border: 1px solid #D71E28;
  border-radius: 10px;
  padding-top: 2.8rem;
  margin-bottom: 22px;
  padding-bottom: 20px;
}

.wf-modal-lightbox-body-heading {
  max-width: 256px;
  width: 100%;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
  color: #3B3331;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  z-index: 1002;
  background-color: #F9F7F6;
  padding: 0 0.5rem;
  text-align: center;
}

.wf-modal-lightbox-body-heading .bold {
  font-size: 16px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (min-width: 1600px) {
  .wf-modal-lightbox-body-heading {
    max-width: 332px;
    top: -2rem;
  }
}
.wf-modal-lightbox-body .modal-text-bold {
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}

.wf-modal-lightbox-body .modal-seperator {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  margin-top: 10px;
}

.wf-modal-lightbox-body .modal-seperator .line-or {
  width: 100%;
  height: 1px;
  background: #D71E28;
}

.wf-modal-lightbox-body .modal-seperator p {
  margin-top: 0;
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}

.wf-modal-lightbox-body ul {
  padding: 0 0 0 1.1rem;
}

.wf-modal-lightbox-body ul li {
  margin-bottom: 16px;
}

.wf-modal-lightbox-body .wf-modal-lightbox-footer {
  padding-bottom: 32px;
}

@media screen and (min-width: 375px) and (max-width: 1023px) {
  .wf-modal-lightbox-body .wf-modal-lightbox-footer {
    padding-bottom: 130px;
  }
}
.wf-modal-lightbox-body .spacer {
  display: none;
}

@media screen and (min-width: 1600px) {
  .wf-modal-lightbox-body .spacer {
    display: block;
  }
}
:focus, a:focus, button:focus, input:focus {
  outline: 2px #00f solid !important;
}

button:focus {
  outline: 2px #00f solid !important;
  outline-offset: 2px;
}

.bg-white {
  background: linear-gradient(180deg, #FFF 21%, #C4C4C4 99.99%, #939393 100%) !important;
}

.d-none {
  display: none;
}

.seo-heading {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#banner_link:hover, #get_my_code:hover, .section_2 .joinus__column__success .banner_form_success_button:hover, .footer .footer-sticky__success .sticky_form_success_button:hover {
  background-color: #87190A !important;
  text-decoration: underline !important;
}

.footer .footer-sticky .open-online:hover,
.footer .footer-sticky .open-online:link:hover {
  text-decoration: underline !important;
  -webkit-text-decoration: underline !important;
}

a.wf-modal-link {
  font-size: 14px;
}

#emailaddress-error {
  color: #D71E28 !important;
  margin-bottom: 10px;
}

@media (prefers-contrast: more) and (forced-colors: active) {
  button, a.btn, .banner_form_success_button, .sticky_form_success_button, .open-online {
    background: #fff !important;
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  #wf-modal-close-btn img {
    filter: invert(1);
  }
  .footer .footer-sticky {
    background: white !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button, a.btn, .banner_form_success_button, .sticky_form_success_button, .open-online {
    background-color: #333;
    color: white;
    border: 1px solid #fff !important;
  }
  .footer .footer-sticky {
    background: white !important;
  }
  #wf-modal-close-btn img {
    filter: invert(1);
  }
}
.joinus__column__unsuccess {
  position: relative;
}

.loader.page-error {
  position: absolute;
  bottom: -12px;
  left: 0px;
  color: #D71E28;
}

#banner_link, #get_my_code {
  cursor: pointer;
}

.footer .footer-sticky .open-online:hover {
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
  text-underline-offset: 2px;
}

.emailaddress_label.active {
  top: 0px !important;
  left: 14px !important;
  font-size: 12px !important;
}

a {
  text-decoration: underline !important;
  cursor: pointer !important;
}

/* Unvisited links */
a:link {
  color: blue !important;
}

/* Visited links */
a:visited {
  color: purple !important;
}

/* Hover links */
a:hover {
  cursor: pointer !important;
}

/* Active links */
a:active {
  color: red !important;
}

a.offer-link {
  color: #fff !important;
}

.footer .footer-sticky .open-online,
.footer .footer-sticky .open-online:link,
.footer .footer-sticky .open-online:visited {
  color: #141414 !important;
  text-decoration-color: transparent !important;
}

:focus, a:focus, button:focus, input:focus {
  outline: 2px #00f solid !important;
}

input#emailaddress:-webkit-autofill ~ label {
  display: none;
}

@media (forced-colors: active), (-ms-high-contrast: active) {
  .navigate-to-top-btn {
    border: 1px solid #fff;
  }
  .navigate-to-top-img {
    filter: invert(1) brightness(100);
  }
}

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