/* Contact page palette only. Preserve the existing structure and form behavior. */
:root {
  --tdl-contact-primary: #006039;
  --tdl-contact-primary-dark: #073326;
  --tdl-contact-primary-deep: #05251d;
  --tdl-contact-mint: #2fc28c;
  --tdl-contact-paper: #f4f3ee;
  --tdl-contact-ink: #25222a;
  --\1f3a8 -color--blue-600: #006039;
  --\1f3a8 -color--blue-800: #073326;
  --\1f3a8 -color--blue-950: #05251d;
  --\1f3a8 -color--blue-400: #0b4a35;
  --\1f3a8 -color--blue-200: #d5d5d2;
  --\1f3a8 -color--blue-50: #f2f1ec;
}

html,
body {
  background: var(--tdl-contact-paper);
}

html body .navbar {
  background: #fff !important;
}

html body .v1-common-hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 10%, rgba(47, 194, 140, 0.15), transparent 30%),
    linear-gradient(180deg, #fff 0%, var(--tdl-contact-paper) 100%) !important;
}

html body .v1-common-hero-section::before {
  position: absolute;
  inset: auto -15% -26% 42%;
  height: 62%;
  border-radius: 50%;
  background: rgba(0, 96, 57, 0.08);
  filter: blur(90px);
  content: "";
  pointer-events: none;
}

html body .v1-common-hero-section > .container {
  position: relative;
  z-index: 1;
}

html body .blue-600-text,
html body .text-link,
html body .tdl-contact-flow-note a {
  color: var(--tdl-contact-primary) !important;
}

html body .contact-hero-heading-div h1,
html body .contact-hero-heading-div .black-500-text,
html body #contact-form h2 {
  color: var(--tdl-contact-ink) !important;
}

html body .contact-hero-heading-div .black-500-text {
  background: linear-gradient(110deg, var(--tdl-contact-primary-dark), var(--tdl-contact-primary), #16845c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html body .contact-hero-paragraph {
  color: #55515a !important;
}

html body .contact-hero-image-div {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: var(--tdl-contact-primary-deep);
  box-shadow: 0 24px 58px rgba(5, 37, 29, 0.14);
}

html body .contact-hero-image {
  transition: transform 350ms ease;
}

html body .contact-hero-div:hover .contact-hero-image {
  transform: scale(1.015);
}

html body .contact-hero-image._01 {
  opacity: 0.2;
  filter: grayscale(1) sepia(0.2) hue-rotate(90deg) saturate(0.65);
}

html body .contact-hero-wrapper {
  background:
    radial-gradient(circle at 90% 15%, rgba(47, 194, 140, 0.24), transparent 35%),
    linear-gradient(145deg, rgba(5, 37, 29, 0.95), rgba(0, 96, 57, 0.9)) !important;
}

html body .contact-flag-icon svg path:first-child {
  fill: var(--tdl-contact-primary);
}

html body .contact-brand-logo {
  opacity: 0.92;
}

html body #contact-form.section {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 96, 57, 0.09), transparent 26%),
    linear-gradient(180deg, var(--tdl-contact-paper) 0%, #fff 100%) !important;
}

html body #contact-form .common-heading-div {
  position: relative;
  z-index: 1;
}

html body #contact-form .common-heading-div > .paragraph {
  color: #5d5962 !important;
}

html body #contact-form .contact-form-block {
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 1px solid rgba(0, 96, 57, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(5, 37, 29, 0.12);
}

/* The exported Webflow interaction can leave these invisible after navigation. */
html body #contact-form [data-w-id] {
  opacity: 1 !important;
  transform: none !important;
}

html body #contact-form .gray-950-text {
  color: var(--tdl-contact-ink) !important;
}

html body #contact-form .input,
html body #contact-form .w-input,
html body #contact-form .w-select {
  border-color: rgba(7, 51, 38, 0.2) !important;
  border-radius: 8px;
  background-color: #fafaf7 !important;
  color: var(--tdl-contact-ink) !important;
}

html body #contact-form textarea.input {
  min-height: 150px;
}

html body #contact-form .input:hover,
html body #contact-form .w-input:hover,
html body #contact-form .w-select:hover {
  border-color: rgba(0, 96, 57, 0.42) !important;
}

html body #contact-form .input:focus,
html body #contact-form .w-input:focus,
html body #contact-form .w-select:focus {
  border-color: var(--tdl-contact-primary) !important;
  box-shadow: 0 0 0 3px rgba(0, 96, 57, 0.13) !important;
  outline: 0;
}

html body .button,
html body [data-wf--button--variant="base"].button,
html body .contact-button {
  border-color: var(--tdl-contact-primary) !important;
  background-color: var(--tdl-contact-primary) !important;
}

html body .button:hover,
html body .button:focus-visible,
html body [data-wf--button--variant="base"].button:hover,
html body [data-wf--button--variant="base"].button:focus-visible,
html body .contact-button:hover,
html body .contact-button:focus-visible {
  border-color: var(--tdl-contact-primary-dark) !important;
  background-color: var(--tdl-contact-primary-dark) !important;
}

html body .button:focus-visible,
html body .contact-button:focus-visible,
html body .tdl-contact-flow-note a:focus-visible,
html body #contact-form .input:focus-visible,
html body #contact-form .w-input:focus-visible,
html body #contact-form .w-select:focus-visible {
  outline: 3px solid rgba(0, 96, 57, 0.25) !important;
  outline-offset: 3px;
}

html body .tdl-contact-flow-note {
  color: #55515a;
}

html body .tdl-contact-flow-note a:hover,
html body .tdl-contact-flow-note a:focus-visible {
  color: var(--tdl-contact-primary-dark) !important;
}

html body #contact-form .success-message {
  border: 1px solid rgba(47, 194, 140, 0.42);
  border-radius: 12px;
  background: var(--tdl-contact-primary-dark);
}

html body .footer {
  position: relative;
  z-index: 2;
  background: #000 !important;
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  html body #contact-form .contact-form-block {
    padding: 24px 18px;
    border-radius: 14px;
  }

  html body .contact-hero-image-div {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .contact-hero-image {
    transition: none;
  }
}
