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

@font-face {
  font-family: "Dolly";
  src: url("font_site/Dolly_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Dolly";
  src: url("font_site/Dolly_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

:root {
  --sss_primary_color: #8b4513;
  --sss_secondary_color: #d2b48c;
  --sss_accent_color: #cd853f;
  --sss_light_color: #fff8dc;
  --sss_dark_color: #654321;
  --qIZIMQd82uvftyg_color: #3e2723;
  --sss_border_color: #deb887;
  --sss_shadow_color: rgba(139, 69, 19, 0.1);

  --sss_font_size_base: 1.4rem;
  --sss_font_size_small: 1.2rem;
  --sss_font_size_large: 2.2rem;
  --sss_font_size_xlarge: 2.8rem;

  --sss_spacing_small: 1rem;
  --sss_spacing_medium: 2rem;
  --sss_spacing_large: 3rem;

  --sss_border_radius: 8px;
  --sss_transition: all 0.3s ease;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Dolly", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-size: var(--sss_font_size_base);
  font-family: "Dolly", sans-serif;
  color: var(--qIZIMQd82uvftyg_color);
  background-color: var(--sss_light_color);
  line-height: 1.6;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: auto;
}

.pbW6j0szq {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 var(--sss_spacing_small);
}

.kV3JIrDJ1gpnf {
  font-size: var(--sss_font_size_xlarge);
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: var(--sss_spacing_small);
  text-align: center;
  line-height: 1.2;
}

.DJnFgG7vm {
  font-size: var(--sss_font_size_large);
  font-weight: 400;
  color: var(--sss_dark_color);
  margin-bottom: var(--sss_spacing_medium);
  text-align: center;
  line-height: 1.3;
}

.qIZIMQd82uvftyg {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: var(--sss_spacing_small);
  line-height: 1.6;
}

.dHVyzJzqNTw {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background-color: var(--sss_primary_color);
  color: var(--sss_light_color);
  text-decoration: none;
  border-radius: var(--sss_border_radius);
  font-size: var(--sss_font_size_base);
  font-weight: 600;
  text-align: center;
  transition: var(--sss_transition);
  border: none;
  cursor: pointer;
  min-width: 280px;
}

.dHVyzJzqNTw:hover {
  background-color: var(--sss_dark_color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--sss_shadow_color);
}

.nBOQO8VEDYsqb {
  background-color: var(--sss_secondary_color);
  color: var(--qIZIMQd82uvftyg_color);
}

.nBOQO8VEDYsqb:hover {
  background-color: var(--sss_accent_color);
  color: var(--sss_light_color);
}

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

.TUF2mnAwhH:hover {
  background-color: var(--sss_primary_color);
  color: var(--sss_light_color);
}

.a0v3b7dGdl {
  flex: 1;
  width: 100%;
}

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

  .kV3JIrDJ1gpnf {
    font-size: 2.4rem;
  }

  .DJnFgG7vm {
    font-size: 1.8rem;
  }

  .dHVyzJzqNTw {
    width: 100%;
    max-width: 300px;
  }
}

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

  .DJnFgG7vm {
    font-size: 1.6rem;
  }
}

.KgHlH4g33RbwE9 {
  background: linear-gradient(
    135deg,
    var(--sss_primary_color) 0%,
    var(--sss_dark_color) 100%
  );
  color: var(--sss_light_color);
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.maBWAsgEcPFVtN {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zcADQFLPGfz7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--sss_font_size_small);
}

.hrV4Ghbub6d4w,
.DJg3AnlhCOFn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.q8NJdYJsTtal {
  padding: 2rem 0;
}

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

.q7HTdklZ9Se {
  flex: 1;
}

.E3AIVAxdhtWo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: var(--sss_transition);
}

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

.wXrYTf5FDQ {
  font-size: 3.5rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.blflOyxX3 {
  font-size: var(--sss_font_size_xlarge);
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.Yx1Re2e8p2UYR p {
  font-size: var(--sss_font_size_small);
  margin: 0;
  opacity: 0.9;
  font-weight: 400;
}

.TEo2J0xHqz3 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.rDps49CyGbK {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-end;
}

.eItev6s7nc3,
.p0ReTNwPuDh82mP {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--sss_light_color);
  text-decoration: none;
  font-size: var(--sss_font_size_small);
  transition: var(--sss_transition);
  padding: 0.5rem 1rem;
  border-radius: var(--sss_border_radius);
  background: rgba(255, 255, 255, 0.1);
}

.eItev6s7nc3:hover,
.p0ReTNwPuDh82mP:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--sss_secondary_color);
}

.BQXK8NITj8nnbA {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.SwxWnACQbyNS {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.af6tM87QU9yk7w {
  display: flex;
  list-style: none;
  gap: 3rem;
  margin: 0;
  padding: 1.5rem 0;
}

.lDG4aqzC28Nrap {
  position: relative;
}

.SXBk9BaxooKuIq {
  color: var(--sss_light_color);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--sss_font_size_base);
  padding: 0.8rem 1.5rem;
  border-radius: var(--sss_border_radius);
  transition: var(--sss_transition);
}

.SXBk9BaxooKuIq:hover,
.iBeNWKJpUX9C {
  background: rgba(255, 255, 255, 0.2);
  color: var(--sss_secondary_color);
}

.uqvPBwRXfOmxM {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
}

.sMkPbT4cMZw {
  width: 25px;
  height: 3px;
  background: var(--sss_light_color);
  border-radius: 2px;
  transition: var(--sss_transition);
}

.QtjeXrD3kGz {
  background: linear-gradient(
    90deg,
    var(--sss_accent_color) 0%,
    var(--sss_secondary_color) 100%
  );
  padding: 1rem 0;
  color: var(--sss_dark_color);
}

.qS49fdCBqBnpEE {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}

.NxGKdFyw8BGgT {
  font-size: 1.8rem;
}

.ZwOoVZ6QBY1US {
  flex: 1;
  text-align: center;
}

.j5Pz9apLh0whYG {
  background: var(--sss_dark_color);
  color: var(--sss_light_color);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: var(--sss_font_size_small);
  font-weight: 700;
}

.LLCeqeep55AEUNe {
  background: linear-gradient(
    135deg,
    var(--sss_dark_color) 0%,
    var(--sss_primary_color) 100%
  );
  color: var(--sss_light_color);
  margin-top: auto;
}

.i2ZtiHZ6v {
  padding: 4rem 0 2rem;
}

.mnVx7yycFU0SE {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.d8K6Q8AwiE {
  flex: 2;
}

.GK6grzJKyDhD {
  flex: 3;
  display: flex;
  gap: 2rem;
}

.XyIHcsDt2b {
  margin-bottom: 2rem;
}

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

.SJDTiPgNOZgUMU {
  font-size: 3rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.eVD7mTpxB9AiuX h3 {
  font-size: var(--sss_font_size_large);
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--sss_light_color);
}

.eVD7mTpxB9AiuX p {
  font-size: var(--sss_font_size_small);
  margin: 0;
  opacity: 0.8;
}

.nh5ZrxrFTw {
  margin-bottom: 2rem;
}

.nh5ZrxrFTw p {
  font-size: var(--sss_font_size_base);
  line-height: 1.7;
  opacity: 0.9;
  margin: 0;
}

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

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

.HCjgucpv2SZnN {
  font-size: 1.6rem;
  width: 2.5rem;
  text-align: center;
}

.M3UWbctt2 a {
  color: var(--sss_light_color);
  text-decoration: none;
  transition: var(--sss_transition);
}

.M3UWbctt2 a:hover {
  color: var(--sss_secondary_color);
  transform: translateX(5px);
}

.f3HmueS8qWqS {
  flex: 1;
}

.fgNvpef3ZKGR {
  font-size: var(--sss_font_size_large);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--sss_light_color);
  position: relative;
}

.fgNvpef3ZKGR::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: var(--sss_accent_color);
}

.kL1rL4s1CeWw5lW {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kL1rL4s1CeWw5lW li {
  margin-bottom: 1rem;
}

.kL1rL4s1CeWw5lW a {
  color: var(--sss_light_color);
  text-decoration: none;
  font-size: var(--sss_font_size_base);
  opacity: 0.8;
  transition: var(--sss_transition);
  position: relative;
  padding-left: 1.5rem;
}

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

.kL1rL4s1CeWw5lW a:hover {
  opacity: 1;
  color: var(--sss_secondary_color);
  transform: translateX(5px);
}

.kL1rL4s1CeWw5lW a:hover::before {
  opacity: 1;
}

.NaYqhnTzmsc0O {
  background: rgba(0, 0, 0, 0.3);
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.ZcHJe4OaXb {
  display: flex;
  gap: 2rem;
}

.CpJBDDHPclaiTw {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--sss_font_size_small);
  font-weight: 600;
  opacity: 0.9;
}

.kUaoNFvC5zl {
  text-align: right;
}

.kUaoNFvC5zl p {
  margin: 0.3rem 0;
  font-size: var(--sss_font_size_small);
  opacity: 0.8;
}

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

  .ShWpTeW8eJ {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .TEo2J0xHqz3 {
    justify-content: center;
  }

  .rDps49CyGbK {
    align-items: center;
  }

  .af6tM87QU9yk7w {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--sss_primary_color);
    flex-direction: column;
    gap: 0;
    padding: 2rem 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  }

  .af6tM87QU9yk7w.u65JT1A2K {
    transform: translateY(0);
  }

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

  .SXBk9BaxooKuIq {
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .uqvPBwRXfOmxM {
    display: flex;
  }

  .qS49fdCBqBnpEE {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

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

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

  .kcONY9tcH9M {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .ZcHJe4OaXb {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .q8NJdYJsTtal {
    padding: 1.5rem 0;
  }

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

  .rDps49CyGbK {
    flex-direction: column;
    gap: 0.5rem;
  }

  .i2ZtiHZ6v {
    padding: 3rem 0 2rem;
  }

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

/* Thanks Page Styles */
.IosR6kqxJvdlM9D {
  background: linear-gradient(
    135deg,
    var(--sss_light_color) 0%,
    var(--sss_secondary_color) 100%
  );
  padding: 6rem 0;
  text-align: center;
}

.yOHJEthh5rQ {
  max-width: 800px;
  margin: 0 auto;
}

.wDheE18flSH {
  font-size: 6rem;
  margin-bottom: 2rem;
  display: block;
}

.CG2W9CQaiWqeMq {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 2rem;
}

.lPrf0tG3s6 {
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 3rem;
}

.NNYB8VCeV22QF {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.QOXl76VKFofu2G {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.QOXl76VKFofu2G:last-child {
  border-bottom: none;
}

.cEPxqLTfSrG2fc {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--qIZIMQd82uvftyg_color);
}

.fHnYWTfY74z8MG {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sss_primary_color);
}

.J4rXpk0g6MU4O {
  background: var(--sss_light_color);
  padding: 6rem 0;
}

.vWf8CiknFuvYJ {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.GczrD7ljS8C {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.GczrD7ljS8C:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.Ypd40cmxRyMxH {
  width: 60px;
  height: 60px;
  background: var(--sss_primary_color);
  color: var(--sss_light_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  flex-shrink: 0;
}

.YE4Qf0vZvr6QkYx {
  flex: 1;
}

.OiJ3k1MPa {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
}

.KSP66eMiWPdUf {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 1.5rem;
}

.GGpH6kq38 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.iwMAx0amwBU0VrS {
  font-size: var(--sss_font_size_base);
  color: var(--sss_dark_color);
  font-weight: 600;
  background: var(--sss_secondary_color);
  padding: 0.5rem 1rem;
  border-radius: 15px;
  display: inline-block;
}

.HJFMjU4sT {
  background: linear-gradient(
    135deg,
    var(--sss_secondary_color) 0%,
    var(--sss_accent_color) 100%
  );
  padding: 6rem 0;
  color: var(--sss_dark_color);
}

.HJFMjU4sT .kV3JIrDJ1gpnf {
  color: var(--sss_dark_color);
}

.dHh4WX7w32fJ {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}

.TQspFL6PwcupLa {
  flex: 1;
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.TQspFL6PwcupLa:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.Qa3BPB0g05N0h {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  display: block;
}

.MToYHlxY5H37 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
}

.kTtJP5c0PHt2m {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--qIZIMQd82uvftyg_color);
}

.k4jGeL30MyA {
  background: var(--sss_light_color);
  padding: 6rem 0;
}

.Atiaweo6DJD1PFp {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.TGRQRMogSTxmpXb {
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 3rem;
}

.fdXPfqDm9O {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.NsRjrKNWh9xfsv {
  flex: 1;
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.NsRjrKNWh9xfsv:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

.zY67TXf5gG h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.zY67TXf5gG p {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 0.5rem;
}

.nekCyU57knI {
  font-size: var(--sss_font_size_base);
  color: var(--sss_dark_color);
  font-style: italic;
}

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

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

  .CG2W9CQaiWqeMq {
    font-size: 2.8rem;
  }

  .lPrf0tG3s6 {
    font-size: 1.6rem;
  }

  .QOXl76VKFofu2G {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .J4rXpk0g6MU4O {
    padding: 4rem 0;
  }

  .GczrD7ljS8C {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .GGpH6kq38 {
    align-items: center;
  }

  .HJFMjU4sT {
    padding: 4rem 0;
  }

  .dHh4WX7w32fJ {
    flex-direction: column;
  }

  .k4jGeL30MyA {
    padding: 4rem 0;
  }

  .fdXPfqDm9O {
    flex-direction: column;
  }

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

@media (max-width: 480px) {
  .IosR6kqxJvdlM9D {
    padding: 3rem 0;
  }

  .wDheE18flSH {
    font-size: 4rem;
  }

  .CG2W9CQaiWqeMq {
    font-size: 2.4rem;
  }

  .lPrf0tG3s6 {
    font-size: 1.4rem;
  }

  .NNYB8VCeV22QF {
    padding: 2rem;
  }

  .cEPxqLTfSrG2fc,
  .fHnYWTfY74z8MG {
    font-size: 1.4rem;
  }

  .J4rXpk0g6MU4O {
    padding: 3rem 0;
  }

  .GczrD7ljS8C {
    padding: 1.5rem;
  }

  .Ypd40cmxRyMxH {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }

  .OiJ3k1MPa {
    font-size: 1.8rem;
  }

  .KSP66eMiWPdUf {
    font-size: 1.4rem;
  }

  .HJFMjU4sT {
    padding: 3rem 0;
  }

  .TQspFL6PwcupLa {
    padding: 2rem;
  }

  .MToYHlxY5H37 {
    font-size: 1.8rem;
  }

  .kTtJP5c0PHt2m {
    font-size: 1.4rem;
  }

  .k4jGeL30MyA {
    padding: 3rem 0;
  }

  .TGRQRMogSTxmpXb {
    font-size: 1.6rem;
  }

  .NsRjrKNWh9xfsv {
    padding: 1.5rem;
  }

  .zY67TXf5gG h3 {
    font-size: 1.6rem;
  }

  .zY67TXf5gG p {
    font-size: 1.4rem;
  }
}

.KgHlH4g33RbwE9 {
  background: linear-gradient(
    135deg,
    var(--sss_primary_color) 0%,
    var(--sss_dark_color) 100%
  );
  color: var(--sss_light_color);
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.maBWAsgEcPFVtN {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zcADQFLPGfz7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--sss_font_size_small);
}

.hrV4Ghbub6d4w,
.DJg3AnlhCOFn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.q8NJdYJsTtal {
  padding: 2rem 0;
}

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

.q7HTdklZ9Se {
  flex: 1;
}

.E3AIVAxdhtWo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: var(--sss_transition);
}

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

.wXrYTf5FDQ {
  font-size: 3.5rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.blflOyxX3 {
  font-size: var(--sss_font_size_xlarge);
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.Yx1Re2e8p2UYR p {
  font-size: var(--sss_font_size_small);
  margin: 0;
  opacity: 0.9;
  font-weight: 400;
}

.TEo2J0xHqz3 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.rDps49CyGbK {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-end;
}

.eItev6s7nc3,
.p0ReTNwPuDh82mP {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--sss_light_color);
  text-decoration: none;
  font-size: var(--sss_font_size_small);
  transition: var(--sss_transition);
  padding: 0.5rem 1rem;
  border-radius: var(--sss_border_radius);
  background: rgba(255, 255, 255, 0.1);
}

.eItev6s7nc3:hover,
.p0ReTNwPuDh82mP:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--sss_secondary_color);
}

.BQXK8NITj8nnbA {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.SwxWnACQbyNS {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.af6tM87QU9yk7w {
  display: flex;
  list-style: none;
  gap: 3rem;
  margin: 0;
  padding: 1.5rem 0;
}

.lDG4aqzC28Nrap {
  position: relative;
}

.SXBk9BaxooKuIq {
  color: var(--sss_light_color);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--sss_font_size_base);
  padding: 0.8rem 1.5rem;
  border-radius: var(--sss_border_radius);
  transition: var(--sss_transition);
}

.SXBk9BaxooKuIq:hover,
.iBeNWKJpUX9C {
  background: rgba(255, 255, 255, 0.2);
  color: var(--sss_secondary_color);
}

.uqvPBwRXfOmxM {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
}

.sMkPbT4cMZw {
  width: 25px;
  height: 3px;
  background: var(--sss_light_color);
  border-radius: 2px;
  transition: var(--sss_transition);
}

.QtjeXrD3kGz {
  background: linear-gradient(
    90deg,
    var(--sss_accent_color) 0%,
    var(--sss_secondary_color) 100%
  );
  padding: 1rem 0;
  color: var(--sss_dark_color);
}

.qS49fdCBqBnpEE {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}

.ZwOoVZ6QBY1US {
  flex: 1;
  text-align: center;
}

.j5Pz9apLh0whYG {
  background: var(--sss_dark_color);
  color: var(--sss_light_color);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: var(--sss_font_size_small);
  font-weight: 700;
}

.LLCeqeep55AEUNe {
  background: linear-gradient(
    135deg,
    var(--sss_dark_color) 0%,
    var(--sss_primary_color) 100%
  );
  color: var(--sss_light_color);
  margin-top: auto;
}

.i2ZtiHZ6v {
  padding: 4rem 0 2rem;
}

.mnVx7yycFU0SE {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.d8K6Q8AwiE {
  flex: 2;
}

.GK6grzJKyDhD {
  flex: 3;
  display: flex;
  gap: 2rem;
}

.XyIHcsDt2b {
  margin-bottom: 2rem;
}

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

.SJDTiPgNOZgUMU {
  font-size: 3rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.eVD7mTpxB9AiuX h3 {
  font-size: var(--sss_font_size_large);
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--sss_light_color);
}

.eVD7mTpxB9AiuX p {
  font-size: var(--sss_font_size_small);
  margin: 0;
  opacity: 0.8;
}

.nh5ZrxrFTw {
  margin-bottom: 2rem;
}

.nh5ZrxrFTw p {
  font-size: var(--sss_font_size_base);
  line-height: 1.7;
  opacity: 0.9;
  margin: 0;
}

.f3HmueS8qWqS {
  flex: 1;
}

.fgNvpef3ZKGR {
  font-size: var(--sss_font_size_large);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--sss_light_color);
  position: relative;
}

.fgNvpef3ZKGR::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: var(--sss_accent_color);
}

.kL1rL4s1CeWw5lW {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kL1rL4s1CeWw5lW li {
  margin-bottom: 1rem;
}

.kL1rL4s1CeWw5lW a {
  color: var(--sss_light_color);
  text-decoration: none;
  font-size: var(--sss_font_size_base);
  opacity: 0.8;
  transition: var(--sss_transition);
  position: relative;
  padding-left: 1.5rem;
}

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

.kL1rL4s1CeWw5lW a:hover {
  opacity: 1;
  color: var(--sss_secondary_color);
  transform: translateX(5px);
}

.kL1rL4s1CeWw5lW a:hover::before {
  opacity: 1;
}

.NaYqhnTzmsc0O {
  background: rgba(0, 0, 0, 0.3);
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.ZcHJe4OaXb {
  display: flex;
  gap: 2rem;
}

.CpJBDDHPclaiTw {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--sss_font_size_small);
  font-weight: 600;
  opacity: 0.9;
}

.kUaoNFvC5zl {
  text-align: right;
}

.kUaoNFvC5zl p {
  margin: 0.3rem 0;
  font-size: var(--sss_font_size_small);
  opacity: 0.8;
}

.vbQ0Aw5HdbP2 {
  background: linear-gradient(
    135deg,
    var(--sss_light_color) 0%,
    var(--sss_secondary_color) 100%
  );
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.yDl73dj0U8cRRM {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.LMhsuUmHu {
  flex: 1;
}

.jhgC3di7lPlse {
  display: inline-block;
  background: var(--sss_primary_color);
  color: var(--sss_light_color);
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: var(--sss_font_size_small);
  font-weight: 600;
  margin-bottom: 2rem;
}

.LKo7F1uDY6THq2M {
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 3rem;
}

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

.cLUhnpUsW9lXeNY {
  text-align: center;
}

.ubMqYHAmmKS3a {
  font-size: 3rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  display: block;
  margin-bottom: 0.5rem;
}

.bPIzGi9euFq {
  font-size: var(--sss_font_size_small);
  color: var(--qIZIMQd82uvftyg_color);
  font-weight: 600;
}

.gkBYUWEnkSiRR {
  flex: 1;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.H3TRmPcvk2 {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.bmkT6SH3Cwu {
  background: var(--sss_light_color);
  padding: 6rem 0;
}

.XbneNkRTdUwOYo6 {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

.XbneNkRTdUwOYo6:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.Puz0LQiYp6pe {
  position: relative;
  width: 50%;

  overflow: hidden;
  flex-shrink: 0;
}

.Puz0LQiYp6pe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--sss_transition);
}

.XbneNkRTdUwOYo6:hover .Puz0LQiYp6pe img {
  transform: scale(1.05);
}

.M3e14rbX217hovS {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--sss_primary_color);
  color: var(--sss_light_color);
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.F7nFpPtRBA {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.QQHC4CUHXXjf {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.VM3njg8bFuXDQZ {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
}

.zJdxJzy0naPh {
  font-size: var(--sss_font_size_base);
  line-height: 1.6;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 2rem;
}

.e4dpyD5SDy10y,
.MYC14jwfGMmc6c {
  margin-bottom: 2rem;
}

.e4dpyD5SDy10y h4,
.MYC14jwfGMmc6c h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.e4dpyD5SDy10y ul,
.MYC14jwfGMmc6c ol {
  margin: 0;
  padding-left: 2rem;
}

.e4dpyD5SDy10y li,
.MYC14jwfGMmc6c li {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.rEVBqYGvoWx {
  flex: 0 0 auto;
  width: 300px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.rEVBqYGvoWx:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.WAZEVkqrgL84Ee {
  height: 150px;
  overflow: hidden;
}

.WAZEVkqrgL84Ee img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mIvKqwpUKtKLb {
  padding: 2rem;
  text-align: center;
}

.mIvKqwpUKtKLb h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.mIvKqwpUKtKLb p {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 1rem;
}

.DfFfvIrTI {
  background: var(--sss_secondary_color);
  color: var(--sss_dark_color);
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.P7nOs3EXye3y {
  background: linear-gradient(
    135deg,
    var(--sss_dark_color) 0%,
    var(--sss_primary_color) 100%
  );
  color: var(--sss_light_color);
  padding: 6rem 0;
}

.P7nOs3EXye3y .kV3JIrDJ1gpnf,
.P7nOs3EXye3y .DJnFgG7vm {
  color: var(--sss_light_color);
}

.P7nOs3EXye3y .DJnFgG7vm {
  opacity: 0.9;
}

.dSY16MHHtB {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.FAxiigC4XR9mcc {
  display: flex;
  gap: 4rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 4rem;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.ByIFMV5jNL {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
}

.ByIFMV5jNL img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.PemBZi2b7nG {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--sss_accent_color);
  color: var(--sss_dark_color);
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: var(--sss_font_size_small);
}

.qxuPTm2J2maJ {
  flex: 1;
}

.Fx9AJAZEou4 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--sss_light_color);
  margin-bottom: 1.5rem;
}

.gWEfuo3Oy {
  font-size: 1.8rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.OI28jzeas7S {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.HanhXM1eJmcq {
  flex: 1;
  text-align: center;
}

.HanhXM1eJmcq h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sss_accent_color);
  margin-bottom: 0.5rem;
}

.HanhXM1eJmcq p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--sss_font_size_base);
}

.NE5KPRsLvhBK9 {
  margin-top: 2rem;
}

.NE5KPRsLvhBK9 h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_accent_color);
  margin-bottom: 1rem;
}

.NE5KPRsLvhBK9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.NE5KPRsLvhBK9 li {
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 1.5rem;
}

.NE5KPRsLvhBK9 li::before {
  content: "•";
  color: var(--sss_accent_color);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.uid7DxkAuhOFWEw {
  display: flex;
  gap: 2rem;
}

.j7S9O6PmL {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: var(--sss_transition);
}

.j7S9O6PmL:hover {
  transform: translateY(-5px);
  border-color: var(--sss_accent_color);
}

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

.j7S9O6PmL h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_light_color);
  margin-bottom: 1rem;
}

.j7S9O6PmL p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  font-size: var(--sss_font_size_base);
}

.PwivvDBN9MdDpX {
  background: var(--sss_accent_color);
  color: var(--sss_dark_color);
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.E0d7wS5X6xC {
  background: var(--sss_light_color);
  padding: 6rem 0;
}

.ehimFpQc2uiLUH {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

.ehimFpQc2uiLUH:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.DpCnsV0Z6oLVN6 {
  position: relative;
  width: 50%;

  overflow: hidden;
  flex-shrink: 0;
}

.DpCnsV0Z6oLVN6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ZhrXevIPIycE28 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--sss_primary_color);
  color: var(--sss_light_color);
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: var(--sss_font_size_small);
}

.sZYrLD0P2a {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.FqeoEgwmacxMco {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
}

.lmNEidEDJ01D {
  font-size: var(--sss_font_size_base);
  line-height: 1.6;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 2rem;
}

.uYx6EYADD45xUmK,
.Wd8nyeTyDS7GTP5 {
  margin-bottom: 2rem;
}

.uYx6EYADD45xUmK h4,
.Wd8nyeTyDS7GTP5 h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.uYx6EYADD45xUmK ul,
.Wd8nyeTyDS7GTP5 ol {
  margin: 0;
  padding-left: 2rem;
}

.uYx6EYADD45xUmK li,
.Wd8nyeTyDS7GTP5 li {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.EThA7Wbozc {
  flex: 0 0 auto;
  width: 300px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.EThA7Wbozc:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.DpCnsV0Z6oLVN6 {
  overflow: hidden;
}

.DpCnsV0Z6oLVN6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sZYrLD0P2a {
  padding: 2rem;
  text-align: center;
}

.sZYrLD0P2a h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.sZYrLD0P2a p {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 1rem;
}

.VLKg72xcQDv {
  background: var(--sss_secondary_color);
  color: var(--sss_dark_color);
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.Khp4pPWQIHp {
  background: linear-gradient(
    135deg,
    var(--sss_secondary_color) 0%,
    var(--sss_accent_color) 100%
  );
  padding: 6rem 0;
  color: var(--sss_dark_color);
}

.Khp4pPWQIHp .kV3JIrDJ1gpnf,
.Khp4pPWQIHp .DJnFgG7vm {
  color: var(--sss_dark_color);
}

.Khp4pPWQIHp .DJnFgG7vm {
  opacity: 0.8;
}

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

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

.oDu1aHpSfS3Z5o6 {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.oDu1aHpSfS3Z5o6:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.V7JbN1Yo3Y {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.yNkb3DpD8gf {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
}

.XLOVW27Ko6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.XLOVW27Ko6 li {
  padding: 0.8rem 0;
  color: var(--qIZIMQd82uvftyg_color);
  position: relative;
  padding-left: 2rem;
  border-bottom: 1px solid #f0f0f0;
}

.XLOVW27Ko6 li:last-child {
  border-bottom: none;
}

.XLOVW27Ko6 li::before {
  content: "💡";
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.xHtTLDsvm5Xh {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gx6KVcgY8LBMC {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: var(--sss_transition);
}

.gx6KVcgY8LBMC:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.I9A2m9QaVP4JBnl {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  display: block;
}

.gx6KVcgY8LBMC h4 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.gx6KVcgY8LBMC p {
  color: var(--qIZIMQd82uvftyg_color);
  font-size: var(--sss_font_size_base);
}

.anxtpn7rLZ {
  background: var(--sss_light_color);
  padding: 6rem 0;
}

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

.AhrGfNkAjTKUAAI {
  flex: 1;
}

.Gua7b5JwY6p5 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 2rem;
}

.Ac5JHm0HX {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 3rem;
}

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

.eQe6kaLl2Sm {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.IPiPixK7gFzkwDK {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sss_secondary_color);
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.eQe6kaLl2Sm h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 0.5rem;
}

.eQe6kaLl2Sm p {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  margin: 0;
}

.Kcd8ut0oYB {
  flex: 1;
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.bQnxzc841gTON8 {
  margin-bottom: 2rem;
}

.bQnxzc841gTON8 label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary_color);
  margin-bottom: 0.8rem;
}

.bQnxzc841gTON8 input,
.bQnxzc841gTON8 select,
.bQnxzc841gTON8 textarea {
  width: 100%;
  padding: 1.2rem;
  border: 2px solid #e0e0e0;
  border-radius: var(--sss_border_radius);
  font-size: var(--sss_font_size_base);
  font-family: inherit;
  transition: var(--sss_transition);
}

.bQnxzc841gTON8 input:focus,
.bQnxzc841gTON8 select:focus,
.bQnxzc841gTON8 textarea:focus {
  outline: none;
  border-color: var(--sss_primary_color);
  box-shadow: 0 0 0 3px rgba(139, 69, 19, 0.1);
}

.ViYBI6nJKlg0mp {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
}

.ViYBI6nJKlg0mp input[type="checkbox"] {
  width: auto;
  margin: 0;
  margin-right: 10px;
}

.wqkZ4bVMIMYeQ {
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--sss_transition);
}

.ViYBI6nJKlg0mp input[type="checkbox"]:checked + .wqkZ4bVMIMYeQ {
  background: var(--sss_primary_color);
  border-color: var(--sss_primary_color);
}

.ViYBI6nJKlg0mp input[type="checkbox"]:checked + .wqkZ4bVMIMYeQ::after {
  content: "✓";
  color: white;
  font-weight: 700;
}

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

  .ShWpTeW8eJ {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .TEo2J0xHqz3 {
    justify-content: center;
  }

  .rDps49CyGbK {
    align-items: center;
  }

  .af6tM87QU9yk7w {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--sss_primary_color);
    flex-direction: column;
    gap: 0;
    padding: 2rem 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  }

  .af6tM87QU9yk7w.u65JT1A2K {
    transform: translateY(0);
  }

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

  .SXBk9BaxooKuIq {
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .uqvPBwRXfOmxM {
    display: flex;
  }

  .qS49fdCBqBnpEE {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

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

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

  .kcONY9tcH9M {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .ZcHJe4OaXb {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

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

  .ZWsptELeP0MWZ {
    justify-content: center;
  }

  .QHlBnilbleFYS4 {
    flex-direction: column;
  }

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

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

  .uid7DxkAuhOFWEw {
    flex-direction: column;
  }

  .ehimFpQc2uiLUH {
    flex-direction: column;
  }

  .DpCnsV0Z6oLVN6 {
    width: 100%;
    height: 250px;
  }

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

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

  .K823DmhO9GAXC0z {
    flex-direction: column;
  }

  .h1WBv9QH9 {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .q8NJdYJsTtal {
    padding: 1.5rem 0;
  }

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

  .rDps49CyGbK {
    flex-direction: column;
    gap: 0.5rem;
  }

  .i2ZtiHZ6v {
    padding: 3rem 0 2rem;
  }

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

  .vbQ0Aw5HdbP2 {
    padding: 4rem 0;
  }

  .ZWsptELeP0MWZ {
    flex-direction: column;
    gap: 1.5rem;
  }

  .bmkT6SH3Cwu {
    padding: 4rem 0;
  }

  .P7nOs3EXye3y {
    padding: 4rem 0;
  }

  .FAxiigC4XR9mcc {
    padding: 2rem;
  }

  .E0d7wS5X6xC {
    padding: 4rem 0;
  }

  .Khp4pPWQIHp {
    padding: 4rem 0;
  }

  .anxtpn7rLZ {
    padding: 4rem 0;
  }

  .Kcd8ut0oYB {
    padding: 2rem;
  }
}

/* New cooking tips styles */
.UrVxwkCRght {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
  text-align: center;
}

.UrVxwkCRght:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.HyR5HrdHnFaNS {
  background: linear-gradient(
    135deg,
    var(--sss_dark_color) 0%,
    var(--sss_primary_color) 100%
  );
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.CHekkzEta39 {
  padding: 1rem;
}
.O2TCY9l2c0 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
}

.M0pUyMQAwqp {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  line-height: 1.6;
  margin: 0;
}

/* Traditional recipes card fixes */
@media (max-width: 768px) {
  .XbneNkRTdUwOYo6 {
    flex-direction: column;
  }

  .Puz0LQiYp6pe {
    width: 100%;
    height: 250px;
  }

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

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

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

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

/* Recipes CTA Section */
.B7TujnQ7lAY8 {
  background: linear-gradient(
    135deg,
    var(--sss_primary_color) 0%,
    var(--sss_accent_color) 100%
  );
  padding: 6rem 0;
  color: var(--sss_light_color);
  text-align: center;
}

.B7TujnQ7lAY8 .kV3JIrDJ1gpnf {
  color: var(--sss_light_color);
  margin-bottom: 1.5rem;
}

.B7TujnQ7lAY8 .DJnFgG7vm {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
}

.ihVWJY7LZXp2 {
  margin-bottom: 4rem;
}

.w1wwOPO0GBoTaMk {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 3rem 0;
}

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

.dB7uOEQ546OI {
  font-size: 3rem;
  display: block;
}

.sKGDDvmfgb65e38 p {
  font-size: var(--sss_font_size_base);
  color: var(--sss_light_color);
  margin: 0;
}

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

.PNjo1Q7JiPu .dHVyzJzqNTw {
  min-width: 200px;
}

.PNjo1Q7JiPu .TUF2mnAwhH {
  background: transparent;
  border: 2px solid var(--sss_light_color);
  color: var(--sss_light_color);
}

.PNjo1Q7JiPu .TUF2mnAwhH:hover {
  background: var(--sss_light_color);
  color: var(--sss_primary_color);
}

.FdnUXayRjtG16Ys {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
}

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

.OfvFSWF6k5G2 {
  font-size: 2rem;
}

.HsQrRYeTEP h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sss_light_color);
  margin: 0 0 0.5rem 0;
}

.HsQrRYeTEP p {
  font-size: var(--sss_font_size_base);
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.HsQrRYeTEP a {
  color: var(--sss_light_color);
  text-decoration: none;
  font-weight: 600;
}

.HsQrRYeTEP a:hover {
  text-decoration: underline;
}

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

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

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

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

  .HsQrRYeTEP {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .PNjo1Q7JiPu .dHVyzJzqNTw {
    width: 100%;
    max-width: 300px;
  }
}
