.accordion{display:flex;flex-direction:column}.accordion__item{display:flex;flex-direction:column;border-top:1px solid rgba(51,63,72,.2)}.accordion__trigger{all:unset;appearance:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;margin:0;line-height:1;cursor:pointer;position:relative;z-index:0;background:#fff;font-weight:bold;color:#58595b}.accordion__trigger::before{content:"";z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;transition:.35s ease}.accordion__trigger::after{content:"";flex:0 0 .5rem;height:.5rem;width:.5rem;border-bottom:2px solid;border-right:2px solid;color:#4a0d66;transform:translateY(-2px) rotate(45deg);transition:.2s ease}.accordion__trigger:hover:before{background:#4a0d66}.accordion__trigger[data-active]{color:#fff}.accordion__trigger[data-active]:after{color:#fff}.accordion__trigger[data-active]:before{opacity:1;background:#4a0d66}.accordion__trigger[data-active]::after{transform:rotate(-135deg)}.accordion__content{display:flex;flex-direction:column}.accordion__content-inner{padding:2rem;background:#f3f3f3;color:#58595b}.accordion__content-inner a{text-decoration:underline}.accordion__content-inner>*:last-child{margin-bottom:0}.accordion__content-inner .btn{margin:0 1rem 1rem 0}.accordion__content-inner .btn:last-child{margin-right:0}.composition--fill-light .accordion .accordion__trigger,.composition--fill-dark .accordion .accordion__trigger{background:rgba(0,0,0,0)}.composition--fill-light .accordion .accordion__trigger::after,.composition--fill-dark .accordion .accordion__trigger::after{color:inherit}.composition--fill-light .accordion .accordion__content-inner{background:rgba(255,255,255,.5)}.composition--fill-dark .accordion .accordion__item{border-top:1px solid rgba(255,255,255,.2)}.composition--fill-dark .accordion .btn--ghost{color:inherit}
.alert{display:none !important;grid-template-columns:1fr;grid-template-rows:0fr;background:#1e90ff;transition:grid-template-rows .2s ease}.alert.visible,.alert--is-static{grid-template-rows:1fr}.alert--is-static .alert__close{display:none}.alert__track{display:flex;flex-direction:column;overflow:hidden}.alert__inner{display:grid;grid-template-columns:minmax(0, 1fr) minmax(min-content, max-content) minmax(0, 1fr);gap:1rem;padding:.85rem 1.5rem .85rem .85rem;flex:1 1 100%}.alert__content{grid-area:1/2/2/3;color:#fff;font-family:700;font-size:1.125rem;display:flex;justify-content:center;align-items:center}.alert__content span *{color:inherit;margin:0}.alert__content span *:where(a){text-decoration:underline}.alert__close{grid-area:1/3/2/4;display:flex;justify-content:center;align-items:center;justify-self:end;padding:0;appearance:none;background:none;border:none;color:#fff;transition:.2s ease;cursor:pointer;margin-bottom:-2px;font-size:1.5rem}.alert__close:hover,.alert__close:focus{transform:rotate(90deg)}
.footer__scroll{all:unset;appearance:none;cursor:pointer;transition:.2s ease;padding:.5rem 1rem;color:#fff;display:flex;justify-content:center;align-items:center;gap:.5rem;text-transform:uppercase;text-align:center;background:#35054b;font-weight:700}.footer__scroll::before{content:"";height:0;width:0;border-inline:.325rem solid rgba(0,0,0,0);border-bottom:.45rem solid;border-radius:.125rem;transition:.2s ease}.footer__scroll:hover{background:#240333}.footer__scroll--fixed{position:fixed;bottom:0;right:50%;z-index:99;display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;height:30px;padding:.5rem .75rem;visibility:hidden;opacity:0;font-size:.875rem;border-radius:4px 4px 0 0;transform:translateX(50%)}.footer__scroll--fixed.is-active{visibility:visible;opacity:1}
.app-banner{display:flex;flex-direction:column}.app-banner__inner{display:grid;grid-template-columns:1fr;grid-template-rows:max-content;position:relative;z-index:0}.app-banner__inner::before{content:"";z-index:-1;pointer-events:none;position:relative;padding-top:35.7142857143%;grid-area:1/1/2/2}.app-banner__background{position:absolute;height:100%;width:100%;z-index:-1;display:flex;justify-content:center;flex-direction:column;align-items:center}.app-banner__background img{object-fit:contain}.app-banner__background-image{height:100%;width:100%;z-index:1}.app-banner__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;grid-area:1/1/2/2}.app-banner__content{gap:1.25rem}@media screen and (min-width: 20rem){.app-banner__content{gap:calc(1.25rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-banner__content{gap:1.75rem}}.app-banner__content{padding:1.5rem}@media screen and (min-width: 20rem){.app-banner__content{padding:calc(1.5rem + 0.75*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-banner__content{padding:2.25rem}}.app-banner__content ul,.app-banner__content ol{padding-left:1.5rem}.app-banner__content li{text-align:left}.app-banner__heading,.app-banner__copy{max-width:800px;margin:0}.app-banner__eyebrow{margin-bottom:0;text-transform:uppercase;font-weight:700;font-size:1.375rem;color:#4a0d66}.app-banner__eyebrow{font-size:1.375rem}@media screen and (min-width: 20rem){.app-banner__eyebrow{font-size:calc(1.375rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-banner__eyebrow{font-size:1.625rem}}.app-banner__heading{color:#4a0d66}.app-banner__heading{font-size:2rem}@media screen and (min-width: 20rem){.app-banner__heading{font-size:calc(2rem + 1.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-banner__heading{font-size:3.125rem}}.app-banner__subheading{display:flex;flex-direction:column;align-items:center}.app-banner__subheading a{text-decoration:underline}.app-banner__copy{display:flex;flex-direction:column;align-items:center}.app-banner__copy{font-size:1.125rem}@media screen and (min-width: 20rem){.app-banner__copy{font-size:calc(1.125rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-banner__copy{font-size:1.625rem}}.app-banner__copy a{text-decoration:underline}.app-banner__cta-list{margin-top:.75rem;gap:1rem;display:flex;flex-direction:column}@media(min-width: 768px){.app-banner__cta-list{flex-direction:row;gap:1rem}}.app-banner__outer{display:flex;flex-direction:column;gap:.5rem;padding:0 1.5rem;width:100%;background:#f3f3f3;color:#58595b;font-size:.875rem}.app-banner__outer{padding:.875rem}@media screen and (min-width: 20rem){.app-banner__outer{padding:calc(0.875rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-banner__outer{padding:1.125rem}}.app-banner__author{margin:0;font-weight:700;line-height:1}.app-banner__date{margin:0;line-height:1;font-style:italic}.composition--fill-purple .app-banner__eyebrow,.composition--fill-purple .app-banner__heading,.composition--fill-purple .app-banner__subheading{color:#fff}.app-banner--secondary{overflow:hidden}.app-banner--secondary .app-banner__heading{display:inline-block;position:relative;padding:0 13px}.app-banner--secondary .app-banner__heading{font-size:1.25rem}@media screen and (min-width: 20rem){.app-banner--secondary .app-banner__heading{font-size:calc(1.25rem + 0.875*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-banner--secondary .app-banner__heading{font-size:2.125rem}}.app-banner--secondary .app-banner__heading:before{left:-9999px;right:100%;display:block;content:"";position:absolute;top:50%;border-top:1px solid #bcbec0}.app-banner--secondary .app-banner__heading::after{right:-9999px;left:100%;display:block;content:"";position:absolute;top:50%;border-top:1px solid #bcbec0}.app-banner--secondary .app-banner__content{gap:1rem}.app-banner--secondary .app-banner__subheading{font-size:22px}.app-banner--secondary .app-banner__cta{font-size:22px;color:#4a0d66;font-weight:700;text-decoration:underline}.app-banner--secondary .app-banner__cta:hover{color:#8106b9}.app-banner--secondary .app-banner__inner::before{display:none}.composition--fill-purple .app-banner--secondary .app-banner__cta{color:#fff}.composition--fill-purple .app-banner__cta:hover{color:#fff}.app-banner--only-image{z-index:1;display:flex;justify-content:center;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:none;min-height:fit-content;width:100vw;overflow:hidden}@media(min-width: 992px){.app-banner--only-image{min-height:240px}}@media(min-width: 1200px){.app-banner--only-image{min-height:290px}}@media screen and (min-width: 1400px){.app-banner--only-image{min-height:350px}}.app-banner--only-image .app-banner__inner::before{display:none}.app-banner--only-image .app-banner__background{position:relative;align-items:center}.app-banner--only-image .app-banner__background img{object-fit:cover;width:100%;height:100%}.app-banner--only-image .app-banner__background picture{width:100%}.app-banner--only-image-big .app-banner__inner::before{display:none}.app-banner--only-image-big .app-banner__background{align-items:center;position:relative}
.breadcrumbs{position:relative;display:block;padding:30px 0 0}.breadcrumbs:before{content:"";position:absolute;top:0;left:50%;width:100vw;height:30px;background-image:url("/img/template-images/texture-logo-pattern.webp");transform:translateX(-50%)}.breadcrumbs__nav{display:flex;align-items:center;justify-content:center;max-width:64rem;padding:0 1rem;background:#fff;margin:auto}.breadcrumbs__inner{display:flex;max-width:100%;margin-bottom:20px;padding:10px;background:#f1f2f2;text-align:center}@media(max-width: 767px){.breadcrumbs__inner{flex-wrap:wrap;justify-content:center;row-gap:.25rem}}@media(min-width: 768px){.breadcrumbs__inner{display:flex;width:fit-content;overflow:hidden;white-space:nowrap}}.breadcrumbs__inner li{display:flex;overflow:hidden}.breadcrumbs__inner li>:last-child{display:inline-block;max-width:100%;text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.breadcrumbs__inner li:hover>:last-child{width:auto;overflow:visible}.breadcrumbs__sep{padding:0 10px}.breadcrumbs__sep svg{position:relative;top:1px;width:6px;height:auto}.breadcrumbs__nav-item,.breadcrumbs__nav-current{font-size:1rem}@media(min-width: 768px){.breadcrumbs__nav-item,.breadcrumbs__nav-current{font-size:1.125rem}}.breadcrumbs__nav-item{position:relative;flex:0 auto;flex-shrink:1000;overflow:hidden;text-overflow:ellipsis;transition:transform ease-in-out .3s;white-space:nowrap}@media(min-width: 768px){.breadcrumbs__nav-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;flex-shrink:1000}}@media(max-width: 767px){.breadcrumbs__nav-item{max-width:35%}}.breadcrumbs__nav-item:hover{flex:1 0 auto}.breadcrumbs__nav-item:first-child .breadcrumbs__sep{display:none}.breadcrumbs__nav-item a{color:#21615a;text-decoration:underline}.breadcrumbs__nav-current{display:inline-block;color:#58595b}@media(min-width: 992px){.breadcrumbs__nav-current{min-width:fit-content}}
.app-chapter-hero{position:relative;display:block}.app-chapter-hero::before{content:"";display:block;border-top:1px solid #fff;background-color:#4a0d66;width:100vw;height:100%;z-index:-1;position:absolute;top:0;left:50%;bottom:0;transform:translateX(-50%);max-width:100%}.app-chapter-hero__search{margin-bottom:3rem;padding:2rem 0;color:#fff;overflow:hidden}.app-chapter-hero__search-title{font-size:2rem;padding:0 1.5rem;position:relative;width:fit-content;margin:auto;font-weight:bold}.app-chapter-hero__search-title::before{content:"";display:block;position:absolute;top:50%;border-top:1px solid #fff;left:-9999px;right:100%}.app-chapter-hero__search-title::after{content:"";display:block;position:absolute;top:50%;border-top:1px solid #fff;left:100%;right:-9999px}.app-chapter-hero__search-inputs{display:flex;margin:1rem 0;gap:2rem;align-items:center;justify-content:center}@media(max-width: 767px){.app-chapter-hero__search-inputs{flex-wrap:wrap}}.app-chapter-hero__search-inputs input:not([type=checkbox],[type=radio],[type=file],[type=submit]),.app-chapter-hero__search-inputs textarea,.app-chapter-hero__search-inputs select{appearance:none;all:unset;border:2px solid #aaa;padding:.75rem 1rem;font-size:1.125rem;width:auto;max-width:100%;color:#222;line-height:1.5;box-sizing:border-box;transition:.1s ease;border-radius:6px;font-weight:700;background-color:#fff}.app-chapter-hero__search-inputs input:not([type=checkbox],[type=radio],[type=file],[type=submit])::placeholder,.app-chapter-hero__search-inputs input:not([type=checkbox],[type=radio],[type=file],[type=submit]).is-placeholder,.app-chapter-hero__search-inputs textarea::placeholder,.app-chapter-hero__search-inputs textarea.is-placeholder,.app-chapter-hero__search-inputs select::placeholder,.app-chapter-hero__search-inputs select.is-placeholder{color:#999}.app-chapter-hero__search-inputs input:not([type=checkbox],[type=radio],[type=file],[type=submit]):focus,.app-chapter-hero__search-inputs textarea:focus,.app-chapter-hero__search-inputs select:focus{border-color:#ffa400;box-shadow:0 0 .5rem rgba(34,34,34,.15),0 0 .75rem rgba(34,34,34,.05)}@media(max-width: 767px){.app-chapter-hero__search-inputs input:not([type=checkbox],[type=radio],[type=file],[type=submit]),.app-chapter-hero__search-inputs textarea,.app-chapter-hero__search-inputs select{width:100%}}.app-chapter-hero__search-inputs select{padding-right:2rem;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-size:.5rem;background-position:calc(100% - .75rem) center;background-repeat:no-repeat}.app-chapter-hero__search-inputs select option{font-style:normal;color:#222}.chapter-location{text-align:center;padding:2rem 0}.chapter-location__title{font-size:1.375rem;color:#4a0d66;font-weight:bold}.chapter-location__link{text-decoration:underline;cursor:pointer}
.state text{font-size:16px;fill:#58595b;color:#58595b;font-family:"HouschkaAltPro",Arial,sans-serif;font-weight:normal}#locationMap{max-width:100%;width:100%;height:auto}#locationMap .state{cursor:pointer}#locationMap .state path{fill:#d1d3d4;stroke:#f1f2f2}#locationMap .state path.darkText{stroke:rgba(0,0,0,0)}#locationMap .state .text{stroke:rgba(0,0,0,0);fill:#808285}#locationMap .state.noBorder path{stroke:#d1d3d4}#locationMap .state.noBorder:hover path{stroke:#4a0d66}#locationMap .state:hover path,#locationMap .state.on path{fill:#4a0d66}#locationMap .state:hover text,#locationMap .state.on text{fill:#fff}#locationMap .state:hover text.darkText,#locationMap .state.on text.darkText{fill:#359a8e}.chapter-picker .pagination{justify-content:center;gap:.5rem;margin-bottom:3rem}.pagination__pages{display:flex;gap:.5rem}.pagination__item{--size: 32px;--margin: 6px;display:flex;align-items:center;justify-content:center;margin:0;padding:0 6px;max-width:auto;min-width:var(--size);height:var(--size);color:#4a0d66;border:2px solid rgba(0,0,0,0);border-radius:.25rem;background:rgba(0,0,0,0);transition:all 100ms}.pagination__item:not(.disabled){cursor:pointer}.pagination__item:not(.disabled):hover{border:2px solid #4a0d66}.pagination__item:not(.disabled).active,.pagination__item:not(.disabled):active{background:#4a0d66;color:#fff}.pagination__item.disabled,.pagination__item[disabled]{color:#aaa}.chapter-picker__results{display:flex;flex-direction:column}@media(min-width: 992px){.chapter-picker__results{flex-shrink:0;width:clamp(20.75rem,11.152rem + 12.2549vw,28.875rem)}}.chapter-picker__results-container{margin-bottom:2rem}.chapter-picker__results__item{margin:0 0 2rem}@media(min-width: 992px){.chapter-picker__results__item{padding:0 1.5rem}}.chapter-picker__results__item a{display:flex;gap:.25rem}.chapter-picker__results__item i{margin-top:.375rem}.chapter-picker__results__item h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}@media(min-width: 992px){.chapter-picker__results__item h3{font-size:1.625rem}}.chapter-picker__results__item p{margin:0 0 .75rem;color:#58595b}.chapter-picker__results__item a,.chapter-picker__results__item a:visited{color:#4a0d66}.chapter-picker__results__item a:hover,.chapter-picker__results__item a:visited:hover{color:#359a8e;text-decoration:none}.chapter-picker__results__item a:hover h3,.chapter-picker__results__item a:visited:hover h3{text-decoration:underline}.chapter-wrapper{max-width:1400px;margin:0 auto}.chapter-picker{display:block;margin:0 auto 3rem;padding:1rem;max-width:90rem}@media(min-width: 992px){.chapter-picker__main{display:flex;width:100%}}.chapter-picker__filters{margin:0 0 3rem;text-align:center}@media(min-width: 992px){.chapter-picker__filters{flex:0 0 83.3333333333%;max-width:83.3333333333%;margin-left:8.3333333333%;margin:0 auto 4rem}}@media(min-width: 1200px){.chapter-picker__filters{flex:0 0 66.6666666667%;max-width:66.6666666667%;margin-left:16.6666666667%}}.chapter-picker__filters__title{margin:0 0 1rem;color:#222;font-size:1.125rem;font-weight:700;overflow:hidden}@media(min-width: 992px){.chapter-picker__filters__title{margin:0 0 1.5rem;font-size:1.375rem}}.chapter-picker__filters__title span{position:relative;display:inline-block;padding:0 1rem}.chapter-picker__filters__title span::before,.chapter-picker__filters__title span::after{content:"";display:block;top:50%;position:absolute;border-top:1px solid #808285}.chapter-picker__filters__title span::before{left:-9999px;right:100%}.chapter-picker__filters__title span::after{left:100%;right:-9999px}@media(min-width: 768px){.chapter-picker__filters__fields{display:flex;align-items:flex-start;justify-content:center}}.chapter-picker__filters__fields input[type=text]{appearance:none;width:100%;height:2.75rem;padding:0 1.5rem;color:#808285;line-height:2.75rem;font-weight:700;border:2px solid #888;border-radius:6px}@media(min-width: 768px){.chapter-picker__filters__fields input[type=text]{margin-bottom:0;height:50px;max-width:200px;min-width:200px;line-height:50px}}.chapter-picker__filters__fields .or{display:block;height:50px;padding:.5rem;color:#58595b;font-size:1.125rem;font-weight:700}@media(min-width: 768px){.chapter-picker__filters__fields .or{margin:0 1rem}}@media(min-width: 992px){.chapter-picker__filters__fields .or{margin:0 1.5rem;font-size:1.375rem}}@media(min-width: 768px){.chapter-picker__filters__fields input[type=submit]{height:2.75rem;margin-left:1rem}}@media(min-width: 992px){.chapter-picker__filters__fields input[type=submit]{margin-left:1.5rem}}.chapter-picker__filters__dropdownn{position:relative;margin:0 0 1rem;padding:0;border-radius:6px;border:2px solid #4a0d66}@media(min-width: 768px){.chapter-picker__filters__dropdownn{margin-bottom:0;width:200px}}.chapter-picker__filters__dropdownn::after{font-family:"icons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";position:absolute;top:50%;right:8px;display:block;color:#4a0d66;font-size:.75rem;transform:translate(0, -50%);pointer-events:none}@media speech{.chapter-picker__filters__dropdownn::after{display:none;visibility:hidden}}.chapter-picker__filters__dropdownn select{appearance:none;width:100%;height:46px;padding:0 1.5rem;color:#4a0d66;font-weight:700;background:rgba(0,0,0,0);border:none}.chapter-picker__map-area{display:none;margin:0 0 2rem}@media(min-width: 768px){.chapter-picker__map-area{display:block}}@media(min-width: 768px){.chapter-picker__map-area{flex-grow:1;border-right:1px solid #808285}}.chapter-picker__heading{margin:0 0 1.5rem;padding:0 0 9px;color:#222;font-size:1.125rem;font-weight:700;line-height:1.2;border-bottom:1px solid #808285}@media(min-width: 992px){.chapter-picker__heading{padding:0 1.5rem 1rem;font-size:1.375rem}}@media(min-width: 1200px){.chapter-picker__heading{padding:0 2.25rem 1rem}}@media(min-width: 992px){.chapter-picker__map-svg{padding:0 1.5rem}}@media(min-width: 1200px){.chapter-picker__map-svg{padding:0 2rem}}
.cookie-notice{position:fixed;left:0;right:0;bottom:0;padding:0;pointer-events:none;z-index:100;background:#58595b;color:#fff}.cookie-notice a{color:#fff;text-decoration:underline}.cookie-notice a:hover{text-decoration:none;color:#fff}.cookie-notice__modal{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:82rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;visibility:hidden;padding-block:0;opacity:0;height:0;overflow:hidden}@media(min-width: 84rem){.cookie-notice__modal{margin-right:auto;margin-left:auto;width:100%}}@media(min-width: 768px){.cookie-notice__modal{flex-direction:row;text-align:left;justify-content:space-between}}.cookie-notice__modal[data-active]{pointer-events:all;opacity:1;visibility:visible;height:auto;padding-block:2.5rem}.cookie-notice__modal-close{position:absolute;top:.5rem;right:.5rem;background:rgba(0,0,0,0);border:none;height:20px;width:20px;padding:0;cursor:pointer;color:inherit}.cookie-notice__modal-close::after,.cookie-notice__modal-close::before{content:"";position:absolute;height:4px;width:18px;border-radius:1px;background:currentColor;left:1px;top:calc(50% - 1px)}.cookie-notice__modal-close::after{transform:rotate(45deg)}.cookie-notice__modal-close::before{transform:rotate(-45deg)}.cookie-notice__modal-content{font-size:1rem;margin:0;text-align:left}.cookie-notice__modal-copy{margin-left:1ch}.cookie-notice__modal-btn[class][class][class]{background:#fff;color:#58595b;border:none;padding:.5rem 2rem;border-radius:.25rem;cursor:pointer;font-size:1rem;font-weight:700;transition:all .2s ease;text-transform:none;box-shadow:0 7px #808285;white-space:nowrap;top:0}.cookie-notice__modal-btn[class][class][class]:hover{top:2px;background:#fff;box-shadow:0 4px #808285}@media(max-width: 575px){.cookie-notice__modal-btn[class][class][class]{padding-left:0;padding-right:0;width:100%;display:block}}@media(max-width: 575px){.cookie-notice__modal-response{width:100%}}@media print{.cookie-notice{display:none}}
.event-card{display:flex;flex-direction:column;border-radius:.625rem;box-shadow:0 2px 4px rgba(0,0,0,.4);overflow:hidden;background:#fff}.event-card__media{display:flex;flex-direction:column;aspect-ratio:2/1}.event-card__image,.event-card__image img{width:100%;height:100%;object-fit:cover}.event-card__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#000}.event-card__content{padding-block:2.5rem}@media screen and (min-width: 20rem){.event-card__content{padding-block:calc(2.5rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.event-card__content{padding-block:3rem}}.event-card__content{padding-inline:1.5rem}@media screen and (min-width: 20rem){.event-card__content{padding-inline:calc(1.5rem + 1*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.event-card__content{padding-inline:2.5rem}}.event-card__title{color:#4a0d66;margin:0}.event-card__title{font-size:1.3875rem}@media screen and (min-width: 20rem){.event-card__title{font-size:calc(1.3875rem + 0.4875*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.event-card__title{font-size:1.875rem}}.event-card__title{margin-bottom:.875rem}@media screen and (min-width: 20rem){.event-card__title{margin-bottom:calc(0.875rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.event-card__title{margin-bottom:1rem}}.event-card__copy{margin:0}.event-card__copy{font-size:1.125rem}@media screen and (min-width: 20rem){.event-card__copy{font-size:calc(1.125rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.event-card__copy{font-size:1.25rem}}.event-card__date{font-size:1rem;line-height:1}.event-card__date{margin-top:1.5rem}@media screen and (min-width: 20rem){.event-card__date{margin-top:calc(1.5rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.event-card__date{margin-top:2rem}}.event-card__date span{text-align:center}.event-card__cta{font-size:1rem;line-height:1;text-decoration:underline}.event-card__cta{margin-top:.5rem}@media screen and (min-width: 20rem){.event-card__cta{margin-top:calc(0.5rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.event-card__cta{margin-top:.75rem}}
.feature{display:flex;flex-direction:column}@media(min-width: 992px){.feature{display:grid;grid-template-columns:1fr 1fr}}.feature--60-40{grid-template-columns:60% 40%}.feature--40-60{grid-template-columns:40% 60%}@media(min-width: 992px){.feature:not(.feature--flipped) .feature__media{grid-column-start:1}}@media(min-width: 992px){.feature:not(.feature--flipped) .feature__content{grid-column-start:2}}@media(min-width: 992px){.feature--flipped .feature__media{grid-column-start:2}}@media(min-width: 992px){.feature--flipped .feature__content{grid-column-start:1}}.feature--card{border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.4);overflow:hidden;background:#fff}@media(min-width: 992px){.feature--card{display:flex;flex-direction:column}}.swiper-slide .feature--card{height:100%}.feature--card .feature__media{min-height:0}.feature--card .feature__content{z-index:1;isolation:isolate;flex-grow:1;justify-content:start;color:#58595b}.feature--card:is(a){cursor:pointer}.feature--card:is(a):hover{text-decoration:none}.feature--card:is(a):hover .feature__image{opacity:.9}.feature--inline-bg{background-size:cover;background-position:center}.feature--inline-bg:after{content:"";position:absolute;z-index:0;display:block;inset:0;background:rgba(255,255,255,.75)}.feature--nav{display:flex;flex-direction:column;width:100%;gap:1.5rem;background:#4a0d66;color:#fff;border-radius:.25rem;text-align:center;cursor:pointer}.feature--nav .feature__content{color:#fff;align-items:center !important;text-align:center !important}.feature__media,.feature__content{display:flex;flex-direction:column;max-width:100%;overflow:hidden}@media(min-width: 992px){.feature__media,.feature__content{grid-column-end:span 1;grid-row:1/span 1}}.feature__media{min-height:100%;position:relative}.feature--card .feature__media{aspect-ratio:319/179;min-height:unset;width:100%;max-width:100%}.feature--nav .feature__media{aspect-ratio:16/9}@media(min-width: 992px){.feature--nav .feature__media{min-height:0}}.feature__image,.feature__video{object-fit:cover;object-position:50% 50%;height:100%;width:100%;border:none;transition:.2s ease;max-width:100%}.feature__image *,.feature__video *{max-width:100%}.feature__image img{display:block;object-fit:cover;object-position:50%;max-width:100%;width:100%;height:100%}.feature--default .feature__image *,.feature--text-left .feature__image *,.feature--text-right .feature__image *,.feature--flipped .feature__image *{object-fit:initial;object-position:initial;max-width:100%;width:100%;height:auto;aspect-ratio:unset}.feature__video iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:1}.feature__video::after{content:"";position:relative;overflow:hidden;width:100%;padding-top:56.25%;display:block}.feature__content{align-items:center;justify-content:start;text-align:center}.feature__content{padding:1.5rem}@media screen and (min-width: 20rem){.feature__content{padding:calc(1.5rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.feature__content{padding:2rem}}.feature__content li{text-align:left}.feature--nav .feature__content{padding:0;background:none;color:inherit;align-items:flex-start;justify-content:flex-start;text-align:left}.feature__eyebrow{margin-bottom:.75rem}.feature__title{line-height:1.25;margin:0 0 .75rem}.feature__title{font-size:1.5rem}@media screen and (min-width: 20rem){.feature__title{font-size:calc(1.5rem + 0.75*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.feature__title{font-size:2.25rem}}.feature--nav .feature__title{font-size:1.25rem}@media screen and (min-width: 20rem){.feature--nav .feature__title{font-size:calc(1.25rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.feature--nav .feature__title{font-size:1.625rem}}.feature--card .feature__title{font-size:1.25rem}@media screen and (min-width: 20rem){.feature--card .feature__title{font-size:calc(1.25rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.feature--card .feature__title{font-size:1.625rem}}.feature__copy{display:flow-root;display:block;margin:0 0 1rem;line-height:1.5;font-size:1.125rem}.feature__copy p img{margin:0 0 1rem;display:block}@media(min-width: 768px){.feature__copy p img{float:right;margin:1rem 0 1rem 1rem}}.feature__copy img{margin:1rem 0}.feature__copy dl{display:flex;flex-flow:row wrap;justify-items:flex-start;align-items:flex-start;width:100%;margin-left:-0.75rem;margin-right:-0.75rem;margin-bottom:1rem;opacity:.8}.feature__copy dl+dl{margin-top:-1rem}.feature__copy dt,.feature__copy dd{display:flex;align-items:center;flex:0 1 auto;padding:.5rem .75rem;margin:0;position:relative}.feature__copy dt{font-weight:700;font-size:1em;padding-right:0}.feature__copy dt+dd{padding-left:.5rem}.feature__copy dt:only-of-type{min-width:115px;width:115px}.feature__copy dd{font-size:1em}.feature__copy dd:not(:last-child)::before{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;max-height:2ch;margin:auto 0;background-color:palette(gray, 400)}.feature__copy blockquote{margin-right:0;margin-left:0}.feature__copy blockquote p{font-weight:400;font-family:"HouschkaAltPro",Arial,sans-serif;color:palette(gray, 900);margin:0 0 1.5rem}.feature__copy blockquote p::before{content:open-quote}.feature__copy blockquote p::after{content:close-quote}.feature__copy blockquote cite{font-style:normal;font-size:1rem;font-weight:700;display:block}@media(min-width: 992px){.feature__copy blockquote cite{display:inline-block}}.feature__copy strong,.feature__copy b{font-weight:700}.feature__copy em,.feature__copy i{font-style:italic}.feature__copy a{text-decoration:underline}.feature__copy li{margin-bottom:.5rem}.feature__copy>*:last-child{margin-bottom:0}.feature__copy>*{margin:0 0 1rem}.feature__copy a:not(.btn):not(.app-share__link){text-decoration:underline}.feature__copy-inline{display:flow-root;display:flex;flex-direction:column;align-items:start;gap:.75rem;margin:0 0 1rem;font-size:1.125rem;line-height:1.5}.feature__copy-inline p img{margin:0 0 1rem;display:block}@media(min-width: 768px){.feature__copy-inline p img{float:right;margin:1rem 0 1rem 1rem}}.feature__copy-inline img{margin:1rem 0}.feature__copy-inline dl{display:flex;flex-flow:row wrap;justify-items:flex-start;align-items:flex-start;width:100%;margin-left:-0.75rem;margin-right:-0.75rem;margin-bottom:1rem;opacity:.8}.feature__copy-inline dl+dl{margin-top:-1rem}.feature__copy-inline dt,.feature__copy-inline dd{display:flex;align-items:center;flex:0 1 auto;padding:.5rem .75rem;margin:0;position:relative}.feature__copy-inline dt{font-weight:700;font-size:1em;padding-right:0}.feature__copy-inline dt+dd{padding-left:.5rem}.feature__copy-inline dt:only-of-type{min-width:115px;width:115px}.feature__copy-inline dd{font-size:1em}.feature__copy-inline dd:not(:last-child)::before{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;max-height:2ch;margin:auto 0;background-color:palette(gray, 400)}.feature__copy-inline blockquote{margin-right:0;margin-left:0}.feature__copy-inline blockquote p{font-weight:400;font-family:"HouschkaAltPro",Arial,sans-serif;color:palette(gray, 900);margin:0 0 1.5rem}.feature__copy-inline blockquote p::before{content:open-quote}.feature__copy-inline blockquote p::after{content:close-quote}.feature__copy-inline blockquote cite{font-style:normal;font-size:1rem;font-weight:700;display:block}@media(min-width: 992px){.feature__copy-inline blockquote cite{display:inline-block}}.feature__copy-inline strong,.feature__copy-inline b{font-weight:700}.feature__copy-inline em,.feature__copy-inline i{font-style:italic}.feature__copy-inline a{text-decoration:underline}.feature__copy-inline li{margin-bottom:.5rem}.feature__copy-inline>*:last-child{margin-bottom:0}.feature__copy-inline>*{margin:0}.feature__copy-inline a:not(.btn):not(.app-share__link){text-decoration:underline}.feature__cta{margin:.5rem 0 0}.feature__cta.btn{color:#fff}.feature__cta.btn:hover{color:#fff}.feature__cta.btn>a{color:inherit}.wysiwyg .feature .feature__cta.btn>a{text-decoration:none}.feature__cta.btn>a:hover{text-decoration:none}.feature__cta--lg{font-size:1.375rem}.feature__tag:after{content:", "}.feature__tag:last-child::after{display:none}.feature--text-left .feature__content{align-items:flex-start;text-align:left}.feature--text-left .feature__copy{text-align:left}.feature--text-right .feature__content{align-items:flex-end;text-align:right}.feature--text-right .feature__copy{text-align:right}.feature__cta+.feature__cta{margin-top:1rem}.feature--border{position:relative}.feature--border:before{content:"";display:block;position:absolute;width:10px;top:0;left:0;bottom:0;border-radius:6px 0 0 6px;z-index:1;background:#4a0d66;background:linear-gradient(10deg, rgb(74, 13, 102) 0%, rgb(129, 6, 185) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#4A0D66", endColorstr="#8106b9",GradientType=1 )}.feature--border .feature__title{color:#4a0d66}.feature--border .feature__content{justify-content:center;text-align:left;align-items:flex-start}.feature--border .feature__content{padding:2.5rem}@media screen and (min-width: 20rem){.feature--border .feature__content{padding:calc(2.5rem + 0.625*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.feature--border .feature__content{padding:3.125rem}}.wysiwyg .feature--border{margin-left:3px;margin-right:3px;margin-bottom:1rem}.feature--bg-image{z-index:0}.feature--bg-image .feature__media{position:absolute;width:100%;height:100%;overflow:hidden;z-index:-1}.feature--bg-image .feature__image{opacity:.35;height:100%;width:100%}.feature--bg-image .feature__title{font-size:1.625rem}@media screen and (min-width: 20rem){.feature--bg-image .feature__title{font-size:calc(1.625rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.feature--bg-image .feature__title{font-size:2rem}}.feature--related .feature__content{display:block;text-align:left;align-items:flex-start}.feature--related .feature__copy{display:inline}.feature--related .feature__copy p{display:inline}.feature--related .feature__cta{display:inline;color:#359a8e;font-weight:700}.feature--card-short .feature__content{text-align:left;align-items:flex-start}.feature--card-short .feature__title{color:#4a0d66}.feature--card-short .feature__cta{font-weight:bold}@media(min-width: 768px){.feature--featured{display:grid;grid-template-columns:1fr 1fr}.feature--featured.feature--flipped .feature__media{grid-column-start:2}.feature--featured.feature--flipped .feature__content{grid-column-start:1;grid-row-start:1}}@media(min-width: 992px){.feature--featured.feature--flipped .feature__content{padding-top:6rem}}.feature--featured .feature__media::before{padding-top:100%}.feature--featured .feature__content{text-align:left;align-items:flex-start}.feature--featured .feature__content ul{text-align:left;list-style:disc;padding-left:1.5rem}.feature--featured .feature__content ol{text-align:left;list-style:decimal;padding-left:1.5rem}@media(min-width: 992px){.feature--featured .feature__image{padding-right:1rem;padding-bottom:1rem}}.feature--news .feature__title{font-size:1.375rem;font-weight:700}.feature--news .feature__title a{color:#4a0d66}.feature--news .feature__title a:hover{color:#359a8e}.feature--bg-gray{background-color:#f3f3f3}.feature--bg-gray a{color:#256d65}.feature--bg-gray a:hover{color:#222}.feature--bg-gray .btn a:hover{color:#fff}@media(min-width: 992px){.feature--testimonial .feature__content{padding:1rem 5rem}}.feature--testimonial .feature__title{font-size:1.375rem;font-weight:400}@media(min-width: 992px){.feature--testimonial .feature__title{font-size:1.625rem}}.feature--testimonial .feature__copy{display:flex;gap:.125rem;width:100%;margin-top:1rem;margin-bottom:0;font-size:1.125rem;font-weight:400}.feature--testimonial .feature__copy::before{content:"";width:80%;margin:0 auto;border-top:1px solid gray;display:block;margin-bottom:1rem}.feature--testimonial .feature__cta{font-weight:bold;margin-top:1rem}.feature--logo .feature__media{padding:1rem}@media(min-width: 768px){.feature--logo .feature__media{padding:1.5rem}}.feature--logo .feature__image *{object-fit:contain;max-height:220px}.feature--logo .feature__content{padding:0}.feature--logo .feature__title{font-size:1.375rem;color:#4a0d66;margin-bottom:2rem}a.feature--card.feature--logo:hover .feature__title{color:#359a8e}.feature--icon{background:none}.feature--icon .feature__media{padding:1rem;aspect-ratio:initial}@media(min-width: 768px){.feature--icon .feature__media{padding:1.5rem}}.feature--icon .feature__image *{object-fit:contain;max-height:100px}.feature--icon .feature__content{padding:0}.feature--icon .feature__title{font-size:1.375rem;color:#4a0d66;margin-bottom:.5rem}a.feature--card.feature--icon:hover .feature__title{text-decoration:underline;color:#359a8e}.feature--social .feature__title{color:#4a0d66}.feature--social .app-share__label{margin-bottom:.5rem}.feature--cta{display:block}.feature--cta .feature__title{font-weight:400;font-size:1.5rem}.feature--cta .feature__logo{max-width:450px}.feature--cta .feature__content{padding:1rem}.composition--fill-purple .feature--cta .feature__title a{color:#fff}.composition--fill-purple .feature--cta .feature__title a:hover{color:#fab636}.composition--fill-purple .feature__title{color:#fff}.composition--fill-purple .feature--card-short .feature__title{color:#4a0d66}.feature--float-right{margin-bottom:1rem}@media(min-width: 768px){.feature--float-right{width:375px;max-width:unset;margin-left:20px !important;margin-right:0;float:right}}.feature--float-left{margin-bottom:1rem}@media(min-width: 768px){.feature--float-left{width:375px;max-width:unset;margin-right:20px !important;margin-left:0;float:left}}.wysiwyg .feature--card[class]{margin-top:1.75rem;margin-bottom:1.75rem;text-decoration:none !important}.feature--no-shadow{box-shadow:none}.feature--no-image{display:block}a.feature .feature__title,.feature .feature__title a,.feature a .feature__title{text-decoration:none}a.feature:hover .feature__title,.feature .feature__title a:hover,.feature a:hover .feature__title{text-decoration:underline}a.feature__content:hover{text-decoration:none}
.featured-person{display:flex;flex-direction:column;border-left:1rem solid #4a0d66;box-shadow:0 2px 4px rgba(0,0,0,.4);border-radius:.625rem;overflow:hidden}.featured-person__inner{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));grid-auto-rows:auto}.featured-person__inner{gap:2rem}@media screen and (min-width: 20rem){.featured-person__inner{gap:calc(2rem + 1*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.featured-person__inner{gap:3rem}}.featured-person__inner{padding:2rem}@media screen and (min-width: 20rem){.featured-person__inner{padding:calc(2rem + 1*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.featured-person__inner{padding:3rem}}.featured-person__image{align-self:start;justify-self:start;grid-column:span 1;width:100%;max-width:300px}.featured-person__content{display:flex;flex-direction:column;gap:.75rem;grid-column:span 3}.featured-person__name{color:#4a0d66;margin:0;line-height:1}.featured-person__name{font-size:1.5rem}@media screen and (min-width: 20rem){.featured-person__name{font-size:calc(1.5rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.featured-person__name{font-size:2rem}}.featured-person__title{margin:0;font-weight:700;margin:0;line-height:1}.featured-person__title{font-size:1.125rem}@media screen and (min-width: 20rem){.featured-person__title{font-size:calc(1.125rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.featured-person__title{font-size:1.25rem}}.featured-person__title a{text-decoration:underline}.featured-person__description{margin:0;margin-top:1rem}.featured-person__description{font-size:1.125rem}@media screen and (min-width: 20rem){.featured-person__description{font-size:calc(1.125rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.featured-person__description{font-size:1.25rem}}.featured-person__description *{margin:0}.featured-person__description a{text-decoration:underline}
.footer{display:flex;flex-direction:column}.footer{--spacing:1.5rem}@media screen and (min-width: 20rem){.footer{--spacing:calc(1.5rem + 1*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.footer{--spacing:2.5rem}}.footer{--spacingSm:1rem}@media screen and (min-width: 20rem){.footer{--spacingSm:calc(1rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.footer{--spacingSm:1.5rem}}.footer{--spacingXs:.75rem}@media screen and (min-width: 20rem){.footer{--spacingXs:calc(0.75rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.footer{--spacingXs:1rem}}.footer__tools{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:82rem;gap:var(--spacing);padding-block:var(--spacing);display:flex;flex-direction:column;justify-content:center;position:relative;background:#4a0d66;z-index:0}@media(min-width: 84rem){.footer__tools{margin-right:auto;margin-left:auto;width:100%}}@media(min-width: 992px){.footer__tools{flex-direction:row;align-items:center}}.footer__tools::before{content:"";position:absolute;top:0;left:50%;bottom:0;transform:translateX(-50%);width:100vw;background:inherit;z-index:-1}.footer__tool{text-decoration:none;cursor:pointer;flex:0 0 auto;color:#fff;transition:.25s ease}.footer__tool:hover{color:#ffa400;text-decoration:none}.footer__tool-inner{display:flex;gap:.5rem;padding:var(--spacingSm) var(--spacing);border-radius:.5rem;border-color:inherit;text-align:center;justify-content:center;align-items:center;opacity:1;transition:none;color:inherit}.footer__tool-label{opacity:1;color:#fff;padding:0 1rem;text-align:center;text-transform:uppercase;font-size:1.125rem;transition:none;color:inherit}.footer__tool-icon{font-size:1.5rem;color:inherit}.footer__tool-text{font-size:1.5rem;font-weight:700;color:inherit}.footer__inner{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:82rem;padding-block:var(--spacing);display:flex;flex-direction:column;align-items:center}@media(min-width: 84rem){.footer__inner{margin-right:auto;margin-left:auto;width:100%}}.footer__logo{width:100%;max-width:400px;margin-bottom:var(--spacing);display:flex;justify-content:center}.footer__logo-img{height:auto;width:auto;object-fit:unset;aspect-ratio:unset}.footer__address{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;font-weight:700;margin-bottom:var(--spacingSm);text-align:center}.footer__address{font-size:1.125rem}@media screen and (min-width: 20rem){.footer__address{font-size:calc(1.125rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.footer__address{font-size:1.5rem}}.footer__phone{display:flex;align-self:center;justify-content:center;flex-direction:column;max-width:100%;gap:0 1ch;text-decoration:none;font-weight:700;white-space:nowrap;text-align:center;line-height:1;pointer-events:none}.footer__phone{font-size:1.125rem}@media screen and (min-width: 20rem){.footer__phone{font-size:calc(1.125rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.footer__phone{font-size:1.5rem}}@media(min-width: 768px){.footer__phone{flex-direction:row}}.footer__row{display:flex;flex-wrap:wrap;align-items:start;justify-content:center;gap:var(--spacingXs) var(--spacingSm);margin-bottom:var(--spacing)}.footer__language{display:flex;flex-direction:column;position:relative;order:4}.footer__language-trigger{all:unset;appearance:none;box-sizing:border-box;display:flex;align-items:center;gap:.5rem;height:3rem;padding:.75rem 1rem;text-transform:uppercase;font-weight:700;font-size:1rem;background:#f3f3f3;border:2px solid #f3f3f3;border-radius:6px;cursor:pointer}.footer__language-trigger::after{content:"";height:0;width:0;border-inline:.325rem solid rgba(0,0,0,0);border-top:.45rem solid;border-radius:.125rem;transition:.2s ease;transform:translateY(1px)}[data-active] .footer__language-trigger::after{transform:rotate(180deg)}.footer__language-trigger:hover{border-color:#4a0d66}.footer__language-menu{display:flex;flex-direction:column;min-width:150px;width:100%;padding:.25rem 0 0;background:#f1f2f2;border:2px solid #808285;border-radius:6px;box-shadow:1px 4px 9px -6px rgba(0,0,0,.2);opacity:0;overflow:hidden;visibility:hidden}.footer__language-link{display:flex;align-items:center;gap:.5rem;align-items:center;font-size:.75rem;text-transform:uppercase;color:#58595b;white-space:nowrap;padding:.3875rem .5rem}.footer__language-link:focus,.footer__language-link:hover{background:#4a0d66;color:#fff;text-decoration:none}.footer__language-link:focus i::before,.footer__language-link:hover i::before{transform:translateX(0.5rem)}.footer__language-link i::before{transition:.2s ease}.footer__social{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px}@media(max-width: 767px){.footer__social{flex:0 0 100%}}.footer__social-link{aspect-ratio:1/1;width:3rem;background:#359a8e;color:#fff;border-radius:6px;font-size:1.3875rem;padding:.75rem;line-height:1;position:relative;transition:.2s ease}.footer__social-link:hover{background:#256d65;color:#fff}.footer__social-link i{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%}.footer__accreditation{display:flex;justify-content:center;align-items:center;max-width:120px}@media(max-width: 767px){.footer__accreditation{order:1}}.footer__main{display:flex;flex-direction:column;width:100%;margin-block:var(--spacing);gap:var(--spacingSm)}.footer__nav,.footer__meta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--spacingXs)}.footer__meta{pointer-events:none;text-align:center;font-size:18px}.footer__meta>*:not(:last-child)::after{content:"|";padding-left:var(--spacingXs)}.footer__link{display:flex;gap:var(--spacingXs);align-items:center;line-height:1;text-decoration:underline}.footer__link:not(:last-child)::after{content:"|";transform:translateY(-2px);color:#888;pointer-events:none}
body.fixed{overflow:hidden}.header{display:flex;flex-direction:column;position:relative;position:fixed;top:0;left:0;right:0;background:#fff;z-index:99;box-shadow:0 .5rem .5rem -0.5rem rgba(0,0,0,.2);transition:.2s ease;max-width:100vw}.header.is-open{z-index:10000}.header.should-hide{transform:translateY(-100%)}.scroll-up .header{transform:translateY(0)}.header__inner{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:0;position:relative;z-index:0}@media(min-width: 992px){.header__inner{grid-template-columns:minmax(140px, max-content) auto;grid-template-rows:auto auto auto;gap:0 1.5rem;margin:0 1.5rem}}.header__logo{display:flex;grid-area:2/1/3/2;margin-left:1.5rem;padding:1rem 0}@media(min-width: 992px){.header__logo{padding:1.25rem 0;margin:0;grid-area:1/1/3/2;z-index:21}}.header__logo-link{display:flex;align-items:end;height:auto;width:auto;max-width:370px}.header__logo-img{width:100%;height:auto;max-width:300px;max-height:100%}.header__util{margin-right:0;margin-left:0;width:calc(100% - 0);max-width:82rem;display:none}@media(min-width: 82rem){.header__util{margin-right:auto;margin-left:auto;width:100%}}@media(min-width: 992px){.header__util{display:flex;grid-area:1/2/2/-1;justify-content:end;z-index:20;gap:.5rem;position:relative;max-width:100%}.header__util::before{left:50%;transform:translateX(-50%)}}@media(max-width: 991px){.header__util-local{display:flex;align-items:center;gap:1rem;font-weight:700;color:#4a4a4a;padding:.75rem 1.75rem .75rem 1.5rem}.header__util-local-link{display:flex;gap:.5rem;align-items:center;color:#4a4a4a;line-height:1}.header__util-local-link i{display:none}.header__util-local-link:hover{color:#4a0d66;text-decoration:none}.header__util-local-edit{margin-left:auto;order:2;color:inherit}.header__util-local-edit:hover{text-decoration:none;color:#359a8e}.header__util-local-edit i{margin-top:2px}}@media(min-width: 992px){.header__util-local{font-size:1rem;display:flex;align-self:center;align-items:center;text-decoration:none;gap:.75rem;z-index:0}.header__util-local:hover .header__util-local-link,.header__util-local:focus-within .header__util-local-link{transform:translateX(0)}.header__util-local-link{display:flex;align-items:center;gap:.5rem;padding:1rem 0;background:#fff;z-index:2;transition:.2s ease;color:#4a4a4a}.header__util-local-edit+.header__util-local-link{transform:translateX(44px)}.header__util-local-link:hover{color:#256d65;text-decoration:none}.header__util-local-edit{display:flex;align-items:center;justify-content:center;color:#fff;background:#4a0d66;padding:.25rem .5rem;border-radius:.25rem;order:2}.header__util-local-edit:hover{color:#fff;background:#35054b;text-decoration:none}.header__util-local-edit i{margin-top:2px}}.header__util-list{display:none;padding:0;margin:0;list-style:none}@media(min-width: 992px){.header__util-list{display:flex}}.header__util-item{display:flex;position:relative}@media(min-width: 992px){.header__util-item:last-child .header__util-label{margin-right:-1rem;padding-right:1rem}body:not(.using-mouse) .header__util-item:focus-within .header__util-label{outline:3px solid #fab636}}.header__util-label{display:flex;align-items:center;cursor:pointer;color:#4a4a4a;transition:.2s ease;padding:0;align-self:center}@media(min-width: 992px){.header__util-label{align-self:stretch;gap:.75rem;font-size:1rem;padding-top:.5rem;padding-bottom:.5rem}.header__util-label{padding-left:.875rem}}@media screen and (min-width: 992px)and (min-width: 48rem){.header__util-label{padding-left:calc(0.875rem + 0.125*(100vw - 48rem)/14)}}@media screen and (min-width: 992px)and (min-width: 62rem){.header__util-label{padding-left:1rem}}@media(min-width: 992px){.header__util-label{padding-right:.875rem}}@media screen and (min-width: 992px)and (min-width: 48rem){.header__util-label{padding-right:calc(0.875rem + 0.125*(100vw - 48rem)/14)}}@media screen and (min-width: 992px)and (min-width: 62rem){.header__util-label{padding-right:1rem}}@media(min-width: 992px){.header__util-label i{font-size:1rem}}.header__util-label:hover{text-decoration:none;color:#fff;background:#4a0d66}.header__util-label:where(button){appearance:none;border:none;background:rgba(0,0,0,0)}@media(min-width: 992px){.header__util-label:where(button){position:relative}.header__util-label:where(button)::after{content:"";height:0;width:0;border-inline:.325rem solid rgba(0,0,0,0);border-top:.45rem solid;border-radius:.125rem;transform:translateY(1px);transition:.2s ease}.is-active .header__util-label:where(button)::after{opacity:1;transform:rotate(180deg)}}.header__util-label>i>span{white-space:nowrap}.header__util-menu{position:absolute;z-index:99;top:100%;right:-0.5rem;display:flex;flex-direction:column;min-width:150px;width:100%;padding:.25rem 0 0;background:#f1f2f2;border-radius:0 0 .5rem .5rem;border-bottom:.5rem solid #359a8e;box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,.2);overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-1rem);transition:.2s ease;visibility:hidden}.is-active .header__util-menu{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0);box-shadow:0 .5rem .5rem rgba(0,0,0,.5)}.header__util-menu-link{display:flex;align-items:center;gap:.5rem;align-items:center;font-size:.75rem;text-transform:uppercase;color:#58595b;white-space:nowrap;padding:.3875rem .5rem}.header__util-menu-link:focus,.header__util-menu-link:hover{background:#4a0d66;color:#fff;text-decoration:none}.header__util-menu-link:focus i::before,.header__util-menu-link:hover i::before{transform:translateX(0.5rem)}.header__util-menu-link i::before{transition:.2s ease}.header__toggle{all:unset;cursor:pointer;grid-area:2/2/4/3;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;justify-self:end;align-self:center;cursor:pointer;appearance:none;border:none;background:rgba(0,0,0,0);margin:0 1.5rem;position:relative;color:#4a0d66;transition:.2s ease}@media(min-width: 992px){.header__toggle{display:none}}body:not(.using-mouse) .header__toggle:focus{outline:none;box-shadow:inset 0 0 0 .125rem #4a0d66}.header__toggle:hover{color:#35054b}.header__toggle i{display:flex;justify-content:center;align-items:center;justify-self:center;align-self:center;grid-area:1/1/2/2}.header__toggle i::before{display:block;font-size:1.75rem;transition:.2s ease;color:currentColor;transition:.4s ease}.header__toggle i:last-of-type::before{font-size:1.5rem;opacity:0;left:4px;bottom:2px}.header__toggle span{font-size:.75rem;text-transform:uppercase;grid-area:2/1/3/2}.header__toggle span:last-of-type{opacity:0;visibility:hidden}.header__toggle.is-open i:first-of-type::before{opacity:0}.header__toggle.is-open i:last-of-type::before{opacity:1}.header__toggle.is-open span:first-of-type{opacity:0;visibility:hidden}.header__toggle.is-open span:last-of-type{opacity:1;visibility:visible}.header__tools{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-area:1/1/2/3}.header__tools{font-size:1rem}@media screen and (min-width: 20rem){.header__tools{font-size:calc(1rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.header__tools{font-size:1.125rem}}@media(min-width: 992px){.header__tools{position:relative;grid-area:2/2/3/-1;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;align-items:center;width:100%;padding:0}}@media(min-width: 1200px){.header__tools{flex-wrap:nowrap}}.header__tools .btn{color:#4a0d66;font-size:16px;text-transform:uppercase;white-space:nowrap;background-color:#ffa400}.header__tools .btn:hover{color:#4a0d66}.header__tools .btn:is(body:not(.using-mouse) *):focus{outline:3px solid #4a0d66}.header__tools .btn.mobile{display:block;margin-top:0;border-radius:0;box-shadow:none}.header__tools .btn.mobile:hover{top:0}@media(min-width: 992px){.header__tools .btn.mobile{display:none}}.header__tools .btn.desktop{display:none;margin-top:-6px;padding:.6rem 1rem;min-width:148px;box-shadow:0 7px #e09000}.header__tools .btn.desktop:hover{box-shadow:0 5px #e09000}@media(min-width: 992px){.header__tools .btn.desktop{display:block}}.header__btns{grid-area:2/2/3/3;display:flex;gap:.5rem}@media(max-width: 991px){.header__btns{align-items:center;justify-content:center;overflow:hidden}}.header__callout{grid-area:1/1/2/3;display:flex;gap:0 1ch;align-self:center;justify-content:center;max-width:100%;padding:.75em 1.5rem;color:#fff;font-weight:700;line-height:1;white-space:nowrap;background:#4a0d66}.header__callout a{text-decoration:underline}@media(max-width: 991px){.header__callout a{white-space:inherit}.header__callout a:hover{color:#fff}}.header__callout .url{color:#fff}.header__callout .url:hover{color:#ffa805}@media(min-width: 992px){.header__callout .url{color:#359a8e}.header__callout .url:hover{color:#256d65}}.header__callout .tel,.header__callout span.tel a{color:#ffa805;font-weight:900}@media(min-width: 992px){.header__callout .tel,.header__callout span.tel a{color:#4a0d66;font-size:1.125em}.header__callout .tel:hover,.header__callout span.tel a:hover{color:#35054b}}@media(min-width: 768px){.header__callout a.tel{display:none}}.header__callout span.tel{display:none}@media(min-width: 768px){.header__callout span.tel{display:block}}.header__callout span.tel.always{display:block}@media(min-width: 992px){.header__callout{flex:1 1 100%;flex-direction:row;align-items:end;justify-content:end;margin:0;margin-left:auto;padding:0;color:#58595b;background:rgba(0,0,0,0)}}@media(min-width: 1200px){.header__callout{flex:1}}.header__callout:focus-visible{outline:3px solid #4a0d66}.header__search{all:unset;z-index:2;grid-area:2/1/3/2;display:flex;margin:0;padding:0;font-size:inherit;background:#f3f3f3}@media(min-width: 992px){.header__search{flex:1 1 auto;max-width:350px;margin:1rem 0;margin-left:auto;border:1px solid #dadada;border-radius:.25rem;background:#fff}}.header__search-input{appearance:none;border:none;border-radius:0;border:none;background:rgba(0,0,0,0);padding:.5rem 1rem;padding-right:.5rem;font-size:inherit;letter-spacing:.75px;flex:1 1 100%;min-width:0;width:auto}.header__search-input[type=search]::-webkit-search-decoration,.header__search-input[type=search]::-webkit-search-cancel-button,.header__search-input[type=search]::-webkit-search-results-button,.header__search-input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.header__search-input::placeholder{color:inherit;opacity:.5}.header__search-input:is(body:not(.using-mouse) *):focus{outline:none;box-shadow:inset 0 0 0 3px #35054b}.header__search-submit{all:unset;appearance:none;display:flex;justify-content:center;align-items:center;border:none;background:rgba(0,0,0,0);border-radius:0;padding:.5rem 1rem;padding-left:.5rem;cursor:pointer;flex:0 0 auto;transition:.2s ease;color:#4a0d66}.header__search-submit:hover,.header__search-submit:focus{color:#35054b;outline:none;box-shadow:none}.header__search-submit:is(body:not(.using-mouse) *):focus{box-shadow:inset 0 0 0 3px #35054b}.header__drawer{display:flex;position:fixed;left:0;right:0;bottom:0;background:#f1f2f2;color:#4a4a4a;transform:translateX(100%);transition-duration:.35s;transition-timing-function:ease;transition-property:transform,opacity,visibility;z-index:100;opacity:0;visibility:hidden;box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,.2)}.header__drawer[data-offset=true]{top:var(--offset)}.scroll-up .header__drawer{height:calc(100dvh - var(--offset))}.scroll-down .header__drawer{height:100dvh}.header__drawer.is-open{transform:translateX(0);opacity:1;visibility:visible}@media(min-width: 992px){.header__drawer{display:none}}.header__drawer-inner{display:flex;flex:0 0 100%;position:relative;flex-direction:column}.header__drawer-inner .feature--nav{margin:1rem auto;width:auto;background:gray;max-width:75%}.header__drawer-list{display:flex;flex-direction:column;list-style:none;padding:0;margin:0;overflow-y:scroll}.header__drawer-item{display:flex;font-size:1rem;position:static}.header__drawer .header__util-back,.header__drawer .header__nav-back{display:flex;align-items:center;gap:.75rem;appearance:none;border:none;background:#4a0d66;background-clip:padding-box;padding:1rem 1.5rem 0;border-bottom:1rem solid #4a0d66;border-radius:0 0 1rem 1rem;color:#fff;justify-content:start;text-align:left;font-size:1.125rem;cursor:pointer;width:100%;font-weight:700}.header__drawer .header__util-back::before,.header__drawer .header__nav-back::before{content:"";height:0;width:0;border-block:.325rem solid rgba(0,0,0,0);border-right:.45rem solid;border-radius:.125rem;transform:translateY(-1px)}body:not(.using-mouse) .header__drawer .header__util-back:focus,body:not(.using-mouse) .header__drawer .header__nav-back:focus{outline:none;box-shadow:inset 0 0 0 .125rem #4a0d66}.header__drawer .header__util-item.is-active>.header__nav-menu,.header__drawer .header__util-item.is-active>.header__util-menu,.header__drawer .header__util-item.is-active>.header__nav-group-list,.header__drawer .header__util-group.is-active>.header__nav-menu,.header__drawer .header__util-group.is-active>.header__util-menu,.header__drawer .header__util-group.is-active>.header__nav-group-list,.header__drawer .header__nav-item.is-active>.header__nav-menu,.header__drawer .header__nav-item.is-active>.header__util-menu,.header__drawer .header__nav-item.is-active>.header__nav-group-list,.header__drawer .header__nav-group.is-active>.header__nav-menu,.header__drawer .header__nav-group.is-active>.header__util-menu,.header__drawer .header__nav-group.is-active>.header__nav-group-list{transform:translateX(0);opacity:1;visibility:visible}.header__drawer .header__util-label,.header__drawer .header__util-menu-link,.header__drawer .header__util-group-title,.header__drawer .header__util-group-link,.header__drawer .header__nav-label,.header__drawer .header__nav-menu-link,.header__drawer .header__nav-group-title,.header__drawer .header__nav-group-link{display:flex;align-items:center;justify-content:space-between;width:100%;appearance:none;border:none;background:rgba(0,0,0,0);color:#4a4a4a;padding:.75rem 1.75rem .75rem 1.5rem;margin:0;cursor:pointer;font-size:1.125rem;text-transform:none;transition:.2s ease}body:not(.using-mouse) .header__drawer .header__util-label:focus,body:not(.using-mouse) .header__drawer .header__util-menu-link:focus,body:not(.using-mouse) .header__drawer .header__util-group-title:focus,body:not(.using-mouse) .header__drawer .header__util-group-link:focus,body:not(.using-mouse) .header__drawer .header__nav-label:focus,body:not(.using-mouse) .header__drawer .header__nav-menu-link:focus,body:not(.using-mouse) .header__drawer .header__nav-group-title:focus,body:not(.using-mouse) .header__drawer .header__nav-group-link:focus{outline:none;box-shadow:inset 0 0 0 .125rem #4a0d66}.header__drawer .header__util-label i,.header__drawer .header__util-menu-link i,.header__drawer .header__util-group-title i,.header__drawer .header__util-group-link i,.header__drawer .header__nav-label i,.header__drawer .header__nav-menu-link i,.header__drawer .header__nav-group-title i,.header__drawer .header__nav-group-link i{display:none}.header__drawer .header__util-label:hover,.header__drawer .header__util-menu-link:hover,.header__drawer .header__util-group-title:hover,.header__drawer .header__util-group-link:hover,.header__drawer .header__nav-label:hover,.header__drawer .header__nav-menu-link:hover,.header__drawer .header__nav-group-title:hover,.header__drawer .header__nav-group-link:hover{text-decoration:none;color:#4a0d66}.header__drawer .header__util-label:where(button.header__nav-label),.header__drawer .header__util-label:where(button.header__util-label),.header__drawer .header__util-menu-link:where(button.header__nav-label),.header__drawer .header__util-menu-link:where(button.header__util-label),.header__drawer .header__util-group-title:where(button.header__nav-label),.header__drawer .header__util-group-title:where(button.header__util-label),.header__drawer .header__util-group-link:where(button.header__nav-label),.header__drawer .header__util-group-link:where(button.header__util-label),.header__drawer .header__nav-label:where(button.header__nav-label),.header__drawer .header__nav-label:where(button.header__util-label),.header__drawer .header__nav-menu-link:where(button.header__nav-label),.header__drawer .header__nav-menu-link:where(button.header__util-label),.header__drawer .header__nav-group-title:where(button.header__nav-label),.header__drawer .header__nav-group-title:where(button.header__util-label),.header__drawer .header__nav-group-link:where(button.header__nav-label),.header__drawer .header__nav-group-link:where(button.header__util-label){font-weight:700}.header__drawer .header__util-label:where(button.header__nav-label)::after,.header__drawer .header__util-label:where(button.header__util-label)::after,.header__drawer .header__util-menu-link:where(button.header__nav-label)::after,.header__drawer .header__util-menu-link:where(button.header__util-label)::after,.header__drawer .header__util-group-title:where(button.header__nav-label)::after,.header__drawer .header__util-group-title:where(button.header__util-label)::after,.header__drawer .header__util-group-link:where(button.header__nav-label)::after,.header__drawer .header__util-group-link:where(button.header__util-label)::after,.header__drawer .header__nav-label:where(button.header__nav-label)::after,.header__drawer .header__nav-label:where(button.header__util-label)::after,.header__drawer .header__nav-menu-link:where(button.header__nav-label)::after,.header__drawer .header__nav-menu-link:where(button.header__util-label)::after,.header__drawer .header__nav-group-title:where(button.header__nav-label)::after,.header__drawer .header__nav-group-title:where(button.header__util-label)::after,.header__drawer .header__nav-group-link:where(button.header__nav-label)::after,.header__drawer .header__nav-group-link:where(button.header__util-label)::after{content:"";height:0;width:0;border-block:.325rem solid rgba(0,0,0,0);border-left:.45rem solid;border-radius:.125rem;transform:translateY(-1px)}.header__drawer .header__util-label--mobile,.header__drawer .header__nav-label--mobile{color:#4a0d66;font-weight:700;border-bottom:1px solid #4a0d66}.header__drawer .header__util-menu,.header__drawer .header__util-group-list:is(.header__nav-item--full *),.header__drawer .header__nav-menu,.header__drawer .header__nav-group-list:is(.header__nav-item--full *){display:flex;flex-direction:column;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:#f1f2f2;transition:.4s ease;opacity:1;transform:translateX(100%);visibility:hidden;overflow-y:auto;gap:0;padding:0;box-shadow:none}.header__drawer .header__util-group-list,.header__drawer .header__nav-group-list{margin-left:1.5rem;border-left:6px solid #dadada}.header__drawer .header__util-grid,.header__drawer .header__util-grid-cell,.header__drawer .header__nav-grid,.header__drawer .header__nav-grid-cell{display:contents}@media(min-width: 992px){.header__nav-label.header__nav-label--mobile{display:none}}
.hero{position:relative}.hero--blank{display:block;border-bottom:1px solid rgba(88,89,91,.15)}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:end;width:100%;height:auto;padding-top:3.25rem;padding-bottom:3.25rem;color:#fff;background-color:#d1d3d4;background-image:var(--mobileImage, var(--bgImage));background-size:cover;background-position:center}.hero--shaded .hero__inner{background:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%),var(--mobileImage, var(--bgImage));background-position:50% 50%;background-size:cover}.hero__inner a{transition:all 100ms ease}.hero__inner a:hover{color:#fff}@media(min-width: 576px){.hero__inner{background:none}.hero__inner:before{content:"";position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background-color:#d1d3d4;background-image:var(--bgImage);background-position:50% 50%;background-size:cover}}@media(min-width: 576px){.hero__inner{display:grid;grid-template-columns:2fr 1fr}}@media(min-width: 768px){.hero__inner{grid-template-columns:1fr 1fr}}@media(min-width: 1200px){.hero__inner{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:82rem}}@media(min-width: 1200px)and (min-width: 84rem){.hero__inner{margin-right:auto;margin-left:auto;width:100%}}@media(min-width: 1200px){.hero__inner:before{left:50%;width:100vw;transform:translateX(-50%)}}@media(min-width: 576px){.hero--shaded .hero__inner:before{background:linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%),var(--bgImage);background-position:50% 50%;background-size:cover}}.hero__content{isolation:isolate;display:flex;flex-direction:column;gap:1.25rem;justify-content:end;min-height:30.375rem;padding:0 2rem}@media(min-width: 576px){.hero__content{min-height:unset;padding:2rem;align-items:center}}@media(min-width: 576px){.hero__content{align-items:start}}@media(min-width: 1200px){.hero__content{padding-left:0;background:rgba(0,0,0,0)}}.hero__content .btn{margin-top:-0.25rem;font-size:1rem}@media(min-width: 768px){.hero__content .btn{font-size:1.375rem;padding:.8rem 3.6rem}}.hero__title{margin:0;color:#4a0d66;font-size:2rem;font-weight:800;line-height:1.2}@media(min-width: 768px){.hero__title{text-align:left}}@media(min-width: 992px){.hero__title{margin:.25rem 0 0;font-size:3.125rem}}.hero--shaded .hero__title{color:#fff}.hero__subtitle{color:#58595b;font-size:1.375rem;font-weight:700;line-height:1.3}.hero__subtitle p{font-size:1.375rem;font-weight:700;line-height:1.3}@media(min-width: 992px){.hero__subtitle p{font-size:1.625rem}}.hero__subtitle a{color:#256d65}.hero__subtitle a:hover{color:#4a4a4a}.hero--shaded .hero__title,.hero--shaded .hero__subtitle{color:#fff}.hero--shaded .hero__title a,.hero--shaded .hero__subtitle a{color:#fff}
.interior-hero{display:flex;flex-direction:column;margin:0 auto;max-width:82rem}@media(min-width: 992px){.interior-hero__inner{display:grid;grid-template-columns:1fr 400px}}@media(min-width: 992px){.interior-hero--left .interior-hero__inner{grid-template-columns:400px 1fr;grid-template-areas:"content image"}}.interior-hero--left .interior-hero__content{grid-area:content}.interior-hero__image{display:flex;width:100%;height:100%;aspect-ratio:unset}.interior-hero__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-color:#525656;color:#fff;text-align:center}.interior-hero__content{padding:1rem}@media screen and (min-width: 20rem){.interior-hero__content{padding:calc(1rem + 1.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.interior-hero__content{padding:2.5rem}}@media(min-width: 992px){.interior-hero__content{text-align:left;align-items:flex-start;justify-content:center}}.interior-hero__title{color:#fff;margin:0}.interior-hero__title{font-size:1.25rem}@media screen and (min-width: 20rem){.interior-hero__title{font-size:calc(1.25rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.interior-hero__title{font-size:1.625rem}}.interior-hero__copy{margin:0}.interior-hero__copy{font-size:1.125rem}@media screen and (min-width: 20rem){.interior-hero__copy{font-size:calc(1.125rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.interior-hero__copy{font-size:1.375rem}}.interior-hero__cta{color:#60ccbf;font-weight:bold;font-size:1.375rem;position:relative;padding-left:1rem}.interior-hero__cta:hover{color:#fff;text-decoration:none}.interior-hero__cta:hover:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.interior-hero__cta:before{padding-right:.5em;content:"";width:0;height:0;border-width:5px 0 5px 8.7px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #60ccbf;border-style:solid;position:absolute;left:0px;top:50%;margin-top:-5px;transition:border-color .25s ease-in-out}
.landing-hero{display:flex;flex-direction:column;position:relative;left:50%;transform:translateX(-50%);width:100vw}.landing-hero__inner{margin-right:0;margin-left:0;width:calc(100% - 0);max-width:82rem;padding:0;margin:0;display:flex;flex-direction:column-reverse}@media(min-width: 82rem){.landing-hero__inner{margin-right:auto;margin-left:auto;width:100%}}@media(min-width: 992px){.landing-hero__inner{flex-direction:row}}.landing-hero__media{display:flex;position:relative;margin-left:1rem;width:100vw;min-width:100vw;max-height:400px}@media(min-width: 992px){.landing-hero__media{width:50vw;min-width:50vw;align-self:center;max-height:500px}}.landing-hero__media::before{content:"";position:absolute;left:-1rem;top:0;bottom:0;width:1rem;background:#256d65}.landing-hero__media::after{content:"";position:absolute;left:-0.5rem;top:0;bottom:0;width:1rem;background:#359a8e}.landing-hero__image{min-height:100%;min-width:100%;height:auto;width:auto;max-width:100%;max-height:100%;object-fit:cover}.landing-hero__content{display:flex;flex-direction:column;gap:2rem}.landing-hero__content{padding:2rem}@media screen and (min-width: 20rem){.landing-hero__content{padding:calc(2rem + 2*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.landing-hero__content{padding:4rem}}@media(min-width: 992px){.landing-hero__content{flex:0 0 50%}}.landing-hero__title{color:#359a8e;margin:0}.landing-hero__title{font-size:1.5rem}@media screen and (min-width: 20rem){.landing-hero__title{font-size:calc(1.5rem + 1.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.landing-hero__title{font-size:2.75rem}}.landing-hero__copy{margin:0}.landing-hero__copy{font-size:1.125rem}@media screen and (min-width: 20rem){.landing-hero__copy{font-size:calc(1.125rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.landing-hero__copy{font-size:1.25rem}}.landing-hero__meta{line-height:1;margin-top:auto;display:flex;justify-content:start;align-items:end;gap:1rem}.landing-hero__meta{font-size:1rem}@media screen and (min-width: 20rem){.landing-hero__meta{font-size:calc(1rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.landing-hero__meta{font-size:1.125rem}}.landing-hero__meta span{display:contents}.landing-hero__meta span:not(:last-child)::after{content:"|"}.landing-hero__nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-evenly;background:#fff;box-shadow:0 .5rem .5rem -0.5rem rgba(0,0,0,.2);background:#4a0d66;padding-block:1.5rem}.landing-hero__jump{display:flex;justify-content:center;align-items:center;color:#fff;position:relative}.landing-hero__jump{padding-inline:1rem}@media screen and (min-width: 20rem){.landing-hero__jump{padding-inline:calc(1rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.landing-hero__jump{padding-inline:1.25rem}}.landing-hero__jump::before{content:"";position:absolute;left:.125rem;top:50%;transform:translateY(-50%);background:#ffa400;aspect-ratio:1/1;border-radius:50%;opacity:0;transition:.2s ease}.landing-hero__jump::before{width:.5rem}@media screen and (min-width: 20rem){.landing-hero__jump::before{width:calc(0.5rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.landing-hero__jump::before{width:.75rem}}.landing-hero__jump:hover{color:#fff;text-decoration:none}.landing-hero__jump:hover::before{opacity:1}
.link-list{width:auto;margin:0 auto 0rem;padding:1rem;background-color:#f3f3f3}.link-list+*{margin-top:0}.link-list__inner{display:flex;flex-direction:column;transform:none;gap:.5rem}.link-list__list{margin-bottom:0;padding-left:20px}.link-list__item{flex:1 1 auto;display:flex;margin-bottom:0 !important;padding:.5rem 0}.link-list__title{color:#58595b !important}.link-list__link{position:relative;display:block;padding-left:20px;color:#205b54;font-size:1.125rem;line-height:1.5;text-decoration:underline}.link-list__link:hover{color:#222}.link-list__link::before{content:"";position:absolute;left:2px;top:0px;width:0;height:0;border-width:5px 0 5px 8.7px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #205b54;border-style:solid;transform:translateY(100%)}.link-list--corner-composition{background-color:#fff;padding:35px 30px;z-index:2;color:#4a0d66;box-shadow:0 2px 4px rgba(0,0,0,.4);display:block}@media(min-width: 992px){.link-list--corner-composition{position:absolute;right:-1rem;bottom:0px;max-width:300px}}@media(min-width: 992px){.link-list--corner-composition{max-width:400px;padding:40px 60px}}.link-list--corner-composition .link-list__list{padding-left:0;margin-bottom:0}.link-list--corner-composition .link-list__title{color:#58595b;position:relative;font-size:1.375rem;padding:0 0 8px;margin:0 0 13px;font-weight:normal}.link-list--corner-composition .link-list__title:after{content:"";display:block;position:absolute;bottom:1px;left:-30px;right:-5px;border-bottom:1px solid #4a0d66}@media(min-width: 992px){.link-list--corner-composition .link-list__title:after{left:-60px}}.link-list--corner-composition .link-list__link{color:#205b54;position:relative;font-weight:700;font-size:1.375rem}.link-list--corner-composition .link-list__link::before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #205b54}.link-list--corner-composition .link-list__link i{position:absolute;left:0;top:2px}.link-list--corner-composition .link-list__link:hover{color:#359a8e;text-decoration:none}@media(min-width: 768px){.link-list--2col .link-list__list{columns:2}.link-list--2col .link-list__item{break-inside:avoid}}
.list-item{--gap: 0.25rem;--spacing: calc((var(--gap) * 4) + 1px);--adjust: calc(var(--spacing) * -1);display:flex;flex-direction:column}.list-item__inner{display:flex;flex-direction:column;row-gap:.75rem;column-gap:1.5rem;color:#58595b;transition:none}.list-item:is([data-view=list] *):not(:last-child)>*{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #f3f3f3}.list-item:is([data-view=grid] *){border:1px solid #f3f3f3;padding:1rem}.list-item:is([data-view=grid] *) .list-item__image{visibility:visible;max-height:none;max-width:none}.list-item__image{display:flex;flex-direction:column;visibility:hidden;max-height:0;max-width:0;width:100%}.list-item__meta{display:flex;flex-wrap:wrap;margin:0;overflow:hidden;gap:var(--gap) 0}.list-item__meta-item{display:flex;align-items:center;font-size:.75rem;line-height:1;margin-right:var(--spacing);white-space:nowrap}.list-item__meta-item::before{display:flex;justify-content:center;width:var(--spacing);margin-left:var(--adjust);font-size:1rem;color:#888;content:"|";pointer-events:none;opacity:.25}.list-item__meta-item--bold{font-weight:700;transition:.2s ease}.list-item__title{font-weight:700;margin:0;transition:.2s ease}.list-item__link{text-decoration:none;color:#256d65}.list-item__link:hover{text-decoration:none;color:#359a8e}.list-item__copy{font-size:.875rem;margin:0;line-height:1.5}
.list-tools{display:flex;justify-content:flex-end;align-items:flex-end;gap:1rem;padding:0 0 2rem;border-bottom:1px solid #f3f3f3;margin-bottom:2rem}.list-tools__item{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;line-height:1}.list-tools__item:first-child:not(:only-child){margin-right:auto;align-items:flex-start}.list-tools__label{font-weight:700;font-size:.75rem;padding:0 .25rem;opacity:.5;text-transform:uppercase;letter-spacing:.5px}.list-tools__select{display:flex;position:relative;min-width:175px}.list-tools__select-active{all:unset;appearance:none;flex:1 1 100%;display:flex;justify-content:space-between;gap:.5rem;padding:.5rem 1rem;border:1px solid #dadada;cursor:pointer;font-weight:700}.list-tools__select-active::after{content:"";height:.3875rem;width:.3875rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(10%) rotate(45deg);transition:.2s ease}.list-tools__select-active[data-active]::after{transform:translateY(30%) rotate(-135deg)}.list-tools__select-menu{display:flex;flex-direction:column;background:#fff;z-index:10;position:absolute;top:calc(100% + .75rem);left:0;right:0}.list-tools__select-inner{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;border:1px solid #dadada;overflow-y:auto;max-height:200px}.list-tools__select-item{display:flex;flex-direction:column}.list-tools__select-link{display:flex;justify-content:space-between;gap:.75rem;font-size:.875rem;color:#58595b;transition:.2s ease;padding:.3875rem .75rem}.list-tools__select-link::after{content:"";height:.5rem;width:.25rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(10%) rotate(45deg);opacity:0;transition:.2s ease}.list-tools__select-link:hover{background:#f3f3f3;text-decoration:none}.list-tools__select-link:hover::after{opacity:.25}.list-tools__select-link--active,.list-tools__select-link--active:hover{color:#256d65;font-weight:700}.list-tools__select-link--active::after,.list-tools__select-link--active:hover::after{opacity:1}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.8);max-height:100vh;max-width:100vw;overflow-y:auto;overscroll-behavior:contain;padding:2rem;display:flex;flex-direction:column;transition:.2s ease;visibility:hidden;opacity:0;pointer-events:none;z-index:-1}.modal.active{visibility:visible;opacity:1;pointer-events:all;z-index:1000}.modal__inner{display:flex;flex-direction:column;row-gap:2rem;padding:3rem;margin:auto;background:#fff;width:100%;max-width:950px;border-radius:.5rem;text-align:center;position:relative}@media(min-width: 768px){.modal__inner{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr;align-items:end;justify-items:center;column-gap:2rem}.modal--media .modal__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}}.modal__close{position:absolute;top:-15px;right:-15px;background:rgba(0,0,0,0);border:2px solid #808285;height:30px;width:30px;padding:0;cursor:pointer;color:inherit;background:#fff;border-radius:50%}.modal__close::after,.modal__close::before{content:"";position:absolute;height:4px;width:18px;border-radius:1px;background:currentColor;left:50%;top:50%}.modal__close::after{transform:translate(-50%, -50%) rotate(45deg)}.modal__close::before{transform:translate(-50%, -50%) rotate(-45deg)}.modal__media{grid-area:1/1/4/2;aspect-ratio:1/1;align-self:center;justify-self:center}.modal__image{height:100%;width:100%;object-fit:cover;margin:0}.modal__title{color:#4a0d66;font-weight:700;margin:0;grid-area:1/2/2/3;display:block}.modal__title{font-size:1.25rem}@media screen and (min-width: 20rem){.modal__title{font-size:calc(1.25rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.modal__title{font-size:1.75rem}}@media(max-width: 767px){.modal__title{display:none}}.modal__title--mobile{font-size:1.25rem;color:#4a0d66;font-weight:700;margin:0;grid-area:1/2/2/3;display:block}@media(min-width: 768px){.modal__title--mobile{display:none}}.modal__copy{font-size:1.375rem;margin:0;grid-area:2/2/3/3;line-height:1.4;letter-spacing:1px;display:none}@media(min-width: 768px){.modal__copy{display:block}}.modal__copy a{text-decoration:underline}.modal__btn{grid-area:3/2/4/3;margin:0}@media(min-width: 768px){.modal__btn{top:-11px}}
.pagination{display:flex;align-items:center;align-self:center;gap:.3875rem}.pagination__prev,.pagination__next,.pagination__number{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;line-height:1}.pagination__prev,.pagination__next,.pagination__number{height:1.5rem}@media screen and (min-width: 20rem){.pagination__prev,.pagination__next,.pagination__number{height:calc(1.5rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.pagination__prev,.pagination__next,.pagination__number{height:2rem}}.pagination__prev,.pagination__next,.pagination__number{font-size:.875rem}@media screen and (min-width: 20rem){.pagination__prev,.pagination__next,.pagination__number{font-size:calc(0.875rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.pagination__prev,.pagination__next,.pagination__number{font-size:1rem}}.pagination__prev:where(a),.pagination__next:where(a),.pagination__number:where(a){color:#000}.pagination__prev:where(a):hover,.pagination__next:where(a):hover,.pagination__number:where(a):hover{color:#fff;background-color:#58595b;text-decoration:none}.pagination__prev::before,.pagination__next::before{content:"";height:.5em;width:.5em;border-top:2px solid currentColor;border-left:2px solid currentColor;transform:translateY(-10%) translateX(-25%) rotate(135deg)}.pagination__prev span,.pagination__next span{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.pagination__prev::before{transform:translateY(-10%) translateX(25%) rotate(-45deg)}.pagination__ellipsis{display:flex;align-items:center;justify-content:center;width:10px}.pagination__ellipsis::after{content:"";height:.125rem;width:.125rem;background:currentColor;border-radius:50%;box-shadow:-0.25rem 0 0 currentColor,.25rem 0 0 currentColor}.pagination__number-container{display:flex;align-items:center;gap:.3875rem}.pagination__number--active{color:#fff;background:#256d65}
.person__inner{display:flex;flex-direction:column;align-items:center;text-align:center;color:inherit}.person__image{margin:0 0 1rem;height:auto;align-self:stretch}.person__name{color:#4a0d66;font-weight:700;margin:0 0 .5rem}.person__name{font-size:1.25rem}@media screen and (min-width: 20rem){.person__name{font-size:calc(1.25rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.person__name{font-size:1.5rem}}.person__position{margin:0}.person__position{font-size:1.125rem}@media screen and (min-width: 20rem){.person__position{font-size:calc(1.125rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.person__position{font-size:1.25rem}}.person__department{margin:0 0 .5rem}.person__department{font-size:1rem}@media screen and (min-width: 20rem){.person__department{font-size:calc(1rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.person__department{font-size:1.125rem}}.person__location{margin:0}.person__location{font-size:1rem}@media screen and (min-width: 20rem){.person__location{font-size:calc(1rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.person__location{font-size:1.125rem}}.composition--fill-purple .person__name,.composition--fill-darkGray .person__name{color:#fff}
.video-wrap{display:block;object-fit:cover;object-position:50% 50%;width:100%;border:none;transition:.2s ease;position:relative;margin-bottom:1rem}.video-wrap iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:1;padding:1rem}.video-wrap::after{content:"";position:relative;overflow:hidden;width:100%;padding-top:56.25%;display:block}
.section-footer{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;justify-items:center;text-align:center}.section-footer{margin-top:2.25rem}@media screen and (min-width: 20rem){.section-footer{margin-top:calc(2.25rem + 1.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.section-footer{margin-top:3.75rem}}.section-footer--left{justify-items:start;text-align:left}.section-footer--right{justify-items:end;text-align:right}.section-footer *{max-width:700px}
.section-header{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;justify-items:center;text-align:center}.section-header{margin-bottom:1rem}@media screen and (min-width: 20rem){.section-header{margin-bottom:calc(1rem + 1.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.section-header{margin-bottom:2.5rem}}.section-header--left{justify-items:start;text-align:left}.section-header--left .section-header__copy{align-items:flex-start}.section-header--right{justify-items:end;text-align:right}.section-header--right .section-header__copy{align-items:flex-end}.section-header--stripped .section-header__title{color:#4a0d66;padding:0;display:flex;text-align:center;width:100%;max-width:100%;gap:1rem}.section-header--stripped .section-header__title{font-size:1.5rem}@media screen and (min-width: 20rem){.section-header--stripped .section-header__title{font-size:calc(1.5rem + 0.75*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.section-header--stripped .section-header__title{font-size:2.25rem}}.section-header--stripped .section-header__title::before,.section-header--stripped .section-header__title::after{content:"";flex:1 1 auto;border-bottom:1px solid #d1d3d4;align-self:center}.section-header__eyebrow{grid-area:span 1/span 1;margin:0;line-height:1.5}.section-header__eyebrow{font-size:.75rem}@media screen and (min-width: 20rem){.section-header__eyebrow{font-size:calc(0.75rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.section-header__eyebrow{font-size:.875rem}}.section-header__eyebrow:not(:last-child){margin:0 0 .5rem}.section-header__title{display:block;line-height:1.3875;font-weight:700;margin:0;margin-bottom:1rem;grid-area:span 1/span 1;color:#4a0d66}.section-header__title{font-size:1.75rem}@media screen and (min-width: 20rem){.section-header__title{font-size:calc(1.75rem + 1*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.section-header__title{font-size:2.75rem}}.section-header__copy{grid-area:span 1/span 1;line-height:1.5;margin:0}.section-header__copy{font-size:1rem}@media screen and (min-width: 20rem){.section-header__copy{font-size:calc(1rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.section-header__copy{font-size:1.125rem}}.section-header__copy:not(.section-header__copy--inline){display:flex;flex-direction:column;align-items:center}.section-header__copy+.section-header__copy__cta{margin-top:1.5rem}.section-header__copy ul,.section-header__copy ol{padding-left:1.5rem}.section-header__copy li{text-align:left}.section-header__copy a{text-decoration:underline}.section-header__cta.btn{margin-bottom:8px}p,li{font-size:1rem}@media screen and (min-width: 20rem){p,li{font-size:calc(1rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){p,li{font-size:1.125rem}}.section-header__copy+.section-header__cta{margin-top:1.5rem}.section-header--numbered{position:relative;display:block;padding-top:1.75rem}.section-header--numbered .section-header__eyebrow{position:absolute;top:0;left:50%;display:block;min-width:49px;padding:.5rem .5rem;color:#fff;font-size:1.375rem;font-weight:bold;text-align:center;background:#4a0d66;border-radius:8px;transform:translateX(-50%)}.section-header--numbered .section-header__title{color:#4a0d66;display:block;max-width:100%;width:100%;background-color:#f3f3f3;padding:1.5rem 1rem 1rem 1rem}.section-header--numbered .section-header__title{font-size:1.5rem}@media screen and (min-width: 20rem){.section-header--numbered .section-header__title{font-size:calc(1.5rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.section-header--numbered .section-header__title{font-size:2rem}}.wysiwyg .section-header--numbered .section-header__title{margin-top:0}.composition--fill-purple .section-header__title,.composition--fill-darkGray .section-header__title{color:#fff}.section-header--strike .section-header__title{font-size:2rem;display:grid;align-items:center;gap:1rem;grid-template-columns:1fr auto 1fr;max-width:100%;width:100%}.section-header--strike .section-header__title:before{content:"";height:1px;background-color:gray}.section-header--strike .section-header__title:after{content:"";height:1px;background-color:gray}.composition--fill-purple .section-header--strike .section-header__title:before,.composition--fill-purple .section-header--strike .section-header__title:after{background-color:#fff}.composition--fill-lightGray .section-header--stripped .section-header__title::before,.composition--fill-lightGray .section-header--stripped .section-header__title::after{border-color:#4a0d66}
@media(max-width: 767px){.app-share{display:flex;flex-direction:column;align-items:center;width:100%}}.app-share__label{text-align:center}.app-share__list{display:flex;justify-content:center}.app-share__link{border:1px solid #4a0d66;border-radius:10px;height:50px;aspect-ratio:1/1;margin-right:1rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background-color:#4a0d66;color:#fff}.app-share__link:hover{color:#4a0d66;background-color:#fff;text-decoration:none}.app-share__link:last-child{margin-right:0}@media(max-width: 767px){.app-share--toggle .app-share__label{text-decoration:underline;cursor:pointer}}.app-share--toggle .app-share__list{display:none}@media(max-width: 767px){.app-share--toggle .app-share__list{gap:8px}}@media(max-width: 767px){.app-share--toggle .app-share__list{position:absolute;top:calc(100% + 3px);right:0;padding:1rem;background:#f1f2f2;transform:translateX(calc(100% + 1rem));transition:transform 100ms}}@media(min-width: 768px){.app-share--toggle .app-share__list{display:flex}}.scroll-down .app-share--toggle .app-share__list{display:flex}.app-share--toggle .app-share__list.is-active{transform:translateX(0)}.app-share--toggle .app-share__label{font-size:.875rem}@media(min-width: 768px){.app-share--toggle .app-share__label{font-size:1.125rem}}.app-share--toggle .app-share__link{width:40px;height:40px;font-size:1.125rem;margin-right:3px;border-radius:6px}
div.side .side__nav{margin-top:2rem}.side{--linkColor: #4A0D66;--hoverColor: #256d65}.side a{color:var(--linkColor);text-decoration:none;transition:color .15s linear}.side a:hover{color:var(--hoverColor)}.side .side__subnav-item,.side .side__sub-subnav-list{--linkColor: #4a4a4a}.side .is-current{--linkColor: #4A0D66;--hoverColor: #256d65}.side__nav-title,.side__nav-item-control,.side__sub-control{position:relative;display:flex}.side__nav-title-link,.side__nav-link,.side__subnav-link{flex:1}.side__nav-label,.side__sub-nav-label{display:flex;align-items:center;justify-content:center;width:50px;color:#4a0d66;background:none;border:none;border-left:1px solid #888;cursor:pointer}.side__nav-label:not(button),.side__sub-nav-label:not(button){display:grid;place-items:center;font-size:1rem;font-weight:400}.side__nav-label::before,.side__sub-nav-label::before{content:"+"}.side__nav-title.is-current .side__nav-label,.side__nav-title.is-current .side__sub-nav-label{color:#fff}.is-current>div>.side__nav-label:hover,.is-current>div>.side__sub-nav-label:hover{background-color:#35054b}.side__nav-label:hover,.side__sub-nav-label:hover{background-color:#f1f2f2}.side__nav{margin:3px 3px 4rem 3px;padding:0;list-style:none;border:1px solid #888;border-bottom:none}.side__nav-title{background-color:#f1f2f2;margin-bottom:0}@media(max-width: 991px){.side__nav-title{border-bottom:1px solid #888}}@media(min-width: 992px){.side__nav-title .side__nav-label{display:none}}.side__nav-title-link{display:block;padding:1rem;color:#4a0d66;font-weight:bold;font-size:1.375rem}@media(max-width: 991px){.side__nav-title-link:after{content:" Menu"}}.side__nav-title-link:focus{position:relative;z-index:1}.is-current .side__nav-title-link,.is-current .side__nav-title-link+.side__nav-label{background:#4a0d66;color:#fff}.side__nav-list{margin:0;padding:0;list-style:none}.is-open .side__nav-list{border-bottom:1px solid #888}.side__nav-item{position:relative;margin:0}.side__nav-item-control{border-bottom:1px solid #888;border-top:1px solid #888}.side__sub-control{border-bottom:1px solid #888}.side__nav-link{display:block;font-weight:600;font-size:1.125rem;padding:1rem;position:relative;background-color:#fff;color:#4a0d66}.side__nav-link:focus{position:relative;z-index:1}.side__subnav-list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.side__sub-subnav-list{display:flex;flex-direction:column;margin:0;list-style:none;padding:0}.side__subnav-link{color:#58595b;padding:.75rem 1rem .625rem 2.5rem;font-weight:400;font-size:1.125rem;display:block}.side__subnav-link:focus{position:relative;z-index:1}.side__sub-subnav-link{color:#58595b;padding:.75rem 1.5rem .625rem 3.75rem;font-weight:400;font-size:1.125rem;display:block}.side .side__nav .side__expand,.side .side__nav-item .side__expand,.side .side__subnav-item .side__expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease-in-out}.side .side__nav .side__nav-list,.side .side__nav .side__subnav-list,.side .side__nav .side__sub-subnav-list,.side .side__nav-item .side__nav-list,.side .side__nav-item .side__subnav-list,.side .side__nav-item .side__sub-subnav-list,.side .side__subnav-item .side__nav-list,.side .side__subnav-item .side__subnav-list,.side .side__subnav-item .side__sub-subnav-list{display:none;overflow:hidden}.side .side__nav.is-open>.side__expand,.side .side__nav-item.is-open>.side__expand,.side .side__subnav-item.is-open>.side__expand{grid-template-rows:1fr}.side .side__nav.is-open .side__nav-list,.side .side__nav.is-open .side__subnav-list,.side .side__nav.is-open .side__sub-subnav-list,.side .side__nav-item.is-open .side__nav-list,.side .side__nav-item.is-open .side__subnav-list,.side .side__nav-item.is-open .side__sub-subnav-list,.side .side__subnav-item.is-open .side__nav-list,.side .side__subnav-item.is-open .side__subnav-list,.side .side__subnav-item.is-open .side__sub-subnav-list{display:flex}.side nav.side__nav>.side__expand>.side__nav-list{display:block}.side .side__sub-subnav-list{border-bottom:1px solid #888}.side .side__sub-subnav-link{font-size:1rem}@media(min-width: 992px){.side .side__nav>.side__expand{grid-template-rows:1fr}}.side .side__nav-item.is-current .side__nav-link{color:#fff;background-color:#4a0d66}.side .side__nav-item.is-current .side__nav-label{color:#fff}.side__subnav-item.is-current .side__subnav-link,.side__sub-subnav-item.is-current .side__sub-subnav-link{background:#f1f2f2;font-weight:700;position:relative}.side__subnav-item.is-current .side__subnav-link::before,.side__sub-subnav-item.is-current .side__sub-subnav-link::before{content:"";width:0;height:0;border-width:5px 0 5px 8.7px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #888;border-style:solid;position:absolute;left:18px;top:calc(50% - 4px)}.side__subnav-item.is-current .side__subnav-link+.side__sub-nav-label,.side__sub-subnav-item.is-current .side__sub-subnav-link+.side__sub-nav-label{background:#f1f2f2}.side__subnav-item.is-current .side__subnav-link+.side__sub-nav-label:hover,.side__sub-subnav-item.is-current .side__sub-subnav-link+.side__sub-nav-label:hover{background:#d1d3d4}.side__subnav-item.is-current .side__subnav-link::before{left:18px}.side__sub-subnav-item.is-current .side__sub-subnav-link::before{left:32px}a.side__nav-title-link,a.side__nav-title-link:hover{text-decoration:none}.is-open>.side__nav-title>.side__nav-label::before,.is-open>.side__nav-item-control>.side__nav-label::before,.is-open>.side__sub-control>.side__sub-nav-label::before{content:"-"}.is-current>.side__nav-item-control{background:#4a0d66}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@-moz-document url-prefix(){.swiper-wrapper{transform-style:flat}}.swiper-wrapper{width:0}.grid .swiper-slide img{width:auto;margin:auto;display:block;padding:0 1rem}.swiper{width:100%}.swiper-pagination{position:relative;margin-top:1.5rem}.swiper-pagination-bullet{width:1rem;height:1rem}.swiper-pagination-bullet-active{background-color:#4a0d66}[class*=fill-purple] [class^=swiper-pagination-bullet]{background-color:#fff}.swiper-button-next,.swiper-button-prev{background-color:#4a0d66;color:#fff;width:50px;height:50px}.swiper-button-next:after,.swiper-button-prev:after{font-size:1.75rem}.swiper-button-next{right:0}.swiper-button-prev{left:0}.swiper-caption{position:relative;min-height:105px;background:rgba(88,89,91,.95);color:#fff;font-size:.875rem;padding:15px 95px 15px 15px;transition:opacity .3s ease-out,transform .2s ease-out,height .3s ease-out}@media(min-width: 768px){.swiper-caption{display:block;min-height:90px;position:absolute;bottom:0;left:0;right:0;padding:21px 95px 21px 35px;z-index:2}}@media(min-width: 992px){.swiper-caption{padding:21px 95px 21px 55px}}.swiper-caption.is-hidden{opacity:0}@media(max-width: 575px){.swiper-caption.is-hidden{display:none}}.swiper-caption p{margin-bottom:0}.swiper-caption h5{margin-bottom:1rem}.swiper-caption-toggle{position:absolute;right:1rem;bottom:2.5rem;z-index:3;background:none;border:none;color:#fff;font-weight:bold;padding:0}.swiper-caption-toggle:before{content:"x close"}.swiper-caption-toggle.is-hidden:before{content:"^ open"}.swiper--feature-list{padding-top:50px;padding-bottom:50px;margin:0 auto}.swiper--feature-list .swiper-slide{height:auto;transition:.2s ease}.swiper--feature-list .swiper-slide:not(.swiper-slide-prev,.swiper-slide-active,.swiper-slide-next){opacity:0;visibility:hidden}.swiper--feature-list .swiper-slide:is(.swiper-slide-prev,.swiper-slide-next){opacity:.5}.swiper--feature-list .swiper-slide img{display:block;width:100%;height:auto;object-fit:cover;object-position:50% 50%}@media(max-width: 767px){.swiper--feature-list .swiper-button-next,.swiper--feature-list .swiper-button-prev{top:var(--swiper-navigation-top-offset, 98%)}}app-section-header+app-swiper .swiper--feature-list{padding-top:0}.swipers--image-thumbs{width:100%;max-width:800px;margin:0 auto}.swiper--image{width:100%;height:auto;margin:0 0 0px 0}.swiper--image .swiper-slide{width:auto}.swiper--image .swiper-slide img{display:block;margin:0 auto;width:auto;aspect-ratio:auto}.swiper--image .swiper-pagination{position:absolute;z-index:3;color:#fff;text-align:right;padding-right:1rem;margin-top:0;font-size:.875rem;font-weight:bold}.swiper--image .swiper-container{background-color:#58595b}@media(max-width: 767px){.swiper--image .swiper-button-next,.swiper--image .swiper-button-prev{top:var(--swiper-navigation-top-offset, 35%)}}.swiper--thumbnails{width:100%;padding:0;overflow:hidden;background-color:#4a0d66;padding:1rem}.swiper--thumbnails .swiper-slide{border:1px solid rgba(0,0,0,0);opacity:.75;display:flex}.swiper--thumbnails .swiper-slide-active{opacity:1;border:1px solid #fff}.swiper--thumbnails .swiper-slide img{width:auto;height:100%}.swiper--logo-list{padding:0 1rem}.swiper--logo-list .swiper-navigation{margin-top:2rem;display:flex}.swiper--logo-list .swiper-pagination{margin-top:0}.swiper--logo-list .swiper-button-next{position:relative}.swiper--logo-list .swiper-button-prev{position:relative}.swiper--logo-list .feature__media{padding:1rem;width:calc(100% - 2rem)}.swiper--logo-list .feature__image{overflow:hidden}.swiper--logo-list .feature__image *{max-height:140px}.swiper--logo-list .feature--card{border-radius:0;box-shadow:none}.swiper--logo-list a.feature--logo{border:2px solid #fff}.swiper--logo-list a.feature--logo:hover{border-color:#4a0d66}
.app-title{display:flex;flex-direction:column;position:relative}.app-title--left{justify-items:start;text-align:left}.app-title--right{justify-items:end;text-align:right}.app-title__inner{display:grid;grid-template-columns:1fr;grid-template-rows:max-content;position:relative;z-index:0}.app-title__background{position:absolute;height:100%;width:100%;z-index:-1}.app-title__background::after{content:"";z-index:2;position:absolute;top:0;left:0;right:0;bottom:0;background:#000;mix-blend-mode:soft-light;isolation:isolate}.app-title__background-image{height:100%;width:100%;z-index:1}.app-title__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;grid-area:1/1/2/2}.app-title__content{gap:1.25rem}@media screen and (min-width: 20rem){.app-title__content{gap:calc(1.25rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-title__content{gap:1.75rem}}.app-title__content{padding:1.5rem}@media screen and (min-width: 20rem){.app-title__content{padding:calc(1.5rem + 0.75*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-title__content{padding:2.25rem}}.app-title__heading,.app-title__subheading{max-width:800px;margin:0}.app-title__heading{font-weight:700;color:#4a0d66}.app-title__heading{font-size:2rem}@media screen and (min-width: 20rem){.app-title__heading{font-size:calc(2rem + 1.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.app-title__heading{font-size:3.125rem}}.app-title__subheading{font-size:1.375rem}.app-title__outer{display:flex;flex-direction:column;gap:.5rem;width:100%;color:#58595b;font-size:.875rem;margin-bottom:1rem}@media(min-width: 768px){.app-title__outer{flex-direction:row}}.app-title__author{margin:0;line-height:1;font-weight:600;font-size:1.175rem}.app-title__date{margin:0;line-height:1;font-size:1.175rem}.app-title__meta{display:flex;margin-bottom:2rem;flex-direction:column}@media(min-width: 768px){.app-title__meta{flex-direction:row}}.app-title__meta-info{flex:0 0 50%;display:flex;flex-direction:column;gap:.75rem;justify-content:center}.app-title__meta-info a{color:#4a0d66}.app-title__meta-info .meta-info__item{position:relative}.app-title__meta-info .meta-info__item:not(:first-child):before{position:absolute;content:"";left:-0.5rem;top:0;bottom:0;width:1px;background:#4a0d66}.app-title__share{flex:0 0 50%;display:flex;align-items:center;justify-content:flex-start}@media(min-width: 768px){.app-title__share{justify-content:flex-end;margin-top:0}}.app-title__translate{text-align:center;font-weight:bold}@media(min-width: 768px){.app-title__translate{position:absolute;top:1rem;right:0}}.app-title__controls{width:100%;max-width:925px;margin:0rem auto .75rem auto;display:flex;justify-content:center}.app-title__controls a{color:#4a0d66;font-size:1.125rem;text-decoration:none;align-items:center;justify-content:center;display:flex;color:#359a8e;background:#f1f2f2;padding:1rem 1.5rem;text-decoration:underline;text-transform:uppercase;font-weight:400}.app-title__controls a:hover{text-decoration:underline;color:#256d65}.app-title--image .app-title__inner::before{content:"";z-index:-1;pointer-events:none;position:relative;padding-top:35.7142857143%;grid-area:1/1/2/2}.app-title--image .app-title__content{color:#fff}.app-title--article .app-title__inner::before{display:none}.app-title--article .app-title__heading{color:#4a0d66;text-align:center}.app-title--article .app-share__label{font-size:1.125rem;margin-bottom:.25rem;text-align:left;margin-top:1rem}@media(min-width: 768px){.app-title--article .app-share__label{text-align:center;margin-top:0rem}}.app-title--sticky{background-color:#fff;z-index:10;position:fixed;height:auto;top:0;left:0;width:100vw;padding:0rem 0}.app-title--sticky .app-title__share{justify-content:flex-end;flex:0 0 25%}@media(min-width: 768px){.app-title--sticky .app-title__share{flex:0 0 50%}}@media(min-width: 992px){.app-title--sticky .app-title__share{flex:0 0 35%}}.app-title--sticky .app-title__inner{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:82rem;display:flex;justify-content:space-between;padding:1rem 0;gap:1rem}@media(min-width: 84rem){.app-title--sticky .app-title__inner{margin-right:auto;margin-left:auto;width:100%}}.app-title--sticky .app-title__heading{font-size:1.125rem}@media(min-width: 768px){.app-title--sticky .app-title__heading{font-size:1.375rem}}.app-title--sticky .app-title__content{padding:0;text-align:left}.app-title--sticky .app-share{display:flex;align-items:center;gap:.5rem}.app-title--sticky .app-title__progress-bar{background-color:#fff;height:3px;width:100%}.app-title--sticky .app-title__progress-bar::after{content:"";height:4px;position:absolute;bottom:0;left:0;width:100%;transform:translate(0, 100%);display:block;opacity:.4;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0)));background:linear-gradient(to bottom, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e000000", endColorstr="#00000000",GradientType=0 )}.app-title--sticky .app-title__progress{background-color:#d1d3d4;height:3px;width:0%}.app-title--event .app-title__heading{color:#4a0d66}.app-title--event .app-title__detail{margin-bottom:0}
.fr-view,.wysiwyg{font-size:1.375rem;line-height:2rem}.fr-view [id],.wysiwyg [id]{scroll-margin-top:120px}.fr-view iframe,.wysiwyg iframe{max-width:100%}.fr-view h1:not(:first-child),.fr-view h2:not(:first-child),.fr-view h3:not(:first-child),.fr-view h4:not(:first-child),.wysiwyg h1:not(:first-child),.wysiwyg h2:not(:first-child),.wysiwyg h3:not(:first-child),.wysiwyg h4:not(:first-child){margin-top:1.4em}.fr-view h1,.wysiwyg h1{font-weight:800;color:#4a0d66}.fr-view h1,.wysiwyg h1{font-size:2rem}@media screen and (min-width: 20rem){.fr-view h1,.wysiwyg h1{font-size:calc(2rem + 1.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.fr-view h1,.wysiwyg h1{font-size:3.125rem}}.fr-view h2,.wysiwyg h2{font-weight:700;color:#4a0d66}.fr-view h2,.wysiwyg h2{font-size:1.625rem}@media screen and (min-width: 20rem){.fr-view h2,.wysiwyg h2{font-size:calc(1.625rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.fr-view h2,.wysiwyg h2{font-size:2rem}}.fr-view h3,.wysiwyg h3{color:#4a0d66}.fr-view h3,.wysiwyg h3{font-size:1.375rem}@media screen and (min-width: 20rem){.fr-view h3,.wysiwyg h3{font-size:calc(1.375rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.fr-view h3,.wysiwyg h3{font-size:1.625rem}}.fr-view h4,.wysiwyg h4{font-size:1.375rem;font-weight:700;color:#4a0d66;font-size:1.5rem}.fr-view h5,.wysiwyg h5{font-size:1.125rem;color:#4a0d66;font-size:1.425rem}.fr-view h6,.wysiwyg h6{color:#4a0d66;font-size:1.375rem}.fr-view p,.fr-view ol,.fr-view ul,.fr-view li,.fr-view td,.fr-view th,.wysiwyg p,.wysiwyg ol,.wysiwyg ul,.wysiwyg li,.wysiwyg td,.wysiwyg th{font-size:inherit}.fr-view p a,.wysiwyg p a{text-decoration:underline}.fr-view p .btn,.wysiwyg p .btn{text-decoration:none}.fr-view a:not(.btn):not(.app-share__link),.wysiwyg a:not(.btn):not(.app-share__link){text-decoration:underline}.fr-view-media,.wysiwyg-media{max-width:none;padding:0 0 1rem 0;clear:both;margin:0 auto}@media(min-width: 768px){.fr-view-media,.wysiwyg-media{max-width:700px}}.fr-view-media img,.wysiwyg-media img{margin:0}.fr-view-media--floatRight,.fr-view-media--floatLeft,.wysiwyg-media--floatRight,.wysiwyg-media--floatLeft{text-align:unset;margin:unset}@media(min-width: 768px){.fr-view-media--floatRight,.fr-view-media--floatLeft,.wysiwyg-media--floatRight,.wysiwyg-media--floatLeft{max-width:500px}}@media(min-width: 768px){.fr-view-media--floatRight,.wysiwyg-media--floatRight{padding-left:2rem;float:right}}@media(min-width: 768px){.fr-view-media--floatLeft,.wysiwyg-media--floatLeft{padding-right:2rem;float:left}}.fr-view-media__caption,.wysiwyg-media__caption{font-size:.875rem}.fr-view--floatRight,.fr-view--floatLeft,.wysiwyg--floatRight,.wysiwyg--floatLeft{text-align:unset;margin:unset}@media(min-width: 768px){.fr-view--floatRight,.fr-view--floatLeft,.wysiwyg--floatRight,.wysiwyg--floatLeft{max-width:500px}}@media(min-width: 768px){.fr-view--floatRight,.wysiwyg--floatRight{padding-left:2rem;float:right}}@media(min-width: 768px){.fr-view--floatLeft,.wysiwyg--floatLeft{padding-right:2rem;float:left}}.fr-view blockquote,.wysiwyg blockquote{max-width:480px;margin:0 auto;padding:2.5rem 1.5rem 3.5rem;font-size:1.625rem;font-style:italic;text-align:center}@media(min-width: 768px){.fr-view blockquote.quote--right,.wysiwyg blockquote.quote--right{float:right;max-width:368px;padding-left:2.5rem}.fr-view blockquote.quote--left,.wysiwyg blockquote.quote--left{float:left;max-width:368px;padding-right:2.5rem}}.fr-view blockquote cite,.wysiwyg blockquote cite{margin-top:.5rem;font-size:18px;font-weight:700;font-style:normal}.fr-view blockquote cite::before,.wysiwyg blockquote cite::before{content:"";width:80%;margin:0 auto;border-top:1px solid gray;display:block;margin-bottom:1rem}.fr-view blockquote img,.wysiwyg blockquote img{height:85px;width:85px;border-radius:85px;overflow:hidden;margin:0 auto;display:block}.fr-view blockquote img+cite::before,.wysiwyg blockquote img+cite::before{border-top:none}.fr-view li,.wysiwyg li{margin-bottom:1rem}blockquote{padding:0 3rem;position:relative}@media(max-width: 575px){blockquote{padding:0 1.375rem}}blockquote p{font-size:1.375rem}@media(min-width: 992px){blockquote p{font-size:1.625rem}}blockquote p::before,blockquote p::after{position:absolute;top:0;line-height:1;font-size:4rem}@media(max-width: 575px){blockquote p::before,blockquote p::after{font-size:inherit;position:static}}blockquote p::after{right:0}blockquote p::before{left:0}blockquote cite span{font-size:1.375rem;display:block;font-style:normal;margin-bottom:.25rem}blockquote cite span a{font-size:1.125rem}.wysiwyg__video{object-fit:cover;object-position:50% 50%;width:100%;border:none;transition:.2s ease;position:relative;margin-bottom:1rem}.wysiwyg__video--floatRight{float:right}.wysiwyg__video--floatLeft{float:left}@media(min-width: 768px){.wysiwyg__video{max-width:500px}}.wysiwyg__video iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:1}@media(min-width: 768px){.wysiwyg__video iframe{padding-left:2rem}}.wysiwyg__video::after{content:"";position:relative;overflow:hidden;width:100%;padding-top:56.25%;display:block}.fr-view .fr-dib{margin:5px auto;display:block;float:none}.fr-view .fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view .fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view .fr-dii{margin:5px;max-width:calc(100% - 10px);display:inline-block;vertical-align:bottom}.fr-view .fr-dii.fr-fil{margin-left:0;float:left;max-width:calc(100% - 5px)}.fr-view .fr-dii.fr-fir{margin-right:0;float:right;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;box-sizing:border-box;opacity:.9;width:100%;text-align:center}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-gray{color:#aaa !important}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-shadow{box-shadow:10px 10px 5px 0 #ccc}.fr-view .fr-rounded{border-radius:10px;background-clip:padding-box}.fr-view .fr-bordered{box-sizing:content-box;border:solid 5px #ccc}.wysiwyg .btn{box-sizing:border-box;font-size:1.375rem}@media(max-width: 767px){.wysiwyg .btn{padding:.5rem 1rem;font-size:1.125rem}}.aaa-theme .wysiwyg .btn{color:#4a0d66;background-color:#ffa400;box-shadow:0 7px #e09000}.aaa-theme .wysiwyg .btn:hover{box-shadow:0 5px #e09000}.aaa-theme .wysiwyg .btn:is(body:not(.using-mouse) *):focus{outline:3px solid #4a0d66}.aaa-theme .wysiwyg .btn.btn--icon.btn--full{font-size:1.5rem;line-height:1.3}@media(min-width: 992px){.aaa-theme .wysiwyg .btn.btn--icon.btn--full{font-size:2rem}}.section__main div:last-child .wysiwyg{display:inline-block;margin-bottom:4rem;width:100%}.wysiwyg .inline-callout{display:flex;flex-wrap:wrap;column-gap:3rem;margin:1rem -2rem;padding:1rem 2rem;background:#4a0d66;color:#fff}.wysiwyg .inline-callout p{width:100%}.wysiwyg .inline-callout .col{flex:1 1 calc(50% - 1.5rem)}.wysiwyg .inline-callout.sidebar-layout{gap:1rem;max-width:calc(100% + 2rem);margin:1rem 0 1rem -2rem}.wysiwyg .inline-callout.cols--auto .col{flex:1 1 160px}.wysiwyg h2.modal__title{margin-top:0}
.comments-form{position:relative;display:block}.comments-form *{box-sizing:border-box}.comments-form a{text-decoration:underline}.comments-form:not(.comments-form--reply)::before{content:"";position:absolute;z-index:-1;top:0;left:50%;bottom:0;display:block;width:100vw;height:100%;border-top:1px solid #fff;background-color:#4a0d66;transform:translateX(-50%)}.comments-form--reply{display:none}.comments-form--visible{display:block}.comments-form__form{margin:0 auto;padding:2rem 0;color:#fff;overflow:hidden}.comments-form--reply .comments-form__form{color:#000}.comments-form__form-title{width:100%;font-size:1.375rem;font-weight:700}.comments-form--reply .comments-form__form-title{color:#4a0d66}.comments-form__form-wrapper{display:flex;align-items:start;justify-content:center;margin:1rem 0;gap:2rem}@media(max-width: 767px){.comments-form__form-wrapper{flex-wrap:wrap}}.comments-form__form-wrapper input:not([type=checkbox],[type=radio],[type=file],[type=submit]),.comments-form__form-wrapper textarea,.comments-form__form-wrapper select{appearance:none;all:unset;max-width:100%;width:100%;height:2.5rem;padding:.375rem .75rem;color:#000;font-size:1rem;line-height:1.5;background:#fff;box-sizing:border-box;border:1px solid #a9a9a9;border-radius:.375rem;transition:.1s ease}.comments-form__form-wrapper input:not([type=checkbox],[type=radio],[type=file],[type=submit])::placeholder,.comments-form__form-wrapper input:not([type=checkbox],[type=radio],[type=file],[type=submit]).is-placeholder,.comments-form__form-wrapper textarea::placeholder,.comments-form__form-wrapper textarea.is-placeholder,.comments-form__form-wrapper select::placeholder,.comments-form__form-wrapper select.is-placeholder{color:#555}.comments-form__form-wrapper input:not([type=checkbox],[type=radio],[type=file],[type=submit]):focus,.comments-form__form-wrapper textarea:focus,.comments-form__form-wrapper select:focus{border-color:#ffa400;box-shadow:0 0 .5rem rgba(0,0,0,.15),0 0 .75rem rgba(0,0,0,.05)}.comments-form__form-wrapper textarea{display:block;height:200px;width:100%;margin:0;padding:.375rem .75rem;border-radius:6px;resize:vertical}@media(min-width: 992px){.comments-form__form-wrapper textarea{height:calc(100% + 6px)}}.comments-form__form-textarea{width:100%;resize:none}@media(min-width: 768px){.comments-form__form-textarea{flex-grow:1}}.comments-form__form-inputs{display:flex;flex-shrink:0;flex-wrap:wrap;gap:1rem;width:100%}@media(min-width: 576px){.comments-form__form-inputs input.w50{width:calc(50% - .5rem)}}@media(min-width: 768px){.comments-form__form-inputs{width:320px}}@media(min-width: 992px){.comments-form__form-inputs{width:400px}}.comments-form__form-submit{display:flex;width:100%}.comments-form__form-submit .btn{width:100%;padding:.6rem 2rem;font-size:1rem;line-height:1.25}.comments-form__form p.status{display:none;margin-top:1rem;font-style:italic;opacity:0;transition:opacity 300ms}.comments-form--reply .comments-form__form p.status{color:#000}
.comments-node a{text-decoration:underline}.comments-node__header time{font-size:.938rem}.comments-node__user{margin:0;font-size:1.375rem;font-weight:700}.comments-node__header{padding-bottom:1rem;border-bottom:1px solid #aaa}.comments-node__body{margin:1rem 0}.comments-node__comment{font-size:1.25rem}
.multi-page-footer{display:flex;flex-direction:column}.multi-page-footer{--spacing:1.5rem}@media screen and (min-width: 20rem){.multi-page-footer{--spacing:calc(1.5rem + 1*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-footer{--spacing:2.5rem}}.multi-page-footer{--spacingSm:1rem}@media screen and (min-width: 20rem){.multi-page-footer{--spacingSm:calc(1rem + 0.5*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-footer{--spacingSm:1.5rem}}.multi-page-footer{--spacingXs:.75rem}@media screen and (min-width: 20rem){.multi-page-footer{--spacingXs:calc(0.75rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-footer{--spacingXs:1rem}}.multi-page-footer__scroll{all:unset;appearance:none;cursor:pointer;transition:.2s ease;padding:.5rem 1rem;color:#fff;display:flex;justify-content:center;align-items:center;gap:.5rem;text-transform:uppercase;text-align:center;background:#35054b;font-weight:700}.multi-page-footer__scroll::before{content:"";height:0;width:0;border-inline:.325rem solid rgba(0,0,0,0);border-bottom:.45rem solid;border-radius:.125rem;transition:.2s ease}.multi-page-footer__scroll:hover{background:#240333}.multi-page-footer__scroll--fixed{position:fixed;bottom:0;right:50%;z-index:99;display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;height:30px;padding:.5rem .75rem;visibility:hidden;opacity:0;font-size:.875rem;border-radius:4px 4px 0 0;transform:translateX(50%)}.multi-page-footer__scroll--fixed.is-active{visibility:visible;opacity:1}.multi-page-footer__inner{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:82rem;padding-block:var(--spacing);display:flex;flex-direction:column;align-items:center}@media(min-width: 84rem){.multi-page-footer__inner{margin-right:auto;margin-left:auto;width:100%}}.multi-page-footer__logo{display:flex;justify-content:center;margin-bottom:var(--spacingSm)}.multi-page-footer__logo-link{text-align:center;color:#359a8e;text-decoration:underline;font-weight:700}.multi-page-footer__logo-link{font-size:1.3875rem}@media screen and (min-width: 20rem){.multi-page-footer__logo-link{font-size:calc(1.3875rem + 0.3625*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-footer__logo-link{font-size:1.75rem}}.multi-page-footer__address{font-weight:700;margin-bottom:var(--spacingSm);text-align:center}.multi-page-footer__address{font-size:1.125rem}@media screen and (min-width: 20rem){.multi-page-footer__address{font-size:calc(1.125rem + 0.375*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-footer__address{font-size:1.5rem}}.multi-page-footer__main{display:flex;flex-direction:column;border-top:1px solid #f1f2f2;width:100%;padding-top:var(--spacing)}.multi-page-footer__content{width:100%;padding-top:var(--spacing)}.multi-page-footer__meta{display:inline-block;padding:0;line-height:2em;text-align:center}.multi-page-footer__legal{display:inline}.multi-page-footer__legal{font-size:1rem}@media screen and (min-width: 20rem){.multi-page-footer__legal{font-size:calc(1rem + 0.125*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-footer__legal{font-size:1.125rem}}.multi-page-footer__legal::after{content:" ";letter-spacing:1em;background:linear-gradient(90deg, transparent calc(50% - 0.03125em), currentColor 0, currentColor calc(50% + 0.03125em), transparent 0);opacity:.7}.multi-page-footer__legal a{color:inherit;text-decoration:underline}
.multi-page-header{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 .5rem .5rem -0.5rem rgba(0,0,0,.2);transition:.2s ease}.multi-page-header:not(.scroll-up *,.is-open).should-hide{transform:translateY(-100%)}.multi-page-header__inner{display:flex;flex-direction:column}.multi-page-header__main{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;z-index:0}@media(min-width: 576px){.multi-page-header__main{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto}}@media(min-width: 992px){.multi-page-header__main{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}}.multi-page-header__logo{display:flex;justify-content:center;align-items:center;justify-self:start;flex:0 1 auto;grid-area:1/1/2/2;padding:2rem 1rem 2rem 2rem}@media(min-width: 576px){.multi-page-header__logo{grid-area:1/1/2/3}}@media(min-width: 992px){.multi-page-header__logo{padding:2rem 0 2rem 2rem}}.multi-page-header__logo-img{width:100%;max-width:300px;height:auto}.multi-page-header__info{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:1rem;grid-area:3/1/4/3;color:#fff;background:#888;border-top:1px solid #fff;padding:1rem}@media(min-width: 576px){.multi-page-header__info{grid-area:2/2/3/4;border-top:none;border-left:1px solid #fff}}@media(min-width: 992px){.multi-page-header__info{background:rgba(0,0,0,0);color:inherit;border:none;padding-block:2rem}}.multi-page-header__info-item{display:flex}.multi-page-header__info-item{font-size:1.25rem}@media screen and (min-width: 20rem){.multi-page-header__info-item{font-size:calc(1.25rem + 0.25*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-header__info-item{font-size:1.5rem}}.multi-page-header__info-item:not(.no-separator,:last-child)::after{content:"";width:2px;background:currentColor;margin-left:1rem;pointer-events:none}.multi-page-header__action{display:flex;grid-area:2/1/3/3}@media(min-width: 576px){.multi-page-header__action{align-self:stretch;grid-area:2/1/3/2}}.multi-page-header__action-item{display:flex;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;color:#4a0d66;font-weight:700;text-align:center;text-transform:uppercase;background:var(--donate-background);transition:.2s ease}.multi-page-header__action-item{font-size:1.125rem}@media screen and (min-width: 20rem){.multi-page-header__action-item{font-size:calc(1.125rem + 0.2625*(100vw - 20rem)/62)}}@media screen and (min-width: 82rem){.multi-page-header__action-item{font-size:1.3875rem}}@media(min-width: 992px){.multi-page-header__action-item{width:auto;padding:1rem 1.75rem}}.multi-page-header__action-item:hover{color:#4a0d66;text-decoration:none;background-color:#e09000}.multi-page-header__toggle{all:unset;cursor:pointer;grid-area:2/3/4/5;align-self:center;justify-self:end;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;cursor:pointer;appearance:none;border:none;background:rgba(0,0,0,0);min-width:1.75rem;flex:0 0 auto;padding:2rem 2rem 1.25rem 1rem;position:relative;color:#4a0d66;transition:.2s ease;grid-area:1/2/2/3}@media(min-width: 576px){.multi-page-header__toggle{grid-area:1/3/2/4}}@media(min-width: 992px){.multi-page-header__toggle{display:none}}body:not(.using-mouse) .multi-page-header__toggle:focus{outline:none;box-shadow:inset 0 0 0 .125rem #4a0d66}.multi-page-header__toggle:hover{color:#35054b}.multi-page-header__toggle span{grid-area:2/1/3/2;transition:.4s ease}.multi-page-header__toggle span:first-of-type{opacity:1;visibility:visible}.multi-page-header__toggle span:last-of-type{opacity:0;visibility:hidden}.multi-page-header__toggle i{grid-area:1/1/2/2;justify-self:center}.multi-page-header__toggle i::before{display:block;font-size:1.75rem;color:currentColor;transition:.4s ease}.multi-page-header__toggle i:last-of-type::before{font-size:1.5rem;opacity:0}.is-open .multi-page-header__toggle span:first-of-type{opacity:0;visibility:hidden}.is-open .multi-page-header__toggle span:last-of-type{opacity:1;visibility:visible}.is-open .multi-page-header__toggle i::before{transform:rotate(180deg)}.is-open .multi-page-header__toggle i:first-of-type::before{opacity:0}.is-open .multi-page-header__toggle i:last-of-type::before{opacity:1}
.btn{appearance:none;all:unset;display:inline-flex;align-items:center;justify-content:center;width:auto;cursor:pointer;text-align:center;color:#fff;background:#359a8e;font-weight:700;padding:.6rem 2rem;border-radius:.25rem;box-shadow:0 7px #256d65;position:relative}.disabled.btn,[disabled].btn{pointer-events:none;opacity:.65}.btn:hover{color:#fff;box-shadow:0 5px #808285;top:2px;box-shadow:0 5px #256d65;text-decoration:none}.btn--ghost{background:#fff;border-color:#359a8e;color:#359a8e}.btn--ghost:hover{background:#fff;border-color:#fff;color:#359a8e}.btn--secondary{background:#fab636;color:#58595b}.btn--secondary:hover{background:#fff;color:#58595b}.btn--ghost.btn--secondary{background:rgba(0,0,0,0);border-color:#fab636;color:#fab636}.btn--ghost.btn--secondary:hover{border-color:#fff;background:#fff;color:#58595b}:root{--xs: 0;--sm: 576px;--md: 768px;--lg: 992px;--xl: 1200px;--sm_dn: 575px;--md_dn: 767px;--lg_dn: 991px;--xl_dn: 1199px;--fill-darkGray: #58595b;--fill-lightGray: #d1d3d4;--fill-lighterGray: #f1f2f2;--fill-blue: #1e90ff;--fill-purple: #4A0D66;--donate-background: #FFA805;--purple: #4A0D66}:root,[data-bs-theme=light]{--bs-blue: #1e90ff;--bs-indigo: #6610f2;--bs-purple: #4A0D66;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fab636;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #1e90ff;--bs-secondary: #6c757d;--bs-success: #5ac18e;--bs-info: #0dcaf0;--bs-warning: #ffd700;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 30, 144, 255;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 90, 193, 142;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 215, 0;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #0c3a66;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #244d39;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #665600;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #d2e9ff;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #def3e8;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff7cc;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #a5d3ff;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #bde6d2;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffef99;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #1e90ff;--bs-link-color-rgb: 30, 144, 255;--bs-link-decoration: underline;--bs-link-hover-color: #1873cc;--bs-link-hover-color-rgb: 24, 115, 204;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(30, 144, 255, 0.25);--bs-form-valid-color: #5ac18e;--bs-form-valid-border-color: #5ac18e;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #78bcff;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #9cdabb;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffe766;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #061d33;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #12271c;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332b00;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #125699;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #367455;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #998100;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #78bcff;--bs-link-hover-color: #93c9ff;--bs-link-color-rgb: 120, 188, 255;--bs-link-hover-color-rgb: 147, 201, 255;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#000 !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#000 !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(75, 166, 255, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(75, 166, 255, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(123, 205, 165, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(123, 205, 165, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 223, 51, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 223, 51, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #d2e9ff;--bs-table-border-color: #a8bacc;--bs-table-striped-bg: #c8ddf2;--bs-table-striped-color: #000;--bs-table-active-bg: #bdd2e6;--bs-table-active-color: #000;--bs-table-hover-bg: #c2d8ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #def3e8;--bs-table-border-color: #b2c2ba;--bs-table-striped-bg: #d3e7dc;--bs-table-striped-color: #000;--bs-table-active-bg: #c8dbd1;--bs-table-active-color: #000;--bs-table-hover-bg: #cde1d7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #a6c3ca;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff7cc;--bs-table-border-color: #ccc6a3;--bs-table-striped-bg: #f2ebc2;--bs-table-striped-color: #000;--bs-table-active-bg: #e6deb8;--bs-table-active-color: #000;--bs-table-hover-bg: #ece4bd;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #c6acae;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#8fc8ff;outline:0;box-shadow:0 0 0 .25rem rgba(30,144,255,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#8fc8ff;outline:0;box-shadow:0 0 0 .25rem rgba(30,144,255,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8fc8ff;outline:0;box-shadow:0 0 0 .25rem rgba(30,144,255,.25)}.form-check-input:checked{background-color:#1e90ff;border-color:#1e90ff}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#1e90ff;border-color:#1e90ff;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238fc8ff'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(30,144,255,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(30,144,255,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#1e90ff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bcdeff}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#1e90ff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#bcdeff}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width)*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235ac18e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235ac18e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}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:.35em .75em .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}:root{--xs: 0;--sm: 576px;--md: 768px;--lg: 992px;--xl: 1200px;--sm_dn: 575px;--md_dn: 767px;--lg_dn: 991px;--xl_dn: 1199px;--fill-darkGray: #58595b;--fill-lightGray: #d1d3d4;--fill-lighterGray: #f1f2f2;--fill-blue: #1e90ff;--fill-purple: #4A0D66}html{font-size:16px;box-sizing:border-box;scroll-behavior:smooth}*,*::before,*::after{box-sizing:inherit}html,body{height:100%}body{margin:0;padding:0;font-size:1.125rem;line-height:1.3;font-family:"HouschkaAltPro",Arial,sans-serif;font-weight:400;color:#58595b;max-width:100%;overflow-x:hidden}body *:focus-visible{outline:none;outline:3px solid #fab636;outline-offset:-3px}.hideVisually,.hide-visually{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}*:where(img){max-width:100%}*:where(img):where([height]){height:auto}*:where(img):where([width]){width:auto}*:where(img):where([style*="--height"][style*="--width"]){aspect-ratio:var(--width)/var(--height);object-fit:cover;object-position:50% 50%}@media print{*{color:#000 !important}.app-title,div,section,main,header,footer,p,h1,h2,h3,h4,h5,h6,blockquote,aside,ul,ol,dl,pre,address,h4,table,article{display:block !important}.app-title--sticky,.breadcrumbs,.app-title__share,.header,.footer,.mainNav,.topLinks,.mainHelpline,.headerShim,.headerDonateBtn,.headerDonateBtnB,.interrupter,.scrollTrackerContainer,.mastheadGoTo,img:not(.print),.newsletterTease,.teaseBoxRow,.preFooter,.articleAnchorBox,.interiorShare,.menuToggle,footer{display:none !important}header{position:static !important;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;height:75px !important;-webkit-transform:none !important;transform:none !important;opacity:1 !important}.logo img{display:block !important}.masthead{padding-top:0 !important}.callout{padding:0 !important;background:none !important;margin-bottom:1.8rem !important}.callout:before{display:none !important}}.testicon::after{content:"d";font-family:"alz-icon";vertical-align:middle}.grecaptcha-badge{display:none}div.ktc-file-selector .ktc-form-control.ktc-multi-file-box .ktc-selector-thumbnail img.ktc-thumbnail-image{width:50px !important;height:50px !important}h1,h2,h3,h4,h5,h6,hgroup,hr,ul,ol,dl,blockquote,p,address,figure,pre{margin:0 0 1.5rem}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HouschkaAltPro",Arial,sans-serif;font-weight:700;line-height:1.25}h1,.h1{font-size:2.25rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1.125rem}hr{margin-top:1.5rem;border:none;border-top:1px solid}a{transition:all .1s ease;color:#256d65;text-decoration:none;background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:hover{color:#359a8e;text-decoration:underline}:is(h1,h2,h3,h4,h5,h6)>a,p a,a.feature__tag,a.feature__cta:not(.btn),a.app-title__add,.multi-page-footer a{text-decoration:underline}[class*=composition--fill-] .app-banner__copy a,[class*=composition--fill-] .feature__copy a,.swiper-caption p a{color:inherit}[class*=composition--fill-] .app-banner__copy a:hover,[class*=composition--fill-] .feature__copy a:hover,.swiper-caption p a:hover{color:#fab636}[class*=composition--fill-][class*=gray] .app-banner__copy a,[class*=composition--fill-][class*=Gray] .app-banner__copy a,[class*=composition--fill-][class*=gray] .feature__copy a,[class*=composition--fill-][class*=Gray] .feature__copy a{color:#256d65}[class*=composition--fill-][class*=gray] .app-banner__copy a:hover,[class*=composition--fill-][class*=Gray] .app-banner__copy a:hover,[class*=composition--fill-][class*=gray] .feature__copy a:hover,[class*=composition--fill-][class*=Gray] .feature__copy a:hover{color:#4a4a4a}[class^=glyph-]::before,[class*=" glyph-"]::before{font-family:"icons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media speech{[class^=glyph-]::before,[class*=" glyph-"]::before{display:none;visibility:hidden}}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto !important;clip-path:none !important;height:auto !important;margin:auto !important;overflow:visible !important;width:auto !important;white-space:normal !important}@keyframes glyph-loading{to{transform:rotate(360deg)}}@media(max-width: 575px){.page{overflow-x:hidden}}@supports(display: grid){.page{display:grid;grid-template-rows:var(--header-height, 158px) 1fr max-content;grid-template-columns:minmax(0, 1fr);min-height:100vh}@media(min-width: 768px){.page{grid-template-rows:var(--header-height, 185px) 1fr max-content}}@media(min-width: 992px){.page{grid-template-rows:var(--header-height, 200px) 1fr max-content}}body:not(.is-landing) .page::before{content:"";visibility:hidden;pointer-events:none}}.is-landing .page{display:block}.mobiletable{border-collapse:collapse;width:100%;margin-top:20px;border-width:1px;border-style:solid;border-color:#bcbec0}.mobiletable th{background:#4a0d66;color:#fff;font-size:1.375rem;text-align:center;padding:13px 15px;font-weight:600;border-right:2px solid #d8d8d8}.mobiletable td{width:auto;font-size:1.375rem;padding:21px 10px;text-align:left;vertical-align:top;line-height:1.3}.mobiletableview{border-width:1px;border-style:solid;border-color:#bcbec0;font-size:1.125rem;margin-top:20px;padding:0}.rowcontainer:nth-of-type(odd){background-color:#fff}.rowcontainer:nth-of-type(even){background-color:#f1f2f2}.mobiledataheader{font-weight:bold;padding:10px 15px}.mobiledatacell{padding:10px 15px}@media screen and (max-width: 575px){.mobiletableview{font-size:4vw}}@media screen and (max-width: 767px){.mobiletable{display:none}}@media(min-width: 768px){.mobiletableview{display:none}}section{width:100%}section .section__inner{position:relative}section.section--sm>.section__inner{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:64rem}@media(min-width: 66rem){section.section--sm>.section__inner{margin-right:auto;margin-left:auto;width:100%}}section:not(.section--sm)>.section__inner{margin-right:1rem;margin-left:1rem;width:calc(100% - 2rem);max-width:82rem}@media(min-width: 84rem){section:not(.section--sm)>.section__inner{margin-right:auto;margin-left:auto;width:100%}}section.section--split .section__main{min-width:0}@media(min-width: 992px){section.section--split>.section__inner{display:flex}section.section--split>.section__inner>.section__main,section.section--split>.section__inner>.section__rail{margin:0 1.5rem}section.section--split>.section__inner>.section__main:nth-child(1),section.section--split>.section__inner>.section__rail:nth-child(1){margin-left:0}section.section--split>.section__inner>.section__main:nth-child(2),section.section--split>.section__inner>.section__rail:nth-child(2){margin-right:0}section.section--split>.section__inner>.section__main:only-child,section.section--split>.section__inner>.section__rail:only-child{margin:0}.page-builder section.section--split>.section__inner>.section__main,.page-builder section.section--split>.section__inner>.section__rail{overflow:visible}section.section--split>.section__inner>.section__main{flex:1 1 calc(100% - 1.5rem)}section.section--split>.section__inner>.section__rail{flex:0 0 calc(22rem - 1.5rem)}}section.section--split>.section__inner .section__main+.section__rail{margin-top:1rem}@media(min-width: 992px){section.section--split>.section__inner .section__main+.section__rail{margin-top:0}}.grid{display:grid;grid-template-columns:minmax(0, 1fr);gap:0;grid-auto-flow:dense;justify-items:stretch;align-items:stretch}.grid__item{grid-column:span 1/span 1;grid-row:span 1/span 1}.grid__item>*,.grid__item>blue-component>*{max-width:100%}.grid--match-height .grid__item{display:flex}.grid--match-height .grid__item>*,.grid--match-height .grid__item>blue-component>*{height:auto;align-self:stretch;flex:1 1 100%}.grid--gap-0{gap:0}.grid--gap-05{gap:0.5rem}.grid--gap-1{gap:1rem}.grid--gap-2{gap:2rem}.grid--gap-3{gap:3rem}.grid--gap-4{gap:4rem}.grid--gap-x-0{row-gap:0}.grid--gap-x-05{row-gap:0.5rem}.grid--gap-x-1{row-gap:1rem}.grid--gap-x-2{row-gap:2rem}.grid--gap-x-3{row-gap:3rem}.grid--gap-x-4{row-gap:4rem}.grid--gap-y-0{column-gap:0}.grid--gap-y-05{column-gap:0.5rem}.grid--gap-y-1{column-gap:1rem}.grid--gap-y-2{column-gap:2rem}.grid--gap-y-3{column-gap:3rem}.grid--gap-y-4{column-gap:4rem}.grid--cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid__item--col-span-1{grid-column:span 1/span 1}.grid__item--row-span-1{grid-row:span 1/span 1}.grid--cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid__item--col-span-2{grid-column:span 2/span 2}.grid__item--row-span-2{grid-row:span 2/span 2}.grid--cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid__item--col-span-3{grid-column:span 3/span 3}.grid__item--row-span-3{grid-row:span 3/span 3}.grid--cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid__item--col-span-4{grid-column:span 4/span 4}.grid__item--row-span-4{grid-row:span 4/span 4}.grid--cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid__item--col-span-5{grid-column:span 5/span 5}.grid__item--row-span-5{grid-row:span 5/span 5}.grid--cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid__item--col-span-6{grid-column:span 6/span 6}.grid__item--row-span-6{grid-row:span 6/span 6}.grid--cols-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid__item--col-span-7{grid-column:span 7/span 7}.grid__item--row-span-7{grid-row:span 7/span 7}.grid--cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid__item--col-span-8{grid-column:span 8/span 8}.grid__item--row-span-8{grid-row:span 8/span 8}.grid--cols-9{grid-template-columns:repeat(9, minmax(0, 1fr))}.grid__item--col-span-9{grid-column:span 9/span 9}.grid__item--row-span-9{grid-row:span 9/span 9}.grid--cols-10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid__item--col-span-10{grid-column:span 10/span 10}.grid__item--row-span-10{grid-row:span 10/span 10}.grid--cols-11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid__item--col-span-11{grid-column:span 11/span 11}.grid__item--row-span-11{grid-row:span 11/span 11}.grid--cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid__item--col-span-12{grid-column:span 12/span 12}.grid__item--row-span-12{grid-row:span 12/span 12}.grid__item--col-start-1{grid-column-start:1}.grid__item--col-end-1{grid-column-end:1}.grid__item--col-start-2{grid-column-start:2}.grid__item--col-end-2{grid-column-end:2}.grid__item--col-start-3{grid-column-start:3}.grid__item--col-end-3{grid-column-end:3}.grid__item--col-start-4{grid-column-start:4}.grid__item--col-end-4{grid-column-end:4}.grid__item--col-start-5{grid-column-start:5}.grid__item--col-end-5{grid-column-end:5}.grid__item--col-start-6{grid-column-start:6}.grid__item--col-end-6{grid-column-end:6}.grid__item--col-start-7{grid-column-start:7}.grid__item--col-end-7{grid-column-end:7}.grid__item--col-start-8{grid-column-start:8}.grid__item--col-end-8{grid-column-end:8}.grid__item--col-start-9{grid-column-start:9}.grid__item--col-end-9{grid-column-end:9}.grid__item--col-start-10{grid-column-start:10}.grid__item--col-end-10{grid-column-end:10}.grid__item--col-start-11{grid-column-start:11}.grid__item--col-end-11{grid-column-end:11}.grid__item--col-start-12{grid-column-start:12}.grid__item--col-end-12{grid-column-end:12}@media(min-width: 0){.grid--gap-xs0{gap:0}.grid--gap-xs05{gap:0.5rem}.grid--gap-xs1{gap:1rem}.grid--gap-xs2{gap:2rem}.grid--gap-xs3{gap:3rem}.grid--gap-xs4{gap:4rem}.grid--gap-x-xs0{row-gap:0}.grid--gap-x-xs05{row-gap:0.5rem}.grid--gap-x-xs1{row-gap:1rem}.grid--gap-x-xs2{row-gap:2rem}.grid--gap-x-xs3{row-gap:3rem}.grid--gap-x-xs4{row-gap:4rem}.grid--gap-y-xs0{column-gap:0}.grid--gap-y-xs05{column-gap:0.5rem}.grid--gap-y-xs1{column-gap:1rem}.grid--gap-y-xs2{column-gap:2rem}.grid--gap-y-xs3{column-gap:3rem}.grid--gap-y-xs4{column-gap:4rem}.grid--cols-xs1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid__item--col-span-xs1{grid-column:span 1/span 1}.grid__item--row-span-xs1{grid-row:span 1/span 1}.grid--cols-xs2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid__item--col-span-xs2{grid-column:span 2/span 2}.grid__item--row-span-xs2{grid-row:span 2/span 2}.grid--cols-xs3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid__item--col-span-xs3{grid-column:span 3/span 3}.grid__item--row-span-xs3{grid-row:span 3/span 3}.grid--cols-xs4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid__item--col-span-xs4{grid-column:span 4/span 4}.grid__item--row-span-xs4{grid-row:span 4/span 4}.grid--cols-xs5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid__item--col-span-xs5{grid-column:span 5/span 5}.grid__item--row-span-xs5{grid-row:span 5/span 5}.grid--cols-xs6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid__item--col-span-xs6{grid-column:span 6/span 6}.grid__item--row-span-xs6{grid-row:span 6/span 6}.grid--cols-xs7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid__item--col-span-xs7{grid-column:span 7/span 7}.grid__item--row-span-xs7{grid-row:span 7/span 7}.grid--cols-xs8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid__item--col-span-xs8{grid-column:span 8/span 8}.grid__item--row-span-xs8{grid-row:span 8/span 8}.grid--cols-xs9{grid-template-columns:repeat(9, minmax(0, 1fr))}.grid__item--col-span-xs9{grid-column:span 9/span 9}.grid__item--row-span-xs9{grid-row:span 9/span 9}.grid--cols-xs10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid__item--col-span-xs10{grid-column:span 10/span 10}.grid__item--row-span-xs10{grid-row:span 10/span 10}.grid--cols-xs11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid__item--col-span-xs11{grid-column:span 11/span 11}.grid__item--row-span-xs11{grid-row:span 11/span 11}.grid--cols-xs12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid__item--col-span-xs12{grid-column:span 12/span 12}.grid__item--row-span-xs12{grid-row:span 12/span 12}.grid__item--col-start-xs1{grid-column-start:1}.grid__item--col-end-xs1{grid-column-end:1}.grid__item--col-start-xs2{grid-column-start:2}.grid__item--col-end-xs2{grid-column-end:2}.grid__item--col-start-xs3{grid-column-start:3}.grid__item--col-end-xs3{grid-column-end:3}.grid__item--col-start-xs4{grid-column-start:4}.grid__item--col-end-xs4{grid-column-end:4}.grid__item--col-start-xs5{grid-column-start:5}.grid__item--col-end-xs5{grid-column-end:5}.grid__item--col-start-xs6{grid-column-start:6}.grid__item--col-end-xs6{grid-column-end:6}.grid__item--col-start-xs7{grid-column-start:7}.grid__item--col-end-xs7{grid-column-end:7}.grid__item--col-start-xs8{grid-column-start:8}.grid__item--col-end-xs8{grid-column-end:8}.grid__item--col-start-xs9{grid-column-start:9}.grid__item--col-end-xs9{grid-column-end:9}.grid__item--col-start-xs10{grid-column-start:10}.grid__item--col-end-xs10{grid-column-end:10}.grid__item--col-start-xs11{grid-column-start:11}.grid__item--col-end-xs11{grid-column-end:11}.grid__item--col-start-xs12{grid-column-start:12}.grid__item--col-end-xs12{grid-column-end:12}}@media(min-width: 576px){.grid--gap-sm0{gap:0}.grid--gap-sm05{gap:0.5rem}.grid--gap-sm1{gap:1rem}.grid--gap-sm2{gap:2rem}.grid--gap-sm3{gap:3rem}.grid--gap-sm4{gap:4rem}.grid--gap-x-sm0{row-gap:0}.grid--gap-x-sm05{row-gap:0.5rem}.grid--gap-x-sm1{row-gap:1rem}.grid--gap-x-sm2{row-gap:2rem}.grid--gap-x-sm3{row-gap:3rem}.grid--gap-x-sm4{row-gap:4rem}.grid--gap-y-sm0{column-gap:0}.grid--gap-y-sm05{column-gap:0.5rem}.grid--gap-y-sm1{column-gap:1rem}.grid--gap-y-sm2{column-gap:2rem}.grid--gap-y-sm3{column-gap:3rem}.grid--gap-y-sm4{column-gap:4rem}.grid--cols-sm1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid__item--col-span-sm1{grid-column:span 1/span 1}.grid__item--row-span-sm1{grid-row:span 1/span 1}.grid--cols-sm2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid__item--col-span-sm2{grid-column:span 2/span 2}.grid__item--row-span-sm2{grid-row:span 2/span 2}.grid--cols-sm3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid__item--col-span-sm3{grid-column:span 3/span 3}.grid__item--row-span-sm3{grid-row:span 3/span 3}.grid--cols-sm4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid__item--col-span-sm4{grid-column:span 4/span 4}.grid__item--row-span-sm4{grid-row:span 4/span 4}.grid--cols-sm5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid__item--col-span-sm5{grid-column:span 5/span 5}.grid__item--row-span-sm5{grid-row:span 5/span 5}.grid--cols-sm6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid__item--col-span-sm6{grid-column:span 6/span 6}.grid__item--row-span-sm6{grid-row:span 6/span 6}.grid--cols-sm7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid__item--col-span-sm7{grid-column:span 7/span 7}.grid__item--row-span-sm7{grid-row:span 7/span 7}.grid--cols-sm8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid__item--col-span-sm8{grid-column:span 8/span 8}.grid__item--row-span-sm8{grid-row:span 8/span 8}.grid--cols-sm9{grid-template-columns:repeat(9, minmax(0, 1fr))}.grid__item--col-span-sm9{grid-column:span 9/span 9}.grid__item--row-span-sm9{grid-row:span 9/span 9}.grid--cols-sm10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid__item--col-span-sm10{grid-column:span 10/span 10}.grid__item--row-span-sm10{grid-row:span 10/span 10}.grid--cols-sm11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid__item--col-span-sm11{grid-column:span 11/span 11}.grid__item--row-span-sm11{grid-row:span 11/span 11}.grid--cols-sm12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid__item--col-span-sm12{grid-column:span 12/span 12}.grid__item--row-span-sm12{grid-row:span 12/span 12}.grid__item--col-start-sm1{grid-column-start:1}.grid__item--col-end-sm1{grid-column-end:1}.grid__item--col-start-sm2{grid-column-start:2}.grid__item--col-end-sm2{grid-column-end:2}.grid__item--col-start-sm3{grid-column-start:3}.grid__item--col-end-sm3{grid-column-end:3}.grid__item--col-start-sm4{grid-column-start:4}.grid__item--col-end-sm4{grid-column-end:4}.grid__item--col-start-sm5{grid-column-start:5}.grid__item--col-end-sm5{grid-column-end:5}.grid__item--col-start-sm6{grid-column-start:6}.grid__item--col-end-sm6{grid-column-end:6}.grid__item--col-start-sm7{grid-column-start:7}.grid__item--col-end-sm7{grid-column-end:7}.grid__item--col-start-sm8{grid-column-start:8}.grid__item--col-end-sm8{grid-column-end:8}.grid__item--col-start-sm9{grid-column-start:9}.grid__item--col-end-sm9{grid-column-end:9}.grid__item--col-start-sm10{grid-column-start:10}.grid__item--col-end-sm10{grid-column-end:10}.grid__item--col-start-sm11{grid-column-start:11}.grid__item--col-end-sm11{grid-column-end:11}.grid__item--col-start-sm12{grid-column-start:12}.grid__item--col-end-sm12{grid-column-end:12}}@media(min-width: 768px){.grid--gap-md0{gap:0}.grid--gap-md05{gap:0.5rem}.grid--gap-md1{gap:1rem}.grid--gap-md2{gap:2rem}.grid--gap-md3{gap:3rem}.grid--gap-md4{gap:4rem}.grid--gap-x-md0{row-gap:0}.grid--gap-x-md05{row-gap:0.5rem}.grid--gap-x-md1{row-gap:1rem}.grid--gap-x-md2{row-gap:2rem}.grid--gap-x-md3{row-gap:3rem}.grid--gap-x-md4{row-gap:4rem}.grid--gap-y-md0{column-gap:0}.grid--gap-y-md05{column-gap:0.5rem}.grid--gap-y-md1{column-gap:1rem}.grid--gap-y-md2{column-gap:2rem}.grid--gap-y-md3{column-gap:3rem}.grid--gap-y-md4{column-gap:4rem}.grid--cols-md1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid__item--col-span-md1{grid-column:span 1/span 1}.grid__item--row-span-md1{grid-row:span 1/span 1}.grid--cols-md2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid__item--col-span-md2{grid-column:span 2/span 2}.grid__item--row-span-md2{grid-row:span 2/span 2}.grid--cols-md3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid__item--col-span-md3{grid-column:span 3/span 3}.grid__item--row-span-md3{grid-row:span 3/span 3}.grid--cols-md4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid__item--col-span-md4{grid-column:span 4/span 4}.grid__item--row-span-md4{grid-row:span 4/span 4}.grid--cols-md5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid__item--col-span-md5{grid-column:span 5/span 5}.grid__item--row-span-md5{grid-row:span 5/span 5}.grid--cols-md6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid__item--col-span-md6{grid-column:span 6/span 6}.grid__item--row-span-md6{grid-row:span 6/span 6}.grid--cols-md7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid__item--col-span-md7{grid-column:span 7/span 7}.grid__item--row-span-md7{grid-row:span 7/span 7}.grid--cols-md8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid__item--col-span-md8{grid-column:span 8/span 8}.grid__item--row-span-md8{grid-row:span 8/span 8}.grid--cols-md9{grid-template-columns:repeat(9, minmax(0, 1fr))}.grid__item--col-span-md9{grid-column:span 9/span 9}.grid__item--row-span-md9{grid-row:span 9/span 9}.grid--cols-md10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid__item--col-span-md10{grid-column:span 10/span 10}.grid__item--row-span-md10{grid-row:span 10/span 10}.grid--cols-md11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid__item--col-span-md11{grid-column:span 11/span 11}.grid__item--row-span-md11{grid-row:span 11/span 11}.grid--cols-md12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid__item--col-span-md12{grid-column:span 12/span 12}.grid__item--row-span-md12{grid-row:span 12/span 12}.grid__item--col-start-md1{grid-column-start:1}.grid__item--col-end-md1{grid-column-end:1}.grid__item--col-start-md2{grid-column-start:2}.grid__item--col-end-md2{grid-column-end:2}.grid__item--col-start-md3{grid-column-start:3}.grid__item--col-end-md3{grid-column-end:3}.grid__item--col-start-md4{grid-column-start:4}.grid__item--col-end-md4{grid-column-end:4}.grid__item--col-start-md5{grid-column-start:5}.grid__item--col-end-md5{grid-column-end:5}.grid__item--col-start-md6{grid-column-start:6}.grid__item--col-end-md6{grid-column-end:6}.grid__item--col-start-md7{grid-column-start:7}.grid__item--col-end-md7{grid-column-end:7}.grid__item--col-start-md8{grid-column-start:8}.grid__item--col-end-md8{grid-column-end:8}.grid__item--col-start-md9{grid-column-start:9}.grid__item--col-end-md9{grid-column-end:9}.grid__item--col-start-md10{grid-column-start:10}.grid__item--col-end-md10{grid-column-end:10}.grid__item--col-start-md11{grid-column-start:11}.grid__item--col-end-md11{grid-column-end:11}.grid__item--col-start-md12{grid-column-start:12}.grid__item--col-end-md12{grid-column-end:12}}@media(min-width: 992px){.grid--gap-lg0{gap:0}.grid--gap-lg05{gap:0.5rem}.grid--gap-lg1{gap:1rem}.grid--gap-lg2{gap:2rem}.grid--gap-lg3{gap:3rem}.grid--gap-lg4{gap:4rem}.grid--gap-x-lg0{row-gap:0}.grid--gap-x-lg05{row-gap:0.5rem}.grid--gap-x-lg1{row-gap:1rem}.grid--gap-x-lg2{row-gap:2rem}.grid--gap-x-lg3{row-gap:3rem}.grid--gap-x-lg4{row-gap:4rem}.grid--gap-y-lg0{column-gap:0}.grid--gap-y-lg05{column-gap:0.5rem}.grid--gap-y-lg1{column-gap:1rem}.grid--gap-y-lg2{column-gap:2rem}.grid--gap-y-lg3{column-gap:3rem}.grid--gap-y-lg4{column-gap:4rem}.grid--cols-lg1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid__item--col-span-lg1{grid-column:span 1/span 1}.grid__item--row-span-lg1{grid-row:span 1/span 1}.grid--cols-lg2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid__item--col-span-lg2{grid-column:span 2/span 2}.grid__item--row-span-lg2{grid-row:span 2/span 2}.grid--cols-lg3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid__item--col-span-lg3{grid-column:span 3/span 3}.grid__item--row-span-lg3{grid-row:span 3/span 3}.grid--cols-lg4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid__item--col-span-lg4{grid-column:span 4/span 4}.grid__item--row-span-lg4{grid-row:span 4/span 4}.grid--cols-lg5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid__item--col-span-lg5{grid-column:span 5/span 5}.grid__item--row-span-lg5{grid-row:span 5/span 5}.grid--cols-lg6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid__item--col-span-lg6{grid-column:span 6/span 6}.grid__item--row-span-lg6{grid-row:span 6/span 6}.grid--cols-lg7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid__item--col-span-lg7{grid-column:span 7/span 7}.grid__item--row-span-lg7{grid-row:span 7/span 7}.grid--cols-lg8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid__item--col-span-lg8{grid-column:span 8/span 8}.grid__item--row-span-lg8{grid-row:span 8/span 8}.grid--cols-lg9{grid-template-columns:repeat(9, minmax(0, 1fr))}.grid__item--col-span-lg9{grid-column:span 9/span 9}.grid__item--row-span-lg9{grid-row:span 9/span 9}.grid--cols-lg10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid__item--col-span-lg10{grid-column:span 10/span 10}.grid__item--row-span-lg10{grid-row:span 10/span 10}.grid--cols-lg11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid__item--col-span-lg11{grid-column:span 11/span 11}.grid__item--row-span-lg11{grid-row:span 11/span 11}.grid--cols-lg12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid__item--col-span-lg12{grid-column:span 12/span 12}.grid__item--row-span-lg12{grid-row:span 12/span 12}.grid__item--col-start-lg1{grid-column-start:1}.grid__item--col-end-lg1{grid-column-end:1}.grid__item--col-start-lg2{grid-column-start:2}.grid__item--col-end-lg2{grid-column-end:2}.grid__item--col-start-lg3{grid-column-start:3}.grid__item--col-end-lg3{grid-column-end:3}.grid__item--col-start-lg4{grid-column-start:4}.grid__item--col-end-lg4{grid-column-end:4}.grid__item--col-start-lg5{grid-column-start:5}.grid__item--col-end-lg5{grid-column-end:5}.grid__item--col-start-lg6{grid-column-start:6}.grid__item--col-end-lg6{grid-column-end:6}.grid__item--col-start-lg7{grid-column-start:7}.grid__item--col-end-lg7{grid-column-end:7}.grid__item--col-start-lg8{grid-column-start:8}.grid__item--col-end-lg8{grid-column-end:8}.grid__item--col-start-lg9{grid-column-start:9}.grid__item--col-end-lg9{grid-column-end:9}.grid__item--col-start-lg10{grid-column-start:10}.grid__item--col-end-lg10{grid-column-end:10}.grid__item--col-start-lg11{grid-column-start:11}.grid__item--col-end-lg11{grid-column-end:11}.grid__item--col-start-lg12{grid-column-start:12}.grid__item--col-end-lg12{grid-column-end:12}}@media(min-width: 1200px){.grid--gap-xl0{gap:0}.grid--gap-xl05{gap:0.5rem}.grid--gap-xl1{gap:1rem}.grid--gap-xl2{gap:2rem}.grid--gap-xl3{gap:3rem}.grid--gap-xl4{gap:4rem}.grid--gap-x-xl0{row-gap:0}.grid--gap-x-xl05{row-gap:0.5rem}.grid--gap-x-xl1{row-gap:1rem}.grid--gap-x-xl2{row-gap:2rem}.grid--gap-x-xl3{row-gap:3rem}.grid--gap-x-xl4{row-gap:4rem}.grid--gap-y-xl0{column-gap:0}.grid--gap-y-xl05{column-gap:0.5rem}.grid--gap-y-xl1{column-gap:1rem}.grid--gap-y-xl2{column-gap:2rem}.grid--gap-y-xl3{column-gap:3rem}.grid--gap-y-xl4{column-gap:4rem}.grid--cols-xl1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid__item--col-span-xl1{grid-column:span 1/span 1}.grid__item--row-span-xl1{grid-row:span 1/span 1}.grid--cols-xl2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid__item--col-span-xl2{grid-column:span 2/span 2}.grid__item--row-span-xl2{grid-row:span 2/span 2}.grid--cols-xl3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid__item--col-span-xl3{grid-column:span 3/span 3}.grid__item--row-span-xl3{grid-row:span 3/span 3}.grid--cols-xl4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid__item--col-span-xl4{grid-column:span 4/span 4}.grid__item--row-span-xl4{grid-row:span 4/span 4}.grid--cols-xl5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid__item--col-span-xl5{grid-column:span 5/span 5}.grid__item--row-span-xl5{grid-row:span 5/span 5}.grid--cols-xl6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid__item--col-span-xl6{grid-column:span 6/span 6}.grid__item--row-span-xl6{grid-row:span 6/span 6}.grid--cols-xl7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid__item--col-span-xl7{grid-column:span 7/span 7}.grid__item--row-span-xl7{grid-row:span 7/span 7}.grid--cols-xl8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid__item--col-span-xl8{grid-column:span 8/span 8}.grid__item--row-span-xl8{grid-row:span 8/span 8}.grid--cols-xl9{grid-template-columns:repeat(9, minmax(0, 1fr))}.grid__item--col-span-xl9{grid-column:span 9/span 9}.grid__item--row-span-xl9{grid-row:span 9/span 9}.grid--cols-xl10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid__item--col-span-xl10{grid-column:span 10/span 10}.grid__item--row-span-xl10{grid-row:span 10/span 10}.grid--cols-xl11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid__item--col-span-xl11{grid-column:span 11/span 11}.grid__item--row-span-xl11{grid-row:span 11/span 11}.grid--cols-xl12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid__item--col-span-xl12{grid-column:span 12/span 12}.grid__item--row-span-xl12{grid-row:span 12/span 12}.grid__item--col-start-xl1{grid-column-start:1}.grid__item--col-end-xl1{grid-column-end:1}.grid__item--col-start-xl2{grid-column-start:2}.grid__item--col-end-xl2{grid-column-end:2}.grid__item--col-start-xl3{grid-column-start:3}.grid__item--col-end-xl3{grid-column-end:3}.grid__item--col-start-xl4{grid-column-start:4}.grid__item--col-end-xl4{grid-column-end:4}.grid__item--col-start-xl5{grid-column-start:5}.grid__item--col-end-xl5{grid-column-end:5}.grid__item--col-start-xl6{grid-column-start:6}.grid__item--col-end-xl6{grid-column-end:6}.grid__item--col-start-xl7{grid-column-start:7}.grid__item--col-end-xl7{grid-column-end:7}.grid__item--col-start-xl8{grid-column-start:8}.grid__item--col-end-xl8{grid-column-end:8}.grid__item--col-start-xl9{grid-column-start:9}.grid__item--col-end-xl9{grid-column-end:9}.grid__item--col-start-xl10{grid-column-start:10}.grid__item--col-end-xl10{grid-column-end:10}.grid__item--col-start-xl11{grid-column-start:11}.grid__item--col-end-xl11{grid-column-end:11}.grid__item--col-start-xl12{grid-column-start:12}.grid__item--col-end-xl12{grid-column-end:12}}a.header__nav-label:hover{text-decoration:none;color:#fff}.header__nav{margin-right:1.5rem;margin-left:1.5rem;width:calc(100% - 3rem);max-width:82rem;display:none}@media(min-width: 85rem){.header__nav{margin-right:auto;margin-left:auto;width:100%}}@media(min-width: 992px){.header__nav{grid-area:3/1/4/-1;display:flex;flex-direction:column;position:relative;z-index:0;background:#4a0d66;height:60px}.header__nav::before{z-index:-1;content:"";position:absolute;top:0;left:50%;bottom:0;transform:translateX(-50%);width:150vw;background:inherit}}.is-open .header__nav{display:flex}.header__nav-list{list-style:none;padding:0;margin:0}@media(min-width: 992px){.header__nav-list{display:flex;flex:1 1 100%;justify-content:space-around}}@media(min-width: 992px){.header__nav-list--links{justify-content:center;gap:2rem}}@media(min-width: 992px){.header__nav-item{display:flex}.header__nav-item--single,.header__nav-item--column{position:relative}}@media(min-width: 992px){.header__nav-label{position:relative;display:flex;align-items:center;cursor:pointer;appearance:none;border:none;background:rgba(0,0,0,0);font-size:1.125rem;color:#fff;transition:.2s ease;padding:0}body:not(.using-mouse) .header__nav-label.is-active,body:not(.using-mouse) .header__nav-label:focus{outline:unset}body:not(.using-mouse) .header__nav-label.is-active span,body:not(.using-mouse) .header__nav-label:focus span{outline:3px solid #fab636}.header__nav-label:hover:not(.is-active .header__nav-label) span::after{transform:scale(1, 1)}}@media(min-width: 992px){.header__nav-label span{display:flex;align-items:center;position:relative;padding:.5rem .25rem;gap:.75rem;text-align:center}}@media(min-width: 992px){.header__nav-label span::after{content:"";position:absolute;bottom:0%;left:0;right:0;transform-origin:50% 50%;height:2px;background:#fff;transform:scale(0, 1);transition:.2s ease}}@media(min-width: 992px){.header__nav-label::before{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-50%) translateY(-1rem);height:0;width:0;border-left:.7rem solid rgba(0,0,0,0);border-right:.7rem solid rgba(0,0,0,0);border-bottom:.6rem solid #f3f3f3;opacity:0;transition:.2s ease}.is-active .header__nav-label::before{opacity:1;transform:translateX(-50%)}}@media(min-width: 992px){.header__nav-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:50%;color:#4a4a4a;z-index:-1;overflow:hidden;transform:translateX(-50%) translateY(-1rem);opacity:0;visibility:hidden;transition-property:opacity,visibility,transform;transition-duration:.2s;transition-timing-function:ease;pointer-events:none;background:#f1f2f2;padding:2.5rem 2rem;border-radius:0 0 .5rem .5rem;box-shadow:0 1px 12px rgba(0,0,0,.2);max-height:calc(100vh - var(--header-height))}.header__nav-menu::after{content:"";position:absolute;left:0;right:0;bottom:0;height:.5rem;background-image:linear-gradient(10deg, rgb(74, 13, 102) 0%, rgb(129, 6, 185) 100%)}.is-active .header__nav-menu{opacity:1;visibility:visible;transform:translateX(-50%);pointer-events:all}.header__nav-item--full .header__nav-menu,.header__nav-item--feature .header__nav-menu,.header__nav-item--feature-double .header__nav-menu{width:100%}}.header__nav-close{all:unset;appearance:none;display:flex;align-items:center;gap:.5rem;line-height:1;text-transform:uppercase;font-size:.875rem;align-self:end;transform:translate(0.75rem, -1.25rem);cursor:pointer;transition:.2s ease}.header__nav-close i{font:inherit;color:inherit;margin-top:1px;font-size:.875em}.header__nav-close:hover{color:#359a8e}@media(max-width: 991px){.header__nav-close{display:none}}@media(min-width: 992px){.header__nav-back{display:none}}@media(min-width: 992px){.header__nav-grid{display:flex;gap:2rem;max-width:100%;max-height:100%;overflow-y:auto}}@media(min-width: 992px){.header__nav-grid-cell{flex:1 1 auto;display:flex;flex-direction:column;padding:0;margin:0}.header__nav-item:not(.header__nav-item--column) .header__nav-grid-cell--feature{max-width:30%}.header__nav-item--feature .header__nav-grid-cell:first-child,.header__nav-item--feature-double .header__nav-grid-cell:first-child{padding-left:0}.header__nav-item--feature .header__nav-grid-cell:last-child,.header__nav-item--feature-double .header__nav-grid-cell:last-child{margin:auto 0;padding-right:0}}@media(min-width: 576px){.header__nav-grid-cell--feature .header__nav-grid-content{display:flex;gap:1rem;padding:1rem}}@media(min-width: 992px){.header__nav-grid-content{padding:0;font-size:1.125rem}.header__nav-item--feature-double .header__nav-grid-content{flex-direction:column;gap:2rem}.header__nav-grid-cell--feature .header__nav-grid-content{flex-direction:column;gap:2rem}.header__nav-item--full .header__nav-grid-content{display:contents}}@media(min-width: 576px){.header__nav-grid-cell+.header__nav-grid-cell .header__nav-group-title{margin-top:1rem}}@media(min-width: 992px){.header__nav-grid-cell+.header__nav-grid-cell .header__nav-group-title{margin-top:0}}@media(min-width: 992px){.header__nav-group{display:flex;flex-direction:column;flex:1 1 100%}.header__nav-item--full .header__nav-group{display:contents}}.header__nav-group-title{text-align:left;font-weight:700}@media(min-width: 992px){.header__nav-group-title{text-transform:uppercase;margin:0;color:#58595b;padding:0 0 .5rem;margin:.5rem 0 0 .5rem}.header__nav-group-title:is(a):focus,.header__nav-group-title:is(a):hover{text-decoration:underline;color:#4a0d66}}.header__nav-group-list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}@media(min-width: 992px){.header__nav-group-list{gap:.5rem}.header__nav-item--full .header__nav-group-list{flex-wrap:wrap;gap:0}.header__nav-item--full .header__nav-group-list .header__nav-group-item{padding-top:.5rem}}.header__nav-group-item{display:flex;margin:0;padding:0}@media(min-width: 992px){.header__nav-group-item{line-height:1.5}.header__nav-group-item--back{display:none}}@media(min-width: 992px){.header__nav-group-link{margin:0;padding:0;color:#58595b;margin-left:.5rem;padding-left:.25rem;padding-right:.25rem;transition:.2s ease border-left}.header__nav-item--single .header__nav-group-link,.header__nav-item--column .header__nav-group-link{white-space:nowrap}.header__nav-group-link:focus,.header__nav-group-link:hover{color:#58595b;text-decoration:underline}}@media(max-width: 991px){.multi-page-header__inner .header__nav{width:100%;margin:0}.multi-page-header__inner .header__nav-list{width:100%}.multi-page-header__inner .header__nav-item{padding:0;border-bottom:1px solid #4a0d66}.multi-page-header__inner .header__nav-label{display:block;width:100%;padding:.6rem 1rem .6rem 2rem;font-size:1rem;color:#4a0d66;text-decoration:none;text-align:center}}.hidden{display:none !important}@media screen and (max-width: 576px){.xs\:hidden{display:none !important}}@media screen and (min-width: 576px)and (max-width: 768px){.sm\:hidden{display:none !important}}@media screen and (min-width: 768px)and (max-width: 992px){.md\:hidden{display:none !important}}@media screen and (min-width: 992px)and (max-width: 1200px){.lg\:hidden{display:none !important}}@media screen and (min-width: 1200px){.xl\:hidden{display:none !important}}.cms-message{width:100%;border:solid 2px;display:flex;background:#fff}.cms-message__icon-area{display:flex;justify-content:center;align-items:center;border-right:2px solid;min-height:3.25rem;min-width:3.25rem}.cms-message__icon-area::before{font-family:"icons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-weight:700;font-size:1.75rem;text-shadow:0 0 6px rgba(0,0,0,.25),0 0 12px rgba(0,0,0,.05)}@media speech{.cms-message__icon-area::before{display:none;visibility:hidden}}.cms-message__content{display:flex;align-items:center;padding:.5rem 1rem;color:#000}.cms-message__content p{margin:0}.cms-message--my1{margin:1rem 0;margin-bottom:1rem !important}.cms-message--my2{margin:2rem 0;margin-bottom:2rem !important}.cms-message--my3{margin:3rem 0;margin-bottom:3rem !important}.cms-message--my4{margin:4rem 0;margin-bottom:4rem !important}.cms-message--success{border-color:#5ac18e}.cms-message--success .cms-message__icon-area{background:#5ac18e;border-color:#5ac18e}.cms-message--success .cms-message__icon-area::before{content:""}.cms-message--warning{border-color:gold}.cms-message--warning .cms-message__icon-area{background:gold;border-color:gold}.cms-message--warning .cms-message__icon-area::before{content:""}.cms-message--error{border-color:#f66}.cms-message--error .cms-message__icon-area{background:#f66;border-color:#f66}.cms-message--error .cms-message__icon-area::before{content:""}.composition:where(.composition--padded-sm){padding-top:2rem;padding-bottom:2rem}.composition:where(.composition--padded){padding-top:2rem;padding-bottom:2rem}@media(min-width: 992px){.composition:where(.composition--padded){padding-top:3rem;padding-bottom:3rem}}.composition:where(.composition--padded-lg){padding-top:3rem;padding-bottom:3rem}@media(min-width: 992px){.composition:where(.composition--padded-lg){padding-top:6rem;padding-bottom:6rem}}.composition:where(.composition--padded-flush-top){padding-top:0}.composition:where(.composition--padded-flush-bottom){padding-bottom:0}.composition:where(.composition--padded-lg-bottom){padding-bottom:3rem}@media(min-width: 992px){.composition:where(.composition--padded-lg-bottom){padding-bottom:6rem}}.composition:where(.composition--spaced-sm){margin-top:2rem;margin-bottom:2rem}.composition:where(.composition--spaced){margin-top:2rem;margin-bottom:2rem}@media(min-width: 992px){.composition:where(.composition--spaced){margin-top:3rem;margin-bottom:3rem}}.composition:where(.composition--spaced-lg){margin-top:3rem;margin-bottom:3rem}@media(min-width: 992px){.composition:where(.composition--spaced-lg){margin-top:6rem;margin-bottom:6rem}}.composition:where(.composition--spaced-negative-bottom){margin-bottom:-1.5rem}.composition:where(.composition--spaced-bottom){margin-bottom:2rem}@media(min-width: 992px){.composition:where(.composition--spaced-bottom){margin-bottom:3rem}}.composition:where(.composition--spaced-lg-bottom){margin-bottom:3rem}@media(min-width: 992px){.composition:where(.composition--spaced-lg-bottom){margin-bottom:6rem}}.composition:where(.composition--spaced-flush-top){margin-top:0}@media(max-width: 575px){.composition:where(.composition--padding-flush-top-mobile){padding-top:0}}.composition:where(.composition--spaced-flush-bottom){margin-bottom:0}.composition:where(.composition--horizontal-lg){padding-left:1rem;padding-right:1rem}@media(min-width: 992px){.composition:where(.composition--horizontal-lg){display:grid;grid-template-columns:38% 58%;gap:4%;align-items:center;padding-left:4%;padding-right:4%}.composition:where(.composition--horizontal-lg):before{top:7rem !important;bottom:7rem !important}.composition:where(.composition--horizontal-lg) .section-header--left{padding-top:5rem;padding-bottom:3rem}}@media(min-width: 992px){.composition:where(.composition--contain-fill):before{top:6rem !important;bottom:3rem !important}}.composition:where(.composition--fill-darkGray){color:#fff;position:relative;z-index:0}.composition:where(.composition--fill-darkGray)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#58595b;mix-blend-mode:screen}.section__main .composition:where(.composition--fill-darkGray):before{max-width:100%}.composition:where(.composition--fill-lightGray){color:#58595b;position:relative;z-index:0}.composition:where(.composition--fill-lightGray)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#d1d3d4;mix-blend-mode:screen}.section__main .composition:where(.composition--fill-lightGray):before{max-width:100%}.composition:where(.composition--fill-lighterGray){color:#58595b;position:relative;z-index:0}.composition:where(.composition--fill-lighterGray)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#f1f2f2;mix-blend-mode:screen}.section__main .composition:where(.composition--fill-lighterGray):before{max-width:100%}.composition:where(.composition--fill-blue){color:#fff;position:relative;z-index:0}.composition:where(.composition--fill-blue)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#1e90ff;mix-blend-mode:screen}.section__main .composition:where(.composition--fill-blue):before{max-width:100%}.composition:where(.composition--fill-purple){color:#fff;position:relative;z-index:0}.composition:where(.composition--fill-purple)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#4a0d66;mix-blend-mode:screen}.section__main .composition:where(.composition--fill-purple):before{max-width:100%}.composition:where([style*=background-image]){position:relative;background-size:0 0;background-position:0 0;background-repeat:no-repeat;z-index:0}.composition:where([style*=background-image])::after{content:"";z-index:-2;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#fff;background-image:inherit;background-size:cover;background-position:50% 50%}.composition.composition--no-overflow{overflow:hidden}:where(.app--fill-darkGray){color:#fff;position:relative;z-index:0}:where(.app--fill-darkGray)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#58595b;mix-blend-mode:screen}:where(.app--fill-lightGray){color:#58595b;position:relative;z-index:0}:where(.app--fill-lightGray)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#d1d3d4;mix-blend-mode:screen}:where(.app--fill-lighterGray){color:#58595b;position:relative;z-index:0}:where(.app--fill-lighterGray)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#f1f2f2;mix-blend-mode:screen}:where(.app--fill-blue){color:#fff;position:relative;z-index:0}:where(.app--fill-blue)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#1e90ff;mix-blend-mode:screen}:where(.app--fill-purple){color:#fff;position:relative;z-index:0}:where(.app--fill-purple)::before{isolation:isolate;content:"";z-index:-1;position:absolute;top:0;left:50%;bottom:0;width:100vw;transform:translateX(-50%);background-color:#4a0d66;mix-blend-mode:screen}.composition--fill-pattern::after{background-size:initial;background-position:initial}*:where([component]:not(:defined)){visibility:hidden;display:contents;box-sizing:border-box}*:where([component]:not(:defined)) *,*:where([component]:not(:defined)) *::before,*:where([component]:not(:defined)) *::after{box-sizing:inherit}.glyph-bluesky.mobile{display:flex}@media(min-width: 576px){.glyph-bluesky.mobile{display:none}}.glyph-bluesky.desktop{display:none}@media(min-width: 576px){.glyph-bluesky.desktop{display:flex}}.glyph-bluesky:before{content:""}.glyph-caret-right:before{content:""}.glyph-chevron-left:before{content:""}.glyph-chevron-right:before{content:""}.glyph-chevrons-left:before{content:""}.glyph-chevrons-right:before{content:""}.glyph-x:before{content:""}.glyph-alert:before{content:""}.glyph-arrow-down:before{content:""}.glyph-arrow-left:before{content:""}.glyph-arrow-right:before{content:""}.glyph-arrow-up:before{content:""}.glyph-chevron-down:before{content:""}.glyph-chevron-up:before{content:""}.glyph-facebook:before{content:""}.glyph-filter:before{content:""}.glyph-help:before{content:""}.glyph-house:before{content:""}.glyph-instagram:before{content:""}.glyph-linkedin:before{content:""}.glyph-menu-dots:before{content:""}.glyph-menu-lines:before{content:""}.glyph-pause:before{content:""}.glyph-play:before{content:""}.glyph-reddit:before{content:""}.glyph-remove:before{content:""}.glyph-search:before{content:""}.glyph-snapchat:before{content:""}.glyph-twitter:before{content:""}.glyph-youtube:before{content:""}.glyph-check:before{content:""}.glyph-mail:before{content:""}.glyph-list:before{content:""}.glyph-user:before{content:""}.glyph-grid:before{content:""}.glyph-print:before{content:""}.glyph-bookmark:before{content:""}.glyph-blog:before{content:""}.glyph-heart:before{content:""}.glyph-download-bottom:before{content:""}.glyph-pencil:before{content:""}.glyph-money:before{content:""}.glyph-phone:before{content:""}.glyph-location:before{content:""}.glyph-upload:before{content:""}.nav-skip{position:fixed;top:1rem;left:1rem;padding:.5rem .75rem;background:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.2),.125rem .125rem .75rem rgba(0,0,0,.075);opacity:0;transform:translateY(-100%);transition:.25s ease;z-index:10000}.nav-skip:focus{opacity:1;transform:translateY(0)}.btn--icon{display:inline-flex;align-items:center;gap:.5rem}.btn--icon svg{width:auto;height:1.75rem;fill:currentColor}.btn--full{width:100%}div.btn--inline,a.btn--inline{margin:20px 0}.btn--inline a,a.btn--inline{color:#fff;cursor:pointer;text-decoration:none !important}a.btn--inline{display:block;width:fit-content}div.btn{padding:0}div.btn a{padding:.6rem 2rem}a.btn--download,div.btn--download a{cursor:pointer}a.btn--download:before,div.btn--download a:before{font-family:"icons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";margin-right:.5rem;font-size:.75rem}@media speech{a.btn--download:before,div.btn--download a:before{display:none;visibility:hidden}}.aaa-theme .btn{background-color:#ffa400;color:#4a0d66;box-shadow:0 7px #e09000}.aaa-theme .btn:hover{box-shadow:0 5px #e09000}.aaa-theme .btn:is(body:not(.using-mouse) *):focus{outline:3px solid #4a0d66}.aaa-theme .btn blue-form input:is([type=submit]){background-color:#ffa400;color:#4a0d66;box-shadow:0 7px #e09000}.aaa-theme .btn blue-form input:is([type=submit]):hover{box-shadow:0 5px #e09000}.aaa-theme .btn blue-form input:is([type=submit]):is(body:not(.using-mouse) *):focus{outline:3px solid #4a0d66}.aaa-theme .btn--inline a,.aaa-theme a.btn--inline{color:#4a0d66}.aaa-theme .feature[class] .feature__cta.btn>a:hover,.aaa-theme .feature__cta.btn:hover{color:#4a0d66}.comments__count{font-size:1.375rem;font-weight:700}.comments__list{margin-top:2rem;list-style:none}.comments__list li+li{margin-top:2.5rem}.comment__comment--reply{margin-left:2.5rem}.embed-responsive{position:relative;display:block;width:100%;aspect-ratio:16/9}.embed-responsive iframe{width:100%;height:100%}.listing{display:flex;flex-direction:column;gap:2rem}.listing__items{margin-bottom:2rem}.listing__items:is([data-view=list] *){display:flex;flex-direction:column}.listing__items:is([data-view=grid] *){display:grid;grid-template-columns:repeat(auto-fill, minmax(min(250px, 100%), 1fr));gap:2rem}:root{--link-text-color: #4A0D66;--link-hover-color: #359a8e;--link-hover-decoration: underline}:is(.feature__title) a{color:var(--link-text-color);text-decoration:var(--link-hover-decoration);text-decoration-color:rgba(0,0,0,0)}:is(.feature__title) a:hover{color:var(--link-hover-color);text-decoration:var(--link-hover-decoration);text-decoration-color:var(--link-hover-color)}a.feature--card .feature__title{color:var(--link-text-color);text-decoration:none}a.feature--card:hover .feature__title{color:var(--link-hover-color);text-decoration:var(--link-hover-decoration)}.table{width:100%;max-width:100%;margin-bottom:1.5rem;border:1px solid #f3f3f3;border-collapse:collapse}.table tbody tr:nth-child(odd){background-color:#f3f3f3}.table td,.table th{border:1px solid #888}.table th{background-color:#4a0d66;color:#fff}.table th,.table td{padding:1rem;vertical-align:top;border-top:1px solid #888;text-align:inherit}.table thead th{vertical-align:bottom;border-bottom:2px solid #f3f3f3}.table tbody+tbody{border-top:2px solid #f3f3f3}.fr-view table,.wysiwyg table{width:100%;max-width:100%;margin-bottom:1.5rem;border:1px solid #f3f3f3;border-collapse:collapse}.fr-view table tbody tr:nth-child(odd),.wysiwyg table tbody tr:nth-child(odd){background-color:#f3f3f3}.fr-view table td,.fr-view table th,.wysiwyg table td,.wysiwyg table th{border:1px solid #888}.fr-view table th,.wysiwyg table th{background-color:#4a0d66 !important;color:#fff}.fr-view table th,.fr-view table td,.wysiwyg table th,.wysiwyg table td{padding:1rem;vertical-align:top;border-top:1px solid #888;text-align:inherit}.fr-view table thead th,.wysiwyg table thead th{vertical-align:bottom;border-bottom:2px solid #f3f3f3}.fr-view table tbody+tbody,.wysiwyg table tbody+tbody{border-top:2px solid #f3f3f3}.imgAndCaption{display:flex;flex-direction:column;float:right;width:100%;margin:10px 0px 10px 20px}@media(min-width: 576px){.imgAndCaption{max-width:40vw}}@media(min-width: 992px){.imgAndCaption{max-width:400px}}.imgAndCaption--left{float:left;margin:10px 20px 10px 0px}.imgAndCaption p{margin-top:4px;color:#58595b;font-size:.938rem;line-height:1.3}
