.hsp-solution-page--telecommunications .hsptc-page {
    --hsptc-navy: #0b3156;
    --hsptc-blue: #174f78;
    --hsptc-orange: #b54b13;
    --hsptc-border: #d7e0e8;
    --hsptc-surface: #f4f7f9;
    color: #24394d;
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-page :is(a, button, input, textarea, summary):focus-visible {
    outline: 2px solid var(--hsptc-orange);
    outline-offset: 2px;
}

.hsp-solution-page--telecommunications .hsptc-page .hspes-section {
    padding-block: clamp(48px, 6vw, 78px);
}

.hsp-solution-page--telecommunications .hsptc-page .hspes-section--surface {
    background: var(--hsptc-surface);
}

.hsp-solution-page--telecommunications .hsptc-page :is(h1, h2, h3, h4) {
    color: var(--hsptc-navy);
}

.hsp-solution-page--telecommunications .hsptc-page .hspes-section-head {
    max-width: 900px;
    margin-bottom: 28px;
}

.hsp-solution-page--telecommunications .hsptc-page .hspes-section-head h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
}

.hsp-solution-page--telecommunications .hsptc-page .hspes-section-head p {
    margin: 12px 0 0;
    color: #4a5d6f;
    font-size: 17px;
    line-height: 1.65;
}

.hsp-solution-page--telecommunications .hsptc-hero {
    padding: clamp(48px, 6vw, 78px) 0 46px;
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-hero__heading {
    max-width: 1080px;
}

.hsp-solution-page--telecommunications .hsptc-hero h1 {
    max-width: 1000px;
    margin: 0;
    color: var(--hsptc-navy);
    font-size: clamp(38px, 4.7vw, 68px);
    line-height: 1.05;
    letter-spacing: -.03em;
}

.hsp-solution-page--telecommunications .hsptc-hero__intro {
    max-width: 940px;
    margin: 24px 0 0;
    color: #354b5f;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.65;
}

.hsp-solution-page--telecommunications .hsptc-hero__intro + .hsptc-hero__intro {
    margin-top: 10px;
}

.hsp-solution-page--telecommunications .hsptc-hero .hspes-actions {
    margin-top: 28px;
}

.hsp-solution-page--telecommunications .hsptc-page .hspes-btn {
    min-height: 46px;
    border-radius: 3px;
}

.hsp-solution-page--telecommunications .hsptc-page .hspes-btn--primary {
    background: var(--hsptc-orange);
    border-color: var(--hsptc-orange);
}

.hsp-solution-page--telecommunications .hsptc-hero__media {
    width: 100%;
    margin: 38px 0 0;
    overflow: hidden;
    border: 1px solid var(--hsptc-border);
    background: #f7f9fa;
}

.hsp-solution-page--telecommunications .hsptc-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 620;
    object-fit: contain;
}

.hsp-solution-page--telecommunications .hsptc-hero__note {
    max-width: 1080px;
    margin: 18px 0 0;
    padding-left: 18px;
    border-left: 3px solid var(--hsptc-orange);
    color: #526475;
    font-size: 15px;
    line-height: 1.55;
}

.hsp-solution-page--telecommunications .hsptc-priorities__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-block: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-priorities__grid article {
    min-width: 0;
    padding: 22px;
}

.hsp-solution-page--telecommunications .hsptc-priorities__grid article + article {
    border-left: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-priorities__grid h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
}

.hsp-solution-page--telecommunications .hsptc-priorities__grid p {
    margin: 8px 0 0;
    color: #4b5e70;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.hsp-solution-page--telecommunications .hsptc-application-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hsp-solution-page--telecommunications .hsptc-application-card {
    display: flex;
    min-width: 0;
    min-height: 220px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none !important;
}

.hsp-solution-page--telecommunications .hsptc-application-card[data-selected="true"] {
    border: 0;
    box-shadow: none !important;
}

.hsp-solution-page--telecommunications .hsptc-application-card__button {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 220px;
    margin: 0;
    padding: 24px 22px;
    border: 1px solid var(--hsptc-border);
    border-radius: 2px;
    color: #273d51;
    background: #fff;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
}

.hsp-solution-page--telecommunications .hsptc-application-card[data-selected="true"] .hsptc-application-card__button,
.hsp-solution-page--telecommunications .hsptc-application-card__button[aria-selected="true"] {
    padding-top: 21px;
    border: 1px solid var(--hsptc-border);
    border-top: 4px solid var(--hsptc-orange);
    background: #fff;
    box-shadow: none;
}

.hsp-solution-page--telecommunications .hsptc-application-card__title {
    display: block;
    margin: 0 0 14px;
    color: var(--hsptc-navy);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.hsp-solution-page--telecommunications .hsptc-application-card__description {
    display: block;
    color: #4b5d6e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.hsp-solution-page--telecommunications .hsptc-application-card__button:hover {
    border-color: #7790a7;
    background: #f9fbfc;
}

.hsp-solution-page--telecommunications .hsptc-page .hsptc-application-card__button:focus-visible {
    outline: 2px solid var(--hsptc-orange);
    outline-offset: 2px;
}

.hsp-solution-page--telecommunications .hsptc-application-card__button[aria-selected="true"]:hover {
    border-top-color: var(--hsptc-orange);
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-configurations {
    margin-top: 20px;
}

.hsp-solution-page--telecommunications .hsptc-configuration {
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--hsptc-border);
    border-radius: 2px;
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-configuration[hidden] {
    display: none !important;
}

.hsp-solution-page--telecommunications .hsptc-configuration__header {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-configuration h3,
.hsp-solution-page--telecommunications .hsptc-configuration h4 {
    margin: 0;
}

.hsp-solution-page--telecommunications .hsptc-configuration h3 {
    font-size: 27px;
    line-height: 1.2;
}

.hsp-solution-page--telecommunications .hsptc-configuration__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
    padding-top: 24px;
}

.hsp-solution-page--telecommunications .hsptc-configuration__content h4 {
    font-size: 16px;
}

.hsp-solution-page--telecommunications .hsptc-configuration__content ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.hsp-solution-page--telecommunications .hsptc-configuration__content li {
    color: #4a5d6e;
    line-height: 1.55;
}

.hsp-solution-page--telecommunications .hsptc-configuration__content li + li {
    margin-top: 8px;
}

.hsp-solution-page--telecommunications .hsptc-configuration__content a,
.hsp-solution-page--telecommunications .hsptc-manufacturing a,
.hsp-solution-page--telecommunications .hsptc-resources a {
    color: var(--hsptc-blue);
    text-underline-offset: 3px;
}

.hsp-solution-page--telecommunications .hsptc-technical__grid {
    display: grid;
    gap: clamp(48px, 7vw, 86px);
}

.hsp-solution-page--telecommunications .hsptc-technical article {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(34px, 6vw, 72px);
}

.hsp-solution-page--telecommunications .hsptc-technical article:nth-child(even) > div {
    order: 2;
}

.hsp-solution-page--telecommunications .hsptc-technical article:nth-child(even) figure {
    order: 1;
}

.hsp-solution-page--telecommunications .hsptc-technical h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
}

.hsp-solution-page--telecommunications .hsptc-technical p {
    margin: 16px 0 0;
    color: #43586b;
    font-size: 17px;
    line-height: 1.7;
}

.hsp-solution-page--telecommunications .hsptc-technical figure {
    margin: 0;
}

.hsp-solution-page--telecommunications .hsptc-technical img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.hsp-solution-page--telecommunications .hsptc-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hsp-solution-page--telecommunications .hsptc-products .hsp-solution-product-card {
    min-width: 0;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-products .hsp-solution-product-card a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.hsp-solution-page--telecommunications .hsptc-products figure {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f7f9fa;
}

.hsp-solution-page--telecommunications .hsptc-products img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hsp-solution-page--telecommunications .hsptc-products h3 {
    margin: 0;
    padding: 16px;
    font-size: 17px;
    line-height: 1.4;
}

.hsp-solution-page--telecommunications .hsptc-resource-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border-block: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-resource-grid section {
    min-width: 0;
    padding: 22px;
}

.hsp-solution-page--telecommunications .hsptc-resource-grid section + section {
    border-left: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-resource-grid h3 {
    margin: 0;
    font-size: 17px;
}

.hsp-solution-page--telecommunications .hsptc-resource-grid ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.hsp-solution-page--telecommunications .hsptc-resource-grid li + li {
    margin-top: 8px;
}

.hsp-solution-page--telecommunications .hsptc-selection__table-wrap {
    max-width: 100%;
}

.hsp-solution-page--telecommunications .hsptc-selection__table-wrap:focus-visible {
    outline: 2px solid var(--hsptc-orange);
    outline-offset: 3px;
}

.hsp-solution-page--telecommunications .hsptc-selection table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-selection th,
.hsp-solution-page--telecommunications .hsptc-selection td {
    padding: 15px 18px;
    border-bottom: 1px solid var(--hsptc-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

.hsp-solution-page--telecommunications .hsptc-selection thead th {
    color: #fff;
    background: var(--hsptc-navy);
}

.hsp-solution-page--telecommunications .hsptc-selection tbody th {
    width: 34%;
    color: var(--hsptc-navy);
    background: #f7f9fb;
}

.hsp-solution-page--telecommunications .hsptc-validation__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-block: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-validation__grid article {
    padding: 22px;
}

.hsp-solution-page--telecommunications .hsptc-validation__grid article + article {
    border-left: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-validation__grid h3 {
    margin: 0;
    font-size: 18px;
}

.hsp-solution-page--telecommunications .hsptc-validation__grid p {
    margin: 10px 0 0;
    color: #4b5e70;
    font-size: 15px;
    line-height: 1.55;
}

.hsp-solution-page--telecommunications .hsptc-responsibility {
    margin: 26px 0 0;
    padding-left: 18px;
    border-left: 3px solid var(--hsptc-orange);
    color: #45596c;
    line-height: 1.6;
}

.hsp-solution-page--telecommunications .hsptc-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hsp-solution-page--telecommunications .hsptc-process__grid li {
    padding: 20px 0;
    border-block: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-process__grid h3 {
    margin: 0;
    font-size: 18px;
}

.hsp-solution-page--telecommunications .hsptc-process__grid p {
    margin: 9px 0 0;
    color: #4b5e70;
    font-size: 15px;
    line-height: 1.55;
}

.hsp-solution-page--telecommunications .hsptc-manufacturing {
    background: #f7f9fb;
}

.hsp-solution-page--telecommunications .hsptc-manufacturing__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr);
    gap: 40px;
}

.hsp-solution-page--telecommunications .hsptc-manufacturing__grid p,
.hsp-solution-page--telecommunications .hsptc-manufacturing__grid li {
    line-height: 1.65;
}

.hsp-solution-page--telecommunications .hsptc-manufacturing__grid ul {
    padding-left: 20px;
}

.hsp-solution-page--telecommunications .hsptc-manufacturing__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 24px;
}

.hsp-solution-page--telecommunications .hsptc-manufacturing aside {
    align-self: start;
    padding: 22px;
    border-left: 3px solid var(--hsptc-orange);
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-faq__list {
    border-top: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-faq details {
    border-bottom: 1px solid var(--hsptc-border);
}

.hsp-solution-page--telecommunications .hsptc-faq summary {
    min-height: 52px;
    padding: 18px 0;
    color: var(--hsptc-navy);
    font-weight: 700;
    cursor: pointer;
}

.hsp-solution-page--telecommunications .hsptc-faq details p {
    margin: 0;
    padding: 0 0 20px;
    color: #43586b;
    line-height: 1.65;
}

.hsp-solution-page--telecommunications .hsptc-rfq .htan-form-wrap {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid #71869a;
    background: #0d2f50;
}

.hsp-solution-page--telecommunications .hsptc-rfq > .hspes-container > .hspes-section-head :is(h2, p),
.hsp-solution-page--telecommunications .hsptc-rfq .htan-form-wrap,
.hsp-solution-page--telecommunications .hsptc-rfq .htan-form-wrap label {
    color: #fff;
}

.hsp-solution-page--telecommunications .hsptc-rfq :is(input:not([type="checkbox"]), textarea) {
    width: 100%;
    min-height: 46px;
    border: 1px solid #b8c5cf;
    border-radius: 2px;
    background: #fff;
}

.hsp-solution-page--telecommunications .hsptc-rfq textarea {
    min-height: 150px;
}

.hsp-solution-page--telecommunications .hsptc-rfq .hspes-form__privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hsp-solution-page--telecommunications .hsptc-rfq .hspes-form__privacy input {
    flex: 0 0 auto;
    margin-top: 4px;
}

.hsp-solution-page--telecommunications .hsptc-rfq .hspes-form__privacy a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hsp-solution-page--telecommunications .hsptc-rfq .hspes-form__privacy a:hover,
.hsp-solution-page--telecommunications .hsptc-rfq .hspes-form__privacy a:focus-visible {
    text-decoration-thickness: 2px;
}

@media (max-width: 1024px) {
    .hsp-solution-page--telecommunications .hsptc-priorities__grid,
    .hsp-solution-page--telecommunications .hsptc-validation__grid,
    .hsp-solution-page--telecommunications .hsptc-application-grid,
    .hsp-solution-page--telecommunications .hsptc-products__grid,
    .hsp-solution-page--telecommunications .hsptc-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-solution-page--telecommunications .hsptc-priorities__grid article:nth-child(3),
    .hsp-solution-page--telecommunications .hsptc-validation__grid article:nth-child(3) {
        border-left: 0;
    }

    .hsp-solution-page--telecommunications .hsptc-priorities__grid article:nth-child(n+3),
    .hsp-solution-page--telecommunications .hsptc-validation__grid article:nth-child(n+3) {
        border-top: 1px solid var(--hsptc-border);
    }

    .hsp-solution-page--telecommunications .hsptc-resource-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hsp-solution-page--telecommunications .hsptc-resource-grid section:nth-child(4) {
        border-left: 0;
    }

    .hsp-solution-page--telecommunications .hsptc-resource-grid section:nth-child(n+4) {
        border-top: 1px solid var(--hsptc-border);
    }
}

@media (max-width: 767px) {
    .hsp-solution-page--telecommunications .hsptc-page .hspes-section {
        padding-block: 44px;
    }

    .hsp-solution-page--telecommunications .hsptc-hero h1 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .hsp-solution-page--telecommunications .hsptc-hero .hspes-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--telecommunications .hsptc-hero .hspes-btn {
        width: 100%;
        min-height: 48px;
    }

    .hsp-solution-page--telecommunications .hsptc-priorities__grid,
    .hsp-solution-page--telecommunications .hsptc-validation__grid,
    .hsp-solution-page--telecommunications .hsptc-application-grid,
    .hsp-solution-page--telecommunications .hsptc-products__grid,
    .hsp-solution-page--telecommunications .hsptc-configuration__content,
    .hsp-solution-page--telecommunications .hsptc-manufacturing__grid,
    .hsp-solution-page--telecommunications .hsptc-process__grid,
    .hsp-solution-page--telecommunications .hsptc-technical article,
    .hsp-solution-page--telecommunications .hsptc-resource-grid {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--telecommunications .hsptc-priorities__grid article + article,
    .hsp-solution-page--telecommunications .hsptc-validation__grid article + article,
    .hsp-solution-page--telecommunications .hsptc-resource-grid section + section {
        border-left: 0;
        border-top: 1px solid var(--hsptc-border);
    }

    .hsp-solution-page--telecommunications .hsptc-application-card {
        min-height: 0;
    }

    .hsp-solution-page--telecommunications .hsptc-application-card__button {
        min-height: 0;
        padding: 20px;
    }

    .hsp-solution-page--telecommunications .hsptc-application-card[data-selected="true"] .hsptc-application-card__button,
    .hsp-solution-page--telecommunications .hsptc-application-card__button[aria-selected="true"] {
        padding-top: 17px;
    }

    .hsp-solution-page--telecommunications .hsptc-technical article:nth-child(even) > div,
    .hsp-solution-page--telecommunications .hsptc-technical article:nth-child(even) figure {
        order: initial;
    }

    .hsp-solution-page--telecommunications .hsptc-technical figure {
        max-width: 560px;
        margin-inline: auto;
    }

    .hsp-solution-page--telecommunications .hsptc-selection__table-wrap {
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .hsp-solution-page--telecommunications .hsptc-selection table {
        min-width: 680px;
    }
}

@media (max-width: 420px) {
    .hsp-solution-page--telecommunications .hsptc-hero h1 {
        font-size: 34px;
    }

    .hsp-solution-page--telecommunications .hsptc-configuration {
        padding: 20px;
    }

    .hsp-solution-page--telecommunications .hsptc-selection table {
        min-width: 640px;
    }
}
