/*! 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;
}

.Iq7UTqLND6 {
  padding: 12rem 0 6rem;
  position: relative;
  overflow: hidden;
  background-image: url("beds/fonw3365cb.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.Iq7UTqLND6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 42, 29, 0.4);
  z-index: 1;
}

.Iq7UTqLND6 .qjAU9Q1TGAEW {
  position: relative;
  z-index: 2;
}

.Iq7UTqLND6 .fUQbgodFHfV,
.Iq7UTqLND6 .B6KzPj3nT5kq7 {
  color: var(--white);
}

.Iq7UTqLND6 .sRfJD6GM3Q45t {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 2rem auto;
  opacity: 0.95;
}

.LfgxmxvJPpK {
  position: relative;
  z-index: 2;
}

.q4AocnCTSFHTt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
  margin: 4rem 0;
}

.LfgxmxvJPpK {
  position: relative;
  background-color: var(--primary-color);
  padding: 3rem 2rem;
  border-radius: 0 30px 0 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(4, 42, 29, 0.2);
}

.LfgxmxvJPpK::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--white), var(--accent-color));
  border-radius: 0 6px 0 0;
}

.BP4KcFMpn {
  font-size: 4.2rem;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: "Gerru Bold", sans-serif;
  position: relative;
  display: inline-block;
}

.BP4KcFMpn::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 2px;
  background-color: var(--white);
  opacity: 0.3;
}

.LfgxmxvJPpK p {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: 200px;
  margin: 0 auto;
  opacity: 0.9;
}

.XdRTrG49H9v2u {
  padding: 6rem 0;
  background-color: var(--white);
}

.NepLYtzqKVb4m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
  margin: 6rem 0;
  position: relative;
}

.NepLYtzqKVb4m::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 80%;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--accent-color),
    transparent
  );
  transform: translate(-50%, -50%);
}

.ghU2h9ttqVq0ph {
  position: relative;
  padding: 3rem 3rem 3rem 8rem;
}

.ghU2h9ttqVq0ph:nth-child(even) {
  padding: 3rem 8rem 3rem 3rem;
  text-align: right;
}

.ISI2dsf446GYNN {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  background-color: var(--white);
  border: 2px solid var(--primary-color);
  border-radius: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--primary-color);
}

.ghU2h9ttqVq0ph:nth-child(even) .ISI2dsf446GYNN {
  left: auto;
  right: 0;
}

.ghU2h9ttqVq0ph h3 {
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  position: relative;
}

.ghU2h9ttqVq0ph h3::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: var(--accent-color);
}

.ghU2h9ttqVq0ph:nth-child(even) h3::after {
  left: auto;
  right: 0;
}

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

.ghU2h9ttqVq0ph::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6rem;
  width: 2rem;
  height: 2px;
  background-color: var(--accent-color);
  transform: translateY(-50%);
}

.ghU2h9ttqVq0ph:nth-child(even)::before {
  left: auto;
  right: 6rem;
}

@media (max-width: 992px) {
  .NepLYtzqKVb4m {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .NepLYtzqKVb4m::before {
    width: 80%;
    height: 2px;
    background: linear-gradient(
      to right,
      transparent,
      var(--accent-color),
      transparent
    );
  }

  .ghU2h9ttqVq0ph,
  .ghU2h9ttqVq0ph:nth-child(even) {
    padding: 8rem 3rem 3rem 3rem;
    text-align: left;
  }

  .ISI2dsf446GYNN {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }

  .ghU2h9ttqVq0ph:nth-child(even) .ISI2dsf446GYNN {
    left: 50%;
    right: auto;
  }

  .ghU2h9ttqVq0ph h3::after,
  .ghU2h9ttqVq0ph:nth-child(even) h3::after {
    left: 0;
    right: auto;
  }

  .ghU2h9ttqVq0ph::before,
  .ghU2h9ttqVq0ph:nth-child(even)::before {
    left: 50%;
    top: 6rem;
    width: 2px;
    height: 2rem;
    transform: translateX(-50%);
  }
}

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

.k1NKx5Eo5J {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}

.y6c3E5a8mSJ {
  flex: 1;
  min-width: 280px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.GkZ3dhV4LGfUfH {
  position: relative;
}

.XjLarZKPnGC {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0 15px 0 15px;
}

.GkZ3dhV4LGfUfH img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.UIO7jkH34 {
  margin-top: 3rem;
}

.DYh8FoQUVE4 {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: var(--white);
  border-radius: 0 15px 0 15px;
}

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

.iZ70BfGvY {
  font-size: 2.4rem;
  color: var(--accent-color);
}

.CgG0UBhfp1 {
  padding: 6rem 0;
  background-color: var(--white);
}

.uCqbUFiPsfFuMi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}

.KDV7xAPtgFCF {
  padding: 3rem;
  background-color: var(--light-bg);
  border-radius: 0 30px 0 30px;
}

.GlFxZXCnniG71Nv {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.feNpHs8BuJXT {
  font-size: 2.4rem;
  color: var(--accent-color);
}

.eXtAze4bbf96 {
  margin-top: 2rem;
}

.vv1o7oxsA6Iiah9 {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.ViYV2H9SmoO {
  width: 3rem;
  height: 3rem;
  background-color: var(--accent-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}

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

.F1r1UxCqsq {
  margin-top: 4rem;
}

.a4ZgOmkTT {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4rem;
  position: relative;
}

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

.XWPPozxZA {
  flex: 2;
  min-width: 280px;
  padding: 3rem;
  background-color: var(--white);
  border-radius: 0 30px 0 30px;
}

.iTHlPIQXWA {
  width: 4rem;
  height: 4rem;
  background-color: var(--accent-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.QtywWGyk6MMC1 {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.S7VslgOkZjv {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}

.QtywWGyk6MMC1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs34pjK5v3 {
  padding: 6rem 0;
  background-color: var(--white);
}

.hqaXmgZK1Vk {
  max-width: 800px;
  margin: 4rem auto;
}

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

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

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

.cfvtaDoh4mO {
  font-size: 1.4rem;
  line-height: 1.6;
}

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

  .LfgxmxvJPpK {
    padding: 2rem;
  }

  .BP4KcFMpn {
    font-size: 3.6rem;
  }

  .NepLYtzqKVb4m,
  .uCqbUFiPsfFuMi {
    gap: 2rem;
  }

  .y6c3E5a8mSJ {
    grid-template-columns: 1fr;
  }

  .a4ZgOmkTT {
    gap: 2rem;
  }
}
