.Site-header{z-index:55;position:fixed;top:var(--bwh-admin-bar-offset,0);right:0;left:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:var(--bwh-header-border,1px solid #dfdddb);background-color:var(--bwh-header-bg,hsla(0,0%,100%,.87));color:var(--bwh-header-color,#000);height:var(--bwh-header-height,5.5rem);transition:all .1s ease-out}.Site-header--stuck:not(.menu-open){color:#000;border-bottom:1px solid #dfdddb;background-color:hsla(0,0%,100%,.87)}.menu-open .Site-header{position:fixed;top:var(--bwh-admin-bar-offset,0);right:0;left:0;bottom:0}.Site-header__inner{font-family:var(--wp--preset--font-family--sr-lab);font-size:1rem;line-height:1.5;font-weight:500;letter-spacing:.01em;height:var(--bwh-header-height,5.5rem);display:flex;gap:1rem}@media screen and (min-width:45.0625rem){.Site-header__inner{gap:2.625rem}}.Site-header__home-link{align-self:center;color:currentColor}.Site-header__home-link :hover,.Site-header__home-link :visited{color:currentColor}.Site-header__logo{margin-top:6px;transition:color .1s ease-out}@media screen and (max-width:67.5rem){.Site-header__logo{height:2.25rem;width:auto}}.Site-header__lang{margin-left:auto;transition:color .1s ease-out;flex:0 1 auto}.Site-header__search-link{transition:all .1s ease-out;opacity:1}@media screen and (max-width:67.5rem){.Site-header__search-link{display:none!important}}.Site-header__navigation{display:flex;gap:2.625rem;z-index:55;transition:color .1s ease-out}@media screen and (max-width:67.5rem){.Site-header__navigation{display:none}}.Site-header__cart{height:max-content;margin:auto 0;flex:0 1 auto}.akka-hover .Site-header .Tab:not(.Tab--active):hover{text-decoration:underline}.Site-header__menu-toggler{color:inherit;gap:1ex}.Site-header__menu-icon{display:flex;flex-direction:column;align-self:center;transition:color .1s ease-out}.Site-header__menu-icon span{width:22px;height:2px;display:block;margin:2.5px auto;background-color:currentColor;transition:all .25s}.menu-open .Site-header__menu-icon span:nth-child(2){opacity:0}.menu-open .Site-header__menu-icon span:first-child{transform:translateY(6px) rotate(45deg)}.menu-open .Site-header__menu-icon span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media screen and (max-width:45rem){.Site-header__menu-text{display:none}}.Site-header .Tab{padding:0}@keyframes bag-shake{0%{transform:rotate(0deg)}10%{transform:rotate(12deg)}20%{transform:rotate(-12deg)}30%{transform:rotate(12deg)}40%{transform:rotate(-12deg)}75%{transform:rotate(0deg)}to{transform:rotate(0deg)}}@keyframes cart-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.Cart,.Cart__trigger{display:inline-block}.Cart__trigger{position:relative}.Cart__button{display:inline-flex;align-items:center;aspect-ratio:1/1}.Cart__button:hover svg{animation:bag-shake .8s ease-out 1}.Cart .Button:not(.Cart__checkout-button){color:currentColor;padding:.5em}.akka-hover .Cart .Button:not(.Cart__checkout-button):hover{color:currentColor!important;background-color:rgba(0,0,0,.1)}.Cart__close-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-radius:0;border-style:none;cursor:pointer;padding:0}@media screen and (min-width:27.5625rem){.Cart__close-button{top:15px;right:15px}}.Cart__checkout-button{width:100%}.Cart__count{position:absolute;top:-7px;right:-7px;aspect-ratio:1/1;width:20px;padding:0 5px;background:#9a163a;color:#fff;font-size:.75rem;font-weight:600;line-height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;pointer-events:none}.Cart__count.pulse{animation:cart-pulse .4s ease-out}.Cart__dropdown{color:#000;display:flex;flex-direction:column;gap:1.5em;position:fixed;inset:0;width:100vw;height:100vh;background:#fff;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .2s ease;z-index:1000;overflow-y:auto;padding:var(--bwh-spacing,1.875rem)}@media screen and (min-width:27.5625rem){.Cart__dropdown{inset:auto;top:calc(100% + 6px);left:50%;width:min(92vw,500px);height:auto;max-height:80vh;box-shadow:0 8px 32px rgba(0,0,0,.149);transform:translate(-50%,-20px)}}@media(min-width:820px){.Cart__dropdown{position:absolute;right:0;left:auto;width:min(680px,90vw);max-height:80vh;transform:translateY(-10px);padding:1.5em}}.Cart__dropdown-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5em}.Cart__dropdown-title{font-family:var(--wp--preset--font-family--sr-lab);font-size:1.5rem;line-height:1.3;font-weight:500;display:flex;flex-direction:column;gap:.8em;gap:.5em}@media screen and (max-width:45rem){.Cart__dropdown-title{font-family:var(--wp--preset--font-family--sr-lab);font-size:1.3125rem;line-height:1.3;font-weight:500}}.Cart__dropdown ul{border:1px solid #dfdddb;list-style:none;margin:0;padding:0;flex:1 1;overflow-y:auto}.Cart__dropdown ul li{display:grid;grid-template-columns:1fr auto;align-items:start;grid-gap:.5rem;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #dfdddb}.Cart__dropdown ul li:last-child{border-bottom:none}.Cart__dropdown ul li .Cart__item-info{display:flex;flex-direction:column;gap:.5rem}@media(min-width:820px){.Cart__dropdown ul li .Cart__item-info{gap:2px}}.Cart__dropdown ul li .Cart__item-meta{display:flex;flex-direction:column;align-items:flex-start;font-weight:400}@media(min-width:820px){.Cart__dropdown ul li .Cart__item-meta{align-items:center;flex-direction:row;flex-wrap:wrap;column-gap:.5rem}}.Cart__dropdown ul li .Cart__item-name{min-width:0}.Cart__dropdown ul li .Cart__item-name,.Cart__dropdown ul li .Cart__item-title{overflow:hidden;text-overflow:ellipsis;white-space:normal}@media(min-width:820px){.Cart__dropdown ul li .Cart__item-date:not(.Cart__item-date--last-item):after,.Cart__dropdown ul li .Cart__item-qty:after{content:"•";margin-left:.5rem}}.Cart__dropdown ul li .Cart__item-date{white-space:nowrap}.Cart__dropdown ul li .Cart__item-price{white-space:nowrap;font-weight:600;text-align:right}.Cart__session-timer{font-size:.875rem;line-height:1.5;letter-spacing:.03em;text-transform:uppercase;margin-top:.5rem}.Cart__session-timer,.Cart__total{font-family:var(--wp--preset--font-family--sr-lab);font-weight:500}.Cart__total{font-size:1.5rem;line-height:1.3;padding-top:.5rem;display:flex;justify-content:space-between}@media screen and (max-width:45rem){.Cart__total{font-family:var(--wp--preset--font-family--sr-lab);font-size:1.3125rem;line-height:1.3;font-weight:500}}.Cart__total-amount{color:#9a163a}.Cart__dropdown.open{transform:translateY(0);opacity:1;pointer-events:auto}@media screen and (min-width:27.5625rem){.Cart__dropdown.open{transform:translate(-50%)}}@media(min-width:820px){.Cart__dropdown.open{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.Cart__count{animation:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.wp-admin{--bwh-full-width:100%}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:.8}to{transform:scale(1);opacity:0}}.visually-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:.0625rem;overflow:hidden;position:absolute;white-space:nowrap;width:.0625rem}html{box-sizing:border-box;font-size:100%;scroll-behavior:smooth;text-size-adjust:none}html *,html :after,html :before{box-sizing:inherit}html:has(.menu-open,.modal-open,.cookie-modal-open){overflow:hidden}body{overflow-x:hidden}.edit-post-visual-editor .editor-styles-wrapper,body:not(.wp-admin){font-family:var(--wp--preset--font-family--sr-lab);font-size:1.125rem;line-height:1.5;font-weight:400;color:#000;--bwh-spacing:1.875rem;--bwh-gap-l:4rem;--bwh-header-height:5.5rem;background-color:#fff;-webkit-font-smoothing:antialiased;--akka-max-page-width:1440px}@media screen and (max-width:45rem){.edit-post-visual-editor .editor-styles-wrapper,body:not(.wp-admin){font-size:1rem;--bwh-spacing:1.25rem;--bwh-gap-l:3rem}}@media screen and (max-width:67.5rem){.edit-post-visual-editor .editor-styles-wrapper,body:not(.wp-admin){--bwh-header-height:4.375rem}}body{margin:0;min-height:100vh;width:100%}.Skip-to-content{font-family:var(--wp--preset--font-family--sr-lab);font-size:1.125rem;line-height:1;font-weight:700;font-size:1rem;text-decoration:none;position:absolute;left:-9999px}.Skip-to-content:focus{left:1rem;top:1rem;background:#fff;padding:.5rem 1rem;z-index:1000}.Site-root{display:flex;flex-direction:column;padding-top:0!important}.Site-root .admin-bar{position:fixed;line-height:1;font-size:14px;padding:12px 24px;height:40px;z-index:70}.Site-root .admin-bar .button-link>span,.Site-root .admin-bar a>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.Site-root:has(.admin-bar--show){--bwh-admin-bar-offset:40px}.Site-root:has(.Site-header--stuck){--bwh-header-offset:var(--bwh-header-height)}.Site-root:has(>main>:where(:first-child:not(#Site-alert),#Site-alert+*)>.Cover:not(.Cover--no-media):first-child,>main>:where(:first-child:not(#Site-alert),#Site-alert+*)>.Post-content:first-child>.Cover:not(.Cover--no-media):first-child){--bwh-header-color:#fff;--bwh-page-top-margin:calc(-1 * var(--bwh-header-height));--bwh-page-top-padding:0;--bwh-header-bg:transparent;--bwh-header-border:1px solid hsla(0,0%,100%,.2)}.Site-root:has(#Site-alert){--bwh-header-color:#000;--bwh-page-top-margin:0}.Site-root:has(>main>:last-child>:is(.Section.Color-scheme:not(.Color-scheme--default),.Cover:not(.Cover--no-media),section.Color-scheme:not(.Color-scheme--default)):last-child,>main>:last-child>.Post-content:last-child>:is(.Section.Color-scheme:not(.Color-scheme--default),.Cover:not(.Cover--no-media),section.Color-scheme:not(.Color-scheme--default)):last-child){--bwh-page-bottom-padding:1px}.Site-root.cookie-modal-open,.Site-root.menu-open,.Site-root.modal-open{overflow:hidden}.Site-root .Site-header{flex:none}.Site-root .Site-header>*{margin-left:auto;margin-right:auto;max-width:1440px;padding-left:var(--bwh-spacing,1.875rem);padding-right:var(--bwh-spacing,1.875rem);width:100%}.Site-root main{margin-top:calc(var(--bwh-admin-bar-offset, 0px) + var(--bwh-header-height, 0px));flex:auto}.Site-root main>*{margin-left:auto;margin-right:auto;max-width:1440px;padding-left:var(--bwh-spacing,1.875rem);padding-right:var(--bwh-spacing,1.875rem);width:100%}.Site-root .Site-footer{flex:none}:where(.Site-root) :not(.Button--priority-primary):focus-visible,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) :not(.Button--priority-primary):focus-visible{outline:2px dashed currentColor;offset:1px}:where(.Site-root) :focus,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) :focus{outline:none}:where(.Site-root) .Button--priority-primary:focus-visible,:where(.Site-root) .mhForm__control--button:focus-visible,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) .Button--priority-primary:focus-visible,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) .mhForm__control--button:focus-visible{outline:2px dashed var(--button-background,#9a163a);offset:1px}@supports(-webkit-hyphens:none) and (not (-ms-ime-align:auto)){:where(.Site-root) :not(.Button--priority-primary):focus,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) :not(.Button--priority-primary):focus{outline:2px dashed currentColor;offset:1px}:where(.Site-root) .Button--priority-primary:focus,:where(.Site-root) .mhForm__control--button:focus,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) .Button--priority-primary:focus,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) .mhForm__control--button:focus{outline:2px dashed var(--button-background,#9a163a);offset:1px}}:where(.Site-root) :target,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) :target{scroll-margin-block:5ex}:where(.Site-root) ::-webkit-file-upload-button,:where(.Site-root) [type=button],:where(.Site-root) [type=reset],:where(.Site-root) [type=submit],:where(.Site-root) button,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) ::-webkit-file-upload-button,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) [type=button],:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) [type=reset],:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) [type=submit],:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) button{-webkit-appearance:button}:where(.Site-root) blockquote,:where(.Site-root) dd,:where(.Site-root) dl,:where(.Site-root) figure,:where(.Site-root) h1,:where(.Site-root) h2,:where(.Site-root) h3,:where(.Site-root) h4,:where(.Site-root) h5,:where(.Site-root) p,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) blockquote,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) dd,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) dl,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) figure,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h1,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h2,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h3,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h4,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h5,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) p{margin:0}:where(.Site-root) h1,:where(.Site-root) h2,:where(.Site-root) h3,:where(.Site-root) h4,:where(.Site-root) h5,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h1,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h2,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h3,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h4,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) h5{max-width:50ch}:where(.Site-root) blockquote,:where(.Site-root) dd,:where(.Site-root) dl,:where(.Site-root) p,:where(.Site-root) summary,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) blockquote,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) dd,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) dl,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) p,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) summary{max-width:70ch}:where(.Site-root) button,:where(.Site-root) input,:where(.Site-root) optgroup,:where(.Site-root) select,:where(.Site-root) textarea,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) button,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) input,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) optgroup,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) select,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) textarea{font-family:inherit;font-size:inherit;margin:0}:where(.Site-root) textarea:not([rows]),:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) textarea:not([rows]){min-height:10em}:where(.Site-root) a:not([class]),:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) a:not([class]){color:currentColor;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-underline-offset:.1em;transition:color .2s ease-out}:where(.Site-root) a:not([class]):visited,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) a:not([class]):visited{color:currentColor}:where(.Site-root) .Post-content a:not([class]),:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) .Post-content a:not([class]){color:#9a163a}:where(.Site-root) .Post-content a:not([class]):visited,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) .Post-content a:not([class]):visited{color:#9a163a}:where(.Site-root) .Post-content a:not([class]):hover,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) .Post-content a:not([class]):hover{color:#000}:where(.Site-root) ol,:where(.Site-root) ul,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) ol,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) ul{margin:0;padding:0;list-style-type:disc;list-style-position:inside}:where(.Site-root) ul,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) ul{list-style-type:disc}:where(.Site-root) ol,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) ol{list-style-type:decimal}:where(.Site-root) img,:where(.Site-root) picture,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) img,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) picture{max-width:100%;height:auto;display:block}:where(.Site-root) figure,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) figure{margin:0}:where(.Site-root) summary,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) summary{display:list-item}:where(.Site-root) legend,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) legend{padding:0}:where(.Site-root) progress,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) progress{vertical-align:baseline}:where(.Site-root) abbr[title],:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(.Site-root) em,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) em{font-style:italic}:where(.Site-root) b,:where(.Site-root) strong,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) b,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) strong{font-weight:700}:where(.Site-root) code,:where(.Site-root) kbd,:where(.Site-root) samp,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) code,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) kbd,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) samp{font-family:monospace,monospace;font-size:1em}:where(.Site-root) small,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) small{font-size:80%}:where(.Site-root) sub,:where(.Site-root) sup,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) sub,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}:where(.Site-root) sub,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) sub{bottom:-.25em}:where(.Site-root) sup,:where(.editor-styles-wrapper .block-editor-block-list__layout.is-root-container) sup{top:-.5em}details summary{cursor:pointer}label{color:#635f5a}input{background-color:#fff;color:#000;border:1px solid #b2aea9}input::placeholder{color:#635f5a}.Global-menu input::placeholder{color:#fff}.Color-scheme--default{background-color:#fff;color:#000}.Color-scheme--gray{background-color:#eae4e1;color:#000}.Color-scheme--yellow{background-color:#f1f1da;color:#000}.Color-scheme--pink{background-color:#f5dcd6;color:#000}.Color-scheme--alert{background-color:#e7e655;color:#000}.Color-scheme--berwald{background-color:#9a163a;color:#fff}.Color-scheme--legacy{background-color:#000;color:#fff}.Background--berwald-B{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2232%22%20height%3D%2248%22%20viewBox%3D%220%200%2032%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.3174%2040.5499C20.6518%2040.5499%2024.8087%2038.3724%2024.8087%2033.4897C24.8087%2028.5418%2021.6415%2026.6283%2014.8453%2026.6283H6.92742V40.5499H14.3174ZM14.7133%2019.5022C18.8702%2019.5022%2022.5653%2018.1166%2022.5653%2013.3666C22.5653%2011.849%2022.1686%207.29619%2014.3174%207.23021L6.86217%207.16422V19.5022H14.7133ZM4.61877%2042.8592V24.3189H14.8453C22.7632%2024.3189%2027.0521%2027.1554%2027.0521%2033.6884C27.0521%2040.2199%2021.1796%2042.8592%2014.5154%2042.8592H4.61877ZM4.61877%2021.8116V4.92082H14.3174C23.357%204.92082%2024.8739%2011.0565%2024.8739%2013.3666C24.8739%2019.6349%2019.5301%2021.8116%2014.7133%2021.8116H4.61877ZM2.2434%2044.9707H14.6474C28.371%2044.9707%2029.7566%2035.6672%2029.7566%2033.7537C29.8226%2027.6173%2025.7317%2023.923%2020.9817%2022.8013C26.2603%2020.4927%2027.5792%2016.7977%2027.5792%2012.9047C27.5792%205.31672%2021.5755%202.80938%2014.3834%202.80938H2.2434V44.9707ZM0%2047.2801V0.5H14.3834C22.1034%200.5%2029.8226%203.60191%2029.8226%2012.9047C29.8226%2017.9186%2027.5792%2020.8886%2025.9296%2022.4054C28.239%2023.857%2032%2027.2214%2032%2033.7537C32%2036.5257%2029.8226%2047.2801%2014.6474%2047.2801H0Z%22%20fill%3D%22%23B2AEA9%22/%3E%3C/svg%3E");background-color:#635f5a;background-repeat:no-repeat;background-position:50%;background-size:auto}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image img,.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft{float:left}.wp-block-embed.alignright{float:right}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-post-title{font-family:var(--wp--preset--font-family--sr-horner);font-size:4.125rem;line-height:1.1;font-weight:400;letter-spacing:-.018em;text-wrap:balance}@media screen and (max-width:45rem){.wp-block-post-title{font-family:var(--wp--preset--font-family--sr-horner);font-size:3rem;line-height:1.1;font-weight:400;letter-spacing:-.01em;text-wrap:balance}}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>*+*{margin-top:var(--bwh-gap-l,4rem);clear:both}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>:is(p,h1,h2,h3,h4,h5,ul,ol,blockquote,.alignleft,.alignright)+:is(p,h1,h2,h3,h4,h5,ul,ol,blockquote,.alignleft,.alignright){margin-top:1em;clear:none}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>:is(.Section.Color-scheme:not(.Color-scheme--default),.Cover:not(.Cover--no-media),section.Color-scheme:not(.Color-scheme--default))+:is(.Section.Color-scheme:not(.Color-scheme--default),.Cover:not(.Cover--no-media),section.Color-scheme:not(.Color-scheme--default)){margin-top:1px}@media screen and (min-width:45.0625rem){.wp-block-image.alignleft{float:left;margin-right:1.875rem;margin-bottom:1em;width:24.375rem}.wp-block-image.alignright{float:right;margin-left:1.875rem;margin-bottom:1em;width:24.375rem}}.wp-block-image.size-full:not(.is-resized) img{width:100%;height:auto}.wp-block-image figcaption{font-size:.875rem;letter-spacing:.01em;margin-bottom:0}.wp-block-image figcaption,.wp-block-paragraph{font-family:var(--wp--preset--font-family--sr-lab);line-height:1.5;font-weight:400}.wp-block-paragraph{font-size:1.125rem}@media screen and (max-width:45rem){.wp-block-paragraph{font-size:1rem}}.is-style-preamble{font-family:var(--wp--preset--font-family--sr-horner);font-size:1.5rem;line-height:1.375;font-weight:400}@media screen and (max-width:45rem){.is-style-preamble{font-size:1.3125rem}}.wp-block-quote,blockquote{display:block;padding:1rem 0 1rem var(--bwh-spacing,1.875rem);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='34' viewBox='0 0 40 34' fill='none'%3E%3Cpath d='M22.6501 30.7999C29.2501 28.9999 32.5501 25.9999 32.5501 21.7999C32.5501 20.3999 32.1501 19.2499 31.3501 18.3499C30.6501 17.4499 29.5001 16.3499 27.9001 15.0499C26.2001 13.7499 24.9 12.5999 24 11.5999C23.2001 10.4999 22.8 9.1499 22.8 7.5499C22.8 5.5499 23.4501 3.8999 24.75 2.5999C26.1501 1.2999 27.9001 0.649902 30.0001 0.649902C33.0001 0.649902 35.3501 1.8499 37.0501 4.2499C38.7501 6.5499 39.6001 9.5999 39.6001 13.3999C39.6001 18.1999 38.1501 22.4999 35.2501 26.2999C32.4501 29.9999 28.2501 32.2999 22.6501 33.1999V30.7999ZM0.300049 30.7999C6.90005 28.9999 10.2 25.9999 10.2 21.7999C10.2 20.3999 9.80005 19.2499 9.00005 18.3499C8.30005 17.4499 7.15005 16.3499 5.55005 15.0499C3.85005 13.7499 2.55005 12.5999 1.65005 11.5999C0.850049 10.4999 0.450049 9.1499 0.450049 7.5499C0.450049 5.5499 1.10005 3.8999 2.40005 2.5999C3.80005 1.2999 5.55005 0.649902 7.65005 0.649902C10.65 0.649902 13 1.8499 14.7 4.2499C16.4 6.5499 17.25 9.5999 17.25 13.3999C17.25 18.1999 15.8 22.4999 12.9 26.2999C10.1 29.9999 5.90005 32.2999 0.300049 33.1999V30.7999Z' fill='%23E7E655'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 0;background-size:auto}.wp-block-quote>p,blockquote>p{font-family:var(--wp--preset--font-family--sr-horner);font-size:1.75rem;font-style:italic;line-height:1.3;font-weight:400}@media screen and (max-width:45rem){.wp-block-quote>p,blockquote>p{font-size:1.5rem}}.wp-block-quote cite,blockquote cite{display:block;margin-top:.5rem}.wp-block-heading{font-family:var(--wp--preset--font-family--sr-horner);font-size:3rem;line-height:1.1;font-weight:400;letter-spacing:-.01em;text-wrap:balance}@media screen and (max-width:45rem){.wp-block-heading{font-family:var(--wp--preset--font-family--sr-horner);font-size:2rem;line-height:1.1;font-weight:500;text-wrap:balance}}.wp-block-heading.has-xl-font-size{font-family:var(--wp--preset--font-family--sr-horner);font-size:4.125rem;line-height:1.1;font-weight:400;letter-spacing:-.018em;text-wrap:balance}@media screen and (max-width:45rem){.wp-block-heading.has-xl-font-size{font-family:var(--wp--preset--font-family--sr-horner);font-size:3rem;line-height:1.1;font-weight:400;letter-spacing:-.01em;text-wrap:balance}}.wp-block-heading.has-l-font-size{font-family:var(--wp--preset--font-family--sr-horner);font-size:3rem;line-height:1.1;font-weight:400;letter-spacing:-.01em;text-wrap:balance}@media screen and (max-width:45rem){.wp-block-heading.has-l-font-size{font-family:var(--wp--preset--font-family--sr-horner);font-size:2rem;line-height:1.1;font-weight:500;text-wrap:balance}}.wp-block-heading.has-m-font-size{font-family:var(--wp--preset--font-family--sr-horner);font-size:2rem;line-height:1.1;font-weight:500;text-wrap:balance}@media screen and (max-width:45rem){.wp-block-heading.has-m-font-size{font-family:var(--wp--preset--font-family--sr-horner);font-size:1.3125rem;line-height:1.3;font-weight:700}}.wp-block-heading.has-s-font-size{font-family:var(--wp--preset--font-family--sr-lab);font-size:1.5rem;line-height:1.3;font-weight:500}@media screen and (max-width:45rem){.wp-block-heading.has-s-font-size{font-family:var(--wp--preset--font-family--sr-lab);font-size:1.3125rem;line-height:1.3;font-weight:500}}.wp-block-list{display:flex;flex-direction:column;gap:.8em;list-style-position:inside}.wp-block-list li>p:first-child{display:inline}ul.wp-block-list{list-style-type:disc}ol.wp-block-list{list-style-type:decimal}.block-editor-block-list__layout.wp-block-list{padding-left:1em;list-style-position:outside}