section.MOS_Banner {
    background-image: url(../../images/mos/mos-banner.png);
    padding: 72px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.MOS_Left h1 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.MOS_Left h1 span {
    color: var(--Theme-Blue-200, #9CABF7);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    display: block;
}
.MOS_Left p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-top: 16px;
}
.MOS_Btn {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}
.MOS_Btn a.View_Pricing {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: block;
}
.MOS_Btn a.Schedule_Call {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.MOS_Btn a.Schedule_Call svg {
    margin-right: 8px;
}
.MOS_Btn a.View_Pricing svg {
    margin-left: 8px;
}
section.Boxes_Main {
    padding: 72px 0;
    background-color: #fff;
}
.Box_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    display: flex;
    gap: 16px;
    align-items: center;
}
.Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    margin-bottom: 24px;
}
.Box h5 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.Box p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Boxes {
    border-left: 4px solid #3A58EF;
    padding-left: 24px;
}
section.Boxes_Main.Bg_Color {
    background: var(--Theme-Blue-50, #EBEEFD);
}
section.Leadership {
    background-color: #fff;
    padding: 72px 0;
}
.Leadership-Title {
    text-align: center;
    margin-bottom: 48px;
}
.Leadership-Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}
.Leadership-Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Leadership_Tabs ul {
    border: none;
    justify-content: center;
    gap: 21px;
}
.Leadership_Tabs ul li button {
    border-radius: 4px;
    padding: 8px 12px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Leadership_Tabs ul.nav-tabs .nav-link.active {
    border: none;
    border-bottom: none;
    border-radius: 4px;
    background: var(--Theme-Blue-400, #4E69F1);
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: var(--White, #FFF);
}
.Leadership_Tabs ul.nav-tabs .nav-link:hover {
    border: none;
    border-bottom: none;
    border-radius: 4px;
    background: var(--Theme-Blue-400, #fff);
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Leadership_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    margin-top: 24px;
    text-align: center;
    min-height: 416px;
}
.Leadership_Text {
    margin-top: 16px;
}
.Leadership_Text h6 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.Leadership_Text p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    /* padding: 0 30px; */
    padding: 0 13px;
}
.Leadership_Img {
    width: 100%;
    border-radius: 50%;
    background: var(--Theme-Blue-100, #D8DEFC);
    overflow: hidden;
    height: 262px;
    display: flex;
}
.Leadership_Box:hover .Leadership_Img {
    background: #3A58EF;
    transition: .4s linear all;
    transform: scale(1) translateY(0px);
}
.Leadership_Box:hover .Leadership_Img img {
    transform: scale(1.1) translateY(10px);
    transition: .4s linear all;
}
section.Leadership.Bg_Color {
    background: var(--Theme-Blue-50, #EBEEFD);
}