/*font-family*/
@import url("https://fonts.amgen.com/s/PTSans/V1.1/style-sheet.css");
@import url("https://fonts.amgen.com/s/poppins/v20/stylesheet.css");

@font-face {
    font-family: "TiresiasInfofont";
    src: url("../fonts/TiresiasInfofont/font-eot.eot");
    src: url("../fonts/TiresiasInfofont/font-woff.woff") format("woff"), url("../fonts/TiresiasInfofont/font-woff.woff") format("woff"),
        url("../fonts/TiresiasInfofont/fon-ttft.ttf") format("truetype");
    font-style: normal;

}

@font-face {
    font-family: "TiresiasInfofontZ";
    src: url("../fonts/TiresiasInfofontZ/font-eot.eot");
    src: url("../fonts/TiresiasInfofontZ/font-woff.woff") format("woff"), url("../fonts/TiresiasInfofontZ/font-woff.woff") format("woff"),
        url("../fonts/TiresiasInfofontZ/font-ttf.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "TiresiasPCfont";
    src: url("../fonts/TiresiasPCfont/font-eot.eot");
    src: url("../fonts/TiresiasPCfont/font-woff.woff") format("woff"), url("../fonts/TiresiasPCfont/font-woff.woff") format("woff"),
        url("../fonts/TiresiasPCfont/font-ttf.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "TiresiasPCfontZ";
    src: url("../fonts/TiresiasPCfontZ/font-eot.eot");
    src: url("../fonts/TiresiasPCfontZ/font-woff.woff") format("woff"), url("../fonts/TiresiasPCfontZ/font-woff.woff") format("woff"),
        url("../fonts/TiresiasPCfontZ/font-ttf.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "TiresiasSignfont";
    src: url("../fonts/TiresiasSignfont/font-eot.eot");
    src: url("../fonts/TiresiasSignfont/font-woff.woff") format("woff"), url("../fonts/TiresiasSignfont/font-woff.woff") format("woff"),
        url("../fonts/TiresiasSignfont/font-ttf.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "TiresiasSignfontZ";
    src: url("../fonts/TiresiasSignfontZ/font-eot.eot");
    src: url("../fonts/TiresiasSignfontZ/font-woff.woff") format("woff"), url("../fonts/TiresiasSignfontZ/font-woff.woff") format("woff"),
        url("../fonts/TiresiasSignfontZ/font-ttf.ttf") format("truetype");
    font-style: normal;
}

:root {
    --base-font-family: 'TiresiasPCfont', sans-serif;
    --base-font-size: 22px;
    --base-line-height: 32px;

    --h1-font-size: 45px;
    --h1-line-height: 55px;

    --h2-font-size: 40px;
    --h2-line-height: 50px;

    --h3-font-size: 35px;
    --h3-line-height: 45px;

    --h4-font-size: 30px;
    --h4-line-height: 40px;

    --h5-font-size: 22px;
    --h5-line-height: 32px;

    --h6-font-size: 22px;
    --h6-line-height: 32px;

    --small-font-size: 13px;
    --small-line-height: 24px;

    --big-font-size: 20px;
    --big-line-height: normal;

    --quantum-footer-font-size: 18px;
    --quantum-footer-line-height: 27px;

    /* color scheme */
    --black: #000;
    --white: #fff;
    --green: #005133;
    --purple: #98215e;
    --grey: #f5f5f5;
    --bg-grey: #ebebeb;
    --light-green: #A5CF4F;
    --gradient-purple-blue-green: transparent linear-gradient(90deg, #98215e 0%, #5ad4d0 50%, #a5cf4f 100%) 0% bottom no-repeat;
}

@media (max-width: 767px) {
    .patients-experiencing-container>.component-content {
        padding-inline: 0;
        padding: 0 15px !important;
    }

    :root {
        --base-font-family: "TiresiasPCfont", sans-serif;
        --base-font-size: 16px;
        --base-line-height: 24px;

        --h1-font-size: 30px;
        --h1-line-height: 36px;

        --h2-font-size: 26px;
        --h2-line-height: 34px;

        --h3-font-size: 22px;
        --h3-line-height: 30px;

        --h4-font-size: 20px;
        --h4-line-height: 28px;

        --h5-font-size: 16px;
        --h5-line-height: 24px;

        --h6-font-size: 14px;
        --h6-line-height: 22px;

        --small-font-size: 11px;
        --small-line-height: 18px;

        --big-font-size: 16px;
        --big-line-height: 24px;

        --custm-font-size: 12px;
        --custm-line-height: 20px;

        --custm2-font-size: 14px;
        --custm2-line-height: 22px;

        --quantum-footer-font-size: 14px;
        --quantum-footer-line-height: 21px;

        --quantum-footer-small-font-size: 12px;
        --quantum-footer-small-line-height: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    :root {
        --base-font-size: 18px;
        --base-line-height: 28px;

        --h1-font-size: 36px;
        --h1-line-height: 46px;

        --h2-font-size: 32px;
        --h2-line-height: 42px;

        --h3-font-size: 28px;
        --h3-line-height: 38px;

        --h4-font-size: 24px;
        --h4-line-height: 34px;

        --h5-font-size: 20px;
        --h5-line-height: 30px;

        --h6-font-size: 18px;
        --h6-line-height: 28px;

        --small-font-size: 12px;
        --small-line-height: 20px;

        --big-font-size: 18px;
        --big-line-height: 26px;

        --custm-font-size: 14px;
        --custm-line-height: 22px;

        --custm2-font-size: 16px;
        --custm2-line-height: 24px;

        --quantum-footer-font-size: 16px;
        --quantum-footer-line-height: 24px;

        --quantum-footer-small-font-size: 14px;
        --quantum-footer-small-line-height: 22px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    :root {
        --base-font-size: 20px;
        --base-line-height: 30px;

        --h1-font-size: 40px;
        --h1-line-height: 50px;

        --h2-font-size: 36px;
        --h2-line-height: 46px;

        --h3-font-size: 32px;
        --h3-line-height: 42px;

        --h4-font-size: 28px;
        --h4-line-height: 38px;

        --h5-font-size: 24px;
        --h5-line-height: 34px;

        --h6-font-size: 20px;
        --h6-line-height: 30px;

        --small-font-size: 13px;
        --small-line-height: 22px;

        --big-font-size: 20px;
        --big-line-height: 28px;

        --custm-font-size: 16px;
        --custm-line-height: 24px;

        --custm2-font-size: 18px;
        --custm2-line-height: 26px;

        --quantum-footer-font-size: 18px;
        --quantum-footer-line-height: 26px;

        --quantum-footer-small-font-size: 16px;
        --quantum-footer-small-line-height: 24px;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    outline: none
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden
}

body {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    font-family: var(--base-font-family);
    color: var(--black);
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--white);
    overflow-x: hidden;
    transition: all 0.5s ease-out;
    text-align: left;
}

strong {
    font-weight: normal;
    font-family: "TiresiasSignfont", sans-serif;
}

sup {
    top: -0.6em;
    font-size: 61%;
    font-family: inherit;
}

p {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    font-family: var(--base-font-family);
    color: var(--black);
    font-weight: 400;
    margin-bottom: 20px;
}

h1 {
    color: var(--green);
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-family: "TiresiasSignfont", sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
}

h2 {
    color: var(--green);
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-family: "TiresiasSignfont", sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
}

@media (max-width: 1023px) {
    h1 {
        margin-bottom: 20px;
    }
}

h3 {
    color: var(--green);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-family: "TiresiasSignfont", sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

h4 {
    color: var(--green);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-family: "TiresiasSignfont", sans-serif;
    font-weight: normal;
}

h5 {
    color: var(--black);
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-family: "TiresiasSignfont", sans-serif;
    font-weight: normal;
    margin: 1rem;
}

h6 {
    color: var(--green);
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    font-family: "TiresiasSignfont", sans-serif;
    margin: 0;
}

@media (max-width: 767px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .full-width-container>.component-content {
        max-width: 100%;
        margin-inline: auto;
        padding-inline: 20px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .full-width-container>.component-content {
        max-width: 1360px;
        margin-inline: auto;
        padding-inline: 20px;
    }
}

@media (min-width: 1025px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .full-width-container>.component-content {
        /* max-width: 1280px; */
        max-width: 1190px;
        margin-inline: auto;
        padding-inline: 15px;
    }

    .medium-container {
        max-width: 1170px;
    }
}

.full-width-container,
.container-fluid,
.promo-banner {
    padding-inline: 0;
    max-width: 100%;
}

a {
    outline: none;
    transition: all ease 0.3s;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 20px;
}

ul li {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    color: var(--black);
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    list-style: none;
}

ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 12px;
    left: -15px;
    border-radius: 50%;
    background-color: var(--black);
}

hr.solid-border {
    box-sizing: content-box;
    overflow: visible;
    margin-top: 2rem;
    width: 100%;
    background: var(--gradient-purple-blue-green);
    height: 2px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    hr.solid-border {
        margin: 30px 0;
    }
}

a,
.toggle-content a {
    font-size: 22px;
    color: var(--purple);
    font-weight: 400;
    font-family: "TiresiasSignfont", sans-serif;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
.toggle-content a:hover,
.toggle-content a:focus,
.toggle-content a:active {
    color: var(--purple);
    text-decoration: underline;
    opacity: 1;
}

@media (max-width: 1023px) {
    a {
        font-size: 16px;
    }
}

.field-promolink a,
.btn {
    font-family: "TiresiasSignfont", sans-serif;
    background-color: var(--purple);
    border: 2px solid var(--purple);
    color: var(--white);
    border-radius: 8px;
    padding: 9px 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    box-shadow: none;
    min-width: 220px;
    width: 100%;
    font-size: var(--base-font-size);
    line-height: 23px;
    font-weight: 400;
}

.field-promolink a,
.btn {
    min-width: 100%;
    font-size: 22px;
}

.field-promolink a:hover,
.btn:hover,
.field-promolink a:active,
.field-promolink a:focus,
.btn:active,
.btn:focus {
    color: var(--purple);
    background-color: var(--white);
    text-decoration: none;
}

@media (max-width: 767px) {
    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .desktop-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }
}

.green-bg {
    background: var(--green);
}

.grey-bg {
    background: var(--bg-grey);
}

table.classroom-table {
    border-top: none !important;
    border-bottom: none !important;
    border-spacing: 1px !important;
    margin: 0;
    position: relative
}

table.classroom-table th {
    padding: 8px 0
}

@media(min-width: 1023px) {
    table.classroom-table th {
        padding: 8px 30px
    }
}

table.classroom-table tr td {
    width: 38%;
    padding: 20px 0 20px 0
}

@media(min-width: 1023px) {
    table.classroom-table tr td:not(:first-child) {
        padding: 20px 0 20px 30px;
        border-left: 2px solid #aaa9a9;
        border-right: 1px solid #aaa9a9
    }
}

table.classroom-table tr td:first-child {
    padding-right: 25px;
    width: 28%
}

@media(max-width: 1023px) {
    table.classroom-table tr td:first-child {
        width: 100%;
        padding: 15px 5px 10px 4px
    }
}

table.classroom-table tr td:last-child {
    width: 40%;
    border-right: 0
}

@media(max-width: 1023px) {
    table.classroom-table tr td:last-child {
        width: 100%;
        margin-bottom: 5px
    }
}

@media(max-width: 1023px) {
    table.classroom-table tr td {
        width: 100%;
        padding: 10px 5px 10px 80px
    }

    table.classroom-table tr td:before {
        text-transform: none
    }
}

@media(max-width: 1023px) {
    table.classroom-table tr {
        padding: 0;
        margin-bottom: 0
    }
}

table.classroom-table thead tr {
    border-bottom: none;
    background: var(--green);
}

table.classroom-table thead tr th {
    background: var(--green);
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal
}

@media(min-width: 594px) and (max-width:1022px) {

    table.classroom-table tbody tr:nth-child(1) td:nth-child(3)::before,
    table.classroom-table tbody :nth-child(2) td:nth-child(3)::before {
        top: 0
    }
}

table.classroom-table tbody tr {
    background-color: transparent
}

table.classroom-table tbody tr:nth-child(2),
table.classroom-table tbody tr:nth-child(3),
table.classroom-table tbody tr:nth-child(4) {
    width: 100%
}

table.classroom-table tbody tr:nth-child(2):after,
table.classroom-table tbody tr:nth-child(3):after,
table.classroom-table tbody tr:nth-child(4):after {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #aaa9a9;
    background-size: 100% 3px;
    content: ""
}

@media(max-width: 1023px) {

    table.classroom-table tbody tr:nth-child(1),
    table.classroom-table tbody tr:nth-child(2),
    table.classroom-table tbody tr:nth-child(3) {
        width: 100%
    }

    table.classroom-table tbody tr:nth-child(1):after,
    table.classroom-table tbody tr:nth-child(2):after,
    table.classroom-table tbody tr:nth-child(3):after {
        bottom: 0;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        background: #aaa9a9;
        background-size: 100% 3px;
        content: ""
    }

    table.classroom-table tbody tr:nth-child(2):after {
        bottom: 0
    }

    table.classroom-table tbody tr:nth-child(4):after {
        content: none
    }
}

table.classroom-table tbody tr:last-child td {
    padding-top: 15px;
    padding-right: 20px
}

table.classroom-table tbody tr:last-child td a {
    display: inline
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr:last-child td {
        margin-bottom: 0;
        padding-right: 25px
    }
}

table.classroom-table tbody tr td::before {
    color: var(--green);
    font-size: 16px
}

table.classroom-table tbody tr td p {
    margin-bottom: 0;
    font-weight: normal
}

table.classroom-table tbody tr td p img {
    padding-bottom: 20px
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr td p img {
        padding-bottom: 10px
    }
}

table.classroom-table tbody tr td:first-child p {
    margin-bottom: 0;
    font-family: "TiresiasSignfont", sans-serif;
    font-weight: normal
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr td:first-child p {
        font-size: 16px
    }
}

table.classroom-table tbody tr td .table-list {
    padding-left: 20px
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr td .table-list {
        padding-left: 30px;
        margin-bottom: 0
    }
}

table.classroom-table tbody tr td .table-list li {
    font-size: 22px;
    line-height: 32px;
    padding-left: 5px;
    padding-bottom: 15px;
    position: relative;
    list-style-type: none
}

table.classroom-table tbody tr td .table-list li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -30px;
    color: #000;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #000
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr td .table-list li::before {
        top: 8px
    }
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr td .table-list li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    table.classroom-table tbody tr td .table-list li {
        padding-right: 20px
    }
}

table.classroom-table tbody tr td a {
    display: inline-block;
    max-width: 380px;
    font-weight: normal
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr td a {
        line-height: 22px;
        display: inline
    }
}

@media(max-width: 1023px) {
    table.classroom-table tbody tr td:first-child+td {
        border-bottom: 2px solid #aaa9a9
    }
}

table.lg-oddeven {
    width: 100%;
    margin: 20px 0 40px
}

@media(max-width: 1023px) {
    table.lg-oddeven thead {
        display: none
    }
}

table.lg-oddeven thead tr th {
    font-size: 22px;
    line-height: 26px;
    line-height: 32px;
    font-weight: normal;
    background: var(--green);
    color: #fff;
    border: 0;
    border-bottom: 1px solid #afb0b0;
    padding: 20px 10px;
    font-family: "TiresiasSignfont", sans-serif;
    vertical-align: bottom
}

table.lg-oddeven thead tr th:nth-child(1) {
    text-align: center
}

table.lg-oddeven thead tr th:nth-child(1),
table.lg-oddeven thead tr th:nth-child(2) {
    width: 20%
}

table.lg-oddeven thead tr th:nth-child(3),
table.lg-oddeven thead tr th:nth-child(4) {
    width: 30%
}

@media screen and (max-width: 991px) {
    table.lg-oddeven thead tr th {
        font-size: 18px;
        line-height: 24px;
        border: 0;
        text-align: left;
        padding: 20px 25px
    }
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr {
        width: 100%;
        border-top: 3px solid var(--green);
    }
}

table.lg-oddeven tbody tr:nth-child(odd) {
    background-color: #fff
}

table.lg-oddeven tbody tr:nth-child(even) {
    background-color: #f3f3f3
}

table.lg-oddeven tbody tr:last-child {
    border-bottom: 1px solid #afb0b0
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr:last-child {
        border-bottom: 3px solid var(--green);
    }
}

table.lg-oddeven tbody tr td {
    font-size: 22px;
    line-height: 32px;
    border-width: 0 1px 1px 1px;
    border-color: #afb0b0;
    border-style: solid;
    text-align: center;
    vertical-align: top
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr td:nth-child(2) {
        display: flex;
        align-items: center
    }
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr td:nth-child(4) {
        border-bottom: 0
    }
}

@media(min-width: 1024px) {
    table.lg-oddeven tbody tr td:nth-child(1) {
        width: 20%;
        padding: 13px 18px
    }

    table.lg-oddeven tbody tr td:nth-child(2) {
        width: 20%;
        padding: 13px 28px
    }

    table.lg-oddeven tbody tr td:nth-child(3),
    table.lg-oddeven tbody tr td:nth-child(4) {
        text-align: left;
        width: 30%;
        padding: 13px 16px
    }
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr td {
        display: inline-block;
        text-align: left !important;
        font-size: 16px !important;
        padding: 0 0 12px 0 !important;
        margin: 12px 20px 0 20px;
        border: 0;
        width: calc(100% - 40px);
        border-bottom: 1px solid #afb0b0
    }

    table.lg-oddeven tbody tr td:before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        font-size: 16px;
        text-align: left
    }
}

table.lg-oddeven tbody tr td .tab-text-bold {
    display: block;
    font-family: "TiresiasSignfont", sans-serif;
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr td .tab-text-bold {
        font-size: 20px;
        color: var(--green);
    }
}

table.lg-oddeven tbody tr td .tab-text-bold+img {
    margin-top: 10px
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr td .tab-text-bold+img {
        display: none
    }
}

table.lg-oddeven tbody tr td .tab-number {
    font-size: 45px;
    line-height: 55px;
    color: var(--green);
    display: block;
    word-break: normal;
    font-family: "TiresiasSignfont", sans-serif;
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr td .tab-number {
        display: inline-block;
        font-size: 26px;
        margin-right: 10px
    }

    table.lg-oddeven tbody tr td .tab-number+p {
        margin-bottom: 0
    }
}

@media(max-width: 1023px) {
    table.lg-oddeven tbody tr td .visible-mobile {
        font-size: 16px;
        padding-left: 20px;
        margin-bottom: 0
    }
}

@media(max-width: 991px) {
    table.lg-oddeven tbody tr td {
        font-size: 18px;
        line-height: 24px;
        padding: 14px 25px;
        word-break: break-word;
        color: #000
    }

    table.lg-oddeven tbody tr td:nth-child(2),
    table.lg-oddeven tbody tr td:nth-child(3) {
        text-align: center
    }
}

@media(max-width: 767px) {
    table.lg-oddeven {
        width: calc(100% + 44px);
        margin: 17px -22px
    }
}

@media(max-width: 1023px) {
    table.classroom-table {
        border-top: none;
        border-bottom: none
    }

    table.classroom-table thead {
        display: none
    }

    table.classroom-table tr,
    table.classroom-table td {
        display: block;
        position: relative
    }

    /* table.classroom-table tr {
        margin-bottom: .5em;
        padding: 0 15px
    } */

    table.classroom-table tr td {
        text-align: left;
        display: inline-block;
        padding-left: 100px;
        padding: 15px 5px 15px 100px;
        width: 100%
    }

    table.classroom-table tr td:first-child {
        float: left;
        padding-left: 0;
        width: 100%
    }

    table.classroom-table tr td:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        position: absolute;
        left: 5px;
        width: 80px
    }

    table.classroom-table.track-table thead {
        display: block
    }

    table.classroom-table.track-table tr {
        padding: 0
    }

    table.classroom-table.track-table tr td {
        padding: 10px;
        width: 32%
    }

    table.classroom-table.track-table tr td[colspan="2"] {
        width: 64%
    }

    table.classroom-table.track-table tr td:first-child {
        float: none;
        padding-left: 10px
    }

    table.classroom-table.track-table tr td:before {
        display: none
    }

    table.classroom-table.symptoms-table thead {
        display: block
    }

    table.classroom-table.symptoms-table tr {
        padding: 0;
        margin-bottom: 0
    }

    table.classroom-table.symptoms-table tr.table-heading td {
        width: 100%
    }

    table.classroom-table.symptoms-table tr td {
        padding: 10px;
        width: 63%
    }

    table.classroom-table.symptoms-table tr td:first-child {
        float: none;
        padding-left: 10px
    }

    table.classroom-table.symptoms-table tr td:before {
        display: none
    }
}

.bg-green {
    background-color: var(--green);
}

.bg-green h4,
.bg-green h5 {
    color: var(--white);
}

.text-white {
    color: var(--white);
}

.content-box {
    position: relative;
    margin: 10px 0;
    border: none;
    box-shadow: none;
    padding: 20px 0;
    margin-top: 60px;
    margin-bottom: 40px;
}

.information-box-copy h3:last-child,
.information-box-copy h4:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.double-arrow {
    padding-left: 40px;
}

.double-arrow::before {
    position: absolute;
    left: 0;
    content: url(../images/tepezza-images/icons/double-arrows);
}

.centered-image img {
    margin: 0 auto;
    width: 100%;
}

.small-screen-img,
.medium-screen-img,
.large-screen-img {
    display: none !important;
}

.centered-image {
    padding-bottom: 30px;
}

@media (min-width: 1024px) {
    .large-screen-img {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .small-screen-img {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .medium-screen-img {
        display: block !important;
    }
}

.visible-desktop {
    display: none !important;
}

@media (min-width: 1024px) {
    .visible-desktop {
        display: block !important;
    }
}

.patients-experiencing-container {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-top: 3px solid var(--green);
}

.patients-experiencing-container .block-quotes {
    position: relative;
    font-size: 26px;
    color: var(--green);
    text-align: left;
    line-height: 33px;
    margin-bottom: 5px;
    margin-top: 30px;
    padding-left: 60px;
    font-family: "TiresiasSignfontZ", sans-serif;
}

.patients-experiencing-container .block-quotes::before {
    content: "";
    width: 46px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -15px;
    padding-left: 40px;
    background-size: cover;
    background-image: url(../images/icons/double-quotes-white-border);
}

.patients-experiencing-container p.foot-note {
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 60px;
    font-size: 22px;
    line-height: 33px;
    font-family: "TiresiasSignfontZ", sans-serif;
    color: var(--green);
}

.two-col-promo>.component-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
}

.patients-experiencing-container .promo-text {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
}

.double-arrow {
    position: relative;
}

.double-arrow::before {
    content: url(../images/icons/double-arrows.svg);
    position: absolute;
    left: 0;
}

.learn-more-container .promo>.component-content {
    display: flex;
    align-items: center;
}

.learn-more-container .promo .promo-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learn-more-container .promo h4 {
    margin-bottom: 15px;
}

.learn-more-container .promo p {
    margin-bottom: 0;
}

.learn-more-container .promo .right-txt-left-wrap {
    max-width: 652px;
}

.learn-more-container .promo .field-promoicon {
    flex: 0 0 15.4%;
    max-width: 15.4%;
}

.learn-more-container .promo .promo-text {
    flex: 0 0 84.6%;
    max-width: 84.6%;
}

.learn-more-container {
    border-image: linear-gradient(90deg, #98215e 0%, #5ad4d0 50%, #a5cf4f 100%);
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-image-slice: 1;
    padding: 25px 0;
    background: var(--grey);
    margin-bottom: 40px;
}

#pam-n-kim #commercial-co-pay-program .field-promolink a {
    padding: 12px 20px;
}


#pam-n-kim #promo-full-container .field-promotext2 {
    max-width: 1060px;
}

#pam-n-kim #promo-full-container .field-promotext sup,
#pam-n-kim #promo-full-container .field-promotext2 sup,
#pam-n-kim #promo-full-container .field-promotext3 sup {
    font-family: "Noto Sans", sans-serif;
    top: -1em;
    font-size: 45%;
}

#pam-n-kim #promo-full-container .field-promoicon {
    padding-block: 16px;
}

@media (max-width: 767px) {

    #pam-n-kim #promo-full-container .field-promoicon {
        padding-block: 0;
    }

    .content-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .double-arrow::before {
        transform: scale(.88);
        margin-top: 3px;
    }

    .double-arrow {
        padding-left: 30px;
    }

    .two-col-promo>.component-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .patients-experiencing-container>.component-content {
        padding-inline: 0;
    }

    .patients-experiencing-container .promo-text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-inline: 15px;
    }

    .patients-experiencing-container .field-promoicon {
        position: relative;
        width: -webkit-fill-available;
    }

    .patients-experiencing-container .field-promoicon:before {
        content: "";
        width: 46px;
        height: 34px;
        position: absolute;
        left: 15px;
        top: -20px;
        background-size: cover;
        background-image: url(../images/icons/double-quotes-white-border.svg);
    }

    .patients-experiencing-container .block-quotes {
        font-size: 20px;
        line-height: 26px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }

    .patients-experiencing-container .block-quotes::before {
        display: none;
    }

    .patients-experiencing-container p.foot-note {
        font-size: 16px;
        line-height: 24px;
        padding-left: 0;
    }

    .patients-experiencing-container {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-top: 2px solid #005133;
        position: relative;
    }

    .patients-experiencing-container::before {
        content: "";
        width: 60px;
        height: 3px;
        left: 0;
        top: -3px;
        position: absolute;
        /* background: #dedede; */
    }

    .learn-more-container .promo .field-promoicon {
        display: none;
    }

    .learn-more-container .promo .promo-text {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: column;
    }

    .learn-more-container .promo .right-txt-left-wrap {
        text-align: center;
        margin-bottom: 25px;
    }

    .learn-more-container .promo h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .learn-more-container .field-promolink {
        width: 100%;
    }
}

.thyroid-eye-disease-surgery-page .learn-more-container {
    margin-top: 144px;
}

.thyroid-eye-disease-surgery-page .learn-more-container img {
    width: 106px;
    height: auto;
    max-width: 100%;
}

.two-link-promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two-link-promo h4 {
    margin-bottom: 15px;
}

.two-link-promo p {
    font-family: inherit;
}

.two-link-promo p.btn-wrap {
    display: flex;
    margin-bottom: 0;
}

.cta-btn.cta-open,
.cta-btn.cta-email,
.cta-btn.cta-download {
    background-color: #9a1d5e;
    color: #fff;
    font-size: 22px;
    margin: 0;
    border-radius: 4px;
    position: relative;
    padding: 0 6px;
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 38px;
    line-height: 32px;
    border: 2px solid #9a1d5e;
    width: auto;
    max-width: 100%;
    font-weight: 400;
    text-decoration: none !important;
}

.cta-btn.cta-open span,
.cta-btn.cta-email span,
.cta-btn.cta-download span {
    color: #fff;
    position: relative;
    display: inline;
}

.cta-btn.cta-open span:after,
.cta-btn.cta-email span:after,
.cta-btn.cta-download span:after {
    content: "";
    background-size: 100% 100%;
    position: absolute;
    left: -28px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cta-btn.cta-open span:after {
    background-image: url(../images/tepezza-images/icons/open.svg) !important;
}

.cta-btn.cta-email span:after {
    background-image: url(../images/tepezza-images/icons/envelope-regular.svg) !important;
}

.left-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 767px) {
    .two-link-promo h4 {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
    }

    .two-link-promo p.btn-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .cta-btn.cta-open,
    .cta-btn.cta-email,
    .cta-btn.cta-download {
        font-size: 16px;
        line-height: 22px;
        margin-right: 0;
        text-align: center;

    }

    .cta-btn.cta-open span:after,
    .cta-btn.cta-email span:after,
    .cta-btn.cta-download span:after {
        width: 15px;
        height: 15px;
        left: -24px;
    }

    .thyroid-eye-disease-surgery-page .learn-more-container {
        margin-top: 32px;
    }
}

@media (min-width: 1199px) {
    .learn-more-container .promo p {
        padding-right: 64px;
    }
}

#disease-faqs-container h1+h2 {
    margin-block: 24px;
}

#disease-faqs-container h3 {
    margin-bottom: 24px;
}

#disease-faqs-container h3 a {
    color: var(--green);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-family: "TiresiasSignfont", sans-serif;
    font-weight: normal;
}

.accordion ul.items li.item:before {
    display: none;
}

.accordion ul.items {
    padding-left: 0;
}

.accordion .item .toggle-header:after,
.accordion .item .toggle-header:before {
    width: 37px;
    height: 37px;
    background-color: transparent;
    background-position: center center;
    transform: none;
    top: 32px;
    bottom: auto;
    right: 0;
    background-size: 100%;
    transform: none !important;
    left: auto;
    background-repeat: no-repeat;
}

.accordion .item:not(.active) .toggle-header:before {
    background-image: url(../images/icons/expand-icon.svg) !important;
    z-index: 1;
}

.accordion .item:not(.active) .toggle-header:hover:before {
    background-image: url(../images/icons/expand-icon-hover.svg) !important;
    z-index: 1;
}

.accordion .item.active .toggle-header:after {
    background-image: url(../images/icons/collapse-icon.svg) !important;
}

.accordion .item.active .toggle-header:hover:after {
    background-image: url(../images/icons/collapse-icon-hover.svg) !important;
}

.accordion .item .toggle-header,
.accordion .item .toggle-header .col-12 {
    padding-inline: 0;
}

.accordion .item .toggle-header .label {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.08);
    border-bottom: 0;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.08);
    clip-path: inset(0 -100vmax);
}

.accordion .item.active .toggle-header .label::after {
    bottom: auto;
    top: 108px;
}

.accordion .item .toggle-header .label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
}

.accordion .field-heading h3 {
    color: var(--green);
}

.toggle-content {
    padding-top: 0;
    margin-top: 0;
}

.accordion .item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.accordion .toggle-content {
    padding-inline: 0;
    padding-block: 32px;
}

.accordion .card-body {
    padding: 0;
}

.accordion .field-content p {
    --isi-line-height: 32px;
    margin-bottom: 16px;
}

.accordion .items .item:nth-of-type(9).active .toggle-header .label::after {
    bottom: auto;
    top: 153px;
}

body:not(.about-tepezza-faq-page) .accordion .items .item:nth-of-type(5) .toggle-content a {
    font-family: "TiresiasSignfont", sans-serif;
    background-color: var(--purple);
    border: 2px solid var(--purple);
    color: var(--white);
    border-radius: 4px;
    padding: 9px 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    box-shadow: none;
    min-width: 229px;
    width: 229px;
    font-size: var(--base-font-size);
    line-height: 23px;
    font-weight: 400;
    min-width: 229px;
    font-size: 22px;
}

body:not(.about-tepezza-faq-page) .accordion .items .item:nth-of-type(5) .toggle-content a:hover {
    color: var(--purple);
    background-color: var(--white);
    text-decoration: none;
}

.accordion .para-content .footnote-ref {

    font-family: 'TiresiasSignfont', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.accordion .pd-archive-video-row {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 32px 0 20px 0;
}

.accordion .pd-video-col {
    flex: 0 0 30%;
    max-width: 30%;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    padding-right: 35px;
    padding-left: 35px;
}

.accordion .pd-single-video {
    width: 100%;
    outline: none;
    background-color: transparent;
}

.accordion .pd-single-video:nth-child(2n+1) {
    clear: both;
}

.accordion .pd-archive-video-row h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 36px;
}

.accordion .pd-video-col p {
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
    padding-right: 15px;
}

.multicolumncontent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.accordion .multi-column-wrapper .multicolumncontent p {
    margin-bottom: 0;
    font-size: inherit;
    width: 100%;
}

.multicolumncontent img {
    margin: 0 auto;
}

.multicolumncontent .txt-wrap,
.multicolumncontent .txt-heading {
    display: block;
    text-align: center;
    font-size: 22px;
}

.multicolumncontent.card-no-border .txt-wrap {
    font-weight: 500;
    line-height: 32px;
    padding-top: 7px;
}

.accordion .multi-column-wrapper {
    margin-bottom: 16px;
    margin-top: 50px;
}

.small-screen-img,
.medium-screen-img,
.large-screen-img {
    display: none !important;
}

@media (min-width: 1024px) {
    .large-screen-img {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .small-screen-img {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .medium-screen-img {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .accordion .field-heading h3 {
        --h3-font-size: 22px;
        --h3-ine-height: 26px;
    }

    .accordion .item .toggle-header:after,
    .accordion .item .toggle-header:before {
        height: 27px;
        width: 27px;
    }

    .accordion .item {
        padding-inline: 0;
    }

    .accordion .item .toggle-header .label {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 48px;
    }

    .accordion .field-content p,
    .toggle-content a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    ul li:before {
        width: 5px;
        height: 5px;
        top: 7px;
        left: -15px;
    }

    .accordion .card-body ul {
        padding-left: 30px;
    }

    .accordion .para-content .footnote-ref {
        font-family: var(--base-font-family);
    }

    .accordion .items .item:nth-of-type(5) .toggle-content a {
        width: 100%;
        line-height: 24px;
        min-width: 100%;
        font-size: 16px;
    }

    .accordion .pd-archive-video-row {
        flex-direction: column;
        padding-top: 0;
        width: 100%;
    }

    .accordion .pd-video-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }

    .accordion .pd-archive-video-row h4 {
        line-height: 26px;
    }
}

/* tabs */
.tabs-inner .tabs-heading {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 0px;
    list-style: none !important;
    padding-left: 0px;
}

.tabs-inner .tabs-heading li {
    text-align: center;
    padding-bottom: 0px;
    flex: 1;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color: #9A1D5E;
    color: #ffffff;
    height: 105px;
    position: relative;
    border: 4px solid transparent;
    cursor: pointer;
}

.tabs-inner .tabs-heading li:before {
    display: none;
}

.tabs-inner .tabs-heading li.active {
    background-color: #F5F5F5;
    border: 4px solid #005133;
    border-bottom: 0px solid #F5F5F5;
    color: #005133;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-inner .tabs-heading li.active::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #F5F5F5;
    transform: translateY(4px);
}

.tabs .tabs-inner .tabs-container {
    min-height: 200px;
    border: 4px solid #005133;
    background-color: #F5F5F5;
}

.tabs .tabs-container .tab {
    display: none;
}

.tabs .tabs-container .tab.active {
    display: block;
}

@media (max-width: 767px) {
    .tabs-inner .tabs-heading {
        gap: 4px;
    }
}

/* slider */
.tpz-slider-items .tpz-slider-img-wrapepr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpz-slider-wrapper .tpz-slider-items {
    position: relative;
}

.tpz-slider-wrapper .slick-next:before,
.tpz-slider-wrapper .slick-prev::before {
    content: "";
    border-width: 0;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-width: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.tpz-slider-wrapper .slick-next,
.tpz-slider-wrapper .slick-prev {
    width: 48px;
    height: 48px;
    top: 40%;
}

.tpz-slider-wrapper .slick-prev {
    left: 133px;
}

.tpz-slider-wrapper .slick-next {
    right: 133px;
}

.tpz-slider-wrapper .slick-next:before {
    background-image: url(../images/icons/slider-left);
}

.tpz-slider-wrapper .slick-prev::before {
    background-image: url(../images/icons/slider-right);
}

.tpz-slider-wrapper .slick-dots li::before {
    display: none;
}

/*  header css */
#top-navigation .quantum-drop-down-menu {
    background: #fff;
    width: 1160px;
    margin: 0 auto;
}

#top-navigation .quantum-drop-down-menu ul {
    margin: 0px;
    gap: 0px;
    padding: 0 30px;
}

#top-navigation .quantum-top-nav__inner::before {
    content: none;
}

#top-navigation .quantum-drop-down-menu__list-item a {
    border-right: 0;
    color: #9a1d5e;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0;
    letter-spacing: -.3px;
    font-family: "TiresiasPCfontZ", sans-serif;
}

#top-navigation .quantum-drop-down-menu__list-item a {
    border-right: 1px solid #707070;
}

#top-navigation .quantum-drop-down-menu__list-item:last-child a,
#top-navigation .quantum-drop-down-menu__list-item:first-child a {
    border: none;
}

#top-navigation.quantum-drop-down-menu__list {
    position: relative;
}

#top-navigation .sticky-btn {
    position: absolute;
    right: -250px;
    top: -15px;
    white-space: nowrap;

}

#top-navigation .quantum-top-nav__inner {
    padding: 0px;
}

#top-navigation .sticky-btn span {
    background-color: #8e1c52;
    color: #fff;
    line-height: 20px;
    padding: 6px 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
}

li a[data-value="FLItem-1"] {
    background-color: #9a1d5e !important;
    padding: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: var(--white)
}

#standard-menu-header .has-submenu .quantum-icon {
    display: none;
}

#standard-menu-header .quantum-header__left {
    flex-basis: 40px;
}

#standard-menu-header .quantum-header__inner {
    border-top: 1px solid #aaa9a9;
    border-bottom: 1px solid #aaa9a9;
    padding: 0px;
}

#standard-menu-header .quantum-drop-down-menu__link .quantum-drop-down-menu__link-text {
    color: black;
    padding: 14px 8px;
    font-size: 20px;
    color: #9a1d5e;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    white-space: nowrap;
}

#standard-menu-header .quantum-drop-down-menu__menu {
    display: none;
}

#standard-menu-header .quantum-header__right {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    padding: 0px;
}

#standard-menu-header .quantum-drop-down-menu__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
}

#standard-menu-header .quantum-drop-down-menu__list li:has(a[data-value="FLItem-8"]) span {
    display: none;
}

#standard-menu-header .quantum-drop-down-menu__list li:has(a[data-value="FLItem-8"]) {
    width: 50px;
    height: 53px;
}

#standard-menu-header .quantum-drop-down-menu__list li a[data-value="FLItem-8"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    display: block;
    position: relative;
    cursor: pointer;
    background: url(~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/search_menu.svg) center center no-repeat !important;
}

#standard-menu-header .quantum-drop-down-menu__list li:has(a[data-value="FLItem-8"]):hover {
    background: var(--green);
    background: url(~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/search_menu.svg) center center no-repeat !important;
}

#standard-menu-header .quantum-drop-down-menu__list-item>a span {
    text-decoration: none;
}

#standard-menu-header .quantum-drop-down-menu__list-item.active>a span {
    color: #fff;
    background: var(--green);
}

#standard-menu-header .quantum-drop-down-menu__list-item:hover>a span {
    color: #fff;
    background: var(--green);
    text-decoration: none;
}

#standard-menu-header .quantum-drop-down-menu__list-item a:focus,
#standard-menu-header .quantum-drop-down-menu__list-item a:hover {
    color: var(--purple);
    text-decoration: none;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>a span:after {
    border: solid var(--purple);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: relative;
    margin-left: 6px;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>a:hover span:after,
#standard-menu-header li.has-submenu.active>a span:after {
    border-color: white !important;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu:hover>.quantum-drop-down-menu__menu {
    position: absolute;
    display: block;
    top: 54px;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu {
    background: #fff;
    padding: 0;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0px;
    border-bottom: 1px solid #aaa9a9;
    width: 400px;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li a {
    font-size: 16px;
    padding: 0px 16px;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li:hover,
#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li.active {
    background-color: #9a1d5e !important;
}

#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li:hover a,
#standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li.active a {
    color: #fff;
    display: block;
}

.mobile-only-link {
    display: none;
}

.header-nav .rich-text .social-links {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 28px
}

.social-links span p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 0;
    margin-right: 8px
}

.social-links a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 11px;
    padding: 0 10px 2px 10px;
    background: none;
    color: #9a1d5e
}

.social-links a span {
    font-size: 20px;
    letter-spacing: .3px;
    line-height: 24px;
    font-weight: normal;
}

.quantum-header__menu-trigger--expand-menu svg {
    visibility: hidden;
}

.quantum-header__menu-trigger--expand-menu:after {
    content: '';
    background: url(/~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/ham_menu) no-repeat center center;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px
}

.quantum-header__menu-trigger--collapse-menu svg {
    visibility: hidden;
}

.quantum-header__menu-trigger--collapse-menu:after {
    content: '';
    background: url(/~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/close_menu) no-repeat center center;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px
}

@media(max-width:992px) {
    .mobile-only-link {
        display: block;
    }

    .quantum-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    #top-navigation {
        display: none !important;
    }

    .header-nav .rich-text {
        display: none;
    }

    #standard-menu-header .quantum-drop-down-menu__list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu:hover>.quantum-drop-down-menu__menu {
        position: relative;
        display: block;
        top: 0;
    }

    #standard-menu-header .quantum-drop-down-menu__list li:first-of-type a {
        color: var(--purple) !important;
        background: transparent;
    }

    #standard-menu-header .quantum-drop-down-menu__list li:first-of-type a:hover {
        background: transparent;
        border-bottom: 0 !important;
        color: var(--white) !important;
        opacity: 1 !important;
    }

    #standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li {
        border-bottom: none;
        text-align: right;
    }

    #standard-menu-header .quantum-drop-down-menu__list li:has(a[data-value="FLItem-8"]) span {
        display: block;
    }

    #standard-menu-header .quantum-drop-down-menu__list li a[data-value="FLItem-8"] {
        background: none !important;
        width: 100%;
    }

    #standard-menu-header .quantum-drop-down-menu__list li:has(a[data-value="FLItem-8"]) {
        width: 100%;
        text-align: right;
    }

    #standard-menu-header .quantum-drop-down-menu__link .quantum-drop-down-menu__link-text {
        justify-content: flex-end;
    }

    #standard-menu-header .quantum-header__right {
        max-width: 100%;
        display: block;
        padding: 0px;
        width: 100%;
    }

    #standard-menu-header .quantum-header__inner .quantum-header__right li.has-submenu>.quantum-drop-down-menu__menu>li {
        width: 100%;
    }

    #standard-menu-header .quantum-header__inner {
        min-height: 100px;
    }
}

/************header css start************/
#wrapper {
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(90deg, #98215e 0%, #5ad4d0 50%, #a5cf4f 100%) 0% bottom no-repeat;
    background-size: contain;
    position: relative;
}

#wrapper:after {
    content: '';
    background: white;
    height: 32px;
    width: 100%;
    position: absolute;
    display: block;
    top: 4px;
}

#top-navigation {
    display: block !important;
}

#top-navigation ul li:first-child {
    color: #b8323b;
    font-size: 0px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-image: url(/~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/TEPEZZA-teprotumumab-trbw-logo.svg) !important;
    width: 240px;
    height: 100px;
    background-position: center;
    background-size: cover;
}

#top-navigation ul li:first-child a {
    width: 240px;
    height: 100px;
    background-image: url(/~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/TEPEZZA-teprotumumab-trbw-logo.svg) !important;
    font-size: 0px;
    background-position: center;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-size: cover;
}

#top-navigation .quantum-drop-down-menu__list {
    padding: 0px !important;
}

#top-navigation .sticky-btn {
    position: absolute;
    right: -180px;
    top: -44px;
    white-space: nowrap;
}

@media (max-width: 992px) {
    #wrapper {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .hero-div {
        margin-top: 100px;
    }

    #top-navigation .quantum-top-nav__inner .quantum-top-nav__links .quantum-drop-down-menu__list li {
        display: none;
    }

    #top-navigation .quantum-top-nav__inner .quantum-top-nav__links .quantum-drop-down-menu__list li:first-child {
        display: block !important;
        position: fixed;
        top: 10px;
        left: 5px;
        z-index: 99;
    }

    #top-navigation .quantum-drop-down-menu {
        width: 100%;
        padding: 0px;
    }

    .quantum-drop-down-menu__list li:first-of-type a {
        background: transparent;
    }

    #top-navigation ul li:first-child {
        color: #b8323b;
        font-size: 0px;
        line-height: normal;
        font-weight: bold;
        letter-spacing: normal;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        background-image: url(/~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/TEPEZZA-teprotumumab-trbw-logo.svg) !important;
        width: 194px;
        height: 80px;
        background-position: center;
        background-size: cover;
    }

    #top-navigation ul li:first-child a {
        width: 194px;
        height: 80px;
        background-image: url(/~/media/Themes/Horizon/tepezza-com/tepezza-com/images/icons/TEPEZZA-teprotumumab-trbw-logo.svg) !important;
        font-size: 0px;
        background-position: center;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        background-size: cover;
    }

    body:not(.active-menu) .header-nav {
        border-top: 0px solid var(--theme-dark-violet);
        border-bottom: 0px solid var(--theme-light-grey);
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #standard-menu-header .quantum-drop-down-menu__list li:has(.mobile-only-link):first-child a {
        float: right;
        margin-top: 10px;
    }

    #standard-menu-header .quantum-drop-down-menu__list li:has(.mobile-only-link):first-child a>span {
        background-color: #8e1c52;
        color: #fff;
        line-height: 20px;
        padding: 6px 14px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
        width: fit-content;
    }

    .has-submenu>a {
        pointer-events: none;
    }
}

/************header css end************/

.body-tepezza-101 #stories_carousel {
    border-radius: 0px;
    box-shadow: none;
    border: 0px solid #005133;
    margin-inline: auto;
    max-width: 1190px;
}

@media screen and (max-width: 991px) {
    #pam-n-kim #promo-full-container .field-promotext2 {
        max-width: 100%;
    }

}

@media (min-width: 1199px) {
    .body-tepezza-101 #stories_carousel .bc-player-RugJ0ETkk_default-index-0.vjs-fluid:not(.vjs-audio-only-mode) {
        width: 100% !important;
        height: 648px !important;
    }
}

.body-tepezza-101 #stories_carousel .vtrascript {
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 40px;
}

.body-tepezza-101 #stories_carousel .link-list ul {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
}

.body-tepezza-101 #stories_carousel .link-list ul .field-link {
    text-align: center;
    height: 100%;
    padding: 16px;

}

.body-tepezza-101 #stories_carousel .link-list ul .field-link a span {
    display: block;
    font-family: "TiresiasInfofont", sans-serif;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
}

.body-tepezza-101 #stories_carousel .link-list ul li:first-child .field-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-tepezza-101 #stories_carousel .link-list ul li a {
    margin-bottom: 0;
    font-family: "TiresiasPCfont", sans-serif;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    display: inline-block;
}

.body-tepezza-101 #stories_carousel #chapter-getting-started ul li {
    list-style-type: none;
    width: -webkit-fill-available;
    cursor: pointer;
}

.body-tepezza-101 #stories_carousel #chapter-getting-started ul .field-link.active {
    border: 3px solid #9a1d5e;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    box-shadow: none;

}

.body-tepezza-101 #stories_carousel #chapter-getting-started ul .field-link.active a {

    color: #9a1d5e;
}

@media (max-width: 767px) {

    .tpz-slider-wrapper .slick-next:before,
    .tpz-slider-wrapper .slick-prev::before {
        content: "";
        border-width: 0;
        background-size: cover;
        height: 60%;
        width: 60%;
        border-width: 0px;
        top: -92%;
        bottom: 50%;
        left: 0px;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 100%;
    }

    .body-tepezza-101 #stories_carousel .link-list ul .field-link {
        text-align: left;
        height: 100%;

    }

    .body-tepezza-101 #stories_carousel .link-list ul .field-link {
        text-align: left;
        height: 100%;
        padding: 8px 24px;
    }

    .body-tepezza-101 #stories_carousel .link-list ul li:first-child .field-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .body-tepezza-101 #stories_carousel #chapter-getting-started ul li {
        list-style-type: none;
        width: -webkit-fill-available;
        cursor: pointer;
        padding-bottom: 0px;
    }

    .body-tepezza-101 #stories_carousel .link-list ul {
        display: flex;
        justify-content: space-between;
        gap: 6px;
        margin-top: 12px;
    }

    .body-tepezza-101 #stories_carousel .vtrascript {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 32px;
    }

    .body-tepezza-101 .vtrascript .item .toggle-header .label {
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 10px;
        line-height: 24px;
    }

    .body-tepezza-101 .vtrascript .item .toggle-header:before {
        left: auto;
        right: 12px;
        top: -7px;
    }

    .body-tepezza-101 .vtrascript .item .toggle-header:after {
        top: -7px;
    }

    .body-tepezza-101 .item .toggle-header {
        position: relative;
        width: fit-content;
    }
}

/*how-does-tepezza-work-on-thyroi -->

main27.css*/

.page-how-does-tepezza-work-on-thyroid-eye-disease .learn-more-container .field-promotext .right-txt-wrapper-promo-four a {
    font-family: "TiresiasSignfont", sans-serif;
    background-color: var(--purple);
    border: 2px solid var(--purple);
    color: var(--white);
    border-radius: 8px;
    padding: 9px 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -ms-touch-action: manipulation;
    min-width: 220px;
    font-size: var(--base-font-size);
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    min-width: 100%;
    margin-top: 16px;
}

.page-how-does-tepezza-work-on-thyroid-eye-disease .learn-more-container .field-promotext .right-txt-wrapper-promo-four {
    text-align: center;
}

.page-how-does-tepezza-work-on-thyroid-eye-disease .right-txt-wrapper-promo-four p:first-of-type {
    margin-bottom: 16px;
}

.page-how-does-tepezza-work-on-thyroid-eye-disease .right-txt-wrapper-promo-four p:nth-child {
    font-size: 18px;
}

/*Symptoms of Ted  */
.page-symptoms-of-ted .rich-text .component-content .hear-from-u a {
    width: 100%;
}

@media screen and (max-width: 575px) {
    .page-symptoms-of-ted .rich-text .component-content .hear-from-u a {
        width: 100%;
    }

    .page-symptoms-of-ted .rich-text .bulging-eye-setion .tpz-slider-wrapper .slick-next {
        top: 136px;
    }

    .page-symptoms-of-ted .rich-text .bulging-eye-setion .tpz-slider-wrapper .slick-prev {
        padding-top: 0;
        margin-top: -20px;
    }

    .page-symptoms-of-ted .rich-text .bulging-eye-setion .tpz-slider-wrapper .tpz-slider-items .slick-dots::before {
        content: "";
        position: absolute;
        top: 7px;
        right: -32px;
        height: 18px;
        width: 15px;
        background-image: url(../images/icons/slider-dots-right-icon);
    }

    .page-symptoms-of-ted .rich-text .bulging-eye-setion .tpz-slider-wrapper .tpz-slider-items .slick-dots::after {
        content: "";
        position: absolute;
        top: 7px;
        right: -32px;
        height: 18px;
        width: 15px;
        background-image: url(../images/icons/slider-dots-right-icon);
    }
}

.page-symptoms-of-ted .learn-more-container .field-promotext .right-txt-left-wrap p {
    padding-right: 24px;
}

.page-symptoms-of-ted .learn-more-container .field-promotext .right-txt-left-wrap {
    max-width: 700px;
}

/*how-to-take-tepezza-for-thyroid-eye-disease*/
.page-how-to-take-tepezza-for-thyroid-eye-disease .learn-more-container .promo-text .field-promolink a,
.btn {
    padding: 9px 48px;
}

@media screen and (max-width: 575px) {
    .page-how-to-take-tepezza-for-thyroid-eye-disease .rich-text .component-content h3 {
        font-size: 20px;
        line-height: 23px;
    }
}



.page-side-effects-and-safety .learn-more-container .component-content .promo-text .field-promotext .tracking-your-progress a {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 16px;
}

.page-side-effects-and-safety .learn-more-container .component-content .promo-text .field-promotext .tracking-your-progress a {
    width: 100%;
    display: flex;
    text-align: center;
}

/*how-to-take-tepezza-for-thyroid-eye-disease*/
@media screen and (max-width: 575px) {
    .page-how-to-take-tepezza-for-thyroid-eye-disease .component-content .accordion .component-content .toggle-content {
        width: 52%;
    }

    .page-how-to-take-tepezza-for-thyroid-eye-disease .component-content .rich-text .component-content h3 {
        font-size: 20px;
        line-height: 23px;
    }

    .page-symptoms-of-ted .tpz-slider-items .tpz-slider-img-wrapepr {
        margin: 0 20px;
    }

}


/*symptoms-of-ted*/


/* main29.css */

/* .default-device
.grey-bg
.promo
.component-content
.promo-text
.field-promolink {
white-space: nowrap;
}

.default-device
.grey-bg
.promo
.component-content
.promo-text
.field-promolink
a {
padding: 9px 48px;
}

.default-device
#whats-happening-ted
.component-content
.tabs-heading
.component-content
.field-heading {
font-size: 26px;
font-family: "TiresiasSignfont", sans-serif;
}

.default-device
#whats-happening-ted
.initialized
.component-content
.component
.component-content
.field-content
.content-tab
.tab-list
.tab-list-title {
font-family: "TiresiasSignfont", sans-serif;
}

.default-device
#whats-happening-ted
.component-content
.tabs-inner
.tabs-container
.tab
.component-content
.field-content
.recommend-treatment
.tab-cta-wrapper {
white-space: nowrap;
padding: 6px 24px;
}

#who-is-treated
.component-content
.rich-text
.component-content
.teated-by-list
.teated-by-ctas
a {
line-height: 32px;
padding: 6px 24px;
}

.default-device
#whats-happening-ted
.initialized
.tabs-inner
.tabs-container
.tab
.col-12
.component-content
.field-content
.content-tab
.tab-cta-wrapper
a {
padding: 6px 24px;
} */


.page-tepezza-and-hearing sup {
    top: -0.3em;
    font-size: 80%;
    font-family: inherit;
}