.elementor-203 .elementor-element.elementor-element-0e8bd2f{--display:flex;}.elementor-203 .elementor-element.elementor-element-fb4d046{--display:flex;}.elementor-203 .elementor-element.elementor-element-6fbe9d6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a06084a *//* =========================================================
   WHY US — EVERYTHING IN ONE PLACE
   FINAL CLEAN VERSION
   ========================================================= */

.mop-why-network {
    width: 100%;
    padding: 110px 40px 130px;

    background: #ffffff;
}


/* =========================================================
   HEADER
   ========================================================= */

.mop-why-network__header {
    max-width: 900px;
    margin: 0 auto 85px;

    text-align: center;
}

.mop-why-network__header > span {
    display: inline-block;

    margin-bottom: 18px;

    color: #4290C4;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.mop-why-network__header h2 {
    margin: 0;

    color: #17202A;

    font-size: clamp(44px, 4.5vw, 64px);
    font-weight: 600;
    line-height: 1.08;

    letter-spacing: -2px;
}


/* =========================================================
   MAIN NETWORK LAYOUT
   ========================================================= */

.mop-why-network__layout {
    position: relative;

    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(340px, 400px)
        420px
        minmax(340px, 400px);

    justify-content: center;
    align-items: center;

    column-gap: 65px;
}


/* =========================================================
   SIDE COLUMNS
   ========================================================= */

.mop-why-network__side {
    position: relative;

    height: 590px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mop-why-network__side--left,
.mop-why-network__side--right {
    width: 100%;
}


/* =========================================================
   FEATURE PILLS
   ========================================================= */

.mop-network-item {
    position: relative;

    width: 100%;
    height: 150px;

    padding: 22px 26px;

    box-sizing: border-box;

    display: flex;
    align-items: center;

    gap: 22px;

    background: #f5f8fa;

    border: 1px solid #dfe8ee;
    border-radius: 75px;

    box-shadow:
        0 15px 35px rgba(23, 32, 42, 0.07);

    z-index: 2;
}


/* =========================================================
   TEXT
   ========================================================= */

.mop-network-item > div:not(.mop-network-icon) {
    flex: 1;
    min-width: 0;
}

.mop-network-item h3 {
    margin: 0 0 7px;

    color: #17202A;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.mop-network-item p {
    margin: 0;

    color: #64748B;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}


/* =========================================================
   ICON CIRCLES
   ========================================================= */

.mop-network-icon {
    width: 86px;
    height: 86px;

    min-width: 86px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 4px solid #4290C4;
    border-radius: 50%;

    color: #4290C4;

    font-size: 31px;
    font-weight: 500;

    box-shadow:
        0 8px 20px rgba(23, 32, 42, 0.06);
}


/* =========================================================
   CONNECTOR LINES — DESKTOP
   Lines extend into the center column
   ========================================================= */

/* LEFT SIDE → CENTER */

.mop-why-network__side--left .mop-network-item::after {
    content: "";

    position: absolute;

    top: 50%;
    right: -104px;

    width: 104px;

    border-top: 2px dashed #4290C4;

    transform: translateY(-50%);

    z-index: 1;
}


/* RIGHT SIDE → CENTER */

.mop-why-network__side--right .mop-network-item::before {
    content: "";

    position: absolute;

    top: 50%;
    left: -104px;

    width: 104px;

    border-top: 2px dashed #4290C4;

    transform: translateY(-50%);

    z-index: 1;
}


/* =========================================================
   CENTER IMAGE
   ========================================================= */

.mop-why-network__center {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 3;
}

.mop-network-center-circle {
    position: relative;

    width: 420px;
    height: 420px;

    flex-shrink: 0;

    overflow: hidden;

    box-sizing: border-box;

    background: #eef5f9;

    border: 6px solid #4290C4;
    border-radius: 50%;

    box-shadow:
        0 25px 60px rgba(23, 32, 42, 0.11);

    z-index: 3;
}

.mop-network-center-circle img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   OPTIONAL CONNECTION DOTS
   Gives the lines a cleaner endpoint
   ========================================================= */

.mop-why-network__side--left .mop-network-item::before {
    content: "";

    position: absolute;

    top: 50%;
    right: -6px;

    width: 10px;
    height: 10px;

    background: #ffffff;

    border: 2px solid #4290C4;
    border-radius: 50%;

    transform: translateY(-50%);

    z-index: 4;
}

.mop-why-network__side--right .mop-network-item::after {
    content: "";

    position: absolute;

    top: 50%;
    left: -6px;

    width: 10px;
    height: 10px;

    background: #ffffff;

    border: 2px solid #4290C4;
    border-radius: 50%;

    transform: translateY(-50%);

    z-index: 4;
}


/* =========================================================
   TABLET + MOBILE — FINAL CLEAN NETWORK
   ========================================================= */

@media (max-width: 900px) {

    .mop-why-network {
        padding: 80px 20px 90px;
    }

    .mop-why-network__header {
        margin-bottom: 45px;
    }


    /* MAIN MOBILE LAYOUT
    --------------------------------------------------------- */

    .mop-why-network__layout {
        position: relative;

        width: 100%;
        max-width: 560px;

        margin: 0 auto;

        display: flex;
        flex-direction: column;

        gap: 0;
    }


    /* =====================================================
       ONE CONTINUOUS VERTICAL DOTTED LINE
       ===================================================== */

    .mop-why-network__layout::before {
        content: "";

        position: absolute;

        left: 50%;
        top: 270px;
        bottom: 0;

        width: 0;

        border-left: 2px dashed #4290C4;

        transform: translateX(-50%);

        z-index: 0;
    }


    /* =====================================================
       CENTER IMAGE
       ===================================================== */

    .mop-why-network__center {
        position: relative;

        order: 1;

        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;

        margin: 0 0 50px;

        z-index: 2;
    }

    .mop-network-center-circle {
        width: 280px;
        height: 280px;

        border-width: 5px;

        z-index: 2;
    }


    /* LINE FROM IMAGE TO FIRST CARD */

    .mop-why-network__center::after {
        content: "";

        position: absolute;

        left: 50%;
        top: 100%;

        width: 0;
        height: 50px;

        border-left: 2px dashed #4290C4;

        transform: translateX(-50%);

        z-index: 0;
    }


    /* =====================================================
       FEATURE GROUPS
       ===================================================== */

    .mop-why-network__side {
        position: relative;

        width: 100%;

        height: auto !important;
        min-height: 0 !important;

        display: flex;
        flex-direction: column;

        justify-content: flex-start;
        align-items: center !important;

        gap: 28px;

        z-index: 1;
    }

    .mop-why-network__side--left {
        order: 2;
    }

    .mop-why-network__side--right {
        order: 3;

        margin-top: 28px;
    }


    /* =====================================================
       COMPLETELY REMOVE DESKTOP CONNECTORS
       ===================================================== */

    .mop-why-network__side--left .mop-network-item::before,
    .mop-why-network__side--left .mop-network-item::after,
    .mop-why-network__side--right .mop-network-item::before,
    .mop-why-network__side--right .mop-network-item::after {

        content: none !important;

        display: none !important;

        position: static !important;

        width: 0 !important;
        height: 0 !important;

        border: 0 !important;

        transform: none !important;
    }


    /* REMOVE SIDE COLUMN PSEUDO ELEMENTS TOO */

    .mop-why-network__side::before,
    .mop-why-network__side::after {
        content: none !important;
        display: none !important;
    }


    /* =====================================================
       FEATURE CARDS
       ===================================================== */

    .mop-network-item {
        position: relative;

        width: 100%;
        max-width: 520px;

        height: auto;
        min-height: 125px;

        margin: 0;

        padding: 20px 26px;

        display: flex;
        align-items: center;

        gap: 22px;

        box-sizing: border-box;

        background: #f5f8fa;

        border: 1px solid #dfe8ee;
        border-radius: 32px;

        box-shadow:
            0 14px 32px rgba(23, 32, 42, 0.07);

        z-index: 2;
    }


    /* =====================================================
       ICON
       ===================================================== */

    .mop-network-icon {
        width: 76px;
        height: 76px;

        min-width: 76px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-width: 3px;

        font-size: 27px;
    }


    /* =====================================================
       TEXT
       ===================================================== */

    .mop-network-item h3 {
        margin: 0 0 7px;

        font-size: 19px;
        line-height: 1.2;
    }

    .mop-network-item p {
        margin: 0;

        font-size: 14px;
        line-height: 1.5;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .mop-why-network {
        padding: 70px 16px 80px;
    }


    /* HEADER */

    .mop-why-network__header {
        margin-bottom: 40px;
    }

    .mop-why-network__header > span {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .mop-why-network__header h2 {
        font-size: 38px;
        line-height: 1.08;

        letter-spacing: -1.3px;
    }


    /* CENTER IMAGE */

    .mop-network-center-circle {
        width: 230px;
        height: 230px;

        border-width: 5px;
    }

    .mop-why-network__center {
        margin-bottom: 42px;
    }

    .mop-why-network__center::after {
        height: 42px;
    }


    /* MAIN VERTICAL LINE */

    .mop-why-network__layout::before {
        top: 220px;
        bottom: 0;
    }


    /* GROUP SPACING */

    .mop-why-network__side {
        gap: 28px;
    }

    .mop-why-network__side--right {
        margin-top: 28px;
    }


    /* CARDS */

    .mop-network-item {
        min-height: 112px;

        padding: 18px 20px;

        gap: 18px;

        border-radius: 28px;
    }


    /* ICON */

    .mop-network-icon {
        width: 66px;
        height: 66px;

        min-width: 66px;

        border-width: 3px;

        font-size: 24px;
    }


    /* TEXT */

    .mop-network-item h3 {
        margin-bottom: 5px;

        font-size: 18px;
        line-height: 1.2;
    }

    .mop-network-item p {
        font-size: 14px;
        line-height: 1.45;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .mop-why-network {
        padding-left: 14px;
        padding-right: 14px;
    }

    .mop-network-center-circle {
        width: 210px;
        height: 210px;
    }

    .mop-network-item {
        padding: 17px;

        gap: 14px;
    }

    .mop-network-icon {
        width: 60px;
        height: 60px;

        min-width: 60px;

        font-size: 22px;
    }

    .mop-network-item h3 {
        font-size: 17px;
    }

    .mop-network-item p {
        font-size: 13px;
    }
    
    
    
    
    
    /* =========================================================
   WHY US — NETWORK VIDEO
   ========================================================= */

.mop-why-network__video {
    width: 100%;
    max-width: 1400px;

    margin: 50px auto 0;

    overflow: hidden;
}

.mop-why-network__video video {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .mop-why-network__video {
        width: 100%;
        margin-top: 35px;
    }

    .mop-why-network__video video {
        width: 100%;
        height: auto;
    }
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e63be6 *//* =========================================================
   MOP — WHY US PAGE
   HERO
   ========================================================= */

.mop-why-hero {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px 40px 80px;

    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}


/* LEFT CONTENT
--------------------------------------------------------- */

.mop-why-hero__content {
    max-width: 680px;
    min-width: 0;
}

.mop-why-hero__eyebrow {
    display: inline-block;

    margin-bottom: 20px;

    color: #4290C4;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.mop-why-hero h1 {
    margin: 0 0 24px;

    font-size: clamp(48px, 4.2vw, 68px);
    line-height: 1.05;
    letter-spacing: -2px;

    color: #17202A;
}

.mop-why-hero p {
    max-width: 540px;
    margin: 0;

    color: #64748B;

    font-size: 18px;
    line-height: 1.7;
}


/* BUTTONS
--------------------------------------------------------- */

.mop-why-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 34px;
}

.mop-why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 0 28px;

    border-radius: 999px;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


/* PRIMARY */

.mop-why-btn--primary {
    background: #4290C4;
    color: #ffffff !important;

    box-shadow: 0 10px 25px rgba(66, 144, 196, 0.22);
}

.mop-why-btn--primary:hover {
    transform: translateY(-2px);

    box-shadow: 0 14px 30px rgba(66, 144, 196, 0.3);
}


/* SECONDARY */

.mop-why-btn--secondary {
    background: #ffffff;

    color: #17202A !important;

    border: 1px solid #DDE5EC;
}

.mop-why-btn--secondary:hover {
    background: #F7FAFC;
}


/* HERO IMAGE
--------------------------------------------------------- */

.mop-why-hero__visual {
    position: relative;

    height: 560px;

    overflow: hidden;

    border-radius: 32px;

    background: #EEF5F9;
}

.mop-why-hero__visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .mop-why-hero {
        grid-template-columns: 1fr;

        gap: 45px;

        padding: 60px 30px;
    }

    .mop-why-hero__content {
        max-width: 700px;
    }


    /* SQUARE HERO IMAGE */

    .mop-why-hero__visual {
        width: 100%;
        height: auto;

        aspect-ratio: 1 / 1;

        border-radius: 32px;
    }

    .mop-why-hero__visual img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .mop-why-hero {
        padding: 45px 20px;
        gap: 35px;
    }

    .mop-why-hero__eyebrow {
        margin-bottom: 15px;

        font-size: 12px;
    }

    .mop-why-hero h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .mop-why-hero p {
        font-size: 16px;
    }


    /* BUTTONS */

    .mop-why-hero__buttons {
        flex-direction: column;
    }

    .mop-why-btn {
        width: 100%;
    }


    /* SQUARE IMAGE */

    .mop-why-hero__visual {
        width: 100%;
        height: auto !important;

        aspect-ratio: 1 / 1;

        border-radius: 26px;
    }

    .mop-why-hero__visual img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;

        border-radius: inherit;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5af2d6 *//* =========================================================
   MOP WHY US
   SECTION 2 — WHY WE BUILT MOP
   ========================================================= */

.mop-why-problem {
    width: 100%;
    padding: 110px 40px;

    background: #f6f9fb;
}


/* INNER
--------------------------------------------------------- */

.mop-why-problem__inner {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    text-align: center;
}


/* SMALL LABEL
--------------------------------------------------------- */

.mop-why-section-label {
    display: inline-block;

    margin-bottom: 22px;

    color: #4290C4;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 2.5px;
}


/* MAIN HEADING
--------------------------------------------------------- */

.mop-why-problem h2 {
    max-width: 900px;

    margin: 0 auto 34px;

    color: #17202A;

    font-size: clamp(44px, 4.5vw, 66px);
    font-weight: 600;
    line-height: 1.08;

    letter-spacing: -2px;
}


/* INTRODUCTION
--------------------------------------------------------- */

.mop-why-problem__intro {
    max-width: 900px;

    margin: 0 auto;

    color: #64748B;

    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}


/* MOP SOLUTION BOX
--------------------------------------------------------- */

.mop-why-statement {
    position: relative;

    max-width: 900px;

    margin: 65px auto 0;
    padding: 55px 60px;

    background: #ffffff;

    border: 1px solid #dde7ee;
    border-radius: 28px;

    box-shadow:
        0 20px 55px rgba(23, 32, 42, 0.06);
}


/* SMALL BLUE ACCENT */

.mop-why-statement::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 70px;
    height: 4px;

    transform: translateX(-50%);

    background: #4290C4;

    border-radius: 0 0 10px 10px;
}


/* SOLUTION HEADING
--------------------------------------------------------- */

.mop-why-statement h3 {
    margin: 0 0 15px;

    color: #17202A;

    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}


/* SOLUTION DESCRIPTION
--------------------------------------------------------- */

.mop-why-statement p {
    max-width: 700px;

    margin: 0 auto;

    color: #64748B;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .mop-why-problem {
        padding: 90px 30px;
    }

    .mop-why-statement {
        margin-top: 50px;
        padding: 45px 40px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .mop-why-problem {
        padding: 75px 20px;
    }

    .mop-why-section-label {
        margin-bottom: 18px;

        font-size: 12px;
        letter-spacing: 2px;
    }

    .mop-why-problem h2 {
        margin-bottom: 25px;

        font-size: 40px;
        line-height: 1.1;

        letter-spacing: -1.3px;
    }

    .mop-why-problem__intro {
        font-size: 16px;
        line-height: 1.7;
    }

    .mop-why-statement {
        margin-top: 42px;
        padding: 38px 24px;

        border-radius: 22px;
    }

    .mop-why-statement h3 {
        font-size: 22px;
    }

    .mop-why-statement p {
        font-size: 16px;
    }
}/* End custom CSS */