:root {
  --neutral-800: #363849;
  --kavak-blue: #1351ec;
  --kavak-dark-blue: #19468f;
  --black: black;
  --white: white;
  --neutral-50: #fbfbfb;
  --neutral-100: #f3f3f3;
  --neutral-900: #131313;
  --kavak-light-blue: #edf4fc;
  --kavak-green: #21cc82;
  --neutral-600: #53575f;
  --kavak-dark-green: #009f61;
  --kavak-light-green: #ebfef4;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: var(--neutral-800);
  letter-spacing: -.4px;
  font-family: Helvetica Neue, Times New Roman, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.overflow-auto {
  overflow: auto;
}

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

.button {
  background-color: var(--kavak-blue);
  color: #fff;
  text-align: center;
  letter-spacing: .003em;
  border-radius: .5rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
}

.button:hover {
  background-color: var(--kavak-dark-blue);
}

.container-small {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-noka {
  letter-spacing: 0;
  font-family: Noka, Times New Roman, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.heading-style-h2 {
  letter-spacing: 0;
  font-family: Noka, Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-weight-medium {
  font-weight: 500;
}

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

.hide {
  display: none;
}

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

.text-style-muted {
  opacity: .6;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 70.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-size-small {
  letter-spacing: -.2px;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.container-large {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-light {
  font-weight: 300;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-family: Noka, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.overflow-scroll {
  overflow: scroll;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_heading-large {
  font-family: Noka, Times New Roman, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.625rem;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-size-xlarge {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.fs-styleguide_header {
  background-color: var(--black);
  color: var(--white);
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-family: Helvetica Neue, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-medium {
  letter-spacing: -.2px;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  letter-spacing: 0;
  font-family: Noka, Times New Roman, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.heading-style-h5.text-color-neutral-900 {
  font-family: Helvetica Neue, Times New Roman, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.heading-style-h3 {
  letter-spacing: 0;
  font-family: Helvetica Neue, Times New Roman, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.nav-wrapper {
  z-index: 9;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrapper.is-white {
  background-color: var(--white);
}

.nav {
  z-index: 2;
  letter-spacing: 0;
  background-color: #0000;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  position: relative;
}

.section_hero {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  color: var(--neutral-50);
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.skip-to-main {
  width: 100%;
  height: 40px;
  margin-top: -40px;
  display: block;
  position: absolute;
  top: -6.25rem;
}

.nav_row {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_menu_wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu_links {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_menu_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  letter-spacing: -.08px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_menu_link.is-dropdown {
  margin-right: 0;
  padding: .625rem 1.125rem;
  transition: background-color .3s;
}

.nav_menu_link.is-dropdown:hover {
  background-color: #eff1f5;
}

.nav_menu_link.is-mobile, .nav_dropdown.is-help {
  display: none;
}

.nav_dropdown_toggle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  letter-spacing: -.08px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.nav_dropdown_menu.w--open {
  background-color: #0000;
  padding-top: .5rem;
  left: -1.625rem;
}

.embed-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_menu_block {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu_country-selector {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_menu_log-in {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--black);
  letter-spacing: -.08px;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_menu_log-in_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.autoequity-hero {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.autoequity-hero_wrapper {
  color: var(--neutral-50);
  border-radius: .5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.autoequity-hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.autoequity-hero_img.is-mobile {
  display: none;
}

.autoequity-hero_overlay {
  z-index: 1;
  background-color: #0006;
  background-image: linear-gradient(250deg, #000, #000000b3 42% 56%, #0000 80%, #0000);
  position: absolute;
  inset: 0%;
}

.autoequity-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  max-width: 38.875rem;
  margin-left: auto;
  display: flex;
}

.autoequity-hero_content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-wrapper.is-autoequity-hero {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-wrapper.is-clear-requirements-tabs {
  width: 10.8125rem;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 53%;
}

.autoequity-hero_content_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-color-neutral-50 {
  color: var(--neutral-50);
}

.text-wrapper.is-autoequity-hero {
  max-width: 27rem;
}

.text-wrapper.is-tab-link {
  padding-top: .5rem;
}

.text-wrapper.is-faqs {
  max-width: 29.875rem;
}

.text-wrapper.is-autoequity-credit_card {
  max-width: 25.5rem;
}

.text-wrapper.is-how-it-works-card {
  max-width: 22.8rem;
}

.autoequity-hero_content_header_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.autoequity-hero_grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 37.5rem;
  display: grid;
}

.autoequity-hero_feature-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #edf4fc4d;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem .75rem;
  display: flex;
}

.autoequity-hero_feature-card_icon {
  background-color: #fbfbfb59;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.autoequity-hero_feature-card_embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 44.625rem;
  display: flex;
}

.section_header.is-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
}

.title-wrapper.is-section-header {
  max-width: 30.75rem;
}

.title-wrapper.is-autoequity-credit-card {
  max-width: 18.8rem;
}

.title-wrapper.is-clear-requirements-header {
  max-width: 29rem;
}

.title-wrapper.is-premium-loan {
  max-width: 29.5rem;
}

.text-color-neutral-900 {
  color: var(--neutral-900);
}

.autoequity-credit {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.autoequity-credit_card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--kavak-light-blue);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.autoequity-credit_card_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.powered-by-kuna {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.expanded-support {
  background-color: var(--neutral-100);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.expanded-support_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.expanded-support_content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 42%;
  max-width: 27.5625rem;
  display: flex;
}

.expanded-support_content_block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.expanded-support_content_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.expanded-support_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.expanded-support_list_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--neutral-900);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expanded-support_list_item_icon {
  background-color: var(--black);
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.expanded-support_list_item_embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.expanded-support_content_images {
  z-index: 1;
  width: 54%;
  max-width: 35.9375rem;
  position: relative;
}

.expanded-support_content_image-1_wrapper {
  z-index: 1;
  width: 22.6875rem;
  height: 13.75rem;
  position: absolute;
  inset: auto 0% 1.25rem auto;
}

.expanded-support_content_image-1 {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 22.5px 220.5px #13131326;
}

.expanded-support_bg {
  width: 48.9375rem;
  height: 55.9375rem;
  position: absolute;
  top: -7.5rem;
  right: -29.5rem;
}

.expanded-support_content_image-2_wrapper {
  width: 18.375rem;
  height: 20.8125rem;
  position: absolute;
  inset: 1.25rem auto auto 2.5rem;
}

.expanded-support_content_image-2 {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 22.5px 220.5px #13131326;
}

.expanded-support_content_check {
  background-color: #21cc821a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  top: -7.25rem;
  left: 10.125rem;
}

.expanded-support_content_check_wrapper {
  background-color: var(--kavak-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.expanded-support_content_check_embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.expanded-support_content_toogle {
  background-color: var(--neutral-50);
  border-radius: 3.125rem;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 8rem;
  padding-bottom: .375rem;
  display: flex;
  position: absolute;
  top: 2.125rem;
  left: -6.125rem;
}

.expanded-support_content_toogle_circle {
  background-color: var(--kavak-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.expanded-support_content_toogle_embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clear-requirements-header {
  width: 100%;
  position: relative;
}

.clear-requirements-header_img {
  width: 17.5rem;
  height: 11.1875rem;
  position: absolute;
  top: -5rem;
  right: -1.625rem;
}

.clear-requirements-wrapper {
  width: 100%;
  position: relative;
}

.clear-requirements-tabs {
  flex-flow: row-reverse;
  justify-content: flex-start;
  display: flex;
}

.clear-requirements-tabs_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 50%;
  max-width: 32rem;
  margin-left: 4rem;
  padding-top: 1.5rem;
  display: flex;
}

.clear-requirements-tabs_content {
  width: 50%;
  max-width: 32rem;
  display: flex;
}

.clear-requirements-tabs_link {
  background-color: #0000;
  padding: 0;
}

.clear-requirements-tabs_link.w--current {
  background-color: #0000;
}

.clear-requirements-tabs_link_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.clear-requirements-tabs_link-progress {
  background-color: #1351ec29;
  border-radius: .375rem;
  flex: none;
  width: .1875rem;
  margin-top: .125rem;
  margin-bottom: .125rem;
  overflow: hidden;
}

.clear-requirements-tabs_link-progress_fill {
  background-color: var(--kavak-blue);
  width: 100%;
  height: 0%;
}

.clear-requirements-tabs_link_content {
  opacity: .24;
  width: 100%;
}

.clear-requirements-tabs_link_block {
  overflow: hidden;
}

.clear-requirements-tab-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.premium-loan_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.premium-loan_card {
  background-color: var(--neutral-50);
  border-radius: .75rem;
  overflow: hidden;
}

.premium-loan_card_img {
  width: 100%;
}

.premium-loan_card_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 2rem 2rem 2.25rem;
  display: flex;
}

.faqs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion {
  cursor: pointer;
  border-bottom: 1px solid #00000029;
  padding: 1rem 1.25rem;
}

.accordion_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion_toggle_arrow {
  display: flex;
}

.accordion_menu {
  overflow: hidden;
}

.accordion_menu_wrapper {
  max-width: 57.5rem;
  padding-top: .5rem;
}

.list {
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cta {
  background-color: var(--neutral-50);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 3.75rem 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 52%;
  max-width: 29.875rem;
  display: flex;
  position: relative;
}

.cta_content_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta_image {
  width: 93.3054%;
  position: absolute;
  bottom: -3.75rem;
  right: -106%;
}

.footer_wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.footer_top {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_bottom_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_top_col {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--neutral-50);
  letter-spacing: -.2px;
  font-size: .875rem;
  font-weight: 400;
  line-height: .875rem;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_bottom_links {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.footer_bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.625rem;
  display: flex;
}

.social-media-link {
  background-color: var(--neutral-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.footer_social-media-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-link_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_dropdown_menu_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem 0;
  display: flex;
  box-shadow: 0 -2px 2px #9e9e9e17, 0 0 1px #9e9e9e1a;
}

.autoequity-hero_marquee {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 100%;
  display: none;
}

.autoequity-hero_marquee-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.clear-requirements {
  display: none;
}

.auto-tabs_pause-btn {
  background-color: #fbfbfb8c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  height: 3.625rem;
  display: flex;
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.auto-tabs_pause-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.auto-tabs_pause-icon.is-pause {
  width: 2rem;
  height: 2rem;
  position: absolute;
}

.auto-tabs_pause-icon.is-play {
  display: none;
}

.section_trade-in-hero {
  justify-content: flex-start;
  align-items: center;
  padding-top: 14.8125rem;
  padding-bottom: 9.8125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trade-in-hero_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.trade-in-hero_image.is-mobile {
  display: none;
}

.trade-in-hero {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35.625rem;
  display: flex;
}

.trade-in-hero_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-wrap-balance {
  text-wrap: balance;
}

.benefits {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.benefit-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f8f9fa;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 2rem 3.625rem;
  display: flex;
}

.benefit-card_icon {
  background-color: #d3def8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.benefit-card_icon_embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefit-card_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-color-kavak-50 {
  background-color: #f8f9fa;
}

.how-it-works {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.how-it-works_card {
  background-color: var(--white);
  border-radius: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 13px 8px #8282820d, 0 6px 6px #82828217, 0 1px 3px #8282821a;
}

.how-it-works_card_image {
  aspect-ratio: 1.55556;
  width: 100%;
  max-width: 17.5rem;
}

.how-it-works_card_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.how-it-works_card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 33.125rem;
  display: flex;
}

.how-it-works_card_number {
  color: var(--neutral-900);
  background-color: #e9e9e9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.nav_menu_link_icon {
  display: none;
}

.nav_menu_link_icon.is-fav {
  display: flex;
}

.nav_menu-mobile-intro, .nav_divider, .nav_menu_country-selector_text {
  display: none;
}

.nav_shadow {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #a3a3a31a, 0 10px 10px #a3a3a317, 0 22px 13px #a3a3a30d, 0 39px 16px #a3a3a303, 0 62px 17px #0003;
}

.footer_cols {
  justify-content: space-between;
  width: 70%;
  max-width: 52.25rem;
  display: flex;
}

.footer_middle {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-bottom: 1px solid var(--white);
  flex-flow: column;
  padding-bottom: 2.125rem;
  display: flex;
}

.footer_apps {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.footer_app_link {
  display: flex;
}

.footer_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.circle {
  background-color: var(--white);
  border-radius: 100%;
  width: .15625rem;
  height: .15625rem;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav {
    justify-content: flex-start;
    align-items: center;
    height: 3.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav_row {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .nav_menu {
    background-color: #fff;
    height: calc(100dvh - 3.5rem);
    overflow: auto;
  }

  .nav_menu-button {
    padding: 0;
  }

  .nav_menu-button.w--open {
    color: var(--neutral-800);
    background-color: #0000;
  }

  .nav_menu_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
  }

  .nav_menu_links {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    width: 100%;
  }

  .nav_menu_link {
    letter-spacing: -.16px;
  }

  .nav_menu_link.is-dropdown {
    padding: 0 0 0 1rem;
  }

  .nav_menu_link.is-dropdown:hover {
    background-color: #0000;
  }

  .nav_menu_link.is-mobile {
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .nav_dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_dropdown.is-help {
    display: block;
  }

  .nav_dropdown_toggle {
    color: var(--black);
    justify-content: space-between;
  }

  .nav_dropdown_menu.w--open {
    padding-top: 0;
    position: static;
  }

  .nav_menu_block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .nav_menu_country-selector {
    justify-content: space-between;
    width: 100%;
  }

  .cta-wrapper.is-clear-requirements-tabs {
    left: 52.5%;
  }

  .text-wrapper.is-autoequity-credit_card {
    max-width: 100%;
  }

  .expanded-support_content_toogle {
    left: -1.75rem;
  }

  .clear-requirements-tabs_header {
    margin-left: 2rem;
  }

  .premium-loan_grid {
    flex-flow: column;
    max-width: 80%;
    display: flex;
  }

  .cta {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cta_image {
    width: 100%;
  }

  .footer_bottom_row {
    flex-flow: wrap;
  }

  .nav_dropdown_menu_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    box-shadow: none;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
  }

  .nav_brand_logo {
    width: 4.75rem;
  }

  .nav_menu-button_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .5rem 0;
    display: flex;
  }

  .hamburger-line-1, .hamburger-line-2, .hamburger-line-3 {
    background-color: var(--kavak-blue);
    border-radius: .25rem;
    width: 1.25rem;
    height: .15625rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .trade-in-hero_image {
    object-position: 75% 50%;
  }

  .benefits {
    grid-template-columns: 1fr 1fr;
  }

  .nav_menu_link_icon {
    display: flex;
  }

  .nav_menu-mobile-intro {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav_menu-mobile-intro_header {
    color: var(--black);
    letter-spacing: -.28px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
  }

  .nav_divider {
    background-color: #d1d1d166;
    width: 100%;
    height: .09375rem;
    margin-top: -.1875rem;
    margin-bottom: -.1875rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .nav_menu_country-selector_text {
    color: var(--black);
    letter-spacing: -.08px;
    font-size: 1rem;
    line-height: 1.25rem;
    display: block;
  }

  .nav_shadow {
    height: 3.5rem;
    inset: -.8125rem 0% auto;
    box-shadow: 0 2px 5px #a3a3a31a, 0 10px 10px #a3a3a317, 0 22px 13px #a3a3a30d, 0 39px 16px #a3a3a303, 0 62px 17px #a3a3a300;
  }

  .footer_apps {
    grid-row-gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button {
    font-size: .875rem;
  }

  .text-noka {
    letter-spacing: -.5px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .text-size-large {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .container-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-small {
    font-size: .8125rem;
    line-height: 1.125rem;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .text-size-medium {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
    line-height: 1rem;
  }

  .heading-style-h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .section_hero {
    padding-bottom: 2rem;
  }

  .footer {
    padding-top: 2.5rem;
  }

  .nav_menu_wrapper, .autoequity-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .autoequity-hero_wrapper {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .autoequity-hero_img {
    object-position: 0% 50%;
  }

  .autoequity-hero_overlay {
    background-image: linear-gradient(70deg, #000, #000000b3 37% 62%, #0000 85%, #0000);
  }

  .cta-wrapper.is-clear-requirements-tabs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
  }

  .autoequity-hero_grid {
    display: none;
  }

  .autoequity-hero_feature-card {
    background-color: var(--neutral-100);
  }

  .autoequity-hero_feature-card_icon {
    background-color: #01010114;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section_header.is-left {
    text-align: center;
  }

  .title-wrapper.is-clear-requirements-header {
    text-align: center;
    max-width: none;
  }

  .autoequity-credit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .autoequity-credit_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .expanded-support {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .expanded-support_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .expanded-support_content {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    position: relative;
  }

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

  .expanded-support_content_images {
    aspect-ratio: 1.42917;
    width: 100%;
    max-width: none;
  }

  .expanded-support_content_image-1_wrapper {
    aspect-ratio: 1.35294;
    width: 60.3499%;
    height: auto;
    bottom: .25rem;
  }

  .expanded-support_bg {
    width: 38.8125rem;
    height: 38.3125rem;
    top: -2.5rem;
    right: -13.7rem;
  }

  .expanded-support_content_image-2_wrapper {
    aspect-ratio: 1.17089;
    width: 53%;
    height: auto;
    top: 0;
    left: 0;
  }

  .clear-requirements-header_img {
    display: none;
  }

  .clear-requirements-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .clear-requirements-tabs {
    display: none;
  }

  .clear-requirements-tab-image {
    aspect-ratio: 1.715;
    height: auto;
    min-height: auto;
  }

  .premium-loan_grid {
    max-width: 100%;
  }

  .cta {
    padding: 2.5rem 1.5rem;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .cta_content_header {
    text-align: center;
  }

  .cta_image {
    position: static;
  }

  .footer_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_bottom_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_brand_image {
    width: 5.25rem;
  }

  .footer_top_col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .footer_bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .autoequity-hero_marquee {
    margin-top: 1rem;
    display: flex;
  }

  .clear-requirements {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .clear-requirements_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    display: flex;
  }

  .clear-requirements_card_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .auto-tabs_pause-btn {
    display: none;
  }

  .section_trade-in-hero {
    padding-top: 7.75rem;
    padding-bottom: 2.5rem;
  }

  .trade-in-hero {
    grid-column-gap: 15.625rem;
    grid-row-gap: 15.625rem;
  }

  .benefits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefit-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .how-it-works_card {
    flex-flow: column;
  }

  .how-it-works_card_image {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    max-width: none;
  }

  .footer_cols {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .footer_middle {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .circle {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }

  .section_hero {
    padding-top: 6rem;
  }

  .autoequity-hero_wrapper {
    padding-bottom: 1rem;
  }

  .autoequity-hero_img {
    object-position: 5% 50%;
    display: none;
  }

  .autoequity-hero_img.is-mobile {
    object-position: 50% 0%;
    display: block;
  }

  .autoequity-hero_overlay {
    background-color: #0000;
    background-image: linear-gradient(70deg, #000, #000000b3 13% 72%, #0003 84%, #0000 88%, #0000);
  }

  .cta-wrapper.is-autoequity-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .cta-wrapper.is-clear-requirements-tabs {
    align-items: stretch;
  }

  .autoequity-hero_content_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-wrapper.is-autoequity-tag {
    max-width: 9rem;
  }

  .text-wrapper.is-trade-in-hero {
    max-width: 14.7rem;
  }

  .section_wrapper {
    align-items: stretch;
  }

  .title-wrapper.is-autoequity-hero {
    max-width: 19.3125rem;
  }

  .powered-by-kuna {
    justify-content: center;
    align-items: center;
  }

  .expanded-support_content {
    align-items: stretch;
  }

  .expanded-support_bg {
    right: -10.6rem;
  }

  .expanded-support_content_check {
    width: 3.375rem;
    height: 3.375rem;
    top: -4.625rem;
    left: 5.875rem;
  }

  .expanded-support_content_check_wrapper {
    width: 1.5rem;
    height: 1.5rem;
  }

  .expanded-support_content_check_embed {
    width: .6875rem;
  }

  .expanded-support_content_toogle {
    width: 2.25rem;
    height: 5.25rem;
    padding-bottom: .25rem;
    top: 3.5rem;
    left: -1.1rem;
  }

  .expanded-support_content_toogle_circle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .expanded-support_content_toogle_embed {
    width: .6rem;
  }

  .premium-loan_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .premium-loan_card_header {
    padding: 1rem 1rem 1.5rem;
  }

  .cta_content {
    align-items: stretch;
  }

  .footer_social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_trade-in-hero {
    align-items: stretch;
    padding-top: 7.75rem;
    padding-bottom: 2.5rem;
  }

  .trade-in-hero_image {
    display: none;
  }

  .trade-in-hero_image.is-mobile {
    object-position: 50% 50%;
    display: block;
  }

  .trade-in-hero {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .how-it-works_card_wrapper {
    padding: 1.5rem;
  }

  .how-it-works_card_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .how-it-works_card_number {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

#w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e56a1-29237ec2, #w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e56a6-29237ec2, #w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e56ab-29237ec2 {
  justify-self: start;
}

#w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e57b1-29237ec2, #w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e57ca-29237ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e57cd-29237ec2 {
  justify-self: start;
}

#w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e57cf-29237ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e57d2-29237ec2, #w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e581f-29237ec2 {
  justify-self: start;
}

#w-node-_89e1f298-43ce-9ec4-ad51-75a7ef5e5880-29237ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/robot700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Noka';
  src: url('../fonts/Noka-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}