/* Start custom CSS for html, class: .elementor-element-6786d04 */.em-ohm-page {
    --ohm-text: #172033;
    --ohm-line: #dce5ef;
    --ohm-soft: #f5f8fb;
    --ohm-accent: #ffb000;
    max-width: 1180px;
    margin: 0 auto;
    color: var(--ohm-text);
    font-family: inherit;
    line-height: 1.65;
}

.em-ohm-page * {
    box-sizing: border-box;
}

.em-ohm-page__hero,
.em-ohm-page__section,
.em-ohm-page__links,
.em-ohm-page__cta {
    margin: 0 0 24px;
    padding: 28px;
    border: 1px solid var(--ohm-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(25, 42, 70, .06);
}

.em-ohm-page__hero {
    background: linear-gradient(135deg, #172033, #273955);
    color: #fff;
}

.em-ohm-page .em-ohm-page__hero .em-ohm-page__eyebrow {
    margin: 0 0 8px;
    color: #ffd36b !important;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    word-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;
}

.em-ohm-page .em-ohm-page__hero h1 {
    margin: 0 0 14px;
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.025em;
    word-spacing: normal;
    text-align: left;
    text-transform: none;
    text-shadow: none;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.em-ohm-page .em-ohm-page__hero .em-ohm-page__lead {
    max-width: 880px;
    margin: 0;
    color: #e7edf6 !important;
    font-size: 1.08rem;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
    text-transform: none;
    text-shadow: none;
}

.em-ohm-page h2 {
    margin: 0 0 14px;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.25;
}

.em-ohm-page h3 {
    margin: 22px 0 8px;
    font-size: 1.13rem;
}

.em-ohm-page p {
    margin: 0 0 14px;
}

.em-ohm-page ul {
    margin: 0;
    padding-left: 22px;
}

.em-ohm-page li + li {
    margin-top: 7px;
}

.em-ohm-page__calculator {
    margin: 0 0 24px;
}

.em-ohm-page__formula {
    margin: 12px 0;
    padding: 14px 18px;
    border-left: 4px solid var(--ohm-accent);
    border-radius: 10px;
    background: var(--ohm-soft);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    overflow-wrap: anywhere;
}

.em-ohm-page__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.em-ohm-page table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.em-ohm-page th,
.em-ohm-page td {
    padding: 12px 14px;
    border: 1px solid var(--ohm-line);
    text-align: left;
    vertical-align: top;
}

.em-ohm-page th {
    background: var(--ohm-soft);
    font-weight: 800;
}

.em-ohm-page a {
    color: #135fa7;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.em-ohm-page__cta {
    background: #172033;
    color: #fff;
}

.em-ohm-page__cta h2 {
    color: #fff !important;
}

.em-ohm-page__cta p {
    color: #dfe7f1 !important;
}

.em-ohm-page__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.em-ohm-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 12px;
    background: var(--ohm-accent);
    color: #172033 !important;
    font-weight: 800;
    text-decoration: none !important;
}

.em-ohm-page__button--secondary {
    background: #fff;
}

.em-ohm-page a:focus-visible,
.em-ohm-page__button:focus-visible {
    outline: 3px solid #75b7ff;
    outline-offset: 3px;
}

@media (max-width: 720px) {
    .em-ohm-page__hero,
    .em-ohm-page__section,
    .em-ohm-page__links,
    .em-ohm-page__cta {
        padding: 20px;
        border-radius: 16px;
    }

    .em-ohm-page .em-ohm-page__hero h1 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
        line-height: 1.15;
        letter-spacing: -.015em;
    }

    .em-ohm-page .em-ohm-page__hero .em-ohm-page__lead {
        font-size: 1rem;
    }

    .em-ohm-page__buttons {
        display: grid;
    }

    .em-ohm-page__button {
        width: 100%;
    }
}

@media print {
    .em-ohm-page__cta {
        display: none;
    }

    .em-ohm-page__hero,
    .em-ohm-page__section,
    .em-ohm-page__links {
        box-shadow: none;
    }
}/* End custom CSS */