.spinner{animation:spinner 1.4s linear infinite;background:#fff;background:linear-gradient(90deg,#fff 10%,hsla(0,0%,100%,0) 42%);border-radius:50%;font-size:10px;height:12px;margin:0 auto;position:relative;text-indent:-9999em;transform:translateZ(0);width:12px}.spinner:before{background:#fff;border-radius:100% 0 0 0;height:50%;width:50%}.spinner:after,.spinner:before{content:"";left:0;position:absolute;top:0}.spinner:after{background:var(--color-blue-100);border-radius:50%;bottom:0;height:75%;margin:auto;right:0;width:75%}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.btn-preference-center,.input-container input[type=submit]{background-color:var(--um-primary-color);border:.0625rem solid transparent;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.019rem;line-height:1;outline:0;padding:.875rem 3.125rem;position:relative;text-align:center;transition:.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:160px}.btn-preference-center:hover,.input-container input[type=submit]:hover{opacity:.9}.btn-preference-center:disabled,.input-container input[type=submit]:disabled{cursor:default;opacity:.5}.btn-preference-center--outline{background-color:transparent;border:1px solid var(--um-border-color);color:var(--um-text-primary)}.btn-preference-center--outline:hover{background-color:var(--um-border-light);border-color:var(--um-text-primary)}.btn-preference-center--outline:disabled{background-color:transparent;opacity:.5}.btn-preference-center--loading .btn-preference-center__content{visibility:hidden}.btn-preference-center__spinner{left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.btn-preference-center--shadowed{box-shadow:var(--um-card-shadow)}.btn-preference-center--auto-width{width:auto}
.checkbox{--checkbox-size:28px;font-size:14px;position:relative}.checkbox__input{height:0;opacity:0;width:0}.checkbox__label{cursor:pointer;line-height:var(--checkbox-size);padding-left:var(--checkbox-size);position:relative}.checkbox__label,.checkbox__label:before{display:inline-block;height:var(--checkbox-size)}.checkbox__label:before{background:#fff;border:1px solid #d1d3d4;box-sizing:border-box;content:"";left:0;position:absolute;top:0;width:var(--checkbox-size)}.checkbox__label:after{border-bottom:2px solid;border-left:2px solid;color:#da291c;content:"";display:none;height:calc(var(--checkbox-size)/4);left:50%;position:absolute;top:50%;transform:translate3d(-50%,-67%,0) rotate(-45deg);width:calc(var(--checkbox-size)/2 - 2px)}.checkbox__label:empty{font-size:0}.checkbox__input:checked~.checkbox__label:after{display:block}.checkbox__input:focus~.checkbox__label:before{border-color:#da291c}.checkbox__label.disabled:after{color:#a6a6a6}.checkbox__disabled.checkbox__label:before{background:#ddd}[data-theme=dark] .checkbox__label:before{background:#2a2a2a;border-color:#555}[data-theme=dark] .checkbox__label:after{color:#f0883e}[data-theme=dark] .checkbox__input:focus~.checkbox__label:before{border-color:#f0883e}[data-theme=dark] .checkbox__disabled.checkbox__label:before{background:#333}
.modal{align-items:center!important;background-color:rgba(0,0,0,.5)!important;display:flex!important;height:100%!important;justify-content:center!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:9999!important}.modal .modal__container,.modal__container{background-color:var(--um-bg-primary)!important;border-radius:16px!important;bottom:auto!important;box-shadow:var(--um-card-shadow)!important;left:auto!important;margin:auto!important;max-height:90vh!important;max-width:500px!important;overflow:auto!important;position:relative!important;right:auto!important;top:auto!important;transform:none!important;width:85%!important}.modal .modal__heading,.modal__heading{background-color:transparent!important;background-image:none!important;background:none!important;border-bottom:none!important;display:flex!important;justify-content:flex-end!important;padding:8px 12px!important}.button-control-close,.modal .button-control-close{background-color:transparent!important;background-image:none!important;background:transparent!important;border:2px solid var(--um-text-primary)!important;border-radius:50%!important;cursor:pointer!important;font-size:0!important;height:40px!important;line-height:0!important;overflow:hidden!important;padding:0!important;position:relative!important;text-indent:-9999px!important;transition:all .2s!important;width:40px!important}.button-control-close:hover,.modal .button-control-close:hover{background-color:var(--um-border-light)!important;background-image:none!important}.button-control-close:after,.button-control-close:before,.modal .button-control-close:after,.modal .button-control-close:before{background-color:var(--um-text-primary)!important;content:""!important;display:block!important;height:2px!important;left:50%!important;position:absolute!important;top:50%!important;width:20px!important}.button-control-close:before,.modal .button-control-close:before{transform:translate(-50%,-50%) rotate(45deg)!important}.button-control-close:after,.modal .button-control-close:after{transform:translate(-50%,-50%) rotate(-45deg)!important}.modal .modal__body,.modal__body{background-color:var(--um-bg-primary)!important;color:var(--um-text-primary)!important;padding:0 20px 20px!important}.confirm-modal{max-width:550px!important}.confirm-modal__title{color:var(--um-text-primary)!important;font-size:20px!important;font-weight:600!important;margin:0 0 16px!important}.confirm-modal__description{margin-bottom:20px!important}.confirm-modal__description,.confirm-modal__description p{color:var(--um-text-primary)!important;font-size:16px!important;line-height:1.6!important}.confirm-modal__description p{margin:0 0 16px!important}.confirm-modal__description p:last-child{margin-bottom:0!important}.confirm-modal__description .input-container{margin:12px 0!important}.confirm-modal__description .input-container label{color:var(--um-text-primary)!important;display:block!important;font-size:16px!important;font-weight:500!important;margin-bottom:8px!important}.confirm-modal__description .input-container input{background-color:var(--um-bg-primary)!important;border:1px solid var(--um-border-color)!important;border-radius:4px!important;color:var(--um-text-primary)!important;font-size:16px!important;padding:12px!important;width:100%!important}.confirm-modal__description .input-container input:focus{border-color:var(--um-primary-color)!important;outline:none!important}.confirm-modal__description .form-error{background-color:rgba(244,67,54,.1)!important;border-radius:4px!important;color:var(--um-error-color)!important;font-size:16px!important;margin-bottom:12px!important;padding:10px!important}.confirm-modal__footer{display:flex!important;gap:16px!important;justify-content:center!important}.confirm-modal__line{display:none!important}.confirm-modal__footer .btn-preference-center{border-radius:8px!important;font-size:14px!important;min-width:140px!important;padding:12px 24px!important}.confirm-modal__footer .btn-preference-center__content{font-size:14px!important;line-height:1.4!important}.confirm-modal__footer .btn-preference-center--outline{background-color:transparent!important;border:2px solid var(--um-border-color)!important;color:var(--um-text-primary)!important}.confirm-modal__footer .btn-preference-center--outline:hover{background-color:var(--um-border-light)!important;border-color:var(--um-text-primary)!important;color:var(--um-text-primary)!important}.confirm-modal__footer .btn-confirm{background-color:var(--um-primary-color)!important;border:none!important;color:#fff!important;margin-left:0!important}.confirm-modal__footer .btn-confirm:hover{opacity:.9!important}html.mwg-theme .confirm-modal__description{font-size:16px!important;line-height:1.6!important}html.mwg-theme .confirm-modal__footer button{font-size:14px!important;padding:12px 24px!important}@media (color-index:70){html:not([data-theme=dark]) .modal .modal__body,html:not([data-theme=dark]) .modal .modal__container,html:not([data-theme=dark]) .modal__body,html:not([data-theme=dark]) .modal__container{background-color:#e3e8ed!important}html:not([data-theme=dark]) .confirm-modal__description .input-container input{background-color:#f5f5f5!important}}@media (color:70318723){html:not([data-theme=dark]) .modal .modal__body,html:not([data-theme=dark]) .modal .modal__container,html:not([data-theme=dark]) .modal__body,html:not([data-theme=dark]) .modal__container{background-color:#e3e8ed!important}html:not([data-theme=dark]) .confirm-modal__description .input-container input{background-color:#f5f5f5!important}}@media (prefers-color-scheme:light){html:not([data-theme=dark]) .modal .modal__body,html:not([data-theme=dark]) .modal .modal__container,html:not([data-theme=dark]) .modal__body,html:not([data-theme=dark]) .modal__container{background-color:#e3e8ed!important}html:not([data-theme=dark]) .confirm-modal__description .input-container input{background-color:#f5f5f5!important}}
.reset-password-modal{max-width:600px}.reset-password-modal__description{color:var(--um-text-secondary);font-size:.875rem;line-height:1.125rem;margin-bottom:2.5rem}.reset-password-modal__input-wrapper{align-items:center;display:flex}.reset-password-modal__renew-button{background:none;cursor:pointer;margin-left:20px}.reset-password-modal__renew-button span{font-size:30px}.reset-password-modal__footer{text-align:center}.reset-password-modal__footer .btn-confirm{margin-left:1rem}.reset-password-modal__toggle-is-temp.checkbox{--checkbox-size:16px;font-size:var(--checkbox-size);position:relative}.reset-password-modal__toggle-is-temp .checkbox__input{display:none}.reset-password-modal__toggle-is-temp .checkbox__label{align-items:center;display:flex;margin:var(--checkbox-size) 0;padding-left:calc(var(--checkbox-size)*1.5)}.reset-password-modal__toggle-is-temp .checkbox__label:before{margin-right:calc(var(--checkbox-size)/2)}.reset-password-modal__toggle-is-temp .checkbox__input:checked~.checkbox__label:after{left:calc(var(--checkbox-size)/2);position:absolute}
.phonetic-password-modal{max-width:600px}.phonetic-password-modal__description{color:var(--um-text-secondary);font-size:1rem;line-height:1.25rem;margin-bottom:2.5rem}.phonetic-password-modal__description ol{margin:1rem 2rem}.phonetic-password-modal__description ol li{margin-bottom:.375rem}.phonetic-password-modal__footer{align-items:center;text-align:center}
.switch{--switch-color-active:#5ca755;--switch-color-inactive:#ddd}.switch__toggle{border:1px solid #fff;border-radius:24px;cursor:pointer;display:inline-block;position:relative;transition:background .3s ease,border-color .3s ease;width:40px}.switch__toggle,.switch__toggle:before{background:var(--switch-color-inactive);box-sizing:border-box;height:24px}.switch__toggle:before{border:1px solid #fff;border-radius:50%;content:"";display:block;left:0;margin:-1px 0 0 -1px;position:absolute;top:0;transition:left .3s ease,background .3s ease;width:24px}.switch__input:checked~.switch__toggle{background:var(--switch-color-active);border-color:var(--switch-color-active)}.switch__input:checked~.switch__toggle:before{background:#fff;border-color:var(--switch-color-active);left:calc(100% - 22px)}.switch__input{height:0;opacity:0;width:0}.switch__input:focus~.switch__toggle:before{border-color:#da291c}[data-theme=dark] .switch{--switch-color-active:#f0883e;--switch-color-inactive:#404040}[data-theme=dark] .switch__toggle{border-color:#555}[data-theme=dark] .switch__input:focus~.switch__toggle:before{border-color:#f0883e}
.tab-row{border-bottom:1px solid var(--um-border-color);display:flex;width:100%}.tab-button{background-color:var(--um-bg-primary);border:1px solid var(--um-border-color);color:var(--um-text-primary);cursor:pointer;font-size:14pt;line-height:2.5rem;min-width:250px;outline:0;padding:4px 24px;text-align:center;transition:.3s ease-in-out}.tab-button:hover{opacity:.8}.tab-button.active,.tab-button:hover{background-color:#da291c;border-color:#da291c;color:#fff;transition:.3s ease-in-out}html.mwg-theme .tab-button{line-height:40px}html.mwg-theme .preference-center-footer button{font-size:16px}
.toast{background:#eee;border-radius:3px;bottom:1rem;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);color:#333;left:50%;padding:8px;position:absolute;transform:translateX(-50%);z-index:9999}.toast-success{background:#5ca755;color:#fff}.toast-error{background:#e74c3c;color:#fff}
.paragraph{color:#000;font-size:.75rem;margin:0}
.preference{color:#000;font-size:.75rem}.preference__header{align-items:center;display:flex;flex:1 1 auto}.preference__title{font-weight:700;line-height:1.5rem;padding-right:.25rem}.preference__description{color:#737373;line-height:1rem;margin:1rem 0 0}.preference__content{display:flex;flex:0 1 auto;flex-wrap:nowrap;margin-left:auto}html.mwg-theme .preference__title{font-size:12px}html.mwg-theme header.preference__header{padding:0}html.mwg-theme .preference__description{line-height:16px}
.update-modal__title{font-size:1.625rem;margin:0}.update-modal__description{color:#737373;font-size:.875rem;line-height:1.125rem;margin-bottom:2.5rem;margin-top:1rem}.update-modal__footer{text-align:center}.update-modal__line{border-top:1px solid #737373;margin:.625rem 0}@media (min-width:601px){.update-modal__line{margin:1rem 0}}html.mwg-theme .modal .update-modal__title{font-size:26px;letter-spacing:-1px}html.mwg-theme .modal .update-modal__description{font-size:14px;line-height:18px}
.preference-settings-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.preference-settings-loading__title{font-size:2.5rem;font-weight:400;line-height:1;margin:0}.preference-settings-loading__description{font-size:1rem;margin:1rem 0}.preference-settings-loading__spinner-wrapper{height:75px;position:relative;width:75px}.preference-settings-loading__spinner{animation:preference-settings-rotate 2s linear infinite;height:100%;margin:auto;transform-origin:center center;width:100%}.preference-settings-loading__spinner-icon{font-size:2.2rem;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-55%,0)}.preference-settings-loading__spinner-circle{stroke-dasharray:150,200;stroke-dashoffset:-10;stroke-linecap:round;animation:preference-settings-dash 1.5s ease-in-out infinite}@keyframes preference-settings-rotate{to{transform:rotate(1turn)}}@keyframes preference-settings-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}html.mwg-theme .preference-settings-loading__title{font-size:40px;font-weight:400;letter-spacing:-1px}html.mwg-theme .preference-settings-loading__description{font-size:16px;margin:16px 0}html.mwg-theme .preference-settings-loading__spinner-icon{font-size:35px}
*{box-sizing:border-box;margin:0}.hidden{display:none!important}
.section{background:var(--um-bg-primary)}.section__header{align-items:center;color:var(--um-text-primary);display:flex;font-size:.85rem;font-weight:700;padding:1.5rem;text-transform:uppercase}@media (min-width:601px){.section__header{font-size:1.2rem}}@media (min-width:992px){.section__header{padding:1.75rem 2rem}}.section__content-wrapper{display:none;overflow:hidden}.section--open .section__content-wrapper{display:block}.section__content{padding:0 1.5rem 1.5rem}@media (min-width:992px){.section__content{padding:0 2rem 2rem}}
.email-preferences-input__base-control{display:inline-flex;flex-direction:column;padding:1.75rem 0 0;width:100%}.email-preferences-input__container:before{border-bottom:1px solid rgba(0,0,0,.42);bottom:0;content:"\00a0";left:0;pointer-events:none;position:absolute;right:0;transition:border-bottom-color .2s cubic-bezier(.4,0,.2,1) 0ms}.email-preferences-input__container:hover:before{border-bottom:2px solid rgba(0,0,0,.87)}.email-preferences-input__container{-webkit-font-smoothing:antialiased;align-items:center;box-sizing:border-box;color:rgba(0,0,0,.87);cursor:text;display:inline-flex;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.00938em;line-height:1.1876em;margin-top:16px;position:relative;width:100%}.email-preferences-input__container input{border:0;color:currentColor;font:inherit;min-width:0;outline:0;padding:6px 0 7px;width:100%}.email-preferences-input__label{color:#000;font-size:.9rem;font-weight:600;line-height:1}.email-preferences-input__error{color:#f44336;font-size:.75rem;font-weight:500;margin:3px 0 0;text-align:center}.email-preference-input__view-preferences-button{display:none;margin:32px 0 0 15rem}.email-preference-input__view-preferences-mobile-button{font-size:.75rem;width:100%}@media (min-width:992px){.email-preference-input__view-preferences-mobile-button{width:auto}.email-preference-input__view-preferences-button{display:block}}
.email-preferences-form__preference{border-bottom:1px solid #d1d3d4;padding:16px 0}@media (min-width:992px){.email-preferences-form__preference{padding:2rem 0}}.email-preferences-form__preference:first-child{padding-top:0}.email-preferences-form__multi-paragraph--unsubscribe{margin-top:16px}.email-preferences-form__section-footer{display:none;text-align:right}@media (min-width:992px){.email-preferences-form__section-footer{display:block}}.email-preferences-form__preference-checkbox{--checkbox-size:24px;line-height:0}.email-preferences-form__save-button{font-size:.75rem;width:100%}.email-preferences-form__multi-paragraph{margin:16px 0}@media (min-width:992px){.email-preferences-form__save-button{width:auto}.email-preferences-form__multi-paragraph:first-child{margin-top:2rem}}.email-preferences-form__multi-paragraph:last-child{margin-bottom:0}.email-preferences-form__unsubscribe-link{cursor:pointer}.email-preferences-form__multi-paragraph--gray-note{color:#737373;font-size:.75rem}html.mwg-theme .email-preferences-form__section-footer{padding-top:32px}@media (min-width:992px){html.mwg-theme .email-preferences-form__preference{padding:32px 0}}
.email-preferences__mobile-footer,html.mwg-theme footer.email-preferences__mobile-footer{background:#f4f4f4;bottom:0;left:0;padding:16px 0;position:sticky;right:0;z-index:1}@media (min-width:992px){.email-preferences__mobile-footer{display:none}}html.mwg-theme .email-preferences__mobile-footer .email-preference-input__view-preferences-mobile-button,html.mwg-theme .email-preferences__mobile-footer .email-preferences-form__save-button{width:100%}
.email-preferences{margin:0 auto;max-width:1170px;padding-bottom:32px;width:100%}.email-preferences .email-preferences__header{margin:0 0 1rem;padding:0}@media (min-width:992px){.email-preferences .email-preferences__header{margin-bottom:1rem}}.email-preferences h1.email-preferences__title{font-size:2rem;font-weight:400;letter-spacing:normal;margin:15px 0}@media (min-width:476px){.email-preferences .email-preferences__title{font-size:2.5rem}}@media (min-width:601px){.email-preferences .email-preferences__title{font-size:3rem;margin-top:0}}.email-preferences__row{display:flex}.email-preferences__col{flex:1 1 50%}.email-preferences__col--image{display:none;margin-right:48px;position:relative}@media (min-width:992px){.email-preferences__col--image{display:block}}.email-preferences__col--sections{width:100%}@media (min-width:992px){.email-preferences__col--sections{width:auto}}.email-preferences__image-wrapper{position:sticky;top:2rem}.email-preferences__image{display:block;height:auto;width:100%}.email-preferences .email-preferences__image-text{bottom:4.5rem;color:#fff;font-size:2.5rem;left:2.5rem;line-height:3.5rem;margin:0;position:absolute;right:2.5rem}@media (min-width:1150px){.email-preferences .email-preferences__image-text{bottom:5.5rem;font-size:3.25rem;left:3rem;line-height:4rem;right:3rem}}.email-preferences-mail-icon{display:none;font-size:2rem;margin-right:.75rem}@media (min-width:375px){.email-preferences-mail-icon{display:inline-block}}html.mwg-theme .email-preferences{max-width:none;padding:0 51px 32px}@media (max-width:1023px){html.mwg-theme .email-preferences{padding:0 20px 32px}}html.mwg-theme .email-preferences h1.email-preferences__title{font-size:32px}html.mwg-theme .email-preferences__image-text{bottom:80px;font-size:52px;left:48px;letter-spacing:-1px;line-height:64px;right:48px}html.mwg-theme .email-preferences__col--sections .section{padding:16px}html.mwg-theme .email-preferences__col--sections .section__header{font-size:19px;padding:16px}html.mwg-theme .email-preferences__col--sections .section__content label{font-size:14px;margin-top:16px}html.mwg-theme .email-preferences__col--sections .section__content p{font-size:12px}html.mwg-theme .email-preferences__col--sections .section__content input{font-size:16px}html.mwg-theme .email-preferences__col--sections .icon-email{color:var(--color-black-70);font-size:32px}html.mwg-theme .email-preferences__col--sections .section__header .icon-email{margin-right:12px}html.mwg-theme .email-preferences__col--sections .section__content .paragraph{font-size:12px}html.mwg-theme .email-preferences__col--sections .section__content .btn-preference-center{font-size:16px}html.mwg-theme .email-preferences-input__view-preferences-button-wrapper{display:flex;justify-content:flex-end}@media (max-width:991px){html.mwg-theme .email-preferences-input__view-preferences-button-wrapper{display:none}}html.mwg-theme .email-preferences__mobile-footer button{font-size:12px;padding:12px 40px}html.mwg-theme html.mwg-theme a[\:not-has\(svg\)][\:not-has\(img\)]{z-index:0}html.mwg-theme html.mwg-theme a:not(:has(svg)):not(:has(img)){z-index:0}html.mwg-theme footer.email-preferences-form__section-footer{padding-left:0;padding-right:0}
#app .app__container{background:var(--um-bg-body);margin:auto;max-width:1440px;padding:3rem 1.25rem 0}@media (max-width:991px){#app .app__container{padding:1.5rem 1.25rem 0}}
