.cg-footer {
  background: #0a0a0a;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.cg-footer::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.cg-footer::after {
  background: radial-gradient(circle at 82% 12%, rgba(177, 255, 41, 0.12), rgba(177, 255, 41, 0.035) 24%, transparent 48%);
  content: "";
  height: 520px;
  pointer-events: none;
  position: absolute;
  right: -170px;
  top: -210px;
  width: 620px;
  z-index: 0;
}

.cg-footer .trucker__container {
  margin-inline: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: min(100% - 48px, 1410px);
}

.cg-footer__title,
.cg-footer .cg-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.cg-footer__main {
  background: #0a0a0a;
  padding: 62px 0 52px;
  position: relative;
  z-index: 1;
}

.cg-footer__main::before,
.cg-footer__main::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.cg-footer__main::before {
  border: 1px solid rgba(177, 255, 41, 0.42);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  height: 58px;
  opacity: 0.045;
  right: max(24px, calc((100vw - 1410px) / 2));
  top: 36px;
  width: 230px;
}

.cg-footer__main::after {
  background:
    linear-gradient(90deg, rgba(177, 255, 41, 0.55), rgba(177, 255, 41, 0.12)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  height: 16px;
  opacity: 0.04;
  right: max(42px, calc((100vw - 1410px) / 2 + 160px));
  top: 134px;
  width: 168px;
}

.cg-footer__brand-row {
  align-items: start;
  display: grid;
  gap: clamp(64px, 5vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
  z-index: 1;
}

.cg-footer__brand {
  max-width: 570px;
}

.cg-footer__logo-link {
  display: inline-flex;
  margin-bottom: 24px;
}

.cg-footer__logo {
  display: block;
  height: auto;
  max-height: 88px;
  max-width: 270px;
  object-fit: contain;
  width: auto;
}

.cg-footer__tagline {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 14px;
}

.cg-footer__description {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}

.cg-footer__top-actions {
  display: grid;
  justify-items: end;
  min-width: 0;
}

.cg-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cg-footer__social-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
  width: 44px;
}

.cg-footer__social-link:hover,
.cg-footer__social-link:focus {
  background: #b1ff29;
  border-color: #b1ff29;
  color: #000000;
  transform: translateY(-2px);
}

.cg-footer-newsletter {
  max-width: 100%;
  position: relative;
  width: 100%;
}

.cg-footer-newsletter::before,
.cg-footer-newsletter::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.cg-footer-newsletter::before {
  background: rgba(177, 255, 41, 0.9);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  height: 22px;
  opacity: 0.035;
  right: 18px;
  top: -22px;
  width: 94px;
}

.cg-footer-newsletter::after {
  border: 1px solid rgba(255, 255, 255, 0.65);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  height: 76px;
  opacity: 0.03;
  right: -28px;
  top: 58px;
  width: 118px;
}

.cg-footer-newsletter__header {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 18px;
  min-width: 0;
}

.cg-footer-newsletter__title {
  color: #b1ff29;
  font-size: clamp(22px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 14px;
  padding-bottom: 14px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.cg-footer-newsletter__title::after {
  background: #b1ff29;
  border-radius: 20px;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  width: 34px;
}

.cg-footer-newsletter__description {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
  text-align: left;
}

.cg-footer-newsletter__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cg-footer-newsletter__form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cg-footer-newsletter__form input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
  transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
  width: 100%;
}

.cg-footer-newsletter__form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cg-footer-newsletter__form input:focus {
  border-color: #b1ff29;
  outline: none;
}

.cg-footer-newsletter__form input:focus-visible {
  outline: 2px solid #b1ff29;
  outline-offset: 4px;
}

.cg-footer-newsletter__form button {
  align-items: center;
  background: #b1ff29;
  border: 1px solid #b1ff29;
  border-radius: 4px;
  color: #000000;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  text-align: center;
  transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
  white-space: nowrap;
}

.cg-footer-newsletter__form button:hover,
.cg-footer-newsletter__form button:focus {
  background: #9eeb18;
  border-color: #9eeb18;
  color: #000000;
  transform: translateY(-2px);
}

.cg-footer-newsletter__form button:active {
  background: #8bd311;
  border-color: #8bd311;
}

.cg-footer-newsletter__form button:focus-visible {
  outline: 2px solid #b1ff29;
  outline-offset: 4px;
}

.cg-footer__divider {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 42px 0 38px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cg-footer__grid {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns:
    minmax(160px, 0.85fr)
    minmax(190px, 1fr)
    minmax(220px, 1fr)
    minmax(330px, 1.45fr);
  position: relative;
  z-index: 1;
}

.cg-footer__column {
  min-width: 0;
}

.cg-footer__column-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 24px;
  padding-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}

.cg-footer__column-title::after {
  background: #b1ff29;
  border-radius: 20px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}

.cg-footer__list,
.cg-footer__office-list,
.cg-footer__contact-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cg-footer__link,
.cg-footer__office-link,
.cg-footer__legal-link {
  color: rgba(255, 255, 255, 0.68);
  display: inline-flex;
  font-size: 15px;
  line-height: 1.6;
  min-height: 30px;
  text-decoration: none;
  transition: color 250ms ease, opacity 250ms ease, transform 250ms ease;
}

.cg-footer__link:hover,
.cg-footer__link:focus,
.cg-footer__office-link:hover,
.cg-footer__office-link:focus,
.cg-footer__legal-link:hover,
.cg-footer__legal-link:focus {
  color: #b1ff29;
  transform: translateX(3px);
}

.cg-footer__link--external {
  align-items: center;
  gap: 8px;
}

.cg-footer__external-mark {
  color: rgba(177, 255, 41, 0.82);
  font-size: 13px;
  line-height: 1;
}

.cg-footer__link--disabled,
.cg-footer__link--disabled:hover,
.cg-footer__link--disabled:focus {
  color: rgba(255, 255, 255, 0.42);
  cursor: not-allowed;
  opacity: 0.72;
  pointer-events: none;
  transform: none;
}

.cg-footer__office-link {
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.cg-footer__office-city {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.cg-footer__office-name {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.45;
}

.cg-footer__office-badge {
  border: 1px solid rgba(177, 255, 41, 0.34);
  border-radius: 999px;
  color: #b1ff29;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.cg-footer__contact-list {
  gap: 14px;
}

.cg-footer__contact-list li {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 15px;
  gap: 12px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.6;
}

.cg-footer__contact-list i {
  color: #b1ff29;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.cg-footer__contact-list a,
.cg-footer__directions {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 250ms ease;
  word-break: normal;
}

.cg-footer__address {
  display: grid;
  gap: 3px;
}

.cg-footer__address-text {
  display: grid;
  gap: 3px;
}

.cg-footer__email,
.cg-footer__phone {
  overflow-wrap: normal;
  white-space: nowrap;
}

.cg-footer__contact-list a:hover,
.cg-footer__contact-list a:focus {
  color: #b1ff29;
}

.cg-footer__directions {
  align-items: center;
  border: 1px solid rgba(177, 255, 41, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 12px;
  gap: 6px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  padding: 8px 11px;
  text-transform: uppercase;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
  width: fit-content;
}

.cg-footer__directions:hover,
.cg-footer__directions:focus {
  background: #b1ff29;
  border-color: #b1ff29;
  color: #000000;
  transform: translateX(2px);
}

.cg-footer__bottom {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.cg-footer__bottom-inner {
  align-items: center;
  display: grid;
  gap: 10px 22px;
  grid-template-columns: 1fr auto 1fr;
}

.cg-footer__copyright,
.cg-footer__legal-text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.cg-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}

.cg-footer__legal-link {
  font-size: 14px;
  min-height: 24px;
}

.cg-footer__credit {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: right;
}

.cg-footer__credit a {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  font-weight: 500;
  gap: 6px;
  text-decoration: none;
  transition: color 200ms ease;
}

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

.cg-footer__logo-link:focus-visible,
.cg-footer__social-link:focus-visible,
.cg-footer__link:focus-visible,
.cg-footer__office-link:focus-visible,
.cg-footer__contact-list a:focus-visible,
.cg-footer__directions:focus-visible,
.cg-footer__legal-link:focus-visible,
.cg-footer__credit a:focus-visible {
  outline: 2px solid #b1ff29;
  outline-offset: 4px;
}

@media (min-width: 1200px) {
  .cg-footer__description,
  .cg-footer-newsletter__description {
    text-align: justify;
    text-justify: inter-word;
  }
}

@media (max-width: 1199px) {
  .cg-footer__main {
    padding: 56px 0 50px;
  }

  .cg-footer__logo {
    max-width: 230px;
  }

  .cg-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .cg-footer-newsletter__body {
    gap: 22px;
  }
}

@media (max-width: 991px) {
  .cg-footer__brand-row {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr);
  }

  .cg-footer__top-actions {
    justify-items: start;
    width: min(100%, 680px);
  }

  .cg-footer__socials {
    justify-content: flex-start;
  }

  .cg-footer-newsletter {
    max-width: 680px;
  }

  .cg-footer-newsletter::after {
    opacity: 0.024;
    right: 4px;
  }

  .cg-footer-newsletter__title::after {
    left: 0;
    right: auto;
  }

  .cg-footer-newsletter__description {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .cg-footer .trucker__container {
    width: min(100% - 32px, 1410px);
  }

  .cg-footer__main {
    padding: 48px 0 44px;
  }

  .cg-footer__brand-row {
    gap: 34px;
  }

  .cg-footer__logo {
    max-width: 205px;
  }

  .cg-footer-newsletter__form {
    grid-template-columns: 1fr;
  }

  .cg-footer-newsletter__body {
    gap: 20px;
  }

  .cg-footer-newsletter__header {
    grid-template-columns: 1fr;
  }

  .cg-footer-newsletter__title {
    white-space: normal;
  }

  .cg-footer-newsletter__form button {
    width: 100%;
  }

  .cg-footer__divider {
    margin: 36px 0 34px;
  }

  .cg-footer__grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .cg-footer__email,
  .cg-footer__phone {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .cg-footer__bottom-inner {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .cg-footer__legal {
    justify-content: flex-start;
  }

  .cg-footer__credit {
    text-align: left;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cg-footer__social-link,
  .cg-footer-newsletter__form input,
  .cg-footer-newsletter__form button,
  .cg-footer__link,
  .cg-footer__office-link,
  .cg-footer__legal-link,
  .cg-footer__credit a,
  .cg-footer__contact-list a,
  .cg-footer__directions {
    transition: none;
  }

  .cg-footer__social-link:hover,
  .cg-footer__social-link:focus,
  .cg-footer-newsletter__form button:hover,
  .cg-footer-newsletter__form button:focus,
  .cg-footer__link:hover,
  .cg-footer__link:focus,
  .cg-footer__office-link:hover,
  .cg-footer__office-link:focus,
  .cg-footer__legal-link:hover,
  .cg-footer__legal-link:focus {
    transform: none;
  }
}

/* Global UI: Continental loader and scroll progress */
#trucker__preloader.cg-site-loader {
  align-items: center;
  background: #ffffff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 100vh;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 360ms ease, visibility 360ms ease;
  visibility: visible;
  width: 100%;
  z-index: 999999;
}

#trucker__preloader.cg-site-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.cg-site-loader__mark {
  align-items: center;
  display: grid;
  gap: 22px;
  justify-items: center;
  position: relative;
}

.cg-site-loader__mark::before {
  border: 1px solid rgba(10, 10, 10, 0.08);
  content: "";
  height: 74px;
  position: absolute;
  right: -34px;
  top: -22px;
  width: 132px;
}

.cg-site-loader__logo {
  display: block;
  height: auto;
  max-height: 82px;
  max-width: min(280px, 72vw);
  object-fit: contain;
  position: relative;
  width: auto;
  z-index: 1;
}

.cg-site-loader__line {
  background: rgba(10, 10, 10, 0.08);
  display: block;
  height: 3px;
  overflow: hidden;
  position: relative;
  width: min(220px, 58vw);
}

.cg-site-loader__line::after {
  animation: cgLoaderLine 620ms ease-in-out infinite;
  background: #b1ff29;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 46%;
}

.cg-site-loader__block {
  background: #b1ff29;
  height: 12px;
  opacity: 0.9;
  position: absolute;
  right: -8px;
  top: 36px;
  width: 42px;
}

@keyframes cgLoaderLine {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(240%);
  }
}

.scroll-up {
  align-items: center;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  bottom: 30px;
  box-shadow: 0 10px 26px rgba(10, 10, 10, 0.18), inset 0 0 0 2px rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 24px;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease, background 260ms ease, border-color 260ms ease;
  visibility: hidden;
  width: 52px;
  z-index: 99;
}

.scroll-up::after {
  color: #ffffff;
  content: "\f062";
  cursor: pointer;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
  font-weight: 300;
  height: auto;
  left: auto;
  line-height: 1;
  position: static;
  text-align: center;
  top: auto;
  transition: color 260ms ease;
  width: auto;
  z-index: 1;
}

.scroll-up:hover,
.scroll-up:focus-visible {
  background: #151515;
  border-color: #b1ff29;
}

.scroll-up:focus-visible {
  outline: 3px solid rgba(177, 255, 41, 0.78);
  outline-offset: 4px;
}

.scroll-up svg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: #b1ff29;
  stroke-linecap: round;
  stroke-width: 4px;
  transition: stroke-dashoffset 80ms linear;
}

.scroll-up::before {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  inset: 5px;
  pointer-events: none;
  position: absolute;
}

.scroll-up.active-scroll {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-up {
    bottom: 20px;
    height: 48px;
    right: 18px;
    width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #trucker__preloader.cg-site-loader,
  .cg-site-loader__line::after,
  .scroll-up,
  .scroll-up::after,
  .scroll-up svg.scroll-circle path {
    animation: none;
    transition: none;
  }

  .cg-site-loader__line::after {
    transform: none;
  }
}
