@charset "UTF-8";
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  /*border-bottom: 1px dotted rgba(0,0,0,.1);*/
  cursor: help;
  text-decoration: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 90%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5 {
  color: #1A202C;
  font-weight: 400;
}

body {
  color: #1A202C;
  font-weight: 400;
}

h1 {
  font-size: 24px;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc(15.2727272727px + 2.7272727273vw);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

.headline h1 {
  font-size: 18px;
}
@media (min-width: 320px) {
  .headline h1 {
    font-size: calc(6.3636363636px + 3.6363636364vw);
  }
}
@media (min-width: 1200px) {
  .headline h1 {
    font-size: 50px;
  }
}

.CreditCardOffers .OffersPage h1 {
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
}

h2 {
  margin: 0.75em 0 0.25em;
  font-size: 1.25rem;
}

h3 {
  margin: 1.5em 0 0.5em;
  font-weight: 700;
  font-size: 1.15rem;
}

h4 {
  font-size: 1rem;
}

.headline-wrap + h3 {
  margin-top: calc(2em - 1rem);
}

/*@include mq($from: csMobileLg) {*/
h2 {
  margin: 1.5em 0 0.5em;
  font-size: 3.75rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.125rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

/*}*/
a {
  color: #226BE2;
  outline: none;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

.SndBlkNav h4:first-of-type,
.cardsNavWrap h4:first-of-type,
.sideCalcOptions h4 {
  margin: 0 0 1em;
}

/*h2 + p,*/
h2 + ul,
h2 + ol {
  margin-top: 0;
}

a {
  font-weight: 400;
}

p {
  color: #2D3748;
  font-weight: 400;
}

small {
  color: #4A5568;
  font-size: 0.75rem;
}

img {
  max-width: 100%;
  height: auto;
}

/*svg {
	max-width: 100%;*/
/* height: auto; doesn't work in IE */
/*}*/
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  display: none;
}

label {
  color: #A0AEC0;
  font-weight: 400;
}

input,
textarea {
  color: #1A202C;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
input[type=tel],
select {
  width: 100%;
  height: 50px;
  padding: 0 0.8rem;
  border: 0;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28' width='20' height='20' %3E%3Cpath fill='%23A0AEC0' d='M16.8 11.5c0 .13-.07.27-.16.36l-7.28 7.28c-.1.1-.23.16-.36.16s-.26-.07-.36-.16l-7.28-7.28c-.1-.1-.15-.23-.15-.36s.06-.27.15-.36l.78-.78a.5.5 0 0 1 .36-.16c.13 0 .27.07.36.16L9 16.5l6.14-6.14c.1-.1.24-.16.36-.16s.27.07.36.16l.78.78c.1.1.16.24.16.36z'/%3E%3C/svg%3E");
  background-position: 98% 58%;
  background-repeat: no-repeat;
  color: #A0AEC0;
}
select:hover {
  cursor: pointer;
}
select option {
  color: #1A202C;
}
select option:first-child {
  color: #A0AEC0;
}

select:not(:invalid) {
  color: #1A202C;
}

textarea {
  width: 100%;
  padding: 0.5em;
  background-color: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 0.25em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=radio] + label:focus,
select:focus {
  outline: 0;
  border: 1px solid #3FBDF1;
}

input[type=radio] + label:focus {
  color: #3FBDF1;
}

input[type=file] {
  width: 100%;
}
@media (min-width: 48em) {
  input[type=file] {
    width: auto;
  }
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

ul {
  padding: 0 0 0 2rem;
  list-style-type: circle;
}

li {
  position: relative;
  padding: 0.25rem 0;
  font-size: 0.875rem;
}

blockquote {
  font-style: italic;
}

th, td {
  padding: 0.3rem 0.7rem;
  border: 1px solid #E2E8F0;
}

thead th, tfoot th {
  text-align: left;
}

/* Links */
.Link1:link,
.Link1:visited {
  color: #3FBDF1;
}

.Link1:link {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.2625em 0.6125rem;
  line-height: 1.2;
  text-decoration: none;
}

.Link1:hover,
.Link1:focus,
.Link1:active {
  color: #1A202C;
}

/* Background Pattern */
.Bg-Texture {
  background-color: #F7FAFC;
}

/* Hide imgs on tracking user control*/
.TrackingWrap iframe,
.TrackingWrap img {
  position: absolute;
  left: -99em;
}

.notification-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 40rem;
  margin: 2rem auto 0;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.notification-box h3 {
  margin: 1rem 0;
}
.notification-box p {
  margin: 0;
}
.notification-box svg {
  fill: #3FBDF1;
}

html {
  background-color: #FFF;
  box-sizing: border-box;
  font-family: "sofia-pro", sans-serif;
  font-size: 100%;
}

body {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

small, ul li, abbr {
  font-family: "roboto", sans-serif;
}

body p {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*links - headers*/
/*articles header - home page */
/* headers - upper footer */
/*lower footer */
/*backgrounds */
/*borders*/
/*small text - disclaimer text*/
/*paragraph text*/
/*btns*/
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
.btn--apply {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0;
  background: #077443;
  border: none;
  border-radius: 5px;
  /*box-shadow: 0px 8px 15px $gray-400;*/
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  text-align: center;
  text-decoration: none;
}
.btn--apply:hover, .btn--apply:focus {
  background: #0aae64;
  box-shadow: none;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .btn--apply {
    font-size: 1.125rem;
  }
}
.btn--apply svg {
  margin: 0.2rem 0 0 0.5rem;
}

.offers-content {
  position: relative;
  max-width: 1130px;
  min-height: 500px;
  margin: 0 auto;
  padding: 0;
}
.offers-content section {
  position: relative;
  margin-top: 0.5rem;
  padding: 0;
}
@media (min-width: 64em) {
  .offers-content section {
    margin-top: 2.5rem;
  }
}

.offers-content.no-offers {
  max-width: 800px;
  padding: 1.5rem 1.25rem;
}
@media (min-width: 22.5em) {
  .offers-content.no-offers {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 64em) {
  .offers-content.no-offers {
    padding: 1.5rem 2rem;
  }
}
.offers-content.no-offers h3 {
  margin-top: 0;
  color: #1A202C;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 40.625em) {
  .offers-content.no-offers h3 {
    font-size: 30px;
  }
}
@media (min-width: 64em) {
  .offers-content.no-offers h3 {
    margin-top: 1.5em;
  }
}

.offers .offer__type {
  margin: 3rem 0 1rem;
  font-weight: 600;
}
.offers .offer__type:first-of-type {
  margin: 0 0 1rem;
}

.offer {
  position: relative;
  margin: 0 0 3rem;
  padding: 1rem 1.5rem 2rem;
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  box-shadow: 3px 3px 15px #E2E8F0;
  transition: box-shadow 0.3s ease-in-out;
}
.offer:hover {
  box-shadow: 3px 3px 20px 0px #CBD5E0;
}

.offer .overlay-hide {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #F7FAFC;
  border-radius: 20px;
}
.offer .overlay-hide h6 {
  text-align: center;
  margin: 7rem 2rem 0;
}
.offer .overlay-hide a {
  text-align: center;
  display: block;
  color: #1A202C;
  width: 107px;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 3px;
  padding: 6px 0;
  text-decoration: none;
}
.offer .overlay-hide a:hover {
  color: #226BE2;
}
.offer .overlay-hide a:first-of-type {
  background-color: white;
}

.offer__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .offer__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.offer__header h6 {
  color: #226BE2;
  margin: 0;
  line-height: 1;
}
.offer__header a {
  color: #226BE2;
  font-weight: 700;
  text-decoration: none;
}
.offer__header a:hover, .offer__header a:focus {
  color: #3FBDF1;
}

.offer__spec-credit-reco {
  min-width: 12rem;
}
.offer__spec-credit-reco dl {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  color: #2D3748;
  font-size: 0.75rem;
  font-family: "roboto";
}
.offer__spec-credit-reco dl dd {
  margin-left: 0;
}

.offer__card-wrap {
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 40.625em) {
  .offer__card-wrap {
    justify-content: flex-start;
  }
}
@media (min-width: 48em) {
  .offer__card-wrap {
    display: flex;
  }
}

.offer__card-img {
  order: 0;
  min-width: 185px;
}

.offer__apply-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 12rem;
  margin-left: auto;
  order: 2;
}
.offer__apply-wrap small:first-of-type {
  margin-top: 0.5rem;
}
.offer__specs {
  display: flex;
  padding: 0 1rem;
}
.offer__specs dl {
  display: flex;
  margin: 0 0 1.5rem 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0.75rem 0 1.5rem;
  border-left: 2px solid #E2E8F0;
  text-align: left;
}
.offer__specs dl dt {
  color: #718096;
  font-family: "roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.offer__specs dl dd {
  margin: 0 0 0.25rem;
  color: #2D3748;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1;
}

.offer__specs.first {
  width: 100%;
  padding: 0 2rem;
  order: 1;
  flex-flow: row wrap;
}
.offer__specs.first dl {
  width: 47%;
}

.offer__specs.second {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.offer__specs.second h6 {
  margin: 1rem 0;
}
.offer__specs.second dl {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 0.5rem 1rem 1rem;
}
.offer__specs.second dl dt {
  margin-right: 1rem;
}

.show--less .offer__bullets, .show--less .offer__disclaimer, .show--less .offer__desc {
  display: none;
}

.offer__details {
  display: block;
}

.offer__bullets {
  margin: 2rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px solid #EDF2F7;
}
.offer__bullets h6 {
  margin: 0;
}

.offer__additional-details {
  margin: 1rem 0 0;
}

.ConConxForm .offer__fees {
  margin: 1rem auto 0;
  position: relative;
  bottom: 0;
  left: 0;
  order: 2;
}
.ConConxForm .offer__fees a {
  color: #3FBDF1;
  text-decoration: underline;
}
.ConConxForm .offer__fees a:hover, .ConConxForm .offer__fees a:focus {
  color: #226BE2;
}

.offer__fees {
  position: absolute;
  bottom: 0;
  left: 2rem;
  margin: 0.5rem 0;
}
.offer__fees a {
  color: #1A202C;
}
.offer__fees a:hover, .offer__fees a:focus {
  color: #3FBDF1;
  text-decoration: none;
}

.offer__disclaimer p, .offer__desc p {
  margin: 1rem 0;
  padding: 0 1rem;
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: center;
}

.offer__desc p {
  text-align: left;
}

.offer__cc-disclosure {
  margin: 2rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid;
}
.offer__cc-disclosure p {
  font-size: 0.875rem;
}

.lnk--toggle {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  display: flex;
  margin: 0.5rem 0;
  color: #1A202C;
  font-family: "roboto", sans-serif;
  font-size: 0.75rem;
}
.lnk--toggle:hover, .lnk--toggle:focus {
  color: #3FBDF1;
  outline: none;
  text-decoration: none;
}
.lnk--toggle:active {
  color: #1A202C;
}

.no-swipe .swiper-container .swiper-pagination, .no-swipe .swiper-container .swiper-button-prev, .no-swipe .swiper-container .swiper-button-next {
  display: none;
}
.no-swipe .swiper-container .offers {
  flex-flow: row wrap;
  justify-content: center;
}
.no-swipe .swiper-container .offers .swiper-slide {
  width: initial;
}
.no-swipe .swiper-container .offers .offer {
  max-width: 285px;
  margin: 0 1rem 2rem;
}

@media (min-width: 64em) {
  .no-swipe.dash-overview .swiper-container .offers {
    max-width: 72%;
  }
}
.no-swipe.dash-overview .swiper-container .offers .offer {
  max-width: 285px;
  margin: 0 1rem 6rem;
}

.no-swipe.loans-dash .content, .no-swipe.credit-cards-dash .content {
  max-width: 1500px;
}

.dashboard .content {
  padding: 0 0 4rem;
}

@media (max-width: 40em) {
  .dash-overview .swiper-container {
    padding-top: 5rem;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem 0;
}
@media (min-width: 37.5em) {
  .swiper-container {
    padding: 3rem 2rem 0;
  }
}
.swiper-container .right-arrow,
.swiper-container .left-arrow {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background-color: #F7FAFC;
  border-radius: 100px;
  border: 1px solid #E2E8F0;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out;
}
.swiper-container .right-arrow svg,
.swiper-container .left-arrow svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 40.625em) {
  .swiper-container .right-arrow svg,
  .swiper-container .left-arrow svg {
    width: 30px;
    height: 30px;
  }
}
.swiper-container .right-arrow:hover,
.swiper-container .left-arrow:hover {
  background-color: #FFF;
  box-shadow: 0px 3px 6px #CBD5E0;
  cursor: pointer;
}
.swiper-container .right-arrow:active,
.swiper-container .left-arrow:active {
  border: 1px solid #CBD5E0;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  display: flex;
  outline: none;
  width: auto;
  top: 175px !important;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  content: "";
}
@media (min-width: 40.625em) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    top: 350px !important;
  }
}
.swiper-container .swiper-button-disabled {
  display: none;
}
.swiper-container .swiper-button-next {
  right: 2px;
}
.swiper-container .swiper-button-prev {
  left: 2px;
}
.swiper-container .swiper-pagination-bullet {
  background: #CBD5E0;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #00499B;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  top: 0px;
  bottom: auto;
}

.offers {
  margin-bottom: 3rem;
}
.offers .offer {
  min-height: 500px;
  margin: 0;
  padding: 1.5rem 1.5rem 2rem;
}
@media (min-width: 40.625em) {
  .offers .offer {
    min-height: 535px;
    max-width: 370px;
  }
}
.offers .offer .offer__apply-wrap {
  width: 100%;
}
@media (min-width: 25em) {
  .offers .offer .offer__apply-wrap {
    width: 15rem;
  }
}
.offers .offer .offer__specs dd {
  margin: 0.25rem 0;
}
.offers .offer .offer__header {
  justify-content: center;
}
.offers .offer .offer__header a {
  line-height: 1.25;
}
.offers .offer .offer__specs.first {
  margin-top: 1.5rem;
}
.offers .offer .offer__specs.first dl:first-child {
  border-left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.offers .offer .offer__specs.first dl:first-child dd {
  margin: 0;
  order: 0;
  color: #2D3748;
  font-size: 1.35rem;
}
.offers .offer .offer__specs.first dl:last-child {
  margin-bottom: 0;
}
.offers .offer .offer__specs.first dl {
  width: 100%;
  padding: 0 0.75rem;
}
.offers .offer .offer__specs.first dl dt {
  font-size: 0.825rem;
}
.offers .offer .offer__additional-details {
  font-size: 0.875rem;
}
.offers .offer .offer__disclaimer p {
  padding: 0;
  text-align: left;
}
.offers .offer .offer__bullets {
  padding-top: 1rem;
}
.offers .offer .example {
  margin-top: 1rem;
  line-height: 1;
}
@media (max-width: 40.625em) {
  .offers .swiper-slide-active .offer {
    box-shadow: 2px 3px 10px 0px #CBD5E0;
  }
}

.ConConxForm .offers .offer__specs.first {
  margin-top: 1.5rem;
}

.offer {
  height: max-content;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out;
}
.offer:hover {
  box-shadow: 2px 3px 10px 0px #CBD5E0;
}
.offer .offer__specs.second {
  margin: 1rem 0;
}
.offer .offer__specs.second dl {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0.75rem;
  flex-direction: column;
  align-items: flex-start;
}
.offer .offer__specs.second dl dt {
  font-size: 0.825rem;
  order: 0;
}
.offer .offer__specs.second dl dd {
  order: 1;
}
.offer .offer__bullets ul {
  padding: 0 0 0 1.5rem;
}
.offer .offer__bullets ul li {
  font-size: 0.875rem;
}
.offer .offer__bullets h6 {
  margin: 0;
  color: #4A5568;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.offer__type {
  color: #1A202C;
  font-size: 1rem;
  text-align: center;
}

.offer__header {
  margin: 0;
  flex-direction: column;
  text-align: center;
  min-height: 2.5rem;
}
.offer__header h6 {
  font-size: 1rem;
}

.offer__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: -2.5rem auto 0.5rem;
  padding: 0.5rem 1.5rem;
  background-color: #FFF;
  border: 1px solid #FFA158;
  border-radius: 50px;
  color: #FFA158;
  font-size: 0.725rem;
  font-style: italic;
  font-weight: 900;
}
.offer__tag p {
  margin: 0;
  color: #FFA158;
}
.offer__tag svg {
  margin-right: 0.5rem;
}

.offer__card-wrap {
  flex-direction: column;
}

.offer__specs.first {
  order: 2;
  margin: 2rem 0 0;
  padding: 0;
}

.offer__apply-wrap {
  margin: 0 auto;
}

.offer__card-img {
  margin: 0.5rem auto 1.5rem;
}
@media (min-width: 37.5em) {
  .offer__card-img {
    margin: 1rem auto 1.5rem;
  }
}
.offer__card-img img {
  display: block;
  width: 185px;
  height: 120px;
  margin: 0 auto;
  border-radius: 6px;
  filter: drop-shadow(0px 6px 15px #CBD5E0);
  object-fit: contain;
}
.offer__card-img .offer__card-dup {
  display: block;
  margin-top: 0.25rem;
  color: #4A5568;
  text-decoration: underline;
}

.offer__type-svg {
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 37.5em) {
  .offer__type-svg {
    top: -3rem;
  }
}
.offer__type-svg svg {
  margin-right: 0.25rem;
}
.offer__type-svg h6 {
  margin: 0;
  font-size: 0.825rem;
}

.offer__type-svg {
  color: #003673;
}

.offers .api-offer__pre-approved .api-offer__header h2 {
  left: 130px;
}

.pre-approved--desktop {
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 120px;
  font-size: 0.725rem;
  font-style: italic;
  text-transform: uppercase;
}
.pre-approved--desktop:hover {
  cursor: help;
}

.helper-hover:hover .helper {
  z-index: 1;
  position: absolute;
  top: 35px;
  right: 10px;
  left: 10px;
  display: block;
  margin: 0 auto;
  padding: 0.75rem 0.75rem;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0px 3px 20px #A0AEC0;
  color: #4A5568;
}

.offer__top-matched {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40px;
}

.offers .exclusive .specs {
  margin-top: 2rem;
}
.offers .exclusive .specs p {
  text-align: center;
}

.offers-content .offer-congrats {
  margin-top: 0;
  padding: 0 1rem;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 37.5em) {
  .offers-content .offer-congrats {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.offers-error {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 0.825rem;
  text-align: center;
}
.offers-error h6 {
  margin: 0;
}

@media (min-width: 64em) {
  .dash-overview .offers-error {
    max-width: 600px;
    min-height: 660px;
    margin: 0;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  width: 8px;
  height: 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  padding-left: 2rem;
}

.swiper-container .swiper-pagination-bullet {
  background: #CBD5E0;
}

.swiper-container .swiper-pagination-bullet-active {
  background: #00144E;
}

@media (min-width: 40em) {
  .swiper-pagination.disabled {
    display: none;
  }
}

.highlights {
  margin-top: 1.5rem;
  order: 3;
  text-align: left;
}
.highlights ul {
  text-align: left;
  padding: 0 0 0 1.5rem;
}
.highlights ul li {
  font-size: 0.875rem;
}
.highlights h6 {
  margin: 0;
  color: #4A5568;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.lbl--float {
  position: relative;
}
.lbl--float label {
  position: absolute;
  top: -0.3rem;
  left: 0.7rem;
  padding: 0;
  color: #A0AEC0;
  background-color: #FFF;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  transform: translate(0.25rem, 1.45rem);
}

.lbl--float.input--entered label,
.lbl--float.input--static label {
  top: -0.75rem;
  margin: 0 -0.25rem;
  padding: 0.35rem 0.25rem;
  color: #A0AEC0;
  font-size: 0.75rem;
  transform: none;
  transition: padding, font-size, font-weight, transform ease-out 0.2s;
}

.lbl--float.input--entered.input--selected label {
  color: #3FBDF1;
}

.input--err input[type=text], .input--err input[type=email], .input--err input[type=password], .input--err input[type=date], .input--err input[type=number], .input--err input[type=tel], .input--err select {
  border: 1px solid #DC3545 !important;
}

.lbl--float.input--err label,
.lbl--float.input--entered.input--err label {
  color: #DC3545;
}

.q-money.input--selected .money,
.q-money.input--entered .money {
  display: flex;
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 0;
  }
}
.landing.hidden {
  visibility: hidden;
}

main.splash .steps {
  margin-top: 0;
}
main.splash .header {
  background: #EDF2F7;
}
main.splash .details__steps {
  margin: 0;
  background-color: #FFF;
  padding: 1.5rem 0 0;
}
@media (min-width: 48em) {
  main.splash .details__steps {
    margin: 4rem 0 6rem;
  }
}
main.splash .details__steps h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  max-width: 338px;
  margin: 2rem auto -1rem;
}
@media (min-width: 31.25em) {
  main.splash .details__steps h2 {
    max-width: 100%;
  }
}
@media (min-width: 64em) {
  main.splash .details__steps h2 {
    font-size: 26px;
  }
}
main.splash .content {
  background: #EDF2F7;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 54px);
  padding: 0 0.875rem 120px;
}
@media (min-width: 48em) {
  main.splash .content {
    height: auto;
    padding: 0 0.875rem;
  }
}
main.splash .content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48em) {
  main.splash .content > div {
    padding: 6rem 0 0;
  }
}

.multi-step-item.landing h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 1rem 0 2rem;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 26.875em) {
  .multi-step-item.landing h1 {
    font-size: 28px;
  }
}
@media (min-width: 43.75em) {
  .multi-step-item.landing h1 {
    margin: 0 0 2rem;
    font-size: 37px;
  }
}
@media (min-width: 64em) {
  .multi-step-item.landing h1 {
    font-size: 40px;
  }
}
.multi-step-item.landing h2 {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  max-width: 338px;
  margin: 0 auto;
}
@media (min-width: 31.25em) {
  .multi-step-item.landing h2 {
    max-width: 100%;
    font-size: 18px;
  }
}
@media (min-width: 64em) {
  .multi-step-item.landing h2 {
    font-size: 21px;
  }
}
.multi-step-item.landing .btn--continue {
  width: 100%;
  margin: 2rem auto 0;
}
@media (min-width: 31.25em) {
  .multi-step-item.landing .btn--continue {
    width: 370px;
  }
}
@media (min-width: 48em) {
  .multi-step-item.landing .btn--continue {
    margin: 4rem auto 0;
  }
}

.form-wrap__inner.hide {
  display: none;
}

.steps {
  position: relative;
}
@media (min-width: 43.75em) {
  .steps {
    margin-top: 1.5rem;
  }
}

.multi-step-item.active {
  display: block;
  animation: reveal 1s forwards;
}

input[type=submit], .btn--continue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  margin-top: 1rem;
  padding-bottom: 2px;
  background-color: #226BE2;
  border: 1px solid #226BE2;
  border-radius: 8px;
  color: #FFF;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  transition-duration: 0.2s;
  perspective: 1000px;
  transform-origin: center bottom 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  outline: none;
}
@media (min-width: 43.75em) {
  input[type=submit], .btn--continue {
    margin-top: 2rem;
    height: 75px;
  }
}
input[type=submit] svg, .btn--continue svg {
  margin-top: 0.25rem;
  margin-left: 1rem;
}
input[type=submit]:active, .btn--continue:active {
  box-shadow: 0px 20px 30px rgba(34, 107, 226, 0.5019607843);
  color: #FFF;
  cursor: pointer;
  transform: matrix(0.95, 0, 0, 0.95, 0, 0);
  text-decoration: none;
}
input[type=submit]:hover, input[type=submit]:focus, .btn--continue:hover, .btn--continue:focus {
  box-shadow: 0px 20px 30px rgba(34, 107, 226, 0.5019607843);
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}

.lbl--float {
  position: relative;
}
.lbl--float label {
  top: -0.1rem;
  background-color: #F7FAFC;
  color: rgba(74, 85, 104, 0.831372549);
}

.lbl--float.input--entered.input--selected label,
.lbl--float.input--entered label {
  background: linear-gradient(0, #F7FAFC 50%, #FFF 50%);
}

.lbl--default label {
  display: block;
  margin-block: 0.5rem;
  color: #1A202C;
  font-size: 14px;
}

.lbl--default-lg {
  margin: 0;
  color: #1A202C;
  font-size: 18px;
  font-weight: 600;
}

input[type=text], input[type=email], input[type=tel], select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding-bottom: 2px;
  background-color: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
}

select option:first-child {
  color: #A0AEC0;
}

select.default {
  color: rgba(74, 85, 104, 0.831372549);
}

input:-internal-autofill-selected {
  background-color: #F7FAFC !important;
}

.form-disc__aggree {
  position: relative;
  display: flex;
  margin: 0 0 1rem;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 43.75em) {
  .form-disc__aggree {
    margin: 0 0 2rem;
  }
}
.form-disc__aggree input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 0.333em;
}
.form-disc__aggree label {
  margin: 0;
  padding-left: 1rem;
}
.form-disc__aggree .attn {
  position: absolute;
  bottom: -1.25rem;
}

.multi-step-item {
  /*    display: none;
  opacity: 0;*/
  animation: hide 1s forwards;
}
.multi-step-item .content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0.875rem 4rem;
}
@media (min-width: 37.5em) {
  .multi-step-item .content {
    padding: 0 0 4rem;
  }
}
.multi-step-item .content .step-one__mobile-tag {
  display: block;
  margin: 3rem 0 0;
}
@media (min-width: 64em) {
  .multi-step-item .content .step-one__mobile-tag {
    display: none;
  }
}
.multi-step-item .content .step-one__mobile-tag .specs {
  display: flex;
  flex-direction: column;
}
.multi-step-item .content .step-one__mobile-tag .specs div {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.multi-step-item .content .step-one__mobile-tag .specs span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #FFF;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.multi-step-item .content .step-one__mobile-tag .specs svg {
  width: 19px;
  height: 20px;
}
.multi-step-item .content .step-one__mobile-tag h5 {
  margin: 0 0 0 0.75rem;
  color: #718096;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
}
.multi-step-item h2 {
  padding: 0;
  text-align: left;
  margin: 0;
  width: 100%;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: #00144E;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.multi-step-item h6 {
  text-align: left;
  width: 100%;
  margin: 1rem 0;
  color: #252525;
  font-weight: 400;
  font-size: 18px;
}
.multi-step-item p {
  width: 100%;
  text-align: left;
}
.multi-step-item .content > h5 {
  display: none;
  margin: 1rem 0;
  color: #226BE2;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-style: normal;
}
@media (min-width: 40.625em) {
  .multi-step-item .content > h5 {
    margin: 3rem 0 1rem;
  }
}
.multi-step-item .cr-items span {
  display: flex;
  grid-gap: 0 3rem;
  margin-right: auto;
  width: 100%;
}
.multi-step-item .cr-items span input, .multi-step-item .cr-items span br {
  display: none;
}
.multi-step-item .cr-items span label.active:before {
  border: 7px solid #20C997;
  background-color: #FFF;
}
.multi-step-item .cr-items span label.active small {
  color: #FFF;
}
.multi-step-item .cr-items {
  display: flex;
  justify-content: center;
  width: 100%;
}
.multi-step-item .cr-items label small {
  color: #A0AEC0;
}
.multi-step-item .attn {
  margin-left: 0.2rem;
  color: #DC3545;
  font-size: 0.75rem;
}
.multi-step-item #ms-email {
  margin-top: 1rem;
}
.multi-step-item .q-wrap {
  width: 100%;
  margin-bottom: 0.75rem;
}
@media (min-width: 31.25em) {
  .multi-step-item .q-wrap {
    margin-bottom: 2rem;
  }
}
.multi-step-item .q-wrap:first-of-type {
  margin-top: 1rem;
}
.multi-step-item .q-zip {
  margin-right: auto;
  width: 160px;
}
.multi-step-item .q-flex {
  display: flex;
}
.multi-step-item .q-dob {
  margin-top: -1rem;
}
.multi-step-item .q-dob input[type=tel] {
  text-align: center;
}
.multi-step-item .q-dob .month, .multi-step-item .q-dob .day {
  width: 119px;
}
.multi-step-item .q-dob .year {
  width: 180px;
}
.multi-step-item .q-dob .day, .multi-step-item .q-dob .year {
  margin-left: 1rem;
}
.multi-step-item .q-fullssn {
  position: relative;
  margin-right: auto;
}
.multi-step-item .q-fullssn input[type=tel] {
  text-align: center;
}
.multi-step-item .q-fullssn .ssn-part1 {
  width: 145px;
}
.multi-step-item .q-fullssn .ssn-part2 {
  width: 110px;
}
.multi-step-item .q-fullssn .ssn-part3 {
  width: 180px;
}
.multi-step-item .q-fullssn .ssn-part2, .multi-step-item .q-fullssn .ssn-part3 {
  margin-left: 1rem;
}
.multi-step-item .q-fullssn .ssn-disclaimer {
  position: absolute;
  top: 5px;
  right: 10px;
}
.multi-step-item .q-fullssn .ssn-disclaimer div {
  display: none;
}
.multi-step-item .q-fullssn .ssn-disclaimer:hover {
  cursor: pointer;
}
.multi-step-item .q-fullssn .ssn-disclaimer:hover div {
  position: absolute;
  bottom: 2.5rem;
  left: -13rem;
  display: block;
  width: 225px;
  padding: 1rem;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 34.375em) {
  .multi-step-item .q-fullssn .ssn-disclaimer:hover div {
    bottom: 2.5rem;
    left: 0;
  }
}

.multi-step-item.step-one .step-desc {
  margin: 0 0 2rem;
  color: #4A5568;
  font-size: 16px;
}
@media (min-width: 40.625em) {
  .multi-step-item.step-one .step-desc {
    margin: 0 0 3rem;
    font-size: 18px;
  }
}

.grid-items label, .no-offers--lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding-bottom: 2px;
  background-color: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  color: #2D3748;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  transition-duration: 0.2s;
  perspective: 1000px;
  transform-origin: center bottom 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.grid-items label small, .no-offers--lnk small {
  transition: all 0.3s ease 0s;
  transition-duration: 0.2s;
}
.grid-items label:active, .no-offers--lnk:active {
  cursor: pointer;
  transform: matrix(0.95, 0, 0, 0.95, 0, 0);
  text-decoration: none;
}
.grid-items label:active small, .no-offers--lnk:active small {
  color: #fff;
}
.grid-items label:hover, .grid-items label:focus, .no-offers--lnk:hover, .no-offers--lnk:focus {
  cursor: pointer;
  text-decoration: none;
}
.grid-items label:hover small, .grid-items label:focus small, .no-offers--lnk:hover small, .no-offers--lnk:focus small {
  color: #fff;
}

.grid-items label:hover:before, .grid-items label:focus:before {
  border: 7px solid #E2E8F0;
  background-color: #CBD5E0;
}
.grid-items label:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #F7FAFC;
  border-radius: 50px;
  border: 1px solid #CBD5E0;
  margin-right: 1rem;
}

.no-offers--lnk {
  background-color: #EDF2F7;
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  height: 60px;
}
@media (min-width: 40.625em) {
  .no-offers--lnk {
    width: 285px;
  }
}
.no-offers--lnk:hover {
  background-color: #E2E8F0;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0.875rem 1rem;
}
@media (min-width: 37.5em) {
  .counter {
    padding: 0 0 2rem;
  }
}

.counter__step {
  font-size: 1rem;
}

.multi-step-item__back {
  display: flex;
  height: 16px;
  margin: 0 0 1rem 0.15rem;
  margin: 0;
}
.multi-step-item__back:hover {
  cursor: pointer;
}
.multi-step-item__back svg {
  margin-right: 0.5rem;
}

.direct-landing .multi-step-item__back.hidden,
.direct-landing .counter__step,
.direct-landing .content > h2,
.direct-landing .content > p {
  display: none;
}

.multi-step-item__back.hidden {
  opacity: 0;
  visibility: hidden;
}

.error-message {
  display: block;
  max-width: 415px;
  margin: 0 auto 2rem;
  color: red;
}

.single-step-form .multi-step-item {
  margin: 0 auto 4rem;
}
.single-step-form .multi-step-item .btn--continue {
  display: none;
}

.con-offer__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: -2.5rem auto 0.5rem;
  padding: 0.5rem 1rem;
  background: #FFE500;
  border-radius: 5px 0px 0px 5px;
  height: 17.5px;
  color: #00144E;
  font-size: 0.725rem;
}
.con-offer__tag:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 17px solid #FFE500;
  right: -16px;
  border-left-width: 0px;
  border-right-color: transparent;
}
.con-offer__tag p {
  margin: 0;
  font-weight: 900;
  color: #00144E;
}
.con-offer__tag svg {
  margin-right: 0.5rem;
}

.direct-sub-heading {
  display: none;
}

.direct-landing {
  padding-bottom: 1rem;
}
.direct-landing .direct-sub-heading {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
}
@media (min-width: 64em) {
  .direct-landing .direct-sub-heading {
    font-size: 1.5rem;
  }
}
.direct-landing .direct-sub-heading span {
  color: #00499B;
}
.direct-landing .direct-sub-heading sup {
  top: 0;
  vertical-align: super;
  font-size: clamp(10px, 0.625em, 12px);
}
.direct-landing .direct-header {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 0.875rem;
  display: block;
}
.direct-landing .direct-header h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  text-align: left;
  text-wrap: balance;
}
@media (min-width: 31.25em) {
  .direct-landing .direct-header h1 {
    font-size: 32px;
    margin: 0 0 2rem;
    text-align: center;
  }
}
@media (min-width: 64em) {
  .direct-landing .direct-header h1 {
    font-size: 36px;
  }
}
.direct-landing .direct-header span {
  display: inline-block;
  margin: 0 auto 0.5rem;
  text-wrap: balance;
  font-size: 0.7rem;
}
@media (min-width: 31.25em) {
  .direct-landing .direct-header span {
    display: block;
    margin: 0 auto 1rem;
    text-align: center;
    font-size: initial;
  }
}

.details__steps {
  display: block;
  margin: 4rem 0 6rem;
  background-color: #F7FAFC;
}
.details__steps h2 {
  display: none;
}
.details__steps .steps-wrap {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}
@media (min-width: 64em) {
  .details__steps .steps-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
  }
}
.details__steps .steps-wrap > div {
  max-width: 100%;
  margin-bottom: 2rem;
  padding: 0 3rem;
}
@media (min-width: 25em) {
  .details__steps .steps-wrap > div {
    padding: 0 4rem;
  }
}
@media (min-width: 64em) {
  .details__steps .steps-wrap > div {
    max-width: 265px;
    margin-bottom: 0;
    padding: 0;
  }
}
.details__steps .step-title {
  display: flex;
  align-items: center;
}
.details__steps .step-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DEE9FB;
  color: #00144E;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: bold;
}
.details__steps h3 {
  margin: 0;
  margin-left: -8px;
  color: #00144E;
  font-weight: 600;
  font-size: 0.95rem;
}
.details__steps p {
  font-size: 0.875rem;
  padding: 0 0.5rem;
  color: #4A5568;
}

.details__steps.hidden {
  display: none;
}

.three-cards {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 530px;
}
@media (min-width: 48em) {
  .three-cards {
    position: relative;
    margin: 6rem auto 0;
  }
}

.helped {
  font-weight: bold;
  font-size: 1rem;
  margin: 3rem 0;
  text-align: center;
  color: #2D3748;
}
@media (min-width: 48em) {
  .helped {
    font-size: 1.25rem;
    margin: 4rem 0 0;
  }
}
@media (min-width: 64em) {
  .helped {
    font-size: 1.5rem;
  }
}
.helped span {
  color: #3FBDF1;
}
.helped sup {
  top: 0;
  vertical-align: super;
  font-size: clamp(10px, 0.625em, 12px);
}

.details__steps .steps-wrap {
  padding: 4rem 0 5rem;
}

.direct-header {
  display: none;
}

.enhanced-wrap .multi-step-item .from-aff {
  margin-block-end: 1rem;
  color: #444;
  font-weight: normal;
  text-align: center;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
.btn--apply {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0;
  background: #077443;
  border: none;
  border-radius: 5px;
  /*box-shadow: 0px 8px 15px $gray-400;*/
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  text-align: center;
  text-decoration: none;
}
.btn--apply:hover, .btn--apply:focus {
  background: #0aae64;
  box-shadow: none;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .btn--apply {
    font-size: 1.125rem;
  }
}
.btn--apply svg {
  margin: 0.2rem 0 0 0.5rem;
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 0;
  }
}
.offer-pop.show {
  display: flex;
  animation: reveal 0.75s forwards;
}

.offer-pop {
  opacity: 0;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 7rem 0 3rem;
  background-color: #FFF;
  overflow: hidden;
  transform: translate(0, -50%);
}
@media (min-width: 40.625em) {
  .offer-pop {
    padding: 4rem 0;
    background-color: rgba(113, 128, 150, 0.65);
  }
}
.offer-pop .offer-pop__content {
  position: relative;
  z-index: 101;
  display: flex;
  flex-direction: column;
  max-width: 30rem;
  margin: auto;
  padding: 2rem 1rem;
  text-align: center;
}
@media (min-width: 40.625em) {
  .offer-pop .offer-pop__content {
    padding: 3rem;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
  }
}
.offer-pop .offer-pop__content > svg {
  position: absolute;
  top: -3.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 145px;
}
@media (min-width: 40.625em) {
  .offer-pop .offer-pop__content > svg {
    top: -4.5rem;
    width: 175px;
  }
}
.offer-pop .offer-pop__content h2 {
  margin: 5rem 0 0;
  line-height: 1;
  color: #00144E;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 45px;
  font-weight: 900;
}
@media (min-width: 40.625em) {
  .offer-pop .offer-pop__content h2 {
    font-size: 86px;
  }
}
.offer-pop .offer-pop__content h6 {
  margin: 1rem 0 3rem;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 40.625em) {
  .offer-pop .offer-pop__content h6 {
    margin: 2rem 0 3rem;
    font-size: 1.125rem;
  }
}
.offer-pop .offer-pop__content .btn--apply {
  width: 250px;
  margin: 0 auto 2rem;
  padding: 0.85rem 0;
}
.offer-pop .offer-pop__content p {
  margin: 0;
  font-size: 0.875rem;
  text-decoration: underline;
}
.offer-pop .offer-pop__content p:hover {
  cursor: pointer;
}
.offer-pop svg.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
  fill: #A0AEC0;
}
.offer-pop svg.close:hover {
  cursor: pointer;
}
@media (min-width: 40.625em) {
  .offer-pop svg.close {
    top: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    fill: #FFF;
  }
}

footer {
  max-width: 950px;
  margin: 2rem auto 3rem;
  padding: 0 1.25rem;
}
@media (min-width: 22.5em) {
  footer {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  footer {
    margin: 0 auto 3rem;
    padding: 0 0.875rem;
  }
}
footer p, footer small, footer a {
  color: #4A5568;
  font-size: 0.875rem;
}
footer .footer-secure {
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.5em) {
  footer .footer-secure {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer-secure .ssl {
  margin-top: 1rem;
}
@media (min-width: 37.5em) {
  footer .footer-secure .ssl {
    margin-top: 0;
  }
}
footer .footer-secure .ssl a {
  margin-right: 1rem;
}
footer .nav-item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
}
@media (min-width: 64em) {
  footer .nav-item-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
footer .nav-item-wrap .nav-item ul {
  padding: 0;
  list-style-type: none;
}

.loading-offers-animation {
  position: relative;
  display: flex;
  justify-content: center;
  margin: -1rem 0 8rem;
}
@media (min-width: 768px) {
  .loading-offers-animation {
    margin: 1rem 0 8rem;
  }
}
.loading-offers-animation svg:first-of-type {
  animation: frontRotation 0.75s infinite;
  animation-direction: alternate;
  animation-delay: 0.35s;
  transform-origin: 2% 95%;
}
.loading-offers-animation svg:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: backRotation 0.75s infinite;
  animation-direction: alternate;
  transform-origin: 96% 95%;
}
.loading-offers-animation svg {
  width: 175px;
}
@media (min-width: 500px) {
  .loading-offers-animation svg {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .loading-offers-animation svg {
    width: 240px;
  }
}

@keyframes frontRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-16deg);
  }
}
@keyframes backRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(16deg);
  }
}
.partners-wrap {
  display: none;
}

.partners--show .partners-wrap {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
  background-color: rgba(11, 70, 119, 0.85);
  overflow: auto;
  transform: translate(0, -50%);
}
.partners--show .partners-wrap h2 {
  margin: 0;
  padding: 1rem;
  background-color: #F7F7F7;
  font-size: 1.75rem;
  font-weight: 400;
}
.partners--show .partners-wrap > div {
  position: relative;
  overflow-y: scroll;
  z-index: 101;
  width: 95%;
  max-height: 600px;
  margin: 0;
  padding: 1rem 0.625rem;
  background-color: #FFF;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 37.5em) {
  .partners--show .partners-wrap > div {
    width: 80%;
  }
}
.partners--show .partners-wrap > div > div {
  padding: 0 1rem;
}
.partners--show .partners-wrap .close {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}
@media (min-width: 37.5em) {
  .partners--show .partners-wrap .close {
    right: 1rem;
  }
}
.partners--show .partners-wrap .close:hover {
  cursor: pointer;
}
.partners--show .partners-wrap .close svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 37.5em) {
  .partners--show .partners-wrap .close svg {
    width: 55px;
    height: 55px;
  }
}
.partners--show .partners-wrap .partners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22ch, 1fr));
  grid-column-gap: 1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .partners {
    display: flex;
    flex-direction: column;
  }
}
@media (-ms-high-contrast: none) and (min-width: 37.5em), (-ms-high-contrast: active) and (min-width: 37.5em) {
  .partners {
    flex-flow: row wrap;
  }
  .partners p {
    width: 33%;
    padding-right: 1rem;
  }
}
.CoBrand.CoBrandNoNav .NavWrapInner > div {
  height: 70px;
}

.CoBrand .NavWrapInner {
  position: relative;
}

.CoBrand .NavWrapInner > div {
  height: 100px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48em) {
  .CoBrand .NavWrapInner > div {
    flex-direction: row;
    height: 70px;
    justify-content: flex-start;
  }
}

.CoBrand .wrap {
  padding-top: 100px;
}
@media (min-width: 48em) {
  .CoBrand .wrap {
    padding-top: 70px;
  }
}

.CoBrand.CoBrandNoNav .wrap {
  padding-top: 70px;
}

.CoBrandWrap img {
  height: 30px;
}
@media (min-width: 37.5em) {
  .CoBrandWrap img {
    height: 35px;
  }
}

.NavFloatRight {
  margin-top: 0.5em;
}
@media (min-width: 48em) {
  .NavFloatRight {
    margin-top: 0;
    margin-left: auto;
  }
}

.NavFloatRight a {
  margin: 0 0.35em;
  color: #226BE2;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 31.25em) {
  .NavFloatRight a {
    margin: 0 0.5em;
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .NavFloatRight a {
    margin: 0 0 0 1em;
  }
}

.NavFloatRight a:hover {
  color: #3FBDF1;
  text-decoration: none;
}

.CoBrandHead {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.AltLayout .CoBrandHead {
  flex-direction: row;
}

.CoBrandHead a {
  display: flex;
}

.CoBrandHead span {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  font-style: italic;
}
@media (min-width: 48em) {
  .CoBrandHead span {
    justify-content: flex-end;
    margin-right: -6em;
  }
}

.AltLayout .CoBrandHead span {
  margin-right: 0;
  margin-left: 1rem;
  align-items: flex-start;
  flex-direction: column;
}

.CoBrandHead a svg {
  width: 90px;
  height: auto;
  margin-left: 0.5em;
}

.CoBrandHead span svg {
  width: 80px;
  height: auto;
  margin-left: 0.5em;
}

.CoBrandHead .CreditLoan svg {
  width: auto;
  height: 23px;
  margin-left: 0;
}
@media (min-width: 25em) {
  .CoBrandHead .CreditLoan svg {
    height: 30px;
  }
}

.CoBrandHead .CreditAndDebt svg {
  width: auto;
  height: 43px;
  margin-left: 0;
}

.CoBrandHead .CardGuru svg {
  width: auto;
  height: 23px;
  margin-left: 0;
}
@media (min-width: 25em) {
  .CoBrandHead .CardGuru svg {
    height: 30px;
  }
}

.CoBrandHead .bestcash svg {
  width: auto;
  height: 34px;
  margin-left: 0;
}
@media (min-width: 48em) {
  .CoBrandHead .bestcash svg {
    margin-bottom: 0.25rem;
  }
}

.CoBrandHead a.TopCards {
  font-size: 1.5rem;
}

.CoBrandHead .moneytime svg {
  width: auto;
  height: 34px;
  margin-left: 0;
}
@media (min-width: 48em) {
  .CoBrandHead .moneytime svg {
    margin-bottom: 0.25rem;
  }
}

.CoBrandHead .CreditOneBank img {
  height: 51px;
}

.CoBrandHead .IdentityIQ img {
  height: 42px;
}

.AltLayout.CreditOneBank .CoBrandHead,
.AltLayout.submark .CoBrandHead,
.AltLayout.YourBestCreditCard .CoBrandHead {
  flex-direction: column;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank .CoBrandHead,
  .AltLayout.submark .CoBrandHead,
  .AltLayout.YourBestCreditCard .CoBrandHead {
    flex-direction: row;
  }
}
.AltLayout.CreditOneBank span,
.AltLayout.submark span,
.AltLayout.YourBestCreditCard span {
  margin-left: 0;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank span,
  .AltLayout.submark span,
  .AltLayout.YourBestCreditCard span {
    margin-left: 1rem;
  }
}
.AltLayout.CreditOneBank .alt-text,
.AltLayout.submark .alt-text,
.AltLayout.YourBestCreditCard .alt-text {
  font-size: 0.825rem;
  font-style: normal;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank .alt-text,
  .AltLayout.submark .alt-text,
  .AltLayout.YourBestCreditCard .alt-text {
    padding-right: 1rem;
    border-right: 1px solid #E2E8F0;
  }
}
.AltLayout.CreditOneBank span + span,
.AltLayout.submark span + span,
.AltLayout.YourBestCreditCard span + span {
  margin-top: 0.5rem;
  align-items: center;
  align-self: center;
  flex-direction: row;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank span + span,
  .AltLayout.submark span + span,
  .AltLayout.YourBestCreditCard span + span {
    position: relative;
    top: 0.125rem;
    margin-top: 0;
    align-self: flex-end;
  }
}

.submark .CoBrandHead img {
  height: 50px;
}

.CoBrandHead .CardByCredit svg {
  width: auto;
  height: 40px;
}

.CoBrandHead .MyCreditCardFinder {
  align-items: center;
  color: #B1B1B1;
  font-weight: 200;
  text-decoration: none;
}
.CoBrandHead .MyCreditCardFinder b {
  color: #6200EA;
}
.CoBrandHead .MyCreditCardFinder svg {
  width: auto;
  height: 22px;
  margin-right: 0.5rem;
  margin-left: 0;
}
@media (min-width: 48em) {
  .CoBrandHead .MyCreditCardFinder svg {
    height: 30px;
  }
}

.CoBrandHead .iCashFinder svg {
  width: 185px;
  margin-bottom: 0.25rem;
}

.CoBrandHead .co-link2finance svg {
  width: 185px;
  margin-bottom: 0.25rem;
}

.CoBrandHead .Monevo svg {
  width: 95px;
  margin-bottom: 0.35rem;
}

.CoBrandHead .Float svg {
  width: 85px;
  margin-bottom: 0.25rem;
}

.CoBrandHead .Solvent svg {
  width: 115px;
}

.scroller {
  max-width: 600px;
  margin-inline: auto;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5rem;
}

.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 2.5rem));
  }
}
body {
  margin: 0;
  overflow-x: hidden;
}

main {
  padding: 0;
}

.offers-content {
  margin: 0 auto 5rem;
}
@media (min-width: 64em) {
  .offers-content {
    margin: 0 auto 8rem;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem;
}
@media (min-width: 43.75em) {
  .header {
    padding: 0.875rem 1.5rem;
  }
}
@media (min-width: 64em) {
  .header {
    padding: 1rem 2rem;
  }
}
.header svg {
  width: auto;
  height: 20px;
}
@media (min-width: 21.875em) {
  .header svg {
    height: 22px;
  }
}
@media (min-width: 31.25em) {
  .header svg {
    height: 45px;
  }
}
.header small, .header small a {
  color: #4A5568;
}

.loading-step {
  margin-top: 1.5rem;
  padding: 0 0.875rem;
}
@media (max-width: 64em) {
  .loading-step {
    margin-top: 5rem;
  }
}
@media (max-width: 40.625em) {
  .loading-step {
    margin-top: 2rem;
  }
}
.loading-step h2, .loading-step h3 {
  text-align: center;
}
.loading-step p {
  text-align: center;
  font-size: 18px;
}
.loading-step .content {
  max-width: 650px;
}

.loading-step h2 {
  min-block-size: 3em;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
.svg-bg-offers {
  display: none;
}
@media (min-width: 40.625em) {
  .svg-bg-offers {
    z-index: -2;
    position: absolute;
    top: -4rem;
    left: -6rem;
    width: 130%;
    height: 75%;
    display: block;
  }
}
@media (min-width: 64em) {
  .svg-bg-offers {
    top: 0;
    left: -12rem;
    width: 125%;
    height: 74%;
  }
}
@media (min-width: 87.5em) {
  .svg-bg-offers {
    width: 120%;
    height: 90%;
  }
}

.step-three {
  margin-bottom: 8rem;
}

.step-four {
  margin-bottom: 8rem;
}

.ConConxForm .btn--apply {
  background-color: #226BE2;
}
.ConConxForm .btn--apply:hover,
.ConConxForm .btn--apply:focus {
  background-color: #3D88FF;
}
.ConConxForm .btn--nab {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.ConConxForm .btn--lnk {
  font-size: 0.9em;
  text-decoration: underline;
}
.ConConxForm .topOffer section > div {
  padding: 2rem 1.5rem 0;
}
@media (min-width: 37.5em) {
  .ConConxForm .topOffer section > div {
    padding: 3rem 2rem 0;
  }
}
.ConConxForm .topOffer .con-offer__tag {
  height: 33.5px;
}
.ConConxForm .topOffer h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 37.5em) {
  .ConConxForm .topOffer h5 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}
.ConConxForm .topOffer .returnWrap {
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding-inline: 0.875rem;
}
@media (min-width: 37.5em) {
  .ConConxForm .topOffer .returnWrap {
    position: absolute;
    right: 0;
    z-index: 1;
  }
}
.ConConxForm dialog[open] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(90vw, 64ex);
  border: solid 2px #ccc;
  border-radius: 7px;
  text-align: center;
  text-wrap: pretty;
  overflow: auto;
  overscroll-behavior: contain;
}
.ConConxForm dialog::backdrop {
  backdrop-filter: blur(10px);
}
.ConConxForm dialog h2 {
  margin-block: 3rem 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.ConConxForm dialog p {
  margin-block: 0 1rem;
}
.ConConxForm dialog .btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
.ConConxForm dialog .btn--apply {
  width: 100%;
  max-width: 30ex;
  margin-block: 0.7rem;
}
.ConConxForm dialog .btn--close {
  margin: 0;
  align-self: end;
  font-size: 1.5rem;
  font-weight: 100;
}
.ConConxForm dialog .btn--lnk {
  margin-block: 1rem 3rem;
}

.ConConxIssuers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-block-end: 3rem;
}