/* Start custom CSS for html, class: .elementor-element-8cc291e */.em-smart-breaker {
    --esb-primary: #315b70;
    --esb-primary-dark: #193b4c;
    --esb-accent: #d9953b;
    --esb-accent-soft: #fff5e7;
    --esb-text: #222d33;
    --esb-muted: #5c6970;
    --esb-border: #dce4e8;
    --esb-bg: #f4f7f9;
    --esb-white: #ffffff;
    --esb-warning: #fff0ea;
    --esb-danger: #fff0f0;
    --esb-success: #edf8f2;
    --esb-shadow: 0 14px 38px rgba(25, 59, 76, 0.09);

    max-width: 1120px;
    margin: 0 auto;
    color: var(--esb-text);
    font-size: 17px;
    line-height: 1.72;
}

.em-smart-breaker *,
.em-smart-breaker *::before,
.em-smart-breaker *::after {
    box-sizing: border-box;
}

.em-smart-breaker h1,
.em-smart-breaker h2,
.em-smart-breaker h3 {
    color: var(--esb-primary-dark);
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.em-smart-breaker h1 {
    max-width: 1000px;
    margin: 16px 0 22px;
    font-size: clamp(34px, 5vw, 58px);
}

.em-smart-breaker h2 {
    margin: 58px 0 20px;
    font-size: clamp(27px, 3.4vw, 38px);
}

.em-smart-breaker h3 {
    margin: 26px 0 12px;
    font-size: clamp(21px, 2.5vw, 27px);
}

.em-smart-breaker p {
    margin: 0 0 18px;
}

.em-smart-breaker ul,
.em-smart-breaker ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.em-smart-breaker li {
    margin-bottom: 9px;
}

.em-smart-breaker a {
    color: var(--esb-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.em-smart-breaker a:hover {
    color: var(--esb-primary-dark);
}

.em-smart-breaker__hero {
    overflow: hidden;
    padding: clamp(28px, 5vw, 66px);
    border: 1px solid var(--esb-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 8%, rgba(217, 149, 59, 0.24), transparent 32%),
        linear-gradient(145deg, #f9fbfc 0%, #edf4f7 100%);
}

.em-smart-breaker__label,
.em-smart-breaker__cta-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--esb-accent-soft);
    color: #75490e;
    font-size: 14px;
    font-weight: 700;
}

.em-smart-breaker__lead {
    max-width: 940px;
    color: #384a54;
    font-size: clamp(18px, 2vw, 22px);
}

.em-smart-breaker__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.em-smart-breaker__tags span {
    padding: 8px 13px;
    border: 1px solid rgba(49, 91, 112, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--esb-primary-dark);
    font-size: 14px;
    font-weight: 650;
}

.em-smart-breaker__updated {
    margin: 22px 0 0;
    color: var(--esb-muted);
    font-size: 14px;
}

.em-smart-breaker__answer {
    margin: 34px 0;
    padding: clamp(24px, 4vw, 38px);
    border-left: 6px solid var(--esb-accent);
    border-radius: 18px;
    background: var(--esb-accent-soft);
}

.em-smart-breaker__answer h2 {
    margin-top: 0;
}

.em-smart-breaker__answer p:last-child {
    margin-bottom: 0;
}

.em-smart-breaker__contents {
    margin: 34px 0;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--esb-border);
    border-radius: 22px;
    background: var(--esb-white);
    box-shadow: var(--esb-shadow);
}

.em-smart-breaker__contents h2 {
    margin-top: 0;
    font-size: 27px;
}

.em-smart-breaker__contents ol {
    columns: 2;
    column-gap: 42px;
    margin-bottom: 0;
}

.em-smart-breaker__contents li {
    break-inside: avoid;
    margin-bottom: 11px;
}

.em-smart-breaker__type-grid,
.em-smart-breaker__receiver-grid,
.em-smart-breaker__load-grid,
.em-smart-breaker__error-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.em-smart-breaker__type-grid article,
.em-smart-breaker__receiver-grid article,
.em-smart-breaker__load-grid article,
.em-smart-breaker__error-grid article {
    padding: 22px;
    border: 1px solid var(--esb-border);
    border-radius: 18px;
    background: var(--esb-white);
}

.em-smart-breaker__type-grid h3,
.em-smart-breaker__receiver-grid h3,
.em-smart-breaker__load-grid h3,
.em-smart-breaker__error-grid h3 {
    margin-top: 0;
    font-size: 21px;
}

.em-smart-breaker__type-grid p,
.em-smart-breaker__receiver-grid p,
.em-smart-breaker__load-grid p,
.em-smart-breaker__error-grid p {
    margin-bottom: 0;
    color: var(--esb-muted);
    font-size: 15px;
    line-height: 1.58;
}

.em-smart-breaker__flow,
.em-smart-breaker__contactor-scheme {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 28px 0;
    padding: 24px;
    border-radius: 18px;
    background: var(--esb-bg);
}

.em-smart-breaker__flow > div,
.em-smart-breaker__contactor-scheme > div {
    min-width: 190px;
    padding: 18px;
    border: 1px solid var(--esb-border);
    border-radius: 15px;
    background: var(--esb-white);
    text-align: center;
}

.em-smart-breaker__flow span {
    display: grid;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    place-items: center;
    border-radius: 50%;
    background: var(--esb-primary);
    color: var(--esb-white);
    font-size: 13px;
    font-weight: 800;
}

.em-smart-breaker__flow p,
.em-smart-breaker__contactor-scheme p {
    margin: 7px 0 0;
    color: var(--esb-muted);
    font-size: 14px;
}

.em-smart-breaker__flow > b,
.em-smart-breaker__contactor-scheme > span {
    color: var(--esb-accent);
    font-size: 25px;
    font-weight: 800;
}

.em-smart-breaker__checklist,
.em-smart-breaker__danger-list {
    padding-left: 0;
    list-style: none;
}

.em-smart-breaker__checklist li,
.em-smart-breaker__danger-list li {
    position: relative;
    padding: 15px 17px 15px 47px;
    border-bottom: 1px solid var(--esb-border);
}

.em-smart-breaker__checklist li::before,
.em-smart-breaker__danger-list li::before {
    position: absolute;
    top: 14px;
    left: 13px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: var(--esb-white);
    font-size: 14px;
    font-weight: 800;
}

.em-smart-breaker__checklist li::before {
    content: "✓";
    background: var(--esb-primary);
}

.em-smart-breaker__danger-list li::before {
    content: "!";
    background: #a94442;
}

.em-smart-breaker__table-wrap {
    overflow-x: auto;
    margin: 26px 0;
    border: 1px solid var(--esb-border);
    border-radius: 18px;
    background: var(--esb-white);
    -webkit-overflow-scrolling: touch;
}

.em-smart-breaker table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
}

.em-smart-breaker th,
.em-smart-breaker td {
    padding: 17px 18px;
    border-bottom: 1px solid var(--esb-border);
    text-align: left;
    vertical-align: top;
}

.em-smart-breaker th {
    background: #edf3f6;
    color: var(--esb-primary-dark);
    font-size: 15px;
}

.em-smart-breaker tr:last-child td {
    border-bottom: 0;
}

.em-smart-breaker__warning,
.em-smart-breaker__note {
    margin: 28px 0;
    padding: 21px 23px;
    border-radius: 16px;
}

.em-smart-breaker__warning {
    border: 1px solid #ebc6b7;
    background: var(--esb-warning);
}

.em-smart-breaker__note {
    border: 1px solid #bfd4df;
    background: #eef6fa;
}

.em-smart-breaker__motor-grid,
.em-smart-breaker__state-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.em-smart-breaker__motor-grid article,
.em-smart-breaker__state-grid article {
    padding: 22px;
    border: 1px solid var(--esb-border);
    border-radius: 18px;
    background: var(--esb-white);
}

.em-smart-breaker__motor-grid span,
.em-smart-breaker__state {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--esb-primary);
    color: var(--esb-white);
    font-size: 13px;
    font-weight: 800;
}

.em-smart-breaker__motor-grid h3,
.em-smart-breaker__state-grid h3 {
    margin: 15px 0 10px;
    font-size: 21px;
}

.em-smart-breaker__motor-grid p,
.em-smart-breaker__state-grid p {
    margin-bottom: 0;
    color: var(--esb-muted);
    font-size: 15px;
}

.em-smart-breaker__safe-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.em-smart-breaker__safe-grid article {
    padding: 22px;
    border: 1px solid var(--esb-border);
    border-radius: 18px;
    background: var(--esb-white);
}

.em-smart-breaker__safe-grid h3 {
    margin: 15px 0 10px;
    font-size: 21px;
}

.em-smart-breaker__safe-grid p {
    margin-bottom: 0;
    color: var(--esb-muted);
    font-size: 15px;
}

.em-smart-breaker__status {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 750;
}

.em-smart-breaker__status--good {
    background: #e6f7ed;
    color: #1d6840;
}

.em-smart-breaker__status--medium {
    background: #fff3db;
    color: #76500e;
}

.em-smart-breaker__priority-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.em-smart-breaker__priority-grid article {
    padding: 24px;
    border: 1px solid var(--esb-border);
    border-radius: 19px;
    background: var(--esb-white);
}

.em-smart-breaker__priority {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 50%;
    background: var(--esb-primary);
    color: var(--esb-white);
    font-weight: 850;
}

.em-smart-breaker__priority-grid h3 {
    margin-top: 0;
    font-size: 21px;
}

.em-smart-breaker__priority-grid p {
    margin-bottom: 0;
    color: var(--esb-muted);
    font-size: 15px;
}

.em-smart-breaker__selection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.em-smart-breaker__selection-grid article {
    padding: 22px;
    border: 1px solid var(--esb-border);
    border-radius: 18px;
    background: var(--esb-white);
}

.em-smart-breaker__selection-grid span {
    display: inline-grid;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    place-items: center;
    border-radius: 999px;
    background: var(--esb-primary);
    color: var(--esb-white);
    font-size: 13px;
    font-weight: 800;
}

.em-smart-breaker__selection-grid h3 {
    margin: 15px 0 10px;
    font-size: 21px;
}

.em-smart-breaker__selection-grid p {
    margin-bottom: 0;
    color: var(--esb-muted);
    font-size: 15px;
}

.em-smart-breaker__steps {
    margin: 28px 0;
    padding: 0;
    list-style: none;
    counter-reset: esb-step;
}

.em-smart-breaker__steps li {
    position: relative;
    min-height: 58px;
    margin-bottom: 12px;
    padding: 15px 18px 15px 66px;
    border: 1px solid var(--esb-border);
    border-radius: 15px;
    background: var(--esb-white);
    counter-increment: esb-step;
}

.em-smart-breaker__steps li::before {
    content: counter(esb-step);
    position: absolute;
    top: 13px;
    left: 15px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: var(--esb-primary);
    color: var(--esb-white);
    font-size: 14px;
    font-weight: 800;
}

.em-smart-breaker__norms {
    margin: 52px 0;
    padding: clamp(26px, 5vw, 44px);
    border-radius: 24px;
    background: var(--esb-bg);
}

.em-smart-breaker__norms h2 {
    margin-top: 0;
}

.em-smart-breaker__cta {
    margin: 58px 0;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 10%, rgba(217, 149, 59, 0.3), transparent 30%),
        var(--esb-primary-dark);
    color: var(--esb-white);
}

.em-smart-breaker__cta-content {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.7fr);
    gap: 38px;
    align-items: center;
}

.em-smart-breaker__cta h2,
.em-smart-breaker__cta h3 {
    color: var(--esb-white);
}

.em-smart-breaker__cta h2 {
    margin-top: 14px;
}

.em-smart-breaker__cta a {
    text-decoration: none;
}

.em-smart-breaker__cta-buttons {
    display: grid;
    gap: 12px;
}

.em-smart-breaker__button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border: 1px solid transparent;
    border-radius: 13px;
    text-align: center;
    font-weight: 750;
    transition: transform 0.18s ease;
}

.em-smart-breaker__button:hover {
    transform: translateY(-1px);
}

.em-smart-breaker__button--primary {
    background: var(--esb-accent);
    color: #302008;
}

.em-smart-breaker__button--secondary {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.09);
    color: var(--esb-white);
}

.em-smart-breaker__button--link {
    color: var(--esb-white);
}

.em-smart-breaker__faq {
    margin-bottom: 40px;
}

.em-smart-breaker__faq-list {
    display: grid;
    gap: 12px;
}

.em-smart-breaker__faq details {
    overflow: hidden;
    border: 1px solid var(--esb-border);
    border-radius: 15px;
    background: var(--esb-white);
}

.em-smart-breaker__faq summary {
    position: relative;
    padding: 18px 50px 18px 20px;
    cursor: pointer;
    color: var(--esb-primary-dark);
    font-weight: 750;
    list-style: none;
}

.em-smart-breaker__faq summary::-webkit-details-marker {
    display: none;
}

.em-smart-breaker__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 400;
}

.em-smart-breaker__faq details[open] summary::after {
    content: "−";
}

.em-smart-breaker__faq details > div {
    padding: 0 20px 18px;
}

.em-smart-breaker__faq details p {
    margin: 0;
    color: var(--esb-muted);
}

@media (max-width: 1020px) {
    .em-smart-breaker__type-grid,
    .em-smart-breaker__receiver-grid,
    .em-smart-breaker__load-grid,
    .em-smart-breaker__error-grid,
    .em-smart-breaker__safe-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-smart-breaker__motor-grid,
    .em-smart-breaker__state-grid,
    .em-smart-breaker__selection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-smart-breaker__cta-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .em-smart-breaker {
        font-size: 16px;
        line-height: 1.67;
    }

    .em-smart-breaker h2 {
        margin-top: 44px;
    }

    .em-smart-breaker__hero {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .em-smart-breaker__contents ol {
        columns: 1;
    }

    .em-smart-breaker__type-grid,
    .em-smart-breaker__receiver-grid,
    .em-smart-breaker__load-grid,
    .em-smart-breaker__error-grid,
    .em-smart-breaker__safe-grid,
    .em-smart-breaker__motor-grid,
    .em-smart-breaker__state-grid,
    .em-smart-breaker__priority-grid,
    .em-smart-breaker__selection-grid {
        grid-template-columns: 1fr;
    }

    .em-smart-breaker__flow,
    .em-smart-breaker__contactor-scheme {
        flex-direction: column;
    }

    .em-smart-breaker__flow > b,
    .em-smart-breaker__contactor-scheme > span {
        transform: rotate(90deg);
    }

    .em-smart-breaker__answer,
    .em-smart-breaker__contents,
    .em-smart-breaker__norms,
    .em-smart-breaker__cta {
        border-radius: 17px;
    }

    .em-smart-breaker th,
    .em-smart-breaker td {
        padding: 14px;
    }
}

@media (max-width: 420px) {
    .em-smart-breaker__tags span {
        width: 100%;
        justify-content: center;
    }

    .em-smart-breaker__button {
        width: 100%;
    }

    .em-smart-breaker__steps li {
        padding-right: 14px;
    }
}/* End custom CSS */