/*! 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: Lato, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 6.25rem;
}
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: "Muli";
  src: url("Muliregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("Muliextrabold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

:root {
  --primary-color: #2c3e50;
  --secondary-color: #3498db;
  --accent-color: #e74c3c;
  --text-color: #2c3e50;
  --light-bg: #f8f9fa;
  --white: #ffffff;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --border-radius: 8px;
  --transition: all 0.3s ease;
}

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

body {
  font-family: "Muli", "Arial", sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--white);
}

.c5t8y3r6e9w2q {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.l5m8n1o4p7q0r {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
}

.s2t5u8v1w4x7y {
  font-size: 1.4rem;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 30px;
}

.b5c8d1e4f7g0h {
  font-size: 1.4rem;
  color: var(--text-color);
  margin-bottom: 10px;
}

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

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

.l3x6y9z2a5b8c {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}

.l3x6y9z2a5b8c:hover {
  color: var(--secondary-color);
  transform: scale(1.05);
}

.m8n5p2q9r6s3t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .m8n5p2q9r6s3t {
    display: block;
  }
}

.v4w7x0y3z6a9b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 30px;
}

@media (min-width: 769px) {
  .v4w7x0y3z6a9b {
    position: static;
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .b6c9d2e5f8g1h {
    display: none !important;
  }
}

.d7g2h5j8k1m4n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.p9q2r5s8t1u4v {
  font-size: 1.4rem;
  color: var(--white);
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  border-radius: var(--border-radius);
  transition: var(--transition);
  position: relative;
}

.p9q2r5s8t1u4v:hover {
  background-color: var(--secondary-color);
  color: var(--white);
  transform: translateY(-2px);
}

.b6c9d2e5f8g1h {
  display: none;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--primary-color);
  cursor: pointer;
  padding: 0.625rem;
  transition: var(--transition);
  order: -1;
  min-width: 40px;
  min-height: 40px;
}

.b6c9d2e5f8g1h:hover {
  color: var(--secondary-color);
  transform: scale(1.1);
}

.x3y6z9a2b5c8d {
  min-height: 60vh;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.e7f0g3h6i9j2k {
  text-align: center;
  max-width: 800px;
  padding: 2.5rem;
  background-color: var(--light-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

.z9a2b5c8d1e4f {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 2.5rem 1rem 1.25rem;
  text-align: center;
}

.g3h6i9j2k5l8m {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.n7o0p3q6r9s2t,
.p9q2r5s8t1u4v {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.u4v7w0x3y6z9a,
.w6x9y2z5a8b1c {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--white);
}

.d4e7f0g3h6i9j {
  list-style: none;
}

.k8l1m4n7o0p3q {
  margin-bottom: 10px;
}

.r5s8t1u4v7w0x {
  color: var(--white);
  text-decoration: none;
  font-size: 1.4rem;
  transition: var(--transition);
}

.r5s8t1u4v7w0x:hover {
  color: #e74c3c;
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.i3j6k9l2m5n8o {
  color: var(--secondary-color);
  text-decoration: none;
  transition: var(--transition);
}

.i3j6k9l2m5n8o:hover {
  color: var(--white);
  text-decoration: underline;
}

.y2z5a8b1c4d7e {
  text-align: center;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.f9g2h5i8j1k4l {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0;
}

@media (max-width: 768px) {
  .h7j4k9m2n5p8q {
    justify-content: space-between;
    align-items: center;
  }

  .b6c9d2e5f8g1h {
    display: block !important;
    z-index: 1001;
    position: relative;
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-left: 0;
  }

  .v4w7x0y3z6a9b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background-color: rgb(28, 55, 95);
    box-shadow: var(--shadow);
    padding: 3.125rem 1.25rem 1.25rem;
    z-index: 999;
    transition: left 0.3s ease;
  }

  .v4w7x0y3z6a9b.active {
    left: 0;
  }

  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }

  .menu-overlay.active {
    display: block;
  }

  .l5m8n1o4p7q0r {
    font-size: 2.4rem;
  }

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

  .n7o0p3q6r9s2t,
  .p9q2r5s8t1u4v {
    min-width: 280px;
  }
}

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

  .l5m8n1o4p7q0r {
    font-size: 2rem;
  }

  .l3x6y9z2a5b8c {
    font-size: 2rem;
  }

  .e7f0g3h6i9j2k {
    padding: 1.25rem;
  }
}

/* Global Section Styles */
.section-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1.4rem;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-divider {
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  margin: 0 auto 40px;
  border-radius: 2px;
}
.grgrtrt {
  max-width: 200px;
}

/* Thank You Page Styles */
.b5ytoalmws2y {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.pg65hv3evr {
  max-width: 600px;
  width: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  padding: 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pg65hv3evr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #3498db, #e74c3c);
  border-radius: 20px 20px 0 0;
}

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

.cgoritqe6gub {
  font-size: 6rem;
  color: #2ecc71;
  margin-bottom: 2rem;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hvr91er1xvnfoo {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 2rem;
  line-height: 1.2;
}

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

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

.t3j5j2ei94unvws {
  background: linear-gradient(135deg, #3498db, #e74c3c);
  color: white;
  text-decoration: none;
  padding: 1.2rem 2.5rem;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.t3j5j2ei94unvws::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.t3j5j2ei94unvws:hover::before {
  left: 100%;
}

.t3j5j2ei94unvws:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(52, 152, 219, 0.4);
}

.t3j5j2ei94unvws:last-child {
  background: linear-gradient(135deg, #2c3e50, #34495e);
}

.t3j5j2ei94unvws:last-child:hover {
  box-shadow: 0 15px 35px rgba(44, 62, 80, 0.4);
}

/* Responsive Design for Thank You Page */
@media (max-width: 768px) {
  .b5ytoalmws2y {
    padding: 1rem;
  }

  .pg65hv3evr {
    padding: 3rem 2rem;
  }

  .cgoritqe6gub {
    font-size: 4rem;
  }

  .hvr91er1xvnfoo {
    font-size: 2.5rem;
  }

  .nzk0l5qxazw {
    font-size: 1.4rem;
  }

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

  .t3j5j2ei94unvws {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}

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

  .cgoritqe6gub {
    font-size: 3rem;
  }

  .hvr91er1xvnfoo {
    font-size: 2rem;
  }

  .nzk0l5qxazw {
    font-size: 1.2rem;
  }
}
.g3h6i9j2k5l8m {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 3rem;
}
/* Responsive Design for Footer */
@media (max-width: 768px) {
  .g3h6i9j2k5l8m {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    text-align: center;
  }

  .u4v7w0x3y6z9a,
  .w6x9y2z5a8b1c {
    font-size: 1.8rem;
  }

  .b5c8d1e4f7g0h {
    font-size: 1.2rem;
  }

  .r5s8t1u4v7w0x {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
  }
}
/* Privacy Policy & Terms & Conditions Styles */

/* Reset body margins for proper positioning */
body {
  margin: 0;
  padding: 0;
}

/* Header Styles */
.ayyna9b7tjf {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 2rem 0;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.u95k8n04 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pznopv70 {
  flex: 1;
}

.b8664hyrv {
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.b8664hyrv:hover {
  color: #3498db;
}

.bze9wmkc {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.plml2zx2ps7 {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
}

.plml2zx2ps7:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #3498db;
}

/* Main Content Styles */
.pqe8tgctdau18b {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 80vh;
  padding: 4rem 0;
  margin-top: 0;
}

.yayzho9g874 {
  max-width: 900px;
  margin: 2rem auto 0;
  padding: 0 2rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  @media screen and (max-width: 768px) {
    padding: 2rem 1rem;
  }
}

.roz5nm2lv0 {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.2;
}

.hjs93z8z2kr32 {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  margin-bottom: 4rem;
  font-style: italic;
}

/* Section Styles */
.yayzho9g874 > div {
  margin-bottom: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  border-left: 4px solid #3498db;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.yayzho9g874 > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.yayzho9g874 h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.yayzho9g874 p {
  font-size: 1.4rem;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.yayzho9g874 ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.yayzho9g874 li {
  font-size: 1.3rem;
  color: var(--text-color);
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  line-height: 1.6;
}

.yayzho9g874 li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #3498db;
  font-weight: bold;
  font-size: 1.5rem;
}

.yayzho9g874 a {
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.yayzho9g874 a:hover {
  color: #e74c3c;
  text-decoration: underline;
}

/* Footer Styles */
footer.ayyna9b7tjf {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 3rem 0;
  margin-top: 4rem;
}
