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

  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html {
  font-size: 1rem;

  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: #8b4513;
  --secondary-color: #daa520;
  --text-color: #333333;
  --light-bg: #fff8e7;
  --dark-bg: #2c1810;
  --accent-color: #d35400;
  --container-width: 1200px;
}

body {
  font-family: "Demaw Regular", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-color);
  min-width: 280px;
}

@font-face {
  font-family: "Demaw Regular";
  src: url("demaw_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Demaw Bold";
  src: url("demaw_bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.S5VgpjTRFeHQ {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.AiZsHHhLSDe {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 3.6rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
}

.AiZsHHhLSDe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--accent-color);
}

.euWFL7PEQ {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 4rem;
  color: var(--secondary-color);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sL3PSgQIfaHdFnX {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.TjBl3hFqEIVB {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  background-color: var(--accent-color);
  color: white;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.TjBl3hFqEIVB:hover {
  background-color: var(--primary-color);
}

.aiDek348pXWb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.DXv5WZN801i {
  width: 100%;
  max-width: 450px;
  height: auto;
}
.xZGOmtYW32G3 {
  background-color: var(--light-bg);
  padding: 2rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.NrgBgYEbK {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 1.8rem;
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.NrgBgYEbK:hover {
  color: var(--accent-color);
}

.DuYuFKlfwor9C {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.OF0jb7bCs {
  font-size: 1.4rem;
  color: var(--text-color);
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.OF0jb7bCs:hover {
  color: var(--accent-color);
}

.kiP6kzVKmv {
  color: var(--accent-color);
  font-weight: 700;
  border-bottom: 3px solid var(--accent-color);
  padding-bottom: 0.3rem;
}

.POoejlYTqKXz {
  background-color: var(--dark-bg);
  color: white;
  padding: 4rem 0 2rem;
}

.NpuoM4io5yd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}

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

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

.DeRQ8tJEO4hr44M {
  list-style: none;
}

.H4RUOET6JAeK {
  margin-bottom: 1rem;
}

.LAgzM3WbUQ {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.LAgzM3WbUQ:hover {
  color: var(--secondary-color);
}

.vJ2FSclprP1 {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

@media (max-width: 768px) {
  .AiZsHHhLSDe {
    font-size: 2.8rem;
  }

  .vPXPQbS14MmFAc3 {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .DuYuFKlfwor9C {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .NpuoM4io5yd {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nHYmgaybvC5YKVg {
    width: 100%;
  }
}

.r811wdAtzfo {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.oQ0DXHYqhlcx {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}

.oQ0DXHYqhlcx:nth-child(1) {
  top: 0;
}

.oQ0DXHYqhlcx:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.oQ0DXHYqhlcx:nth-child(3) {
  bottom: 0;
}

.r811wdAtzfo.active .oQ0DXHYqhlcx:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.r811wdAtzfo.active .oQ0DXHYqhlcx:nth-child(2) {
  opacity: 0;
}

.r811wdAtzfo.active .oQ0DXHYqhlcx:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}

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

  .DuYuFKlfwor9C {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--light-bg);
    padding: 2rem;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .DuYuFKlfwor9C.active {
    display: flex;
    z-index: 100;
  }

  .xZGOmtYW32G3 {
    position: relative;
  }

  .vPXPQbS14MmFAc3 {
    justify-content: space-between;
    flex-direction: row;
  }
}

.hvAnX8yYWTGNs2z {
  padding: 8rem 0;
  background: var(--light-bg);
  min-height: 70vh;
}

.q00GT33T93x {
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}

.ZY7r23XVB0 {
  width: 12rem;
  height: 12rem;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  color: white;
  background: var(--accent-color);
  border-radius: 50%;
  border: 5px solid var(--primary-color);
}

.mK4UsLUXEE1Mk7Q {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 4.2rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
  line-height: 1.2;
}

.z7No0ROzlosLT {
  font-size: 1.8rem;
  color: var(--text-color);
  margin-bottom: 5rem;
}

.ngbIWugUy7MEj {
  font-family: "Demaw Bold", Arial, sans-serif;
  color: var(--accent-color);
  font-size: 2rem;
}

.M5zYTeEtHMf0SO {
  margin: 5rem 0;
  padding: 4rem;
  background: white;
  text-align: left;
}

.s4sRu1R8Xi3Qfz {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 3.2rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 3px solid var(--accent-color);
}

.wG9Bj6cW057R {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.Mcst3lNzLVn {
  display: flex;
  gap: 3rem;
  padding: 3rem;
  background: var(--light-bg);
  border-left: 4px solid var(--accent-color);
}

.hDZDUdAbq {
  flex: 0 0 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 3.2rem;
  color: white;
  background: var(--accent-color);
  border-radius: 50%;
}

.FX9B4jPlQucH {
  flex: 1;
}

.INkbXFErPK17Knb {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2.4rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.WE61uvKm4 {
  list-style: none;
  margin: 1.5rem 0;
  padding-left: 0;
}

.WE61uvKm4 li {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
}

.WE61uvKm4 li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: bold;
}

.WE61uvKm4 a {
  color: var(--accent-color);
  text-decoration: underline;
}

.ZhLQ6B641G {
  margin: 4rem 0;
  padding: 3rem;
  background: white;
  text-align: left;
  border: 2px solid var(--accent-color);
}

.ZhLQ6B641G .sL3PSgQIfaHdFnX {
  margin-bottom: 1.5rem;
}

.ZhLQ6B641G .sL3PSgQIfaHdFnX:last-child {
  margin-bottom: 0;
}

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

.Y9xfHKdpVsNe {
  background: var(--primary-color);
}

.Y9xfHKdpVsNe:hover {
  background: var(--accent-color);
}

@media (max-width: 768px) {
  .ZY7r23XVB0 {
    width: 10rem;
    height: 10rem;
    font-size: 6rem;
  }

  .mK4UsLUXEE1Mk7Q {
    font-size: 3.2rem;
  }

  .z7No0ROzlosLT {
    font-size: 1.6rem;
  }

  .ngbIWugUy7MEj {
    font-size: 1.8rem;
  }

  .M5zYTeEtHMf0SO {
    padding: 3rem 2rem;
  }

  .s4sRu1R8Xi3Qfz {
    font-size: 2.6rem;
  }

  .Mcst3lNzLVn {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }

  .hDZDUdAbq {
    flex: 0 0 5rem;
    height: 5rem;
    font-size: 2.6rem;
  }

  .INkbXFErPK17Knb {
    font-size: 2rem;
  }

  .ZhLQ6B641G {
    padding: 2rem;
  }

  .e8nZg1anByPMOW {
    flex-direction: column;
  }

  .e8nZg1anByPMOW .TjBl3hFqEIVB {
    width: 100%;
  }
}

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

.ujI9hngxBeQr {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 4.2rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
  line-height: 1.2;
  text-align: center;
}

.BitGFyYCA {
  font-size: 1.6rem;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 2rem;
}

.BitGFyYCA:first-of-type {
  font-family: "Demaw Bold", Arial, sans-serif;
  color: var(--accent-color);
}

.usgxngA4Bdk {
  margin-top: 6rem;
  padding: 4rem;
  background: white;
  border-left: 5px solid var(--accent-color);
}

.qH1qvEI9jwJE {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2.8rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--accent-color);
}

.ptKVNrRM8GNM .sL3PSgQIfaHdFnX {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 2rem;
}

.ptKVNrRM8GNM .sL3PSgQIfaHdFnX:last-child {
  margin-bottom: 0;
}

.CJC5evnl20JJcc3 {
  list-style: none;
  margin: 2rem 0;
  padding-left: 0;
}

.CJC5evnl20JJcc3 li {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative;
}

.CJC5evnl20JJcc3 li::before {
  content: "●";
  position: absolute;
  left: 1rem;
  color: var(--accent-color);
  font-size: 1.2rem;
}

.ptKVNrRM8GNM a {
  color: var(--accent-color);
  text-decoration: underline;
}

.ptKVNrRM8GNM a:hover {
  color: var(--primary-color);
}

.ptKVNrRM8GNM strong {
  font-family: "Demaw Bold", Arial, sans-serif;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .ujI9hngxBeQr {
    font-size: 3.2rem;
  }

  .BitGFyYCA {
    font-size: 1.4rem;
  }

  .usgxngA4Bdk {
    padding: 3rem 2rem;
  }

  .qH1qvEI9jwJE {
    font-size: 2.2rem;
  }

  .ptKVNrRM8GNM .sL3PSgQIfaHdFnX {
    font-size: 1.4rem;
  }

  .CJC5evnl20JJcc3 li {
    padding-left: 2.5rem;
  }
}
