.cg-contact-page {
  background: #ffffff;
  color: #151515;
  overflow-x: clip;
}

.cg-contact-page .trucker__container {
  max-width: 1180px;
}

.cg-contact-eyebrow {
  color: #0a0a0a;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.cg-contact-eyebrow::before {
  background: #b1ff29;
  content: "";
  display: inline-block;
  height: 3px;
  width: 38px;
}

.cg-contact-section-title {
  color: #0a0a0a;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  max-width: 680px;
}

.cg-contact-intro {
  padding: 112px 0 84px;
  position: relative;
}

.cg-contact-intro::before {
  background:
    linear-gradient(90deg, rgba(177, 255, 41, .08), rgba(177, 255, 41, 0)),
    linear-gradient(180deg, rgba(10, 10, 10, .025), rgba(10, 10, 10, 0));
  content: "";
  height: 150px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 72px;
  width: min(26vw, 360px);
}

.cg-contact-intro__layout {
  align-items: start;
  display: grid;
  gap: clamp(40px, 5vw, 64px);
  grid-template-columns: minmax(0, .52fr) minmax(380px, .48fr);
  position: relative;
  z-index: 1;
}

.cg-contact-intro .cg-contact-section-title {
  font-size: clamp(36px, 3.6vw, 52px);
  max-width: 720px;
}

.cg-contact-intro__copy {
  color: #5d6678;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 28px;
  max-width: 560px;
}

.cg-contact-intro__copy p {
  margin: 0;
}

.cg-contact-intro__copy p + p {
  margin-top: 18px;
}

.cg-contact-intro__details {
  border-left: 1px solid #e2e5de;
  display: grid;
  gap: 0;
  padding-left: clamp(28px, 4vw, 58px);
}

.cg-contact-detail {
  align-items: center;
  border-bottom: 1px solid #e2e5de;
  display: grid;
  gap: 18px;
  grid-template-columns: 48px 1fr;
  min-height: 104px;
  padding: 22px 0;
  transition: transform 240ms ease;
}

.cg-contact-detail:hover {
  transform: translateX(2px);
}

.cg-contact-detail:first-child {
  border-top: 1px solid #e2e5de;
}

.cg-contact-detail__icon {
  align-items: center;
  background: #0a0a0a;
  color: #b1ff29;
  display: flex;
  flex: 0 0 48px;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  transition: background 240ms ease, color 240ms ease;
  width: 48px;
}

.cg-contact-detail__icon i {
  align-items: center;
  color: currentColor;
  display: flex;
  font-size: 20px;
  height: 1em;
  justify-content: center;
  line-height: 1;
  width: 1em;
}

.cg-contact-detail:hover .cg-contact-detail__icon {
  background: #151515;
  color: #ffffff;
}

.cg-contact-detail__label {
  color: #5d6678;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.cg-contact-detail > div a,
.cg-contact-detail > div span,
.cg-contact-detail > div strong {
  color: #151515;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.cg-contact-detail a {
  text-decoration: none;
  transition: color 250ms ease;
}

.cg-contact-detail a:hover,
.cg-contact-detail a:focus-visible {
  color: #8bd311;
}

.cg-contact-intro__whatsapp {
  align-items: center;
  background: #b1ff29;
  color: #000000;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
  min-height: 52px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background 250ms ease, transform 250ms ease;
  width: fit-content;
}

.cg-contact-intro__whatsapp:hover,
.cg-contact-intro__whatsapp:focus-visible {
  background: #9eeb18;
  color: #000000;
  transform: translateY(-2px);
}

.cg-contact-offices {
  background: linear-gradient(180deg, #f7f8f4 0%, #ffffff 100%);
  padding: 92px 0 96px;
  position: relative;
}

.cg-contact-offices::before {
  background: rgba(10, 10, 10, .12);
  border: 0;
  content: "";
  height: 1px;
  pointer-events: none;
  position: absolute;
  right: clamp(22px, 6vw, 96px);
  top: 104px;
  width: 150px;
}

.cg-contact-offices::after {
  background: #b1ff29;
  content: "";
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: clamp(34px, 8vw, 126px);
  top: 98px;
  width: 46px;
}

.cg-contact-offices__header {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.cg-contact-offices__header p:not(.cg-contact-eyebrow) {
  color: #5d6678;
  font-size: 17px;
  line-height: 1.7;
  margin: 24px 0 0;
}

.cg-contact-office-selector {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
  position: relative;
  z-index: 1;
}

.cg-contact-office-option {
  align-items: start;
  background: #ffffff;
  border: 1px solid #e2e5de;
  color: #151515;
  cursor: pointer;
  display: grid;
  gap: 10px;
  min-height: 104px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: left;
  transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.cg-contact-office-option::before {
  background: #b1ff29;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
  width: 100%;
}

.cg-contact-office-option:hover,
.cg-contact-office-option:focus-visible {
  border-color: rgba(177, 255, 41, .9);
  box-shadow: 0 16px 36px rgba(10, 10, 10, .08);
  transform: translateY(-2px);
}

.cg-contact-office-option:focus-visible,
.cg-contact-intro__whatsapp:focus-visible,
.cg-contact-office-panel__directions:focus-visible,
.cg-contact-form__submit:focus-visible,
.cg-contact-form-section__notice a:focus-visible,
.cg-contact-cta__button:focus-visible,
.cg-contact-confirmation__button:focus-visible,
.cg-contact-office-fallback__item a:focus-visible {
  outline: 3px solid rgba(177, 255, 41, .85);
  outline-offset: 4px;
}

.cg-contact-office-option.is-active {
  background: rgba(177, 255, 41, .07);
  border-color: #b1ff29;
  box-shadow: 0 16px 34px rgba(10, 10, 10, .075);
}

.cg-contact-office-option.is-active::before {
  transform: scaleX(1);
}

.cg-contact-office-option.is-active .cg-contact-office-option__city {
  font-weight: 800;
}

.cg-contact-office-option__indicator {
  background: #b1ff29;
  display: block;
  height: 4px;
  width: 34px;
}

.cg-contact-office-option__city {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.cg-contact-office-option__badge {
  color: #5d6678;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cg-contact-office-panel {
  background: #ffffff;
  border: 1px solid #e2e5de;
  box-shadow: 0 20px 58px rgba(10, 10, 10, .055);
  display: grid;
  grid-template-columns: minmax(290px, .37fr) minmax(0, .63fr);
  margin-top: 26px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cg-contact-office-panel__info {
  align-content: start;
  display: grid;
  gap: 24px;
  padding: clamp(32px, 4vw, 48px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.cg-contact-office-panel__info.is-switching,
.cg-contact-office-panel__map.is-switching {
  opacity: .25;
  transform: translateY(8px);
}

.cg-contact-office-panel__kicker {
  color: #8bd311;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cg-contact-office-panel__info h3 {
  color: #0a0a0a;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.cg-contact-office-panel__info dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.cg-contact-office-panel__info dt {
  color: #5d6678;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cg-contact-office-panel__info dd {
  color: #151515;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.cg-contact-office-panel__info dd a {
  color: #151515;
  font-weight: 700;
  text-decoration: none;
}

.cg-contact-office-panel__directions {
  align-items: center;
  border: 1px solid #151515;
  color: #151515;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
  width: fit-content;
}

.cg-contact-office-panel__directions:hover,
.cg-contact-office-panel__directions:focus-visible {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffffff;
}

.cg-contact-office-panel__map {
  background: #e9ece5;
  min-height: 420px;
  transition: opacity 240ms ease, transform 240ms ease;
}

.cg-contact-office-panel__map iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 420px;
  width: 100%;
}

.cg-contact-office-fallback {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.cg-contact-js .cg-contact-office-fallback {
  display: none;
}

.cg-contact-office-fallback__item {
  border-left: 3px solid #b1ff29;
  padding: 12px 0 12px 16px;
}

.cg-contact-office-fallback__item h3 {
  font-size: 18px;
  margin: 0 0 8px;
}

.cg-contact-office-fallback__item p {
  color: #5d6678;
  line-height: 1.6;
  margin: 0 0 8px;
}

.cg-contact-office-fallback__item a {
  color: #151515;
  font-weight: 700;
}

.cg-contact-form-section {
  padding: 104px 0 0;
}

.cg-contact-form-section__layout {
  display: grid;
  gap: clamp(38px, 5vw, 72px);
  grid-template-columns: minmax(280px, .36fr) minmax(0, .64fr);
}

.cg-contact-form-section__intro {
  max-width: 420px;
}

.cg-contact-form-section__intro p:not(.cg-contact-eyebrow) {
  color: #5d6678;
  font-size: 17px;
  line-height: 1.75;
  margin: 24px 0 0;
}

.cg-contact-form-section__notice {
  background: #ffffff;
  border: 1px solid #e2e5de;
  border-left: 3px solid #b1ff29;
  color: #5d6678;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 18px 22px;
}

.cg-contact-form-section__notice a {
  color: #151515;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  margin-top: 8px;
  text-decoration: none;
  transition: color 240ms ease;
}

.cg-contact-form-section__notice a i {
  transition: transform 250ms ease;
}

.cg-contact-form-section__notice a:hover i,
.cg-contact-form-section__notice a:focus-visible i {
  transform: translateX(3px);
}

.cg-contact-form-section__notice a:hover,
.cg-contact-form-section__notice a:focus-visible {
  color: #5d7f00;
}

.cg-contact-form {
  background: #ffffff;
  border: 1px solid #e2e5de;
  box-shadow: 0 20px 58px rgba(10, 10, 10, .065);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(28px, 4vw, 44px);
}

.cg-contact-form__status {
  color: #5d6678;
  display: none;
  font-size: 15px;
  grid-column: 1 / -1;
  line-height: 1.6;
  padding: 14px 16px;
}

.cg-contact-form__status.is-visible {
  background: #f7f8f4;
  border-left: 3px solid #b1ff29;
  display: block;
}

.cg-contact-form__trap {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.cg-contact-form__field {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.cg-contact-form__field--full {
  grid-column: 1 / -1;
}

.cg-contact-form__field span,
.cg-contact-form__consent span {
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.4;
}

.cg-contact-form__field input,
.cg-contact-form__field select,
.cg-contact-form__field textarea {
  background: #ffffff;
  border: 1px solid #dfe4dc;
  color: #151515;
  font-size: 16px;
  min-height: 52px;
  padding: 13px 16px;
  transition: background 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
  width: 100%;
}

.cg-contact-form__field select {
  appearance: auto;
  line-height: 1.35;
  min-width: 0;
  overflow: visible;
  padding-right: 42px;
  text-overflow: clip;
  white-space: normal;
}

.cg-contact-form__field textarea {
  min-height: 158px;
  resize: vertical;
}

.cg-contact-form__field input:focus,
.cg-contact-form__field select:focus,
.cg-contact-form__field textarea:focus {
  background: #fbfff3;
  border-color: #b1ff29;
  box-shadow: 0 0 0 3px rgba(177, 255, 41, .25);
  outline: 0;
}

.cg-contact-form__field.has-error input,
.cg-contact-form__field.has-error select,
.cg-contact-form__field.has-error textarea,
.cg-contact-form__consent.has-error input {
  border-color: #9a3412;
  box-shadow: 0 0 0 3px rgba(154, 52, 18, .12);
}

.cg-contact-form__error {
  color: #9a3412;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.cg-contact-form__consent {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px 1fr;
  margin-top: 2px;
  padding-top: 2px;
}

.cg-contact-form__consent input {
  accent-color: #8bd311;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.cg-contact-form__consent .cg-contact-form__error {
  grid-column: 1 / -1;
}

.cg-contact-form__submit {
  align-items: center;
  background: #b1ff29;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  margin-top: 8px;
  padding: 15px 26px;
  transition: background 250ms ease, transform 250ms ease;
  width: fit-content;
}

.cg-contact-form__submit i {
  transition: transform 250ms ease;
}

.cg-contact-form__submit:hover,
.cg-contact-form__submit:focus-visible {
  background: #9eeb18;
  transform: translateY(-2px);
}

.cg-contact-form__submit:hover i,
.cg-contact-form__submit:focus-visible i {
  transform: translateX(3px);
}

.cg-contact-form__submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.cg-contact-confirmation {
  padding: 104px 0 0;
  scroll-margin-top: 140px;
}

.cg-contact-confirmation__inner {
  background: #ffffff;
  border: 1px solid #e2e5de;
  box-shadow: 0 20px 58px rgba(10, 10, 10, .065);
  margin: 0 auto;
  max-width: 820px;
  padding: clamp(34px, 5vw, 58px);
  text-align: center;
}

.cg-contact-confirmation__icon {
  align-items: center;
  background: #0a0a0a;
  color: #b1ff29;
  display: inline-flex;
  font-size: 24px;
  height: 62px;
  justify-content: center;
  margin-bottom: 24px;
  width: 62px;
}

.cg-contact-confirmation .cg-contact-eyebrow {
  justify-content: center;
}

.cg-contact-confirmation .cg-contact-section-title {
  margin-left: auto;
  margin-right: auto;
}

.cg-contact-confirmation__inner p:not(.cg-contact-eyebrow) {
  color: #5d6678;
  font-size: 17px;
  line-height: 1.75;
  margin: 24px auto 0;
  max-width: 620px;
}

.cg-contact-confirmation__code {
  background: #f7f8f4;
  border-left: 3px solid #b1ff29;
  display: grid;
  gap: 6px;
  margin: 30px auto 0;
  max-width: 360px;
  padding: 18px 20px;
  text-align: left;
}

.cg-contact-confirmation__code span {
  color: #5d6678;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cg-contact-confirmation__code strong {
  color: #151515;
  font-size: 20px;
  font-weight: 800;
}

.cg-contact-confirmation__button {
  align-items: center;
  background: #b1ff29;
  color: #000000;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  margin-top: 30px;
  min-height: 54px;
  padding: 15px 26px;
  text-decoration: none;
  transition: background 250ms ease, transform 250ms ease;
}

.cg-contact-confirmation__button:hover,
.cg-contact-confirmation__button:focus-visible {
  background: #9eeb18;
  color: #000000;
  transform: translateY(-2px);
}

.cg-contact-cta {
  margin-top: 78px;
  padding: 0 0 96px;
}

.cg-contact-cta__inner {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(177, 255, 41, .1), rgba(177, 255, 41, 0) 38%),
    #0a0a0a;
  color: #ffffff;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  padding: clamp(34px, 5vw, 56px);
  position: relative;
}

.cg-contact-cta__inner::after {
  background: rgba(255, 255, 255, .14);
  border: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 48px;
  top: 44px;
  width: 136px;
}

.cg-contact-cta__inner::before {
  background: #b1ff29;
  content: "";
  height: 12px;
  position: absolute;
  right: 76px;
  top: 38px;
  width: 42px;
}

.cg-contact-cta__line {
  background: #b1ff29;
  display: block;
  height: 4px;
  left: clamp(34px, 5vw, 56px);
  position: absolute;
  top: 0;
  width: 92px;
}

.cg-contact-cta__content {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.cg-contact-cta__eyebrow {
  color: #b1ff29;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cg-contact-cta__content h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.cg-contact-cta__content p {
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.7;
  margin: 18px 0 0;
}

.cg-contact-cta__button {
  align-items: center;
  background: #b1ff29;
  color: #000000;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  position: relative;
  text-decoration: none;
  transition: background 250ms ease, transform 250ms ease;
  white-space: nowrap;
  z-index: 1;
}

.cg-contact-cta__button i {
  transition: transform 250ms ease;
}

.cg-contact-cta__button:hover,
.cg-contact-cta__button:focus-visible {
  background: #9eeb18;
  color: #000000;
  transform: translateY(-2px);
}

.cg-contact-cta__button:hover i,
.cg-contact-cta__button:focus-visible i {
  transform: translateX(3px);
}

.cg-contact-reveal-ready [data-cg-contact-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.cg-contact-reveal-ready [data-cg-contact-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1200px) {
  .cg-contact-intro__copy {
    text-align: justify;
  }
}

@media (max-width: 1199px) {
  .cg-contact-intro__layout,
  .cg-contact-form-section__layout {
    grid-template-columns: 1fr;
  }

  .cg-contact-intro__details {
    border-left: 0;
    padding-left: 0;
  }

  .cg-contact-office-panel {
    grid-template-columns: 1fr;
  }

  .cg-contact-office-panel__map,
  .cg-contact-office-panel__map iframe {
    min-height: 360px;
  }
}

@media (max-width: 1023px) {
  .cg-contact-intro {
    padding: 88px 0 70px;
  }

  .cg-contact-offices {
    padding: 78px 0 80px;
  }

  .cg-contact-office-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cg-contact-form-section {
    padding-top: 82px;
  }

  .cg-contact-cta {
    margin-top: 60px;
    padding-bottom: 80px;
  }

  .cg-contact-cta__inner {
    grid-template-columns: 1fr;
  }

  .cg-contact-cta__button {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .cg-contact-confirmation {
    scroll-margin-top: 92px;
  }

  .cg-contact-section-title {
    font-size: clamp(30px, 10vw, 40px);
  }

  .cg-contact-intro {
    padding: 72px 0 58px;
  }

  .cg-contact-detail {
    grid-template-columns: 44px 1fr;
  }

  .cg-contact-detail__icon {
    height: 44px;
    width: 44px;
  }

  .cg-contact-office-selector,
  .cg-contact-form {
    grid-template-columns: 1fr;
  }

  .cg-contact-office-option {
    min-height: 88px;
  }

  .cg-contact-office-panel__map,
  .cg-contact-office-panel__map iframe {
    min-height: 300px;
  }

  .cg-contact-form-section {
    padding-top: 70px;
  }

  .cg-contact-form__field--full,
  .cg-contact-form__status {
    grid-column: auto;
  }

  .cg-contact-form__submit,
  .cg-contact-confirmation__button,
  .cg-contact-cta__button,
  .cg-contact-intro__whatsapp {
    width: 100%;
  }

  .cg-contact-cta {
    margin-top: 48px;
    padding-bottom: 68px;
  }

  .cg-contact-cta__inner::after {
    display: none;
  }
}

@media (max-width: 430px) {
  .cg-contact-form,
  .cg-contact-office-panel__info,
  .cg-contact-cta__inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cg-contact-detail a,
  .cg-contact-detail span,
  .cg-contact-detail strong {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cg-contact-reveal-ready [data-cg-contact-reveal],
  .cg-contact-reveal-ready [data-cg-contact-reveal].is-revealed,
  .cg-contact-office-panel__info,
  .cg-contact-office-panel__map,
  .cg-contact-form-section__notice a i,
  .cg-contact-form__submit,
  .cg-contact-form__submit i,
  .cg-contact-cta__button,
  .cg-contact-cta__button i,
  .cg-contact-confirmation__button,
  .cg-contact-detail,
  .cg-contact-intro__whatsapp,
  .cg-contact-office-option,
  .cg-contact-office-option::before {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
