@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&amp;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;
  line-height: normal;
  margin: 4px 0 0 -20px;
}
.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-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;
  border-color: #3898ec;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-color: #3898ec;
  border-width: 4px;
}
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: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 0;
}
a {
  color: #71717a;
}
img {
  width: 100%;
  height: auto;
  line-height: 1;
}
.zs-sidebar-menu {
  padding-left: 0;
  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: 700;
}
.text-h2 {
  font-size: 2.488rem;
  line-height: 1.2;
  font-weight: 700;
}
.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: 9;
}
.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;
}
.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: #E3530F;
  border-radius: 3px;
  background-color: #E3530F;
  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: #E3530F;
}
.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: #E3530F;
  border-radius: 3px;
  background-color: transparent;
  color: #E3530F;
  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;
}
.input-text-field {
  height: 54px;
  margin-bottom: 0;
  border-radius: 3px;
  color: #000;
  font-size: 1rem;
}
.input-text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #E3530F;
}
.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: 0;
  column-gap: 0;
}
.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: 0;
  margin-bottom: 0;
  padding-top: 66px;
  padding-bottom: 66px;
}
.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: 0;
  margin-bottom: 16px;
  margin-left: 0;
  background-color: #fff;
}
.input-radio.w--redirected-checked {
  border-color: #71717a;
}
.input-checkbox {
  width: 20px;
  height: 20px;
  margin: 0 8px 16px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #E3530F;
}
.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: #E3530F;
  background-color: #E3530F;
}
.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: 32px;
  padding-left: 32px;
}
.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: #E3530F;
}
.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: #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: 160px;
}
.primary-nav {
  position: relative;
  margin-right: -24px;
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 0;
  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: 32px;
  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-color: #E3530F;
}
.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__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--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: 200px;
  height: 96px;
}
.benefit-card__icon1 {
  width: 100px;
  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;
}
.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 {
  margin-top: -64px;
  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: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}
.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 {
  margin-left: 16px;
}
.primary-nav__sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  margin-bottom: 0;
  margin-left: -32px;
  padding-left: 0;
}
.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;
}
.marker__line {
  width: 100%;
  border-bottom: 1px solid #E3530F;
}
.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: 0;
  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(0.19, 1, 0.22, 1);
  transition: opacity 500ms ease,
    -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease,
    -webkit-transform 500ms cubic-bezier(0.19, 1, 0.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(0.19, 1, 0.22, 1);
  transition: opacity 500ms ease,
    -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease,
    -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	    z-index: 99999;
    background: #fff;
}
.modal.modal--centered.md-modal--ios {
  display: block;
}
.modal__content {
  width: 560px;
  height: 480px;
  padding-top: 16px;
  padding-right: 32px;
	padding-left: 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, #E3530F),
    to(#E3530F)
  );
  background-image: linear-gradient(
    180deg,
    #004a7f,
    #004a7f 90%,
    #E3530F 0,
    #E3530F
  );
}
.site-footer.text-white {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#004a7f),
    to(#004a7f)
  );
  background-image: linear-gradient(180deg, #004a7f, #004a7f);
}
.secondary-nav {
  margin-right: -32px;
  margin-left: -32px;
  padding-left: 0;
  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: 20px;
}
.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: 0;
  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: #E3530F;
}
.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: 0;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
}
.self-questions {
  display: none;
}
.hover-apply {
  position: fixed;
  top: 0;
  z-index: 99;
  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: 32px;
}
.mt-0 {
  margin-top: 0;
}
.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;
}
@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: 0;
    padding-bottom: 0;
  }
  .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: 0;
    -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: 0;
    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) {
  .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: 0;
    -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%;
  }
  .hero-column.hero-column--1 {
    margin-bottom: 64px;
  }
  .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: 0;
    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: 0;
    margin-bottom: 0;
    -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 0 0;
    -webkit-transform: translate(0px, 100vh);
    -ms-transform: translate(0px, 100vh);
    transform: translate(0px, 100vh);
  }
  .modal__content {
    width: 480px;
    padding-right: 20px;
	  padding-left: 15px;
  }
  .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: 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.5);
    border-bottom-style: none;
  }
  .hover-apply__content {
    padding-top: 0;
    padding-bottom: 0;
    -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;
  }
}
@media screen and (max-width: 479px) {
  .spacer-16.spacer-m-8 {
    height: 8px;
  }
  .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.section--inset.brand-gradient {
    padding-bottom: 20px;
  }
  .section.card-portfolio--section {
    padding-right: 0;
    padding-left: 0;
  }
  .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-columns.text-white {
    margin-top: -16px;
  }
*/
  .hero-column.hero-column--2 {
    margin-top: -24px;
  }
  .hero-card {
    border-radius: 0;
  }
  .hero-phone-fieldset {
    max-width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .benefits-content {
    text-align: center;
  }
  .benefits-content__heading {
    text-align: center;
  }
  .card-stack {
    margin-top: 64px;
    margin-bottom: -24px;
  }
  .marker {
    top: 42%;
  }
  .fees-grid {
    margin-top: 0;
  }
  .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: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  .fees-card__text {
    margin-top: 16px;
    margin-left: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .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: 0;
    margin-left: 0;
  }
  .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;
  }
  .sm-text-center {
    text-align: center;
  }
}
#w-node-da52bf0d-aeeb-61ae-5f4f-9ebe1dfc94d2-ace358aa {
  -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-1fe358ab {
  -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-0be358c1 {
  -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;
}


.offer_btn{position: fixed; bottom:15px; right:15px; z-index: 9999; display: none;}
.offer_btn img{width: 150px; height: auto;}
.banner_video{width: 100%; height: calc(100vh - 66px); cursor: pointer;  position: relative; overflow: hidden;}
.banner_video video {
position: absolute;
  z-index: 0;
/*  object-fit: cover;*/
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.banner_slider .slick-arrow.slick-prev {
  left: 15px;
  background: url("../images/prev.png") 0
    0 / 100% no-repeat;
}
.banner_slider .slick-arrow.slick-next {
  right: 15px;
  background: url("../images/next.png") 0 0 / 100% no-repeat;
}
.offer_details p{color: #52525b; font-size: 10px; margin-top: 8px;}
.desk_banner{display: block;}
.mob_banner{display: none;}
.offer_details {padding: 65px 15px 25px 15px; height: 70vh;}
.offer_details table tr th, .freeze_table tr th{background: #90292d; text-align: center;padding: 10px; color: #fff; font-weight: bold;}
.offer_details table tr td{padding: 8px; color: #fff;}
.offer_details_modal .close{width: 30px; height: 30px; text-align: center; line-height: 30px; background: #d05416; color: #fff; border: none; outline: none; box-shadow: none; opacity: 1; position: absolute;
    top: -10px;
    right: -10px; z-index: 9;}
.offer_details table{position: relative;}
.offer_details table tr td:first-child{width: 20%;}
.offer_details table tr td:nth-child(2){width: 40%;}
.offer_details table tr td:last-child{width: 40%;}


.freeze_table {position: absolute; top: 20px; left: 15px; width:calc(100% - 60px); height: auto;}
.freeze_table tr th:first-child{width: 20%;}
.freeze_table tr th:nth-child(2){width: 40%;}
.freeze_table tr th:last-child{width: 40%;}
.freeze_table tr th br{display: none;}

@media(max-width:1025px){
.modal-dialog{max-width: 97%;}
	
}
@media(max-width:991px){
.freeze_table tr th br{display: block;}
	.offer_details{padding-top: 89px;}
	.desk_banner{display: none;}
.mob_banner{display: block;}
}
@media(max-width:767px){
.offer_btn img{width: 90px;}

	.offer_details table, .freeze_table{font-size: 14px;}
	.offer_details table tr td{padding:6px 4px; }	
	.offer_details {
    padding-top: 72px;
}
	.freeze_table tr th{padding: 5px;}
}
@media(max-width:500px){
	.offer_details {
    padding-top: 67px;
}
	.offer_details table, .freeze_table{font-size: 12px;}
}

