:root {
  --blue-500: #2565ff;
  --gey-800: #1b2532;
  --grey-200light-grey: #e7e9ee;
  --blue-50-501: #ebf1ff;
  --grey-300: #cacfd8;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 6px #0000001a;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-8 {
  font-size: 16px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: auto;
  max-width: 1076px;
  height: 84px;
  margin-bottom: 0;
  padding: 14px 24px;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 1076px;
  min-width: 0;
  max-width: 1076px;
  display: flex;
}

.logo-kavak-black {
  align-self: center;
}

.nav-link-17 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-17:hover {
  color: #1a1b1fbf;
}

.nav-link-17:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-17[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.h1-desktop {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Noka, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
}

.h1-desktop.margin {
  margin-bottom: 16px;
}

.body-2 {
  color: #1b2532;
  text-align: center;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 85%;
}

.margin-bottom-24px {
  color: #a8acb4;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  inset: auto 0% 0%;
}

.primary-dark {
  background-color: var(--blue-500);
  color: #fff;
  letter-spacing: .3px;
  -webkit-text-stroke-color: #2565ff;
  border-radius: 8px;
  margin-left: 16px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.image-2 {
  margin-bottom: 16px;
}

.text-block-3 {
  text-align: left;
  -webkit-text-stroke-color: #5b5b5b;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 4px;
  font-family: Noka, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.financing-container {
  max-width: 960px;
  display: block;
  overflow: hidden;
}

.search-a-car {
  -webkit-text-stroke-color: #2565ff;
  background-color: #0000;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-2 {
  color: #5b5b5b;
  text-align: left;
  -webkit-text-stroke-color: #5b5b5b;
  font-size: 16px;
}

.flex-block-4 {
  background-color: #0000;
  border-radius: 10px;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 0 0;
}

.text-block-4 {
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-family: Noka, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.flex-block-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}

.flex-block-8 {
  justify-content: center;
  padding-bottom: 80px;
}

.flex-block-9 {
  width: 1076px;
  height: 400px;
}

.div-block-5 {
  background-color: #3374db;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
  height: 100%;
  padding: 72px 56px;
}

.text-block-4-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-2-copy-copy {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #5b5b5b;
  margin-bottom: 40px;
  font-size: 16px;
}

.button-3-copy {
  color: #2565ff;
  letter-spacing: .3px;
  -webkit-text-stroke-color: #2565ff;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 64px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-5-copy {
  background-color: #3374db;
  background-image: url('../images/trade-in.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  width: 50%;
  height: 100%;
  padding: 80px 56px;
}

.dropdown-toggle {
  background-color: #fff;
  border-radius: 10px;
  width: 128%;
  max-width: none;
}

.flex-block-10 {
  justify-content: flex-start;
  display: flex;
}

.flex-block-11 {
  text-align: left;
  width: 100%;
  max-width: 1076px;
  margin-bottom: 24px;
  display: block;
}

.dropdown {
  width: 25%;
}

.dropdown-link {
  background-color: #fff;
  width: 345px;
}

.text-block-3-copy {
  color: var(--gey-800);
  text-align: left;
  -webkit-text-stroke-color: #5b5b5b;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.text-block-2-copy {
  color: var(--gey-800);
  text-align: left;
  -webkit-text-stroke-color: #5b5b5b;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.flex-block-4-copy {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  min-width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0 24px;
}

.flex-block-12 {
  border-bottom: 1px solid var(--grey-200light-grey);
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.link-block {
  text-decoration: none;
}

.text-block-3-copy-copy {
  color: var(--blue-500);
  text-align: left;
  -webkit-text-stroke-color: #5b5b5b;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.bold-text {
  color: var(--gey-800);
  padding-left: 16px;
}

.text-block-9 {
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-10 {
  text-align: left;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.primary-dark-copy {
  background-color: var(--blue-50-501);
  color: var(--blue-500);
  letter-spacing: .3px;
  -webkit-text-stroke-color: #2565ff;
  border-radius: 8px;
  margin-left: 16px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.section-3-copy {
  -webkit-text-stroke-color: #2565ff;
  background-color: #edf4fc;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-11, .text-block-12, .text-block-13 {
  font-size: 16px;
}

.flex-block-4-copy-copy {
  background-color: #0000;
  border-radius: 10px;
  align-items: flex-start;
  min-width: 32%;
  max-width: 33%;
  margin-top: 0;
  padding: 16px 0 24px;
}

.info-todas-las-ciudades {
  border: 0 #000;
  max-width: 1076px;
  margin-top: 32px;
}

.tab-link-tab-2 {
  background-color: #fff;
  display: block;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
}

.tab-link-tab-1 {
  background-color: #fff;
  display: block;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
}

.tabs-menu {
  display: block;
}

.tab-link-tab-3 {
  background-color: #fff;
  display: block;
}

.tab-link {
  color: #78cec3;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 16.66%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.tab-link.w--current {
  color: #fff;
  background-color: #78cec3;
  font-weight: 800;
}

.kicker {
  color: #78cec3;
  max-width: 720px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  display: block;
}

.kicker.secondary {
  margin-bottom: 60px;
}

.tabs-menu-2 {
  text-align: center;
  border-bottom: 2px solid #78cec3;
}

.tabs-content {
  text-align: left;
  background-color: #f5faf9;
  border-radius: 6px;
  margin-top: 60px;
  padding: 35px;
}

.tab-dropdown {
  display: none;
}

.container {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-4 {
  padding: 80px 40px;
}

.section-4.example {
  background-image: linear-gradient(#78cec317, #78cec300 20%);
  border-top: 1px solid #d0e4e185;
}

.container-6 {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-5 {
  padding: 80px 40px;
}

.section-5.example {
  background-image: linear-gradient(#78cec317, #78cec300 20%);
  border-top: 1px solid #d0e4e185;
}

.container-7 {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-tab {
  color: var(--gey-800);
  justify-content: space-between;
  display: flex;
}

.icon {
  opacity: 0;
  display: block;
}

.category-tabs {
  flex: 1;
  display: flex;
}

.category-tabs.mobile {
  border: 1px #000;
  border-top: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1076px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
  overflow: visible;
}

.tab-content {
  background-color: #6f4dc5;
  border: 1px solid #d3d3d3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 74px;
  display: flex;
}

.tab-content._3 {
  background-color: #ce8013;
}

.tab-content._2 {
  background-color: #199110;
}

.tab-content._1 {
  background-color: #f05d5d;
  border-style: none;
  height: auto;
  display: block;
}

.tab-link-2 {
  color: #888282;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.tab-link-2:hover {
  background-color: #eee;
}

.tab-link-2.w--current {
  border: 2px solid var(--blue-50-501);
  color: #7c7c7c;
  background-color: #fff;
  border-radius: 10px;
  order: -1;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  display: flex;
}

.text-block-17 {
  color: #fff;
  border: 1px #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.tab-pane-tab-2 {
  background-color: #0000;
}

.tabs-menu-3 {
  z-index: 10;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
  box-shadow: 14px 14px 20px -18px #0000004f;
}

.tabs-content-3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-18 {
  color: var(--gey-800);
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.tabs-content-4 {
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu-4 {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.tab-link-3 {
  color: #888282;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.tab-link-3:hover {
  background-color: #eee;
}

.tab-link-3.w--current {
  color: var(--gey-800);
  background-color: #fff;
  border: 1px #5c5c5c;
  border-radius: 10px;
  order: -1;
  width: 1005%;
  padding: 16px 24px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
}

.text-block-19 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.tab-dropdown-wrap {
  flex: 1;
  align-self: stretch;
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-20 {
  color: var(--gey-800);
  justify-content: space-between;
  display: flex;
}

.tabs-content-5 {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-tab-2 {
  color: var(--gey-800);
  justify-content: space-between;
  font-size: 16px;
  display: flex;
}

.tabs-menu-5 {
  z-index: 10;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
  box-shadow: 14px 14px 20px -18px #0000004f;
}

.text-block-21 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.tab-link-4 {
  color: #888282;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.tab-link-4:hover {
  background-color: #eee;
}

.tab-link-4.w--current {
  color: #fff;
  background-color: #fff;
  border: 1px #5c5c5c;
  border-radius: 10px;
  order: -1;
  width: 1005%;
  padding: 16px 24px 26px;
  font-weight: 700;
  line-height: 10px;
}

.div-block {
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1076px;
  min-height: 100vh;
  display: flex;
}

.text-block-22 {
  justify-content: space-between;
  display: flex;
}

.tabs-content-6 {
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu-6 {
  z-index: 10;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
  box-shadow: 14px 14px 20px -18px #0000004f;
}

.text-block-23 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.tab-link-5 {
  color: #888282;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.tab-link-5:hover {
  background-color: #eee;
}

.tab-link-5.w--current {
  color: #fff;
  background-color: #fff;
  border: 1px #5c5c5c;
  border-radius: 10px;
  order: -1;
  width: 1005%;
  padding: 16px 24px 26px;
  font-weight: 700;
  line-height: 10px;
}

.text-block-24 {
  justify-content: space-between;
  display: flex;
}

.tabs-content-7 {
  padding-left: 0;
  padding-right: 0;
}

.tab-link-6 {
  color: var(--grey-300);
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 17px;
  font-weight: 400;
}

.tab-link-6:hover {
  background-color: #eee;
}

.tab-link-6.w--current {
  color: #7c7c7c;
  background-color: #fff;
  border: 1px #5c5c5c;
  border-radius: 10px;
  order: -1;
  padding: 16px 24px 24px;
  font-weight: 700;
}

.tabs-menu-7 {
  z-index: 10;
  border: 1px solid var(--grey-300);
  color: var(--gey-800);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.text-block-25 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-26 {
  color: var(--gey-800);
  justify-content: space-between;
  font-size: 16px;
  display: flex;
}

.flex-block-13 {
  height: 100vh;
}

.dropdown-tab-3 {
  justify-content: space-between;
  display: flex;
}

.tab-link-7 {
  color: var(--gey-800);
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.tab-link-7:hover {
  background-color: #eee;
}

.tab-link-7.w--current {
  border: 1px solid var(--grey-300);
  color: var(--gey-800);
  background-color: #fff;
  border-radius: 10px;
  order: -1;
  font-weight: 400;
}

.text-block-27 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.tabs-menu-8 {
  z-index: 10;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
  box-shadow: 14px 14px 20px -18px #0000004f;
}

.tabs-content-8 {
  padding-left: 54px;
  padding-right: 54px;
}

.text-block-28 {
  justify-content: space-between;
  display: flex;
}

.dropdown-tab-4 {
  color: var(--gey-800);
  justify-content: space-between;
  font-size: 16px;
  display: flex;
}

.tab-link-8 {
  color: #888282;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 400;
}

.tab-link-8:hover {
  background-color: #eee;
}

.tab-link-8.w--current {
  color: #7c7c7c;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 10px;
  order: -1;
  padding-bottom: 16px;
  font-weight: 400;
}

.text-block-29 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.tabs-menu-9 {
  z-index: 10;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.tabs-content-9 {
  padding-left: 54px;
  padding-right: 54px;
}

.text-block-30 {
  color: var(--gey-800);
  justify-content: space-between;
  font-size: 16px;
  display: flex;
}

.tabs {
  width: 100%;
  display: block;
}

.tab-link-tab-1-2, .tab-link-tab-2-2 {
  display: block;
}

.flex-block-14 {
  align-items: flex-start;
  width: 1076px;
  display: flex;
}

.tabs-content-10, .tab-link-tab-3-2 {
  width: 100%;
}

.section-6 {
  justify-content: center;
  display: flex;
}

.dropdown-text {
  border: 1px none var(--grey-300);
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  border-radius: 10px;
  width: 90%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  display: flex;
}

.tab-menu {
  z-index: 10;
  border-radius: 10px;
  width: 49.5%;
  font-size: 16px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-1 {
  display: block;
}

.tab-link-1.tablink {
  border-bottom: 1px solid var(--grey-300);
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.tab-link-1.tablink.w--current {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-link-tab-2-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6 {
  display: block;
}

.tab-link-tab-3-3 {
  display: none;
}

.tab-hubs {
  max-width: 940px;
}

.tab-puebla {
  margin-top: 32px;
  margin-bottom: 80px;
}

.hubs {
  background-color: var(--blue-50-501);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.dropdown-input {
  border: 1px solid var(--grey-200light-grey);
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 49.5%;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-31, .image-32, .image-33 {
  margin-bottom: 16px;
}

.flex-block-16 {
  width: 90%;
  margin-bottom: 0;
}

.financing {
  -webkit-text-stroke-color: #2565ff;
  background-color: #fff;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: block;
}

.flex-block-17 {
  align-items: center;
}

.flex-block-18 {
  align-items: flex-start;
  margin-bottom: 24px;
  line-height: 24px;
}

.flex-block-19 {
  margin-left: 16px;
}

.text-block-4-copy {
  color: #333;
  text-align: left;
  margin-bottom: 40px;
  font-family: Noka, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.4rem;
}

.grid-2-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 960px;
}

.flex-block-20 {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 40px 24px 56px;
}

.text-block-31, .text-block-32, .text-block-33, .text-block-34 {
  font-size: 16px;
}

.text-block-35 {
  font-size: 14px;
}

.text-2 {
  font-size: 16px;
}

.image-34 {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.image-35 {
  margin-bottom: 16px;
}

.image-11 {
  padding-bottom: 8px;
}

.paragraph-11 {
  color: var(--gey-800);
  margin-bottom: 0;
}

.image-16 {
  margin-bottom: 8px;
}

.flex-block-7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-12 {
  margin-bottom: 8px;
}

.flex-block-5 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 0;
  text-decoration: none;
}

.flex-block-5:hover {
  border-color: #2565ff;
}

.flex-block-6 {
  justify-content: space-around;
  width: 800px;
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-9, .image-10 {
  padding-bottom: 8px;
}

.paragraph-5 {
  color: var(--gey-800);
  -webkit-text-stroke-color: #5b5b5b;
  border: 1px #5b5b5b;
  margin-bottom: 0;
}

.grid-3 {
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
  width: 60%;
  margin-bottom: 32px;
}

.flex-block-21 {
  align-items: center;
}

.footer {
  -webkit-text-stroke-color: #2565ff;
  background-color: #000;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-dark-large {
  background-color: var(--blue-500);
  color: #fff;
  letter-spacing: .3px;
  -webkit-text-stroke-color: #2565ff;
  border-radius: 8px;
  margin-left: 0;
  padding: 12px 64px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.banner-container {
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.button-3 {
  color: #2565ff;
  letter-spacing: .3px;
  -webkit-text-stroke-color: #2565ff;
  background-color: #e9eef7;
  border-radius: 8px;
  padding: 12px 64px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.background-video {
  width: 100%;
  height: 100%;
}

.info, .info-guadalajara {
  border: 0 #000;
  max-width: 1076px;
  margin-top: 32px;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: var(--blue-500);
  text-decoration: none;
}

.link-2:hover {
  color: var(--gey-800);
}

.link-2:visited {
  color: var(--blue-500);
}

.info-queretaro, .info-monterrey, .info-puebla, .info-cuernavaca, .info-ciudad-de-mexico {
  border: 0 #000;
  max-width: 1076px;
  margin-top: 32px;
}

.tab-ciudad-de-mexico {
  margin-top: 32px;
  margin-bottom: 0;
}

.title-hubs {
  color: #333;
  text-align: center;
  margin-bottom: 16px;
  font-family: Noka, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.subtitle {
  align-items: center;
  margin-bottom: 32px;
  font-size: 16px;
}

.flex-block-23 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 32px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:visited {
  color: var(--gey-800);
}

.link-block-2.link-bodytypes, .link-block-3 {
  text-decoration: none;
}

.section-7, .buy-a-car {
  padding-top: 80px;
  padding-bottom: 80px;
}

.copy-right {
  color: #fff;
  text-align: left;
  padding-bottom: 16px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.container-8 {
  text-align: left;
  max-width: 1076px;
  padding-left: 24px;
}

.logo-kavak-white {
  margin-bottom: 24px;
}

.text-block-3-copy {
  text-align: center;
  -webkit-text-stroke-color: #5b5b5b;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 4px;
  font-family: Noka, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.link-footer {
  color: #fff;
}

.info-cdmx {
  border: 0 #000;
  max-width: 1076px;
  margin-top: 32px;
}

.tab-content-2 {
  position: relative;
  overflow: visible;
}

.link-3, .link-4 {
  color: #fff;
}

.tabs-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.container-10 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.body {
  color: #1b2532;
  text-align: center;
  background-color: #fbfbfb;
  font-family: Roboto, sans-serif;
}

.heading, .heading-copy {
  color: var(--gey-800);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noka, sans-serif;
  font-size: 2.1rem;
}

.heading-2-3 {
  color: var(--gey-800);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Noka, sans-serif;
  font-size: 2.1rem;
}

.heading-2-2 {
  color: var(--gey-800);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noka, sans-serif;
  font-size: 2.1rem;
}

.heading-3-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Noka, sans-serif;
  font-size: 16px;
}

.heading-3-3 {
  color: var(--gey-800);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-36, .image-37, .image-38 {
  margin-bottom: 8px;
}

.image-39 {
  margin-bottom: 4px;
}

.text-price-cars {
  text-align: left;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-price-cars-2 {
  text-align: left;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.info-puebla-2 {
  border: 0 #000;
  max-width: 1076px;
  margin-top: 32px;
}

.heading-2-3-copy {
  color: var(--gey-800);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Noka, sans-serif;
  font-size: 1.7rem;
}

.image-40 {
  margin-left: 0;
  margin-right: 8px;
}

.flex-block-17-copy {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.navbar-3 {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  min-width: 0;
  max-width: 940px;
  display: flex;
}

.nav-link-19 {
  color: #333333d9;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #333333d9;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-19:hover {
  color: #333;
}

.nav-link-19:active {
  color: #3374db;
  font-weight: 500;
}

.nav-link-19:focus {
  color: #3374db;
}

.nav-link-19:focus-visible {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-19[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  display: flex;
}

.dropdown-link-4 {
  color: #333333d9;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-link-4:active {
  color: #3374db;
}

.nav-link-19-copy-copy {
  color: #333333d9;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #333333d9;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 0 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.nav-link-19-copy-copy:hover {
  color: #333;
}

.nav-link-19-copy-copy:active {
  color: #333333d9;
  font-weight: 500;
}

.nav-link-19-copy-copy:focus-visible {
  outline-offset: 0px;
  color: #333333d9;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-19-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #333333d9;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.flex-block-24 {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.vectors-wrapper-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.dropdown-toggle-2 {
  padding-left: 0;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-link-3 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-3:active {
  color: #3374db;
}

.icon-3 {
  color: #2565ff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 100;
}

.mobile-margin-top-10-copy-copy-copy {
  margin-left: 40px;
}

.text-block-36 {
  color: #333333d9;
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-36:active, .text-block-36:focus {
  font-weight: 500;
}

.text-block-36:focus-visible {
  color: #3374db;
}

.text-block-36[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link-5 {
  color: #333333d9;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.profile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  display: flex;
}

.mobile-margin-top-10-copy {
  margin-left: 20px;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  margin-top: -10px;
  box-shadow: 0 2px 5px #0003;
}

.image-41 {
  margin-left: 0;
  margin-right: 8px;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  min-width: 0;
  max-width: 940px;
  display: flex;
}

.nav-link-20 {
  color: #333333d9;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #333333d9;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-20:hover {
  color: #333;
}

.nav-link-20:active {
  color: #3374db;
  font-weight: 500;
}

.nav-link-20:focus {
  color: #3374db;
}

.nav-link-20:focus-visible {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-20[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-link-6 {
  color: #333333d9;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-link-6:active {
  color: #3374db;
}

.flex-block-25 {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.dropdown-link-7 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-7:active {
  color: #3374db;
}

.mainnavbar {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.text-block-37 {
  color: #333333d9;
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-37:active, .text-block-37:focus {
  font-weight: 500;
}

.text-block-37:focus-visible {
  color: #3374db;
}

.text-block-37[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link-8 {
  color: #333333d9;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.containerfooter {
  text-align: left;
  max-width: 940px;
  padding-left: 0;
}

.copy-right-2 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  padding-bottom: 16px;
  font-weight: 400;
  text-decoration: none;
}

.linkfooter {
  color: #fff;
  text-decoration: none;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.image-42 {
  margin-left: 0;
  margin-right: 8px;
}

.mobile-margin-top-10-copy-copy {
  margin-left: 40px;
}

.flex-block-26 {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.dropdown-link-2 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-2:active {
  color: #3374db;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-link-9 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-9:active {
  color: #3374db;
}

.text-block-38 {
  color: #333333d9;
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-38:active, .text-block-38:focus {
  font-weight: 500;
}

.text-block-38:focus-visible {
  color: #3374db;
}

.text-block-38[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link-10 {
  color: #333333d9;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.flex-block-17-copy-2 {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.mobile-margin-top-10-copy-2 {
  margin-left: 20px;
}

.nav-link-19-copy-copy-2 {
  color: #333333d9;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #333333d9;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 0 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.nav-link-19-copy-copy-2:hover {
  color: #333;
}

.nav-link-19-copy-copy-2:active {
  color: #333333d9;
  font-weight: 500;
}

.nav-link-19-copy-copy-2:focus-visible {
  outline-offset: 0px;
  color: #333333d9;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-19-copy-copy-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #333333d9;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.buttonbase-tonal {
  background-color: #ebf1ff;
  border-radius: 8px;
  padding: 12px 64px;
  text-decoration: none;
}

.buttonbase-tonal:hover {
  background-color: #a8c5ff;
}

.image-51 {
  padding-right: 16px;
}

.paragraph-strong {
  color: #333;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.paragraph-strong.colorblue600 {
  color: #1351ec;
  -webkit-text-stroke-color: #002f94;
  width: 100%;
}

.paragraph-strong.colorblue600:hover {
  -webkit-text-stroke-color: #002f94;
}

.paragraph-strong.colorblue600:focus {
  color: #1351ec;
}

.margin-bottom-24px-2 {
  color: #fff;
  width: 70%;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.flex-block-27 {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.dropdown-link-11 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-11:active {
  color: #3374db;
}

.nav-link-21 {
  color: #333333d9;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #333333d9;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-21:hover {
  color: #333;
}

.nav-link-21:active {
  color: #3374db;
  font-weight: 500;
}

.nav-link-21:focus {
  color: #3374db;
}

.nav-link-21:focus-visible {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-21[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-two-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-link-12 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-12:active {
  color: #3374db;
}

.text-block-39 {
  color: #333333d9;
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-39:active, .text-block-39:focus {
  font-weight: 500;
}

.text-block-39:focus-visible {
  color: #3374db;
}

.text-block-39[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link-13 {
  color: #333333d9;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.mobile-margin-top-10-copy-3 {
  margin-left: 20px;
}

.icon-4 {
  color: #2565ff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 100;
}

.logonavbar {
  margin-left: 0;
  margin-right: 8px;
}

.flex-block-28 {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.dropdown-link-14 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-14:active {
  color: #3374db;
}

.nav-link-22 {
  color: #333333d9;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #333333d9;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-22:hover {
  color: #333;
}

.nav-link-22:active {
  color: #3374db;
  font-weight: 500;
}

.nav-link-22:focus {
  color: #3374db;
}

.nav-link-22:focus-visible {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-22[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-link-15 {
  color: #333333d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-15:active {
  color: #3374db;
}

.text-block-40 {
  color: #333333d9;
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-40:active, .text-block-40:focus {
  font-weight: 500;
}

.text-block-40:focus-visible {
  color: #3374db;
}

.text-block-40[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link-16 {
  color: #333333d9;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.icon-5 {
  color: #2565ff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 100;
}

.image-52 {
  border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .navbar {
    box-shadow: 0 0 5px #0003;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1320px;
    height: 84px;
    padding: 16px;
  }

  .h1-desktop {
    width: 75%;
  }

  .body-2 {
    box-shadow: 0 2px 5px #0003;
  }

  .margin-bottom-24px {
    width: 100%;
  }

  .primary-dark:hover {
    background-color: #0a448a;
  }

  .financing-container {
    max-width: 1076px;
  }

  .text-block-3-copy {
    padding-bottom: 0;
  }

  .text-block-2-copy {
    line-height: 24px;
  }

  .flex-block-12 {
    align-items: baseline;
    margin-bottom: 16px;
  }

  .primary-dark-copy:hover {
    background-color: #dbe6ff;
  }

  .tab-menu {
    width: 32.5%;
    display: none;
  }

  .tab-hubs {
    max-width: 1076px;
  }

  .hubs {
    line-height: 22px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-input {
    width: 32.5%;
  }

  .financing {
    margin-left: 0;
    padding-right: 0;
  }

  .grid-2-copy {
    max-width: none;
  }

  .grid-3 {
    width: 50%;
  }

  .button-3:hover {
    background-color: #dbe6ff;
  }

  .link-footer {
    color: #fff;
  }

  .container-9 {
    width: 100%;
    max-width: none;
  }

  .link-3, .link-4 {
    color: #fff;
  }

  .form {
    background-color: #0000;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .body {
    box-shadow: 0 2px 5px #0003;
  }

  .heading-3-2 {
    font-size: 18px;
  }

  .text-price-cars {
    margin-bottom: 8px;
  }

  .text-price-cars-2 {
    margin-bottom: 24px;
  }

  .flex-block-17-copy {
    margin-left: 40px;
  }

  .mobile-margin-top-11 {
    margin-left: 0;
  }

  .navbar-3 {
    box-shadow: 0 0 5px #00000059;
  }

  .navbar-wrapper-3 {
    color: #333333d9;
    width: 1320px;
    max-width: 1320px;
    margin-left: 0;
  }

  .nav-link-19 {
    -webkit-text-stroke-color: #5b5b5b;
    margin-left: 0;
    font-size: 1rem;
  }

  .nav-link-19:hover {
    -webkit-text-stroke-color: #333;
  }

  .nav-link-19:active {
    color: #3374db;
  }

  .dropdown-link-4 {
    font-size: 1rem;
  }

  .nav-link-19-copy-copy {
    font-size: 1rem;
    display: block;
  }

  .flex-block-24 {
    margin-left: 10px;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    margin-left: 0;
  }

  .dropdown-link-3 {
    font-size: 1rem;
  }

  .icon-3 {
    color: #2565ff;
    -webkit-text-stroke-color: #2565ff;
    font-size: 16px;
  }

  .text-block-36 {
    color: #333333d9;
    font-size: 1rem;
  }

  .dropdown-link-5 {
    font-size: 1rem;
  }

  .profile {
    margin-left: 16px;
  }

  .mobile-margin-top-10-copy {
    margin-left: 0;
  }

  .navbar-wrapper-4 {
    color: #333333d9;
    width: 1320px;
    max-width: 1320px;
    margin-left: 0;
  }

  .nav-link-20 {
    -webkit-text-stroke-color: #5b5b5b;
    margin-left: 0;
    font-size: 1rem;
  }

  .nav-link-20:hover {
    -webkit-text-stroke-color: #333;
  }

  .nav-link-20:active {
    color: #3374db;
  }

  .dropdown-link-6 {
    font-size: 1rem;
  }

  .flex-block-25 {
    margin-left: 10px;
  }

  .dropdown-link-7 {
    font-size: 1rem;
  }

  .mainnavbar {
    box-shadow: 0 0 5px #00000059;
  }

  .text-block-37 {
    color: #333333d9;
    font-size: 1rem;
  }

  .dropdown-link-8 {
    font-size: 1rem;
  }

  .containerfooter {
    max-width: 1320px;
  }

  .copy-right-2 {
    font-size: .9rem;
    font-weight: 300;
  }

  .linkfooter {
    color: #fff;
    text-decoration: none;
  }

  .flex-block-26 {
    margin-left: 10px;
  }

  .dropdown-link-2 {
    font-size: 1rem;
  }

  .nav-menu-two-3 {
    margin-left: 0;
  }

  .dropdown-link-9 {
    font-size: 1rem;
  }

  .text-block-38 {
    color: #333333d9;
    font-size: 1rem;
  }

  .dropdown-link-10 {
    font-size: 1rem;
  }

  .flex-block-17-copy-2 {
    margin-left: 40px;
  }

  .mobile-margin-top-10-copy-2 {
    margin-left: 0;
  }

  .nav-link-19-copy-copy-2 {
    font-size: 1rem;
    display: block;
  }

  .margin-bottom-24px-2 {
    width: 50%;
  }

  .flex-block-27 {
    margin-left: 10px;
  }

  .dropdown-link-11 {
    font-size: 1rem;
  }

  .nav-link-21 {
    -webkit-text-stroke-color: #5b5b5b;
    margin-left: 0;
    font-size: 1rem;
  }

  .nav-link-21:hover {
    -webkit-text-stroke-color: #333;
  }

  .nav-link-21:active {
    color: #3374db;
  }

  .nav-menu-two-4, .mobile-margin-top-12 {
    margin-left: 0;
  }

  .dropdown-link-12 {
    font-size: 1rem;
  }

  .text-block-39 {
    color: #333333d9;
    font-size: 1rem;
  }

  .dropdown-link-13 {
    font-size: 1rem;
  }

  .mobile-margin-top-10-copy-3 {
    margin-left: 0;
  }

  .icon-4 {
    color: #2565ff;
    -webkit-text-stroke-color: #2565ff;
    font-size: 16px;
  }

  .flex-block-28 {
    margin-left: 10px;
  }

  .dropdown-link-14 {
    font-size: 1rem;
  }

  .nav-link-22 {
    -webkit-text-stroke-color: #5b5b5b;
    margin-left: 0;
    font-size: 1rem;
  }

  .nav-link-22:hover {
    -webkit-text-stroke-color: #333;
  }

  .nav-link-22:active {
    color: #3374db;
  }

  .dropdown-link-15 {
    font-size: 1rem;
  }

  .text-block-40 {
    color: #333333d9;
    font-size: 1rem;
  }

  .dropdown-link-16 {
    font-size: 1rem;
  }

  .icon-5 {
    color: #2565ff;
    -webkit-text-stroke-color: #2565ff;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left-container.shadow-three {
    height: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link-17 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .h1-desktop {
    width: auto;
  }

  .flex-block {
    margin-left: 40px;
    margin-right: 40px;
  }

  .margin-bottom-24px {
    color: #5b5b5b;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .financing-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .flex-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-12 {
    align-items: baseline;
  }

  .kicker {
    max-width: 610px;
    margin-bottom: 20px;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .section-4, .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-2 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-2.w--current {
    padding-left: 19px;
  }

  .tabs-menu-3, .tabs-menu-4 {
    padding-right: 0;
  }

  .tab-link-3 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-3.w--current {
    padding-left: 19px;
  }

  .tab-dropdown-wrap {
    flex-direction: column;
  }

  .tabs-menu-5 {
    padding-right: 0;
  }

  .tab-link-4 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-4.w--current {
    padding-left: 19px;
  }

  .tabs-menu-6 {
    padding-right: 0;
  }

  .tab-link-5 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-5.w--current {
    padding-left: 19px;
  }

  .tab-link-6 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-6.w--current {
    padding-left: 19px;
  }

  .tabs-menu-7 {
    padding-right: 0;
  }

  .tab-link-7 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-7.w--current {
    padding-left: 19px;
  }

  .tabs-menu-8 {
    padding-right: 0;
  }

  .tab-link-8 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-8.w--current {
    padding-left: 19px;
  }

  .tabs-menu-9 {
    padding-right: 0;
  }

  .tab-menu {
    width: 98%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .tab-hubs {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
    margin-right: 8px;
  }

  .dropdown-input {
    width: 98%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-16 {
    margin-bottom: 0;
  }

  .grid-2-copy {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    width: 90%;
  }

  .container-8 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-2-3 {
    text-align: center;
  }

  .heading-3-2 {
    font-size: 18px;
  }

  .heading-2-3-copy {
    text-align: center;
  }

  .image-40 {
    max-width: 70%;
  }

  .flex-block-17-copy {
    padding-bottom: 16px;
  }

  .mobile-margin-top-11 {
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 8px;
    display: flex;
  }

  .navbar-wrapper-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link-19 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-19-copy-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdown-toggle-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .mobile-margin-top-10-copy-copy-copy {
    border-bottom: 1px solid #e7e9ee;
    margin-left: 8px;
  }

  .mobile-margin-top-10-copy {
    border-top: 1px solid #e7e9ee;
    border-bottom: 1px solid #e7e9ee;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .image-41 {
    max-width: 70%;
  }

  .navbar-wrapper-4 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link-20 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .containerfooter {
    margin-left: 24px;
    margin-right: 24px;
  }

  .image-42 {
    max-width: 70%;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    line-height: 0;
  }

  .mobile-margin-top-10-copy-copy {
    border-bottom: 1px solid #e7e9ee;
    margin-left: 8px;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .flex-block-17-copy-2 {
    border-top: 1px solid #e7e9ee;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mobile-margin-top-10-copy-2 {
    border: 1px solid #e7e9ee;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .nav-link-19-copy-copy-2 {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .margin-bottom-24px-2 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-link-21 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two-4 {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .mobile-margin-top-12 {
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 8px;
    display: flex;
  }

  .mobile-margin-top-10-copy-3 {
    border: 1px solid #e7e9ee;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .logonavbar {
    max-width: 70%;
  }

  .nav-link-22 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 8px 0;
  }

  .nav-link-17 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .h1-desktop {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .margin-bottom-24px {
    margin-left: 40px;
    margin-right: 40px;
    line-height: 16px;
  }

  .search-a-car {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-4 {
    font-size: 1.8rem;
  }

  .tab-link {
    text-align: left;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link.w--current {
    color: #78cec3;
    background-color: #e3f5f2;
    font-weight: 600;
  }

  .kicker {
    max-width: 420px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .kicker.secondary {
    margin-bottom: 40px;
  }

  .tabs-menu-2 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 48px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tabs-content {
    margin-top: 25px;
    padding: 25px 20px;
  }

  .tab-dropdown {
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #78cec3;
    background-image: none;
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: #57b3a7;
  }

  .section-4, .section-5 {
    padding: 60px 40px;
  }

  .tab-link-2.w--current, .tabs-menu-3 {
    padding-left: 10px;
  }

  .tabs-content-3, .tabs-content-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-4, .tab-link-3.w--current {
    padding-left: 10px;
  }

  .tab-dropdown-wrap {
    flex-direction: column;
  }

  .tabs-content-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-5, .tab-link-4.w--current {
    padding-left: 10px;
  }

  .tabs-content-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-6, .tab-link-5.w--current {
    padding-left: 10px;
  }

  .tabs-content-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-6.w--current, .tabs-menu-7, .tab-link-7.w--current, .tabs-menu-8 {
    padding-left: 10px;
  }

  .tabs-content-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-8.w--current, .tabs-menu-9 {
    padding-left: 10px;
  }

  .tabs-content-9 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hubs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-input {
    width: 101%;
    margin-left: 0;
    margin-right: 0;
  }

  .financing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-4-copy {
    font-size: 1.8rem;
  }

  .flex-block-21 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-hubs {
    font-size: 1.8rem;
  }

  .buy-a-car {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-8 {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
  }

  .container-10 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading, .heading-2-3, .heading-2-2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .heading-3-2 {
    font-family: Noka, sans-serif;
    font-size: 18px;
  }

  .heading-3-3 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }

  .image-36, .image-38 {
    margin-bottom: 4px;
  }

  .heading-2-3-copy {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .mobile-margin-top-11 {
    border-bottom: 1px solid #fbfbfb;
    margin-top: 10px;
  }

  .nav-link-19, .nav-link-19-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-10-copy-copy-copy {
    margin-top: 10px;
  }

  .mobile-margin-top-10-copy {
    border-bottom: 1px solid #fbfbfb;
    margin-top: 10px;
  }

  .nav-link-20 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .mobile-margin-top-10-copy-copy {
    margin-top: 10px;
  }

  .nav-menu-two-3 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-10-copy-2 {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 10px;
  }

  .nav-link-19-copy-copy-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .margin-bottom-24px-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-link-21 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-two-4 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-12 {
    border-bottom: 1px solid #fbfbfb;
    margin-top: 10px;
  }

  .mobile-margin-top-10-copy-3 {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 10px;
  }

  .nav-link-22 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .banner {
    height: 60vh;
  }

  .h1-desktop {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .flex-block {
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    margin-left: 0;
    margin-right: 0;
  }

  .primary-dark {
    width: 88%;
    margin-bottom: 16px;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .text-block-3-copy {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: baseline;
  }

  .text-block-3-copy-copy {
    text-align: right;
    width: 67px;
  }

  .primary-dark-copy {
    width: 88%;
    margin-bottom: 16px;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .tab-link {
    padding-left: 15px;
    font-size: 16px;
  }

  .kicker {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .kicker.secondary {
    margin-bottom: 21px;
  }

  .tabs-menu-2 {
    display: none;
  }

  .tabs-content {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .tab-dropdown {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .section-4, .section-5 {
    padding: 35px 20px;
  }

  .category-tabs {
    flex-direction: column;
  }

  .tab-link-2 {
    padding-left: 20px;
  }

  .tab-link-2.w--current {
    z-index: 10;
    order: -1;
  }

  .tabs-menu-3, .tabs-menu-4 {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

  .tab-link-3 {
    padding-left: 20px;
  }

  .tab-link-3.w--current {
    z-index: 10;
    order: -1;
  }

  .tab-dropdown-wrap {
    padding-top: 18px;
  }

  .tabs-menu-5 {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

  .tab-link-4 {
    padding-left: 20px;
  }

  .tab-link-4.w--current {
    z-index: 10;
    order: -1;
  }

  .tabs-menu-6 {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

  .tab-link-5 {
    padding-left: 20px;
  }

  .tab-link-5.w--current {
    z-index: 10;
    order: -1;
  }

  .tab-link-6 {
    padding-left: 20px;
  }

  .tab-link-6.w--current {
    z-index: 10;
    order: -1;
  }

  .tabs-menu-7 {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

  .tab-link-7 {
    padding-left: 20px;
  }

  .tab-link-7.w--current {
    z-index: 10;
    order: -1;
  }

  .tabs-menu-8 {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

  .tab-link-8 {
    padding-left: 20px;
  }

  .tab-link-8.w--current {
    z-index: 10;
    order: -1;
  }

  .tabs-menu-9 {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

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

  .dropdown-input {
    width: 100%;
  }

  .flex-block-15 {
    width: 100%;
    display: block;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .flex-block-21 {
    margin-left: 0;
    margin-right: 0;
  }

  .primary-dark-large {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .banner-container {
    justify-content: center;
    height: 100%;
  }

  .button-3 {
    width: 90%;
  }

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

  .container-8 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-10 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading, .heading-2-3 {
    line-height: 1.9rem;
  }

  .heading-2-2 {
    padding-left: 16px;
    line-height: 1.9rem;
  }

  .heading-3-2 {
    line-height: 24px;
  }

  .heading-3-2.alignleft {
    text-align: left;
  }

  .image-36, .image-38, .image-39 {
    margin-bottom: 8px;
  }

  .heading-2-3-copy {
    line-height: 1.9rem;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .containerfooter {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .margin-bottom-24px-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-two-4 {
    flex-direction: column;
  }
}

#w-node-_1440017e-1dbd-59b4-da74-f33422dcadcc-717cae91, #w-node-_94caf54d-301c-c0b9-80b3-c5970b23e6d5-717cae91, #w-node-_7d77fb5f-7530-213f-4f1d-56c43b924a7b-717cae91, #w-node-a4cc7593-7b25-7bb0-8960-75c4ceb67de5-717cae91, #w-node-_1fdd247a-5071-a6e2-8ce0-22e07966b1a1-717cae91, #w-node-_0dc14930-c725-53e0-7761-4f3705301c85-717cae91, #w-node-_4a70b1d8-ac15-7c96-3d08-25978a2b5385-717cae91, #w-node-a4d436db-92e4-5e4f-5f3b-9de20ec3d4c6-717cae91, #w-node-a4cc7593-7b25-7bb0-8960-75c4ceb67e13-717cae91, #w-node-_85c3d908-d829-b8f6-ab5e-8de26c79de01-717cae91, #w-node-a03a8644-88d7-c46a-4ada-5a37d7ca4db1-717cae91, #w-node-_3f9a8e45-9c99-41a3-a6bd-883790ca6d54-717cae91, #w-node-d93e4065-7ae2-a93f-bd2f-33e41b777d85-717cae91, #w-node-_1f1c5b84-403b-1ae4-0cdc-ebcd825bec7b-717cae91, #w-node-_96733d5f-d103-b806-c40c-252b13009f79-717cae91, #w-node-_4d59734d-a34d-ec65-c861-b971678a43ae-717cae91, #w-node-_112cb78b-251d-6d0c-0799-2b0bbadf7494-717cae91, #btn-suv-hubFirstMskuBodytype_selected.w-node-_9ee21654-1666-c49c-4111-76546e06a542-717cae91, #w-node-_650bce6e-0b0f-a444-5cd8-f2f0ce8c505c-717cae91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_4d59734d-a34d-ec65-c861-b971678a43ae-717cae91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4d59734d-a34d-ec65-c861-b971678a43ae-717cae91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Noka Bold';
  src: url('../fonts/Noka-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka';
  src: url('../fonts/Noka-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka Medium';
  src: url('../fonts/Noka-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}