.slider {
  height: 250px !important;
  border-radius: 0 !important;
}

.slider > img {
  display: block !important;
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
}

.slide-copy {
  z-index: 2 !important;
}

.arrow {
  z-index: 3 !important;
}

.dots {
  z-index: 3 !important;
}

.ticker__inner {
  display: grid !important;
  grid-template-columns: 94px minmax(0, 1fr) !important;
  align-items: center !important;
  justify-content: initial !important;
  height: 34px !important;
  overflow: hidden !important;
}

.ticker strong {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 94px !important;
  padding: 0 18px 0 0 !important;
  background: #fff !important;
  color: #258fc7 !important;
  white-space: nowrap !important;
}

.ticker__inner > div {
  min-width: 0 !important;
  overflow: visible !important;
  justify-content: flex-start !important;
}

.ticker__inner > div span {
  flex: 0 0 auto !important;
}

.benefits {
  position: relative !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  height: 80px !important;
  min-height: 80px !important;
  overflow: hidden !important;
  border-top: 0 !important;
  background: #fff !important;
}

.pc-benefits-restored {
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.benefits article {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 10px !important;
  row-gap: 2px !important;
  align-content: center !important;
  align-items: center !important;
  min-width: 0 !important;
  height: 80px !important;
  padding: 10px 16px !important;
  overflow: hidden !important;
}

.benefits article + article {
  border-left: 1px solid #edf1f5 !important;
}

.benefits img {
  grid-row: 1 / span 2 !important;
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

.benefits strong,
.benefits span {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.benefits strong {
  align-self: end !important;
  margin: 0 !important;
  color: #26313f !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.benefits span {
  align-self: start !important;
  color: #5f6d7c !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.hero-grid {
  align-items: start !important;
  grid-auto-flow: row !important;
}

.hero-grid > * {
  min-width: 0 !important;
}

.hero-grid > .signup-card {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
}

.signup-card p {
  overflow: hidden !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.hero-grid > .slider {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.hero-grid > .trust-card {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
}

.pc-home-quick-tool {
  display: grid !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  grid-template-columns: minmax(0, 1fr) 210px !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  width: 100% !important;
  min-height: 76px !important;
  margin-top: 12px !important;
  padding: 12px 14px !important;
  border: 1px solid #e5edf3 !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(26, 49, 80, 0.08) !important;
}

.pc-home-quick-tool .quick-copy {
  min-width: 0 !important;
}

.pc-home-quick-tool strong,
.pc-home-quick-tool span {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.pc-home-quick-tool strong {
  color: #26313f !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

.pc-home-quick-tool span {
  margin-top: 3px !important;
  color: #6d7b8c !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.pc-home-quick-tool .quick-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 76px !important;
  height: 36px !important;
  border: 1px solid #d6e4ec !important;
  background: #fff !important;
}

.pc-home-quick-tool input {
  min-width: 0 !important;
  height: 34px !important;
  padding: 0 10px !important;
  border: 0 !important;
  outline: 0 !important;
}

.pc-home-quick-tool button {
  height: 36px !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: #fff !important;
  background: #ff8a2a !important;
  font-size: 13px !important;
}

.pc-home-quick-tool .quick-search button {
  height: 34px !important;
  border-radius: 0 !important;
  background: #258fc7 !important;
}

.pc-home-quick-tool .secondary {
  color: #258fc7 !important;
  border: 1px solid #cfe2ee !important;
  background: #f6fbfe !important;
}

.pc-home-quick-tool .quick-action {
  display: none !important;
}
