/* ----- Clinical Trial Results CSS  ----- */


/* General Styles ----- */

@import url('https://fonts.cdnfonts.com/css/filson-pro?styles=96092,96090,96082,96086,96080');
@font-face {
	font-family:'Filson-Pro-Heavy';
	font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProHeavy.woff');
}

.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

span.pink-var {
    color: #F307F8;
}

.layout__main-wrap {
    max-width: 1440px;
    margin: 0 auto;
}

.layout__main-wrap--hero {
    max-width: 1132px;
    margin: 0 auto;
}

.layout__content-wrap {
    max-width: 938px;
    margin: 0 auto;
}

.hero-block__wrap {
    position: relative;
}

.hero-block__img {
    width: 100%;
}

.hero-block__txt {
    max-width: 367px;
    position: absolute;
    left: 41px;
    top: 212px;
}

.layout__background--dark {
    width: 100%;
    padding: 64px 0;
    background-color: #327096;
}

.layout__background--light {
    width: 100%;
    padding: 64px 0;
    background-color: #B8F0FF;
}

.layout__background--lighter {
    background-color: #ECFCFF;
}


.page__heading {
    max-width: 938px;
    margin: 80px auto 40px;
}

h1.page__heading-title {
    font-family: "Filson Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px; /* 125% */
    letter-spacing: 0.4px;
    text-align: center;
    color: #063A4C;
}

/* Section 1 */

p.hero-block__txt {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 425;
    line-height: 30px;
    color: #fff;
}

.section__1 h2.content__title {
    margin: 0 0 30px;
    color: #063A4C;
    text-align: center;
}

.section__1 p.content__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    margin: 0;
    text-align: center;
    color: #333;
}

.content-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px auto 48px;
}
.layout__content-wrap.section__1 p.content__footnote {
    text-align: center;
}
.content-box__item-content {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 8px;
}


.content-box__item {
    display: flex;
    flex-direction: column;
	width: 452px;
    height: 245px;
    gap: 20px;
    padding: 48px 28px;
    background: #fff;
}

.content-box__item--color-var p.content-box__item-heading, .content-box__item--color-var p.content-box__item-subheading, .content-box__item--color-var p.content-box__item-text strong {
    color: #063A4C;
}

p.content-box__item-heading {
    text-align: center;
    font-family: "Filson Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.48px;
    color: #6D0020;
}

.content-box__item-heading strong {
    font-weight: 900;
    line-height: 25px;
}

p.content-box__item-subheading {
    font-family: "Filson Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    color: #6D0020;
}

p.content-box__item-text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    color: #333;
}

p.content-box__item-text strong {
    font-weight: 800;
    color: #6D0020;
}


/* Section 2 */

.section__2 h2.content__title {
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    margin: 0 0 58px;
    color: #fff;
    text-align: center;
}

.section__2 h3.content__subtitle {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    margin: 0 0 16px;
    color: #fff;
    text-align: center;
}

.section__2 p.content__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.content-vs-box {
    margin: 40px 0 0;
}

.content-vs-box__container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content-vs-box__item {
    background: #ECFCFF;
    width: 468px;
    /*height: 293px;*/
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-align: center;
}

.content-vs-box__item:not(.content-vs-box__item--blue) {
    border-right: 2px solid #063A4C;
    position:relative;
}

.content-vs-box__item:not(.content-vs-box__item--blue)::after {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/mibc1/global/ampersand-icon-new.svg);
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.content-vs-box__item p {
    max-width: 241px;
}

.content-vs-box__item--blue p.content-vs-box__percent {
    color: #063A4C;
}

p.content-vs-box__heading {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #333;
    margin: 0 0 15px;
}

p.content-vs-box__percent {
    font-family: "Filson Pro";
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    color: #6D0020;
    padding: 37px 0;
}
p.content-vs-box__percent.jsonly {
	visibility: hidden;
    height: 0;
    padding: 0;
}
p.content-vs-box__subheading {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #333;
    margin: 0 0 10px;
}

p.content-vs-box__txt {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #333;
    padding: 0 3px;
}

.content-vs-box-info__container {
    background: #063A4C;
    padding: 32px;
}

.content-vs-box-info__content {
    display: flex;
    gap: 32px;
    align-items: center;
}

p.content-vs-box-info__txt strong {
    font-weight: 800;
}

p.content-vs-box-info__txt  {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    color: #fff;
    margin: 0 0 32px;
}

.content-vs-box-info__text-wrap p.content-vs-box-info__txt {
    margin: 0;
}


h3.content-vs-box-info__heading {
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: normal;
}

sup.ast-sup {
    font-size: 80%;
    top: -.3em;
}

/* Section 3 */

.section__3 h2.content__title {
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    margin: 0;
    color: #063A4C;
    text-align: center;
}

.compare-box {
    display: flex;
    position: relative;
    margin: 32px 0 0;
}

.compare-box__column {
    padding: 56px 32px;
    background: #B8F0FF;
    width: 468px;
   /* height: 275px;*/
}

.compare-box__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 14px;
}

.compare-box__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 16px 20px;
    border-radius: 36px;
    background: #063A4C;
    color: #ECFCFF;
     font-family:'Filson-Pro-Heavy';
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 26.389px;
}


p.compare-box__item-number {
	font-family: "Filson Pro";
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: 0.9px;
    color: #6D0020;
    margin: 12px 0 10px;
    padding-bottom: 15px;
}

p.compare-box__item-subheading {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #333;
}

p.compare-box__item-text {
    max-width: 320px;
    margin: 0 auto;
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 425;
    color: #333;
    line-height: 30px;
}

.compare-box__column.compare-box__column--dark {
    border-left: 2px solid #fff;
}

.compare-box__column.compare-box__column--dark p.compare-box__item-number {
    color: #063A4C;
}


.page__footnote-section {
    max-width: 1132px;
    margin: 32px auto 0;
}

p.page__footnote {
    font-size: 14px;
    font-style: normal;
    font-weight: 425;
    line-height: 20px;
    color: #333;
}


/* Desktop Only Styles ----- */

@media screen and (min-width: 992px) {
    .isi {
    	margin-top: 20px;
	}
}

/* Mobile Only Styles ----- */

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

    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }

    .layout__main-wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .layout__main-wrap--hero {
        padding: 0;

    }

    .layout__content-wrap {
        max-width: 100%;
        margin: 0 15px;
    }

    .layout__background--dark {
        padding: 32px 0;
    }

    .layout__background--light {
        padding: 32px 0 64px;
    }

    .layout__background--lighter {
        padding: 32px 0;
    }
    .isi {
        margin-top: 45px;
    }	
    .page__heading {
        margin: 40px auto 40px;
    }

    h1.page__heading-title {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
    
    .hero-block__wrap {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }

    p.hero-block__txt {
        max-width: 100%;
        display: block;
        position: static;
        background: #327096;
        padding: 32px 8px;
        text-align: center;
    }

    .section__1 h2.content__title, .section__2 h2.content__title, .section__3 h2.content__title    {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }
    

    /* Section 1 */

    .content-box {
        flex-direction: column;
        gap: 32px;
    }

    .content-box__item {
        width: 100%;
        height: 268px;
        padding: 48px 27px;
    }


    /* Section 2 */

    .section__2 h2.content__title {
        margin: 0 0 32px;
    }

    .content-vs-box__container {
        flex-direction: column;
    }

    .content-vs-box-info__content {
        flex-direction: column;
        gap: 32px;
    }

    .content-vs-box__item {
        width: 100%;
        height: auto;
   		padding: 50px 32px 40px;
    }

    .section__2 h3.content__subtitle {
        font-family: "Filson Pro";
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: 30px;
        margin: 0 0 5px;
        color: #fff;
        text-align: center;
}

    .content-vs-box__item:not(.content-vs-box__item--blue)::after {
        right: auto;
        top: auto;
        bottom: -45px;
        transform: none;
    }

    .content-vs-box__item:not(.content-vs-box__item--blue) {
        border-right: none;
        border-bottom: 2px solid #063A4C;
    	padding: 40px 32px 50px;
    }

    p.content-vs-box__percent {
        font-size: 80px;
        padding: 30px 0 20px;
    }

    .content-vs-box-info__container {
        padding: 32px 15px;
    }

    img.content-vs-box-info__img {
        width: 120px;
    }

    h3.content-vs-box-info__heading {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.24px;
    }


    /* Section 3 */

    .compare-box {
        flex-direction: column;
    }

    .compare-box__column {
        width: 100%;
        padding: 35px 15px 42px;
        height: auto;
        /*height: 243px;*/
    }

    sup.ast-sup {
        font-size: 60%;
    }
	p.compare-box__item-text {
        margin-bottom: 7px;
    }
    p.compare-box__item-number {
        font-size: 80px;
        letter-spacing: 0.8px;
        margin-top: 22px;
    }

    .compare-box__center {
        padding: 13px 20px;
        width: 207px;
        text-align: center;
    }

    .compare-box__column.compare-box__column--dark {
        border-left: none;
        border-top: 2px solid #fff;
        padding-bottom: 30px;
    }
    .compare-box__column--dark .compare-box__item {
        margin-top: 18px;
    }


}
@media screen and (max-width: 375px) {
    .compare-box__center{
		top: 51.6%
	}
}

@media screen and (max-width: 360px) {
   .content-box__item {
        height: 100%;
    } 
}

@media screen and (max-width: 354px) {
    .compare-box__center {
        top: 49%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
    .layout__main-wrap.page__footnote-section {
        padding: 0 15px;
    }  
}

@supports (-webkit-touch-callout: none) {
     .compare-box__center {
        width: 224px;
     }
}
