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

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

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

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

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

.jsFM8oUQM {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: orange;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.htJc2AkX0YRh {
  font-size: 1.5rem;
}

.jTa0015dmQKd {
  font-size: 1.3rem;
  font-weight: 600;
}

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

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

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

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

.HbfdQBRUee {
  background: var(--sss_primary_color);
  padding: 1.5rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  min-width: 110px;
}

.azIyZn80AGwMIOf {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
}

.e2JIxKLcg {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

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

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

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

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

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

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

.mt46JbgMnAcmi0x {
  background: white;
  border-radius: 25px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  position: relative;
  transition: var(--sss_transition);
  border: 3px solid transparent;
}

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

.OColufZ99 {
  border: 3px solid #ff6b6b;
  transform: scale(1.05);
  background: linear-gradient(135deg, white 0%, #fff5f5 100%);
}

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

.LMom8IkcGUyNYH {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff6b6b, #ff8e53);
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

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

.zl3pigAyrq5Ypf8 {
  width: 100%;
  max-width: 450px;
  height: 250px;
  object-fit: cover;
  transition: var(--sss_transition);
  border-radius: 25px;
}

.txjCEva0vl {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff6b6b, #ff8e53);
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.OoHWTo0IiEXDn {
  padding: 2rem;
}

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

.EiVXdNEUMkZ {
  margin-bottom: 1.5rem;
}

.fg2SiMiAT {
  font-size: 1.4rem;
  color: #999;
  text-decoration: line-through;
  margin-right: 1rem;
}

.AjptSTz23 {
  font-size: 2.2rem;
  color: #ff6b6b;
  font-weight: bold;
  margin-right: 1rem;
}

.PLK9SzAGgJyKic {
  display: block;
  font-size: 1.3rem;
  color: var(--sss_secondary_color);
  font-weight: 600;
  margin-top: 0.5rem;
}

.amna2C93Z {
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.6;
}

.rOrHLU6bzFA1r0O {
  width: 100%;
  background: linear-gradient(135deg, #ff6b6b, #ff8e53);
  font-size: 1.4rem;
  padding: 12px 24px;
}

.rOrHLU6bzFA1r0O:hover {
  background: linear-gradient(135deg, #ff8e53, #ff6b9d);
}

.q8mpRD4ZV {
  padding: 4rem 0;
  background: var(--sss_primary_color);
  color: white;
  position: relative;
  overflow: hidden;
}

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

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

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

.Ww4WcElLQI2 {
  margin-bottom: 1.5rem;
}

.Ia6g9MIVYUX {
  font-size: 4rem;
  color: #ffd700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  animation: flash 1.5s infinite;
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

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

.NPRGcmsfjd {
  color: #ffd700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  font-size: 2rem;
}

.tlmS09S4AIysi {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.95);
}

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

.t1vujuAbn5M {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}

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

.PAB0o910jL4 {
  font-size: 3rem;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.xv6tM1r1XI {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.H7l3Mgad8E0c8ip {
  background: linear-gradient(135deg, #ffd700, #ff8e53);
  font-size: 1.6rem;
  padding: 15px 30px;
  color: #333;
  font-weight: 600;
}

.H7l3Mgad8E0c8ip:hover {
  background: linear-gradient(135deg, #ff8e53, #ff6b6b);
  color: white;
}

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

.dW9QDFJOZB32ki2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border: 3px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.So2qJDItJLuMyeO {
  position: relative;
  z-index: 2;
}

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

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

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

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

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

.Ofx8c1DwQUZ {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background: white;
  border-radius: 25px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: var(--sss_transition);
  border: 3px solid transparent;
}

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

.hO9gp3TYrTI {
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  color: white;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.ANKxGEKz6j {
  margin-bottom: 1rem;
}

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

.WsZ4s5rlKtw {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.Pxzu6US2RUhZJZ4 {
  position: absolute;
  top: -15px;
  right: 20px;
  background: var(--sss_accent_color);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}

.SqjVVHm5q8z {
  padding: 2rem;
}

.aAOfUdY2gMkxCz0 {
  margin-bottom: 2rem;
}

.k84xdQfKY {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--sss_border_color);
}

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

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

.KUW4tkRTeYvG {
  margin: 0;
  text-align: left;
}

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

.LA6pJcQsJ {
  font-size: 1.4rem;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 0.5rem;
}

.OCMTsIcQTZPcrY {
  font-size: 2.5rem;
  color: var(--sss_primary_color);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.vD8srTbVnokt85 {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  z-index: 10;
}

.B4p9NuaPS {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.OxunkS3Spqc:hover .qWCUCk56Xpjv {
  transform: translateY(0);
}

.hxIbJzz1Fnjv {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #ffd700;
}

.bYpUo2S196 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: white;
}

.lTspQbutPwxhIv {
  font-size: 2rem;
  font-weight: bold;
  color: #ff6b6b;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.E4RjpCpMor {
  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);
  position: relative;
}

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

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

.E4RjpCpMor .B4p9NuaPS {
  flex: 1;
  min-width: 150px;
  max-width: 200px;
}

.E4RjpCpMor .tStGQZmuFsM {
  height: 120px;
  border-radius: 15px;
}

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

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

.yWdJ1NATYnMC {
  font-size: 1.6rem;
  color: #ff6b6b;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.pATfTypP4 {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.bWZMGLHHnx2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--sss_transition);
}

.bWZMGLHHnx2:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(10px);
}

.Cssd161NBXsnQ {
  flex-shrink: 0;
}

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

.JR8eEY55S {
  flex: 1;
  min-width: 200px;
}

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

.CD2DSF441yxL4l {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-align: left;
  line-height: 1.6;
}

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

.h67Ayk5y26 {
  background: rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

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

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

.vYTBWKYgVhx {
  margin-bottom: 2rem;
}

.nI9j7bdAZ2S {
  margin-bottom: 1.5rem;
}

.NZcbjnWPrKQhl {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  transition: var(--sss_transition);
}

.NZcbjnWPrKQhl:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

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

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

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

.V4stgwhf5NX {
  color: #ffd700;
  text-decoration: none;
  transition: var(--sss_transition);
}

.V4stgwhf5NX:hover {
  color: #ff8e53;
  text-decoration: underline;
}

.AjPaMsSv3C {
  width: 100%;
  background: linear-gradient(135deg, #ffd700, #ff8e53);
  font-size: 1.6rem;
  padding: 15px 30px;
  color: #333;
  font-weight: 600;
}

.AjPaMsSv3C:hover {
  background: linear-gradient(135deg, #ff8e53, #ff6b6b);
  color: white;
}

.pkw72Spj7b9D {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.CbwKMRbZAuYpFpS {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-align: left;
  line-height: 1.8;
}

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

  .JbGqGsjQPp {
    font-size: 2.8rem;
  }

  .LTpdG1gERTbUTFH {
    font-size: 1.8rem;
  }

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

  .DtMJOgPdBATF8 {
    gap: 1rem;
  }

  .HbfdQBRUee {
    min-width: 70px;
    padding: 1rem;
  }

  .azIyZn80AGwMIOf {
    font-size: 2rem;
  }

  .mt46JbgMnAcmi0x {
    max-width: 100%;
  }

  .OColufZ99 {
    transform: none;
  }

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

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

  .VPxFtY7GbuT7Bi {
    font-size: 2.4rem;
  }

  .NPRGcmsfjd {
    font-size: 1.6rem;
  }

  .tlmS09S4AIysi {
    font-size: 1.3rem;
    text-align: center;
  }

  .dW9QDFJOZB32ki2 {
    width: 250px;
    height: 250px;
  }

  .Ofx8c1DwQUZ {
    max-width: 100%;
  }

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

  .VMHg6FeqhDj66iH {
    max-width: 100%;
  }

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

  .E4RjpCpMor .B4p9NuaPS {
    max-width: 100%;
  }

  .PAmFqIsyryczGxh {
    min-width: 100%;
  }

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

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

  .JR8eEY55S {
    min-width: 100%;
  }

  .CD2DSF441yxL4l {
    text-align: center;
  }

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

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

  .JbGqGsjQPp {
    font-size: 2.2rem;
  }

  .LTpdG1gERTbUTFH {
    font-size: 1.6rem;
  }

  .gM6v7YrVoZ {
    font-size: 1.3rem;
  }

  .HbfdQBRUee {
    min-width: 60px;
    padding: 0.8rem;
  }

  .azIyZn80AGwMIOf {
    font-size: 1.8rem;
  }

  .e2JIxKLcg {
    font-size: 0.9rem;
  }

  .q8mpRD4ZV {
    padding: 2rem 0;
  }

  .VPxFtY7GbuT7Bi {
    font-size: 2rem;
  }

  .NPRGcmsfjd {
    font-size: 1.4rem;
  }

  .tlmS09S4AIysi {
    font-size: 1.3rem;
  }

  .PAB0o910jL4 {
    font-size: 2.5rem;
  }

  .xv6tM1r1XI {
    font-size: 1.3rem;
  }

  .dW9QDFJOZB32ki2 {
    width: 200px;
    height: 200px;
  }

  .Uga1XmvxiznZyvT {
    padding: 2rem 0;
  }

  .hO9gp3TYrTI {
    padding: 1.5rem;
  }

  .WsZ4s5rlKtw {
    font-size: 1.6rem;
  }

  .SqjVVHm5q8z {
    padding: 1.5rem;
  }

  .OCMTsIcQTZPcrY {
    font-size: 2rem;
  }

  .XmOjVYVKD6ZY72T {
    padding: 2rem 0;
  }

  .yKByLEgaw2aA0Bz {
    font-size: 1.3rem;
  }

  .yWdJ1NATYnMC {
    font-size: 1.4rem;
  }

  .MGO8A55y4Lhm {
    font-size: 1.3rem;
  }

  .CRkXxopVJgn2q1 {
    padding: 2rem 0;
  }

  .bWZMGLHHnx2 {
    padding: 1.5rem;
  }

  .p0knvvSl1 {
    font-size: 1.4rem;
  }

  .CD2DSF441yxL4l {
    font-size: 1.3rem;
  }

  .h67Ayk5y26 {
    padding: 2rem;
  }

  .UKn9xP9YG6Nyw {
    font-size: 1.6rem;
  }

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