/* Start custom CSS for html, class: .elementor-element-20f7831 */.em-light-load {
  --ell-text: #20252b;
  --ell-heading: #151a20;
  --ell-muted: #606a74;
  --ell-border: #dce3e8;
  --ell-surface: #f5f7f9;
  --ell-surface-strong: #eaf1f5;
  --ell-accent: #1768a3;
  --ell-accent-dark: #0d4b78;
  --ell-answer-bg: #edf7ff;
  --ell-answer-border: #2e7fb5;
  --ell-warning-bg: #fff7e3;
  --ell-warning-border: #d49a1e;
  --ell-danger-bg: #fff0f0;
  --ell-danger-border: #bd4040;
  --ell-success: #327c4b;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--ell-text);
  font-size: 17px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.em-light-load *,
.em-light-load *::before,
.em-light-load *::after {
  box-sizing: border-box;
}

.em-light-load header,
.em-light-load nav,
.em-light-load section {
  scroll-margin-top: 100px;
}

.em-light-load h1,
.em-light-load h2,
.em-light-load h3 {
  margin-top: 0;
  color: var(--ell-heading);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.em-light-load h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(32px, 5vw, 50px);
}

.em-light-load h2 {
  margin-bottom: 20px;
  font-size: clamp(26px, 3.6vw, 35px);
}

.em-light-load h3 {
  margin: 30px 0 13px;
  font-size: clamp(21px, 2.6vw, 25px);
}

.em-light-load p {
  margin: 0 0 18px;
}

.em-light-load ul,
.em-light-load ol {
  margin: 0 0 22px;
  padding-left: 25px;
}

.em-light-load li {
  margin-bottom: 9px;
}

.em-light-load a {
  color: var(--ell-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-light-load a:hover,
.em-light-load a:focus-visible {
  color: var(--ell-accent-dark);
}

.em-light-load section {
  margin-top: 56px;
}

.em-light-load__hero {
  padding: clamp(26px, 5vw, 50px);
  border: 1px solid var(--ell-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 91% 9%, rgba(255, 199, 79, 0.2), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f2f6f9 100%);
}

.em-light-load__eyebrow {
  margin-bottom: 12px;
  color: var(--ell-accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-light-load__lead {
  max-width: 980px;
  margin-bottom: 0;
  color: #303942;
  font-size: clamp(18px, 2.4vw, 21px);
  line-height: 1.65;
}

.em-light-load__notice {
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid var(--ell-border);
  border-left-width: 5px;
  border-radius: 14px;
}

.em-light-load__notice h2,
.em-light-load__notice h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.em-light-load__notice > :last-child {
  margin-bottom: 0;
}

.em-light-load__notice--answer {
  border-left-color: var(--ell-answer-border);
  background: var(--ell-answer-bg);
}

.em-light-load__notice--warning {
  border-left-color: var(--ell-warning-border);
  background: var(--ell-warning-bg);
}

.em-light-load__notice--danger {
  border-left-color: var(--ell-danger-border);
  background: var(--ell-danger-bg);
}

.em-light-load__toc {
  margin-top: 30px;
  padding: 25px 28px;
  border: 1px solid var(--ell-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(28, 49, 64, 0.06);
}

.em-light-load__toc h2 {
  margin-bottom: 15px;
  font-size: 24px;
}

.em-light-load__toc ol {
  columns: 2;
  column-gap: 42px;
  margin-bottom: 0;
}

.em-light-load__toc li {
  break-inside: avoid;
  padding-right: 12px;
}

.em-light-load__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 28px;
}

.em-light-load__compare article {
  padding: 24px;
  border: 1px solid var(--ell-border);
  border-top: 5px solid var(--ell-accent);
  border-radius: 15px;
  background: #ffffff;
}

.em-light-load__compare h3 {
  margin-top: 0;
}

.em-light-load__compare article > :last-child {
  margin-bottom: 0;
}

.em-light-load__badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--ell-surface-strong);
  color: var(--ell-accent-dark);
  font-size: 14px;
  font-weight: 800;
}

.em-light-load__cards {
  display: grid;
  gap: 18px;
  margin: 24px 0 28px;
}

.em-light-load__cards--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.em-light-load__card {
  padding: 22px;
  border: 1px solid var(--ell-border);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(28, 49, 64, 0.05);
}

.em-light-load__card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.em-light-load__card > :last-child {
  margin-bottom: 0;
}

.em-light-load__symbol {
  display: inline-flex;
  min-width: 46px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 9px;
  background: var(--ell-surface-strong);
  color: var(--ell-accent-dark);
  font-size: 18px;
  font-weight: 900;
}

.em-light-load__formula {
  margin: 23px 0;
  padding: 21px 24px;
  border: 1px solid var(--ell-border);
  border-left: 5px solid var(--ell-accent);
  border-radius: 13px;
  background: var(--ell-surface);
  color: var(--ell-heading);
  font-size: clamp(18px, 2.5vw, 22px);
  text-align: center;
}

.em-light-load__table-wrap {
  width: 100%;
  margin: 24px 0 28px;
  overflow-x: auto;
  border: 1px solid var(--ell-border);
  border-radius: 14px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-light-load table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-light-load th,
.em-light-load td {
  padding: 15px 17px;
  border-right: 1px solid var(--ell-border);
  border-bottom: 1px solid var(--ell-border);
  text-align: left;
  vertical-align: top;
}

.em-light-load th:last-child,
.em-light-load td:last-child {
  border-right: 0;
}

.em-light-load tbody tr:last-child td {
  border-bottom: 0;
}

.em-light-load th {
  color: var(--ell-heading);
  background: var(--ell-surface-strong);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.em-light-load tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.em-light-load__checklist {
  padding-left: 0;
  list-style: none;
}

.em-light-load__checklist li {
  position: relative;
  padding-left: 32px;
}

.em-light-load__checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ell-success);
  font-weight: 900;
}

.em-light-load__mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.em-light-load__mistakes article {
  padding: 22px;
  border: 1px solid var(--ell-border);
  border-radius: 14px;
  background: var(--ell-surface);
}

.em-light-load__mistakes h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-light-load__mistakes article > :last-child {
  margin-bottom: 0;
}

.em-light-load__faq details {
  margin-bottom: 14px;
  border: 1px solid var(--ell-border);
  border-radius: 13px;
  background: #ffffff;
  overflow: hidden;
}

.em-light-load__faq summary {
  position: relative;
  padding: 19px 56px 19px 21px;
  color: var(--ell-heading);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.em-light-load__faq summary::-webkit-details-marker {
  display: none;
}

.em-light-load__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ell-surface-strong);
  color: var(--ell-accent-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  transform: translateY(-50%);
}

.em-light-load__faq details[open] summary::after {
  content: "−";
}

.em-light-load__faq details[open] summary {
  border-bottom: 1px solid var(--ell-border);
  background: var(--ell-surface);
}

.em-light-load__faq details > div {
  padding: 18px 21px 4px;
}

.em-light-load__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.em-light-load__related-grid a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 21px;
  border: 1px solid var(--ell-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ell-text);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.em-light-load__related-grid a:hover,
.em-light-load__related-grid a:focus-visible {
  border-color: var(--ell-accent);
  color: var(--ell-text);
  box-shadow: 0 9px 25px rgba(28, 49, 64, 0.09);
  transform: translateY(-2px);
}

.em-light-load__related-grid strong {
  color: var(--ell-heading);
  font-size: 19px;
}

.em-light-load__related-grid span {
  color: var(--ell-muted);
  line-height: 1.55;
}

.em-light-load__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 58px;
  padding: clamp(26px, 5vw, 42px);
  border-radius: 20px;
  background: #172c3b;
  color: #ffffff;
}

.em-light-load__cta h2 {
  color: #ffffff;
}

.em-light-load__cta p {
  color: #edf4f8;
}

.em-light-load__cta .em-light-load__eyebrow {
  color: #aad8f3;
}

.em-light-load__buttons {
  display: grid;
  min-width: 235px;
  gap: 11px;
}

.em-light-load__button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.em-light-load__button--primary {
  background: #ffffff;
  color: #172c3b;
}

.em-light-load__button--primary:hover,
.em-light-load__button--primary:focus-visible {
  background: #dceef9;
  color: #172c3b;
}

.em-light-load__button--secondary {
  border-color: #5aadd9;
  background: #1476aa;
  color: #ffffff;
}

.em-light-load__button--secondary:hover,
.em-light-load__button--secondary:focus-visible {
  background: #0e5b83;
  color: #ffffff;
}

.em-light-load__button--ghost {
  background: transparent;
  color: #ffffff;
}

.em-light-load__button--ghost:hover,
.em-light-load__button--ghost:focus-visible {
  background: #ffffff;
  color: #172c3b;
}

@media (max-width: 1040px) {
  .em-light-load__cards--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .em-light-load {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-light-load__compare,
  .em-light-load__mistakes,
  .em-light-load__related-grid {
    grid-template-columns: 1fr;
  }

  .em-light-load__cta {
    grid-template-columns: 1fr;
  }

  .em-light-load__buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .em-light-load section {
    margin-top: 46px;
  }

  .em-light-load__hero,
  .em-light-load__notice,
  .em-light-load__toc,
  .em-light-load__card,
  .em-light-load__compare article,
  .em-light-load__mistakes article,
  .em-light-load__cta {
    padding: 20px;
  }

  .em-light-load__toc ol {
    columns: 1;
  }

  .em-light-load__cards--five {
    grid-template-columns: 1fr;
  }

  .em-light-load__buttons {
    grid-template-columns: 1fr;
  }

  .em-light-load__faq summary {
    padding: 17px 50px 17px 18px;
    font-size: 17px;
  }

  .em-light-load__faq details > div {
    padding: 17px 18px 3px;
  }
}

@media (max-width: 430px) {
  .em-light-load h1 {
    font-size: 30px;
  }

  .em-light-load h2 {
    font-size: 25px;
  }

  .em-light-load h3 {
    font-size: 21px;
  }

  .em-light-load__hero,
  .em-light-load__notice,
  .em-light-load__toc,
  .em-light-load__card,
  .em-light-load__compare article,
  .em-light-load__mistakes article,
  .em-light-load__cta {
    border-radius: 12px;
  }

  .em-light-load__formula {
    padding: 18px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-light-load__related-grid a {
    transition: none;
  }
}/* End custom CSS */