/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}.nowrap{white-space:nowrap;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.calendar-view-table{width:100%;}.calendar-view-table caption{line-height:4;font-weight:bold;}.calendar-view-table th,.calendar-view-table td{width:calc(100% / 7);vertical-align:baseline;}.calendar-view-table td{padding:0;min-height:99px;}.calendar-view-day{padding:0.5rem;}.calendar-view-day__rows{margin:0 auto;padding:0;list-style-type:none;width:100%;}.calendar-view-day__row{margin:0 auto;padding:5px;background-color:white;}.calendar-view-day__row + .calendar-view-day__row{margin-top:5px;}[data-calendar-view-day]:hover .calendar-view-day__number,[data-calendar-view-day]:active .calendar-view-day__number,[data-calendar-view-day]:focus .calendar-view-day__number{font-weight:bold;}.calendar-view-day__number{margin-bottom:5px;}.calendar-view-pager{display:flex;justify-content:space-between;align-items:center;}.calendar-view-pager__reset{text-align:center;}.view > .calendar-view-pager__reset{margin-block-end:0;}
.calendar-view-table{--calendar-view-columns:7;--calendar-view-color-white:#fff;--calendar-view-color-lighter:#f8f8f8;--calendar-view-color-light:#f4f4f4;--calendar-view-color-grey:#ccc;--calendar-view-color-gray:#555;--calendar-view-color-evil:#666;--calendar-view-color-dark:#333;--calendar-view-day-rows-gap:0.5rem;width:100%;display:grid;grid-template-columns:repeat(var(--calendar-view-columns),1fr);border-collapse:collapse;}.calendar-view-table[data-calendar-hide-weekend]{--calendar-view-columns:5;}.calendar-view-table tr,.calendar-view-table thead,.calendar-view-table tbody{grid-column:1 / -1;display:grid;grid-template-columns:repeat(var(--calendar-view-columns),1fr);width:100%;}.calendar-view-table caption{text-align:center;grid-column:1 / -1;font-weight:bold;padding:1rem 0;}.calendar-view-table a{text-decoration:none;}.calendar-view-table td,.calendar-view-table th{padding:0.5rem;box-sizing:border-box;border:1px solid var(--calendar-view-color-grey);}.calendar-view-table thead th{background:var(--calendar-view-color-dark);}.calendar-view-table th{width:100%;padding:1rem 0.5rem;font-size:0.8125rem;line-height:2;text-align:center;text-transform:uppercase;color:var(--calendar-view-color-white);border-color:transparent;}.calendar-view-table td{display:flex;flex-direction:column;width:100%;height:auto;min-height:7.5rem;min-width:calc(100% / var(--calendar-view-columns));}.calendar-view-table td:hover{background-color:var(--calendar-view-color-white);}.calendar-view-table .calendar-view-day{display:flex;flex-direction:column;flex:1;}.calendar-view-table .calendar-view-day:hover .calendar-view-day__number{border-radius:0;}.calendar-view-table .calendar-view-day__number{flex:0 0 auto;align-self:flex-end;width:1.5rem;border-radius:50%;font-size:0.65em;line-height:1.2;margin-bottom:0.25rem;padding:0.5rem 0.15rem;cursor:help;text-align:center;background:var(--calendar-view-color-dark);color:var(--calendar-view-color-white);transition:border-radius 0.2s linear;}.past .calendar-view-day{opacity:0.8;}.today .calendar-view-day__number{font-weight:bold;}.calendar-view-day__rows{position:relative;display:flex;flex-direction:column;gap:var(--calendar-view-day-rows-gap);}.calendar-view-day__rows > *{flex:1;}[dir="ltr"] .calendar-view-table .calendar-view-day__rows{margin-left:0;}[dir="rtl"] .calendar-view-table .calendar-view-day__rows{margin-right:0;}.calendar-view-table .calendar-view-day__row{font-size:0.8125rem;border-radius:0.25rem;padding:0.3125rem;margin:0;line-height:1.2;background:var(--calendar-view-color-white);border:1px solid var(--calendar-view-color-grey);color:var(--calendar-view-color-dark);text-decoration:none;}.calendar-view-table .calendar-view-day__row > *{color:var(--calendar-view-color-gray);margin:0.1875rem 0 0.4375rem 0;text-decoration:none;}.calendar-view-table .calendar-view-day__row.hover,.calendar-view-table .calendar-view-day__row:hover,.calendar-view-table .calendar-view-day__row:active,.calendar-view-table .calendar-view-day__row:focus{border-color:var(--calendar-view-color-gray);}.calendar-view-table .next-month,.calendar-view-table .previous-month{background:var(--calendar-view-color-light);color:var(--calendar-view-color-evil);}.calendar-view-table .next-month .calendar-view-day__number,.calendar-view-table .previous-month .calendar-view-day__number{background:var(--calendar-view-color-gray);}.calendar-view-pager{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;background-color:var(--calendar-view-color-light);border:1px solid var(--calendar-view-color-grey);}.calendar-view-pager .pager__item{flex:1;}[dir="ltr"] .calendar-view-pager .pager__previous{text-align:left;}[dir="rtl"] .calendar-view-pager .pager__previous{text-align:left;}[dir="ltr"] .calendar-view-pager .pager__next{text-align:right;}[dir="rtl"] .calendar-view-pager .pager__next{text-align:left;}.calendar-view-pager .pager__current{text-align:center;}.calendar-view-pager__reset a,.calendar-view-pager .pager__item > *{padding:1rem 0.5rem;font-size:0.8125rem;line-height:2;text-transform:uppercase;font-weight:bold;text-decoration:none;}.calendar-view-pager .pager__item a{display:block;width:100%;}.calendar-view-pager .pager__item > .form-item{margin:0;}@media(max-width:48rem){.calendar-view-table thead,.calendar-view-table .next-month,.calendar-view-table .previous-month{display:none;}.calendar-view-table,.calendar-view-table tr,.calendar-view-table thead,.calendar-view-table tbody{grid-template-columns:1fr;}.calendar-view-table tr{grid-column:1 / 2;}.calendar-view-table .calendar-view-day__number{align-self:flex-start;}.calendar-view-pager{flex-direction:column;}}
@media(min-width:48rem){.calendar-view-day__row.is-multi{--calendar-view-day-multi-offset:calc(-1rem - 1px);padding-left:calc(var(--calendar-view-day-multi-offset) * -1);}.calendar-view-day__row.is-multi:not(.is-multi--first) > *{opacity:0;pointer-events:none;}.calendar-view-day__row.is-multi--first{margin-right:var(--calendar-view-day-multi-offset);border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;}.calendar-view-day__row.is-multi--middle{margin-right:var(--calendar-view-day-multi-offset);margin-left:var(--calendar-view-day-multi-offset);border-right:none;border-left:none;border-radius:0;}.calendar-view-day__row.is-multi--last{margin-left:var(--calendar-view-day-multi-offset);border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;}}

.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.body{display:flex;flex-direction:column;min-height:100vh}.main-canvas{display:grid;flex:1;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr);min-height:100%}.jjvc-container-fw,.jjvc-container,.calendar-base{max-width:1366px}.jjvc-container,.calendar-base{padding:64px 75px;margin-right:auto;margin-left:auto}@media(max-width:1024.98px){.jjvc-container,.calendar-base{padding:40px 31px}}.container-max-10{max-width:1008px;margin-right:auto;margin-left:auto}.container-max-8{max-width:800px;margin-right:auto;margin-left:auto}.component--odd .container-fluid,.component--odd .field--name-field-cp-media-content-small{background-color:#f4f4f4}@media print{.component--odd .container-fluid,.component--odd .field--name-field-cp-media-content-small{background-color:#fff}}.latest-update{max-width:1008px;margin:auto;font-size:20px;font-weight:700;line-height:30px}.node__content{position:relative}body:has(#toolbar-administration) .toolbar-bar{position:fixed}body:has(#toolbar-administration) main .jump-to{top:-1px}@media(max-width:1024.98px){body:has(#toolbar-administration) main .jump-to{top:39px}}body:has(#toolbar-administration):has(#toolbar-item-administration-tray.is-active.toolbar-tray-horizontal) main .jump-to{top:38px}.jjvc-container:has(.latest-update),.calendar-base:has(.latest-update){padding-bottom:0}.maintenance-page{height:100%;text-align:center}.maintenance-page .maintenance-content{gap:32px}.maintenance-page .maintenance-content .maintenance-message{max-width:800px;padding-bottom:40px}.maintenance-page .maintenance-content .maintenance-message h1{font-size:36px;font-weight:700;line-height:42px;color:#191919}.maintenance-page .maintenance-content .maintenance-message div{font-size:18px;line-height:26px;color:#191919}@media(min-width:1025px){:root{--bs-gutter-x:150px}}@media(max-width:1024.98px){:root{--bs-gutter-x:62px}}@media(min-width:1025px){.container,.container-fluid,.container-xxl,.container-lg,.container-md,.container-sm{--bs-gutter-x:150px}}@media(max-width:1024.98px){.container,.container-fluid,.container-xxl,.container-lg,.container-md,.container-sm{--bs-gutter-x:62px}}.main>.container-fluid:has(:is(.container,.container-fluid,.container-xxl,.container-lg,.container-md,.container-sm)){padding-right:0;padding-left:0}.calendar-base .layout__region--first{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:auto;text-align:center}.calendar-base .calendar-pager{position:relative;top:32px;display:flex;gap:24px}@media(max-width:767.98px){.calendar-base .calendar-pager{top:28px;gap:8px}}.calendar-base .calendar-pager .pager__items,.calendar-base .calendar-pager .pager__item{padding:0;margin:0}.calendar-base .calendar-pager .pager__items{flex-direction:row;gap:12px}.calendar-base .calendar-pager .pager__item{padding:5px}.calendar-base .calendar-pager .pager__item a{padding:0}.calendar-base .calendar-pager .pager__item a:not(.pager__reset)::after{display:inline-block;width:12px;height:12px;content:"";background-image:url(/modules/custom/jnj_components/modules/jnj_component_calendar/icons/calendar-pager-arrow-previous.svg);background-repeat:no-repeat}.calendar-base .calendar-pager .pager__item.pager__next a::after{background-image:url(/modules/custom/jnj_components/modules/jnj_component_calendar/icons/calendar-pager-arrow-next.svg)}.calendar-base .calendar-pager .pager__reset{font-size:1.125rem;line-height:1.625rem;text-transform:capitalize}@media(max-width:767.98px){.calendar-base .calendar-pager .pager__reset{font-size:1rem;line-height:1.5rem}}.calendar-base .calendar-view-table{border-collapse:collapse}.calendar-base .calendar-view-table caption{padding:0 0 24px;font-size:1.25rem;line-height:initial;color:#212121}.calendar-base .calendar-view-table thead{border:1px solid #ccc;border-bottom:none}.calendar-base .calendar-view-table tbody{border:1px solid #ccc;border-top:none}.calendar-base .calendar-view-table th,.calendar-base .calendar-view-table td{padding:8px;border:1px solid #ccc;box-shadow:none}.calendar-base .calendar-view-table th{font:700 18px/26px "Nunito Sans",Helvetica,Arial,sans-serif;text-align:right;text-transform:initial;background-color:#f8f8f8}.calendar-base .calendar-view-table td{min-height:100px}.calendar-base .calendar-view-table td .calendar-view-day{align-items:end;padding:0}.calendar-base .calendar-view-table td .calendar-view-day__number{width:auto;padding:0;margin:0;font:14px/26px "Nunito Sans",Helvetica,Arial,sans-serif;color:#212121;pointer-events:none;background:none}.calendar-base .calendar-view-table td .calendar-view-day__month,.calendar-base .calendar-view-table td .calendar-view-day__weekday{display:none}.calendar-base .calendar-view-table td .calendar-view-day__rows{gap:0}.calendar-base .calendar-view-table td .calendar-view-day__row{padding:0;margin:0 -8px 1px;border:none}.calendar-base .calendar-view-table td .calendar-view-day__row .calendar-event{height:17px;padding:2px 10px;overflow:hidden;text-overflow:ellipsis;font-weight:initial;white-space:nowrap}@media(max-width:767.98px){.calendar-base .calendar-view-table td .calendar-view-day__row .calendar-event{height:19px;padding:3px 4px;margin:initial}}.calendar-base .calendar-view-table td .calendar-view-day__row .calendar-event:has(sup){padding-top:0}@media(max-width:767.98px){.calendar-base .calendar-view-table td .calendar-view-day__row{margin:0 0 4px;margin-top:0 !important}}@media(max-width:767.98px){.calendar-base .calendar-view-table td .calendar-view-day{align-items:stretch}.calendar-base .calendar-view-table td .calendar-view-day__month{font:14px/26px "Nunito Sans",Helvetica,Arial,sans-serif}.calendar-base .calendar-view-table td .calendar-view-day__weekday{display:initial;font:14px/26px "Nunito Sans",Helvetica,Arial,sans-serif;color:#63666a}}.calendar-base .calendar-view-table td.next-month,.calendar-base .calendar-view-table td.previous-month{background:#fff}.calendar-base .calendar-view-table td.next-month .calendar-view-day__number,.calendar-base .calendar-view-table td.previous-month .calendar-view-day__number{color:#63666a;opacity:.5}.calendar-base .calendar-view-table td .calendar-event-details-link,.calendar-base .calendar-view-table td .calendar-event-tooltip{color:#fff}.calendar-base .calendar-view-table td.is-today{background:#e6f2f9}.calendar-base .calendar-view-table td.interval{display:none}@media(max-width:767.98px){.calendar-base .calendar-view-table td{min-height:auto}.calendar-base .calendar-view-table td.empty{display:none}.calendar-base .calendar-view-table td.interval{display:initial}.calendar-base .calendar-view-table td.interval .calendar-view-day__month{display:initial}}@media(max-width:767.98px){.calendar-base .calendar-view-table caption{font-size:1.125rem;text-align:right}}.calendar-base .calendar-event-legend{display:flex;gap:24px;align-items:center;justify-content:center;margin-top:2rem}.calendar-base .calendar-event-legend .legend-item{display:flex;gap:16px;align-items:center;font-size:16px}.calendar-base .calendar-event-legend .legend-item .legend-marker{display:inline-block;width:16px;height:16px;border-radius:50%}@media(max-width:767.98px){.calendar-base .calendar-event-legend{flex-direction:column;gap:8px;margin:24px 0 0}}.calendar-base .contact_correction_webinars{background-color:#1e22aa}.calendar-base .ophthalmic_surgery_webinars{background-color:#a51890}.calendar-base .announcements{background-color:#027749}
footer.bg-secondary{background-color:#191919 !important}@media print{footer.bg-secondary{background-color:#fff !important}}footer .region-footer{padding:0}@media print{footer{background-color:#fff}}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons{display:flex;flex-wrap:wrap;gap:16px}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary--dark{color:#1e22aa}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary:hover,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary:focus,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary:focus-visible,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary--dark:hover,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary--dark:focus,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary--dark:focus-visible{color:#fff}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary:disabled,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary[aria-disabled=true],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary[disabled],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary--dark:disabled,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary--dark[aria-disabled=true],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-primary--dark[disabled]{color:#c8102e}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary--dark{color:#fff}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary:hover,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary:focus,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary.focus-visible,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary--dark:hover,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary--dark:focus,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary--dark.focus-visible{color:#5064ff}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary:disabled,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary[aria-disabled=true],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary[disabled],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary--dark:disabled,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary--dark[aria-disabled=true],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-secondary--dark[disabled]{color:#d9d9d6}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary--dark{color:#fff}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary:hover,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary:focus,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary:focus-visible,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary--dark:hover,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary--dark:focus,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary--dark:focus-visible{color:#fff}footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary:disabled,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary[aria-disabled=true],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary[disabled],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary--dark:disabled,footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary--dark[aria-disabled=true],footer.footer-dark .block-field-blockblock-contentjnj-footerfield-jnj-footer-buttons a.btn-tertiary--dark[disabled]{color:#d9d9d6}.footer-logo{padding:23px 0}.footer-logo__link{display:inline-flex;align-items:center;justify-content:center;max-height:72px;overflow:hidden}.footer-logo__link img{height:24px;vertical-align:middle;object-fit:contain}@media(max-width:1024.98px){.footer-logo__link img{height:16px}}@media(max-width:1024.98px){.footer-logo{padding:0 0 16px;border-bottom:1px solid #fff}.footer-logo svg{width:180px}}.footer-base{background-color:#191919}.footer-base .layout__row--first{display:flex;flex-direction:column;gap:40px;padding-bottom:40px;border-bottom:1px solid #fff}@media(max-width:1024.98px){.footer-base .layout__row--first{padding-bottom:40px;border-bottom:none}}@media print{.footer-base .layout__row--first{display:none}}@media(min-width:1025px){.footer-base .layout__row--second{padding-top:40px}}.footer-base .layout__row--second .contextual-region{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}@media print{.footer-base .layout__row--second{padding-top:0}.footer-base .layout__row--second .block-field-blockblock-contentjnj-footerfield-jnj-footer-social-media{display:none}}.footer-base .layout__row--second .latest-update-date{font-size:14px}.footer-base .field--name-field-jnj-footer-social-media{display:flex !important;gap:32px;margin-bottom:32px}.footer-base .field--name-field-jnj-text-footer{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}.footer-base .field--name-field-jnj-text-footer>p{overflow-wrap:break-word}.footer-base .field--name-field-jnj-footer-buttons{display:flex;flex-wrap:wrap;gap:16px}@media print{.footer-base{color:#191919;background-color:#fff}}.navigation.menu--jnj-footer-menu .accordion{display:flex;gap:64px}.navigation.menu--jnj-footer-menu .accordion .accordion-button{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0;font-weight:800;color:#fff;pointer-events:none;background-color:#191919;box-shadow:none}.navigation.menu--jnj-footer-menu .accordion .accordion-button:focus,.navigation.menu--jnj-footer-menu .accordion .accordion-button.focus-visible{outline:none;box-shadow:none}.navigation.menu--jnj-footer-menu .accordion .accordion-button::after{display:none}@media(max-width:1024.98px){.navigation.menu--jnj-footer-menu .accordion .accordion-button{pointer-events:all}}.navigation.menu--jnj-footer-menu .accordion .accordion-item{display:flex;flex-direction:column;gap:16px;background-color:#191919;border:none}.navigation.menu--jnj-footer-menu .accordion .accordion-item .accordion-body{max-height:250px;padding:0;padding-right:.75rem;overflow-y:auto;line-height:26px;scrollbar-color:#888b8d rgba(0,0,0,0);scrollbar-width:thin;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0}.navigation.menu--jnj-footer-menu .accordion .accordion-item .accordion-body::-webkit-scrollbar{width:4px}.navigation.menu--jnj-footer-menu .accordion .accordion-item .accordion-body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.navigation.menu--jnj-footer-menu .accordion .accordion-item .accordion-body::-webkit-scrollbar-thumb{background:#888b8d;border-radius:3px}.navigation.menu--jnj-footer-menu .accordion .accordion-item .accordion-body .list-unstyled{display:flex;flex-direction:column;gap:8px;padding:0;margin:0}.navigation.menu--jnj-footer-menu .accordion .accordion-item .nav-link{display:inline-block;padding-bottom:2px;vertical-align:middle;color:#fff}.navigation.menu--jnj-footer-menu .accordion .accordion-item .nav-link:hover,.navigation.menu--jnj-footer-menu .accordion .accordion-item .nav-link:focus,.navigation.menu--jnj-footer-menu .accordion .accordion-item .nav-link.focus-visible{padding-bottom:0;border-bottom:2px solid #fff;box-shadow:none}.socialmedia-link__link{display:inline-flex;align-items:center;justify-content:center;max-height:72px;overflow:hidden}.socialmedia-link__link img{height:24px;vertical-align:middle;object-fit:contain}@media(max-width:1024.98px){.socialmedia-link__link img{height:16px}}.socialmedia-link__link img{width:32px;height:32px}@media(max-width:1024.98px){.navigation.menu--jnj-footer-menu .accordion{display:block;gap:0}.navigation.menu--jnj-footer-menu .accordion .accordion-header{border-bottom:1px solid #fff}.navigation.menu--jnj-footer-menu .accordion .accordion-item .accordion-body{padding:16px 0}.navigation.menu--jnj-footer-menu .accordion .accordion-button{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 0}.navigation.menu--jnj-footer-menu .accordion .accordion-button::after{position:absolute;right:0;display:inline-block;width:16px;height:16px;content:"";background-image:url(/modules/custom/jnj_components/modules/jnj_component_footer/icons/chevron-medium-up.svg);background-repeat:no-repeat;background-size:contain;transform:rotate(0deg)}.navigation.menu--jnj-footer-menu .accordion .accordion-button.collapsed::after{transform:rotate(-180deg)}.accordion-item:first-child .navigation.menu--jnj-footer-menu .accordion .accordion-button{padding-top:0;padding-bottom:16px}}
.footnotes__content{font-size:var(--text-disclaimer-size,0.875rem);font-weight:400;line-height:var(--text-disclaimer-line-height,1.25rem)}.footnotes{padding:4rem 0;border-top:1px solid #888b8d}@media(max-width:1024.98px){.footnotes{padding:2rem 0}}.footnotes__content{display:flex;flex-direction:column;gap:1rem;color:#212121;letter-spacing:0}.footnotes__content .field--name-field-cp-footnotes-title{font-size:1.125rem;font-weight:700;line-height:1.625rem;color:#63666a}.footnotes__content .layout__row--first p,.footnotes__content .layout__row--second p{margin-bottom:0}.footnotes__content .layout__row--first ol,.footnotes__content .layout__row--first ul,.footnotes__content .layout__row--second ol,.footnotes__content .layout__row--second ul{padding-left:1rem}.footnotes__content .layout__row--second{display:flex;gap:4px}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.hero__description{hyphenate-limit-chars:10 3 4}.hero__title{hyphenate-limit-chars:10 4 5;text-wrap:pretty}:root{--splide-arrow-button-size:32px;--splide-arrow-height:28px}.splide__arrow{width:var(--splide-arrow-button-size);height:var(--splide-arrow-button-size);background:rgba(0,0,0,0);border-radius:50%;opacity:1}.splide__arrow--prev{left:var(--splide-arrow-horizontal-offset,0)}.splide__arrow--next{right:var(--splide-arrow-horizontal-offset,0)}.splide__arrow svg{width:auto;height:var(--splide-arrow-height);fill:#1e22aa}.splide__arrow:hover svg,.splide__arrow:focus-visible svg{fill:#5064ff}@media(max-width:1024.98px){.splide__arrow{--splide-arrow-button-size:24px;--splide-arrow-height:21px;top:auto;bottom:28px;transform:translateY(50%)}}.splide__pagination{bottom:0;z-index:150;width:fit-content;height:40px;padding:0 12px;margin:0 auto;background-color:#fff;border:1px solid #d9d9d6;border-radius:24px}@media(min-width:1025px){.splide__pagination{transform:translateY(50%)}}@media(max-width:1024.98px){.splide__pagination{bottom:8px}}.splide__pagination li{display:flex;align-content:center}.splide__pagination li button{background-color:#fff;border:1px solid #1e22aa}.splide__pagination li button:hover,.splide__pagination li button:focus-visible{background:#5064ff;border:1px solid #5064ff}.splide__pagination__page{width:16px;height:16px;margin:0 .313rem;cursor:pointer;background:#1e22aa;border-radius:50%;opacity:1;transition:background-color .3s ease}.splide__pagination__page.is-active{background:#1e22aa;border:3px solid #fff !important;box-shadow:#1e22aa 0 0 0 1px;transform:scale(1)}.splide__pagination__page.is-active:hover,.splide__pagination__page.is-active:focus-visible{background:#5064ff;box-shadow:#5064ff 0 0 0 1px}.horizontal-carousel-slide .splide__pagination{z-index:50}.container-fluid:has(.hero_banner-base){background-color:#f4f4f4}@media print{.container-fluid:has(.hero_banner-base){background-color:#fff}}.hero{margin:0 auto;--media-min-height:none;--media-max-height:none;--text-vertical-padding:32px}@media(min-width:1025px){.hero{--text-vertical-padding:48px}}.hero--carousel .hero__grid{height:100%}@media(min-width:1025px){.hero__grid{position:relative;display:grid;grid-template-columns:repeat(12,1fr);gap:32px;align-items:center;padding-inline:75px}}@media(max-width:1024.98px){.hero--carousel .hero__grid{display:flex;flex-direction:column;justify-content:space-between}}@media(min-width:1025px){.hero__col{grid-row:1}}@media(min-width:1025px){.hero__description{position:relative;z-index:10}}@media(min-width:1025px){.hero__col--text::before{position:absolute;inset:0;z-index:9;content:""}}@media(min-width:1025px){.hero__col--media{z-index:8}}.hero--universal{--media-grid-gap:16px;--text-grid-gap:16px;max-width:1920px}@media(min-width:1025px){.hero--universal{--media-min-height:550px;--media-max-height:550px}}.hero--deprecated{--media-grid-gap:9px;--text-grid-gap:0;max-width:1366px}@media(min-width:1025px){.hero--deprecated{--media-max-height:580px}}@media(max-width:1024.98px){.hero--carousel{--splide-arrow-horizontal-offset:25px}}@media(min-width:1025px){.hero--carousel.hero--universal{--splide-arrow-horizontal-offset:16px}}.hero--carousel.hero--deprecated{--splide-arrow-button-size:48px;--splide-arrow-width:24px;--splide-arrow-height:42px}@media(min-width:1025px){.hero--carousel.hero--deprecated{--splide-arrow-horizontal-offset:63px}}.hero_banner-base:has(.hero--static.hero--text-only.hero--deprecated){border-bottom:1px solid #888b8d}@media(min-width:1025px){.hero--with-media .hero__grid{min-height:var(--media-min-height,550px)}}@media(min-width:1025px){.hero--text-only.hero--deprecated{--text-vertical-padding:120px}}.hero--text-only .hero__description{text-align:center}.hero--text-only .buttons-toolbar{justify-content:center}.hero--text-only .hero__col--media{display:none}.hero--text_light{--color-eyebrow:#FFF;--color-title:#FFF;--color-caption:#FFF}.hero--text_dark{--color-eyebrow:#1E22AA;--color-title:#191919;--color-caption:#212121}@media(min-width:1025px){.hero--text_dark.hero--universal.hero--media_full-width .hero__col--text::before{position:absolute;inset:0;z-index:9;content:"";background-image:linear-gradient(var(--gradient-direction),rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 40%,#FFF 100%)}.hero--text_left.hero--text_dark.hero--universal.hero--media_full-width .hero__col--text::before{--gradient-direction:to left}.hero--text_right.hero--text_dark.hero--universal.hero--media_full-width .hero__col--text::before{--gradient-direction:to right}}.hero--text-center .hero__description{text-align:center}@media(min-width:1025px){.hero--text_left.hero--universal .hero__col--text{padding-right:var(--text-grid-gap,16px)}.hero--text_right.hero--universal .hero__col--text{padding-left:var(--text-grid-gap,16px)}.hero--text_center.hero--universal .hero__col--text{grid-column:3/span 8}.hero--text_left.hero--universal .hero__col--text{grid-column:1/span 6}.hero--text_right.hero--universal .hero__col--text{grid-column:7/span 6}.hero--text_center.hero--deprecated .hero__col--text{grid-column:1/-1}.hero--text_left.hero--deprecated .hero__col--text{grid-column:2/span 5}.hero--text_right.hero--deprecated .hero__col--text{grid-column:7/span 5}}@media(max-width:1024.98px){.hero__col--text{padding-right:31px;padding-left:31px}}@media(min-width:1025px){.hero__col--media{align-self:stretch}.hero--media_left .hero__col--media .hero__media,.hero--media_right .hero__col--media .hero__media{display:grid;align-items:center;height:100%}.hero--media_left .hero__col--media .hero__media{padding-right:var(--media-grid-gap,16px)}.hero--media_left .hero__col--media .hero__media:not(:has(img[src*=".svg"])){justify-items:end}.hero--media_right .hero__col--media .hero__media{padding-left:var(--media-grid-gap,16px)}.hero--media_right .hero__col--media .hero__media:not(:has(img[src*=".svg"])){justify-items:start}.hero--media_full-width .hero__col--media .hero__media{position:absolute;inset:0;display:grid;grid-template-rows:minmax(0,1fr)}.hero--media_left.hero--universal .hero__col--media{grid-column:1/span 6;margin-left:-75px}.hero--media_right.hero--universal .hero__col--media{grid-column:7/span 6;margin-right:-75px}.hero--media_full-width.hero--universal .hero__col--media{grid-column:1/-1;margin-right:-75px;margin-left:-75px}.hero--media_left.hero--deprecated .hero__col--media{grid-column:1/span 6;margin-left:-75px}.hero--media_right.hero--deprecated .hero__col--media{grid-column:7/-1;margin-right:-75px}}.hero__media img,.hero__media iframe{display:block}.hero__media--image img{max-height:var(--media-max-height,550px);object-fit:cover}@media(max-width:1024.98px){.hero__media--image img{width:100%}.hero__media--image img[src*=".svg"]{min-height:260px}}@media(min-width:1025px){.hero--deprecated .hero__media--image img{width:100%}.hero--universal .hero__media--image img{min-height:var(--media-min-height,550px)}.hero--media_left .hero__media--image img,.hero--media_right .hero__media--image img{width:auto}.hero--media_left .hero__media--image img[src*=".svg"],.hero--media_right .hero__media--image img[src*=".svg"]{width:100%}.hero--media_left .hero__media--image img{object-position:right}.hero--media_right .hero__media--image img{object-position:left}.hero--media_full-width .hero__media--image img{width:100%;--media-max-height:none;height:100%}}.hero__media--video iframe{width:100%;min-height:var(--media-min-height,550px)}.hero--media_left .hero__media--video iframe,.hero--media_right .hero__media--video iframe{aspect-ratio:928/550}.hero--media_full-width .hero__media--video iframe{aspect-ratio:1920/550}@media(min-width:1025px){.hero--media_full-width .hero__media--video iframe{height:100%}}.hero__description{padding-top:var(--text-vertical-padding,48px);padding-bottom:var(--text-vertical-padding,48px);hyphens:auto}@media(max-width:1024.98px){.hero__description{text-align:center}}.hero__status-label{margin-bottom:16px}.hero__eyebrow{--eyebrow-font-size:18px;--eyebrow-line-height:26px;margin-bottom:8px;font-size:var(--eyebrow-font-size,18px);font-weight:700;line-height:var(--eyebrow-line-height,26px);color:var(--color-eyebrow,#1E22AA)}@media(max-width:1024.98px){.hero__eyebrow{--title-font-size:16px;--title-line-height:24px}}.hero__title{--title-font-size:48px;--title-line-height:52px}.hero__title h1,.hero__title h2{margin:0;font-size:var(--title-font-size,48px);font-weight:800;line-height:var(--title-line-height,52px);color:var(--color-title,#191919)}@media(max-width:1024.98px){.hero__title h1,.hero__title h2{--title-font-size:32px;--title-line-height:38px}}.hero__caption{--caption-font-size:20px;--caption-line-height:28px;margin-top:16px;font-size:var(--caption-font-size,20px);font-weight:400;line-height:var(--caption-line-height,28px);color:var(--color-caption,#212121)}@media(max-width:1024.98px){.hero__caption{--caption-font-size:18px;--caption-line-height:26px;margin-top:8px}}.hero__caption p{margin-bottom:0}.hero__actions .hero__button,.hero__actions .buttons-toolbar{margin-top:32px}@media(max-width:1024.98px){.hero__actions .hero__button,.hero__actions .buttons-toolbar{margin-top:16px}}.hero__actions .hero__register-status{margin:24px 0 32px}@media(max-width:1024.98px){.hero__actions .hero__register-status{margin:16px 0 24px}}.hero__actions .buttons-toolbar,.hero__actions .field--name-field-p-hero-banner-button{display:flex;flex-wrap:wrap;gap:16px}@media(min-width:1025px){.hero__actions .buttons-toolbar,.hero__actions .field--name-field-p-hero-banner-button{align-items:center}}@media(max-width:1024.98px){.hero__actions .buttons-toolbar,.hero__actions .field--name-field-p-hero-banner-button{flex-direction:column}}@media print{.hero__actions .btn{display:none}}:root{--splide-arrow-button-size:32px;--splide-arrow-height:28px}@media(max-width:1024.98px){.hero--carousel .splide{padding-bottom:56px}.hero--carousel .splide::after{position:absolute;bottom:0;width:100%;height:56px;content:"";background-color:#fff}}.hero--carousel .splide__arrow--prev{left:var(--splide-arrow-horizontal-offset,0)}.hero--carousel .splide__arrow--next{right:var(--splide-arrow-horizontal-offset,0)}.hero--carousel .splide:not(.is-initialized){visibility:visible}.hero--carousel .splide:not(.is-initialized) .splide__slide{width:100%}@media(min-width:1025px){.splide:is(.is-initial,.is-moved) .splide__slide:not(.is-active){visibility:hidden}.splide.is-moving .splide__slide:not(.is-active){clip-path:inset(0 1px)}}
.jnj-layouts.icon_cards-base .layout__row--first .cards-md .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title h3,.jnj-layouts.icon_cards-base .layout__row--first .cards-sm .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title h3{font-size:var(--text-subhead-size,1.25rem);font-weight:700;line-height:var(--text-subhead-line-height,1.875rem)}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption,.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-description{font-size:var(--text-body-size,1.125rem);font-weight:400;line-height:var(--text-body-line-height,1.625rem)}.jnj-layouts.icon_cards-base{max-width:1366px;padding:64px 75px;margin:auto}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty){width:80%;padding-bottom:40px;margin:auto;text-align:center}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .field--name-field-cp-icon-cards-title,.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption{text-align:center}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .field--name-field-cp-icon-cards-title:empty,.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .field--name-field-cp-icon-cards-title:has(*:empty),.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .field--name-field-cp-icon-cards-title *:empty,.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption:empty,.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption:has(*:empty),.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption *:empty{padding:0;margin:0}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .field--name-field-cp-icon-cards-title{font-size:36px;font-weight:700;line-height:42px;color:#191919}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption{color:#191919}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption p{margin-bottom:0}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty) .block-field-blockparagraphjnj-component-icon-cardsfield-cp-icon-cards-caption p span{color:#191919}.jnj-layouts.icon_cards-base .layout__row--first{display:flex;justify-content:center}.jnj-layouts.icon_cards-base .layout__row--first .field__items{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:48px;column-gap:32px;justify-content:center}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph){padding:24px 32px;overflow-wrap:break-word;background-color:#fff;border:2px solid #d9d9d6;border-radius:24px}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) .paragraph{display:flex;flex-direction:column;justify-content:space-between;height:100%}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) .paragraph .field--name-field-p-icon-cards-description{flex-grow:1}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) img,.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) svg{width:72px;height:72px;object-fit:cover}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title{padding:16px 0 0;font-size:28px;font-weight:700;line-height:36px;color:#191919}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title:not(:has(+.field--name-field-p-icon-cards-description)){flex-grow:1}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-description{color:#191919}.jnj-layouts.icon_cards-base .layout__row--first .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-button{width:fit-content}.jnj-layouts.icon_cards-base .layout__row--first .cards-lg .field__items .field__item:has(.paragraph){width:488px;padding:64px}.jnj-layouts.icon_cards-base .layout__row--first .cards-md .field__items .field__item:has(.paragraph){width:384px}.jnj-layouts.icon_cards-base .layout__row--first .cards-md .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-description p{margin-bottom:8px}.jnj-layouts.icon_cards-base .layout__row--first .cards-sm .field__items .field__item:has(.paragraph){width:280px}.jnj-layouts.icon_cards-base .layout__row--first .cards-sm .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-description p{margin-bottom:8px}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment{margin-top:36px}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items{row-gap:108px}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph){padding:48px;text-align:center}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-image{height:0}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-image svg,.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-image img{position:relative;bottom:84px;background-color:#fff}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title{padding:0}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-description p{margin-bottom:0}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-button{height:0}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-button a{position:relative;top:24px}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-button a.btn-tertiary{background-color:#fff}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items .field--name-field-p-icon-cards-button{margin:0 auto}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items:not(:has(.field--name-field-p-icon-cards-button)){margin-bottom:-26px}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment .field__items:not(:has(>.field__item>.paragraph>.field--name-field-p-icon-cards-button)){row-gap:82px}.jnj-layouts.icon_cards-base .layout__row--first .card-central-alignment.cards-lg .field__items .field__item:has(.paragraph){padding:48px 64px}@media(max-width:1024.98px){.jnj-layouts.icon_cards-base{padding:40px 31px 64px}.jnj-layouts.icon_cards-base .layout__row--top:not(:empty){width:100%;padding-bottom:32px}.jnj-layouts.icon_cards-base .layout__row--first>div{width:100%}.jnj-layouts.icon_cards-base .layout__row--first .field__items{flex-direction:column;row-gap:20px}.jnj-layouts.icon_cards-base .layout__row--first .cards-lg .field__items .field__item:has(.paragraph),.jnj-layouts.icon_cards-base .layout__row--first .cards-md .field__items .field__item:has(.paragraph),.jnj-layouts.icon_cards-base .layout__row--first .cards-sm .field__items .field__item:has(.paragraph){width:100%;padding:24px 32px;margin-bottom:0;border-radius:12px}.jnj-layouts.icon_cards-base .layout__row--first .cards-lg .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title h3,.jnj-layouts.icon_cards-base .layout__row--first .cards-md .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title h3,.jnj-layouts.icon_cards-base .layout__row--first .cards-sm .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-title h3{font-size:18px;line-height:26px}.jnj-layouts.icon_cards-base .layout__row--first .cards-lg .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-button a,.jnj-layouts.icon_cards-base .layout__row--first .cards-md .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-button a,.jnj-layouts.icon_cards-base .layout__row--first .cards-sm .field__items .field__item:has(.paragraph) .field--name-field-p-icon-cards-button a{font-size:16px}.jnj-layouts.icon_cards-base .layout__row--first .cards-lg.card-central-alignment .field__items,.jnj-layouts.icon_cards-base .layout__row--first .cards-md.card-central-alignment .field__items,.jnj-layouts.icon_cards-base .layout__row--first .cards-sm.card-central-alignment .field__items{row-gap:70px}.jnj-layouts.icon_cards-base .layout__row--first .cards-lg.card-central-alignment .field__items .field__item:has(.paragraph),.jnj-layouts.icon_cards-base .layout__row--first .cards-md.card-central-alignment .field__items .field__item:has(.paragraph),.jnj-layouts.icon_cards-base .layout__row--first .cards-sm.card-central-alignment .field__items .field__item:has(.paragraph){padding:48px}.jnj-layouts.icon_cards-base .layout__row--first .cards-lg.card-central-alignment .field__items .field__item:has(.paragraph):not(:has(.field--name-field-p-icon-cards-button)),.jnj-layouts.icon_cards-base .layout__row--first .cards-md.card-central-alignment .field__items .field__item:has(.paragraph):not(:has(.field--name-field-p-icon-cards-button)),.jnj-layouts.icon_cards-base .layout__row--first .cards-sm.card-central-alignment .field__items .field__item:has(.paragraph):not(:has(.field--name-field-p-icon-cards-button)){margin-bottom:-14px}}.jnj-layouts.icon_cards-base:has(.card-central-alignment){padding-bottom:90px}
.field--name-field-cp-media-content-small{padding:64px 0}@media(max-width:1024.98px){.field--name-field-cp-media-content-small{padding:2.5rem 0}}.jnj-layouts.small-base img{object-fit:cover;aspect-ratio:1.7810218978;border-radius:1.5rem}@media(max-width:1024.98px){.jnj-layouts.small-base img{border-radius:.75rem}}@media(max-width:1024.98px){.jnj-layouts.small-base .layout__region--top .text-center>*:last-child{padding-bottom:2rem}}@media(max-width:1024.98px){.jnj-layouts.small-base .layout__region--top .block-field-blockparagraphjnj-component-small-mediafield-cp-media-caption .field--type-text-long>*{font-size:1.125rem;line-height:1.625rem}}.jnj-layouts.small-base .layout__region--top .block-field-blockparagraphjnj-component-small-mediafield-cp-media-caption .field--type-text-long>*:last-child{margin-bottom:0}.jnj-layouts.small-base .media-small-text-block{display:flex;gap:2rem;align-items:center;padding:1.5rem 0}.jnj-layouts.small-base .media-small-text-block .media-col{width:50%}@media(max-width:1024.98px){.jnj-layouts.small-base .media-small-text-block{flex-direction:column;gap:1.5rem}.jnj-layouts.small-base .media-small-text-block .media-col{width:100%}.jnj-layouts.small-base .media-small-text-block img{width:100%}}@media(min-width:1025px){.jnj-layouts.small-base .media-small-text-block{padding:2.5rem 0}}.jnj-layouts.small-base .media-small-text-block .layout__region--first .block-field-blockparagraphjnj-component-small-mediafield-cp-media-video-teaser{width:100%}.jnj-layouts.small-base .media-small-text-block .layout__region--first .block-field-blockparagraphjnj-component-small-mediafield-cp-media-video-teaser>*{width:100%}.jnj-layouts.small-base .media-small-text-block .regions-container{display:flex;flex-direction:column;justify-content:center}.jnj-layouts.small-base .media-small-text-block .regions-container .media-sm-text-desc p{margin-bottom:0}.jnj-layouts.small-base .media-small-text-block .regions-container .media-sm-text-desc ul,.jnj-layouts.small-base .media-small-text-block .regions-container .media-sm-text-desc ol{padding-left:1.7rem;margin-bottom:0}.jnj-layouts.small-base .media-small-text-block .regions-container .block-field-blockparagraphjnj-component-small-mediafield-cp-media-action-link{margin-top:1rem}@media(max-width:1024.98px){.jnj-layouts.small-base .media-small-text-block .regions-container .block-field-blockparagraphjnj-component-small-mediafield-cp-media-action-link{display:flex;justify-content:center}}.jnj-layouts.small-base .media-small-text-block .regions-container .block-field-blockparagraphjnj-component-small-mediafield-cp-media-action-link a{width:fit-content}
.container-tabs-card{padding:64px 0}@media(max-width:1024.98px){.container-tabs-card{padding:40px 0}}.container-tabs-card .layout__row--first{padding-bottom:40px}.container-tabs-card .layout__row--first p{margin-bottom:0}@media(max-width:1024.98px){.container-tabs-card .layout__row--first{padding-bottom:32px}}.container-tabs-card .small-base.container{padding:43px 40px}.container-tabs-card .small-base.container img{width:100%;aspect-ratio:1.7777777778}@media(max-width:1024.98px){.container-tabs-card .small-base.container{padding:0}}.container-tabs-card .small-base.container .media-small-text-block{padding:0}.container-tabs-card .small-base.container .media-col.order-1:has(img){width:43%}@media(max-width:1024.98px){.container-tabs-card .small-base.container .media-col.order-1:has(img){width:100%}}.container-tabs-card .small-base.container .media-col.order-2{width:57%}@media(max-width:1024.98px){.container-tabs-card .small-base.container .media-col.order-2{width:100%}}
:root{--border-radius-xl:24px;--color-gray-shades-white:#FFF;--color-primary-additional:#191919;--modal-width:720px;--modal-padding:40px}@media(max-width:767.98px){:root{--modal-width:calc(100% - 62px);--modal-padding:24px;--border-radius-xl:12px}}.cookie-modal{position:fixed;top:50%;left:50%;z-index:1055;width:var(--modal-width);padding:var(--modal-padding);background:var(--color-gray-shades-white,#FFF);border-radius:var(--border-radius-xl,24px);box-shadow:0 4px 16px 0 rgba(25,25,25,.16);transform:translate(-50%,-50%)}@media(min-width:768px){body.toolbar-vertical.toolbar-tray-open .cookie-modal{left:calc(50% + 120px)}}.cookie-modal__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.cookie-modal__title{margin-bottom:8px;text-align:center}.cookie-modal__description{margin-bottom:32px;text-align:center;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:767.98px){.cookie-modal__description{margin-bottom:24px}}.cookie-modal__description p:last-child{margin-bottom:0}.cookie-modal__overlay{position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;background:#000;opacity:.4}
main:has(.admin-login-title){background-color:#f4f4f4}.ecp-login-button{display:flex;align-items:center;height:100%}.ecp-btn-block--user{cursor:pointer;display:flex;align-items:center;justify-content:center;max-width:max-content}.ecp-btn-block--user::after{pointer-events:none}form.admin-login-button{margin:0 auto 120px;cursor:pointer;border-radius:48px;display:flex;align-items:center;justify-content:center;max-width:max-content}@media(max-width:1024.98px){form.admin-login-button{margin-bottom:48px}}.admin-login-button form{min-width:130px;height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;max-width:max-content}@media(max-width:1024.98px){.admin-login-button form{height:40px}}.admin-login-title{max-width:1366px;padding:120px 75px 0;margin:0 auto 32px;font-size:48px;font-weight:800;line-height:52px;color:#191919;text-align:center}@media(max-width:1024.98px){.admin-login-title{padding:48px 31px 0;margin-bottom:16px;font-size:32px;line-height:38px}}.login-btn-block--guest .dropdown-menu{width:224px;padding:16px 24px;text-align:right;background-color:#f4f4f4;border:none;border-radius:16px;box-shadow:0 1px 6px 0 rgba(25,25,25,.16)}.login-btn-block--guest .dropdown-menu li{display:flex;align-items:center}.login-btn-block--guest .dropdown-menu li:last-child{margin-bottom:0}.login-btn-block--guest .dropdown-menu .dropdown-item{padding:0;font-size:16px;font-weight:600;line-height:1.5;color:#191919}.login-btn-block--guest .dropdown-menu .dropdown-item:hover,.login-btn-block--guest .dropdown-menu .dropdown-item:focus-visible{color:#5064ff;background-color:rgba(0,0,0,0);box-shadow:inset 0 -2px 0 0 #5064ff}.login-btn-block--guest .dropdown-menu:last-child{margin-bottom:0}.login-btn-block--guest .btn-close{position:sticky;padding:0;margin-bottom:8px;background-color:rgba(0,0,0,0);border:none}.dropdown-divider{margin:0;margin-bottom:16px}
.location-disclaimer-modal__input:focus-visible+.location-disclaimer-modal__label{outline:2px solid #5064ff;outline-offset:2px}:root{--modal-padding:40px;--modal-width:720px;--border-radius-xl:24px}@media(max-width:1024.98px){:root{--modal-padding:24px;--modal-width:calc(100% - 62px);--border-radius-xl:12px}}.location-disclaimer-modal{position:fixed;top:50%;left:50%;z-index:1055;width:var(--modal-width);padding:var(--modal-padding);background:#fff;border-radius:var(--border-radius-xl,24px);box-shadow:0 4px 16px 0 rgba(25,25,25,.16);transform:translate(-50%,-50%)}.location-disclaimer-modal__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.location-disclaimer-modal__title{margin-bottom:8px;text-align:center}.location-disclaimer-modal__description{margin-bottom:24px;text-align:center;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:1024.98px){.location-disclaimer-modal__description{margin-bottom:16px}}.location-disclaimer-modal__description p:last-child{margin-bottom:0}.location-disclaimer-modal__overlay{position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;background:#000;opacity:.4}.location-disclaimer-modal__label{display:inline-flex;gap:12px;align-items:center;padding:8px;cursor:pointer;border-radius:8px}@media(max-width:1024.98px){.location-disclaimer-modal__label{align-items:flex-start}}.location-disclaimer-modal__input:focus-visible+.location-disclaimer-modal__label .location-disclaimer-modal__checkbox{outline:1px solid #5064ff;border-color:#5064ff}.location-disclaimer-modal__input:checked+.location-disclaimer-modal__label .location-disclaimer-modal__checkbox{background-image:url("data:image/svg+xml,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 20'%3e%3cpath fill='%23FFF' d='M3.61 5.81l10.608 10.606-2.829 2.829L.782 8.638z'/%3e%3cpath fill='%23FFF' d='M24.162.808L8.606 16.364l2.828 2.828L26.991 3.636z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:14px 14px;background-position:center;background-color:#1e22aa;border-color:#1e22aa}.location-disclaimer-modal__input:checked+.location-disclaimer-modal__label:hover .location-disclaimer-modal__checkbox,.location-disclaimer-modal__input:checked+.location-disclaimer-modal__label:focus-visible .location-disclaimer-modal__checkbox{background-color:#5064ff;border-color:#5064ff}.location-disclaimer-modal__input:checked:focus-visible+.location-disclaimer-modal__label .location-disclaimer-modal__checkbox{background-color:#5064ff;border-color:#5064ff}.location-disclaimer-modal__input:disabled+.location-disclaimer-modal__label{cursor:not-allowed}.location-disclaimer-modal__input:disabled+.location-disclaimer-modal__label .location-disclaimer-modal__checkbox{background:#888b8d;background-image:none;border-color:#888b8d}.location-disclaimer-modal__input:disabled+.location-disclaimer-modal__label .location-disclaimer-modal__text{cursor:inherit}.location-disclaimer-modal__input:invalid+.location-disclaimer-modal__label .location-disclaimer-modal__checkbox{border-color:#dd1c14}.location-disclaimer-modal__checkbox{flex-shrink:0;width:24px;height:24px;background-color:#fff;border:2px solid #1e22aa;border-radius:4px;transition:border-color .15s ease,background-color .15s ease}.location-disclaimer-modal__input:not(:disabled)+.location-disclaimer-modal__label .location-disclaimer-modal__checkbox:hover,.location-disclaimer-modal__input:not(:disabled)+.location-disclaimer-modal__label .location-disclaimer-modal__checkbox:focus{border-color:#5064ff;box-shadow:0 0 0 1px #5064ff}
.paragraph--unpublished{background-color:#fff4f4;}
