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

:root {
  --ifrgradient-primary: linear-gradient(135deg, #985226 0%, #c73b39 100%);
  --ifrgradient-secondary: linear-gradient(135deg, #d4672d 0%, #a13ad5 100%);
  --ifrgradient-tertiary: linear-gradient(135deg, #52871d 0%, #86861a 100%);
  --ifrgradient-quaternary: linear-gradient(135deg, #c12ac1 0%, #69b2ff 100%);
  --ifrcolor-text-primary: #1b1b1b;
  --ifrcolor-text-secondary: #3a3a3a;
  --ifrcolor-background: #f0f0f0;
  --ifrcolor-white: #ffffff;
  --ifrcolor-shadow: rgba(0, 0, 0, 0.2);
  --ifrfont-heading: 'Abril Fatface', serif;
  --ifrfont-body: 'PT Serif', serif;
  --ifrborder-radius-small: 8px;
  --ifrborder-radius-medium: 12px;
  --ifrborder-radius-large: 20px;
  --ifrtransition-fast: 0.3s ease;
  --ifrtransition-medium: 0.5s ease;
  --ifrtransition-slow: 0.8s ease;
}


body {
  font-family: var(--ifrfont-body);
  color: var(--ifrcolor-text-primary);
  background-color: var(--ifrcolor-background);
  line-height: 1.6;
  overflow-x: hidden;
}

.yJkfdmaamzgPZ {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  background: var(--ifrgradient-primary);
  color: var(--ifrcolor-white);
  padding: 15px 0;
  z-index: 1000;
  transform: translateY(100%);
  animation: ifrslideUp 0.5s ease forwards;
  box-shadow: 0 -2px 10px var(--ifrcolor-shadow);
}

@keyframes ifrslideUp {
  to { transform: translateY(0); }
}

.xtwgUjjVo {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.xtwgUjjVo p {
  flex: 1;
  min-width: 300px;
}

.xtwgUjjVo a {
  color: var(--ifrcolor-white);
  text-decoration: underline;
}

.LUjcAsV {
  background: var(--ifrgradient-secondary);
  border: none;
  color: var(--ifrcolor-text-primary);
  padding: 10px 25px;
  border-radius: var(--ifrborder-radius-small);
  cursor: pointer;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
}

.LUjcAsV:hover {
  transform: translateY(-2px);
}

.spumyheV {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.ZqhwgQSb {
  background: var(--ifrgradient-quaternary);
  padding: 40px;
  border-radius: var(--ifrborder-radius-large);
  text-align: center;
  max-width: 500px;
  width: 90%;
  color: var(--ifrcolor-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: ifrscaleIn 0.5s ease;
}

@keyframes ifrscaleIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.ZqhwgQSb h2 {
  font-family: var(--ifrfont-heading);
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.ZqhwgQSb p {
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.jtdhohlr {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.XwVQOIj, .NFBaMxvVL {
  padding: 12px 25px;
  border: none;
  border-radius: var(--ifrborder-radius-small);
  cursor: pointer;
  font-weight: 600;
  transition: all var(--ifrtransition-fast);
  min-width: 160px;
}

.XwVQOIj {
  background: var(--ifrgradient-secondary);
  color: var(--ifrcolor-text-primary);
}

.NFBaMxvVL {
  background: transparent;
  color: var(--ifrcolor-white);
  border: 2px solid var(--ifrcolor-white);
}

.XwVQOIj:hover, .NFBaMxvVL:hover {
  transform: translateY(-2px);
}

.WXjWLersIXD {
  background: var(--ifrgradient-primary);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px var(--ifrcolor-shadow);
}

.GDiNjWdu {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.dfadspJsGm {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ifrcolor-white);
  font-size: 1.5rem;
  font-weight: 600;
}

.dfadspJsGm i {
  font-size: 2rem;
}

.fidaGpY {
  display: flex;
  gap: 25px;
  align-items: center;
}

.xrPoxXL, .bbeTKVeftdfgo {
  color: var(--ifrcolor-white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: transform var(--ifrtransition-fast);
  font-size: 0.95rem;
}

.xrPoxXL:hover, .bbeTKVeftdfgo:hover {
  transform: translateY(-2px);
}

.oHsLdZBmNFu {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.oHsLdZBmNFu span {
  width: 25px;
  height: 3px;
  background: var(--ifrcolor-white);
  transition: all var(--ifrtransition-fast);
  border-radius: 2px;
}

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

.ZBELhtJBOAnVX {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/gem-engine/gem-img/gem-bg1.webp') center/cover no-repeat;
  z-index: -1;
}

.ZBELhtJBOAnVX::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ifrgradient-primary);
  opacity: 0.85;
}

.VUjLPafHTF {
  max-width: 1350px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  color: var(--ifrcolor-white);
  z-index: 1;
}

.VUjLPafHTF h1 {
  font-family: var(--ifrfont-heading);
  font-size: 3rem;
  margin-bottom: 20px;
  animation: ifrfadeInUp 1s ease;
  min-height: 120px;
}

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

.VUjLPafHTF p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: ifrfadeInUp 1s ease 0.2s both;
}

.tHlrXO {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  animation: ifrfadeInUp 1s ease 0.4s both;
}

.TFRExBSJ {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: var(--ifrborder-radius-medium);
  width: 180px;
  transition: transform var(--ifrtransition-fast);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.TFRExBSJ i {
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}

.TFRExBSJ p {
  font-size: 0.9rem;
  margin: 0;
}

.yOaNxRtlrvI {
  display: inline-block;
  background: var(--ifrgradient-secondary);
  color: var(--ifrcolor-text-primary);
  padding: 15px 30px;
  border-radius: var(--ifrborder-radius-medium);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
  animation: ifrfadeInUp 1s ease 0.6s both;
}

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

.sbilKbYTmrCj {
  padding: 80px 0;
  background: var(--ifrcolor-background);
}

.amHflnaN {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

.BabXTmEWDf {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.BabXTmEWDf:nth-child(even) {
  flex-direction: row;
}

.idigvirR {
  flex: 1;
  height: 300px;
  border-radius: var(--ifrborder-radius-large);
  background: var(--ifrgradient-tertiary);
  position: relative;
  overflow: hidden;
}

.WTStSNA .idigvirR::after {
  content: '2018';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.78);
}

.nNraAypQNRi .idigvirR::after {
  content: '25';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.78);
}

.BYoSzKig .idigvirR::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.78);
}

.MOUMWfsNdMKsmTi .idigvirR::after {
  content: '∞';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.78);
}

.FZYNe {
  flex: 1;
}

.FZYNe h2 {
  font-family: var(--ifrfont-heading);
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--ifrcolor-text-primary);
  min-height: 60px;
}

.FZYNe p {
  margin-bottom: 25px;
  font-size: 1.1rem;
  color: var(--ifrcolor-text-secondary);
}

.yNWjpQdxPW {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.QzsUeKE {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ifrcolor-white);
  padding: 10px 15px;
  border-radius: var(--ifrborder-radius-small);
  box-shadow: 0 2px 5px var(--ifrcolor-shadow);
  transition: transform var(--ifrtransition-fast);
}

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

.QzsUeKE i {
  color: #6a11cb;
}

.QzsUeKE span {
  font-size: 0.9rem;
  font-weight: 500;
}

.jPTIqvq {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  background: var(--ifrgradient-primary);
  color: var(--ifrcolor-white);
  padding: 12px 25px;
  border-radius: var(--ifrborder-radius-medium);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

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

.BOvealMWdpJuH {
  padding: 80px 0;
  background: var(--ifrgradient-quaternary);
}

.BOvealMWdpJuH h2 {
  text-align: center;
  font-family: var(--ifrfont-heading);
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: var(--ifrcolor-white);
  min-height: 70px;
}

.PmVg {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.fxGrRafUQeKTB {
  background: var(--ifrcolor-white);
  border-radius: var(--ifrborder-radius-large);
  padding: 30px;
  width: 100%;
  max-width: 380px;
  height: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform var(--ifrtransition-medium);
  position: relative;
}

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

.UcBtYsu {
  position: absolute;
  top: -10px;
  left: 50%;
  min-width: 193px;
  transform: translateX(-50%);
  background: var(--ifrgradient-secondary);
  color: var(--ifrcolor-text-primary);
  padding: 5px 15px;
  margin-bottom: 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.fxGrRafUQeKTB img {
  width: 100%;
  max-width: 280px;
  height: 100%;
  max-height: 95px;
  display: block;
  margin: 10px auto;
}

.fxGrRafUQeKTB h3 {
  text-align: center;
  font-family: var(--ifrfont-heading);
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--ifrcolor-text-primary);
  min-height: 50px;
}

.xymMQa {
  list-style: none;
  margin-bottom: 25px;
}

.xymMQa li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.xymMQa i {
  color: #10b6b9;
  font-size: 1.1rem;
}

.fpzwsCo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #e2e8f0;
}

.hxDwhiwzfCSl {
  display: flex;
  gap: 2px;
  color: #fbbf24;
}

.NuAbMmsG {
  display: block;
  text-align: center;
  background: var(--ifrgradient-primary);
  color: var(--ifrcolor-white);
  padding: 12px;
  border-radius: var(--ifrborder-radius-small);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
}

.NuAbMmsG:hover {
  transform: translateY(-2px);
}

.MnSJnKnXJsG {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.jFZwmVg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/gem-engine/gem-img/gem-bg2.webp') center/cover no-repeat;
  z-index: -1;
}

.jFZwmVg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ifrgradient-tertiary);
  opacity: 0.9;
}

.AJtpwsoB {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

.AJtpwsoB h2 {
  text-align: center;
  font-family: var(--ifrfont-heading);
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: var(--ifrcolor-white);
  min-height: 70px;
}

.ExUGSxJTSQBsTCQ {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.mAWOY {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: var(--ifrborder-radius-large);
  padding: 30px;
  width: 100%;
  max-width: 550px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mAWOY h3 {
  font-family: var(--ifrfont-heading);
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--ifrcolor-white);
  text-align: center;
  min-height: 50px;
}

.qmZZaxiCJ {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.AjjWkyR {
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--ifrcolor-white);
  transition: color var(--ifrtransition-fast);
}

.AjjWkyR:hover {
  color: #fea857;
}

.AjjWkyR i {
  transition: transform var(--ifrtransition-fast);
}

.VJSEk {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--ifrtransition-medium);
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0 0 20px;
}

.qmZZaxiCJ.active .AjjWkyR i {
  transform: rotate(180deg);
}

.qmZZaxiCJ.active .VJSEk {
  max-height: 300px;
  padding: 0 0 15px 20px;
}

.CnuAbHHiHrjm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.zxMHMGZ {
  color: var(--ifrcolor-white);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
}

.zxMHMGZ:hover {
  transform: translateY(-2px);
}

.yHtwuKUGvTS {
  background: var(--ifrgradient-secondary);
  color: var(--ifrcolor-text-primary);
  padding: 10px 20px;
  border-radius: var(--ifrborder-radius-small);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
}

.yHtwuKUGvTS:hover {
  transform: translateY(-2px);
}

.zTCpSDaKOW {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.dSOmOQIqc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/gem-engine/gem-img/gem-bg3.webp') center/cover no-repeat;
  z-index: -1;
}

.dSOmOQIqc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ifrgradient-secondary);
  opacity: 0.85;
}

.npTfshEOtHA {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: var(--ifrcolor-text-primary);
}

.npTfshEOtHA h2 {
  font-family: var(--ifrfont-heading);
  font-size: 2.5rem;
  margin-bottom: 20px;
  min-height: 70px;
}

.npTfshEOtHA p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.YPlSQnSp {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 20px;
  border-radius: var(--ifrborder-radius-medium);
  width: 180px;
  transition: transform var(--ifrtransition-fast);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.YPlSQnSp p {
  margin: 0 0 15px 0;
  font-size: 0.9rem;
  text-align: left;
  flex: 1;
}

.YPlSQnSp i {
  font-size: 2rem;
  color: #6a11cb;
}

.RTXLtanBnaM {
  display: inline-block;
  background: var(--ifrgradient-primary);
  color: var(--ifrcolor-white);
  padding: 15px 30px;
  border-radius: var(--ifrborder-radius-medium);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
}

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

.QmvZMrQFmpX {
  padding: 80px 0;
  background: var(--ifrcolor-background);
}

.NlGdfCT {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.uJAdJdQVqlxJ {
  flex: 1;
}

.uJAdJdQVqlxJ h2 {
  font-family: var(--ifrfont-heading);
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--ifrcolor-text-primary);
  min-height: 60px;
}

.uJAdJdQVqlxJ p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: var(--ifrcolor-text-secondary);
}

.uJAdJdQVqlxJ a {
  color: #6c00e0;
  text-decoration: none;
  font-weight: 500;
}

.uJAdJdQVqlxJ a:hover {
  text-decoration: underline;
}

.cGtToz {
  display: inline-block;
  margin-top: 20px;
  background: var(--ifrgradient-secondary);
  color: var(--ifrcolor-white);
  padding: 10px 20px;
  border-radius: var(--ifrborder-radius-small);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--ifrtransition-fast);
}

.cGtToz:hover {
  transform: translateY(-2px);
}

.ISHJEaPPeGbi {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.yyfQewozY {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ifrcolor-text-secondary);
  padding: 15px;
  border-radius: var(--ifrborder-radius-medium);
  transition: transform var(--ifrtransition-fast);
  box-shadow: 0 2px 5px var(--ifrcolor-shadow);
}

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

.yyfQewozY img {
  width: 100%;
  max-width: 120px;
  height: 100%;
  max-height: 60px;
  object-fit: contain;
}

.YmNLdddaEYhmM {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ifrgradient-secondary);
  padding: 15px;
  border-radius: var(--ifrborder-radius-medium);
}

.GjryUOW {
  background: var(--ifrgradient-primary);
  color: var(--ifrcolor-white);
  padding: 40px 0 20px;
}

.BfmkIz {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

.LcaLrcnYVxK {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.ZEZNIlqOwtjOzv {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 600;
}

.ZEZNIlqOwtjOzv i {
  font-size: 1.8rem;
}

.siJIJJhFPMQz {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.siJIJJhFPMQz a {
  color: var(--ifrcolor-white);
  text-decoration: none;
  transition: opacity var(--ifrtransition-fast);
}

.siJIJJhFPMQz a:hover {
  opacity: 0.8;
}

.lMkYxxAfCweFF {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.lMkYxxAfCweFF a {
  color: var(--ifrcolor-white);
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity var(--ifrtransition-fast);
}

.lMkYxxAfCweFF a:hover {
  opacity: 0.8;
}

.OkVKgYTakOm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 1024px) {
  .VUjLPafHTF h1 {
    font-size: 2.5rem;
    min-height: 100px;
  }
  
  .BabXTmEWDf {
    flex-direction: column;
    gap: 30px;
  }
  
  .BabXTmEWDf:nth-child(even) {
    flex-direction: column;
  }
  
  .NlGdfCT {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .fidaGpY {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--ifrgradient-primary);
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    box-shadow: 0 5px 10px var(--ifrcolor-shadow);
  }
  
  .fidaGpY.active {
    display: flex;
  }
  
  .oHsLdZBmNFu {
    display: flex;
  }
  
  .oHsLdZBmNFu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .oHsLdZBmNFu.active span:nth-child(2) {
    opacity: 0;
  }
  
  .oHsLdZBmNFu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  
  .VUjLPafHTF h1 {
    font-size: 2rem;
    min-height: 80px;
  }
  
  .VUjLPafHTF p {
    font-size: 1rem;
  }
  
  .TFRExBSJ {
    width: 150px;
    padding: 15px;
  }
  
  .PmVg {
    flex-direction: column;
    align-items: center;
  }
  
  .fxGrRafUQeKTB {
    max-width: 100%;
  }
  
  .ExUGSxJTSQBsTCQ {
    flex-direction: column;
    align-items: center;
  }
  
  .mAWOY {
    max-width: 100%;
  }
  
  .HLJSWONiO {
    gap: 15px;
  }
  
  .YPlSQnSp {
    width: 160px;
    padding: 20px 15px;
  }
  
  .LcaLrcnYVxK {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  
  .siJIJJhFPMQz, .lMkYxxAfCweFF {
    justify-content: center;
  }
  
  .OkVKgYTakOm {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .VUjLPafHTF h1 {
    font-size: 1.8rem;
    min-height: 70px;
  }
  
  .tHlrXO,
  .HLJSWONiO {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  
  .TFRExBSJ,
  .YPlSQnSp {
    width: calc(50% - 10px);
    width: 100%;
  }
  
  .FZYNe h2 {
    font-size: 1.8rem;
    min-height: 50px;
  }
  
  .BOvealMWdpJuH h2, .AJtpwsoB h2, .npTfshEOtHA h2 {
    font-size: 2rem;
    min-height: 60px;
  }
  
  .uJAdJdQVqlxJ h2 {
    font-size: 1.8rem;
    min-height: 50px;
  }
  
  .ISHJEaPPeGbi {
    grid-template-columns: 1fr;
  }
  
  .jtdhohlr {
    flex-direction: column;
    align-items: center;
  }
  
  .XwVQOIj, .NFBaMxvVL {
    width: 100%;
    max-width: 250px;
  }
  
  .xtwgUjjVo {
    flex-direction: column;
    text-align: center;
  }
  
  .xtwgUjjVo p {
    min-width: auto;
  }
}

@media (max-width: 320px) {  
  .VUjLPafHTF h1 {
    font-size: 1.5rem;
    min-height: 60px;
  }
  
  .yNWjpQdxPW {
    flex-direction: column;
  }
  
  .fxGrRafUQeKTB {
    padding: 20px 15px;
  }
  
  .mAWOY {
    padding: 20px 15px;
  }
}

.dqGJu {
  min-height: 100vh;
  background: linear-gradient(135deg, #985226 0%, #aa2745 100%);
}

.xLxfkXucRWk {
  padding: 100px 0 60px;
  text-align: center;
  color: white;
}

.BXPBpxz {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.xLxfkXucRWk h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 3rem;
  margin-bottom: 20px;
  animation: ifrpgfadeInUp 1s ease;
}

.xLxfkXucRWk p {
  font-size: 1.2rem;
  opacity: 0.9;
  animation: ifrpgfadeInUp 1s ease 0.2s both;
}

.uHbdepHdcvoDLp {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.95);
}

.JQNEBHOmPclmc {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.NKVD {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  padding: 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.Kbgvenelzo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #985226 0%, #aa2745 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.NmepooILOfn h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #3a2d48;
}

.NmepooILOfn p {
  color: #5a4a68;
  line-height: 1.7;
  font-size: 1.1rem;
}

.NmepooILOfn a {
  color: #985226;
  text-decoration: none;
  font-weight: 600;
}

.NmepooILOfn a:hover {
  text-decoration: underline;
}

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

@media (max-width: 768px) {
  .xLxfkXucRWk h1 {
    font-size: 2.2rem;
  }
  
  .NKVD {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .Kbgvenelzo {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .xLxfkXucRWk {
    padding: 80px 0 40px;
  }
  
  .xLxfkXucRWk h1 {
    font-size: 1.8rem;
  }
  
  .NKVD {
    padding: 20px;
  }
  
  .Kbgvenelzo {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .NmepooILOfn a {
    font-size: 0.8rem;
  }
}

.iGkHVKAaN {
  min-height: 100vh;
  background: linear-gradient(135deg, #f36bff 0%, #fea857 100%);
}

.JzVmEwaXPXucW {
  padding: 100px 0 60px;
  text-align: center;
  color: white;
}

.axnwMXvguNmg {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.JzVmEwaXPXucW h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 3rem;
  margin-bottom: 10px;
  animation: ifrpgslideIn 1s ease;
}

.JzVmEwaXPXucW p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.BbOJOe {
  padding: 60px 0;
}

.zBATwXK {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.VszhCSVDkbUARB {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.VszhCSVDkbUARB::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #f36bff 0%, #fea857 100%);
}

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

.WRoWtibiWtNeR {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.WRoWtibiWtNeR i {
  font-size: 2.5rem;
  color: #f36bff;
}

.WRoWtibiWtNeR h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 1.6rem;
  color: #3a2d48;
}

.cvHWURHNAzIs p {
  color: #5a4a68;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.cvHWURHNAzIs ul {
  list-style: none;
  padding: 0;
}

.cvHWURHNAzIs li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #5a4a68;
}

.cvHWURHNAzIs i {
  color: #10b6b9;
  font-size: 1.1rem;
}

@keyframes ifrpgslideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .zBATwXK {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .VszhCSVDkbUARB {
    padding: 30px;
  }
  
  .JzVmEwaXPXucW h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .JzVmEwaXPXucW {
    padding: 80px 0 40px;
  }
  
  .JzVmEwaXPXucW h1 {
    font-size: 1.8rem;
  }
  
  .VszhCSVDkbUARB {
    padding: 25px;
  }
  
  .WRoWtibiWtNeR {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.JHGfZCwfPDmjD {
  min-height: 100vh;
  background: linear-gradient(135deg, #5f00db 0%, #542b5fdc 100%);
}

.zxoKRR {
  padding: 100px 0 60px;
  text-align: center;
  color: white;
}

.rvCYXR {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.zxoKRR h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 3rem;
  margin-bottom: 15px;
  animation: ifrpgbounceIn 1s ease;
}

.zxoKRR p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.hJAwYTJtbyNl {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.95);
}

.ZfsWjTueJrnYj {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.uaouJdvNEg {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.uaouJdvNEg:hover {
  transform: scale(1.02);
}

.uaouJdvNEg:nth-child(even) {
  flex-direction: row-reverse;
}

.CewTzUZDXuh {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #00b4db 0%, #542b5fdc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
}

.fBbGoPtARmyG h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #3a2d48;
}

.fBbGoPtARmyG p {
  color: #5a4a68;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.fBbGoPtARmyG ul {
  list-style: none;
  padding: 0;
}

.fBbGoPtARmyG li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #5a4a68;
}

.fBbGoPtARmyG li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #00b4db;
  font-size: 1.2rem;
}

.fBbGoPtARmyG a {
  color: #00b4db;
  text-decoration: none;
  font-weight: 600;
}

.fBbGoPtARmyG a:hover {
  text-decoration: underline;
}

@keyframes ifrpgbounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .uaouJdvNEg {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 30px;
  }
  
  .uaouJdvNEg:nth-child(even) {
    flex-direction: column;
  }
  
  .zxoKRR h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .zxoKRR {
    padding: 80px 0 40px;
  }
  
  .zxoKRR h1 {
    font-size: 1.8rem;
  }
  
  .uaouJdvNEg {
    padding: 25px;
  }
  
  .CewTzUZDXuh {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }

  .fBbGoPtARmyG a {
    font-size: 0.8rem;
  }
}

.ZanL {
  min-height: 100vh;
  background: linear-gradient(135deg, #985226 0%, #aa2745 100%);
}

.NZUoH {
  padding: 100px 0 60px;
  text-align: center;
  color: white;
}

.YWzTvgVyCtrpz {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.NZUoH h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 3rem;
  margin-bottom: 15px;
  animation: ifrpgfadeInDown 1s ease;
}

.NZUoH p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.mfJctUpJvUv {
  padding: 60px 0;
}

.fuaTzVYnAB {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.tpLGCSxddhO {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.tpLGCSxddhO::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;
}

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

.tpLGCSxddhO:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.FGqYkDYWgCEo {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #985226 0%, #aa2745 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin: 0 auto 20px;
}

.tpLGCSxddhO h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #3a2d48;
}

.tpLGCSxddhO p {
  color: #5a4a68;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1rem;
}

.tpLGCSxddhO ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.tpLGCSxddhO li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #5a4a68;
  font-size: 0.9rem;
}

.tpLGCSxddhO li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b6b9;
  font-weight: bold;
}

.tpLGCSxddhO a {
  color: #985226;
  text-decoration: none;
  font-weight: 600;
}

.tpLGCSxddhO a:hover {
  text-decoration: underline;
}

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

@media (max-width: 768px) {
  .fuaTzVYnAB {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .tpLGCSxddhO {
    padding: 30px 25px;
  }
  
  .NZUoH h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .NZUoH {
    padding: 80px 0 40px;
  }
  
  .NZUoH h1 {
    font-size: 1.8rem;
  }
  
  .tpLGCSxddhO {
    padding: 25px 20px;
  }
  
  .FGqYkDYWgCEo {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

.NeBjR {
  min-height: 100vh;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.iharGnFEUi {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loaTeCoSv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.loaTeCoSv {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.loaTeCoSv h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: ifrpgscaleIn 1s ease;
}

.loaTeCoSv p {
  font-size: 1.3rem;
  opacity: 0.9;
}

.INqjFFuIcMPt {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.95);
}

.KsHhUX {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.vduzXPCMTla {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.vduzXPCMTla:nth-child(even) {
  flex-direction: row;
}

.OiIAdnJagIt {
  width: 100%;
  flex: 1;
}

.DmUhRLBGpvwbTs {
  height: 400px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.MwrT .DmUhRLBGpvwbTs::after {
  content: '2018';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.86);
}

.UutjAEd .DmUhRLBGpvwbTs::after {
  content: '2020';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.86);
}

.miitzcCruBu .DmUhRLBGpvwbTs::after {
  content: '2023';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.86);
}

.oDXDSq .DmUhRLBGpvwbTs::after {
  content: '2025';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.86);
}

.QZQsAKEMlxz {
  flex: 1;
}

.QZQsAKEMlxz h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #3a2d48;
}

.QZQsAKEMlxz p {
  color: #5a4a68;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.cnZWJ {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.TupkimuODvgGfK {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.TupkimuODvgGfK i {
  color: #f5576c;
  font-size: 1.2rem;
}

.TupkimuODvgGfK span {
  font-size: 0.9rem;
  font-weight: 500;
}

.lmBQEJyh {
  margin-bottom: 80px;
  padding: 60px;
  border-radius: 30px;
  background: linear-gradient(135deg, #985226 0%, #aa2745 100%);
  color: white;
}

.ylWuvgrwSx {
  text-align: center;
}

.ylWuvgrwSx h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.ylWuvgrwSx p {
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.jmpSdvVAk {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.HRmAGFSIFBbPrf {
  text-align: center;
}

.oNcTcyOjWq {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.GODeARXTJ {
  font-size: 1rem;
  opacity: 0.9;
}

.HucIbub {
  background: linear-gradient(135deg, #39b89e 0%, #00fe6e 100%);
}

.rTdZQMVIsG h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}

.rTdZQMVIsG p {
  font-size: 1.1rem;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kwSSwkL {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.Ifeawpivg {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.Ifeawpivg i {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
}

.Ifeawpivg h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.Ifeawpivg p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin: 0;
}

@keyframes ifrpgscaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .vduzXPCMTla {
    flex-direction: column;
    gap: 30px;
  }
  
  .vduzXPCMTla:nth-child(even) {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .loaTeCoSv h1 {
    font-size: 2.5rem;
  }
  
  .lmBQEJyh {
    padding: 40px 30px;
  }
  
  .jmpSdvVAk {
    gap: 30px;
  }
  
  .oNcTcyOjWq {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .iharGnFEUi {
    height: 400px;
  }
  
  .loaTeCoSv h1 {
    font-size: 2rem;
  }
  
  .DmUhRLBGpvwbTs {
    height: 250px;
  }
  
  .lmBQEJyh {
    padding: 30px 20px;
  }
  
  .kwSSwkL {
    grid-template-columns: 1fr;
  }
}

.bLflsWaV {
  min-height: 100vh;
  background: linear-gradient(135deg, #00b4db 0%, #542b5fdc 100%);
}

.vCQAUYdb {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.SdGwBXvQjadCEh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.HHZmYr {
  position: relative;
  z-index: 2;
  text-align: center;
  border-radius: var(--ifrborder-radius-medium);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.HHZmYr h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: ifrpgbounceIn 1s ease;
}

.HHZmYr p {
  font-size: 1.3rem;
  opacity: 0.9;
}

.ZOMLAzYqmofhBJK {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.95);
}

.blHsnBjz {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.ltobHjp {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ltobHjp h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 1.5rem;
  margin-bottom: 25px;
  color: #3a2d48;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ltobHjp h2 i {
  color: #00b4db;
  font-size: 1.8rem;
}

.eZvgNayu {
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.uYpPszNXQ {
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #3a2d48;
  transition: color 0.3s ease;
}

.uYpPszNXQ:hover {
  color: #00b4db;
}

.uYpPszNXQ i {
  transition: transform 0.3s ease;
  color: #00b4db;
}

.uYDEbOi {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  color: #5a4a68;
  line-height: 1.6;
}

.eZvgNayu.active .uYpPszNXQ i {
  transform: rotate(180deg);
}

.eZvgNayu.active .uYDEbOi {
  max-height: 500px;
  padding-bottom: 15px;
}

.uYDEbOi a {
  color: #00b4db;
  text-decoration: none;
  font-weight: 600;
}

.uYDEbOi a:hover {
  text-decoration: underline;
}

.ClCAKleh {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.vojyJPfPZmrSlr {
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, #00b4db 0%, #542b5fdc 100%);
  border-radius: 20px;
  color: white;
  transition: transform 0.3s ease;
}

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

.vojyJPfPZmrSlr h3 {
  font-family: 'Abril Fatface', serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.vojyJPfPZmrSlr p {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.5;
}

@keyframes ifrpgbounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

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

@media (max-width: 768px) {
  .vCQAUYdb {
    height: 400px;
  }
  
  .HHZmYr h1 {
    font-size: 2.5rem;
  }
  
  .blHsnBjz {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    padding: 0 2px;
  }
  
  .ltobHjp {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .HHZmYr h1 {
    font-size: 2rem;
  }
  
  .HHZmYr p {
    font-size: 1.1rem;
  }
  
  .ClCAKleh {
    grid-template-columns: 1fr;
  }
  
  .vojyJPfPZmrSlr {
    padding: 30px 20px;
  }

  .uYDEbOi a {
    font-size: 0.8rem;
  }
}

.DVJhIDkQ {
  min-height: 100vh;
  background: linear-gradient(135deg, #985226 0%, #aa2745 100%);
}

.AKpj {
  padding: 100px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.JlrOCPMUqUyVhmG {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: white;
}

.aNtrxfa {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
}

.VKwADWybSpnG {
  position: absolute;
  border-radius: 50%;
  animation: ifrpgfloat 3s ease-in-out infinite;
}

.jySUrdLzw {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  top: 40px;
  left: 40px;
  animation-delay: 0s;
}

.IUJsrQMvgzbI {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
  top: 60px;
  left: 60px;
  animation-delay: 0.5s;
}

.LJCnjwfOO {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  top: 80px;
  left: 80px;
  animation-delay: 1s;
}

.zDaqG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.zDaqG i {
  font-size: 3rem;
  color: #985226;
  animation: ifrpgpulse 2s ease-in-out infinite;
}

.JlrOCPMUqUyVhmG h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: ifrpgfadeInUp 1s ease;
}

.JlrOCPMUqUyVhmG > p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.jJSljWWairaknIS {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
}

.jJSljWWairaknIS p:first-child {
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.jJSljWWairaknIS ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.jJSljWWairaknIS li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.jJSljWWairaknIS i {
  color: #fea857;
}

.jJSljWWairaknIS a {
  color: #fea857;
  text-decoration: none;
  font-weight: 600;
}

.jJSljWWairaknIS a:hover {
  text-decoration: underline;
}

.cGvbbjFeUiC {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cGvbbjFeUiC:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.TZeJBxEGTmp {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.95);
}

.XXqWiCFVrcHxb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.XXqWiCFVrcHxb h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #3a2d48;
}

.utRpWdKHGuQ {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.AOhrpZTwBNP {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.AOhrpZTwBNP i {
  font-size: 3rem;
  color: #985226;
  margin-bottom: 20px;
  display: block;
}

.AOhrpZTwBNP h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #3a2d48;
}

.AOhrpZTwBNP p {
  color: #5a4a68;
  line-height: 1.5;
}

@keyframes ifrpgfloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

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

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

@media (max-width: 768px) {
  .AKpj {
    padding: 80px 0 40px;
  }
  
  .JlrOCPMUqUyVhmG h1 {
    font-size: 2.5rem;
  }
  
  .aNtrxfa {
    width: 150px;
    height: 150px;
  }
  
  .jySUrdLzw {
    width: 90px;
    height: 90px;
  }
  
  .IUJsrQMvgzbI {
    width: 60px;
    height: 60px;
  }
  
  .LJCnjwfOO {
    width: 30px;
    height: 30px;
  }
  
  .zDaqG {
    width: 80px;
    height: 80px;
  }
  
  .zDaqG i {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .JlrOCPMUqUyVhmG h1 {
    font-size: 2rem;
  }
  
  .jJSljWWairaknIS {
    padding: 20px;
  }
  
  .utRpWdKHGuQ {
    grid-template-columns: 1fr;
  }
}