body {
    font-family: "Aptos-Display", Helvetica;
    font-weight: 400;
    color: var(--semantic-text-primary-duplicate);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: unset;
}

.homepage {
    /*display: inline-flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    background-color: #ffffff;
}

    .homepage .frame {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 100vh;
        background-color: var(--nbg-blue-3);
        /* Gradient overlay using pseudo-element */
    }

        .homepage .frame::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            /* Smoother gradient with more stops and softer transitions */
            background: linear-gradient( 120deg, var(--nbg-blue-3, #003841) 0%, rgba(0, 56, 65, 0.92) 20%, rgba(0, 127, 163, 0.15) 55%, rgba(0, 127, 163, 0.10) 75%, rgba(255,255,255,0.03) 100% );
            opacity: 0.55;
        }

        .homepage .frame > * {
            position: relative;
            z-index: 1;
        }

    .homepage .medium-length-hero {
        position: absolute;
        top: 40vh;
        left: calc(50% - 450px);
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 400;
        color: transparent;
        font-size: 80px;
        text-align: center;
        letter-spacing: 0;
        line-height: 80px;
    }

    .homepage .text-wrapper {
        font-weight: 700;
        color: #efefef;
        line-height: 96.0px;
    }

    .homepage .span {
        font-family: "Aptos-Regular", Helvetica;
        color: #ffffff;
    }

    .homepage .lorem-ipsum-dolor {
        position: absolute;
        width: 436px;
        top: 66vh;
        left: calc(50% - 150px);
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #efefef;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0;
        line-height: 19.2px;
    }

    .homepage .scroll {
        position: absolute;
        width: 50px;
        height: 60px;
        bottom: 10vh;
        left: 50%;
        cursor: pointer;
    }


    .homepage .section {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 48px;
        padding: 52px 0px;
        position: relative;
        flex: 0 0 auto;
        background-color: #ffffff;
    }

    .homepage .section-title {
        display: flex;
        flex-direction: column;
        width: 768px;
        align-items: center;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
    }

    .homepage .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .heading {
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: #292929;
        font-size: 48px;
        text-align: center;
        line-height: 57.6px;
        position: relative;
        align-self: stretch;
        letter-spacing: 0;
    }

    .homepage .text {
        position: relative;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #292929;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0;
        line-height: 21.6px;
    }
    /*article loop*/




    .homepage .frame-3 {
        background-image: url(/img/frame-81-1.svg);
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 337px;
        border-radius: 20px;
        background-size: cover;
        background-position: 50% 50%;
    }



    .homepage .text-5 {
        position: relative;
        align-self: stretch;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: var(--nbg-grayscale-5);
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
    }

    .homepage .frame-4 {
        background-image: url(/img/frame-81-2.svg);
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 337px;
        border-radius: 20px;
        background-size: cover;
        background-position: 50% 50%;
    }

    .homepage .hubs-pillbox-2 {
        display: flex;
        width: 106px;
        height: 29px;
        background-color: var(--neutral-2);
        align-items: flex-start;
        padding: 4px 13px;
        position: relative;
        border-radius: 35px;
    }

    .homepage .frame-wrapper {
        position: relative;
        align-self: center;
        height: auto; /* Let it grow with content */
        background-color: #ffffff;
    }

    .homepage .frame-wrapper2 {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 1471px;
        background-color: #ffffff;
    }


    .homepage .frame-5 {
        display: flex;
        flex-direction: column;
         /*width: 1184px;*/
        align-items: center;
        gap: 48px;
        padding: 52px 0px;
        background-color: #ffffff;
        height: auto;
    }

    .homepage .frame-6 {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .column {
        display: flex;
        justify-content: center;
        gap: 24px;
        padding: 24px 16px 28px;
        flex: 1;
        flex-grow: 1;
        background-color: var(--nbg-grayscale-1);
        border-radius: 20px;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .homepage .img-3 {
        position: relative;
        width: 60px;
        height: 60px;
    }

    .homepage .img-33 {
        position: relative;
        width: 200px;
        height: 200px;
    }

    .homepage .content-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .homepage .heading-2 {
        margin-top: -1.00px;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #292929;
        font-size: 16px;
        line-height: 20.8px;
        position: relative;
        align-self: stretch;
        letter-spacing: 0;
    }

    .homepage .text-6 {
        position: relative;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--semantic-text-primary);
        font-size: 32px;
        letter-spacing: 0;
        line-height: 38.4px;
    }

    .homepage .column-2 {
        display: flex;
        gap: 24px;
        padding: 24px 16px 28px;
        flex: 1;
        flex-grow: 1;
        background-color: var(--nbg-grayscale-1);
        border-radius: 20px;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .homepage .container-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 48px 40px;
        position: relative;
        flex: 0 0 auto;
        background-color: var(--nbg-grayscale-1);
        width: 100%;
    }

    .homepage .container {
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 0px 16px;
        position: relative;
        max-width: 1430px;
        margin: 0 auto;
    }

    .homepage .content-4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .homepage .div-2 {
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        flex: 0 0 auto;
    }

    .homepage .heading-3 {
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--semantic-text-primary-duplicate);
        font-size: 48px;
        line-height: 57.6px;
        position: relative;
        align-self: stretch;
        letter-spacing: 0;
    }

    .homepage .text-7 {
        position: relative;
        align-self: stretch;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #696969;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
    }

    .homepage .style-secondary {
        all: unset;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        padding: 12px 0px;
        position: relative;
        flex: 0 0 auto;
    }

    .homepage .button-3 {
        all: unset;
        box-sizing: border-box;
        position: relative;
        width: fit-content;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--nbg-blue-2);
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        text-decoration: underline;
        white-space: nowrap;
        cursor: pointer;
    }

    /* Center button containers in rich text content */
    .homepage .rich-text-content > div[style*="display: flex"] {
        justify-content: center;
    }

    .homepage .mask-group {
        position: relative;
        width: 684px;
        height: 640px;
    }

    .homepage .frame-7 {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 874px;
        background-color: #ffffff;
    }

    .homepage .frame-8 {
        display: flex;
        flex-direction: column;
        max-width: 1430px;
        width: 100%;
        align-items: center;
        gap: 48px;
        padding: 52px 40px;
        position: relative;
        margin: 0 auto;
    }

    .homepage .content-wrapper {
        width: 768px;
        align-items: center;
        gap: 16px;
        display: flex;
        flex-direction: column;
        position: relative;
        flex: 0 0 auto;
    }

    .homepage .content-5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .text-8 {
        position: relative;
        width: 712px;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #292929;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0;
        line-height: 27px;
    }

    .homepage .frame-9 {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .frame-7 .frame-10:not([style*="grid"]) {
        display: flex;
        flex-direction: column;
        width: 825px;
        align-items: flex-start;
        gap: 23px;
        position: relative;
        align-self: stretch;
    }

    .homepage .title-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 171px;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        background-color: var(--nbg-grayscale-1);
        border-radius: 20px;
    }

    .homepage .title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .frame-11 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .job-title {
        margin-top: -1.00px;
        position: relative;
        align-self: stretch;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--nbg-blue-2);
        font-size: 20px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .homepage .frame-12 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .name {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--nbg-grayscale-typography-only);
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
    }

    .homepage .job-title-2 {
        position: relative;
        align-self: stretch;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: var(--nbg-grayscale-typography-only);
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .homepage .title-2 {
        margin-bottom: -6.00px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .job-title-3 {
        margin-top: -2.00px;
        position: relative;
        align-self: stretch;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--nbg-blue-2);
        font-size: 20px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .homepage .calendar-collapsed {
        display: flex;
        flex-direction: column;
        height: 559px;
        align-items: flex-start;
        gap: 56px;
        padding: 72px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        background-color: #ffffff;
        border-radius: 12px;
        border: 1px solid;
        border-color: #e1e2e1;
        box-shadow: 0px 4px 32px #aaaaaa08;
    }

    .homepage .month-selector {
        position: relative;
        width: 418.63px;
        height: 29px;
    }

    .homepage .text-wrapper-2 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 0;
        font-family: var(--bold-font-family);
        font-weight: var(--bold-font-weight);
        color: var(--light-primary);
        font-size: var(--bold-font-size);
        text-align: center;
        letter-spacing: var(--bold-letter-spacing);
        line-height: var(--bold-line-height);
        font-style: var(--bold-font-style);
    }

    .homepage .arrows {
        position: absolute;
        width: 41px;
        height: 13px;
        top: 8px;
        left: 377px;
    }

    .homepage .calendar-events {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        position: relative;
        flex: 0 0 auto;
        margin-bottom: -18.00px;
    }

    .homepage .weekdays-weeks {
        position: relative;
        width: 413px;
        height: 348px;
    }

    .homepage .weekdays {
        position: absolute;
        width: 427px;
        height: 29px;
        top: 0;
        left: 0;
    }

    .homepage .text-wrapper-3 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 0;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        color: var(--light-primary);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-4 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 70px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        color: var(--light-primary);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-5 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 132px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        color: var(--light-primary);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-6 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 202px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        color: var(--light-primary);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-7 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 265px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        color: var(--light-primary);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-8 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 321px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        color: var(--light-primary);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-9 {
        position: absolute;
        height: 29px;
        top: 0;
        left: 383px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        color: var(--light-primary);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .week {
        position: absolute;
        width: 203px;
        height: 29px;
        top: 61px;
        left: 211px;
    }

    .homepage .text-wrapper-10 {
        top: 0;
        left: 0;
        color: var(--light-secondary);
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-11 {
        top: 0;
        left: 59px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-12 {
        top: 0;
        left: 117px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-13 {
        top: 0;
        left: 179px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .week-2 {
        position: absolute;
        width: 413px;
        height: 56px;
        top: 108px;
        left: 11px;
    }

    .homepage .text-wrapper-14 {
        top: 14px;
        left: 0;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-15 {
        top: 14px;
        left: 65px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-16 {
        top: 14px;
        left: 132px;
        color: var(--light-secondary);
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .overlap-group-2 {
        position: absolute;
        width: 56px;
        height: 56px;
        top: 0;
        left: 178px;
        background-color: #003841;
        border-radius: 28px;
    }

    .homepage .text-wrapper-17 {
        top: 14px;
        left: 20px;
        color: var(--light-selected);
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-18 {
        top: 14px;
        left: 258px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .ellipse {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 46px;
        left: 262px;
        background-color: var(--nbg-blue-1);
        border-radius: 5px;
    }

    .homepage .text-wrapper-19 {
        top: 14px;
        left: 312px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-20 {
        top: 14px;
        left: 376px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .week-3 {
        position: absolute;
        width: 421px;
        height: 41px;
        top: 183px;
        left: 5px;
    }

    .homepage .text-wrapper-21 {
        top: 0;
        left: 0;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-22 {
        top: 0;
        left: 66px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-23 {
        top: 0;
        left: 131px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-24 {
        top: 0;
        left: 199px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-25 {
        top: 0;
        left: 259px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-26 {
        top: 0;
        left: 318px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-27 {
        top: 0;
        left: 380px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .ellipse-2 {
        top: 31px;
        left: 390px;
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--nbg-blue-1);
        border-radius: 5px;
    }

    .homepage .week-4 {
        position: absolute;
        width: 422px;
        height: 29px;
        top: 244px;
        left: 5px;
    }

    .homepage .text-wrapper-28 {
        top: 0;
        left: 64px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-29 {
        top: 0;
        left: 132px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-30 {
        top: 0;
        left: 197px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-31 {
        top: 0;
        left: 257px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-32 {
        top: 0;
        left: 316px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .text-wrapper-33 {
        top: 0;
        left: 378px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .week-5 {
        position: absolute;
        width: 361px;
        height: 43px;
        top: 305px;
        left: 3px;
    }

    .homepage .text-wrapper-34 {
        top: 0;
        left: 67px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .ellipse-3 {
        top: 33px;
        left: 76px;
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--nbg-blue-1);
        border-radius: 5px;
    }

    .homepage .text-wrapper-35 {
        top: 0;
        left: 322px;
        color: #666666;
        position: absolute;
        height: 29px;
        font-family: var(--default-font-family);
        font-weight: var(--default-font-weight);
        font-size: var(--default-font-size);
        text-align: center;
        letter-spacing: var(--default-letter-spacing);
        line-height: var(--default-line-height);
        font-style: var(--default-font-style);
    }

    .homepage .frame-13 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 52px;
        padding: 52px 0px 108px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .section-title-2 {
        width: 768px;
        align-items: flex-start;
        gap: 8px;
        display: flex;
        flex-direction: column;
        position: relative;
        flex: 0 0 auto;
    }

    .homepage .FA-qs {
        position: relative;
        width: 768px;
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--semantic-text-primary-duplicate);
        font-size: 48px;
        text-align: center;
        letter-spacing: 0;
        line-height: 57.6px;
    }

    .homepage .text-9 {
        position: relative;
        width: 768px;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: var(--semantic-text-primary-duplicate);
        font-size: 18px;
        text-align: center;
        letter-spacing: 0;
        line-height: 27px;
    }

    .homepage .frame-14 {
        display: flex;
        flex-direction: column;
        width: 1188px;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        flex: 0 0 auto;
    }

    .homepage .FAQ {
        display: flex;
        flex-direction: column;
        width: 1188px;
        align-items: center;
        gap: 16px;
        position: relative;
        flex: 0 0 auto;
    }

    .homepage .normal {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--nbg-grayscale-1);
        border-radius: 20px;
    }

    .homepage .question {
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 20px 0px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .homepage .question-2 {
        position: relative;
        flex: 1;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
    }

    .homepage .question-wrapper {
        position: relative;
        width: 32px;
        height: 32px;
    }

    .homepage .question-3 {
        position: absolute;
        top: 2px;
        left: 11px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
        white-space: nowrap;
    }

footer .overlap-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 350px;
    background-color: #000000;
}

footer .overlap {
    height: 350px;
    background-image: url(../img/union.png);
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

footer .group {
    display: none;
}

footer .social-links {
    display: none;
}


footer .group-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


footer .text-12 {
    width: auto;
    font-family: "Aptos-Display", Helvetica;
    font-weight: 400;
    color: #ebebeb;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}

footer .footer-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    max-width: 600px;
    gap: 40px;
}

footer .footer-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

footer .footer-logo-link:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

footer .NBG-logo-black-svg-wrapper {
    position: relative;
    width: 155px;
    height: 44.07px;
    background-image: url(/img/nbg-logo-black-svg-1@2x.png);
    background-size: cover;
    background-position: 50% 50%;
}

footer .NBG-logo-black-svg {
    position: absolute;
    width: 34px;
    height: 23px;
    top: 21px;
    left: 0;
}

footer .acc-logo-all-white {
    width: 160px;
    height: auto;
    object-fit: contain;
}

footer .footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    font-family: 'Aptos', Helvetica;
    font-size: 11px;
}

footer .footer-link {
    color: var(--nbg-grayscale-0);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

footer .footer-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

footer .footer-separator {
    color: var(--nbg-grayscale-0);
    opacity: 0.5;
}

.nav-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 103px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--nbg-grayscale-1);
    z-index: 2; /* Lowered to avoid covering scrollbar */
}

    .nav-bar .img-2 {
        position: relative;
        width: 24px;
        height: 24px;
        content: url(../img/icon-2.svg);
    }

.menu-item:hover .img-2 {
    content: url(../img/icon-1.svg);
}

.nav-bar .content-7 {
    display: flex;
    height: 103px;
    align-items: center;
    justify-content: space-around;
    padding: 0px 64px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.nav-bar .frame-17 {
    display: flex;
    width: 1357px;
    height: 103px;
    align-items: center;
    gap: 21px;
    padding: 16px 0px 0px;
    position: relative;
}

.nav-bar .frame-18 {
    position: relative;
    width: 185px;
    height: 104px;
    margin-top: -8.50px;
    margin-bottom: -8.50px;
}

.nav-bar .group-4 {
    position: relative;
    width: 124px;
    height: 38px;
    top: 32px;
    background-image: url(../img/ennoia-logo.svg);
    background-size: 100% 100%;
    cursor: pointer;
    border: none; /* Ensure no border */
    background-color: transparent; /* Remove any background color */
    filter: none;
}


.nav-bar .column-3 {
    display: inline-flex;
    gap: 40px;
    align-self: stretch;
    flex: 0 0 auto;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.nav-bar .menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    justify-content: center;
    cursor: pointer;
}

.nav-bar .link-text::before {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: attr(title);
    font-family: "Aptos-Bold", Helvetica;
}

.nav-bar .link-text {
    position: relative;
    width: fit-content;
    opacity: 0.8;
    font-family: "Aptos-Regular", Helvetica;
    font-weight: 400;
    color: var(--nbg-blue-2);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}



.property-hubs .img1 {
    position: relative;
    width: 24px;
    height: 24px;
}

.property-hubs .text-wrapper1 {
    font-family: "Aptos-Bold", Helvetica;
    position: relative;
    width: fit-content;
    color: var(--primitive-color-neutral-white);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.property-hubs .div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
}

.property-hubs .link-text-21 {
    display: block;
    position: relative;
    width: fit-content;
    opacity: 0.8;
    font-family: "Aptos-Regular", Helvetica;
    font-weight: 400;
    color: var(--primitive-color-neutral-white);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.property-hubs {
    position: relative;
}

.property-hubs .nav-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 24px;
    position: fixed;
    background-color: var(--nbg-grayscale-0);
    border-radius: 10px;
    box-shadow: 0px 4px 33px #0000001a;
    z-index: 1000;
}



.property-hubs .nav-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.property-hubs .nav-column {
    display: flex;
    flex-direction: column;
    width: 373px;
    align-items: flex-start;
    gap: 6px;
    position: relative;
}

.property-hubs .nav-row {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 10px;
}

.property-hubs .nav-icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px;
    position: relative;
    background-color: rgba(var(--rgb),1);
    border-radius: 10px;
}


.property-hubs .nav-row-text > div:nth-child(1) {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Aptos-Bold", Helvetica;
    font-weight: 700;
    color: #292929;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.property-hubs .nav-row-text > div:nth-child(2) {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Aptos-Display", Helvetica;
    font-weight: 400;
    color: #696969;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}


.property-hubs .nav-row-text {
    display: flex;
    flex-direction: column;
    width: 223px;
    align-items: flex-start;
    position: relative;
}

.menu-item:hover .link-text {
    font-family: "Aptos-Bold", Helvetica;
    position: relative;
    width: fit-content;
    color: var(--nbg-blue-2);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}


#menu-hubs, #menu-about {
    display: none;
}

.nav-row:hover {
    background-color: rgba(var(--rgb),0.1);
}

.article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    position: relative;
    background-color: #ffffff;
}

    .article .frame {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        padding: 145px 37px 0px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: #ffffff;
    }

    .article .div {
        display: flex;
        width: 219px;
        align-items: center;
        gap: 16px;
        padding: 2px 8px;
        position: relative;
        border-radius: 4px;
    }

    .article .vector {
        position: relative;
        width: 14px;
        height: 14px;
    }

    .article .tagline {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #000000;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0;
        line-height: 18px;
        white-space: nowrap;
    }

    .article .content {
        display: flex;
        flex-direction: column;
        width: 944px;
        align-items: flex-start;
        gap: 24px;
        position: relative;
    }

    .article .content-2 {
        display: inline-flex;
        align-items: center;
        gap: 16px;
        position: relative;
        flex: 0 0 auto;
    }

    .article .hubs-pillbox {
        display: inline-flex;
        align-items: flex-start;
        padding: 4px 13px;
        position: relative;
        flex: 0 0 auto;
        background-color: rgba(var(--rgb),1);
        border-radius: 35px;
    }

    .article .text {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        color: var(--primitive-color-neutral-white);
        font-size: 14px;
        letter-spacing: 0;
        line-height: 21px;
        white-space: nowrap;
    }

    .article .text-wrapper {
        position: relative;
        width: fit-content;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #696969;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 21px;
        white-space: nowrap;
    }

    .article .blog-title-heading-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .blog-title-heading {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: #292929;
        font-size: 80px;
        letter-spacing: 0;
        line-height: 96.0px;
    }

    .article .rich-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 284px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .avatar-wrapper {
        display: flex;
        flex-direction: column;
        height: 78px;
        align-items: flex-start;
        gap: 30px;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .article .avatar {
        display: flex;
        width: 416px;
        align-items: center;
        gap: 16px;
        position: relative;
        flex: 0 0 auto;
    }

    .article .mask-group {
        position: relative;
        width: 48px;
        height: 48px;
    }

    .article .content-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .article .text-2 {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--semantic-text-primary);
        font-size: 14px;
        letter-spacing: 0;
        line-height: 21px;
    }

    .article .time {
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .text-3 {
        position: relative;
        width: fit-content;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #696969;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 21px;
        white-space: nowrap;
    }


    .article .flexcontainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .article .span-wrapper {
        position: relative;
        align-self: stretch;
        font-family: "Aptos-Regular", Helvetica;
        font-weight: 400;
        color: var(--semantic-text-primary-duplicate);
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .article .span {
        font-family: "Aptos-Regular", Helvetica;
        font-weight: 400;
        color: #000000;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .article .div-2 > img {
        border-radius: 20px;
    }

    .article .div-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0px 284px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }


    .article .img {
        position: relative;
        align-self: stretch;
        width: 100%;
        /*height: 495px;*/
    }

    .article .caption-figure {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .rectangle {
        position: relative;
        align-self: stretch;
        width: 10px;
    }

    .article .image-caption-goes {
        position: relative;
        flex: 1;
        margin-top: -1.00px;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: #696969;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 21px;
    }

    .article .element {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 0px 284px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .dolor-enim-eu-tortor-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0px 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .dolor-enim-eu-tortor {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--semantic-text-primary-duplicate);
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28.0px;
    }

    .article .div-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 0px 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .p {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: var(--semantic-text-primary-duplicate);
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .article .figure-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 36px 0px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .article .figure {
        display: flex;
        width: 712px;
        align-items: flex-end;
        justify-content: center;
        gap: 20px;
        padding: 0px 20px 0px 0px;
        position: relative;
        background-color: #ffffff00;
    }

    .article .ipsum-sit-mattis {
        position: relative;
        width: 659px;
        margin-top: -1.00px;
        font-family: "Aptos-Display", Helvetica;
        font-weight: 400;
        color: var(--semantic-text-primary-duplicate);
        font-size: 20px;
        text-align: center;
        letter-spacing: 0;
        line-height: 28px;
    }

    .article .text-wrapper-3 {
        font-style: italic;
    }

    .article .text-wrapper-4 {
        font-weight: 700;
        font-size: 16px;
    }

    .article .frame-2 {
        display: flex;
        align-items: center;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .article .mask-group-2 {
        width: calc(50% - 12px);
    }

    .article .content-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        padding: 0px 500px 100px 500px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: #ffffff;
    }

    .article .social-wrapper {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        position: relative;
        flex: 0 0 auto;
    }

    .article .social {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        position: relative;
        flex: 0 0 auto;
    }

    .article .text-wrapper-5 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Aptos-Bold", Helvetica;
        font-weight: 700;
        color: var(--semantic-text-primary-duplicate);
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
        white-space: nowrap;
    }

    .article .share-buttons {
        align-items: flex-start;
        gap: 8px;
        display: inline-flex;
        position: relative;
        flex: 0 0 auto;
    }

    .article .share-button {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4px;
        background-color: var(--primitive-color-neutral-neutral-lightest);
        border-radius: 64px;
        overflow: hidden;
        display: inline-flex;
        position: relative;
        flex: 0 0 auto;
    }

    .article .img-2 {
        position: relative;
        width: 24px;
        height: 24px;
    }

    .article .tags {
        display: inline-flex;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
        margin-left: -18.50px;
        margin-right: -18.50px;
    }

    .article .tag {
        display: inline-flex;
        align-items: flex-start;
        padding: 4px 8px;
        position: relative;
        flex: 0 0 auto;
        background-color: var(--primitive-color-neutral-neutral-lightest);
    }

    .article .text-wrapper-6 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--text-small-semi-bold-font-family);
        font-weight: var(--text-small-semi-bold-font-weight);
        color: var(--semantic-text-primary-duplicate);
        font-size: var(--text-small-semi-bold-font-size);
        letter-spacing: var(--text-small-semi-bold-letter-spacing);
        line-height: var(--text-small-semi-bold-line-height);
        white-space: nowrap;
        font-style: var(--text-small-semi-bold-font-style);
    }


.researchhub-title-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(var(--rgb), 0.1);
    padding: 204px 0 100px 0;
    margin-bottom: 24px;
}

.researchhub-title {
    font-family: 'Aptos-Bold', Helvetica;
    font-size: 56px;
    font-weight: 700;
    color: #292929;
    text-align: center;
    margin: 0;
}

/* Mobile responsive styles */
@media screen and (max-width: 768px) {
    /* Ensure body and html don't have min-width constraints */
    html, body {
        min-width: unset !important;
        width: 100% !important;
        overflow-x: hidden;
    }

    /* Section title responsive styles */
    .homepage .section-title {
        width: 100% !important;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .homepage .heading {
        font-size: 32px !important;
        line-height: 38.4px !important;
    }

    .homepage .text {
        font-size: 14px !important;
        line-height: 21px !important;
        text-align: center;
    }

    /* Footer mobile styles */
    footer .overlap-wrapper {
        width: 100% !important;
        min-width: unset !important;
        box-sizing: border-box;
    }

    footer .overlap {
        width: 100% !important;
        min-width: unset !important;
        box-sizing: border-box;
        flex-direction: column;
        padding: 20px;
        height: auto;
        min-height: 350px;
    }

    footer .group {
        width: 100% !important;
        height: auto;
        text-align: center;
    }

    footer .group-wrapper {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .text-12 {
        width: 100% !important;
        text-align: center;
    }

    footer .social-links {
        display: none;
    }

    footer .footer-logos {
        align-items: center;
        flex-direction: column;
        gap: 32px;
        max-width: 100%;
    }

    footer .footer-logo-link {
        width: 100%;
        justify-content: center;
    }

    footer .NBG-logo-black-svg,
    footer .acc-logo-all-white {
        max-width: 200px;
    }

    /* Hero section responsive */
    .homepage .medium-length-hero {
        left: unset !important;
        top: 30vh !important;
        font-size: 32px !important;
        line-height: 38.4px !important;
        text-align: center;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100% !important;
    }

    /* Section responsive */
    .homepage .section {
        padding: 32px 0px !important;
        gap: 32px !important;
    }

    /* Frame wrapper responsive */
    .homepage .frame-wrapper {
        padding: 0 20px;
    }

    .homepage .frame-5, .homepage .frame-6 {
        flex-direction: column;
        gap: 20px;
    }

    .homepage .column, .homepage .column-2 {
        width: 100% !important;
        text-align: center;
    }

    /* Ensure all containers are full width on mobile */
    .homepage, .container-wrapper, .container {
        width: 100% !important;
        min-width: unset !important;
        max-width: 100% !important;
    }
}
