.elementor-1141 .elementor-element.elementor-element-e552189{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1141 .elementor-element.elementor-element-dd42158{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d4da8f3 *//* =========================================================
   SHREE BALAJEE GROUP
   BOPP TAPES PRODUCT PAGE HERO
   DARK PREMIUM VERSION
   NO IMAGE OR RIGHT-SIDE VISUAL
========================================================= */

.sbg-bopp-hero {
    --sbg-bh-black: #090a08;
    --sbg-bh-charcoal: #11120e;
    --sbg-bh-charcoal-light: #191a15;
    --sbg-bh-gold: #b89c63;
    --sbg-bh-gold-dark: #8e7547;
    --sbg-bh-gold-light: #ead19a;
    --sbg-bh-ivory: #f7f4eb;
    --sbg-bh-muted: rgba(247, 244, 235, 0.68);
    --sbg-bh-border: rgba(234, 209, 154, 0.15);

    position: relative;
    isolation: isolate;
    width: 100vw;
    min-height: 630px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--sbg-bh-ivory);
    background:
        linear-gradient(
            125deg,
            var(--sbg-bh-black) 0%,
            var(--sbg-bh-charcoal) 55%,
            var(--sbg-bh-charcoal-light) 100%
        );
    font-family:
        var(--e-global-typography-text-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.sbg-bopp-hero,
.sbg-bopp-hero * {
    box-sizing: border-box;
}

/* =========================================================
   SUBTLE BACKGROUND STRUCTURE
========================================================= */

.sbg-bopp-hero::before {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        );
    background-size:
        120px 120px,
        120px 120px;
    content: "";
    pointer-events: none;
}

.sbg-bopp-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -3;
    height: 42%;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(0, 0, 0, 0.22)
        );
    content: "";
    pointer-events: none;
}

.sbg-bopp-hero__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.sbg-bopp-hero__background-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(234, 209, 154, 0.1) 17%,
            rgba(234, 209, 154, 0.1) 83%,
            transparent
        );
    transform-origin: top center;
}

.sbg-bopp-hero__background-line--one {
    left: 8%;
}

.sbg-bopp-hero__background-line--two {
    left: 50%;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(234, 209, 154, 0.045) 24%,
            rgba(234, 209, 154, 0.045) 76%,
            transparent
        );
}

.sbg-bopp-hero__background-line--three {
    right: 8%;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(234, 209, 154, 0.065) 21%,
            rgba(234, 209, 154, 0.065) 79%,
            transparent
        );
}

/* =========================================================
   FULL HERO SHUTTER
========================================================= */

.sbg-bopp-hero__curtain {
    position: absolute;
    inset: 0;
    z-index: 30;
    background:
        linear-gradient(
            115deg,
            var(--sbg-bh-black),
            #1d1e18
        );
    pointer-events: none;
    transform: translateX(101%);
}

.sbg-bopp-hero__curtain::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background:
        linear-gradient(
            180deg,
            transparent 3%,
            var(--sbg-bh-gold-light) 27%,
            var(--sbg-bh-gold) 73%,
            transparent 97%
        );
    content: "";
    box-shadow:
        -14px 0 38px rgba(234, 209, 154, 0.17);
}

.sbg-bopp-hero__curtain::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 95px;
    background:
        linear-gradient(
            90deg,
            rgba(184, 156, 99, 0.12),
            transparent
        );
    content: "";
}

/* =========================================================
   ARCHITECTURAL FRAME
========================================================= */

.sbg-bopp-hero__frame {
    position: absolute;
    inset: 27px;
    z-index: 8;
    overflow: hidden;
    border-top: 0px solid var(--sbg-bh-border);
    border-bottom: 1px solid var(--sbg-bh-border);
    pointer-events: none;
}

.sbg-bopp-hero__frame::before,
.sbg-bopp-hero__frame::after {
    position: absolute;
    width: 130px;
    height: 3px;
    content: "";
}

.sbg-bopp-hero__frame::before {
    top: -1px;
    left: 0;
    background:
        linear-gradient(
            90deg,
            var(--sbg-bh-gold),
            var(--sbg-bh-gold-light)
        );
    transform-origin: left center;
}

.sbg-bopp-hero__frame::after {
    right: 0;
    bottom: -1px;
    background:
        linear-gradient(
            90deg,
            rgba(234, 209, 154, 0.15),
            var(--sbg-bh-gold)
        );
    transform-origin: right center;
}

/* =========================================================
   CONTAINER
========================================================= */

.sbg-bopp-hero__container {
    position: relative;
    z-index: 5;
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-height: 630px;
    align-items: center;
    margin: 0 auto;
    padding: 105px 24px 88px;
}

/* =========================================================
   CONTENT
========================================================= */

.sbg-bopp-hero__content {
    position: relative;
    width: 100%;
    max-width: 920px;
    padding-left: 32px;
}

.sbg-bopp-hero__content::before {
    position: absolute;
    top: 6px;
    bottom: 7px;
    left: 0;
    width: 1px;
    background:
        linear-gradient(
            180deg,
            var(--sbg-bh-gold),
            rgba(184, 156, 99, 0.18) 74%,
            transparent
        );
    content: "";
    transform-origin: top center;
}

.sbg-bopp-hero__content::after {
    position: absolute;
    top: 6px;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--sbg-bh-gold-light);
    box-shadow:
        0 0 0 8px rgba(184, 156, 99, 0.09);
    content: "";
}

.sbg-bopp-hero__content-rule {
    display: block;
    width: 78px;
    height: 3px;
    margin-bottom: 29px;
    background:
        linear-gradient(
            90deg,
            var(--sbg-bh-gold),
            var(--sbg-bh-gold-light)
        );
    transform-origin: left center;
}

/* =========================================================
   TITLE
========================================================= */

.sbg-bopp-hero__title {
    max-width: 920px;
    margin: 0;
    color: var(--sbg-bh-ivory);
    font-family:
        var(--e-global-typography-primary-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: clamp(46px, 5.3vw, 70px);
    font-weight: 560;
    line-height: 1.035;
    letter-spacing: -0.052em;
}

.sbg-bopp-hero__title-mask {
    display: block;
    overflow: hidden;
    padding: 0.04em 0 0.11em;
}

.sbg-bopp-hero__title-mask--accent {
    margin-top: -0.045em;
    color: var(--sbg-bh-gold-light);
}

.sbg-bopp-hero__title-text {
    display: block;
    transform-origin: left bottom;
    will-change: transform;
}

/* =========================================================
   DIVIDER
========================================================= */

.sbg-bopp-hero__divider {
    width: 108px;
    height: 3px;
    margin-top: 31px;
    background:
        linear-gradient(
            90deg,
            var(--sbg-bh-gold),
            var(--sbg-bh-gold-light)
        );
    transform-origin: left center;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.sbg-bopp-hero__description-mask {
    max-width: 720px;
    overflow: hidden;
}

.sbg-bopp-hero__description {
    max-width: 720px;
    margin: 27px 0 0;
    color: var(--sbg-bh-muted);
    font-size: clamp(16px, 1.45vw, 19px);
    font-weight: 400;
    line-height: 1.76;
    will-change: transform;
}

/* =========================================================
   INITIAL SCROLL REVEAL
   NO OPACITY OR FADE ANIMATION
========================================================= */

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__curtain {
    transform: translateX(0);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__frame {
    clip-path: inset(0 100% 0 0);
    transition:
        clip-path 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__frame::before,
.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__frame::after {
    transform: scaleX(0);
    transition:
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__background-line {
    transform: scaleY(0);
    transition:
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__content::before {
    transform: scaleY(0);
    transition:
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__content::after {
    transform: scale(0);
    transition:
        transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__content-rule,
.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__divider {
    transform: scaleX(0);
    transition:
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__title-text {
    transform:
        translateY(120%)
        rotate(2deg);
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"]
.sbg-bopp-hero__description {
    transform: translateY(115%);
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================================
   REVEALED STATE
========================================================= */

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__curtain {
    transform: translateX(101%);
    transition:
        transform 1.15s cubic-bezier(0.76, 0, 0.24, 1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__frame {
    clip-path: inset(0 0 0 0);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__frame::before,
.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__frame::after,
.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__content-rule,
.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__divider {
    transform: scaleX(1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__background-line,
.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__content::before {
    transform: scaleY(1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__content::after {
    transform: scale(1);
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__title-text,
.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__description {
    transform:
        translateY(0)
        rotate(0);
}

/* =========================================================
   REVEAL TIMING
========================================================= */

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__curtain {
    transition-delay: 0.04s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__frame {
    transition-delay: 0.22s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__frame::before,
.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__frame::after {
    transition-delay: 0.47s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__background-line--one {
    transition-delay: 0.09s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__background-line--two {
    transition-delay: 0.18s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__background-line--three {
    transition-delay: 0.27s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__content-rule {
    transition-delay: 0.25s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__content::before {
    transition-delay: 0.3s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__content::after {
    transition-delay: 0.53s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__title-mask:nth-child(1)
.sbg-bopp-hero__title-text {
    transition-delay: 0.33s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__title-mask:nth-child(2)
.sbg-bopp-hero__title-text {
    transition-delay: 0.5s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__divider {
    transition-delay: 0.68s;
}

.sbg-bopp-hero[data-sbg-bopp-ready="true"].is-inview
.sbg-bopp-hero__description {
    transition-delay: 0.77s;
}

/* =========================================================
   ELEMENTOR EDITOR PROTECTION
========================================================= */

body.elementor-editor-active
.sbg-bopp-hero__curtain,
body.elementor-edit-area-active
.sbg-bopp-hero__curtain,
body.elementor-editor-preview
.sbg-bopp-hero__curtain,
.elementor-editor-active
.sbg-bopp-hero__curtain {
    display: none !important;
}

body.elementor-editor-active
.sbg-bopp-hero__frame,
body.elementor-editor-active
.sbg-bopp-hero__frame::before,
body.elementor-editor-active
.sbg-bopp-hero__frame::after,
body.elementor-editor-active
.sbg-bopp-hero__background-line,
body.elementor-editor-active
.sbg-bopp-hero__content::before,
body.elementor-editor-active
.sbg-bopp-hero__content::after,
body.elementor-editor-active
.sbg-bopp-hero__content-rule,
body.elementor-editor-active
.sbg-bopp-hero__title-text,
body.elementor-editor-active
.sbg-bopp-hero__divider,
body.elementor-editor-active
.sbg-bopp-hero__description,
body.elementor-edit-area-active
.sbg-bopp-hero__frame,
body.elementor-edit-area-active
.sbg-bopp-hero__frame::before,
body.elementor-edit-area-active
.sbg-bopp-hero__frame::after,
body.elementor-edit-area-active
.sbg-bopp-hero__background-line,
body.elementor-edit-area-active
.sbg-bopp-hero__content::before,
body.elementor-edit-area-active
.sbg-bopp-hero__content::after,
body.elementor-edit-area-active
.sbg-bopp-hero__content-rule,
body.elementor-edit-area-active
.sbg-bopp-hero__title-text,
body.elementor-edit-area-active
.sbg-bopp-hero__divider,
body.elementor-edit-area-active
.sbg-bopp-hero__description,
body.elementor-editor-preview
.sbg-bopp-hero__frame,
body.elementor-editor-preview
.sbg-bopp-hero__frame::before,
body.elementor-editor-preview
.sbg-bopp-hero__frame::after,
body.elementor-editor-preview
.sbg-bopp-hero__background-line,
body.elementor-editor-preview
.sbg-bopp-hero__content::before,
body.elementor-editor-preview
.sbg-bopp-hero__content::after,
body.elementor-editor-preview
.sbg-bopp-hero__content-rule,
body.elementor-editor-preview
.sbg-bopp-hero__title-text,
body.elementor-editor-preview
.sbg-bopp-hero__divider,
body.elementor-editor-preview
.sbg-bopp-hero__description {
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    .sbg-bopp-hero,
    .sbg-bopp-hero__container {
        min-height: 590px;
    }

    .sbg-bopp-hero__container {
        padding: 98px 24px 80px;
    }

    .sbg-bopp-hero__content {
        max-width: 830px;
    }

    .sbg-bopp-hero__title {
        max-width: 830px;
        font-size: clamp(43px, 6vw, 60px);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .sbg-bopp-hero,
    .sbg-bopp-hero__container {
        min-height: 570px;
    }

    .sbg-bopp-hero__container {
        align-items: flex-end;
        padding: 105px 18px 72px;
    }

    .sbg-bopp-hero__frame {
        inset: 18px;
    }

    .sbg-bopp-hero__background-line--two {
        display: none;
    }

    .sbg-bopp-hero__content {
        max-width: 670px;
        padding-left: 24px;
    }

    .sbg-bopp-hero__title {
        font-size: clamp(39px, 10.3vw, 52px);
    }

    .sbg-bopp-hero__description {
        max-width: 590px;
        font-size: 15px;
        line-height: 1.72;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .sbg-bopp-hero,
    .sbg-bopp-hero__container {
        min-height: 530px;
    }

    .sbg-bopp-hero__container {
        padding: 92px 18px 62px;
    }

    .sbg-bopp-hero__content {
        padding-left: 21px;
    }

    .sbg-bopp-hero__content-rule {
        width: 62px;
        margin-bottom: 23px;
    }

    .sbg-bopp-hero__title {
        font-size: 36px;
    }

    .sbg-bopp-hero__divider {
        width: 82px;
        margin-top: 25px;
    }

    .sbg-bopp-hero__description {
        margin-top: 22px;
        font-size: 14px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .sbg-bopp-hero__curtain {
        display: none !important;
    }

    .sbg-bopp-hero__frame,
    .sbg-bopp-hero__frame::before,
    .sbg-bopp-hero__frame::after,
    .sbg-bopp-hero__background-line,
    .sbg-bopp-hero__content::before,
    .sbg-bopp-hero__content::after,
    .sbg-bopp-hero__content-rule,
    .sbg-bopp-hero__title-text,
    .sbg-bopp-hero__divider,
    .sbg-bopp-hero__description {
        clip-path: none !important;
        transform: none !important;
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4aa2fa3 *//* =========================================================
   SHREE BALAJEE GROUP
   INVESTOR RELATIONS
   LIGHT VERSION
========================================================= */

.sbg-investor-docs {
    --sbg-id-bg: #f7f4eb;
    --sbg-id-bg-light: #fffdf8;
    --sbg-id-bg-soft: #f0ebdf;

    --sbg-id-charcoal: #20211c;
    --sbg-id-charcoal-soft: #373831;

    --sbg-id-gold: #a88c56;
    --sbg-id-gold-dark: #7f673c;
    --sbg-id-gold-light: #c8aa70;

    --sbg-id-muted: #6d6c63;

    --sbg-id-border:
        rgba(75, 67, 51, 0.14);

    --sbg-id-border-gold:
        rgba(168, 140, 86, 0.28);

    position: relative;

    isolation: isolate;

    overflow: hidden;

    padding: 125px 24px;

    color:
        var(--sbg-id-charcoal);

    background:
        linear-gradient(
            135deg,
            #fffdf8 0%,
            #f7f4eb 52%,
            #eee8da 100%
        );

    font-family:
        var(--e-global-typography-text-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
}


.sbg-investor-docs,
.sbg-investor-docs * {
    box-sizing: border-box;
}


/* =========================================================
   BACKGROUND LINES
========================================================= */

.sbg-investor-docs::before,
.sbg-investor-docs::after {
    position: absolute;

    top: 0;

    width: 1px;
    height: 100%;

    content: "";

    pointer-events: none;
}


.sbg-investor-docs::before {
    left: 8%;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(127, 103, 60, 0.09) 17%,
            rgba(127, 103, 60, 0.09) 83%,
            transparent
        );
}


.sbg-investor-docs::after {
    right: 8%;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(127, 103, 60, 0.055) 23%,
            rgba(127, 103, 60, 0.055) 77%,
            transparent
        );
}


/* =========================================================
   ORNAMENTS
========================================================= */

.sbg-investor-docs__ornament {
    position: absolute;

    z-index: -1;

    border:
        1px solid
        rgba(168, 140, 86, 0.12);

    border-radius: 50%;

    pointer-events: none;
}


.sbg-investor-docs__ornament::before {
    position: absolute;

    inset: 110px;

    border:
        1px solid
        rgba(168, 140, 86, 0.07);

    border-radius: 50%;

    content: "";
}


.sbg-investor-docs__ornament--one {
    top: -320px;
    right: -280px;

    width: 720px;
    height: 720px;
}


.sbg-investor-docs__ornament--two {
    bottom: -360px;
    left: -300px;

    width: 660px;
    height: 660px;
}


/* =========================================================
   CONTAINER
========================================================= */

.sbg-investor-docs__container {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.sbg-investor-docs__header {
    max-width: 1100px;

    margin-bottom: 66px;
}


/* =========================================================
   EYEBROW
========================================================= */

.sbg-investor-docs__eyebrow {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 26px;

    color:
        var(--sbg-id-gold-dark);

    font-size: 10px;

    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 0.19em;

    text-transform: uppercase;
}


.sbg-investor-docs__eyebrow-line {
    width: 47px;
    height: 1px;

    flex: 0 0 auto;

    background:
        var(--sbg-id-gold);
}


/* =========================================================
   HEADER GRID
========================================================= */

.sbg-investor-docs__header-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(300px, 0.85fr);

    align-items: end;

    gap:
        clamp(
            40px,
            7vw,
            100px
        );
}


/* =========================================================
   TITLE
========================================================= */

.sbg-investor-docs__title {
    max-width: 650px;

    margin: 0;

    color:
        var(--sbg-id-charcoal);

    font-family:
        var(--e-global-typography-primary-font-family),
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            42px,
            5vw,
            64px
        );

    font-weight: 560;

    line-height: 1.04;

    letter-spacing:
        -0.05em;
}


.sbg-investor-docs__title span {
    display: block;

    color:
        var(--sbg-id-gold-dark);
}


/* =========================================================
   INTRO
========================================================= */

.sbg-investor-docs__intro {
    max-width: 470px;

    margin: 0;

    color:
        var(--sbg-id-muted);

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   HEADER RULE
========================================================= */

.sbg-investor-docs__header-rule {
    width: 100%;
    height: 1px;

    margin-top: 42px;

    background:
        linear-gradient(
            90deg,
            var(--sbg-id-gold),
            rgba(168, 140, 86, 0.22),
            transparent
        );
}


/* =========================================================
   ACCORDION
========================================================= */

.sbg-investor-docs__accordion {
    border-top:
        1px solid
        var(--sbg-id-border);
}


/* =========================================================
   CATEGORY
========================================================= */

.sbg-investor-docs__category {
    position: relative;

    border-bottom:
        1px solid
        var(--sbg-id-border);

    background:
        rgba(255, 253, 248, 0);

    transition:
        background-color 0.4s ease,
        box-shadow 0.4s ease;
}


.sbg-investor-docs__category:hover {
    background:
        rgba(255, 253, 248, 0.46);
}


.sbg-investor-docs__category.is-open {
    background:
        rgba(255, 253, 248, 0.82);

    box-shadow:
        0 16px 35px
        rgba(47, 43, 32, 0.05);
}


/* =========================================================
   CATEGORY TRIGGER
========================================================= */

.sbg-investor-docs__category-trigger {
    position: relative;

    display: grid;

    width: 100%;

    grid-template-columns:
        65px
        minmax(0, 1fr)
        auto
        44px;

    align-items: center;

    gap: 24px;

    min-height: 112px;

    padding: 26px 0;

    border: 0;

    color:
        var(--sbg-id-charcoal);

    background:
        transparent;

    font: inherit;

    text-align: left;

    cursor: pointer;
}


.sbg-investor-docs__category-trigger::before {
    position: absolute;

    top: 16px;
    bottom: 16px;
    left: 0;

    width: 3px;

    background:
        linear-gradient(
            180deg,
            var(--sbg-id-gold-light),
            var(--sbg-id-gold-dark)
        );

    content: "";

    transform:
        scaleY(0);

    transform-origin:
        center;

    transition:
        transform 0.45s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


.sbg-investor-docs__category:hover
.sbg-investor-docs__category-trigger::before,

.sbg-investor-docs__category.is-open
.sbg-investor-docs__category-trigger::before {
    transform:
        scaleY(1);
}


/* =========================================================
   CATEGORY NUMBER
========================================================= */

.sbg-investor-docs__category-number {
    color:
        var(--sbg-id-gold-dark);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.16em;
}


/* =========================================================
   CATEGORY HEADING
========================================================= */

.sbg-investor-docs__category-heading {
    color:
        var(--sbg-id-charcoal);

    font-size:
        clamp(
            18px,
            2vw,
            25px
        );

    font-weight: 590;

    line-height: 1.3;

    letter-spacing:
        -0.03em;
}


/* =========================================================
   COUNT
========================================================= */

.sbg-investor-docs__category-count {
    color:
        #858379;

    font-size: 10px;

    font-weight: 650;

    letter-spacing:
        0.08em;

    text-transform: uppercase;

    white-space: nowrap;
}


/* =========================================================
   PLUS ICON
========================================================= */

.sbg-investor-docs__category-icon {
    position: relative;

    display: block;

    width: 38px;
    height: 38px;

    border:
        1px solid
        rgba(127, 103, 60, 0.24);

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.42);

    transition:
        border-color 0.35s ease,
        background-color 0.35s ease,
        transform 0.4s ease;
}


.sbg-investor-docs__category-icon span {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 12px;
    height: 1px;

    background:
        var(--sbg-id-gold-dark);

    transition:
        transform 0.4s ease;
}


.sbg-investor-docs__category-icon span:first-child {
    transform:
        translate(-50%, -50%);
}


.sbg-investor-docs__category-icon span:last-child {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


.sbg-investor-docs__category.is-open
.sbg-investor-docs__category-icon {
    border-color:
        var(--sbg-id-gold);

    background:
        rgba(168, 140, 86, 0.1);

    transform:
        rotate(180deg);
}


.sbg-investor-docs__category.is-open
.sbg-investor-docs__category-icon
span:last-child {
    transform:
        translate(-50%, -50%);
}


/* =========================================================
   PANEL
========================================================= */

.sbg-investor-docs__category-panel {
    height: 0;

    overflow: hidden;

    transition:
        height 0.65s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


.sbg-investor-docs__category-panel[hidden] {
    display: none;
}


.sbg-investor-docs__category-inner {
    padding:
        4px 0 34px 89px;
}


/* =========================================================
   DOCUMENT ROW
========================================================= */

.sbg-investor-docs__document {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 30px;

    min-height: 92px;

    padding:
        20px 22px;

    border-top:
        1px solid
        rgba(67, 62, 51, 0.1);

    background:
        rgba(247, 244, 235, 0.46);

    transition:
        background-color 0.35s ease,
        padding-left 0.4s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        ),
        box-shadow 0.35s ease;
}


.sbg-investor-docs__document:last-child {
    border-bottom:
        1px solid
        rgba(67, 62, 51, 0.1);
}


.sbg-investor-docs__document::before {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;

    width: 2px;

    background:
        var(--sbg-id-gold);

    content: "";

    opacity: 0;

    transform:
        scaleY(0.3);

    transition:
        opacity 0.35s ease,
        transform 0.4s ease;
}


.sbg-investor-docs__document:hover {
    padding-left: 28px;

    background:
        #fffdf8;

    box-shadow:
        0 10px 28px
        rgba(64, 55, 39, 0.065);
}


.sbg-investor-docs__document:hover::before {
    opacity: 1;

    transform:
        scaleY(1);
}


/* =========================================================
   DOCUMENT MAIN
========================================================= */

.sbg-investor-docs__document-main {
    display: flex;

    min-width: 0;

    align-items: center;

    gap: 18px;
}


/* =========================================================
   PDF ICON
========================================================= */

.sbg-investor-docs__pdf-icon {
    position: relative;

    display: inline-flex;

    width: 47px;
    height: 54px;

    align-items: center;

    justify-content: center;

    flex: 0 0 auto;

    border:
        1px solid
        rgba(168, 140, 86, 0.27);

    color:
        var(--sbg-id-gold-dark);

    background:
        rgba(168, 140, 86, 0.065);
}


.sbg-investor-docs__pdf-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.3;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.sbg-investor-docs__pdf-icon small {
    position: absolute;

    right: 3px;
    bottom: 2px;

    color:
        var(--sbg-id-gold-dark);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 0.05em;
}


/* =========================================================
   DOCUMENT TEXT
========================================================= */

.sbg-investor-docs__document-copy {
    min-width: 0;
}


.sbg-investor-docs__document-index {
    display: block;

    margin-bottom: 5px;

    color:
        var(--sbg-id-gold-dark);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.15em;

    opacity: 0.72;
}


.sbg-investor-docs__document-copy h3 {
    margin: 0;

    color:
        var(--sbg-id-charcoal);

    font-size: 14px;

    font-weight: 550;

    line-height: 1.5;

    letter-spacing:
        -0.012em;
}


/* =========================================================
   ACTIONS
========================================================= */

.sbg-investor-docs__actions {
    display: flex;

    align-items: center;

    gap: 9px;
}


.sbg-investor-docs__action {
    display: inline-flex;

    min-height: 38px;

    align-items: center;

    justify-content: center;

    gap: 7px;

    padding:
        9px 13px;

    border:
        1px solid
        rgba(67, 62, 51, 0.16);

    color:
        #615f57;

    background:
        rgba(255, 255, 255, 0.45);

    font-size: 9px;

    font-weight: 700;

    line-height: 1;

    letter-spacing:
        0.06em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}


.sbg-investor-docs__action svg {
    width: 14px;
    height: 14px;

    flex: 0 0 auto;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.sbg-investor-docs__action:hover,
.sbg-investor-docs__action:focus-visible {
    border-color:
        var(--sbg-id-gold);

    color:
        var(--sbg-id-charcoal);

    background:
        rgba(168, 140, 86, 0.09);

    transform:
        translateY(-2px);
}


/* Download button slightly stronger */

.sbg-investor-docs__action--download {
    border-color:
        var(--sbg-id-gold);

    color:
        var(--sbg-id-gold-dark);

    background:
        rgba(168, 140, 86, 0.065);
}


.sbg-investor-docs__action--download:hover {
    color: #ffffff;

    background:
        var(--sbg-id-gold-dark);

    border-color:
        var(--sbg-id-gold-dark);
}


/* =========================================================
   FOCUS
========================================================= */

.sbg-investor-docs button:focus-visible,
.sbg-investor-docs a:focus-visible {
    outline:
        2px solid
        var(--sbg-id-gold-dark);

    outline-offset: 3px;
}


/* =========================================================
   INITIAL ANIMATION
========================================================= */

.sbg-investor-docs[
    data-sbg-investor-ready="true"
]
.sbg-investor-docs__eyebrow,

.sbg-investor-docs[
    data-sbg-investor-ready="true"
]
.sbg-investor-docs__title,

.sbg-investor-docs[
    data-sbg-investor-ready="true"
]
.sbg-investor-docs__intro {
    opacity: 0;

    transform:
        translateY(20px);

    transition:
        opacity 0.85s ease,
        transform 0.85s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


.sbg-investor-docs[
    data-sbg-investor-ready="true"
]
.sbg-investor-docs__eyebrow-line,

.sbg-investor-docs[
    data-sbg-investor-ready="true"
]
.sbg-investor-docs__header-rule {
    transform:
        scaleX(0);

    transform-origin:
        left center;

    transition:
        transform 0.9s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


.sbg-investor-docs[
    data-sbg-investor-ready="true"
]
.sbg-investor-docs__category {
    opacity: 0;

    transform:
        translateY(24px);

    transition:
        opacity 0.7s ease,
        transform 0.7s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


/* =========================================================
   VISIBLE STATE
========================================================= */

.sbg-investor-docs[
    data-sbg-investor-ready="true"
].is-inview
.sbg-investor-docs__eyebrow,

.sbg-investor-docs[
    data-sbg-investor-ready="true"
].is-inview
.sbg-investor-docs__title,

.sbg-investor-docs[
    data-sbg-investor-ready="true"
].is-inview
.sbg-investor-docs__intro,

.sbg-investor-docs[
    data-sbg-investor-ready="true"
].is-inview
.sbg-investor-docs__category {
    opacity: 1;

    transform: none;
}


.sbg-investor-docs[
    data-sbg-investor-ready="true"
].is-inview
.sbg-investor-docs__eyebrow-line,

.sbg-investor-docs[
    data-sbg-investor-ready="true"
].is-inview
.sbg-investor-docs__header-rule {
    transform:
        scaleX(1);
}


/* =========================================================
   ANIMATION DELAYS
========================================================= */

.sbg-investor-docs.is-inview
.sbg-investor-docs__title {
    transition-delay:
        0.08s;
}


.sbg-investor-docs.is-inview
.sbg-investor-docs__intro {
    transition-delay:
        0.17s;
}


.sbg-investor-docs.is-inview
.sbg-investor-docs__category:nth-child(1) {
    transition-delay: 0.23s;
}

.sbg-investor-docs.is-inview
.sbg-investor-docs__category:nth-child(2) {
    transition-delay: 0.3s;
}

.sbg-investor-docs.is-inview
.sbg-investor-docs__category:nth-child(3) {
    transition-delay: 0.37s;
}

.sbg-investor-docs.is-inview
.sbg-investor-docs__category:nth-child(4) {
    transition-delay: 0.44s;
}

.sbg-investor-docs.is-inview
.sbg-investor-docs__category:nth-child(5) {
    transition-delay: 0.51s;
}

.sbg-investor-docs.is-inview
.sbg-investor-docs__category:nth-child(6) {
    transition-delay: 0.58s;
}

.sbg-investor-docs.is-inview
.sbg-investor-docs__category:nth-child(7) {
    transition-delay: 0.65s;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .sbg-investor-docs {
        padding:
            105px 24px;
    }

    .sbg-investor-docs__header-grid {
        grid-template-columns:
            1fr;

        gap: 28px;
    }

    .sbg-investor-docs__intro {
        max-width: 650px;
    }

    .sbg-investor-docs__category-trigger {
        grid-template-columns:
            50px
            minmax(0, 1fr)
            auto
            40px;

        gap: 18px;
    }

    .sbg-investor-docs__category-inner {
        padding-left: 68px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .sbg-investor-docs {
        padding:
            85px 18px;
    }

    .sbg-investor-docs::before,
    .sbg-investor-docs::after {
        display: none;
    }

    .sbg-investor-docs__header {
        margin-bottom: 48px;
    }

    .sbg-investor-docs__title {
        font-size:
            clamp(
                38px,
                10vw,
                48px
            );
    }

    .sbg-investor-docs__intro {
        font-size: 14px;

        line-height: 1.75;
    }


    /* Category */

    .sbg-investor-docs__category-trigger {
        grid-template-columns:
            35px
            minmax(0, 1fr)
            35px;

        gap: 11px;

        min-height: 94px;

        padding:
            21px 0;
    }

    .sbg-investor-docs__category-number {
        font-size: 9px;
    }

    .sbg-investor-docs__category-heading {
        font-size: 17px;
    }

    .sbg-investor-docs__category-count {
        display: none;
    }

    .sbg-investor-docs__category-icon {
        width: 32px;
        height: 32px;
    }


    /* Documents */

    .sbg-investor-docs__category-inner {
        padding:
            0 0 25px 0;
    }


    .sbg-investor-docs__document {
        grid-template-columns:
            1fr;

        gap: 16px;

        padding:
            18px 12px;

        background:
            rgba(255, 253, 248, 0.74);
    }


    .sbg-investor-docs__document:hover {
        padding-left:
            17px;
    }


    .sbg-investor-docs__pdf-icon {
        width: 42px;
        height: 48px;
    }


    .sbg-investor-docs__document-copy h3 {
        font-size: 13px;
    }


    .sbg-investor-docs__actions {
        padding-left: 60px;
    }


    .sbg-investor-docs__action {
        min-height: 36px;

        padding:
            8px 11px;

        font-size: 8px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .sbg-investor-docs {
        padding:
            70px 18px;
    }

    .sbg-investor-docs__eyebrow {
        margin-bottom: 21px;
    }

    .sbg-investor-docs__eyebrow-line {
        width: 38px;
    }

    .sbg-investor-docs__title {
        font-size: 36px;
    }

    .sbg-investor-docs__category-heading {
        font-size: 15px;
    }


    .sbg-investor-docs__document-main {
        align-items:
            flex-start;

        gap: 13px;
    }


    .sbg-investor-docs__actions {
        display: grid;

        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        padding-left:
            55px;
    }


    .sbg-investor-docs__action {
        width: 100%;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (
    prefers-reduced-motion:
    reduce
) {

    .sbg-investor-docs *,
    .sbg-investor-docs *::before,
    .sbg-investor-docs *::after {
        transition:
            none !important;

        animation:
            none !important;
    }


    .sbg-investor-docs__eyebrow,
    .sbg-investor-docs__title,
    .sbg-investor-docs__intro,
    .sbg-investor-docs__category {
        opacity:
            1 !important;

        transform:
            none !important;
    }


    .sbg-investor-docs__eyebrow-line,
    .sbg-investor-docs__header-rule {
        transform:
            none !important;
    }

}

/* =========================================================
   FIX: REMOVE BLUE HOVER / ACTIVE BACKGROUND
========================================================= */

.sbg-investor-docs__category-trigger,
.sbg-investor-docs__category-trigger:hover,
.sbg-investor-docs__category-trigger:focus,
.sbg-investor-docs__category-trigger:active,
.sbg-investor-docs__category.is-open
.sbg-investor-docs__category-trigger {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--sbg-id-charcoal) !important;
    box-shadow: none !important;
}

.sbg-investor-docs__category:hover,
.sbg-investor-docs__category.is-open {
    background:
        rgba(255, 253, 248, 0.82) !important;
}

.sbg-investor-docs__category-trigger:hover
.sbg-investor-docs__category-heading,
.sbg-investor-docs__category-trigger:focus
.sbg-investor-docs__category-heading,
.sbg-investor-docs__category.is-open
.sbg-investor-docs__category-heading {
    color: var(--sbg-id-charcoal) !important;
}

.sbg-investor-docs__category-trigger:hover
.sbg-investor-docs__category-number,
.sbg-investor-docs__category.is-open
.sbg-investor-docs__category-number {
    color: var(--sbg-id-gold-dark) !important;
}/* End custom CSS */