:root {
  --bg: #FFFFFF;
  --text: #222222;
  --accent: #3A7D44;
  --sand: #F4F1EA;
  --band: #f0f9f4;
  --squircle: 20px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  color: var(--text);
  background: var(--bg);
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}


.c-3e1cf3-5809b4cd {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.c-3e1cf3-dd91aed3 {
  background-color: var(--band);
}

.c-3e1cf3-b5d42089 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 max(5vw, 20px);
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--squircle);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}


img.c-3e1cf3-f2897ace {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 1.5rem;
}

.c-3e1cf3-74bcb949 {
  background: var(--bg);
  padding: 1.5rem 0;
  border-bottom: 2px solid var(--sand);
  position: relative;
}

.c-3e1cf3-c987b0b2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-3e1cf3-363898f5 .c-3e1cf3-cbab2643 {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-3e1cf3-363898f5 a {
  text-decoration: none;
  color: var(--text);
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.c-3e1cf3-363898f5 a:hover {
  color: var(--accent);
}

.c-3e1cf3-363898f5 a.c-3e1cf3-0bb261e7,
.c-3e1cf3-b1d88595 a.c-3e1cf3-0bb261e7 {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-3e1cf3-363898f5 a.c-3e1cf3-0bb261e7:hover,
.c-3e1cf3-b1d88595 a.c-3e1cf3-0bb261e7:hover {
  color: var(--accent);
  opacity: 0.88;
}

.c-3e1cf3-5fd39c1d {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text);
  font-size: 1.2rem;
  text-transform: uppercase;

  flex-direction: row-reverse;
}

.c-3e1cf3-5fd39c1d svg {
  width: 32px;
  height: 32px;
  color: var(--accent);
}

.c-3e1cf3-c8e8c107 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  padding: 0.5rem;
}

.c-3e1cf3-c8e8c107 svg {
  width: 28px;
  height: 28px;
}

.c-3e1cf3-e37cef0a {
  display: none;
  background: var(--sand);
  padding: 1.5rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.c-3e1cf3-e37cef0a.c-3e1cf3-5e670796 {
  display: block;
}

.c-3e1cf3-b1d88595 {
  list-style: none;
  padding: 0 max(5vw, 20px);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-3e1cf3-b1d88595 a {
  text-decoration: none;
  color: var(--text);
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c-3e1cf3-363898f5 {
    display: none;
  }

  .c-3e1cf3-c8e8c107 {
    display: block;
  }

  .c-3e1cf3-c987b0b2 {
    flex-direction: row;
    justify-content: space-between;
  }

}

.c-3e1cf3-58111970 {
  background: var(--sand);
  padding: 5rem 0 2rem;
  color: var(--text);

}

.c-3e1cf3-d9619874 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.c-3e1cf3-3270f0fc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.c-3e1cf3-e9fe7d0b {
  max-width: 350px;
}

.c-3e1cf3-ddb5adea {
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.75rem;
  color: var(--text);
}

.c-3e1cf3-2bb7a469 {
  font-size: 1.125rem;
  opacity: 0.8;
  margin: 0;
}

.c-3e1cf3-b42bc9ea {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

.c-3e1cf3-d73d1185 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
  color: var(--accent);
}

.c-3e1cf3-f9364163,
.c-3e1cf3-654cd738 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-3e1cf3-f9364163 li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-3e1cf3-f9364163 svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
  flex-shrink: 0;
}

.c-3e1cf3-f9364163 a,
.c-3e1cf3-654cd738 a {
  text-decoration: none;
  color: var(--text);
  transition: color 0.3s ease;
  opacity: 0.9;
}

.c-3e1cf3-f9364163 a:hover,
.c-3e1cf3-654cd738 a:hover {
  color: var(--accent);
  opacity: 1;
}

.c-3e1cf3-007d9d10 {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.6;
}


.c-3e1cf3-8bac34dd {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.c-3e1cf3-646141fc {
  flex: 1;
}

.c-3e1cf3-3d3b7875 {
  background: var(--sand);
}

.c-3e1cf3-ac370f85 {
  color: var(--text);
}

.c-3e1cf3-2d057b9e {
  font-stretch: condensed;
  font-weight: 700;
}


.c-3e1cf3-efdc386d {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-3e1cf3-e5d216ea {
  max-width: 42rem;
  margin: 0 auto;
  background: var(--bg);
  border-radius: var(--squircle);
  padding: 2.5rem max(5vw, 1.5rem);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.c-3e1cf3-3d38b317 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--text);
  letter-spacing: 0.02em;
}

.c-3e1cf3-6e55fb8d {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 0 2rem;
  opacity: 0.88;
}

.c-3e1cf3-ae20d9ca {
  margin-top: 0.5rem;
}

.c-3e1cf3-800dcc7c {
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 1.75rem 0 0.75rem;
  color: var(--accent);
}

.c-3e1cf3-ae20d9ca:first-of-type .c-3e1cf3-800dcc7c {
  margin-top: 0;
}

.c-3e1cf3-2c4df8f1 {
  margin: 0 0 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.c-3e1cf3-28abd752 {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.c-3e1cf3-07c23956 {
  color: var(--accent);
  text-decoration: underline;
  font-weight: 700;
}

.c-3e1cf3-07c23956:hover {
  opacity: 0.85;
}

.c-3e1cf3-b49c8a23 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.c-3e1cf3-9d86ec0b {
  color: var(--text);
  text-decoration: underline;
  font-weight: 700;
  opacity: 0.85;
}

.c-3e1cf3-9d86ec0b:hover {
  color: var(--accent);
  opacity: 1;
}

.c-3e1cf3-1311d9ff {
  background: var(--accent);
  color: var(--bg);
  padding: 1rem 2rem;
  border-radius: var(--squircle);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(58, 125, 68, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

.c-3e1cf3-1311d9ff:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 125, 68, 0.4);
}

input,
select,
textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--squircle);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s;
  background: var(--bg);
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  max-width: none;
  padding: 0;
  border: none;
  background: transparent;
}

input.c-3e1cf3-467951ec {
  width: 1.35rem;
  height: 1.35rem;
  min-width: 1.35rem;
  flex-shrink: 0;
  accent-color: var(--accent);
  cursor: pointer;
  margin-top: 0.35rem;
}

.c-3e1cf3-0219dbc4 .c-3e1cf3-51f4b040 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.45;
}

.c-3e1cf3-0219dbc4 .c-3e1cf3-51f4b040 a {
  color: var(--accent);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c-3e1cf3-d94b9ab4\:grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .c-3e1cf3-d94b9ab4\:grid-cols3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .c-3e1cf3-d94b9ab4\:grid-cols4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .c-3e1cf3-e76578dc\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .c-3e1cf3-e76578dc\:grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}


.c-3e1cf3-42844186 {
  margin-top: 16px;
}

.c-3e1cf3-51e4b66f {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.c-3e1cf3-7b24d4fb {
  display: flex;
  gap: 10px;
  align-items: center;
}

.c-3e1cf3-9daa7a23 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}

.c-3e1cf3-054aff95 {
  display: block;
}

.c-3e1cf3-6e77fe29 {
  max-width: 520px;
}

.c-3e1cf3-5ecec3e4 {
  opacity: 0.9;
  font-size: 0.95em;
  line-height: 1.35;
}


.c-3e1cf3-f67a6c44 {
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.c-3e1cf3-20b25567 {
  width: 28px;
  height: 28px;
  display: inline-block;
  flex-shrink: 0
}

.c-3e1cf3-20b25567 * {
  vector-effect: non-scaling-stroke
}


a,
button {
  cursor: pointer;
  text-align: center;
}
