/* Start custom CSS for html, class: .elementor-element-c3bd80d */.em-rules {
  --rules-primary: #155eef;
  --rules-primary-dark: #0b3f9c;
  --rules-text: #172033;
  --rules-muted: #5d687a;
  --rules-border: #dce3ed;
  --rules-soft: #f5f8fc;
  --rules-blue-soft: #eaf3ff;
  --rules-warning: #fff5d9;
  --rules-danger: #fff0f0;
  --rules-success: #eaf8ef;
  --rules-radius: 18px;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--rules-text);
  font-size: 17px;
  line-height: 1.68;
}

.em-rules,
.em-rules * {
  box-sizing: border-box;
}

.em-rules h1,
.em-rules h2,
.em-rules h3 {
  color: var(--rules-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-rules h1 {
  max-width: 1040px;
  margin: 12px 0 20px;
  font-size: clamp(34px, 5vw, 58px);
}

.em-rules h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-rules h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 2.5vw, 27px);
}

.em-rules p {
  margin: 0 0 18px;
}

.em-rules a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-rules-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid var(--rules-border);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 8%, rgba(21, 94, 239, 0.17), transparent 35%),
    linear-gradient(145deg, #ffffff 0%, #f2f7ff 100%);
}

.em-rules-kicker {
  margin: 0;
  color: var(--rules-primary-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.em-rules-lead {
  max-width: 990px;
  color: #3d4960;
  font-size: clamp(18px, 2vw, 22px);
}

.em-rules-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.em-rules-facts article {
  display: flex;
  min-height: 166px;
  flex-direction: column;
  gap: 8px;
  padding: 21px;
  border: 1px solid rgba(21, 94, 239, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
}

.em-rules-facts strong {
  color: var(--rules-primary-dark);
  font-size: 20px;
  line-height: 1.28;
}

.em-rules-facts span {
  color: var(--rules-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-rules-actions,
.em-rules-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.em-rules-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.em-rules-button:hover {
  transform: translateY(-1px);
}

.em-rules-button-primary {
  color: #ffffff !important;
  background: var(--rules-primary);
  box-shadow: 0 10px 24px rgba(21, 94, 239, 0.22);
}

.em-rules-button-primary:hover {
  background: var(--rules-primary-dark);
}

.em-rules-button-secondary {
  color: var(--rules-primary-dark) !important;
  border-color: #b7c8e5;
  background: #ffffff;
}

.em-rules-button-secondary:hover {
  background: #f1f5fc;
}

.em-rules-nav {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--rules-border);
  border-radius: var(--rules-radius);
  background: #ffffff;
}

.em-rules-nav > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
}

.em-rules-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 28px;
  margin: 0;
  padding-left: 20px;
}

.em-rules-nav a {
  color: var(--rules-primary-dark);
}

.em-rules-section {
  scroll-margin-top: 90px;
  margin-top: 64px;
}

.em-rules-section > p,
.em-rules-section > ul,
.em-rules-section > ol {
  max-width: 1000px;
}

.em-rules-answer-grid,
.em-rules-scope-grid,
.em-rules-check-grid,
.em-rules-group-grid,
.em-rules-route-grid,
.em-rules-structure-grid,
.em-rules-cable-grid,
.em-rules-heat-grid,
.em-rules-intersection-grid,
.em-rules-ground-grid,
.em-rules-mechanism-grid,
.em-rules-kitchen-grid,
.em-rules-bath-grid,
.em-rules-house-grid,
.em-rules-panel-grid,
.em-rules-low-grid,
.em-rules-hidden-grid,
.em-rules-test-grid,
.em-rules-handover-grid,
.em-rules-mistake-grid {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.em-rules-answer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-rules-scope-grid,
.em-rules-route-grid,
.em-rules-structure-grid,
.em-rules-cable-grid,
.em-rules-heat-grid,
.em-rules-intersection-grid,
.em-rules-ground-grid,
.em-rules-mechanism-grid,
.em-rules-kitchen-grid,
.em-rules-bath-grid,
.em-rules-low-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-rules-check-grid,
.em-rules-group-grid,
.em-rules-panel-grid,
.em-rules-mistake-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-rules-house-grid,
.em-rules-hidden-grid,
.em-rules-test-grid,
.em-rules-handover-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-rules-answer-grid article,
.em-rules-scope-grid article,
.em-rules-check-grid article,
.em-rules-group-grid article,
.em-rules-route-grid article,
.em-rules-structure-grid article,
.em-rules-cable-grid article,
.em-rules-heat-grid article,
.em-rules-intersection-grid article,
.em-rules-ground-grid article,
.em-rules-mechanism-grid article,
.em-rules-kitchen-grid article,
.em-rules-bath-grid article,
.em-rules-house-grid article,
.em-rules-panel-grid article,
.em-rules-low-grid article,
.em-rules-hidden-grid article,
.em-rules-test-grid article,
.em-rules-handover-grid article,
.em-rules-mistake-grid article {
  padding: 21px;
  border: 1px solid var(--rules-border);
  border-radius: 16px;
  background: #ffffff;
}

.em-rules-answer-grid span,
.em-rules-check-grid span,
.em-rules-mistake-grid span {
  color: var(--rules-primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.em-rules-answer-grid h3,
.em-rules-check-grid h3,
.em-rules-group-grid h3,
.em-rules-mistake-grid h3 {
  margin: 7px 0 9px;
  font-size: 20px;
}

.em-rules-answer-grid p,
.em-rules-scope-grid p,
.em-rules-check-grid p,
.em-rules-group-grid p,
.em-rules-route-grid p,
.em-rules-structure-grid p,
.em-rules-cable-grid p,
.em-rules-heat-grid p,
.em-rules-intersection-grid p,
.em-rules-ground-grid p,
.em-rules-mechanism-grid p,
.em-rules-kitchen-grid p,
.em-rules-bath-grid p,
.em-rules-house-grid p,
.em-rules-panel-grid p,
.em-rules-low-grid p,
.em-rules-hidden-grid p,
.em-rules-test-grid p,
.em-rules-handover-grid p,
.em-rules-mistake-grid p {
  margin: 0;
  color: var(--rules-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-rules-scope-grid strong,
.em-rules-route-grid strong,
.em-rules-structure-grid strong,
.em-rules-cable-grid strong,
.em-rules-heat-grid strong,
.em-rules-intersection-grid strong,
.em-rules-ground-grid strong,
.em-rules-mechanism-grid strong,
.em-rules-kitchen-grid strong,
.em-rules-bath-grid strong,
.em-rules-house-grid strong,
.em-rules-panel-grid strong,
.em-rules-low-grid strong,
.em-rules-hidden-grid strong,
.em-rules-test-grid strong,
.em-rules-handover-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.em-rules-item-label {
  margin-bottom: 7px !important;
  color: var(--rules-primary);
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-rules-note {
  max-width: 1010px;
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 5px solid;
  border-radius: 14px;
}

.em-rules-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.em-rules-note p:last-child {
  margin-bottom: 0;
}

.em-rules-note-info {
  border-color: #3c84dd;
  background: var(--rules-blue-soft);
}

.em-rules-note-warning {
  border-color: #d39a00;
  background: var(--rules-warning);
}

.em-rules-note-danger {
  border-color: #d64545;
  background: var(--rules-danger);
}

.em-rules-note-success {
  border-color: #2f9859;
  background: var(--rules-success);
}

.em-rules-table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--rules-border);
  border-radius: var(--rules-radius);
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-rules table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.em-rules th,
.em-rules td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--rules-border);
  vertical-align: top;
  text-align: left;
}

.em-rules th {
  color: #26334b;
  background: #f1f5fa;
  font-size: 15px;
  font-weight: 800;
}

.em-rules td {
  font-size: 16px;
}

.em-rules tr:last-child td {
  border-bottom: 0;
}

.em-rules-list {
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}

.em-rules-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 34px;
}

.em-rules-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #2b9254;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.em-rules-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.em-rules-compare article {
  padding: 24px;
  border: 1px solid var(--rules-border);
  border-radius: 17px;
  background: #ffffff;
}

.em-rules-compare h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.em-rules-compare ul {
  margin: 0;
  padding-left: 21px;
}

.em-rules-compare li {
  margin-bottom: 9px;
}

.em-rules-example {
  max-width: 1000px;
  margin: 26px 0;
  padding: 24px;
  border: 1px solid #b8ccec;
  border-radius: 16px;
  background: var(--rules-blue-soft);
}

.em-rules-example strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.em-rules-example p:last-child {
  margin-bottom: 0;
}

.em-rules-process {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.em-rules-process article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 17px;
  padding: 22px;
  border: 1px solid var(--rules-border);
  border-radius: 16px;
  background: #ffffff;
}

.em-rules-process article > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--rules-primary);
  font-size: 16px;
  font-weight: 900;
}

.em-rules-process h3 {
  margin: 1px 0 8px;
  font-size: 21px;
}

.em-rules-process p {
  margin: 0;
  color: var(--rules-muted);
}

.em-rules-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.em-rules-related-grid a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  border: 1px solid var(--rules-border);
  border-radius: 15px;
  color: var(--rules-text);
  background: var(--rules-soft);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease;
}

.em-rules-related-grid a:hover {
  border-color: #9eb9e5;
  transform: translateY(-1px);
}

.em-rules-related-grid strong {
  color: var(--rules-primary-dark);
  font-size: 19px;
}

.em-rules-related-grid span {
  color: var(--rules-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-rules-small {
  color: var(--rules-muted);
  font-size: 14px;
}

.em-rules-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(270px, 0.75fr);
  gap: 34px;
  align-items: center;
  margin-top: 70px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #0a357d, #155eef);
}

.em-rules-cta h2 {
  margin-top: 8px;
  color: #ffffff;
}

.em-rules-cta .em-rules-kicker {
  color: #dce8ff;
}

.em-rules-cta p {
  color: #eef4ff;
}

.em-rules-cta-note {
  margin-bottom: 0 !important;
  font-size: 14px;
  opacity: 0.9;
}

.em-rules-cta-actions {
  align-content: center;
  margin-top: 0;
}

.em-rules-button-light {
  color: var(--rules-primary-dark) !important;
  background: #ffffff;
}

.em-rules-button-light:hover {
  background: #edf3ff;
}

.em-rules-button-outline {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
}

.em-rules-button-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.em-rules-cta-link {
  width: 100%;
  color: #ffffff !important;
  font-weight: 700;
}

.em-rules-faq-list {
  display: grid;
  gap: 12px;
}

.em-rules-faq-list details {
  overflow: hidden;
  border: 1px solid var(--rules-border);
  border-radius: 14px;
  background: #ffffff;
}

.em-rules-faq-list summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.em-rules-faq-list summary::-webkit-details-marker {
  display: none;
}

.em-rules-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--rules-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.em-rules-faq-list details[open] summary::after {
  content: "−";
}

.em-rules-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--rules-muted);
}

@media (max-width: 1100px) {
  .em-rules-check-grid,
  .em-rules-group-grid,
  .em-rules-panel-grid,
  .em-rules-mistake-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .em-rules-facts,
  .em-rules-answer-grid,
  .em-rules-scope-grid,
  .em-rules-check-grid,
  .em-rules-group-grid,
  .em-rules-route-grid,
  .em-rules-structure-grid,
  .em-rules-cable-grid,
  .em-rules-heat-grid,
  .em-rules-intersection-grid,
  .em-rules-ground-grid,
  .em-rules-mechanism-grid,
  .em-rules-kitchen-grid,
  .em-rules-bath-grid,
  .em-rules-house-grid,
  .em-rules-panel-grid,
  .em-rules-low-grid,
  .em-rules-hidden-grid,
  .em-rules-test-grid,
  .em-rules-handover-grid,
  .em-rules-mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-rules-cta {
    grid-template-columns: 1fr;
  }

  .em-rules-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .em-rules {
    font-size: 16px;
  }

  .em-rules-hero {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .em-rules-facts,
  .em-rules-answer-grid,
  .em-rules-scope-grid,
  .em-rules-check-grid,
  .em-rules-group-grid,
  .em-rules-route-grid,
  .em-rules-structure-grid,
  .em-rules-cable-grid,
  .em-rules-heat-grid,
  .em-rules-intersection-grid,
  .em-rules-ground-grid,
  .em-rules-mechanism-grid,
  .em-rules-kitchen-grid,
  .em-rules-bath-grid,
  .em-rules-house-grid,
  .em-rules-panel-grid,
  .em-rules-low-grid,
  .em-rules-hidden-grid,
  .em-rules-test-grid,
  .em-rules-handover-grid,
  .em-rules-mistake-grid,
  .em-rules-compare,
  .em-rules-related-grid,
  .em-rules-nav ul {
    grid-template-columns: 1fr;
  }

  .em-rules-facts article {
    min-height: 0;
  }

  .em-rules-section {
    margin-top: 48px;
  }

  .em-rules-actions,
  .em-rules-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .em-rules-button {
    width: 100%;
  }

  .em-rules-table-wrap {
    border-radius: 13px;
  }

  .em-rules th,
  .em-rules td {
    padding: 14px;
  }

  .em-rules-note {
    padding: 19px;
  }

  .em-rules-process article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .em-rules-process article > span {
    width: 38px;
    height: 38px;
  }

  .em-rules-cta {
    padding: 28px 20px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-rules-button,
  .em-rules-related-grid a {
    transition: none;
  }

  .em-rules-button:hover,
  .em-rules-related-grid a:hover {
    transform: none;
  }
}/* End custom CSS */