:root {
    --red: #c8232c;
    --red2: #9b1921;
    --bg: rgba(200, 35, 44, 0.08);
    --pharma: #1f6b8f;
    --org2: #2a7ba3;
    --bg1: rgba(31, 107, 143, 0.1);
    --g9: #0f2747;
    --g7: #64748b;
    --g5: #94a3b8;
    --g2: #e2e8f0;
    --g1: #f1f5f9;
    --g0: #f8fafc;
    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --font-family-key: 'helveticaneue';
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

section {}

body {
    font-family: var(--font-family-key);
    font-size: 14px;
    font-weight: 500;
    color: var(--g9);
    background: #ffffff;
    overflow-x: hidden;
    /* -webkit-font-smoothing: antialiased */
}

a {
    text-decoration: none;
    color: inherit
}

p {
    margin: 0px;
}

img {
    display: block;
    max-width: 100%
}

.clear {
    clear: both;
}

.container {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 44px
}

.container-fluid {
    position: relative;
    max-width: 1350px;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover,
a:focus {
    color: var(--main-color);
    text-decoration: none;
}

button,
button:focus,
select,
select:focus {
    outline: none;
}

.relative {
    position: relative;
}

.relative-2 {
    position: relative;
    top: -2px;
}

.relative-3 {
    position: relative;
    top: -3px;
}

.relative-4 {
    position: relative;
    top: -4px;
}

.relative-5 {
    position: relative;
    top: -5px;
}

img {
    max-width: 100%;
    display: inline-block;
}

.top0 {
    margin-top: 0px !important;
}

.top3 {
    margin-top: 3px !important;
}

.top4 {
    margin-top: 4px !important;
}

.top5 {
    margin-top: 5px !important;
}

.top6 {
    margin-top: 6px !important;
}

.top8 {
    margin-top: 8px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top12 {
    margin-top: 12px !important;
}

.top14 {
    margin-top: 14px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top-3 {
    margin-top: -3px !important;
}

.top-4 {
    margin-top: -4px !important;
}

.top-5 {
    margin-top: -5px !important;
}

.top-6 {
    margin-top: -6px !important;
}

.top-8 {
    margin-top: -8px !important;
}

.top-10 {
    margin-top: -10px !important;
}

.top-12 {
    margin-top: -12px !important;
}

.top-14 {
    margin-top: -14px !important;
}

.top-15 {
    margin-top: -15px !important;
}

.mobile {
    display: none;
}

.noborder {
    border: none !important;
}

@media(max-width: 767px) {
    .container {
        padding: 0px 8px;
    }

    .container .row {
        margin: 0px 0px;
    }

    .container .row>div {
        padding: 0px 8px;
    }

    .mobile {
        display: block;
    }

    .destop {
        display: none !important;
    }
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 4px;
    display: none;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    background: var(--red2);
    color: #fff !important;
    line-height: 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.white-box {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

@media(max-width: 767px) {
    .white-box {
        padding: 10px;
    }
}

.btn-add-cart {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
    outline: none !important;
}

.btn-add-cart:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff !important;
}

.btn-add-cart i {
    font-size: 14px;
}

.btn-add-cart span {
    display: inline-block;
    margin-left: 5px;
}

@media(max-width: 767px) {
    .btn-add-cart span {
        display: block;
        font-size: 10px;
        margin-left: 0px;
        margin-top: -2px;
    }

    .btn-add-cart {
        background: #56ba47;
        border: 1px solid #56ba47;
        color: #fff !important;
    }
}

.nopadding-l {
    padding-left: 0px;
}

.nopadding-r {
    padding-right: 0px;
}

/*  */
.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--pharma);
    padding: 5px 12px;
    border: 1px solid rgba(31, 107, 143, 0.35);
}

.tag::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--pharma);
    flex-shrink: 0
}

.sh {
    margin-bottom: 52px
}

.sh h2 {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: var(--g9);
    margin: 0px;
}

.sh p {
    margin-top: 14px;
}

.cta-desc {
    margin: 14px auto;
    color: rgba(255, 255, 255, .48);
    max-width: 650px;
}

.sh .tag {
    margin-bottom: 18px
}

.btn-r {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    padding: 13px 26px;
    border: 1.5px solid var(--red);
    cursor: pointer;
    transition: background .2s;
    border-radius: 2px;
    height: 50px;
    justify-content: center;
}

.btn-r:hover,
.btn-r:focus {
    background: var(--red2);
    color: #fff;
}

.btn-o {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--g9);
    font-size: 13.5px;
    font-weight: 600;
    padding: 12px 26px;
    border: 2px solid #cbd5e1;
    cursor: pointer;
    transition: all .2s;
    border-radius: 2px;
    height: 50px;
    justify-content: center;
}

a.btn-o p {
    margin: 0;
}

.btn-o:hover {
    border-color: var(--pharma);
    color: var(--pharma)
}

.btn-g {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: rgba(255, 255, 255, .78);
    font-size: 13.5px;
    font-weight: 500;
    padding: 12px 22px;
    border: 1.5px solid rgba(255, 255, 255, .28);
    cursor: pointer;
    transition: all .2s;
    border-radius: 2px;
    height: 50px;
}

.btn-g:hover,
.btn-g:focus {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s var(--ease), transform .6s var(--ease)
}

.reveal.on {
    opacity: 1;
    transform: translateY(0)
}

.d1 {
    transition-delay: .1s
}

.d2 {
    transition-delay: .2s
}

.d3 {
    transition-delay: .3s
}

/*  */
.ab {
    background: var(--g9);
    padding: 8px 0;
    /* border-bottom: 3px solid var(--pharma); */
}

.ab .container {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .06em
}

.ab-lbl {
    color: rgba(255, 255, 255, .4);
    margin-right: 8px
}

.ab-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .6);
    padding: 4px 14px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    transition: all .2s
}

.ab-link:last-child {
    border-right: none
}

.ab-link:hover,
.ab-link:focus {
    color: #fff;
    background: rgba(232, 101, 26, .15)
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0
}

.dr {
    background: var(--red)
}

.do {
    background: var(--pharma)
}

.dy {
    background: #FFB347
}

#nav,
#navbar {
    position: relative;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--g2);
    transition: box-shadow .3s
}

#navbar,
#navbar.fixed-top {
    transition: 0.5s ease;
}

#nav.up,
#navbar.fixed-top {
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, .1); */
    position: fixed;
    top: 0;
    width: 100%;
}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px
}

.nav-logo img {
    height: 44px;
    width: auto
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style-type: none;
    margin: 0;
}

.nav-links a {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--g7);
    transition: color .2s;
    position: relative;
    line-height: 1.4;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--pharma);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s var(--ease)
}

.nav-links a:hover {
    color: var(--pharma)
}

.nav-links a:hover::after {
    transform: scaleX(1)
}

.nav-ctas {
    display: flex;
    gap: 10px
}

.nav-ctas .btn-o {
    padding: 9px 18px;
    font-size: 13px
}

.nav-ctas .btn-r {
    padding: 9px 18px;
    font-size: 13px;
    border: 2px solid var(--red);
}

.icon-menu-mobi {
    display: none;
    position: absolute;
    top: 11px;
    left: 4px;
    padding: 5px 12px 7px;
    cursor: pointer;
    z-index: 99;
    font-size: 93%;
}

.icon-cate-mobi span,
.icon-menu-mobi span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--red);
    margin: 4px 0px;
}

@media(max-width: 1025px) {
    .nav-inner {
        padding: 0px 20px;
    }
}

@media(max-width: 992px) {
    .icon-menu-mobi {
        display: block;
    }

    .nav-inner {
        padding: 0;
        display: block;
        /* margin: 10px 0px 10px; */
        height: auto;
        padding: 5px 0;
    }

    .nav-ctas {
        padding: 0px 20px;
    }

    .nav-logo {
        text-align: center;
        width: 100%;
        position: relative;
        display: block !important;
        padding: 0;
    }

    .header-menu {
        background: #ffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 285px;
        max-width: 100%;
        height: 100vh !important;
        z-index: 100;
        background-color: white;
        display: block;
        transform: translate(-350px, 0px);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-in-out;
    }

    .header-menu .nav-links,
    .header-menu .nav-ctas {
        display: block;
    }

    .nav-links ul {
        display: block;
    }

    .header-menu.menu-open {
        transform: translate(0px);
    }

    .nav-links a {
        display: block;
        border-bottom: 1px solid #f1f1f1;
        padding: 10px 0px 8px 20px;
    }

    .nav-logo {
        padding-left: 0px !important;
        text-align: center;
    }

    .nav-logo img {
        /* height: 50px; */
    }

    .menu-overlay {
        position: fixed;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        display: none;
    }

    .menu-overlay.menu-open {
        display: block;
    }

    #nav.up {
        /* padding-bottom: 10px; */
    }

    .nav-ctas .btn-o,
    .nav-ctas .btn-r {
        width: 100%;
        margin-top: 15px;
        text-align: center;
        line-height: 1;
    }
}

@media(max-width: 767px) {
    #nav.up {
        /* padding-bottom: 2px; */
        border: 0;
    }

    .nav-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .nav-ctas {
        background: no-repeat;
    }

    .block-option-1 .ab {
        padding-bottom: 0;
    }

    .ab .container {
        float: none;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .comply .sh .tag,
    .partners .sh .tag {
        margin-bottom: 20px;
    }

    .btn-r {
        font-size: 13px;
        text-align: center;
        width: 100%;
        justify-content: center;
        font-size: 11px;
    }

    .nos .btn-r {
        padding: 13px 20px;
        margin: 0 !important;
    }

    .careers .c-ctas .btn-r {
        padding: 15px 19px;
    }

    .sh {
        margin-bottom: 30px;
    }

    .method-ctas>a {
        flex: 1;
        padding: 10px 3px !important;
        font-size: 12px;
    }

    .method-ctas .btn-o {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.hero {
    background: var(--g9);
}

.hero-1 {
    min-height: 88vh;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    /* background: var(--g9); */
    position: relative;
    overflow: hidden
}

.hero-1::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(232, 101, 26, .08) 0%, transparent 60%); */
    pointer-events: none
}

.hero-l {
    padding: 90px 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2
}

.hero-ey {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.hero-ey .ln {
    width: 28px;
    height: 2px;
    background: var(--pharma)
}

.hero-ey span {
    font-size: 11px;
    color: var(--pharma);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700
}

.hero h1 {
    font-size: clamp(30px, 3.6vw, 42px);
    font-weight: 700;
    line-height: 1.18;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -.01em;
    margin-top: 0px;
    font-family: var(--font-family-key);
}

.hero h1 span {
    color: var(--red);
    font-style: italic;
    font-weight: 900;
}

.hero h1 em {
    font-style: italic;
    color: var(--pharma)
}

.hero-vp {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
    color: rgba(255, 255, 255, .7);
    max-width: 520px;
    margin-bottom: 10px;
    border-left: 3px solid var(--pharma);
    padding-left: 18px;
    margin-top: 16px
}

.hero-vp strong {
    color: rgba(255, 255, 255, .92);
    font-weight: 600
}

.hero-cred {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .38);
    margin-bottom: 36px;
    letter-spacing: .04em
}

.hero-acts {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
    align-items: center;
}

.hero-tr {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.hero-r {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 52px 60px 0;
    position: relative;
    z-index: 2
}

.hc {
    width: 100%;
    max-width: 390px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    padding: 38px;
    border-radius: 2px;
    border-top: 4px solid var(--red);
}

.hc-lbl {
    font-size: 10px;
    color: var(--red);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700
}

.hc-lbl.hc-lb2 {
    flex-direction: row-reverse;
}

.hc-lbl::before {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(232, 101, 26, .25)
}

.hc-vis {
    font-size: 14px;
    font-style: italic;
    color: rgba(255, 255, 255, .88);
    line-height: 1.7;
    margin-bottom: 24px
}

.hc-hr {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin-bottom: 20px
}

.hc-ml {
    font-size: 10px;
    color: #FFB347;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700
}

.hc-mis {
    font-size: 14px;
    color: rgba(255, 255, 255, .48);
    line-height: 1.75;
    margin-bottom: 20px
}

.hc-slo {
    border-left: 3px solid var(--pharma);
    padding: 11px 15px;
    background: rgba(31, 107, 143, 0.1);
    font-size: 13px;
    font-style: italic;
    color: rgba(255, 255, 255, .7);
    line-height: 1.55;
    text-align: center;
}

@media(max-width: 1024px) {
    .hero-ey span {
        font-size: 14px;
        line-height: 1.5;
    }

    .hero h1 {
        font-size: 25px;
        line-height: 1.4;
    }
}

.hero-2 {
    min-height: auto;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
}

.hero-2 .hero-l {
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
}

.ti {
    text-align: center;
    padding: 0 8px;
    position: relative
}

.ti:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background: rgba(255, 255, 255, .1)
}

.ti-n {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px
}

.ti-n em {
    color: var(--red);
    font-style: normal
}

.ti-l {
    font-size: 10px;
    color: rgba(255, 255, 255, .38);
    letter-spacing: .09em;
    text-transform: uppercase;
    line-height: 1.5
}

.caps {
    background: var(--g9);
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.caps-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

.cap {
    padding: 28px 22px;
    border-right: 1px solid rgba(255, 255, 255, .07);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: background .25s;
    position: relative;
    cursor: default
}

.cap:last-child {
    border-right: none
}

.cap:hover {
    background: rgba(255, 255, 255, .04)
}

.cap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--pharma));
    opacity: 0;
    transition: opacity .25s
}

.cap:hover::before {
    opacity: 1
}

.cap-ico {
    font-size: 24px;
    margin-bottom: 12px
}

.caps .cap-title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, .88);
    margin-bottom: 6px;
    line-height: 1.3
}

.cap-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .38);
    line-height: 1.62
}

@media(max-width: 991px) {
    .ti:nth-child(2):not(:last-child)::after {
        display: none;
    }

    .hero-2 .hero-l {
        padding: 0;
    }

    .hero-acts {
        margin-bottom: 20px;
        justify-content: center;
        gap: 5px;
        flex-wrap: nowrap;
    }

    .hero-acts>a {
        width: auto;
        padding: 15px 12px !important;
        flex: 1;
        justify-content: center;
        font-size: 11px;
    }

    .ti {
        padding: 20px 0px 20px;
    }

    .ti-n {
        font-size: 30px;
    }

    .hero-1 {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .caps {
        /* margin-top: 50px; */
    }
}

@media(max-width: 767px) {
    .hero-ey .ln {
        width: 8px;
    }

    .hero-ey {
        margin-bottom: 10px;
        gap: 7px;
    }

    .hero-ey span {
        font-size: 13px;
        letter-spacing: 0px;
        text-transform: capitalize;
        line-height: 1.6;
    }

    .hero h1 {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .hero-vp {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hero-cred {
        font-size: 12px;
        letter-spacing: 0;
    }

    .caps {}
}

.gateway {
    background: var(--g0)
}

.gw-hd {
    background: linear-gradient(135deg, var(--g9) 0%, #0a1929 100%);
    padding: 40px 0;
    /* border-bottom: 3px solid var(--pharma); */
    text-align: center
}

.gw-hd-tag {
    font-size: 11px;
    color: var(--pharma);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700
}

.gw-hd h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.gw-hd p {
    font-size: 14px;
    color: rgba(255, 255, 255, .48);
    max-width: 620px;
    margin: 10px auto 0;
    line-height: 1.7
}

.gw-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.gw-c {
    padding: 44px 38px;
    background: #fff;
    border-right: 1px solid var(--g2);
    border-bottom: 1px solid var(--g2);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all .3s var(--ease);
    flex-wrap: wrap;
}

.gw-c:last-child {
    border-right: none
}

.gw-c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--red);
}

.gw-c:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .09);
    transform: translateY(-4px);
    background: #FFFCFA
}

.gw-n {
    font-size: 10px;
    color: var(--g5);
    letter-spacing: .1em;
    margin-bottom: 14px;
    font-weight: 600
}

.gw-ico {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px
}

.ico1 {
    background: var(--bg)
}

.ico2 {
    background: var(--bg1)
}

.ico3 {
    background: #FFF8E8
}

.gw-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--g9);
    line-height: 1.2;
    margin-bottom: 5px
}

.gw-sub {
    font-size: 10px;
    letter-spacing: .08em;
    color: var(--g5);
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600
}

.gw-lead {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.72;
    margin-bottom: 20px;
    font-style: italic;
    padding: 12px 14px;
    border-left: 3px solid var(--g2)
}

.gw-c:nth-child(1) .gw-lead {
    border-left-color: rgba(15, 39, 71, 0.2);
    background: rgba(15, 39, 71, 0.04);
}

.gw-c:nth-child(2) .gw-lead {
    border-left-color: rgba(31, 107, 143, 0.2);
    background: rgba(31, 107, 143, 0.05);
}

.gw-c:nth-child(3) .gw-lead {
    border-left-color: rgba(31, 107, 143, 0.2);
    background: rgba(31, 107, 143, 0.05);
}

.gw-grid .info ul {
    list-style: none;
    flex: 1
}

.gw-grid .info ul li {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
    padding: 7px 0;
    border-bottom: 1px solid var(--g1);
    display: flex;
    align-items: flex-start;
    gap: 9px;
    position: relative;
}

.gw-grid .info ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0
}

.gw-c:nth-child(1) .info ul li::before {
    background: var(--red);
}

.gw-c:nth-child(2) .info ul li::before {
    background: var(--pharma);
}

.gw-c:nth-child(3) .info ul li::before {
    background: #E8A020;
}

.gw-cta {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    transition: gap .2s
}

.gw-cta:hover {
    gap: 13px
}

.gw-c:nth-child(1) .gw-cta {
    color: var(--red)
}

.gw-c:nth-child(2) .gw-cta {
    color: var(--pharma)
}

.gw-c:nth-child(3) .gw-cta {
    color: #C88020
}

@media(max-width: 991px) {
    .gw-hd h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .gw-c {
        padding: 40px 20px;
    }

    .gw-title {
        margin-bottom: 20px;
    }

    .gateway .gw-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 767px) {
    .gw-hd {
        padding: 40px 15px;
    }

    .gw-hd-tag {
        font-size: 10px;
    }
}

/*  */
.products {
    padding: 92px 0 0px;
    background: #fff
}

.products .container {
    /* max-width: 100%; */
    /* padding: 0px 20px; */
}

.prod-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-wrap: wrap;
    gap: 20px
}

.prod-top .sh {
    margin-bottom: 0
}

.right-content-product {
    padding: 0px;
}

.intent-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: #ffff;
    margin-bottom: 36px;
    border-radius: 2px;
    overflow: hidden;
    padding: 4px;
    /* border-radius: 10px; */
}

.itab {
    padding: 16px 18px;
    background: var(--g0);
    cursor: pointer;
    transition: all .2s;
    border: none;
    font-family: var(--ff);
    text-align: left;
    border-radius: 5px;
}

.itab:hover {
    background: var(--bg1)
}

.itab.active {
    background: #fff;
    border-top: 3px solid var(--red)
}

.itab-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 4px
}

.itab.active .itab-title {
    color: var(--red)
}

.itab-desc {
    font-size: 11px;
    color: var(--g5);
    line-height: 1.4
}

.pgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.pc {
    background: #fff;
    border: 1px solid var(--g2);
    transition: all .28s var(--ease);
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0px 5px;
}

.pc:hover {
    box-shadow: 0 12px 36px rgba(15, 39, 71, 0.11);
    transform: translateY(-4px);
    border-color: rgba(15, 39, 71, 0.2);
}

.pc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--pharma));
    opacity: 0;
    transition: opacity .28s
}

.pc:hover::before {
    opacity: 1
}

.pc-img {
    background: var(--g0);
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative
}

.pc-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s var(--ease);
    overflow: hidden;
    z-index: 5;
}

.pc:hover .pc-img img {
    transform: scale(1.06)
}

.pc-rx {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--red);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 2px;
    z-index: 10;
}

.pc-new {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--pharma);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 2px;
    z-index: 10;
}

.pc-body {
    padding: 14px 14px 16px
}

.pc-cat {
    font-size: 9.5px;
    color: var(--pharma);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px
}

.pc-cat::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pharma)
}

.pc-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 4px;
    line-height: 1.25
}

.pc-spec {
    font-size: 11px;
    color: var(--g7);
    line-height: 1.5;
    margin-bottom: 12px;
    min-height: 30px
}

.pc-ft {
    border-top: 1px solid var(--g1);
    padding-top: 10px;
    display: flex;
    justify-content: center
}

.pc-link {
    font-size: 12px;
    font-weight: 700;
    color: var(--pharma);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color .2s;
    width: 100%;
    justify-content: center;
    padding: 3px 0
}

.pc-link:hover {
    color: var(--red)
}

.prod-note-row {
    text-align: center
}

.prod-note {
    font-size: 12px;
    color: var(--g5);
    margin-top: 10px;
    font-style: italic
}

@media(max-width: 991px) {
    .right-content-product {
        padding: 0px 10px;
    }
}

@media(max-width: 767px) {
    .products {
        padding: 50px 0px 0px;
    }

    .prod-top {
        margin-bottom: 20px;
    }

    .pc-ft {
        text-align: center;
    }

    .pc-ft a {
        font-size: 11px;
    }

    .pc-img {
        padding: 10px 10px 0px;
    }

    .pc-body {
        padding: 5px 14px 10px;
    }

    .pc-rx,
    .pc-new {
        font-size: 7px;
    }

    .pc-name {
        margin-top: 10px;
        font-size: 14px;
    }

    .pc-spec {
        font-size: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.method {
    background: var(--g9);
    padding: 90px 0px 0px;
    position: relative;
    overflow: hidden
}

.method::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(232, 101, 26, .06) 0%, transparent 50%);
    pointer-events: none
}

.method .sh h2 {
    color: #fff
}

.method .sh p {
    color: rgba(255, 255, 255, .42)
}

.method .tag {
    border-color: rgba(31, 107, 143, 0.42);
    color: var(--org2)
}

.method .tag::before {
    background: var(--org2)
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    background: rgba(255, 255, 255, .07);
    margin-bottom: 48px;
    border-radius: 2px;
    overflow: hidden
}

.step {
    background: rgba(255, 255, 255, .04);
    padding: 28px 20px;
    border-top: 3px solid transparent;
    transition: all .25s
}

.step:hover {
    background: rgba(255, 255, 255, .08);
    border-top-color: var(--pharma)
}

.step-n {
    font-size: 10px;
    color: var(--pharma);
    letter-spacing: .1em;
    margin-bottom: 14px;
    display: block;
    font-weight: 700
}

.step-ico {
    font-size: 11px;
    margin-bottom: 11px
}

.step-ico img {
    max-width: 42px;
}

.step-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3
}

.step-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, .42);
    line-height: 1.68
}

.mcommit {
    background: rgba(31, 107, 143, 0.1);
    border: 1px solid rgba(31, 107, 143, 0.22);
    border-left: 4px solid var(--pharma);
    padding: 28px 32px;
    margin-bottom: 36px;
    border-radius: 0 2px 2px 0
}

.mc-lbl {
    font-size: 10px;
    color: var(--pharma);
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: 700
}

.mc-txt {
    font-size: 14px;
    font-style: italic;
    color: rgba(255, 255, 255, .85);
    line-height: 1.7;
    max-width: 740px
}

.mquotes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: rgba(255, 255, 255, .06)
}

.mq {
    background: rgba(255, 255, 255, .035);
    padding: 30px;
    border-left: 3px solid transparent
}

.mq:nth-child(1) {
    border-left-color: var(--pharma)
}

.mq:nth-child(2) {
    border-left-color: var(--pharma);
}

.mq-lbl {
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: 700
}

.mq:nth-child(1) .mq-lbl {
    color: var(--pharma)
}

.mq:nth-child(2) .mq-lbl {
    color: var(--pharma);
}

.mq p {
    font-size: 14px;
    font-style: italic;
    color: rgba(255, 255, 255, .72);
    line-height: 1.68
}

.method-ctas {
    display: flex;
    gap: 14px;
    margin-top: 36px
}

.method-ctas .btn-o {
    color: rgba(255, 255, 255, .72);
    border-color: rgba(255, 255, 255, .22)
}

.method-ctas .btn-o:hover {
    border-color: var(--pharma);
    color: var(--pharma);
    background: rgba(232, 101, 26, .08)
}

@media(max-width: 991px) {
    .mcommit {
        margin-bottom: 14px;
    }
}

@media(max-width: 767px) {
    .mcommit {
        margin-bottom: 14px;
    }

    .mcommit,
    .mquotes,
    .mq:nth-child(1),
    .mq:nth-child(2) {
        border-left: 0;
        padding: 20px;
    }

    .method .sh h2 {
        font-size: 150%;
        line-height: 1.4;
    }

    .method {
        padding: 30px 0px 0px;
    }

    .method-ctas {
        margin-top: 20px;
        /* display: block; */
        gap: 5px;
    }

    .mc-txt {
        font-size: 14px;
    }

    .method .tag {
        margin-bottom: 20px;
    }
}


.comply {
    padding: 90px 0;
    background: var(--g0)
}

.comply-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 72px;
    align-items: center;
    margin-top: 48px
}

.comply-items {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.comply-item {
    display: flex;
    gap: 18px;
    padding: 20px 22px;
    background: #fff;
    border-left: 4px solid transparent;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: all .2s
}

.comply-item:nth-child(1) {
    border-left-color: var(--red)
}

.comply-item:nth-child(2) {
    border-left-color: var(--red);
}

.comply-item:nth-child(3) {
    border-left-color: var(--red);
}

.comply-item:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
    transform: translateX(3px)
}

.ci-ico {
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 2px
}

.ci-ttl {
    font-size: 14px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 5px
}

.ci-dsc {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.65
}

.comply-stat {
    background: linear-gradient(135deg, var(--g9) 0%, #0a1929 100%);
    padding: 40px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cs-item {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding-bottom: 20px
}

.cs-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.cs-lbl {
    font-size: 10px;
    color: var(--pharma);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px
}

.cs-val {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 4px
}

.cs-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .42);
    line-height: 1.5
}

.partners {
    padding: 90px 0px 0px;
    background: #fff
}

.partners_1 {
    padding-top: 0px;
    padding-bottom: 90px;
}

.partners_1 .p2col {
    margin-top: 0px;
}

.p2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
    margin-top: 48px
}

.crit-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 5px
}

.crit-sub {
    font-size: 13px;
    color: var(--g7);
    line-height: 1.68;
    margin-bottom: 20px;
    font-style: italic
}

.crit-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--g1);
    align-items: flex-start
}

.crit-item:first-of-type {
    border-top: 1px solid var(--g1)
}

.ci-n {
    font-size: 11px;
    color: var(--red);
    font-weight: 700;
    flex-shrink: 0;
    min-width: 26px;
    margin-top: 2px
}

.ci-t {
    font-size: 14px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 3px
}

.ci-d {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.6
}

.cap-mb {
    margin-top: 32px
}

.cap-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 5px
}

.cap-sub {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.65;
    margin-bottom: 16px;
    font-style: italic
}

.cap-item {
    display: flex;
    gap: 13px;
    padding: 13px 16px;
    margin-bottom: 7px;
    background: var(--g0);
    border-left: 3px solid var(--g2);
    align-items: flex-start;
    transition: all .2s;
    border-radius: 0 2px 2px 0
}

.cap-item:hover {
    border-left-color: var(--pharma);
    background: var(--bg1)
}

.cap-ico {
    font-size: 20px;
    flex-shrink: 0
}

@media(max-width: 991px) {
    .cap-ico {
        /* font-size: 42px; */
    }
}

@media(max-width: 767px) {
    .partners {
        padding: 30px 0px 0px;
    }

    .partners_1 {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .ci-n {
        font-size: 14px;
    }

    .comply-stat {
        padding: 25px 20px;
    }

    .comply {
        padding: 30px 0px;
    }
}

.cap-tt {
    font-size: 14px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 2px
}

.cap-ds {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.55
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--g2);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 36px
}

.lc {
    background: #fff;
    aspect-ratio: 2.2/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--g7);
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: all .2s;
    padding: 12px;
    text-align: center;
    font-weight: 600
}

.lc>img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.lc:hover {
    background: var(--bg1);
    color: var(--pharma)
}

.lc span {
    font-size: 9.5px;
    color: var(--g5);
    margin-top: 4px;
    letter-spacing: .04em;
    font-weight: 400
}

@media(max-width: 767px) {
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.nos {
    background: var(--g9);
    position: relative;
    overflow: hidden;
    padding: 90px 0px;
}

.nos::before {
    content: 'NOS';
    position: absolute;
    right: -30px;
    top: 20px;
    font-size: 220px;
    font-weight: 700;
    color: rgba(255, 255, 255, .02);
    letter-spacing: -.05em;
    line-height: 1;
    pointer-events: none
}

.nos .sh h2 {
    color: #fff
}

.nos .sh p {
    color: rgba(255, 255, 255, .42)
}

.nos .tag {
    border-color: rgba(31, 107, 143, 0.38);
    color: var(--pharma)
}

.nos .tag::before {
    background: var(--pharma)
}

.nos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: rgba(255, 255, 255, .06);
    margin-top: 48px
}

.nos-item {
    background: rgba(255, 255, 255, .04);
    padding: 32px;
    transition: background .2s
}

.nos-item:hover {
    background: rgba(255, 255, 255, .08)
}

.nos-num {
    font-size: 11px;
    color: var(--pharma);
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 10px;
    display: block
}

.nos-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.nos-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.7
}

.nos-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
    padding: 24px 32px;
    background: rgba(31, 107, 143, 0.1);
    border: 1px solid rgba(31, 107, 143, 0.2);
}

.nos-cta-txt {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    font-style: italic
}

.nos-cta-txt p {
    margin: 0;
    font-style: italic;
}

.nos-cta-txt strong {
    color: var(--pharma);
    font-style: normal;
}

.outcomes {
    padding: 90px 0;
    background: var(--g0)
}

section.outcomes .sh p {
    margin: 14px auto;
}

.outcomes .sh {
    text-align: center
}

.out-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 44px
}

.out-card {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    transition: all .25s;
    display: flex;
    flex-direction: column;
}

.out-card>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.out-card:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, .1);
    transform: translateY(-3px)
}

.out-header {
    padding: 20px 24px 16px;
    border-bottom: 1px solid var(--g1);
    border-top: 4px solid var(--red)
}

.out-type {
    font-size: 9.5px;
    font-weight: 700;
    color: var(--red);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px
}

.out-type::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--red);
}

.out-card:nth-child(3) .out-type,
.out-card:nth-child(3) .out-type::before {
    color: var(--red);
    height: 4px;
    border-radius: 50%;
}

.out-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--g9);
    line-height: 1.3
}

.out-body {
    padding: 0px 20px 20px;
    display: flex;
    flex-direction: column;
}

.out-metric {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
}

.om {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 10px 0;
    border-bottom: 1px solid var(--g1);
    flex: 1;
    flex-direction: row;
}

.om:last-child {
    border-bottom: none
}

.om-num {
    font-size: 20px;
    font-weight: 700;
    color: var(--g9);
    line-height: 1;
    flex-shrink: 0;
    min-width: 70px;
    text-align: center;
}

.om-num.red {
    color: var(--red);
    max-width: 70px;
}

.om-num.org {
    color: var(--pharma)
}

.om-num.yel {
    color: #C88020
}

.om-label {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.5;
    margin-top: 4px
}

.out-card:nth-child(2) .om-label {
    /* color: var(--red2); */
}

.out-note {
    font-size: 11px;
    color: var(--g5);
    margin-top: 16px;
    font-style: italic;
    padding-top: 14px;
    border-top: 1px solid var(--g1)
}

@media(max-width: 991px) {
    .nos-cta {
        display: block;
        padding: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .nos-cta-txt {
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .om {
        align-items: center;
        padding-top: 0px;
    }

    .om-num.org {
        font-size: 18px;
    }
}

.story {
    padding: 90px 0;
    background: #fff
}

@media(max-width: 767px) {
    .outcomes .out-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .story,
    .outcomes {
        padding: 30px 0px 30px;
    }

    .out-note {
        margin-top: 0;
    }

    section.outcomes .sh h2 {
        margin: 0;
        font-size: 147%;
    }

    .nos-item {
        padding: 20px;
    }

    .nos .sh h2 {
        font-size: 155%;
    }

    section.outcomes .sh p {
        font-size: 108%;
        margin-bottom: 0px;
    }

    .nos {
        padding: 30px 0px 30px;
    }

    .om-num.red {
        text-align: center;
        font-size: 18px;
    }

    .om-num {
        min-width: 70px;
    }

    .om {
        gap: 10px;
        padding: 10px 0px;
    }
}

.s2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.s-vis {
    aspect-ratio: 3/4;
    background: linear-gradient(160deg, var(--g9) 0%, #0a1929 100%);
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.s-vis-in {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px
}

.s-lamp {
    font-size: 70px;
    margin-bottom: 26px;
    animation: glow 3s ease-in-out infinite
}

@keyframes glow {

    0%,
    100% {
        filter: drop-shadow(0 0 16px rgba(232, 101, 26, .5))
    }

    50% {
        filter: drop-shadow(0 0 40px rgba(232, 101, 26, .95))
    }
}

.s-quote {
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, .68);
    text-align: center;
    line-height: 1.75
}

.s-brand {
    color: var(--pharma);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-top: 18px;
    display: block
}

.story .sh h2 {
    color: var(--g9)
}

.story .sh p {
    color: var(--g7)
}

.s-exc {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.85;
    padding: 14px 17px;
    background: var(--bg1);
    border-left: 3px solid var(--red2);
    margin-bottom: 15px;
    border-radius: 0 2px 2px 0
}

.pillars {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.pillar {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    background: var(--g0);
    border-left: 3px solid transparent;
    transition: all .2s;
    border-radius: 0 2px 2px 0;
    align-items: center;
}

.pillar:nth-child(1) {
    border-left-color: var(--red)
}

.pillar:nth-child(2) {
    border-left-color: var(--red);
}

.pillar:nth-child(3) {
    border-left-color: var(--red);
}

.pillar:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08)
}

.p-nm {
    font-size: 14px;
    font-weight: 700;
    min-width: 60px;
    line-height: 1.3;
    text-align: center;
}

.pillar:nth-child(1) .p-nm {
    color: var(--red)
}

.pillar:nth-child(2) .p-nm {
    color: var(--red);
}

.pillar:nth-child(3) .p-nm {
    color: var(--red);
    /* text-align: center; */
}

.p-dsc {
    font-size: 13px;
    color: var(--g7);
    line-height: 1.62
}

.p-dsc p {
    margin: 0;
}

.values {
    padding: 90px 0;
    background: var(--g0)
}

.values .sh {
    text-align: center
}

.vgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--g1);
    margin-top: 44px;
    border-radius: 2px;
    overflow: hidden
}

.vc {
    background: #fff;
    padding: 36px 26px;
    border-top: 4px solid transparent;
    position: relative;
    transition: background .25s
}

.vc:nth-child(1) {
    border-top-color: var(--red)
}

.vc:nth-child(2) {
    border-top-color: var(--pharma)
}

.vc:nth-child(3) {
    border-top-color: var(--red);
}

.vc:nth-child(4) {
    border-top-color: var(--pharma);
}

.vc:hover {
    background: var(--g0)
}

.vc-bg {
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 64px;
    font-weight: 700;
    color: rgba(0, 0, 0, .04);
    line-height: 1;
    pointer-events: none
}

.vc-vi {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px
}

.vc:nth-child(1) .vc-vi {
    color: var(--red)
}

.vc:nth-child(2) .vc-vi {
    color: var(--pharma)
}

.vc:nth-child(3) .vc-vi {
    color: var(--red);
}

.vc:nth-child(4) .vc-vi {
    color: var(--pharma);
}

.vc-en {
    font-size: 9.5px;
    letter-spacing: .12em;
    color: var(--g5);
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600
}

.vc-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 6px
}

.vc-desc {
    font-size: 13px;
    color: var(--g7);
    line-height: 1.68
}

.v-slo {
    background: linear-gradient(135deg, var(--g9) 0%, #0a1929 100%);
    padding: 28px 44px;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, .75);
    line-height: 1.6
}

.v-slo p {
    margin: 0px;
}

.v-slo em {
    color: var(--pharma);
    font-style: normal;
    font-weight: 700
}

@media(max-width: 767px) {
    .values {
        padding: 30px 0px 30px;
    }

    .v-slo {
        font-size: 13px;
        padding: 20px 24px;
    }

    .s-exc {
        margin-bottom: 15px;
    }

    .p-nm {
        min-width: 64px;
    }

    .values .sh,
    .p-dsc p {
        margin: 0px;
    }

    .pillar {
        padding: 15px 11px;
    }

    .vc-vi {
        font-size: 25px;
    }

    .vc {
        padding: 25px 15px;
    }

    .vc-title .vc-title {

        height: 40px;

        overflow: hidden;
    }
}

/*  */
.careers {
    padding: 90px 0;
    background: linear-gradient(160deg, var(--g9) 0%, #0a1929 100%);
    position: relative;
    overflow: hidden
}

.careers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--pharma), #FFB347)
}

.c2col {
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 68px;
    align-items: start
}

.careers .sh h2 {
    color: #fff;
    margin-top: 0px;
}

.careers .sh p {
    color: rgba(255, 255, 255, .48);
    margin-bottom: 30px;
}

.careers .values .sh p {
    color: var(--g9);
}

.rpills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px
}

.rp {
    padding: 7px 14px;
    border: 1.5px solid rgba(255, 255, 255, .14);
    font-size: 12.5px;
    color: rgba(255, 255, 255, .62);
    font-weight: 500;
    transition: all .2s;
    cursor: default;
    border-radius: 2px;
    font-family: var(--ff)
}

.rp:hover {
    border-color: var(--pharma);
    color: #fff;
    background: rgba(232, 101, 26, .15)
}

.c-ctas {
    display: flex;
    gap: 12px;
    margin-top: 36px
}

.cgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: rgba(255, 255, 255, .07);
    border-radius: 2px;
    overflow: hidden
}

.cc {
    background: rgba(255, 255, 255, .04);
    padding: 24px 22px;
    border-top: 3px solid transparent;
    transition: all .2s
}

.cc:nth-child(1) {
    border-top-color: var(--red)
}

.cc:nth-child(2) {
    border-top-color: var(--pharma)
}

.cc:nth-child(3) {
    border-top-color: var(--red);
}

.cc:nth-child(4) {
    border-top-color: var(--org2)
}

.cc:hover {
    background: rgba(255, 255, 255, .08)
}

.cc-ico {
    font-size: 24px;
    margin-bottom: 11px
}

.cc-title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 7px
}

.cc-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .42);
    line-height: 1.68
}

.cta3 {
    padding: 0;
    background: #fff
}

.cta3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0
}

.cta3-card {
    padding: 52px 44px;
    border-right: 1px solid var(--g2);
    position: relative;
    overflow: hidden;
    transition: background .25s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta3-card>div {
    display: flex;
    flex-direction: column;
    /* flex: 1; */
}

.cta3-card:last-child {
    border-right: none
}

.cta3-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px
}

.cta3-card:nth-child(1)::before {
    background: var(--red)
}

.cta3-card:nth-child(2)::before {
    background: var(--red);
}

.cta3-card:nth-child(3)::before {
    background: var(--red);
}

.cta3-card:hover {
    background: var(--g0)
}

.cta3-ico {
    font-size: 32px;
    margin-bottom: 14px
}

.cta3-for {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px
}

.cta3-card:nth-child(1) .cta3-for {
    color: var(--red)
}

.cta3-card:nth-child(2) .cta3-for {
    color: var(--pharma)
}

.cta3-card:nth-child(3) .cta3-for {
    color: var(--red);
}

.cta3-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 10px;
    line-height: 1.25;
    height: 50px;
    overflow: hidden;
}

.cta3-desc {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.68;
    margin-bottom: 28px;
}

.cta3-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 2px;
    transition: all .2s;
    background: var(--red);
    color: #fff;
}

.cta3-card .cta3-link:hover,
.cta3-card .cta3-link:focus {
    background: var(--red2);
    color: #ffff;
}

.cta3-card:nth-child(3) .cta3-link {
    background: var(--red);
    color: #fff
}

/* about */
.ey {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--pharma);
    letter-spacing: .14em;
    margin-bottom: 14px;
}

.block-careers {
    padding: 0px;
    background: #fff;
}

.careers.block-careers section {
    padding: 90px 0px;
}

.block-careers .sh h2 {
    color: var(--g9);
}

.block-careers .commit .sh .sl {
    margin-bottom: 30px;
}

.block-careers .hero {
    text-align: center
}

.block-careers .hero-center {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.block-careers .hero-center .sh p {
    margin: 14px auto 0px;
}

.block-careers .hero-center .tag {
    margin-bottom: 18px;
}

.block-careers .hero-center h1 span {}

.block-careers .sh {
    margin-bottom: 30px;
}

.block-careers .hero-acts {
    justify-content: center;
}

.block-careers .hero-scroll {
    margin-top: 56px;
    font-size: 12px;
    color: rgba(255, 255, 255, .2);
    letter-spacing: 1px;
}

.block-careers .hero-scroll a {
    color: rgba(255, 255, 255, .78);
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(6px)
    }
}

.block-careers .hero-scroll span {
    display: block;
    font-size: 28px;
    animation: sdb05 2s infinite;
}

@keyframes sdb05 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
        opacity: 0
    }
}

/* INTRO */
.block-careers .intro {
    background: var(--g0);
}

.block-careers .intro-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 64px;
    align-items: center
}

.block-careers .intro-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 280px
}

.block-careers .lantern-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(245, 166, 35, .3) 0%, transparent 70%);
    border-radius: 50%;
    animation: glow 4s ease-in-out infinite
}

@keyframes glow {

    0%,
    100% {
        transform: scale(1);
        opacity: .8
    }

    50% {
        transform: scale(1.15);
        opacity: 1
    }
}

.block-careers .lantern-icon {
    position: relative;
    z-index: 2;
    font-size: 96px;
    filter: drop-shadow(0 0 30px rgba(245, 166, 35, .3))
}

.block-careers .intro-quote {
    background: var(--g1);
    font-size: 16px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 24px;
    border-left: 3px solid var(--red);
}

.block-careers .sh .intro-text {
    color: var(--g7);
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    display: block;
}

.block-careers .sh .intro-text strong {}

.block-careers .intro .sh h2 {
    color: var(--g9);
    line-height: 1.25;
    margin-bottom: 20px;
}

/*  */
#fit {}

.block-careers .sh .sl {
    color: var(--g7);
    margin-bottom: 0 !important;
}

.quiz-box {
    max-width: 600px;
    padding: 40px 32px;
    background: var(--g1);
    border-radius: 2px;
    border: 1px solid var(--g1);
    margin: auto;
}

.quiz-progress {
    display: flex;
    gap: 6px;
    margin-bottom: 28px
}

.quiz-bar {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: rgba(26, 35, 50, .08);
    transition: all .3s
}

.quiz-bar.done {
    background: var(--red)
}

.quiz-bar.current {
    background: var(--red);
}

.quiz-q {
    font-size: 20px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 25px;
    line-height: 1;
}

.quiz-btns {
    display: flex;
    gap: 12px
}

.quiz-btn {
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 700;
    flex: 1;
    cursor: pointer;
    transition: all .2s;
    font-family: var(--font-family-key);
    border-radius: 2px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quiz-btn.yes {
    border: 2px solid var(--red);
    background: transparent;
    color: var(--red)
}

.quiz-btn.yes:hover {
    background: var(--red);
    color: #fff
}

.quiz-btn.no {
    border: 2px solid rgba(26, 35, 50, .1);
    background: transparent;
    color: var(--g7);
}

.quiz-btn.no:hover {
    border-color: var(--g9);
}

.quiz-result {
    text-align: center;
    padding: 48px 32px;
    background: var(--g0);
}

.quiz-score {
    font-size: 64px;
    font-weight: 800;
    line-height: 1
}

.quiz-score.high {
    color: var(--red)
}

.quiz-score.low {
    color: var(--warm)
}

/*value  */
.block-careers .values .sh .sl {
    margin: auto;
    max-width: 500px;
}

.val-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-top: 48px;
}

.val-card {
    padding: 32px 24px;
    background: #fff;
    border: 1px solid var(--g1);
    transition: all .35s;
}

.val-num {
    font-size: 12px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 10px;
}

.val-han {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}

.val-vn {
    font-size: 12px;
    color: var(--g5);
    font-weight: 500;
    margin-bottom: 14px;
}

.val-desc {
    font-size: 13px;
    color: var(--g9);
    line-height: 1.7;
}

.val-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 56px rgba(26, 35, 50, .10);
    border-color: var(--red);
}

/*  */
.block-careers .section {}

.block-careers .nos .sl {
    color: var(--g5);
    font-size: 14px;
}

.block-careers .nos .st {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}

.block-careers .nos::before {
    display: none;
}

.block-careers .nos .nos-grid {
    gap: 2px;
    background: transparent;
}

.nos-card {
    padding: 32px 24px;
    border-radius: var(--r);
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    transition: all .3s;
}

.nos-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.nos-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--org2);
    margin-bottom: 8px;
}

.nos-title {}

.nos-text {
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.75;
}

.commit {
    background: #fff;
}

section.commit .sh {
    margin: 0;
}

.commit-quote {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    max-width: 100%;
    margin: 30px auto 30px;
    padding: 24px 32px;
    background: var(--g1);
    border: 1px solid var(--g1);
    border-radius: 2px;
}

.cm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.cm-card {
    padding: 28px 24px;
    border: 1px solid var(--g2);
    transition: all .3s;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}

.cm-card:hover {
    box-shadow: var(--sh-m);
    transform: translateY(-2px)
}

.cm-icon {
    font-size: 28px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}

.cm-title {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.cm-item {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.7;
    padding: 6px 0 6px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* flex: 1; */
}

.cm-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red-g);
    border: 2px solid var(--red)
}

/* POSITIONS */
.positions {
    background: var(--g1);
}

.block-careers .positions .sh .sl {
    max-width: 100%;
}

.pos-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.pos-filter {
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid var(--bg1);
    background: #fff;
    color: var(--g9);
    font-family: var(--font-family-key);
    transition: all .2s
}

.pos-filter:hover,
.pos-filter.active {
    background: var(--red);
    color: #fff;
    border-color: var(--red)
}

.pos-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.pos-card {
    border-radius: 2px;
    border: 1px solid var(--g2);
    background: #fff;
    overflow: hidden;
    transition: all .3s
}

.pos-card section.detail-news.block-recruitment {
    padding: 0;
    background: transparent;
}

.pos-card section.detail-news.block-recruitment .detail-content {
    margin: 0;
    border: 0;
    display: block;
}

.pos-card.open {
    border-color: var(--red);
    box-shadow: 0 8px 32px rgba(230, 50, 48, .08)
}

.pos-card.hidden {
    display: none
}

.pos-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    cursor: pointer;
    gap: 16px;
    flex-wrap: wrap;
}

.pos-head button {
    /* border: none; */
    /* background: transparent; */
}

.pos-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 8px
}

.pos-tag {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.pos-tag.dept {
    background: var(--bg);
    color: var(--red);
}

.pos-tag.new {
    background: var(--red);
    color: #fff
}

.pos-tag.type {
    background: var(--bg1);
    color: var(--g7);
}

.pos-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px
}

.pos-meta {
    font-size: 13px;
    color: var(--g7);
}

.pos-toggle {
    padding: 10px 24px;
    border-radius: 2px;
    background: var(--red);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: var(--font-family-key);
    white-space: nowrap;
    transition: all .2s;
    height: 50px;
    justify-content: center;
}

.pos-toggle:hover {
    background: var(--red2);
}

.pos-body {
    display: none;
    padding: 0 28px 28px;
    border-top: 1px solid rgba(26, 35, 50, .06)
}

.pos-body .pos-body-inner ul,
.pos-body .pos-body-inner ol {
    padding: 0px 30px;
}

.pos-body.open {
    display: block
}

.pos-body-inner {
    padding: 24px 0
}

.pos-about {
    font-size: 15px;
    color: var(--slate);
    line-height: 1.8;
    margin-bottom: 24px
}

.pos-body h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px
}

.pos-body ul {
    padding-left: 18px;
    margin-bottom: 20px
}

.pos-body li {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.8;
    margin-bottom: 4px
}

.pos-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 2px;
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all .2s;
    height: 50px;
    justify-content: center;
    float: right;
}

.pos-btn {
    float: none;
}

.pos-apply-btn:hover,
.pos-apply-btn:focus {
    background: var(--red2);
    transform: translateY(-1px);
    color: #fff;
}

/* LIFE */
.life {
    background: #fff;
}

.life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px
}

.life-card {
    overflow: hidden;
    border: 1px solid var(--g2);
    background: #fff;
    transition: all .3s
}

.life-card:hover {
    box-shadow: var(--sh-m);
    transform: translateY(-3px)
}

.life-visual {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px
}

.life-visual.v1 {
    background: linear-gradient(135deg, #FEE8E7, #FDF2E9)
}

.life-visual.v2 {
    background: linear-gradient(135deg, #E8EDF4, #F0F4F8)
}

.life-visual.v3 {
    background: linear-gradient(135deg, #FDF2E9, #FEF8E8)
}

.life-body {
    padding: 24px
}

.life-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px
}

.life-text {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.7
}

/*  */
/* PROCESS */
.process {
    background: var(--g0);
}

.block-careers .process .sh h2 {
    /* color: #fff; */
}

.proc-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 48px
}

.proc-step {
    text-align: center;
    /* color: #fff; */
}

.proc-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 16px;
    background: var(--bg);
    color: var(--red);
    font-size: 18px;
    font-weight: 800;
    transition: all .3s
}

.proc-step:hover .proc-num {
    background: var(--red);
    color: #fff;
    box-shadow: 0 4px 20px rgba(230, 50, 48, .2)
}

.proc-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px
}

.proc-desc {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.5
}

/* CTA */
.cta {
    text-align: center;
    padding: 88px 0;
    position: relative;
    overflow: hidden;
    background: var(--g9);
}

.block-careers .cta .sh h2 {
    color: #fff;
}

.cta .st {
    color: #fff;
    max-width: 620px;
    margin: 0 auto 14px
}

.cta-sub {
    color: rgba(255, 255, 255, .4);
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.cta-acts {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.cta-note {
    font-size: 13px;
    color: rgb(255 255 255 / 53%);
    margin-top: 32px
}

.btn-wg {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
    border-radius: 2px;
    height: 50px;
}

.btn-wg:hover,
.btn-wg:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .04);
}

/* FOOTER */
footer {
    background: var(--g9);
    padding: 64px 0 24px
}

@media (min-width: 992px) {
    .footer-top>.col-md-7 {
        padding-left: 80px;
    }
}

@media (max-width: 767px) {
    footer .container {
        padding: 0px 8px;
        max-width: 100%;
    }

    .commit-quote,
    .cm-card {

        padding: 20px;
    }
}

.fgrid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 48px
}

.fb img {
    height: 40px;
    filter: brightness(0) invert(1);
    opacity: .88
}

.fb p {
    font-size: 13px;
    color: rgba(255, 255, 255, .34);
    line-height: 1.75;
    margin: 14px 0 18px
}

.company-desc {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fcon {
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    color: rgb(255 255 255 / 64%);
    margin-bottom: 5px;
}

.fcon a {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .38);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .2s;
}

.fcon a:hover {
    color: var(--pharma)
}

.fc h4 {
    font-size: 10px;
    color: var(--pharma);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 700
}

.fc ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.fc ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, .34);
    transition: color .2s
}

.fc ul li a:hover {
    color: var(--pharma)
}

.fbot {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fbot p {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .22)
}

.fleg {
    font-size: 10.5px;
    color: rgba(255, 255, 255, .18)
}

@media(max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-r {
        display: none;
        padding: 0;
    }

    .hero-l,
    .careers.block-careers .hero {
        padding: 40px 20px 20px;
        display: block;
    }

    .careers.block-careers .hero {
        padding-bottom: 30px;
    }

    .block-careers .hero-scroll {
        margin-top: 30px;
    }

    .hero-tr {
        gap: 14px
    }

    .caps-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .cap {
        border-bottom: 1px solid rgba(255, 255, 255, .07)
    }

    .gw-grid,
    .gw-c {
        border-right: none
    }

    .gw-c {
        border-bottom: 1px solid var(--g2)
    }

    .intent-tabs {
        grid-template-columns: repeat(2, 1fr)
    }

    .pgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps {
        grid-template-columns: 1fr 1fr
    }

    .mquotes,
    .comply-grid,
    .nos-grid,
    .p2col,
    .s2col {
        grid-template-columns: 1fr
    }

    .s-vis,
    .nos::before {
        display: none
    }

    .out-grid,
    .vgrid {
        grid-template-columns: 1fr 1fr;
    }

    .c2col {
        grid-template-columns: 1fr
    }

    .cta3-grid {
        grid-template-columns: 1fr
    }

    .cta3-card {
        border-right: none;
        border-bottom: 1px solid var(--g2)
    }

    .fgrid {
        grid-template-columns: 1fr 1fr
    }

    .container {
        padding: 0 15px;
    }
}

@media(max-width: 991px) {
    .hero {}

    .caps-grid {
        padding: 0px;
    }

    .hero-tr {
        gap: 0px;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        /* border: 0; */
        margin-bottom: 50px;
        /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
    }

    .mquotes {
        gap: 14px;
        padding: 0px;
    }

    footer {
        padding: 30px 15px;
    }

    .footer-section {
        margin-bottom: 20px;
    }

    footer .footer-top>div {
        padding: 0px 10px !important;
    }

    footer .footer-top {
        margin: 0px -7px !important;
    }

    .footer-top>.col-md-7 {
        margin-top: 10px;
    }

    .block-careers #fit .sh {
        text-align: center;
    }

    .block-careers #fit .sh .sl {
        margin: 14px auto 40px;
    }

    .quiz-box {
        margin: auto;
    }

    .block-careers .intro {
        padding: 70px 10px;
    }

    .val-grid,
    .block-careers .nos .nos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .caps-grid,
    .cm-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .block-careers .sh {
        text-align: center;
    }

    .block-careers .intro .sh {
        text-align: left;
    }

    .block-careers .sh .sl {
        margin: 14px auto;
        max-width: 100%;
    }

    .life-grid {
        gap: 10px;
    }

    .proc-flow {
        grid-template-columns: repeat(3, 1fr);
    }

    .pos-filters {
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
        margin-bottom: 23px;
        flex-wrap: nowrap;
    }

    .pos-tag {}

    .pos-head {
        padding: 20px;
    }
}

a.pos-apply-btn.mobile {
    display: flex;
    height: 30px;
    padding: 0px;
    width: 30px;
    font-size: 128%;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-weight: 900;
    background: transparent;
    color: var(--red);
}

.hide {
    display: none;
}

@media(max-width: 767px) {
    .block-careers .container {
        padding: 0px 14px !important;
    }

    .comply-grid {
        gap: 20px;
        margin-top: 25px;
    }

    .hero-l {
        padding: 40px 12px 30px;
    }

    .careers section,
    .block-careers .hero {
        padding: 30px 0px 30px !important;
    }

    .cap,
    .nos-card {
        padding: 20px;
    }

    .quiz-box {
        padding: 30px;
    }

    .c-ctas {
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .c-ctas>a {
        padding: 15px 10px !important;
        font-size: 11px;
        flex: 1;
    }

    .c-ctas .btn-g {
        width: 100%;
        justify-content: center;
    }

    .c2col {
        gap: 35px;
    }

    .cta3-card {
        padding: 30px 20px;
    }

    footer {
        padding: 30px 0px;
    }

    .quiz-q {
        font-size: 16px;
        line-height: 1.4;
    }

    .steps {
        margin-bottom: 20px;
    }

    .block-careers {
        padding: 0px;
    }

    .block-careers .hero h1 {
        font-size: 32px;
        line-height: 1.15;
    }

    .block-careers .intro,
    .block-careers .nos,
    .commit,
    .positions,
    .life,
    .process,
    .cta {
        padding: 68px 0;
    }

    .block-careers .intro .sh {
        text-align: left;
    }

    .block-careers .intro-quote {
        padding: 20px;
    }

    .val-grid,
    .life-grid,
    .cm-grid,
    .block-careers .nos .nos-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .proc-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-acts>a {
        padding: 10px;
        justify-content: center;
    }

    .block-careers .hero-scroll {
        margin-top: 30px;
    }

    .cta-acts {
        display: flex;
    }

    .cta-acts>a {
        /* flex: 1; */
        width: 100%;
    }

    .block-careers .intro-grid {
        gap: 20px;
    }
}

@media(max-width: 620px) {
    .block-careers .intro-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media(max-width: 600px) {

    .pgrid,
    .vgrid,
    .out-grid,
    .fgrid {}

    .pos-apply-btn {
        float: none;
    }

    a.pos-apply-btn.desktop {
        display: none;
    }

    .intent-tabs {
        grid-template-columns: 1fr;
        float: none;
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
        margin-bottom: 23px;
    }

    .vgrid {
        margin-top: 30px;
    }

    .p2col {
        display: block;
        margin-top: 20px;
    }

    .row_home {
        margin-bottom: 20px;
        gap: 9px;
    }

    .pos-head {
        align-items: end;
        gap: 0;
    }

    .pos-title {
        font-size: 14px;
    }
}

.block-recruitment {}

section.detail-news .wrap-breadcrumb {
    background: #ffff;
}

section.detail-news.block-recruitment {
    background: #f9f9f9;
}

section.detail-news.block-recruitment .detail-content {
    display: flex;
    /* background: #ffff; */
    border-radius: 2px;
    margin-bottom: 40px;
    margin-top: 30px;
}

section.detail-news.block-recruitment .detail-content .detail .panel-default {}

section.detail-news.block-recruitment .detail-content .col-left {
    position: sticky;
    top: 60px;
    background: #ffff;
    padding: 20px 20px 10px;
    border-radius: 2px;
    width: 28%;
    margin-right: 20px;
}

section.detail-news.block-recruitment .detail-content h1 {
    font-size: clamp(26px, 3vw, 20px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: var(--g9);
    margin: 0px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

section.detail-news.block-recruitment .detail-content .detail .info {
    margin-bottom: 40px;
}

section.detail-news.block-recruitment .detail-content .detail .item {
    margin-bottom: 10px;
    padding: 10px 20px;
    background: var(--g0);
    border-radius: 2px;
}

section.detail-news.block-recruitment .detail-content .detail .item .info {
    margin-bottom: 10px;
}

section.detail-news.block-recruitment .detail-content .detail .item .info h4 {
    font-size: 95%;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

section.detail-news.block-recruitment .detail-content .detail .container .item .info h4 a {
    color: var(--red);
}

section.detail-news.block-recruitment .detail-content .detail .nopadding {
    background: #fff;
    padding: 40px 40px !important;
    border-radius: 2px;
}

section.detail-news.block-recruitment .detail-content .detail .nopadding .info-job ul,
section.detail-news.block-recruitment .detail-content .detail .nopadding .info-job ol {
    padding: 0px 30px;
}

section.detail-news.block-recruitment .detail-content .detail .container {
    padding: 0px;
}

section.detail-news.block-recruitment .detail-content .detail .item .info .information {
    font-size: 90%;
    margin-bottom: 5px;
    color: var(--g5);
    padding-left: 10px;
}

section.detail-news.block-recruitment .detail-content .detail .item .info .time {
    color: var(--g5);
    padding-left: 10px;
    font-size: 90%;
}

section.detail-news.block-recruitment .detail-content .detail .container .block-title .title {
    font-size: 142%;
    font-weight: 800;
    border-left: 5px solid var(--g9);
    padding-left: 25px;
    margin-bottom: 20px;
}

section.detail-news.block-recruitment .detail-content .detail .container .item .info h4:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

/*  */
.footer-section p,
.footer-section a {
    font-size: 13px;
    color: rgb(255 255 255 / 64%);
    line-height: 1.75;
    margin: 6px 0px;
}

.company-desc>p {
    margin: 0;
    line-height: 1.55;
}

.footer-section a:hover {
    color: var(--pharma);
}

.footer-section a {
    margin-bottom: 2px;
    display: block;
}

.company-desc .fcon a {
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1.55;
    white-space: nowrap;
}

.footer-title a {
    font-size: 10px;
    color: var(--pharma);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 700;
}

ul.footer-menu {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 0.3em;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--g9);
    padding-bottom: 10px;
    color: rgba(255, 255, 255, .34);
}

.copyright a {
    color: rgba(255, 255, 255, .34);
}

/*  */
.block-product {
    padding-bottom: 90px;
    background-color: #fff;
}

section.block-product .container {
    /* max-width: 100%; */
    /* padding: 0px 20px; */
}

.mothod2 {
    padding: 0px 0px 90px;
}

.job-apply.mobile {
    display: none;
}

@media(max-width: 991px) {
    section.detail-news.block-recruitment .detail-content .col-left {
        width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
        position: relative;
        top: auto;
        padding-bottom: 10px;
    }

    .job-apply.desktop {
        display: none;
    }

    .job-apply.mobile {
        display: block;
        background: #ffff !important;
        padding-top: 30px;
    }

    .job-apply.mobile .title {
        font-size: 142%;
        font-weight: 600;
        color: var(--g9);
        padding-left: 25px;
        border-left: 4px solid var(--g9);
    }
}

@media(max-width: 767px) {
    .block-product {
        padding-bottom: 20px;
    }

    .mothod2 {
        padding-bottom: 30px;
    }

    .comply .sh {
        margin-bottom: 0px;
    }

    .block-careers .intro-visual {
        min-height: 180px;
    }
}

.gild {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* .partners */
.block-partners {
    padding: 0px;
}

.partners.block-partners .cta-note {
    justify-content: center;
    color: var(--g7);
}

.trust-strip {
    background: var(--bg1);
    padding: 28px 0;
    border-bottom: 1px solid var(--g5);
}

.trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap;
}

.trust-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--g9);
    font-weight: 500;
}

.trust-chip .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    flex-shrink: 0;
}

.block-partners .hero {
    position: relative;
    color: #fff;
    padding: 90px 0px;
    overflow: hidden;
}

.block-partners .hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -8%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(230, 50, 48, .07) 0%, transparent 65%);
    pointer-events: none;
}

.block-partners .hero-crumbs {
    font-size: 13px;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 44px;
}

.block-partners .hero-crumbs a {
    color: rgba(255, 255, 255, .35);
}

.block-partners .hero-crumbs a:hover {
    color: rgba(255, 255, 255, .6);
}

.block-partners .hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
    align-items: center;
}

.block-partners .hero h1 {}

.block-partners .hero h1 em {
    color: var(--red);
}

.block-partners .hero-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.85;
    max-width: 540px;
    margin-bottom: 36px;
}

.block-partners .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.block-partners .hero-globe {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-partners .globe-ring {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .06);
}

.block-partners .globe-ring:nth-child(2) {
    width: 220px;
    height: 220px;
    border-color: rgba(245, 166, 35, .1);
}

.block-partners .globe-ring:nth-child(3) {
    width: 140px;
    height: 140px;
    border-color: rgba(230, 50, 48, .12);
}

.block-partners .globe-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 16px rgba(245, 166, 35, .4);
}

.block-partners .globe-dot:nth-child(4) {
    top: 15%;
    left: 30%;
}

.block-partners .globe-dot:nth-child(5) {
    top: 35%;
    right: 18%;
    background: var(--red);
    box-shadow: 0 0 16px rgba(230, 50, 48, .4);
}

.block-partners .globe-dot:nth-child(6) {
    bottom: 28%;
    left: 22%;
}

.block-partners .globe-dot:nth-child(7) {
    bottom: 18%;
    right: 30%;
    width: 8px;
    height: 8px;
    opacity: .7;
}

.block-partners .globe-dot:nth-child(8) {
    top: 50%;
    left: 48%;
    width: 14px;
    height: 14px;
    background: var(--red);
    box-shadow: 0 0 24px rgba(230, 50, 48, .5);
}

.block-partners .globe-center {
    position: relative;
    z-index: 2;
    text-align: center;
}

.block-partners .globe-num {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.block-partners .globe-num span {
    color: var(--red);
}

.block-partners .globe-label {
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    margin-top: 6px;
    letter-spacing: .5px;
}

/*  */
.block-1 {
    background: #fff;
    padding: 100px 0px;
}

.block-1 .phi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}

.block-1 .phi-card {
    position: relative;
    padding: 40px 32px 36px;
    border-radius: 2px;
    border: 1px solid var(--g2);
    background: #fff;
    transition: all .35s;
    overflow: hidden;
}

.block-1 .phi-card:hover {
    box-shadow: 0 16px 56px rgba(26, 35, 50, 0.10);
    transform: translateY(-4px);
    border-color: transparent;
}

.block-1 .phi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
}

.block-1 .phi-card:hover::before {
    transform: scaleX(1);
}

.block-1 .phi-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: var(--bg);
    color: var(--red);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
}

.block-1 .phi-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.block-1 .phi-text {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.8;
}

/*  */
.block-partners section {
    padding: 90px 0px;
}

section.block-2 .sh {
    margin-bottom: 0;
}

.block-2 .grid-1 .sh .section-lead {
    color: rgba(255, 255, 255, .55);
}

.block-2 {
    background-color: var(--g9);
}

.block-2 .approach {
    background: var(--navy);
    color: #fff;
}

.block-2 .approach .section-eyebrow {
    color: var(--amber);
}

.block-2 .approach .section-lead {
    color: rgba(255, 255, 255, .5);
}

.block-2 .approach-grid .approach-principles {
    display: grid;
    margin-top: 80px;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
}

.block-2 .grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.block-2 .approach-quote {
    font-size: 15px;
    font-style: italic;
    line-height: 1.8;
    color: var(--g5);
    padding: 30px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    position: relative;
    display: flex;
    align-items: center;
}

.block-2 .approach-quote::before {
    content: '"';
    position: absolute;
    top: 50px;
    left: 24px;
    font-size: 72px;
    color: var(--g1);
    opacity: .25;
    line-height: 1;
}

.block-2 .approach-principles {}

.block-2 .ap-item {
    padding: 28px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    border-right: 1px solid rgba(255, 255, 255, .07);
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.block-2 .ap-item:last-child {
    /* border-bottom: none; */
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
}

.block-2 .ap-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.block-2 .ap-icon.r {
    background: rgba(230, 50, 48, .15);
}

.block-2 .ap-icon.a {
    background: rgba(245, 166, 35, .12);
}

.block-2 .ap-icon.n {
    background: rgba(255, 255, 255, .06);
}

.block-2 .ap-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #fff;
    height: 41px;
    overflow: hidden;
}

.block-2 .ap-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.7;
}

/*  */
.partner-map {
    background: var(--g1);
}

.map-regions {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    /* gap: 20px; */
    /* margin-top: 56px; */
    position: relative;
}

.map-regions .owl-wrapper-outer .owl-wrapper {
    display: flex !important;
    flex-wrap: wrap;
}

.map-regions .owl-wrapper-outer .owl-item {
    display: flex;
    flex-direction: column;
}

.region-card {
    text-align: center;
    padding: 36px 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid var(--g2);
    transition: all .3s;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.region-card:hover {
    box-shadow: var(--shadow-m);
    transform: translateY(-3px);
}

.region-flag {
    font-size: 36px;
    margin-bottom: 12px;
}

.region-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.region-detail {
    font-size: 12px;
    color: var(--g7);
    line-height: 1.5;
}

/*  */
.block-3 {
    background: #fff;
}

.block-3 .sh .section-lead {
    color: var(--g9);
}

.block-3 .showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.block-3 .partner-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px;
    align-items: start;
    padding: 32px;
    border-radius: 2px;
    border: 1px solid var(--g2);
    background: #fff;
    transition: all .35s;
    /* align-items: center; */
    /* cursor: pointer; */
}

.block-3 .partner-card:hover {
    box-shadow: 0 6px 24px rgba(26, 35, 50, 0.07);
    border-color: transparent;
}

.block-3 .partner-logo-wrap {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    background: var(--bg1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    overflow: hidden;
}

.block-3 .partner-logo-wrap img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.block-3 .partner-logo-placeholder {
    font-size: 28px;
    font-weight: 800;
    color: var(--navy);
    opacity: .12;
    letter-spacing: -1px;
}

.block-3 .partner-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.block-3 .partner-origin {
    font-size: 13px;
    color: var(--g5);
    font-weight: 500;
    margin-bottom: 10px;
}

.block-3 .partner-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.block-3 .partner-tags .tag {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 2px;
    background: var(--bg);
    color: var(--red);
    border: none;
}

.block-3 .partner-tags .tag:before {
    display: none;
}

.block-3 .tag.blue {
    background: rgba(26, 35, 50, .06);
    color: var(--g7);
}

.block-3 .tag.amber {
    background: var(--bg1);
    color: var(--g9);
}

.block-3 .partner-desc {
    font-size: 14px;
    color: var(--g9);
    line-height: 1.7;
}

.brings {
    background: var(--g1);
}

.brings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.bring-card {
    padding: 36px 28px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid var(--g2);
    transition: all .3s;
}

.bring-card:hover {
    box-shadow: 0 6px 24px rgba(26, 35, 50, 0.07);
    transform: translateY(-2px);
}

.bring-icon {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.bring-icon.r {
    background: var(--bg);
}

.bring-icon.a {
    background: var(--g1);
}

.bring-icon.n {
    background: rgba(26, 35, 50, .05);
}

.bring-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 5px;
}

.bring-text {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.65;
}

.block-4 {
    background: var(--white);
}

.vet-flow {
    display: flex;
    gap: 0;
    margin-top: 56px;
    position: relative;
}

.vet-flow::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: var(--red2);
    opacity: .15;
}

.vet-step {
    flex: 1;
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.vet-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: #fff;
    border: 2px solid var(--g2);
    font-size: 13px;
    font-weight: 800;
    color: var(--red);
    position: relative;
    z-index: 2;
    transition: all .3s;
}

.vet-step:hover .vet-num {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
    box-shadow: 0 4px 20px rgba(230, 50, 48, .2);
}

.vet-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.4;
}

.vet-desc {
    font-size: 14px;
    color: var(--g5);
    line-height: 1.6;
}

.breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    display: block;
    padding-bottom: 0px;
    border-bottom: none;
    margin: 8px 0px;
    /* border-bottom: 1px solid #333; */
}

.breadcrumb>li+li:before {
    display: none;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #000;
    line-height: 38px;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #414141;
    margin-right: 3px;
}

.breadcrumb li+li {
    margin-left: 3px;
}

section.detail-news.block-recruitment .cta-note {
    justify-content: center;
}

section.detail-news.block-recruitment .detail-content .btn-close {
    cursor: pointer;
    font-size: 215%;
    border-radius: 50%;
    background: #ffff;
    color: var(--red);
    border: none;
    font-weight: 800;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    z-index: 1000;
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

section.detail-news.block-recruitment .detail-content .register-popup {
    overflow-x: hidden;
    overflow-y: auto;
}

section.detail-news.block-recruitment .detail-content .modal-dialog {
    margin-top: 10px;
    overflow: auto;
}

section.detail-news.block-recruitment .detail-content .modal-dialog .span-error {
    text-align: left;
}

section.detail-news.block-recruitment .detail-content .modal-content {
    padding: 20px 20px 30px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    z-index: 900;
    text-align: center;
}

section.detail-news.block-recruitment .detail-content .modal-content h2 {
    text-align: center;
    margin: 0px;
    font-size: 136%;
    font-weight: 700 !important;
    margin-bottom: 20px;
    border: none;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--red) !important;
}

section.detail-news.block-recruitment .detail-content .modal-content .form-control {
    height: 40px;
    border-radius: 10px;
}

section.detail-news.block-recruitment .detail-content .modal-content label {
    font-size: 91%;
    color: var(--g7);
    text-align: left;
    display: block;
}

/*  */
.block-5 {
    background: var(--g9);
    color: #fff;
}

.block-5 .section-eyebrow {
    color: var(--amber);
}

.block-5 .section-lead {
    color: rgba(255, 255, 255, .45);
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.j-step {
    padding: 32px 24px;
    border-radius: 2px;
    background: rgb(255 255 255);
    position: relative;
    transition: all .3s;
    border-top: 4px solid transparent;
    border-top-color: var(--red);
}

.j-step:hover {
    border-color: rgba(255, 255, 255, .1);
    box-shadow: 0 6px 24px rgba(26, 35, 50, 0.07);
    transform: translateY(-2px);
}

.j-step-num {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px;
    color: var(--g7);
    transition: all .3s;
}

.j-step:hover .j-step-num {
    color: var(--g5);
}

.j-step-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    /* color: #fff; */
}

.j-step:nth-child(1),
.j-step:nth-child(3) {}

.j-step:nth-child(1) .j-step-title,
.j-step:nth-child(3) .j-step-title {
    color: var(--red);
}

.j-step-desc {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.68;
}

.j-step:nth-child(2n) .j-step-title {
    color: var(--pharma);
}

.j-step:nth-child(2n) {
    /* border-top: 4px solid transparent; */
    /* border-top-color: var(--pharma); */
}

.j-arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgb(255 255 255 / 78%);
    z-index: 2;
}

.results {
    background: var(--cream);
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.result-card {
    padding: 36px 22px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid var(--g2);
}

.result-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--g9);
    margin-bottom: 16px;
}

.result-num {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.result-num.red {
    color: var(--red);
}

.result-num.amber {}

.result-num.navy {}

.result-unit {
    margin-bottom: 14px;
    font-size: 17px;
    color: var(--g9);
}

.result-text {
    font-size: 14px;
    color: var(--g9);
    line-height: 1.7;
}

/* customers */
.block-customers {
    position: relative;
}

.block-customers section {
    padding: 90px 0px;
    position: relative;
}

.block-customers .hero-crumbs {
    font-size: 13px;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 44px
}

.block-customers .hero-crumbs a {
    color: rgba(255, 255, 255, .3)
}

.block-customers .hero-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 64px;
    align-items: center
}

.block-customers .hero h1 em {
    color: var(--red)
}

.block-customers .hero-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.85;
    max-width: 540px;
    margin-bottom: 36px
}

.block-customers .hero-acts {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

/* Hero stats */
.block-customers .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.block-customers .hs {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--rs);
    padding: 24px 20px;
    text-align: center
}

.block-customers .hs-num {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.block-customers .hs-num.r {
    /* color: var(--red); */
}

.block-customers .hs-num.am {
    /* color: var(--g5); */
}

.block-customers .hs-num.w {
    color: #fff
}

.block-customers .hs-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .35);
    margin-top: 6px;
    line-height: 1.3
}

/*  */
.block-segments {
    background: #fff;
}

.block-segments .seg-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 56px
}

.block-segments .seg-card {
    padding: 28px 16px;
    border-radius: 2px;
    border: 1px solid var(--g2);
    text-align: center;
    cursor: pointer;
    transition: all .35s;
    position: relative;
    overflow: hidden
}

.block-segments .seg-card:hover,
.block-segments .seg-card.active {
    box-shadow: 0 16px 56px rgba(26, 35, 50, .10);
    transform: translateY(-4px);
    border-color: var(--red)
}

.block-segments .seg-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transition: transform .3s
}

.block-segments .seg-card:hover::before,
.block-segments .seg-card.active::before {
    transform: scaleX(1)
}

.block-segments .seg-icon {
    font-size: 32px;
    margin-bottom: 12px
}

.block-segments .seg-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px
}

.block-segments .seg-count {
    font-size: 22px;
    font-weight: 800;
    color: var(--red)
}

.block-segments .seg-unit {
    font-size: 11px;
    color: var(--g5);
}

/* SEGMENT DETAIL - EXPANDABLE */
.seg-detail {
    background: var(--g1);
    position: relative;
}

.seg-section {
    margin-bottom: 0
}

.seg-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    background: #fff;
    border: 1px solid var(--g2);
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 12px
}

.seg-header:hover {}

.seg-header.open {
    border-color: var(--red);
    border-radius: var(--r) var(--r) 0 0;
    margin-bottom: 0
}

.seg-header-left {
    display: flex;
    align-items: center;
    gap: 16px
}

.seg-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--red-g);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.seg-header-title {
    font-size: 14px;
    font-weight: 700
}

.seg-header-sub {
    font-size: 14px;
    color: var(--g7);
}

.seg-header-count {
    font-size: 14px;
    font-weight: 700;
    color: var(--red);
    background: var(--red-g);
    padding: 6px 16px;
    border-radius: 100px
}

.seg-arrow {
    font-size: 18px;
    color: var(--g9);
    transition: transform .3s
}

.seg-header.open .seg-arrow {
    transform: rotate(180deg);
    color: var(--red)
}

.seg-body {
    display: none;
    padding: 32px;
    background: #ffff;
    border: 1px solid var(--g2);
    border-top: none;
    border-radius: 0 0 var(--r) var(--r);
    margin-bottom: 12px
}

.seg-body.open {
    display: block
}

.seg-desc {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.8;
    margin-bottom: 24px;
    max-width: 700px
}

/*  */
.cust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.cust-card {
    padding: 20px;
    border-radius: 2px;
    border: 1px solid var(--g2);
    background: var(--bg1);
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.cust-card:hover {
    box-shadow: 0 16px 56px rgba(26, 35, 50, .10);
    transform: translateY(-2px);
    border-color: var(--red)
}

.cust-logo {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--g2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
    flex-shrink: 0
}

.cust-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.cust-logo .placeholder {
    font-size: 24px;
    font-weight: 800;
    color: var(--red);
    opacity: .2
}

.cust-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.3
}

.cust-type {
    font-size: 11px;
    color: var(--warm);
    margin-bottom: 6px
}

.cust-info {
    font-size: 11px;
    color: var(--slate);
    line-height: 1.5
}

/* WHY SECTION */
.why {
    background: var(--g9);
    color: #fff
}

.why .ey {
    color: var(--amber)
}

.why .sl {
    color: rgba(255, 255, 255, .45)
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px
}

.why-card {
    padding: 36px 28px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    transition: all .3s
}

.why-card:hover {
    background: rgba(255, 255, 255, .06);
    transform: translateY(-2px)
}

.why-icon {
    font-size: 28px;
    margin-bottom: 16px
}

.why-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.why-text {
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.75
}

.why-hl {
    color: var(--amber);
    font-weight: 600
}

/* CASE STUDIES */
.block-customers .cases {
    background: #ffff;
}

.block-customers .case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px
}

.block-customers .case-card {
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--g2);
    transition: all .3s
}

.block-customers .case-card:hover {
    box-shadow: var(--sh-m);
    transform: translateY(-3px)
}

.block-customers .case-top {
    padding: 24px 24px 20px;
    background: var(--g2);
}

.block-customers .case-lab {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--red)
}

.block-customers .case-lab.am {
    color: var(--pharma);
}

.block-customers .case-lab.nv {
    color: var(--navy)
}

.block-customers .case-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px
}

.block-customers .case-sub {
    font-size: 12px;
    color: var(--g7);
}

.block-customers .case-body {
    padding: 24px
}

.block-customers .case-met {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.block-customers .cm-n {
    font-size: 28px;
    font-weight: 800;
    line-height: 1
}

.block-customers .cm-n.r {
    color: var(--red)
}

.block-customers .cm-n.am {
    color: var(--amber)
}

.block-customers .cm-n.nv {
    color: var(--navy)
}

.block-customers .cm-l {
    font-size: 11px;
    color: var(--g7);
    margin-top: 2px
}

.block-customers .case-desc {
    font-size: 14px;
    color: var(--g9);
    line-height: 1.7
}

/* TESTIMONIALS */
.block-customers .block-testi {
    background: var(--g0);
}

.block-customers .block-testi .sh {
    text-align: center;
}

.block-customers .testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.block-customers .testi-card {
    padding: 32px;
    border-radius: 2px;
    background: #ffff;
    border: 1px solid var(--g2);
}

.block-customers .testi-text {
    font-style: italic;
    font-size: 14px;
    line-height: 1.8;
    color: var(--g7);
    margin-bottom: 20px
}

.block-customers .testi-author {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px
}

.block-customers .testi-role {
    font-size: 14px;
    color: var(--g5);
}

/* CTA */
.block-customers .cta {
    background: var(--g9);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden
}

.block-customers .cta .st {
    color: #fff;
    margin: 0 auto 14px
}

.block-customers .cta-sub {}

.block-customers .cta-acts {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.block-customers .cta-note {
    font-size: 13px;
    color: rgba(255, 255, 255, .2);
    margin-top: 28px;
    justify-content: center;
}

/*  */
@media(max-width: 1025px) {
    .block-customers .owl-wrapper {

        display: flex !important;

        flex-wrap: wrap;
    }

    .block-customers .owl-wrapper>div {
        display: flex;
        /* flex-direction: column; */
    }
}

@media(max-width: 1024px) {
    .block-partners .hero {
        padding: 40px 20px 20px;
    }

    .block-customers .hero {
        padding: 40px 20px 40px;
    }
}

@media(max-width: 991px) {
    .block-customers section {
        padding: 50px 0px;
    }

    .block-segments .seg-count {
        font-size: 14px;
    }

    .block-customers .hs {
        background: transparent;
        border: none;
        padding: 0px;
        padding: 20px 0px 20px;
        position: relative;
    }

    .block-customers .hs:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 5%;
        height: 90%;
        width: 1px;
        background: rgba(255, 255, 255, .1)
    }

    .block-customers .hs:nth-child(2n):not(:last-child)::after {
        opacity: 0;
    }

    .block-partners .hero-acts {
        gap: 10px;
    }



    .j-step-num {
        font-size: 30px;
    }

    .trust-strip {
        padding: 10px 0px;
    }

    .trust-inner {
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
        align-items: start;
        justify-content: left;
    }

    .block-partners .hero-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .block-customers .testi-grid {
        gap: 2px;
    }

    .block-partners .hero-globe {
        max-width: 320px;
        margin: 0 auto;
    }

    .block-1 .phi-grid,
    .block-customers .hero-stats {
        gap: 2px;
        margin-top: 30px;
    }

    .block-customers .hero-stats {
        border-top: 1px solid rgba(255, 255, 255, .1);
        gap: 0;
    }

    .block-1 .phi-card,
    .block-customers .testi-card,
    .block-segments .seg-card {
        padding: 20px;
    }

    .block-2 .approach-grid .approach-principles {
        margin-top: 40px;
        gap: 2px;
        grid-template-columns: repeat(2, 1fr);
    }

    .block-customers .cust-grid,
    .block-customers .testi-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .block-2 .approach-quote {
        font-size: 15px;
        padding: 25px;
    }

    .block-2 .approach-quote::before {
        top: 6px;
        left: 10px;
    }

    .block-2 .ap-item {
        background: rgba(255, 255, 255, .04);
        padding: 28px 20px;
        border-top: 3px solid transparent;
    }

    .map-regions {
        grid-template-columns: repeat(2, 1fr);
    }

    .block-2 .approach-quote {
        padding: 20px;
    }

    .map-regions,
    .block-3 .showcase-grid {
        gap: 2px;
        margin-top: 30px;
    }

    .region-card {
        padding: 20px;
    }

    .block-3 .partner-card {
        padding: 20px 15px;
        display: block;
    }

    .block-3 .partner-info {
        float: right;
        margin-top: -50px;
    }

    .block-3 .partner-name,
    .block-3 .partner-origin {
        padding-left: 75px;
    }

    .block-3 .partner-logo-wrap {
        width: 60px;
        height: 60px;
    }

    .block-3 .partner-name {
        /* margin-top: -10px; */
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .block-3 .partner-tags {
        margin-top: 20px;
    }

    .block-segments .seg-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2px;
    }

    .block-3 .showcase-grid,
    .block-customers .hero-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .brings-grid,
    .why-grid,
    .block-customers .case-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    .block-customers .hero-grid {
        gap: 2px;
    }

    .block-customers .case-grid {
        gap: 15px;
    }

    .brings-grid .bring-card,
    .j-step,
    .result-card,
    .why-card {
        padding: 20px;
    }

    .block-customers .cust-grid,
    .vet-flow,
    .journey-steps {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 2px;
    }

    .j-arrow {
        display: none;
    }

    .result-num {
        font-size: 22px;
    }

    .result-unit {}

    .vet-flow::before {
        display: none;
    }

    .results-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }
}

section.block-testi .owl-buttons {
    opacity: 0;
}

@media(max-width: 767px) {
    .gild {
        margin: 0px -8px !important;
    }

    .block-partners .hero {

        padding: 30px 12px 30px;
    }

    .seg-header-title,
    .seg-header-sub {
        text-align: center;
    }

    .seg-header-title {
        /* height: 44px; */
        /* overflow: hidden; */
    }

    .block-partners section,
    .block-customers section,
    .block-customers .block-testi,
    .block-customers .cta {
        padding: 30px 0px 30px;
    }



    .block-customers .hero {
        padding: 30px 12px;
    }

    .block-1 .phi-grid,
    .block-2 .grid-1,
    .results-grid,
    .block-customers .case-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .block-3 .tag {
        font-size: 10px;
    }

    .vet-flow,
    .seg-header-left,
    .seg-header,
    .block-customers .cta-acts {
        flex-direction: column;
        gap: 24px;
    }

    .block-customers .cta-acts,
    .seg-header-left {
        gap: 10px;
    }

    .block-2 .grid-1,
    .results-grid {
        gap: 2px;
    }

    .cta-actions {
        margin-bottom: 20px;
        justify-content: center;
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
    }

    .cta-actions>a {
        width: 100%;
        justify-content: center;
    }

    .block-partners .hero h1 em {
        font-size: 24px;
    }

    .block-partners .hero-sub {
        font-size: 14px;
    }

    .block-1 .phi-num {
        margin-bottom: 10px;
    }

    .block-2 .ap-title {
        font-size: 13px;
    }

    .block-2 .ap-desc,
    .region-detail {
        font-size: 11px;
    }

    .block-segments .seg-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }

    .seg-section {
        display: grid;
    }

    .group-seg {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        gap: 2px;
    }

    .seg-header {
        padding: 15px;
        gap: 2px;
        margin-bottom: 0;
    }

    .block-customers .case-grid {
        margin-top: 30px;
    }

    section.block-2 .sh {
        margin-bottom: 30px;
    }

    .bring-title {

        height: 40px;

        overflow: hidden;
    }

    .block-customers .case-body,
    .block-customers .case-top {
        padding: 15px;
    }
}

/* about */
.block-about {
    position: relative;
}

.block-about section {
    padding: 90px 0px;
}

.block-about .hero-breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.block-about .hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
}

.block-about .hero-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 64px;
    /* align-items: center; */
}

.block-about .hero-badge,
.block-partners .hero-badge,
.block-customers .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(31, 107, 143, 0.35);
    color: var(--pharma);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    margin-bottom: 18px;
}

.block-about .hero-sub {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    max-width: 600px;
    font-weight: 300;
}

.block-about .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.block-about .hero-stats .hs {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--rs);
    padding: 24px 20px;
    text-align: center;
    position: relative;
}

.block-about .hero-stats .hs .hero-stat-num {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}

.block-about .hero-stats .hs .hero-stat-num span {
    color: var(--red);
    margin-left: 5px;
}

.block-about .hero-stats .hs .hero-stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .35);
    margin-top: 6px;
    line-height: 1.3;
}

/*  */
.block-about .intro .sh h2 {
    color: var(--g9);
    line-height: 1.25;
    margin-bottom: 20px;
}

.block-about .intro {
    background: var(--g0);
}

.block-about .intro .sh {
    margin-bottom: 0px;
}

.block-about .intro .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.block-about .intro .intro-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block-about .intro .lantern-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(245, 166, 35, .3) 0%, transparent 70%);
    border-radius: 50%;
    animation: glow 4s ease-in-out infinite;
}

.block-about .intro .lantern-icon {
    position: relative;
    z-index: 2;
    font-size: 96px;
    filter: drop-shadow(0 0 40px rgba(245, 166, 35, 0.4));
}

.block-about .intro .lantern-symbol {
    width: 280px;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-about .intro .intro-quote {
    font-size: 15px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 20px;
    border-left: 3px solid var(--red);
    background-color: var(--bg1);
    padding: 24px;
}

.block-about .vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
}

.block-about .vm-card {
    padding: 40px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.block-about .vm-card:first-child {
    background: var(--g9);
    color: #fff;
}

.block-about .vm-card .vm-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    /* position: relative; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.block-about .vm-card:first-child .vm-label {
    color: var(--main-color-hover);
}


.block-about .vm-card .vm-text {
    font-size: 14px;
    line-height: 1.8;
}

.block-about .vm-card:last-child {
    background: var(--g0);
    border: 1px solid var(--g2);
    border-top: 4px solid var(--red);
}

.block-about .values {
    background: #fff;
}

.block-about .values .sh {
    text-align: left;
}

.block-about .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.block-about .value-card {
    padding: 36px 28px;
    border-radius: 2px;
    background: var(--bg1);
    border: 1px solid var(--g2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.block-about .value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--red);
    opacity: 0;
    transition: opacity 0.3s;
}

.block-about .value-card:hover::before {
    opacity: 1;
}

.block-about .value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px rgba(26, 35, 50, 0.10);
    border-color: var(--red);
}

.block-about .value-num {
    font-size: 13px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 12px;
}

.block-about .value-han {
    font-size: 32px;
    font-weight: 700;
    color: var(--g9);
}

.block-about .value-vn {
    font-size: 12px;
    color: var(--g5);
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1;
}

.block-about .value-desc {
    font-size: 14px;
    line-height: 1.7;
}

/*  */
.block-section-1 {
    background: var(--g9);
    color: #ffff;
}

section.block-section-1 .sh {
    text-align: center;
}

.block-section-1 .section-label {
    color: var(--org2);
}

.block-section-1 .section-desc {
    color: rgba(255, 255, 255, 0.5);
}

.block-section-1 .timeline {
    margin-top: 56px;
    position: relative;
}

.block-section-1 .timeline::before {
    content: '';
    position: absolute;
    left: 50.1%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.08);
}

.block-section-1 .tl-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 48px;
    position: relative;
    align-items: center;
}

.block-section-1 .tl-item:nth-child(2n) .tl-content {
    padding-right: 32px;
    padding-left: 0px;
    text-align: right;
}

.block-section-1 .tl-item:nth-child(2n) .tl-year {
    padding-right: 0;
    padding-left: 32px;
    text-align: left;
}

.block-section-1 .tl-item::before {
    content: '';
    position: absolute;
    left: 50.2%;
    top: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--red);
    border: 3px solid var(--red2);
    z-index: 2;
}

.block-section-1 .tl-year {
    font-size: 28px;
    font-weight: 900;
    color: var(--red);
    text-align: right;
    padding-right: 32px;
}

.block-section-1 .tl-content {
    padding-left: 32px;
}

.block-section-1 .tl-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.block-section-1 .tl-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/*  */
.block-section-2 .commit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.block-section-2 .commit-grid .commit-card {
    padding: 36px 28px;
    border-radius: 2px;
    border: 1px solid var(--g2);
    background: #ffff;
    transition: all 0.3s ease;
}

.block-section-2 .commit-grid .commit-card .commit-text {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.65;
}

.block-section-2 .commit-grid .commit-card .commit-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--g9);
    margin-bottom: 5px;
}

.block-section-2 .commit-grid .commit-card .commit-icon {
    width: 52px;
    height: 52px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.block-section-2 .commit-grid .commit-card:nth-child(1) .commit-icon,
.block-section-2 .commit-grid .commit-card:nth-child(4) .commit-icon {
    background-color: var(--bg);
}

.block-section-2 .commit-grid .commit-card:nth-child(2) .commit-icon,
.block-section-2 .commit-grid .commit-card:nth-child(5) .commit-icon {
    background-color: rgba(245, 166, 35, 0.10);
}

.block-section-2 .commit-grid .commit-card:nth-child(3) .commit-icon,
.block-section-2 .commit-grid .commit-card:nth-child(6) .commit-icon {
    background-color: rgba(26, 35, 50, 0.06);
}

.block-section-2 .commit-grid .commit-card:hover {
    box-shadow: 0 4px 24px rgba(26, 35, 50, 0.08);
    transform: translateY(-2px);
}

.certs {
    background: var(--g0);
}

.certs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 48px;
}

.cert-item {
    text-align: center;
    padding: 32px 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid var(--g2);
    transition: all 0.3s;
    /* border-top: 4px solid var(--red); */
}

.cert-item:nth-child(2n) {
    /* border-top: 4px solid var(--pharma); */
}

.cert-item:hover {
    box-shadow: 0 4px 24px rgba(26, 35, 50, 0.08);
    transform: translateY(-2px);
}

.cert-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: var(--bg);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.cert-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.cert-desc {
    font-size: 14px;
    color: var(--g7);
    line-height: 1.5;
}

/*  */
.leadership {
    /* background: var(--g0); */
}

.leader-card {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 56px;
    align-items: stretch;
    margin-top: 48px;
    padding: 48px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid var(--g2);
    box-shadow: 0 4px 24px rgba(26, 35, 50, 0.08);
}

.leader-photo {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    height: 100%;
}

.leader-photo-placeholder {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
}

.leader-photo-placeholder .img {
    position: relative;
    height: 100%;
}

.leader-photo-placeholder .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.leader-photo-placeholder .icon {
    font-size: 72px;
    margin-bottom: 12px;
}

.leader-photo-placeholder .label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.leader-info h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.leader-role {
    font-size: 14px;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 24px;
}

.leader-quote {
    font-style: italic;
    font-size: 14px;
    line-height: 1.8;
    color: var(--g7);
    padding: 24px;
    background: var(--g1);
    border-radius: 2px;
    margin-bottom: 24px;
    border-left: 4px solid var(--red);
}

.leader-bio {
    font-size: 14px;
    color: var(--g9);
    line-height: 1.8;
}

/*  */
.cta-section {
    background: var(--g9);
    color: #fff;
}

.cta-section .sh {
    text-align: center;
}

section.cta-section .sh h2 {
    color: #fff;
    max-width: 650px;
    margin: 14px auto;
}

.block-about .cta-section .sh h2 {
    margin-top: 0px;
}

@media(max-width: 991px) {
    .block-about section {
        padding: 50px 0px;
    }

    .block-about .intro .lantern-symbol {
        height: 240px;
    }

    .block-about .hero-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .leader-photo {
        width: auto;
    }

    .leader-photo-placeholder .img {
        width: 70%;
        padding-bottom: 60%;
        margin: auto;
    }

    .block-about .hero-stats {
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding: 0px;
        gap: 0;
    }

    .block-about .hero-stats .hs:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 5%;
        height: 90%;
        width: 1px;
        background: rgba(255, 255, 255, .1)
    }

    .block-about .hero-stats .hs:nth-child(2n):not(:last-child)::after {
        opacity: 0;
    }

    .block-about .hero-stats .hs {
        background: transparent;
        border: none;
        padding: 0px;
        padding: 20px 0px 20px;
    }

    .block-about .hero-stats .hs .hero-stat-label {}

    .block-about .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .block-about .value-vn {}

    .block-section-1 .tl-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .block-section-1 .tl-year,
    .block-section-1 .tl-item:nth-child(2n) .tl-year,
    .block-section-1 .tl-item:nth-child(2n) .tl-content,
    .block-section-1 .tl-content {
        text-align: left;
        padding: 0;
    }

    .block-section-1 .tl-item::before,
    .block-section-1 .timeline::before {
        display: none;
    }

    .block-section-1 .tl-item:nth-child(2n) {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }

    .leader-card {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .certs-grid,
    .block-section-2 .commit-grid,
    .block-about .vm-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    .block-about .hero {
        padding: 40px 12px 40px;
    }

    .quiz-btn {
        padding: 10px;
    }

    .block-about .intro .intro-grid {
        gap: 0px;
    }
}

.leader-photo-placeholder {}

@media(max-width: 767px) {
    .block-about section {
        padding: 30px 0px 30px;
    }

    .block-about .hero {
        padding: 30px 12px;
        padding-bottom: 30px;
    }

    .leader-photo-placeholder .img {
        padding-bottom: 100%;
        margin: auto;
    }

    .block-about .hero-grid,
    .block-about .intro .intro-grid {
        gap: 0;
    }


    .leader-card {
        gap: 10px;
    }

    .block-about .intro {}

    .block-about .value-num {
        margin-bottom: 0px;
    }

    .block-about .values-grid,
    .block-about .intro .intro-grid,
    .block-about .vm-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .cta-section .cta-acts {
        flex-wrap: wrap;
    }

    .block-section-2 .commit-grid .commit-card .commit-icon {
        width: 40px;
        height: 40px;
    }

    .cta-section .cta-acts>a {
        width: 100%;
        flex: auto;
    }

    .block-about .hero-sub,
    .block-about .vm-card .vm-text,
    .leader-bio,
    .leader-quote {
        font-size: 14.5px;
    }

    .leader-card,
    .block-about .vm-card,
    .block-about .value-card,
    .block-section-2 .commit-grid .commit-card,
    .leader-quote {
        padding: 20px;
    }

    .block-about .vm-card {
        padding: 25px;
    }

    .block-section-2 .commit-grid .commit-card .commit-title {
        height: 41px;
        overflow: hidden;
    }

    .block-about .vm-card:last-child {
        /* background: var(--bg1); */
    }

    .block-about .vm-card:last-child .vm-label:before,
    .block-about .vm-card:first-child .vm-label:before {
        content: '';
        flex: 1;
        height: 1px;
        background: rgba(232, 101, 26, .25);
    }

    .block-about .vm-card:last-child .vm-label {
        text-align: right;
        flex-direction: row-reverse;
    }

    .block-about .vm-card:last-child .vm-label:before {
        background: #0f27474a;
    }
}

.quote-strip {
    background: var(--g0);
    padding: 48px 0;
    border-top: 1px solid var(--g2);
    border-bottom: 1px solid var(--g2);
}

.quote-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto
}

.quote-icon {
    font-size: 36px;
    margin-bottom: 16px
}

.quote-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    color: var(--g9);
}

.quote-attr {
    font-size: 13px;
    color: var(--g7);
    margin-top: 16px;
    font-weight: 500
}

/*  */
.newsletter {
    background: var(--g9);
    color: #fff;
    padding: 72px 0
}

.nl-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: center
}

.nl-grid .iframe.form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iframe.form .wrap-form {
    width: 100%;
}

.nl-grid .tag {
    margin-bottom: 18px;
}

.nl-title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px
}

.nl-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.7
}

.nl-form .iframe>div:first-child>div {
    display: flex;
    gap: 0px;
    align-items: center;
}

.nl-form .iframe .form-group {
    margin: 0px;
}

.nl-input {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
    width: 100%;
}

.nl-input::placeholder {
    color: rgba(255, 255, 255, .25)
}

.nl-input:focus {
    border-color: var(--red)
}

.nl-submit {
    padding: 14px 28px;
    border-radius: 0;
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: var(--font-family-key);
    transition: all .2s;
    white-space: nowrap;
    min-width: auto;
    border: 1px solid var(--red);
}

.nl-submit:hover {
    background: var(--red2);
}

.block-partners .cta,
.block-customers .cta,
.block-careers .cta,
.newsletter,
.block-about .cta-section {
    background: linear-gradient(135deg, var(--g9) 0%, #0a1929 100%);
}

.register11 {
    display: none;
}

.owl-controls {
    display: block !important;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

@media (max-width: 991px) {
    .quote-strip {

        padding: 30px;
    }
}

@media (max-width: 767px) {
    .quote-strip {
        padding: 30px 0px;
    }
}


@media (max-width: 450px) {
    .nl-grid .iframe.form {
        display: block;
    }

    .nl-submit {
        width: 100%;
    }

    .nl-form .iframe>div:first-child>div {
        margin-bottom: 10px;
    }
}