.elementor-4475 .elementor-element.elementor-element-0772743{--display:flex;}/* Start custom CSS for html, class: .elementor-element-df843db *//* =========================================================
   MULTIPLEX IPTV — UHF SUBSCRIPTION PAGE
   ========================================================= */

.mpx-uhf-service,
.mpx-uhf-service * {
    box-sizing: border-box;
}

.mpx-uhf-service {
    width: 100%;
    padding: 86px 24px 110px;

    background: #FFFFFF;
    color: #111111;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "SF Pro Display",
        "Segoe UI",
        Helvetica,
        Arial,
        sans-serif;
}

.mpx-uhf-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.mpx-uhf-hero {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(340px, .88fr);

    gap: 38px;
    align-items: stretch;
}

.mpx-uhf-hero-copy {
    padding: 42px 0;
}

.mpx-uhf-badge {
    display: inline-flex;
    align-items: center;

    min-height: 31px;
    padding: 0 13px;

    border-radius: 999px;

    background: #EEF5FF;
    color: #2F80FF;

    font-size: 10px;
    font-weight: 750;
    letter-spacing: .04em;
}

.mpx-uhf-hero h1 {
    max-width: 790px;

    margin: 22px 0 0;

    color: #111111 !important;

    font-size: clamp(44px, 5vw, 68px);
    line-height: .99;

    font-weight: 700;
    letter-spacing: -.055em;
}

.mpx-uhf-hero h1 span {
    display: block;
    color: #2F80FF !important;
}

.mpx-uhf-lead {
    max-width: 730px;

    margin: 24px 0 0;

    color: #5F6066 !important;

    font-size: 17px;
    line-height: 1.72;
}

.mpx-uhf-lead strong {
    color: #111111 !important;
}

.mpx-uhf-sublead {
    max-width: 690px;

    margin: 13px 0 0;

    color: #7A7B81 !important;

    font-size: 15px;
    line-height: 1.7;
}


/* HERO ACTIONS */

.mpx-uhf-actions,
.mpx-uhf-final-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 11px;

    margin-top: 30px;
}

.mpx-uhf-btn {
    appearance: none;
    -webkit-appearance: none;

    min-height: 53px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 0 !important;
    border-radius: 999px;

    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;

    transition:
        transform .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.mpx-uhf-btn:hover {
    transform: translateY(-2px);
}

.mpx-uhf-btn-primary {
    background: #2F80FF !important;
    color: #FFFFFF !important;

    box-shadow:
        0 14px 30px rgba(47,128,255,.20);
}

.mpx-uhf-btn-primary:hover {
    background: #1769E8 !important;
    color: #FFFFFF !important;
}

.mpx-uhf-btn-secondary {
    background: #F5F5F7 !important;
    color: #111111 !important;
}

.mpx-uhf-btn-secondary:hover {
    background: #ECECEF !important;
}


/* HERO META */

.mpx-uhf-hero-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 9px;

    margin-top: 27px;
}

.mpx-uhf-hero-meta > div {
    min-width: 132px;
    padding: 13px 14px;

    border-radius: 15px;

    background: #F5F5F7;
}

.mpx-uhf-hero-meta strong {
    display: block;

    color: #111111 !important;

    font-size: 12px;
}

.mpx-uhf-hero-meta span {
    display: block;

    margin-top: 3px;

    color: #85868C !important;

    font-size: 9px;
}


/* =========================================================
   HERO SIDE CARD
   ========================================================= */

.mpx-uhf-hero-side {
    display: flex;
}

.mpx-uhf-access-card {
    width: 100%;
    min-height: 525px;

    padding: 32px;

    display: flex;
    flex-direction: column;

    border-radius: 34px;

    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(47,128,255,.26),
            transparent 33%
        ),
        linear-gradient(
            145deg,
            #0C0E12,
            #111722
        );

    color: #FFFFFF;

    box-shadow:
        0 34px 80px rgba(0,0,0,.13);
}

.mpx-uhf-access-top {
    display: flex;
    align-items: center;

    gap: 14px;
}

.mpx-uhf-access-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 17px;

    background: #2F80FF;
    color: #FFFFFF;

    font-size: 16px;
    font-weight: 800;
}

.mpx-uhf-access-top small {
    display: block;

    color: #737985 !important;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .08em;
}

.mpx-uhf-access-top strong {
    display: block;

    margin-top: 4px;

    color: #FFFFFF !important;

    font-size: 17px;
}


/* CONNECTION FLOW */

.mpx-uhf-connection {
    margin-top: 38px;

    display: grid;
}

.mpx-uhf-connection-item {
    padding: 17px;

    display: grid;
    grid-template-columns: 39px 1fr;

    gap: 13px;

    align-items: center;

    border-radius: 17px;

    background: rgba(255,255,255,.045);

    border: 1px solid rgba(255,255,255,.055);
}

.mpx-uhf-connection-item > span {
    width: 33px;
    height: 33px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(47,128,255,.15);
    color: #72A7FF !important;

    font-size: 10px;
    font-weight: 750;
}

.mpx-uhf-connection-item small {
    display: block;

    color: #6F747D !important;

    font-size: 8px;
    font-weight: 700;
}

.mpx-uhf-connection-item strong {
    display: block;

    margin-top: 4px;

    color: #FFFFFF !important;

    font-size: 12px;
}

.mpx-uhf-connection-line {
    width: 2px;
    height: 18px;

    margin-left: 32px;

    background: rgba(47,128,255,.22);
}

.mpx-uhf-access-bottom {
    margin-top: auto;
    padding-top: 25px;

    display: flex;
    align-items: center;

    gap: 9px;
}

.mpx-uhf-status-dot {
    flex: 0 0 auto;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #2F80FF;

    box-shadow:
        0 0 0 6px rgba(47,128,255,.10);
}

.mpx-uhf-access-bottom p {
    margin: 0;

    color: #7B8089 !important;

    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   DIRECT ANSWER
   ========================================================= */

.mpx-uhf-answer {
    margin-top: 36px;
    padding: 34px;

    display: grid;
    grid-template-columns: 155px 1fr;

    gap: 30px;

    align-items: start;

    border-radius: 27px;

    background: #F5F5F7;
}

.mpx-uhf-answer-label {
    color: #2F80FF;

    font-size: 10px;
    font-weight: 750;

    letter-spacing: .05em;
}

.mpx-uhf-answer-content h2 {
    margin: 0;

    color: #111111 !important;

    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.07;

    letter-spacing: -.04em;
}

.mpx-uhf-answer-content p {
    max-width: 820px;

    margin: 15px 0 0;

    color: #696A70 !important;

    line-height: 1.7;
}

.mpx-uhf-answer-content strong {
    color: #111111 !important;
}


/* =========================================================
   SHARED SECTION INTRO
   ========================================================= */

.mpx-uhf-section-intro {
    max-width: 830px;

    margin-bottom: 38px;
}

.mpx-uhf-section-centered {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.mpx-uhf-section-intro > span,
.mpx-uhf-login-copy > span,
.mpx-uhf-trial-copy > span,
.mpx-uhf-resources > div > span {
    color: #2F80FF !important;

    font-size: 11px;
    font-weight: 750;
}

.mpx-uhf-section-intro h2,
.mpx-uhf-login-copy h2,
.mpx-uhf-trial-copy h2,
.mpx-uhf-resources h2 {
    margin: 10px 0 0;

    color: #111111 !important;

    font-size: clamp(35px, 4vw, 51px);
    line-height: 1.04;

    letter-spacing: -.046em;
}

.mpx-uhf-section-intro p,
.mpx-uhf-login-copy p,
.mpx-uhf-trial-copy p,
.mpx-uhf-resources p {
    max-width: 700px;

    margin: 16px 0 0;

    color: #74757B !important;

    line-height: 1.7;
}

.mpx-uhf-section-centered p {
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   PLAYER VS SERVICE
   ========================================================= */

.mpx-uhf-role-section {
    margin-top: 95px;
}

.mpx-uhf-role-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 14px;
}

.mpx-uhf-role-card {
    min-height: 365px;

    padding: 31px;

    border-radius: 28px;
}

.mpx-uhf-role-player {
    background: #F5F5F7;
}

.mpx-uhf-role-service {
    background:
        linear-gradient(
            145deg,
            #0C0E12,
            #111722
        );

    color: #FFFFFF;
}

.mpx-uhf-role-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mpx-uhf-role-top > span {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #2F80FF;
    color: #FFFFFF;

    font-size: 10px;
    font-weight: 750;
}

.mpx-uhf-role-top small {
    color: #8A8B91 !important;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .08em;
}

.mpx-uhf-role-card h3 {
    margin: 34px 0 0;

    font-size: 30px;
    line-height: 1.05;

    letter-spacing: -.04em;
}

.mpx-uhf-role-player h3 {
    color: #111111 !important;
}

.mpx-uhf-role-service h3 {
    color: #FFFFFF !important;
}

.mpx-uhf-role-card p {
    margin: 13px 0 0;

    line-height: 1.65;
}

.mpx-uhf-role-player p {
    color: #73747A !important;
}

.mpx-uhf-role-service p {
    color: #AEB2BB !important;
}

.mpx-uhf-role-card ul {
    margin: 25px 0 0;
    padding: 0;

    list-style: none;
}

.mpx-uhf-role-card li {
    position: relative;

    margin-top: 11px;
    padding-left: 18px;

    font-size: 12px;
    line-height: 1.5;
}

.mpx-uhf-role-player li {
    color: #67686E !important;
}

.mpx-uhf-role-service li {
    color: #B0B4BC !important;
}

.mpx-uhf-role-card li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: #2F80FF;
}


/* =========================================================
   INCLUDED
   ========================================================= */

.mpx-uhf-included {
    margin-top: 95px;
}

.mpx-uhf-included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 12px;
}

.mpx-uhf-included-grid article {
    min-height: 230px;
    padding: 24px;

    border-radius: 23px;

    background: #F5F5F7;
}

.mpx-uhf-feature-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #E7F1FF;
    color: #2F80FF;

    font-size: 10px;
    font-weight: 800;
}

.mpx-uhf-included-grid h3 {
    margin: 30px 0 0;

    color: #111111 !important;

    font-size: 19px;
    line-height: 1.15;
}

.mpx-uhf-included-grid p {
    margin: 10px 0 0;

    color: #73747A !important;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   LOGIN METHODS
   ========================================================= */

.mpx-uhf-login-section {
    margin-top: 95px;

    display: grid;
    grid-template-columns: .9fr 1.1fr;

    gap: 30px;

    align-items: center;
}

.mpx-uhf-text-link {
    display: inline-flex;

    margin-top: 22px;

    color: #2F80FF !important;

    text-decoration: none !important;

    font-size: 13px;
    font-weight: 700;
}

.mpx-uhf-login-options {
    display: grid;

    gap: 11px;
}

.mpx-uhf-login-option {
    padding: 25px;

    display: grid;
    grid-template-columns: 1fr auto;

    gap: 12px;

    border-radius: 22px;

    background: #F5F5F7;
}

.mpx-uhf-login-option small {
    color: #96979D !important;

    font-size: 8px;
    font-weight: 750;

    letter-spacing: .08em;
}

.mpx-uhf-login-option h3 {
    margin: 6px 0 0;

    color: #111111 !important;

    font-size: 21px;
}

.mpx-uhf-login-option > span {
    align-self: start;

    padding: 7px 10px;

    border-radius: 999px;

    background: #2F80FF;
    color: #FFFFFF !important;

    font-size: 8px;
    font-weight: 750;
}

.mpx-uhf-login-option p {
    grid-column: 1 / -1;

    margin: 5px 0 0;

    color: #74757B !important;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   TRIAL
   ========================================================= */

.mpx-uhf-trial {
    margin-top: 95px;
    padding: 42px;

    border-radius: 31px;

    background:
        radial-gradient(
            circle at 90% 0,
            rgba(47,128,255,.25),
            transparent 32%
        ),
        #0D0F14;

    color: #FFFFFF;
}

.mpx-uhf-trial-copy h2 {
    color: #FFFFFF !important;
}

.mpx-uhf-trial-copy p {
    color: #B2B6BF !important;
}

.mpx-uhf-trial-checks {
    margin-top: 30px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 10px;
}

.mpx-uhf-trial-checks > div {
    padding: 17px;

    display: grid;
    grid-template-columns: 29px 1fr;

    gap: 10px;

    border-radius: 16px;

    background: rgba(255,255,255,.045);

    border: 1px solid rgba(255,255,255,.055);
}

.mpx-uhf-trial-checks span {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: rgba(47,128,255,.15);
    color: #72A7FF !important;

    font-size: 10px;
    font-weight: 800;
}

.mpx-uhf-trial-checks p {
    margin: 0;

    color: #AEB2BB !important;

    font-size: 12px;
    line-height: 1.55;
}

.mpx-uhf-trial-button {
    appearance: none;
    -webkit-appearance: none;

    min-height: 52px;
    padding: 0 21px;

    margin-top: 25px;

    border: 0 !important;
    border-radius: 999px;

    background: #2F80FF !important;
    color: #FFFFFF !important;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;
}


/* =========================================================
   CHOICE
   ========================================================= */

.mpx-uhf-choice {
    margin-top: 95px;
}

.mpx-uhf-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 13px;
}

.mpx-uhf-choice-card {
    padding: 31px;

    border-radius: 27px;

    background: #F5F5F7;
}

.mpx-uhf-choice-dark {
    background: #111216;
}

.mpx-uhf-choice-card small {
    color: #2F80FF !important;

    font-size: 9px;
    font-weight: 750;

    letter-spacing: .08em;
}

.mpx-uhf-choice-card h3 {
    margin: 11px 0 0;

    font-size: 29px;
    line-height: 1.07;

    letter-spacing: -.04em;
}

.mpx-uhf-choice-card:not(.mpx-uhf-choice-dark) h3 {
    color: #111111 !important;
}

.mpx-uhf-choice-dark h3 {
    color: #FFFFFF !important;
}

.mpx-uhf-choice-card p {
    margin: 13px 0 0;

    line-height: 1.65;
}

.mpx-uhf-choice-card:not(.mpx-uhf-choice-dark) p {
    color: #72737A !important;
}

.mpx-uhf-choice-dark p {
    color: #AEB2BA !important;
}

.mpx-uhf-choice-action {
    appearance: none;
    -webkit-appearance: none;

    min-height: 47px;
    padding: 0 17px;

    margin-top: 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 0 !important;
    border-radius: 999px;

    background: #2F80FF !important;
    color: #FFFFFF !important;

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;
}


/* =========================================================
   RESOURCES
   ========================================================= */

.mpx-uhf-resources {
    margin-top: 95px;
    padding: 36px;

    display: grid;
    grid-template-columns: 1fr auto;

    gap: 40px;

    align-items: center;

    border-radius: 28px;

    background: #F5F5F7;
}

.mpx-uhf-resources h2 {
    font-size: 34px;
}

.mpx-uhf-resource-links {
    display: grid;

    gap: 8px;
}

.mpx-uhf-resource-links a {
    min-height: 42px;
    padding: 0 15px;

    display: flex;
    align-items: center;

    border-radius: 999px;

    background: #FFFFFF;

    color: #2F80FF !important;

    text-decoration: none !important;

    font-size: 10px;
    font-weight: 700;

    white-space: nowrap;
}


/* =========================================================
   FAQ
   ========================================================= */

.mpx-uhf-faq-section {
    margin-top: 95px;
}

.mpx-uhf-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 11px;
}

.mpx-uhf-faq article {
    padding: 25px;

    border: 1px solid #E8E8EA;
    border-radius: 21px;

    background: #FFFFFF;
}

.mpx-uhf-faq h3 {
    margin: 0;

    color: #111111 !important;

    font-size: 17px;
    line-height: 1.3;
}

.mpx-uhf-faq p {
    margin: 10px 0 0;

    color: #73747A !important;

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.mpx-uhf-final {
    margin-top: 95px;
    padding: 58px 31px;

    border-radius: 32px;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(47,128,255,.27),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #0C0E12,
            #111722
        );

    text-align: center;
}

.mpx-uhf-final-badge {
    display: inline-flex;

    padding: 7px 10px;

    border-radius: 999px;

    background: rgba(47,128,255,.13);
    color: #72A7FF !important;

    font-size: 9px;
    font-weight: 750;

    letter-spacing: .08em;
}

.mpx-uhf-final h2 {
    max-width: 820px;

    margin: 15px auto 0;

    color: #FFFFFF !important;

    font-size: clamp(35px, 4.5vw, 55px);
    line-height: 1.05;

    letter-spacing: -.047em;
}

.mpx-uhf-final p {
    max-width: 670px;

    margin: 17px auto 0;

    color: #B2B6BF !important;

    line-height: 1.67;
}

.mpx-uhf-final-actions {
    justify-content: center;
}

.mpx-uhf-btn-dark-secondary {
    background: rgba(255,255,255,.08) !important;
    color: #FFFFFF !important;
}

.mpx-uhf-btn-dark-secondary:hover {
    background: rgba(255,255,255,.14) !important;
}


/* DISCLAIMER */

.mpx-uhf-disclaimer {
    max-width: 850px;

    margin: 18px auto 0;

    color: #98999F !important;

    font-size: 9px;
    line-height: 1.6;

    text-align: center;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width: 950px) {

    .mpx-uhf-hero,
    .mpx-uhf-login-section {
        grid-template-columns: 1fr;
    }

    .mpx-uhf-role-grid {
        grid-template-columns: 1fr;
    }

    .mpx-uhf-included-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mpx-uhf-resources {
        grid-template-columns: 1fr;
    }

    .mpx-uhf-resource-links {
        max-width: 430px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width: 650px) {

    .mpx-uhf-service {
        padding: 56px 14px 80px;
    }

    .mpx-uhf-hero-copy {
        padding: 10px 0;
    }

    .mpx-uhf-hero h1 {
        font-size: 40px;
    }

    .mpx-uhf-actions,
    .mpx-uhf-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mpx-uhf-btn,
    .mpx-uhf-trial-button,
    .mpx-uhf-choice-action {
        width: 100%;
    }

    .mpx-uhf-access-card {
        min-height: 480px;

        padding: 25px;

        border-radius: 26px;
    }

    .mpx-uhf-answer {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 25px;

        border-radius: 24px;
    }

    .mpx-uhf-included-grid,
    .mpx-uhf-trial-checks,
    .mpx-uhf-choice-grid,
    .mpx-uhf-faq {
        grid-template-columns: 1fr;
    }

    .mpx-uhf-trial,
    .mpx-uhf-resources {
        padding: 26px;

        border-radius: 25px;
    }

    .mpx-uhf-resource-links {
        width: 100%;
    }

    .mpx-uhf-resource-links a {
        justify-content: center;

        white-space: normal;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media(max-width: 360px) {

    .mpx-uhf-hero h1 {
        font-size: 35px;
    }

    .mpx-uhf-section-intro h2,
    .mpx-uhf-login-copy h2,
    .mpx-uhf-trial-copy h2,
    .mpx-uhf-final h2 {
        font-size: 31px;
    }

}/* End custom CSS */