.home-head {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 27.1875rem;
  padding-bottom: 17.5rem;
  background-color: #272521;
  position: relative;
  overflow: hidden;
}
.home-head .video {
  width: 136.6875rem;
  height: 73.8125rem;
  object-fit: contain;
  position: absolute;
  left: -4.6875rem;
  top: -2.625rem;
  z-index: 0;
}
.home-head::before {
  content: "";
  width: 136.6875rem;
  height: 73.8125rem;
  position: absolute;
  left: -4.6875rem;
  top: -2.625rem;
  z-index: 1;
  background-color: #4a4c4a;
  opacity: 38%;
}
.home-head::after {
  content: "";
  width: 91.5729rem;
  height: 14.0111rem;
  position: absolute;
  right: -2.125rem;
  bottom: -1.45rem;
  background: url("/assets/img/white-elips.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-head-container {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.home-head-container::before {
  content: "";
  background: url("/assets/img/icon/line.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 120rem;
  height: 105.2526rem;
  left: calc(50% - 60rem);
  top: 6.875rem;
  pointer-events: none;
}
.home-head-container h1 {
  margin: 0 0 1.25rem 0;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  color: #ffffff;
  max-width: 47.0625rem;
  width: 100%;
}
.home-head-container h1 span {
  color: #ffd633;
}
.home-head-container p {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  max-width: 29.5rem;
  color: #ffffff;
  margin: 0 0 5rem 0;
}
.home-head-container p strong,
.home-head-container p b {
  font-weight: 700;
}
.home-head-container a.fcraw {
  padding: 1.4375rem 3.625rem;
  border-radius: 6.0625rem;
  background: linear-gradient(66deg, #ffd633 34.83%, rgba(255, 255, 255, 0.2) 106.35%);
  box-shadow: 0 0 1.1812rem 0.75rem rgba(255, 214, 51, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
  color: #4a4c4a;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  width: max-content;
  text-decoration: unset;
}
.home-head-container a.fcraw .icon {
  width: 1.875rem;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.home-head-card {
  margin-top: 20.625rem;
  width: 73.5rem;
  height: 34rem;
  border-radius: 2rem;
  background: rgba(39, 37, 33, 0.05);
  background: url("/assets/img/home/home-head-card-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3.0625rem 0 1.8125rem 0;
}
.home-head-card::before {
  content: "";
  width: 39.75rem;
  height: 36.25rem;
  background: url("/assets/img/home/home-card-wheels.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -29.375rem;
  top: 4.9375rem;
}
.home-head-card h2 {
  font-size: 2.5rem;
  line-height: 2.3125rem;
  color: #fff;
  font-weight: 400;
  margin: 0;
  max-width: 40.6875rem;
  width: 100%;
  text-align: center;
}
.home-head-card h2 span {
  color: #ffd633;
  font-weight: 700;
}
.home-head-card-list {
  display: flex;
  gap: 1.6875rem;
  align-items: center;
  margin-top: 4.8125rem;
}
.home-head-card-list .item {
  width: 16.6875rem;
  height: 19.625rem;
  border-radius: 1.625rem;
  box-shadow: 0.125rem 0.25rem 0.5rem 0 rgba(255, 214, 51, 0.2);
  padding: 6.9375rem 1.25rem 1.75rem 1.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-head-card-list .item::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(46deg, #ffd633 -2.04%, rgba(255, 255, 255, 0.2) 109.81%);
  z-index: -1;
}
.home-head-card-list .item .icon {
  position: absolute;
  left: 1.25rem;
  top: 1.5625rem;
  object-fit: contain;
  object-position: left center;
  height: 4.4375rem;
  width: 5rem;
}
.home-head-card-list .item h3 {
  margin: 0 0 0.3125rem 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.home-head-card-list .item p {
  margin: 0 0 auto 0;
  font-size: 1rem;
  line-height: 1rem;
  color: #ffffff;
  font-weight: 400;
}
.home-head-card-list .item .craw {
  width: 10.5625rem;
  height: 3.1875rem;
  border-radius: 3.4375rem;
  background: #4a4c4a;
  box-shadow: 0 -0.25rem 0.4375rem 0 rgba(0, 0, 0, 0.25) inset;
  padding: 0.8125rem 1.875rem 0.8125rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: unset;
  display: flex;
  justify-content: space-between;
}
.home-head-card-list .item .craw .craw-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
