/*! 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;
}
@font-face {
  font-family: "Ferry";
  font-weight: 400;
  font-display: swap;
  src: url("site_fonts/Ferry_regular.woff2") format("woff2");
}
@font-face {
  font-family: "Ferry";
  font-weight: 700;
  font-display: swap;
  src: url("site_fonts/Ferry_bold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  font-family: "Ferry", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: "Ferry", 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: "Ferry", sans-serif;
  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 {
  --sss_primary-color: #2d5016;
  --sss_secondary-color: #4a7c59;
  --sss_accent-color: #8fbc8f;
  --BPRHMmijglwH6ma-color: #2c3e50;
  --sss_light-text: #7f8c8d;
  --sss_background: #f8f9fa;
  --sss_white: #ffffff;
  --sss_border-color: #e9ecef;
  --sss_shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --sss_transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--BPRHMmijglwH6ma-color);
  background-color: var(--sss_background);
}

.FikbtOF1I {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}

.A2je3It6F60he {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--sss_primary-color);
  margin-bottom: 1rem;
}

.rp7BtGFu0 {
  font-size: 2.2rem;
  margin-bottom: 0;
}

.jLxUQMo2g {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.fmSWWQHNCV5gp {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--sss_secondary-color);
  margin-bottom: 1rem;
}

.MUCVLiHGZVa {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: white;
}

.BPRHMmijglwH6ma {
  font-size: 1.4rem;
  color: var(--BPRHMmijglwH6ma-color);
  margin-bottom: 1rem;
}

.lEiZQ9BFaM {
  font-size: 1.6rem;
  text-align: center;
  color: var(--sss_light-text);
}

.eXyLGQbw1 {
  color: white;
  margin-bottom: 0.8rem;
}

.C5GhmarYUHaGfjO {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.bpn5FkP0m {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background-color: var(--sss_primary-color);
  color: var(--sss_white);
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  transition: var(--sss_transition);
  border: none;
  cursor: pointer;
}

.bpn5FkP0m:hover {
  background-color: var(--sss_secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--sss_shadow);
}

.AZB4ZpVeQ7c {
  background: linear-gradient(135deg, var(--sss_white) 0%, #f8f9fa 100%);
  box-shadow: 0 4px 20px rgba(45, 80, 22, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 3px solid var(--sss_accent-color);
}

.WA7zu9LDY {
  background-color: var(--sss_primary-color);
  padding: 0.8rem 0;
}

.rwL6nCrk7HLrW {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: var(--sss_white);
  font-size: 1.2rem;
}

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

.Ahb6UTJym,
.MBwMzY7cyX4a,
.iBhBPsbSM0 {
  color: var(--sss_white);
  font-size: 1.2rem;
}

.Ahb6UTJym,
.MBwMzY7cyX4a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.Ahb6UTJym:hover,
.MBwMzY7cyX4a:hover {
  color: var(--sss_accent-color);
}

.fcKqvvjIffl5mu {
  padding: 1.5rem 0;
}

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

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

.LrNlQB24Bm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.LrNlQB24Bm:hover {
  background-color: rgba(143, 188, 143, 0.1);
}

.Yfz3T2gMLlh {
  font-size: 3rem;
  color: var(--sss_primary-color);
}

.o3W1xIIUR80 {
  display: flex;
  flex-direction: column;
}

.yb6r0RfbYlWu {
  font-size: 1.1rem;
  color: var(--sss_light-text);
  font-style: italic;
  margin: 0;
}

.nvam3cLczYjP {
  display: flex;
  align-items: center;
}

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

.DBZLeLuwU {
  margin: 0;
}

.jIahOWBJ8FMhB {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--BPRHMmijglwH6ma-color);
  font-weight: 500;
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 100px;
}

.jIahOWBJ8FMhB:hover {
  color: var(--sss_primary-color);
  background: linear-gradient(145deg, var(--sss_accent-color), #7fb07f);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.2);
}

.K7oXH3O5OS {
  color: var(--sss_white);
  background: linear-gradient(
    145deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
}

.r4qgQGRudo {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}

.uasqgSK2L {
  font-size: 1.1rem;
  font-weight: 600;
}

.J7ib9lg9OYeY {
  display: none;
  flex-direction: column;
  background: var(--sss_primary-color);
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  border-radius: 0.5rem;
  margin-left: 1rem;
}

.XEVRknge7BzfM {
  width: 2.5rem;
  height: 0.3rem;
  background-color: var(--sss_white);
  margin: 0.3rem 0;
  border-radius: 0.2rem;
}

.XQVz6IB1bX {
  min-height: 60vh;
  padding: 4rem 0;
}

.XC5afKhNnEz8jtW {
  text-align: center;
  padding: 4rem 0;
  background: linear-gradient(
    135deg,
    var(--sss_accent-color) 0%,
    var(--sss_secondary-color) 100%
  );
  border-radius: 1rem;
  margin: 2rem 0;
}

.XC5afKhNnEz8jtW .jLxUQMo2g {
  color: var(--sss_white);
}

.XC5afKhNnEz8jtW .lEiZQ9BFaM {
  color: var(--sss_white);
  opacity: 0.9;
}

.nczLGuQ1XBpDW {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  padding: 4rem 0 1rem;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.lYVkZTr4DGI {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.EdaCWIKnfZN {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.F76PPhVzR {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}

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

.In2433B7fC1jFd {
  font-size: 4rem;
  color: var(--sss_accent-color);
}

.dLDoKKe5MVEd1cj {
  display: flex;
  flex-direction: column;
}

.KwV94alqSWf {
  font-size: 1.2rem;
  color: var(--sss_accent-color);
  font-style: italic;
  margin: 0;
}

.ZIpoV6aX19ENGx {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  border-left: 4px solid var(--sss_accent-color);
}

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

.fWS2JXZx0LM5Uj {
  flex: 1;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.n5JUsVKmN87t6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: var(--sss_accent-color);
}

.y2VV7fJgXMohGwp {
  font-size: 1.8rem;
}

.ixYVVAh2lK8lhz {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.wyAAUQDcAh {
  min-width: 230px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}

.jqHDAnLIF4RA {
  font-size: 1.4rem;
  color: var(--sss_accent-color);
}

.VTUgf3SVYByvpLD {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.DdwLOqDYr {
  margin: 0;
}

.DdwLOqDYr a {
  display: block;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: var(--sss_white);
  text-decoration: none;
  font-size: 1.3rem;
}

.DdwLOqDYr a:hover {
  background: rgba(143, 188, 143, 0.3);
  color: var(--sss_accent-color);
}

.pA3jfjS56n {
  color: var(--sss_white);
  text-decoration: none;
  font-size: 1.3rem;
}

.pA3jfjS56n:hover {
  color: var(--sss_accent-color);
}

.oqVyo1ZikV03k {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}

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

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

.hCWalPf3nAIQYAJ {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.mLKINMXhx48R {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  color: var(--sss_white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .rwL6nCrk7HLrW {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .iLZlOHeh2 {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .Q1o4ZW38wyRPi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--sss_white) 0%, #f8f9fa 100%);
    box-shadow: 0 4px 20px rgba(45, 80, 22, 0.2);
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    gap: 1rem;
    border-top: 3px solid var(--sss_accent-color);
  }

  .Q1o4ZW38wyRPi.CHccTVT5pz {
    display: flex;
  }

  .J7ib9lg9OYeY {
    display: flex;
  }

  .JfU2CP4oe3O06Qo {
    justify-content: space-between;
  }

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

  .jLxUQMo2g {
    font-size: 2.4rem;
  }

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

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

  .tdqKvDiAxzsVgI {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .FikbtOF1I {
    padding: 0 1rem;
  }
}

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

  .jLxUQMo2g {
    font-size: 2rem;
  }

  .fmSWWQHNCV5gp {
    font-size: 1.8rem;
  }

  .BPRHMmijglwH6ma {
    font-size: 1.3rem;
  }

  .bpn5FkP0m {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

/* Thanks Page Styles */
.AuuWeKoQxHBO {
  padding: 4rem 0;
  text-align: center;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  border-radius: 2rem;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.AuuWeKoQxHBO::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

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

.DNoyZppK2 {
  font-size: 6rem;
  margin-bottom: 2rem;
  color: var(--sss_accent-color);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.I7zQ00m49IHRlC {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--sss_white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.ZDOAEaGik1uq {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4rem;
  line-height: 1.4;
}

.rkUU56WUMF6j5cV {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.NiPjrxNcS {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  text-align: left;
}

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

.jl7eocOzj8 {
  font-size: 3rem;
  color: var(--sss_accent-color);
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.yKWdWUOeFBNV {
  flex: 1;
}

.DRHNMtNqGnLK3b {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.QkGUmv2GdRz {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

.J392fdZVKRPcAg {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
}

.LHzNbbTp5N {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 2rem;
  text-align: center;
}

.yWesDAjDZL9Bd {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.PqPCnuUUfIY {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: left;
}

.wFlt5YipmFvmt {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sss_white);
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
}

.RrG4euZ6JQ5caho {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  line-height: 1.5;
  flex: 1;
}

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

.twwLANtmW {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.MaH7Lp2GZn7ia3 {
  background: var(--sss_accent-color);
  color: var(--sss_white);
}

.MaH7Lp2GZn7ia3:hover {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  transform: translateY(-3px);
}

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

.tQvRLMEnJWx4:hover {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  transform: translateY(-3px);
}

.iUm7HfTTmLzv {
  font-size: 1.6rem;
}

.AUXS1NiPYIQ2 {
  font-size: 1.4rem;
  font-weight: 600;
}

.guHV7En4W {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.onKXt5nxGVa {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1rem;
}

.fpyFYycz0QtJWps {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.LVr9ZlDB7W {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.KP4Vt6IxXjOxWAg {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--sss_white);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.KP4Vt6IxXjOxWAg:hover {
  background: var(--sss_accent-color);
  color: var(--sss_white);
  transform: translateY(-2px);
}

.ys15HEE36WeY {
  font-size: 1.6rem;
  color: var(--sss_accent-color);
}

.KP4Vt6IxXjOxWAg:hover .ys15HEE36WeY {
  color: var(--sss_white);
}

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

  .I7zQ00m49IHRlC {
    font-size: 2.6rem;
  }

  .ZDOAEaGik1uq {
    font-size: 1.5rem;
  }

  .rkUU56WUMF6j5cV {
    padding: 2rem;
  }

  .NiPjrxNcS {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .DRHNMtNqGnLK3b {
    font-size: 1.6rem;
  }

  .QkGUmv2GdRz {
    font-size: 1.3rem;
  }

  .J392fdZVKRPcAg {
    padding: 2rem;
  }

  .LHzNbbTp5N {
    font-size: 1.8rem;
  }

  .PqPCnuUUfIY {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

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

  .twwLANtmW {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .guHV7En4W {
    padding: 2rem;
  }

  .onKXt5nxGVa {
    font-size: 1.8rem;
  }

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

  .KP4Vt6IxXjOxWAg {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

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

  .ZDOAEaGik1uq {
    font-size: 1.3rem;
  }

  .DNoyZppK2 {
    font-size: 4rem;
  }
}

.m8OUueR954zY {
  text-align: center;
  padding: 6rem 1rem;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  border-radius: 2rem;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.m8OUueR954zY::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.m8OUueR954zY .jLxUQMo2g {
  color: var(--sss_white);
  position: relative;
  z-index: 1;
}

.m8OUueR954zY .lEiZQ9BFaM {
  color: var(--sss_white);
  opacity: 0.9;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  max-width: 600px;
  margin: 0 auto;
}

.zornyMuu9EG4b {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  border: 3px solid var(--sss_accent-color);
  position: relative;
  overflow: hidden;
}

.zornyMuu9EG4b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      45deg,
      transparent 30%,
      rgba(143, 188, 143, 0.05) 50%,
      transparent 70%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(74, 124, 89, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.DUqAApLeAFAmXre {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.WRV8R9gi8t2PA {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border-left: 5px solid var(--sss_primary-color);
}

.HuKqiz76jE {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.qZoF2XSoxjRK {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
  position: relative;
}

.qZoF2XSoxjRK:nth-child(odd) {
  border-left: 5px solid var(--sss_primary-color);
}

.qZoF2XSoxjRK:nth-child(even) {
  border-right: 5px solid var(--sss_secondary-color);
  flex-direction: row-reverse;
}

.XUwB6fpRCJxX {
  font-size: 4rem;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.3);
}

.PKwi4k5ibyFNmn {
  flex: 1;
}

.gjbic2gpUiJgwy {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.sJ3GiKHs5qL {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.Mr7rZbSDarc75r0 {
  background: rgba(143, 188, 143, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  border-left: 4px solid var(--sss_accent-color);
}

.lLsDzBZTMk7g {
  font-weight: 600;
  color: var(--sss_secondary-color);
  font-size: 1.3rem;
}

.rajKybjDaemWZfh {
  color: var(--sss_light-text);
  font-size: 1.3rem;
  margin-left: 0.5rem;
}

.IFMxSBptX2 {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  border: 2px solid #f39c12;
  border-radius: 2rem;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.2);
}

.JJV0QRbsa86Z {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.qoMMWFyAoVPNJ {
  font-size: 3rem;
  color: #f39c12;
  flex-shrink: 0;
}

.IFmqopU7G2b {
  flex: 1;
}

.g8pIF59EdHL {
  font-size: 1.8rem;
  font-weight: 600;
  color: #d68910;
  margin-bottom: 1rem;
}

.H9sY3B1fRQc {
  font-size: 1.4rem;
  color: #8b4513;
  line-height: 1.6;
}

.GRjKjwRfXiSPpi {
  padding: 6rem 1rem;
  background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.GRjKjwRfXiSPpi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
      from 0deg at 20% 20%,
      rgba(143, 188, 143, 0.1) 0deg,
      transparent 60deg
    ),
    conic-gradient(
      from 180deg at 80% 80%,
      rgba(74, 124, 89, 0.1) 0deg,
      transparent 60deg
    );
  pointer-events: none;
}

.BPMr2pszjltWU {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.RCOsYgfMs {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
}

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

.ATmUTMagrSA {
  background: var(--sss_white);
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  overflow: hidden;
  border: 2px solid var(--sss_accent-color);
  transition: transform 0.3s ease;
}

.ATmUTMagrSA:hover {
  transform: translateY(-5px);
}

.BqHJby5LHD {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.XqACPoJ82W {
  font-size: 3rem;
  color: var(--sss_accent-color);
}

.DlBJtZPPK {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
}

.VD8bu88Hxp {
  padding: 2rem;
}

.Y0GGwrAkqme {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.gdJRGifD9CxyJyl {
  list-style: none;
  padding: 0;
}

.gdJRGifD9CxyJyl li {
  background: rgba(143, 188, 143, 0.1);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: var(--sss_secondary-color);
  border-left: 4px solid var(--sss_accent-color);
  position: relative;
}

.gdJRGifD9CxyJyl li::before {
  content: "✓";
  color: var(--sss_primary-color);
  font-weight: bold;
  margin-right: 1rem;
}

.omHQ32Ss5 {
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
}

.jQSVKvJuE2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  text-align: center;
  margin-bottom: 3rem;
}

.Mr8t0PGsTXDy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.JmmyjXuWEHfRa2 {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 1.5rem;
  border-left: 4px solid var(--sss_primary-color);
}

.BJjAZc1PazeVP {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  display: block;
  margin-bottom: 1rem;
}

.zN5mU7Ekm {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.5;
}

.C3eWFM0vY {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.C3eWFM0vY::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(143, 188, 143, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(74, 124, 89, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.ZnnhUWTyPORbiRW {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.o4MDx0TOoG1 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border-right: 5px solid var(--sss_secondary-color);
}

.FMmjWVIVWzQaua {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}

.YKoSx45De {
  background: var(--sss_white);
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  overflow: hidden;
  border: 2px solid var(--sss_accent-color);
}

.IQIp8iRckRZnQy {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.dkooqssYZIBC {
  font-size: 3rem;
  color: var(--sss_accent-color);
}

.VBYOblkRS {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
  flex: 1;
}

.oGffzRJ3Nj {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.uiSn7MJO7 {
  background: rgba(46, 204, 113, 0.2);
  color: #27ae60;
  border: 1px solid #27ae60;
}

.CLRoMVbl7Kskw {
  background: rgba(241, 196, 15, 0.2);
  color: #f39c12;
  border: 1px solid #f39c12;
}

.ESmuOzvZYw {
  background: rgba(231, 76, 60, 0.2);
  color: #e74c3c;
  border: 1px solid #e74c3c;
}

.ssryd4wHnPv29 {
  padding: 2rem;
}

.rX7cpr2pH {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.KlqQEWfuTJh1is {
  background: rgba(143, 188, 143, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  border-left: 4px solid var(--sss_accent-color);
}

.LdXaaDrqOwa {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.GGWgmq5IZZyn {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.GGWgmq5IZZyn li {
  counter-increment: step-counter;
  background: var(--sss_white);
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: var(--sss_light-text);
  border-left: 4px solid var(--sss_primary-color);
  position: relative;
  padding-left: 4rem;
}

.GGWgmq5IZZyn li::before {
  content: counter(step-counter);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--sss_primary-color);
  color: var(--sss_white);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.oTXQ5h39oSE9CKB {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.3);
  position: relative;
  overflow: hidden;
}

.oTXQ5h39oSE9CKB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.FGxMeILAm5eMz {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 800px;
  margin: 0 auto;
}

.RSk9BnyIfVwglLv {
  font-size: 4rem;
  color: var(--sss_accent-color);
  flex-shrink: 0;
}

.fP3ipYA0bqaAsK {
  flex: 1;
  text-align: left;
}

.qbfuPgtQMMxv {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1rem;
}

.CEKUpPyvzV {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 2rem;
}

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

.Vs9TA3WJZ9 {
  background: rgba(255, 255, 255, 0.2);
  color: var(--sss_white);
  padding: 1rem 2rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.Vs9TA3WJZ9:hover {
  background: rgba(255, 255, 255, 0.3);
  color: var(--sss_white);
}

.sasAJvypjmbAi8Z {
  padding: 6rem 1rem;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.sasAJvypjmbAi8Z::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
      45deg,
      transparent 40%,
      rgba(255, 255, 255, 0.05) 50%,
      transparent 60%
    ),
    radial-gradient(
      circle at 70% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.sasAJvypjmbAi8Z .A2je3It6F60he {
  color: var(--sss_white);
  position: relative;
  z-index: 1;
}

.sasAJvypjmbAi8Z .fmSWWQHNCV5gp {
  color: var(--sss_accent-color);
  position: relative;
  z-index: 1;
}

.sasAJvypjmbAi8Z .BPRHMmijglwH6ma {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hL3ZgyA7bg {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.RqCunolSDzi695 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.xNVxAwTFBHrH {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.vYHxgn449WwiOf {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.vYHxgn449WwiOf:nth-child(odd) {
  border-left: 4px solid var(--sss_accent-color);
}

.vYHxgn449WwiOf:nth-child(even) {
  border-right: 4px solid var(--sss_accent-color);
  flex-direction: row-reverse;
}

.Lh01R2zGUdQvi {
  font-size: 3rem;
  font-weight: 700;
  color: var(--sss_white);
  background: var(--sss_accent-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.OVePjCqRBnyO5S1 {
  flex: 1;
}

.XV9Qt2khdK7DoP {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1.5rem;
}

.ctOtH6JfBQ {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.ojB5qXbBr,
.JplYkdk2nVO92 {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.L9YGuObcV,
.xc9zq2NmxXtG {
  font-weight: 600;
  color: var(--sss_accent-color);
  font-size: 1.3rem;
}

.x9Ja0xSWw2bGck,
.GdKThm6cGD7dUn {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  margin-left: 0.5rem;
}

.NZO7jJaqcKx {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);

  margin: 0 auto;
}

.pHywGqnS5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_white);
  text-align: center;
  margin-bottom: 3rem;
}

.VvqFRcpVWZIjO5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.fiRiRLOglJ {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ubMoXtyWdPLNkb7 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_accent-color);
  display: block;
  margin-bottom: 1rem;
}

.KJoli6ocGe {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.xd9ILFRTR {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  border: 3px solid var(--sss_accent-color);
  position: relative;
  overflow: hidden;
}

.xd9ILFRTR::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
      from 0deg at 25% 25%,
      rgba(143, 188, 143, 0.05) 0deg,
      transparent 60deg
    ),
    conic-gradient(
      from 180deg at 75% 75%,
      rgba(74, 124, 89, 0.05) 0deg,
      transparent 60deg
    );
  pointer-events: none;
}

.aVP7y3rhYEeR90 {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.shHtGL505 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border-right: 5px solid var(--sss_secondary-color);
}

.Sp6GwUKAh6Al {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.Vl7Oorl0cBDq {
  background: var(--sss_white);
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  overflow: hidden;
  border: 2px solid var(--sss_accent-color);
}

.Hl8CIscTN {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.MBllYBYPoLpVB {
  font-size: 3rem;
  color: var(--sss_accent-color);
}

.qOt20L7TgmLo {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
}

.UprLBSZQ2AOs5s1 {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  @media (max-width: 768px) {
    padding: 1rem;
  }
}

.v48G77wR8uCtv {
  flex: 1;
  min-width: 150px;
}

.bAhlxcEtx {
  flex: 1;
  min-width: 250px;
  background: rgba(143, 188, 143, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  border-left: 4px solid var(--sss_accent-color);
}

/* Mobile-specific fixes for 360px screens */
@media (max-width: 480px) {
  .bAhlxcEtx {
    min-width: 100%;
    padding: 1.5rem;
  }

  .v48G77wR8uCtv {
    min-width: 100%;
  }

  .UprLBSZQ2AOs5s1 {
    gap: 2rem;
    padding: 1.5rem;
  }
}

/* Extra small mobile screens (360px and below) */
@media (max-width: 360px) {
  .bAhlxcEtx {
    padding: 1rem;
  }

  .v48G77wR8uCtv {
    padding: 1rem;
  }

  .UprLBSZQ2AOs5s1 {
    gap: 1.5rem;
    padding: 1rem;
  }

  .i9pnYsnbwquw4,
  .vw0Tgj5UTbOhSsa {
    font-size: 1.4rem;
  }

  .iWlvWvvShGld li {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
  }

  .P3RhvjYC7KDKC {
    font-size: 1.2rem;
  }
}

.i9pnYsnbwquw4,
.vw0Tgj5UTbOhSsa {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.iWlvWvvShGld {
  list-style: none;
  padding: 0;
}

.iWlvWvvShGld li {
  background: rgba(143, 188, 143, 0.1);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: var(--sss_secondary-color);
  border-left: 4px solid var(--sss_accent-color);
  position: relative;
}

.iWlvWvvShGld li::before {
  content: "✓";
  color: var(--sss_primary-color);
  font-weight: bold;
  margin-right: 1rem;
}

.P3RhvjYC7KDKC {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.6;
}

.XkFErbOCtHoW {
  padding: 6rem 1rem;
  background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.XkFErbOCtHoW::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(143, 188, 143, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(74, 124, 89, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.t4kO0iGcjYuXb {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.cYx1lrWRev {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
}

.vVvd2EFZcvB2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}

.xTwCBHlOr {
  background: var(--sss_white);
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  overflow: hidden;
  border: 2px solid var(--sss_accent-color);
}

.soN7wFQ1nDxNT {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.FtfrTqBYta {
  font-size: 3rem;
  color: var(--sss_accent-color);
}

.k1hc7aJ6fiNh {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
  flex: 1;
}

.ndahCAEXRQR9nB {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.ZhLfTEMwUm {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.bDpJIkV7sE,
.B7JjCecHyV6Kxu {
  flex: 1;
  min-width: 200px;
}

.rX6QrXvmBd,
.TOZaDYwaX9f {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.nNKBgFPIiFYHsJ,
.lzFOO2M8HK3eNYN {
  list-style: none;
  padding: 0;
}

.nNKBgFPIiFYHsJ li {
  background: rgba(231, 76, 60, 0.1);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: #c0392b;
  border-left: 4px solid #e74c3c;
  position: relative;
}

.lzFOO2M8HK3eNYN li {
  background: rgba(46, 204, 113, 0.1);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: #27ae60;
  border-left: 4px solid #2ecc71;
  position: relative;
}

.nNKBgFPIiFYHsJ li::before {
  content: "⚠️";
  margin-right: 1rem;
}

.lzFOO2M8HK3eNYN li::before {
  content: "✅";
  margin-right: 1rem;
}

.BtM2pVRl1VYGU5 {
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
}

.wwwbUvpcP8 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  text-align: center;
  margin-bottom: 3rem;
}

.jvVLWTNUZXd {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.PkFSaHOhCXgTnj5 {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 1.5rem;
  border-left: 4px solid var(--sss_primary-color);
}

.RVHdocR0QXXx5 {
  font-size: 3rem;
  color: var(--sss_primary-color);
  flex-shrink: 0;
}

.jxy8FDuXBU {
  flex: 1;
}

.zMbtVt93CYZHoa {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1rem;
}

.qJQ0JSrZyQ1t {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.6;
}

.J2J8MSz2lNQD2Ht {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.J2J8MSz2lNQD2Ht::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      135deg,
      transparent 30%,
      rgba(143, 188, 143, 0.05) 50%,
      transparent 70%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(74, 124, 89, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.hQDCqhTJli6Ziw {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.j7IZ86yqsvspyU {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border-left: 5px solid var(--sss_primary-color);
}

.SPCTByiX6nuozYU {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.pvJFNWZojC {
  background: var(--sss_white);
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  overflow: hidden;
  border: 2px solid var(--sss_accent-color);
}

.sYMCG1gJoe6Ca {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.ql2o5XSbSnCroA {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
}

.lNUOZsWypaAoC {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.ituTvSLqX {
  background: rgba(46, 204, 113, 0.2);
  color: #27ae60;
  border: 1px solid #27ae60;
}

.Aat2Nozb1Wp {
  background: rgba(52, 152, 219, 0.2);
  color: #3498db;
  border: 1px solid #3498db;
}

.RIdwoOJqOg70uhd {
  background: rgba(241, 196, 15, 0.2);
  color: #f39c12;
  border: 1px solid #f39c12;
}

.LHfjuoW0Q {
  background: rgba(155, 89, 182, 0.2);
  color: #9b59b6;
  border: 1px solid #9b59b6;
}

.ntNXOgcT7XiG {
  padding: 2rem;
}

.POpQ5X625K35 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.Ers6Nql4a {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.so6imWCBB7n1n {
  background: rgba(143, 188, 143, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  border-left: 4px solid var(--sss_accent-color);
}

.blvBAUe0F24oqUs {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.hNt20xmLtY4kMr {
  list-style: none;
  padding: 0;
}

.hNt20xmLtY4kMr li {
  background: var(--sss_white);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: var(--sss_secondary-color);
  border-left: 4px solid var(--sss_primary-color);
  position: relative;
}

.hNt20xmLtY4kMr li::before {
  content: "✓";
  color: var(--sss_primary-color);
  font-weight: bold;
  margin-right: 1rem;
}

.LNUBAknWr {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
}

.OZi9ipIWCSEX {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  text-align: center;
  margin-bottom: 3rem;
}

.jzODr6E32BNMg {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3rem;
}

.iIUNc98ULVf8xq {
  flex: 1;
  min-width: 250px;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.kW2bkkPsyF {
  font-size: 3rem;
  flex-shrink: 0;
}

.QzROf1TJg {
  flex: 1;
}

.PV1SGpudG5m {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.xKNWULKkGr {
  list-style: none;
  padding: 0;
}

.xKNWULKkGr li {
  background: rgba(143, 188, 143, 0.1);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: var(--sss_secondary-color);
  border-left: 4px solid var(--sss_accent-color);
  position: relative;
}

.xKNWULKkGr li::before {
  content: "•";
  color: var(--sss_primary-color);
  font-weight: bold;
  margin-right: 1rem;
}

.kbREOffFT6k {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.3);
  position: relative;
  overflow: hidden;
}

.kbREOffFT6k::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.x9tMLlKLDDqdF {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 800px;
  margin: 0 auto;
}

.Wht7MsYLyNvvf {
  font-size: 4rem;
  color: var(--sss_accent-color);
  flex-shrink: 0;
}

.nPRyJrxphJhQ {
  flex: 1;
  text-align: left;
}

.QUJ5Yesk0618 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1rem;
}

.S8jFHu29p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.NLENjIpbv {
  text-align: center;
}

.VO59TW82l {
  background: rgba(255, 255, 255, 0.2);
  color: var(--sss_white);
  padding: 1rem 2rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.VO59TW82l:hover {
  background: rgba(255, 255, 255, 0.3);
  color: var(--sss_white);
}

@media (max-width: 768px) {
  .qZoF2XSoxjRK {
    flex-direction: column;
    text-align: center;
  }

  .qZoF2XSoxjRK:nth-child(even) {
    flex-direction: column;
  }

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

  .Mr8t0PGsTXDy {
    flex-direction: column;
  }

  .IQIp8iRckRZnQy {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

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

  .fP3ipYA0bqaAsK {
    text-align: center;
  }

  .HkPQzWInjd3E {
    justify-content: center;
  }

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

  .vYHxgn449WwiOf:nth-child(even) {
    flex-direction: column;
  }

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

  .UprLBSZQ2AOs5s1 {
    flex-direction: column;
  }

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

  .ZhLfTEMwUm {
    flex-direction: column;
  }

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

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

  .jzODr6E32BNMg {
    flex-direction: column;
  }

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

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

  .nPRyJrxphJhQ {
    text-align: center;
  }
}
