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

:root {
  --jbvgradient-primary: linear-gradient(135deg, #115bcb 0%, #439c57 100%);
  --jbvgradient-secondary: linear-gradient(135deg, #d86bff 0%, #7524ee 100%);
  --jbvgradient-tertiary: linear-gradient(135deg, #0096b0 0%, #c9753d 100%);
  --jbvcolor-dark: #2d3436;
  --jbvcolor-light: #f5faf8;
  --jbvcolor-accent: #dd4bbd;
  --jbvcolor-success: #18b193;
  --jbvcolor-warning: #fd946e;
  --jbvcolor-error: #d6304c;
  --jbvshadow-soft: 0 8px 32px rgba(0, 0, 0, 0.1);
  --jbvshadow-medium: 0 12px 40px rgba(0, 0, 0, 0.15);
  --jbvshadow-strong: 0 20px 60px rgba(0, 0, 0, 0.2);
  --jbvborder-radius-small: 12px;
  --jbvborder-radius-medium: 20px;
  --jbvborder-radius-large: 30px;
  --jbvtransition-normal: all 0.3s ease;
  --jbvtransition-slow: all 0.5s ease;
  --jbvtransition-fast: all 0.2s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif;
  line-height: 1.6;
  color: var(--jbvcolor-dark);
  background-color: var(--jbvcolor-light);
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: var(--jbvtransition-normal);
}

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

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

.container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.XpeurvSHqkH {
  background: var(--jbvcolor-light);
  padding: 40px;
  border-radius: var(--jbvborder-radius-large);
  text-align: center;
  max-width: 500px;
  width: 100%;
  box-shadow: var(--jbvshadow-strong);
  animation: jbvscaleIn 0.5s ease-out;
}

.izmdaS {
  margin-bottom: 30px;
}

.YDgVQBCWVOpOn {
  font-size: 2.5rem;
  color: var(--jbvcolor-dark);
  margin-bottom: 15px;
}

.ArJzzZ {
  font-size: 1.1rem;
  color: #657263;
}

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

.KprjuPcTLz, .TBFCQouS {
  padding: 15px 30px;
  border-radius: var(--jbvborder-radius-medium);
  font-weight: 500;
  font-size: 1.1rem;
  transition: var(--jbvtransition-normal);
}

.KprjuPcTLz {
  background: var(--jbvgradient-primary);
  color: white;
}

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

.TBFCQouS {
  background: #dfe6e9;
  color: var(--jbvcolor-dark);
}

.TBFCQouS:hover {
  background: #b2bec3;
}

.mZWHyCHetkFbKw {
  border-top: 1px solid #dfe6e9;
  padding-top: 30px;
}

.YUkzS {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.qSLjNqwf {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: var(--jbvborder-radius-small);
  font-size: 0.9rem;
  color: #657263;
  transition: var(--jbvtransition-normal);
}

.qSLjNqwf:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.gnDhwpPrssnZX {
  font-size: 1.2rem;
}

.ABip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--jbvcolor-error);
}

.wyTyNcZKE {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background: var(--jbvcolor-dark);
  color: white;
  padding: 20px;
  z-index: 1000;
  animation: jbvslideUp 0.5s ease-out;
}

.efbtshpZDNmJ {
  max-width: 1490px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.qxuqpMaQ {
  flex: 1;
  font-size: 0.9rem;
}

.QiMvgJiSSbGnD {
  color: var(--jbvcolor-accent);
  text-decoration: underline;
}

.SwGmVfw {
  padding: 10px 20px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-small);
  font-weight: 500;
}

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

.jJLBKOUHuerg {
  background: var(--jbvgradient-primary);
  color: white;
  position: relative;
  padding: 20px 0;
}

.cmTcCSYVCz {
  padding: 0 20px;
}

.PLdFLdt {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.rmpeMlPUIM {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: var(--jbvborder-radius-small);
  transition: var(--jbvtransition-normal);
}

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

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

.UoNlftW {
  width: 85%;
  margin: 0 auto;
  animation: jbvpulse 2s ease-in-out infinite;
}

.XBPLEy {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--jbvshadow-medium);
}

.VvtpfiUTrBc {
  font-size: 3.5rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.cSdpKWvNYZG {
  display: none;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.tYzuDGGixH {
  width: 30px;
  height: 3px;
  background: white;
  border-radius: 3px;
  transition: var(--jbvtransition-normal);
}

.zXbducjsaKIpSk {
  position: relative;
  padding: 100px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fpzZBcJZxnfB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/cbn-art/cbn-bg1.webp') center/cover no-repeat;
  z-index: -1;
}

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

.lnurxjOoQV {
  text-align: center;
  color: white;
  max-width: 800px;
  animation: jbvfadeInUp 1s ease-out;
}

.vdwhJpkV {
  font-size: 4rem;
  margin-bottom: 30px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.fPljsqvebXC {
  font-size: 1.3rem;
  margin-bottom: 50px;
  opacity: 0.9;
}

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

.mAUXAbMrr {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: var(--jbvborder-radius-medium);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: var(--jbvtransition-normal);
  animation: jbvfloat 3s ease-in-out infinite;
}

.mAUXAbMrr:nth-child(2) {
  animation-delay: 0.5s;
}

.mAUXAbMrr:nth-child(3) {
  animation-delay: 1s;
}

.mAUXAbMrr:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, 0.274);
}

.PEUozwkWuOnvP {
  min-height: 58px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: white;
}

.XPLpUSOei {
  min-height: 53px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.uWmqIMlQsOgkZof {
  display: inline-block;
  padding: 10px 20px;
  background: white;
  color: var(--jbvcolor-dark);
  border-radius: var(--jbvborder-radius-small);
  font-weight: 500;
  margin-bottom: 20px;
  transition: var(--jbvtransition-normal);
}

.uWmqIMlQsOgkZof:hover {
  background: var(--jbvcolor-accent);
  color: white;
  transform: translateY(-2px);
}

.iCHxzRg {
  font-size: 3rem;
  opacity: 0.8;
}

.tdnpfnkDzYuLTx {
  padding: 100px 20px;
  background: var(--jbvcolor-light);
}

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

.LBErDmQMiwm {
  border-radius: var(--jbvborder-radius-large);
  overflow: hidden;
  box-shadow: var(--jbvshadow-medium);
  animation: jbvslideInLeft 1s ease-out;
}

.yQYbqx {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: var(--jbvtransition-slow);
}

.yQYbqx:hover {
  transform: scale(1.05);
}

.akWSOUtyx {
  animation: jbvslideInRight 1s ease-out;
}

.TDGhkCp {
  font-size: 3rem;
  margin-bottom: 30px;
  color: var(--jbvcolor-dark);
}

.TWPQwlHeARGnl {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #657263;
}

.vveYXPgYzPm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1490px;
  margin: 0 auto 50px;
}

.mWHFraNUMuk {
  text-align: center;
  padding: 30px;
  background: white;
  border-radius: var(--jbvborder-radius-medium);
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
  animation: jbvfadeIn 1s ease-out;
}

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

.VBvEwUBL {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
}

.DaPqboeimMHa {
  color: #657263;
  margin-bottom: 20px;
}

.YNgdvlY {
  font-size: 2.5rem;
  color: var(--jbvcolor-accent);
}

.FtZSFsowTMaxh {
  text-align: center;
  animation: jbvfadeInUp 1s ease-out;
}

.QpEyYevY {
  display: inline-block;
  padding: 15px 30px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-medium);
  font-size: 1.1rem;
  font-weight: 500;
  transition: var(--jbvtransition-normal);
}

.QpEyYevY:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--jbvshadow-medium);
}

.jbvfeaturessection {
  position: relative;
  padding: 100px 20px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.jbvfeaturesbackground-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/cbn-art/cbn-bg2.webp') center/cover no-repeat;
  z-index: -1;
}

.jbvfeaturesbackground-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--jbvgradient-secondary);
  opacity: 0.9;
}

.jbvfeaturescontent-container {
  text-align: center;
  color: white;
  max-width: 1200px;
  animation: jbvfadeInUp 1s ease-out;
}

.jbvfeaturesmain-heading {
  font-size: 3.5rem;
  margin-bottom: 60px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.jbvfeaturesgrid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.jbvfeaturescarditem {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
  border-radius: var(--jbvborder-radius-medium);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: var(--jbvtransition-normal);
  animation: jbvrotateIn 1s ease-out;
}

.jbvfeaturescarditem:hover {
  transform: translateY(-10px) rotate(2deg);
  background: rgba(255, 255, 255, 0.274);
}

.jbvfeaturesicon-container {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: white;
}

.jbvfeaturescardtitle {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: white;
}

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

.xoxRYaeDa {
  padding: 100px 20px;
  background: var(--jbvcolor-light);
}

.FhvXN {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 20px;
  color: var(--jbvcolor-dark);
  animation: jbvfadeInDown 1s ease-out;
}

.FMVuebWuWZ {
  text-align: center;
  font-size: 1.2rem;
  color: #657263;
  margin-bottom: 60px;
  animation: jbvfadeInUp 1s ease-out;
}

.dVUwiDav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1490px;
  margin: 0 auto;
}

.JGFDQ {
  display: flex;
  flex-direction: columnreverse;
  justify-content: center;
  align-items: center;
  gap: 13px;
  background: white;
  border-radius: var(--jbvborder-radius-medium);
  overflow: hidden;
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
  animation: jbvflipInY 1s ease-out;
}

.JGFDQ:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: var(--jbvshadow-medium);
}

.VotFyCzrQgkV {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.CIOrqhAqGTWVS {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transition: var(--jbvtransition-slow);
}

.JGFDQ:hover .CIOrqhAqGTWVS {
  transform: scale(1.1);
}

.GlulcVxUdMKV {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--jbvtransition-normal);
}

.JGFDQ:hover .GlulcVxUdMKV {
  opacity: 1;
}

.nGXngRES {
  padding: 12px 25px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-small);
  font-weight: 500;
  transition: var(--jbvtransition-normal);
}

.nGXngRES:hover {
  background: var(--jbvgradient-secondary);
  transform: scale(1.1);
}

.ZJGYbWe {
  padding: 25px;
}

.ZXUXTZw {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
}

.oZtGtrllnzjK {
  list-style: none;
}

.frutH {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #657263;
}

.frutH i {
  color: var(--jbvcolor-success);
}

.MvhIYAI {
  padding: 100px 20px;
  background: #f8f9fa;
}

.yqeFYLzLFVaS {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 20px;
  color: var(--jbvcolor-dark);
  animation: jbvfadeInDown 1s ease-out;
}

.MzJaWeVfNWEL {
  text-align: center;
  font-size: 1.2rem;
  color: #657263;
  margin-bottom: 60px;
  animation: jbvfadeInUp 1s ease-out;
}

.rsAOvXThPh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1490px;
  margin: 0 auto;
}

.VUuZzYfo {
  background: white;
  padding: 30px;
  border-radius: var(--jbvborder-radius-medium);
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
  animation: jbvbounceIn 1s ease-out;
}

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

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

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

.uGjek {
  flex: 1;
}

.QiuhAebFgpYMypE {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: var(--jbvcolor-dark);
}

.SKpKVetHAbNw {
  color: var(--jbvcolor-warning);
}

.tBFNXYa {
  font-style: italic;
  color: #657263;
  margin-bottom: 20px;
  line-height: 1.6;
}

.PPgGZtwCbkb {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #b2bec3;
}

.bLEvKG {
  position: relative;
  padding: 100px 20px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.YlIygJHY {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/cbn-art/cbn-bg3.webp') center/cover no-repeat;
  z-index: -1;
}

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

.ZNvZEV {
  color: white;
  max-width: 1200px;
  width: 100%;
  animation: jbvfadeInUp 1s ease-out;
}

.vaMubu {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.JyrLPL {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.KtitpEifdXru {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.TXdLM {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--jbvborder-radius-medium);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.yllCplpVZIaaZ {
  width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--jbvtransition-normal);
}

.yllCplpVZIaaZ:hover {
  background: rgba(255, 255, 255, 0.274);
}

.yllCplpVZIaaZ i {
  transition: var(--jbvtransition-normal);
}

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

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

.mYihwgargBY.active {
  max-height: 500px;
}

.mYihwgargBY p {
  padding: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.mYihwgargBY a {
  color: var(--jbvcolor-accent);
  text-decoration: underline;
}

.EvfzxtpJQ {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--jbvborder-radius-medium);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.EvfzxtpJQ p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.FBQMbMr {
  padding: 12px 25px;
  background: white;
  color: var(--jbvcolor-dark);
  border-radius: var(--jbvborder-radius-small);
  font-weight: 500;
  transition: var(--jbvtransition-normal);
}

.FBQMbMr:hover {
  background: var(--jbvcolor-accent);
  color: white;
  transform: translateY(-2px);
}

.fbPiYxbWufzC {
  position: relative;
  padding: 100px 20px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nAPgbbfm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/cbn-art/cbn-bg4.webp') center/cover no-repeat;
  z-index: -1;
}

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

.WCFqwIwKs {
  text-align: center;
  color: white;
  max-width: 800px;
  animation: jbvfadeInUp 1s ease-out;
}

.UbYRFKy {
  font-size: 3.5rem;
  margin-bottom: 30px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.wLqiILfgbd {
  font-size: 1.2rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.AwuChsS {
  margin-top: 40px;
}

.dYARYNPxo {
  display: inline-block;
  padding: 15px 30px;
  background: var(--jbvgradient-secondary);
  color: white;
  border-radius: var(--jbvborder-radius-medium);
  font-size: 1.1rem;
  font-weight: 500;
  transition: var(--jbvtransition-normal);
}

.dYARYNPxo:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--jbvshadow-medium);
}

.LwutIDRtwKLcFxB {
  position: relative;
  padding: 100px 20px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tXlbraPDk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/cbn-art/cbn-bg5.webp') center/cover no-repeat;
  z-index: -1;
}

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

.ZCxkTBTTSM {
  color: white;
  max-width: 800px;
  text-align: center;
  animation: jbvfadeInUp 1s ease-out;
}

.PLRRMaM {
  font-size: 3.5rem;
  margin-bottom: 30px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.UodyYVkWQdxNtm {
  font-size: 1.1rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.nVvMRGRbCtP {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.MCKQyUtEDaVIl {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--jbvborder-radius-medium);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--jbvtransition-normal);
}

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

.dVyikYZBMn {
  font-size: 2rem;
}

.XcduZQKvPlth {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: var(--jbvcolor-error);
  border-radius: var(--jbvborder-radius-medium);
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 30px;
}

.bAeUilFYlCxH {
  position: relative;
  padding: 80px 20px 40px;
  color: white;
  overflow: hidden;
}

.ocKRHIQVyaHOQ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/cbn-art/cbn-bg6.webp') center/cover no-repeat;
  z-index: -1;
}

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

.lJWbKvIhdF {
  max-width: 1490px;
  margin: 0 auto;
}

.hPMRgliS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.VZBSfl p {
  opacity: 0.8;
}

.MEzHxYWRC h3 {
  font-size: 2rem;
  margin-bottom: 5px;
}

.MEzHxYWRC p {
  opacity: 0.8;
}

.xzkOSvZSXYhc {
  margin-bottom: 40px;
}

.FjMgOOFPAVtRGB {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.DPmTCvw {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: var(--jbvborder-radius-small);
  transition: var(--jbvtransition-normal);
}

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

.ODmbLjboLGOE {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.fdVtrq a {
  color: var(--jbvcolor-accent);
}

.vVoAl {
  display: flex;
  gap: 15px;
}

.kctOpjm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: var(--jbvtransition-normal);
}

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

.pzWNVVUtSexsbu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: var(--jbvtransition-normal);
}

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

.EmUIPMynokRyO {
  background: white;
  padding: 40px;
  border-radius: var(--jbvborder-radius-large);
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: scale(0.9);
  transition: var(--jbvtransition-normal);
}

.pzWNVVUtSexsbu.active .pzWNVVUtSexsbu-content {
  transform: scale(1);
}

.cJIIglUNp {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
  background: none;
  color: #657263;
  transition: var(--jbvtransition-normal);
}

.cJIIglUNp:hover {
  color: var(--jbvcolor-error);
  transform: rotate(90deg);
}

.wPmrTsTOOL {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
  text-align: center;
}

.PlRfkZOKOK {
  text-align: center;
  color: #657263;
  margin-bottom: 30px;
}

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

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

.jKxDrPAZZoUyv, .jbvform_textarea {
  padding: 15px;
  border: 2px solid #dfe6e9;
  border-radius: var(--jbvborder-radius-small);
  font-size: 1rem;
  transition: var(--jbvtransition-normal);
}

.jKxDrPAZZoUyv:focus, .jbvform_textarea:focus {
  border-color: var(--jbvcolor-accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(253, 121, 168, 0.1);
}

.IOQvFQage {
  color: var(--jbvcolor-error);
  font-size: 0.9rem;
  margin-top: 5px;
  min-height: 20px;
}

.GfZRQqBbwT {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ohMZuHLp {
  margin-top: 5px;
}

.ohMZuHLp-label {
  font-size: 0.9rem;
  color: #657263;
}

.ohMZuHLp-label a {
  color: var(--jbvcolor-accent);
  text-decoration: underline;
}

.MWUFxVFN {
  padding: 15px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-small);
  font-weight: 500;
  font-size: 1.1rem;
  transition: var(--jbvtransition-normal);
}

.MWUFxVFN:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: var(--jbvshadow-medium);
}

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

.izTBZNNtES {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: var(--jbvtransition-normal);
}

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

.yJZfOW {
  background: white;
  padding: 40px;
  border-radius: var(--jbvborder-radius-large);
  max-width: 500px;
  width: 90%;
  text-align: center;
  transform: scale(0.9);
  transition: var(--jbvtransition-normal);
}

.izTBZNNtES.active .yJZfOW {
  transform: scale(1);
}

.yJZfOW h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-success);
}

.yJZfOW p {
  color: #657263;
  margin-bottom: 30px;
}

.WiixOaMpMdAV {
  padding: 12px 25px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-small);
  font-weight: 500;
  transition: var(--jbvtransition-normal);
}

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

.lwxGy {
  position: fixed;
  bottom: 210px;
  left: 23px;
  width: 50px;
  height: 50px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--jbvshadow-medium);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--jbvtransition-normal);
  z-index: 999;
}

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

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

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

@keyframes jbvslideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes jbvpulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

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

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

@keyframes jbvfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

@keyframes jbvslideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes jbvrotateIn {
  from {
    opacity: 0;
    transform: rotate(-10deg) scale(0.8);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@keyframes jbvflipInY {
  from {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateY(0);
  }
}

@keyframes jbvbounceIn {
  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) {
  .IjvmQikPxs,
  .jbvfeaturesgrid-layout,
  .dVUwiDav,
  .rsAOvXThPh,
  .vveYXPgYzPm {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .JyrLPL {
    gap: 30px;
  }
  
  .nVvMRGRbCtP {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .PLdFLdt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--jbvgradient-primary);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  
  .PLdFLdt.active {
    display: flex;
  }
  
  .cSdpKWvNYZG {
    display: flex;
  }
  
  .cSdpKWvNYZG.active .tYzuDGGixH:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  
  .cSdpKWvNYZG.active .tYzuDGGixH:nth-child(2) {
    opacity: 0;
  }
  
  .cSdpKWvNYZG.active .tYzuDGGixH:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  
  .IjvmQikPxs,
  .jbvfeaturesgrid-layout,
  .dVUwiDav,
  .rsAOvXThPh,
  .vveYXPgYzPm,
  .JyrLPL {
    grid-template-columns: 1fr;
  }
  
  .sseDdaza {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .YUkzS {
    grid-template-columns: 1fr;
  }
  
  .hPMRgliS,
  .ODmbLjboLGOE {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .FjMgOOFPAVtRGB {
    flex-direction: column;
    gap: 15px;
  }
  
  .HIOBaGtV {
    flex-direction: column;
  }
  
  .efbtshpZDNmJ {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .vdwhJpkV,
  .TDGhkCp,
  .jbvfeaturesmain-heading,
  .FhvXN,
  .yqeFYLzLFVaS,
  .vaMubu,
  .UbYRFKy,
  .PLRRMaM {
    font-size: 2.5rem;
  }
  
  .VvtpfiUTrBc {
    font-size: 2.5rem;
  }
  
  .XpeurvSHqkH {
    padding: 20px;
  }
  
  .pzWNVVUtSexsbu-content {
    padding: 30px 20px;
  }
  
  .mAUXAbMrr,
  .jbvfeaturescarditem,
  .JGFDQ,
  .VUuZzYfo,
  .mWHFraNUMuk {
    padding: 20px;
  }
  
  .yllCplpVZIaaZ {
    padding: 15px;
  }
  
  .lJWbKvIhdF {
    padding: 0 10px;
  }
}

@media (max-width: 320px) {
  .vdwhJpkV,
  .TDGhkCp,
  .jbvfeaturesmain-heading,
  .FhvXN,
  .yqeFYLzLFVaS,
  .vaMubu,
  .UbYRFKy,
  .PLRRMaM {
    font-size: 2rem;
  }
  
  .VvtpfiUTrBc {
    font-size: 2rem;
  }
  
  .fPljsqvebXC,
  .wLqiILfgbd,
  .UodyYVkWQdxNtm {
    font-size: 1rem;
  }
  
  .YDgVQBCWVOpOn {
    font-size: 2rem;
  }
  
  .wPmrTsTOOL,
  .jbvcontact_heading {
    font-size: 1.5rem;
  }
}

.eqDdWa {
  min-height: 100vh;
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%);
}

.oPUthvd {
  background: var(--jbvgradient-primary);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

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

.XNQUuiCpksoUc {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-family: 'Rokkitt', serif;
}

.cvZBiFBGYcc {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
}

.diMiwlZSgDP {
  padding: 80px 0;
}

.AFpacZTMxswc {
  margin-bottom: 60px;
}

.wMiiuUoneN {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 40px;
  padding: 30px;
  background: white;
  border-radius: var(--jbvborder-radius-medium);
  box-shadow: var(--jbvshadow-soft);
}

.bMpLcNARO {
  font-size: 2.5rem;
  color: var(--jbvcolor-accent);
  min-width: 60px;
  text-align: center;
}

.bsCxyN {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

.fVTofdrVHdpY {
  color: #657263;
  margin-bottom: 10px;
}

.WPVvGwm {
  color: var(--jbvcolor-accent);
  font-weight: 500;
}

.wxinwzVXk {
  background: white;
  padding: 40px;
  border-radius: var(--jbvborder-radius-large);
  box-shadow: var(--jbvshadow-medium);
}

.NhfMHdsf {
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
  text-align: center;
}

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

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

.zQEewsrrsYu {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--jbvcolor-dark);
}

.DJwlfBBOYmX, .JJmTrLqcuvOc {
  padding: 15px;
  border: 2px solid #dfe6e9;
  border-radius: var(--jbvborder-radius-small);
  font-size: 1rem;
  transition: var(--jbvtransition-normal);
  font-family: 'Quicksand', sans-serif;
}

.DJwlfBBOYmX:focus, .JJmTrLqcuvOc:focus {
  border-color: var(--jbvcolor-accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(253, 121, 168, 0.1);
}

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

.KsXDGMOB {
  color: var(--jbvcolor-error);
  font-size: 0.9rem;
  margin-top: 5px;
  min-height: 20px;
}

.ovDqUvUqYQ {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.lbXHSDEXA {
  margin-top: 5px;
}

.lbXHSDEXA-label {
  font-size: 0.9rem;
  color: #657263;
  line-height: 1.4;
}

.lbXHSDEXA-label a {
  color: var(--jbvcolor-accent);
  text-decoration: underline;
}

.WAUrfIVa {
  padding: 15px 30px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-medium);
  font-size: 1.1rem;
  font-weight: 500;
  transition: var(--jbvtransition-normal);
  margin-top: 10px;
}

.WAUrfIVa:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: var(--jbvshadow-medium);
}

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

.oUgIFXTQl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: var(--jbvtransition-normal);
}

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

.shsYlCkquQcrDf {
  background: white;
  padding: 40px;
  border-radius: var(--jbvborder-radius-large);
  max-width: 500px;
  width: 90%;
  text-align: center;
  transform: scale(0.9);
  transition: var(--jbvtransition-normal);
}

.oUgIFXTQl.active .shsYlCkquQcrDf {
  transform: scale(1);
}

.hsQeaRWXM {
  font-size: 4rem;
  color: var(--jbvcolor-success);
  margin-bottom: 20px;
}

.XhVvzz {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

.wCWOWheOjtodudJ {
  color: #657263;
  margin-bottom: 30px;
  line-height: 1.6;
}

.YcDCaAfzJj {
  padding: 12px 25px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-small);
  font-weight: 500;
  transition: var(--jbvtransition-normal);
}

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

@media (max-width: 768px) {
  .wMiiuUoneN {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  
  .XNQUuiCpksoUc {
    font-size: 2.5rem;
  }
  
  .bMpLcNARO {
    margin: 0 auto;
  }
  
  .wxinwzVXk {
    padding: 30px 20px;
  }
  
  .ovDqUvUqYQ {
    align-items: flex-start;
  }
}

.OHPsKdrcnXL {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
}

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

.UsTcGMl {
  max-width: 600px;
  margin: 0 auto;
}

.oQcWdsMbmzTY {
  font-size: 8rem;
  color: var(--jbvcolor-error);
  margin-bottom: 30px;
  animation: jbvbounce 2s infinite;
}

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

.KMMLpBL {
  font-size: 4rem;
  margin-bottom: 20px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

.ePxlrAOkS {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #657263;
  line-height: 1.6;
}

.uBtZiA {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--jbvgradient-primary);
  color: white;
  border-radius: var(--jbvborder-radius-medium);
  font-size: 1.1rem;
  font-weight: 500;
  transition: var(--jbvtransition-normal);
}

.uBtZiA:hover {
  transform: translateY(-3px);
  box-shadow: var(--jbvshadow-medium);
}

@media (max-width: 768px) {
  .oQcWdsMbmzTY {
    font-size: 6rem;
  }
  
  .KMMLpBL {
    font-size: 3rem;
  }
  
  .ePxlrAOkS {
    font-size: 1.1rem;
  }
}

.enFZv {
  min-height: 100vh;
  background: linear-gradient(135deg, #e6ffe6 0%, #99ff99 100%);
}

.fOTGAQgpiH {
  background: var(--jbvgradient-primary);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

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

.zRfOJxiVdhW {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-family: 'Rokkitt', serif;
}

.uuqMCyEOI {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
}

.hXtIJiLMTYeo {
  padding: 80px 0;
}

.eIggxVBgjPeNj {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  background: white;
  padding: 35px;
  border-radius: var(--jbvborder-radius-large);
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
}

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

.YKDzvcWEHpGeU {
  font-size: 2.8rem;
  color: var(--jbvcolor-accent);
  min-width: 70px;
  text-align: center;
}

.phsVkqwupl {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

.VArIXEYDWjagRP {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #657263;
}

.liZGOY {
  background: rgba(0, 0, 0, 0.05);
  padding: 60px 0;
}

.zRfOJxiVdhW {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

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

.tmujwXhjwlw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 20px;
  background: white;
  border-radius: var(--jbvborder-radius-medium);
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
  text-align: center;
}

.tmujwXhjwlw:hover {
  transform: translateY(-5px);
  box-shadow: var(--jbvshadow-medium);
  background: var(--jbvgradient-primary);
  color: white;
}

.tmujwXhjwlw i {
  font-size: 2.5rem;
}

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

@media (max-width: 768px) {
  .eIggxVBgjPeNj {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  
  .zRfOJxiVdhW {
    font-size: 2.5rem;
  }
  
  .YKDzvcWEHpGeU {
    margin: 0 auto;
  }
  
  .oaLazbSnC {
    grid-template-columns: 1fr;
  }
}

.WGwjolCFVT {
  min-height: 100vh;
  background: linear-gradient(135deg, #fff5e6 0%, #ffdd99 100%);
}

.rqYFuCc {
  background: var(--jbvgradient-tertiary);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

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

.UhmiYNhOdpAE {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-family: 'Rokkitt', serif;
}

.NuFxMMbaUFgLMv {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
}

.gRGFyzEFDHsUp {
  padding: 80px 0;
}

.gHiqNR {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
  background: white;
  padding: 40px;
  border-radius: var(--jbvborder-radius-large);
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
}

.gHiqNR:hover {
  transform: translateY(-5px) rotate(1deg);
  box-shadow: var(--jbvshadow-medium);
}

.MRgFVFhx {
  font-size: 3rem;
  color: var(--jbvcolor-accent);
  min-width: 80px;
  text-align: center;
}

.oHyjegGbaR {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

.NrCjdXZgBw {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #657263;
}

.NrCjdXZgBw a {
  color: var(--jbvcolor-accent);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .gHiqNR {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  
  .UhmiYNhOdpAE {
    font-size: 2.5rem;
  }
  
  .MRgFVFhx {
    margin: 0 auto;
  }
}

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

.OlZmsbOAS {
  background: var(--jbvgradient-secondary);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

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

.mzmIPWPiPiq {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-family: 'Rokkitt', serif;
}

.nHUkANWgOgFrPa {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
}

.dUGiYsPbPkMTx {
  padding: 80px 0;
}

.YLCyhRMCvuSl {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  background: white;
  padding: 35px;
  border-radius: var(--jbvborder-radius-large);
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
}

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

.NKoqFwE {
  font-size: 2.8rem;
  color: var(--jbvcolor-accent);
  min-width: 70px;
  text-align: center;
}

.sTbItRkdiNWiS {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

.njPV {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #657263;
}

@media (max-width: 768px) {
  .YLCyhRMCvuSl {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  
  .mzmIPWPiPiq {
    font-size: 2.5rem;
  }
  
  .NKoqFwE {
    margin: 0 auto;
  }
}

.EzwGZalpViDf {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.AbrTuABIR {
  background: var(--jbvgradient-primary);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

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

.mCvTmXFGruAP {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-family: 'Rokkitt', serif;
}

.PAthnJNcwWa {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
}

.LcHJv {
  padding: 80px 0;
}

.sgxCRKUfMyfA {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
  background: white;
  padding: 40px;
  border-radius: var(--jbvborder-radius-large);
  box-shadow: var(--jbvshadow-soft);
  transition: var(--jbvtransition-normal);
}

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

.pJdkVHtG {
  font-size: 3rem;
  color: var(--jbvcolor-accent);
  min-width: 80px;
  text-align: center;
}

.qLIKFSIYVclS {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: var(--jbvcolor-dark);
  font-family: 'Rokkitt', serif;
}

.LlQafWIMTsE {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #657263;
}

.LlQafWIMTsE a {
  color: var(--jbvcolor-accent);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .sgxCRKUfMyfA {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  
  .mCvTmXFGruAP {
    font-size: 2.5rem;
  }
  
  .pJdkVHtG {
    margin: 0 auto;
  }
}