/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: "Gerru Regular", Arial, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: "Gerru Regular", Arial, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Lato;
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

.text_center {
  text-align: center;
}

:root {
  --primary-color: #2c5530;
  --secondary-color: #8b9d77;
  --accent-color: #e6b17e;
  --text-color: #333333;
  --light-bg: #f5f5f5;
  --white: #ffffff;
  --container-width: 1300px;
}

body {
  font-family: "Gerru Regular", Arial, sans-serif;
  color: var(--text-color);
  min-width: 280px;
}

.qjAU9Q1TGAEW {
  width: 100%;
  max-width: var(--container-width);
  padding: 0 15px;
  margin: 0 auto;
}

.fUQbgodFHfV {
  font-family: "Gerru Bold", Arial, sans-serif;
  font-size: 3.6rem;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

.B6KzPj3nT5kq7 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  color: var(--secondary-color);
}

.sRfJD6GM3Q45t {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-color);
}

.T9AORBIzZU1d {
  display: inline-block;
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.T9AORBIzZU1d:hover {
  background-color: var(--secondary-color);
  transform: translateY(-2px);
}

.GWHJA1Sbkfp {
  display: inline-block;
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
  color: var(--white);
  background-color: transparent;
  border: 2px solid var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.GWHJA1Sbkfp:hover {
  background-color: var(--white);
  color: var(--primary-color);
  transform: translateY(-2px);
}

@font-face {
  font-family: "Gerru Regular";
  src: url("gerru_regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gerru Bold";
  src: url("gerru_bold.woff2") format("woff2");
  font-display: swap;
}

.pMqAKiIO5ebNQa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 1rem 0;
}

.DNNuqfNJXqgg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.CcDcjD2BeL8j {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}

.VOwuQ6ll0ZkjePT {
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 1rem 2rem;
}

.NgQJWhmDK {
  font-family: "Gerru Bold", Arial, sans-serif;
  font-size: 2.4rem;
  color: var(--white);
}

.VEXLvyjOkzkxdhN {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.KO5yQYCCz2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.WvchPIOqScC6vH {
  font-size: 1.4rem;
  color: var(--text-color);
  text-decoration: none;
}

.piNgN0eZip {
  margin-left: auto;
}

.HotH1NFGv7F8dh {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0;
}

.U12xPLklCcWv {
  position: relative;
}

.idRtEK9ZDJWr {
  display: block;
  font-size: 1.4rem;
  color: var(--text-color);
  text-decoration: none;
  padding: 1rem 2rem;
  background-color: var(--light-bg);
}

.U12xPLklCcWv:not(:last-child) .idRtEK9ZDJWr {
  border-right: 1px solid var(--white);
}

.sms9bAO7n1 {
  display: none;
  font-size: 2.4rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--primary-color);
}

.XBlSdyTg3MsQs {
  background-color: var(--light-bg);
  padding: 6rem 0 3rem;
  margin-top: 6rem;
  position: relative;
}

.aNo0qlTWsrJmJE {
  background-color: var(--primary-color);
  padding: 3rem;
  margin-bottom: 4rem;
  border-radius: 1rem;
}

.RNbGRzn61 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.d1aWbAligJ {
  color: var(--white);
  font-size: 2rem;
  max-width: 60rem;
}

.dwQmzEo68e3 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.phRnjiA2K {
  flex: 1;
  min-width: 280px;
}

.vfl0JtLxSjh2K {
  flex: 2;
  min-width: 320px;
}

.GwFDmIPXVV {
  display: inline-block;
  margin-bottom: 2rem;
}

.nrUwaXf9HujSni {
  font-family: "Gerru Bold", Arial, sans-serif;
  font-size: 3rem;
  color: var(--primary-color);
}

.tFQfI9T71 {
  font-size: 1.4rem;
  color: var(--text-color);
  margin-bottom: 2rem;
}

.yVWo9HZ5xxkp {
  color: var(--primary-color);
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--accent-color);
}

.FFZc9X82PubykZJ {
  list-style: none;
}

.oOT1udB6Y {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.HeibhF4jyu {
  color: var(--text-color);
  text-decoration: none;
  font-size: 1.4rem;
}

.TaDo9mCujG {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.gTZDjRSJbBtdT {
  color: var(--text-color);
  font-size: 1.4rem;
}

.A8n3LPaJha {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.mR5zoPyEEOvL2 {
  padding: 12rem 0 6rem;
  background-color: var(--light-bg);
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.I7c4HsvKtcYKiJ {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 4rem;
  border-radius: 0 30px 0 30px;
  text-align: center;
}

.DCiX2LogVaB {
  font-size: 6rem;
  margin-bottom: 2rem;
}

.VtuDjEPzWCjGx {
  margin: 3rem 0;
  padding: 2rem;
  background-color: var(--light-bg);
  border-radius: 0 15px 0 15px;
  text-align: left;
}

.AmIpZVvhuBq {
  margin: 2rem 0;
}

.UEjwDWNN2DBPobc {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.UEjwDWNN2DBPobc:last-child {
  margin-bottom: 0;
}

.UEjwDWNN2DBPobc span {
  font-size: 2rem;
  color: var(--accent-color);
}

.d7kIdfV94t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .VEXLvyjOkzkxdhN {
    display: none;
  }
}

@media (max-width: 768px) {
  .sms9bAO7n1 {
    display: block;
  }

  .piNgN0eZip {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: var(--white);
    padding: 2rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .piNgN0eZip.active {
    bottom: 0;
  }

  .HotH1NFGv7F8dh {
    width: 100%;
    flex-direction: column;
  }

  .idRtEK9ZDJWr {
    border: none;
    background: none;
    text-align: center;
  }

  .U12xPLklCcWv:not(:last-child) .idRtEK9ZDJWr {
    border-right: none;
    border-bottom: 1px solid var(--light-bg);
  }
}
.dMeLA8JunyLQh {
  margin-top: 2rem;
}

.Js7XESSD5Zm {
  margin-top: 0.5em;
}

.zoIPxO8k7FKvFl {
  padding: 12rem 0 6rem;
  background-color: var(--light-bg);
}

.tJPtcvO6ypOFX {
  max-width: 800px;
  margin: 4rem auto;
  background-color: var(--white);
  padding: 3rem;
  border-radius: 0 30px 0 30px;
}

.LXhJeALG5BO4i {
  margin-bottom: 4rem;
}

.LXhJeALG5BO4i:last-child {
  margin-bottom: 0;
}

.OkuWU6YyUWKhUB {
  font-size: 2.4rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
}

.Tl6IIfdgwfYSwa {
  margin: 2rem 0;
}

.nvFobyTCnbpt {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.nvFobyTCnbpt::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-color);
}

.adKh5hAOgWPWwX {
  background-color: var(--light-bg);
  padding: 2rem;
  border-radius: 0 15px 0 15px;
  margin-top: 3rem;
}

.qGFxPewEDnYx0E {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.r11RxiFFI {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.CVqLxLlmYP {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.CVqLxLlmYP span {
  font-size: 2rem;
  color: var(--accent-color);
}

.yD2fn2BGAT7c {
  margin-top: 3rem;
  font-style: italic;
  color: var(--secondary-color);
}

@media (max-width: 768px) {
  .tJPtcvO6ypOFX {
    padding: 2rem;
  }
}
