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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f0fbff;
  color: #2d2d2ded;
  line-height: 1.6;

  min-height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font: inherit;
}

img {  
  max-width: 100%;
  height: auto;
}

:root {
  --primary-color: #8a56ac;
  --secondary-color: #ff8f66;
  --accent-color: #38d9a9;
  --text-dark: #2a2a2a;
  --text-light: #fefefe;
  --bg-light: #ede8f2;
  --bg-dark: #dedede;
  --radius: 12px;
  --transition: all 0.3s ease-in-out;
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
  --age-bg: rgba(255, 255, 255, 0.95);
  --age-border: #38d9a9;
  --age-title: #1f2a3a;
  --age-text: #3a3a3a;
  --age-btn-yes: #8a56ac;
  --age-btn-no: #ff8f66;
  --cookie-bg: #dbf1ff;
  --cookie-text: #444444;
  --cookie-link: #8a56ac;
  --cookie-btn: #8a56ac;
  --radius: 14px;
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.25);
  --pagebg-cookie: #fff4db;
  --pagetitle-color: #15253f;
  --pagesubtext: #505050;
  --cookie-point-bg: #fcfcfc;
  --cookie-point-icon: #f2a500e9;
  --cookie-point-text: #333333;
  --cookie-point-radius: 14px;
  --cookie-point-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}


.syxrVosCEa {
  width: 100%;
  background: linear-gradient(to bottom, #e8e0ff, #f9f0ff);
  border-bottom: 2px solid #e3ccff;
  padding: 1rem 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  animation: pulseHeader 1.5s ease-in-out infinite alternate;
}

.MdEAfI {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.75rem 1.5rem;
  background-color: #d9d0ff;
  gap: 0.75rem;
}

.YRkzcpsBhjAw {
  font-size: 0.9rem;
  color: #333;
  font-style: italic;
}

.OQfdeBRtbGrOsl {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.OQfdeBRtbGrOsl img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.OQfdeBRtbGrOsl img:hover {
  transform: rotate(5deg) scale(1.1);
}

.pbuqx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #ffffff;
  box-shadow: var(--shadow-sm);
}

.oxoZ {
  width: 95px;
  height: 95px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.oxoZ:hover {
  transform: rotate(-3deg) scale(1.05);
}

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

.VvFaIZtMLU {
  font-weight: 500;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

.VvFaIZtMLU:hover {
  color: var(--secondary-color);
}

.AggYrMyi {
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  font-weight: 600;
  background-color: var(--primary-color);
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.AggYrMyi:hover {
  background-color: #5b35bd;
}

@keyframes pulseHeader {
  0% {
    box-shadow: 0 0 8px rgba(119, 74, 226, 0.3);
  }
  100% {
    box-shadow: 0 0 14px rgba(132, 74, 226, 0.5);
  }
}

.HmXTGgNzdtVe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.HmXTGgNzdtVe.zBBfnSgI {
  display: flex;
  pointer-events: auto;
  opacity: 1;
}

.ZCAKsgBCrNP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.nwMHiofDh {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  max-width: 480px;
  width: 100%;
  position: relative;
  animation: fadeInUp 0.5s ease forwards;
  margin: 1rem;
}

.KCqVjVN {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}

.FXsSAvn {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
  font-weight: 500;
}

.XmBeXUwi {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  font-size: 1rem;
  width: 100%;
  transition: border-color 0.3s ease;
  position: relative;
}

.XmBeXUwi.error {
  border-color: var(--secondary-color);
  background-color: #ffe0e0;
}

.ImRvOfWxhhse {
  color: var(--secondary-color);
  font-size: 0.85rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  display: none;
}

.zYxUODsBQTkQ {
  display: flex;
  align-items: center;
  padding: 1.5rem 0.3rem;
  gap: 1rem;
  font-size: 0.95rem;
  color: #444;
}

.QmupxIpnyTpYr {
  width: auto;
  display: inline-block;
}

.Kiwdr {
  padding: 0.8rem 1.5rem;
  background-color: var(--primary-color);
  color: var(--text-light);
  font-weight: bold;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
}

.Kiwdr:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.GxEaBYxlrn {
  text-align: center;
  margin: 1rem 0;
  font-size: 0.9rem;
}

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

.WJKfBAb {
  font-size: 3rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.FirABnu {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.MIyhqYOaF {
  font-size: 1rem;
  color: #333;
}

.SKHUjCb {
  padding: 1rem;
  border-radius: var(--radius);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}

.SKHUjCb.error {
  background-color: #ffe0e0;
  color: #c13333;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .MdEAfI {
    flex-direction: column;
    align-items: flex-start;
  }

  .DHTKPjhg {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .MdEAfI {
    padding: 0.5rem;
    font-size: 0.85rem;
  }

  .DHTKPjhg {
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .nwMHiofDh {
    padding: 1.5rem;
  }

  .txwtrmg {
    padding: 2rem 1.5rem;
  }
}

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

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

  .nwMHiofDh {
    margin: 0.5rem;
  }

  .txwtrmg {
    padding: 1.5rem;
  }
}

@media (max-width: 320px) {
  .MdEAfI {
    padding: 0.25rem;
  }

  .AggYrMyi {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }

  .zYxUODsBQTkQ {
    width: 280px;
    font-size: 0.7rem;
    gap: 1px;
    padding: 1.5rem 0;
    
  }

  .QmupxIpnyTpYr {
    margin-right: 5px;
  }

  .zYxUODsBQTkQ a {
    width: 26%;
    margin-left: 1px;
    margin-right: 1px;
  }
}

.DQtqJHCP {
  width: 100%;
  min-height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  color: var(--text-dark);
  background-image: url('../xcc-imag/xcc-bg1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.yndNTgNfw {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
}

.YslHaORijSonA {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  font-family: 'Abril Fatface', cursive;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: normal;
  letter-spacing: 1px;
  transition: transform var(--transition);
  position: relative;
  overflow: hidden;
}

.YslHaORijSonA::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary-color), var(--accent-color));
}

.ITQByXs {
  display: grid;
  gap: 1.5rem;
  animation: fadeInUp 0.6s ease forwards;
}

.XmPaiXonp {
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "smallCard largeCard largeCard largeCard largeCard largeCard"
    "smallCard . . . . .";
}

.XmPaiXonp .hlZHbeAhTHsn {
  grid-area: 1 / 1 / 2 / 2;
}

.XmPaiXonp .AZXNPsXVRL {
  grid-area: 1 / 2 / 3 / 7;
}

.Zjtcw {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin: 2rem 0;
}

.vZoEcNX {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 1.5rem;
}

.vytZWmLmUUw {
  background-color: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 1.5rem;
  transition: transform var(--transition);
  position: relative;
  overflow: hidden;
}

.vytZWmLmUUw:hover {
  transform: translateY(-5px);
}

.vytZWmLmUUw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary-color), var(--accent-color));
}

.hlZHbeAhTHsn {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  background-color: var(--bg-light);
  border: 1px solid #ddd;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition);
}

.Rrkd {
  display: none;
  background-color: var(--bg-light);
  border: 1px solid #ddd;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
  text-align: center;
}

.hlZHbeAhTHsn .HJLHqnUWcBDBuT {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
}

.ZUbe {
  font-size: 1.2rem;
  font-weight: bold;
}

.jUBsihASKn {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.phMhqvUE {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

.AZXNPsXVRL {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;

  .gmqNdDRsXh {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .uDDwRGbx {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7d9fb;
  }

  .vWpzg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 var(--radius) var(--radius) 0;
  }
}

.ekEGHk {
  font-family: 'Abril Fatface', cursive;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.PAbaSUwoIC {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.wbTetHbQcgUOp {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1rem;
  color: var(--secondary-color);
}

.wbTetHbQcgUOp i {
  color: var(--secondary-color);
}

.fTKGWEjOW {
  font-size: 0.9rem;
  color: #999;
  margin-left: 0.5rem;
}

.FnnQowUvAVioo {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  background-color: var(--primary-color);
  color: var(--text-light);
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition);
  align-self: flex-start;
  width: max-content;

  &:hover {
    background-color: #5b35bd;
  }

  .dSrpevIiP {
    margin-top: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: var(--radius);
    background-color: var(--primary-color);
    color: var(--text-light);
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    align-self: flex-start;
    width: max-content;
  
    &:hover {
      background-color: #5b35bd;
    }
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1025px) {
  .UtLgmEXExaiMv {
    display: none !important;
  }

  .hlZHbeAhTHsn {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .XmPaiXonp {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: none;
  }

  .XmPaiXonp .hlZHbeAhTHsn,
  .XmPaiXonp .AZXNPsXVRL {
    grid-area: 2;
    width: 100%;
  }

  .vZoEcNX {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .AZXNPsXVRL {
    order: -1;
  }

  .Zjtcw {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
  }

  .hlZHbeAhTHsn {
    display: none;
  }

  .UtLgmEXExaiMv {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); 
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .Rrkd {
    display: block;
  }

}

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

  .YslHaORijSonA {
    font-size: 1.75rem;
  }

  .Zjtcw,
  .vZoEcNX {
    grid-template-columns: 1fr;
  }

  .hlZHbeAhTHsn {
    padding: 1rem;
  }

  .AZXNPsXVRL {
    flex-direction: column;
    .uDDwRGbx {
      order: -1;
      height: 200px;
    }

    .vWpzg {
      height: 100%;
      object-fit: cover;
    }
  }

  .FnnQowUvAVioo {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }

  .AZXNPsXVRL .gmqNdDRsXh {
    order: -1;
  }

  .UtLgmEXExaiMv {
    grid-template-columns: 1fr;
  }

  .Rrkd {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .Rrkd .HJLHqnUWcBDBuT {
    font-size: 1.5rem;
  }

  .ZUbe {
    font-size: 1rem;
  }

  .jUBsihASKn,
  .phMhqvUE {
    font-size: 0.85rem;
  }

  .FnnQowUvAVioo {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .DQtqJHCP {
    padding: 4rem 0;
    min-height: auto;
  }

  .YslHaORijSonA {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .XmPaiXonp,
  .Zjtcw,
  .vZoEcNX {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .AZXNPsXVRL {
    flex-direction: column;
    .gmqNdDRsXh,
    .uDDwRGbx {
      flex: 1 1 100%;
      width: 100%;
    }

    .vWpzg {
      width: 100%;
      height: auto;
    }
  }

  .hlZHbeAhTHsn {
    aspect-ratio: auto;
    height: auto;
    text-align: center;
    align-items: center;
  }

  .hlZHbeAhTHsn .HJLHqnUWcBDBuT {
    font-size: 1.5rem;
  }

  .ekEGHk {
    font-size: 1.2rem;
  }

  .PAbaSUwoIC {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .FnnQowUvAVioo {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }

  .DQtqJHCP {
    padding: 4rem 0;
  }

  .YslHaORijSonA {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .Rrkd {
    font-size: 0.85rem;
    padding: 1rem;
  }

  .Rrkd .HJLHqnUWcBDBuT {
    font-size: 1.3rem;
  }

  .ZUbe {
    font-size: 1rem;
  }

  .jUBsihASKn {
    font-size: 0.85rem;
  }

  .phMhqvUE {
    font-size: 0.8rem;
  }
}

@media (max-width: 320px) {
  .YslHaORijSonA {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .hlZHbeAhTHsn {
    font-size: 0.85rem;
    padding: 0.8rem;
  }

  .hlZHbeAhTHsn .HJLHqnUWcBDBuT {
    font-size: 1.3rem;
  }

  .ekEGHk {
    font-size: 1.1rem;
  }

  .PAbaSUwoIC {
    font-size: 0.85rem;
  }

  .fTKGWEjOW {
    font-size: 0.8rem;
  }

  .ZUbe {
    font-size: 1rem;
  }

  .jUBsihASKn {
    font-size: 0.85rem;
  }

  .phMhqvUE {
    font-size: 0.8rem;
  }

  .YslHaORijSonA {
    font-size: 1.3rem;
  }

  .Rrkd {
    font-size: 0.8rem;
  }

  .Rrkd .HJLHqnUWcBDBuT {
    font-size: 1.2rem;
  }

  .ZUbe {
    font-size: 0.95rem;
  }

  .jUBsihASKn {
    font-size: 0.8rem;
  }

  .phMhqvUE {
    font-size: 0.75rem;
  }

  .FnnQowUvAVioo {
    font-size: 0.85rem;
    padding: 0.5rem 0.8rem;
  }
}

.ExZLwOiNMkno {
  width: 100%;
  padding: 6rem 0;
  background-color: #e7d9fb;
  text-align: center;
  animation: fadeInUp 0.6s ease forwards;
}

.wyjQTWNWqHkMqQ {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hePyeJgoCYGF {
  font-family: 'Abril Fatface', cursive;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: normal;
  letter-spacing: 1px;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  }
}

.uDme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.RghIUGBBZJv {
  background-color: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 2rem;
  transition: transform var(--transition);
  flex: 1 1 calc(50% - 1rem);
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.RghIUGBBZJv:hover {
  transform: translateY(-5px);
}

.BGgKrdxbpq {
  width: 100%; 
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  border: 3px solid var(--primary-color);
}

.PwXnCqNU {
  font-family: 'Abril Fatface', cursive;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.xJIicqbS {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #444;
}

.pMtYIgXgSXNbbx {
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  background-color: var(--secondary-color);
  color: var(--text-light);
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition);
  width: max-content;
  margin: 0 auto;

  &:hover {
    background-color: var(--age-border);
  }
}

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

  .hePyeJgoCYGF {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }

  .RghIUGBBZJv {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hePyeJgoCYGF {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .xJIicqbS {
    font-size: 0.9rem;
  }

  .pMtYIgXgSXNbbx {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }
}

@media (max-width: 320px) {
  .hePyeJgoCYGF {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .xJIicqbS {
    font-size: 0.85rem;
  }

  .pMtYIgXgSXNbbx {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}

.PmnIwJVX {
  width: 100%;
  background-image: url('../xcc-imag/xcc-bg2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  color: var(--text-dark);
  text-align: center;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
}

.PnYTLpiio {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}

.PQbgBSfjzSJjC {
  flex: 1 1 400px;
  text-align: left;
}

.saXAZNCTEqefZ {
  font-family: 'Abril Fatface', cursive;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  position: relative;
  padding-left: 1.5rem;

  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color), var(--accent-color));
  }
}

.LaaeNkEly {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #333;
}

.hzJpVhBe {
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  background-color: var(--secondary-color);
  color: var(--text-light);
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition);
  &:hover {
    background-color: var(--age-border);
  }
}

.IPYSoWhpHLSwt {
  flex: 1 1 360px;
  background-color: #e7d9fb;
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  border: 1px solid #ccc;
}

.dqCcOxhDRuF {
  text-align: center;
  flex: 1 1 70px;
}

.EKAJtpFHo {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  display: block;
}

.NosYSiIv {
  font-size: 0.9rem;
  color: #555;
}

@media (max-width: 768px) {
  .PnYTLpiio {
    flex-direction: column;
    align-items: stretch;
  }

  .PQbgBSfjzSJjC,
  .IPYSoWhpHLSwt {
    width: 100%;
    text-align: center;
  }

  .PQbgBSfjzSJjC {
    order: 2;
    text-align: center;
  }

  .IPYSoWhpHLSwt {
    order: 1;
  }

  .hzJpVhBe {
    margin: 0 auto;
    width: max-content;
  }
}

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

  .LaaeNkEly {
    font-size: 0.95rem;
  }

  .EKAJtpFHo {
    font-size: 1.5rem;
  }

  .NosYSiIv {
    font-size: 0.85rem;
  }

  .IPYSoWhpHLSwt {
    flex-direction: row;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .dqCcOxhDRuF {
    min-width: 70px;
    scroll-snap-align: start;
  }
}

@media (max-width: 320px) {
  .saXAZNCTEqefZ {
    font-size: 1.3rem;
  }

  .LaaeNkEly {
    font-size: 0.85rem;
  }

  .hzJpVhBe {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }

  .EKAJtpFHo {
    font-size: 1.3rem;
  }

  .NosYSiIv {
    font-size: 0.8rem;
  }
}

.pZHNCnwbV {
  width: 100%;
  padding: 6rem 0;
  background-color: var(--bg-light);
  color: var(--text-dark);
  text-align: center;

  .mnLZlrEQIeVyy {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .pUNgJKdFQ {
    flex: 1 1 400px;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);

    img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: var(--radius);
      transition: transform 0.4s ease-in-out;
    }

    &:hover img {
      transform: scale(1.05);
    }
  }

  .YdBlFFTgeW {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
  }

  .dcUIIDTPec {
    font-family: 'Abril Fatface', cursive;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1.5rem;

    &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 4px;
      background: linear-gradient(to bottom, var(--primary-color), var(--accent-color));
    }
  }

  .ggmhe {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #333;
  }

  .mlXenvG {
    padding: 0.7rem 1.5rem;
    border-radius: var(--radius);
    background-color: var(--secondary-color);
    color: var(--text-light);
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    align-self: flex-start;

    &:hover {
      background-color: var(--age-btn-yes);
    }
  }
}

@media (max-width: 768px) {
  .mnLZlrEQIeVyy {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .YdBlFFTgeW {
    text-align: center;
    align-items: center;
  }

  .dcUIIDTPec {
    text-align: center;
    padding-left: 0;

    &::before {
      display: none;
    }
  }

  .mlXenvG {
    margin: 0 auto;
    width: max-content;
  }
}

@media (max-width: 480px) {
  .pZHNCnwbV {
    padding: 4rem 1rem;
  }

  .dcUIIDTPec {
    font-size: 1.6rem;
  }

  .ggmhe {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .mlXenvG {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
}

@media (max-width: 320px) {
  .dcUIIDTPec {
    font-size: 1.4rem;
  }

  .ggmhe {
    font-size: 0.85rem;
  }

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

.xsMfAPbrlcsH {
  width: 100%;
  min-height: 70vh;
  background-image: url('../xcc-imag/xcc-bg1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--text-dark);
  padding: 6rem 0;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: -1;
  }
}

.oveHovfxm {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.QWFMn {
  margin-bottom: 4rem;
}

.mDRnzFGvSPG {
  font-family: 'Abril Fatface', cursive;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 2rem;

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  }
}

.eyoYcRHCwvN {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  color: #444;
  background-color: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 2rem;

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  }
}

.mxAn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.xLxmIvmN {
  flex: 1 1 calc(33% - 1.5rem);
  background-color: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 2rem;
  position: relative;
  transition: transform var(--transition);
  text-align: center;
  overflow: hidden;

  &:hover {
    transform: translateY(-5px);
  }

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  }
}

.ENkBEPmAf {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #333;
}

.HTarkRem {
  font-size: 2rem;
  color: var(--secondary-color);
}

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

  .eyoYcRHCwvN {
    font-size: 0.9rem;
  }

  .mxAn {
    flex-direction: row;
  }

  .xLxmIvmN {
    flex: 1 1 calc(50% - 1rem);
  }
}

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

  .mDRnzFGvSPG {
    font-size: 1.6rem;
  }

  .eyoYcRHCwvN {
    font-size: 0.9rem;
  }

}

@media (max-width: 480px) {
  .xLxmIvmN {
    flex: 1 1 calc(50% - 1rem);
  }

  .mxAn {
    gap: 1.5rem;
  }

  .mDRnzFGvSPG {
    font-size: 1.5rem;
  }

  .ENkBEPmAf {
    font-size: 0.9rem;
  }

  .xLxmIvmN {
    flex: 1 1 100%;
  }
}

@media (max-width: 320px) {
  .xLxmIvmN {
    flex: 1 1 100%;
  }

  .mDRnzFGvSPG {
    font-size: 1.3rem;
  }

  .ENkBEPmAf {
    font-size: 0.85rem;
  }

  .mxAn {
    flex-direction: column;
    align-items: stretch;
  }
}

.uSQdBMULSvkjr {
  width: 100%;
  padding: 6rem 0;
  background-color: var(--bg-light);
  color: var(--text-dark);
  position: relative;

  .XuzKRXvzzYMy {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .MKpoU {
    flex: 1 1 400px;
    text-align: left;
  }

  .pnMGmPXnnvB {
    font-family: 'Abril Fatface', cursive;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;

    &::before {
      content: '';
      position: absolute;
      left: 40%;
      bottom: -8px;
      width: 60px;
      height: 4px;
      background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    }
  }

  .JcRbbphOx {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out;
  }

  .GUINntDCaa {
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    font-weight: bold;
    font-size: 1.1rem;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    color: var(--text-dark);

    &:hover {
      color: var(--primary-color);
    }
  }

  .XbbStgQaRKo {
    font-size: 1.4rem;
    color: var(--secondary-color);
    transition: transform 0.3s ease;
  }

  .XbbStgQaRKo.open {
    transform: rotate(180deg);
  }

  .iZSWJwawUonmT {
    font-size: 0.95rem;
    line-height: 1.6;
    display: none;
    margin-top: 0.5rem;
    color: #444;
    padding-bottom: 1rem;
  }

  .gVrhT {
    margin-top: 2rem;
    padding: 0.7rem 1.5rem;
    border-radius: var(--radius);
    background-color: var(--secondary-color);
    color: var(--text-light);
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    width: max-content;

    &:hover {
      background-color: var(--accent-color);
    }
  }

  .yqwUpA {
    flex: 1 1 400px;
    background-color: #ffffff;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius);
    overflow: hidden;
    img {
      width: 100%;
      height: auto;
      border-radius: var(--radius);
      transition: transform 0.4s ease-in-out;
    }

    &:hover img {
      transform: scale(1.03);
    }
  }
}

@media (max-width: 768px) {
  .XuzKRXvzzYMy {
    flex-direction: column-reverse;
    align-items: center;
    align-content: center;
    padding: 2rem;
  }

  .MKpoU {
    order: 2;
  }

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

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

  .GUINntDCaa {
    font-size: 1rem;
  }

  .iZSWJwawUonmT {
    font-size: 0.9rem;
  }

  .XbbStgQaRKo {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .XuzKRXvzzYMy {
    padding: 2rem 1rem;
  }
  .pnMGmPXnnvB {
    text-align: center;
    font-size: 1.4rem;
  }

  .GUINntDCaa {
    font-size: 0.95rem;
  }

  .iZSWJwawUonmT {
    font-size: 0.85rem;
  }

  .gVrhT {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
}

.qkMhWMc {
  width: 100%;
  min-height: 70vh;
  background-image: url('../xcc-imag/xcc-bg2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  color: var(--text-dark);
  text-align: center;

  .iZymwUM {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .bOzQdhO {
    max-width: 700px;
    margin: 0 auto 4rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 2rem;
    animation: fadeInUp 0.5s ease forwards;
  }

  .BVSdVEP {
    font-family: 'Abril Fatface', cursive;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    position: relative;

    &::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
      width: 60px;
      height: 4px;
      background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    }
  }

  .KtDvLGlHWcr {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2rem;
  }

  .DfCCbOMVJc {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
  }

  .RlAaxHDv {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 300px;
  }

  .nUWswRBkcUXc {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 2rem;
    text-align: left;
    animation: fadeInUp 0.5s ease forwards;
  }

  .nUWswRBkcUXc.zBBfnSgI {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .OllWerImk {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
  }

  .YblaYgB {
    margin-bottom: 1rem;
    color: var(--secondary-color);
    font-size: 1.2rem;
  }

  .ScSucDCTM {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #333;
  }

  .arYPFLjB {
    padding: 0.7rem 1.5rem;
    border-radius: var(--radius);
    background-color: var(--text-dark);
    color: var(--text-light);
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);

    &:hover {
      background-color: var(--primary-color);
      color: var(--text-light);
    }
  }

  .GpKSCMGWK {
    font-size: 1.5rem;
    padding: 0.5rem;
    background-color: var(--age-btn-yes);
    border-radius: 50%;
    color: var(--age-title);
    transition: var(--transition);

    &:hover {
      background-color: var(--primary-color);
      color: var(--text-light);
    }

    &.iARMsCBLCOHOF {
      order: -1;
    }
  }
}

@media (max-width: 768px) {
  .DfCCbOMVJc {
    flex-direction: row;
    align-items: stretch;
  }

  .GpKSCMGWK {
    font-size: 1.3rem;
    padding: 0.4rem;
  }

  .arYPFLjB {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }

  .BVSdVEP {
    font-size: 1.8rem;
  }

  .KtDvLGlHWcr {
    font-size: 0.95rem;
  }

  .ScSucDCTM {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .DfCCbOMVJc {
    flex-direction: row;
    justify-content: center;
  }

  .nUWswRBkcUXc {
    padding: 1.5rem;
  }

  .ScSucDCTM {
    font-size: 0.85rem;
  }

  .arYPFLjB {
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
  }
}

@media (max-width: 320px) {
  .BVSdVEP {
    font-size: 1.5rem;
  }

  .KtDvLGlHWcr {
    font-size: 0.85rem;
  }

  .ScSucDCTM {
    font-size: 0.8rem;
  }

  .arYPFLjB {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
}

.dzCfnU {
  width: 100%;
  background-color: var(--bg-dark);
  color: var(--text-dark);
  padding: 4rem 0;
  font-family: 'Open Sans', sans-serif;
  border-top: 1px solid #ccc;
}

.NCEoADmaSn {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.oEpgKbzBPili {
  text-align: center;
}

.LDeMmsFVTRc {
  width: 120px;
  height: 120px;
  transition: transform var(--transition);
  &:hover {
    transform: rotate(-3deg) scale(1.05);
  }
}

.SjcxNwWSqGe {
  background-color: var(--bg-light);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  text-align: left;
}

.VyxWKscCy {
  font-family: 'Abril Fatface', cursive;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.2rem;

  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, var(--primary-color), var(--accent-color));
  }
}

.qSnLxpjOK {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
}

.qbKUcFiI {
  text-align: center;
}

.PNqUArraQunL {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 1rem 0;
  padding: 0;
  li {
    a {
      font-size: 0.95rem;
      color: var(--text-dark);
      transition: color var(--transition);
      &:hover {
        color: var(--primary-color);
      }
    }
  }
}

.fOSpvv {
  background-color: var(--bg-light);
  padding: 2rem;
  border-radius: var(--radius);
  text-align: center;
}

.EhkZAiZcN {
  font-family: 'Abril Fatface', cursive;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.RTTveooCOjM {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  img {
    width: 150px;
    height: 55px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    &:hover {
      transform: scale(1.05);
    }
  }
}

.NvjtmpNuD {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  text-align: center;
}

.bhhkSYD {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: #555;
}
.EYTCAaUA {
  font-size: 0.9rem;
  color: #555;
}

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

  .RTTveooCOjM {
    justify-content: center;
    gap: 1rem;
  }

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

@media (max-width: 480px) {
  .VyxWKscCy,
  .qSnLxpjOK {
    font-size: 0.85rem;
  }

  .EhkZAiZcN {
    font-size: 1rem;
  }

  .PNqUArraQunL {
    gap: 1rem;
  }

  .EYTCAaUA {
    font-size: 0.8rem;
  }

  .bhhkSYD {
    font-size: 0.8rem;
  }
}

@media (max-width: 320px) {
  .VyxWKscCy {
    font-size: 0.8rem;
  }

  .qSnLxpjOK {
    font-size: 0.8rem;
  }

  .PNqUArraQunL {
    gap: 0.8rem;
    flex-direction: column;
  }

  .RTTveooCOjM img {
    width: 150px;
    height: 55px;
  }
}

.DJGgYDCkBcet {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.MxizqeEPCL {
  background: var(--age-bg);
  padding: 2.5rem;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--age-border);
  max-width: 400px;
  width: 90%;
  animation: fadeInScale 0.4s ease;
}

.MMNHnBbDtM {
  font-family: 'Abril Fatface', cursive;
  font-size: 1.75rem;
  color: var(--age-title);
  margin-bottom: 1rem;
}

.hSVkzLp {
  font-family: 'Open Sans', sans-serif;
  color: var(--age-text);
  font-size: 1rem;
  margin-bottom: 2rem;
}

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

.gUHepywpC,
.CQulveOAFBu {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  color: white;
}

.gUHepywpC {
  background-color: var(--age-btn-yes);
}

.CQulveOAFBu {
  background-color: var(--age-btn-no);
}

.gUHepywpC:hover,
.CQulveOAFBu:hover {
  transform: translateY(-2px);
}

.Lfeku {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--cookie-bg);
  color: var(--cookie-text);
  padding: 1rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  box-shadow: var(--shadow-lg);
}

.nkCgqjF {
  max-width: 1320px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
}

.KDHwqYBQ {
  color: var(--cookie-link);
  text-decoration: underline;
}

.uSELqExyaHXH {
  background-color: var(--cookie-btn);
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  color: white;
  transition: var(--transition);
}

.uSELqExyaHXH:hover {
  opacity: 0.9;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

  .MxizqeEPCL {
    padding: 2rem;
  }
}

.MKzoE {
  width: 100%;
  padding: 6rem 0;
  background-color: var(--bg-light);
  text-align: center;
}

.olRGKFMVvq {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}

.aeOdDIb {
  font-family: 'Abril Fatface', cursive;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  }
}

.iEHnTSAKKrN {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.ztTkRrHS {
  padding: 4rem 0;
  background-color: #ffffff;
}

.EfeNzjGyD {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: fadeInUp 0.6s ease forwards;
}

.FXsSAvn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 500;
}

.XmBeXUwi {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  font-size: 1rem;
  transition: border-color var(--transition);
  &:focus {
    border-color: var(--primary-color);
  }
}

.XmBeXUwi.error {
  border-color: var(--secondary-color);
  background-color: #ffe0e0;
}

.zYxUODsBQTkQ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #444;
}

.QmupxIpnyTpYr {
  width: auto;
  display: inline-block;
}

.Kiwdr {
  padding: 0.8rem 1.5rem;
  background-color: var(--secondary-color);
  color: var(--text-light);
  font-weight: bold;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  &:hover {
    background-color: var(--age-border);
  }

  &:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
}

.paSTiXBbM {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}

.paSTiXBbM.zBBfnSgI {
  display: flex;
  pointer-events: auto;
  opacity: 1;
}

.sOcShET {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.uyYORejiVz {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  max-width: 500px;
  width: 100%;
  text-align: center;
  animation: fadeInUp 0.6s ease forwards;
  position: relative;
}

.CvLFwY {
  font-size: 3rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.UrstMslHyAsji {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.uuRsQHXIm {
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.fLKDIGNrSEf {
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  background-color: var(--primary-color);
  color: var(--text-light);
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition);
}

.fLKDIGNrSEf:hover {
  background-color: #5b35bd;
}

.igcl i,
.tvLOZ i {
  padding-top: 0 !important;
  margin-top: 21px !important;
}

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

  .iEHnTSAKKrN {
    font-size: 0.95rem;
  }

  .EfeNzjGyD {
    gap: 1.2rem;
  }

  .XmBeXUwi {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .MKzoE {
    padding: 4rem 1rem;
  }

  .aeOdDIb {
    font-size: 1.6rem;
  }

  .iEHnTSAKKrN {
    font-size: 0.9rem;
  }

  .XmBeXUwi {
    font-size: 0.9rem;
  }
}

@media (max-width: 320px) {
  .aeOdDIb {
    font-size: 1.4rem;
  }

  .iEHnTSAKKrN {
    font-size: 0.85rem;
  }

  .XmBeXUwi {
    font-size: 0.85rem;
  }

  .Kiwdr {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
}

.gxoGJRgNwpK {
  background-color: var(--pagebg-cookie);
  padding: 4rem 1rem 3rem;
  text-align: center;
}

.muzKUWSlEk {
  font-family: 'Abril Fatface', cursive;
  font-size: 2.2rem;
  color: var(--pagetitle-color);
  margin-bottom: 1rem;
}

.Gqewiqbgr {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  max-width: 720px;
  margin: 0 auto;
  color: var(--pagesubtext);
}

.WNkCCJTU {
  background-color: var(--bg-light);
  padding: 3rem 1rem;
}

.KFHVjlSr {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.ODPobrsTcUgx {
  background: var(--cookie-point-bg);
  border-radius: var(--cookie-point-radius);
  box-shadow: var(--cookie-point-shadow);
  padding: 1.5rem;
  max-width: 300px;
  width: 100%;
  text-align: center;
  transition: var(--transition);
  animation: floatFade 0.6s ease-in-out;
}

.ODPobrsTcUgx:hover {
  transform: translateY(-6px);
}

.lnpapagescookiepointsicon {
  font-size: 2.4rem;
  color: var(--cookie-point-icon);
  margin-bottom: 1rem;
}

.wqdSiTSWwzb {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--cookie-point-text);
  line-height: 1.5;
}

.wqdSiTSWwzb a {
  color: var(--primary-color);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .KFHVjlSr {
    gap: 1.5rem;
  }
}

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

  .ODPobrsTcUgx {
    max-width: 90%;
  }
}

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

@media (max-width: 320px) {
  .muzKUWSlEk {
    font-size: 1.4rem;
  }
}

@keyframes floatFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.KQTOFnRJwSse {
  background-color: #fff0e5;
  padding: 4rem 1rem 2rem;
  text-align: center;
  border-bottom: 3px solid var(--accent-color);
  box-shadow: var(--shadow-sm);
  animation: fadeInTop 1.4s ease-in-out;

  .cysqleaoRoswiU {
    font-family: 'Abril Fatface', cursive;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
  }

  .gWwPLlmgzs {
    font-size: 1.125rem;
    color: var(--text-dark);
    max-width: 720px;
    margin: 0 auto;
  }
}

.hkwQzhFne {
  background-color: #eafff7;
  padding: 3rem 1rem;
  animation: fadeInUp 1.6s ease-in-out;

  .cgmUqRTPdrfHWz {
    max-width: 1320px;
    margin: 0 auto;
  }

  .ccHSnkTMXipG {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }

  .OOjEJqgMRv {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    transition: var(--transition);

    &:hover {
      transform: translateY(-3px);
    }

    i {
      font-size: 1.75rem;
      color: var(--secondary-color);
      flex-shrink: 0;
    }

    p {
      font-size: 1rem;
      color: var(--text-dark);
      flex: 1;
      line-height: 1.6;
    }

    a {
      color: var(--primary-color);
      text-decoration: underline;
      word-break: break-all;
    }
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 768px) {
  .OOjEJqgMRv {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .OOjEJqgMRv {
    padding: 1rem;
  }

  .OOjEJqgMRv i {
    font-size: 1.5rem;
  }
}

@media (max-width: 320px) {
  .gWwPLlmgzs {
    font-size: 1rem;
  }

  .OOjEJqgMRv p {
    font-size: 0.95rem;
  }
}

.WLsMKDEuQqv {
  background-color: #ffeef7;
  padding: 4rem 1rem 2rem;
  text-align: center;
  border-bottom: 3px solid var(--primary-color);
  box-shadow: var(--shadow-sm);
  animation: scaleIn 1.2s ease-in-out;

  .nVEAyic {
    font-family: 'Abril Fatface', cursive;
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
  }

  .sPuUW {
    font-size: 1.125rem;
    color: var(--text-dark);
    max-width: 760px;
    margin: 0 auto;
  }
}

.ruBAtDLMybp {
  background-color: #e6fdf2;
  padding: 3rem 1rem;
  animation: fadeUpIn 1.6s ease-in-out;

  .HMBidTzDj {
    max-width: 1320px;
    margin: 0 auto;
  }

  .hphFCWkdfHXO {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }

  .tsgwKEvBJ {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    transition: var(--transition);

    &:hover {
      transform: translateY(-5px);
    }

    i {
      font-size: 1.75rem;
      color: var(--accent-color);
      flex-shrink: 0;
    }

    p {
      font-size: 1rem;
      color: var(--text-dark);
      line-height: 1.6;
    }

    a {
      color: var(--secondary-color);
      text-decoration: underline;
      word-break: break-word;
    }
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeUpIn {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .nVEAyic {
    font-size: 2.1rem;
  }
}

@media (max-width: 768px) {
  .tsgwKEvBJ {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .tsgwKEvBJ {
    padding: 1rem;
  }

  .tsgwKEvBJ i {
    font-size: 1.5rem;
  }
}

@media (max-width: 320px) {
  .sPuUW {
    font-size: 1rem;
  }

  .tsgwKEvBJ p {
    font-size: 0.95rem;
  }
}