/* Header */

#repatha-com-header {
    position: relative;
    box-shadow: none;
}

#repatha-com-header .quantum-header__inner {
    margin: 0 auto;
    width: 94%;
    max-width: 1366px;
    display: flex;
    padding: 21px 0 11px 9px;
    justify-content: space-between;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .quantum-header--menu-panel-visible#repatha-com-header .quantum-header__inner .quantum-header__menu {
        width: 100vw !important;
        right: 0;
    }
    #repatha-help .repatha-help h3 {
        font-size: 30px !important;
    }
    .quantum-header--menu-panel-visible#repatha-com-header .quantum-header__inner .quantum-header__menu .quantum-drop-down-menu__link-icon {
        display: none;
    }
    #repatha-com-header .quantum-icon.quantum-button__icon.desktop-break {
        display: none;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link .quantum-drop-down-menu__link-icon--expand-dropdown {
        display: inline-block;
        width: 0;
        height: 0;
        line-height: inherit;
        vertical-align: middle;
        position: relative;
        top: -4px;
        margin: 0 10px;
        border-style: solid;
        border-color: #2e70ff transparent transparent;
        border-width: 10px 10px 0;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link.expand .quantum-drop-down-menu__link-icon--expand-dropdown {
        transform: rotate(180deg);
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6), #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) {
        background: #e4e4e4;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6) .quantum-drop-down-menu__menu, #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) .quantum-drop-down-menu__menu {
        padding: 0 57px;
        top: 65px;
        left: 0;
        display: none;
        position: unset;
        background: #e4e4e4;
        font-size: 14px !important;
    }
    .quantum-drop-down-menu__list-item:hover>.quantum-drop-down-menu__menu {
        display: flex;
        position: absolute;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 100%;
        left: 0;
        background-color: #e4e4e4;
        padding: 0 7%;
        text-decoration: underline;
        box-shadow: none;
        font-size: 14px !important;
    }
    .quantum-drop-down-menu__menu-link {
        font-size: 14px !important;
        padding: 0 24px 0 0 !important;
    }
    /* ipad changes */
    :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(3), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(4), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(7), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(8), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(9) {
        display: block !important
    }
    :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(6) {
        display: none !important;
    }
    .repatha-espanol :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(6){
        display:block !important
    }
    :lang(en) #top-navigation .quantum-drop-down-menu__list-item:hover>.quantum-drop-down-menu__menu {
        display: block !important;
    }
    .quantum-container--primary li.quantum-drop-down-menu__list-item:last-child>a.quantum-top-nav__link.quantum-top-nav__link--mobile-persistent {
        padding: 0;
    }
    li.quantum-drop-down-menu__list-item:nth-child(2):lang(en) a.quantum-top-nav__link.quantum-top-nav__link--mobile-persistent:after {
        display: block !important;
        right: -5px !important
    }
    
    .repatha-espanol li.quantum-drop-down-menu__list-item:nth-child(2):lang(en) a.quantum-top-nav__link.quantum-top-nav__link--mobile-persistent:after{
        display: none !important;
    }
    /* ipad changes end */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-help .repatha-help h3 {
        font-size: 30px !important;
    }
    .quantum-drop-down-menu__menu-link {
        font-size: 14px !important;
        padding: 0 24px 0 0 !important;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__left {
    justify-content: space-between;
    display: flex;
    padding: 0;
    align-items: center;
}

#repatha-com-header .quantum-header__inner .quantum-header__left img.quantum-header__logo {
    padding: 0;
}

#repatha-com-header .quantum-header__inner .quantum-header__left a:nth-child(1) {
    padding-top: 0px;
    width: 162px;
    margin-right: 20px;
    padding-bottom: 0px;
    position: relative;
    top: -7px;
}

@media only screen and (min-device-width: 64em) {
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6), #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) {
        display: none;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6), #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) {
        display: none;
    }
}

@media only screen and (max-device-width: 769px) and (min-device-width: 768px) {
    #repatha-com-header:lang(en) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6) {
        display: none;
    }

    #repatha-com-header:lang(en) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) {
        display: none;
    }
    .repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6),
    .repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7){
        display: block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__left a:nth-child(1) {
        margin: 10px 0 0 20px;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__left a:nth-child(1) img {
        padding: 0px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu {
        right: -10px;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__left a:nth-child(2) {
        margin-right: 0px;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__left a:nth-child(2) img {
        padding: 0px;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right {
    padding: 0px;
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu {
    max-width: 1366px;
    overflow: hidden;
    width: auto;
    z-index: 4;
}

@media only screen and (max-device-width: 768px) {
    :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(3), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(4), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(7), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(8), :lang(en) #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(9)
     {
        display: none;
    }
    .repatha-espanol #top-navigation ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(3){
        display: block;
    }
    .repatha-espanol #top-navigation  ul.quantum-drop-down-menu__list li.quantum-drop-down-menu__list-item:nth-child(9){
        display:none !important
    }
    :lang(en) a.mobile-only.quantum-top-nav__link.quantum-top-nav__link--mobile-persistent {
        display: block;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu {
        width: 100vw;
        padding-top: 10px;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu
  {
        width: 100vw;
        padding-top: 10px;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list,
    .repatha-espanol .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list{
        margin-bottom: 0px;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item ,
    .repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item {
        border-bottom: 2px solid #707070;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link,
    .repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link {
        padding: 12px 10px 11px !important;
        font-size: 18px;
        line-height: 22px;
        display: block;
        font-family: TradeGothicLT-BoldCondTwenty;
        color: #00144f;
        text-decoration: none;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .repatha-homenav-es,
    .repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .repatha-homenav-es{
        display: none !important;
    }
    #repatha-com-header:lang(es) .quantum-drop-down-menu__link .quantum-icon.quantum-drop-down-menu__link-icon.quantum-drop-down-menu__link-icon--expand-dropdown {
        border-color: #707070 transparent transparent;
        display: inline-block;
        width: 0;
        height: 0;
        line-height: inherit;
        vertical-align: middle;
        position: relative;
        top: -4px;
        margin: 0 10px;
        border-style: solid;
        border-width: 10px 10px 0;
    }
    #repatha-com-header:lang(es) .quantum-drop-down-menu__link.expand .quantum-icon.quantum-drop-down-menu__link-icon.quantum-drop-down-menu__link-icon--expand-dropdown {
        transform: rotate(180deg);
    }
    #repatha-com-header .quantum-icon.quantum-button__icon.desktop-break {
        display: none;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(2) {
        display: block;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(1) ,
    .repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(1){
        display: none
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(8),
    .repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(8) {
        background-color: #e4e4e4;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6) {
        background-color: #e4e4e4;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) {
        background-color: #e4e4e4;
    }
    #repatha-com-header:lang(es) .quantum-drop-down-menu__list-item:hover>.quantum-drop-down-menu__menu {
        padding-left: 51px;
        padding-top: 0;
        top: 70% !important;
        position: unset;
        display: none;
    }
    #repatha-com-header:lang(es) .quantum-drop-down-menu__list-item:hover>.quantum-drop-down-menu__menu a.quantum-drop-down-menu__menu-link {
        font-family: TradeGothicLT-BoldCondTwenty;
        font-size: 16px;
        line-height: 21px;
    }
}

@media only screen and (max-device-width: 375px) {
    #repatha-com-header:lang(es) .quantum-drop-down-menu__link .quantum-icon.quantum-drop-down-menu__link-icon.quantum-drop-down-menu__link-icon--expand-dropdown {
        border-color: #707070 transparent transparent !important;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu {
        width: 100vw;
        padding: 10px 0 0;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu {
        width: 100vw;
        padding: 10px 0 0;
        right: 0;
    }
}

@media only screen and (max-device-width: 360px) {
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu {
        width: 100vw;
        padding-top: 10px;
        right: -11px;
    }
}

@media only screen and (max-device-width: 320px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu {
        width: 100vw;
        padding-top: 10px;
        right: 0px;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list {
    align-items: center;
    width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list {
        padding: 15px 0 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list {
        padding-top: 15px;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item {
    display: inline-flex;
    margin-right: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item {
        display: block;
        margin-right: 0px;
        padding: 0px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item {
        display: block;
        margin-right: 0px;
        padding: 0px 0 0 20px !important;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(10) {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(10) {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6) {
        display: block;
        background-color: #e4e4e4;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6) .quantum-drop-down-menu__menu {
        padding: 0px;
        top: 65px;
        display: none;
        position: unset;
        background: #e4e4e4;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(6) .quantum-drop-down-menu__menu .quantum-drop-down-menu__menu-list-item, #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) .quantum-drop-down-menu__menu .quantum-drop-down-menu__menu-list-item {
        margin-left: 10px;
        margin-bottom: 0px;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) {
        display: block;
        background-color: #e4e4e4;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) .quantum-drop-down-menu__menu {
        padding: 0px;
        padding-bottom: 18px;
        top: 60px;
        display: none;
        position: unset;
        background: #e4e4e4;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(7) .mobile-view-header .desktop-break {
        display: none;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(11) {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(11) {
        display: block;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(13) {
    display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(13) {
        display: block;
        width: 100%;
        background-color: #2558c8;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 16px;
        margin-left: 0px;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(13) .quantum-drop-down-menu__link {
        padding: 0 7%;
        color: #fff;
        font-size: 25px;
        line-height: 64px;
        text-align: center;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(13) {
        display: none;
    }
}

#repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(1) .quantum-drop-down-menu__link:hover,
.repatha-espanol .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(1) .quantum-drop-down-menu__link:hover{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAACtCAYAAAD1YTB3AAAACXBIWXMAAHL5AABy+QExBHm9AAAJ+UlEQVR4nO3dT27bRhTH8UkRoJsCiU4Q6wR2T1BnXQGxTxBn1WWdE6Q+QZNlV6lPEAfQPvEJIp9A7glULbtKwfQpUFTyzfDPcOYNvx+gQNG6Ea3qJ/JxHt88+Pz5s0N6s/nisXPuoxzI6Wa9/Jv/Lel9N/U3IAez+eLEOXfvnDuWv+7lnyExApLYbL64cM59cs492juS6u8/yb9DQgQkodl88adz7q1yBG9n88Xr4t+IjFGDJCD1xo1z7qfAV791zp1Rl4yPM8jIpLZYtQiHk5/9SF0yPgIyIqkpqjtVTzq86rGE5MzsG2AQl1gjmc0XvznnXg30aleb9fK3mEcutU/qM9blZr1cpTyAhylffAqk3qiK8WcD/rqvZvPFkXyAYtUlVTjaXAbG8Djx63OJFZPUDB8HDsfOc7nkOsrqly4MAYlkNl+cSjiOI75M9Wev5LUQAQGJYDZfXDrnPhws/sVSvcYHFhXjICADk8W/3xO89Ft5bQyIIn0ge82GMS+pfJ5L3UOz40A4gwzgoNkwNZodB0RAempoNkztkdzhoi7piYD0IItpWrNhSo9oduyPGqSDDs2GKf0ql1s0O3bAGaSljs2GqdHs2BEBaUEaBbs2G6ZGs2MHBCSQNBu+y6wYb6s69nfyuyAANYhHpGbD1MZodiwCZxCFfIhiNRumRrNjAALSQBoAV5ks/sVCs6MHAakhC2xjNRumRrOjgoAcCJg0UiqaHWtQpItMmg1T+9rsOOH34BucQfJrNkztWN6LH6b9Nvxn8gHZmzQyhXoj1CO+LP4z6UssaeT7NYNDydHkL7/dVN8EY82GSGhyl1h7k0YIB7wmFZC9ZkOurxFkMgEppNkQIyu+BpF647X0HgGtFB0QacS7MXRJdS3jNktsjjSp2EusvSf/rITjxWa9vNisl1WddJXB8UyeKzUgmU4aabJ1zv24WS+/9kHJ5PZz+XdIqLiAGGs2vKumqNeN+N+slzfSE/VXmkODKykgVTE+my9Whorxa5mAeN/0AxKcE9mCDQkUUaRLvXFjaJjCy816GTSvSh6JPZUzI3fiRmb+DNJzW7OxVTXFeWg49lUFfFXIG/gdi2L6DGKs2bCqNy6athTbW69xTcMUqkJeLiPpPh6JyTOI1Bs3hsJxK/VGUzh2wyGe+4YpyJ9xJIFDZOYCEnlbsxjebNbLxu0IGtZr1GEKu7pECn1EZCogxpoNt7L4d9n0A571GnWYQhUSqUteDnrU+IaZgMi2ZlaaDbdySdU4BKHFeo06TEEK/qcsKsaR/T7pBpsN77QdnnoMh/D9uScyAbKkVv6nm/XyY8oDyPoMclC8WnC9WS9PWtYboXZ1Se2Edineq7rkvZH3yoRsA2Kw2fCl1AS1BlqveaLtHCV1Cc2OA8oyIAabDZ9qi3/ysNbbgX4f785R0uz4grqkv+xqEGMtFXeyc1NtP9UIk+Hfy+KjdklnqQXnEDXIjiz+Wao33mvNhiOt1zzTdo6i2bG/LAJicFuzq+paX/nmPh1xvWa3c1TjomK1UGlsUfEf59wfMuExqeQBMdhs+EKu8WvJes3Yk+F3i4qNi5LGmh2/d879ksOM4KQ1iBSvr5IdQDt/Sb1R20/l8qmfrrWdo/Yu/aw0O77RuhFiSxIQg9uaxVr8i8Xa8frcptrGevSAGFzxvfasb+T6jbz1dBBb7FBofFwgllEDIoXkjaHT+wtPP9WFgefffb9Ddfny+7iH1NlWQnIz1guOVqQnKl67+t+kkUOyUGdhOIRvUfG1oQkqo29jHf0MYvRU7lv8szgZXr2Ot3jpO8Y21lEDYrAYDLkDZLljVr0TZ/TmSeOX2RCiBcTg7cQrz/rGmXx4rD8L7r2ON/asv3ozoq8oNYjBZsNzTzhKmgzvvY6XdQcrzY7V7/Mp1jbWg59BCp00Uuo8qpBLSkvNjuot+S4GC4jB4tVXtFqbDN9VyE0JS3Wkukja1iABMfhNo7YvGKyf+tpKSBpby409huBtCwrVuwbZmzRiJRx9Jo2USp2g4uw1O6pPXrbR6wxirNnQe7eD+bdf+FprrHVDqHcnfToFhGbD4vneL2v1mfrkpaZ1QCxuaxbQbGj5sdRYQhYVi292bBUQg6dXdZsBuUZ9zSDoRlu5Daz1pFm7zFZvRhwKLtINNhuOOWmkVKETVCw1O6pPXh4KOoMYnDTiW/yzVD/lorQJKkGLimpADBavvv+JU1n8iyXky8fSYrF3UbExIAU2G1qrn3IVsqhYTLNjbQ2yN2nESr2R46SRUoVMULk0tKioNjv+7wxiLP1WJo2UqvgJKl8DUtr1I4t/oyl6gsqXgDBpBD0VO0HlweOjn609KRcyaYTFvzSKm6BSBeRvY9uaafWGpfqpVL5HCSzdTdzuziDvMjgYTamTRkpVygSV8+/k4f2cd0q9DtxmgHDk46cCtour+vhu9u9i5Xg7dCqTRkpldYLK15tA+wuFl3Ipk4OQSSOWtoWeKosTVO4kC198s1Ao1/L3iT90U580UioLE1SqkB7tH2PdSvqJPJOdApNGypb7BJUfD7+Ya5sVE00tZ9LINOQ6QaV2Dae2WVF+cMw97Zg0Mh05TlC5blrg9D0PEvv2KZNGpi2HCSq3sslprZAHplaRCqeQJjcW/8qXcoJK1Q1+oj0wpT6TLv/hWYRbcNeeN8XattDo7tizqHgvi4pDX/JvQ/Y9DH0mfch2FCaNoM7YE1TOQ7ZyC5pqIn/QVc8D2i3+MWkEdcacoHIVus9h27lYXQtmJo2gjZgTVN5v1suz0B9uO7y6SzvKredhmiNZ3yAc2Hkmw6e1ZscT+Wy18eWLus1/0HX06CrwMkhd/HPj3EqGXdvNevnY8/kJbXbcyh2rVvsZPmz71lUvIEX7B8+Pqk+XGdX2GytXVr6QvF/C1RfwbL5YBXR+dNrss/P2B0o7SqtNFS2dQTbr5YMMDqO32XwRd+/vAYW+555WpM5f1p030GloR7mTbsgoO44Cyuex+swd1dTIjW0kIXrtMCVtArsDUhf/gNjks7e/qHjXd1PP1jVIjVO5viut3oBBEpILuXQPWuvQ9A6IHBDhQFaG+sLuvYknUDICAigICKAgIICCgAAKAgIoCAigICCAgoAACgICKAgIoCAggIKAAAoCAigICKAgIICCgAAKAgIoCAigICCAgoAACgICKAgIoCAggIKAAAoCAigICKAgIICCgAAKAgIoCAigICCAgoAACgICKAgIoCAggIKAAAoCAigICKAgIICCgAAKAgIoCAigICCAgoAACgICKAgIoCAggIKAAAoCAigICKAgIICCgAAKAgIoCAigICCAgoAACgICKAgIoCAggIKAAAoCAigICKAgIICCgAAKAgIoCAigICCA4mEGb84qg2OYmtupvwFBnHP/AissGP36QvDxAAAAAElFTkSuQmCC) !important;
    width: 20px;
    height: 24px;
    background-size: 20px 17px !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
   
    font-size: 4px !important;
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link {
    color: #00144f;
    display: block;
    font-family: TradeGothicLT-BoldCondTwenty;
    font-size: 18px;
    line-height: 22px;
    padding: 30px 0px 16px;
    text-align: start;
}

#repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link,
.repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link {
    padding: 20px 0px 16px;
}
#repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(5),
.repatha-espanol #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(5){
    margin-right: 0;
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link:hover {
    background: transparent;
    text-decoration: none;
}

.quantum-header__right .spanish-call-icon.icon-phone:lang(en) {
    display: none !important
}
.repatha-espanol .quantum-header__right .spanish-call-icon.icon-phone:lang(en){

    display: block !important;
    
    }
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link {
        display: block;
        font-family: TradeGothicLT-BoldCondTwenty;
        font-size: 30px;
        line-height: 64px;
        color: #00144f;
        padding: 0 7%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link {
        display: block;
        font-family: TradeGothicLT-BoldCondTwenty;
        font-size: 30px;
        line-height: 64px;
        color: #00144f;
        padding: 0 2%;
        background: none;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link:hover {
        background: transparent;
        text-decoration: none;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link .quantum-drop-down-menu__link-icon--expand-dropdown {
        display: inline-block;
        width: 0;
        height: 0;
        line-height: inherit;
        vertical-align: middle;
        position: relative;
        top: -4px;
        margin: 0 10px;
        border-style: solid;
        border-color: #2e70ff transparent transparent;
        border-width: 10px 10px 0;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link.expand .quantum-drop-down-menu__link-icon--expand-dropdown {
        transform: rotate(180deg);
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .contact-us {
    display: inline-flex;
    background-color: #2e70ff;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 0 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .contact-us {
        display: block;
        width: 100%;
        background-color: #2e70ff;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 25px;
        margin-left: 0px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .contact-us {
        display: none;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .contact-us .quantum-drop-down-menu__link {
    text-align: center;
    display: block;
    font-family: TradeGothicLT-BoldCondTwenty;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 32px;
    color: #f6f6f6;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .contact-us .quantum-drop-down-menu__link {
        padding: 0 7%;
        color: #fff;
        font-size: 25px;
        line-height: 64px;
        text-align: center;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .contact-us .quantum-drop-down-menu__link:hover {
        font-size: 25px !important;
        line-height: 64px !important;
        padding: 0 7% !important;
    }
}

#repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .contact-us .quantum-drop-down-menu__link:hover {
    text-align: center;
    display: block;
    font-family: TradeGothicLT-BoldCondTwenty;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 32px;
    color: #f6f6f6;
    background-color: transparent;
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .mobile-view-header {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-com-header .quantum-header__inner .quantum-header__mobile-content .quantum-button--tertiary .quantum-button__icon {
        width: auto;
        height: 33px;
        color: #333;
        right: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-com-header .quantum-header__inner .quantum-header__mobile-content .quantum-button--tertiary .quantum-button__icon {
        width: auto;
        height: 33px;
        color: #333;
    }
}

/* Header */

/* Home page */

#hero-eng {
    margin-top: 80px;
    max-width: 100%;
}

#hero-eng .component-content {
    margin-bottom: 0px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #hero-eng .component-content {
        max-width: inherit;
        margin-bottom: 0px;
    }
}

#hero-eng .component-content .rich-text {
    padding: 0px !important;
}

#hero-eng .component-content .rich-text .component-content {
    margin-bottom: 0px;
}

#hero-eng .component-content .rich-text .component-content .top_hero {
    width: 100%;
    margin: 0 auto;
    max-width: 1368px;
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #hero-eng .component-content .rich-text .component-content .top_hero {
        padding: 0px;
    }
}

#hero-eng .wrapper section .desktop_only {
    display: block;
}

#hero-eng .wrapper section .mobile_only {
    display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #hero-eng .wrapper section .desktop_only {
        display: block;
    }
    #hero-eng .wrapper section .mobile_only {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #hero-eng .wrapper section .desktop_only {
        display: none;
    }
    #hero-eng .wrapper section .mobile_only {
        display: block;
    }
}

/* .hero-div {
    margin-top: 60px;
}

.hero-div .quantum-hero {
    width: 100%;
    margin: 0 auto;
    max-width: 1368px;
}

.hero-div .quantum-hero .quantum-hero__inner {
    margin: 0px 15px;
}

@media only screen  and (min-width : 1024px) {
    .hero-div {
        margin-top: 90px;
    }

    .hero-div .quantum-hero {
    width: 100%;
    margin: 0 auto;
    max-width: 1368px;
    min-height: 555px;
    }
  }

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {

    .hero-div {
        margin: 60px 15px 0px 15px;
    }

    .hero-div .quantum-hero {
        min-height: 304px;
    }

    .hero-div .quantum-hero .quantum-hero__inner {
       margin: 0 auto;
       max-width: 1368px;
       width: 100%;
       background-size: contain;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .hero-div .quantum-hero .quantum-hero__inner {
       background-size: auto 318px;
       width: 100%;
       margin: 0px;
    }
} */

/* #hero-banner {
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
    #hero-banner {
        margin-top: 90px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #hero-banner {
       margin: 0px;
       padding: 0px 15px;
    }
}

#hero-banner .component-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1368px;
    margin-bottom: 0px;
}

#hero-banner .component-content .row {
    margin: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #hero-banner .component-content .row {
        display: block;
    }
}

#hero-banner .component-content .row .repatha-1-col4 {
    padding-left: 0px;
    padding-right: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #hero-banner .component-content .row .repatha-1-col4 {
        padding-right: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #hero-banner .component-content .row .repatha-1-col4 {
        padding-right: 0px;
        padding-bottom: 10px;
    }
}

#hero-banner .component-content .row .repatha-1-col4 .quantum-cta .quantum-cta__inner .quantum-cta__image-wrap {
    padding: 0px;
}

#hero-banner .component-content .row .repatha-1-col4 .quantum-cta .quantum-cta__inner .quantum-cta__image-wrap img {
    margin-bottom: 0px;
    min-height: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #hero-banner .component-content .row .repatha-1-col4 .quantum-cta .quantum-cta__inner .quantum-cta__image-wrap img {
        min-height: auto;
    }
}

#hero-banner .component-content .row .repatha-1-col4 .quantum-cta .quantum-cta__inner .quantum-cta__text {
    padding: 0px;
}

#hero-banner .component-content .row .repatha-2-col4 {
    padding: 0px;
    margin-bottom: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #hero-banner .component-content .row .repatha-2-col4 {
        padding-left: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #hero-banner .component-content .row .repatha-2-col4 {
        padding-left: 0px;
    }
}

#hero-banner .component-content .row .repatha-2-col4 .quantum-cta .quantum-cta__inner .quantum-cta__image-wrap {
    padding: 0px;
}

#hero-banner .component-content .row .repatha-2-col4 .quantum-cta .quantum-cta__inner .quantum-cta__text {
    padding: 0px;
} */

/* @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) { */

/* @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {  */

/* Home page second section */

#repatha-help .component-content {
    margin: 0px;
}

#repatha-help .component-content .repatha-help {
    margin: 40px 0px;
}

#repatha-help .repatha-help .light {
    color: #606060;
    text-align: center;
    font-size: 30px;
    margin: 0;
    font-family: TradeGothicLT;
    line-height: 39px
}

#repatha-help .repatha-help h3 {
    margin-top: 16px;
    text-align: center;
    font-size: 35px;
    line-height: 37px;
    font-family: TradeGothicLT-Bold;
    color: #00144f;
    font-weight: 400;
}

#repatha-help .repatha-help h3>sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-width: 1024px) {
    #repatha-help .component-content .repatha-help {
        margin: 80px 0px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-help .component-content .repatha-help {
        margin: 40px 0px;
        padding: 0 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-help .repatha-help .light {
        font-size: 27px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-help {
        padding: 0px;
    }
    #repatha-help .rich-text {
        padding: 0px;
    }
    #repatha-help .repatha-help .light {
        font-size: 27px;
    }
}

/* Home page second section */

/* Home page 3rd section (Block section) */

#what-is-repatha {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha {
        padding: 0px;
        width: 100%;
    }
}

#what-is-repatha .component-content {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #what-is-repatha .component-content {
        display: ruby-base;
        justify-content: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha .component-content {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha .component-content {
        display: block;
    }
}

#what-is-repatha .component-content .row {
    margin: 0 auto;
    max-width: 1000px;
}

#what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(1) .file-type-icon-media-link a {
    cursor: default;
}

#what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(1) {
    order: 2;
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(1) {
        order: 1;
        padding: 40px 25px 20px;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(1) {
        order: 1;
        padding: 0px;
        max-width: 500px;
        margin: 0 auto;
    }
    #what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(1) .file-type-icon-media-link {
        padding: 40px 25px 20px;
    }
}

#what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(2) {
    order: 1;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(2) {
        order: 2;
        padding: 40px 25px 20px;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(2) {
        order: 2;
    }
}

#what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(1) {
    order: 3;
    padding: 0px;
}

#what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(2) {
    order: 4;
    padding: 0px;
}

#what-is-repatha .component-content .row:nth-child(1) .col-12:nth-child(2) {
    padding: 0px;
    background-color: #2e70ff;
}

#what-is-repatha .file-type-icon-media-link img {
    max-width: 100%;
    height: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #what-is-repatha .file-type-icon-media-link img {
        width: auto;
        height: 401px;
    }
}

#what-is-repatha .file-type-icon-media-link .component-content {
    margin-bottom: 0px;
}

#what-is-repatha .rich-text .component-content {
    margin-bottom: 0px;
}

#what-is-repatha .rich-text {
    padding: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha .rich-text {
        padding: 40px 25px 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha .rich-text {
        padding: 40px 25px 20px;
        max-width: 500px;
        margin: 0 auto;
    }
}

#what-is-repatha .rich-text .second h2 {
    font-family: TradeGothicLT-BoldTwo;
    margin: 0 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 41px;
}

#what-is-repatha .rich-text .second h2>sup {
    top: -.85em;
    font-size: 50%;
}

#what-is-repatha .rich-text .second a:hover {
    text-decoration: none;
}

#what-is-repatha .rich-text .second p {
    font-family: TradeGothicLT;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

#what-is-repatha .rich-text .second p>sup {
    top: -.85em;
    font-size: 50%;
}

#what-is-repatha #talk-to-your-doctor {
    background-color: #e43d30;
}

#what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner {
    display: block;
    padding: 50px;
    padding-bottom: 200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner {
        padding: 40px 25px 20px;
    }
    #what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(1) .quantum-full-width-cta {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner {
        padding: 40px 25px 20px;
    }
    #what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(1) {
        padding: 0px;
    }
    #what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(1) .quantum-full-width-cta {
        max-width: 500px;
        margin: 0 auto;
    }
}

#what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner h2 {
    display: none;
}

#what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner h3 {
    font-family: TradeGothicLT-BoldTwo;
    margin: 0 0 10px;
    color: #fff;
    font-size: 27px;
    line-height: 41px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner h3 {
        font-size: 27px;
        line-height: 41px;
    }
}

#what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__copy {
    display: none;
}

#what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner .third {
    font-family: TradeGothicLT;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

#what-is-repatha #talk-to-your-doctor .quantum-full-width-cta__inner .third p>sup {
    top: -.85em;
    font-size: 50%;
}

#talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
    position: absolute;
    display: block;
    left: 50px;
    bottom: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
        align-items: center;
        position: initial;
        justify-content: center;
        display: flex;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
        position: initial;
        display: flex;
        justify-content: center;
    }
}

#talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button {
    background: none;
    margin: 0px;
    padding: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button {
        max-width: 320px;
        width: 100%;
    }
}

#talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button__text {
    display: block;
    font-family: TradeGothicLT-BoldTwo;
    font-size: 19px;
    line-height: 20px;
    color: #db2725;
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    max-width: 320px;
    margin: 32px auto 20px;
    border-radius: 21px;
}

@media only screen and (min-width: 1024px) {
    #talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button__text {
        padding: 10px 70px;
        font-size: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button__text {
        padding: 10px 70px;
        font-size: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #talk-to-your-doctor .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button__text {
        padding: 10px 35px;
    }
}

#what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(2) {
    background-color: #00144f;
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner {
    display: block;
    padding: 50px;
    padding-bottom: 200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner {
        padding: 40px 25px 20px;
    }
    #what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(2) {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner {
        padding: 40px 25px 20px;
    }
    #what-is-repatha .component-content .row:nth-child(2) .col-12:nth-child(2) {
        max-width: 500px;
        margin: 0 auto;
    }
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner h2 {
    display: none;
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner h3 {
    font-family: TradeGothicLT-BoldTwo;
    margin: 0 0 10px;
    color: #fff;
    font-size: 27px;
    line-height: 41px;
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner h3>sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner h3 {
        font-size: 27px;
        line-height: 41px;
    }
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__copy {
    display: none;
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .fourth {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: TradeGothicLT;
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
    position: absolute;
    display: block;
    left: 50px;
    bottom: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
        align-items: center;
        position: initial;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
        position: initial;
        display: flex;
        justify-content: center;
    }
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button {
    background: none;
    margin: 0px;
    padding: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button {
        max-width: 320px;
        width: 100%;
    }
}

#what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button__text {
    display: block;
    font-family: TradeGothicLT-BoldTwo;
    font-size: 19px;
    line-height: 20px;
    color: #00144f;
    background-color: #fff;
    width: 100%;
    padding: 10px 70px;
    max-width: 320px;
    margin: 32px auto 20px;
    border-radius: 21px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button__text {
        padding: 10px 105px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #what-is-repatha #is-repatha-for-me .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button__text {
        padding: 10px 35px;
    }
}

/* Home page 3rd section (Block section) */

/* Copay Registration Page */

.part_1 .wrapper {
    max-width: 612px;
    margin: 0 auto;
}

/* .part_1 .wrapper h3 {
    padding-top: 36px;
    font-family: 'TradeGothicLT-Bold';
    font-weight: 400;
    color: #606060;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 16px;
} */

/* Radio buttons */

.part_1 .wrapper .renew_replace {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.part_1 .wrapper .renew_replace .radio {
    width: 50%;
    margin-bottom: 0px;
}

.part_1 .wrapper .renew_replace .radio label {
    display: flex;
    align-items: center;
}

.part_1 .wrapper .renew_replace .radio label #renew_card::before {
    border: 4px solid #2e70ff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2;
}

.part_1 .wrapper .renew_replace .radio label #renew_card::after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2e70ff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s linear, visibility .1s linear;
    z-index: 3;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .part_1 .wrapper .renew_replace {
        display: block;
    }
    #copay-forms form {
        margin-bottom: 40px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .part_1 .wrapper .renew_replace {
        display: block;
    }
    #copay-forms form {
        margin-bottom: 40px;
    }
    .part_1 .wrapper .renew_replace .radio {
        width: 100%;
        margin-bottom: 0px;
    }
}

#renew_form h3 {
    font-family: TradeGothicLT-Bold;
    color: #00144f;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    text-align: start;
    margin-bottom: 30px;
}

#renew_form p {
    color: #606060;
    margin: 1em 0;
}

.renew_fields fieldset label {
    margin: 0px auto 32px;
    display: block;
    width: 100%
}

.renew_fields fieldset label {
    width: 100%;
}

.renew_fields fieldset input {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #544f4f;
    border: 2px solid #e2e2e2;
    border-radius: 6px;
    padding: 10px 15px 11px 10px;
    outline: none;
}

.renew_fields fieldset .error_label {
    font-family: TradeGothicLT;
    display: block;
    color: #db2725;
    font-size: .95em;
    padding-left: 0;
}

/* .renew_fields fieldset #renew_group_number {
    border-color: #db2725;
} */

#renew_form .dob_div .dob {
    margin-left: 0px !important;
}

#renew_form .dob_div .dob .year {
    margin: 0px auto 32px !important;
    display: block;
    width: 100% !important;
}

#renew_form .dob_div fieldset label {
    width: 100%;
}

.copay_renewal_replacement_page select::-ms-expand {
    display: none;
}

.copay_renewal_replacement_page select {
    background-image: url(/-/media/67F74AF5D10249D396A82407888344D2.ashx);
    background-color: #fff;
    background-size: 17px 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#renew_form .dob_div fieldset select {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #544f4f;
    border: 2px solid #e2e2e2;
    border-radius: 6px;
    padding: 10px 15px 11px 10px;
    outline: none;
}

#renew_form .dob_div fieldset .error_label {
    font-family: TradeGothicLT;
    display: block;
    color: #db2725;
    font-size: .95em;
    padding-left: 0;
}

.next fieldset {
    max-width: 296px;
    margin: 0 auto 0 0;
}

.next fieldset label {
    width: 100%;
}

.next fieldset input {
    display: none;
}

.next fieldset p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 30px;
    font-family: TradeGothicLT-BoldTwo;
    color: #fff;
    font-size: 23px;
    line-height: 23px;
    background-color: #2e70ff;
    padding: 14px 0;
    margin-bottom: 0px;
}

/* Radio buttons */

/* Copay Registration Page */

/* Repatha Side effects page */

#side-effects {
    padding: 0px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    #side-effects {
        margin-top: 90px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #side-effects {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 375px) {
    #side-effects {
        margin-top: 60px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    #side-effects {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    #side-effects .component-content .row .col-6:nth-child(2) .rich-text .component-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #side-effects>.component-content {
        margin: 0 auto;
        width: 91%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    #side-effects>.component-content {
        max-width: 320px;
        margin: 0 auto;
    }
}

#side-effects>.component-content .row {
    margin: 0 auto;
    max-width: 1366px;
    width: 94%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #side-effects>.component-content .row {
        display: block;
        margin: 0px;
        width: 100%;
    }
}

@media only screen and (min-device-width:375) and (max-device-height:811) {
    #side-effects>.component-content .row {
        width: calc(100% - 54px);
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #side-effects>.component-content .row {
        display: block;
        width: 320px;
        margin: 0 auto;
    }
}

#side-effects .component-content .row:first-child .col-6 {
    padding: 0px;
    /* margin-left: -130px; */
}

#side-effects .component-content .row:first-child .rich-text {
    padding: 0px;
}

#side-effects .component-content .row .rich-text h1 {
    font-size: 55px;
    line-height: 60px;
    /* margin: 0 20px 0 130px; */
    color: #00144f;
    font-family: TradeGothicLT-Bold;
}

#side-effects .component-content .row .rich-text h1 sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-width: 1024px) {
    #side-effects .component-content .row .rich-text h1 {
        margin: 0 20px 0 250px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #side-effects .component-content .row .rich-text h1 {
        margin: 0px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #side-effects .component-content .row .rich-text h1 {
        margin: 0px;
    }
}

#side-effects .component-content .row:last-child .col-6 {
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #side-effects .component-content .row:last-child .col-6 {
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #side-effects .component-content .row:last-child .col-6 {
        max-width: 100%;
    }
}

#side-effects .component-content .row:last-child .rich-text {
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    #side-effects .component-content .row:last-child .rich-text {
        margin-left: -120px;
    }
}

#side-effects .component-content .row:last-child .rich-text .side-effects section p {
    font-size: 19px;
    line-height: 37px;
    margin: 12px 0 20px;
    color: #606060;
}

#side-effects .component-content .row:last-child .rich-text .side-effects section p sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #side-effects .component-content .row:last-child .rich-text .side-effects section p {
        font-size: 18px;
        line-height: 31px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #side-effects .component-content .row:last-child .rich-text .side-effects section p {
        margin: 12px 0 20px;
        font-size: 18px;
        line-height: 31px;
        color: #606060;
        font-family: TradeGothicLT;
    }
}

#repatha-common-effects {
    background: #2e70ff;
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    #repatha-common-effects {
        max-width: inherit;
        background: #2e70ff;
        padding: 0px;
    }
}

#repatha-common-effects .component-content {
    margin-bottom: 0px;
}

#repatha-common-effects>.component-content {
    padding: 36px 0 56px;
}

@media only screen and (min-width: 1024px) {
    #repatha-common-effects>.component-content {
        padding: 50px 0 90px;
    }
}

@media only screen and (min-width: 374px) {
    #repatha-common-effects>.component-content {
        width: calc(100% - 54px);
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    #repatha-common-effects>.component-content {
        max-width: 320px;
        margin: 0 auto;
    }
}

#repatha-common-effects .rich-text {
    padding: 0px;
}

#repatha-common-effects .rich-text>.component-content {
    max-width: 960px;
    margin: 0 auto;
}

#repatha-common-effects .rich-text .repatha-include {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-common-effects .rich-text .repatha-include {
        display: block;
    }
}

@media only screen and (min-width: 374px) {
    #repatha-common-effects .rich-text .repatha-include {
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-common-effects .rich-text .repatha-include {
        display: block;
    }
}

#repatha-common-effects .rich-text .repatha-include::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 1px;
    height: 60%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-common-effects .rich-text .repatha-include::after {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-common-effects .rich-text .repatha-include::after {
        display: none;
    }
}

#repatha-common-effects .rich-text .repatha-include>div {
    width: 400px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-common-effects .rich-text .repatha-include>div {
        width: 96%;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-common-effects .rich-text .repatha-include>div {
        width: 320px;
    }
}

#repatha-common-effects .rich-text .repatha-include h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 41px;
    font-family: TradeGothicLT-Bold;
}

#repatha-common-effects .rich-text .repatha-include h2 sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-common-effects .rich-text .repatha-include h2 {
        margin: 0 0 10px;
        font-size: 29px;
        line-height: 41px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-common-effects .rich-text .repatha-include h2 {
        margin: 0 0 10px;
        font-size: 29px;
        line-height: 41px;
    }
}

#repatha-common-effects .rich-text .repatha-include ul {
    padding: 0px;
    margin: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-common-effects .rich-text .repatha-include ul {
        padding-bottom: 36px;
        border-bottom: 1px solid #fff;
        margin-bottom: 36px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-common-effects .rich-text .repatha-include ul {
        padding-bottom: 36px;
        border-bottom: 1px solid #fff;
        margin-bottom: 36px;
    }
}

#repatha-common-effects .rich-text .repatha-include li {
    font-size: 24px;
    display: block;
    width: 100%;
    line-height: 37px;
    position: relative;
    padding-left: 16px;
    color: #fff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-common-effects .rich-text .repatha-include li {
        font-size: 21px;
        line-height: 37px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-common-effects .rich-text .repatha-include li {
        font-size: 21px;
        line-height: 37px;
    }
}

#repatha-common-effects .rich-text .repatha-include li::before {
    top: 16px;
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}

/* @media only screen and (min-device-width: 320px) and (max-device-width: 767px) { 
#repatha-common-effects .rich-text .repatha-include li::before {
display: none;
}
} */

#repatha-common-effects .rich-text .repatha-include p {
    margin: 20px 0;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

#repatha-common-effects .rich-text .repatha-include p sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-common-effects .rich-text .repatha-include p {
        margin: 16px 0 0;
        font-size: 21px;
        line-height: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-common-effects .rich-text .repatha-include p {
        margin: 16px 0 0;
        font-size: 21px;
        line-height: 30px;
    }
}

#repatha-pregnancy-registry {
    padding: 0px;
    background-color: #00144f;
}

@media only screen and (min-width: 1024px) {
    #repatha-pregnancy-registry {
        max-width: inherit;
        background-color: #00144f;
        padding: 0px;
    }
}

#repatha-pregnancy-registry>.component-content {
    padding: 48px 0 80px;
    margin: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    #repatha-pregnancy-registry>.component-content {
        max-width: 320px;
        margin: 0 auto;
    }
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner {
        width: 91%;
    }
}

@media only screen and (min-width: 374px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner {
        width: calc(100% - 54px);
        margin: 0 auto;
    }
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .quantum-full-width-cta__title {
    display: none;
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner h2 {
    font-size: 36px;
    margin: 0 auto 10px 0;
    line-height: 41px;
    max-width: 540px;
    font-family: TradeGothicLT-Bold;
    color: #fff;
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner h2 sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner h2 {
        margin: 0 auto 10px;
        font-size: 29px;
        line-height: 41px;
        max-width: 540px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner h2 {
        margin: 0 auto 10px;
        font-size: 29px;
        line-height: 41px;
        max-width: 540px;
    }
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .side-effects p {
    max-width: 100%;
    margin: 20px 0;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    max-width: 540px;
    font-family: TradeGothicLT;
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .side-effects p sup {
    top: -.85em;
    font-size: 50%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .side-effects p {
        font-size: 21px;
        line-height: 30px;
        margin: 0 auto 16px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .side-effects p {
        font-size: 21px;
        line-height: 30px;
        margin: 0 auto 16px;
    }
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .side-effects a {
    color: #fff;
    text-decoration: none;
}

/* #repatha-pregnancy-registry > .component-content .quantum-full-width-cta__inner p {
display: none;
} */

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
    margin: 0 auto 0 0;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    max-width: 540px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
        margin: 30px auto 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap {
        padding-top: 10px;
    }
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button {
    margin: 0 auto 0 0;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #544f4f;
    padding: 16px 0;
    font-size: 22px;
    line-height: 26px;
    border-radius: 30px;
    max-width: 320px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap .quantum-button {
        margin: 0 auto;
    }
}

#repatha-pregnancy-registry>.component-content .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap span {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #544f4f;
    font-size: 22px;
    line-height: 26px;
    border-radius: 30px;
    max-width: 320px;
    font-family: TradeGothicLT-BoldTwo;
}

/* Repatha Side effects page */

/* Spanish Language File */

/* 1st block */

/* @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) { */

/* @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {  */

#porqueun {
    padding: 0px
}

#porqueun .row .col-lg-5 .rich-text .component-content:nth-child(1) {
    margin: 20px;
}

#porqueun .row .col-lg-7 .rich-text .component-content:nth-child(1) {
    margin: -11px 0 40px 20px;
}

#porqueun .component-content:nth-child(1) {
    margin-bottom: 0px;
    margin: 48px auto 60px;
    width: 94%;
    max-width: 1366px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #porqueun .component-content:nth-child(1) {
        width: 92%;
        margin-bottom: 60px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #porqueun .component-content:nth-child(1) {
        width: 320px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

#porqueun .row {
    display: flex;
    justify-content: space-between;
}

#porqueun .row>div {
    padding: 0px;
}

#porqueun .row>div .rich-text {
    padding: 0px;
}

#porqueun .row>div .rich-text .component-content {
    margin-bottom: 0px;
}

@media only screen and (min-width: 1024px) {
    #porqueun .row>div .rich-text .component-content h1 {
        width: 360px;
        min-width: 360px;
        margin: -11px 20px 0 145px;
        font-family: TradeGothicLT-Bold;
        color: #00144f;
        font-size: 55px;
        line-height: 60px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #porqueun .row>div .rich-text .component-content h1 {
        font-family: TradeGothicLT-Bold;
        font-size: 55px;
        line-height: 55px;
        color: #00144f;
        margin: 0 0 24px 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #porqueun .row>div .rich-text .component-content h1 {
        line-height: 55px;
        margin: 0 auto 24px 0;
        font-family: TradeGothicLT-Bold;
        color: #00144f;
        font-size: 55px;
    }
}

#porqueun .row div:nth-child(2) {
    padding: 0px;
}

#porqueun .row div:nth-child(2) .rich-text {
    padding: 0px;
}

#porqueun .row div:nth-child(2) .rich-text .component-content {
    width: 640px;
    margin-right: 130px;
    margin-bottom: 0px;
    /* margin-left: -15px; */
}

@media only screen and (max-width: 1024px) {
    #porqueun .row div:nth-child(2) .rich-text .component-content {
        width: 400px;
        padding-left: 55px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #porqueun .row div:nth-child(2) .rich-text .component-content {
        margin: 12px 0 20px;
        font-size: 19px;
        line-height: 37px;
        color: #606060;
        width: 98%;
        padding-left: 0px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #porqueun .row div:nth-child(2) .rich-text .component-content {
        width: 320px;
        margin: 0 auto;
        padding-left: 0px;
    }
}

#porqueun .row:last-child div .rich-text .component-content p .red {
    color: #db2725;
}

#porqueun .row div:nth-child(2) .rich-text .component-content p {
    margin: 12px 0 20px;
    font-size: 18px;
    line-height: 31px;
    color: #606060;
    font-family: TradeGothicLT;
}

@media only screen and (min-width: 1024px) {
    #porqueun .row div:nth-child(2) .rich-text .component-content p {
        margin: 12px 0 20px;
        font-size: 19px;
        line-height: 37px;
        color: #606060;
        font-family: TradeGothicLT;
    }
}

/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px) {
    #porqueun .row div:nth-child(2) .rich-text .component-content p {
        padding-left: 105px;
    width: 445px;
} */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #porqueun .row div:nth-child(2) .rich-text .component-content p {
        margin: 12px 0 20px;
        font-size: 18px;
        line-height: 31px;
    }
}

/* 1st block */

/* 2nd block */

#la-felicidad {
    padding: 0px;
}

#la-felicidad .component-content {
    max-width: 1048px;
    margin-bottom: 0px;
    margin: 0 auto;
}

#la-felicidad .component-content .row {
    margin: 0px;
    padding-bottom: 60px;
}

#la-felicidad .component-content .row .col-lg-6:nth-child(1) {
    padding: 0px;
}

#la-felicidad .component-content .row .col-lg-6:nth-child(2) {
    padding-right: 0px;
    padding-left: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #la-felicidad .component-content .row {
        width: 100%;
        padding-bottom: 24px;
    }
}

#la-felicidad .component-content .row .col-lg-6 {
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #la-felicidad .component-content .row .col-sm-12:nth-child(2) .component-content {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #la-felicidad .component-content .row .col-sm-12:nth-child(2) .component-content {
        display: none;
    }
}

#la-felicidad .component-content .row .col-lg-6 .file-type-icon-media-link {
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #la-felicidad .component-content .row .col-lg-6 .file-type-icon-media-link img {
        min-height: 705px;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #la-felicidad .component-content .row .col-lg-6 .file-type-icon-media-link img {
        width: 100%;
        height: auto;
    }
}

#la-felicidad>.component-content .row .col-lg-6 .file-type-icon-media-link .component-content {
    margin: 0px;
}

#la-felicidad>.component-content .row .col-lg-6 .file-type-icon-media-link .component-content a {
    cursor: default;
}

#la-felicidad>.component-content .row .col-lg-6 .file-type-icon-media-link .component-content a>img {
    max-width: 100%;
}

#la-felicidad>.component-content .rich-text .component-content {
    margin: 0 0 60px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #la-felicidad .component-content .rich-text .component-content {
        margin: 0 40px 40px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #la-felicidad .component-content .rich-text .component-content {
        margin: 40px;
    }
}

@media only screen and (max-device-width: 320px) {
    #repatha-com-header .quantum-header__inner {
        width: 100%;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item {
        padding-left: 5px !important;
    }
    #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item .quantum-drop-down-menu__link .quantum-drop-down-menu__link-icon--expand-dropdown {
        margin: 0;
    }
    #repathaStart #fullIsi .quantum-isi-tray--closed.quantum-isi-tray, #repathaStart #fullIsi .quantum-isi-tray--open.quantum-isi-tray {
        padding: 20px 10px;
    }
}

#la-felicidad .component-content .rich-text .component-content p {
    font-size: 30px;
    color: #606060;
    text-align: center;
    line-height: 39px;
    margin: 0;
    font-family: TradeGothicLT;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #la-felicidad .component-content .rich-text .component-content p {
        color: #606060;
        text-align: center;
        font-size: 27px;
        line-height: 39px;
        margin: 0;
        font-family: TradeGothicLT;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #la-felicidad .component-content .rich-text .component-content p {
        font-size: 27px;
        line-height: 39px;
    }
}

/* 2nd block */

/* 3rd block */

#el-nivel-alto {
    background-color: #2e70ff;
    padding: 0px;
    max-width: 100%;
}

#el-nivel-alto .component-content {
    margin: 0 auto;
    width: 94%;
    max-width: 1366px;
    margin-bottom: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #el-nivel-alto .component-content {
        width: 91%;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #el-nivel-alto .component-content {
        width: 320px;
        margin: 0 auto;
    }
}

#el-nivel-alto .component-content .rich-text {
    padding: 0px;
}

#el-nivel-alto .component-content .rich-text .component-content {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 90px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #el-nivel-alto .component-content .rich-text .component-content {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #el-nivel-alto .component-content .rich-text .component-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* 3rd block */

/* 4th block  */

#el-colostrol-video {
    padding: 0px;
    background-color: #003e72;
    max-width: 100%;
}

#el-colostrol-video .component-content #play-icon {
    display: none;
}

#el-colostrol-video .component-content #cholestrol-video-carousel {
    display: none;
}

#el-colostrol-video .component-content #cholestrol-video-section .imageContainer .vjs-poster {
    background-color: transparent;
}

#el-colostrol-video .component-content #cholestrol-video-section .quantum-hero {
    background-color: #003e72;
}

#el-colostrol-video .component-content #cholestrol-video-section .quantum-hero .quantum-hero__inner {
    /* background-size: contain; */
    width: 568px;
    height: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #el-colostrol-video .component-content #cholestrol-video-carousel {
        display: block;
    }
    #el-colostrol-video>.component-content {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    #el-colostrol-video .component-content #el-cholestrol-header {
        padding-top: 30px;
        background-color: #00144f;
    }
    #el-colostrol-video .component-content #el-cholestrol-header .component-content {
        padding: 0px;
        text-align: center;
        font-size: 30px;
        font-family: TradeGothicLT;
        color: #fff;
        margin: 0;
    }
    #el-colostrol-video .component-content #el-cholestrol-header>.component-content {
        padding: 0px;
    }
    #el-colostrol-video .component-content #play-icon {
        display: block;
        background-color: #00144f;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #el-colostrol-video .component-content #play-icon .component-content {
        padding: 0px;
    }
    #el-colostrol-video .component-content #cholestrol-video-section {
        display: none;
    }
    #el-colostrol-video #cholestrol-video-carousel {
        padding: 0px;
        background-color: #003e72;
    }
    #el-colostrol-video #cholestrol-video-carousel .component-content {
        margin-bottom: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel .component-content>.carousel {
        padding: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>.carousel-inner {
        position: relative;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .carousel {
        padding: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content {
        position: relative;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
        padding: 20px 10px;
        align-items: center;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_right, #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_left {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1em;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_right strong, #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_left strong {
        display: block;
        font-family: 'TradeGothicLT-BoldTwo';
        font-weight: 400;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .field-slideimage {
        padding-top: 80px;
        display: flex;
        justify-content: center;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .field-slideimage img {
        margin-top: 30px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .prev-text {
        position: absolute;
        content: "";
        display: inline-block;
        width: 53px;
        height: 53px;
        border-right: 10px solid #fff;
        border-top: 10px solid #fff;
        transform: rotate(-135deg) translateY(50%);
        opacity: .55;
        top: 50%;
        left: 13px;
        cursor: pointer;
        pointer-events: all;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .next-text {
        display: block;
        clear: both;
        content: "";
        position: absolute;
        width: 53px;
        height: 53px;
        border-right: 10px solid #fff;
        border-top: 10px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        opacity: .55;
        top: 50%;
        left: auto;
        cursor: pointer;
        pointer-events: all;
        right: 50px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav {
        margin: 0 auto;
        width: 640px;
        justify-content: center;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers {
        position: absolute;
        color: #fff;
        padding: 5px;
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        transition: background-color .6s ease;
        top: 4px;
        opacity: .37;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers.active {
        opacity: 1;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers:nth-child(1) {
        margin-left: -25px;
        margin-top: 80px;
        font-size: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers:nth-child(2) {
        margin-left: -10px;
        margin-top: 80px;
        font-size: 0px;
    }
    .carousel .slide {
        animation: slide 0.5s forwards;
        -webkit-animation: slide 0.5s forwards;
    }
    @keyframes slide {
        100% {
            transform: translateX(0%);
        }
    }
    @-webkit-keyframes slide {
        100% {
            -webkit-transform: translateX(0%);
        }
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #el-colostrol-video .component-content #cholestrol-video-carousel {
        display: block;
    }
    #el-colostrol-video .component-content #el-cholestrol-header {
        padding-top: 30px;
        background-color: #00144f;
    }
    #el-colostrol-video .component-content #el-cholestrol-header .component-content {
        padding: 0px;
        text-align: center;
        font-size: 30px;
        font-family: TradeGothicLT;
        color: #fff;
        margin: 0;
    }
    #el-colostrol-video .component-content #el-cholestrol-header>.component-content {
        padding: 0px;
    }
    #el-colostrol-video .component-content #play-icon {
        display: block;
        background-color: #00144f;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #el-colostrol-video .component-content #play-icon .component-content {
        padding: 0px;
    }
    #el-colostrol-video .component-content #cholestrol-video-section {
        display: none;
    }
    #el-colostrol-video #cholestrol-video-carousel {
        padding: 0px;
        background-color: #003e72;
    }
    #el-colostrol-video #cholestrol-video-carousel .component-content {
        margin-bottom: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel .component-content>.carousel {
        padding: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>.carousel-inner {
        position: relative;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .carousel {
        padding: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content {
        position: relative;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100vw;
        justify-content: center;
        display: flex;
        padding: 20px 10px;
        align-items: center;
        left: -55px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_right, #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_left {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1em;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_right strong, #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .slide-info .dsk_left strong {
        display: block;
        font-family: 'TradeGothicLT-BoldTwo';
        font-weight: 400;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .field-slideimage {
        padding-top: 70px;
        display: flex;
        justify-content: center;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner ul li>div .component-content .field-slideimage img {
        margin-top: 30px;
        margin-right: 50px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .prev-text {
        position: absolute;
        content: "";
        display: inline-block;
        width: 53px;
        height: 53px;
        border-right: 10px solid #fff;
        border-top: 10px solid #fff;
        transform: rotate(-135deg) translateY(50%);
        opacity: .55;
        top: 50%;
        left: 13px;
        cursor: pointer;
        pointer-events: all;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .next-text {
        display: block;
        clear: both;
        content: "";
        position: absolute;
        width: 53px;
        height: 53px;
        border-right: 10px solid #fff;
        border-top: 10px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        opacity: .55;
        top: 50%;
        left: auto;
        cursor: pointer;
        pointer-events: all;
        right: 50px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav {
        margin: 0 auto;
        width: 640px;
        justify-content: center;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers {
        position: absolute;
        color: #fff;
        padding: 5px;
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        transition: background-color .6s ease;
        top: 4px;
        opacity: .37;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers.active {
        opacity: 1;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers:nth-child(1) {
        margin-left: -160px;
        margin-top: 65px;
        font-size: 0px;
    }
    #el-colostrol-video #cholestrol-video-carousel>.component-content>div .component-content .carousel-inner .nav .nav-items .sxa-numbers:nth-child(2) {
        margin-left: -140px;
        margin-top: 65px;
        font-size: 0px;
    }
    .carousel .slide {
        animation: slide 0.5s forwards;
        -webkit-animation: slide 0.5s forwards;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
    @keyframes slide {
        100% {
            transform: translateX(0%);
        }
    }
    @-webkit-keyframes slide {
        100% {
            -webkit-transform: translateX(0%);
        }
    }
}

#el-cholestrol-header .component-content:nth-child(1) {
    padding: 90px 100px 10px;
}

#el-colostrol-video>.component-content {
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0px;
}

#el-colostrol-video .component-content .rich-text {
    padding: 0px;
}

#el-colostrol-video .component-content #left-content, #el-colostrol-video .component-content #right-content {
    padding-top: 35px;
}

#el-colostrol-video .component-content .rich-text .component-content:nth-child(1) {
    /* padding: 90px 100px 60px; */
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: TradeGothicLT;
    line-height: 37px;
}

#el-colostrol-video>.component-content #cholestrol-video-section {
    padding: 0px;
}

#el-colostrol-video>.component-content #cholestrol-video-section .component-content:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

#el-colostrol-video>.component-content:nth-child(1) #cholestrol-video-section {
    padding-top: 50px;
    padding-bottom: 1px;
}

#el-colostrol-video #mid-content-video {
    max-width: 568px;
}

#el-colostrol-video #mid-content-video .desktop_only {
    max-width: 568px;
}

#el-colostrol-video #mid-content-video .desktop_only img {
    width: 568px;
    height: auto;
}

#el-colostrol-video #left-content .component-content:nth-child(1) {
    padding: 0px;
    margin-bottom: 0px;
}

#el-colostrol-video #left-content .component-content:nth-child(1) p {
    font-size: 28px;
    line-height: 32px;
    text-align: right;
    width: 214px;
    margin: 0;
}

#el-colostrol-video #left-content .component-content:nth-child(1) p strong {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 8px;
    display: block;
}

#el-colostrol-video #right-content .component-content:nth-child(1) {
    padding: 0px;
    margin-bottom: 0px;
}

#el-colostrol-video #right-content .component-content:nth-child(1) p {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    display: block;
    margin: 0;
    width: 214px;
}

#el-colostrol-video #right-content .component-content p strong {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 8px;
    display: block;
}

#el-colostrol-video>.component-content #cholestrol-video-section .component-content .imageContainer .video-js {
    width: 568px;
    height: 445px;
}

/* Vedio popup */

@media only screen and (min-width: 1024px) {
    #cholestrol-popup-video .quantum-modal__dialog {
        height: 537px;
        position: absolute;
        z-index: 9;
        width: 94%;
        max-width: 955px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #151B17;
        display: flex;
        align-items: flex-end;
        padding: 0px;
    }
}

/* Vedio popup */

/* 5th block */

#artery_explanation {
    padding: 0px;
}

#artery_explanation>.component-content {
    max-width: 960px;
    padding-top: 90px;
    margin-bottom: 0px;
    margin: 0 auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #artery_explanation>.component-content {
        margin: 0 auto;
        width: 91%;
        padding: 30px 0 50px;
        max-width: 960px;
        position: relative;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #artery_explanation>.component-content {
        padding-top: 30px;
        padding-bottom: 0;
        width: 320px;
        margin: 0 auto;
    }
}

#artery_explanation>.component-content .rich-text {
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    #artery_explanation>.component-content .rich-text {
        margin-bottom: 90px;
    }
}

#artery_explanation>.component-content .rich-text .component-content {
    margin-bottom: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #artery_explanation>.component-content .rich-text .component-content {
        margin-bottom: 30px;
    }
}

#artery_explanation>.component-content .rich-text .component-content>div span {
    vertical-align: top;
    justify-content: center;
    margin: 0 0 14px;
    align-items: center;
    background-color: #00144f;
    color: #fff;
    font-size: 27px;
    line-height: 33px;
    width: 41px;
    height: 41px;
    min-width: 41px;
    min-height: 41px;
    display: inline-block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #artery_explanation>.component-content .rich-text .component-content>div span {
        margin: 6px 14px 0 0;
    }
}

#artery_explanation>.component-content .rich-text .component-content>div h3 {
    margin-bottom: 25px;
    margin-top: -50px;
    width: auto;
    margin-left: 60px;
    font-family: TradeGothicLT-Bold;
    color: #00144f;
    font-size: 30px;
    line-height: 37px;
    margin-right: 3px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #artery_explanation>.component-content .rich-text .component-content>div h3 {
        margin-top: 13px;
        margin-right: 3px;
        display: inline-block;
        width: 260px;
        margin-left: 0px;
    }
}

#artery_explanation>.component-content .rich-text .component-content>div p {
    font-size: 19px;
    width: 100%;
    line-height: 31px;
    color: #606060;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #artery_explanation>.component-content .rich-text .component-content>div p {
        margin: 0;
        font-size: 18px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #artery_explanation>.component-content .rich-text .component-content>div p {
        font-size: 18px;
        line-height: 31px;
    }
}

/* 5th block */

/* 6th block */

#descargue {
    padding: 0px;
    background-color: #2e70ff;
    max-width: 100%;
}

#descargue .component-content {
    padding-top: 130px;
    padding-bottom: 80px;
    max-width: 940px;
    width: 91%;
    margin: 0 auto;
    margin-bottom: 0px;
}

#descargue .component-content #es-ldl-cholestrol>div {
    padding: 0;
}

#descargue .component-content #es-ldl-cholestrol>div h2 {
    color: #fff;
    font-size: 62px;
    font-family: TradeGothicLT-Bold;
    line-height: 64px;
}

#descargue .component-content #es-ldl-cholestrol>div p {
    text-align: center;
    color: #fff;
    font-size: 1em;
    margin-top: 50px;
    font-family: TradeGothicLT-BoldTwo;
}

#descargue .component-content #es-ldl-cholestrol .quantum-full-width-cta__button-wrap {
    text-align: center;
}

#descargue .component-content #es-ldl-cholestrol .quantum-full-width-cta__button-wrap a.quantum-button {
    background: #fff;
    font-family: TradeGothicLT-BoldTwo;
    border-radius: 30px;
    color: #2e70ff;
    padding: 10px 0;
    max-width: 405px;
    width: 100%;
    text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #descargue .component-content #es-ldl-cholestrol>div h2 {
        font-size: 50px;
        line-height: 50px;
    }
    #descargue .component-content {
        padding-bottom: 45px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #descargue .component-content {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 45px;
    }
    #descargue .component-content #es-ldl-cholestrol>div h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

/* 6th block */

/* Spanish Language File */

/* Pregnancy page */

#pregnancy-registry {
    padding: 0px;
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
    #pregnancy-registry {
        padding: 0px 0px 60px 0px;
        margin-top: 90px;
        width: 94%;
        max-width: 1366px;
    }
    #pregnancy-registry .component-content {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-registry {
        width: 91%;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 375px) {
    #pregnancy-registry {
        padding-top: 60px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-registry {
        width: 320px;
        margin: 0 auto;
    }
}

#pregnancy-registry .component-content .rich-text {
    padding: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-registry .component-content {
        margin-bottom: 60px;
    }
}

#pregnancy-registry .component-content .rich-text .component-content {
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    #pregnancy-registry .component-content .rich-text .component-content .wrapper h1 {
        width: 800px;
    }
}

#pregnancy-registry .component-content .rich-text .component-content .wrapper h1 {
    font-size: 55px;
    line-height: 60px;
    margin: 0 20px 0 130px;
    color: #00144f;
    font-family: TradeGothicLT-Bold;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-registry .component-content .rich-text .component-content .wrapper h1 {
        margin: 0 auto 24px 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-registry .component-content .rich-text .component-content .wrapper h1 {
        line-height: 55px;
        margin: 0 auto 24px 0;
    }
}

#pregnancy-registry .component-content .rich-text .component-content .wrapper h1 sup {
    top: -.85em;
    font-size: 50%;
}

#pregnancy-registry .component-content .rich-text .component-content .wrapper section {
    margin-top: 24px;
    margin-left: 130px;
    width: 800px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-registry .component-content .rich-text .component-content .wrapper section {
        margin: 0px;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-registry .component-content .rich-text .component-content .wrapper section {
        margin: 12px 0 20px;
        width: 100%;
    }
}

#pregnancy-registry .component-content .rich-text .component-content .wrapper section p {
    margin: 12px 0 20px;
    color: #606060;
    font-size: 19px;
    line-height: 37px;
    max-width: 100%;
    margin-bottom: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-registry .component-content .rich-text .component-content .wrapper section p {
        font-size: 18px;
        line-height: 31px;
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-registry .component-content .rich-text .component-content .wrapper section p {
        font-size: 18px;
        line-height: 31px;
    }
}

#pregnancy-repatha-modal {
    padding: 0px;
    max-width: 100%
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1023px) {
    #pregnancy-repatha-modal {
        margin-top: 12px;
    }
}

#pregnancy-repatha-modal .component-content {
    margin-bottom: 0px;
    max-width: 612px;
    margin: 0 auto;
}

#pregnancy-repatha-modal .component-content .rich-text {
    padding: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .component-content .rich-text {
        padding: 0px;
        text-align: start;
    }
}

#pregnancy-repatha-modal .component-content .rich-text .component-content {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-evenly;
}

#pregnancy-repatha-modal .component-content .rich-text .component-content h1 {
    font-size: 23px;
    line-height: 37px;
    text-align: left;
    color: #606060;
    font-family: TradeGothicLT-BoldTwo;
    margin: .67em 0;
    margin-top: 0px;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #pregnancy-repatha-modal .component-content .rich-text .component-content h1 {
        padding-left: 110px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .component-content .rich-text .component-content h1 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-top: 0px;
        margin-left: 0px;
    }
}

#pregnancy-repatha-modal .component-content .rich-text .component-content h1 sup {
    top: -.85em;
    font-size: 50%;
}

#pregnancy-repatha-modal .component-content .rich-text .component-content h1 br {
    display: none;
}

#pregnancy-repatha-modal .row {
    margin-left: -32px;
    margin-right: -32px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-repatha-modal .component-content .rich-text .component-content h1 {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        margin-top: 0px;
    }
    #pregnancy-repatha-modal .component-content .rich-text .component-content h1 br {
        display: block;
    }
    #pregnancy-repatha-modal .row {
        display: block;
        margin: 0px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .component-content .rich-text .component-content h1 br {
        display: block;
    }
    #pregnancy-repatha-modal .row {
        display: block;
        margin: 0px;
    }
}

#pregnancy-repatha-modal .row .col-5 {
    padding: 0px;
    display: flex;
    align-items: center;
    margin-left: -10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-repatha-modal .row .col-5 {
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .row .col-5 {
        margin: 0 auto;
    }
}

#pregnancy-repatha-modal .row .col-5 .file-type-icon-media-link {
    padding: 0px;
    display: flex;
    justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #pregnancy-repatha-modal .row .col-5 .file-type-icon-media-link {
        display: -ms-grid;
        padding-left: 50px;
    }
}

#pregnancy-repatha-modal .row .col-5 .file-type-icon-media-link .component-content {
    margin-bottom: 0px;
    max-width: 158px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .row .col-5 .file-type-icon-media-link .component-content {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
}

#pregnancy-repatha-modal .row .col-5 .file-type-icon-media-link .component-content a {
    cursor: default;
}

#pregnancy-repatha-modal .row .col-5 .file-type-icon-media-link .component-content a img {
    height: 88px;
    display: block;
    width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .row .col-5 .file-type-icon-media-link .component-content a img {
        width: auto;
        height: 118px;
    }
}

#pregnancy-repatha-modal .row .col-7 {
    padding: 0px;
    margin-left: -20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-repatha-modal .row .col-7 {
        margin: 0 auto;
        max-width: 612px;
        text-align: center;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .row .col-7 {
        margin: 0 auto;
        max-width: 612px;
        width: 320px;
        text-align: center;
    }
}

#pregnancy-repatha-modal .row .col-7 .mtb_copy p a {
    color: #2e70ff;
    text-decoration: none;
}

#pregnancy-repatha-modal .row .col-7 .mtb_copy p {
    color: #606060;
    line-height: 28px;
    font-size: 18px;
    font-family: TradeGothicLT;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-repatha-modal .row .col-7 .mtb_copy p {
        font-size: 16px;
        text-align: start;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-repatha-modal .row .col-7 .mtb_copy p {
        font-size: 16px;
        line-height: 28px;
    }
}

#pregnancy-repatha-modal .row .col-7 .mtb_copy p sup {
    top: -.85em;
    font-size: 50%;
}

#pregnancy-repatha-modal .row .col-7 .quantum-button {
    background-color: #2e70ff;
    color: #fff;
    padding: 8px 65px;
    display: inline-block;
    font-family: TradeGothicLT-BoldTwo;
    font-size: 16px;
    line-height: 20px;
    border-radius: 20px;
    min-height: fit-content;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-repatha-modal .row .col-7 .quantum-button {
        text-align: center;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 1024px) {
    #pregnancy-mobile-view {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #pregnancy-mobile-view {
        max-width: 612px;
        padding: 0px;
        margin: 0 auto;
        width: 91%;
    }
    #pregnancy-mobile-view .component-content {
        margin-bottom: 0px;
    }
    #pregnancy-mobile-view .component-content .file-type-icon-media-link {
        padding: 0px;
    }
    #pregnancy-mobile-view .component-content a {
        display: flex;
        justify-content: center;
    }
    #pregnancy-mobile-view .component-content a img {
        height: auto;
        width: 208px;
        margin: 0 auto;
    }
    #pregnancy-repatha-modal .component-content .row .col-5 {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #pregnancy-mobile-view {
        max-width: 612px;
        width: 320px;
        padding: 0px;
        margin: 0 auto;
    }
    #pregnancy-mobile-view .component-content {
        margin-bottom: 0px;
    }
    #pregnancy-mobile-view .component-content .file-type-icon-media-link {
        padding: 0px;
    }
    #pregnancy-mobile-view .component-content a {
        display: flex;
        justify-content: center;
    }
    #pregnancy-mobile-view .component-content a img {
        height: 100%;
        width: 208px;
        margin: 0 auto;
    }
    #pregnancy-repatha-modal .component-content .row .col-5 {
        display: none;
    }
}

/* Pregnancy page */

/* Repatha support (Reapatha ready services) */

#repsupport-cont1 {
    padding: 0px;
    margin-top: 90px;
    padding-bottom: 60px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 {
        padding-top: 60px;
        margin: 0 auto;
        width: 91%;
        padding-bottom: 60px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont1 {
        padding-top: 60px;
        margin: 0 auto;
        width: 320px;
        padding-bottom: 60px;
    }
}

#repsupport-cont1 .component-content {
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -ms-flexbox;
    display: ruby-base;
}

#repsupport-cont1 .component-content .row {
    margin: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 .component-content .row {
        display: block;
        margin: 0px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont1 .component-content .row {
        display: block;
        margin: 0px;
    }
}

#repsupport-cont1 .component-content .row .col-5 {
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 .component-content .row .col-5 {
        padding: 0px;
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont1 .component-content .row .col-5 {
        padding: 0px;
        max-width: 100%;
    }
}

#repsupport-cont1 .component-content .row .col-5 .rich-text {
    padding: 0px;
}

#repsupport-cont1 .component-content .row .col-5 .rich-text h1 {
    width: 260px;
    margin: 0 20px 0 40px;
    color: #00144f;
    font-size: 55px;
    line-height: 60px;
    font-family: TradeGothicLT-Bold;
}

@media only screen and (min-width: 1024px) {
    #repsupport-cont1 .component-content .row .col-5 .rich-text h1 {
        margin: 0 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 .component-content .row .col-5 .rich-text h1 {
        margin: 0px;
        width: 100%;
        line-height: 55px;
        margin: 0 auto 24px 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont1 .component-content .row .col-5 .rich-text h1 {
        margin: 0px;
        width: 100%;
        line-height: 55px;
        margin: 0 auto 24px 0;
    }
}

#repsupport-cont1 .component-content .row .col-5 .rich-text h1 sup {
    top: -.85em;
    font-size: 50%;
}

#repsupport-cont1 .component-content .row .col-7 {
    padding: 0px;
    width: 664px;
}

@media only screen and (min-width: 1024px) {
    #repsupport-cont1 .component-content .row .col-7 {
        padding-left: 20px;
        padding-right: 0px;
        width: 760px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 .component-content .row .col-7 {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont1 .component-content .row .col-7 {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
}

#repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner {
    display: block;
    padding: 0px;
}

#repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner .quantum-full-width-cta__title {
    display: none;
}

#repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner .quantum-full-width-cta__copy {
    display: none;
}

#repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner p {
    margin: 12px 0 20px;
    font-size: 19px;
    line-height: 37px;
    color: #606060;
    font-family: TradeGothicLT;
}

@media (min-width: 64em) {
    #repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner p {
        margin-right: -58px;
    }
    .repatha-homenav-es {
        width: 20px;
        color: #00144f;
        background: url(data:image/png;base64,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);
        background-repeat: no-repeat;
        background-size: 20px 17px;
        background-position: 50%;
        font-size: 4px;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(1) {
        display: block;
    }
    #repatha-com-header:lang(es) .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(2),
    .repatha-espanol   #repatha-com-header .quantum-header__inner .quantum-header__right .quantum-header__menu nav .quantum-drop-down-menu__list .quantum-drop-down-menu__list-item:nth-child(2){
        display: none ;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner p {
        margin: 12px 0 20px;
        font-size: 18px;
        line-height: 31px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner p {
        margin: 12px 7px 20px;
        font-size: 17px;
    }
}

#repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner p sup {
    top: -.85em;
    font-size: 50%;
}

#repsupport-cont1 .component-content:nth-child(1) .row .col-7 .quantum-button {
    margin: 0 auto 14px 0;
    display: block;
    width: 100%;
    font-family: TradeGothicLT-BoldTwo;
    font-size: 20px;
    line-height: 20px;
    padding: 17px 0;
    color: #fff;
    background-color: #2e70ff;
    border-radius: 20px;
    text-align: center;
    max-width: 365px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap a {
        text-align: center;
        margin: 26px auto 10px;
        max-width: 365px;
    }
    #repsupport-cont1 .component-content:nth-child(1) .row .col-7 .quantum-button {
        margin: 0 auto 14px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont1 .component-content .row .col-7 .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap a {
        text-align: center;
        margin: 26px auto 10px;
        max-width: 365px;
    }
}

#repsupport-cont1 .component-content:nth-child(1) .row .col-7 .quantum-button__text strong {
    font-weight: 400 !important;
}

#repsupport-cont1 .component-content:nth-child(1) .row .col-7 .quantum-button__text em {
    font-family: TradeGothicLT-Oblique;
    font-style: normal;
}

#repsupport-cont1 .component-content:nth-child(1) .row .col-7 .quantum-button a sup {
    top: -.85em;
    font-size: 50%;
}

#repsupport-cont1 .component-content .row .col-7 .rich-text {
    padding: 0px;
}

#repsupport-cont1 .component-content .row .col-7 .rich-text .component-content {
    max-width: 365px;
    display: block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont1 .component-content .row .col-7 .rich-text .component-content {
        max-width: 100%;
    }
}

#repsupport-cont1 .component-content .row .col-7 .rich-text .component-content span:nth-child(1) {
    font-family: TradeGothicLT-BoldTwo;
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 22px;
    color: #606060;
}

#repsupport-cont1 .component-content .row .col-7 .rich-text .component-content span:nth-child(1) a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#repsupport-cont1 .component-content .row .col-7 .rich-text .component-content span:nth-child(1) a:hover {
    text-decoration: none;
}

#repsupport-cont1 .component-content .row .col-7 .rich-text .component-content span:nth-child(2) {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #606060 !important;
}

#repsupport-cont2 {
    max-width: 1048px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont2 {
        width: 100%;
        max-width: 514px;
    }
}

#repsupport-cont2 .component-content {
    margin-bottom: 0px;
}

#repsupport-cont2 .component-content .row {
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont2 .component-content .row {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont2 .component-content .row {
        display: block;
    }
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) {
    padding: 0px;
    background-color: #2e70ff;
    max-width: 49%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(1) {
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(1) {
        max-width: 100%;
    }
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-container--primary {
    background-color: #2e70ff;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 514px;
    padding: 56px 56px 124px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner {
        padding: 34px 23px 124px;
        padding-bottom: 136px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner {
        padding: 31px 23px 124px;
        padding-bottom: 136px;
    }
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner h2 {
    display: none;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner h1 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-family: TradeGothicLT-BoldCondTwenty;
    width: 100%;
    color: #fff;
    margin: 0;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner h1 sup {
    top: -.85em;
    font-size: 50%;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner p {
    display: none;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(1) .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap a {
    display: block;
    font-family: TradeGothicLT-BoldTwo;
    font-size: 22px;
    line-height: 27px;
    padding: 13px 0;
    width: 78%;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 45px;
    background-color: #fff;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #2e70ff;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(2) {
    padding: 0px;
    background-color: #00144f;
    max-width: 49%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(2) {
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(2) {
        max-width: 100%;
    }
}

#repsupport-cont2 .component-content .row .col-6:nth-child(2) .quantum-full-width-cta__inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 514px;
    padding: 56px 56px 124px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(2) .quantum-full-width-cta__inner {
        padding: 34px 23px 124px;
        padding-bottom: 136px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #repsupport-cont2 .component-content .row .col-6:nth-child(2) .quantum-full-width-cta__inner {
        padding: 31px 23px 124px;
        padding-bottom: 136px;
    }
}

#repsupport-cont2 .component-content .row .col-6:nth-child(2) .quantum-full-width-cta__inner h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-family: TradeGothicLT-BoldCondTwenty;
    width: 100%;
    color: #fff;
    margin: 0;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(2) .quantum-full-width-cta__inner p {
    display: none;
}

#repsupport-cont2 .component-content .row .col-6:nth-child(2) .quantum-full-width-cta__inner .quantum-full-width-cta__button-wrap a {
    display: block;
    font-family: TradeGothicLT-BoldTwo;
    font-size: 22px;
    line-height: 27px;
    padding: 13px 0;
    width: 78%;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 45px;
    background-color: #fff;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #00144f;
}

/* Repatha support (Reapatha ready services) */

/* Resources */

#resources-1 {
    margin-top: 90px;
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #resources-1 {
        margin-top: 60px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #resources-1 {
        margin-top: 60px;
    }
}

#resources-1>div .component-content {
    margin-bottom: 0px;
}

#resources-1 .rich-text {
    padding: 0px;
}

#resources-1 .rich-text .component-content {
    margin-bottom: 0px;
}

#resources-1 .rich-text .component-content .wrapper {
    width: 94%;
    max-width: 1366px;
    margin: 0 auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #resources-1 .rich-text .component-content .wrapper {
        width: 320px;
        margin: 0 auto;
    }
}

#resources-1 .rich-text .component-content .wrapper h1 {
    margin: 0 0 140px 140px;
    font-size: 44px;
    line-height: 48px;
    text-align: start;
    color: #00144f;
    font-weight: 400;
    font-family: TradeGothicLT-Bold;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #resources-1 .rich-text .component-content .wrapper h1 {
        margin: 0px 0px 70px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #resources-1 .rich-text .component-content .wrapper h1 {
        margin: 0px 0px 70px;
    }
}

#resources-1 .rich-text .component-content .wrapper h1 br {
    display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #resources-1 .rich-text .component-content .wrapper h1 br {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #resources-1 .rich-text .component-content .wrapper h1 br {
        display: block;
    }
}

#resources-2 {
    padding: 0px;
}

#resources-2 .component-content:nth-child(1) {
    margin-bottom: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 708px;
}

#resources-2 .component-content .row {
    margin: 0px;
    width: 100%;
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #resources-2 .component-content .row {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #resources-2 .component-content .row {
        display: block;
    }
}

#resources-2 .component-content .row .col-6 .file-type-icon-media-link {
    padding: 0px;
    position: absolute;
}

#resources-2 .component-content .row .col-6 .file-type-icon-media-link .component-content {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#resources-2 .component-content .row .col-6 .file-type-icon-media-link .component-content {
    margin-bottom: 0px;
}

#resources-2 .component-content .row:nth-child(3) .col-6:nth-child(2) {
    display: none;
}

#resources-2 .component-content .row .col-6 {
    background-color: #00144f;
    max-width: 346px;
    margin: 0 0 10px;
    padding: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #resources-2 .component-content .row .col-6 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #resources-2 .component-content .row .col-6 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

#resources-2 .row .col-6 .rich-text {
    position: relative;
    padding: 150px 30px 140px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #resources-2 .row .col-6 .rich-text {
        margin: 0px auto 16px;
        padding: 150px 24px 140px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #resources-2 .row .col-6 .rich-text {
        margin: 0px auto 16px;
        padding: 150px 24px 140px;
    }
}

#resources-2 .row .col-6 .rich-text .component-content {
    margin-bottom: 0px;
}

#resources-2 .row .col-6 .rich-text .copy_holder h1 {
    color: white;
    margin: 0;
    font-family: TradeGothicLT-Bold;
    font-size: 23px;
    line-height: 28px;
    text-align: start;
}

#resources-2 .row .col-6 .rich-text .copy_holder p {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 20px;
    color: white;
    text-align: start;
}

#resources-2 .row .col-6 .button-tab {
    display: block;
    position: absolute;
    width: 80%;
    font-family: TradeGothicLT-BoldTwo;
    font-size: 16px;
    line-height: 20px;
    color: #00144f;
    background-color: #fff;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    border-radius: 20px;
    text-align: center;
}

#resources-2 #resources-aha .rich-text {
    position: initial;
    padding: 0px;
}

#resources-2 #cardio-smart .rich-text {
    position: initial;
    padding: 0px;
}

#resources-2 #fh-foundation .rich-text {
    position: initial;
    padding: 0px;
}

#resources-2 #mended-hearts .rich-text {
    position: initial;
    padding: 0px;
}

#resources-2 #women-heart-foundation .rich-text {
    position: initial;
    padding: 0px;
}

/* Resources */

/*On click color change */

@media only screen and (min-width: 1024px) {
    #repatha_services_page_espanol header #repatha-com-header .quantum-header__inner .quantum-drop-down-menu .quantum-drop-down-menu__list li:nth-child(5)>a {
        color: #979797;
    }
    #why-repatha header #repatha-com-header .quantum-header__inner .quantum-drop-down-menu .quantum-drop-down-menu__list li:nth-child(4)>a {
        color: #979797;
    }
    #repatha-com-es-ldl-cholestrol header #repatha-com-header .quantum-header__inner .quantum-drop-down-menu .quantum-drop-down-menu__list li:nth-child(3)>a {
        color: #979797;
    }
}

/*On click color change */