.elementor-1093 .elementor-element.elementor-element-3182b924{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1093 .elementor-element.elementor-element-34f74d8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2f0cdd9 */<style>
.noly-cgv {
  font-family: inherit;
  background: #ffffff;
  color: #1f2937;
}

.noly-container {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

.noly-hero {
  padding: 140px 20px 80px;
  background: linear-gradient(to bottom right,#ffffff,#f9fafb,#ffffff);
  text-align: center;
}

.noly-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E6F7F6;
  color: #00A19B;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 25px;
}

.noly-cgv h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.noly-cgv h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.noly-cgv h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #00A19B;
}

.noly-section {
  padding: 60px 0;
  border-bottom: 1px solid #e5e7eb;
}

.noly-box {
  background: linear-gradient(to bottom right,#f9fafb,#ffffff);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 30px;
}

.noly-highlight-blue {
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  padding: 25px;
  border-radius: 12px;
}

.noly-highlight-green {
  background: #ecfdf5;
  border-left: 4px solid #22c55e;
  padding: 25px;
  border-radius: 12px;
}

.noly-highlight-red {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  padding: 25px;
  border-radius: 12px;
}

.noly-highlight-yellow {
  background: #fffbeb;
  border-left: 4px solid #facc15;
  padding: 25px;
  border-radius: 12px;
}

.noly-list {
  margin-left: 20px;
}

.noly-list li {
  margin-bottom: 10px;
}

.noly-steps {
  display: grid;
  gap: 15px;
}

.noly-step {
  display: flex;
  gap: 15px;
  background: #f9fafb;
  padding: 15px;
  border-radius: 12px;
}

.noly-step-number {
  width: 32px;
  height: 32px;
  background: #00A19B;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.noly-cta {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(to bottom right,#f9fafb,#ffffff);
}

.noly-btn-primary {
  display: inline-block;
  padding: 16px 40px;
  background: #00A19B;
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  margin: 10px;
  transition: 0.3s ease;
}

.noly-btn-secondary {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  text-decoration: none;
  font-weight: 500;
  color: #111827;
  background: white;
  margin: 10px;
}

.noly-btn-primary:hover,
.noly-btn-secondary:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

@media(max-width:768px){
  .noly-cgv h1 { font-size: 34px; }
}
</style>/* End custom CSS */