
.text-center {
    text-align: center !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.white {
    color: #FFF;
}
.text-left {
    text-align: left;
}
.display-grid {
    display: grid;
}
body strong {
    font-weight: 600;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

@media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } }
a {
    color: var(--colormain);
}
.team-card:nth-child(1),
.team-card:nth-child(2),
.team-card:nth-child(3){
    margin-top: 0;
}
.team-cards__grid{
    margin: 0 calc(-1 * var(--cardSpace));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(2 * var(--cardSpace));
}
.team-card {
    padding: 0 var(--cardSpace);
    /* margin-top: calc(2 * var(--cardSpace)); */
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 12px 30px 0 rgba(81, 94, 110, 0.25);
    display: block;
    flex-direction: column;
    flex-grow: 1;
    gap: 22px;
    padding: 0.5rem 0.4rem 0.55rem;
    transition: box-shadow .3s ease-in-out;
}
.team-card:nth-child(1), .team-card:nth-child(2), .team-card:nth-child(3) {
    margin-top: 0;
}
.veeva-2024 .h1, .veeva-2024 .h2, .veeva-2024 .h3, .veeva-2024 .h4, .veeva-2024 .h5, .veeva-2024 .h6, .veeva-2024 .h7, .veeva-2024 .h8, .veeva-2024 h1, .veeva-2024 h2, .veeva-2024 h3, .veeva-2024 h4, .veeva-2024 h5, .veeva-2024 h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: unset;
}
@media (min-width: 1400px) {
    .team-card {
        flex: 0 0 calc(33.33333% - 18.66667px);
    }
}
@media screen and (max-width: 1199px) {
    .team-card {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .team-card {
        flex: 0 0 calc(50% - 78px);
    }
}
@media screen and (max-width: 767px) {
    .team-card {
        width: 100%;
        margin-top: 0.4rem;
    }

    .team-card:nth-child(2), .team-card:nth-child(3) {
        margin-top: 0.4rem;
    }
}
.team-card .team-card__header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.team-card .team-card__header .team-card__headshot {
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);

    width: 39%;
    border-radius: 50%;
}
.team-card .team-card__header .team-card__headshot > img{
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}
.team-card .team-card__header .team-card__content{
    width: 61%;
    padding-left: 0.3rem;
}
.team-card .team-card__header .team-card__content .team-card__name{
    font-size: var(--font18);
    color: var(--color010);
    line-height: var(--line175);
    font-family: var(--bold);
    color: var(--colormain1);
}
.team-card .team-card__header .team-card__content .team-card__title{
    font-size: var(--font14);
    line-height: var(--line15);
    color: var(--color010);
    margin-bottom: var(--space8);
}
.team-card .team-card__header .team-card__content .team-card__tenure{
    font-family: var(--bold);
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color636);
    margin-bottom: var(--space16);
}
.team-card .team-card__header .team-card__content .team-card__social{
    width: 26px;
    height: 26px;
    display: flex;
}
.team-card .team-card__header .team-card__content .team-card__social > svg{
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .team-card .team-card__header .team-card__content .team-card__social {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 1680px) {
    .team-card .team-card__header .team-card__content .team-card__social {
        width: 22px;
        height: 22px;
    }
}
.team-card .team-card__description {
    margin-top: 24px;
    font-size: var(--font16);
    color: var(--color636);
    line-height: var(--line15);
}
@media screen and (max-width: 1680px) {
    .team-card .team-card__description {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .team-card .team-card__description {
        margin-top: var(--contSpace);
    }
}


.ys-cont1126 p, .video-wrap-bt p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: 0.75em;
}
.ys-cont1126 li, .video-wrap-bt li {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: 0.75em;
}

.inddet-nav-wrap{
    top: unset;
}
.inwr-select-bt-li > span{
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.inddet-nav.act .inwr-select-bt .inwr-select-bt-li.act >span{
    color: var(--colormain);
}
.ys-imgbox-contain img, .ys-imgbox-cover img {
    object-fit: contain;
}
.inddet-nav.act .inwr-select-bt .inwr-select-bt-li.act>a>span {
    color: var(--colormain);
}
.std-padtb140 {
    padding-bottom: var(--space140);
}
.std-padbt60{
    padding-bottom: var(--space60);
}
.std-padt60{
    padding-top: var(--space60);
}
.ys-main-sitemap .yxedr-active .whitebar{
    display: none;
}
.ys-main-sitemap .yxedr-active h2{
    color: unset;
}


.wrapper {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    line-height: 32px;
}

@media screen and (min-width: 992px) {
    .wrapper {
        padding: 0;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media only screen and (min-width: 1280px) {
    .container {
        width: 1260px;
    }
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-9 {
    width: 75%;
}
.speaker-wrap .row p {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .wrapper {
        padding:0;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .wrapper {
        padding: 0;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-12 {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
}

.ys-footer p {
    font-size: unset;
    line-height: normal;
    margin-top: 0;
    font-weight: unset;
    margin-bottom: 0;
    color: unset;
}
.footer-code-li-parga p {
    color: var(--colorfff);
}
.footer-parga p {
    color: var(--colorfff);
}

.veeva-2024 .copy-container__buttons {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    margin-top: 0.3rem;
    justify-content: center;
}
.veeva-2024 .button-icon, .veeva-2024 .button-outline, .veeva-2024 .button-primary, .veeva-2024 .button-secondary, .veeva-2024 .button-tertiary {
    align-items: center;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: unset;
}
.veeva-2024 .button-outline, .veeva-2024 .button-primary {
    border-radius: 60px;
    padding: 12px 24px;
}
.veeva-2024 .button-primary--gradient {
    background: linear-gradient(132deg, #1b2f54 -3.62%, #1b3055 9.38%, #1b3157 19.95%, #1b345a 28.48%, #1b385e 35.33%, #1b3c62 40.88%, #1b4168 45.49%, #1b466e 49.55%, #1b4c74 53.43%, #1b527b 57.49%, #1a5982 62.1%, #1a5f89 67.65%, #1a6590 74.5%, #1a6b97 83.03%, #1a719d 93.6%, #1a76a3 106.6%);
    background-size: 100%;
    color: #fff;
}
.veeva-2024 .button-primary--gradient:after {
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: .1rem;
    width: 14px;
    background: url(https://veeva.com/wp-content/themes/veeva2015/assets/svg/icons/arrow-up-right--white.svg);
}
.resources-contact-us {
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #3F3F46;
    padding-top: 50px;
    padding-bottom: 40px;
    display: grid;
}

/* 服务 */
.orange-container h2, .applications-container h2, .features-container h2, .resources-container h2, .demo-container h2, .generic-container h2 {
    padding-top: 30px;
    font-size: 34px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    font-family: roboto, 黑体, 华文黑体, sans-serif;
}
.orange-container h2 {
    padding-bottom: 30px;
    color: #fff;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img, .wp-caption>img, .wp-caption a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.orange-container strong {
    font-family: roboto, 黑体, 华文黑体, sans-serif;
    font-size: 20px;
}
.orange-container .sevices-btn {
    padding: 30px 0 0px 0;
}
.orange-container .wrapper > .row.text-center {
    display: inline-grid;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.collapse {
    display: none;
    visibility: hidden;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.row ul {
    list-style-type: disc;
}
.row li {
    display: list-item;
    unicode-bidi: isolate;
    list-style: disc;
    margin-left: .5rem;
}
.page-template-template-services-forms .form-section {
    text-align: left;
    max-width: 700px;
    border: 1px solid #696969;
    padding: 20px 20px 50px 20px;
    margin: 35px 15px 15px 15px;
}
.support-forms form .form-section {
    border: 1px solid #d8d9da;
    border-radius: 6px;
}

body .col-centered {
    float: none;
    margin: 0 auto;
}
.cloud-prods .desk-left-mobile-center {
    text-align: left;
}
.cloud-prods .desk-left-mobile-center h3 {
    position: relative;
    padding-left: 16px;
}
.cloud-prods .desk-left-mobile-center h3::before {
    background: linear-gradient(180deg, #f7981d, #ff6b00);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

/*  */

.veeva-2024 .secondary-navigation {
    align-items: center;
    background: #eef1f5;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .15);
    color: #01040b;
    display: flex;
    height: 48px;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 1;
}
.veeva-2024 .secondary-navigation.ready {
    opacity: 1;
}
body.admin-bar .secondary-navigation {
    margin-top: 46px;
}
.veeva-2024 #simple-product {
    padding-top: 48px;
}
.veeva-2024 .secondary-navigation__wrapper {
    align-items: center;
    display: flex;
    /* justify-content: space-between; */
    position: relative;
}
.veeva-2024 .secondary-navigation__left {
    align-items: center;
    display: flex;
}
.veeva-2024 a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
.veeva-2024 .secondary-navigation__left .h3, .veeva-2024 .secondary-navigation__left h3 {
    align-items: center;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: unset;
    width: max-content;
}
.veeva-2024 .secondary-navigation__left a {
    position: relative;
}
.veeva-2024 .secondary-navigation__right {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.veeva-2024 .hero-left-aligned--product {
    background-color: #fff;
    color: #01040b;
    margin: 50px 0;
}
.veeva-2024 .hero-left-aligned__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.64rem;
    margin: auto;
}
.veeva-2024 .hero-left-aligned__wrapper .copy-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.veeva-2024 #simple-product .hero-left-aligned--product .copy-container .h2, .veeva-2024 #simple-product .hero-left-aligned--product .copy-container h2 {
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background: linear-gradient(163deg, #f5670e 4.54%, #ff6b00 88.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-size: 100%;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
    line-height: 1.25;
    margin-bottom: 0.16rem;
    text-transform: unset;
    width: fit-content;
}

.veeva-2024 .copy-container .h1, .veeva-2024 .copy-container h1, .veeva-2024 .copy-container>img {
    margin-bottom: 0.24rem;
}
.veeva-2024 .hero-left-aligned__image {
    margin-top: 1.6rem;
    width: 100%;
}
.veeva-2024 .hero-left-aligned__image img {
    width: 100%;
}
.veeva-2024 .alert-announcement, .veeva-2024 .alert-news {
    color: #01040b;
    margin: 0.48rem 0;
}
.veeva-2024 .alert-news__wrapper {
    display: block;
}
.veeva-2024 .alert-announcement__inner, .veeva-2024 .alert-news__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: .8rem 0 .8rem 1.6rem;
    position: relative;
}
.veeva-2024 .alert-announcement__inner:before, .veeva-2024 .alert-news__inner:before {
    background: linear-gradient(163deg, #f5670e 4.54%, #ff6b00 88.28%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.veeva-2024 .alert-announcement__inner:before, .veeva-2024 .alert-news__inner:before {
    height: 70%;
    top: 15%;
}
.veeva-2024 .alert-announcement__inner .alert-announcement__copy, .veeva-2024 .alert-announcement__inner .h6, .veeva-2024 .alert-announcement__inner h6, .veeva-2024 .alert-news__inner .h6, .veeva-2024 .alert-news__inner h6, .veeva-2024 .alert-news_inner .alert-announcement__copy {
    color: inherit;
    flex: 1;
    line-height: 1.2;
    max-width: 1024px;
    padding-right: 1.6rem;
}
.veeva-2024 .alert-news__inner .h6, .veeva-2024 .alert-news__inner h6 {
    flex: 1;
    padding-right: 1.6rem;
}
.veeva-2024 .button-secondary img {
    background-color: #eef1f5;
    border-radius: 50%;
    margin-right: .8rem;
    width: 32px;
}
.veeva-2024 .button-text-link {
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: unset;
}
.veeva-2024 .button-text-link--black, .veeva-2024 .expanding-card--light .button-text-link, .veeva-2024 .sub-video-nav-wrapper--light .button-text-link {
    color: #01040b;
}
.veeva-2024 .alert-news__btn-mobile {
    margin-top: 2.4rem;
}
.veeva-2024 .h6, .veeva-2024 h6 {
    font-size: 18px;
}
.veeva-2024 .section-rounded-top {
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.veeva-2024 .z-pattern--light {
    background: #fff;
    color: #01040b;
    margin: 30px 0;
}
.veeva-2024 .z-pattern--bg-grey {
    background: linear-gradient(0deg, #fff 5.2%, #eef1f5 92.04%);
    margin: 0;
    padding: 60px 0;
}
.veeva-2024 .z-pattern-products .z-pattern__wrapper, .veeva-2024 .z-pattern-stats .z-pattern__wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.veeva-2024 .z-pattern-products .z-pattern__wrapper, .veeva-2024 .z-pattern-stats .z-pattern__wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.veeva-2024 .z-pattern__image {
    display: flex;
}
.veeva-2024 .z-pattern-products .z-pattern__inner, .veeva-2024 .z-pattern-stats .z-pattern__inner {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr;
}
.veeva-2024 .z-pattern__image-wrapper {
    border-radius: 24px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.veeva-2024 #simple-product .z-pattern-products .z-pattern__image-wrapper {
    background: #fff;
    padding: .24rem;
}
.veeva-2024 .z-pattern__image-wrapper>img {
    height: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}
.veeva-2024 #simple-product .z-pattern__image-wrapper img {
    object-fit: contain;
}
.veeva-2024 .container:before, .veeva-2024 .container:after {
    display: none;
}
.veeva-2024 #simple-product .blended-bg {
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.veeva-2024 #simple-product .blended-bg:before {
    background: linear-gradient(195deg, #1b2f54 10.29%, #01050b 25.48%, #02060d 37.84%, #030710 47.81%, #040a13 55.82%, #060c18 62.3%, #080f1d 67.7%, #0a1223 72.44%, #0c1629 76.97%, #0e1a2f 81.72%, #101d36 87.11%, #13213c 93.6%, #152543 101.61%, #172849 111.57%, #192c4f 123.93%, #1b2f54 139.12%);
    border-radius: 40px;
    content: "";
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.veeva-2024 .video-player-stacked--dark {
    background: linear-gradient(195deg, #1b2f54 10.29%, #01050b 25.48%, #02060d 37.84%, #030710 47.81%, #040a13 55.82%, #060c18 62.3%, #080f1d 67.7%, #0a1223 72.44%, #0c1629 76.97%, #0e1a2f 81.72%, #101d36 87.11%, #13213c 93.6%, #152543 101.61%, #172849 111.57%, #192c4f 123.93%, #1b2f54 139.12%);
    color: #fff;
    padding: 60px 0;
}
.veeva-2024 #simple-product .statistic-inline, .veeva-2024 #simple-product .video-player-stacked, .veeva-2024 #simple-product .video-player-stacked:before {
    background: none !important;
}
.veeva-2024 .video-player-stacked .copy-container--center {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.veeva-2024 .video-player-stacked .copy-container {
    margin-bottom: 48px;
}
.veeva-2024 .copy-container .h6, .veeva-2024 .copy-container h6 {
    align-items: center;
    display: inline-flex;
}
.veeva-2024 .copy-container--eyebrow-gradient .h6, .veeva-2024 .copy-container--eyebrow-gradient h6 {
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background: linear-gradient(163deg, #f5670e 4.54%, #ff6b00 88.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-size: 100%;
    line-height: 1.25;
    width: fit-content;
}
.veeva-2024 .copy-container--center .h3, .veeva-2024 .copy-container--center h3 {
    max-width: 1024px;
    font-size: 32px;
}
.veeva-2024 .copy-container>:last-child {
    margin-bottom: 0 !important;
}
.veeva-2024 .h1, .veeva-2024 .h2, .veeva-2024 .h3, .veeva-2024 .h4, .veeva-2024 .h5, .veeva-2024 .h6, .veeva-2024 h1, .veeva-2024 h2, .veeva-2024 h3, .veeva-2024 h4, .veeva-2024 h5, .veeva-2024 h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: -.03em;
    text-transform: unset;
    color: var(--bs-heading-color);
}
.veeva-2024 .video-player-stacked .copy-container h3, .veeva-2024 .video-player-stacked .copy-container h6 {
    z-index: 1;
}
.veeva-2024 .video-player-stacked__stats {
    margin-top: .32rem;
}
.veeva-2024 .statistic-4-up-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
.veeva-2024 .video-player-stacked__stats>div {
    margin-left: auto;
    margin-right: auto;
    max-width: 576px;
}
.veeva-2024 .video-player-stacked__stats>div {
    margin-left: auto;
    margin-right: auto;
    max-width: 576px;
}
.veeva-2024 .sidebar-info-box, .veeva-2024 .sidebar-info-box--company-type, .veeva-2024 .sidebar-info-box--product-list, .veeva-2024 .sidebar-info-box--quote, .veeva-2024 .sidebar-info-box--quote-img, .veeva-2024 .sidebar-info-box--quote-logo, .veeva-2024 .sidebar-info-box--stats-lg, .veeva-2024 .sidebar-info-box--stats-sm, .veeva-2024 .sidebar-info-box--text {
    border-left: 2px solid #f7981d;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    position: relative;
}
.veeva-2024 .sidebar-info-box--text {
    justify-content: flex-start;
}
.veeva-2024 .sidebar-info-box--text {
    border: 0;
    border-top: 2px solid #f7981d;
    padding: 16px 0;
}
.veeva-2024 .sidebar-info-box--light, .veeva-2024 .sidebar-info-box--light .product-arrow-link, .veeva-2024 .sidebar-info-box--light .product-simple-links a, .veeva-2024 .sidebar-info-box--light p {
    color: #01040b;
}
.veeva-2024 #simple-product .video-player-stacked .sidebar-info-box--light, .veeva-2024 #simple-product .video-player-stacked .sidebar-info-box--light p {
    color: #fff;
}
.veeva-2024 #simple-product .video-player-stacked__stats .h4, .veeva-2024 #simple-product .video-player-stacked__stats h4 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: unset;
}
.veeva-2024 #simple-product .video-player-stacked .sidebar-info-box--light, .veeva-2024 #simple-product .video-player-stacked .sidebar-info-box--light p {
    color: #fff;
}
.veeva-2024 .carousel {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 .99px 11.8px 0 rgba(0, 0, 0, .05), 0 2.75px 32.7px 0 rgba(0, 0, 0, .07), 0 6.6px 78.7px 0 rgba(0, 0, 0, .09), 0 22px 80px 0 rgba(0, 0, 0, .14);
}
.veeva-2024 .carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.veeva-2024 .quote-card, .veeva-2024 .quote-card-article, .veeva-2024 .quote-card-full, .veeva-2024 .quote-card-single {
    background: linear-gradient(163deg, #f5670e 4.54%, #ff6b00 88.28%);
    background-position: 50%;
    background-size: cover;
    border-radius: 24px;
    color: #fff;
}
.veeva-2024 .quote-card-single {
    display: flex;
    padding: 50px 24px 66px;
}
.veeva-2024 .quote-tabs--light {
    background: #fff;
    color: #01040b;
    margin: 60px 0;
}
.veeva-2024 .quote-card-single .quote-card__quote-wrapper {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.veeva-2024 .quote-card-single .quote-card__quote-wrapper p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    text-transform: unset;
}
.veeva-2024 .quote-card-single .quote-card__person-info-text .h5, .veeva-2024 .quote-card-single .quote-card__person-info-text h5 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.veeva-2024 .quote-card__quote-wrapper p {
    color: inherit;
}
.veeva-2024 .hero-contained {
    border-radius: 40px;
    overflow: hidden;
    padding: 70px 0;
    position: relative;
}
.veeva-2024 .hero-contained--cta, .veeva-2024 .hero-contained--dark, .veeva-2024 .hero-contained--dark-blue-gradient, .veeva-2024 .hero-contained--gradient, .veeva-2024 .hero-contained--image {
    color: #fff;
}
.veeva-2024 .hero-contained--gradient {
    background: linear-gradient(110deg, #f08a1c, #da5e13 40%, #da5e13 60%, #f08a1c);
}
.veeva-2024 .hero-contained--footer-fix {
    --footer-fix-color: #1b2e53;
    --footer-fix-color-desktop: linear-gradient(270deg, #1b2e53, #101b33 50%, #01050c);
    overflow: visible;
}
.veeva-2024 .hero-contained.hero-contained--footer-fix {
    --footer-fix-color-desktop: #f0f0f0 !important;
}
.veeva-2024 .copy-container__buttons {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    margin-top: .8rem;
}
.veeva-2024 .copy-container--center .copy-container__buttons {
    justify-content: center;
}
.veeva-2024 .button-outline, .veeva-2024 .button-primary {
    border-radius: 60px;
    padding: 12px 24px;
}
.veeva-2024 .button-primary--gradient {
    background: linear-gradient(132deg, #1b2f54 -3.62%, #1b3055 9.38%, #1b3157 19.95%, #1b345a 28.48%, #1b385e 35.33%, #1b3c62 40.88%, #1b4168 45.49%, #1b466e 49.55%, #1b4c74 53.43%, #1b527b 57.49%, #1a5982 62.1%, #1a5f89 67.65%, #1a6590 74.5%, #1a6b97 83.03%, #1a719d 93.6%, #1a76a3 106.6%);
    background-size: 100%;
    color: #fff;
}
.veeva-2024 .button-icon:after, .veeva-2024 .button-outline:after, .veeva-2024 .button-primary:after, .veeva-2024 .button-tertiary:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
.veeva-2024 .button-outline:after, .veeva-2024 .button-primary:after, .veeva-2024 .button-tertiary:after {
    display: inline-block;
    height: 14px;
    margin-left: .8rem;
    width: 14px;
}
.veeva-2024 .button-primary--gradient:after {
    background: url(https://www.veeva.com/wp-content/themes/veeva2015/assets/svg/icons/arrow-up-right--white.svg);
}
@media (min-width: 576px) {
    .veeva-2024 .alert-announcement__inner, .veeva-2024 .alert-news__inner {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .veeva-2024 .alert-announcement__inner:before, .veeva-2024 .alert-news__inner:before {
        width: 3px;
    }
    .veeva-2024 .alert-news__btn-mobile {
        display: none !important;
    }
    .veeva-2024 .z-pattern--bg-grey {
        padding: 80px 0;
    }
}
@media (min-width: 768px) {
    .veeva-2024 .secondary-navigation {
        height: 64px;
    }
    .veeva-2024 #simple-product {
        padding-top: 64px;
    }
    .veeva-2024 #simple-product .hero-left-aligned--product .copy-container .h2, .veeva-2024 #simple-product .hero-left-aligned--product .copy-container h2 {
        font-size: 20px;
    }
    .veeva-2024 #simple-product .hero-left-aligned--product .copy-container .h1, .veeva-2024 #simple-product .hero-left-aligned--product .copy-container h1 {
        font-size: 44px;
    }
    .veeva-2024 .button-secondary img {
        width: 40px;
    }
    .veeva-2024 .button-text-link {
        font-size: 18px;
    }
    .veeva-2024 .h6, .veeva-2024 h6 {
        font-size: 20px;
    }
    .veeva-2024 .z-pattern--light {
        margin: 30px 0;
    }
    .veeva-2024 .z-pattern__image-wrapper {
        border-radius: 40px;
        max-width: 50vh;
    }
    .veeva-2024 #simple-product .z-pattern-products .z-pattern__image-wrapper {
        padding: .32rem;
    }
    .veeva-2024 .video-player-stacked--dark {
        padding: 80px 0;
    }
    .veeva-2024 #simple-product .video-player-stacked__stats .h4, .veeva-2024 #simple-product .video-player-stacked__stats h4 {
        font-size: 20px;
    }
    .veeva-2024 .carousel {
        border-radius: 40px;
    }
    .veeva-2024 .quote-card, .veeva-2024 .quote-card-article, .veeva-2024 .quote-card-full, .veeva-2024 .quote-card-single {
        border-radius: 40px;
    }
    .veeva-2024 .quote-card-single {
        padding: 60px 32px 76px;
    }
    .veeva-2024 .quote-card-single .quote-card__quote-wrapper p {
        font-size: 28px;
        max-width: 95%;
    }
    .veeva-2024 .quote-tabs--light {
        margin: 40px 0;
    }
    .veeva-2024 .quote-card-single .quote-card__person-info-text .h5, .veeva-2024 .quote-card-single .quote-card__person-info-text h5 {
        font-size: 18px;
    }
    .veeva-2024 .quote-card-single .quote-card__person-info-text .h6, .veeva-2024 .quote-card-single .quote-card__person-info-text h6 {
        font-family: Poppins, sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -.03em;
        line-height: 1.2;
        margin-bottom: 0;
        text-transform: unset;
    }
    .veeva-2024 .hero-contained {
        padding: 100px 0;
    }
    .veeva-2024 #simple-product .hero-contained .copy-container__buttons, .veeva-2024 #simple-product .z-pattern-products .z-pattern__inner .copy-container__buttons {
        flex-direction: row;
    }
    .veeva-2024 .button-outline, .veeva-2024 .button-primary {
        padding: 16px 32px 16px 40px;
    }
}
@media screen and (min-width: 783px) {
    body.admin-bar .secondary-navigation {
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    .veeva-2024 .secondary-navigation {
        height: 76px;
        top: 128px;
    }
    .veeva-2024 #simple-product {
        padding-top: 76px;
    }
    .veeva-2024 .hero-left-aligned__wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
    .veeva-2024 .hero-left-aligned__wrapper .copy-container {
        display: block;
        padding-right: 1.6rem;
        text-align: left;
        width: 50%;
    }
    .veeva-2024 .hero-left-aligned__wrapper .copy-container {
        width: 52% !important;
    }
    .veeva-2024 .hero-left-aligned__wrapper .copy-container>* {
        text-align: left;
    }
    .veeva-2024 .hero-left-aligned__image {
        margin-top: 0;
        width: 50%;
    }
    .veeva-2024 .hero-left-aligned__wrapper .hero-left-aligned__image {
        width: 48% !important;
    }
    .veeva-2024 .alert-announcement__inner:before, .veeva-2024 .alert-news__inner:before {
        height: 60%;
        top: 20%;
    }
    .veeva-2024 .section-rounded-top {
        border-radius: 60px 60px 0 0;
    }
    .veeva-2024 .z-pattern-products .z-pattern__wrapper, .veeva-2024 .z-pattern-stats .z-pattern__wrapper {
        gap: 0 0.32rem;
        grid-template-columns: 1.25fr 1fr;
    }
    .veeva-2024 .z-pattern-products .z-pattern__wrapper {
        grid-template-columns: 1.2fr 1fr;
    }
    .veeva-2024 .z-pattern__image {
        align-items: center;
    }
    .veeva-2024 .z-pattern__image--mobile {
        display: none;
    }
    .veeva-2024 .z-pattern-products .z-pattern__inner, .veeva-2024 .z-pattern-stats .z-pattern__inner {
        align-content: center;
    }
    .veeva-2024 .z-pattern__image--desktop {
        display: flex;
    }
    .veeva-2024 .z-pattern__image-wrapper {
        max-width: none;
    }
    .veeva-2024 #simple-product .blended-bg {
        border-radius: 60px 60px 0 0;
    }
    .veeva-2024 #simple-product .blended-bg:before {
        border-radius: 60px;
    }
    .veeva-2024 .video-player-stacked .copy-container {
        margin-bottom: 80px;
    }
    .veeva-2024 .statistic-4-up-wrapper {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
    }
    .veeva-2024 .video-player-stacked__stats>div {
        max-width: 1024px;
    }
    .veeva-2024 .video-player-stacked__stats>div {
        max-width: 1024px;
    }
    .veeva-2024 .sidebar-info-box, .veeva-2024 .sidebar-info-box--company-type, .veeva-2024 .sidebar-info-box--product-list, .veeva-2024 .sidebar-info-box--quote, .veeva-2024 .sidebar-info-box--quote-img, .veeva-2024 .sidebar-info-box--quote-logo, .veeva-2024 .sidebar-info-box--stats-lg, .veeva-2024 .sidebar-info-box--stats-sm, .veeva-2024 .sidebar-info-box--text {
        gap: 12px;
    }
    .veeva-2024 .quote-card-single .quote-card__quote-wrapper p {
        max-width: 1024px;
    }
    .veeva-2024 .hero-contained {
        border-radius: 60px;
    }
    .veeva-2024 .hero-contained--gradient {
        background: linear-gradient(105deg, #f7971d, #f7971d 15%, #dc620e 42.5%, #dc620e 57.5%, #f7971d 85%, #f7971d);
    }
}
@media (min-width: 1200px) {
    .veeva-2024 .hero-left-aligned--gradient .hero-left-aligned__wrapper, .veeva-2024 .hero-left-aligned--product .hero-left-aligned__wrapper {
        gap: 0.64rem;
    }
    .veeva-2024 .hero-left-aligned__wrapper .copy-container {
        width: 45%;
    }
    .veeva-2024 .hero-left-aligned__image {
        width: 52.5%;
    }
    .veeva-2024 .alert-announcement__inner, .veeva-2024 .alert-news__inner {
        padding: 0.16rem 0.24rem;
    }
    .veeva-2024 .alert-announcement__inner .alert-announcement__copy, .veeva-2024 .alert-announcement__inner .h6, .veeva-2024 .alert-announcement__inner h6, .veeva-2024 .alert-news__inner .h6, .veeva-2024 .alert-news__inner h6, .veeva-2024 .alert-news_inner .alert-announcement__copy {
        padding-right: .24rem;
    }
    .veeva-2024 .alert-news__inner .h6, .veeva-2024 .alert-news__inner h6 {
        padding-right: .24rem;
    }
    .veeva-2024 .z-pattern--light {
        margin: 50px 0;
    }
    .veeva-2024 .z-pattern--bg-grey {
        padding: 50px 0;
    }
    .veeva-2024 .z-pattern-products .z-pattern__wrapper, .veeva-2024 .z-pattern-stats .z-pattern__wrapper {
        gap: 0 0.48rem;
    }
    .veeva-2024 .z-pattern-products .z-pattern__wrapper {
        gap: 0 .64rem;
    }
    .veeva-2024 .z-pattern-products .z-pattern__inner, .veeva-2024 .z-pattern-stats .z-pattern__inner {
        gap: 64px;
    }
    .veeva-2024 .container, .veeva-2024 .container-lg, .veeva-2024 .container-md, .veeva-2024 .container-sm, .veeva-2024 .container-xl {
        max-width: 1140px;
    }
    .veeva-2024 .video-player-stacked--dark {
        padding: 100px 0;
    }
    .veeva-2024 .statistic-4-up-wrapper {
        gap: 16px;
        grid-template-columns: repeat(4, 1fr);
        max-width: 1024px;
    }
    .veeva-2024 .quote-tabs--light {
        margin: 50px 0;
    }
}
@media (min-width: 1400px) {
    .veeva-2024 .z-pattern--light {
        margin: 30px 0;
    }
    .veeva-2024 .z-pattern--bg-grey {
        padding: 60px 0;
    }
    .veeva-2024 .z-pattern--bg-grey {
        padding: 45px 0;
    }
    .veeva-2024 .container, .veeva-2024 .container-lg, .veeva-2024 .container-md, .veeva-2024 .container-sm, .veeva-2024 .container-xl, .veeva-2024 .container-xxl {
        max-width: 1320px;
    }
    .veeva-2024 .video-player-stacked--dark {
        padding: 60px 0;
    }
    .veeva-2024 .quote-tabs--light {
        margin: 60px 0;
    }
    .veeva-2024 .hero-center-stack .copy-container--center, .veeva-2024 .hero-centered .copy-container--center, .veeva-2024 .hero-contained .copy-container--center, .veeva-2024 .hero-customer .copy-container--center, .veeva-2024 .hero-filter .copy-container--center {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
}


/* 首页 */
.hbil-tit > p {
    margin: 0;
}


.logo-wall-dark {
    background: linear-gradient(195deg, #1b2f54 10.29%, #01050b 25.48%, #02060d 37.84%, #030710 47.81%, #040a13 55.82%, #060c18 62.3%, #080f1d 67.7%, #0a1223 72.44%, #0c1629 76.97%, #0e1a2f 81.72%, #101d36 87.11%, #13213c 93.6%, #152543 101.61%, #172849 111.57%, #192c4f 123.93%, #1b2f54 139.12%);
}

.logo-wall-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center;
}
.logo-dev-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-wall-logos > img {
    width: calc((100% - 4 * 20px) / 5);
    background-color: #1b2f54;
    border-radius: 20px;
}
.logo-dev-logos > img {
    width: calc((100% - 4 * 20px) / 6);
}
.custom-p-wrap-ul .custom-wrap-ul-li {
    width: 33%;
}
.custom-wrap-ul .ys-imgbox-cover img:nth-child(2) {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1;
}
.custom-wrap-ul .cwul-link-tit {
    color: var(--color010);
    font-weight: bold;
    margin-top: var(--space8);
    min-height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.custom-p-wrap-ul .custom-wrap-ul-li:nth-child(4) {
    margin-top: calc(2 * var(--cardSpace));
}

@media (max-width: 767px) {
    .custom-p-wrap-ul .cwul-link-tit {
        -webkit-line-clamp: 3;
        min-height: calc(1.5em * 3);
    }
    .custom-p-wrap-ul .custom-wrap-ul-li {
        width: 50%;
    }
    .custom-p-wrap-ul .custom-wrap-ul-li:nth-child(4) {
        margin-top: 0.4rem;
    }
}


/* 一体化 */
.card-link-farm {
    background: #eef1f5;
    border-radius: 24px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 54px 8px;
    width: 100%;
    color: var(--color010);
    font-weight: 500;
}
.card-link-farm__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.card-link-farm__cards>a {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    box-shadow: 0 6.65px 5.32px 0 rgba(0, 0, 0, .03), 0 22.336px 17.869px 0 rgba(0, 0, 0, .04), 0 80px 80px 0 rgba(0, 0, 0, .07);
    display: flex;
    gap: 16px;
    justify-content: center;
    min-height: 70px;
    padding: 0 36px;
    position: relative;
    width: 100%;
}
.card-link-farm__cards>a:before {
    background: linear-gradient(180deg, #f7981d, #ff6b00);
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-in-out;
}
a.quicklink:hover, a.quicklink:focus {
    color: var(--colormain);
}
.floating-icon {
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .09);
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
    width: 40px;
}
.floating-icon:before {
    content: "";
    inset: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: 0;
}
.card-link-farm__cards .floating-icon:before {
    background: linear-gradient(180deg, #f7981d, #ff6b00);
}
.floating-icon span.icon {
    background: currentColor;
    display: inline-block;
    height: 32px;
    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: 32px;
}
.floating-icon .icon {
    aspect-ratio: 1 / 1;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    width: 44%;
    z-index: 3;
}
.quicklink p {
    margin: 0 auto;
    color: var(--color010);
    font-weight: 500;
}
@media (min-width: 768px) {
    .card-link-farm {
        border-radius: 40px;
        padding: 60px 0px 80px 0px
    }
    .card-link-farm__cards {
        flex-wrap: wrap;
    }
    .card-link-farm__cards>a {
        border-radius: 24px;
        flex-direction: column;
        padding: 24px 30px;
        width: 236px;
    }
    .card-link-farm__cards .floating-icon {
        height: 60px;
        width: 60px;
    }
}
@media (min-width: 1200px) {
    .card-link-farm__cards>a {
        width: calc(20% - 12.8px);
    }
}
.ys-pcfy .ogll-cont-parga {
    padding-right: 0 !important;
}
.cusdet-story-bt-ul .custom-wrap-ul-li {
    width: 20%;
}
.cusdet-story-bt-ul .custom-wrap-ul-li:nth-child(5) {
    margin-top: 0;
}
.cusdet-story-bt-ul .hnbu-li-link-time span {
    padding-left: 0;
}
.cusdet-story-bt-ul .hnbu-li-link-time span::after {
    display: none;
}
@media screen and (max-width: 767px) {
    .cusdet-story-bt-ul .custom-wrap-ul-li {
        width: 50%;
        margin-top: 0.4rem;
    }
    .cusdet-story-bt-ul .custom-wrap-ul-li:nth-child(5) {
        margin-top: 0.4rem;
    }
}
.custom-wrap-ul.h17em .cwul-link-tit {
    -webkit-line-clamp: 1;
    min-height: 1.7em;
}


/* footer */
.veeva-footer-2024__connect {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0.8rem;
    padding: 0 .2rem;
    color: #fff;
}
@media (min-width: 992px) {
    .veeva-footer-2024__connect {
        flex-direction: row;
    }
}
.veeva-footer-2024__connect:before {
    background: linear-gradient(180deg, #f7981d, #ff6b00);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.veeva-footer-2024__connect-text {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}
@media (min-width: 768px) {
    .veeva-footer-2024__connect-text {
        align-items: center;
        flex-direction: row;
    }
}
.veeva-footer-2024__connect-text h6 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin: 0 0 4px;
    text-transform: unset;
}
.veeva-footer-2024__connect-text p {
    font-size: 14px;
}
@media (min-width: 768px) {
    .veeva-footer-2024__connect-text .h6 {
        font-size: 20px;
    }
}
.veeva-footer-2024__connect .button-outline {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 60px;
    padding: 12px 24px;
    flex-shrink: 0;
    max-height: 56px;
    width: fit-content;
}
@media (min-width: 768px) {
    .veeva-footer-2024__connect .button-outline {
        padding: 16px 32px 16px 40px;
    }
}
.veeva-footer-2024__connect .button-outline:after {
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 8px;
    width: 14px;
    background: url(https://www.veeva.com/wp-content/themes/veeva2015/assets/svg/icons/arrow-up-right--white.svg);
}


/*  */

.pro-noimg-cont .pro-revolu-cont-img {
    width: 30%;
}
.pro-noimg-cont .pro-revolu-cont-text {
    padding-left: 1rem;
    width: 70%;
}
@media screen and (max-width: 767px) {
    .pro-noimg-cont .pro-revolu-cont-img {
        width: 100%;
    }
    .pro-noimg-cont .pro-revolu-cont-text {
        padding-left: 0;
        width: 100%;
    }
}
.prop-connect {
    background: unset !important;
}
.prop-connect .hwtt-tit .std-font36 {
    color: var(--color010);
}
.prop-connect .pro-connect-text-parga p {
    color: var(--color010);
}

/*  */
.cusdet-story-zy-ul .custom-wrap-ul-li {
    width: 33%;
}
.cusdet-story-zy-ul .hnbu-li-link-time span {
    padding-left: 0;
}
.cusdet-story-zy-ul .hnbu-li-link-time span::after {
    display: none;
}
@media screen and (max-width: 767px) {
    .cusdet-story-zy-ul .custom-wrap-ul-li {
        width: 50%;
        margin-top: 0.4rem;
    }
}

.min-height-34em {
    min-height: 3.4em;
}
@media screen and (max-width: 767px) {
    .min-height-34em {
        min-height: unset;
    }
}