@charset "UTF-8";.footer{padding:32px 0;background-color:var(--gray-extra-light)}.footer a{display:inline-block}.footer p{margin-bottom:.5rem}.footer p:last-child{margin-bottom:0}.footer p a,.footer p a:hover,.footer p a:visited{color:var(--color-text-content-body)}@media(width>=1024px){.footer{padding:30px 0 40px}}@media(width>=1024px){.footer__grid{display:grid;grid-template-columns:auto auto;column-gap:80px;justify-content:space-between}}@media(width>=1440px){.footer__grid{grid-template-columns:auto 1fr}}.footer__left{margin-bottom:32px}.footer__left a{margin-bottom:16px}@media(width>=1024px){.footer__left{margin-bottom:0}.footer__left a{margin-bottom:32px}}.footer__right{max-width:328px}.footer__right br{display:none}@media(width>=768px){.footer__right{max-width:none}}@media(width>=1024px){.footer__right{display:flex;flex-direction:column;justify-content:end;text-align:right}.footer__right br{display:inline-block}}.footer__navigation ul li{margin-bottom:24px}@media(width>=1024px){.footer__navigation ul{display:flex;column-gap:40px;justify-content:end}.footer__navigation ul li{display:inline-block}}.header{position:relative;z-index:10;width:100%;height:204px;background-color:var(--color-background-primary);box-shadow:0 4px 4px #00000040;transform:translateZ(0)}.header nav>*{max-width:1320px}@media(width>=768px){.header{height:188px}}.header__secondary{height:55px;padding-top:12px;background-color:var(--color-background-secondary)}.header__secondary ul{display:flex;align-items:start;justify-content:space-evenly;height:100%;padding-right:0;padding-left:0}.header__secondary ul li{display:inline-block}.header__secondary ul li:first-child{display:none}.header__secondary ul li:not(:first-child) a{position:relative;margin-right:20px}.header__secondary ul li:not(:first-child) a:after{position:absolute;top:0;right:-20px;bottom:0;display:inline-block;width:16px;height:16px;margin-top:0;margin-bottom:auto;margin-left:4px;content:"";background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8.66667V12.6667C12 13.0203 11.8595 13.3594 11.6095 13.6095C11.3594 13.8595 11.0203 14 10.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V5.33333C2 4.97971 2.14048 4.64057 2.39052 4.39052C2.64057 4.14048 2.97971 4 3.33333 4H7.33333' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 2H14V6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66663 9.33333L14 2' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}@media(width>=768px){.header__secondary ul{padding-right:8px;padding-left:8px}.header__secondary ul li{padding-right:16px;padding-left:16px}.header__secondary ul li:first-child{display:inline-block;padding-left:0}.header__secondary ul li:last-child{padding-right:0}.header__secondary ul li a br{display:none}}@media(width>=1024px){.header__secondary ul{justify-content:end;padding-right:44px;padding-left:44px}}@media(width>=1440px){.header__secondary ul{padding-right:60px;padding-left:60px}}@media(width>=768px){.header__secondary{height:44px}}.header__primary{background-color:var(--white)}.header__primary ul{display:grid;grid-template:"header-logo header-logo" 110px ". ." 35px/auto auto;row-gap:4px;align-items:start;justify-content:space-evenly;padding:0 12px;margin-right:auto;margin-left:auto;text-align:center}.header__primary a{padding:8px;font-weight:var(--font-weight-bold);text-align:center}.header__primary a.scroll-active{text-decoration:underline;text-decoration-color:var(--color-background-secondary)}.header__primary a.scroll-active:hover{text-decoration-color:var(--color-text-interactive-navigation)}@media(width>=600px){.header__primary a br{display:none}}@media(width>=768px){.header__primary ul{display:flex;align-items:center;height:144px;padding-right:16px;padding-left:16px;background-image:none}.header__primary ul li:last-child a{padding-right:0}.header__primary a{padding:8px 20px}}@media(width>=1024px){.header__primary ul{padding-right:44px;padding-left:44px}}@media(width>=1440px){.header__primary ul{padding-right:60px;padding-left:60px}}.header__logo{display:block;grid-area:header-logo;line-height:0;text-align:center}.header__logo a{position:absolute;left:0;padding:20px 16px 8px;line-height:0}@media(width>=768px){.header__logo{flex-grow:1;text-align:left}.header__logo a{position:relative;padding:12px 16px 11px 0}.header__logo img{width:385px;height:121px}}:root{--black: #000;--gray-extra-light: #E9E9E9;--orange: #F9AC00;--orange-15: #FEF3D9;--green: #A8CC1C;--green-15: #F2F7DD;--white: #FFF;--open-sans: "Open Sans", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--font-weight-extra-bold: 800;--color-text-interactive-buttons: var(--black);--color-text-interactive-navigation: var(--black);--color-text-interactive-links: var(--black);--color-text-content-body: var(--black);--color-text-content-headers: var(--black);--color-text-content-subheaders: var(--black);--color-text-content-reverse: var(--white);--color-background-primary: var(--orange);--color-background-secondary: var(--green);--color-background-tertiary: var(--green-15);--color-background-alt: var(--orange-15);--color-background-hover: var(--green-15);--font-family-text: var(--open-sans);--font-family-headers: var(--open-sans);--font-family-interactive: var(--open-sans);--font-size-header-1-mobile: 32px;--font-size-header-2-mobile: 24px;--font-size-header-3-mobile: 24px;--font-size-header-4-mobile: 24px;--font-size-header-5-mobile: 20px;--font-size-header-6-mobile: 18px;--font-size-header-1-desktop: 40px;--font-size-header-2-desktop: 32px;--font-size-header-3-desktop: 32px;--font-size-header-4-desktop: 32px;--font-size-header-5-desktop: 24px;--font-size-header-6-desktop: 20px;--font-size-text-footnotes-mobile: 14px;--font-size-text-primary-mobile: 16px;--font-size-text-large-mobile: 18px;--font-size-text-extra-large-mobile: 24px;--font-size-text-footnotes-desktop: 14px;--font-size-text-primary-desktop: 16px;--font-size-text-large-desktop: 20px;--font-size-text-extra-large-desktop: 28px;--font-size-interactive-buttons: 16px;--font-size-interactive-navigation: 16px;--line-height-header-1-mobile: 36px;--line-height-header-2-mobile: 28px;--line-height-header-3-mobile: 28px;--line-height-header-4-mobile: 28px;--line-height-header-5-mobile: 24px;--line-height-header-6-mobile: 22px;--line-height-header-1-desktop: 44px;--line-height-header-2-desktop: 40px;--line-height-header-3-desktop: 40px;--line-height-header-4-desktop: 40px;--line-height-header-5-desktop: 28px;--line-height-header-6-desktop: 24px;--line-height-text-footnotes-mobile: 20px;--line-height-text-primary-mobile: 24px;--line-height-text-large-mobile: 26px;--line-height-text-extra-large-mobile: 32px;--line-height-text-footnotes-desktop: 20px;--line-height-text-primary-desktop: 24px;--line-height-text-large-desktop: 28px;--line-height-text-extra-large-desktop: 36px;--line-height-interactive-buttons: 1.2em;--line-height-interactive-navigation: 1em}*{box-sizing:border-box;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}html,body{width:100%;height:100%;margin:0}body{font-family:var(--font-family-text);line-height:0;color:var(--color-text-content-body);-webkit-text-size-adjust:none;text-size-adjust:none}body p,body li,body figcaption,body .p{font-size:16px;line-height:24px}main{display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6,li,p,figcaption{margin:0}button{all:unset;cursor:pointer}button>*{pointer-events:none}nav a,button{display:inline-block;font-size:var(--font-size-interactive-navigation);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-interactive-navigation);text-decoration:none}nav a,nav a:hover,nav a:visited,button,button:hover,button:visited{color:var(--color-text-interactive-navigation)}nav a:hover,button:hover{text-decoration:underline}ul{all:unset;display:block;list-style:none}ul.bullet,ul.dash{padding-left:16px;margin:auto auto 8px;list-style:none}ul.bullet li,ul.dash li{position:relative;margin-bottom:8px;margin-left:16px;text-indent:0}ul.bullet li:before,ul.dash li:before{position:absolute;top:10px;display:inline-block;width:1em;width:6px;height:6px;margin-left:-14px;color:var(--color-text-content-headers);content:"";background-image:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23000000'/%3E%3C/svg%3E%0A")}ul.bullet li:last-child,ul.dash li:last-child{margin-bottom:0}ul.bullet li ul,ul.dash li ul{padding-left:16px;margin-top:8px;margin-bottom:0}ul.bullet.dash li,ul.bullet ul li,ul.dash.dash li,ul.dash ul li{margin-left:0}ul.bullet.dash li:before,ul.bullet ul li:before,ul.dash.dash li:before,ul.dash ul li:before{top:0;width:auto;height:auto;content:"–";background-image:none}@media(width>=1024px){ul.bullet .column-count-2,ul.dash .column-count-2{column-count:2;max-width:944px}}ul.disc,ul.circle{padding-left:16px;margin-left:16px}ul.disc li,ul.circle li{margin-bottom:8px}ul.disc li:before,ul.circle li:before{content:none}ul.disc{list-style:disc}ul.circle{list-style:circle}sup{top:0;font-size:.6em;line-height:0;vertical-align:super}sub{position:relative;top:.4em;font-size:.6em;line-height:0;vertical-align:baseline}.nowrap{white-space:nowrap}a:hover{text-decoration:none}a[href^="mailto:"],a[href^="tel:"]{color:inherit;white-space:nowrap;text-decoration:none}a[href^="mailto:"]:hover,a[href^="tel:"]:hover{text-decoration:underline}.section{max-width:1320px;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}@media(width>=1024px){.section{padding-right:44px;padding-left:44px}}@media(width>=1440px){.section{padding-right:60px;padding-left:60px}}.section.full-width{max-width:none}.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--font-family-headers);font-weight:var(--font-weight-semi-bold);color:var(--color-text-content-headers)}.reverse .h1,.reverse .h2,.reverse .h3,.reverse .h4,.reverse .h5,.reverse .h6{color:var(--color-text-content-reverse)}.large{color:var(--color-text-content-headers)}p.actor-portrayal{font-size:var(--font-size-text-footnotes-mobile);font-weight:var(--font-weight-bold);line-height:var(--line-height-text-footnotes-mobile);color:#f5f5f5;text-shadow:0 4px 4px rgba(0,0,0,.5)}@media(width>=1024px){p.actor-portrayal{font-size:var(--font-size-text-footnotes-desktop);line-height:var(--line-height-text-footnotes-desktop)}}.h1{font-size:var(--font-size-header-1-mobile);line-height:var(--line-height-header-1-mobile)}.h2{font-size:var(--font-size-header-2-mobile);line-height:var(--line-height-header-2-mobile)}.h3{font-size:var(--font-size-header-3-mobile);line-height:var(--line-height-header-3-mobile)}.h4{font-size:var(--font-size-header-4-mobile);line-height:var(--line-height-header-4-mobile)}.h5{font-size:var(--font-size-header-5-mobile);line-height:var(--line-height-header-5-mobile)}.h6{font-size:var(--font-size-header-6-mobile);line-height:var(--line-height-header-6-mobile)}.footnote{font-size:var(--font-size-text-footnotes-mobile);line-height:var(--line-height-text-footnotes-mobile)}.large{font-size:var(--font-size-text-large-mobile);line-height:var(--line-height-text-large-mobile)}@media(width>=1024px){.h1{font-size:var(--font-size-header-1-desktop);line-height:var(--line-height-header-1-desktop)}.h2{font-size:var(--font-size-header-2-desktop);line-height:var(--line-height-header-2-desktop)}.h3{font-size:var(--font-size-header-3-desktop);line-height:var(--line-height-header-3-desktop)}.h4{font-size:var(--font-size-header-4-desktop);line-height:var(--line-height-header-4-desktop)}.h5{font-size:var(--font-size-header-5-desktop);line-height:var(--line-height-header-5-desktop)}.h6{font-size:var(--font-size-header-6-desktop);line-height:var(--line-height-header-6-desktop)}.footnote{font-size:var(--font-size-text-footnotes-desktop);line-height:var(--line-height-text-footnotes-desktop)}.large{font-size:var(--font-size-text-large-desktop);line-height:var(--line-height-text-large-desktop)}}.hero{background-color:var(--color-background-primary)}.hero.reverse{background-color:var(--color-background-secondary)}.isi{position:relative;width:100%;padding:0;transition:height .375s ease-out}.isi .h6{margin-bottom:0;font-weight:var(--font-weight-bold)}.isi .p,.isi p{margin-bottom:8px}.isi .p:last-child,.isi p:last-child{margin-bottom:0}.isi .p{font-weight:var(--font-weight-bold);color:var(--gray)}.isi a,.isi a:hover,.isi a:visited{color:var(--color-text-interactive-navigation)}.isi a[href^="tel:"]{text-decoration:underline}.isi a[href^="tel:"],.isi a[href^="tel:"]:hover,.isi a[href^="tel:"]:visited{color:var(--color-text-interactive-navigation)}.isi a[href^="tel:"]:hover{text-decoration:none}.isi__content{padding-top:10px;padding-bottom:32px}.isi-fixed .isi__content{padding-top:0;padding-bottom:0}@media(width<1024px){.isi-fixed .isi__fixed .isi__content>.isi__toggle{display:none}}.isi__header{padding-top:6px;padding-bottom:6px}@media(width>=1024px){.isi__header{padding-top:16px}}.isi__trigger{margin-top:16px}@media(width>=1024px){.isi__trigger{margin-top:24px}}.isi__fixed{display:none}@media(width<1024px){.isi__fixed h2.h6,.isi__fixed p,.isi__fixed .p,.isi__fixed li{font-size:15px;line-height:20px}}@media(width>=1024px){.isi-fixed.isi-expanded .isi__fixed{height:calc(100dvh - 188px)}.isi__fixed h2.h6{font-size:20px;line-height:28px}.isi__fixed p,.isi__fixed .p,.isi__fixed li{line-height:22px}}.isi__fixed .isi__toggle{position:absolute;top:0;right:0;display:none;padding:6px 16px}@media(width>=1024px){.isi__fixed .isi__toggle{right:44px;padding:16px}}@media(width>=1440px){.isi__fixed .isi__toggle{right:calc((100vw - 1320px)/2)}}.isi__fixed .isi__toggle,.isi__fixed .isi__toggle:hover,.isi__fixed .isi__label{font-weight:var(--font-weight-bold);color:var(--color-text-interactive-navigation)}.isi__fixed .isi__label,.isi__fixed .isi__less{display:none}.isi__fixed .isi__icon img{margin-bottom:-4px;transform:scale(-1)}@media(width>=1024px){.isi__fixed .isi__header{padding-top:8px;padding-bottom:4px}}@media(width>=1024px){.isi__fixed .isi__header{max-width:1440px}.isi__fixed .isi__content{width:100%;max-width:1440px;padding-right:44px;padding-left:44px;margin-right:auto;margin-left:auto}.isi-expanded .isi__fixed .isi__content{height:calc(100% - 46px);overflow-y:scroll}}@media(width>=1440px){.isi__fixed .isi__content{padding-right:60px;padding-left:60px}}.isi-fixed .isi__fixed{position:fixed;bottom:0;z-index:10;display:block;padding-bottom:0;background-color:var(--white);box-shadow:0 -2px 10px #00000026}.isi-fixed .isi__fixed .isi__toggle{z-index:2;display:inline-block;transform:translateZ(0)}@media(width>=1024px){.isi-fixed .isi__fixed .h6{padding-right:100px}}.isi-fixed.isi-expanded .isi__fixed .isi__more,.isi-fixed.indications-expanded .isi__fixed .isi__more{display:none}.isi-fixed.isi-expanded .isi__fixed .isi__less,.isi-fixed.indications-expanded .isi__fixed .isi__less{display:inline}.isi-fixed.isi-expanded .isi__fixed button[aria-expanded=true] .isi__icon img,.isi-fixed.indications-expanded .isi__fixed button[aria-expanded=true] .isi__icon img{transform:scale(1)}@media(width>=1024px){.isi__fixed .isi__label{display:inline-block}.isi__fixed .isi__icon img{margin-left:8px}.isi-fixed .isi__fixed{height:320px}.isi-fixed .isi__fixed .isi__header:after{width:calc(100% - 44px);height:16px}.isi-fixed:not(.isi-expanded) .isi__fixed .isi__two-column{display:grid;grid-template-columns:325px 1fr;column-gap:24px;transition:display 0s ease .375s;transition-behavior:allow-discrete}}@media(width>=1024px)and (width>=1440px){.isi-fixed .isi__fixed{height:250px}.isi-fixed .isi__fixed .isi__header:after{width:calc(100vw - ((100vw - 1320px)/2) - 60px)}}.isi__two-column{height:100%}.isi__two-column>div{position:relative}.isi__two-column p:last-child,.isi__two-column .p:last-child{margin-bottom:8px}.isi-fixed.isi-expanded,.isi-fixed.indications-expanded{position:fixed;height:100%;overflow-y:hidden}.indications,.important-safety-information{padding-top:4px;overflow:hidden}@media(width<1024px){.indications,.important-safety-information{border-top:solid 1px black}}.indications__header .p:last-child,.important-safety-information__header .p:last-child{margin-bottom:4px}.indications__header:after,.important-safety-information__header:after{position:absolute;left:0;z-index:1;width:calc(100% - 32px);height:4px;pointer-events:none;content:"";background-image:linear-gradient(to bottom,var(--white),transparent);transform:translateZ(0)}@media(width>=1024px){.indications__header,.important-safety-information__header{display:none}}.indications__content,.important-safety-information__content{overflow-y:hidden;transition:height .375s ease-out}@media(width<1024px){.isi-fixed .indications__content,.isi-fixed .important-safety-information__content{height:71px;padding-right:16px}}.isi-fixed .indications__content:after,.isi-fixed .important-safety-information__content:after{position:absolute;bottom:0;left:0;z-index:1;width:calc(100% - 32px);height:4px;pointer-events:none;content:"";background-image:linear-gradient(to top,var(--white),transparent);transform:translateZ(0)}.isi-fixed.indications-expanded .indications__content{height:calc(100dvh - 365px);overflow-y:scroll}@media(width>=768px){.isi-fixed.indications-expanded .indications__content{height:calc(100dvh - 349px)}}@media(width>=1024px){.isi-fixed.indications-expanded .indications__content{height:auto;overflow-y:visible}}@media(width>=1024px){.indications{padding-right:0;padding-left:0}.isi-fixed .isi__fixed .indications .isi__toggle{display:none}}.isi-fixed.isi-expanded .important-safety-information__content{height:calc(100dvh - 365px);overflow-y:scroll}@media(width>=768px){.isi-fixed.isi-expanded .important-safety-information__content{height:calc(100dvh - 349px)}}@media(width>=1024px){.isi-fixed.isi-expanded .important-safety-information__content{height:auto;padding-bottom:32px;overflow-y:visible}}@media(width>=1024px){.important-safety-information{padding-right:0;padding-left:0}.isi-fixed .isi__fixed .important-safety-information .isi__toggle{display:none}}.ml-16{margin-left:16px}.ml-32{margin-bottom:8px;margin-left:32px}
