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

:root {
  --yzgradient-primary: linear-gradient(135deg, #33918c 0%, #b04869 100%);
  --yzgradient-secondary: linear-gradient(135deg, #ffd6a5 0%, #f2f775 100%);
  --yzgradient-tertiary: linear-gradient(135deg, #caffbf 0%, #5feffc 100%);
  --yzgradient-quaternary: linear-gradient(135deg, #d56b6b 0%, #ffd6ff 100%);
  --yzcolor-dark: #2c2c39;
  --yzcolor-light: #ffffff;
  --yzcolor-accent: #a0c4ff;
  --yzcolor-success: #b9fbc0;
  --yzcolor-warning: #ffb3c1;
  --yzcolor-text: #2f2f3e;
  --yzcolor-background: #fefcfb;
  --yzshadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
  --yzshadow-medium: 0 8px 30px rgba(0, 0, 0, 0.1);
  --yzshadow-strong: 0 15px 40px rgba(0, 0, 0, 0.12);
  --yzborder-radius: 12px;
  --yztransition: all 0.3s ease;
}


body {
  font-family: 'Kumbh Sans', sans-serif;
  color: var(--yzcolor-text);
  background-color: var(--yzcolor-background);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
  min-height: 4.2rem;
}

h2 {
  font-size: 2.5rem;
  min-height: 3rem;
}

h3 {
  font-size: 1.75rem;
  min-height: 2.1rem;
}

h4 {
  font-size: 1.25rem;
  min-height: 1.5rem;
}

p {
  min-height: 1.5rem;
}

a {
  color: var(--yzcolor-accent);
  text-decoration: none;
  transition: var(--yztransition);
}

a:hover {
  color: var(--yzcolor-dark);
}

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

.MLSTwPbEa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 46, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.LGXtu {
  background: var(--yzcolor-light);
  padding: 40px;
  border-radius: var(--yzborder-radius);
  text-align: center;
  max-width: 500px;
  box-shadow: var(--yzshadow-strong);
  animation: yzscaleIn 0.5s ease;
}

.hfZHHHJxXVmzB {
  font-size: 3rem;
  color: var(--yzcolor-accent);
  margin-bottom: 20px;
}

.kvmAptokZz {
  margin-bottom: 15px;
  color: var(--yzcolor-dark);
}

.fwbiFUZLlzj {
  margin-bottom: 25px;
  color: var(--yzcolor-text);
}

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

.hptyqmWvUKMxB, .FlBJBSHS {
  padding: 12px 24px;
  border: none;
  border-radius: var(--yzborder-radius);
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--yztransition);
}

.hptyqmWvUKMxB {
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
}

.FlBJBSHS {
  background: var(--yzcolor-background);
  color: var(--yzcolor-text);
}

.hptyqmWvUKMxB:hover {
  transform: translateY(-2px);
  box-shadow: var(--yzshadow-medium);
}

.FlBJBSHS:hover {
  background: #e9ecef;
}

.VztAtoa {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yzcolor-light);
  padding: 20px;
  border-radius: var(--yzborder-radius);
  box-shadow: var(--yzshadow-strong);
  z-index: 9998;
  max-width: 90%;
  width: 600px;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: yzslideUp 0.5s ease;
}

.QvZIsLJ {
  font-size: 1.5rem;
  color: var(--yzcolor-accent);
  flex-shrink: 0;
}

.WHtLRl {
  flex-grow: 1;
  margin-bottom: 0;
}

.tyFTqKaZZgFh {
  padding: 8px 16px;
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
  border: none;
  border-radius: var(--yzborder-radius);
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--yztransition);
  flex-shrink: 0;
}

.tyFTqKaZZgFh:hover {
  transform: translateY(-2px);
  box-shadow: var(--yzshadow-medium);
}

.PWYzDgHYioC {
  background: var(--yzcolor-light);
  box-shadow: var(--yzshadow-soft);
  position: sticky;
  top: 0;
  z-index: 100;
}

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

.LdaXNwgNPtmwO {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--yzcolor-dark);
}

.LdaXNwgNPtmwO img {
  height: 40px;
  width: auto;
}

.EsllLtzEUkfp {
  display: flex;
  gap: 30px;
}

.nZHzfR {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--yzcolor-text);
  font-weight: 500;
}

.nZHzfR:hover {
  color: var(--yzcolor-accent);
}

.mvTPeFwwcaU {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 24px;
  justify-content: space-between;
  padding: 0;
}

.YMCLYbwleGx {
  height: 3px;
  width: 100%;
  background: var(--yzcolor-dark);
  border-radius: 3px;
  transition: var(--yztransition);
}

.lrGOIlxhfLeagF {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
}

.GYZqsdvfc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/faw-assets/faw-art/faw-bg1.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  z-index: -1;
}

.PWrDWayQBRD {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: var(--yzcolor-light);
}

.PWrDWayQBRD h1 {
  margin-bottom: 20px;
}

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

.aBiQOtfvJ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.TaYOQiuLlr {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: var(--yzborder-radius);
  transition: var(--yztransition);
}

.TaYOQiuLlr:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.2);
}

.TaYOQiuLlr i {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: var(--yzcolor-dark);
}

.TaYOQiuLlr h3 {
  margin-bottom: 10px;
  color: var(--yzcolor-dark);
}

.TaYOQiuLlr p {
  color: rgba(10, 10, 10, 0.9);
}

.iRpDIMrQ {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--yzcolor-light);
  color: var(--yzcolor-accent);
  padding: 15px 30px;
  border-radius: var(--yzborder-radius);
  font-weight: 500;
  transition: var(--yztransition);
}

.iRpDIMrQ:hover {
  transform: translateY(-3px);
  box-shadow: var(--yzshadow-medium);
  color: var(--yzcolor-dark);
}

.wyTNxfYhoI {
  padding: 100px 20px;
  background: var(--yzcolor-background);
}

.vCMsLjTQMwr {
  max-width: 1200px;
  margin: 0 auto;
}

.vCMsLjTQMwr h2 {
  text-align: center;
  margin-bottom: 20px;
}

.vCMsLjTQMwr > p {
  text-align: center;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.KxIZzjKJUhBECR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.UGQHFGS {
  background: var(--yzcolor-light);
  border-radius: var(--yzborder-radius);
  overflow: hidden;
  box-shadow: var(--yzshadow-soft);
  transition: var(--yztransition);
}

.UGQHFGS:hover {
  transform: translateY(-5px);
  box-shadow: var(--yzshadow-medium);
}

.vscgHLhH {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.vscgHLhH img {
  width: 100%;
  max-width: 585px;
  height: 100%;
  max-height: 200px;
  transition: var(--yztransition);
}

.UGQHFGS:hover .vscgHLhH img {
  transform: scale(1.07);
}

.GmLxpiabenH {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.kUHohWh {
  background: var(--yzgradient-secondary);
  color: var(--yzcolor-light);
}

.ekbNxh {
  background: var(--yzgradient-tertiary);
  color: var(--yzcolor-light);
}

.bnznQGOcbHMwS {
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
}

.ncpMmz {
  background: var(--yzgradient-quaternary);
  color: var(--yzcolor-light);
}

.UGQHFGS h3 {
  padding: 20px 20px 10px;
  color: var(--yzcolor-dark);
}

.EHdRyv {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 20px 20px;
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
  font-weight: 500;
}

.DyXksXroamM {
  padding: 100px 20px;
  background: var(--yzcolor-light);
}

.iazMCbbqa {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.JolTgUz h2 {
  margin-bottom: 20px;
}

.JolTgUz > p {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.KfqokZ {
  background: var(--yzcolor-background);
  padding: 20px;
  border-radius: var(--yzborder-radius);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.KfqokZ i {
  font-size: 2rem;
  color: var(--yzcolor-accent);
}

.lxIrVjYBMKOnrP {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.NuWUkLNSxUYn {
  text-align: center;
  padding: 15px;
  background: var(--yzcolor-background);
  border-radius: var(--yzborder-radius);
}

.menM {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--yzcolor-accent);
  margin-bottom: 5px;
}

.kOetNhx {
  font-size: 0.9rem;
  color: var(--yzcolor-text);
}

.JfomPswuAfBFDab {
  position: relative;
  border-radius: var(--yzborder-radius);
  overflow: hidden;
  box-shadow: var(--yzshadow-medium);
}

.JfomPswuAfBFDab img {
  width: 100%;
  height: auto;
  display: block;
}

.bSbPddGAffnC {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 46, 0.8);
  color: var(--yzcolor-light);
  padding: 20px;
  text-align: center;
}

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

.bSbPddGAffnC h4 {
  margin-bottom: 5px;
}

.FWtNINdtorKoqz {
  padding: 100px 20px;
  background: var(--yzcolor-background);
}

.ssrEragxktfH {
  max-width: 1200px;
  margin: 0 auto;
}

.ssrEragxktfH h2 {
  text-align: center;
  margin-bottom: 20px;
}

.ssrEragxktfH > p {
  text-align: center;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.KIOOSMezG {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mGUKprE {
  background: var(--yzcolor-light);
  padding: 30px;
  border-radius: var(--yzborder-radius);
  box-shadow: var(--yzshadow-soft);
  transition: var(--yztransition);
}

.mGUKprE:hover {
  transform: translateY(-5px);
  box-shadow: var(--yzshadow-medium);
}

.zzwZsFUBQlfPjY {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.zzwZsFUBQlfPjY img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.vNypW h4 {
  margin-bottom: 5px;
}

.JhoUvxQSfyGh {
  display: flex;
  gap: 3px;
  color: #ffc107;
}

.UVouZBbG {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  color: var(--yzcolor-accent);
  opacity: 0.3;
}

.mGUKprE p {
  margin-bottom: 20px;
  font-style: italic;
}

.WrjUaMvG {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #6c757d;
}

.KFaMNBZ {
  padding: 100px 20px;
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
}

.ezyTuTBX {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.PRfhVeefMfsp h2 {
  margin-bottom: 20px;
}

.PRfhVeefMfsp > p {
  margin-bottom: 40px;
  font-size: 1.1rem;
}

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

.sNwKSgE {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

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

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

.WRIYPNXOfynL {
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 3px solid var(--yzcolor-success);
  border-radius: var(--yzborder-radius);
}

.WRIYPNXOfynL input {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: var(--yzborder-radius);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1rem;
}

.nGXFohws {
  display: block;
  color: var(--yzcolor-warning);
  font-size: 0.8rem;
  margin-top: 5px;
  margin-left: 15px;
  min-height: 1rem;
}

.HwgjvCJVcJiSl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.HwgjvCJVcJiSl input {
  width: auto;
}

.HwgjvCJVcJiSl label {
  font-size: 0.9rem;
}

.HwgjvCJVcJiSl label a {
  font-size: 0.9rem;
  color: var(--yzcolor-warning);
}

#nEKz {
  width: 100%;
  padding: 12px;
  background: var(--yzcolor-light);
  color: var(--yzcolor-accent);
  border: none;
  border-radius: var(--yzborder-radius);
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--yztransition);
}

#nEKz:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: var(--yzshadow-medium);
}

#nEKz:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.JbIitIynvUwzMG, .ZrHrYVtsiU {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: var(--yzborder-radius);
}

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

.JbIitIynvUwzMG h3, .ZrHrYVtsiU h3 {
  margin-bottom: 10px;
}

.ZrHrYVtsiU p {
  margin-bottom: 20px;
}

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

.bMqQkY button {
  padding: 10px 20px;
  border: none;
  border-radius: var(--yzborder-radius);
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--yztransition);
}

#mXGxhukjUPY {
  background: var(--yzcolor-light);
  color: var(--yzcolor-accent);
}

#zEcUzEv {
  background: transparent;
  color: var(--yzcolor-light);
  border: 1px solid var(--yzcolor-light);
}

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

.NemNAcI {
  padding: 100px 20px;
  background: var(--yzcolor-light);
}

.HMdrHgU {
  max-width: 1200px;
  margin: 0 auto;
}

.HMdrHgU h2 {
  text-align: center;
  margin-bottom: 20px;
}

.HMdrHgU > p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.1rem;
}

.uLMqyqZz {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  color: var(--yzcolor-accent);
  font-weight: 500;
}

.uLMqyqZz:hover {
  color: var(--yzcolor-dark);
}

.KMYVWqxYrR {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}

.soSDfnXU {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--yzcolor-success);
  border-radius: var(--yzborder-radius);
}

.soSDfnXU a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.soSDfnXU img {
  width: 100%;
  max-width: 125px;
  height: 100%;
  min-height: 64px;
  max-height: 65px;
  transition: var(--yztransition);
}

.soSDfnXU a:hover img {
  transform: scale(1.05);
}

.eTMLvd {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
}

.RDqcOYQWzfRNq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/faw-assets/faw-art/faw-bg2.webp');
  background-size: cover;
  background-position: center;
  color: var(--yzcolor-background);
  opacity: 0.3;
  z-index: -1;
}

.mqHBhBnOmZH {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--yzcolor-dark);
}

.mqHBhBnOmZH h2 {
  text-align: center;
  margin-bottom: 50px;
  color: var(--yzcolor-dark);
}

.uVQmtUcybaHaB {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.qsrEpYDmqW h3 {
  margin-bottom: 20px;
  color: var(--yzcolor-dark);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.LuKDJOT {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--yzborder-radius);
  overflow: hidden;
}

.EbSyfrq {
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: none;
  color: var(--yzcolor-dark);
  text-align: left;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--yztransition);
}

.EbSyfrq:hover {
  background: rgba(255, 255, 255, 0.1);
}

.QJaEgJL {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.QJaEgJL p {
  padding: 15px 0;
}

.EbSyfrq.active + .QJaEgJL {
  max-height: 300px;
}

.EbSyfrq.active i {
  transform: rotate(45deg);
}

.tEARAnYuvCYv {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--yzcolor-light);
  color: var(--yzcolor-accent);
  padding: 15px 30px;
  border-radius: var(--yzborder-radius);
  font-weight: 500;
  transition: var(--yztransition);
  margin: 0 auto;
}

.tEARAnYuvCYv:hover {
  transform: translateY(-3px);
  box-shadow: var(--yzshadow-medium);
  color: var(--yzcolor-dark);
}

.QUZPvxBUrdhAJ {
  padding: 100px 20px;
  background: var(--yzcolor-background);
}

.zksbVJpxqa {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.tPLuyAaFsi h2 {
  margin-bottom: 20px;
}

.tPLuyAaFsi > p {
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.NjjDiXklAkWr {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lnnpVEyGxC {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.lnnpVEyGxC i {
  font-size: 1.5rem;
  color: var(--yzcolor-accent);
  margin-top: 5px;
}

.lnnpVEyGxC h4 {
  margin-bottom: 5px;
}

.BGPzGi {
  background: var(--yzcolor-light);
  padding: 30px;
  border-radius: var(--yzborder-radius);
  box-shadow: var(--yzshadow-soft);
}

.BGPzGi form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.BGPzGi textarea {
  width: 100%;
  resize: vertical;
  font-size: 18px;
  min-height: 120px;
  padding-top: 10px;
  padding-left: 10px;
  font-family: 'Kumbh Sans', sans-serif;
  border-radius: var(--yzborder-radius);
}

#pcBzSapCd {
  padding: 12px;
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
  border: none;
  border-radius: var(--yzborder-radius);
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--yztransition);
}

#pcBzSapCd:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: var(--yzshadow-medium);
}

#pcBzSapCd:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.RbyL {
  background: var(--yzcolor-dark);
  color: var(--yzcolor-light);
  padding: 50px 20px 20px;
}

.oPoeLfmKVU {
  max-width: 1200px;
  margin: 0 auto;
}

.waNaKDhAYXMspx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.AunDNnmmYcWY {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
}

.AunDNnmmYcWY img {
  height: 40px;
  width: auto;
}

.fxLTYTAAewzc {
  display: flex;
  gap: 20px;
}

.fxLTYTAAewzc a {
  color: var(--yzcolor-light);
  font-size: 0.9rem;
}

.fxLTYTAAewzc a:hover {
  color: var(--yzcolor-accent);
}

.sDoearlHkZzJdd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.jEJAHwPU {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 46, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9997;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: var(--yztransition);
}

.jEJAHwPU.active {
  opacity: 1;
  visibility: visible;
}

.CsrABucBWV {
  background: var(--yzcolor-light);
  padding: 40px;
  border-radius: var(--yzborder-radius);
  max-width: 500px;
  width: 100%;
  text-align: center;
  transform: translateY(20px);
  transition: var(--yztransition);
}

.jEJAHwPU.active .CsrABucBWV {
  transform: translateY(0);
}

.CsrABucBWV i {
  font-size: 3rem;
  color: var(--yzcolor-success);
  margin-bottom: 15px;
  display: block;
}

.CsrABucBWV h3 {
  margin-bottom: 10px;
}

.CsrABucBWV p {
  margin-bottom: 20px;
}

#KmrmoIWFRG {
  font-weight: 500;
  color: var(--yzcolor-accent);
}

#yxDrYbNOLLsnep {
  padding: 10px 20px;
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
  border: none;
  border-radius: var(--yzborder-radius);
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--yztransition);
}

#yxDrYbNOLLsnep:hover {
  transform: translateY(-2px);
  box-shadow: var(--yzshadow-medium);
}

.NdMVXpbe {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--yzgradient-primary);
  color: var(--yzcolor-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--yztransition);
  z-index: 99;
}

.NdMVXpbe.active {
  opacity: 1;
  visibility: visible;
}

.NdMVXpbe:hover {
  transform: translateY(-5px);
  box-shadow: var(--yzshadow-medium);
}

@keyframes yzscaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes yzslideUp {
  from {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.2rem;
  }
  
  .aBiQOtfvJ {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .KIOOSMezG {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .uVQmtUcybaHaB {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .EsllLtzEUkfp {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    background: var(--yzcolor-light);
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    box-shadow: var(--yzshadow-medium);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: var(--yztransition);
  }
  
  .EsllLtzEUkfp.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .mvTPeFwwcaU {
    display: flex;
  }
  
  .mvTPeFwwcaU.active .drhjYML {
    transform: rotate(45deg) translate(8px, 8px);
  }
  
  .mvTPeFwwcaU.active .XWvn {
    opacity: 0;
  }
  
  .mvTPeFwwcaU.active .AjUlN {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  
  .WtRjHGjlQKV {
    flex-wrap: wrap;
  }
  
  .LdaXNwgNPtmwO {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .aBiQOtfvJ {
    grid-template-columns: 1fr;
  }
  
  .KxIZzjKJUhBECR {
    grid-template-columns: 1fr;
  }
  
  .iazMCbbqa {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .lxIrVjYBMKOnrP {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .UlnVDWOQ {
    flex-direction: column;
    gap: 20px;
  }
  
  .KMYVWqxYrR {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .zksbVJpxqa {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .waNaKDhAYXMspx {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .fxLTYTAAewzc {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .sDoearlHkZzJdd {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .VztAtoa {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  .lrGOIlxhfLeagF, .wyTNxfYhoI, .DyXksXroamM, .FWtNINdtorKoqz, .KFaMNBZ, .NemNAcI, .eTMLvd, .QUZPvxBUrdhAJ {
    padding: 60px 15px;
  }
  
  .LGXtu {
    padding: 30px 20px;
  }
  
  .xgJRePmFme {
    flex-direction: column;
  }
  
  .lxIrVjYBMKOnrP {
    grid-template-columns: 1fr;
  }
  
  .KMYVWqxYrR {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  
  .zzwZsFUBQlfPjY {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .zzwZsFUBQlfPjY img {
    margin-right: 0;
  }
  
  .WrjUaMvG {
    flex-direction: column;
    gap: 10px;
  }
  
  .bMqQkY {
    flex-direction: column;
  }
  
  .fxLTYTAAewzc {
    flex-direction: column;
  }
}

@media (max-width: 324px) {
    .EsllLtzEUkfp {
    top: 145px;
  }
} 

.xTZYg {
  background: linear-gradient(135deg, #fdfcfb 0%, #f2f1ef 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.APspcLmtiuVSu {
  text-align: center;
  padding: 60px 20px 40px;
}

.QWPkmpGpRIGbh {
  font-size: 6rem;
  color: #5c3a80;
  margin-bottom: 20px;
  animation: kmpgbounce 2s infinite;
}

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

.APspcLmtiuVSu h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
  color: #1a272e;
}

.APspcLmtiuVSu p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  color: #4a6860;
}

.YgjLdxkDKVBIY {
  padding: 40px 20px 80px;
}

.mylseUA {
  max-width: 1000px;
  margin: 0 auto;
}

.zcsmjvxujD {
  text-align: center;
  margin-bottom: 60px;
}

.zcsmjvxujD h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #1a272e;
}

.zcsmjvxujD p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a6860;
  max-width: 700px;
  margin: 0 auto 20px;
}

.AAEnupEOtURiD {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.TcWPRl {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(135deg, #5c3a80 0%, #509e72 100%);
  color: white;
  border-radius: 50px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.TcWPRl:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(133, 92, 177, 0.3);
  color: white;
}

.ncAKhT {
  background: linear-gradient(135deg, #f49445 0%, #d2ee49 100%);
}

.ncAKhT:hover {
  box-shadow: 0 10px 25px rgba(244, 107, 69, 0.3);
}

.zpnGsJdUQP {
  text-align: center;
}

.zpnGsJdUQP h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #1a272e;
}

.dPBCZLxBwKuF {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.fIXDZyZ {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fIXDZyZ:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.fIXDZyZ i {
  font-size: 2.5rem;
  color: #5c3a80;
  margin-bottom: 15px;
  display: block;
}

.fIXDZyZ h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #1a272e;
}

.fIXDZyZ p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a6860;
}

@media (max-width: 768px) {
  .APspcLmtiuVSu h1 {
    font-size: 2.5rem;
  }
  
  .QWPkmpGpRIGbh {
    font-size: 4rem;
  }
  
  .dPBCZLxBwKuF {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .AAEnupEOtURiD {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .APspcLmtiuVSu {
    padding: 40px 15px 30px;
  }
  
  .APspcLmtiuVSu h1 {
    font-size: 2rem;
  }
  
  .APspcLmtiuVSu p {
    font-size: 1rem;
  }
  
  .YgjLdxkDKVBIY {
    padding: 30px 15px 60px;
  }
  
  .zcsmjvxujD h2 {
    font-size: 1.8rem;
  }
  
  .fIXDZyZ {
    padding: 20px;
  }
}

.aBpFkKA {
  background: linear-gradient(135deg, #f9f9f9 0%, #eef2f5 100%);
  min-height: 100vh;
}

.CAXsKHtj {
  background: linear-gradient(135deg, #5c3a80 0%, #2575fc 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.CAXsKHtj h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}

.CAXsKHtj p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

.mEZKLHtHkhyhc {
  padding: 80px 20px;
}

.NoBpwAzOlPJc {
  max-width: 1000px;
  margin: 0 auto;
}

.AIiVfCSwJLjB {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  margin-bottom: 50px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.AIiVfCSwJLjB:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.AIiVfCSwJLjB:nth-child(odd) {
  background: linear-gradient(to right, white, #f8f9ff);
}

.AIiVfCSwJLjB:nth-child(even) {
  background: linear-gradient(to right, #f8f9ff, white);
}

.AHovcPiW {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #5c3a80 0%, #2575fc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.2rem;
}

.DYAnOP h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1a272e;
}

.DYAnOP p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a6860;
}

@media (max-width: 768px) {
  .CAXsKHtj {
    padding: 60px 20px;
  }
  
  .CAXsKHtj h1 {
    font-size: 2.5rem;
  }
  
  .AIiVfCSwJLjB {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  
  .AHovcPiW {
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .CAXsKHtj h1 {
    font-size: 2rem;
  }
  
  .mEZKLHtHkhyhc {
    padding: 60px 15px;
  }
  
  .AIiVfCSwJLjB {
    padding: 20px;
  }
  
  .DYAnOP h2 {
    font-size: 1.5rem;
  }
}

.fszrsSiXeTlwmBf {
  background: linear-gradient(135deg, #e6f7ff 0%, #c3e6fc 100%);
  min-height: 100vh;
}

.jloFMfMOj {
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.jloFMfMOj h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}

.jloFMfMOj p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

.hUQJzNF {
  padding: 80px 20px;
}

.BIbpjZTloHiLhr {
  max-width: 1000px;
  margin: 0 auto;
}

.gkGlesVK {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.gkGlesVK:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.gkGlesVK::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: linear-gradient(to right, #00cdac, #02aab0);
  border-radius: 3px;
}

.wrdxpROXSW {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.2rem;
}

.NINkIDJyxWMv h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1a272e;
}

.NINkIDJyxWMv p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a6860;
}

@media (max-width: 768px) {
  .jloFMfMOj {
    padding: 60px 20px;
  }
  
  .jloFMfMOj h1 {
    font-size: 2.5rem;
  }
  
  .gkGlesVK {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .wrdxpROXSW {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .jloFMfMOj h1 {
    font-size: 2rem;
  }
  
  .hUQJzNF {
    padding: 60px 15px;
  }
  
  .gkGlesVK {
    padding: 20px;
  }
  
  .NINkIDJyxWMv h2 {
    font-size: 1.5rem;
  }
}

.shuAnTQn {
  background: linear-gradient(135deg, #fdfcfb 0%, #f5f1e6 100%);
  min-height: 100vh;
}

.oRNwbsMEej {
  background: linear-gradient(135deg, #ff6bc6 0%, #98bcdb 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.oRNwbsMEej h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}

.oRNwbsMEej p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

.BwmJbcjBBhX {
  padding: 80px 20px;
}

.RgwyeDp {
  max-width: 1000px;
  margin: 0 auto;
}

.gDeRaCvykj {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  margin-bottom: 60px;
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.gDeRaCvykj::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #ff6b6b, #98bcdb);
}

.gDeRaCvykj:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.jBdNoHu {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff6b6b 0%, #98bcdb 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.2rem;
}

.AzEXnz h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1a272e;
}

.AzEXnz p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a6860;
}

@media (max-width: 768px) {
  .oRNwbsMEej {
    padding: 60px 20px;
  }
  
  .oRNwbsMEej h1 {
    font-size: 2.5rem;
  }
  
  .gDeRaCvykj {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  
  .jBdNoHu {
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .oRNwbsMEej h1 {
    font-size: 2rem;
  }
  
  .BwmJbcjBBhX {
    padding: 60px 15px;
  }
  
  .gDeRaCvykj {
    padding: 25px;
  }
  
  .AzEXnz h2 {
    font-size: 1.5rem;
  }
}

.xjkfnEI {
  background: linear-gradient(135deg, #f5faf9 0%, #e4eef0 100%);
  min-height: 100vh;
}

.wKJFbqJhZ {
  background: linear-gradient(135deg, #4b7f7d 0%, #764ba2 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.wKJFbqJhZ h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}

.wKJFbqJhZ p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

.uLQNkio {
  padding: 80px 20px;
}

.FAlTiKogi {
  max-width: 1000px;
  margin: 0 auto;
}

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

.JprKynrZeF:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.KGYBXDd {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #5c3a80 0%, #2575fc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.VNpBGhhfhx h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1a272e;
}

.VNpBGhhfhx p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a6860;
}

@media (max-width: 768px) {
  .wKJFbqJhZ {
    padding: 60px 20px;
  }
  
  .wKJFbqJhZ h1 {
    font-size: 2.5rem;
  }
  
  .JprKynrZeF {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .KGYBXDd {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .wKJFbqJhZ h1 {
    font-size: 2rem;
  }
  
  .uLQNkio {
    padding: 60px 15px;
  }
  
  .JprKynrZeF {
    padding: 20px;
  }
  
  .VNpBGhhfhx h2 {
    font-size: 1.5rem;
  }
}