@font-face {
  font-family: Space Grotesk;
  src: url('../images/') format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../images/') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.dt-eyebrow {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 999px;
  margin-bottom: 24px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.dt-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dt-legal {
  color: #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.dt-legal-head {
  color: #fff;
  background-color: #000;
  padding-top: 96px;
  padding-bottom: 96px;
}

.dt-legal-title {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

.dt-legal-meta {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.dt-legal-body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px 96px;
}

.dt-legal-h2 {
  letter-spacing: -.4px;
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 12px;
  padding-top: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.dt-p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.7;
}

.dt-legal-list {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
}

.dt-li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.7;
}

.dt-inline-link {
  color: #000;
  text-underline-offset: 3px;
  font-weight: 700;
  text-decoration: underline;
}

.dt-inline-link:hover {
  text-decoration: none;
}

.dt-inline-link:focus {
  outline-offset: 3px;
  outline: 2px solid #000;
}

.dc-ticker {
  color: #000;
  background-color: #fff;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  padding-top: 112px;
  padding-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  overflow: hidden;
}

.dc-ticker-row {
  grid-column-gap: 28px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dc-ticker-item {
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.dc-ticker-sep {
  background-color: #000;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.dc-section {
  color: #000;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
}

.dc-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.dc-head-split {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  margin-bottom: 56px;
  display: grid;
}

.dc-pill-dark {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 999px;
  margin-bottom: 24px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.dc-h2 {
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.02;
}

.dc-head-right {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.65;
}

.dc-bento {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.dc-tile {
  color: #000;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 24px;
  flex-direction: column;
  min-height: 280px;
  padding: 36px;
  display: flex;
}

.dc-tile:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px #000;
}

.dc-tile-dark {
  color: #fff;
  background-color: #000;
}

.dc-tile-dark:hover {
  box-shadow: 8px 8px #00000040;
}

.dc-tile-wide {
  grid-column-start: span 2;
}

.dc-tile-icon {
  width: 44px;
  height: 44px;
  margin-bottom: auto;
  display: block;
}

.dc-icon-invert {
  filter: invert();
}

.dc-tile-big {
  letter-spacing: -4px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: .95;
}

.dc-h3 {
  letter-spacing: -.4px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.dc-h3-light {
  color: #fff;
  letter-spacing: -.4px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.dc-tile-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.dc-tile-text-light {
  color: #ffffffd9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.dc-nav {
  z-index: 100;
  background-color: #000;
  border-bottom: 1px solid #ffffff40;
  font-family: Inter, sans-serif;
  position: sticky;
  top: 0;
}

.dc-nav-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.dc-brand {
  align-items: center;
  display: flex;
}

.dc-brand-img {
  width: auto;
  height: 40px;
  display: block;
}

.dc-nav-links {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.dc-nav-link {
  color: #fff;
  letter-spacing: .1px;
  border-bottom: 1.5px solid #0000;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.dc-nav-link:hover {
  border-bottom-color: #fff;
}

.dc-nav-link:focus {
  outline-offset: 6px;
  outline: 2px solid #fff;
}

.dc-nav-cta {
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dc-nav-cta:hover {
  color: #fff;
  background-color: #000;
}

.dc-nav-cta:focus {
  outline-offset: 4px;
  outline: 2px solid #fff;
}

.dc-hero {
  color: #fff;
  background-color: #000;
  padding-top: 88px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  position: relative;
  overflow: hidden;
}

.dc-hero-grid {
  background-image: linear-gradient(#ffffff12 1px, #0000 1px), linear-gradient(90deg, #ffffff12 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
}

.dc-hero-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  position: relative;
}

.dc-hero-copy {
  padding-bottom: 96px;
}

.dc-pill-light {
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: 1px solid #fff9;
  border-radius: 999px;
  margin-bottom: 28px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.dc-h1 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Space Grotesk, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: .98;
}

.dc-hero-lead {
  color: #ffffffd9;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 19px;
  line-height: 1.6;
}

.dc-badges {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.dc-badge {
  border-radius: 12px;
  display: inline-block;
}

.dc-badge:hover {
  opacity: .85;
}

.dc-badge:focus {
  outline-offset: 4px;
  outline: 2px solid #fff;
}

.dc-badge-img {
  width: auto;
  height: 56px;
  display: block;
}

.dc-hero-trust {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fffc;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.dc-trust-dot {
  background-color: #fff;
  border-radius: 999px;
  width: 5px;
  height: 5px;
}

.dc-hero-visual {
  justify-content: center;
  align-items: flex-end;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.dc-hero-phone {
  width: 380px;
  max-width: 100%;
  height: auto;
  margin-bottom: -90px;
  display: block;
}

.dc-float-card {
  color: #000;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 16px;
  padding: 14px 18px;
  position: absolute;
  box-shadow: 0 12px 40px #00000080;
}

.dc-float-a {
  top: 30%;
  left: 0;
}

.dc-float-b {
  top: 46%;
  right: 0;
}

.dc-float-label {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
}

.dc-float-value {
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.dc-section-dark {
  color: #fff;
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
}

.dc-head-center {
  text-align: center;
  max-width: 900px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.dc-h2-light {
  color: #fff;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.02;
}

.dc-steps {
  grid-row-gap: 0;
  grid-column-gap: 0;
  border-top: 1px solid #ffffff59;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.dc-step {
  border-right: 1px solid #ffffff59;
  margin-right: 32px;
  padding: 48px 32px 8px 0;
}

.dc-step-last {
  border-right-style: none;
  margin-right: 0;
}

.dc-step-num {
  opacity: .22;
  color: #fff;
  letter-spacing: -5px;
  margin-bottom: 28px;
  font-family: Space Grotesk, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: .9;
}

.dc-step-title {
  color: #fff;
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.dc-step-text {
  color: #ffffffd9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.65;
}

.dc-rides {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  display: grid;
}

.dc-ride {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #000;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 24px;
  flex-direction: column;
  padding: 36px;
  display: flex;
  position: relative;
}

.dc-ride-featured {
  color: #fff;
  background-color: #000;
}

.dc-ride-tag {
  color: #000;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -14px;
  left: 32px;
}

.dc-ride-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.dc-ride-name {
  letter-spacing: -.5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.dc-ride-seats {
  opacity: .8;
  font-size: 13px;
  font-weight: 500;
}

.dc-ride-price {
  letter-spacing: -2.5px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.dc-ride-line {
  background-color: #000;
  height: 1.5px;
  margin-bottom: 6px;
}

.dc-ride-line-light {
  background-color: #fff;
  height: 1.5px;
  margin-bottom: 6px;
}

.dc-ride-item {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 10px 1.5px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
}

.dc-drive {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  display: grid;
}

.dc-drive-visual {
  justify-content: center;
  align-items: center;
  min-height: 620px;
  display: flex;
  position: relative;
}

.dc-drive-ring {
  border: 1px solid #ffffff59;
  border-radius: 999px;
  width: 520px;
  height: 520px;
  margin-top: -260px;
  margin-left: -260px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dc-drive-phone {
  width: 340px;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.dc-drive-lead {
  color: #ffffffd9;
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 1.65;
}

.dc-drive-stats {
  grid-row-gap: 0;
  grid-column-gap: 0;
  border-top: 1px solid #ffffff59;
  border-left: 1px solid #ffffff59;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  display: grid;
}

.dc-dstat {
  border-bottom: 1px solid #ffffff59;
  border-right: 1px solid #ffffff59;
  padding: 22px 24px;
}

.dc-dstat-num {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.dc-dstat-label {
  color: #fffc;
  font-size: 14px;
  line-height: 1.5;
}

.dc-btn-light {
  color: #000;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 999px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.dc-btn-light:hover {
  color: #fff;
  background-color: #000;
}

.dc-btn-light:focus {
  outline-offset: 4px;
  outline: 2px solid #fff;
}

.dc-head-center-dark {
  text-align: center;
  max-width: 760px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.dc-quotes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.dc-quote {
  border: 1.5px solid #000;
  border-radius: 24px;
  flex-direction: column;
  padding: 36px;
  display: flex;
}

.dc-quote-mark {
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: .6;
}

.dc-quote-text {
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.6;
}

.dc-quote-who {
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.dc-quote-role {
  opacity: .7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
}

.dc-cta {
  color: #fff;
  background-color: #000;
  border-top: 1px solid #ffffff40;
  padding-top: 140px;
  padding-bottom: 140px;
  font-family: Inter, sans-serif;
  position: relative;
  overflow: hidden;
}

.dc-cta-grid {
  background-image: linear-gradient(#ffffff12 1px, #0000 1px), linear-gradient(90deg, #ffffff12 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
}

.dc-cta-inner {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dc-cta-title {
  color: #fff;
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: .95;
}

.dc-cta-text {
  color: #ffffffd9;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 1.6;
}

.dc-badges-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.dc-footer {
  color: #000;
  background-color: #fff;
  border-top: 1.5px solid #000;
  padding-top: 80px;
  padding-bottom: 28px;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.dc-footer-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  margin-bottom: 64px;
  display: grid;
}

.dc-footer-logo {
  width: auto;
  height: 64px;
  margin-bottom: 18px;
  display: block;
}

.dc-footer-tagline {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.dc-footer-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.dc-footer-heading {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}

.dc-footer-link {
  color: #000;
  border-bottom: 1px solid #000;
  align-self: flex-start;
  padding-bottom: 1px;
  font-size: 15px;
  text-decoration: none;
}

.dc-footer-link:hover {
  border-bottom-color: #0000;
}

.dc-footer-link:focus {
  outline-offset: 4px;
  outline: 2px solid #000;
}

.dc-footer-word {
  opacity: .07;
  color: #000;
  letter-spacing: -8px;
  white-space: nowrap;
  margin-bottom: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 170px;
  font-weight: 700;
  line-height: .8;
}

.dc-footer-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid #000;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 22px;
  display: flex;
}

.dc-footer-copy {
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .dc-ticker {
    padding-top: 92px;
  }

  .dc-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .dc-head-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dc-h2 {
    font-size: 42px;
  }

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

  .dc-tile-big {
    font-size: 72px;
  }

  .dc-nav-links {
    display: none;
  }

  .dc-hero {
    padding-top: 64px;
  }

  .dc-hero-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dc-hero-copy {
    padding-bottom: 16px;
  }

  .dc-h1 {
    letter-spacing: -2px;
    font-size: 64px;
  }

  .dc-hero-phone {
    width: 320px;
    margin-bottom: -70px;
  }

  .dc-float-a {
    left: 4%;
  }

  .dc-float-b {
    right: 4%;
  }

  .dc-section-dark {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .dc-h2-light {
    font-size: 42px;
  }

  .dc-step-num {
    font-size: 88px;
  }

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

  .dc-ride-price {
    font-size: 48px;
  }

  .dc-drive {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dc-drive-visual {
    order: 2;
    min-height: 0;
  }

  .dc-drive-ring {
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
  }

  .dc-drive-phone {
    width: 300px;
  }

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

  .dc-cta {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .dc-cta-title {
    letter-spacing: -2.5px;
    font-size: 68px;
  }

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

  .dc-footer-word {
    letter-spacing: -5px;
    font-size: 110px;
  }
}

@media screen and (max-width: 767px) {
  .dt-legal-head {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .dt-legal-title {
    font-size: 36px;
  }

  .dt-legal-body {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .dc-ticker {
    padding-top: 84px;
  }

  .dc-ticker-row {
    grid-column-gap: 18px;
    grid-row-gap: 14px;
  }

  .dc-ticker-item {
    font-size: 14px;
  }

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

  .dc-tile {
    min-height: 0;
    padding: 28px;
  }

  .dc-tile-wide {
    grid-column-start: span 1;
  }

  .dc-h3, .dc-h3-light {
    margin-top: 28px;
  }

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

  .dc-step {
    border-bottom: 1px solid #ffffff59;
    border-right-style: none;
    margin-right: 0;
    padding: 36px 0;
  }

  .dc-step-last {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  .dc-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dc-h2 {
    letter-spacing: -1px;
    font-size: 34px;
  }

  .dc-tile-big {
    letter-spacing: -2px;
    margin-top: 28px;
    font-size: 60px;
  }

  .dc-nav-inner {
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dc-brand-img {
    height: 32px;
  }

  .dc-nav-cta {
    padding: 10px 16px;
    font-size: 13px;
  }

  .dc-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dc-h1 {
    letter-spacing: -1.5px;
    font-size: 46px;
  }

  .dc-hero-lead {
    font-size: 17px;
  }

  .dc-badge-img {
    height: 50px;
  }

  .dc-hero-phone {
    width: 260px;
    margin-bottom: -60px;
  }

  .dc-float-card {
    padding: 10px 14px;
  }

  .dc-float-value {
    font-size: 20px;
  }

  .dc-h2-light {
    letter-spacing: -1px;
    font-size: 34px;
  }

  .dc-step-num {
    letter-spacing: -3px;
    font-size: 72px;
  }

  .dc-ride {
    padding: 28px;
  }

  .dc-drive-ring {
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
  }

  .dc-drive-phone {
    width: 260px;
  }

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

  .dc-btn-light {
    text-align: center;
    width: 100%;
  }

  .dc-quote {
    padding: 28px;
  }

  .dc-cta-title {
    letter-spacing: -1.5px;
    font-size: 44px;
  }

  .dc-cta-text {
    font-size: 17px;
  }

  .dc-footer-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dc-footer-word {
    letter-spacing: -2px;
    font-size: 60px;
  }
}


@font-face {
  font-family: 'Space Grotesk';
  src: url('../images/') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}