.forComapnies {

    .headingSmall {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        font-size: 12px !important;
        font-family: "go-semibold" !important;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--grey10) !important;
        margin-bottom: 8px;

        img {
            width: 14px;
        }
    }

    .mb50 {
        margin-bottom: 50px;
    }


    .gradientUnderline {
        position: relative;
        z-index: 11;
    }

    .iconButton svg {
        width: 20px;
    }

    .gradientButton.whiteHover button {
        background: var(--white);
        color: var(--black);
    }

    .gradientUnderline::after {
        content: "";
        position: absolute;
        bottom: -60%;
        left: 0;
        width: 100%;
        background: url(https://files.mastersunion.link/resources/svg/degreeSection.svg);
        background-repeat: no-repeat;
        height: 100%;
        z-index: -1;
    }

    .gradientButton button {
        position: relative;
        border: none;
        background: var(--black);
        overflow: hidden;
        cursor: pointer;
        z-index: 1;
        transition: 0.4s ease-in;
        width: 100%;
    }

    .gradientButton.active button,
    .gradientButton:hover button {
        color: var(--black);
        transition: 0.4s ease-in;
    }

    .gradientButton.active button::after,
    .gradientButton:hover button::after {
        width: calc(100% + 20px);
        scale: 2;
        /* height: calc(100% + 100%); */
        left: -10px;
        border-radius: 40px;
        transition: 0.4s ease-in;
        opacity: 1;
    }

    .gradientButton button::after {
        content: '';
        position: absolute;
        left: 33%;
        bottom: -50px;
        width: 40%;
        height: 90px;
        border-radius: 50%;
        background: var(--white);
        transition: 0.4s ease-in;
        z-index: -1;
        opacity: 0;
    }

    .iconButton {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        font-size: 1rem;
        padding: 12px 20px;
    }

    .button {
        color: var(--white);
        text-align: center;
        font-family: 'go-semibold';
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 16px 24px;
        border: 1px solid var(--white);
        background: transparent;
        border-radius: 54px;
        cursor: pointer;
    }

    .gradientButton {
        cursor: pointer;
        padding: 1px;
        position: relative;
        max-width: max-content;
        display: inline-block;
        z-index: 1;
    }

    .gradientButton::before {
        content: "";
        background: linear-gradient(102deg, #39B6D8 0%, #F7D344 50%, #E38330 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 35px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .highlightsec {
        background: var(--black);
        padding: 80px 0 80px;
        position: relative;


        .heroWrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .left {
            width: 50%;
        }

        .programmeHeading {
            color: var(--white);
            font-size: 2.625rem;
            font-family: "go-extrabold";
            line-height: 130%;
            text-transform: capitalize;
        }

        .heroright {
            width: fit-content;
            z-index: 100;
            position: relative;
        }

        .heroright::after {
            content: "";
            position: absolute;
            width: 106%;
            height: 337px;
            background: url(https://files.mastersunion.link/resources/svg/cardoutline.svg);
            left: -3%;
            background-repeat: no-repeat;
            z-index: -1;
            top: -15%;
            transform: rotate(-1deg);
        }

    }

    .engagementsAtUnion {
        background: var(--white);
        padding: 80px 0;
        position: relative;

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 60%;
        }

        .companiesFlexWrap {
            margin-top: 40px;
            gap: 40px;
            justify-content: space-around;
            display: flex;
            align-items: inherit;
        }

        .contentCover {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 15px;
            position: relative;
            z-index: 1;
            margin-bottom: 45px;
        }

        .contentCover:not(:last-child)::before {
            content: "";
            width: 5px;
            height: 140%;
            background: var(--grey4);
            position: absolute;
            left: 3.8%;
            top: 20%;
            z-index: -1;
        }

        .iconSide {
            min-width: 40px;
        }

        .iconSide>img {
            max-width: 40px;
            width: 100%;
        }

        .contentCover h3 {
            font: 1.125rem "go-semibold";
            color: var(--grey17);
            margin-top: 8px;
        }

        .contentCover p {
            font: 0.813rem "go-regular";
            color: var(--black2);
            margin-top: 10px;
        }

        .companiesFlexLeft {
            max-width: 40%;
            width: 100%;
            flex-wrap: wrap;
            position: relative;
            display: flex;
            justify-content: inherit;
            align-items: inherit;
        }

        .companiesFlexRight {
            position: sticky;
            top: 80px;
            max-width: 60%;
            width: 100%;
            display: flex;
            align-items: inherit;
            justify-content: inherit;
        }

        .link-red {
            color: var(--red1) !important;
            text-decoration: underline !important;
            cursor: pointer;
            font-family: "go-medium";
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .subText {
            font-size: 0.813rem;
            font-family: "go-regular";
            color: var(--grey);
            line-height: 160%;
            margin-top: 10px;
        }

        .font-medium {
            font-family: 'go-medium';
        }


    }

    .engagementsAtUnion.new {
        background: var(--white3);
        padding: 80px 0;

        .companiesFlexRight img {
            object-fit: cover;
            border-radius: 10px;
            width: 100%;
            height: auto;
            max-height: 530px;
        }
    }


    .joinOurTeam {
        background: linear-gradient(125deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
        padding: 40px 0;
        position: relative;

        .ourteambanner {
            background: var(--white);
            padding: 40px;
            overflow: hidden;
            max-width: 90%;
            margin: 0 auto;
            border-radius: 16px;
            box-shadow: 0px 0px 36px 2px rgba(192, 192, 192, 0.25);
            position: relative;
        }

        .teamContentWrap {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 80%;
        }

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .absoluteBanner {
            position: absolute;
            width: 45%;
            right: 50px;
            top: 0;
        }

        .masterImage>img {
            width: 100%;
            transition: 0.4s ease-in-out;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }
    }

    .mutipleFormWrappper {
        background: url(https://files.mastersunion.link/resources/img/oppertunityBG.webp), var(--black);
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: left;
        padding: 80px 0;

        .formsWraps {
            display: flex;
            align-items: inherit;
            justify-content: space-between;
        }

        .applyleft {
            width: 35%;
        }

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .subText {
            font-size: 0.813rem;
            font-family: "go-regular";
            color: var(--grey10);
            line-height: 160%;
            margin-top: 10px;
        }

        .registerbox {
            width: 51.2%;
            border-radius: 10px;
            background: #fff;
            position: relative;
            padding: 30px;
            display: flex;
            row-gap: 30px;
            align-items: flex-start;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .registerbox::before {
            content: "";
            position: absolute;
            bottom: -40px;
            left: -40px;
            width: 104px;
            z-index: -1;
            height: 149px;
            background-repeat: no-repeat;
            background: url(https://files.mastersunion.link/resources/img/rectanglepattern.webp);
        }

        .form {
            width: 48%;
            position: relative;

            label {
                font: 0.75rem "go-medium";
                color: var(--grey17);
            }
        }

        .input {
            width: 100%;
            background: var(--white);
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 10px 12px;
            border: 1px solid var(--grey4);
            border-radius: 5px;
            margin-top: 5px;
            font: 0.813rem "go-medium";
            color: var(--grey17);
        }

        em {
            color: #d63736;
        }

        input,
        textarea {
            border: none;
            width: 100%;
        }

        .error {
            font: 0.75rem "go-regular";
        }

        .font-red {
            color: var(--red1);
        }

        .select-form-arrow {
            position: relative;
            z-index: 1;
        }

        .w-100 {
            width: 100% !important;
        }

        .select-form-arrow:after {
            content: "";
            font-size: 14px;
            position: absolute;
            background: url(https://files.mastersunion.link/resources/svg/select-arrow-img.svg) no-repeat;
            top: 0.7rem;
            width: 24px;
            height: 20px;
            right: 1rem;
            pointer-events: none;
            top: 33px;
            right: 20px;
        }


        .selectInput {
            cursor: pointer;
            display: inline-block;
            position: relative;
            font: 0.875rem "go-regular";
            color: var(--black5);
            /* max-width: 231px; */
            width: 100%;
            border-radius: 8px;
            /* background-color: var(--white3); */
            padding: 10px 15px;
            border: 1px solid var(--grey4);
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            text-overflow: ellipsis;
            padding-right: 35px;
            line-height: 140%;
            appearance: none;
        }

        option:disabled {
            color: gray !important;
            font-weight: bold;
        }
    }

    .recruiters {
        background: var(--white);
        padding: 80px 0;

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-bottom: 30px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .navigationWrapper {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 20px;
            height: fit-content;
        }

        .navigationWrapper ul {
            padding: 16px 30px;
            width: 100%;
            background: var(--black);
            display: flex;
            align-items: center;
            gap: 60px;
            justify-content: space-around;
        }

        .navigationWrapper li {
            font: 0.875rem "go-medium";
            color: var(--grey6);
            cursor: pointer;
            transition: 0.5s ease-in-out;
            text-transform: capitalize;
        }

        .navigationWrapper li.active {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .min-width1000 {
            min-width: 1000px;

        }

        .navigationWrapper li:hover {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }


    }

    .cohort {
        background: url(https://files.mastersunion.link/resources/svg/blacksvgMu.svg) var(--black);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 50px 0;
        position: relative;

        .bgBlackFlexWrap {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 50px;
            justify-content: space-between;
            width: 90%;
        }

        .highlightBanner h2 {
            font-size: 3.875rem;
            font-weight: 400;
            line-height: 72px;
            font-family: "go-medium";
            color: var(--white);
        }

        .highlightBanner p {
            color: var(--white);
            font-weight: 400;
            line-height: 24px;
            font: 1.125rem "go-regular";
        }

        .cohortWrap {
            display: flex;
            gap: 80px;
            justify-content: space-between;
            align-items: center;
            width: 90%;
        }

        .reportWrapper {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .report {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .report p {
            font: 0.813rem "go-medium";
            line-height: 140%;
            text-decoration: underline;
            color: var(--white3);
        }


        .box2col {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 4px;
        }

        .box {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 55%;
        }

        .box p {
            font: 0.875rem "go-regular";
            line-height: 180%;
            color: var(--grey18);
        }

        .box2col img {
            max-width: 17px;
        }
    }

    .graduateReviews {
        background: var(--black);
        padding: 80px 0;


        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            gap: 30px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(1);
        }

        .alumniSpotlight {
            overflow: hidden !important;
        }

        .alumniSpotlightWrap {
            display: flex;
            justify-content: flex-start;
            gap: 60px;
            align-items: center;
            width: 80%;
            margin: 50px auto;
        }

        .heroright {
            width: 50%;
        }

        .heroright .masterImage img {
            width: 100%;
            max-width: unset;
            min-width: unset;
            max-height: unset;
        }

        .alumniheroLeft {
            width: 45%;
        }

        .alumniheroLeft .top {
            padding-bottom: 30px;
            border-bottom: 1px solid var(--grey9);
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .alumniheroLeft .top h2 {
            font: 1.5rem "go-bold";
            background: var(--Linear, linear-gradient(90deg, #39b6d8 6.41%, #f7d344 51.47%, #e38330 96.52%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 150%;
            width: fit-content;
        }

        .alumniheroLeft .top h6 {
            font: 1.125rem "go-medium";
            line-height: 120%;
            color: var(--white);
        }

        .alumniheroLeft .mid {
            padding: 30px 0;
            border-bottom: 1px solid var(--grey9);
            display: flex;
            gap: 15px;
            justify-content: space-between;
            align-items: center;
        }

        .alumniheroLeft .mid .left {
            max-width: 25%;
            width: 100%;
        }

        .mid h4 {
            color: var(--grey3);
            font: 1rem "go-medium";
        }

        .mid p {
            color: var(--white);
            font: 1rem "go-medium";
        }

        .mid .center {
            max-width: 26%;
            width: 30%;
        }

        .mid .right {
            margin-left: 15px;
            max-width: 20%;
            width: 100%;
        }

        .alumniheroLeft .end {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 30px 0 40px;
            position: relative;
        }

        .reviewFooter {
            margin-top: 0;
            position: absolute;
            left: 0;
            bottom: -30px;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
        }

        .numberTag {
            font: 0.875rem "go-semibold";
            background: var(--grey17);
            line-height: 140%;
            color: var(--grey18);
            padding: 6px 10px;
            border-radius: 8px;
        }

        .swiperBtnWrapper img:first-child {
            transform: rotate(180deg);
        }

    }

    .teachingHeadWrap {
        background: url(https://files.mastersunion.link/resources/img/Collaborationbg.webp) var(--white3);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 80px 0;


        .headingWrap {
            width: 45%;
            display: flex;
            flex-direction: column;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .subText {
            font: 0.875rem "go-regular";
            line-height: 160%;
            color: var(--grey);
            margin-top: 10px;
            margin-bottom: 30px;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .cohorttab {
            background: var(--white3);
        }

        .navigationWrapper {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 20px;
            height: fit-content;
        }

        .navigationWrapper ul {
            padding: 16px 30px;
            width: 100%;
            background: var(--black);
            display: flex;
            align-items: center;
            gap: 60px;
            justify-content: space-around;
        }

        .navigationWrapper li {
            cursor: pointer;
            transition: 0.5s ease-in-out;
            text-transform: capitalize;
            font: 0.875rem "go-medium";
            color: var(--grey6);
        }

        .navigationWrapper li:hover {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .navigationWrapper li.active {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .AccreditationLogos {
            display: flex;
            align-items: center;
            gap: 20px;
            padding-left: 20px;
        }

        .accreditationIcon {
            border-right: 1px solid var(--grey4);
            padding-right: 20px;
            align-self: center;
        }

        .accreditationIcon img {
            max-width: 100px;
        }
    }

    .careerteam {
        background: var(--white);
        padding: 80px 0;

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .opportunityWrapper {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 20px;
            row-gap: 30px;
            margin-top: 30px;
        }

        .opportunityWrapper .masterBox {
            display: block;
            position: relative;
            max-width: 232px;
            width: 100%;
        }

        .opportunityWrapper .masterBox>img {
            border-radius: 12px;
        }

        .opprName {
            font: 0.75rem "go-medium";
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--grey2);
        }

        .lightmastername {
            font: 0.75rem "go-semibold";
            margin-top: 10px;
        }

        .opportunityWrapper .lineSpace {
            margin-top: 8px;
            margin-bottom: 6px;
            /* border-top: 1px solid var(--grey4); */
            width: 100%;
            height: 1px;
            background: var(--grey4);
            border: none;
        }


        .opprDesignation {
            font: 0.75rem "go-regular";
            line-height: 140%;
            color: var(--black5);
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 5px;
        }

        .caution {
            padding: 6px;
            width: 100%;
            border-radius: 8px;
            border: 1px solid transparent;
            background: linear-gradient(var(--grey17) 0 0) padding-box, var(--gradient) border-box;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 6px;
            margin-top: 30px;
        }

        .caution p {
            font: 13px "go-medium";
            color: var(--white);
            line-height: 120%;
        }

        .gradientBold {
            background: linear-gradient(93deg, #39b6d8 3.94%, #f7d344 49.4%, #e38330 94.86%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "go-medium";
            margin-top: 10px;
        }
    }

    .studentJourney {
        background: var(--white3);
        padding: 80px 0;

        .studentMainWrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
        }

        .studentWrapperOne {
            width: 100%;
            max-width: 50%;
        }

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: space-between;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .studentPercentWrap {
            flex-wrap: wrap;
            gap: 16px;
            justify-content: space-between;
            margin-top: 25px;
            display: flex;
        }

        .studentPercentageBox {
            width: 26%;
        }

        .studentPercentageBox h4 {
            font: 1.875rem "go-medium";
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .studentPercentageBox h4 span {
            background: var(--Linear, linear-gradient(90deg, #39b6d8 6.41%, #f7d344 51.47%, #e38330 96.52%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 1.375rem;
        }

        .studentPercentageBox p {
            font: 0.813rem "go-regular";
            line-height: 150%;
            color: var(--grey3);
        }

        .navigationWrapper {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 20px;
            height: fit-content;
            margin-top: 50px;
        }

        .navigationWrapper ul {
            padding: 16px 30px;
            width: 100%;
            background: var(--black);
            display: flex;
            align-items: center;
            gap: 60px;
            justify-content: space-around;
        }

        .navigationWrapper li {
            font: 0.875rem "go-medium";
            color: var(--grey6);
            cursor: pointer;
            transition: 0.5s ease-in-out;
            text-transform: capitalize;
        }

        .navigationWrapper li.active {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .navigationWrapper li:hover {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .sustainMapBoard {
            border-radius: 16px;
            background: var(--black);
            padding: 40px 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            margin: 60px 67px 0;
            width: 91.4%;
            margin-top: 30px;
        }

        .sustainLeft {
            width: 50%;
        }

        .sustainLeft h2 {
            font: 1.875rem "go-semibold";
            color: var(--white);
            line-height: 130%;
            margin-bottom: 10px;
        }

        .sustainLeft p {
            font: 0.813rem "go-regular";
            line-height: 160%;
            color: var(--grey10);
        }

        .sustainRight {
            max-width: 45%;
            width: 100%;
            text-align: center;
        }

        .sustainRight>img {
            width: auto;
            display: inline-block;
        }

        .pgpCount {
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-top: 30px;
            display: flex;
        }

        .countValuePgp h4 {
            font: 1.875rem "go-medium";
            color: var(--white);
        }

        .countValuePgp h4 span {
            background: linear-gradient(90deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-left: -5px;
        }

        .countValuePgp small {
            font: 0.813rem "go-regular";
            line-height: 150%;
            color: var(--grey18);
        }

        .selectOptions:focus-within,
        .input:hover,
        .input:focus-within {
            border: 1px solid transparent;
            background: linear-gradient(var(--white) 0 0) padding-box, var(--gradient) border-box;
        }


    }
}