/*! 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: "Assera";
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: "Assera";
  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: "Assera";
  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;
}

@font-face {
  font-family: "Assera";
  src: url("Assera_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assera";
  src: url("Assera_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-primary: #d4813f;
  --color-secondary: #8b4513;
  --color-accent: #f4a460;
  --color-dark: #2c1810;
  --color-light: #f5f1ed;
  --color-white: #ffffff;
  --color-text: #3a2a1f;
  --color-text-light: #6b5a4c;
  --color-border: #d4c4b8;
  --font-primary: "Assera", "Georgia", serif;
  --font-secondary: "Assera", "Arial", sans-serif;
  --transition: all 0.3s ease;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.2);
}

body {
  font-family: var(--font-secondary);
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-white);
  min-width: 280px;
}

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

.e5tWZFUcP38D {
  font-family: var(--font-primary);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);

  text-align: center;

  position: relative;
}
.CwQ10B6gzL {
  font-family: var(--font-primary);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
  text-align: center;
}
.CwQ10B6gzL {
  position: relative;

  padding: 0 1.8rem;
}

.CwQ10B6gzL::before,
.CwQ10B6gzL::after {
  content: "❋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-accent);
  font-size: 1.8rem;
  line-height: 1;
}

.CwQ10B6gzL::before {
  left: 0;
}
.CwQ10B6gzL::after {
  right: 0;
}

.PpvEERtGI97AN4 {
  font-family: var(--font-primary);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-dark);
  margin-bottom: 1rem;
}

.AF6DIZvnw6 {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 1rem;
}

.GGmP0v405l {
  display: inline-block;
  padding: 1.4rem 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-secondary);
}

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

.SgO86ZSbFhLsdzl:hover {
  background-color: var(--color-secondary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.tx4KMjRpDU17mx {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

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

.VK11GAh32ezP {
  background-color: var(--color-light);
  color: var(--color-dark);
}

.VK11GAh32ezP:hover {
  background-color: var(--color-white);
  box-shadow: var(--shadow-md);
}

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

.YWbv1a9oaEKfu {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
}

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

  .CwQ10B6gzL {
    font-size: 2.8rem;
  }

  .PpvEERtGI97AN4 {
    font-size: 2rem;
  }

  .GGmP0v405l {
    padding: 1.2rem 1rem;
  }
}

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

  .CwQ10B6gzL {
    font-size: 2.4rem;
  }

  .PpvEERtGI97AN4 {
    font-size: 1.8rem;
  }
}

.QkzWifM1amnd {
  background: linear-gradient(
    to bottom,
    var(--color-white) 0%,
    var(--color-light) 100%
  );
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-md);
  position: relative;
}

.vDqMLBSEUQa8LyV {
  height: 0.4rem;
  background: linear-gradient(
    to right,
    var(--color-primary) 0%,
    var(--color-accent) 50%,
    var(--color-primary) 100%
  );
}

.HII5W0yBj {
  height: 0.2rem;
  background: linear-gradient(
    to right,
    transparent 0%,
    var(--color-accent) 50%,
    transparent 100%
  );
}

.dImqBJO2G1f {
  max-width: 1270px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.aG7zUNPoNVi {
  position: relative;
}

.yC3S4q41bA9 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(212, 129, 63, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transition: var(--transition);
  opacity: 0;
}

.aG7zUNPoNVi:hover .yC3S4q41bA9 {
  opacity: 1;
  width: 140%;
  height: 140%;
}

.seGtCd4K9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}

.seGtCd4K9:hover {
  transform: translateY(-2px);
}

.FzliJlofd8Hyr {
  font-size: 3.2rem;
  animation: rotate 20s linear infinite;
}

.CKSwwbjZ0zOr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.F0xwmVn586E {
  font-family: var(--font-primary);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.o0YE4AN6WMuyS {
  font-size: 1.1rem;
  color: var(--color-text-light);
  font-style: italic;
  letter-spacing: 0.15rem;
}

.yyUBWkfE3Au5b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.KwVQEswvvkx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 0.8rem;
}

.HrHUYu3oy p {
  margin: 0;
}

.IRq1vk9O1a {
  display: block;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  background: rgba(244, 164, 96, 0.1);
  border-radius: 2rem;
  padding: 1rem 2rem;
  border: 2px solid transparent;
  overflow: hidden;
}

.IRq1vk9O1a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 164, 96, 0.3),
    transparent
  );
  transition: var(--transition);
}

.IRq1vk9O1a:hover::before {
  left: 100%;
}

.IRq1vk9O1a:hover {
  border-color: var(--color-accent);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(212, 129, 63, 0.3);
}

.f8yfmfqyWZ6bZI {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-text);
  position: relative;
  z-index: 1;
}

.IRq1vk9O1a:hover .f8yfmfqyWZ6bZI {
  color: var(--color-primary);
}

.zDqkFH76Fdb1j6h {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-accent) 100%
  );
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(212, 129, 63, 0.4);
}

.zDqkFH76Fdb1j6h .f8yfmfqyWZ6bZI {
  color: var(--color-white);
  font-weight: 700;
}

.xcvKrkChK9On {
  display: none;
  background: var(--color-primary);
  border: none;
  cursor: pointer;
  padding: 1rem;
  border-radius: 0.8rem;
  width: 4.5rem;
  height: 4rem;
  position: relative;
  transition: var(--transition);
}

.xcvKrkChK9On:hover {
  background: var(--color-secondary);
  transform: scale(1.1);
}

.XWMUaDRIaBdh {
  display: block;
  width: 100%;
  height: 0.3rem;
  background: var(--color-white);
  border-radius: 0.2rem;
  transition: var(--transition);
  position: absolute;
  left: 0;
}

.XWMUaDRIaBdh:nth-child(1) {
  top: 0.8rem;
}

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

.XWMUaDRIaBdh:nth-child(3) {
  bottom: 0.8rem;
}

.zxPW606P2 .XWMUaDRIaBdh:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.zxPW606P2 .XWMUaDRIaBdh:nth-child(2) {
  opacity: 0;
}

.zxPW606P2 .XWMUaDRIaBdh:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.neK8yr0QOSX {
  background: linear-gradient(135deg, var(--color-dark) 0%, #1a0f08 100%);
  color: var(--color-light);
  margin-top: 8rem;
  position: relative;
  overflow: hidden;
}

.b8inUKlxi {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: 8rem;
  background: var(--color-white);
  clip-path: ellipse(80% 100% at 50% 0%);
}

.e5Oz0cMZbKRfHc {
  max-width: 1270px;
  margin: 0 auto;
  padding: 6rem 2rem 2rem;
  position: relative;
  z-index: 1;
}

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

.aPzRUPta66TJD7r {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
}

.vUOWYeQDr4LF {
  font-family: var(--font-primary);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.WgUPSsoLJZr {
  font-size: 1.6rem;
  font-style: italic;
  color: var(--color-accent);
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.B3gCXdg790R {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-light);
  opacity: 0.9;
}

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

.SzUUg1M4AtUvl {
  background: rgba(244, 164, 96, 0.1);
  border: 2px solid var(--color-accent);
  border-radius: 1.2rem;
  padding: 2.5rem 2rem;
  min-width: 200px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.SzUUg1M4AtUvl::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(244, 164, 96, 0.15) 0%,
    transparent 70%
  );
  transition: var(--transition);
}

.SzUUg1M4AtUvl:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(244, 164, 96, 0.2);
  border-color: var(--color-primary);
}

.SzUUg1M4AtUvl:hover::before {
  top: 0;
  right: 0;
}

.zl0KD2UXnEMA {
  font-size: 3rem;
  display: block;
  margin-bottom: 1rem;
}

.cIcyzwd5KFMz6XL {
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 1.5rem;
}

.q2qPV2eC2 {
  list-style: none;
}

.SJAwaXiqH {
  margin-bottom: 1rem;
}

.SJAwaXiqH p {
  margin: 0;
}

.PdxbU30oOo {
  font-size: 1.4rem;
  color: var(--color-light);
  text-decoration: none;
  transition: var(--transition);
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}

.PdxbU30oOo::before {
  content: "→";
  position: absolute;
  left: 0;
  opacity: 0;
  transition: var(--transition);
}

.PdxbU30oOo:hover {
  color: var(--color-accent);
  padding-left: 2rem;
}

.PdxbU30oOo:hover::before {
  opacity: 1;
}

.UMdwkiLRVu4erKk {
  background: linear-gradient(
    135deg,
    rgba(212, 129, 63, 0.15) 0%,
    rgba(139, 69, 19, 0.15) 100%
  );
  border-radius: 1.5rem;
  padding: 3rem 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(244, 164, 96, 0.3);
}

.jewjwccfRd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.yLPWqW9zKAA {
  font-size: 3.5rem;
}

.XwJeRGbkYgRZ {
  font-family: var(--font-primary);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-accent);
}

.gaaIgFKbTIpvNMa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2.5rem;
}

.QrWAVqIESSol7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: var(--transition);
  padding: 1.5rem;
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.2);
  flex: 1;
  min-width: 250px;
}

.QrWAVqIESSol7:hover {
  background: rgba(244, 164, 96, 0.2);
  transform: scale(1.05);
}

.b6RS7TiiQeBG7XI {
  font-size: 2.4rem;
  flex-shrink: 0;
}

.zcGmytKCX {
  font-size: 1.4rem;
  color: var(--color-light);
  text-align: center;
}

.b4pr1baSYb04Kf {
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(244, 164, 96, 0.3);
}

.FRq8DMfwYcn {
  font-size: 1.4rem;
  color: var(--color-light);
  opacity: 0.75;
}

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

  .F0xwmVn586E {
    font-size: 2rem;
  }

  .FzliJlofd8Hyr {
    font-size: 2.8rem;
  }

  .yyUBWkfE3Au5b {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
      to bottom,
      var(--color-light) 0%,
      var(--color-white) 100%
    );
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 3rem 2rem 4rem;
    transition: var(--transition);
    border-top: 4px solid var(--color-primary);
    z-index: 999;
  }

  .BGgD9y3yxTitDe {
    bottom: 0;
  }

  .KwVQEswvvkx {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
  }

  .HrHUYu3oy {
    width: 100%;
    max-width: 350px;
  }

  .IRq1vk9O1a {
    width: 100%;
    text-align: center;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }

  .xcvKrkChK9On {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .aPzRUPta66TJD7r {
    text-align: center;
    max-width: 100%;
  }

  .r7Aw0OQgdq {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .SzUUg1M4AtUvl {
    width: 100%;
    max-width: 400px;
  }

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

  .QrWAVqIESSol7 {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .F0xwmVn586E {
    font-size: 1.8rem;
  }

  .o0YE4AN6WMuyS {
    font-size: 1rem;
  }

  .FzliJlofd8Hyr {
    font-size: 2.4rem;
  }

  .yyUBWkfE3Au5b {
    padding: 2.5rem 1.5rem 3.5rem;
  }

  .IRq1vk9O1a {
    font-size: 1.5rem;
  }

  .neK8yr0QOSX {
    margin-top: 5rem;
  }

  .e5Oz0cMZbKRfHc {
    padding: 4rem 2rem 2rem;
  }

  .b8inUKlxi {
    top: -3rem;
    height: 5rem;
  }

  .vUOWYeQDr4LF {
    font-size: 2.8rem;
  }

  .XwJeRGbkYgRZ {
    font-size: 2.4rem;
  }

  .UMdwkiLRVu4erKk {
    padding: 2rem 1.5rem;
  }

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

.QsjJbxeK1BJnAB {
  padding: 8rem 0;

  text-align: center;
}

.Rl5sNf12b {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4813f, #f4a460);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0 auto 2rem;
  box-shadow: 0 8px 24px rgba(212, 129, 63, 0.3);
}

.L0T154p6cVC {
  max-width: 760px;
  margin: 2rem auto;
}

.wTJo1E7tBE {
  max-width: 660px;
  margin: 3rem auto;
  background: #fff;
  border: 2px solid rgba(244, 164, 96, 0.35);
  border-radius: 1.2rem;
  padding: 2rem;
}

.XAPPCYBniK {
  list-style: none;
  margin-top: 1.2rem;
  text-align: left;
}

.qnC8DaKg73K1a {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
}

.qnC8DaKg73K1a::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #d4813f;
  font-weight: 700;
}

.LFwMtu8kf5K {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem auto 2rem;
}

.h3g3fxx2geqDn {
  max-width: 660px;
  margin: 0 auto;
}

.h3g3fxx2geqDn a {
  color: #d4813f;
  text-decoration: underline;
}

.h3g3fxx2geqDn a:hover {
  color: #f4a460;
}

.lOX5PzUlOymPF8 {
  padding: 4rem 0 3rem;
  background: linear-gradient(135deg, rgba(245, 241, 237, 0.6) 0%, #fff 100%);
}

.phknyKEcWCYu {
  max-width: 860px;
  margin: 2rem auto 0;
  text-align: center;
}

.hKuHANRis9pfl {
  padding: 3rem 0;
  background: #fff;
}

.hKuHANRis9pfl:nth-child(even) {
  background: rgba(245, 241, 237, 0.4);
}

.iQ5EAYHniKt {
  font-family: var(--font-primary);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(244, 164, 96, 0.3);
}

.KltTrOsqOr {
  margin-top: 2rem;
}

.KltTrOsqOr:first-child {
  margin-top: 0;
}

.cp5XVqFPPW6 {
  list-style: none;
  margin-top: 1rem;
}

.PdQKJaxJM9p {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.8rem;
}

.PdQKJaxJM9p::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d4813f;
  font-weight: 700;
}

.hKuHANRis9pfl a {
  color: #d4813f;
  text-decoration: underline;
}

.hKuHANRis9pfl a:hover {
  color: #f4a460;
}

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