@layer properties;.card{--card-bg:var(--rz-surface);--card-border:var(--rz-border);--card-border-width:1px;--card-padding:1.5rem;--card-radius:var(--rz-radius-lg);--card-title-text:var(--rz-text);--card-body-text:var(--rz-text-muted);--card-meta-text:var(--rz-text-muted);--card-link:var(--rz-brand);--card-focus:var(--rz-focus);--card-arrow:var(--rz-brand);--card-accent:var(--rz-brand);--card-highlight-bg:var(--rz-surface-muted);--card-shadow:0 1px 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.06);--card-shadow-hover:0 20px 40px -8px rgba(0,0,0,.1),0 6px 16px -6px rgba(0,0,0,.08);background-color:var(--card-bg);border:var(--card-border-width) solid var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);color:var(--card-body-text);display:flex;flex-direction:column;height:100%;min-height:calc(var(--spacing, .25rem)*48);overflow:hidden;position:relative;text-decoration-line:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s cubic-bezier(.16,1,.3,1),background-color .2s ease;width:100%}.card--highlight{background-color:var(--card-highlight-bg);border-left:4px solid var(--card-accent)}.card--horizontal{flex-direction:row;min-height:calc(var(--spacing, .25rem)*0)}.card--horizontal .card__image{align-self:stretch;aspect-ratio:auto;flex-shrink:0;height:auto;width:calc(var(--spacing, .25rem)*36)}@media (min-width:48rem){.card--horizontal .card__image{width:calc(var(--spacing, .25rem)*48)}}.card--horizontal .card__content{justify-content:center}.card--compact{--card-padding:1rem;min-height:0}.card--compact .card__title{font-size:var(--text-lg,1.125rem);line-height:var(--tw-leading,var(--text-lg--line-height,1.55556));margin-bottom:calc(var(--spacing, .25rem)*2)}.card--compact .card__description{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857))}.card--compact .card__image{aspect-ratio:3/2}.card--overlay{border-style:var(--tw-border-style);border-width:0;justify-content:flex-end;min-height:calc(var(--spacing, .25rem)*64);padding:calc(var(--spacing, .25rem)*0)}.card--overlay .card__image{aspect-ratio:auto;height:100%;inset:calc(var(--spacing, .25rem)*0);position:absolute;width:100%;z-index:0}.card--overlay .card__content{background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.35) 55%,transparent);position:relative;z-index:1;--card-title-text:var(--rz-text-on-brand);--card-body-text:hsla(0,0%,100%,.9);--card-meta-text:hsla(0,0%,100%,.8);padding:var(--card-padding)}.card__image{aspect-ratio:var(--aspect-video,16/9);display:block;flex-shrink:0;object-fit:cover;width:100%}.card__content{display:flex;flex:1;flex-direction:column;min-height:calc(var(--spacing, .25rem)*0);padding:var(--card-padding)}.card__meta{color:var(--card-meta-text);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));line-height:var(--leading-snug,1.375);margin:calc(var(--spacing, .25rem)*0);margin-bottom:calc(var(--spacing, .25rem)*2)}.card__meta,.card__title{--tw-leading:var(--leading-snug,1.375)}.card__title{font-size:var(--text-xl,1.25rem);line-height:var(--tw-leading,var(--text-xl--line-height,1.4));line-height:var(--leading-snug,1.375);margin:calc(var(--spacing, .25rem)*0);margin-bottom:calc(var(--spacing, .25rem)*3);--tw-font-weight:var(--font-weight-bold,700);color:var(--card-title-text);font-weight:var(--font-weight-bold,700)}.card__description{flex:1;font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height,1.5));margin:calc(var(--spacing, .25rem)*0);--tw-leading:var(--leading-relaxed,1.625);color:var(--card-body-text);line-height:var(--leading-relaxed,1.625)}.card__action{display:flex;margin-top:auto;padding-top:calc(var(--spacing, .25rem)*4)}.card__arrow{background-color:var(--card-arrow);display:block;flex-shrink:0;height:calc(var(--spacing, .25rem)*5);mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:1.25rem 1.25rem;-webkit-mask-size:1.25rem 1.25rem;width:calc(var(--spacing, .25rem)*5)}.card__footer{font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height,1.5));margin-top:calc(var(--spacing, .25rem)*4);--tw-leading:var(--leading-relaxed,1.625);color:var(--card-body-text);line-height:var(--leading-relaxed,1.625)}.card__footer a{--tw-font-weight:var(--font-weight-medium,500);color:var(--card-link);font-weight:var(--font-weight-medium,500);text-decoration-line:underline;text-underline-offset:2px}.card__footer a:focus{--tw-outline-style:none;outline-style:none}.card__footer a:focus-visible{outline-color:var(--card-focus);outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}.card--clickable{color:var(--card-body-text);cursor:pointer;text-decoration:none}.card--clickable:focus{--tw-outline-style:none;outline-style:none}.card--clickable:focus-visible{outline-color:var(--card-focus);outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.card--clickable:hover{border-color:var(--card-border);box-shadow:var(--card-shadow-hover);transform:translateY(-4px);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in srgb,var(--card-border) 60%,var(--card-accent))}}.card--clickable:hover .card__arrow{transform:translateX(.25rem)}}.card--clickable:active{transform:translateY(-1px)}.card--clickable .card__title{color:var(--card-title-text)}@media (prefers-reduced-motion:reduce){.card{transition:none}.card--clickable:hover{transform:none}.card .card__arrow{transition:none}}@media (prefers-reduced-motion:no-preference){.card .card__arrow{transition:transform .2s cubic-bezier(.16,1,.3,1)}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-outline-style:solid}}}
@layer properties;.page-header{--page-header-bg:var(--rz-text-on-brand);--page-header-text:var(--rz-text);--page-header-muted:var(--rz-text-muted);--page-header-eyebrow:var(--rz-brand);background-color:var(--page-header-bg);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--rz-border);color:var(--page-header-text);padding-block:calc(var(--spacing, .25rem)*10);width:100%}.page-header--centered{text-align:center}.page-header--tone-muted{--page-header-bg:var(--rz-surface-muted)}.page-header--tone-dark{--page-header-bg:var(--rz-brand);--page-header-text:var(--rz-text-on-brand);--page-header-muted:hsla(0,0%,100%,.85);--page-header-eyebrow:hsla(0,0%,100%,.9)}.page-header__container{margin-inline:auto;max-width:var(--container-3xl,48rem);padding-inline:calc(var(--spacing, .25rem)*4)}@media (min-width:48rem){.page-header__container{padding-inline:calc(var(--spacing, .25rem)*6)}}.page-header__eyebrow{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));margin:calc(var(--spacing, .25rem)*0);margin-bottom:calc(var(--spacing, .25rem)*2);--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);--tw-tracking:var(--tracking-widest,0.1em);color:var(--page-header-eyebrow);letter-spacing:var(--tracking-widest,.1em);text-transform:uppercase}.page-header__title{font-size:var(--text-3xl,1.875rem);line-height:var(--tw-leading,var(--text-3xl--line-height,1.2));margin:calc(var(--spacing, .25rem)*0);--tw-leading:var(--leading-tight,1.25);line-height:var(--leading-tight,1.25);--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700)}@media (min-width:48rem){.page-header__title{font-size:var(--text-4xl,2.25rem);line-height:var(--tw-leading,var(--text-4xl--line-height,1.11111))}}.page-header__description{font-size:var(--text-lg,1.125rem);line-height:var(--tw-leading,var(--text-lg--line-height,1.55556));margin:calc(var(--spacing, .25rem)*0);margin-top:calc(var(--spacing, .25rem)*4);--tw-leading:var(--leading-relaxed,1.625);color:var(--page-header-muted);line-height:var(--leading-relaxed,1.625)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-leading{syntax:"*";inherits:false}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-leading:initial}}}
@layer properties;.post-list{--post-list-bg:var(--rz-text-on-brand);--post-list-text:var(--rz-text);background-color:var(--post-list-bg);color:var(--post-list-text);padding-block:calc(var(--spacing, .25rem)*12);width:100%}.post-list--tone-muted{--post-list-bg:var(--rz-surface-muted)}.post-list__container{margin-inline:auto;max-width:var(--container-7xl,80rem);padding-inline:calc(var(--spacing, .25rem)*4)}@media (min-width:48rem){.post-list__container{padding-inline:calc(var(--spacing, .25rem)*6)}}.post-list__heading{font-size:var(--text-2xl,1.5rem);line-height:var(--tw-leading,var(--text-2xl--line-height,1.33333));margin:calc(var(--spacing, .25rem)*0);margin-bottom:calc(var(--spacing, .25rem)*8);--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700)}.post-list__grid{display:grid;gap:calc(var(--spacing, .25rem)*6);list-style-type:none;margin:calc(var(--spacing, .25rem)*0);padding:calc(var(--spacing, .25rem)*0)}@media (min-width:48rem){.post-list--grid .post-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:64rem){.post-list--grid .post-list__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.post-list--list .post-list__grid{display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem)*4)}@media (min-width:48rem){.post-list--magazine .post-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.post-list__item{min-width:calc(var(--spacing, .25rem)*0)}@property --tw-font-weight{syntax:"*";inherits:false}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-font-weight:initial}}}
[data-ds=rz-oracle]{display:none!important}
@layer properties;.site-footer{--site-footer-bg:var(--rz-surface-muted);--site-footer-text:var(--rz-text);--site-footer-text-muted:var(--rz-text-muted);--site-footer-border:var(--rz-border);--site-footer-heading:var(--rz-text);--site-footer-link:var(--rz-text-muted);--site-footer-link-hover:var(--rz-brand);--site-footer-social-bg:var(--rz-brand-light);--site-footer-social-hover:var(--rz-brand);--site-footer-social-color:var(--rz-text-muted);--site-footer-social-color-hover:var(--rz-text-on-brand);background-color:var(--site-footer-bg);color:var(--site-footer-text);width:100%}.site-footer__container{margin-inline:auto;max-width:80rem;padding-block:clamp(3rem,6vw,5rem);padding-inline:calc(var(--spacing, .25rem)*4)}@media (min-width:48rem){.site-footer__container{padding-inline:calc(var(--spacing, .25rem)*6)}}.site-footer__top{display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem)*10)}@media (min-width:48rem){.site-footer__top{flex-direction:row;gap:calc(var(--spacing, .25rem)*16)}}.site-footer__brand-col{display:flex;flex-direction:column;flex-shrink:0;gap:calc(var(--spacing, .25rem)*5)}@media (min-width:48rem){.site-footer__brand-col{max-width:22rem}}.site-footer__brand{align-items:center;display:flex}.site-footer__description{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));margin:calc(var(--spacing, .25rem)*0);--tw-leading:var(--leading-relaxed,1.625);color:var(--site-footer-text-muted);line-height:var(--leading-relaxed,1.625)}.site-footer__social{display:flex;gap:calc(var(--spacing, .25rem)*2)}.site-footer__social-link{align-items:center;background-color:var(--site-footer-social-bg);border-radius:calc(infinity*1px);color:var(--site-footer-social-color);display:flex;height:calc(var(--spacing, .25rem)*9);justify-content:center;text-decoration-line:none;width:calc(var(--spacing, .25rem)*9)}@media (prefers-reduced-motion:no-preference){.site-footer__social-link{transition:background-color .15s ease,color .15s ease,transform .15s cubic-bezier(.16,1,.3,1)}}.site-footer__social-link:focus{--tw-outline-style:none;outline-style:none}.site-footer__social-link:focus-visible{outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-footer__social-link:hover{background-color:var(--site-footer-social-hover);color:var(--site-footer-social-color-hover);transform:translateY(-3px)}}.site-footer__nav{display:flex;flex:1;flex-wrap:wrap;gap:calc(var(--spacing, .25rem)*8)}@media (min-width:48rem){.site-footer__nav{gap:calc(var(--spacing, .25rem)*12)}}.site-footer__nav-group{display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem)*4);min-width:8rem}.site-footer__nav-heading{font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,1.33333));margin:calc(var(--spacing, .25rem)*0);--tw-font-weight:var(--font-weight-bold,700);color:var(--site-footer-heading);font-weight:var(--font-weight-bold,700);letter-spacing:.1em;text-transform:uppercase}.site-footer__nav-list{display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem)*3);list-style-type:none;padding:calc(var(--spacing, .25rem)*0)}.site-footer__nav-item,.site-footer__nav-list{margin:calc(var(--spacing, .25rem)*0)}.site-footer__nav-link{color:var(--site-footer-link);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));text-decoration-line:none}@media (prefers-reduced-motion:no-preference){.site-footer__nav-link{transition:color .15s ease}}.site-footer__nav-link:focus{--tw-outline-style:none;outline-style:none}.site-footer__nav-link:focus-visible{border-radius:.25rem;outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-footer__nav-link:hover{color:var(--site-footer-link-hover)}}.site-footer__bottom{border-color:var(--site-footer-border);border-top-style:var(--tw-border-style);border-top-width:1px;margin-top:calc(var(--spacing, .25rem)*12);padding-top:calc(var(--spacing, .25rem)*8)}.site-footer__copyright{color:var(--site-footer-text-muted);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));margin:calc(var(--spacing, .25rem)*0)}.site-footer--minimal .site-footer__container{align-items:center;display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem)*5);padding-block:1.75rem;text-align:center}@media (min-width:48rem){.site-footer--minimal .site-footer__container{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer--minimal .site-footer__minimal-nav{display:flex}.site-footer--minimal .site-footer__minimal-list{column-gap:calc(var(--spacing, .25rem)*6);display:flex;flex-wrap:wrap;list-style-type:none;margin:calc(var(--spacing, .25rem)*0);padding:calc(var(--spacing, .25rem)*0);row-gap:calc(var(--spacing, .25rem)*2)}.site-footer--minimal .site-footer__nav-link{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857))}.site-footer--minimal .site-footer__copyright{flex-shrink:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-leading:initial;--tw-outline-style:solid;--tw-font-weight:initial;--tw-border-style:solid}}}
@layer properties;.site-header{--site-header-bg:var(--rz-surface);--site-header-border:var(--rz-border);--site-header-nav-color:var(--rz-text-muted);--site-header-nav-hover:var(--rz-brand);--site-header-nav-active:var(--rz-brand);--site-header-nav-hover-bg:var(--rz-brand-light);--site-header-cta-bg:var(--rz-brand);--site-header-cta-text:var(--rz-text-on-brand);--site-header-cta-hover:var(--rz-brand-hover);background-color:var(--site-header-bg);border-bottom:1px solid var(--site-header-border);position:relative;width:100%}.site-header--transparent{--site-header-bg:transparent;--site-header-border:transparent;--site-header-nav-color:hsla(0,0%,100%,.85);--site-header-nav-hover:#fff;--site-header-nav-active:#fff;--site-header-nav-hover-bg:hsla(0,0%,100%,.12);--site-header-cta-bg:hsla(0,0%,100%,.15);--site-header-cta-text:#fff;--site-header-cta-hover:hsla(0,0%,100%,.25);border-bottom-color:transparent}.site-header--sticky{backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);background-color:var(--site-header-bg);position:sticky;top:calc(var(--spacing, .25rem)*0);z-index:2;@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in srgb,var(--site-header-bg) 88%,transparent)}border-bottom:1px solid var(--site-header-border);box-shadow:0 1px 0 var(--site-header-border),0 4px 16px -4px rgba(0,0,0,.08)}.site-header__container{align-items:center;display:flex;gap:calc(var(--spacing, .25rem)*4);height:4.5rem;justify-content:space-between;margin-inline:auto;max-width:80rem;padding-inline:calc(var(--spacing, .25rem)*4)}@media (min-width:48rem){.site-header__container{padding-inline:calc(var(--spacing, .25rem)*6)}}.site-header__brand{align-items:center;display:flex;flex-shrink:0}.site-header__nav{display:none}@media (min-width:48rem){.site-header__nav{display:flex}}@media (max-width:47.9375rem){.site-header__nav[data-open=true]{animation:site-header-nav-open .18s cubic-bezier(.16,1,.3,1);background-color:var(--site-header-bg);border-bottom:1px solid var(--site-header-border);box-shadow:0 8px 32px -4px rgba(0,0,0,.12);display:flex;flex-direction:column;left:calc(var(--spacing, .25rem)*0);padding:.75rem 1rem 1.25rem;position:absolute;right:calc(var(--spacing, .25rem)*0);top:4.5rem;z-index:1}}.site-header__nav-list{display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem)*.5);list-style-type:none;margin:calc(var(--spacing, .25rem)*0);padding:calc(var(--spacing, .25rem)*0)}@media (min-width:48rem){.site-header__nav-list{align-items:center;flex-direction:row;gap:calc(var(--spacing, .25rem)*.5)}}.site-header__nav-item{margin:calc(var(--spacing, .25rem)*0)}.site-header__nav-link{display:block;font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));padding-block:calc(var(--spacing, .25rem)*2);padding-inline:calc(var(--spacing, .25rem)*3);--tw-font-weight:var(--font-weight-medium,500);border-radius:var(--rz-radius);color:var(--site-header-nav-color);font-weight:var(--font-weight-medium,500);letter-spacing:.005em;text-decoration-line:none}@media (prefers-reduced-motion:no-preference){.site-header__nav-link{transition:color .15s ease,background-color .15s ease}}.site-header__nav-link:focus{--tw-outline-style:none;outline-style:none}.site-header__nav-link:focus-visible{outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-header__nav-link:hover{background-color:var(--site-header-nav-hover-bg);color:var(--site-header-nav-hover)}}.site-header__nav-link--active{color:var(--site-header-nav-active);--tw-font-weight:var(--font-weight-semibold,600);background-color:var(--site-header-nav-hover-bg);font-weight:var(--font-weight-semibold,600)}.site-header__actions{align-items:center;display:flex;gap:calc(var(--spacing, .25rem)*2)}.site-header__search-btn{align-items:center;background-color:transparent;border-radius:.25rem;border-radius:var(--rz-radius);border-style:var(--tw-border-style);border-width:0;color:var(--site-header-nav-color);cursor:pointer;display:flex;flex-shrink:0;height:calc(var(--spacing, .25rem)*10);justify-content:center;padding:calc(var(--spacing, .25rem)*0);text-decoration-line:none;width:calc(var(--spacing, .25rem)*10)}.site-header__search-btn:focus{--tw-outline-style:none;outline-style:none}.site-header__search-btn:focus-visible{outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-header__search-btn:hover{background-color:var(--site-header-nav-hover-bg);color:var(--site-header-nav-color)}}@media (prefers-reduced-motion:no-preference){.site-header__search-btn{transition:background-color .15s ease}}.site-header__search-icon{background-color:currentColor;display:block;height:calc(var(--spacing, .25rem)*5);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:calc(var(--spacing, .25rem)*5)}.site-header__cta{display:none;font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));padding-block:calc(var(--spacing, .25rem)*2);padding-inline:calc(var(--spacing, .25rem)*5);--tw-font-weight:var(--font-weight-semibold,600);background-color:var(--site-header-cta-bg);border-radius:var(--rz-radius-full);color:var(--site-header-cta-text);font-weight:var(--font-weight-semibold,600);letter-spacing:.01em;text-decoration-line:none}@media (min-width:48rem){.site-header__cta{align-items:center;display:inline-flex}}@media (prefers-reduced-motion:no-preference){.site-header__cta{transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease}}.site-header__cta:focus{--tw-outline-style:none;outline-style:none}.site-header__cta:focus-visible{outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-header__cta:hover{background-color:var(--site-header-cta-hover);box-shadow:0 4px 12px var(--site-header-cta-bg);color:var(--site-header-cta-text);transform:translateY(-1px);@supports (color:color-mix(in lab,red,red)){box-shadow:0 4px 12px color-mix(in srgb,var(--site-header-cta-bg) 35%,transparent)}}}.site-header__cta:active{box-shadow:none;transform:translateY(0)}.site-header__menu-toggle{align-items:center;background-color:transparent;border-radius:.25rem;border-radius:var(--rz-radius);border-style:var(--tw-border-style);border-width:0;color:var(--site-header-nav-color);cursor:pointer;display:flex;height:calc(var(--spacing, .25rem)*10);justify-content:center;padding:calc(var(--spacing, .25rem)*0);width:calc(var(--spacing, .25rem)*10)}@media (min-width:48rem){.site-header__menu-toggle{display:none}}.site-header__menu-toggle:focus{--tw-outline-style:none;outline-style:none}.site-header__menu-toggle:focus-visible{outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-header__menu-toggle:hover{background-color:var(--site-header-nav-hover-bg);color:var(--site-header-nav-color)}}.site-header__menu-icon{background-color:currentColor;display:block;height:calc(var(--spacing, .25rem)*5);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:calc(var(--spacing, .25rem)*5)}.site-header__menu-toggle[aria-expanded=true] .site-header__menu-icon{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E")}.site-header__nav-item--has-children{position:relative}.site-header__nav-toggle{align-items:center;background-color:transparent;border-radius:var(--rz-radius);border-style:var(--tw-border-style);border-width:0;color:var(--site-header-nav-color);cursor:pointer;display:block;display:flex;font-size:.875rem;font-weight:500;gap:.25rem;letter-spacing:.005em;padding:.5rem .75rem;text-align:left;width:100%}@media (prefers-reduced-motion:no-preference){.site-header__nav-toggle{transition:color .15s ease,background-color .15s ease}}.site-header__nav-toggle:focus{--tw-outline-style:none;outline-style:none}.site-header__nav-toggle:focus-visible{outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-header__nav-toggle:hover{background-color:var(--site-header-nav-hover-bg);color:var(--site-header-nav-hover)}}.site-header__nav-toggle.site-header__nav-link--active{background-color:var(--site-header-nav-hover-bg);color:var(--site-header-nav-active);font-weight:600}.site-header__nav-arrow{align-items:center;background-color:currentColor;display:inline-flex;flex-shrink:0;font-size:0;height:.875rem;justify-content:center;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;opacity:.4;width:.875rem}@media (prefers-reduced-motion:no-preference){.site-header__nav-arrow{transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .15s ease}}.site-header__nav-item--has-children:focus-within .site-header__nav-arrow,.site-header__nav-item--has-children[data-open] .site-header__nav-arrow{opacity:.75;transform:rotate(180deg)}@media (min-width:48rem){.site-header__nav-item--has-children:hover .site-header__nav-arrow{opacity:.75;transform:rotate(180deg)}}.site-header__nav-submenu{display:none;list-style-type:none;margin:calc(var(--spacing, .25rem)*0);padding:calc(var(--spacing, .25rem)*0)}@media (min-width:48rem){.site-header__nav-submenu{--site-header-submenu-bg:var(--rz-surface);background:var(--site-header-submenu-bg);border-radius:14px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.07),0 28px 48px -8px rgba(0,0,0,.14);left:-.5rem;min-width:14rem;padding:.3125rem;position:absolute;top:100%;transform-origin:top left;z-index:3}.site-header__nav-submenu:before{background:var(--site-header-submenu-bg);border-radius:1px 0 0 0;box-shadow:-1px -1px 1px rgba(0,0,0,.05);content:"";height:8px;left:1.375rem;position:absolute;top:-4px;transform:rotate(45deg);width:8px}}.site-header__nav-item--has-children[data-open] .site-header__nav-submenu{display:block}@media (min-width:48rem){.site-header__nav-item--has-children:focus-within .site-header__nav-submenu,.site-header__nav-item--has-children:hover .site-header__nav-submenu{display:block}}@media (max-width:47.9375rem){.site-header__nav-item--has-children[data-open] .site-header__nav-submenu{padding-left:.75rem}}@media (min-width:48rem) and (prefers-reduced-motion:no-preference){.site-header__nav-item--has-children:focus-within .site-header__nav-submenu,.site-header__nav-item--has-children:hover .site-header__nav-submenu,.site-header__nav-item--has-children[data-open] .site-header__nav-submenu{animation:site-header-submenu-open .22s cubic-bezier(.16,1,.3,1) both}}.site-header__nav-submenu-link{align-items:center;border-radius:10px;color:var(--site-header-nav-color);display:block;display:flex;font-size:.875rem;font-weight:500;letter-spacing:.01em;line-height:1.3;padding:.625rem .875rem;text-decoration-line:none;white-space:nowrap}@media (prefers-reduced-motion:no-preference){.site-header__nav-submenu-link{transition:color .12s ease,background-color .12s ease,transform .12s ease}}.site-header__nav-submenu-link:focus{--tw-outline-style:none;outline-style:none}.site-header__nav-submenu-link:focus-visible{outline-color:var(--rz-focus,var(--rz-brand));outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.site-header__nav-submenu-link:hover{background-color:var(--site-header-nav-hover-bg);color:var(--site-header-nav-hover);transform:translateX(2px)}}@keyframes site-header-nav-open{0%{opacity:0;transform:translateY(-.375rem)}to{opacity:1;transform:translateY(0)}}@keyframes site-header-submenu-open{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-font-weight:initial;--tw-outline-style:solid;--tw-border-style:solid}}}