/*
  These are all the custom styles so far, try to follow the pattern of the classes here and/or in your own page.css file.

  If you need to copy or add a new global style just copy/add the whole block and paste it into your page.css file.  Then you can edit it to your needs.

*/

.noscroll {
    overflow: hidden;
}

header.site-header {
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

header.site-header {
    display: none;
}

header.mobile-header {
    display: flex;
    flex-direction: column;

    position: fixed;
    z-index: 1000;

    width: 100%;
    top: 0;
    transition: all 200ms ease-in-out;
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

header.mobile-header.mobile-header--hidden {
    top: -100%;
}

header.mobile-header.mobile-header--visible {
    top: 0;
    background: none;
    background-color: white;
    box-shadow: 0 0 10px 5px rgba(52, 52, 52, .1);

}

header.mobile-header.mobile-header--visible .mobile-header__logo.white,
header.mobile-header.mobile-header--visible .mobile-header__container--menu-opened .mobile-header__logo.green {
    display: none;
}

header.mobile-header.mobile-header--visible .mobile-header__logo.green,
header.mobile-header.mobile-header--visible .mobile-header__container--menu-opened .mobile-header__logo.white {
    display: block;
}

header.mobile-header.mobile-header--visible .icon-bar {
    background-color: var(--dark-green);
}

header.mobile-header.mobile-header--visible .mobile-header__container--menu-opened .icon-bar {
    background-color: white;
}

header.mobile-header.mobile-header--menu-opened {
    position: fixed;
}

header.mobile-header .mobile-header__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    height: 70px;
    padding-left: 3rem;

    position: relative;
}

header.mobile-header .mobile-header__container--menu-opened {
    background-color: var(--dark-green);
}

header.mobile-header .mobile-header__container--menu-opened .right-content {
    opacity: 0;
}

header.mobile-header .mobile-header__container--menu-opened .right-content .mobile-header__signup {
    cursor: not-allowed;
    pointer-events: none;
}

header.mobile-header .mobile-header__container .mobile-header__sidenav {
    position: absolute;
    left: -100%;
    top: 70px;
    right: auto;
    transition: all .3s ease;
    display: block;
    width: 100%;
    text-align: left;
    flex-basis: auto;
    background: #005d55;
    bottom: 0;
    height: calc(100vh - 70px);
    overflow-y: scroll;

    padding: 30px 30px 150px 30px;
}

header.mobile-header .mobile-header__container .mobile-header__sidenav--opened {
    transition: left .3s ease;
    left: 0;
}

header.mobile-header .sidenav__menu {
    display: block;
    list-style: none;
}

header.mobile-header .sidenav__menu .sidenav__menu-item:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 91%, .5);
    margin-right: 0;
}

header.mobile-header .sidenav__menu .sidenav__menu-item:last-of-type a>i {
    padding-left: 7px;
    color: #00a8e1;
}

header.mobile-header .sidenav__menu .sidenav__menu-item a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;

    padding: 25px 0;
    display: block;
}

header.mobile-header .sidenav__menu>.sidenav__menu-item:last-of-type a {
    font-weight: 700;
}

header.mobile-header .sidenav__menu .sidenav__menu-group {
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 91%, .5);
}

header.mobile-header .sidenav__menu .sidenav__menu-group>a {
    color: hsla(0, 0%, 100%, .55);

    display: block;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;

    padding: 25px 0 10px;
}

header.mobile-header .sidenav__menu .sidenav__menu-subgroup {
    width: 100%;
    min-width: 315px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 2px 2px rgb(52 52 52 / 5%);
    max-height: initial;
    background: none;
}

header.mobile-header .sidenav__menu .sidenav__menu-subgroup .sidenav__menu-item {
    border: none;
}

header.mobile-header .sidenav__menu .sidenav__menu-subgroup .sidenav__menu-item:last-of-type a {
    padding: 10px 0 25px;
}

header.mobile-header .sidenav__menu .sidenav__menu-subgroup .sidenav__menu-item a {
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;

    text-transform: none;
}

header.mobile-header .mobile-header__container .left-content,
header.mobile-header .mobile-header__container .right-content {
    display: flex;
    align-items: center;
}

header.mobile-header .mobile-header__toggle {
    display: block;
    background: none;
    padding: 0;
    border: none;
    top: 35px;
    left: 30px;
}

header.mobile-header .mobile-header__toggle .icon-bar {
    transition: all .3s ease;
}

header.mobile-header .mobile-header__toggle--opened .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 6px;
}

header.mobile-header .mobile-header__toggle--opened .icon-bar:nth-child(2) {
    display: none;
}

header.mobile-header .mobile-header__toggle--opened .icon-bar:nth-child(3) {
    transform: rotate(-40deg);
    position: relative;
    top: -1px;
}

header.mobile-header .mobile-header__logo {
    max-width: 102px;
}

header.mobile-header .mobile-header__logo.white {
    display: block;
}

header.mobile-header .mobile-header__logo.green {
    display: none;
}

header.mobile-header .mobile-header__signup,
.floating-subnav__signup {
    font-size: 14px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: 1px solid #00A8E1;
    background: #00a8e1;
    color: #fff;
    padding: 9px 8px 6px;
    font-weight: bold;
    white-space: nowrap;
    height: 40px;
    width: 82px;

    display: flex;
    align-items: center;
    justify-content: center;
}

header.mobile-header .mobile-header__signup.events-button {
    background: #DFDF00;
    margin-left: 8px;
    color: #005D55;
    border-color: #DFDF00;
}

@media screen and (min-width: 375px) {
    header.mobile-header .mobile-header__signup.events-button {
        margin-left: 16px;
    }
}

.header-right-buttons {
    display: flex;
}

.header-right-buttons a {
    min-width: 78px;
}

.header-right-buttons .events-button {
    color: #005D55;
    background: #DFDF00;
    margin-left: 12px;
    justify-content: center;
}

@media screen and (min-width: 1100px) {
    .header-right-buttons .events-button {
        margin-left: 16px;
    }
}

@media screen and (min-width: 1200px) {
    .header-right-buttons .events-button {
        margin-left: 38px;
    }
}

.header-right-buttons .events-button:hover,
.header-right-buttons .events-button:focus {
    color: #005D55 !important;
    background: #bdbd00 !important;
}

@media screen and (min-width: 1366px) {
    .header-right-buttons .events-button {
        margin-left: 20px;
    }
}

header.mobile-header .sidenav__menu-item .menu-item--active {
    color: #dfdf00 !important;
    font-weight: 700 !important;
}


@media screen and (min-width: 768px) {
    header.mobile-header .sidenav__menu>.sidenav__menu-item:last-of-type {
        display: none;
        pointer-events: none;
    }

    header.mobile-header .sidenav__menu>.sidenav__menu-group:last-of-type {
        border: none;
    }
}

section.floating-subnav {
    transition: all 200ms ease;

    width: 100%;
    height: 50px;
    background-color: white;

    position: fixed;
    z-index: 1000;
    top: -100%;

    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: space-between;
    align-items: center;

    padding: .2rem 2.5rem;

    box-shadow: 0 0 5px 5px rgba(52, 52, 52, .15);
}

section.floating-subnav.floating-subnav--opened {
    top: 0;
}

section.floating-subnav .floating-subnav__left-section {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

section.floating-subnav .floating-subnav__left-section h3 {
    padding: 0;
    margin: 0;

    font-family: azo-sans-web, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 16px;
}

section.floating-subnav .floating-subnav__left-section .dropdown-button {
    height: 36px;
    width: 36px;

    padding: .25rem;

    outline: none;
    border: none;
    background-color: white;
    cursor: pointer;

    transition: transform 200ms ease-in-out;
}

section.floating-subnav .dropdown-button--opened {
    transform: rotate(180deg);
}


section.floating-subnav .floating-subnav__menu {
    position: absolute;
    z-index: 999;
    width: 100%;

    transition: all 200ms ease-in-out;

    top: 100%;
    height: 0px;

    padding: 0 2.5rem;

    overflow: hidden;
    left: 0;
    opacity: 1;

    background-color: white;
    display: flex;
    flex-direction: column;

    box-shadow: 0px 20px 20px 0px rgb(52 52 52 / 10%);
}

section.floating-subnav .floating-subnav__menu--opened {
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: auto;
    overflow: auto;
}

section.floating-subnav .floating-subnav__menu a {
    font-family: azo-sans-web, Arial, sans-serif;
    color: #005d55;
    transition: all .3s ease;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 25px 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
}

section.floating-subnav .floating-subnav__menu a img {
    width: 20px;
    height: 20px;
}

section.floating-subnav .floating-subnav__menu a.active {
    color: #d0d023;
    transition: all .3s ease;
}

section.floating-subnav .floating-subnav__menu a:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
}

@media screen and (min-width: 1024px) {
    header.mobile-header {
        display: none;
    }

    header.site-header {
        display: block;
    }

    section.floating-subnav,
    section.floating-subnav .floating-subnav__menu,
    section.floating-subnav.floating-subnav--opened {
        display: none;
    }
}

.hpp-dtc-m-signUp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 685px
}

.hpp-dtc-m-signUp__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #041655;
    padding-left: 38px;
    padding-right: 38px;
    color: var(--white);
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 44px
}

.hpp-dtc-m-signUp__content_img {
    max-width: 88px
}

.hpp-dtc-m-signUp::before {
    height: 55px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    background-image: url(/images/global/signUp/wave.svg)
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-signUp {
        min-height: 583px
    }

    .hpp-dtc-m-signUp::before {
        height: 100px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        content: "";
        background-image: url(/images/global/signUp/wave-tablet.svg)
    }

    .hpp-dtc-m-signUp__content {
        padding: 50px 4% 121px
    }

    .hpp-dtc-m-signUp__content_btn {
        padding-left: 128px;
        padding-right: 128px
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-signUp {
        min-height: 660px
    }

    .hpp-dtc-m-signUp::before {
        height: 148px;
        width: 100%;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        content: "";
        background-image: url(/images/global/signUp/wave-desktop.svg)
    }

    .hpp-dtc-m-signUp__content {
        gap: 0;
        padding-left: 34%;
        padding-right: 34%
    }

    .hpp-dtc-m-signUp__content_img {
        max-width: 51px;
        margin-bottom: 44px
    }

    .hpp-dtc-m-signUp__content_text {
        margin-top: 15px;
        margin-bottom: 60px
    }
}

.hpp-dtc-m-hero-video {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center
}

.hpp-dtc-m-hero .carousel {
    min-height: 28.4rem;
    position: absolute;
    width: 100%
}

.hpp-dtc-m-hero .carousel::before {
    content: "";
    display: block;
    height: 7.8rem;
    opacity: .6;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
    position: absolute;
    width: 100%;
    z-index: 1
}

.hpp-dtc-m-hero .carousel .carousel-content {
    padding: 0 3rem
}

.hpp-dtc-m-hero .carousel .carousel-content p {
    position: relative;
    top: -13.5rem
}

.hpp-dtc-m-hero .carousel .carousel-bg {
    min-height: 28.4rem
}

.hpp-dtc-m-hero .carousel .carousel-bg img {
    max-height: 28.4rem;
    object-fit: cover;
    object-position: center top;
    width: 100%
}

.hpp-dtc-m-hero .carousel .pre-title {
    color: var(--white);
    font-size: 1.8rem;
    font-family: druk-bold, sans-serif;
    letter-spacing: .02rem;
    line-height: 1.8rem;
    text-align: right;
    text-transform: uppercase
}

.hpp-dtc-m-hero .hero-bg {
    min-height: 28.4rem;
    position: absolute;
    width: 100%
}

.hpp-dtc-m-hero .hero-bg::before {
    content: "";
    display: block;
    height: 7.8rem;
    opacity: .6;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
    position: absolute;
    width: 100%
}

.hpp-dtc-m-hero .content {
    margin-top: 18.5rem;
    margin-bottom: 2rem;
    padding: 0 3rem
}

.hero-box {
    background-color: var(--dark-green);
    color: var(--white);
    margin-top: 1.6rem;
    padding: 3rem;
    font-family: azo-sans-web, sans-serif
}

.hero-box p {
    color: var(--white);
}

.hero-box sup {
    font-size: 100%;
    top: -.1rem
}

.hero-box h3 {
    color: var(--custom-yellow);
    font-size: 5.6rem;
    font-family: druk-bold, sans-serif;
    line-height: 4.2rem;
    letter-spacing: .15rem;
    margin-bottom: 3rem;
    position: relative;
    text-transform: uppercase
}

.hero-box h3::before {
    content: "";
    position: absolute;
    left: -11.4rem;
    top: .5rem;
    width: 9.6rem;
    height: .2rem;
    background: #0096c8
}

.hero-box p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: left
}

.hero-box p.patient-info {
    font-weight: 800
}

.hero-box .video-link-container {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
}

.hero-box .video-link-container>div {
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    height: auto !important
}

.hpp-dtc-m-hero .content .pre-title {
    color: var(--white);
    font-size: 1.8rem;
    font-family: druk-bold, sans-serif;
    line-height: 1.8rem;
    text-align: right;
    text-transform: uppercase
}

.hpp-dtc-m-hero .content .video-btn {
    background-color: #00a8e1;
    border-radius: 50%;
    width: 4.7rem;
    height: 4.7rem;
    margin-right: 1.6rem;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hpp-dtc-m-hero .content .video-btn::after {
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.2rem solid var(--white);
    content: "";
    height: 0;
    width: 0;
    position: relative;
    left: .3rem
}

.hpp-dtc-m-hero.internal-hero .hero-bg img {
    height: 28.4rem;
    object-fit: cover;
    object-position: center center;
    width: 100%
}

.hpp-dtc-m-hero.internal-hero .content {
    margin-top: 16.2rem
}

.hpp-dtc-m-hero.internal-hero .content .hero-box {
    padding-top: 4.5rem
}

.hpp-dtc-m-hero.internal-hero .content .hero-box h3 {
    font-size: 3.9rem;
    line-height: 4.4rem;
    letter-spacing: .1rem;
    margin-bottom: 2rem
}

.hpp-dtc-m-hero.internal-hero .content .hero-box p {
    line-height: 2.6rem
}

.hpp-dtc-m-hero.internal-hero .content .hero-box .video-link-container {
    margin-top: 1.8rem
}

.hpp-dtc-m-hero.internal-hero .content .hero-box.quote {
    background-image: url(/images/global/hero-quote.png);
    background-repeat: no-repeat;
    background-size: 3.8rem 3.2rem;
    background-position: 3.2rem 10.5rem;
    padding-top: 4.3rem
}

.hpp-dtc-m-hero.internal-hero .content .hero-box.quote h3::before {
    top: 1.4rem
}

.hpp-dtc-m-hero.internal-hero .content .hero-box.quote p {
    padding-left: 4.7rem
}

.hpp-dtc-m-hero.internal-hero.what-is-hpp-hero .hero-bg img {
    object-position: center 30%
}

.hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .hero-box h3::before {
    top: 1rem
}

.hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .hero-box p {
    width: 90%
}

.hpp-dtc-m-hero.internal-hero.here-for-you-hero .content,
.hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content,
.hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content {
    margin-top: 14.5rem
}

.hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box {
    padding-bottom: 4.2rem
}

.hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box h3 {
    margin-bottom: 1.4rem
}

.hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box.quote {
    padding-right: 2rem
}

.hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box.quote p {
    width: 97%
}

.hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box.quote p.patient-info {
    margin-bottom: 0
}

.hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box.quote {
    background-position-y: 47%
}

@media screen and (max-width:767px) {
    .hpp-dtc-m-hero.home-hero .hpp-dtc-m-hero-video {
        opacity: 0
    }

    .hpp-dtc-m-hero.home-hero .hpp-dtc-m-hero-mobile {
        opacity: 1;
        width: 100%;
        object-fit: fill;
        object-position: center center;
        position: absolute;
        top: 40px;
    }

    .hpp-dtc-m-hero.home-hero .content {
        padding: 0 3rem;
        margin-bottom: 4rem
    }

    .hpp-dtc-m-hero.home-hero .content .hero-box .video-link-container p {
        margin-right: 1.5rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box {
        padding-right: 5.8rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box h3::before {
        top: 1rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content .hero-box.quote {
        background-position-y: 11rem;
        padding-right: 3.8rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content .hero-box.quote h3 {
        margin-bottom: 1.5rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content h3::before {
        top: .9rem
    }

    .hpp-dtc-m-hero.internal-hero.tips-for-using-strensiq-hero .content .hero-box {
        padding-right: 3.5rem
    }

    .hpp-dtc-m-hero.internal-hero.tips-for-using-strensiq-hero .content .hero-box h3::before {
        top: 1rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box h3::before {
        top: 1rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box p {
        width: 90%
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box {
        padding-right: 3.5rem
    }
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-hero .carousel {
        min-height: 37.1rem
    }

    .hpp-dtc-m-hero .carousel .carousel-bg {
        min-height: 37.1rem
    }

    .hpp-dtc-m-hero .carousel .carousel-bg img {
        min-height: 37.1rem
    }

    .hpp-dtc-m-hero .hero-bg {
        min-height: 37.1rem
    }

    .hpp-dtc-m-hero .hero-bg img {
        object-fit: cover;
        object-position: top;
        max-height: 37.1rem
    }

    .hpp-dtc-m-hero .content {
        margin-top: 25.8rem;
        padding: 0 6rem
    }

    .hero-box {
        min-height: 37.3rem;
        padding: 3rem
    }

    .hero-box h3 {
        font-size: 7.5rem;
        line-height: 4.7rem;
        letter-spacing: .2rem;
        margin-bottom: 3.7rem
    }

    .hero-box h3::before {
        left: -12.5rem
    }

    .hero-box p {
        font-size: 1.8rem;
        line-height: 3rem
    }

    .hero-box>p {
        margin-bottom: 2.5rem
    }

    .hpp-dtc-m-hero .content .video-btn {
        margin-top: .5rem
    }

    .hpp-dtc-m-hero.internal-hero .hero-bg img {
        height: 100%
    }

    .hpp-dtc-m-hero.internal-hero .content {
        margin-top: 23.6rem
    }

    .hpp-dtc-m-hero.internal-hero .content .pre-title {
        font-size: 2.4rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box {
        margin-top: 2rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box h3 {
        font-size: 5.6rem;
        line-height: 5.6rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box p {
        line-height: 3rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box .video-link-container {
        margin-top: 3rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box.quote {
        background-position: 9.7rem 13.4rem;
        padding-top: 4.4rem;
        padding-right: 8.5rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box.quote h3 {
        margin-bottom: 4.5rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box.quote p {
        padding-left: 11.8rem;
        margin-bottom: 1.5rem
    }

    .hpp-dtc-m-hero.internal-hero.what-is-hpp-hero .hero-box {
        padding-top: 3.9rem;
        padding-bottom: 4.5rem
    }

    .hpp-dtc-m-hero.internal-hero.what-is-hpp-hero .hero-box p {
        margin: 0
    }

    .hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .hero-box h3::before {
        top: 1.5rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content,
    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content,
    .hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content {
        margin-top: 20.6rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content .pre-title,
    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .pre-title,
    .hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content .pre-title {
        line-height: 2.4rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box {
        padding-right: 10.5rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box {
        padding-right: 11rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box h3::before {
        top: 1.7rem
    }

    .hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box.quote {
        padding-right: 6rem
    }

    .hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box.quote p {
        width: 100%
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box .header {
        letter-spacing: .1rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box.quote {
        background-position-y: 13.1rem;
        padding-right: 10.3rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-m-hero.home-hero .content {
        padding: 0 6rem;
        margin-bottom: 7rem
    }

    .hpp-dtc-m-hero.home-hero .content .hero-box {
        max-width: 69.6rem;
        padding: 5.3rem 9.3rem 5.1rem 6.6rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box h3 {
        margin-right: 4rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box h3::before {
        top: 1.8rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box p {
        letter-spacing: .02rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content h3::before {
        top: 1.5rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .hero-box {
        padding-right: 13rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .hero-box p {
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 0
    }

    .hpp-dtc-m-hero.internal-hero.tips-for-using-strensiq-hero .content .hero-box h3::before {
        top: 1.7rem
    }

    .hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box h3 {
        margin-bottom: 4.4rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-hero {
        min-height: 65.7rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .hpp-dtc-m-hero .carousel {
        height: 100%
    }

    .hpp-dtc-m-hero .carousel .carousel-bg {
        height: 100%
    }

    .hpp-dtc-m-hero .carousel .carousel-bg img {
        height: 100%
    }

    .hpp-dtc-m-hero .row {
        width: 100%;
        z-index: 2;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .hpp-dtc-m-hero .hero-bg {
        height: 100%
    }

    .hpp-dtc-m-hero .hero-bg img {
        height: 100%
    }

    #intro.hpp-dtc-m-hero .content {
        justify-content: end;
        padding-right: 2.5rem;
    }

    .hpp-dtc-m-hero .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 13.3rem;
        margin-top: 12.4rem;
        padding: 0 11rem;
        padding-right: 1.5rem;
    }

    .hero-box {
        min-height: 36.6rem;
        max-width: 60%;
        padding: 5rem
    }

    .hero-box h3 {
        letter-spacing: .2rem;
        margin-bottom: 3.2rem
    }

    .hero-box h3::before {
        top: 1.8rem
    }

    .hero-box p {
        letter-spacing: .02rem
    }

    .hero-box>p {
        margin-bottom: 2.3rem
    }

    .hero-box .video-link-container {
        max-width: 42rem
    }

    .hero-box .video-link-container p {
        margin-bottom: 1.7rem
    }

    .hpp-dtc-m-hero .content .video-btn {
        margin-right: 2.2rem;
        margin-top: .6rem
    }

    .hpp-dtc-m-hero.internal-hero {
        min-height: 71.7rem
    }

    .hpp-dtc-m-hero.internal-hero .hero-bg {
        height: 100%
    }

    .hpp-dtc-m-hero.internal-hero .hero-bg img {
        max-height: fit-content;
        height: 100%
    }

    .hpp-dtc-m-hero.internal-hero .content {
        margin-top: 14.1rem;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hpp-dtc-m-hero.internal-hero .content .pre-title {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 2.8rem;
        margin-top: 10rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 0;
        padding-top: 5.7rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box h3 {
        font-size: 6.5rem;
        line-height: 6.2rem;
        margin-bottom: .9rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box h3::before {
        top: 2.7rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box p {
        line-height: 3rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box .video-link-container {
        margin-top: 2.4rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box.quote {
        background-size: 4.8rem 4.2rem;
        background-position: 7.7rem 12.4rem;
        padding-top: 6.4rem;
        padding-left: 15.3rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box.quote h3 {
        margin-bottom: 2rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box.quote h3::before {
        top: 2rem;
        left: -20.5rem;
        width: 18rem
    }

    .hpp-dtc-m-hero.internal-hero .content .hero-box.quote p {
        padding-left: 0;
        margin-bottom: 1.1rem
    }

    .hpp-dtc-m-hero.home-hero .hpp-dtc-m-hero-video {
        min-height: 49%;
        object-fit: cover
    }

    .hpp-dtc-m-hero.home-hero .hero-box {
        max-width: 66rem;
        padding-left: 8rem;
        padding-right: 4rem
    }

    .hpp-dtc-m-hero.how-strensiq-works-hero .content .hero-box {
        max-width: 64rem;
        padding-left: 8rem;
        padding-right: 4rem
    }

    .hpp-dtc-m-hero.how-strensiq-works-hero .content .pre-title {
        margin-top: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .pre-title {
        margin-top: 3.1rem
    }

    .hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .hero-box {
        max-width: 56rem;
        padding: 5.7rem 6rem 3.1rem
    }

    .hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .hero-box p {
        width: 100%
    }

    .hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content {
        margin-top: 14rem
    }

    .hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content .hero-box {
        max-width: 55.5rem;
        padding-left: 5rem;
        padding-right: 4rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .pre-title {
        margin-top: 3.1rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box {
        padding-left: 8.8rem;
        max-width: 68rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content {
        margin-top: 14rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content .pre-title {
        line-height: 2.4rem;
        margin-top: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content .hero-box {
        background-position-x: 3.7rem;
        max-width: 48rem;
        padding-left: 11.3rem;
        padding-right: 4.5rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content {
        margin-top: 14rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .pre-title {
        margin-top: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .hero-box {
        max-width: 62.8rem;
        padding-left: 8rem;
    }

    .subnav .active {
        font-weight: 700 !important;
    }

    .in-flex .activeli:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #dfdf00;
        transition: all .3s ease;
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .hero-box h3,
    .hpp-dtc-m-hero:not(:first-of-type).internal-hero .content .hero-box h3.header.upper {
        font-size: 45px;
        line-height: 42px;
        margin-bottom: 2rem;
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .hero-box h3::before {
        top: 2.3rem;
        left: -12rem
    }

    .hpp-dtc-m-hero.internal-hero.live-with-confidence-hero .content .hero-box .video-link-container {
        max-width: 100%
    }

    .hpp-dtc-m-hero.internal-hero.tips-for-using-strensiq-hero .content .hero-box {
        max-width: 58rem;
        padding-left: 8rem;
        padding-right: 5.5rem
    }

    .hpp-dtc-m-hero.internal-hero.tips-for-using-strensiq-hero .content .hero-box h3 {
        margin-bottom: 1.4rem
    }

    .hpp-dtc-m-hero.internal-hero.tips-for-using-strensiq-hero .content .hero-box p {
        margin-bottom: 0
    }

    .hpp-dtc-m-hero.internal-hero.tips-for-using-strensiq-hero .content .pre-title {
        margin-top: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .pre-title {
        margin-top: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box {
        max-width: 45rem;
        padding-left: 5rem;
        padding-right: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .pre-title {
        margin-top: 3.1rem
    }

    .hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box {
        max-width: 58rem
    }

    .hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box.quote {
        background-position-x: 3.7rem;
        padding-left: 11.3rem;
        padding-right: 4rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .pre-title {
        margin-top: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box {
        max-width: 63rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box p {
        padding-right: 4rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box.quote {
        background-position: 3.5rem 12.4rem;
        padding-left: 12rem;
        padding-right: 3rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content .hero-box {
        max-width: 45%
    }
}

@media screen and (min-width:768px) and (max-width:991px) and (orientation:landscape) {
    .hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content .hero-box {
        max-width: 45%
    }
}

@media screen and (min-width:768px) and (max-width:991px) and (orientation:landscape) {
    .hpp-dtc-m-hero.internal-hero.starting-strensiq-hero .content .hero-box {
        max-width: 100%
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {

    .hpp-dtc-m-hero.home-hero .content,
    .hpp-dtc-m-hero.how-strensiq-works-hero .content {
        padding: 0 6rem
    }

    .hpp-dtc-m-hero.internal-hero.resources-hero .content .hero-box {
        max-width: 58rem;
        padding-left: 7rem;
        padding-right: 5.5rem
    }
}

@media screen and (min-width:1200px) {
    .hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .hero-box {
        max-width: 68rem;
        padding-left: 8.8rem
    }

    .hpp-dtc-m-hero.internal-hero.how-strensiq-helps-hero .content .hero-box h3::before {
        top: 2.5rem
    }

    .hpp-dtc-m-hero.internal-hero.here-for-you-hero .content .hero-box {
        background-position-x: 7.7rem;
        max-width: 61.4rem;
        padding-left: 15.3rem;
        padding-right: 8.5rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box {
        max-width: 52.6rem;
        padding-left: 8rem;
        padding-right: 6rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box h3 {
        margin-bottom: 1.4rem
    }

    .hpp-dtc-m-hero.internal-hero.faqs-hero .content .hero-box h3::before {
        top: 2.5rem
    }

    .hpp-dtc-m-hero.internal-hero.paying-it-forward-hero .content .hero-box {
        max-width: 64.7rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box {
        max-width: 72.2rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box p {
        padding-right: 3rem
    }

    .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box.quote {
        background-position: 7.4rem 12.4rem;
        padding-right: 8rem;
        padding-left: 15.3rem
    }
}

@media screen and (min-width:1350px) {
    .hpp-dtc-m-hero.internal-hero.what-is-hpp-hero .hero-box {
        max-width: 73.9rem
    }
}

.hpp-dtc-m-callout {
    background: 0 0;
    text-align: left;
    border-radius: 3rem;
    padding: 4rem 2.5rem 4rem 7.5rem;
    border: .2rem solid var(--custom-yellow);
    position: relative;
    margin: 4.5rem 0;
    margin-left: 5rem
}

.hpp-dtc-m-callout_logo {
    position: absolute;
    left: -5rem;
    margin-right: 0;
    max-width: 10.8rem;
    width: 10rem;
    top: calc(50% - 50px)
}

.hpp-dtc-m-callout h3 {
    font-size: 1.8rem;
    margin-top: 0;
    font-family: azo-sans-web, sans-serif;
    font-weight: 700;
    color: var(--dark-green);
    text-transform: initial
}

.hpp-dtc-m-callout span {
    color: #69be28
}

@media screen and (max-width:767px) {
    .hpp-dtc-m-callout {
        border-radius: 3.6rem;
        padding: 4rem 2.5rem;
        margin: 4.5rem 1.5rem
    }

    .hpp-dtc-m-callout h3 {
        font-size: 1.6rem;
        text-align: center
    }

    .hpp-dtc-m-callout_logo {
        display: block;
        left: calc(50% - 32px);
        top: -3.5rem;
        width: 7.2rem;
        height: auto
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-m-callout {
        background: 0 0;
        text-align: left;
        margin-bottom: 2.5rem;
        position: relative
    }

    .hpp-dtc-m-callout_logo {
        position: absolute;
        left: -5rem;
        margin-right: 0;
        max-width: 10rem;
        width: 10rem;
        top: calc(50% - 50px)
    }
}

.hpp-dtc-callout-fill {
    background-color: var(--dark-green);
    color: var(--white);
    border-radius: 3.6rem;
    text-align: center;
    padding: 2.4rem 3rem 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.hpp-dtc-callout-fill_logo {
    max-width: 7.5rem;
    margin-bottom: 1.1rem
}

.hpp-dtc-callout-fill_description {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: .02rem;
    line-height: 2.6rem
}

.hpp-dtc-callout-fill a,
.hpp-dtc-callout-fill a:hover,
.hpp-dtc-callout-fill a:focus {
    color: var(--white);
    text-decoration: underline;
}

@media screen and (min-width:768px) {
    .hpp-dtc-callout-fill {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        padding: 3.6rem 4.6rem 4.4rem
    }

    .hpp-dtc-callout-fill_logo {
        margin-bottom: 0;
        margin-right: 2.6rem;
        max-width: 8.5rem
    }

    .hpp-dtc-callout-fill_description {
        font-size: 1.8rem;
        line-height: 3rem;
        margin-bottom: 0;
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-callout-fill {
        margin: 0 auto;
        max-width: 95.8rem;
        padding: 2.2rem 3.5rem 2.3rem
    }
}

.hpp-dtc-m-alphelpform {
    margin: auto;
    padding: 9rem 0 5rem
}

.hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form {
    background: 0 0
}

.hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form .content-holder {
    position: absolute;
    bottom: 0;
    max-width: 58rem
}

.hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form .content-holder h2 {
    margin-bottom: 4.5rem
}

@media screen and (max-width:767px) {
    .hpp-dtc-m-alphelpform {
        text-align: center
    }

    .hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form .content-holder {
        position: relative
    }

    .hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form .content-holder h2 {
        margin: auto;
        max-width: 25rem
    }

    .hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form_img {
        width: 16rem;
        margin: 2rem auto;
        position: initial;
        float: none
    }

    .hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form p {
        text-align: center;
        padding: 0 1.5rem
    }

    .content-holder .content-holder__child {
        margin-bottom: 35px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-m-alphelpform {
        margin: auto;
        padding: 18rem 0 5rem
    }

    .hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form {
        border-radius: 3.6rem;
        padding: 4rem 2.5rem
    }

    .hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form_img {
        width: 17.5rem;
        position: relative;
        top: -2.5rem;
        left: 4rem
    }
}

.hpp-dtc-m-strensiq-replace {
    background: #f8f8f8;
    padding: 6.5rem 0
}

.hpp-dtc-m-strensiq-replace_list {
    width: 76rem;
    margin: 0 auto
}

.hpp-dtc-m-strensiq-replace_list .list-unstyled {
    margin: auto;
    margin-bottom: 6rem
}

.hpp-dtc-m-strensiq-replace_item {
    letter-spacing: .016rem;
    line-height: 2.6rem;
    font-size: 1.8rem;
    text-align: center;
    color: var(--dark-green);
    font-weight: 700;
    margin: 0 auto;
    max-width: 24rem
}

.hpp-dtc-m-strensiq-replace_img {
    display: block;
    width: 24.5rem;
    margin: 0 auto 2.5rem
}

.hpp-dtc-m-strensiq-replace_content {
    font-size: 1.8rem;
    text-align: center;
    margin: 3rem 0
}

.hpp-dtc-m-strensiq-replace h2 {
    text-align: center
}

@media screen and (max-width:767px) {
    .hpp-dtc-m-strensiq-replace_content {
        font-size: 1.6rem;
        letter-spacing: .016rem;
        line-height: 2.6rem;
        margin: 3rem 2.3rem
    }
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-strensiq-replace {
        padding: 7rem 0 1rem
    }

    .hpp-dtc-m-strensiq-replace_item {
        text-align: left;
        max-width: 100%
    }

    .hpp-dtc-m-strensiq-replace_content {
        margin: 3rem 3rem 6rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-strensiq-replace {
        padding: 10rem 0 8.5rem
    }

    .hpp-dtc-m-strensiq-replace_img {
        width: 26rem
    }

    .hpp-dtc-m-strensiq-replace_item {
        font-size: 2rem;
        text-align: left
    }

    .hpp-dtc-m-strensiq-replace_content {
        max-width: 76rem;
        margin: 3rem auto 6rem
    }
}

div:last-child>.hpp-dtc-m-tipcard_holder {
    border-bottom: none
}

@media screen and (max-width:767px) {
    .hpp-dtc-m-tipcard_holder {
        margin: 3rem auto 0;
        width: 31.4rem;
        border-bottom: #969696 solid 1px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-m-tipcard_holder {
        margin: 6rem auto 0;
        width: 64.6rem;
        border-bottom: #969696 solid 1px
    }
}

.hpp-dtc-m-tipcard {
    background: var(--white);
    text-align: center;
    margin: 0 auto
}

.hpp-dtc-m-tipcard .emphasize {
    color: #00a8e1
}

.hpp-dtc-m-tipcard_img-top {
    width: 16rem;
    height: auto;
    margin: 0 auto
}

.hpp-dtc-m-tipcard_text {
    width: 100%;
    font-size: 1.8rem;
    margin: 0 auto
}

.hpp-dtc-m-tipcard_header {
    color: var(--dark-green);
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
    margin: 2.5rem auto
}

@media screen and (max-width:767px) {
    .hpp-dtc-m-tipcard {
        height: auto
    }

    .hpp-dtc-m-tipcard_text {
        font-size: 1.6rem;
        line-height: 2.6rem;
        height: auto;
        margin-bottom: 1.5rem
    }

    .hpp-dtc-m-tipcard_header {
        color: var(--dark-green);
        font-size: 3rem;
        line-height: 4.2rem;
        text-align: center;
        margin: 2.5rem auto .8rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-m-tipcard {
        width: 56rem;
        height: auto;
        margin: 0 auto
    }

    .hpp-dtc-m-tipcard_body {
        margin-top: 0;
        width: 36rem;
        float: left
    }

    .hpp-dtc-m-tipcard_header {
        text-align: left;
        margin-left: 5rem;
        margin-top: 0;
        font-size: 2.2rem;
        margin-bottom: 0
    }

    .hpp-dtc-m-tipcard_text {
        width: 36rem;
        text-align: left;
        font-size: 1.8rem;
        line-height: 3rem;
        margin: 1.3rem 0 6rem 5rem
    }

    .hpp-dtc-m-tipcard_img-top {
        margin-top: 0;
        width: 15rem;
        height: auto;
        float: left
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-tipcard_img-top {
        width: 18.4rem
    }

    .hpp-dtc-m-tipcard_header {
        margin: 2.5rem auto 1rem
    }
}

.hpp-dtc-m-card {
    background: var(--white);
    text-align: center;
    margin: 0 auto 3.8rem;
    width: 33rem;
    border: 1px solid #eaeaea;
    padding-bottom: 5.3rem
}

.hpp-dtc-m-card_text {
    width: 80%;
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 auto 3rem;
    text-align: center
}

.hpp-dtc-m-card_body {
    padding: 3.5rem 0 0;
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.hpp-dtc-m-card_btn {
    display: block;
    color: var(--dark-green);
    width: 20.3rem;
    height: 4.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    border: .1rem solid var(--dark-green);
    text-decoration: none
}

.hpp-dtc-m-card_btnCaption {
    padding-top: 1rem;
    display: inline-block;
    line-height: 2.1rem;
    letter-spacing: .1rem;
    font-family: 'azo-sans-web';
}

.hpp-dtc-m-card_btn:hover {
    color: var(--dark-green);
    text-decoration: none
}

.hpp-dtc-m-card_link-arrow {
    vertical-align: top;
    padding-top: 1.4rem
}

.hpp-dtc-m-card.soft-bones .hpp-dtc-m-card_text {
    font-size: 1.6rem;
    line-height: 2.6rem
}

.hpp-dtc-m-card.global-genes .hpp-dtc-m-card_text,
.hpp-dtc-m-card.nord .hpp-dtc-m-card_text {
    width: 88%
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-card {
        min-height: 63.3rem
    }

    .hpp-dtc-m-card.soft-bones .hpp-dtc-m-card_text {
        font-size: 1.8rem;
        line-height: 3rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-m-card {
        padding-bottom: 4.2rem;
        margin-bottom: 5.1rem
    }

    .hpp-dtc-m-card_text {
        width: 82%;
        font-size: 1.8rem;
        line-height: 3rem;
        margin: 0 auto;
        text-align: center
    }

    .hpp-dtc-m-card.global-genes .hpp-dtc-m-card_text,
    .hpp-dtc-m-card.nord .hpp-dtc-m-card_text {
        width: 82%
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-card {
        padding-bottom: 4.4rem;
        margin-bottom: 5.5rem
    }

    .hpp-dtc-m-card.soft-bones .hpp-dtc-m-card_text {
        width: 84%
    }

    .hpp-dtc-m-card_body {
        padding-top: 2rem
    }
}

.hpp-dtc-m-hpp-patient-advocacy {
    background: 0 0;
    padding: 5.4rem 0
}

.hpp-dtc-m-hpp-patient-advocacy_header {
    font-size: 4.1rem;
    text-align: center;
    line-height: 4.2rem;
    color: var(--dark-green);
    margin-bottom: 3rem
}

.hpp-dtc-m-hpp-patient-advocacy .content-text {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #383838;
    text-align: center;
    margin-top: 2rem;
    max-width: 92%;
    margin: 0 auto 5rem
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-m-hpp-patient-advocacy {
        padding: 6.2rem 0
    }

    .hpp-dtc-m-hpp-patient-advocacy .cards-container {
        margin: 0 3rem
    }

    .hpp-dtc-m-hpp-patient-advocacy .content-text {
        max-width: 49rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-hpp-patient-advocacy {
        padding: 15rem 0 7rem
    }

    .hpp-dtc-m-hpp-patient-advocacy_header {
        font-size: 4.5rem
    }

    .hpp-dtc-m-hpp-patient-advocacy .content-text {
        max-width: 76rem
    }

    .hpp-dtc-m-hpp-patient-advocacy .cards-container {
        max-width: 116rem;
        margin: 0 auto
    }
}

.hpp-dtc-life-with {
    background-color: var(--dark-green);
    color: var(--white)
}

.hpp-dtc-life-with__content {
    padding: 6rem 0 5rem 0
}

.hpp-dtc-life-with__content .content-holder {
    margin: auto
}

.hpp-dtc-life-with__content .title {
    color: var(--custom-yellow);
    font-size: 45px;
    line-height: 1;
    margin-bottom: 3.5rem
}

.hpp-dtc-life-with__content .title .d-md-block {
    display: none !important
}

.hpp-dtc-life-with__content .logo {
    width: 32rem;
    margin-left: 8rem
}

.hpp-dtc-life-with__content .description {
    margin-bottom: 2rem
}

.hpp-dtc-life-with__content .description .d-md-block {
    display: none !important
}

.hpp-dtc-life-with__content .description::before {
    content: "“";
    color: var(--white);
    font-family: druk-bold, sans-serif;
    font-size: 20rem;
    position: absolute;
    top: 4rem;
    left: -9rem;
}


.hpp-dtc-life-with__content .quote-by {
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .hpp-dtc-life-with__content .image-holder {
        text-align: center
    }

    .hpp-dtc-life-with__content .content-holder {
        margin: auto auto auto 0px;
        padding-right: 0px;
    }

    .hpp-dtc-how-doctor-diagnose .container {
        padding: 0px;
    }

    .hpp-dtc-life-with__content .title {
        font-size: 38px;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .hpp-dtc-life-with__content .title .d-md-block {
        display: block !important
    }

    .hpp-dtc-life-with__content .logo {
        width: 25rem;
        padding-bottom: 4rem;
        margin: auto
    }

    .hpp-dtc-life-with__content .description {
        padding: 0 6rem 0 7rem;
        margin-bottom: 2.8rem
    }

    .hpp-dtc-life-with__content .content-holder__description {
        padding-right: 3rem !important;
        margin-bottom: 1.8rem !important;
    }

    .hpp-dtc-life-with__content {
        padding-bottom: 0 !important;
    }

    .hpp-dtc-life-with__content .description::before {
        top: 13rem;
        left: 1.2rem
    }

    .hpp-dtc-life-with__content .quote-by {
        padding-left: 7rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-life-with__content .content {
        margin-bottom: 5rem;
        width: 92%
    }

    .hpp-dtc-life-with__content .title {
        margin-bottom: 2.5rem;
        font-size: 4.5rem
    }

    .hpp-dtc-life-with__content .title .d-md-block {
        display: block !important
    }

    .hpp-dtc-life-with__content .logo {
        width: 27rem;
        margin-top: 3rem;
        margin: auto
    }

    .hpp-dtc-life-with__content .description {
        margin-bottom: 2.8rem
    }

    .hpp-dtc-life-with__content .description .d-md-block {
        display: block !important
    }

    .hpp-dtc-life-with__content .description::before {
        font-size: 18rem;
        top: 10.5rem;
        left: -5rem
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .hpp-dtc-life-with .title {
        margin-bottom: 2.5rem;
        font-size: 4.5rem
    }

    .hpp-dtc-life-with .title .d-md-block {
        display: block !important
    }

    .hpp-dtc-life-with .logo {
        margin: auto
    }

    .hpp-dtc-life-with .description .d-md-block {
        display: block !important
    }
}

.hpp-dtc-getting-started__content {
    max-width: 80%
}

.hpp-dtc-getting-started__content .content-holder {
    padding: 10rem 0
}

.hpp-dtc-getting-started__content .title {
    font-size: 28px;
    text-align: center;
    margin: 3rem 0 2rem;
}

.hpp-dtc-getting-started__content .image-holder {
    text-align: center
}

.hpp-dtc-getting-started__content .logo {
    margin-right: auto;
    margin-left: auto;
    width: 18.4rem
}

.hpp-dtc-getting-started__content .description {
    margin: auto auto 3rem auto
}

.hpp-dtc-getting-started__content .button-holder {
    text-align: center
}

@media screen and (max-width:767px) {
    .hpp-dtc-getting-started__content {
        max-width: 100%
    }

    .hpp-dtc-getting-started__content .content-holder {
        padding: 5rem 0
    }

    .hpp-dtc-getting-started__content .title {
        margin: 3rem 0 2rem 0
    }

    /* .hpp-dtc-getting-started__content .second-block {
    padding-top: 5rem
  } */

    .hpp-dtc-getting-started__content .logo {
        width: 16rem
    }

    .hpp-dtc-getting-started__content .description {
        width: 95%
    }

    .hpp-dtc-getting-started__content .description br {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-getting-started__content {
        max-width: 90%
    }

    .hpp-dtc-getting-started__content .content-holder {
        padding: 7rem 0
    }

    .hpp-dtc-getting-started__content .logo {
        width: 16rem
    }

    .hpp-dtc-getting-started__content .title {
        margin: 3rem
    }

    .hpp-dtc-getting-started__content .description {
        width: 29ch;
        font-size: 1.5rem
    }

    .hpp-dtc-getting-started__content .content-holder__child .description {
        max-width: 27ch;
    }

    .hpp-dtc-getting-started__content .description br {
        display: none
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .hpp-dtc-getting-started__content {
        max-width: 100%
    }

    .hpp-dtc-getting-started__content .description {
        width: 90%;
        font-size: 1.5rem
    }

    .hpp-dtc-getting-started__content .description br {
        display: none
    }
}

@media screen and (min-width:1440px) and (max-width:1920px) {
    /* .hpp-dtc-getting-started__content .content-holder {
    padding: 10rem 7rem
  } */
}

@media screen and (min-width:1920px) {
    /* .hpp-dtc-getting-started__content .content-holder {
    padding: 10rem 25rem
  } */
}

.textContent {
    text-align: center
}

.hpp-dtc-m-hpp-patient-support {
    background: #ecf8fe;
    background-position: center 103%;
    background-size: 100%;
    padding: 5.8rem 0 !important;
    padding-bottom: 0 !important;
}

.hpp-dtc-m-hpp-patient-support__content {
    overflow: hidden
}

.hpp-dtc-m-hpp-patient-support__content_img {
    margin-top: 1rem;
    width: 100%;
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem)
}

.hpp-dtc-m-hpp-patient-support__content_img_container {
    width: 100%
}

.hpp-dtc-m-hpp-patient-support__content h2 {
    font-weight: normal;
    margin-bottom: 1.3rem
}

.hpp-dtc-m-hpp-patient-support__content .cta {
    font-size: 1.4rem;
    margin-bottom: 4.4rem;
    padding: 0px;
    width: 100%
}

.hpp-dtc-m-hpp-patient-support__content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 3rem
}

.hpp-dtc-m-hpp-patient-support__content .logos {
    max-width: 30rem;
    margin: 0 auto
}

.hpp-dtc-m-hpp-patient-support__content .logos .division {
    background-color: #526592;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 6.3rem;
    margin: 0 .5rem;
    width: .0625rem
}

.hpp-dtc-m-hpp-patient-support__content .logos img {
    min-width: 0;
    width: 100%
}

.hpp-dtc-m-hpp-patient-support__content .logos img:nth-of-type(1) {
    max-width: 16rem
}

.hpp-dtc-m-hpp-patient-support__content .logos img:nth-of-type(2) {
    max-width: 11.6rem
}

.hpp-dtc-m-hpp-patient-support__content .quote-container {
    position: relative;
    margin-top: 6rem;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box,
.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow {
    background-color: var(--white);
    border: .5rem solid #17487C;
    border-radius: 1.5rem;
    position: relative;
    padding: 2.7rem 3.6rem 2.2rem 4rem
}

.hpp-dtc-m-hpp-patient-support__content .quote-box {
    border-color: #005850;
    font-weight: bold;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box .arrow,
.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow .arrow {
    bottom: -5rem;
    left: 4.8rem;
    position: absolute
}

.hpp-dtc-m-hpp-patient-support__content .quote-box .arrow::after,
.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow .arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box .arrow.arrow-down,
.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow .arrow.arrow-down {
    border-left: 0 solid transparent;
    border-right: 3.8rem solid transparent;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box .arrow.arrow-down {
    border-top: 4.8rem solid #005850;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow .arrow.arrow-down {
    border-top: 4.8rem solid #17487C;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box .arrow.arrow-down::after,
.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow .arrow.arrow-down::after {
    bottom: 1.5rem;
    border-left: 0 solid transparent;
    border-right: 3.8rem solid transparent;
    border-top: 4.8rem solid var(--white);
    left: .5rem;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box p,
.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow p {
    color: var(--dark-green);
    font-family: cubano, sans-serif;
    /* font-weight: bolder; */
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: .1rem;
    padding: 0;
    text-align: left;
    letter-spacing: 1px;
}

.hpp-dtc-m-hpp-patient-support__content .quote-box p.manager,
.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow p.manager {
    color: #69be28;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-align: right;
    margin-bottom: 0
}

.hpp-dtc-m-hpp-patient-support__content .quote-box {
    z-index: 1
}

.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow {
    background-color: #17487C;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -ms-transform: skew(3deg, -5deg);
    transform: skew(3deg, -5deg)
}

.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow .arrow.arrow-down {
    bottom: -4rem
}

.hpp-dtc-m-hpp-patient-support__content .quote-box-shadow .arrow.arrow-down::after {
    border-top-color: var(--dark-green)
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-hpp-patient-support {
        background-position: -27% bottom;
        background-size: 60%;
        padding-top: 6.4rem
    }

    .hpp-dtc-m-hpp-patient-support__content {
        position: relative;
        overflow: visible
    }

    .hpp-dtc-m-hpp-patient-support__content_img {
        -ms-transform: none;
        transform: none;
        max-height: 30.3rem;
        width: auto
    }

    .hpp-dtc-m-hpp-patient-support__content_img_container {
        width: auto;
        position: absolute;
        bottom: 0;
        left: -15%
    }

    .hpp-dtc-m-hpp-patient-support__content_container {
        padding-bottom: 6rem
    }

    .hpp-dtc-m-hpp-patient-support__content h2 {
        margin-bottom: 2.5rem
    }

    .hpp-dtc-m-hpp-patient-support__content .cta {
        font-size: 1.6rem;
        max-width: 36.3rem
    }

    .hpp-dtc-m-hpp-patient-support__content p {
        font-size: 1.8rem;
        line-height: 3rem;
        margin-bottom: 2.4rem;
        padding: 0 7rem
    }

    .hpp-dtc-m-hpp-patient-support__content .logos {
        margin-top: 8.6rem;
        max-width: 100%;
        padding: 0 .5rem
    }

    .hpp-dtc-m-hpp-patient-support__content .logos .division {
        height: 7.3rem;
        margin: 0 1rem 0 1.6rem
    }

    .hpp-dtc-m-hpp-patient-support__content .logos img:nth-of-type(1) {
        max-width: 19.1rem
    }

    .hpp-dtc-m-hpp-patient-support__content .logos img:nth-of-type(2) {
        max-width: 13.9rem
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 1rem
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box,
    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow {
        margin-right: .7rem;
        max-width: 40.9rem;
        padding: 3.6rem 3.8rem 4.6rem 3.6rem
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box p,
    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow p {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1.4rem;
        max-width: 95%
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box p.manager,
    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow p.manager {
        font-size: 1.9rem;
        max-width: 100%
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow {
        left: auto;
        right: 0
    }

}

@media screen and (min-width:992px) {
    .hpp-dtc-m-hpp-patient-support {
        background-position: -10.01rem bottom;
        background-size: 41%;
        padding-top: 8rem
    }

    .hpp-dtc-m-hpp-patient-support__content_img {
        -ms-transform: none;
        transform: none;
        max-height: 30.4rem;
        width: auto
    }

    .hpp-dtc-m-hpp-patient-support__content_img_container {
        width: auto;
        position: absolute;
        bottom: 0;
        left: -17%
    }

    .hpp-dtc-m-hpp-patient-support__content_container {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        display: -ms-flexbox;
        display: flex
    }

    .hpp-dtc-m-hpp-patient-support__content h2 {
        margin-top: 8.8rem;
        margin-bottom: 2.2rem;
        text-align: left
    }

    .hpp-dtc-m-hpp-patient-support__content p {
        text-align: left;
        padding: 0;
        margin-bottom: 3.4rem
    }

    .hpp-dtc-m-hpp-patient-support__content .logos {
        margin-top: 3.2rem;
        padding-right: 6.6rem;
        padding-left: 0
    }

    .hpp-dtc-m-hpp-patient-support__content .logos .division {
        margin: 0 .8rem 0 1rem
    }

    .hpp-dtc-m-hpp-patient-support__content .logos img:nth-of-type(1) {
        width: 19.1rem
    }

    .hpp-dtc-m-hpp-patient-support__content .logos img:nth-of-type(2) {
        width: 13.9rem
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box,
    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow {
        margin-right: .2rem;
        max-width: 38.6rem;
        padding-top: 3.3rem;
        padding-bottom: 4rem
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box p,
    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow p {
        margin-bottom: .3rem;
        max-width: 100%
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box p.manager,
    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow p.manager {
        font-size: 1.9rem;
        max-width: 100%
    }
}

@media screen and (min-width:1200px) {
    .hpp-dtc-m-hpp-patient-support {
        background-position: -11rem bottom;
        background-size: 44%
    }

    .hpp-dtc-m-hpp-patient-support__content .quote-box,
    .hpp-dtc-m-hpp-patient-support__content .quote-box-shadow {
        margin-right: 3.2rem
    }

    .hpp-dtc-m-hpp-patient-support__content_img {
        -ms-transform: none;
        transform: none;
        max-height: 38.4rem;
        width: auto
    }

    .hpp-dtc-m-hpp-patient-support__content_img_container {
        width: auto;
        position: absolute;
        bottom: 0;
        left: -15%
    }
}

@media screen and (min-width:1350px) {
    .hpp-dtc-m-hpp-patient-support {
        background-position: -12rem bottom;
        background-size: 45%
    }
}

@media screen and (min-width:1440px) {
    .hpp-dtc-m-hpp-patient-support {
        background-size: 67rem
    }
}

@media screen and (min-width:1440px) {
    .hpp-dtc-m-hpp-patient-support {
        background-size: 67rem
    }
}

@media screen and (min-width:1600px) {
    .hpp-dtc-m-hpp-patient-support {
        background-position: -5% bottom
    }
}

@media screen and (min-width:1920px) {
    .hpp-dtc-m-hpp-patient-support {
        background-position: 10% bottom
    }
}

.hpp-dtc-looking-for-resources {
    background-color: var(--dark-green)
}

.hpp-dtc-looking-for-resources__content {
    padding: 8rem
}

.hpp-dtc-looking-for-resources__content .title {
    color: var(--custom-yellow);
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 2.5rem
}

.hpp-dtc-looking-for-resources__content .description {
    color: var(--white);
    margin-bottom: 4.5rem;
    width: 84%
}

@media screen and (min-width: 325px) and (max-width: 424px) {
    .quote-container .quote-box p {
        letter-spacing: 0.5px;
        line-height: 25px;
    }
}

@media screen and (max-width:767px) {

    .hpp-dtc-lets-connect_pagination {
        opacity: 0;
    }

    .hpp-dtc-looking-for-resources__content {
        text-align: center;
        padding: 6rem 1rem
    }

    .hpp-dtc-looking-for-resources__content .title {
        margin-bottom: 2rem;
        padding: 0 2rem
    }

    .hpp-dtc-looking-for-resources__content .description {
        text-align: center;
        padding: 0 2rem;
        margin: 3rem 0;
        width: 100%
    }

    .hpp-dtc-looking-for-resources__content .cta__white {
        max-width: 70%;
        height: auto;
        font-size: 1.4rem
    }

    .quote-container {
        height: 352px;
    }

    .quote-container .quote-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-looking-for-resources__content {
        text-align: center;
        padding: 6.5rem 0
    }

    .hpp-dtc-looking-for-resources__content .title {
        margin-bottom: 3.8rem
    }

    .hpp-dtc-looking-for-resources__content .description {
        padding: 0 9rem;
        margin-bottom: 4.5rem;
        text-align: center;
        width: 100%
    }

    .hpp-dtc-looking-for-resources .d-md-block {
        display: none !important
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .hpp-dtc-looking-for-resources .d-md-block {
        display: none !important
    }

    .hpp-dtc-looking-for-resources__content {
        text-align: left;
        padding: 6.5rem 0
    }

    .hpp-dtc-looking-for-resources__content .title {
        margin-bottom: 3.8rem
    }

    .hpp-dtc-looking-for-resources__content .description {
        padding: 0 20rem;
        margin-bottom: 4.5rem;
        text-align: center;
        width: 100%
    }
}

.hpp-dtc-m-sidebar {
    background-color: #00a8e1;
    padding: .6rem 0;
    right: 0;
    top: 27.4rem;
    height: 37.3rem;
    /* width: 5.3rem; */
    width: 48px;
    z-index: 999
}

.hpp-dtc-m-sidebar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    list-style: none;
    margin: 0
}

.hpp-dtc-m-sidebar ul li {
    cursor: pointer;
    height: 4.9rem;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.hpp-dtc-m-sidebar ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.hpp-dtc-m-sidebar ul li a::before {
    content: attr(data-tooltip);
    position: absolute;
    background-color: #1b274d;
    color: var(--white);
    display: none;
    font-family: azo-sans-web, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .1rem;
    margin-top: .6rem;
    padding: .8rem 1.4rem .8rem 1.6rem;
    right: 5rem;
    text-transform: uppercase;
    top: 0;
    width: max-content
}

.hpp-dtc-m-sidebar ul li a::after {
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
    border-left: .8rem solid #1b274d;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    left: -.2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0
}

.hpp-dtc-m-sidebar ul li a:hover::before {
    display: inline-block
}

.hpp-dtc-m-sidebar ul li a:hover::after {
    display: block
}

.hpp-dtc-m-sidebar ul li .icon {
    height: 2.6rem;
    width: 2.6rem
}

.hpp-dtc-m-sidebar ul li:last-child {
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-sidebar {
        height: 36.6rem;
        padding: 3.8rem 0 4.2rem;
        top: 14rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) and (orientation:landscape) {
    .hpp-dtc-m-sidebar {
        top: 0;
        height: 100%
    }
}

.hpp-dtc-pharmacy-support__content {
    padding: 12rem 0;
    border-bottom: .1rem solid #eaeaea
}

.hpp-dtc-pharmacy-support__content .main-content-holder {
    text-align: center
}

.hpp-dtc-pharmacy-support__content .main-content-holder .subTitle {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700;
    margin: 2rem 0 5rem
}

.hpp-dtc-pharmacy-support__content .main-content-holder .description {
    width: 70%;
    margin: auto
}

.hpp-dtc-pharmacy-support__content .main-content-holder .welcome-letter {
    margin: 4rem 0 5rem
}

.hpp-dtc-pharmacy-support__content .image-holder {
    text-align: center
}

.hpp-dtc-pharmacy-support__content .image-holder .logo {
    width: 18.5rem
}

.hpp-dtc-pharmacy-support__content .contact-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 60%;
    margin: auto;
    margin-top: 5rem
}

.hpp-dtc-pharmacy-support__content .contact-links .icons {
    height: 3.8rem;
    margin-right: 2rem
}

.hpp-dtc-pharmacy-support__content .contact-links .contact-text {
    color: var(--dark-green);
    vertical-align: middle
}

.hpp-dtc-pharmacy-support__content .contact-links .contact-text a {
    color: var(--dark-green)
}

@media screen and (max-width:767px) {
    .hpp-dtc-pharmacy-support__content {
        padding: 6rem 0
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .subTitle {
        width: 90%;
        margin: 3rem auto 3rem
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .description {
        width: 90%
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .welcome-letter {
        width: 80%;
        margin: 3rem auto 3rem
    }

    .hpp-dtc-pharmacy-support__content .image-holder .logo {
        width: 23.5rem
    }

    .hpp-dtc-pharmacy-support__content .contact-links {
        width: 100%;
        display: block;
        text-align: center
    }

    .hpp-dtc-pharmacy-support__content .contact-links .contact-link-main {
        margin-top: 2rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-pharmacy-support__content {
        padding: 9rem 0
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .subTitle {
        width: 65%;
        margin: 3rem auto 4rem
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .description {
        width: 77%
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .welcome-letter {
        margin: 3rem 0 3rem
    }

    .hpp-dtc-pharmacy-support__content .image-holder .logo {
        width: 20rem
    }

    .hpp-dtc-pharmacy-support__content .contact-links {
        width: 100%
    }

    .hpp-dtc-pharmacy-support__content .contact-links .email-item {
        margin-right: 4rem
    }
}

.hpp-dtc-strensiq-injection {
    background-color: #f2f2f2;
    padding: 14rem 0
}

.hpp-dtc-strensiq-injection .subContent {
    padding-right: 11rem
}

.hpp-dtc-strensiq-injection .subContent:first-of-type {
    margin-bottom: 3rem
}

.hpp-dtc-strensiq-injection .title {
    margin-bottom: 3rem
}

.hpp-dtc-strensiq-injection .strensiqImg img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block
}

.hpp-dtc-strensiq-injection h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 4rem;
    font-family: azo-sans-web, sans-serif;
    color: #57c124;
    text-transform: initial
}

.hpp-dtc-strensiq-injection .body,
.hpp-dtc-strensiq-injection p {
    text-align: left
}

.hpp-dtc-strensiq-injection .cta {
    margin-top: 4.5rem
}

.hpp-dtc-strensiq-injection .cta::after {
    content: url(/images/live-with-confidence/download.svg);
    margin-left: 1.5rem;
    margin-top: .5rem
}

.hpp-dtc-strensiq-injection .callout {
    background: var(--dark-green);
    text-align: left;
    border-radius: 3.6rem;
    padding: 3.8rem 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5rem
}

.hpp-dtc-strensiq-injection .callout img {
    width: 8.5rem
}

.hpp-dtc-strensiq-injection .callout .callout-description {
    color: var(--white);
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .01em;
    line-height: 2.6rem;
    font-family: azo-sans-web, sans-serif;
    text-align: left;
    padding: 0 10rem 0 3rem;
    margin-bottom: 0
}

.hpp-dtc-strensiq-injection .callout .callout-description a {
    color: var(--white);
    text-decoration: underline
}

@media screen and (max-width:767px) {
    .hpp-dtc-strensiq-injection {
        padding: 1.5rem 0 6rem
    }

    .hpp-dtc-strensiq-injection .title {
        margin-bottom: 3rem
    }

    .hpp-dtc-strensiq-injection .mainContent {
        text-align: center;
        padding: 3rem
    }

    .hpp-dtc-strensiq-injection .mainContent .body,
    .hpp-dtc-strensiq-injection .mainContent p {
        font-size: 1.8rem;
        line-height: 3rem;
        width: 100%;
        text-align: center
    }

    .hpp-dtc-strensiq-injection .mainContent .subContent {
        padding-right: 0
    }

    .hpp-dtc-strensiq-injection .mainContent .cta {
        margin-top: 3.5rem
    }

    .hpp-dtc-strensiq-injection .strensiqImg {
        margin-left: 0
    }

    .hpp-dtc-strensiq-injection .strensiqImg img {
        width: 100%
    }

    .hpp-dtc-strensiq-injection .callout {
        margin-top: 5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 3.8rem 3rem
    }

    .hpp-dtc-strensiq-injection .callout img {
        margin: auto;
        margin-bottom: 3rem
    }

    .hpp-dtc-strensiq-injection .callout .callout-description {
        padding: 0;
        width: 100%;
        text-align: center
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-strensiq-injection {
        padding: .5rem 0 6rem
    }

    .hpp-dtc-strensiq-injection .body,
    .hpp-dtc-strensiq-injection p {
        width: 60%
    }

    .hpp-dtc-strensiq-injection .title {
        margin-top: 4.2rem
    }

    .hpp-dtc-strensiq-injection .subContent {
        padding-right: 0
    }

    .hpp-dtc-strensiq-injection .strensiqImg {
        margin-left: 0
    }

    .hpp-dtc-strensiq-injection .strensiqImg img {
        width: 100%
    }

    .hpp-dtc-strensiq-injection .callout {
        margin-top: 8.5rem
    }

    .hpp-dtc-strensiq-injection .callout .callout-description {
        padding: 0 4rem;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .hpp-dtc-strensiq-injection .strensiqImg {
        margin-left: -10rem;
        margin-top: -3.5rem
    }
}

.hpp-dtc-m-starter-kit {
    padding: 6.5rem 0 7rem
}

.hpp-dtc-m-starter-kit__content h2 {
    margin-bottom: 4.2rem
}

.hpp-dtc-m-starter-kit__content__area {
    position: relative;
    margin-bottom: 5.9rem
}

.hpp-dtc-m-starter-kit__content__area.active::before {
    opacity: 1;
    transition: all .3s ease
}

.hpp-dtc-m-starter-kit__content__area.active a {
    pointer-events: none
}

.hpp-dtc-m-starter-kit__content__area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    z-index: 21;
    transition: all .3s ease;
    pointer-events: none
}

.hpp-dtc-m-starter-kit__content__area img {
    display: block;
    width: 100%
}

.hpp-dtc-m-starter-kit__content__area__btns {
    margin: 8rem auto 0;
    max-width: 81.5%
}

.hpp-dtc-m-starter-kit__content__area__btns a {
    font-family: azo-sans-web, sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 800;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 2.8rem;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .18rem;
    text-decoration: none;
    position: relative;
    z-index: 20
}

.hpp-dtc-m-starter-kit__content__area__btns a::before {
    content: "+";
    background-color: #00a8e1;
    border-radius: 50%;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--white);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 2.1rem;
    height: 2.1rem;
    margin-right: .9rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    letter-spacing: 0
}

.hpp-dtc-m-starter-kit__content__area__btns a:last-child {
    margin-bottom: 0
}

.hpp-dtc-m-starter-kit__content__area__btns .row div:first-child {
    margin-bottom: 4rem
}

.hpp-dtc-m-starter-kit__content__area__modal {
    background-color: var(--custom-yellow);
    padding: 4rem;
    border-radius: 3.6rem;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 100%;
    min-height: 20.1rem;
    max-width: 34rem;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1
}

.hpp-dtc-m-starter-kit__content__area__modal .close,
.hpp-dtc-m-starter-kit__content__area__modal .close:hover,
.hpp-dtc-m-starter-kit__content__area__modal .close:focus {
    background-size: cover;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 2.7rem;
    right: 2.7rem;
    cursor: pointer;
    text-shadow: none;
    opacity: 1 !important;
}

.hpp-dtc-m-starter-kit__content__area__modal .close legend {
    font-size: 45px;
    color: #005D55;
}

.hpp-dtc-m-starter-kit__content__area__modal .close:hover {
    color: #dfdf00;
}

.hpp-dtc-m-starter-kit__content__area__modal p {
    color: #343434;
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: azo-sans-web, sans-serif;
    margin-bottom: 0;
    text-align: left;
}

.hpp-dtc-m-starter-kit__content__area__modal p.sk-modal-title {
    color: var(--dark-green);
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: .018rem;
    margin-bottom: .7rem
}

.hpp-dtc-m-starter-kit__content__area__modal>div {
    display: none
}

.hpp-dtc-m-starter-kit__content__area__modal>div.active {
    display: block
}

.hpp-dtc-m-starter-kit__content__area__modal.active {
    opacity: 1;
    z-index: 30;
    transition: all .3s ease
}

@media screen and (max-width:767px) {
    .hpp-dtc-m-starter-kit__content__area__modal {
        -ms-transform: translateY(-110%);
        transform: translateY(-110%);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-starter-kit__content h2 {
        margin-bottom: 5.1rem
    }

    .hpp-dtc-m-starter-kit__content__area {
        padding: 0 2rem;
        margin-bottom: 4.2rem
    }

    .hpp-dtc-m-starter-kit__content__area img {
        margin-left: 1rem;
        max-width: 57.9rem;
        margin: 0 auto;
    }

    .hpp-dtc-m-starter-kit__content__area__btns {
        max-width: 100%;
        margin-top: 10.2rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns .starter-kit-btns {
        min-height: 4.4rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns .row div:first-child {
        margin-bottom: 0
    }

    .hpp-dtc-m-starter-kit__content__area__modal {
        max-width: 34.6rem;
        top: 26%
    }

    .hpp-dtc-m-starter-kit__content__area__modal p.sk-modal-title {
        max-width: 87%;
        color: #005D55;
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-starter-kit {
        padding: 11.2rem 0 12.6rem
    }

    .hpp-dtc-m-starter-kit h2 {
        margin-bottom: 9.7rem
    }

    .hpp-dtc-m-starter-kit__content__area {
        padding-right: 7.8rem;
        margin-bottom: 9.4rem
    }

    .hpp-dtc-m-starter-kit__content__area img {
        margin-left: 0;
        margin: 0 auto;
        max-width: 55.8rem
    }

    .hpp-dtc-m-starter-kit__content__area__modal {
        top: 43%
    }

    .hpp-dtc-m-starter-kit__content__area__btns {
        position: absolute;
        top: 0;
        margin-top: 0;
        width: 100%;
        height: 100%
    }

    .hpp-dtc-m-starter-kit__content__area__btns a::before {
        font-size: 2.4rem;
        line-height: 2.3rem;
        width: 2.3rem;
        height: 2.3rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns .starter-kit-btns {
        max-width: 20rem;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        font-size: 1.4rem;
        letter-spacing: .1rem;
        line-height: 2rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns .starter-kit-btns.left-btn {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        left: 0;
        text-align: right
    }

    .hpp-dtc-m-starter-kit__content__area__btns .starter-kit-btns.left-btn::before {
        margin-left: 1.2rem;
        margin-right: 0
    }

    .hpp-dtc-m-starter-kit__content__area__btns .starter-kit-btns.left-btn::after {
        content: "";
        display: block;
        width: 20rem;
        height: .1rem;
        background-color: #707070;
        opacity: .7;
        position: absolute;
        left: 19.6rem;
        top: 2.3rem;
        z-index: -1
    }

    .hpp-dtc-m-starter-kit__content__area__btns .starter-kit-btns.right-btn {
        right: 0
    }

    .hpp-dtc-m-starter-kit__content__area__btns .starter-kit-btns.right-btn::after {
        content: "";
        display: block;
        width: 11rem;
        height: .1rem;
        background-color: #707070;
        opacity: .7;
        position: absolute;
        right: 20rem;
        top: 2.1rem;
        z-index: -1
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(1) {
        top: 33.8rem;
        left: 5.7rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(1)::after {
        width: 8rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(2) {
        top: 13.4rem;
        left: 1rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(3) {
        top: 11.5rem;
        right: 12rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(4) {
        top: 23.2rem;
        left: 6rem;
        max-width: 15rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(4)::after {
        width: 8rem;
        left: 13rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(1) {
        top: 17.1rem;
        right: 10.7rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(1)::after {
        width: 20rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(2) {
        max-width: 15rem;
        top: 23.1rem;
        right: 14.3rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(2)::after {
        width: 7.5rem;
        right: 15rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(3) {
        top: 29rem;
        right: 13.7rem;
        max-width: 15rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(3)::after {
        right: 13.5rem;
        width: 25.5rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(4) {
        top: 35.5rem;
        right: 20rem;
        max-width: 12rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(4)::after {
        right: 10rem;
        width: 9rem
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .hpp-dtc-m-starter-kit__content__area {
        padding-right: 0
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(1) {
        left: 1rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(2) {
        left: -1rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(3) {
        right: .5rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:first-child .starter-kit-btns:nth-child(4) {
        left: .5rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(1) {
        right: 2.3rem;
        letter-spacing: -.005rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(2) {
        right: 5.5rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(3) {
        right: 3rem
    }

    .hpp-dtc-m-starter-kit__content__area__btns>.row div:nth-child(2) .starter-kit-btns:nth-child(4) {
        right: 7rem
    }
}

.hpp-dtc-m-next-steps-form {
    padding: 8rem 0 6rem;
    background-color: #f2f2f2
}

.hpp-dtc-m-next-steps-form__content__area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.2rem;
    -ms-flex-line-pack: center;
    align-content: center
}

.hpp-dtc-m-next-steps-form_form {
    padding: 0 4rem
}

.hpp-dtc-m-next-steps-form_form .title {
    font-weight: 500
}

.hpp-dtc-m-next-steps-form_form .form-row {
    margin-bottom: 1.1rem
}

.hpp-dtc-m-next-steps-form_form label {
    font-size: 1.6rem;
    font-family: azo-sans-web, sans-serif
}

.hpp-dtc-m-next-steps-form_form .form-control {
    border: none;
    height: 4.8rem;
    font-size: 1.6rem;
    background-color: #f8f8f8
}

.hpp-dtc-m-next-steps-form_form .form-check {
    padding-left: 0;
    padding-bottom: 1.5rem
}

.hpp-dtc-m-next-steps-form_form .form-check .form-check-input:valid~.form-check-label {
    color: #343434
}

.hpp-dtc-m-next-steps-form_form .form-check .form-check-input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.hpp-dtc-m-next-steps-form_form .form-check label {
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
    margin-left: 3rem;
    padding-right: .7rem
}

.hpp-dtc-m-next-steps-form_form .form-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: var(--white);
    border: .1rem solid #969696;
    border-radius: 2px;
    padding: 1rem;
    /* padding: .9rem; */
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: .5rem;
    left: -3.1rem;
    margin-top: 0
}

.hpp-dtc-m-next-steps-form_form .form-check input:checked+label:before {
    background-color: var(--green);
    border-color: var(--green)
}

.hpp-dtc-m-next-steps-form_form .form-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: -2.3rem;
    width: 0.5rem;
    height: 1.1rem;
    border: solid var(--white);
    border-width: 0 .2rem .2rem 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hpp-dtc-m-next-steps-form_form button {
    max-width: 31.1rem;
    white-space: normal;
    margin: auto;
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: .8rem 1rem
}

.hpp-dtc-m-next-steps-form_form .container-checkbox {
    margin-top: 2.2rem;
    margin-bottom: .8rem
}

.hpp-dtc-m-next-steps-form_form .subtitle {
    margin: 1.8rem 0 2.6rem;
    text-align: center
}

.hpp-dtc-m-next-steps-form_form .requiredText {
    font-size: 1.8rem;
    margin: 2.5rem 0 5.1rem;
    text-align: center
}

.hpp-dtc-m-next-steps-form_form .instructions {
    width: 25rem;
    margin: auto;
    text-align: center
}

.hpp-dtc-m-next-steps-form_form .form-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.2rem
}

.hpp-dtc-m-next-steps-form_form .form-container .form-group {
    margin-bottom: 1.3rem
}

.hpp-dtc-m-next-steps-form_form .form-container .form-control {
    background-image: none
}

.hpp-dtc-m-next-steps-form_form .form-container .invalid-feedback {
    font-family: azo-sans-web, sans-serif;
    font-size: 1.8rem;
    line-height: 3rem
}

.hpp-dtc-m-next-steps-form_form.thank-you {
    display: none
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-next-steps-form {
        padding: 1.5rem 0 10.5rem
    }

    .hpp-dtc-m-next-steps-form__content__area {
        padding-bottom: 4.3rem
    }

    .hpp-dtc-m-next-steps-form_form {
        margin: auto;
        padding: 0 6rem
    }

    .hpp-dtc-m-next-steps-form_form .form-row {
        margin-bottom: .2rem
    }

    .hpp-dtc-m-next-steps-form_form label {
        font-size: 1.8rem
    }

    .hpp-dtc-m-next-steps-form_form .form-check label {
        font-size: 1.6rem;
        line-height: 2.2rem
    }

    .hpp-dtc-m-next-steps-form_form .subtitle {
        margin: 2.4rem 0 3rem
    }

    .hpp-dtc-m-next-steps-form_form .requiredText {
        margin: 3rem 0 4rem
    }

    .hpp-dtc-m-next-steps-form .brands {
        max-width: 44.5rem;
        margin: auto
    }

    .hpp-dtc-m-next-steps-form .instructions {
        width: 100%;
        margin: auto
    }

    .hpp-dtc-m-next-steps-form .form-container .form-group {
        margin-bottom: 4rem
    }

    .hpp-dtc-m-next-steps-form .container-checkbox {
        margin-top: 1.2rem;
        margin-bottom: 4.5rem
    }

    .hpp-dtc-m-next-steps-form .container-checkbox .form-group {
        margin-bottom: 1.4rem
    }

    .hpp-dtc-m-next-steps-form form {
        max-width: 53rem;
        margin: auto
    }

    .hpp-dtc-m-next-steps-form button {
        font-size: 1.6rem;
        max-width: 100%;
        padding-inline: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-next-steps-form {
        padding: 8rem 0 12rem
    }

    .hpp-dtc-m-next-steps-form_form {
        margin-top: 3.8rem;
        padding-left: 2.5rem;
        padding-right: 8.5rem
    }

    .hpp-dtc-m-next-steps-form_form .form-row {
        margin-bottom: 3.8rem
    }

    .hpp-dtc-m-next-steps-form_form .form-check label {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding-right: 3.7rem
    }

    .hpp-dtc-m-next-steps-form_form .instructions {
        width: 100%;
        margin: 0
    }

    .hpp-dtc-m-next-steps-form_form .requiredText {
        margin-bottom: 3rem
    }

    .hpp-dtc-m-next-steps-form_form .form-container {
        padding: 0
    }

    .hpp-dtc-m-next-steps-form_form .form-container .form-group {
        margin-bottom: 0
    }

    .hpp-dtc-m-next-steps-form_form .form-container .invalid-feedback {
        position: absolute;
        width: fit-content
    }

    .hpp-dtc-m-next-steps-form_form .container-checkbox {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .hpp-dtc-m-next-steps-form_form button {
        max-width: 44.9rem;
        margin: 0
    }

    .hpp-dtc-m-next-steps-form__content__area .brands {
        width: 40.4rem;
        margin: auto;
        padding-top: 4.5rem
    }

    .hpp-dtc-m-next-steps-form form {
        max-width: 100%;
        margin: auto
    }

    .hpp-dtc-m-next-steps-form .title {
        font-size: 4.2rem
    }

    .hpp-dtc-m-next-steps-form .instructions,
    .hpp-dtc-m-next-steps-form .requiredText,
    .hpp-dtc-m-next-steps-form .subtitle {
        text-align: left
    }

    .hpp-dtc-m-next-steps-form button {
        padding-inline: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.hpp-dtc-isrs {
    padding: 12.2rem 0
}

.hpp-dtc-isrs .title {
    margin-bottom: 4rem;
    text-transform: initial
}

.hpp-dtc-isrs .strensiqImg {
    width: 27.3rem
}

.hpp-dtc-isrs h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 5.6rem;
    font-family: azo-sans-web, sans-serif;
    color: #57c124;
    text-transform: initial
}

.hpp-dtc-isrs .body,
.hpp-dtc-isrs p {
    text-align: left
}

.hpp-dtc-isrs .cta {
    margin-top: 4.5rem
}

.hpp-dtc-isrs .cta::after {
    content: url(/images/live-with-confidence/download.svg);
    margin-left: 1.5rem;
    margin-top: .5rem
}

.hpp-dtc-isrs .imgHolder {
    text-align: center
}

.hpp-dtc-isrs .mainContent ul {
    font-size: 1.8rem;
    letter-spacing: .01em;
    font-family: azo-sans-web, sans-serif;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

.hpp-dtc-isrs .mainContent ul li::before {
    content: "\2022";
    color: var(--dark-green);
    display: inline-block;
    width: 1rem;
    margin-bottom: .5rem
}

.hpp-dtc-isrs .moreBlock {
    margin-top: 8rem
}

.hpp-dtc-isrs .moreBlock .whatToDoBlock {
    padding-right: 2rem
}

.hpp-dtc-isrs .moreBlock .whatToDoBlock .content {
    color: var(--white);
    background-color: var(--dark-green);
    padding: 5rem;
    border-radius: 3rem;
    min-height: 100%
}

.hpp-dtc-isrs .moreBlock .whatToDoBlock .content h3 {
    color: var(--white);
    margin-bottom: 2rem
}

.hpp-dtc-isrs .moreBlock .whatToDoBlock .content .subtitle {
    margin-top: 3rem
}

.hpp-dtc-isrs .moreBlock .whatToDoBlock .content ul {
    font-size: 1.8rem;
    letter-spacing: .01em;
    line-height: 2.6rem;
    font-family: azo-sans-web, sans-serif;
    list-style: none
}

.hpp-dtc-isrs .moreBlock .whatToDoBlock .content ul li::before {
    content: "\2022";
    color: var(--white);
    display: inline-block;
    width: 1.5rem;
    margin-bottom: .5rem
}

.hpp-dtc-isrs .moreBlock .managingBlock {
    padding-left: 2rem
}

.hpp-dtc-isrs .moreBlock .managingBlock .content {
    background-color: #f2f2f2;
    padding: 5rem;
    border-radius: 3rem;
    min-height: 100%
}

.hpp-dtc-isrs .moreBlock .managingBlock .content h3 {
    margin-bottom: 2.2rem
}

.hpp-dtc-isrs .moreBlock .managingBlock .content .subDesc {
    margin-top: 3rem
}

@media screen and (max-width:767px) {
    .hpp-dtc-isrs {
        padding: 3rem 0
    }

    .hpp-dtc-isrs .mainContent {
        padding: 3rem
    }

    .hpp-dtc-isrs .mainContent h5 {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 1.2rem
    }

    .hpp-dtc-isrs .mainContent .body,
    .hpp-dtc-isrs .mainContent p {
        width: 100%;
        margin-bottom: 2.5rem
    }

    .hpp-dtc-isrs .mainContent .cta {
        display: -ms-flexbox;
        display: flex;
        margin: 2.5rem auto 0;
        margin-top: 2.5rem;
        max-width: 72%;
        padding: .9rem 2rem;
        text-align: center
    }

    .hpp-dtc-isrs .mainContent h2 {
        text-align: center;
        margin-bottom: 3.6rem
    }

    .hpp-dtc-isrs .mainContent ul {
        font-size: 1.6rem;
        line-height: 2.1rem;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }

    .hpp-dtc-isrs .strensiqImg {
        width: 14rem
    }

    .hpp-dtc-isrs .moreBlock {
        margin-top: 1.8rem
    }

    .hpp-dtc-isrs .moreBlock .whatToDoBlock {
        padding: 0
    }

    .hpp-dtc-isrs .moreBlock .whatToDoBlock .content {
        border-radius: 0;
        padding: 6rem
    }

    .hpp-dtc-isrs .moreBlock .whatToDoBlock .content ul {
        font-size: 1.6rem
    }

    .hpp-dtc-isrs .moreBlock .managingBlock .content {
        background-color: var(--white);
        border-radius: 0;
        padding: 5rem 1rem 1rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-isrs {
        padding: 8.4rem 0
    }

    .hpp-dtc-isrs .body,
    .hpp-dtc-isrs p {
        line-height: 3.2rem;
        margin-bottom: 2rem;
        width: 94%
    }

    .hpp-dtc-isrs .strensiqImg {
        width: 24rem;
        margin: 4rem 0 0 3rem
    }

    .hpp-dtc-isrs .mainContent {
        padding: 0 3.7rem
    }

    .hpp-dtc-isrs .mainContent h2 {
        font-size: 4.5rem;
        margin-bottom: 3.5rem;
        width: 90%
    }

    .hpp-dtc-isrs .mainContent h5 {
        margin-bottom: 0
    }

    .hpp-dtc-isrs .mainContent ul {
        columns: 1;
        line-height: 2.5rem;
        -webkit-columns: 1;
        -moz-columns: 1
    }

    .hpp-dtc-isrs .managingBlock {
        margin-top: 3rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-isrs .mainContent h2 {
        margin-bottom: 3.2rem
    }

    .hpp-dtc-isrs .mainContent h5 {
        margin-bottom: .2rem
    }

    .hpp-dtc-isrs .mainContent .body,
    .hpp-dtc-isrs .mainContent p {
        margin-bottom: 2rem
    }

    .hpp-dtc-isrs .strensiqImg {
        margin-top: 1rem;
        margin-right: 4rem
    }
}

@media screen and (min-width:1200px) {
    .hpp-dtc-isrs .mainContent ul {
        line-height: 2.5rem;
        margin-right: 13rem
    }
}

.hpp-dtc-lets-connect {
    background-color: var(--dark-green);
    color: var(--white);
    position: relative
}

.hpp-dtc-lets-connect form {
    width: 100%
}

.hpp-dtc-lets-connect_title {
    padding-top: 14.5rem
}

.hpp-dtc-lets-connect_title h4 {
    font-family: azo-sans-web, sans-serif;
    color: var(--white);
    width: fit-content;
    margin: auto;
    font-size: 1.8rem
}

.hpp-dtc-lets-connect_title h1 {
    font-family: druk-bold, sans-serif;
    width: fit-content;
    margin: auto;
    text-align: center
}

.hpp-dtc-lets-connect_cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 4rem;
    overflow: hidden
}

.hpp-dtc-lets-connect_cards .card {
    box-shadow: .7rem .7rem #34343470;
    cursor: pointer;
    background-color: var(--white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.5rem 2.5rem;
    border-radius: 4rem;
    gap: 2rem;
    overflow: hidden;
    margin-bottom: 1rem
}

.hpp-dtc-lets-connect_cards .card .icon {
    vertical-align: center
}

.hpp-dtc-lets-connect_cards .card .icon .img {
    border-radius: 9rem;
    background-color: #00a8e1;
    height: 7rem;
    width: 7rem;
    padding: 1.4rem
}

.hpp-dtc-lets-connect_cards .card .icon .img img {
    width: 100%
}

.hpp-dtc-lets-connect_cards .card .description {
    padding-right: 7px;
    color: #343434;
    font-size: 1.6rem;
    font-family: azo-sans-web, sans-serif;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hpp-dtc-lets-connect_cards .card.active {
    font-weight: 700;
    background-color: var(--custom-yellow)
}

.hpp-dtc-lets-connect_cards .card.active .circle {
    background-color: var(--white)
}

.hpp-dtc-lets-connect_cards .card.active .circle:before {
    display: block;
    content: " ";
    background-image: url(../images/global/check-mark.svg);
    background-size: 3rem 2.1rem;
    height: 3.7rem;
    background-position: .7rem .6rem;
    background-repeat: no-repeat;
    width: 4rem
}

.hpp-dtc-lets-connect_cards .card .circle {
    width: 3.7rem;
    height: 3.7rem;
    display: block;
    border-radius: 100%;
    background-color: #eaeaea
}

.hpp-dtc-lets-connect_cards.step-2 {
    gap: 1rem
}

.hpp-dtc-lets-connect_form {
    color: #343434;
    font-family: azo-sans-web, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 6rem
}

.hpp-dtc-lets-connect_form .form-container .invalid-feedback {
    font-family: azo-sans-web, sans-serif;
    font-size: 1.8rem;
    line-height: 3rem
}

.hpp-dtc-lets-connect_form .form-container .dropdown .btn:hover {
    background-color: #f8f8f8
}

.hpp-dtc-lets-connect_form .form,
.hpp-dtc-lets-connect_form .thank-you {
    background-color: var(--white);
    padding: 4.2rem 5.3rem 8.5rem
}

.hpp-dtc-lets-connect_form .form p,
.hpp-dtc-lets-connect_form .thank-you p {
    text-align: left;
    padding: 1rem 0
}

.hpp-dtc-lets-connect_form .form .intro h3,
.hpp-dtc-lets-connect_form .thank-you .intro h3 {
    color: #69be28;
    font-size: 1.7rem;
    font-family: azo-sans-web, sans-serif;
    margin-bottom: 10px;
}

.hpp-dtc-lets-connect_form .form .intro h2,
.hpp-dtc-lets-connect_form .thank-you .intro h2 {
    color: var(--dark-green);
    padding-bottom: 1rem;
    font-size: 4rem;
}

.hpp-dtc-lets-connect_form .form .intro h4,
.hpp-dtc-lets-connect_form .thank-you .intro h4 {
    color: var(--dark-green)
}

.hpp-dtc-lets-connect_form .form .intro .d-flex,
.hpp-dtc-lets-connect_form .thank-you .intro .d-flex {
    gap: 1rem
}

.hpp-dtc-lets-connect_form .form .intro .d-flex .square,
.hpp-dtc-lets-connect_form .thank-you .intro .d-flex .square {
    height: 1rem;
    width: 1rem;
    margin-top: .75rem
}

.hpp-dtc-lets-connect_form .form .intro_infoTitle,
.hpp-dtc-lets-connect_form .thank-you .intro_infoTitle {
    font-weight: 700;
    letter-spacing: .0018rem;
    line-height: 2.5rem
}

.hpp-dtc-lets-connect_form .form .intro_title,
.hpp-dtc-lets-connect_form .thank-you .intro_title {
    font-size: 4.2rem;
    letter-spacing: .0147rem;
    line-height: 3.2rem
}

.hpp-dtc-lets-connect_form .form .intro_subtitle,
.hpp-dtc-lets-connect_form .thank-you .intro_subtitle {
    font-size: 2.8rem;
    letter-spacing: .056rem;
    line-height: 28px
}

.hpp-dtc-lets-connect_form .form .intro_subtitleContent,
.hpp-dtc-lets-connect_form .thank-you .intro_subtitleContent {
    margin: auto 2.3rem 1rem 2rem;
    font-size: 1.8rem;
    letter-spacing: .018rem;
    line-height: 3rem
}

.hpp-dtc-lets-connect_form .form .intro_infoTitle,
.hpp-dtc-lets-connect_form .form .intro_title,
.hpp-dtc-lets-connect_form .thank-you .intro_infoTitle,
.hpp-dtc-lets-connect_form .thank-you .intro_title {
    text-transform: uppercase
}

.hpp-dtc-lets-connect_form .form .content,
.hpp-dtc-lets-connect_form .thank-you .content {
    margin-left: 2rem
}

.hpp-dtc-lets-connect_form .form .content .instructions,
.hpp-dtc-lets-connect_form .thank-you .content .instructions {
    font-size: 1.8rem;
    letter-spacing: .018rem;
    line-height: 3rem;
    margin-bottom: 0
}

.hpp-dtc-lets-connect_form .form .content .form-group,
.hpp-dtc-lets-connect_form .thank-you .content .form-group {
    margin-bottom: 1.5rem
}

.hpp-dtc-lets-connect_form .form .content .form-group:nth-child(4),
.hpp-dtc-lets-connect_form .thank-you .content .form-group:nth-child(4) {
    margin-bottom: 1rem
}

.hpp-dtc-lets-connect_form .form .content .form-row>[class*=col-],
.hpp-dtc-lets-connect_form .thank-you .content .form-row>[class*=col-] {
    padding-right: 2rem
}

.hpp-dtc-lets-connect_form .form .content .form-check .form-check-input:valid~.form-check-label,
.hpp-dtc-lets-connect_form .thank-you .content .form-check .form-check-input:valid~.form-check-label {
    color: #343434
}

.hpp-dtc-lets-connect_form .form .instructions,
.hpp-dtc-lets-connect_form .thank-you .instructions {
    font-size: 1.6rem;
    font-family: azo-sans-web, sans-serif;
    font-weight: 700
}

.hpp-dtc-lets-connect_form .thank-you {
    height: fit-content;
    display: none;
    margin: auto
}

.hpp-dtc-lets-connect_form .message {
    padding: 5.8rem 2.3rem
}

.hpp-dtc-lets-connect_form .message .text {
    padding: 3.5rem 0 0 3.5rem;
    color: var(--white);
    position: relative
}

.hpp-dtc-lets-connect_form .message .text p {
    text-align: left;
    margin-bottom: 2rem
}

.hpp-dtc-lets-connect_form .message .text .autor {
    font-weight: 700
}

.hpp-dtc-lets-connect_form .message .text::before {
    content: "“";
    font-family: druk-bold, sans-serif;
    font-size: 20rem;
    position: absolute;
    top: 7.5rem;
    left: -3.6rem;
}

.hpp-dtc-lets-connect_form .container {
    padding: 0 2.5rem
}

.hpp-dtc-lets-connect_form .form-check_agreement {
    margin-right: 3.7rem
}

.hpp-dtc-lets-connect_form .form-check_age,
.hpp-dtc-lets-connect_form .form-check_agreement {
    cursor: pointer;
    font-size: 1.4rem;
    letter-spacing: .014rem;
    line-height: 1.8rem;
    margin-left: 2rem
}

.hpp-dtc-lets-connect_form .form-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: var(--white);
    border: 0.1rem solid #969696;
    padding: 1rem;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: -3.1rem;
    margin: 0.1rem 0.5rem auto 3rem;
}

.hpp-dtc-lets-connect_form .form-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.8rem;
    width: 0.5rem;
    height: 1.1rem;
    border: solid var(--white);
    border-width: 0 .2rem .2rem 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hpp-dtc-lets-connect_form .form-check input:checked+label:before {
    background-color: #77be2c;
    border-color: #77be2c;
    opacity: 1;
}

.hpp-dtc-lets-connect_form .form-check input:checked+.form-check_age:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0.8rem;
    width: 0.5rem;
    height: 1.1rem;
    border: solid var(--white);
    border-width: 0 .2rem .2rem 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hpp-dtc-lets-connect_form input {
    border: none;
    height: 4.8rem;
    font-size: 1.6rem;
    background-color: #f8f8f8
}

.hpp-dtc-lets-connect_form h4 {
    color: #383838
}

.hpp-dtc-lets-connect_form .icon img {
    width: 100%
}

.hpp-dtc-lets-connect_results {
    background-color: var(--white);
    min-height: 50rem;
    margin-top: 20rem
}

.hpp-dtc-lets-connect_results .container-fluid,
.hpp-dtc-lets-connect_results .container-lg,
.hpp-dtc-lets-connect_results .container-md,
.hpp-dtc-lets-connect_results .container-sm,
.hpp-dtc-lets-connect_results .container-xl {
    padding-left: 0
}

.hpp-dtc-lets-connect_results_img {
    width: 30.6rem
}

.hpp-dtc-lets-connect_results_title {
    color: var(--dark-green);
    text-transform: uppercase;
    margin-left: 10rem
}

.hpp-dtc-lets-connect_results_content {
    margin: 18rem auto 0;
    gap: 6rem
}

.hpp-dtc-lets-connect_results_left,
.hpp-dtc-lets-connect_results_right {
    min-height: 80rem
}

.hpp-dtc-lets-connect_results_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--dark-green);
    color: var(--white);
    padding: 8rem;
    gap: 2rem
}

.hpp-dtc-lets-connect_results_left .author,
.hpp-dtc-lets-connect_results_left .text {
    font-size: 1.8rem;
    font-weight: 400
}

.hpp-dtc-lets-connect_results_left .text {
    margin: 2rem 2rem 0;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.hpp-dtc-lets-connect_results_left .text .copy {
    margin-bottom: 2rem
}

.hpp-dtc-lets-connect_results_left .text::before {
    content: "“";
    font-family: druk-bold, sans-serif;
    font-size: 18rem;
    position: absolute;
    top: -8rem;
    left: -6rem
}

.hpp-dtc-lets-connect_results_left .author {
    font-weight: 700
}

.hpp-dtc-lets-connect_results_right .option {
    margin: 12rem auto 4rem;
    font-size: 1.8rem
}

.hpp-dtc-lets-connect_results_right .intro h3 {
    color: #69be28;
    font-size: 1.8rem;
    font-family: azo-sans-web, sans-serif
}

.hpp-dtc-lets-connect_results_right .intro h2 {
    color: var(--dark-green);
    padding-bottom: 4rem
}

.hpp-dtc-lets-connect_results_right .intro h4 {
    color: var(--dark-green)
}

.hpp-dtc-lets-connect_results_right .intro_infoTitle {
    color: #69be28;
    text-transform: uppercase;
    font-weight: 700
}

.hpp-dtc-lets-connect_results_right .intro_title {
    text-transform: uppercase
}

.hpp-dtc-lets-connect_results_right .intro .d-flex {
    gap: 1rem
}

.hpp-dtc-lets-connect_results_right .intro .d-flex .square {
    height: 1rem;
    width: 1rem;
    margin-top: .5rem
}

.hpp-dtc-lets-connect_results_right .intro_subtitleContent {
    font-size: 1.8rem;
    margin: 2rem 0 auto 2rem
}

.hpp-dtc-lets-connect_results_right .intro .instructions {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2rem
}

.hpp-dtc-lets-connect_results_right .intro .btn {
    margin-left: 2rem;
    margin-top: 4rem
}

.hpp-dtc-lets-connect_pagination {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 2.5rem;
    padding: 6rem 0 7.5rem;
    -ms-flex-pack: center;
    justify-content: center
}

.hpp-dtc-lets-connect_pagination .circle {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    border-radius: 100%;
    background-color: #004A43;
}

.hpp-dtc-lets-connect_pagination .circle.active {
    background-color: #00a8e1
}

.hpp-dtc-lets-connect_button {
    display: flex !important;
    background: 0 0;
    color: var(--white) !important;
    z-index: 1;
    border: none !important;
}

.hpp-dtc-lets-connect_button .btn-icon {
    width: 5rem;
    height: 5rem;
    margin: auto;
    border-radius: 100%;
    background-color: #00a8e1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.hpp-dtc-lets-connect_button .btn-icon-left_content,
.hpp-dtc-lets-connect_button .btn-icon-right_content {
    margin-right: 10px;
    font-weight: 700;
}

.hpp-dtc-lets-connect_button .btn-icon-right_content,
.hpp-dtc-lets-connect_button .btn-icon-left_content {
    color: #fff;
}

.hpp-dtc-lets-connect_slide-pagination .hpp-dtc-lets-connect_button:focus {
    box-shadow: none;
    border: none;
}

.hpp-dtc-lets-connect_button:disabled {
    opacity: .5;
    background: none;
    border: none;
}

.hpp-dtc-lets-connect .results {
    margin: 3rem 0
}

.hpp-dtc-lets-connect_slide-pagination {
    -ms-flex-align: center;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding: 0 7rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.hpp-dtc-lets-connect .step-2 {
    display: none
}

.hpp-dtc-lets-connect .step-3 {
    display: none
}

@media screen and (min-width:1200px) {
    .hpp-dtc-lets-connect_slide-pagination .next {
        margin-right: .2rem
    }

    .hpp-dtc-lets-connect .step-1 {
        gap: 1rem;
        padding: 1rem 10rem 1rem
    }

    .hpp-dtc-lets-connect .step-2 {
        padding: 1.5rem 0 1rem;
        gap: 2rem
    }
}

.hpp-dtc-lets-connect_cards.step-1 .card.selected .icon,
.hpp-dtc-lets-connect_cards.step-1 .card:hover .icon {
    background-color: var(--custom-yellow)
}

/* .hpp-dtc-lets-connect_cards.step-1 .card:hover .description, */
.hpp-dtc-lets-connect_cards.step-1 .card.selected .description {
    font-weight: 600;
}


@media screen and (min-width:992px) and (max-width:1200px) {
    .hpp-dtc-lets-connect_cards {
        padding: 5.6rem 12rem 1rem
    }
}

@media screen and (min-width:768px) {
    .hpp-dtc-lets-connect_cards.step-1 .card {
        padding: 0;
        padding-bottom: 3.5rem;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .icon {
        padding-top: 3.5rem;
        width: 100%;
        height: 11.4rem;
        position: relative
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .icon .img {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .description {
        padding-inline: 2.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .hpp-dtc-lets-connect_cards.step-1 .card.selected .icon,
    .hpp-dtc-lets-connect_cards.step-1 .card:hover .icon {
        background-color: var(--custom-yellow)
    }

    .hpp-dtc-lets-connect_cards.step-1 .card.selected .icon .img,
    .hpp-dtc-lets-connect_cards.step-1 .card:hover .icon .img {
        background-color: #f8f8f8
    }

    /* .hpp-dtc-lets-connect_cards.step-1 .card:hover .description, */
    .hpp-dtc-lets-connect_cards.step-1 .card.selected .description {
        font-weight: 600;
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-lets-connect_title {
        padding-top: 2.5rem
    }

    .hpp-dtc-lets-connect_title h1 {
        font-size: 4.5rem
    }

    .hpp-dtc-lets-connect_cards {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .hpp-dtc-lets-connect_cards .card {
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 26.5rem;
        width: 100%;
        padding: 0
    }

    .hpp-dtc-lets-connect_cards .card .icon {
        width: 100%;
        height: 11.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .hpp-dtc-lets-connect_cards .card .icon .img {
        width: 11rem;
        height: 11rem;
        position: absolute;
        padding: 2.5rem;
        top: 4rem
    }

    .hpp-dtc-lets-connect_cards .card .icon .magnifying-icon {
        padding: 1.8rem 2.3rem 2.3rem 2.3rem;
    }

    .hpp-dtc-lets-connect_cards .card .icon .medical-icon {
        padding: 2.8rem;
    }

    .hpp-dtc-lets-connect_cards .card .icon.check {
        -ms-flex-align: end;
        align-items: end;
        padding: 0 2rem 2rem 0;
        -ms-flex-pack: end;
        justify-content: end;
        background: var(--white)
    }

    .hpp-dtc-lets-connect_cards .card .description {
        font-size: 1.8rem;
        text-align: center;
        padding: 1.5rem 2.5rem;
        margin-top: 10rem
    }

    .hpp-dtc-lets-connect .step-2 .card.active {
        font-weight: 700;
        background-color: var(--custom-yellow)
    }

    .hpp-dtc-lets-connect .step-2 .card.active .icon.check {
        background-color: var(--custom-yellow)
    }

    .hpp-dtc-lets-connect_form .form,
    .hpp-dtc-lets-connect_form .thank-you {
        border-radius: 3rem;
        box-shadow: .5rem .5rem 0 .3rem #34343470
    }
}

@media screen and (max-width:767px) {
    .hpp-dtc-lets-connect_cards .card {
        flex-direction: row;
    }

    .hpp-dtc-lets-connect .step-1 {
        gap: 3rem
    }

    .hpp-dtc-lets-connect .step-1 .card {
        padding: 0px;
    }

    .hpp-dtc-lets-connect .step-2 {
        gap: 3rem
    }

    .hpp-dtc-lets-connect .step-2 .card {
        -ms-flex-preferred-size: 16rem;
        flex-basis: 16rem
    }

    .hpp-dtc-lets-connect .step-2 .card .description {
        padding: 0
    }

    .hpp-dtc-lets-connect .form-check input:checked+.form-check_age:after {
        top: .3rem
    }

    .hpp-dtc-lets-connect_form .form-container .invalid-feedback {
        font-size: 1.6rem
    }

    .hpp-dtc-lets-connect_results {
        margin-top: 0
    }

    .hpp-dtc-lets-connect_results .container-fluid,
    .hpp-dtc-lets-connect_results .container-lg,
    .hpp-dtc-lets-connect_results .container-md,
    .hpp-dtc-lets-connect_results .container-sm,
    .hpp-dtc-lets-connect_results .container-xl {
        padding-_left: 0;
        padding-right: 0
    }

    .hpp-dtc-lets-connect_results_content {
        margin: auto;
        gap: 4rem
    }

    .hpp-dtc-lets-connect_results_img {
        width: 100%
    }

    .hpp-dtc-lets-connect_results_left,
    .hpp-dtc-lets-connect_results_right {
        min-height: 80rem
    }

    .hpp-dtc-lets-connect_results_left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--dark-green);
        color: var(--white);
        padding: 8rem;
        gap: 2rem;
        -ms-flex-order: 2;
        order: 2
    }

    .hpp-dtc-lets-connect_results_left .author,
    .hpp-dtc-lets-connect_results_left .text {
        font-size: 1.6rem;
        font-weight: 400
    }

    .hpp-dtc-lets-connect_results_left .text {
        margin: 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hpp-dtc-lets-connect_results_left .text .copy {
        margin: 2rem auto 2rem
    }

    .hpp-dtc-lets-connect_results_left .text .author {
        font-weight: 700
    }

    .hpp-dtc-lets-connect_results_left .text .author br,
    .hpp-dtc-lets-connect_results_left .text .copy br {
        display: none
    }

    .hpp-dtc-lets-connect_results_left .text::before {
        top: -7.5rem;
        left: -6rem
    }

    .hpp-dtc-lets-connect_results_right {
        -ms-flex-order: 1;
        order: 1
    }

    .hpp-dtc-lets-connect_results_right .intro h3 {
        color: #69be28;
        font-size: 1.8rem;
        font-family: azo-sans-web, sans-serif
    }

    .hpp-dtc-lets-connect_results_right .intro h2 {
        color: var(--dark-green);
        padding-bottom: 4rem
    }

    .hpp-dtc-lets-connect_results_right .intro h4 {
        color: var(--dark-green)
    }

    .hpp-dtc-lets-connect_results_right .intro_infoTitle {
        color: #69be28;
        text-transform: uppercase;
        font-weight: 700
    }

    .hpp-dtc-lets-connect_results_right .intro_title {
        text-transform: uppercase
    }

    .hpp-dtc-lets-connect_results_right .intro .d-flex {
        gap: 1rem
    }

    .hpp-dtc-lets-connect_results_right .intro .d-flex .square {
        height: 1rem;
        width: 1rem;
        margin-top: .5rem
    }

    .hpp-dtc-lets-connect_results_right .intro_subtitleContent {
        font-size: 1.8rem;
        margin: 2rem 0 auto 2rem
    }

    .hpp-dtc-lets-connect_results_right .intro .instructions {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 2rem
    }

    .hpp-dtc-lets-connect_results_right .intro .btn {
        margin-left: 2rem;
        margin-top: 4rem
    }
}

@media screen and (min-width: 1441px) {

    .hpp-dtc-lets-connect_slide-pagination .next,
    .hpp-dtc-lets-connect_slide-pagination .prev,
    .hpp-dtc-lets-connect_slide-pagination .results {
        margin: 0 0 5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem
    }
}

@media screen and (max-width:1440px) {
    .hpp-dtc-lets-connect_slide-pagination {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hpp-dtc-lets-connect_slide-pagination .next,
    .hpp-dtc-lets-connect_slide-pagination .prev,
    .hpp-dtc-lets-connect_slide-pagination .results {
        margin: 0 0 5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem
    }

    .hpp-dtc-lets-connect_slide-pagination .next .right,
    .hpp-dtc-lets-connect_slide-pagination .prev .right,
    .hpp-dtc-lets-connect_slide-pagination .results .right {
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-lets-connect .step-2 {
        gap: 3rem
    }

    .hpp-dtc-lets-connect .step-2 .card {
        -ms-flex-preferred-size: 16rem;
        flex-basis: 16rem
    }

    .hpp-dtc-lets-connect_results_content {
        gap: 4rem
    }

    .hpp-dtc-lets-connect_results_img {
        width: 24.6rem
    }

    .hpp-dtc-lets-connect_results_left,
    .hpp-dtc-lets-connect_results_right {
        min-height: 80rem
    }

    .hpp-dtc-lets-connect_results_left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--dark-green);
        color: var(--white);
        padding: 8rem;
        gap: 2rem
    }

    .hpp-dtc-lets-connect_results_left .author,
    .hpp-dtc-lets-connect_results_left .text {
        font-size: 1.8rem;
        font-weight: 400
    }

    .hpp-dtc-lets-connect_results_left .text {
        margin: 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hpp-dtc-lets-connect_results_left .text .copy {
        margin: 2rem auto 2rem
    }

    .hpp-dtc-lets-connect_results_left .text .author {
        font-weight: 700
    }

    .hpp-dtc-lets-connect_results_left .text .author br,
    .hpp-dtc-lets-connect_results_left .text .copy br {
        display: none
    }

    .hpp-dtc-lets-connect_results_left .text::before {
        top: -3.5rem;
        left: -4rem;
        font-size: 14rem
    }

    .hpp-dtc-lets-connect_results_right .option {
        margin-top: 12rem;
        font-size: 1.8rem
    }

    .hpp-dtc-lets-connect_results_right .intro h3 {
        color: #69be28;
        font-size: 1.8rem;
        font-family: azo-sans-web, sans-serif
    }

    .hpp-dtc-lets-connect_results_right .intro h2 {
        color: var(--dark-green);
        padding-bottom: 4rem
    }

    .hpp-dtc-lets-connect_results_right .intro h4 {
        color: var(--dark-green)
    }

    .hpp-dtc-lets-connect_results_right .intro_infoTitle {
        color: #69be28;
        text-transform: uppercase;
        font-weight: 700
    }

    .hpp-dtc-lets-connect_results_right .intro_title {
        text-transform: uppercase
    }

    .hpp-dtc-lets-connect_results_right .intro .d-flex {
        gap: 1rem
    }

    .hpp-dtc-lets-connect_results_right .intro .d-flex .square {
        height: 1rem;
        width: 1rem;
        margin-top: .5rem
    }

    .hpp-dtc-lets-connect_results_right .intro_subtitleContent {
        font-size: 1.8rem;
        margin: 2rem 0 auto 2rem
    }

    .hpp-dtc-lets-connect_results_right .intro .instructions {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 2rem
    }

    .hpp-dtc-lets-connect_results_right .intro .btn {
        margin-left: 2rem;
        margin-top: 4rem
    }
}

@media screen and (max-width: 767px) {
    .hpp-dtc-lets-connect_slide-pagination {
        padding: 0px;
    }
}

.hpp-dtc-m-hpp-patient-support-form {
    padding: 5.6rem 0 6.5rem
}

.hpp-dtc-m-hpp-patient-support-form_form {
    padding: 0 3rem
}

.hpp-dtc-m-hpp-patient-support-form_form h2 {
    font-weight: normal;
    margin-bottom: 2.6rem
}

.hpp-dtc-m-hpp-patient-support-form_form .subtitle {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 800;
    margin-bottom: 2.6rem
}

.hpp-dtc-m-hpp-patient-support-form_form .intro-text {
    margin-bottom: 3rem
}

.hpp-dtc-m-hpp-patient-support-form_form .requiredText {
    font-size: 1.8rem;
    margin-bottom: 3rem
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2rem 0 2.5rem
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-row {
    margin-bottom: 1.5rem
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container label {
    color: #343434;
    font-size: 1.6rem;
    font-family: azo-sans-web, sans-serif
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-control {
    border: none;
    height: 4.8rem;
    font-size: 1.6rem;
    background-color: #f8f8f8;
    background-image: none
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .invalid-feedback {
    font-family: azo-sans-web, sans-serif;
    font-size: 1.8rem;
    line-height: 3rem
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .checkbox-container {
    margin-top: 2.6rem;
    margin-bottom: 1.3rem
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check {
    padding-left: 0;
    padding-bottom: 1.7rem
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check label {
    font-size: 1.4rem;
    line-height: 2.1rem;
    position: relative;
    cursor: pointer;
    margin-left: 2.9rem
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check .form-check-input:valid~.form-check-label {
    color: #343434
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check label:before {
    content: "";
    -webkit-appearance: none;
    border: .1rem solid #969696;
    border-radius: 2px;
    padding: 1rem;
    position: absolute;
    cursor: pointer;
    left: -3.5rem
}


.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check input:checked+label:before {
    background-color: var(--green);
    border-color: var(--green);
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: -2.6rem;
    width: 0.5rem;
    height: 1.1rem;
    border: solid var(--white);
    border-width: 0 .2rem .2rem 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hpp-dtc-m-hpp-patient-support-form_form .form-container button {
    max-width: 22rem;
    margin: 0 auto;
    font-size: 1.6rem
}

.hpp-dtc-m-hpp-patient-support-form_form .onesource-strensiq-logo {
    display: block;
    margin: 5.5rem auto 0;
    max-width: 31.5rem;
    width: 100%
}

.hpp-dtc-m-hpp-patient-support-form_form.thank-you {
    display: none
}

.hpp-dtc-m-hpp-patient-support-form_form.thank-you h2 {
    margin-bottom: 3rem
}

.hpp-dtc-m-hpp-patient-support-form_form.thank-you .intro-text {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-hpp-patient-support-form_form {
        margin: auto
    }

    .hpp-dtc-m-hpp-patient-support-form form {
        max-width: 90%;
        margin: auto
    }

    .hpp-dtc-m-hpp-patient-support-form h2 {
        margin-bottom: 1.4rem
    }

    .hpp-dtc-m-hpp-patient-support-form .subtitle {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 3.4rem
    }

    .hpp-dtc-m-hpp-patient-support-form .intro-text {
        margin-bottom: 2rem
    }

    .hpp-dtc-m-hpp-patient-support-form .requiredText {
        margin-bottom: 3.8rem
    }

    .hpp-dtc-m-hpp-patient-support-form .form-container {
        padding: 0 4.5rem
    }

    .hpp-dtc-m-hpp-patient-support-form .form-container .form-row {
        margin-bottom: 0
    }

    .hpp-dtc-m-hpp-patient-support-form .form-container .form-row>.form-group {
        margin-bottom: 2.5rem
    }

    .hpp-dtc-m-hpp-patient-support-form .form-container label {
        font-size: 1.8rem
    }

    .hpp-dtc-m-hpp-patient-support-form .form-container .checkbox-container {
        margin: 5.8rem 0 3rem
    }

    .hpp-dtc-m-hpp-patient-support-form .form-container .form-check label {
        font-size: 1.6rem;
        line-height: 2.2rem;
        width: 93%
    }

    .hpp-dtc-m-hpp-patient-support-form .onesource-strensiq-logo {
        max-width: 50rem;
        margin: 8.4rem auto 0
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-hpp-patient-support-form {
        padding: 8.8rem 0 13.7rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form {
        padding: 0 1rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form form {
        max-width: 100%
    }

    .hpp-dtc-m-hpp-patient-support-form_form .subtitle {
        margin: 0 5rem 3.4rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form .intro-text {
        margin-bottom: 2.4rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form .requiredText {
        margin-bottom: 4.8rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container {
        padding: 0 3.6rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container .form-row {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container .form-row>.form-group {
        max-width: 48%
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container .invalid-feedback {
        position: absolute
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check {
        padding-bottom: 2rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container .form-check label {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-left: 3.2rem;
        width: 90%
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container .checkbox-container {
        margin: 2rem 0 6.3rem
    }

    .hpp-dtc-m-hpp-patient-support-form_form .form-container .checkbox-container .form-group:last-child .form-check {
        padding-bottom: 0
    }

    .hpp-dtc-m-hpp-patient-support-form .onesource-strensiq-logo {
        max-width: 52rem;
        margin-top: 9.7rem
    }
}

.hpp-dtc-footer {
    background-color: var(--dark-green);
    padding: 5rem 0
}

.hpp-dtc-footer__content {
    padding-inline: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
}

.hpp-dtc-footer__content h3 {
    color: var(--custom-yellow);
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.hpp-dtc-footer__content a,
.hpp-dtc-footer__content li,
.hpp-dtc-footer__content p {
    color: var(--white)
}

.hpp-dtc-footer__content p {
    font-size: 1.4rem;
    line-height: 2.2rem
}

.hpp-dtc-footer__content sup {
    top: -.1rem;
    font-size: 90%
}

.hpp-dtc-footer__content ul {
    list-style: none
}

.hpp-dtc-footer__content .quick-links {
    margin-bottom: 2.3rem
}

.hpp-dtc-footer__content .quick-links h3 {
    margin-bottom: 1.1rem
}

.hpp-dtc-footer__content .quick-links li {
    border-bottom: .1rem solid rgba(150, 150, 150, .3);
    font-size: 1.6rem;
    line-height: 2rem;
    width: 100%;
    letter-spacing: .1rem
}

.hpp-dtc-footer__content .quick-links li a {
    font-weight: 600;
    padding: 2.2rem 0
}

.hpp-dtc-footer__content .legal-links a:hover,
.hpp-dtc-footer__content .legal-links a:focus,
.hpp-dtc-footer__content .legal-links a:visited,
.hpp-dtc-footer__content .quick-links li a:hover,
.hpp-dtc-footer__content .quick-links li a:focus,
.hpp-dtc-footer__content .quick-links li a:visited {
    color: var(--white);
}

.hpp-dtc-footer__content .quick-links li a::after {
    content: "";
    background-image: url(/images/global/arrow-right.svg);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem
}

.hpp-dtc-footer__content .social-media {
    border-bottom: .1rem solid rgba(150, 150, 150, .3);
    margin-bottom: 5.4rem;
    padding-bottom: 1.8rem
}

.hpp-dtc-footer__content .social-media h3 {
    margin-bottom: 2.7rem
}

.hpp-dtc-footer__content .social-media a {
    margin-right: 1.5rem
}

.hpp-dtc-footer__content .alexion-logo {
    width: 21rem;
    margin-bottom: 4.6rem
}

.hpp-dtc-footer__content .legal-links {
    margin: 4rem 0 0;
    max-width: 25rem
}

.hpp-dtc-footer__content .legal-links li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 4rem
}

.hpp-dtc-footer__content .legal-links li::after {
    content: "|";
    margin: 0 1.3rem
}

.hpp-dtc-footer__content .legal-links li:last-child::after,
.hpp-dtc-footer__content .legal-links li:nth-child(2)::after {
    content: ""
}

.hpp-dtc-footer__content .legal-links li:last-child,
.hpp-dtc-footer__content .legal-links li:nth-child(3) {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .hpp-dtc-footer {
        padding: 6.7rem 0 5.5rem
    }

    .hpp-dtc-footer__content {
        padding-inline: 3.5rem;
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }

    .hpp-dtc-footer__content p {
        max-width: 88%
    }

    .hpp-dtc-footer__content .social-media {
        margin-bottom: 4.3rem
    }

    .hpp-dtc-footer__content .social-media h3 {
        margin-bottom: 2rem
    }

    .hpp-dtc-footer__content .legal-links {
        max-width: 100%
    }

    .hpp-dtc-footer__content .legal-links li {
        margin-bottom: 0
    }

    .hpp-dtc-footer__content .legal-links li:nth-child(2)::after {
        content: "|"
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-footer {
        padding: 4.6rem 0 6.3rem
    }

    /* .hpp-dtc-footer__content {
    padding-inline: 0
  } */

    .hpp-dtc-footer__content p {
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 78%
    }

    .hpp-dtc-footer__content .quick-links h3 {
        margin-bottom: 1.8rem
    }

    .hpp-dtc-footer__content .quick-links li {
        width: 46%
    }

    .hpp-dtc-footer__content .quick-links li a {
        padding: 1rem 0
    }

    .hpp-dtc-footer__content .quick-links li:nth-child(2) {
        -ms-flex-order: 3;
        order: 3
    }

    .hpp-dtc-footer__content .quick-links li:nth-child(3) {
        -ms-flex-order: 2;
        order: 2
    }

    .hpp-dtc-footer__content .quick-links li:nth-child(4) {
        -ms-flex-order: 4;
        order: 4
    }

    .hpp-dtc-footer__content .social-media {
        margin-bottom: 0
    }

    .hpp-dtc-footer__content .alexion-logo {
        width: 17.6rem;
        margin: 1rem 0 4.1rem
    }

    .hpp-dtc-footer__content .legal-links {
        margin-top: 3.6rem
    }

    .hpp-dtc-footer__content .legal-links li {
        font-size: 1.2rem;
        line-height: 2rem
    }

    .hpp-dtc-footer__content .legal-links li::after {
        margin: 0 1.1rem
    }
}

.hpp-dtc-icons-panel__content {
    text-align: center;
    padding: 10rem 0
}

.hpp-dtc-icons-panel__content .main-content {
    margin-bottom: 8rem
}

.hpp-dtc-icons-panel__content .main-content .mainTitle {
    padding: 0 18rem
}

.hpp-dtc-icons-panel__content .main-content .mainDescription {
    margin: 4rem 0;
    padding: 0 15rem
}

.hpp-dtc-icons-panel__content .hpp-dtc-callout-fill {
    background: var(--dark-green);
    text-align: left;
    border-radius: 3.6rem;
    padding: 2.2rem 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin: 5rem auto 0;
    width: 86%
}

.hpp-dtc-icons-panel__content .hpp-dtc-callout-fill_logo {
    margin-right: auto
}

.hpp-dtc-icons-panel__content .hpp-dtc-callout-fill_description {
    letter-spacing: .01em;
    line-height: 2.6rem;
    text-align: left;
    padding-left: 3rem;
    margin: 0
}

.hpp-dtc-icons-panel__content .content-holder .logo {
    margin-bottom: 3.4rem
}

.hpp-dtc-icons-panel__content .content-holder .title {
    font-size: 3rem;
    letter-spacing: .02em
}

.hpp-dtc-icons-panel__content .content-holder .description {
    font-family: azo-sans-web, sans-serif;
    margin-top: 3rem;
    line-height: 4rem
}

.hpp-dtc-icons-panel__content .content-holder ul {
    text-align: left;
    font-size: 1.8rem;
    letter-spacing: .01em;
    line-height: 2.6rem;
    font-family: azo-sans-web, sans-serif;
    list-style: none;
    padding-right: 3rem;
    margin: 0
}

.hpp-dtc-icons-panel__content .content-holder ul li {
    margin-bottom: 3.5rem
}

.hpp-dtc-icons-panel__content .content-holder ul li::before {
    content: "\2022";
    color: #69be28;
    display: inline-block;
    padding: 0 1rem;
    width: 2rem;
    margin: auto;
    margin-left: -2rem
}

.hpp-dtc-icons-panel.hpp-symptoms {
    background-color: #f8f8f8
}

.hpp-dtc-icons-panel.hpp-conditions .main-content {
    margin-bottom: 0
}

.hpp-dtc-icons-panel.hpp-conditions .main-content .mainTitle {
    padding: 0 1.5rem
}

.hpp-dtc-icons-panel.hpp-conditions .main-content .mainDescription {
    /* padding: 0px; */
}

.hpp-dtc-icons-panel.hpp-conditions .content-holder .title {
    padding-left: 0
}

.hpp-dtc-icons-panel.traveling-with-strensiq .logo {
    width: 18.4rem
}

.hpp-dtc-icons-panel.traveling-with-strensiq .main-content .mainDescription {
    padding: 0 1.5rem;
    margin: 1.8rem auto 0;
    max-width: 79rem
}

.hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .description {
    line-height: 2.6rem;
    margin-top: 0
}

@media screen and (max-width:767px) {
    .hpp-dtc-icons-panel .container {
        padding: 5.4rem .9375rem;
    }

    .hpp-dtc-icons-panel__content {
        text-align: center;
        padding: 5.4rem 0
    }

    .hpp-dtc-icons-panel__content .main-content {
        margin-bottom: 0
    }

    .hpp-dtc-icons-panel__content .main-content .mainTitle {
        padding: 0px;
        text-align: center
    }

    .hpp-dtc-icons-panel__content .main-content .mainDescription {
        padding: 0 4rem;
        margin-top: 3rem
    }

    .hpp-dtc-icons-panel__content .hpp-dtc-callout-fill {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hpp-dtc-icons-panel__content .hpp-dtc-callout-fill_logo {
        margin-right: 0;
        max-width: 8.5rem
    }

    .hpp-dtc-icons-panel__content .hpp-dtc-callout-fill_description {
        padding: 0;
        padding-top: 3rem;
        font-size: 1.8rem;
        text-align: center
    }

    .hpp-dtc-icons-panel__content .content-holder .secondary-content {
        padding: 0rem 0 4rem;
        border-bottom: .1rem solid #969696
    }

    .hpp-dtc-icons-panel__content .content-holder .secondary-content:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .hpp-dtc-icons-panel__content .content-holder .logo {
        width: 16.4rem;
        margin-right: auto;
        margin-bottom: 3.4rem;
        margin-left: auto;
    }

    .hpp-dtc-icons-panel__content .content-holder .title {
        font-size: 3rem;
        letter-spacing: .02em;
        line-height: 2.6rem;
        margin-bottom: 2rem
    }

    .hpp-dtc-icons-panel__content .content-holder .description {
        margin-bottom: 0;
        line-height: 4rem
    }

    .hpp-dtc-icons-panel__content .content-holder ul {
        padding: 0;
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .hpp-dtc-icons-panel__content .content-holder ul li:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-icons-panel__content {
        text-align: center;
        padding: 8rem 0
    }

    .hpp-dtc-icons-panel__content .main-content {
        margin-bottom: 0
    }

    .hpp-dtc-icons-panel__content .main-content .mainTitle {
        padding: 0 6rem
    }

    .hpp-dtc-icons-panel__content .main-content .mainDescription {
        padding: 0 2rem
    }

    .hpp-dtc-icons-panel__content .hpp-dtc-callout-fill {
        margin-top: 1rem;
        padding: 3rem 4rem
    }

    .hpp-dtc-icons-panel__content .content-holder {
        text-align: left
    }

    .hpp-dtc-icons-panel__content .content-holder .secondary-content {
        padding: 5rem 0 4rem;
        border-bottom: .1rem solid rgb(150 150 150 / 50%);
    }

    .hpp-dtc-icons-panel__content .content-holder .secondary-content:last-child {
        border-bottom: none
    }

    .hpp-dtc-icons-panel__content .content-holder .image-holder {
        text-align: center
    }

    .hpp-dtc-icons-panel__content .content-holder .image-holder .logo {
        width: 24rem;
        margin-top: 5rem
    }

    .hpp-dtc-icons-panel__content .content-holder .title {
        font-size: 3rem;
        letter-spacing: .02em;
        line-height: 3.2rem;
        margin-bottom: 3rem
    }

    .hpp-dtc-icons-panel__content .content-holder .description {
        margin-bottom: 0;
        line-height: 4rem
    }

    .hpp-dtc-icons-panel__content .content-holder .centre-align,
    .hpp-dtc-icons-panel__content .content-holder p {
        text-align: left
    }

    .hpp-dtc-icons-panel__content .content-holder ul {
        padding: 0 2rem
    }

    .hpp-dtc-icons-panel__content .content-holder ul li:last-child {
        margin-bottom: 0
    }

    .hpp-dtc-icons-panel.hpp-symptoms .content-holder .title {
        padding-left: 1rem
    }

    .hpp-dtc-icons-panel.hpp-conditions .hpp-dtc-icons-panel__content {
        padding: 9rem 0 2rem
    }

    .hpp-dtc-icons-panel.hpp-conditions .main-content .mainDescription,
    .hpp-dtc-icons-panel.hpp-conditions .main-content .mainTitle {
        padding: 0 3.5rem
    }

    .hpp-dtc-icons-panel.hpp-conditions .image-holder .logo {
        margin-top: 0
    }

    .hpp-dtc-icons-panel.hpp-conditions .content-holder .title {
        letter-spacing: .14rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .secondary-content {
        max-width: 64.6rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .secondary-content>.row {
        margin: 0 auto;
        max-width: 59rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .col-md-6:first-child {
        margin-right: 5rem;
        max-width: 15rem;
        padding-right: 0
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .col-md-6:last-child {
        -ms-flex: 1;
        flex: 1;
        max-width: 90%
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .image-holder .logo {
        margin-top: 0;
        width: 15rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .title {
        font-size: 2.2rem;
        margin-bottom: 0
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .description {
        font-size: 1.8rem;
        line-height: 3rem;
        margin-top: 1.3rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .main-content .mainTitle {
        font-size: 4.5rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .main-content .mainDescription {
        margin-top: 3.4rem;
        max-width: 50rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-icons-panel__content .content-holder .title {
        font-size: 2.2rem;
        letter-spacing: .044rem;
        line-height: 2.2rem
    }

    .hpp-dtc-icons-panel.hpp-symptoms .content-holder .title {
        padding-left: 0
    }

    .hpp-dtc-icons-panel.hpp-conditions .main-content .mainDescription {
        padding: 0 15rem
    }

    .hpp-dtc-icons-panel.hpp-conditions .content-holder .description {
        margin-bottom: 5rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .logo {
        margin-bottom: 2.6rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .title {
        margin-bottom: 1.6rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .content-holder .description {
        line-height: 3rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .main-content {
        margin-bottom: 5rem
    }

    .hpp-dtc-icons-panel.traveling-with-strensiq .main-content .mainDescription {
        margin-top: 3.4rem
    }
}

.hpp-dtc-m-form {
    font-family: azo-sans-web, sans-serif;
    padding-inline: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 4rem;
    margin-bottom: 6.3rem
}

.hpp-dtc-m-form__header {
    text-align: center;
    margin-bottom: 4rem
}

.hpp-dtc-m-form__header_title {
    font-size: 4.2rem;
    line-height: 4.2rem;
    letter-spacing: .1189rem;
    color: var(--dark-green);
    margin-bottom: 2.5rem
}

.hpp-dtc-m-form__header p {
    font-size: 1.8rem;
    letter-spacing: .018rem;
    line-height: 3rem
}

.hpp-dtc-m-form__header p:last-child {
    font-style: italic
}

.hpp-dtc-m-form__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.7rem;
    padding-inline: 2.2rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem
}

.hpp-dtc-m-form__body_item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.8rem
}

.hpp-dtc-m-form__body_item label {
    font-size: 1.6rem;
    letter-spacing: .016rem;
    line-height: 3rem
}

.hpp-dtc-m-form__body_item input:not([type=checkbox]),
.hpp-dtc-m-form__body_item select {
    border: none;
    padding-inline: 2.2rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    background-color: #f8f8f8;
    min-height: 4.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.hpp-dtc-m-form__body_item--select {
    position: relative
}

.hpp-dtc-m-form__body_item--select:after {
    content: "";
    position: absolute;
    right: 3.5rem;
    bottom: 25%;
    width: 0;
    height: 0;
    border-left: .6rem solid transparent;
    border-right: .6rem solid transparent;
    border-top: .6rem solid #000;
    clear: both;
    pointer-events: none
}

.hpp-dtc-m-form__body_item--checkbox {
    position: relative;
    cursor: pointer
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.1rem;
    -ms-flex-align: start;
    align-items: flex-start
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label input {
    margin-top: 1rem;
    -webkit-appearance: none;
    border: none;
    position: absolute;
    opacity: 0;
    z-index: -1
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label input:checked+.checkbox-box:before {
    background: #69be28;
    border-color: #69be28;
    /* animation: check 1s ease */
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label input:checked+.checkbox-box:after {
    opacity: 1
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label .checkbox-text {
    cursor: pointer
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label .checkbox-box {
    min-width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-right: .5em;
    position: relative;
    margin-top: 0.55rem;
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label .checkbox-box:before {
    box-shadow: 0 0 0 0 rgba(105, 190, 40, 0);
    content: "";
    width: 2rem;
    height: 2rem;
    background-color: var(--white);
    border: .1rem solid rgba(52, 52, 52, .25);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s
}

.hpp-dtc-m-form__body_item--checkbox .checkbox-label .checkbox-box:after {
    color: var(--white);
    border-style: none solid solid none;
    border-width: 0 .2rem .2rem 0;
    content: "";
    display: table;
    height: 1rem;
    left: .7rem;
    position: absolute;
    top: .4rem;
    width: .6rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

.hpp-dtc-m-form__body_submit {
    margin-top: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    background-color: var(--white);
    border: 1px solid var(--dark-green);
    padding: 1.1rem 2.1rem;
    font-family: 'azo-sans-web';
    font-size: 1.6rem;
    letter-spacing: .16rem;
    font-weight: 600;
    color: var(--dark-green)
}

@media screen and (min-width:768px) {
    .hpp-dtc-m-form {
        max-width: 76.9%;
        padding-inline: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hpp-dtc-m-form__body {
        padding-inline: 4rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .hpp-dtc-m-form__body_item:nth-child(4) {
        max-width: 40.8%
    }

    .hpp-dtc-m-form__body_item:nth-child(5) {
        max-width: 57.1%
    }

    .hpp-dtc-m-form__body_item:nth-child(6) {
        max-width: 59.6%
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-m-form {
        max-width: 58.3%
    }

    .hpp-dtc-m-form__body {
        padding-inline: 1.8rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hpp-dtc-m-form__body_item {
        width: 47.4%
    }

    .hpp-dtc-m-form__body_item--checkbox {
        width: 100%
    }

    .hpp-dtc-m-form__body>.hpp-dtc-m-form__body_item--checkbox {
        margin-top: 7.3rem
    }

    .hpp-dtc-m-form__body>.hpp-dtc-m-form__body_item--checkbox~.hpp-dtc-m-form__body_item--checkbox {
        margin-top: 0
    }

    .hpp-dtc-m-form__body_item:nth-child(4) {
        max-width: 100%
    }

    .hpp-dtc-m-form__body_item:nth-child(5) {
        max-width: 100%
    }

    .hpp-dtc-m-form__body_item:nth-child(6) {
        max-width: 100%
    }

    .hpp-dtc-m-form__body_submit {
        margin-top: 7.48rem
    }
}

@keyframes check {
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 6px rgba(105, 190, 40, .5)
    }
}

.hpp-dtc-how-doctor-diagnose {
    margin: 13rem 0
}

.hpp-dtc-how-doctor-diagnose__content {
    text-align: center
}

.hpp-dtc-how-doctor-diagnose__content .main-content .mainTitle {
    margin-bottom: 4.5rem
}

.hpp-dtc-how-doctor-diagnose__content .main-content .mainDescription {
    margin-bottom: 6rem;
    padding: 0 13rem
}

.hpp-dtc-how-doctor-diagnose__content .title-holder {
    width: 100%;
    text-align: -webkit-center;
    margin-bottom: 5rem
}

.hpp-dtc-how-doctor-diagnose__content .title-holder .title {
    width: 68%
}

.hpp-dtc-how-doctor-diagnose__content .images-holder {
    margin: auto;
    margin-bottom: 4.3rem;
    width: 78%
}

.hpp-dtc-how-doctor-diagnose__content .images-holder .patient_history {
    width: 24.8rem
}

.hpp-dtc-how-doctor-diagnose__content .images-holder .enzyme_level {
    width: 19rem
}

.hpp-dtc-how-doctor-diagnose__content .images-holder .patient_history-image {
    padding-top: 5rem
}

.hpp-dtc-how-doctor-diagnose__content .images-holder .patient_history-image .patient_desc {
    width: 45rem;
    margin-left: -6rem
}

.hpp-dtc-how-doctor-diagnose__content .images-holder .plus-image {
    position: absolute;
    left: 50%;
    top: 35%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hpp-dtc-how-doctor-diagnose__content .images-holder .plus-image .plus {
    width: 7.5rem
}

.hpp-dtc-how-doctor-diagnose__content .images-holder .enzyme_level-image {
    margin-left: -5rem
}

.hpp-dtc-how-doctor-diagnose__content .patient_desc {
    color: var(--dark-green);
    font-weight: 700;
    margin-top: 5rem
}

.hpp-dtc-how-doctor-diagnose__content .warning_msg {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #343434;
    margin-top: 9rem;
    padding: 0 6rem
}

.hpp-dtc-how-doctor-diagnose__content .warning_msg::before {
    content: "*";
    display: inline-block;
    padding: 0 10px;
    width: 20px;
    margin: auto;
    margin-left: -20px
}

@media screen and (max-width:767px) {
    .hpp-dtc-how-doctor-diagnose {
        margin: 5.5rem 0
    }

    .hpp-dtc-how-doctor-diagnose .main-content-holder {
        padding: 0
    }

    .hpp-dtc-how-doctor-diagnose .main-content .mainTitle {
        overflow: hidden;
        height: 9rem;
        margin-bottom: 3.5rem
    }

    .hpp-dtc-how-doctor-diagnose .main-content .mainDescription {
        padding: 0;
    }

    .hpp-dtc-how-doctor-diagnose .title-holder {
        margin-bottom: 5rem
    }

    .hpp-dtc-how-doctor-diagnose .title-holder .title {
        width: 100%;
        overflow: hidden;
        height: 18rem
    }

    .hpp-dtc-how-doctor-diagnose .warning_msg {
        margin-top: 4.2rem;
        padding: 0
    }

    .hpp-dtc-how-doctor-diagnose .callout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hpp-dtc-how-doctor-diagnose .callout .patient_history {
        width: 12.8rem
    }

    .hpp-dtc-how-doctor-diagnose .callout .plus {
        width: 4.5rem;
        margin: 3rem 0
    }

    .hpp-dtc-how-doctor-diagnose .callout .enzyme_level {
        width: 9.2rem
    }

    .hpp-dtc-how-doctor-diagnose .callout body,
    .hpp-dtc-how-doctor-diagnose .callout p {
        font-size: 14px;
        color: var(--dark-green);
        line-height: 20px;
        font-weight: 700;
        margin: auto;
        margin-left: 2rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-how-doctor-diagnose {
        margin: 7.5rem 0
    }

    .hpp-dtc-how-doctor-diagnose .main-content .mainTitle {
        overflow: hidden;
        height: 4rem
    }

    .hpp-dtc-how-doctor-diagnose .main-content .mainDescription {
        padding: 0 4rem
    }

    .hpp-dtc-how-doctor-diagnose .title-holder {
        margin-bottom: -1rem
    }

    .hpp-dtc-how-doctor-diagnose .title-holder .title {
        width: 88%;
        overflow: hidden;
        height: 15rem
    }

    .hpp-dtc-how-doctor-diagnose .images-holder {
        width: 100%
    }

    .hpp-dtc-how-doctor-diagnose .images-holder .patient_history {
        width: 17rem
    }

    .hpp-dtc-how-doctor-diagnose .images-holder .enzyme_level {
        width: 14rem;
        -ms-transform: translateY(1.3rem);
        transform: translateY(1.3rem)
    }

    .hpp-dtc-how-doctor-diagnose .images-holder .patient_history-image {
        padding-top: 5rem
    }

    .hpp-dtc-how-doctor-diagnose .images-holder .patient_history-image .patient_desc {
        width: 100%;
        margin-left: 0
    }

    .hpp-dtc-how-doctor-diagnose .images-holder .enzyme_level-image {
        margin-left: -3rem
    }

    .hpp-dtc-how-doctor-diagnose .warning_msg {
        margin-top: 6rem;
        padding: 0 1.5rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-how-doctor-diagnose .images-holder .enzyme_level {
        -ms-transform: translateY(1rem);
        transform: translateY(1rem)
    }
}

.hpp-dtc-pharmacy-support__content {
    padding: 12rem 0;
    border-bottom: .1rem solid #eaeaea
}

.hpp-dtc-pharmacy-support__content .main-content-holder {
    text-align: center
}

.hpp-dtc-pharmacy-support__content .main-content-holder .subTitle {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700;
    margin: 2rem 0 5rem
}

.hpp-dtc-pharmacy-support__content .main-content-holder .description {
    width: 70%;
    margin: auto
}

.hpp-dtc-pharmacy-support__content .main-content-holder .welcome-letter {
    margin: 4rem 0 5rem
}

.hpp-dtc-pharmacy-support__content .image-holder {
    text-align: center
}

.hpp-dtc-pharmacy-support__content .image-holder .logo {
    width: 18.5rem
}

.hpp-dtc-pharmacy-support__content .contact-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 60%;
    margin: auto;
    margin-top: 5rem
}

.hpp-dtc-pharmacy-support__content .contact-links .icons {
    height: 3.8rem;
    margin-right: 2rem
}

.hpp-dtc-pharmacy-support__content .contact-links .contact-text {
    color: var(--dark-green);
    vertical-align: middle
}

.hpp-dtc-pharmacy-support__content .contact-links .contact-text a {
    color: var(--dark-green)
}

@media screen and (max-width:767px) {
    .hpp-dtc-pharmacy-support__content {
        padding: 6rem 0
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .subTitle {
        width: 90%;
        margin: 3rem auto 3rem
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .description {
        width: 90%
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .welcome-letter {
        width: 80%;
        margin: 3rem auto 3rem
    }

    .hpp-dtc-pharmacy-support__content .image-holder .logo {
        width: 23.5rem
    }

    .hpp-dtc-pharmacy-support__content .contact-links {
        width: 100%;
        display: block;
        text-align: center
    }

    .hpp-dtc-pharmacy-support__content .contact-links .contact-link-main {
        margin-top: 2rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-pharmacy-support__content {
        padding: 9rem 0
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .subTitle {
        width: 65%;
        margin: 3rem auto 4rem
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .description {
        width: 77%
    }

    .hpp-dtc-pharmacy-support__content .main-content-holder .welcome-letter {
        margin: 3rem 0 3rem
    }

    .hpp-dtc-pharmacy-support__content .image-holder .logo {
        width: 20rem
    }

    .hpp-dtc-pharmacy-support__content .contact-links {
        width: 100%
    }

    .hpp-dtc-pharmacy-support__content .contact-links .email-item {
        margin-right: 4rem
    }
}

.hpp-dtc-p-home h4 {
    font-weight: 700
}

.hpp-dtc-p-home .hpp-dtc-life-with__content .description {
    margin-bottom: 2.8rem;
    max-width: 49ch;
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-home .hpp-dtc-life-with__content {
        padding: 4rem 0 5rem
    }

    .hpp-dtc-p-home .hpp-dtc-life-with__content .description {
        padding: 0 4rem 0 7rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-p-home .hpp-dtc-life-with__content .description {
        padding: 0
    }

    .hpp-dtc-p-home .hpp-dtc-life-with__content .content {
        width: 88%;
    }
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_title .main-title br {
    display: none
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_title .secondary-title {
    font-size: 2.8rem;
    letter-spacing: .056rem;
    line-height: 3.2rem;
    color: var(--custom-yellow)
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_cards.step-2 .card .description {
    margin: 8rem 1rem -2rem
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_cards .card .description {
    margin: 2rem 0 1rem;
    letter-spacing: .018rem;
    line-height: 3rem
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_form .message p {
    margin: 0 3rem 2rem 0
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_form .form-row button {
    min-height: 5rem;
    border: none
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_form .form-row button::after {
    color: #000
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_form .bootstrap-select .dropdown-menu {
    font-size: 1.6rem
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_form .bootstrap-select .filter-option-inner-inner {
    text-transform: initial;
    font-weight: 400;
    color: #343434
}

.hpp-dtc-p-home .hpp-dtc-lets-connect_pagination .dot-selected {
    background-color: #fff;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-p-home .hpp-dtc-lets-connect_title .main-title {
        margin-bottom: 1rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_title .main-title br {
        display: none
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_cards.step-2 .card .description {
        margin: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_cards {
        padding-top: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_pagination {
        -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
        margin-left: 25rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-1 {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-1 .card {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_infoTitle {
        margin-bottom: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_subtitle {
        font-size: 2.4rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .form-row-container .txtZipCode {
        width: 20rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .form-row-container .bootstrap-select {
        width: 28rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .form-row-container .form-row:nth-child(3) .form-group input:nth-child(2) {
        width: 30rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .row .form {
        box-shadow: .5rem .5rem 0 .3rem #34343470;
        min-width: 93%;
        margin-left: 6rem;
        border-top-left-radius: 3rem;
        border-bottom-left-radius: 3rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .row .thank-you {
        box-shadow: .5rem .5rem 0 .3rem #34343470;
        border-radius: 3rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .row .thank-you .intro {
        text-align: center
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .form-row {
        gap: 1rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .form-row .form-control {
        width: 51rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .form {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -18rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question img {
        width: 22.2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question .text {
        font-size: 1.8rem;
        letter-spacing: .018rem;
        line-height: 2rem;
        width: 100%;
        max-width: 35rem;
        margin: 0 0rem 2rem 4rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question .text::before {
        top: 13rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .row h4 {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:820px) and (max-width:991px) {
    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .row .form {
        min-width: 96.5%
    }
}

#quiz .card {
    padding: 2.5rem 0;
}

@media screen and (max-width:767px) {

    .hpp-dtc-p-home .hpp-dtc-lets-connect_slide-pagination .next,
    .hpp-dtc-p-home .hpp-dtc-lets-connect_slide-pagination .prev {
        margin: 0px 14px 3.7rem;
    }

    #quiz .card {
        /* align-items: stretch; */
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .icon-question {
        /* padding: 50px 0px 50px 0px; */
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .icon-magnifying {
        /* padding: 64px 0px 46px 0px; */
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .icon-medical {
        /* padding: 78px 0px 46px 0px; */
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .description {
        margin: 1rem;
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .icon .img {
        margin-left: 25px;
    }

    .hpp-dtc-lets-connect_cards.step-1 .card .icon .description {
        margin-left: 10px;
    }

    .hpp-dtc-lets-connect_cards.step-1 .card.selected .icon .img,
    .hpp-dtc-lets-connect_cards.step-1 .card:hover .icon .img {
        background-color: #f8f8f8;
    }

    .hpp-dtc-lets-connect_cards.step-1 .card.selected .icon,
    .hpp-dtc-lets-connect_cards.step-1 .card:hover .icon {
        background: linear-gradient(to right, var(--custom-yellow) 0%, var(--custom-yellow) 62%, #fff 50%, #fff 100%);
    }

    .hpp-dtc-lets-connect_button .btn-icon-left_content,
    .hpp-dtc-lets-connect_button .btn-icon-right_content {
        margin-right: -2px;
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_title {
        padding-top: 5.5rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_title h4 {
        margin-bottom: 1rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_title .main-title {
        font-size: 4.2rem;
        line-height: 4.2rem;
        letter-spacing: .1218rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_title .main-title br {
        display: block
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_title .secondary-title {
        margin-top: 1rem;
        font-size: 1.8rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_cards.step-2 .card .description {
        margin: 1rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_cards {
        padding-top: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect_pagination {
        padding: 6rem 0
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_infoTitle,
    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_title {
        margin-left: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_infoTitle {
        margin-bottom: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_title {
        font-size: 4.2rem;
        letter-spacing: .147rem;
        line-height: 4.2rem;
        margin-right: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_subtitle {
        font-size: 2.4rem;
        letter-spacing: .048rem;
        line-height: 3.2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro_subtitleContent {
        font-size: 1.6rem;
        letter-spacing: .016rem;
        line-height: 2.6rem;
        margin: auto -2rem 1rem 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .intro .d-flex .square {
        margin-top: 1rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .instructions {
        font-size: 1.6rem;
        letter-spacing: .016rem;
        line-height: 2.4rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .form-group {
        margin-bottom: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .form-row-container .form-row:nth-child(3) .form-group:nth-child(2) input {
        margin-bottom: 3rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .form-check_agreement {
        min-width: 23.3rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .content .form-check_age {
        margin-right: 1rem;
        margin-bottom: 2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question .icon {
        width: 22.2rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question .text {
        padding: 3.5rem 0 0 4.5rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question .text p {
        margin: 0 1rem 2rem 0
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .question .text:before {
        top: -4.5rem
    }

    .hpp-dtc-p-home .hpp-dtc-lets-connect .step-3 .message {
        padding-bottom: 6rem
    }
}

@media screen and (min-width: 1024px) {
    #quiz .card[data-value="question"] .description {
        padding-inline: 41px;
    }

    #quiz .card[data-value="magnify"] .description {
        padding-inline: 33px;
    }
}

.strens-iq-replaces-alp {
    background-color: #f8f8f8
}

.hpp-dtc-p-what-is-strensiq .hpp-dtc-m-strensiq-replace {
    padding: 10rem 0 5rem 0
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-strensiq-replace {
        padding: 6.5rem 0 1rem 0
    }

    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-strensiq-replace .hpp-dtc-m-strensiq-replace_list .list-unstyled:nth-child(4) p {
        max-width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-alphelpform .content-holder br {
        display: none
    }

    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-alphelpform .content-holder p {
        margin-right: 8rem
    }

    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-alphelpform .hpp-dtc-m-alp-help-form {
        padding: 0 2.5rem
    }
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-alphelpform {
        padding: 5rem 0 2rem
    }

    .hpp-dtc-icons-panel__content .hpp-dtc-callout-fill {
        padding: 2.5rem 1.5rem
    }

    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-alphelpform p {
        padding: 0 2.1rem
    }

    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-alphelpform p br {
        display: none
    }
}

.hpp-dtc-p-what-is-strensiq .hpp-dtc-m-callout_logo {
    width: 11rem
}

.hpp-dtc-p-what-is-strensiq .hpp-dtc-m-callout h3 {
    line-height: 3rem;
    margin-right: 2rem
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-callout {
        padding: 4rem 3.6rem
    }

    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-callout_logo {
        width: 8.2rem;
        left: calc(49% - 32px)
    }

    .hpp-dtc-p-what-is-strensiq .hpp-dtc-m-callout h3 {
        letter-spacing: .016rem;
        line-height: 2.6rem;
        margin: 1rem 0 0 0
    }
}

.hpp-dtc-p-what-is-hpp .hpp-dtc-life-with .description::before {
    top: 17rem
}

@media screen and (min-width:768px) {
    .hpp-dtc-p-what-is-hpp .hpp-dtc-life-with .description::before {
        top: 15rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-p-what-is-hpp .hpp-dtc-life-with .description::before {
        top: 12rem
    }

    .hpp-dtc-p-what-is-hpp .hpp-dtc-life-with__content .description {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .hpp-dtc-p-what-is-hpp .hpp-dtc-life-with .description::before {
        margin-top: 3.1rem
    }
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-tips-for-using-strensiq .hpp-dtc-looking-for-resources__content .cta__white {
        max-width: 60%;
        line-height: 2rem;
        padding: 1rem 1rem
    }
}

.hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_container hr:last-child {
    display: none
}

.hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_group {
    margin: 8rem 12rem
}

.hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_group:first-child {
    margin-top: 10rem
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_group {
        margin: 8rem 0
    }
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_group {
        margin: 8rem 2rem
    }
}

.hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_title {
    font-size: 4.5rem;
    letter-spacing: .01575rem;
    line-height: 4.2rem
}

.hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_description {
    margin: 2rem auto 5rem;
    font-size: 1.8rem;
    letter-spacing: .0018rem;
    line-height: 3rem
}

.hpp-dtc-p-faqs .hpp-dtc-faqs-textContent_separator {
    border-top: .002rem solid #969696;
    opacity: 50%
}

.hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content {
    padding-bottom: 6rem
}

.hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .col-12 {
    padding-inline: 2rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .title {
    padding: 0
}

.hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .description {
    padding-inline: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .link {
    font-size: 1.6rem;
    padding-inline: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    max-width: 28.7rem
}

@media screen and (min-width:768px) {
    .hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content {
        padding: 7.3rem 0
    }

    .hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .description {
        width: 46rem;
        margin-bottom: 3.3rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .title {
        margin-bottom: 2.4rem
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content {
        padding-bottom: 10rem;
    }

    .hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .title {
        margin-bottom: 1.8rem
    }

    .hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .description {
        margin-left: auto;
        margin-right: auto;
        width: max-content;
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .hpp-dtc-p-here-for-you .hpp-dtc-looking-for-resources__content .description {
        margin-left: auto;
        margin-right: auto;
    }
}

.hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content {
    padding-top: 3.6rem;
    padding-bottom: 5.7rem
}

.hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .content-holder {
    margin-left: 0
}

.hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .title {
    margin-bottom: 3.8rem
}

.hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .logo {
    width: 24rem;
    padding-bottom: 4.2rem
}

.hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .description {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1.3rem;
    padding: 0 2.5rem 0 6.4rem
}

.hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .description::before {
    font-size: 15rem;
    top: 12.5rem;
    left: 2.4rem
}

.hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .quote-by {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-left: 6.4rem
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .d-md-block {
        display: none !important
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-looking-for-resources__content {
        padding: 6.7rem 0 6rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-looking-for-resources__content .description {
        margin-bottom: 6rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content {
        padding: 9.2rem 0 3.6rem 0
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .content {
        margin-bottom: 5rem;
        width: 97%
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .title {
        margin-bottom: 2.2rem;
        font-size: 4.2rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .logo {
        width: 27rem;
        margin-top: 1.3rem;
        margin-left: 1rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .description {
        margin-bottom: 2rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .description::before {
        font-size: 16rem;
        top: 14rem;
        left: -4.5rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-looking-for-resources__content {
        padding: 7.2rem 0 6.5rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-looking-for-resources__content .title {
        margin-bottom: 2.3rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-looking-for-resources__content .description {
        padding: 0 7rem;
        margin-bottom: 2rem
    }
}

@media screen and (min-width:768px) {

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .description,
    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .quote-by {
        padding-left: 0
    }
}

@media screen and (min-width:992px) {
    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content {
        padding: 6rem 0 .1rem 0
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .content-holder {
        margin: inherit
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .title {
        margin-top: 4rem;
        margin-bottom: 3rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .image-holder {
        margin-left: 5.5rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .logo {
        width: 32rem;
        margin-left: 0
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-life-with__content .description::before {
        font-size: 19rem;
        top: 15rem;
        left: -6.6rem
    }
}

@media screen and (min-width:1200px) {
    .hpp-dtc-p-live-with-confidence .hpp-dtc-looking-for-resources__content .title {
        margin-bottom: 3.2rem
    }

    .hpp-dtc-p-live-with-confidence .hpp-dtc-looking-for-resources__content .description {
        margin-bottom: 4rem;
        width: 79%
    }
}

.strens-iq-replaces-alp {
    background-color: #f8f8f8
}

.hpp-dtc-hpp-patient-advocacy {
    background-color: #f8f8f8
}

.hpp-dtc-p-resources .hpp-dtc-life-with .description {
    margin: auto 4rem auto auto
}

.hpp-dtc-p-resources .hpp-dtc-life-with .description::before {
    top: 12rem
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hpp-dtc-p-resources .hpp-dtc-life-with__content .description {
        margin-right: 2rem
    }

    .hpp-dtc-p-resources .hpp-dtc-life-with__content .description::before {
        font-size: 17rem;
        top: 14.5rem
    }
}

@media screen and (max-width:767px) {
    .hpp-dtc-p-resources .hpp-dtc-life-with__content .content-holder {
        margin: auto auto auto 1rem
    }

    .hpp-dtc-p-resources .hpp-dtc-life-with__content .description {
        padding: 0 .5rem 0 5.5rem;
        margin: auto 1rem auto auto;
        margin-bottom: 2rem
    }

    .hpp-dtc-p-resources .hpp-dtc-life-with__content .description::before {
        font-size: 16rem;
        top: 15.5rem
    }

    .hpp-dtc-p-resources .hpp-dtc-life-with__content .quote-by {
        padding-left: 5.5rem
    }
}

[data-module=Numbers] .numberwheel,
[data-module=Numbers] .title,
[data-module=Numbers] h3 {
    color: #343434 !important
}

[data-module=Numbers] .numberwheel .fill.fill58,
[data-module=Numbers] .numberwheel .mask.full.full-58 {
    animation: fill58 ease-in-out 3s;
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg)
}

[data-module=Numbers].study-1 .numberwheelcntr {
    background: #e1ecd6
}

[data-module=Numbers].study-1 .numberwheelcntr .numberwheel .mask .fill {
    background-color: #69be28
}

[data-module=Numbers].study-2 .numberwheelcntr {
    background: #adcbc8
}

[data-module=Numbers].study-2 .numberwheelcntr .numberwheel .mask .fill {
    background-color: var(--dark-green)
}

[data-module=Numbers].study-3 .numberwheelcntr {
    background: #f5f5ad
}

[data-module=Numbers].study-3 .numberwheelcntr .numberwheel .mask .fill {
    background-color: var(--custom-yellow)
}

@keyframes fill58 {
    0% {
        transform: rotate(1deg)
    }

    to {
        transform: rotate(113.4deg)
    }
}

.top-header-mobile {
    display: none;
}

.top-nav-mobile li {
    position: relative;
}

.top-nav-mobile a,
.top-nav-mobile a:focus,
.top-nav-mobile a:hover {
    color: #0096C8;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0.5rem;
}

.top-nav-mobile li:not(:last-of-type) a {
    border-right: 1px solid #707070;
}

@media screen and (max-width: 480px) {

    .top-nav-mobile a,
    .top-nav-mobile a:focus,
    .top-nav-mobile a:hover {
        font-size: 11px;
    }
}

@media screen and (max-width: 1023px) {

    .hpp-dtc-m-hero .content {
        margin-top: 20rem !important;
        z-index: 2;
    }

    .top-header-mobile {
        position: relative;
        display: block;
        z-index: 2;
    }

    .top-nav-mobile {
        display: grid;
        font-family: 'Azo Sans';
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        text-align: center;
        padding: 1rem 0;
        background-color: #E3E3E3;
    }

    .hpp-dtc-m-hero.internal-hero .hero-bg img {
        position: relative;
        top: 20px;
    }

    .index-hero-box__container {
        margin-top: 18rem !important;
    }
}

@media screen and (max-width: 425px) {
    .top-nav-mobile {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .top-nav-mobile {
        grid-template-columns: repeat(5, 1fr);
    }

}

@media screen and (max-width: 767px) {
    .hpp-dtc-m-hero .content {
        margin-top: 21rem !important;
        z-index: 2;
    }
}

@media (max-width: 1023px) {
    .navbar-toggle {
        top: 75px !important;
    }

    .site-header .get-cta.no-cookie a {
        margin-top: 0;
    }

    .site-header .get-cta.no-cookie,
    .navbar-toggle.no-cookie {
        top: 80% !important;
    }
}

.hpp-dtc-lets-connect_form .btn-submit {
    border-radius: 0;
    color: var(--dark-green);
    padding: 0px 25px;
    border: 1px solid var(--dark-green);
    font-size: 14px;
    font-weight: 600;
}

.hpp-dtc-lets-connect_form .btn-submit:hover {
    background-color: var(--dark-green);
    color: #fff;
    border: none;
}

.hpp-dtc-lets-connect select {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 12px;
    background-color: #f8f8f8;

    border: none;
    height: 4.8rem;
    font-size: 1.6rem;


}

.hpp-dtc-lets-connect_slide-pagination .next-btn {
    margin-bottom: 0px;
}

/* @media screen and (min-width: 992px) {
  .hero-box h3 {
    margin-top: 2rem;
  }
} */
.hpp-dtc-lets-connect_form .register-now {
    font-size: 15px;
    color: var(--dark-green);
    font-weight: 600;
    border: 1px solid var(--dark-green);
    border-radius: 0px;
    line-height: 32px;
    margin-left: 20px;
    margin-bottom: 25px;
    display: none;
    padding: 5px 25px;
}

.hpp-dtc-lets-connect_form hr {
    display: none;
    margin-bottom: 30px;
}

.hpp-dtc-lets-connect_form .attend-hpp {
    margin-top: 15px;
}

.hpp-dtc-getting-started__content.container {
    max-width: 980px;
}

.hpp-dtc-getting-started__content .title {
    margin: 15px auto;
}

.hpp-dtc-getting-started__content .description {
    margin-bottom: 30px;
}

.hpp-dtc-lets-connect_form .sign-up {
    margin-top: 2.5rem;
}

@media screen and (max-width: 640px) {
    .hpp-dtc-m-hpp-patient-support__content h2 {
        font-size: 42px !important;
    }

    .hpp-dtc-m-hpp-patient-support__content .cta {
        font-size: 14px;
    }
}

@media screen and (max-width: 756px) and (min-width: 376px) {
    .hpp-dtc-getting-started p {
        font-size: 16px;
    }

    .hpp-dtc-getting-started .cta {
        padding: 0.5rem 1rem;
        font-size: 16px;
        font-weight: 700;
    }

    .hpp-dtc-getting-started .title {
        font-size: 30px;
    }

    .hpp-dtc-getting-started .col-6 {
        padding: 0px;
    }
}

@media screen and (max-width: 376px) {
    .hpp-dtc-getting-started p {
        font-size: 16px;
    }

    .hpp-dtc-getting-started .cta {
        padding: 0.5rem 1rem;
        font-size: 16px;
        font-weight: 700;
    }

    .hpp-dtc-getting-started .title {
        font-size: 30px;
    }

    .hpp-dtc-getting-started .col-6 {
        padding: 0px;
    }

    .index-hero-image-mobile {
        top: 38px !important;
    }
}

@media (min-width: 992px) and (max-width: 1320px) {
    .hpp-dtc-m-next-steps-form_form {
        padding-right: 9% !important;
    }
}

/* Cookie Styles */
.cookie-disclaimer {
    background: #00a8e1;
    display: none;
    width: 100%;
}

.cookie-banner {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}

.cookie-banner .link {
    color: var(--white) !important;
    text-decoration: underline !important;
}

.cookie-closer {
    margin-left: 5px;
    min-width: 35px;
    text-align: center;
}

.cookie-closer a {
    color: var(--white);
    font-size: 25px;
    line-height: 32px;
}

/* Custom Modal Styles */
#cookieModal {
    padding: 0 !important;
    background-color: hsla(0, 0%, 100%, .95);
    transition: opacity .25s ease-out;
}

#cookieModal.modal.show .modal-dialog {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-width: 600px;
    margin: 0 auto;
}

#cookieModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--dark-green);
    background-color: var(--dark-green);
    background-clip: padding-box;
    box-shadow: 0 0 10px 5px rgb(52 52 52 / 30%);
    outline: 0;
    padding: 20px 10px;
    margin: 0 auto;
}

#cookieModal .modal-header {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
}

#cookieModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 4rem 4.25rem;
    color: var(--white);
}

#cookieModal .modal-body a.link,
#cookieModal .modal-body a.link:hover,
#cookieModal .modal-body a.link:focus {
    text-decoration: underline;
}

#cookieModal .modal-footer {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

#cookieModal button.close {
    font-weight: 100;
    right: 10px;
    top: 15px;
}


#cookieModal .btn {
    font-family: azo-sans-web, Arial, sans-serif;
    color: #00a8e1;
    background: transparent;
    border-radius: 0;
    border: 1px solid #00a8e1;
    font-weight: 700;
    font-size: 14px;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    transition: all .3s ease-out;
    letter-spacing: .1em;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

#cookieModal .btn:hover,
#cookieModal .btn:focus {
    color: #FFFFFF;
    background: #00a8e1;
}

@media (min-width: 1024px) {
    #cookieModal .modal-footer>:not(:last-child) {
        margin-right: 1rem;
    }

    #cookieModal .modal-footer>:not(:first-child) {
        margin-left: 1rem;
    }
}



#cookieModal h3,
#cookieModal h5 {
    color: var(--white);
    font-family: 'azo-sans-web', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 0;
}

#cookieModal h3 {
    font-weight: 700;
}

@media (max-width: 1023px) {
    #cookieModal .modal-dialog {
        top: 50%;
    }
}

/* Global Nav Change */
@media (min-width: 992px) {
    .site-header .container .d-flex.jcnt-end {
        justify-content: space-around;
    }

    .site-header .container .d-flex.jcnt-end .logo {
        margin-right: auto;
        margin-left: -12px;
        flex: 0 1 auto;
    }

    .site-header .container .d-flex.jcnt-end .hedright {
        flex: 1 1 auto;
    }

    .pagesubnavstickpoint>.l-grid {
        padding-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .pagesubnavstickpoint>.l-grid {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1365px) {
    .hpp-dtc-m-sidebar.d-none.d-md-block.position-fixed {
        display: none !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .hpp-dtc-footer__content {
        padding-inline: 5.5rem;
        padding-right: 5.5rem;
        padding-left: 5.5rem;
    }
}

@media screen and (min-width: 1366px) {
    .hpp-dtc-m-sidebar {
        top: 19.35rem
    }
}

@media screen and (max-width: 320px) {

    /*
    body.activemenu .cookie-disclaimer {
        height: 0px;
        overflow: hidden;
        opacity: 0;
    }
    */

    .navbar-toggle.no-cookie {
        top: 83% !important;
    }

    body.activemenu .navbar-toggle.no-cookie {
        top: 8.3125rem !important;
    }

    body.activemenu .logo {
        margin: 0;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {

    /*
    body.activemenu .cookie-disclaimer {
        height: 0px;
        overflow: hidden;
        opacity: 0;
    }
    */

    .index-hero-image-mobile {
        top: 38px !important;
    }

    .hpp-dtc-m-hero .content.index-hero-box__container {
        margin-top: 18rem !important;
    }

    .navbar-toggle.no-cookie {
        top: 82% !important;
    }

    body.activemenu .navbar-toggle.no-cookie {
        top: 7.3125rem !important;
    }

    body.activemenu .logo {
        margin: 0;
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) {

    /*
    body.activemenu .cookie-disclaimer {
        height: 0px;
        overflow: hidden;
        opacity: 0;
    }
    */

    .index-hero-image-mobile {
        top: 20px !important;
    }

    .hpp-dtc-m-hero .content.index-hero-box__container {
        margin-top: 19rem !important;
    }

    .navbar-toggle.no-cookie {
        top: 80% !important;
    }

    body.activemenu .navbar-toggle.no-cookie {
        top: 7.3125rem !important;
    }

    body.activemenu .logo {
        margin: 0;
    }
}

@media screen and (min-width: 426px) and (max-width: 1023px) {

    /*
    body.activemenu .cookie-disclaimer {
        height: 0px;
        overflow: hidden;
        opacity: 0;
    }
    */

    .navbar-toggle.no-cookie {
        top: 80% !important;
    }

    body.activemenu .navbar-toggle.no-cookie {
        top: 8.3125rem !important;
    }

    body.activemenu .logo {
        margin: 0;
    }
}

section#ISI.isi * {
    font-size: 16px !important;
}

section#ISI.isi .isi-banner sup {
    top: -2.75px;
}

button.w-vulcan-v2-button {
    display: none !important;
}

#ISI .isi-showmore span.t-accent-green,
#ISI .isi-showless span.t-accent-green {
    font-size: 24px !important;
}

.alexion-hyperlink {
    color: #00a8e1 !important;
}

.isi-inPage--first-child {
    padding-top: 20px !important;
}

/* ##################### New Fixes ################################## */

/* Index hero */
.container.content.index-hero-box__container {
    margin-top: 20rem !important;
}

@media screen and (min-width: 433px) {
    .container.content.index-hero-box__container {
        margin-top: 25rem !important;
    }
}

@media screen and (min-width: 449px) {
    .container.content.index-hero-box__container {
        margin-top: 26rem !important;
    }
}

@media screen and (min-width: 485px) {
    .container.content.index-hero-box__container {
        margin-top: 29rem !important;
    }
}

@media screen and (min-width: 521px) {
    .container.content.index-hero-box__container {
        margin-top: 31rem !important;
    }
}

@media screen and (min-width: 563px) {
    .container.content.index-hero-box__container {
        margin-top: 34rem !important;
    }
}

@media screen and (min-width: 579px) {
    .container.content.index-hero-box__container {
        margin-top: 37rem !important;
    }
}

@media screen and (min-width: 640px) {
    .container.content.index-hero-box__container {
        margin-top: 42rem !important;
    }
}

@media screen and (min-width: 655px) {
    .container.content.index-hero-box__container {
        margin-top: 44rem !important;
    }
}

@media screen and (min-width: 700px) {
    .container.content.index-hero-box__container {
        margin-top: 46rem !important;
    }
}

@media screen and (min-width: 768px) {
    .container.content.index-hero-box__container {
        margin-top: 20rem !important;
    }
}

/* Index hero */

/* Index quiz */
@media screen and (min-width: 600px) {
    .hpp-dtc-lets-connect_cards .card .description {
        font-size: 18px;
    }
}

#questions .card .description,
#magnify .card .description,
#medical .card .description {
    text-align: left;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {

    #questions .card .icon.check #magnify .card .icon.check,
    #medical .card .icon.check {
        margin-left: 2rem;
    }
}

/* Index quiz */

/* ##################### New Fixes ################################## */