sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}

.no-break {
    white-space: nowrap;
}

.mobile-only{
    display: none;
}

#hcp-modal-wrap {
    display: none;
}

#header-row-I {
    background: linear-gradient(90deg, #FFF 50%, #F0F0F0 50%);
}

#header-row-I-wrap {
    margin: 0 auto;
    width: 1132px;
    background: #F0F0F0;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}

#header-row-II-wrap {
    margin: 18px auto;
    max-width: 1132px;
    width: 100%;
}

.listToDropdown .cmp-list-dropdown--vertical {
    background: #6d0020;
    padding: 7px 16px;
    margin: 0;
    border: none;
    cursor: pointer;
    max-width: fit-content;
    position: relative;
}

.listToDropdown .cmp-list-dropdown__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.listToDropdown .cmp-list-dropdown__head:focus{
    text-decoration: none;
}

.listToDropdown .cmp-list-dropdown__head-text {    
	font-family: "filson-pro", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.listToDropdown .fa-chevron-circle-down {
    font-family: "filson-pro", sans-serif !important;
	font-weight: 400;
    font-size: 14px;
    background: #fff;
    color: #6d0020;
    width: fit-content;
    line-height: normal;
    padding: 5px;
}

.listToDropdown .fa-chevron-circle-down:before {
    content: "CHANGE";
}

#header-row-I-wrap .cmp-topnavigation {
    padding: 0;
}

.cmp-topnavigation ul {
    display: flex;
    align-items: center;
    gap: 2em;
    margin: 0;
    padding: 0;
}

.cmp-topnavigation ul li.cmp-topnavigation__item {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cmp-topnavigation ul li.cmp-topnavigation__item a.cmp-topnavigation__link {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 41px;
    font-family: "filson-pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
    text-decoration: none;
    color: #000000;
    gap: 10px;
}

.cmp-topnavigation ul.cmp-topnavigation__group--menus>li.cmp-topnavigation__item:last-child a:after {
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-position:center;
    background-image: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/icon_external-link.svg');
    position: relative;
    content: "";
    background-repeat: no-repeat;
    top: -2px;
}

.cmp-topnavigation ul li.cmp-topnavigation__item a.cmp-topnavigation__link .cmp-topnavigation__arrow:after {
    content: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/dropdown-arrow-icon.svg');
    display: block;
    transform: scale(0.8);
}

.cmp-topnavigation ul li.cmp-topnavigation__item:hover {
	text-decoration: underline #AA182C 1px;
	text-underline-offset: 4px;
}
	
.cmp-topnavigation ul li.cmp-topnavigation__item.cmp-topnavigation__item--active a.cmp-topnavigation__link .cmp-topnavigation__arrow {
    transform: rotate(180deg);
}	

.cmp-topnavigation .cmp-topnavigation__item.cmp-topnavigation__item--active .cmp-topnavigation__group {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateX(-15px);
    background: #dfe5f1;
    /*max-width: 250px;
    width: 250px;*/
    padding: 0 10px;
    border-radius: 0 0 8px 8px;
    z-index: 2;
    border-top: 1px solid #fff;
    list-style: none;
}

.cmp-topnavigation li.cmp-topnavigation__item--level-1 {
    padding: 5px 9px 5px 12px;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-evenly;
    position: relative;
}

.cmp-topnavigation .cmp-topnavigation__item--level-0 .cmp-topnavigation__link {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 41px;
    font-family: "filson-pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
    text-decoration: none;
    color: #000000;
    gap: 4px;
}

.cmp-topnavigation li.cmp-topnavigation__item--level-1 a.cmp-topnavigation__link::after {
    content: "";
    flex: 0 0 11px;
    background-image: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/prescribing-icon.svg');
    width: 11px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cmp-list-dropdown--container a.cmp-list-dropdown__head:hover {
    text-decoration: none;
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list {
    top: 40px;
    left: 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 3;
    padding: 0;
    width: 452px;
    max-width: 452px;
    margin: 0;
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item {
    display: flex;
    justify-content: flex-start;
    padding: 12px 15px;
    align-items: center;
    width: 100%;
    border: none;
    position: relative;
    gap: 8px;
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.58px;
    font-family: "filson-pro", sans-serif;	
    color: #000;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item:hover {
    background-color:#DFE5F1;
}

.cmp-topnavigation ul li.cmp-topnavigation__item ul.cmp-topnavigation__group li:hover{
    text-decoration: underline #000000 1px;
    text-underline-offset: 4px;
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Per-item icons */
.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item.cmp-list-dropdown__item-0::before {
  background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/icon-nsclc.svg);
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item.cmp-list-dropdown__item-1::before {
  background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/icon-sclc.svg);
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item.cmp-list-dropdown__item-2::before {
  background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/mibc-lungs-icon.svg);
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item.cmp-list-dropdown__item-3::before {
  background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/icon-liver.svg);
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item.cmp-list-dropdown__item-4::before {
  background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/icon-btc.svg);
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item.cmp-list-dropdown__item-5::before {
  background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/icon-mibc.svg);
}

.listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list li.cmp-list-dropdown__item.cmp-list-dropdown__item-6::before {
  background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/icon-endometrial.svg);
}

#header-row-II #brand-logo {
    max-width: 168px;
    display: block;
}

#banner-wrap {
    background: #F2F2F2;
    padding: 23px 0 0 0;
}

#banner-wrapper {
    width: 1228px;
    margin: 0 auto;
    max-width: 100%;
}

#banner-teaser .cmp-teaser__content {
    padding: 0;
}

#sec-II-wrapper {
    background: #FFF;
}

#sec-II-wrap {
    width: 1228px;
    margin: 0 auto;
}

#sec-II-wrapper {
    background: #FFF;
}

#sec-II-wrap {
    width: 1132px;
    margin: 0 auto;
    max-width: 100%;
}

#sec-title h1 {
    margin: 0;
    padding: 64px 80px 58px 80px;
    text-align: center;
    color: #AA182C;    
    font-family: "filson-pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px; /* 126.667% */
    letter-spacing: -0.3px;
}

.cmp-formv2container {
    padding: 0;
}

#form-wrapper {
    display: flex;
    gap: 33px;
    justify-content: space-between;
}

.section-desc p {
    color: #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.section-desc p span {
    color: #AA182C;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.section-desc p span.desk-only, .section-desc p span.mobile-only{
    font-family: "filson-pro";    
    font-weight: 400;
    color: #333;
}

.story-card {
    background: linear-gradient(90deg, #FFF 7.5%, #AA182C 7.5%);
    padding: 32px 36px 32px 120px;
    margin: 42px 0 0 0;
    position: relative;
}

.story-card p {
    color: #FFF;
    font-family: "filson-pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#form-col {
    background: #FFF2EE;
    padding: 24px 40px;
    max-width: 550px;
    width: 100%;
}

#form-col .cmp-dynamicform-v2 .cmp-dynamicform__generated-form {
    padding: 0;
}

.left-section {
    max-width: 549px;
    width: 100%;
}

.story-card:before {
    position: absolute;
    content: '';
    background: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/mickey-story.png);
    width: 80px;
    height: 80px;
    left: 0;
}

.story-card p.quot{
    position: relative;
    margin: 0 0 10px 0;
}

.story-card p.quot img {
    padding: 0 0 0 5px;
    position: relative;
    top: 9px;
}

.story-card p.quot:before {    
    position: absolute;
    content: '';    
    background: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/left-quot.png);
    width: 30px;
    height: 22px;
    left: -33px;
    top: -5px;
}

/*.story-card p.quot:after {    
    position: absolute;
    content: '';    
    background: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/right-quot.png);
    width: 30px;
    height: 22px;
    right: 218px;
    bottom: 2px;
}*/

.story-card p.sign {
    font-family: "filson-pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

#form-col p.invite {
    color: #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

#form-col p.invite img {
    width: 80px;
    height: 80px;
}

#form-col .cmp-text {
    padding: 0;
}

#form-col p.required {
    color: #333;
    font-family: 'filson-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /*text-align: center;*/
    padding: 32px 0;
    text-align: left;
}

#form-col p.required span { 
    color: #F00;
}

.dynamicformv2 .cmp-dynamicform__control-label {
    color:  #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */    
}

.dynamicformv2 .cmp-dynamicform__form-label-container {
    padding: 0 0 16px 0;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control:not(textarea) {
    border-radius: 16px;
    border: 1.5px solid  #333;
    background: #FFF;    
    height: 68px;
    padding: 10px 16px;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group{
    margin-bottom: 32px;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:nth-child(5) .cmp-dynamicform__form-label-container {
    display: none;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger{
    padding: 10px 0 0 0;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group p.text-danger {
    display: none;
    font-size: 0;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group.has-error::after {
    font-family: 'filson-pro';
    font-weight: 400;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:nth-child(1).has-error::after {
    content: "First name is required.";
    color: #d72a2a;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:nth-child(2).has-error::after {
    content: "Last name is required.";
    color: #d72a2a;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:nth-child(3).has-error::after {
    content: "Phone number is required.";
    color: #d72a2a;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:nth-child(4).has-error::after {
    content: "Email address is required.";
    color: #d72a2a;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:nth-child(5).has-error::after {
    content: "You must check this box to share your story.";
    color: #d72a2a;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox {
    border-radius: 16px;
    border: #333;    
    border: 1.4px solid #333;    
    background: #FFF;
    max-width: 470px;
    width: 100%;
    /* height: 127px; */
    padding: 20px 24px;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label {    
    display: flex;    
    align-items: flex-start;
    gap: 16px;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label span {    
    color: #333;
    font-family:"filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label span>span {
    font-family: "filson-pro";
    font-weight: 700;
    color: #AA182C;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label span>span.required-field {
    color: #d72a2a;
    padding: 0;
    font-family: "filson-pro";
    font-weight: 400;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label input[type="checkbox"]{
    position: relative;
    width: 90px;
    height: 29px;
    margin: 4px 0 0 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/check-mark.png);
    background-size: 200%;
    background-position: right top;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label input[type="checkbox"]:checked::after{
    background-position: left top;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form p.disclaimer {
    color:  #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    padding: 0 3px 0 0;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form p.disclaimer a.privacy-notice {
    color: #333;
    font-family: "filson-pro";    
    font-weight: 700;
    text-decoration:underline;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form p.disclaimer .tel-mobile a {
    color: #333;
    font-family: "filson-pro";
    font-weight: 700;
    pointer-events: none;
}

#dtc-story-footer-wrap {
    width: 100%;
    background: #00223E;
}

#footer-wrapper {
    max-width: 1132px;
    padding: 32px 0;
    margin: 0 auto;
}

#footer-wrapper .cmp-text{
    padding: 0;
}

#footer-wrapper .image img {
    margin: 0 0 32px 0;
    width: 211px;
    height: 51px;
    max-width: 211px;
}


#footer-wrapper ul.footer__links li a {
    color: #fff;
    line-height: 44px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    font-family: 'filson-pro';
    display: inline-block;
}

#footer-wrapper ul.footer__links li a:hover {
    text-decoration: none;
}

#footer-wrapper ul.footer__links li {
    border-right: 1px solid #f9f9f9;
    margin-right: 12px;
    padding-right: 12px;
}

#footer-wrapper ul.footer__links{    
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 4px 0;
}

#footer-wrapper ul.footer__links li:last-child {
    padding: 0;
    width: 208px;
    position: relative;
    border-right: none;
    margin: 0;
}

#footer-wrapper ul.footer__links li:last-child a {    
    line-height: 22px;
    position: relative;
}

#footer-wrapper p {
    color: #FFF;
    font-family: "filson-pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin: 0 0 4px 0;
}

#footer-wrapper p:last-child {
    margin: 0;
}

#footer-wrapper p.us-flag--text {
    display:flex;
    align-items: center;
    gap: 8px;
}

#footer-wrapper ul.footer__links li:last-child a img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* main ISI Section  */

#isi-main-wrapper{
    padding: 67px 0 32px 0;
    color: #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
#isi-sec-I {
    position: relative;    
}
#isi-sec-II {
    position: relative;
    background: #F5F5F5;
    padding: 32px 0;
}
#isi-sec-III {
    position: relative;
}

#isi-sec-I-wrap {
    margin: 0 auto;
    max-width: 1132px;
    padding: 0 0 32px 0;
    width: 100%;
}
#isi-sec-II-wrap {
    margin: 0 auto;
    max-width: 1132px;
    width: 100%;
}
#isi-sec-III-wrap {
    margin: 0 auto;
    max-width: 1132px;
    width: 100%;
}
#isi-main-wrapper .cmp-text {
    padding: 0;
}
#isi-main-wrapper h1,
#isi-main-wrapper h2,
#isi-main-wrapper h3{
    margin: 0;
    padding: 0;
}

h2.isi-head {
    color:  #193965;
    font-family: "filson-pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.125px;
}

#isi-main-wrapper p{
    color: #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    padding: 0 0 10px 0;
}

#isi-main-wrapper p.no-bullet {
    padding: 0 0 10px 26px;
}

#isi-main-wrapper p.m0{
    padding: 0;
}

#isi-sec-I-wrap .isi-col.col-left p.title-III {    
    font-family: "filson-pro";
    font-weight: 700;
    letter-spacing: 0.45px;
    padding: 8px 60px 8px 0;
}

#isi-sec-I-wrap .cmp-container {
    display:flex;
    gap: 32px;
}

#isi-sec-I-wrap .cmp-container>.text{
    width: 550px;
}

#isi-main-wrapper .isi-col.col-right h2.isi-head {
    padding: 0 0 8px 0;
}

#isi-main-wrapper p .bold-text, 
#isi-main-wrapper ul li .bold-text{    
    font-family: "filson-pro";
    font-weight: 700;
}

#isi-main-wrapper ul{    
    font-size: 0;
    list-style: none;    
    padding: 0 0 10px 26px;
}

#isi-main-wrapper ul li{
    color: #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    
}

#isi-main-wrapper ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 10px;
    left: -14px;
    top: 10px;
}

#isi-main-wrapper p.no-bullet {
    padding: 0 0 0 26px;
}

#isi-main-wrapper ul.isi__list--sub {
    margin: 0 0 0 16px;
}

#isi-main-wrapper ul.isi__list--sub li::before {
    background: #FFF;
    border: 1px solid #333;
    width: 5px;
    height: 5px;
    left: -15px;
    top: 9px;
}

#isi-main-wrapper p.symptoms-prob {
    padding: 24px 0 0 0;
}

#isi-sec-II-wrap .cmp-container .cmp-container {
    display: flex;
    padding: 0 11.5px 18px 11.5px;
    gap: 24px;
}

#isi-sec-II-wrap .cmp-container .cmp-container .image {
    width: 50px;
    height: 50px;
    flex-grow: 0;
    flex-shrink: 0;    
}

#isi-sec-II-wrap .cmp-container .cmp-container .text {
    display: flex;
    align-items: center;
}

#isi-sec-II-wrap .cmp-container .cmp-container .text p {
    padding: 0;
}

#isi-sec-II-wrap .cmp-container p.list-last-copy {
    padding: 6px 0 0 0;
}

#isi-sec-III-wrap .isi-remainer-sec {
    padding: 32px 0 0 0;
}

#isi-sec-III-wrap img.acc-icon {
    height: 13px;
    margin-top: -2px;
    margin-left: 7px;
    width: 13px;
}

#isi-sec-III-wrap a.underline-link {
    color: #2664C1;
    font-family: 'filson-pro';
    font-weight: 500;
    text-decoration: underline;
}

#isi-sec-III-wrap p.isi-links a.underline-link {
    font-weight:900;
}

#isi-sec-III-wrap a.underline-link:hover {
    text-decoration: none;
}

#isi-sec-III-wrap span.no-break a {
    color: #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

#isi-sec-III-wrap span.no-break a:hover {
    text-decoration: none;
}

#sticky-isi-wrapper {
    position: fixed;
    bottom: 0;
    background: #fff;
    height: 171px;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    border-top: 4px solid #AB182C;
}
#sticky-isi-wrapper #sticky-isi-wrap {
    /*border-top: 4px solid #AB182C;
    box-shadow: 0px 3px 12px #00000029;*/
    width: 100%;
    max-width: 1132px;
    margin: 0 auto;
}

#sticky-isi-wrapper.fade-out {
  animation-name: fade-out;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

#sticky-isi-wrapper.fade-in {
  animation-name: fade-in;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

#sticky-isi-content .isi-flex-wrap {
    display: flex;
    padding: 4px 27px 0 22px;
    gap: 30px;
    justify-content: space-between;
}

#sticky-isi-content .isi-flex-wrap .isi-col.col-left {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 535px;
    width:  100%;
}

#sticky-isi-content .isi-flex-wrap .isi-col.col-right {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 504px;
    width: 100%;
}

#sticky-isi-content .isi-flex-wrap .isi-col.col-right p:last-child {
    padding: 15px 0 0 0;
}

#sticky-isi-content .cmp-text {
    padding: 0;
    position: initial;
}

#sticky-isi-content h2.isi-head {
    margin:0;
    color: #193965;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.09px;
}

#sticky-isi-content p{
    color: #333;
    font-family: "filson-pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
}

#sticky-isi-content .isi-flex-wrap .isi-col.col-left a.read-isi-more {
    color: #6D0020;
    font-family: "filson-pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 118.75% */
    letter-spacing: -0.16px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 0 0 0;
    display: inline-flex;
}

#sticky-isi-content .isi-flex-wrap .isi-col.col-left p.isi-sub-head {
    padding: 0 20px 0 0;
    line-height: 18px;
    font-family: "filson-pro";
    font-weight: 700;
}

#sticky-isi-content {
    position: relative;
}

#sticky-isi-content a.tray-open-close {
    position: absolute;
    top: 5px;
    right: 16px;
    font-family: "filson-pro";
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.12px;
    color: #333333;
    /*width: 76px;*/
    
}

#sticky-isi-content a.tray-open-close span{
    padding-right: 21px;
}

#sticky-isi-content a.tray-open-close:hover,
#sticky-isi-content a.tray-open-close:active,
#sticky-isi-content a.tray-open-close:focus {
    text-decoration: none;
}


#sticky-isi-content a.tray-open-close:hover span {
    text-decoration: underline;
}

#sticky-isi-content a.tray-open-close span.expand-btn {
    display: none;
}

#sticky-isi-content a.tray-open-close span.expand-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 6.5px;
    width: 17px;
    height: 17px;
    background: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/Icon_max_dt.svg');
}

#sticky-isi-content a.tray-open-close span.minimize-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 6.5px;
    width: 17px;
    height: 17px;
    background: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/Icon_minimize_dt.svg');
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .captch-holder .g-recaptcha {
    display: flex;
    justify-content: center;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:last-child {
    margin: 0;
    display: flex;
    justify-content: center;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group .cmp-dynamicform__clear-btn{
    display: none;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button.cmp-dynamicform__submit-btn {
    color: #FFF;
    text-align: center;
    font-family: "filson-pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    background: #6D0020;
    display: flex;
    height: 50px;
    min-width: 200px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 0;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button.cmp-dynamicform__submit-btn:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/imf-arrow-submit.svg');
    transition: 150ms;
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button.cmp-dynamicform__submit-btn:hover {
    background: #52081E;
    /* min-width: 190px; */
    /* padding: 0 0 0 10px; */
}

.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button.cmp-dynamicform__submit-btn:hover::after {
    /* margin: 0 0 0 10px; */
    transition: 150ms;
    transform: translateX(8px);
}

#thank-you-wrap {
    padding: 64px 0 0 0;
}

#thank-you-content {
    margin: 0 auto;
    width: 938px;
}

#thank-you-content .cmp-text {
    padding: 0;
}

#thank-you-content p.thank-you-title {
    color: #AC182E;
    text-align: center;
    font-family: "filson-pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px; /* 126.667% */
    letter-spacing: -0.3px;
    padding: 0 0 32px 0;
}

#thank-you-content p {
    color:  #333;
    text-align: center;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.than-you-content-wrap {
    padding: 48px 0;
}

#thank-you-content .than-you-content-wrap ul  {
    font-size:0;
    width: 808px;
    margin: 0 auto;
}
.than-you-content-wrap ul li {
    background: #FFF2EE;
    display: flex;
    height: 125px;
    padding: 32px 40px;
    justify-content: left;
    align-items: center;
    gap: 24px;
    border-bottom: 2px solid #FFF;
}

#thank-you-content .than-you-content-wrap ul li p {
    text-align: left;
    color:  #333;
    font-family: "filson-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#thank-you-content .than-you-content-wrap ul li p span {
    color: #AC182E;
    font-family: "filson-pro";
    font-weight: 800;
}

.than-you-content-wrap>p {
    padding: 32px 40px;
    width: 808px;
    margin: 0 auto;
}

.than-you-content-wrap>p span.red-bold {    
    color: #AC182E;
    font-family: "filson-pro";
    font-weight: 800;
}

#thank-you-content p.title-III {
    color: #AC182E;
    text-align: center;
    font-family: "filson-pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 36px 0;
}

#thank-you-content p a {
    display: inline-flex;
    height: 50px;
    width: 258px;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #6D0020;
    color:  #FFF;
    font-family: "filson-pro";
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 29px;
}

#thank-you-content p a:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/imf-arrow-submit.svg');
}

#thank-you-content p a:hover {
    text-decoration: none;
    background: #52081E;
    padding: 0 14px 0 24px;
    
}

#sticky-isi-wrapper.minimize-state a.tray-open-close .minimize-btn {
    display: none;
}

#sticky-isi-wrapper.minimize-state a.tray-open-close .expand-btn {
    display: block;
}

#sticky-isi-wrapper.minimize-state #sticky-isi-content .isi-flex-wrap {
    padding: 8px 27px 0 22px;
}

#sticky-isi-wrapper.minimize-state #sticky-isi-content h2.isi-head {
    padding: 0 0 5px 0;
}

#sticky-isi-wrapper.minimize-state #sticky-isi-content .isi-flex-wrap .isi-col.col-left h2, 
#sticky-isi-wrapper.minimize-state #sticky-isi-content .isi-flex-wrap .isi-col.col-left p{
    display: none
}

#sticky-isi-wrapper.minimize-state #sticky-isi-content .isi-flex-wrap .isi-col.col-left a.read-isi-more{
    padding: 4px 0 0 0;
}

/* Exit ramp design */
.exit-ramp-modal.modal--visible {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.exit-ramp-modal button.modal__close {
    position: absolute;
    top: calc( 50% - 160px );
    right: calc( 50% - 312px );
    z-index: 3;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    margin: 25px 25px 0 0;
}

.exit-ramp-modal .modal-box {
    position: absolute;
    top: calc( 50% - 160px );
    left: calc( 50% - 312px );
    max-width: 100%;
    width: 624px;
    height: 320px;
    background: #FFF;
    padding: 65px 0 0 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.exit-ramp-modal button.modal__close span.modal__closeLabel {
    font-size:0;
}

.exit-ramp-modal button.modal__close span.modal__closeIcon svg {
    display: none;
}

.exit-ramp-modal button.modal__close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/close-exit.svg');
    cursor: pointer;
}

.exit-ramp-modal .exit-ramp-title {
    color: #193965;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    font-family: 'filson-pro';
    padding: 0 0 20px 0;
}

.exit-ramp-modal .exit-ramp-body {
    font-family: 'filson-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 40px;
    color: #525252;
}

.exit-ramp-modal .exit-ramp-actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 0 0;
    flex-direction: row-reverse;
}

.exit-ramp-modal a.exit-ramp-continue {
    background-color: #6D0020;
    width: 200px;
    color: #FFF;
    font-family: 'filson-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.exit-ramp-modal .exit-ramp-cancel {
    background-color: #193965;
    width: 200px;
    color: #FFF;
    font-family: 'filson-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.exit-ramp-modal a.exit-ramp-continue:after {
    background-image: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/arrow-white.svg');
    content: '';
    display: flex;        
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.exit-ramp-modal a.exit-ramp-continue:hover {
    text-decoration: none;
    /*width: 180px;
    margin: 0 10px;*/
    background-color: #52081E;
    /*padding: 0 0 0 10px;*/
}

.exit-ramp-modal a.exit-ramp-continue:hover:after {
    /*margin: 0 0 0 10px;*/
    transition: 150ms;
    transform: translateX(8px) rotate(180deg);
}

.exit-ramp-modal .exit-ramp-cancel:before {
    background-image: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/arrow-white.svg);
    content: '';
    display: flex;
    width: 24px;
    height: 24px;
    
}

.exit-ramp-modal .exit-ramp-cancel:hover{
    /*padding: 0 10px 0 0;
    width: 180px;
    margin: 0 10px;*/
}

.exit-ramp-modal .exit-ramp-cancel:hover::before{
    /*margin: 0 10px 0 0;*/
    transition: 150ms;
    transform: translateX(-8px);
}

/* Exit ramp design ends */

/* exit to hcp popup */

.cmp-modal__modalbox.modal-md.modal--visible {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.cmp-modal__modalbox.modal-md button.modal__close {
    position: absolute;
    top: calc( 50% - 184px );
    right: calc( 50% - 312px );
    z-index: 3;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    margin: 25px 25px 0 0;
}

.cmp-modal__modalbox.modal-md .modal-box {
    position: absolute;
    top: calc( 50% - 184px );
    left: calc( 50% - 312px );
    max-width: 100%;
    width: 624px !important;
    height: 368px;
    background: #FFF;
    padding: 67px 0 0 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.cmp-modal__modalbox.modal-md button.modal__close span.modal__closeLabel {
    font-size:0;
}

.cmp-modal__modalbox.modal-md button.modal__close span.modal__closeIcon svg {
    display: none;
}

.cmp-modal__modalbox.modal-md button.modal__close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/close-exit.svg');
    cursor: pointer;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title h2{
    color: #193965;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    font-family: 'filson-pro';
    padding: 0 0 20px 0;
    margin: 0;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content p {
    font-family: 'filson-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 40px;
    color: #525252;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 0 0;
    flex-direction: row;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.back-button {
    background-color: #193965;    
    width: 200px;
    color: #FFF;
    font-family: 'filson-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.cont-button {
    background-color: #6D0020;
    width: 200px;
    color: #FFF;
    font-family: 'filson-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.cont-button:after {
    background-image: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/arrow-white.svg');
    content: '';
    display: flex;        
    width: 24px;
    height: 24px;
    transform: rotate(180deg);    
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.cont-button:hover {
    text-decoration: none;
    /*width: 180px;
    margin: 0 10px;*/
    background-color: #52081E;
    /*padding: 0 0 0 10px;*/
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.cont-button:hover:after {
    /*margin: 0 0 0 10px;*/
    transition: 150ms;
    transform: translateX(8px) rotate(180deg);
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.back-button:before {
    background-image: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/arrow-white.svg');
    content: '';
    display: flex;
    width: 24px;
    height: 24px;    
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.back-button:hover{
    /*padding: 0 10px 0 0;
    width: 180px;
    margin: 0 10px;*/
    text-decoration: none;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.back-button:active {
    text-decoration: none;
}

#viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button a.back-button:hover::before{
    /*margin: 0 10px 0 0;*/
    transition: 150ms;
    transform: translateX(-8px);
}

.cmp-modal__modalbox.modal-md .modal-box #modalTitle {
    display: none;
}

.cmp-modal__modalbox.modal-md .modal-box #viewhealthcare-popup {
    padding: 0;
}

/* exit to hcp popup ends */

#banner-wrapper .teaser {
    display: none;
}

#banner-wrapper .cmp-text {
    padding: 0;
}

.mobile-only{
    display: none;
}

@media screen and (max-width: 991.5px) {
    
    .mobile-only{
        display: block;
    }
    .desk-only{
        display: none;
    }
    .section-desc p span.mobile-only{
        display: inline;
    }
    
    .dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form p.disclaimer .tel-mobile a {
        pointer-events: auto;
    }
    
    #footer-wrapper {
        max-width: 100%;
        padding: 40px 15px;
    }
    #footer-wrapper .image {
        text-align: center;
        margin: 0 0 16px 0;
    }    
    #footer-wrapper .image img {
        margin: 0 auto 16px auto;
    }
    
    #footer-wrapper ul.footer__links {
        flex-direction: column;
        gap: 8px;
        margin: 0 0 24px 0;
    }
    
    #footer-wrapper ul.footer__links li {
        border:  none;
        padding: 0;
        margin: 0;
    }
    
    #footer-wrapper ul.footer__links li a {
        line-height: 30px;
    }
    
    #footer-wrapper ul.footer__links li:last-child {
        width: 100%;
    }
    
    #footer-wrapper ul.footer__links li:last-child a {
        line-height: 30px;
    }
    
    #footer-wrapper ul.footer__links li:last-child a img {
        right: -30px;
        top: 9px;
    }
    
    #footer-wrapper p.us-flag--text img {
        width: 41px;
        height: 20px;
        margin: 3px 0 0 0;
    }
    
    #footer-wrapper p.us-flag--text {
        align-items: flex-start;
    }
    
    #footer-wrapper p {        
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.14px;
    }
    
    #footer-wrapper .footer--copy {
        display: flex;
        max-width: 100%;
        width: 338px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    #banner-wrap {
        padding: 0;
    }
    
    #banner-wrapper {
        width: 100%;
    }
    
    #banner-wrapper .banner--section {
        display: flex;
        justify-content: center;
    }
    
    #sec-II-wrap {
        width: 100%;
    }
    
    #sec-title h1 {
        padding: 30px 15px 36px 15px;
        font-size: 26px;
        line-height: 32px; /* 123.077% */
        letter-spacing: -0.26px;
    }
    
    #form-wrapper {
        flex-direction: column;
        gap: 31px;
    }
    
    #form-wrapper .cmp-text {
        padding: 0;
    }
    
    .left-section {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    
    .story-card:before {
        top: 0;
        left: initial;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .story-card {
        background: linear-gradient(180deg, #FFF 15%, #AA182C 15%);
        padding: 96px 24px 32px 24px;
        text-align: center;
        margin: 30px 0 0 0;
    }
    
    .story-card p.quot {
        padding: 0 20px;
        text-align: center;
        line-height: 24px; /* 150% */
        margin: 0 auto 16px auto;
        max-width: 312px;
    }
    
    .story-card p.sign {
        font-size: 16px;
        line-height: 22px;
    }
    
    .story-card p.quot:before {
        left: -5px;
        top: -6px;
    }
    
    /*.story-card p.quot:after {        
        right: 92px;
        bottom: -3px;
    }*/    
    
    #form-col {
        width: 100%;
        padding: 40px 20px;
        max-width: 100%;
    }
    
    #form-col p.invite img {
        width: 60px;
        height: 60px;
    }
    
    #form-col p.required {
        text-align: left;
    }
    
    .dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .checkbox label input[type="checkbox"] {
        width: 127.52px;
    }
    
    .dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form p.disclaimer .tel-mobile a {
        /*-color: #E20000;
        text-decoration: underline;*/
        font-family: "filson-pro";
        font-weight: 700;
    }
    
    #isi-main-wrapper {
        padding: 32px 0;
    }
    
    #isi-sec-I-wrap {
        width: 100%;
        padding: 0 15px 32px 15px;
    }
    
    #isi-sec-I-wrap .cmp-container {
        flex-direction: column;
    }
    
    h2.isi-head {
        font-size: 22px;
        letter-spacing: 0.11px;
    }
    
    #isi-sec-I-wrap .isi-col.col-left p.title-III {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        padding: 8px 0;
    }
    
    #isi-sec-I-wrap .cmp-container>.text {
        width: 100%;
    }
    
    .isi-col.col-left {
        padding: 0 15px 0 0;
    }
    
    #isi-sec-I-wrap .cmp-container>.text:last-child {
        display: none;
    }
    
    #isi-main-wrapper p.symptoms-prob {
        padding: 14px 16px 0 0;
    }
    
    #isi-sec-II {
        padding: 32px 15px;
    }
    
    #isi-sec-II-wrap {
        width: 100%;
    }
    
    #isi-sec-II-wrap .cmp-container .cmp-container {
        padding: 0 0 18px 0;
    }
    
    #isi-sec-III-wrap .isi-remainer-sec {
        padding: 32px 30px 0 15px;
    }
    
    #isi-sec-III-wrap {
        width: 100%;
    }
    
    .isi-col.col-right {
        padding: 0 0 24px 0;
    }
    
    #isi-main-wrapper p.isi-links {
        padding: 0 40px 0 0;
    }
    
    #header-row-I-wrap .listToDropdown {
        display: none;
    }
    
    .listToDropdown {
        display: none;
    }
    
    #header-row-II-wrap .listToDropdown {
        display: block;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item a.cmp-topnavigation__link {
        min-height: auto;
        text-align: center;
        font-size: 11px;
        line-height: 12px;
        letter-spacing: -0.33px;
        gap: initial;
        border-right: 1px solid #555555;
        padding: 0 8px 0 0;
        margin: 0;
        white-space: normal;
    }
    
    #header-row-I-wrap {
        width: 100%;
        justify-content: center;
    }
    
    .cmp-topnavigation ul {
        gap: 8px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item {
        gap: initial;
        padding: 8px 0;
        position: initial;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(1) {
        width: 77px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(2) {
        width: 77px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(3) {
        width: 85px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(4) {
        width: 100px;   
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(4) a.cmp-topnavigation__link{
        margin: 0;
        padding: 0;
        border:  none;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item a.cmp-topnavigation__link .cmp-topnavigation__arrow:after {
        transform: scale(1);
        width: 10px;
        height: 10px;
        content: '';
        background: url(/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/dropdown-arrow-icon.svg) no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    
    #header-row-II #brand-logo {
        max-width: 103px;
        width: 103px;
        height: 34px;
        margin: 0;
    }
    
    #header-row-II-wrap {
        margin: 8px auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }
    
    
    .cmp-topnavigation .cmp-topnavigation__item.cmp-topnavigation__item--active .cmp-topnavigation__group {
        border: none;
        transform: none;
        width: 100%;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item.cmp-topnavigation__item--active a.cmp-topnavigation__link{
        text-decoration: none;
    }
    
    .cmp-topnavigation .cmp-topnavigation__item.cmp-topnavigation__item--active .cmp-topnavigation__group li {
        width: 100%;
        padding: 5px 0;
        height: auto;
    }
    
    .cmp-topnavigation .cmp-topnavigation__item.cmp-topnavigation__item--active .cmp-topnavigation__group li a.cmp-topnavigation__link {
        justify-content: center;
        gap: 10px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:hover {
        text-decoration: none;
    }
    
    .cmp-topnavigation .cmp-topnavigation__item.cmp-topnavigation__item--active .cmp-topnavigation__group li a.cmp-topnavigation__link{
        text-decoration: none;
        border: none;
    }
    
    #sticky-isi-wrapper #sticky-isi-wrap {
        width: 100%;
    }
    
    #sticky-isi-content .isi-flex-wrap .isi-col.col-right {
        display: none;
    }
    
    #sticky-isi-content .isi-flex-wrap .isi-col.col-left {
        width: 100%;
    }
    
    #sticky-isi-content .isi-flex-wrap {
        padding: 4px 15px;
    }
    
    #sticky-isi-content .isi-flex-wrap .isi-col.col-left p.isi-sub-head {
        padding: 0;
    }
    
    #sticky-isi-content p:nth-child(3) {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    #sticky-isi-wrapper {
        height: 165px;
    }
    
    #sticky-isi-wrapper.minimize-state #sticky-isi-content .isi-flex-wrap {
        padding: 0 110px 0 15px;
    }
    
    #header-row-II-wrap .listToDropdown .fa-chevron-circle-down{
        background: none;
        width: 14px;
        height: 8px;
        position: relative;
    }
    
    #header-row-II-wrap .listToDropdown .fa-chevron-circle-down:before {
        content: '';
        background-image: url('/content/dam/intelligentcontent/brands/imfinzi-dtc-story/us/en/images/ind-menu-drop-down.svg');
        width: 14px;
        height: 9px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #header-row-II-wrap .listToDropdown .cmp-list-dropdown__head.open .fa-chevron-circle-down:before {
        transform: rotateX(180deg);
    }
    
    #header-row-II-wrap .listToDropdown .cmp-list-dropdown__head-text {
        line-height: 17px;
        letter-spacing: -0.42px;
    }
    
    #header-row-II-wrap .listToDropdown .cmp-list-dropdown--vertical {
        width: 123px;
        height: 40px;
        padding: 2px 11px;
        position: initial;
    }
    
    #header-row-II-wrap .listToDropdown .cmp-list-dropdown__head {
        gap: 7px;
    }
    
    #header-row-II-wrap .listToDropdown .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list {
        top: 88px;
        width: 100%;
        left: auto;
        right: 0;
     }
     
     #thank-you-wrap {
        padding: 42px 0 0 0;
    }
    
    #thank-you-content {
        width: 100%;
        padding: 0 15px;
    }
    
    #thank-you-content p.thank-you-title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.26px;
        padding: 0 0 24px 0;
    }
    
    .than-you-content-wrap {
        padding: 36px 0 12px 0;
    }
    
    #thank-you-content .than-you-content-wrap ul {
        width: 100%;
        padding: 0 33px;
    }
    
    .than-you-content-wrap ul li {
        padding: 32px 15px;
        flex-direction: column;
        gap: 32px;
        height: auto;
    }
    
    .than-you-content-wrap>p {
        width: 100%;
        padding: 32px 48px;
    }
    
    #thank-you-content p.title-III {
        font-size: 22px;
        line-height: 28px; /* 127.273% */
        letter-spacing: -0.22px;
    }
    
    
    .cmp-topnavigation ul.cmp-topnavigation__group--menus>li.cmp-topnavigation__item:last-child a:after {
        width: 23px;
        height: 13px;
        top: 4px;
        right: -2px;
    }
    
    .than-you-content-wrap>p span.no-break {
        display: block;
    }
    
    /* exit ramp modal */
    
    .exit-ramp-modal .modal-box {
        max-width: 350px;
        width: 90%;
        height: 472px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
    }
    
    .exit-ramp-modal button.modal__close {
        margin: 30px 0px 0 0;
        max-width: 350px;
        width: 90%;
        left: 50%;
        top: calc(50% - 236px);
        transform: translate(-50%, -50%);
    }
    
    .exit-ramp-modal .exit-ramp-title {
        font-size: 26px;
        line-height: 32px;
    }
    
    .exit-ramp-modal .exit-ramp-body {
        padding: 0 25px;
    }
    
    .exit-ramp-modal .exit-ramp-actions {
        flex-direction: column-reverse;
        align-items: center;
        gap: 24px;
    }
    
    /* exit ramp modal ends */
	/* hcp modal */
	
    .cmp-modal__modalbox.modal-md .modal-box {
        justify-content: flex-start;
        max-width: 350px;
        width: 90% !important;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        padding: 67px 0 35px 0;
    }

    .cmp-modal__modalbox.modal-md  button.modal__close {
        /*top: calc(110% - 100vh );
        right: calc(105% - 100vw );
        margin: 30px 15px 0 0;*/
        
        margin: 30px 0px 0 0;
        max-width: 350px;
        width: 90%;
        left: 50%;
        top: calc(50% - 236px);
        transform: translate(-50%, -50%);
    }

    #viewhealthcare-popup .viewhealth-modal .siteexit-title h2 {
        font-size: 26px;
        line-height: 32px;
        padding: 20px 0;
    }
    
    #viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content p {
        padding: 0 25px;
    }

    #viewhealthcare-popup .viewhealth-modal .siteexit-title .siteexit-content .siteexit-button {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .cmp-modal__modalbox.modal-md .modal-box .modal-box__content {
        padding: 0 20px;
    }	
	
	/* hcp modal ends */
	
	.dynamicformv2 .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control:not(textarea) {
        max-width: 470px;
    }
    
    .exit-ramp-modal button.modal__close:after {
        top: 5px;
        right: 15px;
        left: auto;
    }
    
    .cmp-modal__modalbox.modal-md button.modal__close:after{
        top: 5px;
        right: 15px;
        left: auto;
    }
}

@media screen and (min-width: 991.5px){
    #header-row-II-wrap .listToDropdown {
        display: none;
    }
    
    .cmp-list-dropdown--container a.cmp-list-dropdown__head .cmp-list-dropdown__head-text{
        background-image: linear-gradient(#FFF 0 0);
        background-position: left 22px;
        background-size: 0% 2px;
        background-repeat: no-repeat;
        transition: background-size 0.5s;
        line-height: 26px;
    }
    
    .cmp-list-dropdown--container a.cmp-list-dropdown__head:hover .cmp-list-dropdown__head-text{
        background-size: 100% 2px;
        text-decoration: none;
    }
    
    .cmp-list-dropdown--container a.cmp-list-dropdown__head .fa-chevron-circle-down {
        background-image: linear-gradient(#6d0020 0 0);
        background-position: 5px 20px;
        background-size: 0% 2px;
        background-repeat: no-repeat;
        transition: background-size 0.5s;
    }
    
    .cmp-list-dropdown--container a.cmp-list-dropdown__head:hover .fa-chevron-circle-down {
        background-size: 86% 2px;
        text-decoration: none;
    }
}



@media screen and (min-width: 991.5px) and (max-width: 1155px) {
    .cmp-topnavigation ul {
        gap: 6px;
    }
    .left-section {
        padding: 0 0 0 5px;
    }
    #isi-sec-I {
        padding: 0 5px;
    }
    #sticky-isi-content .isi-flex-wrap {
        padding: 4px 5px 0 5px;
        gap: 5px;
    }
    
    #sticky-isi-content .isi-flex-wrap .isi-col.col-left,
    #sticky-isi-content .isi-flex-wrap .isi-col.col-right {
        flex-grow: initial;
        flex-shrink: initial;
    }
        
    #footer-wrapper {
        padding: 32px 5px;
    }
    
    #isi-sec-II-wrap, #isi-sec-III-wrap {
        padding: 0 5px;
    }
    
    
    #footer-wrapper ul.footer__links {
        flex-wrap: wrap;
    }
    
    #sticky-isi-content p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    #sticky-isi-content .isi-flex-wrap .isi-col.col-left p.isi-sub-head {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item a.cmp-topnavigation__link {
        gap: 4px;
    }
    
    #header-row-I-wrap, #header-row-II-wrap {
        padding: 0 5px;
    }
    
    
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .cmp-topnavigation ul li.cmp-topnavigation__item a.cmp-topnavigation__link {
        font-size: 0.60rem;
        padding: 0 3px 0 0;
    }
    
    .cmp-topnavigation ul {
        gap: 1px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(3) {
        width: 70px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(1)  {
        width: 70px;
    }
    
    .cmp-topnavigation ul li.cmp-topnavigation__item:nth-child(2) {
        width: 70px;
    }
    
    #footer-wrapper ul.footer__links {
        padding: 0 30px 0 0;
    }
    
    #footer-wrapper ul.footer__links li:last-child a img{
        right: auto;
        top: auto;
        bottom: auto;
        vertical-align: middle;
        position: relative;
        margin: 0 0 0 7px;
    }
    
    #footer-wrapper ul.footer__links li:last-child a {
        line-height: 24px;
    }
    
    #sticky-isi-content h2.isi-head {
        font-size: 16px;
        line-height: 20px;
        padding: 13px 0 0 0;
    }
    
    #sticky-isi-content .isi-flex-wrap .isi-col.col-left p.isi-sub-head {
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    #sticky-isi-content p {
        font-size: 14px;
        line-height: 18px;
    }
    
    #sticky-isi-content a.tray-open-close {
        top: 0;
        right: 6px;
    }
    
    #sticky-isi-content .isi-flex-wrap {
        padding: 4px 0 4px 10px;
    }
    
    /*.story-card p.quot:after {
        right: 12px;
    }*/
    
    .story-card p.quot:before {
        left: -13px;
    }
}

@media screen and (min-width: 465px) and (max-width: 991.5px) {
    
    #sticky-isi-wrapper.minimize-state #sticky-isi-content .isi-flex-wrap .isi-col.col-left a.read-isi-more {
        padding: 12px 0 0 0;
    }
    
}

@media screen and (min-width: 320px) and (max-width: 326px) {
    .story-card p.quot{
        padding: 0 10px;
    }
}
