/* @license MIT https://github.com/necolas/normalize.css/blob/8.0.1/LICENSE.md */
html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
*,*::before,*::after{box-sizing:border-box;}body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure{margin:0;padding:0;}html{font:var(--base-font__weight) 16px / var(--base-font__line-height) var(--base-font__family);color:var(--color-low__dark);max-width:100vw;overflow-x:hidden;scroll-behavior:smooth;word-break:break-word;word-wrap:break-word;}body{display:flex;flex-flow:column nowrap;max-width:100vw;min-height:100vh;overflow-x:hidden;font-size:var(--base-font__size);}body.is-locked{max-height:100vh;overflow:hidden;}.is-hidden{display:none !important;}.content-section__text p,.content-section__text ul,.content-section__text ol,.content-section__text dl,.content-section__text table,.content-section__text figure,.content-section__text audio,.content-section__text video,.content-section__text iframe,.content-section__text pre,.content-section__text blockquote,.content-section__text h1,.content-section__text h2,.content-section__text h3,.content-section__text h4,.content-section__text h5,.content-section__text h6{margin-bottom:1.5rem;}h1,.h1{font-size:var(--h1__size);font-weight:var(--h1__weight);line-height:var(--h1__line-height);letter-spacing:var(--h1__letter-spacing);}h2,.h2{font-size:var(--h2__size);font-weight:var(--h2__weight);letter-spacing:var(--h2__letter-spacing);line-height:var(--h2__line-height);}h3,.h3{font-size:var(--h3__size);font-weight:var(--h3__weight);letter-spacing:var(--h3__letter-spacing);line-height:var(--h3__line_height);}h4,.h4{font-size:var(--h4__size);font-weight:var(--h4__weight);letter-spacing:var(--h4__letter-spacing);line-height:var(--h4__line-height);}.type-display{font-size:var(--display__size);line-height:var(--display__line-height);letter-spacing:var(--display__letter-spacing);}h5,small,.type-small{font-size:var(--small-font__size);line-height:var(--small-font__line-height);letter-spacing:var(--small-font__letter-spacing);}h6,.type-extra-small{font-size:var(--extra-small-font__size);line-height:var(--extra-small-font__line-height);letter-spacing:var(--extra-small-font__letter-spacing);}.type-large{font-size:var(--large-font__size);}@media screen and (max-width:959px){.type-small__on-mobile{font-size:var(--small-font__size);line-height:var(--small-font__line-height);letter-spacing:var(--small-font__letter-spacing);}.type-extra-small__on-mobile{font-size:var(--extra-small-font__size);line-height:var(--extra-small-font__line-height);letter-spacing:var(--extra-small-font__letter-spacing);}}@media screen and (min-width:960px){.h1__on-desktop{font-size:var(--h1__size);font-weight:var(--h1__weight);line-height:var(--h1__line-height);letter-spacing:var(--h1__letter-spacing);}.h2__on-desktop{font-size:var(--h2__size);font-weight:var(--h2__weight);line-height:var(--h2__line-height);letter-spacing:var(--h2__letter-spacing);}.h3__on-desktop{font-size:var(--h3__size);font-weight:var(--h3__weight);letter-spacing:var(--h3__letter-spacing);line-height:var(--h3__line_height);}.h4__on-desktop{font-size:var(--h4__size);font-weight:var(--h4__weight);letter-spacing:var(--h4__letter-spacing);line-height:var(--h4__line-height);}.type-display__on-desktop{font-size:var(--display__size);line-height:var(--display__line-height);letter-spacing:var(--display__letter-spacing);}h5,small,.type-small__on-desktop{font-size:var(--small-font__size);line-height:var(--small-font__line-height);letter-spacing:var(--small-font__letter-spacing);}h6,.type-extra-small__on-desktop{font-size:var(--extra-small-font__size);line-height:var(--extra-small-font__line-height);letter-spacing:var(--extra-small-font__letter-spacing);}.type-large__on-desktop{font-size:var(--large-font__size);}}a{color:var(--color-utility__link);text-decoration:none;}a:hover,a:focus{text-decoration:underline;}.content-section__text a{text-decoration:underline}.content-section__text a:hover,.content-section__text a:focus{color:var(--color-blue__dark);}.content-section ol,.content-section ul,.content-section dl{padding-left:1.5rem;list-style-position:outside;}.content-section li ul,.content-section li ol{margin-bottom:0;}input,button{max-width:100%;appearance:none;background:transparent;border:none;color:inherit;font:inherit;}button,input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer;}img,svg{max-width:100%;}.hidden{display:none;}@media screen and (min-width:960px){.show__on-desktop{display:block;}.hidden__on-desktop{display:none;}}
.dialog-off-canvas-main-canvas{flex-grow:1;}#page{display:flex;flex-flow:column nowrap;padding-top:var(--header-offset);}.layout-container{max-width:1160px;width:100%;padding-left:1rem;padding-right:1rem;}@media screen and (min-width:960px){.layout-container{margin-left:auto;margin-right:auto;}}@media screen and (max-width:959px){.toolbar-oriented .toolbar-bar{position:fixed;}}.content-section:first-child{margin-top:0;}
.footer-wrap{margin-top:auto;background-color:var(--color-high__light);border-top:2px solid var(--color-high__medium);}.footer--upper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;margin-top:1rem;margin-bottom:1rem;}@media screen and (min-width:960px){.footer--upper{justify-content:flex-start;margin-top:2.5rem;margin-bottom:2.5rem;align-items:flex-start;}}.footer--upper .site-branding__logo{max-width:225px;}@media screen and (min-width:960px){.footer--upper .site-branding__logo{max-width:364px;}}.footer--main{display:flex;flex-flow:column nowrap;width:100%;gap:1.125rem;margin-bottom:1rem;}@media screen and (min-width:960px){.footer--main{flex-flow:row nowrap;justify-content:space-between;margin-bottom:2.5rem;}}.footer--main__column{display:flex;flex-flow:column-reverse nowrap;align-items:center;gap:3.125rem;}@media screen and (min-width:960px){.footer--main__column{align-self:flex-start;flex-flow:column nowrap;align-items:flex-start;gap:1.25rem;}}.footer--institutional__container{padding-top:1rem;padding-bottom:1rem;}@media screen and (min-width:960px){.footer--institutional__container{border-top:1px solid var(--color-high__medium);padding-top:0.75rem;padding-bottom:0.75rem;}}.footer--institutional{display:flex;flex-flow:column-reverse nowrap;gap:2rem;}@media screen and (min-width:960px){.footer--institutional{flex-flow:row nowrap;gap:1.5rem;justify-content:space-between;}}.footer--institutional .copyright-text{max-width:18rem;}@media screen and (min-width:960px){.footer--institutional .copyright-text{max-width:21rem;}}
.wh-campaign-header{background-color:var(--color-high__light);padding-top:1rem;padding-bottom:0.75rem;}.wh-campaign-header .site-branding{display:flex;flex-flow:column nowrap;align-items:center;}@media screen and (min-width:960px){.wh-campaign-header .site-branding{align-items:flex-start;}}.wh-campaign-header .site-logo{display:inline-block;}.wh-campaign-header .site-logo svg{display:block;width:226px;height:28px;}.wh-campaign-header .site-slogan{color:var(--color-low__light);}#page{padding-top:0;}.campaign-content> :first-child{margin-top:0;}.hero-cta{margin-top:0.75rem;}@media screen and (max-width:959px){.hero-content .hero-cta{width:100%;}}.content-section__bullet-points{display:flex;flex-flow:column nowrap;align-items:flex-start;gap:2rem;color:var(--color-low__medium);}@media screen and (min-width:960px){.content-section__bullet-points{flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:1.5rem;}.content-section__bullet-points._inverted{flex-flow:row-reverse nowrap;}}@media screen and (min-width:960px){.content-section__bullet-points .section-image{max-width:520px}}.content-section__bullet-points .section-content{display:flex;flex-flow:column nowrap;gap:1.5rem;}@media screen and (min-width:960px){.content-section__bullet-points .section-content{max-width:34rem;flex-shrink:0;}}.content-section__bullet-points .section-title{color:var(--color-low__dark);font-weight:600;}.content-section__bullet-points .section-description ul{display:flex;flex-flow:column nowrap;gap:0.75rem;list-style:none;padding-left:0;}.content-section__bullet-points .section-description ul li{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:0.5rem;}.content-section__bullet-points .section-description ul li::before{display:block;width:1.25rem;height:1.25rem;margin-top:4px;flex-shrink:0;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.167 2.78357C15.4239 3.50928 16.4694 4.55067 17.2002 5.80465C17.9309 7.05863 18.3215 8.48171 18.3332 9.93302C18.3449 11.3843 17.9774 12.8135 17.267 14.0791C16.5566 15.3448 15.528 16.4029 14.283 17.1488C13.038 17.8948 11.6198 18.3026 10.1687 18.332C8.71768 18.3613 7.28412 18.0112 6.00995 17.3163C4.73579 16.6213 3.66522 15.6057 2.90421 14.3698C2.14321 13.134 1.71817 11.7208 1.67116 10.2702L1.66699 10.0002L1.67116 9.73024C1.71783 8.29106 2.13662 6.88854 2.88669 5.6594C3.63677 4.43026 4.69254 3.41645 5.95107 2.7168C7.2096 2.01716 8.62795 1.65557 10.0678 1.66727C11.5077 1.67897 12.92 2.06357 14.167 2.78357ZM13.0895 7.7444C12.946 7.60092 12.7551 7.51473 12.5526 7.502C12.35 7.48926 12.1498 7.55086 11.9895 7.67524L11.9112 7.7444L9.16699 10.4877L8.08949 9.41107L8.01116 9.3419C7.85081 9.21761 7.65064 9.15609 7.44816 9.16886C7.24569 9.18164 7.05483 9.26783 6.91138 9.41129C6.76792 9.55474 6.68173 9.7456 6.66895 9.94807C6.65618 10.1505 6.71771 10.3507 6.84199 10.5111L6.91116 10.5894L8.57783 12.2561L8.65616 12.3252C8.8023 12.4386 8.98202 12.5002 9.16699 12.5002C9.35197 12.5002 9.53168 12.4386 9.67783 12.3252L9.75616 12.2561L13.0895 8.92273L13.1587 8.8444C13.283 8.68406 13.3446 8.48386 13.3319 8.28133C13.3192 8.07881 13.233 7.8879 13.0895 7.7444Z' fill='%2305A357'/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:center center;}.campaign-page .site-branding .site-branding__logo{cursor:default;pointer-events:none;touch-action:none;user-select:none;}
.option-wrapper{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;}.option-wrapper:focus-within{box-shadow:var(--shadow__focus) var(--color-primary__light);}.option-wrapper .option-input{width:1.25rem;height:1.25rem;}.option-wrapper .option-input:focus{outline:none;}.option-wrapper .option-input::before{content:" ";display:inline-block;width:1.25rem;height:1.25rem;cursor:pointer;transition:background-image 150ms ease;margin-top:0.125rem;}.option-wrapper .option-label{font-size:1rem;color:var(--color-low__medium);line-height:1.5;transition:color 150ms ease;cursor:pointer;}.option-wrapper .option-input:checked~.option-label{color:var(--color-low__dark);}
.content-section{margin-top:3.5rem;margin-bottom:3.5rem;}@media screen and (min-width:960px){.content-section{margin-top:5rem;margin-bottom:5rem;}}
.copyright-block{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:0.5rem;text-align:center;color:var(--color-low__light);}@media screen and (min-width:960px){.copyright-block{flex-flow:row nowrap;text-align:left;}}.copyright-block .brand-logo svg{display:block;width:100%;max-width:42px;}@media screen and (min-width:960px){.copyright-block .brand-logo svg{max-width:85px;}}
.footer-menu__list{display:flex;flex-flow:column nowrap;margin-left:0;padding-left:0;list-style:none;}@media screen and (min-width:960px){.footer-menu__list{flex-flow:row nowrap;gap:5rem;}}.footer-menu__child-menu{font-size:1rem;opacity:1;visibility:visible;list-style:none;}@media screen and (max-width:959px){.footer-menu__child-menu{margin-top:1rem;margin-bottom:1rem;transition:all 160ms 0ms ease,opacity 80ms 0ms ease,visibility 160ms 160ms ease;}.footer-menu__child-menu:not(.is-visible){font-size:0;opacity:0;visibility:hidden;margin-top:0;margin-bottom:0;gap:0;transition:all 160ms 160ms ease,opacity 80ms 0ms ease,visibility 160ms 0 ease;}}@media screen and (min-width:960px){.footer-menu__list .menu-item__parent{max-width:238px;}}.footer-menu__list .menu-item__parent > a{display:block;font-weight:500;color:var(--color-low__medium);text-decoration:none;}@media screen and (max-width:959px){.footer-menu__list .menu-item__parent > a{position:relative;padding-top:0.75rem;padding-bottom:1rem;border-bottom:1px solid var(--color-high__medium);}.footer-menu__list .menu-item__parent > a[aria-expanded="true"]{color:var(--color-primary__dark);}}@media screen and (min-width:960px){.footer-menu__list .menu-item__parent > a{pointer-events:none;color:var(--color-low__dark);cursor:default;font-size:1.125rem;}}.footer-menu__list .menu-item__parent > a::after{position:absolute;right:0;top:50%;display:block;width:1.5rem;height:1.5rem;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='M8 1.77771V14.2222Z' fill='%237B8693'/%3E%3Cpath d='M8 1.77771V14.2222' stroke='%237B8693' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.77783 7.99988H14.2223' stroke='%237B8693' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;transform:translateY(-50%) rotate(0);transition:all 160ms ease;}.footer-menu__list .menu-item__parent > a[aria-expanded="true"]::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11.9996H19' stroke='%237B8693' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");transform:translateY(-50%) rotate(180deg);}@media screen and (min-width:960px){.footer-menu__list .menu-item__parent > a::after{content:none;}}.footer-menu__child-menu{display:flex;flex-flow:column nowrap;gap:1rem;}@media screen and (min-width:960px){.footer-menu__child-menu{gap:0.75rem;}}.footer-menu__child-menu .menu-item{color:var(--color-low__medium);}
.institutional-menu__list{display:flex;flex-flow:column nowrap;align-items:center;gap:0.75rem;font-weight:600;list-style:none;}@media screen and (min-width:960px){.institutional-menu__list{flex-flow:row nowrap;gap:1.25rem;flex:0 0 auto;}}.institutional-menu__list .menu-item a{color:var(--color-primary__dark);text-decoration:none;}
.social-links-menu{display:flex;align-self:center;flex-flow:row nowrap;gap:1.5rem;list-style:none;}@media screen and (min-width:960px){.social-links-menu{align-self:flex-start;}}
.site-branding{display:inline-flex;flex-flow:column nowrap;align-items:center;}@media screen and (min-width:960px){.site-branding{align-items:flex-start;}}.site-branding__slogan{color:var(--color-low__medium);}.site-branding__slogan b,.site-branding__slogan strong{font-weight:600;}
.branded-footnote{display:flex;flex-flow:row nowrap;align-items:center;gap:0.3125rem;font-size:1rem;font-weight:600;}.branded-footnote .footnote-text{flex-shrink:0;max-width:calc(100% - 2rem);word-wrap:break-word;}.branded-footnote svg,.branded-footnote img{height:2rem;}
.input-container{display:flex;flex-flow:column nowrap;gap:0.5rem;}.input-label{color:var(--color-low__dark);cursor:pointer;}.input-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:0.5rem 0.75rem;background-color:transparent;border:2px solid var(--color-high__dark);border-radius:var(--radius__8);transition-property:border-color,box-shadow;transition-duration:160ms;transition-timing-function:ease;}.input-wrapper:focus-within{border-color:var(--color-primary);box-shadow:var(--shadow__focus) var(--color-primary__light);}.input-wrapper__input{color:var(--color-low__dark);flex-grow:1;}.input-wrapper__input:focus{outline:none;}.button.input-wrapper__button{padding:6px;border-radius:100%;color:var(--color-high__light);}.input-wrapper._invalid{border-color:var(--color-utility__error);}.input-message._invalid{color:var(--color-utility__error);}
button,input[type="button"],input[type="submit"],input[type="reset"],.button,.ui-dialog .button{display:inline-flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:0.5rem;padding:0.5rem;}.button svg{height:1.25em;}.button,.ui-dialog .button{display:inline-flex;justify-content:center;padding:0.625rem 2rem;background-color:var(--color-primary);border-radius:2rem;font-size:1rem;font-weight:600;color:var(--color-low__dark);cursor:pointer;hyphens:none;text-align:center;text-decoration:none;transition-property:background-color,box-shadow;transition-duration:160ms;transition-timing-function:ease;}.button._block{display:flex;flex-grow:1;}.button._inline{align-self:flex-start;}.button:hover,.button:focus,.ui-dialog .button:hover,.ui-dialog .button:focus{text-decoration:none;}.button:hover,.ui-dialog .button:hover{background-color:var(--color-primary__light);}.button:focus,.ui-dialog .button:focus{outline:none;background-color:var(--color-primary__lighter);box-shadow:var(--shadow__focus) var(--color-primary__light);}.button:active,.ui-dialog .button:active{background-color:var(--color-primary__dark);}.button.button__secondary{background-color:var(--color-secondary);}.button.button__secondary:hover{background-color:var(--color-secondary__light);}.button.button__secondary:focus{background-color:var(--color-secondary__lighter);box-shadow:var(--shadow__focus) var(--color-secondary__lighter);}.button.button__secondary:active{background-color:var(--color-secondary__dark);}.button.button__light{background-color:var(--color-light);}.button.button__light:hover{background-color:var(--color-high__light);}.button.button__light:focus{background-color:var(--color-light);box-shadow:var(--shadow__focus) var(--color-primary__light);}.button.button__light:active{background-color:var(--color-high__dark);box-shadow:none;}.button.button__light:active{background-color:var(--color-high__dark);}.button:disabled,.button.is-disabled,.button.button__secondary:disabled,.button.button__secondary.is-disabled,.button.button__light:disabled,.button.button__light.is-disabled{background-color:var(--color-high__medium);color:var(--color-low__light);cursor:default;pointer-events:none;}.button.button__outline,.button.button__text{background-color:transparent;color:var(--color-primary__darker);transition-property:background-color,border-color,box-shadow;transition-duration:160ms;transition-timing-function:ease;}.button.button__outline{border:2px solid var(--color-primary);}.button.button__outline:hover,.button.button__outline:focus,.button.button__outline:active,.button.button__text:hover,.button.button__text:focus,.button.button__text:active{border-color:transparent;}.button.button__outline:hover,.button.button__text:hover{background-color:rgba(var(--color-primary-rgb),0.12);}.button.button__outline:focus,.button.button__text:focus{box-shadow:var(--shadow__focus) var(--color-primary__light);}.button.button__outline.button__secondary,.button.button__text.button__secondary{background-color:transparent;color:var(--color-secondary__darker);}.button.button__outline.button__secondary{border:2px solid var(--color-secondary);}.button.button__outline.button__secondary:hover,.button.button__text.button__secondary:hover{background-color:rgba(var(--color-secondary-rgb),0.12);}.button.button__outline.button__secondary:focus,.button.button__outline.button__secondary:active,.button.button__text.button__secondary:focus,.button.button__text.button__secondary:active{border-color:transparent;box-shadow:none;}.button.button__outline.button__secondary:focus,.button.button__text.button__secondary:focus{box-shadow:var(--shadow__focus) var(--color-secondary__light);}.button.button__outline:disabled,.button.button__outline.is-disabled,.button.button__outline.button__secondary:disabled,.button.button__outline.button__secondary.is-disabled{background:transparent;border:2px solid var(--color-high__medium);color:var(--color-high__medium);}.button.button__text:disabled,.button.button__text.is-disabled,.button.button__text.button__secondary:disabled,.button.button__text.button__secondary.is-disabled{color:var(--color-high__dark);}
input[type="checkbox"]::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4C1 2.34315 2.34315 1 4 1H16C17.6569 1 19 2.34315 19 4V16C19 17.6569 17.6569 19 16 19H4C2.34315 19 1 17.6569 1 16V4Z' stroke='%237B8693' stroke-width='2'/%3E%3C/svg%3E%0A");}.option-wrapper:hover input[type="checkbox"]:not(:checked)::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4C1 2.34315 2.34315 1 4 1H16C17.6569 1 19 2.34315 19 4V16C19 17.6569 17.6569 19 16 19H4C2.34315 19 1 17.6569 1 16V4Z' fill='%23F4F5F7' stroke='%237B8693' stroke-width='2'/%3E%3C/svg%3E%0A");}input[type="checkbox"]:checked::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0H16C18.2091 0 20 1.79086 20 4V16C20 18.2091 18.2091 20 16 20H4C1.79086 20 0 18.2091 0 16V4Z' fill='%230EBDBA'/%3E%3Cpath d='M5.3335 9.99996L8.66683 13.3333L15.3335 6.66663' stroke='%23171A1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
input[type="radio"]::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%237B8693' stroke-width='2'/%3E%3C/svg%3E%0A");}.option-wrapper:hover input[type="radio"]:not(:checked)::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23E4E7EB' stroke='%237B8693' stroke-width='2'/%3E%3C/svg%3E%0A");}input[type="radio"]:checked::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23087170' stroke-width='2'/%3E%3Ccircle cx='10' cy='10' r='5' fill='%23087170' stroke='%23087170' stroke-width='2'/%3E%3C/svg%3E%0A");}
.input-wrapper._select .input-wrapper__input{appearance:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;position:relative;max-width:100%;background:transparent;border:none;color:var(--color-low__light);font:inherit;}.input-wrapper._select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%237B8693' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:calc(100% - 0.75rem) center;background-repeat:no-repeat;}.input-wrapper._select:focus-within{background-color:#FCFDFF;}.input-wrapper._select .input-wrapper__input:focus,.input-wrapper._select .input-wrapper__input:active{color:var(--color-low__dark);}.input-wrapper._select .input-wrapper__input option{background-color:var(--color-light);color:var(--color-low__medium);}.input-wrapper._custom-select{position:relative;}.input-wrapper._custom-select .input-wrapper__input{list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;}.input-wrapper._select .input-wrapper__input::after,.input-wrapper._custom-select .input-wrapper__input::after{display:block;width:1.25rem;height:1.25rem;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%237B8693' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");flex-shrink:0;}.input-wrapper._custom-select[open] .input-wrapper__input::before{position:fixed;top:0;left:0;right:0;bottom:0;display:block;content:" ";width:100vw;height:100vh;z-index:4;}.input-wrapper._custom-select .input-wrapper__input .selected-value{display:-webkit-box;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;height:1.5em;-webkit-box-orient:vertical;}.input-wrapper._custom-select .select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:5;display:flex;flex-flow:column nowrap;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0;background-color:var(--color-light);border:1px solid var(--color-high__dark);border-radius:var(--radius__8);box-shadow:var(--shadow__small-top) rgba(35,39,41,0.12),var(--shadow__small-bottom) rgba(35,39,41,0.08);}.input-wrapper._custom-select .option-wrapper{list-style:none;}.input-wrapper._custom-select .select-option{display:block;padding:0.75rem 1rem;color:var(--color-low__medium);cursor:pointer;}.input-wrapper._custom-select .select-option:hover,.input-wrapper._custom-select input:checked~.select-option{background-color:var(--color-high__medium);color:var(--color-low__dark);}.input-wrapper._custom-select .select-option:focus{box-shadow:var(--shadow__focus) var(--color-primary__light);outline:none;}.input-wrapper._custom-select .option-wrapper input{display:block;width:0;height:0;visibility:hidden;}
dialog,.ui-dialog{width:calc(100% - 2rem);max-width:29rem;max-height:calc(100vh - 2rem);background-color:var(--color-light);border:none;border-radius:var(--radius__12);overflow-y:auto;}.ui-widget.ui-widget-content{border:none;}dialog{padding-top:2rem;padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem;}@media screen and (min-width:960px){dialog{padding-top:2rem;padding-left:2.5rem;padding-right:2.5rem;padding-bottom:1.5rem;}}dialog[open]{display:flex;flex-flow:column nowrap;gap:1.25rem;opacity:1;}dialog::backdrop{position:fixed;top:0;right:0;bottom:0;left:0;}dialog::backdrop,.ui-widget-overlay{background-color:rgba(0,0,0,0.6);opacity:1;}.modal-dialog .dialog-content,.ui-dialog{display:flex;flex-flow:column nowrap;gap:1.25rem;text-align:center;}.modal-dialog .dialog-title,.ui-dialog .ui-dialog-title{color:var(--color-low__dark);font-weight:600;}.modal-dialog .dialog-checkmark{text-align:center;}.modal-dialog .dialog-checkmark svg{width:5.0625rem;height:5.0625rem;color:var(--color-utility__success);}.modal-dialog .dialog-error svg{width:5.0625rem;height:5.0625rem;color:var(--color-utility__error);}.modal-dialog .dialog-description{display:flex;flex-flow:column nowrap;gap:0.5rem;color:var(--color-low__medium);font-size:0.875rem;}@media screen and (min-width:960px){.modal-dialog .dialog-description{font-size:1rem;}}.modal-dialog .dialog-actions{display:flex;flex-flow:column nowrap;gap:0.5rem;}.ui-dialog{font:inherit;text-align:left;}.ui-dialog .ui-widget-header{border:none;background:none;}.ui-dialog .ui-widget-header .ui-dialog-title{width:100%;}.ui-dialog .ui-dialog-titlebar-close{display:none;}.ui-dialog-buttonpane{border:none;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{display:flex;flex-flow:row nowrap;gap:0.5rem;float:none;justify-content:flex-end;}.ui-dialog.ui-widget button{font-family:inherit;font-weight:600;border:none;margin:0;}
.tooltip-text{position:relative;display:inline-block;color:var(--color-utility__link);cursor:help;text-decoration:underline;}.tooltip-text:focus{outline:none;}.tooltip-text::before,.tooltip-text::after{position:absolute;display:block;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-timing-function:ease;transition-duration:160ms;}.tooltip-text::before{left:0;bottom:calc(100% + 0.375rem);width:16rem;padding:0.5rem;background-color:var(--color-low__dark);border-radius:0.3125rem;color:var(--color-light);content:attr(aria-label);font-size:var(--small-font__size);text-align:center;}.tooltip-text::after{left:25%;bottom:100%;width:0.75rem;height:0.375rem;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M6 6L12 0L7.15256e-07 0L6 6Z' fill='%23171A1D'/%3E%3C/svg%3E");}.tooltip-text:hover::before,.tooltip-text:hover::after,.tooltip-text:focus::before,.tooltip-text:focus::after{opacity:1;visibility:visible;}
.icon-loader{display:inline-block;width:1rem;height:1em;animation:cycle 1s ease infinite;}.button .icon-loader{display:none;}.button.is-loading:disabled{pointer-events:none;touch-action:none;background-color:var(--color-primary);color:var(--color-low__dark);cursor:default;}.button.is-loading .icon-loader{display:inline-block;}@keyframes cycle{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
.content-section__subscription-form{display:block;}@media screen and (min-width:960px){.content-section__subscription-form{display:flex;flex-flow:row nowrap;background-color:var(--color-light);border:1px solid var(--color-high__light);border-radius:var(--radius__12);box-shadow:0px 0px 24px 0px rgba(35,39,41,0.16);font-size:1rem;overflow:hidden;}}.content-section__subscription-form .section-image{display:none;}@media screen and (min-width:960px){.content-section__subscription-form .section-image{display:block;flex:50% 0 0;width:50%;object-fit:cover;}}.content-section__subscription-form .section-content{display:flex;flex-flow:column nowrap;gap:2rem;}@media screen and (min-width:960px){.content-section__subscription-form .section-content{padding:2.5rem 3rem;flex:50% 0 0;width:50%;}}.content-section__subscription-form .section-title{hyphens:none;}.campaign-subscription-form,.campaign-subscription-form .questions-container{display:flex;flex-flow:column nowrap;gap:1.12rem;}.campaign-subscription-form .form-actions{margin-top:2rem;display:flex;flex-flow:row nowrap;}.campaign-subscription-form .submit-form{flex-grow:1;}
ul.check-list{display:flex;flex-flow:column nowrap;gap:0.75rem;list-style:none;padding-left:0;}.check-list .check-list-item{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:0.5rem;}.check-list .check-list-item._has-custom-icon{align-items:center;}.check-list .check-list-item .list-item__icon{display:inline-block;min-width:1.25rem;max-width:3rem;flex-shrink:0;}.check-list .check-list-item .list-item__icon img,.check-list .check-list-item .list-item__icon svg{display:block;max-width:3rem;}.check-list .check-list-item .list-item__icon svg{margin-top:0.125rem;}
.content-section__hero{position:relative;padding-top:1.5rem;padding-bottom:1.5rem;background-color:var(--background-color,var(--color-primary));color:var(--foreground-color,var(--color-light));overflow:hidden;}@media screen and (min-width:960px){.content-section__hero{padding-top:0;padding-bottom:0;}}.content-section__hero .hero-image{display:block;text-align:center;}@media screen and (max-width:959px){.content-section__hero .hero-image{padding-left:1rem;padding-right:1rem;}}@media screen and (min-width:960px){.content-section__hero .hero-image{line-height:0;margin-left:auto;margin-right:auto;}}@media screen and (min-width:960px){.content-section__hero .layout-container{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);}}.content-section__hero .hero-content{display:flex;flex-flow:column nowrap;align-items:flex-start;gap:0.75rem;}@media screen and (min-width:960px){.content-section__hero .hero-content{position:absolute;top:50%;left:1rem;width:50%;max-width:33.25rem;transform:translateY(-50%);font-size:1rem;}}.content-section__hero .button{margin-top:0.75rem;}@media screen and (max-width:959px){.content-section__hero .button{width:100%;}}.content-section__hero .gcma-code:not(:first-child){margin-top:0.75rem;}.content-section__hero .gcma-code:not(:last-child){margin-bottom:0.75rem;}
.content-section__image{display:flex;flex-flow:row wrap;gap:1rem;}@media screen and (min-width:960px){.content-section__image{flex-flow:row nowrap;gap:1.5rem;}}.content-section__image .image-container{flex:1 1 calc(50% - 2rem);}@media screen and (min-width:960px){.content-section__image .image-container{min-width:calc((100% / 3) - 3rem);}}.content-section__image .image-container img{display:block;width:100%;height:100%;object-fit:cover;}
.image-background-section{padding-top:5rem;padding-bottom:5rem;margin-bottom:5rem;color:var(--foreground-color,var(--color-light));background-image:var(--bg-mobile);background-size:cover;background-position:center center;}@media screen and (min-width:960px){.image-background-section{background-image:var(--bg-desktop,var(--bg-mobile));}}.image-background-section a:not(.button){color:var(--foreground-color,var(--color-light));text-decoration:underline;}.image-background-section>*:first-child{margin-top:0;}.image-background-section>*:last-child{margin-bottom:0;}:
.tag-pill{display:inline-flex;padding-top:0.125rem;padding-bottom:0.125rem;padding-left:0.75rem;padding-right:0.875rem;align-items:center;gap:0.25rem;border-radius:var(--radius__rounded);background-color:rgba(255,255,255,0.60);color:var(--color-low__dark);}.tag-pill svg,.tag-pill img{width:1.5rem;height:1.5rem;}.tag-pill .label{flex-shrink:0;font-weight:600;max-width:calc(100% - 1.5rem);word-wrap:break-word;}
.content-section__text,.text-paragraph{color:var(--color-low__medium);margin-bottom:1.5rem;}.content-section__text .section-title{font-weight:600;margin-bottom:1.75rem;color:var(--color-low__dark);}@media screen and (min-width:960px){.content-section__text .section-title{margin-bottom:1.5rem;}}.content-section__text>*:not(:last-child),.text-paragraph>*:not(:last-child){margin-bottom:1.5rem;}.content-section__text>*:last-child,.text-paragraph>*:last-child{margin-bottom:0;}
.hero-content .hero-title{font-weight:600;}.hero-content .hero-description{display:flex;flex-flow:column nowrap;gap:0.75rem;}.hero-content .hero-description strong{font-weight:600;}.hero-content .hero-description a{color:var(--hero-foreground-color);text-decoration:underline;}
.content-section__2-columns{display:flex;flex-flow:column nowrap;align-items:flex-start;gap:2rem;}@media screen and (min-width:960px){.content-section__2-columns{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:1.5rem;}.content-section__2-columns._inverted{flex-flow:row-reverse nowrap;}}.content-section__2-columns .column{display:flex;flex-flow:column nowrap;align-items:flex-start;gap:1.5rem;width:100%;}@media screen and (min-width:960px){.content-section__2-columns .column{flex-basis:50%;flex-shrink:1;width:50%;max-width:34rem;}}.content-section__2-columns h1,.content-section__2-columns h2,.content-section__2-columns h3,.content-section__2-columns h4,.content-section__2-columns h5,.content-section__2-columns h6{font-weight:600;color:var(--foreground-color,var(--color-low__dark));}
:root{--color-primary:#0EBDB4;--color-primary-rgb:14,189,180;--color-primary__dark:#08716C;--color-primary__darker:#043936;--color-primary__light:#88DAD6;--color-primary__lighter:#CBF2F0;--color-secondary:#66BB6E;--color-secondary-rgb:102,187,110;--color-secondary__dark:#47834D;--color-secondary__darker:#294B2C;--color-secondary__light:#94CF9A;--color-secondary__lighter:#D1EBD4;--color-accent-orange:#FFCB95;--color-accent-orange__dark:#492D0F;--color-accent-orange__light:#FFEBD6;--color-accent-purple:#C4ABFA;--color-accent-purple__dark:#4F3A7C;--color-accent-purple__light:#F4EFFF;--color-accent-yellow:#FFE375;--color-accent-yellow__dark:#4A411B;--color-accent-yellow__light:#FDF4CE;--color-accent-pink:#E89AAD;--color-accent-pink__dark:#572330;--color-accent-pink__light:#F7DDE3;--color-accent-beige:#F9E9DC;--color-accent-blue:#000DFF;--color-accent-blue__dark:#13176B;--color-accent-blue__light:#CCCFFF;--color-utility__link:#0064c1;--color-utility__error:#e11900;--color-utility__warning:#ffc043;--color-utility__success:#05a357;--color-low__dark:#00011D;--color-low__medium:#4F5063;--color-low__light:#7E7F93;--color-high__dark:#B8B9C9;--color-high__medium:#E2E2EB;--color-high__medium-rgb:226,226,235;--color-high__light:#F0F0F7;--color-high__light-rgb:240,240,247;--color-light:#FFFFFF;--shadow__small-top:0px 2px 4px -2px;--shadow__small-bottom:0px 4px 4px -2px;--shadow__medium:0px 8px 16px;--shadow__large:0px 16px 32px;--shadow__focus:0px 0px 0px 3px;--radius__0:0;--radius__4:0.25rem;--radius__8:0.5rem;--radius__12:0.75rem;--radius__rounded:1em;--border-radius-medium:var(--radius__8);--base-font__family:"Noto Sans",system-ui,sans-serif;--base-font__size:16px;--base-font__weight:400;--base-font__line-height:1.5;--base-font__letter-spacing:0.012em;--display__size:1.5rem;--display__line-height:1.25;--display__letter-spacing:0.01em;--display__weight:300;--h1__size:1.75rem;--h1__line-height:1.25;--h1__letter-spacing:0.01em;--h1__weight:400;--h2__size:1.5rem;--h2__line-height:1.25;--h2__letter-spacing:0.01em;--h2__weight:400;--h3__size:1.25rem;--h3__line-height:1.25;--h3__letter-spacing:0.01em;--h3__weight:400;--h4__size:1.125rem;--h4__line-height:1.25;--h4__letter-spacing:0.012em;--h4__weight:400;--small-font__size:0.875rem;--small-font__line-height:1.5;--small-font__letter-spacing:0.012em;--extra-small-font__size:0.75rem;--extra-small-font__line-height:1.5;--extra-small-font__letter-spacing:0.015em;--header-offset:160px;}@media screen and (min-width:960px){:root{--display__size:3rem;--display__letter-spacing:0.005em;--h1__size:2.5rem;--h2__size:2rem;--h3__size:1.5rem;--h4__size:1.25rem;--header-offset:140px;}}
