@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');  

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Mulish, sans-serif !important;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #71717a;
}

img {
  /* width: 100%; */
  height: auto;
  line-height: 1;
}

.zs-sidebar-menu {
  padding-left: 0px;
  list-style-type: none;
}

.zs-sidebar-menu__item {
  margin-bottom: 8px;
}

.zs-sidebar-menu-heading {
  margin-bottom: 16px;
  font-family: Inconsolata, monospace;
  text-transform: uppercase;
}

.zs-spacer {
  height: 64px;
}

.zs-section__heading {
  margin-bottom: 16px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 700;
}

.zs-page-grid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.zs-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #edf2f7;
}

.zs-component__item {
  padding: 32px;
}

.zs-component__item.zs-component__item--w-33 {
  width: 33%;
}

.zs-component__item.zs-component__item--w-25 {
  width: 25%;
}

.zs-component__item.zs-component__item--w-50 {
  width: 50%;
}

.zs-color-swatch-placeholder {
  width: 200px;
  height: 32px;
}

.bg-red-50 {
  background-color: #fef2f2;
}

.zs-component__item-description {
  margin-top: 8px;
  font-family: Inconsolata, monospace;
  line-height: 1.7;
}

.zs-component__heading {
  margin-top: 32px;
  margin-bottom: 8px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.zs-container {
  max-width: 1200px;
}

.zs-body {
  padding-right: 32px;
  padding-bottom: 64px;
  padding-left: 32px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-h1 {
  font-size: 2.986rem;
  line-height: 1.2;
  font-weight: 600;
}

.text-h2 {
  font-family: Mulish, sans-serif;
  font-size: 2.488rem;
  line-height: 1.2;
  font-weight: 600;
}

.text-h3 {
  font-size: 2.074rem;
  line-height: 1.3;
  font-weight: 700;
}

.text-h4 {
  font-size: 1.728rem;
  line-height: 1.3;
  font-weight: 700;
}

.text-h5 {
  font-size: 1.44rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-h6 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-subtitle {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

.text-small {
  font-size: 0.64rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

.site-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.site-header.page-margin {
  z-index: 9999;
}

.text-menu {
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.container {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.container.container--narrow {
  max-width: 940px;
}

.container.container--wide {
  max-width: 1120px;
}

.container.container--narrow {
  /* max-width: 1200px; */
  max-width: 95%;
}

.container.container--slim {
  max-width: 640px;
}

.site-header__menu-button {
  position: relative;
  overflow: hidden;
  width: 28px;
  height: 28px;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e68636;
  border-radius: 3px;
  background-color: #e68636;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary.button--white {
  border-color: #fff;
  background-color: #fff;
  color: #e68636;
}

.spacer-80 {
  height: 80px;
}

.spacer-24 {
  height: 24px;
}

.spacer-4 {
  height: 4px;
}

.zs-spacer-placeholder {
  width: 208px;
  height: 100%;
  background-color: #000;
}

.spacer-8 {
  height: 8px;
}

.spacer-12 {
  height: 12px;
}

.spacer-16 {
  height: 16px;
}

.spacer-28 {
  height: 28px;
}

.spacer-32 {
  height: 32px;
}

.spacer-40 {
  height: 40px;
}

.spacer-48 {
  height: 48px;
}

.spacer-64 {
  height: 64px;
}

.spacer-96 {
  height: 96px;
}

.alignfull {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.alignwide {
  position: relative;
  left: 50%;
  width: 60vw;
  margin-left: -30vw;
}

.divider {
  border-top: 1px solid #e4e4e7;
}

.zs-placeholder {
  width: 208px;
}

.button-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e68636;
  border-radius: 3px;
  background-color: transparent;
  color: #e68636;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-secondary.button--white {
  border-color: #fff;
  color: #fff;
}

.field-label {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: black;
}

.input-text-field {
  height: 54px;
  margin-bottom: 0px;
  border-radius: 3px;
  color: #000;
  font-size: 1rem;
}

.input-text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #e68636;
}

.input-text-field.hero-phone-field {
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.input-text-field.hero-phone-field::-webkit-input-placeholder {
  color: #fafafa;
}

.input-text-field.hero-phone-field:-ms-input-placeholder {
  color: #fafafa;
}

.input-text-field.hero-phone-field::-ms-input-placeholder {
  color: #fafafa;
}

.input-text-field.hero-phone-field::placeholder {
  color: #fafafa;
}

.input-text-field.input-text-field--other-city {
  display: none;
}

.zs-form-placeholder {
  width: 320px;
}

.input-textarea {
  min-height: 96px;
  border-radius: 3px;
}

.masonry-grid {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.card {
  display: inline-block;
  margin-bottom: 32px;
}

.card__content {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 24px 24px 16px;
  border-radius: 5px;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33%;
  -ms-flex: 0 33.33%;
  flex: 0 33.33%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-red-50 {
  color: #fef2f2;
}

.text-red-100 {
  color: #fee2e2;
}

.bg-red-100 {
  background-color: #fee2e2;
}

.text-red-200 {
  color: #fecaca;
}

.bg-red-200 {
  background-color: #fecaca;
}

.text-red-300 {
  color: #fca5a5;
}

.bg-red-300 {
  background-color: #fca5a5;
}

.text-red-400 {
  color: #f87171;
}

.bg-red-400 {
  background-color: #f87171;
}

.text-red-500 {
  color: #a03636;
}

.bg-red-500 {
  background-color: #a03636;
}

.text-red-600 {
  color: #dc2626;
}

.bg-red-600 {
  background-color: #dc2626;
}

.text-red-700 {
  color: #b91c1c;
}

.bg-red-700 {
  background-color: #b91c1c;
}

.text-red-800 {
  color: #991b1b;
}

.bg-red-800 {
  background-color: #991b1b;
}

.text-red-900 {
  color: #7f1d1d;
}

.bg-red-900 {
  background-color: #7f1d1d;
}

.text-gray-50 {
  color: #fafafa;
}

.bg-gray-50 {
  background-color: #fafafa;
}

.text-gray-100 {
  color: #f4f4f5;
}

.bg-gray-100 {
  background-color: #f4f4f5;
}

.text-gray-200 {
  color: #e4e4e7;
}

.bg-gray-200 {
  background-color: #e4e4e7;
}

.text-gray-300 {
  color: #d4d4d8;
}

.bg-gray-300 {
  background-color: #d4d4d8;
}

.text-gray-400 {
  color: #a1a1aa;
}

.bg-gray-400 {
  background-color: #a1a1aa;
}

.text-gray-500 {
  color: #71717a;
}

.bg-gray-500 {
  background-color: #71717a;
}

.text-gray-600 {
  color: #52525b;
}

.bg-gray-600 {
  background-color: #52525b;
}

.text-gray-700 {
  color: #3f3f46;
}

.bg-gray-700 {
  background-color: #3f3f46;
}

.text-gray-800 {
  color: #27272a;
}

.bg-gray-800 {
  background-color: #27272a;
}

.text-gray-900 {
  color: #18181b;
}

.bg-gray-900 {
  background-color: #18181b;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.section {
  margin-top: 96px;
  margin-bottom: 96px;
}

.section.section--inset {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.section--inset.brand-gradient {
  background-image: linear-gradient(279deg, #ef6e17, #cb5014);
}

.section.section--inset.brand-gradient.pb-0 {
  padding-bottom: 0px;
  background-image: linear-gradient(279deg, #ef6e17, #cb5014);
}

.section.card-portfolio--section {
  padding-right: 32px;
  padding-left: 32px;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons.buttons--stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.buttons.buttons--centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buttons.eligibility-form-submit-button {
  display: none;
}

.buttons.buttons--stretched {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-purple-600 {
  color: #533488;
}

.bg-purple-900 {
  background-color: #1a0b36;
}

.text-purple-700 {
  color: #3f236f;
}

.text-purple-300 {
  color: #9b7fcb;
}

.text-purple-200 {
  color: #b69fde;
}

.bg-purple-400 {
  background-color: #8162b6;
}

.bg-purple-200 {
  background-color: #b69fde;
}

.bg-purple-700 {
  background-color: #3f236f;
}

.text-purple-400 {
  color: #8162b6;
}

.bg-purple-600 {
  background-color: #533488;
}

.text-purple-100 {
  color: #d2c2ed;
}

.bg-purple-800 {
  background-color: #2c1554;
}

.text-purple-900 {
  color: #1a0b36;
}

.bg-purple-100 {
  background-color: #d2c2ed;
}

.text-purple-800 {
  color: #2c1554;
}

.bg-purple-500 {
  background-color: #67489d;
}

.bg-purple-300 {
  background-color: #9b7fcb;
}

.bg-purple-50 {
  background-color: #efe8f9;
}

.text-purple-50 {
  color: #efe8f9;
}

.text-purple-500 {
  color: #67489d;
}

.button--large {
  padding: 20px 32px;
  font-size: 1rem;
}

.button--medium {
  padding: 12px 20px;
}

.button--small {
  padding: 8px 16px;
  font-size: 0.64rem;
}

.button--stretched {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.button__icon {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}

.single-product-slider__slide {
  position: relative;
  overflow: hidden;
}

.input-radio {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  background-color: #fff;
}

.input-radio.w--redirected-checked {
  border-color: #71717a;
}

.input-checkbox {
  width: 20px;
  height: 20px;
  margin: 0px 8px 16px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #e68636;
}

.input-checkbox.w--redirected-checked {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #e68636;
  background-color: #e68636;
}

.text-transparent {
  color: transparent;
}

.bg-transparent {
  background-color: transparent;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.text-green-50 {
  color: #f0fdf4;
}

.bg-green-50 {
  background-color: #f0fdf4;
}

.text-green-100 {
  color: #dcfce7;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.text-green-200 {
  color: #bbf7d0;
}

.bg-green-200 {
  background-color: #bbf7d0;
}

.text-green-300 {
  color: #86efac;
}

.bg-green-300 {
  background-color: #86efac;
}

.text-green-400 {
  color: #4ade80;
}

.bg-green-400 {
  background-color: #4ade80;
}

.text-green-500 {
  color: #22c55e;
}

.bg-green-500 {
  background-color: #22c55e;
}

.text-green-600 {
  color: #16a34a;
}

.bg-green-600 {
  background-color: #16a34a;
}

.text-green-700 {
  color: #15803d;
}

.bg-green-700 {
  background-color: #15803d;
}

.text-green-800 {
  color: #166534;
}

.bg-green-800 {
  background-color: #166534;
}

.text-green-900 {
  color: #14532d;
}

.bg-green-900 {
  background-color: #14532d;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-margin {
  padding-right: 28px;
  padding-left: 28px;
}

.gutter-offset {
  margin-right: -16px;
  margin-left: -16px;
}

.gutter {
  padding-right: 16px;
  padding-left: 16px;
}

.select {
  margin-bottom: 16px;
  background-color: transparent;
}

.text-orange-300 {
  color: #fdba74;
}

.bg-orange-800 {
  background-color: #9a3412;
}

.bg-orange-500 {
  background-color: #e68636;
}

.bg-orange-200 {
  background-color: #fed7aa;
}

.bg-orange-700 {
  background-color: #c2410c;
}

.text-orange-400 {
  color: #fb923c;
}

.bg-orange-300 {
  background-color: #fdba74;
}

.text-orange-800 {
  color: #9a3412;
}

.text-orange-200 {
  color: #fed7aa;
}

.text-orange-50 {
  color: #fff7ed;
}

.text-orange-500 {
  /* color: #e68636; */
  color: #e3530f;
}

.text-orange-100 {
  color: #ffedd5;
}

.bg-orange-50 {
  background-color: #fff7ed;
}

.bg-orange-900 {
  background-color: #7c2d12;
}

.text-orange-600 {
  color: #ea580c;
}

.bg-orange-400 {
  background-color: #fb923c;
}

.bg-orange-600 {
  background-color: #ea580c;
}

.text-orange-900 {
  color: #7c2d12;
}

.text-orange-700 {
  color: #c2410c;
}

.bg-orange-100 {
  background-color: #ffedd5;
}

.bg-blue-400 {
  background-color: #60a5fa;
}

.text-blue-300 {
  color: #93c5fd;
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.text-blue-500 {
  color: #004a7f;
}

.bg-blue-200 {
  background-color: #bfdbfe;
}

.text-blue-600 {
  color: #2563eb;
}

.bg-blue-50 {
  background-color: #eff6ff;
}

.text-blue-800 {
  color: #1e40af;
}

.bg-blue-600 {
  background-color: #2563eb;
}

.bg-blue-700 {
  background-color: #1d4ed8;
}

.text-blue-900 {
  color: #1e3a8a;
}

.bg-blue-500 {
  background-color: #004a7f;
}

.bg-blue-900 {
  background-color: #1e3a8a;
}

.text-blue-100 {
  color: #dbeafe;
}

.bg-blue-300 {
  background-color: #93c5fd;
}

.bg-blue-800 {
  background-color: #1e40af;
}

.text-blue-50 {
  color: #eff6ff;
}

.text-blue-200 {
  color: #bfdbfe;
}

.text-blue-700 {
  color: #1d4ed8;
}

.text-blue-400 {
  color: #60a5fa;
}

.site-logo {
  max-width: 234px;
}

.primary-nav {
  position: relative;
  margin-right: -24px;
  margin-bottom: 0px;
  margin-left: -24px;
  padding-left: 0px;
  list-style-type: none;
}

.primary-nav__item {
  display: inline-block;
  padding: 8px;
}

.hero-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: -32px;
  margin-left: -32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-column {
  width: 50%;
  padding-right: 32px;
  padding-left: 32px;
}

.hero-column.hero-column--2 {
  width: 50%;
}

.brand-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#cb5014), to(#ef6e17));
  background-image: linear-gradient(270deg, #cb5014, #ef6e17);
}

.hero-card {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-card.vertical {
  width: 65%;
  height: 100%;
}

.hero-card__highlight {
  position: absolute;
  width: 50%;
  padding-top: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.hero-card-wrapper {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.get-started-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-phone-fieldset {
  max-width: 240px;
  padding-top: 8px;
  padding-right: 16px;
}

.benefit-bubble {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 64px;
  height: 64px;
  padding: 14px;
  border-radius: 50%;
  background-color: #d1cfbb;
}

.benefits-content {
  grid-column-gap: 64px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefit-card {
  width: 352px;
  padding: 32px;
  border-radius: 20px;
}

.benefit-card.benefit-card--1 {
  margin-top: 48px;
  margin-right: 10%;
  margin-left: 10%;
}

.benefit-card.benefit-card--2 {
  margin-top: -32px;
  margin-right: 5%;
  margin-left: 5%;
}

.benefit-card.benefit-card--2.bg-orange-500.text-white {
  margin-top: 4px;
}

.benefit-card.benefit-card--4 {
  margin-top: 32px;
  margin-right: 7%;
  margin-left: 7%;
}

.benefit-card.benefit-card--3 {
  width: 50%;
  margin-right: 5%;
}

.benefit-card.benefit-card--3.bg-blue-500.text-white {
  background-color: #004a7f;
}

.benefit-card__icon {
  width: 96px;
  height: 96px;
}

.benefit-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-warm-gray-500 {
  color: #d1cfbb;
}

.bg-warm-gray-500 {
  background-color: #d1cfbb;
}

.benefits-cards {
  background-image: linear-gradient(175deg, transparent, transparent 25%, #f5f5f7 0, #f5f5f7 75%, transparent 0, transparent);
}

.benefits-content__heading {
  margin-top: -7px;
}

.card-security {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 4000px;
  perspective: 4000px;
}

.card-stack {
  position: relative;
}

.card-stack__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.card-stack__image.card-stack__image--1 {
  z-index: 4;
  opacity: 0.25;
}

.card-stack__image.card-stack__image--2 {
  z-index: 3;
  opacity: 0.5;
}

.card-stack__image.card-stack__image--3 {
  z-index: 2;
}

.card-stack__image.card-stack__image--4 {
  position: static;
  opacity: 0.25;
}

.marker {
  position: absolute;
  left: -10%;
  top: 45%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.card-stack-wrapper {
  position: relative;
}

.card-stack-wrapper.vertical--card {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.choice-of-cards {
  position: relative;
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
}

.choice-of-cards__circle {
  padding-bottom: 100%;
  border-radius: 50%;
  opacity: 0.3;
}

.choice-of-cards__card {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.choice-of-cards__card.visa {
  z-index: 3;
  box-shadow: 14px 14px 20px 20px hsla(0, 0%, 100%, 0.1);
}

.choice-of-cards__card.mastercard {
  z-index: 2;
}

.fees-grid {
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fees-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 72px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.v-divider {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-left: 1px solid #a1a1aa;
}

.fees-card__heading {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fees-card__text {
  position: relative;
  margin-top: 8px;
  /* color: #e68636; */
  color: #e3530f;
  font-size: 20px;
  font-weight: 700;
}

.primary-nav__sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  margin-bottom: 0px;
  margin-left: -32px;
  padding-left: 0px;
}

.primary-nav__sub-menu-item {
  padding-right: 32px;
  padding-left: 32px;
}

.site-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 8px;
}

.marker__line {
  width: 100%;
  border-bottom: 1px solid #e68636;
}

.marker__ellipse {
  position: absolute;
  left: auto;
  top: -31px;
  right: -31px;
  bottom: auto;
  width: 64px;
  height: 64px;
}

.primary-nav__sub-menu-wrapper {
  position: absolute;
  left: 0%;
  top: 72px;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 100vw;
  padding-top: 48px;
  padding-bottom: 48px;
}

.offer-gallery {
  overflow: hidden;
}

.offer-gallery__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.offer-gallery__image {
  width: 256px;
  margin-right: 8px;
  margin-left: 8px;
}

.offer-gallery__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.backdrop-blur {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.modal {
  position: fixed;
  z-index: 99999;
  display: none;
  padding-top: 16px;
  padding-right: 0px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.19, 1, .22, 1);
  transition: opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 500ms cubic-bezier(.19, 1, .22, 1), opacity 500ms ease;
  transition: transform 500ms cubic-bezier(.19, 1, .22, 1), opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.19, 1, .22, 1);
}

.modal.modal--centered {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  border-radius: 12px;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.19, 1, .22, 1);
  transition: opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 500ms cubic-bezier(.19, 1, .22, 1), opacity 500ms ease;
  transition: transform 500ms cubic-bezier(.19, 1, .22, 1), opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.19, 1, .22, 1);
}

.modal.modal--centered.md-modal--ios {
  display: block;
}

.modal__content {
  width: 560px;
  height: 480px;
  padding-top: 16px;
  padding-right: 32px;
}

.modal__close {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  z-index: 99999;
  width: 28px;
  height: 28px;
  padding: 4px;
  line-height: 1;
}

.modal-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99998;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.eligibility-form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.eligibility-form__lottie {
  width: 160px;
  margin-right: auto;
  margin-bottom: -8px;
  margin-left: auto;
}

.site-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#004a7f), color-stop(90%, #004a7f), color-stop(0, #e68636), to(#e68636));
  background-image: linear-gradient(180deg, #004a7f, #004a7f 90%, #e68636 0, #e68636); */
  background-color:  #e3530f;
}

.site-footer.text-white {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#e68636), to(#e68636));
  background-image: linear-gradient(180deg, #e68636, #e68636); */
  background-color:  #e3530f;
}

.secondary-nav {
  margin-right: -32px;
  margin-left: -32px;
  padding-left: 0px;
  list-style-type: none;
}

.secondary-nav__item {
  display: inline-block;
  padding-right: 32px;
  padding-left: 32px;
}

.site-footer__grid {
  grid-column-gap: 64px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  margin-top: auto;
  margin-left: -32px;
  padding-right: 16px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e4e4e7;
}

.slick-buttons {
  margin-right: 8px;
  margin-left: 8px;
}

.radio-button-field {
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  background-color: #f4f4f5;
  cursor: pointer;
}

.form-options-grid {
  margin-bottom: 16px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-field-container {
  position: relative;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 8px;
  background-color: #f4f4f5;
}

.faux-input-radio {
  width: 24px;
  height: 24px;
  margin-bottom: 32px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #004a7f;
  border-radius: 50%;
}

.faux-input-radio__dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}

.range-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-columns.flex-v--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  width: 100%;
}

.flex-column.flex-column--w-50 {
  width: 50%;
}

.security-section {
  margin-top: -96px;
  margin-bottom: 64px;
}

.footer-link {
  color: #004a7f;
}

.spacer-32--mobile {
  display: none;
}

.card-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
}

.card-image {
  width: 33.33%;
  padding-right: 16px;
  padding-left: 16px;
}

.otp-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-select-field {
  height: 56px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
}

.self-questions {
  display: none;
}

.hover-apply {
  position: fixed;
  top: 0px;
  z-index: 9997;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: #fff;
}

.hover-apply__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hover-apply__logo {
  width: auto;
  height: 49px;
}
.hover-apply__logoNew {
  /* position: fixed;  */
  left: 0;         
  width: auto;    
  height: 49px;    
  margin-left: 0;  
  z-index: 1000;   
}

.mt-0 {
  margin-top: 0px;
}

.section-eligible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eligible-lottie {
  width: 128px;
  height: 128px;
  margin-bottom: 32px;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eligibility-form__submission-error-message {
  display: none;
  margin-top: 8px;
  margin-bottom: -4px;
  padding: 4px 16px;
  border-radius: 3px;
  background-color: #db0000;
  color: #fff;
}

.dialing-code {
  width: 56px;
  border: 1px none transparent;
  background-color: #fff;
}

.dob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.input-hr-spacer {
  width: 16px;
}

.hero-card--vertical {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.superscript {
  position: relative;
  bottom: 4px;
  font-size: 0.8rem;
}

.bullet-list {
  margin-bottom: 0px;
  padding-left: 32px;
}

.pb-0 {
  padding-bottom: 0px;
}

.body {
  font-family: Mulish, sans-serif;
  color: #000;
}

.benefits-list__item {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 8px;
  background-color: #f4f5f5;
  border: 1px solid #e68636;
}

.nested-bullet {
  margin-top: 2px;
  padding-left: 24px;
  /* background-image: url('../images/black-bullet.svg'); */
  background-position: 0px 9px;
  background-size: auto;
  background-repeat: no-repeat;
}

.benefits-list__content {
  padding-left: 24px;
  /* background-image: url('../images/bullet.svg'); */
  background-position: 0px 7px;
  background-size: auto;
  background-repeat: no-repeat;
}

.coral-card-image {
  position: relative;
  z-index: 50;
}

.card--mobile {
  display: none;
}

.offers {
  position: relative;
}

.offers-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  max-width: 420px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-image {
  position: relative;
}

.hero-credit--card {
  position: relative;
  z-index: 5;
}

.benefits-card--container {
  position: relative;
}

.benefit-icon {
  position: absolute;
  width: 42px;
  height: 42px;
}

.benefit-icon.benefit-icon--1 {
  z-index: 10;
}

.benefit-icon.benefit-icon--2 {
  left: 25%;
  top: -20%;
  z-index: 10;
}

.benefit-icon.benefit-icon--3 {
  top: -20%;
  right: 25%;
  z-index: 10;
}

.benefit-icon.benefit-icon--4 {
  right: 0%;
  z-index: 10;
}

.stage {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.hero-card--container {
  position: absolute;
  bottom: 35%;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transform: scale(0.9) rotate(-23.15deg);
  -ms-transform: scale(0.9) rotate(-23.15deg);
  transform: scale(0.9) rotate(-23.15deg);
}

.reflection {
  position: absolute;
  z-index: 100;
  width: 10%;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75));
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ripple-lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.card-benefits-lottie {
  position: relative;
  z-index: 5;
}

.container-height {
  position: relative;
}

.benefits-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
}

@media screen and (max-width: 991px) {
  .site-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container {
    max-width: 100%;
  }

  .site-header__menu-button {
    display: block;
  }

  .card {
    margin-bottom: 28px;
  }

  .section.card-portfolio--section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .hidden--lg {
    display: none;
  }

  .block--lg {
    display: block;
  }

  .page-margin {
    padding-right: 28px;
    padding-left: 28px;
  }

  .gutter-offset {
    margin-right: -14px;
    margin-left: -14px;
  }

  .gutter {
    padding-right: 14px;
    padding-left: 14px;
  }

  .primary-nav {
    display: block;
  }

  .primary-nav__item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-columns.text-white {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-column.hero-column--1 {
    padding-bottom: 32px;
  }

  .get-started-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-phone-fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .benefit-bubble {
    display: none;
  }

  .benefits-content {
    grid-column-gap: 24px;
  }

  .benefit-card.benefit-card--1 {
    margin-right: 5%;
    margin-left: 7%;
  }

  .benefit-card.benefit-card--2 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .benefit-card.benefit-card--4 {
    margin-right: -1%;
    margin-left: 10%;
  }

  .benefit-card.benefit-card--4.bg-black.text-white {
    margin-left: 1%;
  }

  .benefit-card.benefit-card--3 {
    margin-right: 0%;
  }

  .benefit-card.benefit-card--3.bg-blue-500.text-white {
    margin-left: 5%;
  }

  .card-security {
    margin-top: -224px;
    margin-bottom: 32px;
  }

  .marker {
    left: -25%;
  }

  .fees-grid {
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .offer-gallery__image {
    width: 224px;
  }

  .hero-phone-number-label {
    margin-bottom: 12px;
  }

  .secondary-nav {
    margin-top: -16px;
  }

  .secondary-nav__item {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .section-eligible {
    margin-right: 28px;
    margin-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .spacer-64.m-spacer-128 {
    height: 128px;
  }

  .masonry-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .card {
    margin-bottom: 24px;
  }

  .flex-card {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .section.card-portfolio--section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .buttons.mobile--stretched {
    width: 100%;
  }

  .hidden--md {
    display: none;
  }

  .block--md {
    display: block;
  }

  .page-margin {
    padding-right: 24px;
    padding-left: 24px;
  }

  .gutter-offset {
    margin-right: -12px;
    margin-left: -12px;
  }

  .gutter {
    padding-right: 12px;
    padding-left: 12px;
  }

  .primary-nav {
    display: none;
  }

  .hero-columns {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-column {
    width: 100%;
  }

  .hero-column.hero-column--2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-column.hero-column--1 {
    margin-bottom: 64px;
    padding-bottom: 0px;
  }

  .get-started-form {
    margin-top: 12px;
  }

  .hero-phone-fieldset {
    max-width: 320px;
  }

  .benefits-content {
    margin-bottom: 48px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefit-card.benefit-card--1 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .benefit-card.benefit-card--2 {
    width: 100%;
    margin-top: 32px;
  }

  .benefit-card.benefit-card--4 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .benefit-card.benefit-card--3 {
    width: 100%;
    margin-top: 32px;
  }

  .benefit-card.benefit-card--3.bg-blue-500.text-white {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 0%;
  }

  .benefit-card-row {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-security {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-stack {
    width: 70%;
    margin: 96px auto 32px;
  }

  .marker {
    left: 15%;
    top: 40%;
  }

  .choice-of-cards {
    max-width: 80%;
  }

  .fees-grid {
    width: 100%;
  }

  .marker__ellipse {
    top: -23px;
    right: -23px;
    width: 48px;
    height: 48px;
  }

  .offer-gallery__image {
    width: 192px;
  }

  .modal {
    padding-left: 20px;
  }

  .modal.md-modal--ios {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    height: 90%;
    max-height: 90%;
    border-radius: 12px 12px 0px 0px;
    -webkit-transform: translate(0px, 100vh);
    -ms-transform: translate(0px, 100vh);
    transform: translate(0px, 100vh);
  }

  .modal__content {
    width: 480px;
    padding-right: 20px;
  }

  .modal__actions {
    padding-right: 4px;
  }

  .flex-columns.flex-v--center.gutter-offset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-column.flex-column--w-50.gutter {
    width: 100%;
  }

  .text-center--mobile {
    text-align: center;
  }

  .spacer-32--mobile {
    display: block;
    width: 100%;
    height: 32px;
  }

  .hover-apply {
    top: auto;
    bottom: 0px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.5);
    border-bottom-style: none;
  }

  .hover-apply__content {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hover-apply__logo {
    display: none;
  }

  .section-eligible {
    margin-right: 24px;
    margin-left: 24px;
  }

  .offers-content {
    position: static;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .container-height {
    height: auto;
  }

  .benefits-sticky {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .masonry-grid {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .card {
    margin-bottom: 20px;
  }

  .flex-card {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section.card-portfolio--section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hidden--sm {
    display: none;
  }

  .block--sm {
    display: block;
  }

  .page-margin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gutter-offset {
    margin-right: -10px;
    margin-left: -10px;
  }

  .gutter {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-column.hero-column--2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-column.hero-column--1 {
    margin-bottom: 48px;
  }

  .hero-card {
    border-radius: 0px;
  }

  .hero-card.vertical {
    width: 85%;
    height: auto;
  }

  .hero-phone-fieldset {
    max-width: 100%;
    margin-bottom: 16px;
    padding-right: 0px;
  }

  .benefit-card.benefit-card--2.bg-orange-500.text-white {
    margin-top: 32px;
  }

  .card-stack {
    margin-top: 64px;
    margin-bottom: -24px;
  }

  .marker {
    top: 42%;
    display: none;
  }

  .card-stack-wrapper.vertical--card {
    width: 80%;
  }

  .fees-grid {
    margin-top: 0px;
  }

  .fees-card {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .v-divider {
    border-bottom: 1px solid #a1a1aa;
    border-left-style: none;
  }

  .fees-card__heading {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .fees-card__text {
    margin-top: 16px;
    margin-left: 0px;
  }

  .offer-gallery__image {
    width: 128px;
  }

  .modal__content {
    width: 100%;
    height: 500px;
    max-width: 320px;
  }

  .modal__close {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
  }

  .modal-overlay {
    display: none;
  }

  .site-footer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-portfolio {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-image {
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .card-container {
    overflow: scroll;
    padding-bottom: 16px;
  }

  .section-eligible {
    margin-right: 20px;
    margin-left: 20px;
  }

  .benefits-list__item {
    padding: 16px;
  }

  .coral-card-image {
    position: relative;
    height: auto;
  }

  .card--mobile {
    display: block;
    margin-left: -32px;
  }

  .benefit-icon {
    width: 36px;
    height: 36px;
  }

  .benefit-icon.benefit-icon--2 {
    top: -35%;
  }

  .benefit-icon.benefit-icon--3 {
    top: -35%;
  }
}

#w-node-da52bf0d-aeeb-61ae-5f4f-9ebe1dfc94d2-f01dbd5f {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_21f4b1d9-59cb-de6b-42d5-0bc5ca01589f-ca01589f {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a4188e90-e12c-4a27-cdaa-d2c13de47463-ba1dbd60 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7136db9d-042b-403c-ee8d-fe37e36fd709-b11dbd7a {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.benefitsOrange{
  background-color: #BE2A2A !important;
}

.MarooncolorChange {
  color: #ffffff !important;
}

.colorChange {
  color: #E3530F !important;
}

@media screen and (max-width: 769px) {
  .buttons.mobile--stretched.headerMainBtn {
      display: none;
  }

  .hover-apply__logoNew {        
    margin-left: -140px;  
    z-index: 1000;   
}
}

.container.container--narrow.HeaderContainer {
  max-width: 100%;
}

