/* Taking Imfinzi CSS */

.page-main__wrapper.page-main__wrapper--heading-block {
    margin: 74px auto 0;
}

.page-heading__block {
    margin: 40px auto;
}

h1.page-heading__heading {
    font-family: "filson-pro";
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #063A4C;
}

.content-main__wrapper {
    max-width: 950px;
    margin: 0 auto;
}

.page-section__content-block {
    max-width: 940px;
    padding: 64px 0;
}

.page-section__content-block--dark {
    background: #327096;
    max-width: 100%;
    width: 100%;
}

.page-section__content-block--light {
    background: #B8F0FF;
    max-width: 100%;
    width: 100%;
}


h2.column-content__heading {
    font-family: "filson-pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #fff;
    margin: 0 0 40px;
    text-align: center;
}


p.column-content__txt {
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

img.column-content__img {
    width: 80px;
}

.column-content__container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
}

.column-content__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 192px;
    gap: 16px;
}

.page-section__content-block--dark:last-of-type {
    padding: 40px 0;
}

.banner-content__container {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

img.banner-content__img {
    width: 64px;
}

p.banner-content__txt {
     font-family: "filson-pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 425;
    line-height: 32px;
    color: #fff;
}
.banner-content__txt strong {
    font-weight: 800;
}
.page-banner--cta {
    background: #063A4C;
}

.page-banner--cta__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 940px;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.page-banner--cta__text {
    flex-basis: 458px;
    font-family: "filson-pro";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}

.page-banner--cta__btn {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #B8F0FF;
    transition: all 150ms;
    color: #063A4C;
}

.page-banner--cta__btn:hover {
    background: #80E4F9;
}

.page-banner--cta__btn:active {
    background: #80E4F9;
    transform: scale(0.95);
}

a.page-banner--cta__btn-link {
    font-family: "filson-pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #091B34;
}

.page-banner--cta__btn-link-icon {
    transition: transform 150ms;
}

.page-banner--cta__btn:hover .page-banner--cta__btn-link-icon {
    transform: translateX(8px);
}


p.page-banner--cta__fotnote {
    font-family: "filson-pro";
    font-size: 14px;
    font-weight: 425;
    line-height: 20px;
    max-width: 1140px;
    margin: 32px auto;
    color: #333;
}

.page-banner--cta__text h3 {
    font-family: 'filson-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    text-box: trim-both cap alphabetic;
}

h2.cards-content__heading {
    font-family: "filson-pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #063A4C;
    text-align: center;
    margin: 0 0 40px;
}

.cards-content__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
    gap:2px;
}

.cards-content__container::after {
   /* content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/mibc1/global/icon_arrow_FPO.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);*/

    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/mibc1/global/icon_arrow.svg);
    position: absolute;
    top: 38%;
    left: 47.7%;
    transform: rotate(270deg);
}

.cards-content__card {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: flex-start;
    gap: 12px;
    width: 468px;
    height: 286px;
    background: #fff;
    padding: 40px 32px;
    position: relative;
}

h3.cards-content__card-title {
    font-family: "filson-pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #063A4C;
}

img.cards-content__card-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

p.cards-content__card-txt {
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    color: #333;
    text-align: center;
}


.page-section__content-block--lighter {
    background: #fff;
    padding: 64px 0;
}


h2.list-content__heading {
    font-family: "filson-pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #063A4C;
    margin: 0 0 24px;
}

p.list-content__copy {
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    color: #333;
    margin: 0 0 24px;
}

ul.list-content__list {
    column-count: 2;
    column-gap: 42px;
    margin: 0 0 7px;
    padding-left: 14px !important;
}


li.list-content__list-item {
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    color: #333;
    position: relative;
    padding-left: 1.7rem;
}

li.list-content__list-item::before {
    content: "•";
    line-height: 1;
    left: 0;
    position: absolute;
}

p.list-content__footnote {
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #6D0020;
    text-align: center;
}

.taking-imfinzi .hero-banner.hero-banner--page {
    max-width: 1132px;
    margin: 0 auto;
    position: relative;
    background: none;
}

.taking-imfinzi .hero-banner--page img.hero-banner__image {
    max-width: 100%;
}

.taking-imfinzi .hero-banner__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 531px;
    left: 41px;
    text-box: trim-both cap alphabetic;
}

.taking-imfinzi p.hero-banner__para {
    font-size: 22px;
    font-style: normal;
    font-weight: 425;
    line-height: 30px;
}

span.bold--text {
    font-weight: 800;
}

.taking-imfinzi h2.hero-banner__subhead {
    margin: 0 0 24px;
    text-box: trim-both cap alphabetic;
}

.taking-imfinzi .page-section__content-block.page-section__content-block--dark {
    background: #063A4C;
}

.taking-imfinzi .content-main__wrapper h2.column-content__heading {
    line-height: 30px;
}

.taking-imfinzi .content-main__wrapper * {
    text-box: trim-both cap alphabetic;
}

.taking-imfinzi h1.page-heading__heading {
    text-box: trim-both cap alphabetic;
    line-height: 50px;
}

.taking-imfinzi .cards-content__card-title {
    line-height: 30px;
    margin: 0 auto;
}
.taking-imfinzi .card_subhead{
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
	line-height: 24px;
}
.taking-imfinzi ul.innterli{
	margin-top: 10px;
}
.taking-imfinzi .card_footnote{
	font-size: 14px;
    font-style: normal;
    font-weight: 425;
    line-height: 20px;
    text-indent: -7px;
}
.taking-imfinzi .cards-content__card {
    gap: 24px;
    height: auto;
}

.taking-imfinzi .cards-content__container > .cards-content__card:first-child img.cards-content__card-img,
.taking-imfinzi .cards-content__container .cards-content__card-wrapper:first-child .cards-content__card img.cards-content__card-img {
    width: auto;
}


.dark-blue--clr {
    color: #063A4C;
    margin: 0 auto;
}

.taking-imfinzi .cards-content__container::after {
    display: none;
}

.taking-imfinzi .page-section__content-block.light-blus--bg-clr {
    background: #327096;
}

.taking-imfinzi ul.list-content__list > li {
    margin-bottom: 4px;
    line-height: 24px;
    text-box: none;
}

.taking-imfinzi ul.list-content__list > li:nth-child(4),
.taking-imfinzi ul.list-content__list > li:nth-child(8) {
    margin-bottom: 0px;
}

.taking-imfinzi ul.list-content__list {
    margin-bottom: 0;
    list-style-type: none;
}

.taking-imfinzi .page-section__content-block--lighter h2.list-content__heading {
    font-size: 24px;
    line-height: 30px; /* 125% */
    letter-spacing: 0.24px;
}

.taking-imfinzi .page-banner--cta__btn:hover .page-banner--cta__btn-link-icon {
    transform: translateX(0px);
}

.taking-imfinzi .cards-content__container {
    align-items: normal;
}
.tkingimz-sec-4-footnote{
	margin: 0 10px 40px;
    text-align: center;
}

.taking-imfinzi ul.list-content__list.list-content__list-new {
    column-count: 1;
    padding-left: 10px!important;
}

.ai-summary--wrap .ai-text__col.ai-text__col2 ul.list-content__list.list-content__list-new > li:before {
    left: -10px;
}

.ai-summary--wrap .ai-text__col.ai-text__col2 ul.list-content__list.list-content__list-new > li {
    padding-left: 22px;
}

.ai-summary--wrap ul.list-content__list.list-content__list-new > li:last-child {
    margin-bottom: 0;
}

.ai-summary--wrap .ai-summary__head {
    align-items: center;
}

.cards-content__card-wrapper {
    background: #fff;
}

p.step-block__head.light-blue-clr {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-box: trim-both cap alphabetic;
    padding: 24px;
    text-align: center;
    color: #fff;
    background: #327096;
}

/* Mobile Styles */

@media screen and (max-width: 991px) {

    .page-main__wrapper.page-main__wrapper--heading-block {
        margin: 40px auto 0;
    }

    .page-section__content-block {
        padding: 64px 15px;
    }

    h1.page-heading__heading {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }

    .page-section__content-block.page-section__content-block--light {
        padding: 32px 15px;
    }

    .column-content__container {
        flex-wrap: wrap;
        max-width: 400px;
        margin: 0 auto;
    }

    .column-content__item {
        width: 163px;
    }

    
    h2.cards-content__heading {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }

    .cards-content__container {
        flex-direction: column;
        gap: 2px;
    }

    .cards-content__card {
        width: 100%;
        height: 302px;
        max-width: 468px;
    }
	img.cards-content__card-img {
        width: 100px;
        height: 100px;
    }
    .cards-content__card:last-of-type {
        height: 286px;
    }

    p.cards-content__card-txt {
        margin-left: -17px;
        margin-right: -17px;
    }

    .cards-content__container::after {
        top: 52%;
        left: 50%;
        transform: translateY(-52%) translateX(-50%) rotate(0deg);
    }

    .page-section__content-block--dark:last-of-type {
        padding: 40px 15px;
    }

    .banner-content__container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .page-section__content-block--lighter {
        padding: 64px 15px;
    }

    ul.list-content__list {
        padding-left: 12px !important;
    }

    .page-banner--cta {
        padding: 0 15px;
    }

    .page-banner--cta__wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .page-banner--cta__text {
        flex-basis: auto;
    }

    .page-banner--cta__btn {
        padding: 24px 55px;
        height: 72px;
        align-items: center;
    }

    p.page-banner--cta__fotnote {
        margin: 32px 15px;
    }

    .taking-imfinzi .hero-banner__text {
        position: static;
        transform: none;
        background: #327096;
        padding: 32px 15px;
    }
    
    .taking-imfinzi h2.hero-banner__subhead {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }
    
    .taking-imfinzi .page-section__content-block.page-section__content-block--light {
        padding-block: 64px;
    }
    
    .taking-imfinzi p.cards-content__card-txt {
        min-width: 354px;
    }
    
    .taking-imfinzi .cards-content__card:last-of-type {
        height: auto;
    }
    
    .taking-imfinzi .page-section__content-block--lighter h2.list-content__heading {
        margin-bottom: 30px;
    }
    
    .taking-imfinzi .page-section__content-block--lighter h2.list-content__heading + p.list-content__copy {
        width: 95%;
    }
    
    .taking-imfinzi ul.list-content__list {
        column-count: 1;
    }

    .taking-imfinzi a.page-banner--cta__btn-link {
        width: 100%;
    }
    
    .taking-imfinzi a.page-banner--cta__btn-link > .page-banner--cta__btn{
        max-width: 360px;
        width: 100%;
        margin: auto;
        justify-content: center;
    }

    .taking-imfinzi .hero-banner--page img.hero-banner__image {
        width: 100%;
    }
    
    .taking-imfinzi .hero-banner__text {
        max-width: 100%;
    }

    .cards-content__container .cards-content__card-wrapper:nth-child(1) {
        margin-bottom: 25px;
    }

}


@media screen and (min-width: 992px) {

	.taking-imfinzi .page-banner--cta__wrapper {
        justify-content: space-between;
        padding-inline: 24px;
    }
    
    .taking-imfinzi .page-banner--cta__text {
        flex-basis: 629px;
    }

    .taking-imfinzi .cards-content__card p.cards-content__card-txt:last-child {
        width: 83%;
    }

     .taking-imfinzi  p.list-content__footnote {
        max-width: 938px;
        margin: 0 auto;
    }

    .taking-imfinzi p.hero-banner__para {
        width: 99%;
    }

h2.cards-content__heading{
    padding: 0 40px;
}

}

/** Pink variable
.taking-imfinzi .FPO--text:before {
    content: "FPO";
    font-family: "filson-pro";
    font-size: 225px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; 
    letter-spacing: 2.24px;
    color: #F307F8;
    text-box: trim-both cap alphabetic;
    display: inline-block;
    opacity: 0.75;
    position: absolute;
    left: 25%;
    top: 12%;
    transform: rotate(-16deg);
} **/

.taking-imfinzi .FPO--text {
    position: relative;
}

.pink--clr {
    color: #F307F8!important;
}

@media screen and (max-width: 991px) {
	.taking-imfinzi .FPO--text:before {
        font-size: 154px;
        left: 25px;
        top: 165px;
    }

}
