.elementor-300 .elementor-element.elementor-element-baf0cc3{--display:flex;--justify-content:center;--padding-top:3em;--padding-bottom:3em;--padding-left:0em;--padding-right:0em;}.elementor-300 .elementor-element.elementor-element-baf0cc3:not(.elementor-motion-effects-element-type-background), .elementor-300 .elementor-element.elementor-element-baf0cc3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-684e0d0 );}.elementor-300 .elementor-element.elementor-element-2c40b10{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-300 .elementor-element.elementor-element-f9a578b{--display:flex;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-300 .elementor-element.elementor-element-f9a578b:not(.elementor-motion-effects-element-type-background), .elementor-300 .elementor-element.elementor-element-f9a578b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-684e0d0 );}.elementor-300 .elementor-element.elementor-element-509b9ed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-300 .elementor-element.elementor-element-339fdc7{--display:flex;--padding-top:3em;--padding-bottom:10em;--padding-left:0em;--padding-right:0em;}@media(max-width:1024px){.elementor-300 .elementor-element.elementor-element-339fdc7{--padding-top:3em;--padding-bottom:10em;--padding-left:1em;--padding-right:1em;}}@media(max-width:767px){.elementor-300 .elementor-element.elementor-element-baf0cc3{--padding-top:1em;--padding-bottom:1em;--padding-left:1em;--padding-right:1em;}.elementor-300 .elementor-element.elementor-element-339fdc7{--padding-top:1em;--padding-bottom:10em;--padding-left:1em;--padding-right:1em;}}/* Start custom CSS for html, class: .elementor-element-8ffbd5e *//* =========================================================
   IPBC PROGRAM HERO
   Scoped CSS — Elementor Safe
   Transparent Background
========================================================= */

.ipbc-program-hero {
    --green-dark: #0A341F;
    --green: #115633;
    --green-reg: #397356;
    --green-light: #9DBAAB;
    --green-thin: #E7EEEB;
    --white: #FCFFFE;
    --blue: #052652;
    --blue-light: #99A6B8;
    --red: #FF2B2B;

    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent !important;
    color: var(--green-dark);
    font-family: "Manrope", sans-serif;
    isolation: isolate;
}

.ipbc-program-hero,
.ipbc-program-hero *,
.ipbc-program-hero *::before,
.ipbc-program-hero *::after {
    box-sizing: border-box;
}

/* =========================================================
   CONTAINER
========================================================= */

.ipbc-program-hero__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
    align-items: center;
    gap: 64px;
    width: min(1200px, calc(100% - 64px));
    min-height: 680px;
    margin: 0 auto;
}

/* =========================================================
   CONTENT
========================================================= */

.ipbc-program-hero__content {
    position: relative;
    z-index: 3;
    max-width: 600px;
}

/* =========================================================
   EYEBROW
========================================================= */

.ipbc-program-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: var(--green-reg) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ipbc-program-hero__eyebrow-line {
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    border-radius: 99px;
    background: var(--red);
}

/* =========================================================
   TITLE
========================================================= */

.ipbc-program-hero__title {
    max-width: 680px;
    margin: 0 0 26px !important;
    padding: 0 !important;
    color: var(--green-dark) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(3em, 2vw, 62px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
}

.ipbc-program-hero__title span {
    display: block;
    margin: 0;
    padding: 0;
    color: var(--green) !important;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.ipbc-program-hero__description {
    max-width: 580px;
    margin: 0 0 32px !important;
    padding: 0 !important;
    color: #383838 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
}

/* =========================================================
   BUTTON
========================================================= */

.ipbc-program-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 20px;
    border: 1px solid var(--green);
    border-radius: 10px;
    background: var(--green) !important;
    color: var(--white) !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(10, 52, 31, .10);
    transition: .25s ease;
}

.ipbc-program-hero__button:hover {
    border-color: var(--green-dark);
    background: var(--green-dark) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(10, 52, 31, .15);
}

.ipbc-program-hero__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    transition: transform .25s ease;
}

.ipbc-program-hero__button:hover .ipbc-program-hero__button-icon {
    transform: translateX(4px);
}

/* =========================================================
   KEYWORDS
========================================================= */

.ipbc-program-hero__keywords {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 36px;
    color: var(--blue) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.3;
}

.ipbc-program-hero__keywords i {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--green-light);
}

/* =========================================================
   VISUAL
========================================================= */

.ipbc-program-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
}

.ipbc-program-hero__visual-frame {
    position: relative;
    width: min(100%, 540px);
    aspect-ratio: 1 / .92;
    overflow: hidden;
    border: 1px solid rgba(57, 115, 86, .18);
    border-radius: 20px;
    background: transparent !important;
    box-shadow: 0 20px 50px rgba(10, 52, 31, .05);
}

/* =========================================================
   FRAME DETAILS
========================================================= */

.ipbc-program-hero__visual-frame::before,
.ipbc-program-hero__visual-frame::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    pointer-events: none;
}

.ipbc-program-hero__visual-frame::before {
    top: 0;
    right: 0;
    border-top: 1px solid var(--blue-light);
    border-right: 1px solid var(--blue-light);
    opacity: .55;
}

.ipbc-program-hero__visual-frame::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--green-light);
    border-left: 1px solid var(--green-light);
    opacity: .55;
}

/* =========================================================
   VISUAL LABEL
========================================================= */

.ipbc-program-hero__visual-label {
    position: absolute;
    top: 28px;
    left: 30px;
    right: 30px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--blue) !important;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
}

.ipbc-program-hero__visual-label i {
    flex: 1;
    height: 1px;
    background: linear-gradient(
        90deg,
        var(--green-light),
        var(--blue-light)
    );
}

.ipbc-program-hero__visual-label b {
    position: absolute;
    right: -2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 5px rgba(255, 43, 43, .08);
}

/* =========================================================
   NETWORK
========================================================= */

.ipbc-program-hero__network {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82%;
    height: 68%;
    transform: translate(-50%, -50%);
}

/* =========================================================
   CONNECTIONS
========================================================= */

.ipbc-program-hero__connection {
    position: absolute;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(
        90deg,
        var(--green-reg),
        var(--blue-light)
    );
    opacity: .45;
}

.ipbc-program-hero__connection--one {
    top: 24%;
    left: 17%;
    width: 190px;
    transform: rotate(27deg);
}

.ipbc-program-hero__connection--two {
    top: 49%;
    left: 12%;
    width: 230px;
    transform: rotate(-4deg);
}

.ipbc-program-hero__connection--three {
    top: 73%;
    left: 19%;
    width: 185px;
    transform: rotate(-24deg);
}

/* =========================================================
   NODES
========================================================= */

.ipbc-program-hero__node {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid var(--white);
    border-radius: 50%;
    background: var(--green-reg);
    box-shadow: 0 0 0 5px rgba(57, 115, 86, .10);
    transition: transform .25s ease;
}

.ipbc-program-hero__node--one {
    top: 18%;
    left: 14%;
}

.ipbc-program-hero__node--two {
    top: 47%;
    left: 9%;
    background: var(--blue);
}

.ipbc-program-hero__node--three {
    top: 71%;
    left: 16%;
}

.ipbc-program-hero__node--four {
    top: 28%;
    right: 12%;
    background: var(--blue-light);
}

.ipbc-program-hero__node--five {
    right: 14%;
    bottom: 21%;
    background: var(--red);
    box-shadow: 0 0 0 5px rgba(255, 43, 43, .08);
}

/* =========================================================
   CORE
========================================================= */

.ipbc-program-hero__core {
    position: absolute;
    top: 50%;
    left: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    border: 1px solid var(--green);
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    color: var(--green-dark);
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 0 12px rgba(17, 86, 51, .035),
        0 0 0 28px rgba(17, 86, 51, .018);
    transition: transform .3s ease;
}

.ipbc-program-hero__core-ring {
    position: absolute;
    inset: 12px;
    border: 1px solid var(--green-light);
    border-radius: 50%;
}

.ipbc-program-hero__core-label {
    position: relative;
    z-index: 2;
    color: var(--green-dark) !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .14em;
}

/* =========================================================
   VISUAL FOOTER
========================================================= */

.ipbc-program-hero__visual-footer {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    color: var(--green-reg);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
}

/* =========================================================
   INSTITUTIONAL MARKER
========================================================= */

.ipbc-program-hero__institutional-marker {
    position: absolute;
    right: -18px;
    bottom: 42px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid var(--blue);
    border-radius: 999px;
    background: transparent !important;
    color: var(--blue) !important;
    font-size: 9px;
    letter-spacing: .12em;
    box-shadow: 0 10px 25px rgba(10, 52, 31, .05);
}

.ipbc-program-hero__institutional-marker span {
    width: 18px;
    height: 1px;
    background: var(--red);
}

/* =========================================================
   RED MARKER
========================================================= */

.ipbc-program-hero__red-marker {
    position: absolute;
    top: 48px;
    right: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 5px rgba(255, 43, 43, .08);
}

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

@media (max-width: 1024px) {
    .ipbc-program-hero__container {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
        gap: 40px;
        width: min(100% - 48px, 1100px);
        min-height: 600px;
    }

    .ipbc-program-hero__title {
        font-size: 46px !important;
    }

    .ipbc-program-hero__visual {
        min-height: 440px;
    }

    .ipbc-program-hero__visual-frame {
        width: min(100%, 470px);
    }

    .ipbc-program-hero__institutional-marker {
        right: -8px;
    }
}

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

@media (max-width: 767px) {
    .ipbc-program-hero__container {
        grid-template-columns: 1fr;
        gap: 48px;
        width: calc(100% - 40px);
        min-height: auto;
        padding: 60px 0;
    }

    .ipbc-program-hero__content {
        max-width: none;
    }

    .ipbc-program-hero__title {
        font-size: 38px !important;
        line-height: 1.12 !important;
    }

    .ipbc-program-hero__description {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    .ipbc-program-hero__button {
        width: 100%;
    }

    .ipbc-program-hero__visual {
        min-height: 350px;
    }

    .ipbc-program-hero__visual-frame {
        width: 100%;
        border-radius: 16px;
    }

    .ipbc-program-hero__network {
        width: 88%;
        height: 62%;
    }

    .ipbc-program-hero__core {
        width: 96px;
        height: 96px;
    }

    .ipbc-program-hero__core-ring {
        inset: 9px;
    }

    .ipbc-program-hero__connection--one {
        width: 125px;
    }

    .ipbc-program-hero__connection--two {
        width: 150px;
    }

    .ipbc-program-hero__connection--three {
        width: 120px;
    }

    .ipbc-program-hero__visual-footer {
        left: 20px;
        right: 20px;
        bottom: 20px;
        font-size: 7px;
    }

    .ipbc-program-hero__institutional-marker {
        right: 8px;
        bottom: -15px;
        min-height: 34px;
        padding: 0 11px;
        font-size: 7px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .ipbc-program-hero *,
    .ipbc-program-hero *::before,
    .ipbc-program-hero *::after {
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-baf0cc3 *//* =========================================================
   IPBC PROGRAM — HERO
   SECTION-SPECIFIC CSS ONLY

   Prefix:
   .ipbc-program-hero

   No global CSS.
   No JavaScript.
========================================================= */


/* =========================================================
   SECTION VARIABLES
========================================================= */

.ipbc-program-hero {

    --ipbc-hero-primary: #115633;
    --ipbc-hero-dark: #0A341F;

    --ipbc-hero-white: #FCFFFE;

    --ipbc-hero-green-light: #9DBAAB;
    --ipbc-hero-green-reg: #397356;

    --ipbc-hero-blue: #052652;
    --ipbc-hero-blue-light: #99A6B8;

    --ipbc-hero-red: #FF2B2B;

    --ipbc-hero-border:
        rgba(252, 255, 254, 0.16);

    --ipbc-hero-border-soft:
        rgba(157, 186, 171, 0.24);

    --ipbc-hero-shadow:
        0 16px 40px rgba(10, 52, 31, 0.12);

    position: relative;

    width: 100%;

    overflow: hidden;

    isolation: isolate;

    background: transparent;

    color: var(--ipbc-hero-white);

    font-family: "Manrope", sans-serif;
}


/* =========================================================
   SUBTLE BACKGROUND STRUCTURE
========================================================= */

.ipbc-program-hero::before {

    content: "";

    position: absolute;

    top: -180px;
    right: -120px;

    width: 560px;
    height: 560px;

    border: 1px solid
        rgba(157, 186, 171, 0.08);

    border-radius: 50%;

    pointer-events: none;
}


.ipbc-program-hero::after {

    content: "";

    position: absolute;

    right: 7%;
    bottom: -180px;

    width: 420px;
    height: 420px;

    border: 1px solid
        rgba(82, 111, 151, 0.12);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.ipbc-program-hero__container {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(420px, 0.88fr);

    align-items: center;

    gap: 80px;

    width: min(1200px, calc(100% - 64px));

    min-height: 680px;

    margin: 0 auto;

    padding:
        88px 0 76px;
}


/* =========================================================
   CONTENT
========================================================= */

.ipbc-program-hero__content {

    position: relative;

    z-index: 3;

    max-width: 650px;
}


/* =========================================================
   EYEBROW
========================================================= */

.ipbc-program-hero__eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 24px;

    color: var(--ipbc-hero-green-light);

    font-size: 0.72rem;

    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.17em;

    text-transform: uppercase;
}


.ipbc-program-hero__eyebrow-mark {

    position: relative;

    display: block;

    width: 24px;
    height: 2px;

    flex: 0 0 24px;

    background:
        var(--ipbc-hero-red);
}


.ipbc-program-hero__eyebrow-mark::after {

    content: "";

    position: absolute;

    top: 50%;
    right: -5px;

    width: 5px;
    height: 5px;

    transform: translateY(-50%);

    border-radius: 50%;

    background:
        var(--ipbc-hero-red);
}


/* =========================================================
   TITLE
========================================================= */

.ipbc-program-hero__title {

    max-width: 680px;

    margin: 0 0 24px;

    color: var(--ipbc-hero-white);

    font-family: "Manrope", sans-serif;

    font-size: 2.8em;

    font-weight: 700;

    line-height: 1.17;

    letter-spacing: -0.04em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ipbc-program-hero__description {

    max-width: 610px;

    margin: 0 0 32px;

    color:
        rgba(252, 255, 254, 0.78);

    font-family: "Manrope", sans-serif;

    font-size: 1em;

    font-weight: 400;

    line-height: 1.8;
}


/* =========================================================
   ACTION
========================================================= */

.ipbc-program-hero__action {

    display: flex;

    align-items: center;
}


.ipbc-program-hero__button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    min-height: 50px;

    padding:
        0 20px 0 22px;

    border:
        1px solid var(--ipbc-hero-white);

    border-radius: 9px;

    background:
        var(--ipbc-hero-white);

    color:
        var(--ipbc-hero-dark);

    font-family: "Manrope", sans-serif;

    font-size: 0.9rem;

    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    box-shadow:
        0 10px 30px
        rgba(10, 52, 31, 0.08);

    transition:
        transform 280ms ease,
        background-color 280ms ease,
        border-color 280ms ease,
        color 280ms ease,
        box-shadow 280ms ease;
}


.ipbc-program-hero__button-icon {

    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    transition:
        transform 280ms ease;
}


.ipbc-program-hero__button:hover {

    transform:
        translateY(-2px);

    background:
        #FFFFFF;

    border-color:
        #FFFFFF;

    color:
        var(--ipbc-hero-primary);

    box-shadow:
        0 16px 40px
        rgba(10, 52, 31, 0.12);
}


.ipbc-program-hero__button:hover
.ipbc-program-hero__button-icon {

    transform:
        translateX(4px);
}


.ipbc-program-hero__button:focus-visible {

    outline:
        3px solid
        rgba(255, 150, 150, 0.75);

    outline-offset:
        3px;
}


/* =========================================================
   META
========================================================= */

.ipbc-program-hero__meta {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 38px;

    color:
        rgba(157, 186, 171, 0.82);

    font-size: 0.62rem;

    font-weight: 600;

    letter-spacing: 0.15em;
}


.ipbc-program-hero__meta-divider {

    width: 22px;
    height: 1px;

    background:
        var(--ipbc-hero-green-reg);

    opacity: 0.75;
}


/* =========================================================
   VISUAL
========================================================= */

.ipbc-program-hero__visual {

    position: relative;

    min-height: 480px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   VISUAL FRAME
========================================================= */

.ipbc-program-hero__visual-frame {

    position: relative;

    width: min(100%, 500px);

    min-height: 430px;

    padding:
        24px 26px;

    border:
        1px solid var(--ipbc-hero-border);

    border-radius: 20px;

    background:
        rgba(252, 255, 254, 0.035);

    box-shadow:
        var(--ipbc-hero-shadow);

    backdrop-filter:
        blur(6px);

    transition:
        transform 320ms ease,
        border-color 320ms ease,
        box-shadow 320ms ease;
}


.ipbc-program-hero__visual-frame:hover {

    transform:
        translateY(-5px);

    border-color:
        var(--ipbc-hero-border-soft);

    box-shadow:
        0 20px 46px
        rgba(10, 52, 31, 0.16);
}


/* =========================================================
   VISUAL TOPLINE
========================================================= */

.ipbc-program-hero__visual-topline {

    display: flex;

    align-items: center;

    gap: 12px;

    color:
        rgba(157, 186, 171, 0.9);

    font-size: 0.57rem;

    font-weight: 600;

    letter-spacing: 0.17em;
}


.ipbc-program-hero__visual-rule {

    width: 42px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            var(--ipbc-hero-green-reg),
            var(--ipbc-hero-blue-light)
        );

    opacity: 0.8;
}


/* =========================================================
   DIAGRAM
========================================================= */

.ipbc-program-hero__diagram {

    position: relative;

    min-height: 320px;

    margin-top: 14px;

    overflow: hidden;
}


/* =========================================================
   DIAGRAM RINGS
========================================================= */

.ipbc-program-hero__diagram-ring {

    position: absolute;

    top: 50%;
    left: 58%;

    border:
        1px solid
        rgba(157, 186, 171, 0.18);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);
}


.ipbc-program-hero__diagram-ring--outer {

    width: 270px;
    height: 270px;
}


.ipbc-program-hero__diagram-ring--inner {

    width: 178px;
    height: 178px;

    border-color:
        rgba(82, 111, 151, 0.24);
}


/* =========================================================
   CONNECTIONS
========================================================= */

.ipbc-program-hero__connection {

    position: absolute;

    height: 1px;

    transform-origin: left center;

    background:
        linear-gradient(
            90deg,
            rgba(157, 186, 171, 0.65),
            rgba(153, 166, 184, 0.20)
        );

    opacity: 0.65;
}


.ipbc-program-hero__connection--one {

    width: 155px;

    top: 27%;

    left: 10%;

    transform:
        rotate(18deg);
}


.ipbc-program-hero__connection--two {

    width: 185px;

    top: 49%;

    left: 5%;

    transform:
        rotate(-5deg);
}


.ipbc-program-hero__connection--three {

    width: 150px;

    top: 69%;

    left: 12%;

    transform:
        rotate(-17deg);
}


.ipbc-program-hero__connection--four {

    width: 130px;

    top: 34%;

    right: 2%;

    transform:
        rotate(154deg);

    background:
        linear-gradient(
            90deg,
            rgba(82, 111, 151, 0.15),
            rgba(157, 186, 171, 0.55)
        );
}


/* =========================================================
   NODES
========================================================= */

.ipbc-program-hero__node {

    position: absolute;

    z-index: 3;

    width: 10px;
    height: 10px;

    border:
        2px solid
        var(--ipbc-hero-green-reg);

    border-radius: 50%;

    background:
        var(--ipbc-hero-green-light);

    box-shadow:
        0 0 0 6px
        rgba(157, 186, 171, 0.07);

    transition:
        transform 280ms ease,
        box-shadow 280ms ease;
}


.ipbc-program-hero__node--one {

    top: 23%;
    left: 8%;
}


.ipbc-program-hero__node--two {

    top: 47%;
    left: 4%;

    background:
        var(--ipbc-hero-blue-light);

    border-color:
        var(--ipbc-hero-blue);
}


.ipbc-program-hero__node--three {

    top: 68%;
    left: 11%;

    background:
        var(--ipbc-hero-red);

    border-color:
        var(--ipbc-hero-red);
}


.ipbc-program-hero__node--four {

    top: 31%;
    right: 4%;

    background:
        var(--ipbc-hero-blue-light);

    border-color:
        var(--ipbc-hero-blue);
}


.ipbc-program-hero__visual-frame:hover
.ipbc-program-hero__node {

    transform:
        scale(1.08);

    box-shadow:
        0 0 0 8px
        rgba(157, 186, 171, 0.08);
}


/* =========================================================
   CORE
========================================================= */

.ipbc-program-hero__core {

    position: absolute;

    top: 50%;
    left: 58%;

    z-index: 4;

    width: 118px;
    height: 118px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 6px;

    transform:
        translate(-50%, -50%);

    border:
        1px solid
        var(--ipbc-hero-green-light);

    border-radius: 50%;

    background:
        var(--ipbc-hero-dark);

    color:
        var(--ipbc-hero-white);

    box-shadow:
        0 0 0 14px
        rgba(157, 186, 171, 0.035),
        0 0 0 28px
        rgba(157, 186, 171, 0.018);

    transition:
        transform 300ms ease,
        box-shadow 300ms ease;
}


.ipbc-program-hero__core-label {

    font-size: 1rem;

    font-weight: 700;

    letter-spacing: 0.09em;
}


.ipbc-program-hero__core-subtitle {

    color:
        var(--ipbc-hero-green-light);

    font-size: 0.48rem;

    font-weight: 600;

    letter-spacing: 0.2em;
}


.ipbc-program-hero__visual-frame:hover
.ipbc-program-hero__core {

    transform:
        translate(-50%, -50%)
        scale(1.035);

    box-shadow:
        0 0 0 17px
        rgba(157, 186, 171, 0.045),
        0 0 0 33px
        rgba(157, 186, 171, 0.02);
}


/* =========================================================
   VISUAL BOTTOM
========================================================= */

.ipbc-program-hero__visual-bottom {

    display: flex;

    justify-content: space-between;

    gap: 14px;

    padding-top: 14px;

    border-top:
        1px solid
        rgba(252, 255, 254, 0.09);

    color:
        rgba(153, 166, 184, 0.82);

    font-size: 0.5rem;

    font-weight: 600;

    letter-spacing: 0.13em;
}


/* =========================================================
   VISUAL INDEX
========================================================= */

.ipbc-program-hero__visual-index {

    position: absolute;

    right: -12px;
    bottom: 30px;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 10px;

    padding:
        10px 14px;

    border:
        1px solid
        rgba(252, 255, 254, 0.18);

    border-radius: 8px;

    background:
        var(--ipbc-hero-blue);

    color:
        var(--ipbc-hero-white);

    font-size: 0.57rem;

    font-weight: 600;

    letter-spacing: 0.12em;

    box-shadow:
        0 10px 30px
        rgba(5, 38, 82, 0.18);
}


.ipbc-program-hero__visual-index span:first-child {

    color:
        var(--ipbc-hero-red);
}


/* =========================================================
   BOTTOM EDGE
========================================================= */

.ipbc-program-hero__bottom {

    position: relative;

    z-index: 3;

    border-top:
        1px solid
        rgba(252, 255, 254, 0.10);
}


.ipbc-program-hero__bottom-inner {

    display: flex;

    align-items: center;

    gap: 18px;

    width: min(1200px, calc(100% - 64px));

    min-height: 48px;

    margin: 0 auto;

    color:
        rgba(157, 186, 171, 0.68);

    font-size: 0.55rem;

    font-weight: 600;

    letter-spacing: 0.14em;
}


.ipbc-program-hero__bottom-line {

    width: 42px;
    height: 1px;

    background:
        var(--ipbc-hero-green-reg);

    opacity: 0.7;
}


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

@media (max-width: 1024px) {

    .ipbc-program-hero__container {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, 0.82fr);

        gap: 48px;

        width:
            min(100% - 48px, 1200px);

        min-height: 620px;

        padding:
            72px 0 64px;
    }


    .ipbc-program-hero__title {

        font-size: 2.4em;

        max-width: 600px;
    }


    .ipbc-program-hero__visual {

        min-height: 440px;
    }


    .ipbc-program-hero__visual-frame {

        min-height: 400px;

        padding:
            22px;
    }


    .ipbc-program-hero__diagram {

        min-height: 290px;
    }


    .ipbc-program-hero__diagram-ring--outer {

        width: 245px;
        height: 245px;
    }


    .ipbc-program-hero__diagram-ring--inner {

        width: 160px;
        height: 160px;
    }


    .ipbc-program-hero__core {

        width: 106px;
        height: 106px;
    }


    .ipbc-program-hero__visual-index {

        right: -6px;
    }


    .ipbc-program-hero__bottom-inner {

        width:
            min(100% - 48px, 1200px);
    }
}


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

@media (max-width: 767px) {

    .ipbc-program-hero {

        overflow: hidden;
    }


    .ipbc-program-hero::before {

        top: -220px;
        right: -260px;

        width: 500px;
        height: 500px;
    }


    .ipbc-program-hero::after {

        right: -180px;
        bottom: -220px;

        width: 360px;
        height: 360px;
    }


    .ipbc-program-hero__container {

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 54px;

        width:
            calc(100% - 40px);

        min-height: auto;

        padding:
            58px 0 52px;
    }


    .ipbc-program-hero__content {

        max-width: none;
    }


    .ipbc-program-hero__eyebrow {

        margin-bottom: 20px;

        font-size: 0.66rem;
    }


    .ipbc-program-hero__title {

        max-width: none;

        margin-bottom: 20px;

        font-size: 2em;

        line-height: 1.18;

        letter-spacing: -0.035em;
    }


    .ipbc-program-hero__description {

        max-width: none;

        margin-bottom: 28px;

        font-size: 0.95em;

        line-height: 1.78;
    }


    .ipbc-program-hero__button {

        width: 100%;

        min-height: 52px;
    }


    .ipbc-program-hero__meta {

        gap: 10px;

        margin-top: 28px;

        font-size: 0.53rem;

        letter-spacing: 0.12em;
    }


    .ipbc-program-hero__meta-divider {

        width: 14px;
    }


    .ipbc-program-hero__visual {

        min-height: 360px;

        width: 100%;
    }


    .ipbc-program-hero__visual-frame {

        width: 100%;

        min-height: 340px;

        padding:
            18px;

        border-radius: 14px;
    }


    .ipbc-program-hero__visual-topline {

        font-size: 0.5rem;

        letter-spacing: 0.13em;
    }


    .ipbc-program-hero__visual-rule {

        width: 24px;
    }


    .ipbc-program-hero__diagram {

        min-height: 250px;

        margin-top: 8px;
    }


    .ipbc-program-hero__diagram-ring {

        left: 60%;
    }


    .ipbc-program-hero__diagram-ring--outer {

        width: 205px;
        height: 205px;
    }


    .ipbc-program-hero__diagram-ring--inner {

        width: 140px;
        height: 140px;
    }


    .ipbc-program-hero__connection--one {

        width: 110px;
    }


    .ipbc-program-hero__connection--two {

        width: 130px;
    }


    .ipbc-program-hero__connection--three {

        width: 105px;
    }


    .ipbc-program-hero__connection--four {

        width: 95px;
    }


    .ipbc-program-hero__core {

        left: 60%;

        width: 88px;
        height: 88px;
    }


    .ipbc-program-hero__core-label {

        font-size: 0.8rem;
    }


    .ipbc-program-hero__core-subtitle {

        font-size: 0.4rem;
    }


    .ipbc-program-hero__node {

        width: 8px;
        height: 8px;
    }


    .ipbc-program-hero__visual-bottom {

        gap: 8px;

        font-size: 0.43rem;

        letter-spacing: 0.08em;
    }


    .ipbc-program-hero__visual-index {

        right: 8px;

        bottom: -12px;

        padding:
            8px 11px;

        font-size: 0.48rem;
    }


    .ipbc-program-hero__bottom {

        display: none;
    }
}


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

@media (max-width: 420px) {

    .ipbc-program-hero__container {

        width:
            calc(100% - 32px);

        padding-top: 48px;
    }


    .ipbc-program-hero__title {

        font-size: 1.85em;
    }


    .ipbc-program-hero__meta {

        flex-wrap: nowrap;

        gap: 7px;

        font-size: 0.46rem;
    }


    .ipbc-program-hero__meta-divider {

        width: 10px;
    }


    .ipbc-program-hero__visual {

        min-height: 330px;
    }


    .ipbc-program-hero__visual-frame {

        min-height: 310px;

        padding:
            16px;
    }


    .ipbc-program-hero__diagram {

        min-height: 225px;
    }


    .ipbc-program-hero__diagram-ring--outer {

        width: 180px;
        height: 180px;
    }


    .ipbc-program-hero__diagram-ring--inner {

        width: 120px;
        height: 120px;
    }


    .ipbc-program-hero__core {

        width: 78px;
        height: 78px;
    }


    .ipbc-program-hero__visual-bottom {

        font-size: 0.39rem;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ipbc-program-hero *,
    .ipbc-program-hero *::before,
    .ipbc-program-hero *::after {

        animation: none !important;

        transition: none !important;

        scroll-behavior: auto !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9f5079 *//* =========================================================
   IPBC PROGRAM OVERVIEW
   STANDALONE CSS
   NO GLOBAL DEPENDENCIES
   ========================================================= */


/* =========================================================
   SECTION VARIABLES
   Semua pengaturan utama ada di sini.
   ========================================================= */

.ipbc-program-overview {

    /* FONT */
    --ipbc-font-family: "Manrope", Arial, Helvetica, sans-serif;

    /* COLORS */
    --ipbc-white: #FCFFFE;
    --ipbc-black: #222222;
    --ipbc-text: #383838;
    --ipbc-text-light: #8A918D;

    --ipbc-green: #397356;
    --ipbc-green-dark: #0A341F;

    --ipbc-blue: #052652;
    --ipbc-blue-light: #99A6B8;

    --ipbc-red: #FF2B2B;
    --ipbc-red-light: #FF9696;

    /* SECTION */
    --ipbc-section-max-width: 1200px;
    --ipbc-section-padding-desktop: 96px;
    --ipbc-section-padding-tablet: 72px;
    --ipbc-section-padding-mobile: 56px;

    /* SPACING */
    --ipbc-gap-grid: 20px;

    /* CARD */
    --ipbc-card-radius: 20px;
    --ipbc-card-padding: 30px;
    --ipbc-card-min-height: 340px;

    /* SHADOW */
    --ipbc-card-shadow:
        0 4px 20px rgba(0, 0, 0, 0.035);

    --ipbc-card-shadow-hover:
        0 18px 45px rgba(0, 0, 0, 0.08);

    /* TRANSITION */
    --ipbc-transition:
        320ms cubic-bezier(.22, 1, .36, 1);

    position: relative;

    width: 100%;

    margin: 0;

    padding: 0;

    background: transparant;

    color: var(--ipbc-black);

    font-family: var(--ipbc-font-family);

    box-sizing: border-box;

    isolation: isolate;

    overflow: hidden;
}


/* =========================================================
   BOX SIZING
   Hanya berlaku di section ini.
   ========================================================= */

.ipbc-program-overview,
.ipbc-program-overview *,
.ipbc-program-overview *::before,
.ipbc-program-overview *::after {
    box-sizing: border-box;
}


/* =========================================================
   FONT RESET
   Tidak bergantung typography global.
   ========================================================= */

.ipbc-program-overview h1,
.ipbc-program-overview h2,
.ipbc-program-overview h3,
.ipbc-program-overview h4,
.ipbc-program-overview h5,
.ipbc-program-overview h6,
.ipbc-program-overview p {
    margin-top: 0;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.ipbc-program-overview__container {

    position: relative;

    z-index: 2;

    width: min(
        calc(100% - 64px),
        var(--ipbc-section-max-width)
    );

    margin: 0 auto;

    padding-top: var(--ipbc-section-padding-desktop);

    padding-bottom: var(--ipbc-section-padding-desktop);
}


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

.ipbc-program-overview__header {

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(280px, 0.7fr);

    align-items: end;

    gap: 72px;

    margin: 0 0 54px;
}


/* =========================================================
   HEADING GROUP
   ========================================================= */

.ipbc-program-overview__heading-group {

    max-width: 780px;

    min-width: 0;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.ipbc-program-overview__eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin: 0 0 16px;

    color: var(--ipbc-green);

    font-family: var(--ipbc-font-family);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.14em;

    line-height: 1.2;

    text-transform: uppercase;
}


.ipbc-program-overview__eyebrow::before {

    content: "";

    width: 28px;

    height: 2px;

    flex: 0 0 28px;

    border-radius: 999px;

    background: var(--ipbc-green);
}


/* =========================================================
   TITLE
   ========================================================= */

.ipbc-program-overview__title {

    max-width: 760px;

    margin: 0;

    padding: 0;

    color: var(--ipbc-black);

    font-family: var(--ipbc-font-family);

    font-size: 42px;

    font-weight: 800;

    letter-spacing: -0.04em;

    line-height: 1.08;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.ipbc-program-overview__description {

    max-width: 500px;

    margin: 0;

    padding: 0;

    color: var(--ipbc-text);

    font-family: var(--ipbc-font-family);

    font-size: 15px;

    font-weight: 400;

    line-height: 1.8;
}


/* =========================================================
   GRID
   ========================================================= */

.ipbc-program-overview__grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: var(--ipbc-gap-grid);

    width: 100%;
}


/* =========================================================
   CARD BASE
   ========================================================= */

.ipbc-program-card {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    min-height: var(--ipbc-card-min-height);

    padding: var(--ipbc-card-padding);

    overflow: hidden;

    background: #FCFFFE;

    border: 1px solid #E2E6E3;

    border-radius: var(--ipbc-card-radius);

    box-shadow: var(--ipbc-card-shadow);

    font-family: var(--ipbc-font-family);

    transition:
        transform var(--ipbc-transition),
        border-color var(--ipbc-transition),
        box-shadow var(--ipbc-transition);
}


/* =========================================================
   CARD TOP
   ========================================================= */

.ipbc-program-card__top {

    position: relative;

    z-index: 3;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    width: 100%;
}


/* =========================================================
   WATERMARK
   ========================================================= */

.ipbc-program-card__watermark {

    position: absolute;

    right: -12px;

    bottom: -42px;

    z-index: 1;

    margin: 0;

    color: #F0F2F1;

    font-family: var(--ipbc-font-family);

    font-size: 150px;

    font-weight: 900;

    line-height: 1;

    letter-spacing: -0.08em;

    pointer-events: none;

    user-select: none;

    transition:
        transform 500ms cubic-bezier(.22, 1, .36, 1),
        color 350ms ease;
}


/* =========================================================
   NUMBER
   ========================================================= */

.ipbc-program-card__number {

    position: relative;

    z-index: 3;

    display: inline-block;

    padding-top: 5px;

    color: #8A918D;

    font-family: var(--ipbc-font-family);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.12em;

    line-height: 1.2;
}


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

.ipbc-program-card__icon {

    position: relative;

    z-index: 3;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 52px;

    height: 52px;

    flex: 0 0 52px;

    border-radius: 15px;

    font-family: var(--ipbc-font-family);

    transition:
        transform var(--ipbc-transition),
        background-color var(--ipbc-transition),
        color var(--ipbc-transition);
}


.ipbc-program-card__icon svg {

    display: block;

    width: 24px;

    height: 24px;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================================
   ACCENT
   ========================================================= */

.ipbc-program-card__accent {

    position: relative;

    z-index: 3;

    display: block;

    width: 34px;

    height: 3px;

    margin-top: 30px;

    margin-bottom: 24px;

    border-radius: 999px;

    transition:
        width 350ms cubic-bezier(.22, 1, .36, 1);
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.ipbc-program-card__title {

    position: relative;

    z-index: 3;

    max-width: 80%;

    margin: 0 0 13px;

    padding: 0;

    color: var(--ipbc-black);

    font-family: var(--ipbc-font-family);

    font-size: 22px;

    font-weight: 700;

    letter-spacing: -0.02em;

    line-height: 1.25;
}


/* =========================================================
   CARD DESCRIPTION
   ========================================================= */

.ipbc-program-card__description {

    position: relative;

    z-index: 3;

    max-width: 95%;

    margin: 0;

    padding: 0;

    color: var(--ipbc-text);

    font-family: var(--ipbc-font-family);

    font-size: 14px;

    font-weight: 400;

    line-height: 1.72;
}


/* =========================================================
   ARROW
   ========================================================= */

.ipbc-program-card__arrow {

    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    margin-top: auto;

    margin-left: auto;

    border: 1px solid #DDE2DF;

    border-radius: 50%;

    color: #222222;

    font-family: Arial, sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 1;

    opacity: 0.65;

    transform: translateX(-3px);

    transition:
        transform var(--ipbc-transition),
        background-color var(--ipbc-transition),
        border-color var(--ipbc-transition),
        color var(--ipbc-transition),
        opacity var(--ipbc-transition);
}


/* =========================================================
   GREEN CARD
   ========================================================= */

.ipbc-program-card--green
.ipbc-program-card__icon {

    background: #EDF4F0;

    color: #397356;
}


.ipbc-program-card--green
.ipbc-program-card__accent {

    background: #397356;
}


/* =========================================================
   BLUE CARD
   ========================================================= */

.ipbc-program-card--blue
.ipbc-program-card__icon {

    background: #EEF1F6;

    color: #052652;
}


.ipbc-program-card--blue
.ipbc-program-card__accent {

    background: #052652;
}


/* =========================================================
   RED CARD
   ========================================================= */

.ipbc-program-card--red
.ipbc-program-card__icon {

    background: #FFF0F0;

    color: #FF2B2B;
}


.ipbc-program-card--red
.ipbc-program-card__accent {

    background: #FF2B2B;
}


/* =========================================================
   HOVER — BASE
   ========================================================= */

.ipbc-program-card:hover {

    transform: translateY(-8px);

    border-color: #D1DAD5;

    box-shadow:
        var(--ipbc-card-shadow-hover),
        0 0 0 1px rgba(17, 86, 51, 0.04);
}


/* =========================================================
   HOVER — WATERMARK
   ========================================================= */

.ipbc-program-card:hover
.ipbc-program-card__watermark {

    transform: translate(-8px, -6px);
}


/* =========================================================
   HOVER — ICON
   ========================================================= */

.ipbc-program-card:hover
.ipbc-program-card__icon {

    transform:
        translateY(-3px)
        rotate(-3deg);
}


/* GREEN ICON HOVER */

.ipbc-program-card--green:hover
.ipbc-program-card__icon {

    background: #397356;

    color: #FCFFFE;
}


/* BLUE ICON HOVER */

.ipbc-program-card--blue:hover
.ipbc-program-card__icon {

    background: #052652;

    color: #FCFFFE;
}


/* RED ICON HOVER */

.ipbc-program-card--red:hover
.ipbc-program-card__icon {

    background: #FF2B2B;

    color: #FCFFFE;
}


/* =========================================================
   HOVER — ACCENT
   ========================================================= */

.ipbc-program-card:hover
.ipbc-program-card__accent {

    width: 64px;
}


/* =========================================================
   HOVER — ARROW
   ========================================================= */

.ipbc-program-card:hover
.ipbc-program-card__arrow {

    transform: translateX(0);

    opacity: 1;
}


/* GREEN ARROW */

.ipbc-program-card--green:hover
.ipbc-program-card__arrow {

    background: #397356;

    border-color: #397356;

    color: #FCFFFE;
}


/* BLUE ARROW */

.ipbc-program-card--blue:hover
.ipbc-program-card__arrow {

    background: #052652;

    border-color: #052652;

    color: #FCFFFE;
}


/* RED ARROW */

.ipbc-program-card--red:hover
.ipbc-program-card__arrow {

    background: #FF2B2B;

    border-color: #FF2B2B;

    color: #FCFFFE;
}


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

@media (max-width: 1024px) {

    .ipbc-program-overview__container {

        width: min(
            calc(100% - 48px),
            1100px
        );

        padding-top:
            var(--ipbc-section-padding-tablet);

        padding-bottom:
            var(--ipbc-section-padding-tablet);
    }


    .ipbc-program-overview__header {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(260px, 0.75fr);

        gap: 42px;

        margin-bottom: 42px;
    }


    .ipbc-program-overview__title {

        font-size: 36px;
    }


    .ipbc-program-overview__description {

        font-size: 14px;
    }


    .ipbc-program-overview__grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .ipbc-program-card {

        min-height: 320px;
    }

}


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

@media (max-width: 767px) {

    .ipbc-program-overview__container {

        width: calc(100% - 40px);

        padding-top:
            var(--ipbc-section-padding-mobile);

        padding-bottom:
            var(--ipbc-section-padding-mobile);
    }


    .ipbc-program-overview__header {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 32px;
    }


    .ipbc-program-overview__heading-group {

        max-width: none;
    }


    .ipbc-program-overview__eyebrow {

        margin-bottom: 14px;

        font-size: 10px;
    }


    .ipbc-program-overview__eyebrow::before {

        width: 24px;

        flex-basis: 24px;
    }


    .ipbc-program-overview__title {

        max-width: 100%;

        font-size: 30px;

        line-height: 1.14;

        letter-spacing: -0.025em;
    }


    .ipbc-program-overview__description {

        max-width: none;

        font-size: 14px;

        line-height: 1.7;
    }


    .ipbc-program-overview__grid {

        grid-template-columns: 1fr;

        gap: 14px;
    }


    .ipbc-program-card {

        min-height: 310px;

        padding: 25px;

        border-radius: 18px;
    }


    .ipbc-program-card__watermark {

        right: -8px;

        bottom: -25px;

        font-size: 115px;
    }


    .ipbc-program-card__icon {

        width: 48px;

        height: 48px;

        flex-basis: 48px;
    }


    .ipbc-program-card__icon svg {

        width: 22px;

        height: 22px;
    }


    .ipbc-program-card__accent {

        margin-top: 24px;

        margin-bottom: 20px;
    }


    .ipbc-program-card__title {

        max-width: 90%;

        font-size: 20px;
    }


    .ipbc-program-card__description {

        max-width: 100%;

        font-size: 13.5px;

        line-height: 1.7;
    }

}


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

@media (max-width: 420px) {

    .ipbc-program-overview__container {

        width: calc(100% - 32px);
    }


    .ipbc-program-overview__title {

        font-size: 27px;
    }


    .ipbc-program-card {

        padding: 22px;

        min-height: 300px;
    }


    .ipbc-program-card__watermark {

        font-size: 105px;
    }


    .ipbc-program-card__title {

        font-size: 19px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ipbc-program-card,
    .ipbc-program-card__icon,
    .ipbc-program-card__accent,
    .ipbc-program-card__arrow,
    .ipbc-program-card__watermark {

        transition: none !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af47071 *//* =========================================================
   IPBC PROGRAM PROCESS
   STANDALONE / SECTION-SPECIFIC CSS
   NO GLOBAL CSS DEPENDENCY
   ========================================================= */


/* =========================================================
   01. VARIABLES
   Semua warna utama bisa diubah langsung di sini.
   ========================================================= */

.ipbc-program-process {

    /* ---------- COLORS ---------- */

    --process-bg: #F4F8F6;
    --process-white: #FCFFFE;

    --process-primary: #115633;
    --process-green: #397356;
    --process-green-light: #9DBAAB;
    --process-green-thin: #E7EEEB;

    --process-blue: #052652;
    --process-blue-light: #99A6B8;
    --process-blue-thin: #E6E9EE;

    --process-red: #FF2B2B;
    --process-red-light: #FF9696;
    --process-red-thin: #FFE6E6;

    --process-title: #222222;
    --process-text: #383838;
    --process-muted: #6B756F;


    /* ---------- TYPOGRAPHY ---------- */

    --process-font:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;


    /* ---------- WIDTH ---------- */

    --process-max-width: 1200px;


    /* ---------- SPACING ---------- */

    --process-section-top: 110px;
    --process-section-bottom: 110px;

    --process-header-bottom: 70px;

    --process-gap: 52px;


    /* ---------- RADIUS ---------- */

    --process-radius-sm: 10px;
    --process-radius-md: 16px;
    --process-radius-lg: 24px;
    --process-radius-pill: 999px;


    /* ---------- SHADOW ---------- */

    --process-shadow-sm:
        0 12px 30px rgba(10, 52, 31, 0.08);

    --process-shadow-md:
        0 20px 45px rgba(10, 52, 31, 0.12);


    /* ---------- TRANSITION ---------- */

    --process-transition:
        320ms cubic-bezier(.22, 1, .36, 1);


    /* ---------- BASE ---------- */

    position: relative;

    width: 100%;

    min-width: 0;

    overflow: hidden;

    isolation: isolate;

    background: transparant;

    color: var(--process-text);

    font-family: var(--process-font);

    box-sizing: border-box;
}


/* =========================================================
   BOX SIZING
   Tetap scoped ke section ini.
   ========================================================= */

.ipbc-program-process *,
.ipbc-program-process *::before,
.ipbc-program-process *::after {

    box-sizing: border-box;
}


/* =========================================================
   REMOVE DEFAULT TYPOGRAPHY
   ========================================================= */

.ipbc-program-process h2,
.ipbc-program-process h3,
.ipbc-program-process p {

    margin-top: 0;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.ipbc-program-process__container {

    position: relative;

    z-index: 3;

    width: min(
        var(--process-max-width),
        calc(100% - 64px)
    );

    margin: 0 auto;

    padding-top: var(--process-section-top);

    padding-bottom: var(--process-section-bottom);
}


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

.ipbc-program-process__header {

    max-width: 760px;

    margin-bottom: var(--process-header-bottom);
}


/* =========================================================
   EYEBROW
   ========================================================= */

.ipbc-program-process__eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 18px;

    color: var(--process-blue);

    font-size: 11px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


.ipbc-program-process__eyebrow::before {

    content: "";

    width: 30px;

    height: 2px;

    flex: 0 0 30px;

    border-radius: var(--process-radius-pill);

    background: var(--process-red);
}


/* =========================================================
   TITLE
   ========================================================= */

.ipbc-program-process__title {

    max-width: 720px;

    margin: 0 0 22px;

    color: var(--process-title);

    font-size: clamp(
        2rem,
        3.5vw,
        3.15rem
    );

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -0.04em;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.ipbc-program-process__description {

    max-width: 680px;

    margin: 0;

    color: var(--process-text);

    font-size: 16px;

    font-weight: 400;

    line-height: 1.8;
}


/* =========================================================
   JOURNEY
   ========================================================= */

.ipbc-program-process__journey {

    position: relative;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: var(--process-gap);
}


/* =========================================================
   JOURNEY LINE
   ========================================================= */

.ipbc-program-process__line {

    position: absolute;

    top: 70px;

    left: 11%;

    right: 11%;

    z-index: 0;

    height: 2px;

    overflow: hidden;

    background: var(--process-green-light);

    border-radius: var(--process-radius-pill);
}


/* =========================================================
   JOURNEY LINE PROGRESS
   ========================================================= */

.ipbc-program-process__line-progress {

    display: block;

    width: 100%;

    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            var(--process-green),
            var(--process-blue),
            var(--process-red)
        );

    opacity: 0.75;
}


/* =========================================================
   STEP
   ========================================================= */

.ipbc-program-step {

    position: relative;

    z-index: 2;

    min-width: 0;

    transition:
        transform var(--process-transition);
}


/* =========================================================
   STEP HOVER
   ========================================================= */

.ipbc-program-step:hover {

    transform: translateY(-7px);
}


/* =========================================================
   INDICATOR
   ========================================================= */

.ipbc-program-step__indicator {

    position: relative;

    width: 140px;

    height: 140px;

    margin-bottom: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--process-green-light);

    border-radius: 50%;

    background: var(--process-white);

    box-shadow: var(--process-shadow-sm);

    transition:
        border-color var(--process-transition),
        box-shadow var(--process-transition),
        transform var(--process-transition);
}


/* =========================================================
   INDICATOR HOVER
   ========================================================= */

.ipbc-program-step:hover
.ipbc-program-step__indicator {

    transform: scale(1.025);

    box-shadow: var(--process-shadow-md);
}


/* =========================================================
   NUMBER
   ========================================================= */

.ipbc-program-step__number {

    position: absolute;

    top: -8px;

    right: -5px;

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 4px solid var(--process-bg);

    border-radius: var(--process-radius-pill);

    background: var(--process-primary);

    color: var(--process-white);

    font-size: 10px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.08em;
}


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

.ipbc-program-step__icon {

    width: 64px;

    height: 64px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--process-green-thin);

    color: var(--process-primary);

    transition:
        transform var(--process-transition),
        background-color var(--process-transition),
        color var(--process-transition);
}


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

.ipbc-program-step__icon svg {

    width: 29px;

    height: 29px;

    display: block;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;

    stroke-linejoin: round;
}


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

.ipbc-program-step:hover
.ipbc-program-step__icon {

    transform:
        scale(1.08)
        rotate(-3deg);

    background: var(--process-primary);

    color: var(--process-white);
}


/* =========================================================
   CONTENT
   ========================================================= */

.ipbc-program-step__content {

    max-width: 360px;
}


/* =========================================================
   STEP LABEL
   ========================================================= */

.ipbc-program-step__label {

    display: inline-flex;

    align-items: center;

    margin-bottom: 10px;

    color: var(--process-green);

    font-size: 10px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


/* =========================================================
   STEP TITLE
   ========================================================= */

.ipbc-program-step__title {

    margin: 0 0 14px;

    color: var(--process-title);

    font-size: 24px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -0.025em;
}


/* =========================================================
   STEP DESCRIPTION
   ========================================================= */

.ipbc-program-step__description {

    margin: 0;

    color: var(--process-text);

    font-size: 15px;

    font-weight: 400;

    line-height: 1.75;
}


/* =========================================================
   GREEN STEP
   ========================================================= */

.ipbc-program-step--green
.ipbc-program-step__indicator {

    border-color: var(--process-green-light);
}


.ipbc-program-step--green
.ipbc-program-step__number {

    background: var(--process-primary);
}


.ipbc-program-step--green
.ipbc-program-step__icon {

    background: var(--process-green-thin);

    color: var(--process-primary);
}


.ipbc-program-step--green
.ipbc-program-step__label {

    color: var(--process-green);
}


/* =========================================================
   BLUE STEP
   ========================================================= */

.ipbc-program-step--blue
.ipbc-program-step__indicator {

    border-color: var(--process-blue-light);
}


.ipbc-program-step--blue
.ipbc-program-step__number {

    background: var(--process-blue);
}


.ipbc-program-step--blue
.ipbc-program-step__icon {

    background: var(--process-blue-thin);

    color: var(--process-blue);
}


.ipbc-program-step--blue:hover
.ipbc-program-step__icon {

    background: var(--process-blue);

    color: var(--process-white);
}


.ipbc-program-step--blue
.ipbc-program-step__label {

    color: var(--process-blue);
}


/* =========================================================
   RED STEP
   ========================================================= */

.ipbc-program-step--red
.ipbc-program-step__indicator {

    border-color: var(--process-red-light);
}


.ipbc-program-step--red
.ipbc-program-step__number {

    background: var(--process-red);
}


.ipbc-program-step--red
.ipbc-program-step__icon {

    background: var(--process-red-thin);

    color: var(--process-red);
}


.ipbc-program-step--red:hover
.ipbc-program-step__icon {

    background: var(--process-red);

    color: var(--process-white);
}


.ipbc-program-step--red
.ipbc-program-step__label {

    color: var(--process-red);
}


/* =========================================================
   BACKGROUND ORB
   ========================================================= */

.ipbc-program-process__orb {

    position: absolute;

    right: -180px;

    bottom: -220px;

    z-index: 0;

    width: 460px;

    height: 460px;

    border-radius: 50%;

    background: var(--process-blue-thin);

    opacity: 0.65;

    filter: blur(18px);

    pointer-events: none;
}


/* =========================================================
   BACKGROUND GRID
   ========================================================= */

.ipbc-program-process__grid {

    position: absolute;

    inset: 0;

    z-index: 0;

    pointer-events: none;

    opacity: 0.18;

    background-image:
        linear-gradient(
            var(--process-green-light) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            var(--process-green-light) 1px,
            transparent 1px
        );

    background-size: 72px 72px;

    -webkit-mask-image:
        linear-gradient(
            135deg,
            transparent 0%,
            black 35%,
            black 70%,
            transparent 100%
        );

    mask-image:
        linear-gradient(
            135deg,
            transparent 0%,
            black 35%,
            black 70%,
            transparent 100%
        );
}


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

@media (max-width: 1024px) {

    .ipbc-program-process__container {

        width: min(
            100% - 48px,
            var(--process-max-width)
        );

        padding-top: 90px;

        padding-bottom: 90px;
    }


    .ipbc-program-process__header {

        margin-bottom: 58px;
    }


    .ipbc-program-process__journey {

        gap: 34px;
    }


    .ipbc-program-process__line {

        top: 61px;

        left: 12%;

        right: 12%;
    }


    .ipbc-program-step__indicator {

        width: 122px;

        height: 122px;
    }


    .ipbc-program-step__icon {

        width: 57px;

        height: 57px;
    }


    .ipbc-program-step__icon svg {

        width: 26px;

        height: 26px;
    }


    .ipbc-program-step__content {

        max-width: 100%;
    }


    .ipbc-program-step__title {

        font-size: 22px;
    }


    .ipbc-program-step__description {

        font-size: 14px;

        line-height: 1.7;
    }
}


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

@media (max-width: 767px) {

    .ipbc-program-process {

        overflow: hidden;
    }


    .ipbc-program-process__container {

        width: calc(100% - 40px);

        padding-top: 70px;

        padding-bottom: 70px;
    }


    .ipbc-program-process__header {

        max-width: none;

        margin-bottom: 48px;
    }


    .ipbc-program-process__eyebrow {

        margin-bottom: 16px;

        font-size: 10px;
    }


    .ipbc-program-process__title {

        margin-bottom: 18px;

        font-size: clamp(
            1.85rem,
            8vw,
            2.4rem
        );

        line-height: 1.13;

        letter-spacing: -0.03em;
    }


    .ipbc-program-process__description {

        font-size: 15px;

        line-height: 1.75;
    }


    /* -----------------------------------------
       MOBILE JOURNEY
       ----------------------------------------- */

    .ipbc-program-process__journey {

        display: grid;

        grid-template-columns: 1fr;

        gap: 38px;

        padding-left: 4px;
    }


    /* -----------------------------------------
       VERTICAL LINE
       ----------------------------------------- */

    .ipbc-program-process__line {

        top: 35px;

        bottom: 35px;

        left: 42px;

        right: auto;

        width: 2px;

        height: auto;
    }


    .ipbc-program-process__line-progress {

        width: 100%;

        height: 100%;

        background:
            linear-gradient(
                180deg,
                var(--process-green),
                var(--process-blue),
                var(--process-red)
            );
    }


    /* -----------------------------------------
       STEP
       ----------------------------------------- */

    .ipbc-program-step {

        display: grid;

        grid-template-columns:
            84px minmax(0, 1fr);

        gap: 20px;

        align-items: start;
    }


    .ipbc-program-step:hover {

        transform: translateY(-3px);
    }


    /* -----------------------------------------
       INDICATOR
       ----------------------------------------- */

    .ipbc-program-step__indicator {

        width: 78px;

        height: 78px;

        margin: 0;

        flex-shrink: 0;
    }


    .ipbc-program-step:hover
    .ipbc-program-step__indicator {

        transform: scale(1.015);
    }


    /* -----------------------------------------
       NUMBER
       ----------------------------------------- */

    .ipbc-program-step__number {

        top: -5px;

        right: -5px;

        width: 28px;

        height: 28px;

        border-width: 3px;

        font-size: 8px;
    }


    /* -----------------------------------------
       ICON
       ----------------------------------------- */

    .ipbc-program-step__icon {

        width: 46px;

        height: 46px;
    }


    .ipbc-program-step__icon svg {

        width: 21px;

        height: 21px;
    }


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

    .ipbc-program-step__content {

        max-width: none;

        padding-top: 4px;
    }


    .ipbc-program-step__label {

        margin-bottom: 8px;

        font-size: 9px;

        letter-spacing: 0.13em;
    }


    .ipbc-program-step__title {

        margin-bottom: 10px;

        font-size: 20px;

        line-height: 1.2;
    }


    .ipbc-program-step__description {

        font-size: 14px;

        line-height: 1.7;
    }


    /* -----------------------------------------
       BACKGROUND
       ----------------------------------------- */

    .ipbc-program-process__orb {

        right: -250px;

        bottom: -180px;

        width: 380px;

        height: 380px;
    }


    .ipbc-program-process__grid {

        background-size: 56px 56px;

        opacity: 0.13;
    }
}


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

@media (max-width: 420px) {

    .ipbc-program-process__container {

        width: calc(100% - 32px);

        padding-top: 58px;

        padding-bottom: 58px;
    }


    .ipbc-program-process__header {

        margin-bottom: 40px;
    }


    .ipbc-program-process__journey {

        gap: 32px;

        padding-left: 2px;
    }


    .ipbc-program-process__line {

        left: 38px;
    }


    .ipbc-program-step {

        grid-template-columns:
            74px minmax(0, 1fr);

        gap: 16px;
    }


    .ipbc-program-step__indicator {

        width: 70px;

        height: 70px;
    }


    .ipbc-program-step__icon {

        width: 42px;

        height: 42px;
    }


    .ipbc-program-step__icon svg {

        width: 19px;

        height: 19px;
    }


    .ipbc-program-step__title {

        font-size: 19px;
    }


    .ipbc-program-step__description {

        font-size: 13.5px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ipbc-program-step,
    .ipbc-program-step__indicator,
    .ipbc-program-step__icon {

        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8aa685 *//* =========================================================
   IPBC PROGRAM — BUSINESS NEEDS
   STANDALONE SECTION CSS
   No global CSS dependency
   ========================================================= */


/* =========================================================
   SECTION VARIABLES
   Semua pengaturan utama ada di sini.
   ========================================================= */

.ipbc-program-needs {

    /* ---------- COLORS ---------- */

    --ipbc-needs-white: #FCFFFE;
    --ipbc-needs-black: #222222;
    --ipbc-needs-text: #383838;
    --ipbc-needs-text-light: #7D8882;

    --ipbc-needs-green: #115633;
    --ipbc-needs-green-dark: #0A341F;
    --ipbc-needs-green-reg: #397356;
    --ipbc-needs-green-light: #9DBAAB;
    --ipbc-needs-green-thin: #E7EEEB;

    --ipbc-needs-blue: #052652;
    --ipbc-needs-blue-light: #99A6B8;
    --ipbc-needs-blue-thin: #E6E9EE;

    --ipbc-needs-red: #FF2B2B;
    --ipbc-needs-red-dark: #C91F1F;
    --ipbc-needs-red-light: #FF9696;
    --ipbc-needs-red-thin: #FFE6E6;


    /* ---------- TYPOGRAPHY ---------- */

    --ipbc-needs-font:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    --ipbc-needs-title-size: 42px;
    --ipbc-needs-card-title-size: 25px;
    --ipbc-needs-body-size: 15px;


    /* ---------- LAYOUT ---------- */

    --ipbc-needs-max-width: 1200px;

    --ipbc-needs-section-top: 100px;
    --ipbc-needs-section-bottom: 100px;

    --ipbc-needs-column-gap: 0px;


    /* ---------- CARD ---------- */

    --ipbc-needs-card-min-height: 480px;
    --ipbc-needs-card-padding: 38px;

    --ipbc-needs-border: #E7EEEB;

    --ipbc-needs-radius: 0px;


    /* ---------- EFFECTS ---------- */

    --ipbc-needs-shadow:
        0 18px 45px rgba(10, 52, 31, 0.08);

    --ipbc-needs-transition:
        320ms cubic-bezier(.22, 1, .36, 1);


    position: relative;

    width: 100%;

    box-sizing: border-box;

    overflow: hidden;

    background: var;

    color: var(--ipbc-needs-black);

    font-family: var(--ipbc-needs-font);

    isolation: isolate;
}


/* =========================================================
   BOX SIZING
   Membuat section benar-benar mandiri.
   ========================================================= */

.ipbc-program-needs *,
.ipbc-program-needs *::before,
.ipbc-program-needs *::after {

    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.ipbc-program-needs__container {

    position: relative;

    width: min(
        var(--ipbc-needs-max-width),
        calc(100% - 64px)
    );

    margin: 0 auto;

    padding-top: var(--ipbc-needs-section-top);

    padding-bottom: var(--ipbc-needs-section-bottom);
}


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

.ipbc-program-needs__header {

    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(280px, 0.7fr);

    gap: 72px;

    align-items: end;

    margin-bottom: 70px;
}


.ipbc-program-needs__heading {

    min-width: 0;

    max-width: 760px;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.ipbc-program-needs__eyebrow {

    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin: 0 0 17px;

    color: var(--ipbc-needs-green-reg);

    font-family: var(--ipbc-needs-font);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.16em;

    line-height: 1.2;

    text-transform: uppercase;
}


.ipbc-program-needs__eyebrow::before {

    content: "";

    width: 28px;

    height: 2px;

    flex: 0 0 28px;

    border-radius: 999px;

    background: var(--ipbc-needs-green-reg);
}


/* =========================================================
   TITLE
   ========================================================= */

.ipbc-program-needs__title {

    max-width: 720px;

    margin: 0;

    padding: 0;

    color: var(--ipbc-needs-black);

    font-family: var(--ipbc-needs-font);

    font-size: var(--ipbc-needs-title-size);

    font-weight: 800;

    line-height: 1.12;

    letter-spacing: -0.04em;
}


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

.ipbc-program-needs__description {

    max-width: 500px;

    margin: 0;

    padding: 0;

    color: var(--ipbc-needs-text);

    font-family: var(--ipbc-needs-font);

    font-size: var(--ipbc-needs-body-size);

    font-weight: 400;

    line-height: 1.8;
}


/* =========================================================
   GRID
   ========================================================= */

.ipbc-program-needs__grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: var(--ipbc-needs-column-gap);

    border-top:
        1px solid var(--ipbc-needs-border);

    border-bottom:
        1px solid var(--ipbc-needs-border);
}


/* =========================================================
   CARD
   ========================================================= */

.ipbc-program-need {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    min-height: var(--ipbc-needs-card-min-height);

    padding: var(--ipbc-needs-card-padding);

    overflow: hidden;

    isolation: isolate;

    background: var(--ipbc-needs-white);

    border-right:
        1px solid var(--ipbc-needs-border);

    transition:
        transform var(--ipbc-needs-transition),
        background-color var(--ipbc-needs-transition),
        box-shadow var(--ipbc-needs-transition);
}


.ipbc-program-need:last-child {

    border-right: 0;
}


/* =========================================================
   CARD HOVER BACKGROUND
   ========================================================= */

.ipbc-program-need::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    opacity: 0;

    background:
        radial-gradient(
            circle at 88% 18%,
            var(--ipbc-needs-green-thin) 0%,
            transparent 45%
        );

    transition:
        opacity var(--ipbc-needs-transition);
}


.ipbc-program-need:hover::before {

    opacity: 1;
}


/* =========================================================
   BLUE HOVER BACKGROUND
   ========================================================= */

.ipbc-program-need--blue::before {

    background:
        radial-gradient(
            circle at 88% 18%,
            var(--ipbc-needs-blue-thin) 0%,
            transparent 45%
        );
}


/* =========================================================
   RED HOVER BACKGROUND
   ========================================================= */

.ipbc-program-need--red::before {

    background:
        radial-gradient(
            circle at 88% 18%,
            var(--ipbc-needs-red-thin) 0%,
            transparent 45%
        );
}


.ipbc-program-need:hover {

    background: var(--ipbc-needs-white);

    transform: translateY(-4px);

    box-shadow: var(--ipbc-needs-shadow);
}


/* =========================================================
   NUMBER
   ========================================================= */

.ipbc-program-need__number {

    position: relative;

    z-index: 5;

    color: var(--ipbc-needs-green-light);

    font-family: var(--ipbc-needs-font);

    font-size: 12px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.14em;
}


/* =========================================================
   VISUAL AREA
   ========================================================= */

.ipbc-program-need__visual {

    position: absolute;

    z-index: 1;

    top: 45px;

    right: -55px;

    width: 280px;

    height: 280px;

    pointer-events: none;

    transition:
        transform var(--ipbc-needs-transition);
}


.ipbc-program-need:hover
.ipbc-program-need__visual {

    transform:
        translate(-10px, 4px)
        scale(1.04);
}


/* =========================================================
   CONTENT
   ========================================================= */

.ipbc-program-need__content {

    position: relative;

    z-index: 5;

    max-width: 330px;

    margin-top: auto;

    padding-right: 35px;
}


/* =========================================================
   LABEL
   ========================================================= */

.ipbc-program-need__label {

    display: inline-flex;

    align-items: center;

    margin: 0 0 14px;

    color: var(--ipbc-needs-green-reg);

    font-family: var(--ipbc-needs-font);

    font-size: 10px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


.ipbc-program-need--blue
.ipbc-program-need__label {

    color: var(--ipbc-needs-blue);
}


.ipbc-program-need--red
.ipbc-program-need__label {

    color: var(--ipbc-needs-red-dark);
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.ipbc-program-need__title {

    max-width: 330px;

    margin: 0 0 16px;

    padding: 0;

    color: var(--ipbc-needs-black);

    font-family: var(--ipbc-needs-font);

    font-size: var(--ipbc-needs-card-title-size);

    font-weight: 700;

    line-height: 1.25;

    letter-spacing: -0.025em;
}


/* =========================================================
   CARD DESCRIPTION
   ========================================================= */

.ipbc-program-need__description {

    max-width: 330px;

    margin: 0;

    padding: 0;

    color: var(--ipbc-needs-text);

    font-family: var(--ipbc-needs-font);

    font-size: var(--ipbc-needs-body-size);

    font-weight: 400;

    line-height: 1.75;
}


/* =========================================================
   ARROW
   ========================================================= */

.ipbc-program-need__arrow {

    position: absolute;

    right: 32px;

    bottom: 36px;

    z-index: 6;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 42px;

    height: 42px;

    border:
        1px solid var(--ipbc-needs-border);

    border-radius: 50%;

    background: transparent;

    color: var(--ipbc-needs-green);

    font-family: Arial, sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: 1;

    transition:
        transform var(--ipbc-needs-transition),
        background-color var(--ipbc-needs-transition),
        color var(--ipbc-needs-transition),
        border-color var(--ipbc-needs-transition);
}


.ipbc-program-need:hover
.ipbc-program-need__arrow {

    transform:
        translate(4px, -4px);

    background: var(--ipbc-needs-green);

    border-color: var(--ipbc-needs-green);

    color: var(--ipbc-needs-white);
}


/* =========================================================
   NETWORK VISUAL
   ========================================================= */

.ipbc-need-orbit {

    position: absolute;

    left: 50%;

    top: 50%;

    border:
        1px solid var(--ipbc-needs-green-reg);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);

    opacity: 0.38;
}


.ipbc-need-orbit--one {

    width: 190px;

    height: 190px;
}


.ipbc-need-orbit--two {

    width: 105px;

    height: 105px;

    border-color:
        var(--ipbc-needs-green-light);

    opacity: 0.55;
}


/* =========================================================
   NETWORK NODES
   ========================================================= */

.ipbc-need-node {

    position: absolute;

    width: 11px;

    height: 11px;

    border-radius: 50%;

    background:
        var(--ipbc-needs-green);

    box-shadow:
        0 0 0 5px var(--ipbc-needs-green-thin);
}


.ipbc-need-node--one {

    left: 32px;

    top: 95px;
}


.ipbc-need-node--two {

    right: 42px;

    top: 42px;
}


.ipbc-need-node--three {

    right: 68px;

    bottom: 42px;

    background:
        var(--ipbc-needs-red);
}


/* =========================================================
   NETWORK LINES
   ========================================================= */

.ipbc-need-line {

    position: absolute;

    height: 1px;

    transform-origin: left center;

    background:
        var(--ipbc-needs-green-reg);

    opacity: 0.45;
}


.ipbc-need-line--one {

    width: 120px;

    left: 40px;

    top: 100px;

    transform:
        rotate(-22deg);
}


.ipbc-need-line--two {

    width: 100px;

    right: 55px;

    top: 115px;

    transform:
        rotate(55deg);
}


/* =========================================================
   MARKET VISUAL
   ========================================================= */

.ipbc-market-ring {

    position: absolute;

    left: 50%;

    top: 50%;

    border:
        1px solid var(--ipbc-needs-blue);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);

    opacity: 0.35;
}


.ipbc-market-ring--one {

    width: 210px;

    height: 210px;
}


.ipbc-market-ring--two {

    width: 120px;

    height: 120px;

    opacity: 0.55;
}


/* =========================================================
   MARKET AXIS
   ========================================================= */

.ipbc-market-axis {

    position: absolute;

    left: 50%;

    top: 50%;

    background:
        var(--ipbc-needs-blue);

    opacity: 0.28;

    transform:
        translate(-50%, -50%);
}


.ipbc-market-axis--horizontal {

    width: 240px;

    height: 1px;
}


.ipbc-market-axis--vertical {

    width: 1px;

    height: 240px;
}


/* =========================================================
   MARKET POINT
   ========================================================= */

.ipbc-market-point {

    position: absolute;

    left: 50%;

    top: 50%;

    width: 18px;

    height: 18px;

    border-radius: 50%;

    background:
        var(--ipbc-needs-blue);

    box-shadow:
        0 0 0 8px var(--ipbc-needs-blue-thin);

    transform:
        translate(-50%, -50%);
}


/* =========================================================
   PARTNERSHIP VISUAL
   ========================================================= */

.ipbc-partnership-block {

    position: absolute;

    width: 125px;

    height: 82px;

    border:
        1px solid var(--ipbc-needs-green-reg);

    border-radius: 8px;

    background:
        var(--ipbc-needs-white);

    transition:
        transform var(--ipbc-needs-transition);
}


.ipbc-partnership-block--one {

    left: 35px;

    top: 55px;

    transform:
        rotate(-8deg);
}


.ipbc-partnership-block--two {

    right: 35px;

    bottom: 48px;

    background:
        var(--ipbc-needs-green-thin);

    transform:
        rotate(8deg);
}


.ipbc-program-need:hover
.ipbc-partnership-block--one {

    transform:
        rotate(-4deg)
        translateY(-5px);
}


.ipbc-program-need:hover
.ipbc-partnership-block--two {

    transform:
        rotate(4deg)
        translateY(5px);
}


/* =========================================================
   PARTNERSHIP LINES
   ========================================================= */

.ipbc-partnership-line {

    position: absolute;

    width: 95px;

    height: 1px;

    background:
        var(--ipbc-needs-green-reg);

    opacity: 0.45;
}


.ipbc-partnership-line--one {

    left: 105px;

    top: 108px;

    transform:
        rotate(22deg);
}


.ipbc-partnership-line--two {

    right: 100px;

    bottom: 100px;

    transform:
        rotate(-22deg);
}


/* =========================================================
   PARTNERSHIP DOT
   ========================================================= */

.ipbc-partnership-dot {

    position: absolute;

    right: 35px;

    top: 30px;

    width: 14px;

    height: 14px;

    border-radius: 50%;

    background:
        var(--ipbc-needs-red);

    box-shadow:
        0 0 0 7px var(--ipbc-needs-red-thin);
}


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

@media (max-width: 1024px) {

    .ipbc-program-needs__container {

        width:
            calc(100% - 48px);

        padding-top: 80px;

        padding-bottom: 80px;
    }


    .ipbc-program-needs__header {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(260px, 0.8fr);

        gap: 42px;

        margin-bottom: 50px;
    }


    .ipbc-program-needs__title {

        font-size: 36px;
    }


    .ipbc-program-needs__grid {

        grid-template-columns: 1fr;
    }


    .ipbc-program-need {

        min-height: 400px;

        border-right: 0;

        border-bottom:
            1px solid var(--ipbc-needs-border);
    }


    .ipbc-program-need:last-child {

        border-bottom: 0;
    }


    .ipbc-program-need__visual {

        right: 5%;

        width: 300px;

        height: 300px;
    }
}


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

@media (max-width: 767px) {

    .ipbc-program-needs__container {

        width:
            calc(100% - 36px);

        padding-top: 64px;

        padding-bottom: 64px;
    }


    .ipbc-program-needs__header {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 36px;
    }


    .ipbc-program-needs__title {

        font-size: 30px;

        line-height: 1.18;

        letter-spacing: -0.03em;
    }


    .ipbc-program-needs__description {

        max-width: none;

        font-size: 14px;

        line-height: 1.75;
    }


    .ipbc-program-needs__grid {

        display: block;
    }


    .ipbc-program-need {

        min-height: 430px;

        padding:
            28px
            24px
            34px;
    }


    .ipbc-program-need__visual {

        top: 35px;

        right: -45px;

        width: 240px;

        height: 240px;
    }


    .ipbc-program-need__content {

        max-width: 290px;

        padding-right: 0;
    }


    .ipbc-program-need__title {

        max-width: 290px;

        font-size: 23px;
    }


    .ipbc-program-need__description {

        max-width: 290px;

        font-size: 14px;

        line-height: 1.7;
    }


    .ipbc-program-need__arrow {

        right: 24px;

        bottom: 28px;

        width: 40px;

        height: 40px;
    }
}


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

@media (max-width: 420px) {

    .ipbc-program-needs__container {

        width:
            calc(100% - 28px);

        padding-top: 52px;

        padding-bottom: 52px;
    }


    .ipbc-program-needs__title {

        font-size: 27px;
    }


    .ipbc-program-need {

        min-height: 410px;

        padding:
            25px
            20px
            30px;
    }


    .ipbc-program-need__visual {

        width: 220px;

        height: 220px;

        right: -55px;

        top: 30px;
    }


    .ipbc-program-need__content {

        max-width: 270px;
    }


    .ipbc-program-need__title {

        font-size: 21px;
    }


    .ipbc-program-need__description {

        font-size: 13.5px;
    }


    .ipbc-program-need__arrow {

        right: 20px;

        bottom: 24px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ipbc-program-need,
    .ipbc-program-need__visual,
    .ipbc-program-need__arrow,
    .ipbc-partnership-block {

        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0c4592 *//* =========================================================
   SECTION 05 — MODERN CTA
   NO GLOBAL CSS DEPENDENCY
   ========================================================= */

.ipbc-cta-modern {
    position: relative;

    min-height: 620px;

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 80px 76px;

    border-radius: 20px;

    background: #082116;

    color: #ffffff;
}


/* =========================================================
   BACKGROUND
   ========================================================= */

.ipbc-cta-modern-bg {
    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 72% 45%,
            rgba(28, 112, 72, 0.34),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 20%,
            rgba(205, 45, 39, 0.20),
            transparent 24%
        ),
        linear-gradient(
            115deg,
            #071a12 0%,
            #0b2c1c 48%,
            #071912 100%
        );

    z-index: 0;
}


.ipbc-cta-modern-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5, 20, 13, 0.96) 0%,
            rgba(5, 20, 13, 0.88) 38%,
            rgba(5, 20, 13, 0.40) 66%,
            rgba(5, 20, 13, 0.16) 100%
        );

    z-index: 1;
}


/* =========================================================
   DECORATIVE GLOW
   ========================================================= */

.ipbc-cta-modern-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(2px);

    pointer-events: none;

    z-index: 1;
}


.ipbc-cta-glow-green {
    width: 380px;
    height: 380px;

    right: 18%;
    top: 8%;

    border: 1px solid rgba(109, 190, 143, 0.10);

    box-shadow:
        0 0 100px rgba(44, 137, 87, 0.15);
}


.ipbc-cta-glow-red {
    width: 180px;
    height: 180px;

    right: 4%;
    bottom: -70px;

    background: rgba(190, 45, 39, 0.10);

    filter: blur(40px);
}


/* =========================================================
   CONTENT
   ========================================================= */

.ipbc-cta-modern-content {
    position: relative;

    z-index: 5;

    width: 54%;
    max-width: 650px;
}


.ipbc-cta-modern-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 22px;

    color: #a9d5bc;

    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}


.ipbc-cta-modern-eyebrow::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #d4473f;

    border-radius: 999px;
}


.ipbc-cta-modern h2 {
    max-width: 640px;

    margin: 0 0 24px;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: clamp(
        42px,
        4.5vw,
        68px
    );

    font-weight: 800;

    line-height: 1.04;

    letter-spacing: -0.045em;
}


.ipbc-cta-modern h2 span {
    color: #8fd0aa;
}


.ipbc-cta-modern p {
    max-width: 580px;

    margin: 0 0 34px;

    color: rgba(255, 255, 255, 0.72);

    font-family: "Manrope", sans-serif;

    font-size: 17px;

    line-height: 1.75;
}


/* =========================================================
   BUTTON
   ========================================================= */

.ipbc-cta-modern-actions {
    display: flex;
    align-items: center;

    gap: 14px;
}


.ipbc-cta-modern-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    min-height: 54px;

    padding: 15px 24px;

    border: 1px solid #ffffff;

    border-radius: 8px;

    background: #ffffff;

    color: #0a341f;

    font-family: "Manrope", sans-serif;

    font-size: 14px;

    font-weight: 700;

    line-height: 1;

    text-decoration: none;

    transition:
        transform 300ms ease,
        background-color 300ms ease,
        color 300ms ease,
        box-shadow 300ms ease;
}


.ipbc-cta-modern-btn span {
    font-size: 20px;

    line-height: 1;

    transition:
        transform 250ms ease;
}


.ipbc-cta-modern-btn:hover {
    transform: translateY(-3px);

    background: #d4473f;

    border-color: #d4473f;

    color: #ffffff;

    box-shadow:
        0 12px 35px rgba(212, 71, 63, 0.25);
}


.ipbc-cta-modern-btn:hover span {
    transform: translateX(5px);
}


/* =========================================================
   NETWORK VISUAL
   ========================================================= */

.ipbc-cta-modern-visual {
    position: absolute;

    z-index: 4;

    right: 2%;

    top: 50%;

    width: 500px;
    height: 500px;

    transform: translateY(-50%);

    pointer-events: none;
}


/* =========================================================
   ORBITS
   ========================================================= */

.ipbc-network-orbit {
    position: absolute;

    left: 50%;
    top: 50%;

    border-radius: 50%;

    transform:
        translate(-50%, -50%)
        rotate(-18deg);

    border: 1px solid rgba(143, 208, 170, 0.14);
}


.ipbc-network-orbit-outer {
    width: 440px;
    height: 440px;

    border-style: dashed;

    animation:
        ipbcNetworkRotate 24s linear infinite;
}


.ipbc-network-orbit-middle {
    width: 320px;
    height: 320px;

    border-color:
        rgba(212, 71, 63, 0.20);

    animation:
        ipbcNetworkRotateReverse 18s linear infinite;
}


@keyframes ipbcNetworkRotate {

    from {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}


@keyframes ipbcNetworkRotateReverse {

    from {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

}


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

.ipbc-network-center {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 165px;
    height: 165px;

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

    transform: translate(-50%, -50%);

    border: 1px solid rgba(255, 255, 255, 0.20);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(65, 143, 96, 0.34),
            rgba(7, 35, 22, 0.92)
        );

    box-shadow:
        0 0 70px rgba(62, 153, 94, 0.20),
        inset 0 0 40px rgba(255, 255, 255, 0.04);

    text-align: center;

    animation:
        ipbcCenterFloat 4s ease-in-out infinite;
}


@keyframes ipbcCenterFloat {

    0%,
    100% {
        transform:
            translate(-50%, -50%)
            scale(1);
    }

    50% {
        transform:
            translate(-50%, -53%)
            scale(1.025);
    }

}


.ipbc-network-center-label {
    margin-bottom: 7px;

    color: #8fd0aa;

    font-family: "Manrope", sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.18em;
}


.ipbc-network-center strong {
    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 18px;

    line-height: 1.1;

    text-align: center;
}


.ipbc-network-center small {
    margin-top: 8px;

    color: rgba(255, 255, 255, 0.52);

    font-family: "Manrope", sans-serif;

    font-size: 9px;

    font-weight: 600;
}


/* =========================================================
   NETWORK NODES
   ========================================================= */

.ipbc-network-node {
    position: absolute;

    z-index: 5;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 120px;

    padding: 14px 17px;

    border: 1px solid rgba(255, 255, 255, 0.14);

    border-radius: 14px;

    background:
        rgba(9, 31, 20, 0.82);

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.20);

    backdrop-filter: blur(12px);
}


.ipbc-network-node-code {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    margin-bottom: 8px;

    border-radius: 9px;

    background: rgba(143, 208, 170, 0.12);

    color: #9ed5b4;

    font-family: "Manrope", sans-serif;

    font-size: 11px;

    font-weight: 800;
}


.ipbc-network-node strong {
    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 12px;

    font-weight: 700;
}


.ipbc-network-node small {
    margin-top: 3px;

    color: rgba(255, 255, 255, 0.48);

    font-family: "Manrope", sans-serif;

    font-size: 9px;
}


/* =========================================================
   INDONESIA
   ========================================================= */

.ipbc-node-id {
    left: 0;

    top: 18%;
}


/* =========================================================
   PAKISTAN
   ========================================================= */

.ipbc-node-pk {
    right: 0;

    top: 22%;
}


.ipbc-node-pk .ipbc-network-node-code {
    background: rgba(212, 71, 63, 0.14);

    color: #edaaa5;
}


/* =========================================================
   INVESTMENT
   ========================================================= */

.ipbc-node-investment {
    left: 3%;

    bottom: 18%;

    min-width: 105px;
}


.ipbc-node-trade {
    right: 3%;

    bottom: 15%;

    min-width: 105px;
}


.ipbc-network-node-icon {
    width: 27px;
    height: 27px;

    display: grid;
    place-items: center;

    margin-bottom: 7px;

    border-radius: 8px;

    background: rgba(212, 71, 63, 0.12);

    color: #edaaa5;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================================
   CONNECTION LINES
   ========================================================= */

.ipbc-network-line {
    position: absolute;

    z-index: 1;

    height: 1px;

    transform-origin: left center;

    background:
        linear-gradient(
            90deg,
            rgba(143, 208, 170, 0.05),
            rgba(143, 208, 170, 0.35),
            rgba(143, 208, 170, 0.05)
        );
}


/* Indonesia → Center */

.ipbc-line-id {
    width: 160px;

    left: 106px;
    top: 205px;

    transform: rotate(16deg);
}


/* Pakistan → Center */

.ipbc-line-pk {
    width: 160px;

    right: 106px;
    top: 215px;

    transform:
        rotate(164deg);
}


/* Investment → Center */

.ipbc-line-investment {
    width: 155px;

    left: 105px;
    bottom: 175px;

    transform:
        rotate(-24deg);
}


/* Trade → Center */

.ipbc-line-trade {
    width: 155px;

    right: 105px;
    bottom: 175px;

    transform:
        rotate(204deg);
}


/* =========================================================
   STATUS
   ========================================================= */

.ipbc-network-status {
    position: absolute;

    z-index: 7;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 9px 13px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 999px;

    background:
        rgba(8, 29, 19, 0.78);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.18);

    color: rgba(255, 255, 255, 0.72);

    font-family: "Manrope", sans-serif;

    font-size: 9px;

    font-weight: 600;

    backdrop-filter: blur(10px);
}


.ipbc-status-top {
    right: 40px;
    top: 6%;
}


.ipbc-status-top span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #6dd394;

    box-shadow:
        0 0 0 4px rgba(109, 211, 148, 0.10);
}


.ipbc-status-bottom {
    left: 50%;

    bottom: 4%;

    transform: translateX(-50%);

    gap: 10px;
}


.ipbc-status-bottom strong {
    color: #ffffff;

    font-size: 9px;
}


.ipbc-status-bottom span {
    color: #8fd0aa;
}


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

@media (max-width: 1100px) {

    .ipbc-cta-modern {
        padding: 70px 50px;
    }

    .ipbc-cta-modern-content {
        width: 55%;
    }

    .ipbc-cta-modern-visual {
        right: -70px;

        transform:
            translateY(-50%)
            scale(0.82);
    }

}


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

@media (max-width: 767px) {

    .ipbc-cta-modern {
        min-height: auto;

        display: block;

        padding: 55px 25px 35px;

        border-radius: 22px;
    }


    .ipbc-cta-modern-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(5, 20, 13, 0.95) 0%,
                rgba(5, 20, 13, 0.90) 60%,
                rgba(5, 20, 13, 0.96) 100%
            );
    }


    .ipbc-cta-modern-content {
        width: 100%;

        max-width: none;
    }


    .ipbc-cta-modern h2 {
        font-size: 40px;

        line-height: 1.08;
    }


    .ipbc-cta-modern p {
        font-size: 15px;

        line-height: 1.7;
    }


    .ipbc-cta-modern-visual {
        position: relative;

        right: auto;
        top: auto;

        width: 100%;
        height: 330px;

        margin-top: 30px;

        transform: none;

        overflow: hidden;
    }


    .ipbc-network-orbit-outer {
        width: 290px;
        height: 290px;
    }


    .ipbc-network-orbit-middle {
        width: 210px;
        height: 210px;
    }


    .ipbc-network-center {
        width: 115px;
        height: 115px;
    }


    .ipbc-network-center strong {
        font-size: 13px;
    }


    .ipbc-network-center small {
        font-size: 7px;
    }


    .ipbc-network-node {
        min-width: 92px;

        padding: 10px 11px;
    }


    .ipbc-network-node strong {
        font-size: 9px;
    }


    .ipbc-network-node small {
        font-size: 7px;
    }


    .ipbc-node-id {
        left: 0;

        top: 12%;
    }


    .ipbc-node-pk {
        right: 0;

        top: 15%;
    }


    .ipbc-node-investment {
        left: 0;

        bottom: 12%;
    }


    .ipbc-node-trade {
        right: 0;

        bottom: 10%;
    }


    .ipbc-network-line {
        opacity: 0.55;
    }


    .ipbc-status-top {
        right: 50%;

        top: 0;

        transform: translateX(50%);
    }


    .ipbc-status-bottom {
        bottom: 0;
    }


    .ipbc-cta-modern-btn {
        width: 100%;
    }

}/* End custom CSS */