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

:root {
  --opfarctic-primary: linear-gradient(135deg, #227c31, #1a6249);
  --opfarctic-secondary: linear-gradient(135deg, #f7a025, #b59d17);
  --opfarctic-tertiary: linear-gradient(135deg, #4bb4c4, #2ab0d9);
  --opfarctic-accent: linear-gradient(135deg, #b339cc, #8c09b7);
  --opfarctic-text: #f8f9fa;
  --opfarctic-background: #031d1e;
  --opfcrystal-shadow: 0 10px 30px rgba(62, 143, 130, 0.3);
  --opfglacier-radius: 16px;
  --opfnorthern-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.nGORur {
  margin: 0 auto;
  position: relative;
}

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

h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

p {
  margin-bottom: 1.2rem;
  min-height: 1.2em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--opfnorthern-transition);
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: var(--opfnorthern-transition);
}

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

.iiEjzBM {
  padding: 1.5rem 2rem;
  background: rgba(3, 30, 30, 0.9);
  backdrop-filter: blur(10px);
  position: relative;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(70, 226, 229, 0.2);
}

.oyYYXXzzQGjt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1468px;
  margin: 0 auto;
}

.zLFdOBAKSWr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  gap: 0.8rem;
  font-family: 'Cormorant SC', serif;
  font-size: 1.8rem;
  font-weight: 700;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.zLFdOBAKSWr img {
  width: 180px;
  height: auto;
}

.wlunAChdTZTg {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.ExNSbYt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  border-radius: var(--opfglacier-radius);
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.ExNSbYt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--opfarctic-primary);
  transition: var(--opfnorthern-transition);
  z-index: -1;
}

.ExNSbYt:hover::before {
  left: 0;
}

.ExNSbYt:hover {
  color: white;
  transform: translateY(-3px);
}

.sOodkPrbAH {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  padding: 0.5rem;
}

.sOodkPrbAH span {
  width: 25px;
  height: 3px;
  background: var(--opfarctic-text);
  border-radius: 2px;
  transition: var(--opfnorthern-transition);
}

.tDNjRKnhC {
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
}

.eBMrHvsNvG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/mak-engine/mak-media/mak-fon1.webp') center/cover no-repeat;
  z-index: -1;
}

.eBMrHvsNvG::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(39, 125, 123, 0.8), rgba(19, 100, 65, 0.9));
}

.QcTF {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.QcTF h1 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.QcTF p {
  font-size: 1.4rem;
  max-width: 800px;
  margin: 0 auto 3rem;
}

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

.stzFztgQqy {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  transition: var(--opfnorthern-transition);
  position: relative;
  overflow: hidden;
}

.stzFztgQqy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--opfarctic-primary);
  opacity: 0;
  transition: var(--opfnorthern-transition);
  z-index: -1;
}

.stzFztgQqy:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--opfcrystal-shadow);
}

.stzFztgQqy:hover::before {
  opacity: 0.1;
}

.stzFztgQqy i {
  font-size: 3rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stzFztgQqy h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.stzFztgQqy p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  min-height: 56px;
}

.BdhxTzXnQzr {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  background: var(--opfarctic-accent);
  border-radius: 50px;
  font-weight: 500;
  transition: var(--opfnorthern-transition);
}

.BdhxTzXnQzr:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(114, 9, 183, 0.4);
}

.XRrryXPPZW {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #031d1e, #01524e);
}

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

.VHfqQEhvRn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 6rem;
}

.VHfqQEhvRn:last-child {
  margin-bottom: 0;
}

.QfcgFQVXsX {
  position: relative;
}

.QfcgFQVXsX img {
  width: 100%;
  height: auto;
  border-radius: var(--opfglacier-radius);
  box-shadow: var(--opfcrystal-shadow);
}

.RZaTSDNNnJSe h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.RZaTSDNNnJSe p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.kKZY {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.lmkkMMcwUIL {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: var(--opfnorthern-transition);
}

.lmkkMMcwUIL:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.lmkkMMcwUIL i {
  font-size: 1.2rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tQqsLEu {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: var(--opfarctic-primary);
  border-radius: 50px;
  font-weight: 500;
  transition: var(--opfnorthern-transition);
}

.tQqsLEu:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(67, 238, 155, 0.4);
}

.QRQGfJENgzYg {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #01524e, #031d1e);
}

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

.JGMIqCZQt h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.sAGHtRbtBKeN {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.lxUVcKc {
  height: 100%;
  min-height: 360px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--opfglacier-radius);
  overflow: hidden;
  transition: var(--opfnorthern-transition);
  position: relative;
}

.lxUVcKc:hover {
  transform: translateY(-8px);
  box-shadow: var(--opfcrystal-shadow);
}

.shCqacCDgTiVz {
  position: relative;
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 225px;
  overflow: hidden;
}

.shCqacCDgTiVz img {
  width: 100%;
  max-width: 575px;
  height: 100%;
  max-height: 230px;
  transition: var(--opfnorthern-transition);
}

.lxUVcKc:hover .shCqacCDgTiVz img {
  transform: scale(1.1);
}

.XFSixoJnli {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
}

.LKvlcAhrbT {
  background: var(--opfarctic-secondary);
}

.RKGsIrHkwK {
  background: var(--opfarctic-tertiary);
}

.OlHsYM {
  background: var(--opfarctic-accent);
}

.fJvwjx {
  background: var(--opfarctic-primary);
}

.lxUVcKc h3 {
  padding: 1.5rem 1.5rem 0.5rem;
  font-size: 1.5rem;
}

.vWsYfaSf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--opfarctic-primary);
  color: white;
  font-weight: 500;
  transition: var(--opfnorthern-transition);
}

.vWsYfaSf:hover {
  background: var(--opfarctic-accent);
}

.AMwQzV {
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
}

.IIUi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/mak-engine/mak-media/mak-fon2.webp') center/cover no-repeat;
  z-index: -1;
}

.IIUi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(41, 130, 111, 0.8), rgba(19, 100, 65, 0.9));
}

.lSSwyhPv {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lSSwyhPv h2 {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.RkxiBUDMt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.eotrZw {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  transition: var(--opfnorthern-transition);
}

.eotrZw:hover {
  transform: translateY(-5px);
  box-shadow: var(--opfcrystal-shadow);
}

.eotrZw i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eotrZw h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

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

.JWWugchwzmS {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #031d1e, #01524e);
}

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

.dErFtoloAVX h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dErFtoloAVX p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.tWoEYVsVzgInk {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.JmVW {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.JmVW i {
  font-size: 1.2rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lRaqEzbB {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.BZtxHRvNQkGM {
  margin-bottom: 1.5rem;
}

.BZtxHRvNQkGM label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.BZtxHRvNQkGM input {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--opfarctic-text);
  font-family: inherit;
  transition: var(--opfnorthern-transition);
}

.BZtxHRvNQkGM input:focus {
  outline: none;
  border-color: var(--opfarctic-primary);
  box-shadow: 0 0 0 3px rgba(67, 238, 155, 0.3);
}

.fglITnFlIUdnC {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: none;
}

.kQsLwlhkENRlm {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.kQsLwlhkENRlm input {
  margin-top: 0.2rem;
}

.kQsLwlhkENRlm label {
  font-size: 0.9rem;
  line-height: 1.4;
}

.kQsLwlhkENRlm a {
  color: #4dc062;
  text-decoration: underline;
}

.KZzocPrgcdrzm {
  width: 100%;
  padding: 1.2rem;
  border-radius: 8px;
  background: var(--opfarctic-primary);
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: var(--opfnorthern-transition);
}

.KZzocPrgcdrzm:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.KZzocPrgcdrzm:not(:disabled):hover {
  background: var(--opfarctic-accent);
  transform: translateY(-2px);
}

.SNJZONu {
  display: none;
  text-align: center;
  padding: 2rem;
  background: rgba(76, 201, 240, 0.1);
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(76, 201, 240, 0.2);
}

.SNJZONu i {
  font-size: 3rem;
  color: #4dc062;
  margin-bottom: 1rem;
}

.SNJZONu h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.qHNfeB {
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
}

.DLWQVGfGBt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/mak-engine/mak-media/mak-fon3.webp') center/cover no-repeat;
  z-index: -1;
}

.DLWQVGfGBt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(247, 37, 133, 0.8), rgba(19, 100, 65, 0.9));
}

.ovQdVT {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ovQdVT h2 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ovQdVT p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 4rem;
  line-height: 1.8;
}

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

.RHUqhRCw {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  transition: var(--opfnorthern-transition);
}

.RHUqhRCw:hover {
  transform: translateY(-8px) rotate(2deg);
  box-shadow: var(--opfcrystal-shadow);
}

.RHUqhRCw i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.RHUqhRCw h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

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

.uiLUjwwDM {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.2rem 2.5rem;
  background: var(--opfarctic-accent);
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.1rem;
  transition: var(--opfnorthern-transition);
}

.uiLUjwwDM:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 25px rgba(114, 9, 183, 0.5);
}

.tpyFLMHn {
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
}

.myRVUgBfmB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/mak-engine/mak-media/mak-fon4.webp') center/cover no-repeat;
  z-index: -1;
}

.myRVUgBfmB::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(39, 125, 123, 0.8), rgba(3, 27, 30, 0.9));
}

.CnBjjmSfro {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.CnBjjmSfro h2 {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 4rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.SlxtPkVv {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.SlxtPkVv h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(76, 201, 240, 0.3);
}

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

.vOWZfAtQaFGFbJU {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}

.vOWZfAtQaFGFbJU:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ngneWSnyaOnr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.ngneWSnyaOnr i {
  transition: var(--opfnorthern-transition);
}

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

.sdLomPfMEOXu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.vOWZfAtQaFGFbJU.active .sdLomPfMEOXu {
  max-height: 300px;
}

.sdLomPfMEOXu p {
  padding-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

.WHAO {
  text-align: center;
  margin-top: 4rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.WHAO p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.mUQWeKUXz {
  padding: 1rem 2rem;
  background: var(--opfarctic-primary);
  border-radius: 50px;
  color: white;
  font-weight: 500;
  transition: var(--opfnorthern-transition);
}

.mUQWeKUXz:hover {
  background: var(--opfarctic-accent);
  transform: translateY(-3px);
}

.RMyUDerPI {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #01524e, #031d1e);
}

.RMyUDerPI h2 {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.RMyUDerPI p {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 4rem;
  opacity: 0.9;
}

.SEReHdDim {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.xTkJLxmoWa {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--opfnorthern-transition);
  position: relative;
}

.xTkJLxmoWa:hover {
  transform: translateY(-5px);
  box-shadow: var(--opfcrystal-shadow);
}

.ueUZKnm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.ueUZKnm img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.UasmKnHpRJTtHF h4 {
  min-width: 80px;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-right: 0.8rem;
}

.XXFvO {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.2rem;
  color: #ffd43b;
  width: 100%;
}

.ueUZKnm i {
  top: 0;
  right: 0;
  font-size: 1.5rem;
  opacity: 0.2;
  margin-left: 3px;
}

.XXFvO i {
  position: sticky;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  opacity: 0.9;
}

.xTkJLxmoWa p {
  text-align: left;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.xaXKKDmZvg {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  opacity: 0.7;
}

.yvKcijpjWvNE {
  padding: 6rem 2rem;
  background: var(--opfarctic-tertiary);
}

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

.pKFYVOR h2 {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 3rem;
  background: var(--opfarctic-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.EYIilVKdi {
  margin-bottom: 4rem;
}

.EYIilVKdi p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.EYIilVKdi a {
  color: var(--opfarctic-background);
  text-decoration: underline;
}

.ugwF {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  align-items: center;
}

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

.OTokKopZGCz img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: var(--opfnorthern-transition);
}

.OTokKopZGCz:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.PbfmIRMYW {
  padding: 4rem 2rem 2rem;
  background: linear-gradient(135deg, #01524e, #031d1e);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.GjOaqJc {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: 'Cormorant SC', serif;
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.GjOaqJc img {
  width: 150px;
  height: auto;
}

.akXtaZPFFPICOf {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.akXtaZPFFPICOf a {
  font-size: 0.9rem;
  opacity: 0.8;
  transition: var(--opfnorthern-transition);
}

.akXtaZPFFPICOf a:hover {
  opacity: 1;
  color: #4dc062;
}

.QcWjO {
  padding: 0.5rem 1rem;
  background: var(--opfarctic-primary);
  color: var(--opfarctic-secondary);
  border-radius: 50px;
  font-size: 0.9rem;
  transition: var(--opfnorthern-transition);
}

.QcWjO:hover {
  background: var(--opfarctic-accent);
  transform: translateY(-2px);
}

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

.YgHuioxaKf {
  font-size: 0.9rem;
  opacity: 0.7;
}

.mHFvkQnh {
  display: flex;
  gap: 1rem;
}

.mHFvkQnh a {
  font-size: 1.2rem;
  opacity: 0.7;
  transition: var(--opfnorthern-transition);
}

.mHFvkQnh a:hover {
  opacity: 1;
  color: #4dc062;
  transform: translateY(-3px);
}

.idXubtDCu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 7, 30, 0.9);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: var(--opfnorthern-transition);
}

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

.MtEUbvyyHoA {
  background: linear-gradient(135deg, #01524e, #031d1e);
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  transform: scale(0.9);
  transition: var(--opfnorthern-transition);
}

.idXubtDCu.active .MtEUbvyyHoA {
  transform: scale(1);
}

.FzqKXniuSBY {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: transparent;
  color: inherit;
  font-size: 1.5rem;
  z-index: 10;
}

.kpqdwCiT {
  padding: 3rem;
}

.kpqdwCiT h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  background: var(--opfarctic-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kpqdwCiT p {
  margin-bottom: 2rem;
  opacity: 0.9;
}

.CotShFFNpOZDlY {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.DFauCmissS {
  display: flex;
  flex-direction: column;
}

.DFauCmissS label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.DFauCmissS input,
.DFauCmissS textarea {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--opfarctic-text);
  font-family: inherit;
  transition: var(--opfnorthern-transition);
}

.DFauCmissS input:focus,
.DFauCmissS textarea:focus {
  outline: none;
  border-color: var(--opfarctic-primary);
  box-shadow: 0 0 0 3px rgba(67, 238, 155, 0.3);
}

.DFauCmissS textarea {
  min-height: 120px;
  resize: vertical;
}

.OpqJcfiemJ {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: none;
}

.IkpQjRhvvHn {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.IkpQjRhvvHn input {
  margin-top: 0.2rem;
}

.IkpQjRhvvHn label {
  font-size: 0.9rem;
  line-height: 1.4;
}

.IkpQjRhvvHn a {
  color: #4dc062;
  text-decoration: underline;
}

.fIjC {
  padding: 1.2rem;
  border-radius: 8px;
  background: var(--opfarctic-primary);
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: var(--opfnorthern-transition);
}

.fIjC:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.fIjC:not(:disabled):hover {
  background: var(--opfarctic-accent);
  transform: translateY(-2px);
}

.fdsRLetsdPk {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fdsRLetsdPk h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  background: var(--opfarctic-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fdsRLetsdPk p {
  margin-bottom: 2rem;
  opacity: 0.9;
}

.XnRxGJwHpb {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

.ZQHmQChwU i {
  font-size: 1.5rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ZQHmQChwU h4 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.ZQHmQChwU span {
  font-size: 0.9rem;
  opacity: 0.8;
}

.JTUyTsY {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #01524e, #031d1e);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--opfnorthern-transition);
}

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

.JTUyTsY i {
  font-size: 4rem;
  color: #4dc062;
  margin-bottom: 1.5rem;
}

.JTUyTsY h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.JTUyTsY p {
  margin-bottom: 2rem;
  max-width: 400px;
}

.VvzSFepY {
  padding: 1rem 2rem;
  background: var(--opfarctic-primary);
  border-radius: 50px;
  color: white;
  font-weight: 500;
  transition: var(--opfnorthern-transition);
}

.VvzSFepY:hover {
  background: var(--opfarctic-accent);
  transform: translateY(-3px);
}

.EiRDr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(3, 7, 30, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  transform: translateY(100%);
  transition: var(--opfnorthern-transition);
}

.EiRDr.active {
  transform: translateY(0);
}

.xfcCawALqo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1468px;
  margin: 0 auto;
}

.xfcCawALqo p {
  margin-bottom: 0;
  font-size: 0.9rem;
  flex: 1;
}

.xfcCawALqo a {
  color: #4dc062;
  text-decoration: underline;
}

.fRWhjjm {
  padding: 0.8rem 1.5rem;
  background: var(--opfarctic-primary);
  border-radius: 50px;
  color: white;
  font-weight: 500;
  font-size: 0.9rem;
  transition: var(--opfnorthern-transition);
}

.fRWhjjm:hover {
  background: var(--opfarctic-accent);
  transform: translateY(-2px);
}

.NDrUZuurpRIt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 7, 30, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.SqmiiZKLxGcl {
  background: linear-gradient(135deg, #01524e, #031d1e);
  padding: 3rem;
  border-radius: var(--opfglacier-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.SqmiiZKLxGcl i {
  font-size: 4rem;
  color: #4dc062;
  margin-bottom: 1.5rem;
}

.SqmiiZKLxGcl h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  background: var(--opfarctic-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.SqmiiZKLxGcl p {
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.INOgYHtpqBGS {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.lclseEuTWWg {
  padding: 1rem 2rem;
  background: var(--opfarctic-primary);
  border-radius: 50px;
  color: white;
  font-weight: 500;
  transition: var(--opfnorthern-transition);
}

.lclseEuTWWg:hover {
  background: var(--opfarctic-accent);
  transform: translateY(-3px);
}

.OrXOMunbmQPzfIO {
  padding: 1rem 2rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: white;
  font-weight: 500;
  transition: var(--opfnorthern-transition);
}

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

@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }
  
  .WAXsVjjAYGGi {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .VHfqQEhvRn {
    gap: 3rem;
  }
  
  .sAGHtRbtBKeN {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
  
  .RkxiBUDMt {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .PigktOjxfXeSCJ {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .jJxdjGIalPp {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .SEReHdDim {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
  
  .ugwF {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .MtEUbvyyHoA {
    grid-template-columns: 1fr;
  }
  
  .fdsRLetsdPk {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .iiEjzBM {
    padding: 1rem;
  }
  
  .wlunAChdTZTg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--opfarctic-background);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: var(--opfnorthern-transition);
    z-index: 999;
  }
  
  .wlunAChdTZTg.active {
    transform: translateX(0);
  }
  
  .sOodkPrbAH {
    display: flex;
    z-index: 1000;
  }
  
  .sOodkPrbAH.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  
  .sOodkPrbAH.active span:nth-child(2) {
    opacity: 0;
  }
  
  .sOodkPrbAH.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  
  .QcTF h1 {
    font-size: 2.5rem;
  }
  
  .QcTF p {
    font-size: 1.1rem;
  }
  
  .WAXsVjjAYGGi {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .VHfqQEhvRn {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  
  .aSbE .QfcgFQVXsX {
    order: -1;
  }
  
  .GVoGVtoORL {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .PigktOjxfXeSCJ {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 3rem;
  }
  
  .ugwF {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .jdoZfjfikor {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  
  .akXtaZPFFPICOf {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .ReQNDzsRjP {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .xfcCawALqo {
    flex-direction: column;
    text-align: center;
  }
  
  .INOgYHtpqBGS {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  .tDNjRKnhC,
  .XRrryXPPZW,
  .QRQGfJENgzYg,
  .AMwQzV,
  .JWWugchwzmS,
  .qHNfeB,
  .tpyFLMHn,
  .RMyUDerPI,
  .yvKcijpjWvNE {
    padding: 4rem 1rem;
  }
  
  .QcTF h1 {
    font-size: 2rem;
  }
  
  .kKZY {
    grid-template-columns: 1fr;
  }
  
  .kpqdwCiT,
  .fdsRLetsdPk {
    padding: 2rem;
  }
  
  .ugwF {
    grid-template-columns: 1fr;
  }
}

.OTOtmoNCL {
  padding: 2rem 0;
  background: linear-gradient(135deg, #031d1e 0%, #01524e 50%, #031d1e 100%);
  min-height: 100vh;
}

.hvUK {
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(67, 238, 207, 0.1), rgba(12, 163, 120, 0.2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.QlXHOYSa {
  max-width: 800px;
  margin: 0 auto;
}

.hvUK h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #43eeb5, #0e5c35);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.hvUK p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.IRtZahF {
  padding: 4rem 2rem;
}

.dwjcXSUzDr {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.kmDIIj {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.kmDIIj::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(67, 238, 215, 0.1), rgba(12, 163, 148, 0.2));
  transition: left 0.5s ease;
  z-index: -1;
}

.kmDIIj:hover::before {
  left: 0;
}

.kmDIIj:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(70, 229, 195, 0.3);
}

.ZFjJ {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #43eeb5, #0e5c35);
  border-radius: 50%;
  font-size: 2rem;
  color: white;
}

.XaSFelrs h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #4dc062, #4d9e83);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.XaSFelrs p {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .hvUK {
    padding: 3rem 1.5rem;
  }
  
  .hvUK h1 {
    font-size: 2.5rem;
  }
  
  .IRtZahF {
    padding: 3rem 1.5rem;
  }
  
  .kmDIIj {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 1.5rem;
  }
  
  .XaSFelrs h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hvUK h1 {
    font-size: 2rem;
  }
  
  .hvUK p {
    font-size: 1rem;
  }
  
  .kmDIIj {
    padding: 1.2rem;
  }
  
  .ZFjJ {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .XaSFelrs h2 {
    font-size: 1.3rem;
  }
  
  .XaSFelrs p {
    font-size: 1rem;
  }
}

.IKKnuIMFZXPaTLz {
  padding: 2rem 0;
  background: linear-gradient(135deg, #031d1e 0%, #067c22 50%, #031d1e 100%);
  min-height: 100vh;
}

.fHEoH {
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(76, 201, 240, 0.1), rgba(12, 163, 150, 0.2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.khAeVN {
  max-width: 800px;
  margin: 0 auto;
}

.fHEoH h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #4dc062, #4d9e83);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.fHEoH p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.TVXpNfZcT {
  padding: 4rem 2rem;
}

.kJTHbz {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.lnbG {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.lnbG::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(76, 201, 240, 0.1), rgba(58, 12, 163, 0.2));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.lnbG:hover::before {
  opacity: 1;
}

.lnbG:hover {
  transform: translateY(-8px) rotate(2deg);
  box-shadow: 0 15px 35px rgba(76, 201, 240, 0.3);
}

.PeecB {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4dc062, #4d9e83);
  border-radius: 50%;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1.5rem;
}

.JxnhLj h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #f0f0f3, #b89ef3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.JxnhLj p {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .kJTHbz {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .fHEoH {
    padding: 3rem 1.5rem;
  }
  
  .fHEoH h1 {
    font-size: 2.5rem;
  }
  
  .TVXpNfZcT {
    padding: 3rem 1.5rem;
  }
  
  .lnbG {
    padding: 2rem 1.5rem;
  }
  
  .PeecB {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
  
  .JxnhLj h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .fHEoH h1 {
    font-size: 1.75rem;
  }
  
  .fHEoH p {
    font-size: 1rem;
  }
  
  .lnbG {
    padding: 1.5rem 1.2rem;
  }
  
  .PeecB {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
  
  .JxnhLj h2 {
    font-size: 1.3rem;
  }
  
  .JxnhLj p {
    font-size: 1rem;
  }
}

.MpjBJ {
  padding: 2rem 0;
  background: linear-gradient(135deg, #031d1e 0%, #0e5c35 50%, #031d1e 100%);
  min-height: 100vh;
}

.UDaGYlsrnhgT {
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(247, 37, 133, 0.1), rgba(58, 12, 163, 0.2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.yqRBg {
  max-width: 800px;
  margin: 0 auto;
}

.UDaGYlsrnhgT h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #f72585, #b5179e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.UDaGYlsrnhgT p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.llxXGEyOwWljx {
  padding: 4rem 2rem;
}

.TsBtpVzckvbG {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.EKibyTMJR {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.EKibyTMJR::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(to bottom, #f72585, #b5179e);
  transition: height 0.5s ease;
}

.EKibyTMJR:hover::before {
  height: 100%;
}

.EKibyTMJR:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 30px rgba(247, 37, 133, 0.3);
}

.mGcuAKXnUs {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f72585, #b5179e);
  border-radius: 18px;
  font-size: 2rem;
  color: white;
  margin-bottom: 1.5rem;
}

.HTCajm h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #4dc062, #4d9e83);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.HTCajm p {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .UDaGYlsrnhgT {
    padding: 3rem 1.5rem;
  }
  
  .UDaGYlsrnhgT h1 {
    font-size: 2.5rem;
  }
  
  .llxXGEyOwWljx {
    padding: 3rem 1.5rem;
  }
  
  .TsBtpVzckvbG {
    grid-template-columns: 1fr;
  }
  
  .EKibyTMJR {
    padding: 1.5rem;
  }
  
  .mGcuAKXnUs {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    border-radius: 14px;
  }
  
  .HTCajm h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .UDaGYlsrnhgT h1 {
    font-size: 2rem;
  }
  
  .UDaGYlsrnhgT p {
    font-size: 1rem;
  }
  
  .EKibyTMJR {
    padding: 1.2rem;
  }
  
  .mGcuAKXnUs {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 12px;
  }
  
  .HTCajm h2 {
    font-size: 1.2rem;
  }
  
  .HTCajm p {
    font-size: 1rem;
  }
}

.RRBTPhSebs {
  padding: 2rem 0;
  background: linear-gradient(135deg, #031d1e 0%, #098e66 50%, #031d1e 100%);
  min-height: 100vh;
}

.ejdUiADz {
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(162, 11, 173, 0.1),rgba(143, 12, 163, 0.2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.DcdMgYhuZsEou {
  max-width: 800px;
  margin: 0 auto;
}

.ejdUiADz h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #0d612f, #079f6d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.ejdUiADz p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.UThgzRzbinY {
  padding: 4rem 2rem;
}

.bAfoAKP {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2.5rem;
}

.jMAFWETu {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.jMAFWETu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, rgba(86, 11, 173, 0.2), transparent);
  transition: height 0.5s ease;
  z-index: -1;
}

.jMAFWETu:hover::after {
  height: 100%;
}

.jMAFWETu:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(86, 11, 173, 0.3);
}

.FWVHNBiQFD {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #820bad, #ab09b7);
  border-radius: 18px;
  font-size: 2rem;
  color: white;
}

.zyLdYpfdWDU h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #4dc062, #4d9e83);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.zyLdYpfdWDU p {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .bAfoAKP {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .ejdUiADz {
    padding: 3rem 1.5rem;
  }
  
  .ejdUiADz h1 {
    font-size: 2.5rem;
  }
  
  .UThgzRzbinY {
    padding: 3rem 1.5rem;
  }
  
  .jMAFWETu {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem;
  }
  
  .FWVHNBiQFD {
    width: 65px;
    height: 65px;
    font-size: 1.8rem;
    border-radius: 16px;
  }
  
  .zyLdYpfdWDU h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ejdUiADz h1 {
    font-size: 2rem;
  }
  
  .ejdUiADz p {
    font-size: 1rem;
  }
  
  .jMAFWETu {
    padding: 1.5rem;
  }
  
  .FWVHNBiQFD {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
    border-radius: 14px;
  }
  
  .zyLdYpfdWDU h2 {
    font-size: 1.3rem;
  }
  
  .zyLdYpfdWDU p {
    font-size: 1rem;
  }
}

.KcdspbmHlEE {
  padding: 2rem 0;
  background: linear-gradient(135deg, #031d1e 0%, #0e5c35 50%, #031d1e 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.RTdlhk {
  padding: 3rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(67, 232, 238, 0.1), rgba(12, 163, 145, 0.2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nDUKgQkj {
  max-width: 800px;
  margin: 0 auto;
}

.FUgkJKLhR {
  font-size: 6rem;
  color: #4dc062;
  margin-bottom: 1.5rem;
  animation: opfpg404pulse 2s infinite;
}

@keyframes opfpg404pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.RTdlhk h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #e370f7, #a961d3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.RTdlhk p {
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.dJZFfKDENXsYt {
  padding: 4rem 2rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.EIZrxx {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hCLKFvQHuqAaD {
  text-align: center;
  width: 100%;
  max-width: 468px;
}

.hCLKFvQHuqAaD img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: opfpg404float 6s ease-in-out infinite;
}

@keyframes opfpg404float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.MsTxwcQPeNfUrdU {
  text-align: center;
  width: 100%;
  max-width: 468px;
}

.MsTxwcQPeNfUrdU h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #4dc062, #4d9e83);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Cormorant SC', serif;
}

.MsTxwcQPeNfUrdU p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.GNAEUfiCK {
  display: flex;
  gap: 1rem;
  margin: 2.5rem 0;
}

.whJccjj {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #43eeb5, #0e5c35);
  border-radius: 50px;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.whJccjj:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(67, 238, 155, 0.4);
}

.hZSVifEWxSWOa {
  background: linear-gradient(135deg, #820bad, #ab09b7);
}

.hZSVifEWxSWOa:hover {
  box-shadow: 0 10px 25px rgba(146, 11, 173, 0.4);
}

.NevnQwIMKW {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.NevnQwIMKW p {
  font-size: 1rem;
  margin-bottom: 0;
}

.NevnQwIMKW a {
  color: #4dc062;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .EIZrxx {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  
  .GNAEUfiCK {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .RTdlhk {
    padding: 2rem 1.5rem;
  }
  
  .FUgkJKLhR {
    font-size: 4rem;
  }
  
  .RTdlhk h1 {
    font-size: 2.5rem;
  }
  
  .RTdlhk p {
    font-size: 1.1rem;
  }
  
  .dJZFfKDENXsYt {
    padding: 3rem .5rem;
  }
  
  .MsTxwcQPeNfUrdU h2 {
    font-size: 1.8rem;
  }
  
  .GNAEUfiCK {
    flex-direction: column;
    align-items: center;
  }
  
  .whJccjj {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .RTdlhk h1 {
    font-size: 2rem;
  }
  
  .RTdlhk p {
    font-size: 1rem;
  }
  
  .MsTxwcQPeNfUrdU h2 {
    font-size: 1.5rem;
  }
  
  .MsTxwcQPeNfUrdU p {
    font-size: 1rem;
  }
  
  .NevnQwIMKW p {
    font-size: 0.9rem;
  }
}