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

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

.llDhdv4Bi6ulEct {
  text-align: center;
  position: relative;
  z-index: 2;
}

.auDElfuUFos {
  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;
}

.uMD36Mo36 {
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.GamBjcKqYcdXAR3,
.SGNToJgqvA,
.lvHlcdU8dj5,
.eXJ3M3LxiJG9,
.OFo9CbCATCtYWsP,
.xD4BZvz9wcGO,
.drBjKLeZXJC,
.M1aZsi6EikmhL {
  background: var(--sss_light_color);
  padding: 6rem 0;
}

.u2ZnPojgvnU1rrb {
  margin-top: 4rem;
}

.QEFNOPGCY1li {
  margin-bottom: 4rem;
}

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

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

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

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

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

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

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

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

.f3GbLmU23XN1z p {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  line-height: 1.6;
}

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

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

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

.RYUHSudGQQH15 li::before {
  content: "✓";
  color: var(--sss_primary_color);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.pLqHeIYRlWqXH1D,
.hDYbuwkjb,
.BxjR2ZYKB,
.CGqchqkbTk,
.Hr85SDEx9vrJDD,
.uJgcfUQeIKav1KO,
.rFIveCAVYPbelu,
.yfPVLn2IaUgVkS,
.RX0vx4tuTtP4ErA,
.Eui03ioaaeWRWQ,
.las7X5vQ4X4o7p {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.o4kaBou3PaAgeQs,
.RyidRTknkR,
.y9czGwprSeI,
.lLxSRrbbvwzD,
.RksciTf1T,
.eHH0FC6vx,
.Mbey3LVZ1,
.evqquzetKLAMs,
.FrTWRvUjDtgD,
.yClczgrTmwn1Ij {
  flex: 1;
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.o4kaBou3PaAgeQs:hover,
.RyidRTknkR:hover,
.y9czGwprSeI:hover,
.lLxSRrbbvwzD:hover,
.RksciTf1T:hover,
.eHH0FC6vx:hover,
.Mbey3LVZ1:hover,
.evqquzetKLAMs:hover,
.FrTWRvUjDtgD:hover,
.yClczgrTmwn1Ij:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.OCacAsxes,
.mc4WhhqoOvoGOH8,
.wVMOEcfpAvNj,
.nsG0PuU5ELg8Jza {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.tkFBQkXVGWfzkK,
.rQkMBtoPtg7zD,
.Bg79CFOiXykSEJ,
.tuWFpL1N4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tkFBQkXVGWfzkK li,
.rQkMBtoPtg7zD li,
.Bg79CFOiXykSEJ li,
.tuWFpL1N4 li {
  padding: 0.5rem 0;
  color: var(--qIZIMQd82uvftyg_color);
  position: relative;
  padding-left: 1.5rem;
}

.tkFBQkXVGWfzkK li::before,
.rQkMBtoPtg7zD li::before,
.Bg79CFOiXykSEJ li::before,
.tuWFpL1N4 li::before {
  content: "•";
  color: var(--sss_primary_color);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.ZyaGfvPBTVOfO0,
.dj8xJawknts,
.KER6uOpZKfxmg5,
.VxaNaLbol,
.zgex7AOjDiR7E {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.DbyufiDKqM h4,
.zSgwc7T0fUEqK7G h4,
.Ct4uFS30rQZlBkB h4,
.v8ZjfimAiCm h4,
.JDyLpwoJx h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.DbyufiDKqM p,
.zSgwc7T0fUEqK7G p,
.Ct4uFS30rQZlBkB p,
.v8ZjfimAiCm p,
.JDyLpwoJx p {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  line-height: 1.6;
}

.t6KbSzupiQ3A {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}

.t6KbSzupiQ3A li {
  padding: 0.3rem 0;
  color: var(--qIZIMQd82uvftyg_color);
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--sss_font_size_small);
}

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

.XR47ZURqdjh7,
.cWYPMbXhLUk4 {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.w1xzd3LyN,
.cp78haV1g4mVv {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  display: block;
  margin-bottom: 1rem;
}

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

.lLxSRrbbvwzD p,
.rwYYZEVgdRR p {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  line-height: 1.6;
}

.TBZe6reYbM3lU {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}

.TBZe6reYbM3lU li {
  padding: 0.3rem 0;
  color: var(--qIZIMQd82uvftyg_color);
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--sss_font_size_small);
}

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

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

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

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

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

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

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

.AoXucVAc1 {
  font-size: var(--sss_font_size_small);
  color: var(--sss_primary_color);
  font-weight: 600;
  font-style: italic;
}

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

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

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

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

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

.yicZgeOROnQw {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sss_primary_color);
  margin-bottom: 0.5rem;
}

.ExS2rO82KT {
  font-size: var(--sss_font_size_base);
  color: var(--qIZIMQd82uvftyg_color);
  margin-bottom: 0.3rem;
}

.xtJWkrDjis {
  font-size: var(--sss_font_size_small);
  color: var(--qIZIMQd82uvftyg_color);
  font-style: italic;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .Eui03ioaaeWRWQ {
    flex-direction: column;
  }
  .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;
  }

  .fFUh6WAhJ5wkzf {
    padding: 4rem 0;
  }

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

  .GamBjcKqYcdXAR3,
  .SGNToJgqvA,
  .lvHlcdU8dj5,
  .eXJ3M3LxiJG9,
  .OFo9CbCATCtYWsP,
  .xD4BZvz9wcGO,
  .drBjKLeZXJC,
  .M1aZsi6EikmhL {
    padding: 4rem 0;
  }

  .sFkPFQF1m1WU,
  .pLqHeIYRlWqXH1D,
  .hDYbuwkjb,
  .BxjR2ZYKB,
  .CGqchqkbTk,
  .Hr85SDEx9vrJDD,
  .uJgcfUQeIKav1KO,
  .rFIveCAVYPbelu,
  .LVDxZd2R1QrR0Wx,
  .DttHsPJCivz,
  .RX0vx4tuTtP4ErA,
  .las7X5vQ4X4o7p {
    flex-direction: column;
  }

  .yfPVLn2IaUgVkS {
    flex-direction: column;
    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;
  }

  .fFUh6WAhJ5wkzf {
    padding: 3rem 0;
  }

  .uMD36Mo36 {
    font-size: 1.6rem;
  }

  .GamBjcKqYcdXAR3,
  .SGNToJgqvA,
  .lvHlcdU8dj5,
  .eXJ3M3LxiJG9,
  .OFo9CbCATCtYWsP,
  .xD4BZvz9wcGO,
  .drBjKLeZXJC,
  .M1aZsi6EikmhL {
    padding: 3rem 0;
  }

  .vKnaCUrq40T {
    font-size: 2rem;
  }

  .aV6UC9MswDxgC {
    font-size: 1.4rem;
  }

  .eIbatyzhXsXNT,
  .o4kaBou3PaAgeQs,
  .RyidRTknkR,
  .y9czGwprSeI,
  .lLxSRrbbvwzD,
  .RksciTf1T,
  .eHH0FC6vx,
  .Mbey3LVZ1,
  .QEYAlPa2g,
  .pmT3OCO0Ke8aILV,
  .evqquzetKLAMs,
  .yClczgrTmwn1Ij {
    padding: 1.5rem;
  }
}
