.cg-page-hero {
  align-items: center;
  background: #070707;
  color: #ffffff;
  display: flex;
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  padding: 118px 0 62px;
  position: relative;
}

.cg-page-hero__background,
.cg-page-hero__overlay,
.cg-page-hero__visual {
  inset: 0;
  position: absolute;
}

.cg-page-hero__background {
  background:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    radial-gradient(ellipse at 86% 28%, rgba(177, 255, 41, 0.055) 0%, rgba(177, 255, 41, 0.028) 22%, transparent 55%),
    linear-gradient(90deg, #070707 0%, #0a0a0a 52%, #10120d 100%);
  background-position: 0 0, 0 0, right top, right top;
  background-size: auto, auto, 42px 42px, 42px 42px;
  z-index: 0;
}

.cg-page-hero__background::before {
  background: linear-gradient(90deg, #0a0a0a 0%, rgba(10, 10, 10, 0.86) 34%, rgba(10, 10, 10, 0.26) 76%, rgba(10, 10, 10, 0) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.cg-page-hero__background::after {
  background: #b1ff29;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0.86;
  position: absolute;
  width: min(220px, 38vw);
}

.cg-page-hero__background img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cg-page-hero__overlay {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.78) 54%, rgba(10, 10, 10, 0.5) 100%),
    radial-gradient(ellipse at 86% 34%, rgba(177, 255, 41, 0.055) 0%, transparent 46%);
  z-index: 1;
}

.cg-page-hero__visual {
  pointer-events: none;
  z-index: 1;
}

.cg-page-hero > .trucker__container {
  width: 100%;
}

.cg-page-hero__orbit {
  border: 1px solid rgba(177, 255, 41, 0.045);
  border-radius: 50%;
  position: absolute;
}

.cg-page-hero__orbit--one {
  height: 390px;
  right: -190px;
  top: -82px;
  width: 390px;
}

.cg-page-hero__block {
  border: 1px solid rgba(177, 255, 41, 0.16);
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 12% 50%);
  position: absolute;
}

.cg-page-hero__block--one {
  animation: cg-page-hero-block-float 18s ease-in-out infinite alternate;
  background: rgba(177, 255, 41, 0.1);
  height: 48px;
  right: 92px;
  top: 118px;
  width: 206px;
}

.cg-page-hero__block--two {
  background: rgba(177, 255, 41, 0.035);
  height: 38px;
  right: 30px;
  top: 176px;
  width: 164px;
}

.cg-page-hero__block--three {
  background: transparent;
  height: 34px;
  right: 168px;
  top: 230px;
  width: 148px;
}

.cg-page-hero__visual-line {
  background: rgba(177, 255, 41, 0.1);
  height: 1px;
  position: absolute;
  right: 76px;
  top: 58%;
  transform: rotate(-16deg);
  transform-origin: right center;
  width: 230px;
}

.cg-page-hero__dot {
  background: #b1ff29;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(177, 255, 41, 0.3);
  height: 6px;
  position: absolute;
  width: 6px;
}

.cg-page-hero__dot--one {
  right: 326px;
  top: 128px;
}

.cg-page-hero__dot--two {
  height: 4px;
  right: 64px;
  top: 248px;
  width: 4px;
}

.cg-page-hero__content {
  margin-left: 0;
  margin-right: auto;
  max-width: 760px;
  padding-left: 0;
  position: relative;
  text-align: left;
  z-index: 2;
}

.cg-page-hero__accent,
.cg-page-hero__title,
.cg-page-hero__description,
.cg-page-hero__breadcrumb {
  animation: cg-page-hero-entry 680ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
  opacity: 0;
  transform: translateY(18px);
}

.cg-page-hero__accent {
  animation-delay: 80ms;
  background: #b1ff29;
  border-radius: 999px;
  display: block;
  height: 3px;
  margin: 0 0 20px;
  width: 54px;
}

.cg-page-hero__title {
  animation-delay: 170ms;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 20px;
}

.cg-page-hero__description {
  animation-delay: 260ms;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 26px;
  max-width: 720px;
}

.cg-page-hero__breadcrumb {
  animation-delay: 350ms;
}

.cg-page-hero__breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cg-page-hero__breadcrumb li {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  line-height: 1.5;
  min-height: 34px;
}

.cg-page-hero__breadcrumb li + li::before {
  color: rgba(255, 255, 255, 0.44);
  content: "/";
  margin-right: 8px;
}

.cg-page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
  display: inline-flex;
  min-height: 34px;
  text-decoration: none;
  transition: color 250ms ease;
}

.cg-page-hero__breadcrumb a:hover,
.cg-page-hero__breadcrumb a:focus {
  color: #b1ff29;
}

.cg-page-hero__breadcrumb a:focus-visible {
  outline: 2px solid #b1ff29;
  outline-offset: 4px;
}

@media (max-width: 1199px) {
  .cg-page-hero {
    min-height: 310px;
    padding: 106px 0 60px;
  }

  .cg-page-hero__visual {
    opacity: 0.72;
  }

  .cg-page-hero__orbit--one {
    height: 310px;
    right: -164px;
    top: -54px;
    width: 310px;
  }

  .cg-page-hero__block--one {
    height: 42px;
    right: 54px;
    top: 116px;
    width: 172px;
  }

  .cg-page-hero__block--two {
    height: 34px;
    right: 10px;
    top: 168px;
    width: 132px;
  }

  .cg-page-hero__block--three {
    height: 30px;
    right: 130px;
    top: 214px;
    width: 118px;
  }

  .cg-page-hero__visual-line {
    right: 34px;
    width: 174px;
  }

  .cg-page-hero__title {
    font-size: clamp(38px, 6vw, 54px);
  }
}

@media (max-width: 767px) {
  .cg-page-hero {
    min-height: auto;
    padding: 88px 0 76px;
  }

  .cg-page-hero__background {
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      radial-gradient(ellipse at 100% 18%, rgba(177, 255, 41, 0.04) 0%, transparent 54%),
      linear-gradient(90deg, #070707 0%, #0a0a0a 100%);
    background-size: auto, auto, 40px 40px, 40px 40px;
  }

  .cg-page-hero__visual-line,
  .cg-page-hero__orbit,
  .cg-page-hero__block--two,
  .cg-page-hero__block--three,
  .cg-page-hero__dot--two {
    display: none;
  }

  .cg-page-hero__block--one {
    animation: none;
    height: 36px;
    opacity: 0.28;
    right: -34px;
    top: 76px;
    width: 138px;
  }

  .cg-page-hero__dot--one {
    opacity: 0.45;
    right: 28px;
    top: 92px;
  }

  .cg-page-hero__title {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.1;
  }

  .cg-page-hero__description {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cg-page-hero__accent,
  .cg-page-hero__title,
  .cg-page-hero__description,
  .cg-page-hero__breadcrumb {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .cg-page-hero__breadcrumb a {
    transition: none;
  }

  .cg-page-hero__block--one {
    animation: none;
  }
}

@keyframes cg-page-hero-entry {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cg-page-hero-block-float {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translateY(8px);
  }
}
