* {
            box-sizing: border-box
        }

        html,
        body {
            height: 100%;
            font-family: Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
            color: #222;
            background: #f1f1f1;
            margin: 0;

        }

        #advisorContent .industry-content,
        #advisorContent ul.industry-content {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            list-style: none;
            align-items: stretch;
            justify-content: flex-start;
            font-family: Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
        }

        #advisorContent .industry-content>li {
            padding: 1rem;
            width: 100%;
            display: flex;
            justify-content: center;
        }


        .HomepageCard {
            background: #ffffff;
            padding: 20px;
            min-width: 0;
            width: 100%;
            display: flex;
            align-items: flex-start;
            transition: transform .15s ease, box-shadow .15s ease;
        }

        .HomepageCard .flex {
            display: flex;
        }

        .HomepageCard .w-\[70px\] {
            min-width: 70px;
            min-height: 70px;
            width: 70px;
            height: 70px;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }


        .HomepageCard .text-gray-500 {
            color: #9aa0a4;
            font-size: 11px;
            line-height: 1;
        }


        .HomepageCard .info {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: 6px;
            min-width: 0;
        }


        .HomepageCard .text-brand-primary,
        .HomepageCard h3 {
            color: #1c2758;
            font-size: 14px;
            line-height: 22px;
            margin: 0;
            font-weight: 700;
        }


        .HomepageCard .text-gray,
        .HomepageCard .text-gray+div,
        .HomepageCard .text-sm+.text-gray {
            color: #55565a;
            font-size: 14px;
            line-height: 22px;
            font-weight: 325;
        }

        .HomepageCard .flex.mt-2 {
            display: flex;
            align-items: center;
        }


        .HomepageCard .Link {
            color: #1c2758;
            text-decoration: underline;
            font-size: 14px;
            line-height: 22px;
            display: inline-block;
        }


        .HomepageCard .Link+.Link,
        .HomepageCard .Link.pl-2\.5,
        .HomepageCard .Link.ml-2\.5 {
            padding-left: 14px;
            margin-left: 10px;
            border-left: 1px solid #1c2758;
        }


        .HomepageCard .mr-5 {
            margin-right: 12px;
        }


        .HomepageCard .info h3 {
            word-break: break-word;
        }


        #advisorContent .industry-content>li>.HomepageCard {
            height: 100%;
            padding: 1.5rem;
            max-width: 359px;
        }





        .HomepageCard a[style] {
            unicode-bidi: plaintext !important;
            direction: ltr !important;
        }


        .HomepageCard .info .text-sm {
            margin-top: 6px;
        }

        .container {
            max-width: 1536px;
            margin: 0 auto;
            padding-right: 5rem;
            padding-left: 5rem;
        }

        #advisorContent .industry-content {
            display: none !important;
        }

        #advisorContent .industry-content.active {
            display: flex !important;
            flex-wrap: wrap;
        }

        #advisorContent .industry-content.active>li {
            display: flex;
        }


        #industryTabs button[aria-selected="true"] {
            outline: none;
            outline-offset: 2px;
        }


        #prevButton img {
            transform: rotate(180deg);
        }




        #industryTabs {
            display: flex;
            gap: 12px;
            align-items: center;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
            padding: 0 8px;
            white-space: nowrap;
            border-bottom: 2px solid #1c2758;
            position: relative;
            width: 94%;
            margin: 0 auto;
        }


        #industryTabs button {
            display: inline-block;
            background: transparent;
            color: #1c2758;
            border: none;
            padding-top: .625rem;
            padding-bottom: .625rem;
            padding-left: 22px;
            padding-right: 22px;
            font-size: 16px;
            line-height: 22px;
            cursor: pointer;
            margin: 0;
            text-align: center;
            white-space: nowrap;
        }


        #industryTabs button.tab-selected,
        #industryTabs button[aria-selected="true"] {
            background: #1c2758;
            color: #fff;
            border-color: #1c2758;
            box-shadow: none;
        }


        #industryTabs button:focus {
            outline: 3px solid rgba(11, 77, 187, 0.95);
            outline-offset: 2px;
        }


        #prevButton,
        #nextButton {
            background: transparent;
            border: none;
            padding: 6px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }


        #prevButton,
        #nextButton {
            position: relative;
        }


        #prevButton.invisible,
        #nextButton.invisible,
        #prevButton.hidden,
        #nextButton.hidden {
            opacity: 0;
            pointer-events: none;
        }


        .hide-arrow {
            opacity: 0;
            pointer-events: none;
        }

        #industryTabs::-webkit-scrollbar {
            height: 8px;
        }

        #industryTabs::-webkit-scrollbar-thumb {
            background: rgba(28, 39, 88, 0.08);

        }

        .flex {
            display: flex;
        }




        .bg-brand-primary {
            background-color: #1c2758;
        }


       .tabsslider .container {
            width: 100%;
            max-width: 1536px !important;
            margin-left: auto;
            margin-right: auto;
            padding-left: 5rem !important;
            padding-right: 5rem !important;
            box-sizing: border-box;
        }

        .tabsslider .container.heading_warp{
            max-width : 100% !important;
            
        }


        .font-secondary .flex.container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }


        .min-h-\[100px\] {
            min-height: 100px;
        }





        .relative.bottom-2 {
            position: relative;
            bottom: .5rem;
        }

        .text-white {
            color: #ffffff;
        }

        .text-mxl {
            font-size: 18px;
            line-height: 1.2;
        }



        .font-medium {
            font-weight: 600;
        }

        .font-light {
            font-weight: 300;
        }


        .text-mxl.md\:text-6xl,
        .text-mxl {
            font-size: 28px;
            line-height: 1.05;
        }



        .mb-2 {
            margin-bottom: 0.5rem;
        }

        .md\:mb-4 {
            margin-bottom: 1rem;
        }

        .container .text-white {
            word-break: keep-all;
            white-space: normal;
        }


        .font-secondary.bg-transparent>.flex.bg-brand-primary {
            padding-top: 18px;
            padding-bottom: 18px;
        }

        .container .flex.justify-between {
            justify-content: space-between;
            margin-top: 4rem;
            margin-bottom: 33px;
        }

        .container .font-secondary {
            color: #55565a;
            font-size: 24px;
            line-height: 28px;
            font-weight: 700;
            font-family: Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";

            white-space: nowrap;
            overflow: hidden;
        }



        .container a.Link.uppercase {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background-color: #172547;
            color: #ffffff;
            text-decoration: none;
            padding: 12px 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            font-size: 16px;
            line-height: 24px;
            box-shadow: none;
            border: none;
            white-space: nowrap;
        }
        .container a.Link.uppercase sup{

            top: -5px;
            position: relative;
            right: 6px;
            font-size: 11px;
            width: 0px;

        }


        .container a.Link {
            border: 1px solid rgba(255, 255, 255, 0.06);
        }


        .container a.Link:focus {
            outline: 3px solid rgba(23, 37, 71, 0.18);
            outline-offset: 2px;
        }

        .investmentbank {
            background-color: #1c2758;
        }

        .Header-logoWrapper.investbanklogowidth {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            max-width: 1536px !important;
            width: 100%;
            margin: 0 auto;
        }
        .header.investmentbank .Header{
        max-width: 1536px !important;
        margin : 0 auto;
        padding : 0 5rem !important;
        }
		.Header-logoWrapper.investbanklogowidth img{
    		width: 230px;
        }

        @media (max-width: 920px) {
            .container .font-secondary {
                font-size: 20px;
                line-height: 24px;
            }

            .container a.Link {
                padding: 10px 16px;
                font-size: 12px;
            }
        }

        @media (max-width: 640px) {
            .container>.flex {
                flex-direction: column;
                align-items: stretch;
                gap: 12px;
            }

            .container .font-secondary {
                white-space: normal;
                text-align: left;
            }

            .container a.Link {
                align-self: flex-end;
                padding: 10px 14px;
                font-size: 12px;
            }
        }



        @media (min-width: 720px) {
            #advisorContent .industry-content>li {
                width: 50%;
            }
        }


        @media (min-width: 1100px) {
            #advisorContent .industry-content>li {
                width: 33.3333%;
            }
        }

        @media (max-width: 640px) {
            .HomepageCard {
                min-width: 328px;
                margin: 0 auto;
            }

            #industryTabs button {
                min-width: 80px;
                padding: 7px 10px;
                font-size: 14px;
            }

            .sm\:min-h-\[150px\] {
                min-height: 150px;
            }
        }

        @media (min-width: 767px) {
            .md\:text-\[28px\] {
                font-size: 28px;
            }

            .md\:text-6xl {
                font-size: 64px;
                line-height: 1;
            }

            .text-mxl.md\:text-6xl {
                font-size: 60px;
                line-height: 1;
            }

        }

        @media (max-width: 767px) {

        .tabsslider .container{
            padding-left: 16px !important;
            padding-right: 16px !important;
        }
        .header.investmentbank .Header{
            padding : 0 1rem !important;
        }

            .container a.Link.uppercase {
                display: none;
            }

            .container .font-secondary {
                font-size: 28px;
            }

            .container .flex.justify-between {
                margin-top: 3rem;
                margin-bottom: 14px;
            }

            .container .font-secondary {
                line-height: 30px;
            }

            #industryTabs button {
                min-width: auto;
            }

            .container>.flex.Tabswrapper {
                flex-direction: row;
            }
        }