/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Local fonts only */
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: "ClashDisplay-Regular";
  font-weight: 400;
  font-display: swap;
  src: url("ClashDisplay-Regular.otf") format("otf");
}
@font-face {
  font-family: "Borensa";
  font-weight: 400;
  font-display: swap;
  src: url("Borensa.ttf") format("ttf");
}

* {
  box-sizing: border-box;
  font-family: "ClashDisplay-Regular", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1.3rem;
  font-family: "ClashDisplay-Regular", 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: ClashDisplay-Regular, 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: #2c5aa0;
  --sss_secondary_color: #f4a261;
  --sss_accent_color: #e76f51;
  --sss_neutral_light: #f8f9fa;
  --sss_neutral_dark: #2d3436;
  --sss_text_color: #2d3436;
  --sss_background_color: #ffffff;
  --sss_border_color: #e9ecef;
  --sss_shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --sss_transition: all 0.3s ease;
}

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

body {
  font-family: "ClashDisplay-Regular", sans-serif;
  line-height: 1.6;
  color: var(--sss_text_color);
  background-color: var(--sss_background_color);
}

.K0uH3FrHqydByUt {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}

.PuXB7hBDA {
  font-family: "Borensa", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
  text-align: center;
}

.YvEv7sC05f {
  font-family: "Borensa", sans-serif;
  font-size: 2.2rem;
  color: var(--sss_primary_color);
  margin-bottom: 0;
}

.xuKlwcyC5P {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_secondary_color);
  margin-bottom: 1rem;
  text-align: center;
}

.iDZIemZM1Ghm {
  font-size: 1.4rem;
  color: var(--sss_text_color);
  margin-bottom: 1rem;
  text-align: center;
}

.jdrG4crUjiwEL {
  font-size: 1.4rem;
  padding: 12px 24px;
  background-color: var(--sss_primary_color);
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--sss_transition);
  display: inline-block;
  text-align: center;
}

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

.CuzAjhQRPuK8cZ {
  background-color: var(--sss_background_color);
  box-shadow: var(--sss_shadow);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.h6RiMRUm5ts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.aJaLbBq7F8QOv {
  flex: 1;
}

.bqXteJx6uQjUhV {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.K7wdmQqtvh0P4 {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 10px;
}

.PcVkhK10w {
  color: var(--sss_primary_color);
}

.LGbNdjlkB05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 20px;
}

.p8U00nrpv9 {
  margin: 0;
}

.UQytOoU2ddAvR2U {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: var(--sss_transition);
  padding: 8px 16px;
  border-radius: 6px;
}

.UQytOoU2ddAvR2U:hover {
  color: var(--sss_primary_color);
  background-color: var(--sss_neutral_light);
}

.PEjB0MEC2T {
  min-height: calc(100vh - 200px);
}

.UwHGF89b1 {
  background-color: var(--sss_primary_color);
  color: var(--sss_neutral_light);
  padding: 3rem 0 1rem;
}

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

.jCG9IA4OcOL {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.jCG9IA4OcOL .xuKlwcyC5P {
  color: var(--sss_secondary_color);
}

.jCG9IA4OcOL .iDZIemZM1Ghm {
  color: var(--sss_neutral_light);
}

.s7JlLfhgGH,
.KEXJKmDFQCcF975,
.WB6pb8nOWQqB4vo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

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

.KhE1H0VOW5 {
  list-style: none;
  margin: 0;
}

.BcEokAXkB2yS {
  color: var(--sss_secondary_color);
  text-decoration: none;
  transition: var(--sss_transition);
}

.BcEokAXkB2yS:hover {
  color: var(--sss_accent_color);
  text-decoration: underline;
}

.B2cv5NJsso1rB {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--sss_border_color);
}

.B2cv5NJsso1rB .iDZIemZM1Ghm {
  font-size: 1.3rem;
  color: var(--sss_neutral_light);
}

@media (max-width: 768px) {
  .K0uH3FrHqydByUt {
    padding: 0 15px;
  }

  .K7wdmQqtvh0P4 {
    display: block;
  }

  .LGbNdjlkB05 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--sss_background_color);
    box-shadow: var(--sss_shadow);
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    gap: 10px;
  }

  .PMlxM9tz0aVp6M {
    display: flex;
  }

  .h6RiMRUm5ts {
    position: relative;
  }

  .PuXB7hBDA {
    font-size: 2.2rem;
  }

  .YvEv7sC05f {
    font-size: 1.8rem;
  }

  .xuKlwcyC5P {
    font-size: 1.6rem;
  }

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

  .s7JlLfhgGH,
  .WB6pb8nOWQqB4vo {
    flex-direction: column;
    align-items: center;
  }
}

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

  .YvEv7sC05f {
    font-size: 1.6rem;
  }

  .xuKlwcyC5P {
    font-size: 1.4rem;
  }

  .iDZIemZM1Ghm {
    font-size: 1.3rem;
  }

  .jdrG4crUjiwEL {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

/* Thanks Page Styles */
.wLWTrs2iK2 {
  padding: 6rem 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.mdb6ImoYYbyvpF {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.jdW0CxZUl22 {
  font-size: 6rem;
  margin-bottom: 2rem;
  animation: bounce 2s infinite;
}

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

.m1Gabz7lXHMiCyL {
  margin-bottom: 1rem;
  color: var(--sss_primary_color);
}

.wRNv8ZBOz {
  margin-bottom: 2rem;
  color: var(--sss_secondary_color);
}

.TLCuwostsd {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--sss_text_color);
}

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

.oFvRlMoQAjuP7 {
  padding: 15px 30px;
  font-size: 1.5rem;
  border-radius: 12px;
  min-width: 200px;
}

.LMIihkeScxcADx {
  background-color: var(--sss_secondary_color);
  color: white;
}

.LMIihkeScxcADx:hover {
  background-color: var(--sss_accent_color);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.eaXZi717Jx {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  border: 2px solid var(--sss_border_color);
}

.e4bfP58rXK2RWm {
  margin: 0;
  font-size: 1.3rem;
  color: var(--sss_text_color);
}

.P0Tnr5hqQ1f {
  color: var(--sss_primary_color);
  text-decoration: none;
  font-weight: 600;
  transition: var(--sss_transition);
}

.P0Tnr5hqQ1f:hover {
  color: var(--sss_secondary_color);
  text-decoration: underline;
}

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

  .jdW0CxZUl22 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }

  .TLCuwostsd {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }

  .LMPlRU106 {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .oFvRlMoQAjuP7 {
    font-size: 1.3rem;
    padding: 12px 25px;
    min-width: 180px;
  }

  .eaXZi717Jx {
    padding: 1.5rem;
  }

  .e4bfP58rXK2RWm {
    font-size: 1.3rem;
  }
}

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

  .jdW0CxZUl22 {
    font-size: 3.5rem;
  }

  .TLCuwostsd {
    font-size: 1.3rem;
  }

  .oFvRlMoQAjuP7 {
    font-size: 1.3rem;
    padding: 10px 20px;
    min-width: 160px;
  }

  .eaXZi717Jx {
    padding: 1rem;
  }

  .e4bfP58rXK2RWm {
    font-size: 1.3rem;
  }
}

.hvR7t89QzdrlA {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8),
      rgba(173, 236, 255, 0.5)
    ),
    url("site_img/fo86btbxwdw.webp") center/cover no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 4rem 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.hvR7t89QzdrlA .K0uH3FrHqydByUt {
  position: relative;
  z-index: 2;
}

.m7uxlFI97EGHT {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.AxOszOC5hx {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.izAc8u3re85M {
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.CDp2ElY8EO {
  color: var(--sss_secondary_color);
  margin-bottom: 2rem;
  font-size: 3rem;
}

.lzAXiujTvEQ9HG {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  text-align: center;
  color: black;
}

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

.oIGMU2MHb7r {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 120px;
}

.Nu2RAjjnrrj {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.oIGMU2MHb7r .iDZIemZM1Ghm {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 600;
}

.wbe4ojUpa {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

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

.ULO79N8DK0hQ28V {
  padding: 4rem 0;
  background-color: var(--sss_background_color);
  position: relative;
}

.ULO79N8DK0hQ28V .K0uH3FrHqydByUt {
  position: relative;
  z-index: 2;
}

.xjSfmiGNC4R {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
  position: relative;
}

.xjSfmiGNC4R::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  border-radius: 2px;
}

.AEU63NDNT {
  color: var(--sss_secondary_color);
  margin-bottom: 3rem;
}

.pJdsk3hBBJK9jK {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  position: relative;
}

.pJdsk3hBBJK9jK::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 10%;
  right: 10%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--sss_primary_color),
    var(--sss_secondary_color),
    var(--sss_accent_color)
  );
  border-radius: 2px;
  z-index: 1;
}

.CdrrTnEj8v {
  flex: 1;
  min-width: 280px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.HhJvx3nKpxK4MS {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
  border: 4px solid white;
}

.MShDKWD5N {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border: 2px solid var(--sss_neutral_light);
}

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

.jCH0etW4OalsJv6 {
  text-align: left;
  line-height: 1.6;
  margin: 0;
}

.nJmiExSDIrDu {
  font-size: 2rem;
  margin-top: 1rem;
}

.XtPmQOMDHQMEB {
  padding: 4rem 0;
  background-color: var(--sss_primary_color);
  color: white;
}

.UE8kNK8dsT {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}

.GaHyaZF30WiL {
  color: #f4a261;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}

.I5nKLkJQm8p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.bCIK7bDHKy5 {
  font-size: 3rem;
}
.Q4s57NF50t {
  flex: 1;
  min-width: 280px;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--sss_transition);
}

.Q4s57NF50t:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-10px);
}

.pc3KxJwgYb59bO {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.QXJle4reK3 {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--sss_secondary_color),
    var(--sss_accent_color)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.yeJtn8wJFbFJ {
  font-size: 1.6rem;
  color: white;
  font-weight: 600;
}

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

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

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

.qjsfq0PusW8JX .iDZIemZM1Ghm {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-align: left;
}

.w3fORRSPIath {
  padding: 4rem 0;
  background: white;
}

.Tduhv4tyK9G {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.Npv299B3NaVOk {
  color: var(--sss_secondary_color);
  margin-bottom: 3rem;
}

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

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

.B6whN2wGsj7Jzh {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.eODFLWAmwp2H {
  position: relative;
  overflow: hidden;
}

.sNBSaEPKtW4X {
  width: 100%;
  max-width: 450px;
  height: 400px;
  object-fit: cover;
  transition: var(--sss_transition);
}

.qglPN6euWN {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2rem;
  color: white;
  transform: translateY(100%);
  transition: var(--sss_transition);
}

.B6whN2wGsj7Jzh:hover .qglPN6euWN {
  transform: translateY(0);
}

.HsTePNPTQYkj {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #f4a261;
}

.iMHRMhtm4O {
  font-size: 1.3rem;
  margin: 0;
}

.PHCLiNyCA {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.yYTn2Y9iF30T8zz {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: var(--sss_transition);
}

.yYTn2Y9iF30T8zz:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.yYTn2Y9iF30T8zz .eODFLWAmwp2H {
  flex: 1;
  min-width: 150px;
  max-width: 200px;
}

.yYTn2Y9iF30T8zz .sNBSaEPKtW4X {
  height: 120px;
  border-radius: 15px;
}

.M9u0umxwIfWLFwP {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--sss_accent_color);
  color: white;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.NhDAmzrRz9ws {
  flex: 2;
  min-width: 200px;
}

.MzXKtBfTaqC {
  font-size: 1.4rem;
  color: var(--sss_primary_color);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.PwRv7lCgn37 {
  margin: 0;
  text-align: left;
  font-size: 1.3rem;
}

.QbkezlF1hg5Ly {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4fd 50%, #f4a261 100%);
}

.WbYriihqgyvgq5 {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.ddk37S1b2Pe {
  color: var(--sss_secondary_color);
  margin-bottom: 3rem;
}

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

.yqK61I81Q {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background: white;
  border-radius: 25px;
  padding: 2.5rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: var(--sss_transition);
  border: 3px solid transparent;
}

.yqK61I81Q:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.mGO0iaojppc {
  border: 3px solid var(--sss_secondary_color);
  transform: scale(1.05);
  background: linear-gradient(135deg, white 0%, #f8f9fa 100%);
}

.mGO0iaojppc:hover {
  transform: scale(1.05) translateY(-10px);
}

.OeAdCkBQ6 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sss_accent_color);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}

.Z32PpX4yzK4 {
  text-align: center;
  margin-bottom: 2rem;
}

.XRs1IgewId5CfU {
  font-size: 1.8rem;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.wlefQqYK7xuQz2v {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}

.Aavgg68Zi9uraCi {
  font-size: 2rem;
  color: var(--sss_secondary_color);
  font-weight: 600;
}

.BG7T1KyZMw {
  font-size: 3.5rem;
  color: var(--sss_primary_color);
  font-weight: bold;
}

.y3kmpyhLaoJ7Et4 {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.xntsA5EUZUFb {
  margin-bottom: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--sss_border_color);
}

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

.xntsA5EUZUFb .iDZIemZM1Ghm {
  margin: 0;
  text-align: left;
}

.XEExGj4wifxbd {
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  font-size: 1.4rem;
  padding: 12px 24px;
}

.XEExGj4wifxbd:hover {
  background: linear-gradient(
    135deg,
    var(--sss_secondary_color),
    var(--sss_accent_color)
  );
}

.XfXTofvl7 {
  padding: 4rem 0;
  background: white;
}

.Q28fJrI9Ce {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.hZH9FVxGCBL9 {
  color: var(--sss_secondary_color);
  margin-bottom: 3rem;
}

.nHjzrNVk0dCqq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

.oeUB2pUILY {
  flex: 2;
  min-width: 280px;
  max-width: 800px;
}

.hrtM3pYYZWSIaD {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4fd 100%);
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.J2hCnFAE1Ykbjg {
  margin-bottom: 3rem;
}

.jwBcAsmlMKerhk {
  font-size: 1.8rem;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--sss_secondary_color);
  font-weight: 600;
}

.kBAY8KUFkQV2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.w0IwyqxlmVN8Xg {
  flex: 1;
  min-width: 280px;
  margin-bottom: 1rem;
}

.rfXIq3G9Ax3Rtoc {
  display: block;
  font-size: 1.4rem;
  color: var(--sss_primary_color);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.XrYdyL9LBnH,
.JvzIbcDlc98,
.j9OQSblCopiHLw {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--sss_border_color);
  border-radius: 10px;
  font-size: 1.4rem;
  transition: var(--sss_transition);
  background: white;
}

.XrYdyL9LBnH:focus,
.JvzIbcDlc98:focus,
.j9OQSblCopiHLw:focus {
  outline: none;
  border-color: var(--sss_primary_color);
  box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.1);
}

.j9OQSblCopiHLw {
  resize: vertical;
  min-height: 120px;
}

.SGCO3k36oH {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}

.JrHSERMT8evpRV {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
}

.mHOA1pwMh3Bu {
  font-size: 1.3rem;
  color: var(--sss_text_color);
  line-height: 1.5;
}

.qbkJVs7AEnA8T {
  color: var(--sss_primary_color);
  text-decoration: none;
}

.qbkJVs7AEnA8T:hover {
  text-decoration: underline;
}

.beOuiKDBWWpE {
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  font-size: 1.6rem;
  padding: 15px 30px;
  margin-top: 1rem;
}

.beOuiKDBWWpE:hover {
  background: linear-gradient(
    135deg,
    var(--sss_secondary_color),
    var(--sss_accent_color)
  );
}

.wbXWCG8hvQsD {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.xyRD7PDBknC {
  background: white;
  padding: 2.5rem;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  border: 2px solid var(--sss_secondary_color);
}

.EO0UPf0YA5F {
  font-size: 1.8rem;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}

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

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

.nPlaXiJN0uV {
  font-size: 1.5rem;
  color: var(--sss_secondary_color);
}

.vXMaMfnprQsL .iDZIemZM1Ghm {
  margin: 0;
  text-align: left;
  font-size: 1.3rem;
}

.WXYRmcKyvLNDIwI {
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  padding: 2.5rem;
  border-radius: 25px;
  color: white;
  text-align: center;
}

.cvXBfaswicwA {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 600;
}

.Wze5oyFusE {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

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

.m8voNXXjWTB2 {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: var(--sss_transition);
}

.m8voNXXjWTB2:hover {
  color: #f4a261;
  text-decoration: underline;
}

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

  .izAc8u3re85M {
    font-size: 2.8rem;
  }

  .CDp2ElY8EO {
    font-size: 1.8rem;
  }

  .lzAXiujTvEQ9HG {
    font-size: 1.4rem;
    text-align: center;
  }

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

  .pJdsk3hBBJK9jK::before {
    display: none;
  }

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

  .PHCLiNyCA {
    max-width: 100%;
  }

  .yqK61I81Q {
    max-width: 100%;
  }

  .mGO0iaojppc {
    transform: none;
  }

  .mGO0iaojppc:hover {
    transform: translateY(-10px);
  }

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

  .hrtM3pYYZWSIaD {
    padding: 2rem;
  }

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

  .w0IwyqxlmVN8Xg {
    min-width: 100%;
  }

  .wbXWCG8hvQsD {
    max-width: 100%;
  }
}

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

  .izAc8u3re85M {
    font-size: 2.2rem;
  }

  .CDp2ElY8EO {
    font-size: 1.6rem;
  }

  .lzAXiujTvEQ9HG {
    font-size: 1.3rem;
  }

  .oIGMU2MHb7r {
    padding: 1rem;
  }

  .Nu2RAjjnrrj {
    font-size: 2rem;
  }

  .oIGMU2MHb7r .iDZIemZM1Ghm {
    font-size: 1.3rem;
  }

  .ULO79N8DK0hQ28V {
    padding: 2rem 0;
  }

  .HhJvx3nKpxK4MS {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }

  .MShDKWD5N {
    padding: 1.5rem;
  }

  .c3jq8CuirOUr {
    font-size: 1.4rem;
  }

  .jCH0etW4OalsJv6 {
    font-size: 1.3rem;
  }

  .XtPmQOMDHQMEB {
    padding: 2rem 0;
  }

  .Q4s57NF50t {
    padding: 2rem;
  }

  .QXJle4reK3 {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .yeJtn8wJFbFJ {
    font-size: 1.4rem;
  }

  .w3fORRSPIath {
    padding: 2rem 0;
  }

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

  .yYTn2Y9iF30T8zz .eODFLWAmwp2H {
    max-width: 100%;
  }

  .NhDAmzrRz9ws {
    min-width: 100%;
  }

  .MzXKtBfTaqC {
    font-size: 1.3rem;
  }

  .PwRv7lCgn37 {
    font-size: 1.3rem;
  }

  .QbkezlF1hg5Ly {
    padding: 2rem 0;
  }

  .yqK61I81Q {
    padding: 2rem;
  }

  .XRs1IgewId5CfU {
    font-size: 1.6rem;
  }

  .Aavgg68Zi9uraCi {
    font-size: 1.8rem;
  }

  .BG7T1KyZMw {
    font-size: 2.8rem;
  }

  .XfXTofvl7 {
    padding: 2rem 0;
  }

  .hrtM3pYYZWSIaD {
    padding: 1.5rem;
  }

  .jwBcAsmlMKerhk {
    font-size: 1.6rem;
  }

  .rfXIq3G9Ax3Rtoc {
    font-size: 1.3rem;
  }

  .XrYdyL9LBnH,
  .JvzIbcDlc98,
  .j9OQSblCopiHLw {
    font-size: 1.3rem;
    padding: 10px 14px;
  }

  .beOuiKDBWWpE {
    font-size: 1.4rem;
    padding: 12px 24px;
  }

  .xyRD7PDBknC,
  .WXYRmcKyvLNDIwI {
    padding: 2rem;
  }

  .EO0UPf0YA5F,
  .cvXBfaswicwA {
    font-size: 1.6rem;
  }

  .vXMaMfnprQsL .iDZIemZM1Ghm {
    font-size: 1.3rem;
  }
}
