.find-vehicles {
  box-shadow: inset 0 4px 14px #0000001a;
}
@media (min-width: 601px) {
  .find-vehicles {
    box-shadow: none;
  }
}
@media (min-width: 1025px) {
  .find-vehicles {
    box-shadow: inset 0 4px 14px #0000001a;
  }
}
.find-vehicles .find-vehicles-wrapper {
  flex-direction: column;
  gap: 40px;
  padding: 5rem 1rem;
  display: flex;
}
@media (min-width: 601px) {
  .find-vehicles .find-vehicles-wrapper {
    gap: 92px;
    padding: 9.52rem 1.5rem;
  }
  .find-vehicles .find-vehicles-wrapper.open {
    gap: 0;
    padding: 5.395rem 1.5rem;
  }
}
@media (min-width: 1025px) {
  .find-vehicles .find-vehicles-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
  }
}
@media (min-width: 1350px) {
  .find-vehicles .find-vehicles-wrapper {
    padding: 5rem 0;
  }
}
.find-vehicles .find-vehicles-wrapper .find-vehicles__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}
@media (min-width: 601px) {
  .find-vehicles .find-vehicles-wrapper .find-vehicles__content {
    max-width: 458px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .find-vehicles .find-vehicles-wrapper .find-vehicles__content {
    max-width: 430px;
    margin: 0 11px;
  }
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles__title {
  text-align: center;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles-button {
  color: var(--white-colour);
  cursor: pointer;
  background-image: var(--blue-wave-colour-image);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  text-decoration: none;
  display: flex;
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles-button
  span {
  font-size: 1.125rem;
  font-weight: 600;
  transform: translateY(2px);
}
@media (min-width: 601px) {
  .find-vehicles
    .find-vehicles-wrapper
    .find-vehicles__content
    .find-vehicles-button {
    width: unset;
    padding: 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .find-vehicles
    .find-vehicles-wrapper
    .find-vehicles__content
    .find-vehicles-button:hover
    .hr-grow-glass-wrapper
    .hr-grow-glass-icon-plus {
    transform-origin: 50%;
    transform: rotate(0) translate(6px);
  }
  .find-vehicles
    .find-vehicles-wrapper
    .find-vehicles__content
    .find-vehicles-button:hover
    .hr-grow-glass-wrapper
    .hr-grow-glass-icon-plus
    path:nth-child(2) {
    opacity: 1;
  }
  .find-vehicles
    .find-vehicles-wrapper
    .find-vehicles__content
    .find-vehicles-button.clicked
    .hr-grow-glass-wrapper
    .hr-grow-glass-icon-plus {
    transform-origin: 50%;
    transform: rotate(0) translate(6px);
  }
  .find-vehicles
    .find-vehicles-wrapper
    .find-vehicles__content
    .find-vehicles-button.clicked
    .hr-grow-glass-wrapper
    .hr-grow-glass-icon-plus
    path:nth-child(2) {
    opacity: 1;
  }
  .find-vehicles
    .find-vehicles-wrapper
    .find-vehicles__content
    .find-vehicles-button:focus
    .hr-grow-glass-wrapper
    .hr-grow-glass-icon-plus {
    transform-origin: 50%;
    transform: rotate(0) translate(6px);
  }
  .find-vehicles
    .find-vehicles-wrapper
    .find-vehicles__content
    .find-vehicles-button:focus
    .hr-grow-glass-wrapper
    .hr-grow-glass-icon-plus
    path:nth-child(2) {
    opacity: 1;
  }
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles-button
  .hr-grow-glass-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding-right: 4px;
  display: flex;
  position: relative;
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles-button
  .hr-grow-glass-wrapper
  svg.hr-grow-glass-icon-plus {
  transform-origin: 35% 70%;
  opacity: 1;
  z-index: 3;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease-out;
  transform: rotate(-90deg) translate(1px, 5px);
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles-button
  .hr-grow-glass-wrapper
  svg.hr-grow-glass-icon-plus
  path:nth-child(2) {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles-button:hover {
  background-image: var(--blue-wave-colour-hover-image);
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__content
  .find-vehicles-button:active {
  background-image: var(--blue-wave-colour-active-image);
}
.find-vehicles .find-vehicles-wrapper .find-vehicles__image {
  border-radius: var(--normal-radius);
  width: 100%;
  height: 228px;
}
.find-vehicles
  .find-vehicles-wrapper
  .find-vehicles__image
  .find-vehicles__image-img {
  border-radius: inherit;
}
@media (min-width: 601px) {
  .find-vehicles .find-vehicles-wrapper .find-vehicles__image {
    height: 479.36px;
  }
}
@media (min-width: 1025px) {
  .find-vehicles .find-vehicles-wrapper .find-vehicles__image {
    max-width: 745px;
    height: 496px;
  }
}
