/* code */

#patient-support .mobile-banner {
    display: block;
}

#patient-support #banner-section {
    position: relative;
    min-height: 332px;
    max-height: 332px;
}

#patient-support .desktop-banner {
    display: none;
}

#patient-support #banner-section h1 {
    color: #FEFFFD;
    font-size: 28px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    position: absolute;
    top: 70.3%;
    left: 7%;
    padding: 11px 0 0 29px;
}

#patient-support #banner-section h1:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0px;
    width: 2px;
    height: 75px;
    background-color: #00D0D5;
    display:none;
}

#patient-support #banner-section h1:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 41%;
    height: 2px;
    background: #00D0D5;
    display:none;
}

#patient-support #banner-section p {
    position: absolute;
    font-size: 12px !important;
    line-height: 100% !important;
    right: 1.8%;
    bottom: 41%;
    color: #FCFCFC;
    padding: 8px;
    background: #2C2C2C66;
    border-radius: 12px;
}    

#patient-support .answer-tools-text {
    padding: 32px 16px;
}
    
#patient-support .answer-tools-text h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #250E62;
    background: #E5FAFB;
    max-width: 853px;
    font-weight: 400;
}

#patient-support .answer-tools-text p {
    padding-top: 24px;
    color: #2C2C2C;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: -0.3px;
    max-width: 1080px;
}

#patient-support .callout1-main-content, #patient-support .callout2-main-content, #patient-support .callout3-main-content, #patient-support .callout4-main-content, #patient-support .callout5-main-content, #patient-support .callout6-main-content {
    display: block;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
    height: unset;
}

#patient-support .desktop-icon {
    display: none;
}

#patient-support .mobile-icon {
    display: block;
}

#patient-support .callout1-main-content h3, #patient-support .callout2-main-content h3, #patient-support .callout3-main-content h3, #patient-support .callout4-main-content h3, #patient-support .callout5-main-content h3, #patient-support .callout6-main-content h3 {
    color: #122960;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #00A6AA;
    padding-bottom: 16px;
    margin: 0;
    padding-top: 16px;
}

#patient-support .callout5-main-content h3{
    padding-bottom: 0px; 
    padding-top: 0px; 
}

#patient-support .callout6-main-content h3{
    padding-bottom: 2px; 
    padding-top: 0px; 
}

#patient-support .callout1-text, #patient-support .callout2-text, #patient-support .callout3-text, #patient-support .callout4-text, #patient-support .callout5-text, #patient-support .callout6-text {
    width: 100%;
    padding-left: 16px;
}

#patient-support #callout1, #patient-support #callout2, #patient-support #callout3, #patient-support #callout4, #patient-support #callout5, #patient-support #callout6 {
    margin: 0 auto;
    max-width: 343px;
    margin-bottom: 24px;
}

#patient-support #callout6 {
    margin-bottom: 40px !important;
}

#patient-support .callout1-img img,
#patient-support .callout2-img img,
#patient-support .callout3-img img,
#patient-support .callout4-img img,
#patient-support .callout5-img img,
#patient-support .callout6-img img{
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}

#patient-support .callout-content1 p,#patient-support .callout-content2 p,#patient-support .callout-content3 p,
#patient-support .callout-content4 p,#patient-support .callout-content5 p,#patient-support .callout-content6 p{
    color: #2C2C2C;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    padding-bottom: 16px;
}

#patient-support .callout-content1 li, #patient-support .callout-content2 li, #patient-support .callout-content3 li, #patient-support .callout-content4 li, #patient-support .callout-content5 li, #patient-support .callout-content6 li {
    color: #2C2C2C;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: -0.25px;
}

#patient-support .callout-content1 li::before,
#patient-support .callout-content2 li::before,
#patient-support .callout-content3 li::before,
#patient-support .callout-content4 li::before,
#patient-support .callout-content5 li::before,
#patient-support .callout-content6 li::before{
    content: '' !important;
    width: 5px !important;
    height: 5px !important;
    padding: 0 !important;
    margin-right: 8px !important;
    background-color: #F8485E;
    display: inline-block;
    position: relative;
    top: 12px;
}

#patient-support .callout-content2 p {
    letter-spacing: -0.25px;
}

#patient-support .callout-content1 ul,#patient-support .callout-content2 ul,#patient-support .callout-content3 ul,
#patient-support .callout-content4 ul,#patient-support .callout-content5 ul,#patient-support .callout-content6 ul{
    margin: 0;
}

#patient-support .callout-content1, #patient-support .callout-content2, #patient-support .callout-content3, #patient-support .callout-content4, #patient-support .callout-content5, #patient-support .callout-content6 {
    padding-left: 16px;
    margin-top:-5px;
}

#patient-support .callout-content1 li:nth-child(2) {
    letter-spacing: -0.22px;
}

#patient-support .callout1-img {
    height: unset;
}

#patient-support .bottom-footnote {
    padding: 32px 16px;
}

#patient-support .bottom-footnote p {
    color: #2C2C2C;
    font-size: 14px !important;
    line-height: 18px !important;
    position: relative;
    padding-left: 6px;
}

#patient-support .bottom-footnote p sup {
    position: absolute;
    left: 0px;
}

#patient-support #callout-bg2 {
    background: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/footer_bg_mobile.png') no-repeat center;
    padding: 40px 0 24px 0;
    display: flex;
    justify-content: center;
    gap: 32px;
    min-height: 280px;
}

#patient-support .banner-end-btn1 h2, #patient-support .banner-end-btn2 h2 {
    color: #FCFCFC;
    font-size: 24px !important;
    line-height: 33px !important;
    font-weight: 600 !important;
    margin-bottom: 32px !important;
}

#pat-sup-pgm-form label.cmp-dynamicform__control-label>span.text-danger {
    display: none;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form select.form-control {
    -webkit-appearance: none;
    background-image: url(/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/down-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 27px);
}

#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container:has(.checkbox) label span {
    display: block;
}
#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container:has(.checkbox) {
    max-width: 842px;
}

#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container:has(.checkbox) label {
    display: flex;
}

#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container:has(.checkbox) label input {
    width: 100%;
    max-width: 24px;
}

#pat-sup-pgm-form .form-info-text {
    max-width: 842px;
    margin: 32px 0;
}

#pat-sup-pgm-form .form-info-text .para.para-1 {
    margin-bottom: 22px;
}

#pat-sup-pgm-form .form-info-text .para a {
    color: black;
    text-decoration: underline;
}
#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button[type="submit"]{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button:before {
    content: "Join MyTRUQAP";
    font-family: 'Sora';
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    vertical-align: middle;
}

#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button>span {
    display: none !important;
}

#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button:after {
    content: '';
    background: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/red-arrow.png') no-repeat;
    /* position: absolute; */
    display: block;
    width: 9px;
    height: 14px;
    margin-left: 12px;
    /* right: 80px; */
    /* transform: translateY(-50%); */
    top: 50%;
}

#pat-sup-pgm-form .radio > .cmp-dynamicform__vcenter label > input[type="radio"]:focus-visible,
#pat-sup-pgm-form .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container:has(.checkbox) label input:focus-visible{
    border: 4px solid black;
}

/************* Modal popup starts *************/


.modal.modal--visible {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(44, 44, 44, 0.5);
    right: 0;
    z-index: 9999;
    overflow: scroll;
    /* padding-top: 157px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.modal--visible .modal-box .exit-ramp-body {
    margin: 32px 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #2C2C2C;
}

.modal.modal--visible .modal-box .exit-ramp-actions> .exit-ramp-cancel {
    background: #250E62;
    color: #FFFFFF;
    line-height: 130%;
    font-size: 18px;
    font-weight: 400;
    display: unset;
    /*padding-top: 18px;*/
}

a.exit-ramp-continue.skip-exit-ramp {
    display: unset !important;
    padding-top: 18px !important;
    color: #ffffff;
        /*padding: 16px 12px;*/
    /*display: block !important;*/
}

.modal.modal--visible>* {
    background: white;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    display: block;
}

.modal.modal--visible .modal-box, .cmp-modal__modalbox.modal-md .modal-box {
    border-top-right-radius: 72px;
    padding: 64px 16px 32px;
    color: #122960;
    background-image: url(/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/bg-grid-popups.png);
}
.modal.exit-ramp-modal.modal--visible {
    flex-direction: column;
}
.modal.exit-ramp-modal.modal--visible .modal-box {
    padding-top: 120px;
}
.modal.modal--visible .modal-box .exit-ramp-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color:#250E62;
}

.modal.modal--visible .modal-box .exit-ramp-actions {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}

.modal.modal--visible .modal-box .exit-ramp-actions>* {
    padding: 16px 12px;
    border: 2px solid #250E62;
    border-radius: 24px 0;
    position: relative;
    cursor: pointer;
    min-height: 85px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #250E62;
    background: #ffffff;
    font-size: 18px;
    line-height: 130%;
}

.modal.modal--visible .modal-box .exit-ramp-actions>*:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 24px;
    background: url(/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/right-arrow-red-popup.svg);
    background-repeat: no-repeat;
    right: 12px;
    background-size: cover;
    transform: translateY(-50%);
    top: 50%;
}

.modal.modal--visible .modal-box .exit-ramp-actions> .exit-ramp-cancel:after {
    background: url(/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/right-arrow-teal-popup.svg);
}

.modal.modal--visible> button.modal__close,.modal-box .modal__close {padding: 0;background: transparent;transform: translateY(100%);display: flex;justify-content: flex-end;/* padding: 0 16px; */margin-right: 0;position: relative;right: 26px;top: 26px;cursor: pointer;}

.modal.modal--visible> button.modal__close svg, .modal.modal--visible span.modal__closeIcon svg {
    display: none;
}

.modal.modal--visible> button.modal__close span.modal__closeLabel,.modal.modal--visible span.modal__closeLabel {
    display: none;
}

.modal.modal--visible> button.modal__close span.modal__closeIcon:after, .modal.modal--visible span.modal__closeIcon:after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/modal-close-btn.svg);
}

/************* Modal popup ends *************/

/*
#patient-support .banner-end-btn1 p {
    background: #2E66F0;
    border-radius: 96px;
    padding: 14px 48px;
    display: flex;
    gap: 4px;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #FCFCFC;
    font-weight: 400 !important;
    letter-spacing: -0.2px;
    max-width: 364px;
    justify-content: center;
    margin-left: 20px !important;
}

#patient-support .banner-end-btn2 p {
    background: #2E66F0;
    border-radius: 96px;
    padding: 14px 48px;
    display: flex;
    gap: 4px;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #FCFCFC;
    font-weight: 400 !important;
    letter-spacing: -0.2px;
    justify-content: center;
}*/

#patient-support .how-truqap-works-main-footnote {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #2C2C2C;
    font-weight: 400;
    padding: 40px 370px 40px 80px;
}

#patient-support #callout-bg2 {
    background: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/footer_bg_mobile.png') no-repeat center;
    padding: 24px 16px 32px 16px;
    display: block;
    justify-content: center;
    gap: 32px;
    min-height:464px;
    background-size:100% 100%;
}

#patient-support #banner-end-btn1 {
    border: 2px solid #99ECEE;
    padding: 24px 24px 48px 24px !important;
    text-align: center;
    margin-bottom: 24px !important;
}

#patient-support #banner-end-btn2 {
    border: 2px solid #99ECEE;
    padding: 22px 24px 22px 24px !important;
    text-align: center;
    max-width: unset !important;
    min-width: unset !important;
}

#patient-support .banner-end-btn1 h2 {
    color: #FCFCFC;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 32px !important;
    /* width: 532px !important; */
    letter-spacing: 0px;
}

#patient-support .banner-end-btn2 h2 {
    color: #FCFCFC;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 32px !important;
    /* width: 532px !important; */
    letter-spacing: 0px;
}

#patient-support .banner-end-btn1 p a{
    background: #2E66F0;
    border-radius: 96px;
    padding: 14px 0px;
    display: flex;
    gap: 4px;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #FCFCFC;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    text-decoration:none;
    position:relative;
    z-index:1;
}

#patient-support .banner-end-btn2 p a{
    background: #2E66F0;
    border-radius: 96px;
    padding:0px;
    display: flex;
    gap: 4px;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #FCFCFC;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    text-decoration:none;
    position:relative;
    z-index:1;
}

#patient-support .banner-end-btn2 p {
    padding: 0;
}

#patient-support .banner-end-btn2 span {
    max-width: 162px;
}

#patient-support .box-border-main-text:has(>.box-border):before,#patient-support .box-border-main-text:has(>.box-border):after {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(100% + 24px);
    height: 100%;
    left: -13px;
    top: 0;
    border-top: 1px solid #2E66F0;
    border-bottom: 1px solid #2E66F0;
}
 
#patient-support .box-border-main-text:has(>.box-border):after {
    width: 100%;
    height: calc(100% + 24px);
    border: none;
    border-left: 1px solid #2E66F0;
    border-right: 1px solid #2E66F0;
    left: 0;
    top: -12px;
}

#patient-support .box-border-main-text:has(>.box-border) {
    position: relative;
    overflow: initial;
    width: 295px;
}

#patient-support .inline-text{
    display: inline;
}

/******standard media query*******/
@media screen and (min-width: 992px) {

/*********** modal popups starts ************  */

    .modal.modal--visible>* {
    max-width: 742px;
    margin: 0 auto;
    width: 100%;
}

.modal.modal--visible> button.modal__close, .modal-box .modal__close {
    margin: 0 auto;
    width: 100%;
    right: 58px;
    top: 42px;
}

.modal.modal--visible .modal-box, .cmp-modal__modalbox.modal-md .modal-box {
    background-image: url(/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/bg-grid-popups-desktop.png);
    padding: 48px 48px 96px 48px;
}

.modal.modal--visible .modal-box .exit-ramp-actions {
    flex-direction: row-reverse;
    gap: 24px;
}

.modal.modal--visible .modal-box .exit-ramp-actions>* {
    width: 100%;
}

.modal.modal--visible .modal-box .exit-ramp-title {
    font-size: 24px;
    line-height: 32px;
    color: #250E62;
}

.modal.modal--visible .modal-box .exit-ramp-body {
    margin: 32px 0;
}
    button.modal__close {}

.cmp-modal__modalbox.modal-md .modal-box {
    padding-top: 0;
    padding-bottom: 96px;
}

.modal-box .modal__close {
    top: 0;
    right: 0;
    transform: unset;
    position: static;
    padding: 48px 0 40px;
}
.cmp-modal__modalbox.modal-md .modal-box #modalTitle {
    font-size: 24px;
    line-height: 32px;
    color: #250E62;
    letter-spacing: -0.2px;
}
    .modal-box .modal__close {
    /* padding: 0; */
}
/************** modal popups ends ***********  */
#patient-support .desktop-icon {
    display: block;
}

#patient-support .mobile-icon {
    display: none;
}
    
#patient-support .mobile-banner {
    display: none;
}

#patient-support #banner-section {
    position: relative;
    min-height: 280px;
    max-height: 280px;
}

#patient-support .desktop-banner {
    display: block;
}

#patient-support #banner-section h1 {
    color: #FEFFFD;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    position: absolute;
    top: 35%;
    left: 4%;
    padding: 12px 0 0 18px;
}

#patient-support #banner-section h1:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0px;
    width: 2px;
    height: 78px;
    background-color: #00D0D5;
    display:none;
}

#patient-support #banner-section h1:after {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 36.1%;
    height: 2px;
    background: #00D0D5;
    display:none;
}

#patient-support #banner-section p {
    position: absolute;
    font-size: 12px !important;
    line-height: 100% !important;
    right: 0.5%;
    bottom: 3%;
    color: #FCFCFC;
    padding: 8px;
    background: #2C2C2C66;
    border-radius: 12px;
}    

#patient-support .answer-tools-text {
    padding: 40px 80px 32px 80px;
}
    
#patient-support .answer-tools-text h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    color: #250E62;
    background: #E5FAFB;
    max-width: 853px;
    font-weight: 400;
}

#patient-support .answer-tools-text p {
    padding-top: 32px;
    color: #2C2C2C;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: -0.3px;
    max-width: 1080px;
}

#patient-support .callout1-main-content, #patient-support .callout2-main-content, #patient-support .callout3-main-content, #patient-support .callout4-main-content, #patient-support .callout5-main-content, #patient-support .callout6-main-content {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 0;
    height: 104px;
}

#patient-support .callout1-main-content h3,
#patient-support .callout2-main-content h3,
#patient-support .callout3-main-content h3,
#patient-support .callout4-main-content h3,
#patient-support .callout5-main-content h3,
#patient-support .callout6-main-content h3{
    color: #122960;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #00A6AA;
    padding-bottom: 16px;
    margin: 0;
    padding-top: 20px;
}

#patient-support .callout1-text, #patient-support .callout2-text, #patient-support .callout3-text, #patient-support .callout4-text, #patient-support .callout5-text, #patient-support .callout6-text {
    width: 92%;
    padding-left: 0;
}

#patient-support #callout1, #patient-support #callout2, #patient-support #callout3, #patient-support #callout4, #patient-support #callout5, #patient-support #callout6 {
    margin: 0 auto;
    max-width: 1280px;
    margin-bottom: 32px;
}

#patient-support #callout6 {
    margin-bottom: 40px !important;
}

#patient-support .callout1-img img,
#patient-support .callout2-img img,
#patient-support .callout3-img img,
#patient-support .callout4-img img,
#patient-support .callout5-img img,
#patient-support .callout6-img img{
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}

#patient-support .callout-content1 p,#patient-support .callout-content2 p,#patient-support .callout-content3 p,
#patient-support .callout-content4 p,#patient-support .callout-content5 p,#patient-support .callout-content6 p{
    color: #2C2C2C;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    padding-bottom: 16px;
}

#patient-support .callout-content1 li,#patient-support .callout-content2 li,#patient-support .callout-content3 li,
#patient-support .callout-content4 li,#patient-support .callout-content5 li,#patient-support .callout-content6 li{
    color: #2C2C2C;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: -0.2px;
}

#patient-support .callout-content1 li::before,
#patient-support .callout-content2 li::before,
#patient-support .callout-content3 li::before,
#patient-support .callout-content4 li::before,
#patient-support .callout-content5 li::before,
#patient-support .callout-content6 li::before{
    content: '' !important;
    width: 5px !important;
    height: 5px !important;
    padding: 0 !important;
    margin-right: 8px !important;
    background-color: #F8485E;
    display: inline-block;
    position: relative;
    top: 12px;
}

#patient-support .callout-content1 ul,#patient-support .callout-content2 ul,#patient-support .callout-content3 ul,
#patient-support .callout-content4 ul,#patient-support .callout-content5 ul,#patient-support .callout-content6 ul{
    margin: 0;
}

#patient-support .callout-content1, #patient-support .callout-content2, #patient-support .callout-content3, #patient-support .callout-content4, #patient-support .callout-content5, #patient-support .callout-content6 {
    padding-left: 112px;
    margin-top: -5px;
}

#patient-support .callout-content1 li:nth-child(2) {
    letter-spacing: -0.4px;
}

#patient-support .callout1-img {
    height: 104px;
}

#patient-support .bottom-footnote {
    padding: 0 80px 64px 80px;
}

#patient-support .bottom-footnote p {
    color: #2C2C2C;
    font-size: 14px !important;
    line-height: 20px !important;
    position:unset;
    padding-left:0;
}

#patient-support .bottom-footnote p sup {
    position: unset;
    left: 0px;
}

#patient-support #callout-bg2 {
    background: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/footer_bg_desktop.png') no-repeat center;
    padding: 40px 0 24px 0;
    display: flex;
    justify-content: center;
    gap: 32px;
    min-height: 280px;
    background-size:100% 100%;
}

#patient-support #banner-end-btn1 {
    border: 2px solid #99ECEE;
    padding: 41px 104px 50px 103px !important;
    text-align: center;
    margin-bottom: 0 !important;
}

#patient-support .banner-end-btn1 h2, #patient-support .banner-end-btn2 h2 {
    color: #FCFCFC;
    font-size: 24px !important;
    line-height: 33px !important;
    font-weight: 600 !important;
    margin-bottom: 32px !important;
}

#patient-support .banner-end-btn1 p a{
    background: #2E66F0;
    border-radius: 96px;
    padding: 14px 60px;
    display: flex;
    gap: 3px;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #FCFCFC;
    font-weight: 400;
    letter-spacing: -0.3px;
    max-width: 364px !important;
    justify-content: center;
    text-decoration:none;
    position:relative;
    z-index:1;
}

#patient-support .banner-end-btn2 p a{
    background: #2E66F0;
    border-radius: 96px;
    padding: 14px 22px;
    display: flex;
    gap: 4px;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #FCFCFC;
    font-weight: 400;
    letter-spacing: -0.2px;
    justify-content: center;
    text-decoration:none;
    position:relative;
    z-index:1;
}

#patient-support .how-truqap-works-main-footnote {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #2C2C2C;
    font-weight: 400;
    padding: 40px 370px 40px 80px;
}

#patient-support #banner-end-btn1 {
    border: 2px solid #99ECEE;
    padding: 41px 106px 50px 106px !important;
    text-align: center;
    margin-bottom: 0 !important;
}

#patient-support #banner-end-btn2 {
    border: 2px solid #99ECEE;
    padding: 41px 60px 50px 60px !important;
    text-align: center;
    max-width: 580px !important;
    min-width: 580px !important;
}

#patient-support .banner-end-btn2-text {
    max-width: 364px;
    margin: 0 auto;
}

#patient-support .banner-end-btn2 span {
    max-width: unset;
}

#patient-support .box-border-main-text:has(>.box-border):before,#patient-support .box-border-main-text:has(>.box-border):after {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(100% + 24px);
    height: 100%;
    left: -13px;
    top: 0;
    border-top: 1px solid #2E66F0;
    border-bottom: 1px solid #2E66F0;
}
 
#patient-support .box-border-main-text:has(>.box-border):after {
    width: 100%;
    height: calc(100% + 24px);
    border: none;
    border-left: 1px solid #2E66F0;
    border-right: 1px solid #2E66F0;
    left: 0;
    top: -12px;
}

#patient-support .box-border-main-text:has(>.box-border) {
    position: relative;
    overflow: initial;
    width: 364px;
}

#patient-support .banner-end-btn1 p a:hover, #patient-support .banner-end-btn2 p a:hover {
    text-decoration: none;
    padding: 14px 21px;
}

#patient-support .inline-text{
    display: inline;
}

}

@media screen and (max-width:991px){
    .cmp-modal__modalbox.modal-md .modal-box {
    padding: 48px 16px 32px;
}



.modal-box .modal__close {
    display: flex;
    justify-content: flex-end;
    position: static;
    width: 100%;
    transform: unset;
    margin-bottom: 32px;
}

.modal-box__content .modal__close:focus-visible{
    outline: none !important;
    border:none !important;
}

.cmp-modal__modalbox .modal-box__content {
    padding: 0 !important;
}

.cmp-modal__modalbox.modal-md .modal-box {
    padding: 48px 16px 32px;
}

.cmp-modal__modalbox .modal-box__content h2#modalTitle {
    font-size: 22px;
    line-height: 28px;
    color: #250E62;
    font-weight: 600 !important;
}


}

@media screen and (max-width: 992px) {
    
.modal.modal--visible .modal-box .exit-ramp-actions> .exit-ramp-cancel {
    font-size: 16px;
    padding-top: 19px;
    line-height: 23px;
}

.modal.modal--visible .modal-box .exit-ramp-actions>* {
    font-size: 16px;
    line-height: 23px;
}
    
    .modal.exit-ramp-modal.modal--visible .modal-box {
    padding-top: 96px;
}

.modal.exit-ramp-modal.modal--visible button.modal__close {
    margin-right: 16px;
}
}

@media screen and (min-width:1441px) and (max-width:2560px) {
    
#patient-support .desktop-banner {
    display: block;
    width: 100%;
}

#patient-support #banner-section {
    position: relative;
    min-height: unset;
    max-height: unset;
}

#patient-support .answer-tools-text {
    padding: 40px 0px 32px 0px;
    max-width: 1280px;
    margin: 0 auto;
}
    
}

@media screen and (min-width:1201px) and (max-width:1439px) {

#patient-support .desktop-banner {
    display: block;
    width: 100%;
}

#patient-support #banner-section {
    position: relative;
    min-height: unset;
    max-height: unset;
}

#patient-support #banner-end-btn1 {
    padding: 41px 80px 50px 80px !important;
    margin-left: 10px !important;
}  

#patient-support #banner-end-btn2 {
    padding: 41px 60px 50px 60px !important;
    margin-right: 10px !important;
}

#patient-support .answer-tools-text {
    padding: 40px 30px 32px 30px;
    max-width: unset;
    margin: 0 auto;
}

#patient-support #callout1, #patient-support #callout2, #patient-support #callout3, #patient-support #callout4, #patient-support #callout5, #patient-support #callout6 {
    margin: 0 30px;
    max-width: unset;
    margin-bottom: 32px;
}
    
}

@media screen and (min-width:992px) and (max-width:1200px) {

#patient-support .desktop-banner {
    display: block;
    width: 100%;
}

#patient-support #banner-section {
    position: relative;
    min-height: unset;
    max-height: unset;
}

#patient-support #banner-end-btn1 {
    padding: 24px 20px !important;
    min-width: 445px;
    max-width: 445px;
}

#patient-support .banner-end-btn1 h2, #patient-support .banner-end-btn2 h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#patient-support #banner-end-btn2 {
    padding: 24px 12px !important;
    max-width: 445px!important;
    min-width: 445px!important;
}

#patient-support .answer-tools-text {
    padding: 40px 30px 32px 30px;
}

#patient-support #callout1, #patient-support #callout2, #patient-support #callout3, #patient-support #callout4, #patient-support #callout5, #patient-support #callout6 {
    margin: 0 30px;
    max-width: unset;
    margin-bottom: 32px;
}

#patient-support .answer-tools-text {
    padding: 40px 30px 32px 30px;
    max-width: unset;
    margin: 0 auto;
}

#patient-support #callout1, #patient-support #callout2, #patient-support #callout3, #patient-support #callout4, #patient-support #callout5, #patient-support #callout6 {
    margin: 0 30px;
    max-width: unset;
    margin-bottom: 32px;
}
    
}

@media screen and (min-width:376px) and (max-width:991px) {
    
#patient-support .mobile-banner {
    display: block;
    width: 100%;
}

#patient-support #banner-section {
    min-height: unset;
    max-height: unset;
}

#patient-support #banner-end-btn1 {
    max-width: 343px;
    min-width: 343px;
    margin: 0 auto !important;
    margin-bottom: 24px !important;
}

#patient-support #banner-end-btn2 {
    max-width: 343px!important;
    min-width: 343px !important;
    margin: 0 auto !important;
}

#patient-support #callout1, #patient-support #callout2, #patient-support #callout3, #patient-support #callout4, #patient-support #callout5, #patient-support #callout6 {
    margin: 0 16px;
    max-width: unset;
    margin-bottom: 24px;
}
    
}

@media screen and (min-width:320px) and (max-width:374px) {
    
#patient-support #banner-section {
    min-height: unset;
    max-height: unset;
}

#patient-support #callout-bg2 {
    padding: 24px 10px 32px 10px;
}

#patient-support .banner-end-btn1 h2, #patient-support .banner-end-btn2 h2 {
    font-size: 20px !important;
    line-height: 26px !important;
}

#patient-support .box-border-main-text:has(>.box-border) {
    width: unset;
}

#patient-support .banner-end-btn1 p a, #patient-support .banner-end-btn2 p a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#patient-support #callout1, #patient-support #callout2, #patient-support #callout3, #patient-support #callout4, #patient-support #callout5, #patient-support #callout6 {
    margin: 0 16px;
    max-width: unset;
    margin-bottom: 24px;
}

#patient-support #banner-section h1 {
    font-size: 25px !important;
}
    
}

