.section{width:100%;padding-block:var(--section-padding-y,var(--section-space-y-md));background:var(--section-bg,var(--color-transparent));color:var(--section-text-color,inherit);position:relative}.section--xs{padding-block:var(--section-padding-y-xs,var(--section-space-y-sm))}.section--md{padding-block:var(--section-padding-y,var(--section-space-y-md))}.section--xl{padding-block:var(--section-padding-y-xl,var(--space-17))}.section--surface{background:var(--section-bg,var(--surface-1))}.section--surface-soft{background:var(--surface-soft,var(--surface-soft))}.section--surface-muted{background:var(--surface-muted,var(--surface-3))}.section--surface-dark{background:var(--surface-inverse,var(--heading-color));color:var(--text-inverse,var(--color-white))}.section--gradient{background:var(--section-gradient,var(--gradient-soft))}.section--gradient-primary{background:var(--gradient-primary);color:var(--text-inverse,var(--color-white))}.section--gradient-dark{background:var(--gradient-dark);color:var(--text-inverse,var(--color-white))}.section--mesh{background:var(--gradient-mesh)}.container,.container-xs,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-wide,.container-full{width:100%;padding-inline:var(--container-padding-x,24px);margin-inline:auto}.container-xs{max-width:var(--container-xs,640px)}.container-2xl{max-width:min(1600px,100%)}.container-tight{max-width:var(--content-width-tight,42rem)}.container-reading{max-width:var(--content-width-reading,48rem)}.container-content{max-width:var(--content-width-wide,64rem)}.container-hero{max-width:var(--hero-content-width,36rem)}.content-tight{max-width:var(--measure-tight,42ch)}.content-reading{max-width:var(--measure-normal,64ch)}.content-wide{max-width:var(--measure-wide,78ch)}.content-full{max-width:100%}.content-center{text-align:center;margin-inline:auto}.content-left{margin-right:auto}.content-right{text-align:right;margin-left:auto}.section-stack-xs{gap:var(--content-stack-gap-xs,var(--space-2));display:grid}.section-stack-sm{gap:var(--content-stack-gap-sm,var(--space-4));display:grid}.section-stack-md{gap:var(--content-stack-gap-md,var(--space-6));display:grid}.section-stack-lg{gap:var(--content-stack-gap-lg,var(--space-8));display:grid}.section-stack-xl{gap:var(--content-stack-gap-xl,var(--space-10));display:grid}@container preview (width>=768px) and (width<=1023px){.container,.container-xs,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-wide{padding-inline:var(--container-padding-x-md,24px)}.section{padding-block:var(--tablet-section-padding-y,var(--section-padding-y))}}@container preview (width<=767px){.container,.container-xs,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-wide{padding-inline:var(--container-padding-x-sm,16px)}.section{padding-block:var(--mobile-section-padding-y,var(--section-padding-y-sm))}.section--lg{padding-block:var(--mobile-section-padding-y-lg,var(--mobile-section-padding-y))}}.form{gap:var(--space-8);display:grid}.form--sm{gap:var(--space-6)}.form--lg{gap:var(--space-10)}.form__section{gap:var(--space-6);display:grid}.form__header{gap:var(--space-3);display:grid}.form__title{color:var(--heading-color);letter-spacing:-.025em;margin:0;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;line-height:1.15}.form__subtitle{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.65}.form__body{gap:var(--space-6);display:grid}.form__footer{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.fieldset{gap:var(--space-6);display:grid}.fieldset__legend{color:var(--heading-color);margin:0;padding:0;font-size:1.125rem;font-weight:600;line-height:1.3}.field-group{gap:var(--space-5);display:grid}.field-row{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.field-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.field-row--4{grid-template-columns:repeat(4,minmax(0,1fr))}.field-stack{gap:var(--space-3);display:grid}.field-inline{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.field-actions{justify-content:flex-start;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.field-actions--between{justify-content:space-between}.field-help{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.55}.field-error{color:var(--error-base);margin:0;font-size:.875rem;line-height:1.55}.field-success{color:var(--success-base);margin:0;font-size:.875rem;line-height:1.55}.choice-group{gap:var(--space-4);display:grid}.choice-group--inline{align-items:center;gap:var(--space-5);flex-wrap:wrap;display:flex}.form-grid{gap:var(--space-6);display:grid}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1024px){.field-row--3,.field-row--4,.form-grid--3,.form-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.field-row,.field-row--3,.field-row--4,.form-grid--2,.form-grid--3,.form-grid--4{grid-template-columns:1fr}.form__footer,.field-actions,.field-actions--between{flex-direction:column;align-items:stretch}}@media (hover:hover) and (pointer:fine){:where(.section,.builder-section-container) [data-motion-region=media],:where(.section,.builder-section-container) [data-motion-region=items]>*,:where(.section,.builder-section-container) [data-motion-region=actions] :is(a,button),:where(.section,.builder-section-container) [data-motion-region=interactive]{transition-duration:var(--section-hover-duration,0s);transition-property:translate,scale,box-shadow,opacity,border-color,background-color;transition-timing-function:var(--section-hover-easing,linear)}:where(.section,.builder-section-container) [data-motion-region=media]:hover{scale:var(--section-hover-media-scale,1);translate:0 var(--section-hover-media-lift,0px)}:where(.section,.builder-section-container) [data-motion-region=items]>:hover{box-shadow:var(--section-hover-item-shadow,none);scale:var(--section-hover-item-scale,1);translate:0 var(--section-hover-item-lift,0px)}:where(.section,.builder-section-container) [data-motion-region=actions] :is(a,button):hover{translate:var(--section-hover-action-shift,0px) var(--section-hover-action-lift,0px)}:where(.section,.builder-section-container) [data-motion-region=interactive]:hover{scale:var(--section-hover-interactive-scale,1);translate:0 var(--section-hover-interactive-lift,0px)}}@media (prefers-reduced-motion:reduce){:where(.section,.builder-section-container){--section-hover-duration:0s!important;--section-hover-media-scale:1!important;--section-hover-media-lift:0px!important;--section-hover-item-scale:1!important;--section-hover-item-lift:0px!important;--section-hover-action-shift:0px!important;--section-hover-action-lift:0px!important;--section-hover-interactive-scale:1!important;--section-hover-interactive-lift:0px!important}}.icon{--icon-size:1.25rem;width:var(--icon-size);height:var(--icon-size);color:currentColor;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:inline-flex}.icon svg,.icon img{width:100%;height:100%;display:block}.icon svg{stroke:currentColor}.icon--xs{--icon-size:.875rem}.icon--sm{--icon-size:1rem}.icon--md{--icon-size:1.25rem}.icon--lg{--icon-size:1.5rem}.icon--xl{--icon-size:1.875rem}.icon--2xl{--icon-size:2.25rem}.icon-stroke svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.icon-fill svg{fill:currentColor;stroke:none}.icon-muted{color:var(--text-muted)}.icon-primary{color:var(--primary-bg)}.icon-secondary{color:var(--secondary-bg)}.icon-success{color:var(--success-base)}.icon-warning{color:var(--warning-base)}.icon-danger{color:var(--error-base)}.row{display:flex}.col{flex-direction:column;display:flex}.grid{gap:var(--grid-gap,var(--content-gap-lg));display:grid}.block{display:block}.inline-flex{display:inline-flex}.hidden{display:none}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.flex-1{flex:1 1 0}.flex-auto{flex:auto}.flex-none{flex:none}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.place-center{place-items:center}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.justify-self-start{justify-self:start}.justify-self-center{justify-self:center}.justify-self-end{justify-self:end}.cluster{justify-content:flex-start;align-items:center;gap:var(--cluster-gap,var(--content-gap-md));flex-wrap:wrap;display:flex}.cluster--start{justify-content:flex-start}.cluster--center{justify-content:center}.cluster--end{justify-content:flex-end}.cluster--between{justify-content:space-between}.cluster--stretch{align-items:stretch}.split{justify-content:space-between;align-items:center;gap:var(--split-gap,var(--content-gap-lg));display:flex}.split--start{align-items:flex-start}.split--end{align-items:flex-end}.flow{align-content:start;gap:var(--flow-gap,var(--content-gap-md));display:grid}.flow-sm{gap:var(--flow-gap-sm,var(--content-gap-sm))}.flow-lg{gap:var(--flow-gap-lg,var(--content-gap-lg))}.grid-2{gap:var(--grid-gap,var(--content-gap-lg));grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.grid-3{gap:var(--grid-gap,var(--content-gap-lg));grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.grid-4{gap:var(--grid-gap,var(--content-gap-lg));grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.grid-5{gap:var(--grid-gap,var(--content-gap-lg));grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.grid-6{gap:var(--grid-gap,var(--content-gap-lg));grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.grid-auto-xs{grid-template-columns:repeat(auto-fit, minmax(var(--grid-auto-xs-min,180px), 1fr));gap:var(--grid-gap,var(--content-gap-md));display:grid}.grid-auto-sm{grid-template-columns:repeat(auto-fit, minmax(var(--grid-auto-sm-min,220px), 1fr));gap:var(--grid-gap,var(--content-gap-md));display:grid}.grid-auto-md{grid-template-columns:repeat(auto-fit, minmax(var(--grid-auto-md-min,280px), 1fr));gap:var(--grid-gap,var(--content-gap-lg));display:grid}.grid-auto-lg{grid-template-columns:repeat(auto-fit, minmax(var(--grid-auto-lg-min,340px), 1fr));gap:var(--grid-gap,var(--content-gap-lg));display:grid}.grid-auto-xl{grid-template-columns:repeat(auto-fit, minmax(var(--grid-auto-xl-min,420px), 1fr));gap:var(--grid-gap,var(--content-gap-xl));display:grid}.layout-split{grid-template-columns:var(--layout-split-columns,minmax(0, 1fr) minmax(0, 1fr));gap:var(--layout-split-gap,var(--space-12));align-items:var(--layout-split-align,center);display:grid}.layout-split-hero{grid-template-columns:var(--layout-hero-columns,minmax(0, 1.05fr) minmax(0, .95fr));gap:var(--layout-hero-gap,var(--space-12));align-items:var(--layout-hero-align,center);display:grid}.layout-sidebar{grid-template-columns:var(--layout-sidebar-columns,minmax(0, 320px) minmax(0, 1fr));gap:var(--layout-sidebar-gap,var(--space-10));align-items:var(--layout-sidebar-align,start);display:grid}.layout-feature-cards{grid-template-columns:var(--layout-feature-columns,minmax(0, 1.1fr) minmax(320px, .9fr));gap:var(--layout-feature-gap,var(--space-12));align-items:var(--layout-feature-align,center);display:grid}.layout-aside-right{grid-template-columns:var(--layout-aside-right-columns,minmax(0, 1fr) minmax(280px, 360px));gap:var(--layout-aside-gap,var(--space-10));align-items:start;display:grid}.layout-aside-left{grid-template-columns:var(--layout-aside-left-columns,minmax(280px, 360px) minmax(0, 1fr));gap:var(--layout-aside-gap,var(--space-10));align-items:start;display:grid}.layout-hero{grid-template-columns:var(--hero-grid-columns,minmax(0, .92fr) minmax(0, 1.08fr));gap:var(--hero-gap,var(--content-gap-xl));align-items:var(--hero-align-items,center);display:grid}.layout-hero-reverse{grid-template-columns:var(--hero-grid-columns-reverse,minmax(0, 1.08fr) minmax(0, .92fr));gap:var(--hero-gap,var(--content-gap-xl));align-items:var(--hero-align-items,center);display:grid}.layout-section-heading{gap:var(--section-heading-gap,var(--space-4));max-width:var(--section-heading-width,48rem);display:grid}.w-full{width:100%}.w-fit{width:fit-content;max-width:100%}.w-auto{width:auto}.min-w-0{min-width:0}.max-w-full{max-width:100%}.h-full{height:100%}.min-h-0{min-height:0}.min-h-media{min-height:var(--media-min-height,320px)}.min-h-hero-media{min-height:var(--hero-visual-min-height,clamp(320px, 38vw, 520px))}.order-first{order:-1}.order-last{order:999}.order-1{order:1}.order-2{order:2}@container preview (width<=1024px){.grid-5,.grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-split,.layout-split-hero,.layout-feature-cards,.layout-sidebar,.layout-aside-right,.layout-aside-left,.layout-hero,.layout-hero-reverse{gap:var(--tablet-gap,var(--content-gap-lg));grid-template-columns:1fr}}@container preview (width<=768px){.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{grid-template-columns:1fr}.split{flex-direction:column;align-items:flex-start}.cluster,.flow,.grid,.layout-split,.layout-split-hero,.layout-feature-cards,.layout-sidebar,.layout-aside-right,.layout-aside-left,.layout-hero,.layout-hero-reverse{gap:var(--mobile-gap,var(--content-gap-md))}}.transition-fast{transition:all var(--transition-fast)}.transition-base{transition:all var(--transition-base)}.transition-slow{transition:all var(--transition-slow)}.hover-lift{transition:transform var(--transition-base), box-shadow var(--transition-base)}.hover-lift:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hover-scale{transition:transform var(--transition-base)}.hover-scale:hover{transform:scale(1.02)}[data-pb-animate-item]{animation-name:var(--pb-animate-name,pb-fade-in);animation-duration:var(--pb-animate-duration,.52s);animation-timing-function:var(--pb-animate-easing,cubic-bezier(.22, 1, .36, 1));animation-delay:calc(var(--pb-animate-index,0) * var(--pb-animate-delay-step,.1s));animation-fill-mode:both}[data-pb-animate-item][data-motion-preset=none]{animation:none}[data-pb-animate-item][data-motion-preset=fade]{animation-name:pb-fade-in}[data-pb-animate-item][data-motion-preset=slide-up],[data-pb-animate-item][data-motion-preset=stagger],[data-pb-animate-item][data-motion-preset=rise]{animation-name:pb-fade-in-up}[data-pb-animate-item][data-motion-preset=scale]{animation-name:pb-scale-in}[data-pb-animate-item][data-motion-preset=reveal]{animation-name:pb-mask-reveal}[data-pb-animate-item][data-motion-preset=slide]{animation-name:pb-slide-in}[data-pb-animate-item][data-motion-preset=pop]{animation-name:pb-pop-in}[data-pb-animate-side=left]{--pb-animate-side-x:calc(var(--pb-animate-side-distance,24px) * -1)}[data-pb-animate-side=right]{--pb-animate-side-x:var(--pb-animate-side-distance,24px)}@keyframes pb-fade-in{0%{opacity:var(--pb-animate-from-opacity);transform:translate3d(var(--pb-animate-from-x), var(--pb-animate-from-y), 0) scale(var(--pb-animate-from-scale))}to{opacity:var(--pb-animate-to-opacity);transform:translate3d(var(--pb-animate-to-x), var(--pb-animate-to-y), 0) scale(var(--pb-animate-to-scale))}}@keyframes pb-fade-in-up{0%{opacity:0;transform:translateY(var(--pb-animate-y,24px))}to{opacity:1;transform:translateY(0)}}@keyframes pb-slide-up{0%{transform:translateY(var(--pb-animate-y,24px))}to{transform:translateY(0)}}@keyframes pb-blur-in{0%{opacity:0;filter:blur(var(--pb-animate-blur,14px));transform:translateY(var(--pb-animate-y,16px))}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes pb-fade-in-side{0%{opacity:0;transform:translateX(var(--pb-animate-side-x,-24px))}to{opacity:1;transform:translate(0)}}@keyframes pb-scale-in{0%{opacity:0;transform:scale(var(--pb-animate-from-scale,.96))}to{opacity:1;transform:scale(1)}}@keyframes pb-mask-reveal{0%{clip-path:inset(0 100% 0 0);transform:scale(var(--pb-animate-from-scale,1.05))}to{clip-path:inset(0);transform:scale(1)}}@keyframes pb-slide-in{0%{opacity:0;transform:translateX(var(--pb-animate-side-x,-24px))}to{opacity:1;transform:translate(0)}}@keyframes pb-pop-in{0%{opacity:0;transform:scale(var(--pb-animate-from-scale,.92))}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){[data-pb-animate-item]{animation-duration:1ms;animation-delay:0s}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--page-bg);margin:0}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}a{color:inherit}.stack-xs>*+*{margin-top:var(--content-stack-gap-xs,var(--space-2))}.stack-sm>*+*{margin-top:var(--content-stack-gap-sm,var(--space-4))}.stack-md>*+*{margin-top:var(--content-stack-gap-md,var(--space-6))}.stack-lg>*+*{margin-top:var(--content-stack-gap-lg,var(--space-8))}.stack-xl>*+*{margin-top:var(--content-stack-gap-xl,var(--space-10))}.stack-2xl>*+*{margin-top:var(--content-gap-2xl,var(--space-12))}.gap-0{gap:var(--space-0)}.gap-xs{gap:var(--content-gap-xs,var(--space-2))}.gap-sm{gap:var(--content-gap-sm,var(--space-4))}.gap-md{gap:var(--content-gap-md,var(--space-6))}.gap-lg{gap:var(--content-gap-lg,var(--space-8))}.gap-xl{gap:var(--content-gap-xl,var(--space-10))}.gap-2xl{gap:var(--content-gap-2xl,var(--space-12))}.row-gap-xs{row-gap:var(--content-gap-xs,var(--space-2))}.row-gap-sm{row-gap:var(--content-gap-sm,var(--space-4))}.row-gap-md{row-gap:var(--content-gap-md,var(--space-6))}.row-gap-lg{row-gap:var(--content-gap-lg,var(--space-8))}.row-gap-xl{row-gap:var(--content-gap-xl,var(--space-10))}.column-gap-xs{column-gap:var(--content-gap-xs,var(--space-2))}.column-gap-sm{column-gap:var(--content-gap-sm,var(--space-4))}.column-gap-md{column-gap:var(--content-gap-md,var(--space-6))}.column-gap-lg{column-gap:var(--content-gap-lg,var(--space-8))}.column-gap-xl{column-gap:var(--content-gap-xl,var(--space-10))}.grid-gap-sm{gap:var(--grid-gap-sm,var(--content-gap-sm))}.grid-gap-md{gap:var(--grid-gap,var(--content-gap-md))}.grid-gap-lg{gap:var(--grid-gap-lg,var(--content-gap-lg))}.grid-gap-xl{gap:var(--content-gap-xl)}.section-space-y-sm{padding-block:var(--section-padding-y-sm,var(--section-space-y-sm))}.section-space-y-md{padding-block:var(--section-padding-y,var(--section-space-y-md))}.section-space-y-lg{padding-block:var(--section-padding-y-lg,var(--section-space-y-lg))}.section-space-top-sm{padding-top:var(--section-padding-y-sm,var(--section-space-y-sm))}.section-space-top-md{padding-top:var(--section-padding-y,var(--section-space-y-md))}.section-space-top-lg{padding-top:var(--section-padding-y-lg,var(--section-space-y-lg))}.section-space-bottom-sm{padding-bottom:var(--section-padding-y-sm,var(--section-space-y-sm))}.section-space-bottom-md{padding-bottom:var(--section-padding-y,var(--section-space-y-md))}.section-space-bottom-lg{padding-bottom:var(--section-padding-y-lg,var(--section-space-y-lg))}.card-padding{padding:var(--card-padding,var(--space-6))}.panel-padding{padding:var(--panel-padding,var(--space-8))}.section-heading-gap{gap:var(--section-heading-gap,var(--space-4))}.container-padding{padding-inline:var(--container-padding-x,24px)}.container-padding-sm{padding-inline:var(--container-padding-x-sm,16px)}.container-padding-md{padding-inline:var(--container-padding-x-md,24px)}.container-padding-lg{padding-inline:var(--container-padding-x-lg,32px)}.responsive-gap{gap:var(--content-gap-md)}.responsive-section-space{padding-block:var(--section-padding-y)}@container preview (width>=768px) and (width<=1023px){.responsive-gap{gap:var(--tablet-gap,var(--content-gap-lg))}.responsive-section-space{padding-block:var(--tablet-section-padding-y,72px)}}@container preview (width<=767px){.responsive-gap{gap:var(--mobile-gap,var(--content-gap-md))}.responsive-section-space{padding-block:var(--mobile-section-padding-y,56px)}}.surface-0{background:var(--color-transparent)}.surface-1{background:var(--surface-1)}.surface-2{background:var(--surface-2)}.surface-3{background:var(--surface-3)}.surface-page{background:var(--page-bg)}.surface-muted{background:var(--surface-muted,var(--surface-bg))}.surface-alt{background:var(--surface-bg-alt,var(--color-white))}.surface-soft{background:var(--surface-soft)}.surface-elevated{background:var(--surface-elevated,var(--color-white))}.surface-inverse{background:var(--surface-inverse,var(--heading-color));color:var(--text-inverse)}.surface-bordered{background:var(--surface-1);border:var(--border-soft)}.surface-bordered-strong{background:var(--surface-1);border:var(--border-strong)}.surface-bordered-subtle{background:var(--surface-1);border:var(--border-subtle)}.surface-soft-bordered{background:var(--surface-soft);border:var(--border-soft)}.surface-inverse-bordered{background:var(--surface-inverse,var(--heading-color));border:1px solid var(--border-color-inverse);color:var(--text-inverse)}.surface-shadow-xs{background:var(--surface-1);box-shadow:var(--shadow-xs)}.surface-shadow-sm{background:var(--surface-1);box-shadow:var(--shadow-sm)}.surface-shadow-md{background:var(--surface-1);box-shadow:var(--shadow-md)}.surface-shadow-lg{background:var(--surface-1);box-shadow:var(--shadow-lg)}.surface-shadow-xl{background:var(--surface-1);box-shadow:var(--shadow-xl)}.elevation-0{box-shadow:var(--elevation-0,none)}.elevation-1{box-shadow:var(--elevation-1,var(--shadow-xs))}.elevation-2{box-shadow:var(--elevation-2,var(--shadow-sm))}.elevation-3{box-shadow:var(--elevation-3,var(--shadow-md))}.elevation-4{box-shadow:var(--elevation-4,var(--shadow-lg))}.elevation-5{box-shadow:var(--elevation-5,var(--shadow-xl))}.surface-card{background:var(--card-bg,var(--surface-1));border:var(--card-border,var(--border-soft));border-radius:var(--card-radius,var(--radius-xl));box-shadow:var(--card-shadow,none)}.surface-card-soft{background:var(--surface-soft);border:var(--card-border,var(--border-soft));border-radius:var(--card-radius,var(--radius-xl));box-shadow:var(--card-shadow,none)}.surface-card-shadow{background:var(--card-bg,var(--surface-1));border:var(--card-border,var(--border-soft));border-radius:var(--card-radius,var(--radius-xl));box-shadow:var(--card-shadow,var(--shadow-md))}.surface-card-hover{background:var(--card-bg-hover,var(--surface-hover,var(--surface-soft)));border:var(--card-hover-border,var(--card-border,var(--border-soft)));box-shadow:var(--card-shadow-hover,var(--card-shadow,none))}.surface-panel{background:var(--panel-bg,var(--surface-1));border:var(--panel-border,var(--border-soft));border-radius:var(--panel-radius,var(--radius-lg));box-shadow:var(--panel-shadow,none)}.surface-modal{background:var(--modal-bg,var(--surface-1));border:var(--modal-border,var(--border-soft));border-radius:var(--modal-radius,var(--radius-xl));box-shadow:var(--modal-shadow,var(--shadow-xl))}.surface-floating{background:var(--surface-elevated,var(--color-white));border:var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--elevation-4,var(--shadow-lg))}.surface-pill{background:var(--surface-3);border:var(--border-soft);border-radius:var(--radius-pill)}.surface-primary-soft{background:var(--primary-50);color:var(--text-color)}.surface-primary{background:var(--primary-bg);color:var(--primary-text)}.surface-secondary-soft{background:var(--secondary-50);color:var(--text-color)}.surface-secondary{background:var(--secondary-bg);color:var(--secondary-text)}.surface-accent-soft{background:var(--accent-soft,var(--primary-50));color:var(--text-color)}.surface-accent-muted{background:var(--accent-muted,var(--surface-soft));color:var(--text-color)}.surface-gradient-primary{background:var(--gradient-primary,linear-gradient(135deg, var(--primary-500), var(--secondary-500)));color:var(--text-inverse)}.surface-gradient-secondary{background:var(--gradient-secondary,linear-gradient(135deg, var(--secondary-500), var(--primary-600)));color:var(--text-inverse)}.surface-gradient-surface{background:var(--gradient-surface,linear-gradient(135deg, var(--surface-1), var(--surface-2)))}.surface-gradient-soft{background:var(--gradient-soft,linear-gradient(135deg, var(--primary-50), var(--secondary-50)))}.surface-gradient-dark{background:var(--gradient-dark,linear-gradient(135deg, var(--gray-900), var(--gray-800)));color:var(--text-inverse)}.surface-gradient-hero{background:var(--hero-gradient,var(--gradient-soft,linear-gradient(135deg, var(--primary-50), var(--secondary-50))))}.surface-gradient-cta{background:var(--cta-gradient,var(--gradient-primary,linear-gradient(135deg, var(--primary-500), var(--secondary-500))));color:var(--text-inverse)}.surface-gradient-card{background:var(--card-gradient,var(--gradient-surface,linear-gradient(135deg, var(--surface-1), var(--surface-2))))}.surface-gradient-mesh{background:var(--gradient-mesh,radial-gradient(circle at 15% 20%, var(--primary-100), var(--color-transparent) 32%), radial-gradient(circle at 85% 10%, var(--secondary-100), var(--color-transparent) 28%), linear-gradient(135deg, var(--surface-1), var(--surface-2)))}.glow-primary{box-shadow:var(--glow-primary,0 0 60px color-mix(in srgb, var(--primary-500), var(--color-transparent) 70%))}.glow-secondary{box-shadow:var(--glow-secondary,0 0 60px color-mix(in srgb, var(--secondary-500), var(--color-transparent) 70%))}.glow-soft{box-shadow:var(--glow-soft)}.overlay-dark{background:var(--overlay-dark)}.overlay-soft{background:var(--overlay-soft)}.overlay-strong{background:var(--overlay-strong)}.overlay-gradient-dark{background:var(--overlay-gradient-dark)}.overlay-gradient-soft{background:var(--overlay-gradient-soft)}.overlay-gradient-primary{background:var(--overlay-gradient-primary)}.surface-outline-light{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(var(--glass-blur))}.surface-glass-soft{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow,var(--shadow-sm));-webkit-backdrop-filter:blur(var(--glass-blur));border-radius:var(--glass-radius,var(--radius-xl))}.surface-glass-strong{background:var(--glass-bg-strong);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow,var(--shadow-md));-webkit-backdrop-filter:blur(var(--glass-blur));border-radius:var(--glass-radius,var(--radius-xl))}.backdrop-blur{-webkit-backdrop-filter:blur(var(--backdrop-blur))}.backdrop-overlay{background:var(--backdrop-overlay)}.radius-none{border-radius:0}.radius-xs{border-radius:var(--radius-xs)}.radius-sm{border-radius:var(--radius-sm)}.radius-md{border-radius:var(--radius-md)}.radius-lg{border-radius:var(--radius-lg)}.radius-xl{border-radius:var(--radius-xl)}.radius-2xl{border-radius:var(--radius-2xl)}.radius-pill{border-radius:var(--radius-pill)}.overflow-hidden{overflow:hidden}.media-surface-sm,.media-surface-md,.media-surface-lg,.media-surface-xl{background:var(--image-bg,var(--surface-2));box-shadow:var(--media-shadow,none);overflow:hidden}.media-surface-sm{border-radius:var(--radius-sm)}.media-surface-md{border-radius:var(--radius-md)}.media-surface-lg{border-radius:var(--radius-lg)}.media-surface-xl{border-radius:var(--radius-xl)}.media-cover,.media-contain{width:100%;height:100%;display:block}.media-cover{object-fit:var(--image-fit,cover);object-position:var(--image-position,center)}.media-contain{object-fit:contain;object-position:var(--image-position,center)}.section-surface{background:var(--section-bg,var(--surface-1))}.section-surface-muted{background:var(--surface-bg)}.section-surface-soft{background:var(--surface-soft)}.section-surface-primary-soft{background:var(--primary-50)}.section-surface-secondary-soft{background:var(--secondary-50)}.section-surface-gradient{background:var(--section-gradient,var(--gradient-soft,linear-gradient(135deg, var(--primary-50), var(--secondary-50))))}.section-surface-dark{background:var(--surface-inverse,var(--heading-color));color:var(--text-inverse)}.interactive{transition:background var(--interactive-transition,.24s ease), border-color var(--interactive-transition,.24s ease), box-shadow var(--interactive-transition,.24s ease), color var(--interactive-transition,.24s ease), transform var(--interactive-transition,.24s ease), opacity var(--interactive-transition,.24s ease)}.interactive-scale:hover{transform:scale(var(--interactive-scale-hover,1.015))}.interactive-scale:active{transform:scale(var(--interactive-scale-active,.985))}.interactive-lift:hover{transform:translateY(var(--interactive-lift-y,-2px));box-shadow:var(--interactive-lift-shadow,var(--shadow-md))}.interactive-muted:hover{opacity:var(--interactive-opacity-hover,.88)}.is-disabled,[disabled],[aria-disabled=true]{opacity:var(--interactive-opacity-disabled,.55);cursor:not-allowed}:root{--font-family-base:var(--theme-font-family-base,"Segoe UI", Roboto, sans-serif);--font-family-heading:var(--font-family-base);--font-family-display:var(--font-family-heading);--font-family-ui:var(--font-family-base);--font-family-mono:var(--theme-font-family-mono,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);--text-color:var(--theme-text);--text-muted:var(--theme-text-muted);--text-gray:var(--theme-text-gray,var(--gray-600));--heading-color:var(--theme-heading);--display-color:var(--theme-heading);--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--display-1-weight:var(--font-weight-regular);--display-2-weight:var(--font-weight-regular);--h1-weight:var(--font-weight-bold);--h2-weight:var(--font-weight-bold);--h3-weight:var(--font-weight-semibold);--h4-weight:var(--font-weight-semibold);--h5-weight:var(--font-weight-semibold);--h6-weight:var(--font-weight-semibold);--text-xs-weight:var(--font-weight-regular);--text-sm-weight:var(--font-weight-regular);--text-md-weight:var(--font-weight-regular);--text-lg-weight:var(--font-weight-regular);--text-xl-weight:var(--font-weight-regular);--display-1-size:clamp(3.5rem, 7vw, 5rem);--display-2-size:clamp(2.75rem, 5vw, 4rem);--h1-size:clamp(2.5rem, 4vw, 3.5rem);--h2-size:clamp(2rem, 3.2vw, 2.75rem);--h3-size:clamp(1.75rem, 2.6vw, 2.25rem);--h4-size:clamp(1.375rem, 2vw, 1.75rem);--h5-size:clamp(1.125rem, 1.5vw, 1.375rem);--h6-size:1rem;--text-xs-size:.875rem;--text-sm-size:1rem;--text-md-size:1.125rem;--text-lg-size:1.25rem;--text-xl-size:1.5rem;--line-height-display:1.05;--line-height-heading:1.15;--line-height-text:1.7;--display-1-line-height:var(--line-height-display);--display-2-line-height:var(--line-height-display);--h1-line-height:var(--line-height-heading);--h2-line-height:var(--line-height-heading);--h3-line-height:var(--line-height-heading);--h4-line-height:1.2;--h5-line-height:1.25;--h6-line-height:1.3;--text-xs-line-height:1.55;--text-sm-line-height:var(--line-height-text);--text-md-line-height:var(--line-height-text);--text-lg-line-height:1.65;--text-xl-line-height:1.55;--tracking-tighter:0;--tracking-tight:0;--tracking-normal:0;--tracking-wide:0;--tracking-wider:0;--letter-spacing-display:var(--tracking-tight);--letter-spacing-heading:0;--letter-spacing-text:0;--display-1-letter-spacing:var(--letter-spacing-display);--display-2-letter-spacing:var(--letter-spacing-display);--h1-letter-spacing:var(--letter-spacing-heading);--h2-letter-spacing:var(--letter-spacing-heading);--h3-letter-spacing:0;--h4-letter-spacing:0;--h5-letter-spacing:0;--h6-letter-spacing:var(--tracking-normal);--text-xs-letter-spacing:var(--letter-spacing-text);--text-sm-letter-spacing:var(--letter-spacing-text);--text-md-letter-spacing:var(--letter-spacing-text);--text-lg-letter-spacing:0;--text-xl-letter-spacing:0;--display-text-transform:none;--heading-text-transform:none;--text-transform:none;--display-font-style:normal;--heading-font-style:normal;--text-font-style:normal;--measure-tight:42ch;--measure-normal:64ch;--measure-wide:78ch;--content-width-xs:32ch;--content-width-sm:48ch;--content-width-md:64ch;--content-width-lg:72ch;--display-max-width:14ch;--heading-max-width:18ch;--text-max-width:var(--measure-normal);--paragraph-margin-bottom:1.25rem;--heading-margin-bottom:0;--display-margin-bottom:0;--content-stack-gap-xs:.5rem;--content-stack-gap-sm:.75rem;--content-stack-gap-md:1rem;--content-stack-gap-lg:1.5rem;--content-stack-gap-xl:2rem;--button-font-family:var(--font-family-ui);--button-font-size:var(--text-sm-size);--button-font-weight:var(--font-weight-semibold);--button-line-height:1;--button-letter-spacing:var(--tracking-normal);--button-text-transform:none;--input-font-family:var(--font-family-ui);--input-font-size:var(--text-sm-size);--input-font-weight:var(--font-weight-regular);--input-line-height:1.4;--input-letter-spacing:var(--tracking-normal);--caption-size:.8125rem;--caption-weight:var(--font-weight-regular);--caption-line-height:1.45;--caption-letter-spacing:var(--tracking-normal);--caption-color:var(--text-muted)}body{font-family:var(--font-family-base);font-size:var(--text-sm-size);font-weight:var(--text-sm-weight);line-height:var(--text-sm-line-height);letter-spacing:var(--text-sm-letter-spacing);color:var(--text-color);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}p{margin:0 0 var(--paragraph-margin-bottom);max-width:var(--text-max-width);font-size:var(--text-sm-size);font-weight:var(--text-sm-weight);line-height:var(--text-sm-line-height);letter-spacing:var(--text-sm-letter-spacing);font-style:var(--text-font-style);text-transform:var(--text-transform);color:var(--text-muted)}.display-1,.display-2{margin:0 0 var(--display-margin-bottom);max-width:var(--display-max-width);font-family:var(--font-family-display);font-style:var(--display-font-style);text-transform:var(--display-text-transform);color:var(--display-color)}.display-1{font-size:var(--display-1-size);font-weight:var(--display-1-weight);line-height:var(--display-1-line-height);letter-spacing:var(--display-1-letter-spacing)}.display-2{font-size:var(--display-2-size);font-weight:var(--display-2-weight);line-height:var(--display-2-line-height);letter-spacing:var(--display-2-letter-spacing)}h1,h2,h3,h4,h5,h6,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{margin:0 0 var(--heading-margin-bottom);max-width:var(--heading-max-width);font-family:var(--font-family-heading);font-style:var(--heading-font-style);text-transform:var(--heading-text-transform);color:var(--heading-color)}h1,.heading-1{font-size:var(--h1-size);font-weight:var(--h1-weight);line-height:var(--h1-line-height);letter-spacing:var(--h1-letter-spacing)}h2,.heading-2{font-size:var(--h2-size);font-weight:var(--h2-weight);line-height:var(--h2-line-height);letter-spacing:var(--h2-letter-spacing)}h3,.heading-3{font-size:var(--h3-size);font-weight:var(--h3-weight);line-height:var(--h3-line-height);letter-spacing:var(--h3-letter-spacing)}h4,.heading-4{font-size:var(--h4-size);font-weight:var(--h4-weight);line-height:var(--h4-line-height);letter-spacing:var(--h4-letter-spacing)}h5,.heading-5{font-size:var(--h5-size);font-weight:var(--h5-weight);line-height:var(--h5-line-height);letter-spacing:var(--h5-letter-spacing)}h6,.heading-6{font-size:var(--h6-size);font-weight:var(--h6-weight);line-height:var(--h6-line-height);letter-spacing:var(--h6-letter-spacing)}.text-xs,.text-sm,.text-md,.text-lg,.text-xl{max-width:var(--text-max-width);font-family:var(--font-family-base);font-style:var(--text-font-style);text-transform:var(--text-transform);color:var(--text-muted);margin:0}.text-xs{font-size:var(--text-xs-size);font-weight:var(--text-xs-weight);line-height:var(--text-xs-line-height);letter-spacing:var(--text-xs-letter-spacing)}.text-sm{font-size:var(--text-sm-size);font-weight:var(--text-sm-weight);line-height:var(--text-sm-line-height);letter-spacing:var(--text-sm-letter-spacing)}.text-md{font-size:var(--text-md-size);font-weight:var(--text-md-weight);line-height:var(--text-md-line-height);letter-spacing:var(--text-md-letter-spacing)}.text-lg{font-size:var(--text-lg-size);font-weight:var(--text-lg-weight);line-height:var(--text-lg-line-height);letter-spacing:var(--text-lg-letter-spacing)}.text-xl{font-size:var(--text-xl-size);font-weight:var(--text-xl-weight);line-height:var(--text-xl-line-height);letter-spacing:var(--text-xl-letter-spacing)}.caption,.text-caption,.text-micro{max-width:var(--text-max-width);font-family:var(--font-family-base);font-size:var(--caption-size);font-weight:var(--caption-weight);line-height:var(--caption-line-height);letter-spacing:var(--caption-letter-spacing);color:var(--caption-color);margin:0}.btn{font-family:var(--button-font-family);font-size:var(--button-font-size);font-weight:var(--button-font-weight);line-height:var(--button-line-height);letter-spacing:var(--button-letter-spacing);text-transform:var(--button-text-transform)}input,select,textarea{font-family:var(--input-font-family);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);letter-spacing:var(--input-letter-spacing)}.text-light{font-weight:var(--font-weight-light)}.text-regular{font-weight:var(--font-weight-regular)}.text-medium{font-weight:var(--font-weight-medium)}.text-semibold{font-weight:var(--font-weight-semibold)}.text-bold{font-weight:var(--font-weight-bold)}.text-extrabold{font-weight:var(--font-weight-extrabold)}.text-black{font-weight:var(--font-weight-black)}.text-primary{color:var(--text-color)}.text-muted{color:var(--text-muted)}.text-gray{color:var(--text-gray)}.heading-color{color:var(--heading-color)}.display-color{color:var(--display-color)}.text-left{text-align:left}.text-center{text-align:center;margin-inline:auto}.text-right{text-align:right;margin-left:auto}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.text-uppercase{text-transform:uppercase}.text-normal-case{text-transform:none}.text-italic{font-style:italic}.tracking-tighter{letter-spacing:var(--tracking-tighter)}.tracking-tight{letter-spacing:var(--tracking-tight)}.tracking-normal{letter-spacing:var(--tracking-normal)}.tracking-wide{letter-spacing:var(--tracking-wide)}.tracking-wider{letter-spacing:var(--tracking-wider)}.max-content-xs{max-width:var(--content-width-xs)}.max-content-sm{max-width:var(--content-width-sm)}.max-content-md{max-width:var(--content-width-md)}.max-content-lg{max-width:var(--content-width-lg)}.max-heading{max-width:var(--heading-max-width)}.max-display{max-width:var(--display-max-width)}.max-text{max-width:var(--text-max-width)}.measure-tight{max-width:var(--measure-tight)}.measure-normal{max-width:var(--measure-normal)}.measure-wide{max-width:var(--measure-wide)}.stack-xs{gap:var(--content-stack-gap-xs);display:grid}.stack-sm{gap:var(--content-stack-gap-sm);display:grid}.stack-md{gap:var(--content-stack-gap-md);display:grid}.stack-lg{gap:var(--content-stack-gap-lg);display:grid}.stack-xl{gap:var(--content-stack-gap-xl);display:grid}:root{--z-base:1;--z-dropdown:40;--z-sticky:50;--z-drawer:70;--z-modal:80;--z-toast:90;--z-tooltip:100}.avatar{width:var(--avatar-size-md);height:var(--avatar-size-md);border-radius:var(--avatar-radius);background:var(--avatar-bg);color:var(--avatar-color);font-weight:var(--avatar-font-weight);line-height:var(--avatar-line-height);justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.avatar img{object-fit:var(--avatar-image-fit);width:100%;height:100%}.avatar--sm{width:var(--avatar-size-sm);height:var(--avatar-size-sm)}.avatar--lg{width:var(--avatar-size-lg);height:var(--avatar-size-lg)}.badge{justify-content:center;align-items:center;gap:var(--badge-gap);min-height:var(--badge-height-md);padding-inline:var(--badge-padding-x-md);border-radius:var(--badge-radius);border:var(--badge-border-width) solid var(--badge-border);background:var(--badge-bg);color:var(--badge-color);font-size:var(--badge-font-size-md);font-weight:var(--badge-font-weight);line-height:var(--badge-line-height);white-space:nowrap;display:inline-flex}.badge--soft{background:var(--badge-soft-bg);color:var(--badge-soft-color)}.badge--outline{background:var(--badge-outline-bg);border-color:var(--badge-outline-border);color:var(--badge-outline-color)}.badge--white{background:var(--badge-white-bg);border-color:var(--badge-white-border);color:var(--badge-white-color);box-shadow:var(--shadow-sm)}.badge--primary{background:var(--badge-primary-bg);border-color:var(--badge-primary-border);color:var(--badge-primary-color)}.badge--secondary{background:var(--badge-secondary-bg);border-color:var(--badge-secondary-border);color:var(--badge-secondary-color)}.badge--sm{min-height:var(--badge-height-sm);padding-inline:var(--badge-padding-x-sm);font-size:var(--badge-font-size-sm)}.badge--md{min-height:var(--badge-height-md);padding-inline:var(--badge-padding-x-md);font-size:var(--badge-font-size-md)}.badge--lg{min-height:var(--badge-height-lg);padding-inline:var(--badge-padding-x-lg);font-size:var(--badge-font-size-lg)}.breadcrumb{align-items:center;gap:var(--breadcrumb-gap);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.breadcrumb__item{align-items:center;gap:var(--breadcrumb-gap);min-width:0;display:inline-flex}.breadcrumb__link{color:var(--breadcrumb-link-color);font-size:var(--breadcrumb-font-size);font-weight:var(--breadcrumb-font-weight);line-height:var(--breadcrumb-line-height);transition:color var(--primitive-transition);text-decoration:none}.breadcrumb__link:hover{color:var(--breadcrumb-link-hover-color)}.breadcrumb__separator{color:var(--breadcrumb-separator-color);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.breadcrumb__current{color:var(--breadcrumb-current-color);font-size:var(--breadcrumb-font-size);font-weight:var(--breadcrumb-current-font-weight);line-height:var(--breadcrumb-line-height)}.breadcrumb--truncate .breadcrumb__current,.breadcrumb--truncate .breadcrumb__link{max-width:var(--breadcrumb-truncate-width);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=768px){.breadcrumb,.breadcrumb__item{gap:var(--breadcrumb-gap-mobile)}.breadcrumb__link,.breadcrumb__current{font-size:var(--breadcrumb-font-size-mobile)}}.btn{--btn-bg:var(--surface-1);--btn-bg-hover:var(--surface-soft);--btn-bg-active:var(--surface-3);--btn-color:var(--primary-base);--btn-color-hover:var(--btn-color);--btn-color-active:var(--btn-color);--btn-border:var(--border-color);--btn-border-hover:var(--btn-border);--btn-border-active:var(--btn-border);--btn-shadow:none;--btn-shadow-hover:var(--btn-shadow);--btn-shadow-active:var(--btn-shadow);--btn-transform-hover:translateY(var(--btn-hover-translate-y));--btn-transform-active:translateY(var(--btn-active-translate-y));--btn-gap:var(--space-3);--btn-icon-size:1em;justify-content:center;align-items:center;gap:var(--btn-gap);min-height:var(--btn-height-md);padding-inline:var(--btn-padding-x-md);border:1px solid var(--btn-border);border-radius:var(--radius-md);background:var(--btn-bg);color:var(--btn-color);box-shadow:var(--btn-shadow);font-family:var(--button-font-family,inherit);font-size:var(--btn-font-size-md);font-weight:var(--btn-font-weight);line-height:var(--button-line-height,1);letter-spacing:var(--btn-letter-spacing);text-transform:var(--button-text-transform,none);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--btn-transition,var(--transition-fast)), border-color var(--btn-transition,var(--transition-fast)), color var(--btn-transition,var(--transition-fast)), box-shadow var(--btn-transition,var(--transition-fast)), transform var(--btn-transition,var(--transition-fast)), opacity var(--btn-transition,var(--transition-fast));text-decoration:none;display:inline-flex}.btn:hover{background:var(--btn-bg-hover);color:var(--btn-color-hover);border-color:var(--btn-border-hover);box-shadow:var(--btn-shadow-hover);transform:var(--btn-transform-hover)}.btn:active{background:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active);box-shadow:var(--btn-shadow-active);transform:var(--btn-transform-active)}.btn:focus-visible{box-shadow:var(--focus-ring-shadow);outline:none}.btn:disabled,.btn.is-disabled,.btn[aria-disabled=true]{background:var(--btn-disabled-bg,var(--gray-200));color:var(--btn-disabled-text,var(--gray-500));border-color:var(--btn-disabled-border,var(--gray-200));opacity:var(--btn-disabled-opacity);pointer-events:none;cursor:not-allowed;box-shadow:none;transform:none}.btn__icon,.btn__suffix{width:var(--btn-icon-size);height:var(--btn-icon-size);flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:inline-flex}.btn__icon i,.btn__suffix i,.btn__icon svg,.btn__suffix svg{width:var(--btn-icon-size);height:var(--btn-icon-size);font-size:var(--btn-icon-size)}.btn--icon-right{flex-direction:row}.btn--icon-left{flex-direction:row-reverse}.btn--icon{width:var(--btn-height-md);min-width:var(--btn-height-md);aspect-ratio:1;padding-inline:0}.btn--icon.btn--xs,.btn--icon-xs{width:var(--btn-height-xs);min-width:var(--btn-height-xs);min-height:var(--btn-height-xs)}.btn--icon.btn--sm,.btn--icon-sm{width:var(--btn-height-sm);min-width:var(--btn-height-sm);min-height:var(--btn-height-sm)}.btn--icon.btn--lg,.btn--icon-lg{width:var(--btn-height-lg);min-width:var(--btn-height-lg);min-height:var(--btn-height-lg)}.btn--xs{min-height:var(--btn-height-xs);padding-inline:var(--btn-padding-x-xs);font-size:var(--btn-font-size-xs)}.btn--sm{min-height:var(--btn-height-sm);padding-inline:var(--btn-padding-x-sm);font-size:var(--btn-font-size-sm)}.btn--md{min-height:var(--btn-height-md);padding-inline:var(--btn-padding-x-md);font-size:var(--btn-font-size-md)}.btn--lg{min-height:var(--btn-height-lg);padding-inline:var(--btn-padding-x-lg);font-size:var(--btn-font-size-lg)}.btn--xl{min-height:var(--btn-height-xl);padding-inline:var(--btn-padding-x-xl);font-size:var(--btn-font-size-xl)}.btn--primary{--btn-bg:var(--primary-bg);--btn-bg-hover:var(--primary-bg-hover,color-mix(in srgb, var(--primary-bg), black 8%));--btn-bg-active:var(--primary-bg-active,color-mix(in srgb, var(--primary-bg), black 14%));--btn-color:var(--primary-text);--btn-border:var(--primary-bg);--btn-border-hover:var(--primary-bg-hover,var(--primary-bg));--btn-border-active:var(--primary-bg-active,var(--primary-bg))}.btn--secondary{--btn-bg:var(--secondary-bg);--btn-bg-hover:var(--secondary-bg-hover,color-mix(in srgb, var(--secondary-bg), black 6%));--btn-bg-active:var(--secondary-bg-active,color-mix(in srgb, var(--secondary-bg), black 10%));--btn-color:var(--secondary-text);--btn-border:var(--secondary-border,var(--secondary-bg));--btn-border-hover:var(--secondary-border-hover,var(--btn-bg-hover));--btn-border-active:var(--secondary-border-active,var(--btn-bg-active))}.btn--outline{--btn-bg:var(--primitive-transparent);--btn-bg-hover:var(--surface-soft);--btn-bg-active:color-mix(in srgb, var(--surface-soft), black 4%);--btn-color:var(--text-color);--btn-border:var(--border-color-strong)}.btn--outline-inverse{--btn-bg:var(--primitive-transparent);--btn-bg-hover:var(--overlay-panel-border-dark);--btn-bg-active:var(--border-color-inverse);--btn-color:var(--text-inverse);--btn-border:var(--border-color-inverse);--btn-border-hover:var(--btn-inverse-border-hover)}.btn--dark{--btn-bg:var(--gray-1000,var(--color-black));--btn-bg-hover:var(--gray-900,var(--heading-color));--btn-bg-active:var(--gray-800,var(--text-color));--btn-color:var(--color-white);--btn-border:var(--gray-1000,var(--color-black));--btn-border-hover:var(--gray-900,var(--heading-color));--btn-border-active:var(--gray-800,var(--text-color))}.btn--light{--btn-bg:var(--color-white);--btn-bg-hover:var(--gray-50);--btn-bg-active:var(--gray-100);--btn-color:var(--text-color);--btn-border:var(--border-color);--btn-shadow:var(--shadow-xs)}.btn--soft{--btn-bg:var(--surface-3);--btn-bg-hover:color-mix(in srgb, var(--surface-3), black 6%);--btn-bg-active:color-mix(in srgb, var(--surface-3), black 10%);--btn-color:var(--text-color);--btn-border:var(--surface-3);--btn-border-hover:var(--btn-bg-hover);--btn-border-active:var(--btn-bg-active)}.btn--ghost{--btn-bg:var(--primitive-transparent);--btn-bg-hover:var(--surface-soft);--btn-bg-active:color-mix(in srgb, var(--surface-soft), black 4%);--btn-color:var(--text-color);--btn-border:var(--primitive-transparent)}.btn--link{--btn-bg:var(--primitive-transparent);--btn-bg-hover:var(--primitive-transparent);--btn-bg-active:var(--primitive-transparent);--btn-color:var(--link-color,var(--text-color));--btn-color-hover:var(--link-color-hover,var(--btn-color));--btn-border:var(--primitive-transparent);min-height:auto;box-shadow:none;border-radius:0;padding-inline:0}.btn--link:hover{text-decoration:underline;transform:none}.btn--link:active{transform:none}.btn--accent{--btn-bg:var(--accent-bg);--btn-bg-hover:var(--accent-bg-hover,color-mix(in srgb, var(--accent-bg), black 8%));--btn-bg-active:var(--accent-bg-active,color-mix(in srgb, var(--accent-bg), black 14%));--btn-color:var(--accent-text);--btn-border:var(--accent-bg);--btn-border-hover:var(--accent-bg-hover,var(--btn-bg-hover));--btn-border-active:var(--accent-bg-active,var(--btn-bg-active))}.btn--gradient{--btn-bg:var(--btn-gradient,var(--gradient-primary,linear-gradient(135deg, var(--primary-500), var(--secondary-500))));--btn-bg-hover:var(--btn-gradient-hover,var(--btn-bg));--btn-bg-active:var(--btn-gradient-active,var(--btn-bg));--btn-color:var(--text-inverse);--btn-border:var(--primitive-transparent);--btn-shadow:var(--btn-gradient-shadow,var(--shadow-sm));--btn-shadow-hover:var(--btn-gradient-shadow-hover,var(--shadow-md))}.btn--gradient-soft{--btn-bg:var(--gradient-soft,linear-gradient(135deg, var(--primary-50), var(--secondary-50)));--btn-bg-hover:var(--gradient-surface,linear-gradient(135deg, var(--primary-100), var(--secondary-100)));--btn-color:var(--text-color);--btn-border:var(--border-color)}.btn--gradient-dark{--btn-bg:var(--gradient-dark,linear-gradient(135deg, var(--gray-900), var(--gray-800)));--btn-bg-hover:var(--gradient-dark-hover,linear-gradient(135deg, var(--gray-800), var(--gray-900)));--btn-color:var(--text-inverse);--btn-border:var(--primitive-transparent);--btn-shadow:var(--shadow-md)}.btn--glass{--btn-bg:var(--btn-glass-bg);--btn-bg-hover:var(--btn-glass-bg-hover);--btn-color:var(--btn-glass-color);--btn-border:var(--btn-glass-border);--btn-shadow:var(--btn-glass-shadow);-webkit-backdrop-filter:blur(var(--btn-glass-blur))}.btn--glow{--btn-shadow:var(--btn-glow);--btn-shadow-hover:var(--btn-glow-hover)}.btn--soft-glow{--btn-shadow:var(--glow-soft);--btn-shadow-hover:var(--shadow-md)}.btn--hero{--btn-bg:var(--hero-button-bg,var(--primary-bg));--btn-bg-hover:var(--hero-button-bg-hover,var(--primary-bg-hover));--btn-bg-active:var(--hero-button-bg-active,var(--primary-bg-active));--btn-color:var(--hero-button-text,var(--primary-text));--btn-border:var(--hero-button-border,var(--hero-button-bg,var(--primary-bg)));--btn-shadow:var(--hero-button-shadow,var(--btn-shadow))}.btn--cta{--btn-bg:var(--cta-button-bg,var(--primary-bg));--btn-bg-hover:var(--cta-button-bg-hover,var(--primary-bg-hover));--btn-bg-active:var(--cta-button-bg-active,var(--primary-bg-active));--btn-color:var(--cta-button-text,var(--primary-text));--btn-border:var(--cta-button-border,var(--cta-button-bg,var(--primary-bg)));--btn-shadow:var(--cta-button-shadow,var(--btn-shadow))}.btn--pricing{--btn-bg:var(--pricing-button-bg,var(--primary-bg));--btn-bg-hover:var(--pricing-button-bg-hover,var(--primary-bg-hover));--btn-bg-active:var(--pricing-button-bg-active,var(--primary-bg-active));--btn-color:var(--pricing-button-text,var(--primary-text));--btn-border:var(--pricing-button-border,var(--pricing-button-bg,var(--primary-bg)));--btn-shadow:var(--pricing-button-shadow,var(--btn-shadow))}.btn--success{--btn-bg:var(--success-base);--btn-bg-hover:color-mix(in srgb, var(--success-base), black 8%);--btn-bg-active:color-mix(in srgb, var(--success-base), black 14%);--btn-color:var(--color-white);--btn-border:var(--success-base)}.btn--warning{--btn-bg:var(--warning-base);--btn-bg-hover:color-mix(in srgb, var(--warning-base), black 8%);--btn-bg-active:color-mix(in srgb, var(--warning-base), black 14%);--btn-color:var(--color-ink);--btn-border:var(--warning-base)}.btn--danger,.btn--error{--btn-bg:var(--error-base);--btn-bg-hover:color-mix(in srgb, var(--error-base), black 8%);--btn-bg-active:color-mix(in srgb, var(--error-base), black 14%);--btn-color:var(--color-white);--btn-border:var(--error-base)}.btn--info{--btn-bg:var(--info-base);--btn-bg-hover:color-mix(in srgb, var(--info-base), black 8%);--btn-bg-active:color-mix(in srgb, var(--info-base), black 14%);--btn-color:var(--color-white);--btn-border:var(--info-base)}.btn--block{width:100%}.btn--fit{width:fit-content;max-width:100%}.btn--square{width:var(--btn-height-md);min-width:var(--btn-height-md);padding-inline:0}.btn--rounded-md{border-radius:var(--radius-md)}.btn--rounded-lg{border-radius:var(--radius-lg)}.btn--rounded-xl{border-radius:var(--radius-xl)}.btn--rounded-none{border-radius:0}.btn.is-loading{pointer-events:none;opacity:var(--btn-loading-opacity);cursor:var(--btn-loading-cursor)}.btn.is-loading .btn__icon,.btn.is-loading .btn__suffix{opacity:.65}.btn-group{--btn-group-radius:var(--btn-radius,999px);--btn-group-gap:0;align-items:stretch;gap:var(--btn-group-gap);border-radius:var(--btn-group-radius);display:inline-flex;overflow:hidden}.btn-group .btn{border-radius:0;position:relative}.btn-group .btn:first-child{border-top-left-radius:var(--btn-group-radius);border-bottom-left-radius:var(--btn-group-radius)}.btn-group .btn:last-child{border-top-right-radius:var(--btn-group-radius);border-bottom-right-radius:var(--btn-group-radius)}.btn-group .btn:not(:last-child){border-right:none}.btn-group .btn+.btn{margin-left:-1px}.btn-group .btn--outline{border-color:var(--border-color-strong)}.btn-group .btn--ghost{background:var(--primitive-transparent)}.btn-group .btn.is-active{z-index:2;background:var(--btn-active-bg);color:var(--btn-active-color);border-color:var(--btn-active-border)}.btn-group .btn--sm{min-height:var(--btn-height-sm)}.btn-group .btn--md{min-height:var(--btn-height-md)}.btn-group .btn--lg{min-height:var(--btn-height-lg)}.btn-group--block{width:100%;display:flex}.btn-group--block .btn{flex:1}.btn-group--vertical{flex-direction:column}.btn-group--vertical .btn{width:100%}.btn-group--vertical .btn:not(:last-child){border-right:1px solid var(--btn-border);border-bottom:none}.btn-group--vertical .btn+.btn{margin-top:-1px;margin-left:0}.btn-group--vertical .btn:first-child{border-radius:var(--btn-group-radius) var(--btn-group-radius) 0 0}.btn-group--vertical .btn:last-child{border-radius:0 0 var(--btn-group-radius) var(--btn-group-radius)}@media (width<=768px){.btn{min-height:var(--btn-mobile-height);font-size:var(--btn-mobile-font-size)}.btn--block-mobile{width:100%}}.checkbox{align-items:center;gap:var(--checkbox-gap);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--checkbox-color);display:inline-flex}.checkbox__input{opacity:0;pointer-events:none;position:absolute}.checkbox__box{width:var(--checkbox-size-md);height:var(--checkbox-size-md);border-radius:var(--checkbox-radius-md);border:var(--primitive-border-width) solid var(--checkbox-border);background:var(--checkbox-bg);transition:background-color var(--primitive-transition), border-color var(--primitive-transition), box-shadow var(--primitive-transition), color var(--primitive-transition);color:var(--primitive-transparent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.checkbox__label{font-size:var(--checkbox-label-size-md);line-height:var(--checkbox-label-line-height);color:inherit}.checkbox__input:checked+.checkbox__box{background:var(--checkbox-checked-bg);border-color:var(--checkbox-checked-border);color:var(--checkbox-checked-color)}.checkbox__input:focus-visible+.checkbox__box{box-shadow:var(--checkbox-focus-ring);outline:none}.checkbox__input:disabled+.checkbox__box,.checkbox__input:disabled~.checkbox__label{opacity:var(--primitive-disabled-opacity);cursor:not-allowed}.checkbox:hover .checkbox__box{border-color:var(--checkbox-hover-border)}.checkbox-sm .checkbox__box{width:var(--checkbox-size-sm);height:var(--checkbox-size-sm);border-radius:var(--checkbox-radius-sm)}.checkbox-sm .checkbox__label{font-size:var(--checkbox-label-size-sm)}.checkbox-lg .checkbox__box{width:var(--checkbox-size-lg);height:var(--checkbox-size-lg);border-radius:var(--checkbox-radius-lg)}.checkbox-lg .checkbox__label{font-size:var(--checkbox-label-size-lg)}.checkbox--muted{opacity:var(--checkbox-muted-opacity)}.checkbox--muted .checkbox__box{background:var(--checkbox-muted-bg)}.checkbox--muted .checkbox__input:checked+.checkbox__box{background:var(--checkbox-muted-checked-bg);border-color:var(--checkbox-muted-checked-border)}.checkbox--inactive .checkbox__box{border-color:var(--checkbox-border);background:var(--checkbox-inactive-bg)}.checkbox--inactive .checkbox__input:checked+.checkbox__box{background:var(--checkbox-inactive-checked-bg);border-color:var(--checkbox-inactive-checked-border)}.checkbox--active .checkbox__box{border-color:var(--checkbox-checked-border)}.chip-group{gap:var(--chip-group-gap);flex-wrap:wrap;display:flex}.chip{justify-content:center;align-items:center;gap:var(--chip-gap);min-height:var(--chip-height-md);padding-inline:var(--chip-padding-x-md);border:var(--chip-border-width) solid var(--chip-border);border-radius:var(--chip-radius);background:var(--chip-bg);color:var(--chip-color);font-size:var(--chip-font-size-md);font-weight:var(--chip-font-weight);line-height:var(--chip-line-height);white-space:nowrap;cursor:pointer;transition:background-color var(--primitive-transition), border-color var(--primitive-transition), color var(--primitive-transition), box-shadow var(--primitive-transition), transform var(--primitive-transition);text-decoration:none;display:inline-flex}.chip:hover{transform:translateY(var(--chip-hover-translate-y));border-color:var(--control-border-hover)}.chip:active{transform:translateY(var(--primitive-active-translate-y))}.chip:focus-visible{box-shadow:var(--primitive-focus-ring);outline:none}.chip--soft{--chip-bg:var(--surface-3);--chip-border:var(--surface-3)}.chip--outline{--chip-bg:var(--primitive-transparent);--chip-border:var(--border-color)}.chip--white{--chip-bg:var(--color-white);--chip-border:var(--border-color);box-shadow:var(--shadow-xs)}.chip--dark{--chip-bg:var(--color-black);--chip-color:var(--color-white);--chip-border:var(--color-black)}.chip--primary{--chip-bg:var(--primary-50);--chip-color:var(--primary-700);--chip-border:var(--primary-100)}.chip--secondary{--chip-bg:var(--secondary-50);--chip-color:var(--secondary-700);--chip-border:var(--secondary-100)}.chip.is-active,.chip[aria-pressed=true],.chip[aria-selected=true]{--chip-bg:var(--chip-active-bg);--chip-color:var(--chip-active-color);--chip-border:var(--chip-active-border)}.chip.is-disabled,.chip:disabled,.chip[aria-disabled=true]{opacity:var(--interactive-opacity-disabled);pointer-events:none}.chip--sm{min-height:var(--chip-height-sm);padding-inline:var(--chip-padding-x-sm);font-size:var(--chip-font-size-sm)}.chip--md{min-height:var(--chip-height-md);padding-inline:var(--chip-padding-x-md);font-size:var(--chip-font-size-md)}.chip--lg{min-height:var(--chip-height-lg);padding-inline:var(--chip-padding-x-lg);font-size:var(--chip-font-size-lg)}.chip__icon,.chip__suffix{line-height:var(--chip-line-height);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.size-chips,.filter-chips{gap:var(--chip-group-gap);flex-wrap:wrap;display:flex}.divider{width:100%;height:var(--divider-size);background:var(--divider-color);border:0;flex-shrink:0}.divider--soft{background:var(--divider-color-soft)}.divider--strong{background:var(--divider-color-strong)}.divider--dark{background:var(--divider-color-dark)}.divider--vertical{width:var(--divider-size);height:auto;min-height:var(--divider-vertical-min-height)}.divider-space-sm{margin-block:var(--divider-space-sm)}.divider-space-md{margin-block:var(--divider-space-md)}.divider-space-lg{margin-block:var(--divider-space-lg)}.icon{width:1em;height:1em;line-height:var(--icon-line-height);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon--sm{font-size:var(--icon-size-sm)}.icon--md{font-size:var(--icon-size-md)}.icon--lg{font-size:var(--icon-size-lg)}.icon--xl{font-size:var(--icon-size-xl)}.icon-btn{--icon-btn-size:var(--icon-button-size-md);--icon-btn-bg:var(--icon-button-bg);--icon-btn-color:var(--icon-button-color);--icon-btn-border:var(--icon-button-border);--icon-btn-shadow:var(--icon-button-shadow);width:var(--icon-btn-size);height:var(--icon-btn-size);border-radius:var(--icon-button-radius);border:var(--icon-button-border-width) solid var(--icon-btn-border);background:var(--icon-btn-bg);color:var(--icon-btn-color);box-shadow:var(--icon-btn-shadow);cursor:pointer;transition:background-color var(--primitive-transition), border-color var(--primitive-transition), color var(--primitive-transition), box-shadow var(--primitive-transition), transform var(--primitive-transition);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.icon-btn:hover{transform:translateY(var(--icon-button-hover-translate-y))}.icon-btn:active{transform:translateY(var(--primitive-active-translate-y))}.icon-btn:focus-visible{box-shadow:var(--icon-button-focus-ring);outline:none}.icon-btn svg,.icon-btn i,.icon-btn span{line-height:var(--icon-line-height)}.icon-btn--soft{--icon-btn-bg:var(--icon-button-bg);--icon-btn-color:var(--icon-button-color)}.icon-btn--soft:hover{--icon-btn-bg:var(--icon-button-bg-hover)}.icon-btn--dark{--icon-btn-bg:var(--icon-button-dark-bg);--icon-btn-color:var(--icon-button-dark-color)}.icon-btn--dark:hover{--icon-btn-bg:var(--icon-button-dark-bg-hover)}.icon-btn--outline{--icon-btn-bg:var(--icon-button-outline-bg);--icon-btn-color:var(--icon-button-outline-color);--icon-btn-border:var(--icon-button-outline-border)}.icon-btn--outline:hover{--icon-btn-bg:var(--icon-button-outline-bg-hover)}.icon-btn--white{--icon-btn-bg:var(--icon-button-white-bg);--icon-btn-color:var(--icon-button-white-color);--icon-btn-border:var(--icon-button-white-border);--icon-btn-shadow:var(--icon-button-white-shadow)}.icon-btn--sm{--icon-btn-size:var(--icon-button-size-sm)}.icon-btn--md{--icon-btn-size:var(--icon-button-size-md)}.icon-btn--lg{--icon-btn-size:var(--icon-button-size-lg)}.icon-btn--xl{--icon-btn-size:var(--icon-button-size-xl)}.input,.textarea{border:var(--control-border);border-radius:var(--control-radius-md);background:var(--control-bg);width:100%;color:var(--control-color);font:inherit;transition:border-color var(--primitive-transition), background-color var(--primitive-transition), box-shadow var(--primitive-transition), color var(--primitive-transition)}.input{min-height:var(--control-height-md);padding:0 var(--control-padding-x-md)}.textarea{min-height:var(--textarea-min-height);padding:var(--textarea-padding-y) var(--control-padding-x-md);resize:vertical;line-height:var(--textarea-line-height)}.input::placeholder,.textarea::placeholder{color:var(--control-placeholder-color)}.input:hover,.textarea:hover{border-color:var(--control-border-hover)}.input:focus,.textarea:focus{border-color:var(--control-border-focus);background:var(--control-bg-focus);box-shadow:var(--control-focus-ring);outline:none}.input:disabled,.textarea:disabled{cursor:not-allowed;opacity:var(--control-disabled-opacity);background:var(--control-bg-disabled)}.input-sm{min-height:var(--control-height-sm);padding-inline:var(--control-padding-x-sm);border-radius:var(--control-radius-sm);font-size:var(--control-font-size-sm)}.input-md{min-height:var(--control-height-md);padding-inline:var(--control-padding-x-md);border-radius:var(--control-radius-md)}.input-lg{min-height:var(--control-height-lg);padding-inline:var(--control-padding-x-lg);border-radius:var(--control-radius-lg);font-size:var(--control-font-size-lg)}.input-wrap{width:100%;position:relative}.input-wrap .input{padding-left:var(--control-icon-padding-left)}.input-wrap--right .input{padding-left:var(--control-padding-x-md);padding-right:var(--control-action-padding-right)}.input__icon,.input__action{width:var(--control-icon-size);height:var(--control-icon-size);color:var(--control-placeholder-color);pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.input__icon{left:var(--control-icon-offset)}.input__action{right:var(--control-icon-offset)}.field{gap:var(--field-gap);display:grid}.field__label{font-size:var(--field-label-size);font-weight:var(--field-label-weight);color:var(--field-label-color);margin:0}.field__help{font-size:var(--field-help-size);color:var(--field-help-color);margin:0}.field__error{font-size:var(--field-error-size);color:var(--field-error-color);margin:0}.field--error .input,.field--error .textarea{border-color:var(--input-error-border);box-shadow:var(--input-error-ring);background:var(--input-bg-focus)}.field--success .input,.field--success .textarea{border-color:var(--input-success-border);box-shadow:var(--input-success-ring);background:var(--input-bg-focus)}.label{color:var(--label-color);font-size:var(--label-font-size);font-weight:var(--label-font-weight);line-height:var(--label-line-height);margin:0;display:inline-block}.label--muted{color:var(--label-muted-color)}.label--strong{font-weight:var(--label-strong-font-weight)}.link{color:var(--link-color);transition:color var(--primitive-transition), opacity var(--primitive-transition);text-decoration:none}.link:hover{color:var(--link-color-hover)}.link:focus-visible{box-shadow:var(--link-focus-ring);border-radius:var(--link-focus-radius);outline:none}.link-muted{color:var(--link-muted-color);transition:color var(--primitive-transition);text-decoration:none}.link-muted:hover{color:var(--link-muted-hover-color)}.link-strong{color:var(--link-strong-color);font-weight:var(--link-strong-font-weight);transition:color var(--primitive-transition);text-decoration:none}.link-strong:hover{color:var(--link-strong-hover-color)}.link-inherit{color:inherit;text-decoration:none}.link-underline{color:inherit;text-underline-offset:var(--link-underline-offset);text-decoration:underline;text-decoration-thickness:var(--link-underline-thickness)}.link-hover-underline{color:inherit;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% var(--link-underline-thickness);transition:background-size var(--primitive-transition), color var(--primitive-transition);text-decoration:none}.link-hover-underline:hover{background-size:100% var(--link-underline-thickness)}.link-arrow{align-items:center;gap:var(--link-arrow-gap);color:inherit;transition:color var(--primitive-transition);text-decoration:none;display:inline-flex}.link-arrow__icon{transition:transform var(--primitive-transition);justify-content:center;align-items:center;display:inline-flex}.link-arrow:hover .link-arrow__icon{transform:translateX(var(--link-arrow-translate-x))}.radio{appearance:none;width:var(--radio-size);height:var(--radio-size);border:var(--primitive-border-width) solid var(--radio-border);border-radius:var(--radio-radius);background:var(--radio-bg);cursor:pointer;place-items:center;margin:0;display:inline-grid}.radio:before{content:"";width:var(--radio-dot-size);height:var(--radio-dot-size);border-radius:var(--radio-radius);background:var(--radio-dot-bg);transition:transform var(--primitive-transition);transform:scale(0)}.radio:checked:before{transform:scale(var(--radio-dot-scale-checked))}.radio--active{border-color:var(--radio-border-active)}.radio--inactive{border-color:var(--radio-border)}.radio--inactive:checked:before{background:var(--radio-inactive-dot-bg)}.radio--muted{opacity:var(--radio-muted-opacity);background:var(--radio-muted-bg)}.radio--muted:checked:before{background:var(--radio-muted-dot-bg)}.select-wrap{width:100%;position:relative}.select{width:100%;min-height:var(--select-height-md);padding:0 var(--select-padding-right-md) 0 var(--control-padding-x-md);border:var(--control-border);border-radius:var(--control-radius-md);background:var(--control-bg);color:var(--control-color);font:inherit;appearance:none;cursor:pointer;transition:border-color var(--primitive-transition), background-color var(--primitive-transition), box-shadow var(--primitive-transition)}.select:hover{border-color:var(--control-border-hover)}.select:focus{border-color:var(--control-border-focus);background:var(--control-bg-focus);box-shadow:var(--control-focus-ring);outline:none}.select:disabled{opacity:var(--control-disabled-opacity);cursor:not-allowed}.select-wrap--icon .select{padding-left:var(--control-icon-padding-left)}.select__icon,.select__caret{color:var(--control-placeholder-color);pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.select__icon{left:var(--control-icon-offset);width:var(--control-icon-size);height:var(--control-icon-size)}.select__caret{right:var(--control-icon-offset);width:var(--control-caret-size);height:var(--control-caret-size)}.select-sm{min-height:var(--select-height-sm);border-radius:var(--control-radius-sm);padding-inline:var(--control-padding-x-sm) var(--select-padding-right-sm);font-size:var(--control-font-size-sm)}.select-md{min-height:var(--select-height-md)}.select-lg{min-height:var(--select-height-lg);border-radius:var(--control-radius-lg);padding-inline:var(--control-padding-x-lg) var(--select-padding-right-lg);font-size:var(--control-font-size-lg)}.skeleton{background:var(--skeleton-bg);border-radius:var(--skeleton-radius);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg, var(--primitive-transparent), var(--skeleton-highlight), var(--primitive-transparent));animation:skeleton-shimmer var(--skeleton-duration) infinite;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.spinner{width:var(--spinner-size);height:var(--spinner-size);border:var(--spinner-border-width) solid var(--spinner-border-color);border-top-color:var(--spinner-active-color);animation:spinner-rotate var(--spinner-duration) linear infinite;border-radius:50%}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.switch{appearance:none;width:var(--switch-width);height:var(--switch-height);border-radius:var(--switch-radius);background:var(--switch-bg);cursor:pointer;transition:background-color var(--primitive-transition);margin:0;position:relative}.switch:after{content:"";top:var(--switch-padding);left:var(--switch-padding);width:var(--switch-thumb-size);height:var(--switch-thumb-size);background:var(--switch-thumb-bg);transition:transform var(--primitive-transition);border-radius:50%;position:absolute}.switch:checked{background:var(--switch-bg-checked)}.switch:checked:after{transform:translateX(var(--switch-translate-x))}.tag{align-items:center;gap:var(--tag-gap);min-height:var(--tag-height);padding-inline:var(--tag-padding-x);border-radius:var(--tag-radius);background:var(--tag-bg);color:var(--tag-color);font-size:var(--tag-font-size);line-height:var(--tag-line-height);display:inline-flex}.textarea{width:100%;min-height:var(--textarea-min-height)}.tooltip{max-width:var(--tooltip-max-width);padding:var(--tooltip-padding-y) var(--tooltip-padding-x);border-radius:var(--tooltip-radius);background:var(--tooltip-bg);color:var(--tooltip-color);font-size:var(--tooltip-font-size);line-height:var(--tooltip-line-height);box-shadow:var(--tooltip-shadow);align-items:center;display:inline-flex}.accordion{gap:var(--space-3);display:grid}.accordion__item{background:var(--accordion-item-background,var(--surface-1,var(--color-white)));border-color:var(--accordion-item-border-color,var(--border-color,#e5e7eb));border-style:solid;border-width:var(--accordion-item-border-width,1px);border-radius:var(--accordion-item-radius,var(--radius-lg));box-shadow:var(--accordion-item-shadow,none);-webkit-backdrop-filter:var(--accordion-item-backdrop-filter,none);backdrop-filter:var(--accordion-item-backdrop-filter,none);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);overflow:hidden}.accordion__item:hover{border-color:var(--accordion-item-hover-border-color,var(--accordion-item-border-color,var(--border-color-strong)))}.accordion__item.is-open{background:var(--accordion-item-open-background,var(--accordion-item-background,var(--surface-1,var(--color-white))))}.accordion__trigger{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-6) var(--space-6);background:var(--primitive-transparent);color:var(--text-color,var(--color-ink));text-align:left;font:inherit;cursor:pointer;transition:background-color var(--transition-fast);border:0;display:flex}.accordion__trigger:hover{background:color-mix(in srgb, var(--surface-soft), var(--primitive-transparent) 30%)}.accordion__trigger:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--primary-base,var(--color-ink)), white 72%);outline:none}.accordion__title{color:var(--heading-color,var(--color-ink));margin:0;font-size:clamp(1rem,1.25vw,1.125rem);font-weight:600;line-height:1.35}.accordion__icon{width:24px;height:24px;color:var(--text-color,var(--color-ink));transition:transform var(--transition-fast), color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.accordion__item.is-open .accordion__icon{transform:rotate(180deg)}.accordion__panel{width:100%;min-width:0;transition:grid-template-rows var(--transition-base);grid-template-rows:0fr;display:grid}.accordion__item.is-open .accordion__panel{grid-template-rows:1fr}.accordion__panel-inner{width:100%;min-width:0;min-height:0;display:grid;overflow:hidden}.accordion__content{box-sizing:border-box;width:100%;min-width:0;padding:0 var(--space-6) var(--space-6);color:var(--builder-custom-accordion-answer-color,var(--accordion-answer-color,var(--text-muted)));font-size:1rem;line-height:1.7;display:block}.accordion__content>:first-child{margin-top:0}.accordion__content>:last-child{margin-bottom:0}.accordion--soft .accordion__item{background:var(--surface-soft)}.accordion--shadow .accordion__item{box-shadow:var(--shadow-xs)}.accordion--compact .accordion__trigger{padding:18px 20px}.accordion--compact .accordion__content{padding:0 20px 20px}.accordion--spacious .accordion__trigger{padding:28px}.accordion--spacious .accordion__content{padding:0 28px 28px}.faq-accordion{gap:var(--space-3);display:grid}.faq-accordion .accordion__title{font-size:clamp(1.05rem,1.35vw,1.25rem);font-weight:600}.faq-accordion .accordion__content{color:var(--builder-custom-accordion-answer-color,var(--accordion-answer-color,var(--text-muted)));font-size:1rem}@media (width<=768px){.accordion__trigger{padding:18px}.accordion__content{padding:0 18px 18px}.accordion__title{font-size:1rem}}.alert{gap:var(--alert-gap);padding:var(--alert-padding);border-radius:var(--alert-radius);border:var(--alert-border);background:var(--alert-bg);color:var(--alert-color);grid-template-columns:auto minmax(0,1fr) auto;align-items:start;display:grid}.alert__icon,.alert__action{justify-content:center;align-items:center;display:inline-flex}.alert__content{gap:var(--alert-content-gap);display:grid}.alert__title{color:var(--alert-title-color);font-size:var(--alert-title-size);font-weight:var(--alert-title-weight);line-height:var(--alert-title-line-height);margin:0}.alert__text{color:var(--alert-text-color);line-height:var(--alert-text-line-height);margin:0}.alert--soft{background:var(--surface-soft)}.alert--success{background:var(--alert-success-bg);border-color:var(--alert-success-border)}.alert--warning{background:var(--alert-warning-bg);border-color:var(--alert-warning-border)}.alert--danger{background:var(--alert-danger-bg);border-color:var(--alert-danger-border)}:root{--section-padding-inline:var(--space-6);--section-padding-block-sm:var(--section-space-y-sm);--section-padding-block-md:var(--section-space-y-md);--section-padding-block-lg:var(--section-space-y-lg);--container-padding-inline:var(--space-6);--container-default-max:var(--container-xl);--container-sm-max:var(--container-sm);--container-md-max:var(--container-md);--container-lg-max:var(--container-xl);--container-xl-max:var(--container-2xl);--container-wide-max:min(1480px, 100%);--container-full-max:none;--content-width-xs:36ch;--content-width-sm:48ch;--content-width-md:60ch;--content-width-lg:72ch;--card-width-xs:var(--container-xs);--card-width-sm:var(--container-sm);--card-width-md:var(--container-md);--card-width-lg:var(--container-lg);--card-width-xl:var(--container-xl);--card-width-2xl:var(--container-2xl);--card-radius:var(--radius-lg);--card-padding:var(--space-8);--card-gap:var(--space-5);--card-header-gap:var(--space-3);--card-footer-gap:var(--space-4);--card-panel-padding:var(--space-8);--card-hover-translate-y:-2px;--card-hover-shadow:var(--shadow-md);--card-hover-border-color:var(--border-color-strong);--card-overlay-offset-desktop:var(--space-5);--card-overlay-offset-mobile:var(--space-4);--card-flag-right-desktop:var(--space-6);--card-flag-right-mobile:18px;--card-feature-grid-columns:2;--card-info-grid-columns:2}.section{width:100%;padding-block:var(--section-padding-block-md)}.section--sm{padding-block:var(--section-padding-block-sm)}.section--lg{padding-block:var(--section-padding-block-lg)}.container,.container-sm,.container-md,.container-lg,.container-xl,.container-wide,.container-full{width:100%;padding-inline:var(--container-padding-inline);margin-inline:auto}.container-sm{max-width:var(--container-sm-max)}.container-md{max-width:var(--container-md-max)}.container,.container-lg{max-width:var(--container-default-max)}.container-xl{max-width:var(--container-xl-max)}.container-wide{max-width:var(--container-wide-max)}.container-full{max-width:var(--container-full-max);padding-inline:0}.content-xs{max-width:var(--content-width-xs)}.content-sm{max-width:var(--content-width-sm)}.content-md{max-width:var(--content-width-md)}.content-lg{max-width:var(--content-width-lg)}.card{--card-current-max-width:100%;--card-current-padding:var(--card-padding);--card-current-gap:var(--card-gap);--card-current-radius:var(--card-radius);width:100%;min-width:0;max-width:var(--card-current-max-width);border:var(--border-soft);border-radius:var(--card-current-radius);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);display:grid;position:relative;overflow:hidden}.card--auto{--card-current-max-width:100%}.card--xs{--card-current-max-width:min(100%, var(--card-width-xs))}.card--sm{--card-current-max-width:min(100%, var(--card-width-sm))}.card--md{--card-current-max-width:min(100%, var(--card-width-md))}.card--lg{--card-current-max-width:min(100%, var(--card-width-lg))}.card--xl{--card-current-max-width:min(100%, var(--card-width-xl))}.card--2xl{--card-current-max-width:min(100%, var(--card-width-2xl))}.card--compact{--card-current-padding:var(--space-6);--card-current-gap:var(--space-4);--card-current-radius:var(--radius-lg)}.card--comfortable{--card-current-padding:var(--space-8);--card-current-gap:var(--space-5);--card-current-radius:var(--radius-lg)}.card--spacious{--card-current-padding:var(--space-10);--card-current-gap:var(--space-6);--card-current-radius:var(--radius-lg)}.card--hover:hover{transform:translateY(var(--card-hover-translate-y));box-shadow:var(--card-hover-shadow);border-color:var(--card-hover-border-color)}.card--hover-none:hover{box-shadow:none;border-color:var(--border-color);transform:none}.card__media{background:var(--surface-2);min-width:0;position:relative;overflow:hidden}.card__media img,.card__image{object-fit:cover;width:100%;height:100%;display:block}.card__body{align-content:start;gap:var(--card-current-gap);min-width:0;padding:var(--card-current-padding);display:grid}.card__header{gap:var(--card-header-gap);min-width:0;display:grid}.card__content,.card__aside{gap:var(--card-current-gap);min-width:0;display:grid}.card__footer{justify-content:space-between;align-items:center;gap:var(--card-footer-gap);flex-wrap:wrap;min-width:0;display:flex}.card__eyebrow,.card__kicker{color:var(--text-muted);font-size:var(--text-sm-size);font-weight:var(--font-weight-medium);margin:0;line-height:1.35}.card__title{color:var(--heading-color);font-family:var(--font-family-heading);font-size:var(--h3-size);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-heading);margin:0;line-height:1.2}.card__subtitle,.card__meta,.card__text,.card__description{color:var(--text-muted);margin:0}.card__subtitle{font-size:var(--text-sm-size);line-height:1.5}.card__meta{font-size:var(--text-sm-size);line-height:1.45}.card__text,.card__description{font-size:var(--text-sm-size);line-height:var(--line-height-text)}.card__info-row{align-items:center;gap:var(--space-4);flex-wrap:wrap;min-width:0;display:flex}.card__info-group{gap:var(--space-2);min-width:0;display:grid}.card__info-label{color:var(--text-muted);font-size:var(--text-sm-size);margin:0;line-height:1.3}.card__info-value{color:var(--text-color);font-size:clamp(2rem,2.5vw,2.75rem);font-weight:var(--font-weight-bold);letter-spacing:-.03em;margin:0;line-height:1}.card__info-caption{color:var(--text-muted);font-size:var(--text-sm-size);margin:0;line-height:1.3}.card__info-grid{grid-template-columns:repeat(var(--card-info-grid-columns), minmax(0, 1fr));gap:var(--space-6);display:grid}.card__info-cell{gap:var(--space-2);min-width:0;display:grid}.card__info-cell+.card__info-cell{border-left:1px solid var(--border-color);padding-left:var(--space-6)}.card__price{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:inline-flex}.card__price-value{font-size:clamp(2rem,3vw,2.75rem);font-weight:var(--font-weight-bold);color:var(--text-color);letter-spacing:-.03em;line-height:1}.card__price-label{font-size:var(--text-sm-size);color:var(--text-muted);line-height:1.2}.card__old-price{font-size:var(--text-sm-size);color:var(--text-muted);text-decoration:line-through}.card__panel{background:var(--surface-soft);border:var(--border-soft);border-radius:var(--radius-xl);padding:var(--card-panel-padding)}.card__panel--center{text-align:center}.card__panel--center .card__price,.card__panel--center .card__info-row{justify-content:center}.card__panel .btn{width:100%}.card__meta-list{gap:var(--space-4) var(--space-6);color:var(--text-muted);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.card__meta-item{align-items:center;gap:var(--space-2);line-height:1.45;display:inline-flex}.card__meta-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.card__features{grid-template-columns:repeat(var(--card-feature-grid-columns), minmax(0, 1fr));gap:var(--space-3) var(--space-6);margin:0;padding:0;list-style:none;display:grid}.card__feature{align-items:center;gap:var(--space-2);color:var(--text-color);line-height:1.4;display:inline-flex}.card__feature-icon{color:var(--success-base);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.card__overlay,.card__badge,.card__action,.card__floating{z-index:2;position:absolute}.card__flag{top:0;right:var(--card-flag-right-desktop);z-index:3;background:var(--warning-base);min-width:40px;height:58px;color:var(--gray-1000);font-size:var(--text-sm-size);font-weight:var(--font-weight-bold);clip-path:polygon(0 0,100% 0,100% 84%,50% 68%,0 84%);justify-content:center;align-items:flex-start;padding-top:10px;line-height:1;display:inline-flex;position:absolute}.card__overlay--top-left,.card__floating--top-left{top:var(--card-overlay-offset-desktop);left:var(--card-overlay-offset-desktop)}.card__overlay--top-right,.card__floating--top-right{top:var(--card-overlay-offset-desktop);right:var(--card-overlay-offset-desktop)}.card__overlay--bottom-left,.card__floating--bottom-left{left:var(--card-overlay-offset-desktop);bottom:var(--card-overlay-offset-desktop)}.card__overlay--bottom-right,.card__floating--bottom-right{right:var(--card-overlay-offset-desktop);bottom:var(--card-overlay-offset-desktop)}.card__footer--start{justify-content:flex-start}.card__footer--center{justify-content:center}.card__footer--end{justify-content:flex-end}.card__footer--stretch>*{flex:auto}@media (width<=1024px){.card__features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.card{--card-current-padding:var(--space-5);--card-current-gap:var(--space-4);--card-current-radius:var(--radius-xl)}.card__title{font-size:clamp(1.375rem,6vw,2rem)}.card__price-value,.card__info-value{font-size:clamp(1.75rem,8vw,2.25rem)}.card__features,.card__info-grid{grid-template-columns:1fr}.card__info-cell+.card__info-cell{border-left:0;border-top:1px solid var(--border-color);padding-left:0;padding-top:var(--space-4)}.card__flag{right:var(--card-flag-right-mobile)}.card__overlay--top-left,.card__floating--top-left{top:var(--card-overlay-offset-mobile);left:var(--card-overlay-offset-mobile)}.card__overlay--top-right,.card__floating--top-right{top:var(--card-overlay-offset-mobile);right:var(--card-overlay-offset-mobile)}}.card--stacked{grid-template-rows:auto 1fr}.card--stacked .card__media{aspect-ratio:16/11}.card--stacked .card__body{gap:var(--space-6)}.card--stacked .card__title{font-size:clamp(1.75rem,2.4vw,2.5rem)}.card--stacked .card__footer{margin-top:auto}.card--stacked .card__overlay--media-top-right{top:20px;right:20px}.card--stacked .card__overlay--media-bottom-right{bottom:-24px;right:20px}.card--media-panel{border-radius:var(--radius-xl);overflow:hidden}.card--media-panel .card__media{aspect-ratio:4/5}.card--media-panel .card__body{background:var(--compound-overlay-panel-light);border:var(--card-layout-overlay-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--card-layout-overlay-blur));gap:10px;padding:20px 24px;position:absolute;bottom:12px;left:12px;right:12px}.card--media-panel .card__title{font-size:clamp(1.5rem,2vw,2rem)}.card--media-panel .card__footer{flex-wrap:nowrap;justify-content:space-between;align-items:center}.card--split{grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:stretch;display:grid}.card--split .card__media{min-height:100%}.card--split .card__media img,.card--split .card__image{height:100%}.card--split .card__body{align-content:center}.card--split-reversed{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr)}.card--split-reversed .card__media{order:2}.card--split-reversed .card__body{order:1}.card--split-media{grid-template-columns:minmax(240px,.85fr) minmax(0,1.15fr);align-items:stretch;display:grid}.card--split-media .card__media{min-height:100%}.card--split-media .card__body{gap:var(--space-6)}.card--split-media-reversed{grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr)}.card--split-media-reversed .card__media{order:2}.card--split-media-reversed .card__body{order:1}.card--split-panel{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);align-items:stretch;display:grid}.card--split-panel .card__media{min-height:100%}.card--split-panel .card__body{gap:var(--space-8);grid-template-columns:minmax(0,1fr) minmax(220px,260px);align-items:start}.card--split-panel .card__content{gap:var(--space-5);min-width:0;display:grid}.card--split-panel .card__aside{align-content:center;gap:var(--space-5);min-width:0;display:grid}.card--split-panel .card__title{font-size:clamp(2rem,2.8vw,3rem)}.card--split-panel .card__panel{text-align:center}.card--split-panel .card__panel .card__price,.card--split-panel .card__panel .card__info-row{justify-content:center}.card--split-panel .card__panel .btn{width:100%}.card--split-panel-reversed{grid-template-columns:minmax(300px,.9fr) minmax(0,1fr)}.card--split-panel-reversed .card__media{order:2}.card--split-panel-reversed .card__body{order:1}.card--content-emphasis .card__title{font-size:clamp(2rem,2.5vw,3rem)}.card--content-emphasis .card__body,.card--content-emphasis .card__info-grid{gap:var(--space-6)}.card--panel-emphasis .card__panel{padding:var(--space-9);border-radius:var(--radius-xl)}.card--glass-panel .card__body{background:var(--card-layout-overlay-bg);border:var(--card-layout-overlay-border);-webkit-backdrop-filter:blur(var(--card-layout-overlay-blur))}@media (width<=1024px){.card--split,.card--split-reversed,.card--split-media,.card--split-media-reversed,.card--split-panel,.card--split-panel-reversed{grid-template-columns:1fr}.card--split .card__media,.card--split-media .card__media,.card--split-panel .card__media,.card--split-reversed .card__media,.card--split-media-reversed .card__media,.card--split-panel-reversed .card__media{min-height:auto}.card--split-panel .card__body,.card--split-panel-reversed .card__body{grid-template-columns:1fr}}@media (width<=768px){.card--media-panel .card__body{padding:16px 18px;bottom:10px;left:10px;right:10px}.card--stacked .card__overlay--media-top-right{top:16px;right:16px}.card--stacked .card__overlay--media-bottom-right{right:16px}}.color-swatches{gap:var(--space-4);flex-wrap:wrap;display:flex}.color-swatches__item{justify-items:center;gap:10px;min-width:72px;display:grid}.color-swatches__button,.color-swatch{border:2px solid var(--color-white);width:44px;height:44px;box-shadow:0 0 0 1px var(--border-color);background:var(--swatch-color,var(--color-ink));cursor:pointer;border-radius:50%}.color-swatches__button.is-active,.color-swatch.is-active{box-shadow:0 0 0 2px var(--color-ink), 0 0 0 6px var(--color-white)}.color-swatches__label{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.3}.compact-list{gap:var(--space-4);display:grid}.compact-list__item{gap:var(--space-4);grid-template-columns:88px minmax(0,1fr);align-items:start;display:grid}.compact-list__media{border-radius:var(--radius-md);background:var(--surface-2);aspect-ratio:1;overflow:hidden}.compact-list__media img,.compact-list__media video{object-fit:cover;width:100%;height:100%;display:block}.compact-list__body{gap:8px;min-width:0;display:grid}.compact-list__title{color:var(--heading-color,var(--color-ink));margin:0;font-size:1rem;font-weight:600;line-height:1.4}.compact-list__text,.compact-list__meta{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.compact-list__price{flex-wrap:wrap;align-items:baseline;gap:8px;display:inline-flex}.compact-list__price-value{color:var(--text-color,var(--color-ink));margin:0;font-size:1rem;font-weight:700;line-height:1.2}.compact-list__price-old{color:var(--text-muted);margin:0;font-size:.95rem;text-decoration:line-through}.compact-list--sm .compact-list__item{grid-template-columns:72px minmax(0,1fr)}.compact-list--divided .compact-list__item+.compact-list__item{padding-top:var(--space-4);border-top:1px solid var(--border-color)}.content-showcase{gap:var(--space-12);grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;display:grid}.content-showcase__content{gap:var(--space-6);align-content:start;display:grid}.content-showcase__eyebrow{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.content-showcase__title{color:var(--heading-color,var(--color-ink));letter-spacing:-.04em;margin:0;font-size:clamp(2.5rem,4.5vw,4.5rem);font-weight:700;line-height:1.02}.content-showcase__text{max-width:58ch;color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.75}.content-showcase__actions{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.content-showcase__media{min-width:0}.content-showcase--media-first{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.content-showcase--media-first .content-showcase__media{order:1}.content-showcase--media-first .content-showcase__content{order:2}@media (width<=1024px){.content-showcase{gap:var(--space-9);grid-template-columns:1fr}}.detail-panel{gap:var(--space-7);padding:var(--space-8);background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);display:grid}.detail-panel__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.detail-panel__title{color:var(--heading-color,var(--color-ink));letter-spacing:-.025em;margin:0;font-size:clamp(1.375rem,1.9vw,1.75rem);font-weight:700;line-height:1.15}.detail-panel__body,.detail-panel__section{gap:var(--space-5);display:grid}.detail-panel__row{gap:var(--space-3);display:grid}.detail-panel__label{color:var(--heading-color,var(--color-ink));margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.detail-panel__hint,.detail-panel__text{color:var(--text-muted);margin:0;line-height:1.6}.detail-panel__divider{background:var(--border-color);height:1px}.detail-panel__total{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.detail-panel__total-label{color:var(--heading-color,var(--color-ink));margin:0;font-size:1rem;font-weight:600}.detail-panel__total-value{color:var(--text-color,var(--color-ink));letter-spacing:-.03em;margin:0;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:700;line-height:1}.detail-panel__actions{gap:var(--space-3);display:grid}.detail-panel--accent{background:var(--compound-bg);border-color:var(--compound-bg);box-shadow:none}.detail-panel--muted{background:var(--surface-soft)}@media (width<=768px){.detail-panel{padding:20px}}.drawer{z-index:var(--z-modal,80);background:var(--surface-1,var(--color-white));width:min(92vw,420px);box-shadow:var(--shadow-lg);border-left:1px solid var(--border-color);grid-template-rows:auto 1fr auto;display:grid;position:fixed;top:0;bottom:0}.drawer--right{right:0}.drawer--left{border-left:0;border-right:1px solid var(--border-color);left:0}.drawer__header,.drawer__footer{padding:var(--space-6)}.drawer__header{justify-content:space-between;align-items:center;gap:var(--space-4);border-bottom:1px solid var(--border-color);display:flex}.drawer__body{padding:var(--space-6);overflow:auto}.drawer--sm{width:min(92vw,320px)}.drawer--lg{width:min(92vw,640px)}.dropdown{display:inline-block;position:relative}.dropdown__trigger{justify-content:space-between;align-items:center;gap:var(--space-3);min-width:220px;min-height:56px;padding:0 var(--space-6);border:var(--border-soft);border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text-color,var(--color-ink));font:inherit;cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);font-weight:500;display:inline-flex}.dropdown__trigger:hover{border-color:var(--border-color-strong)}.dropdown__trigger:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb, var(--primary-base,var(--color-ink)), white 86%);outline:none}.dropdown__menu{background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-xl);min-width:320px;max-width:min(92vw,420px);box-shadow:var(--shadow-md);padding:var(--space-3);z-index:var(--z-dropdown,40);position:absolute;top:calc(100% + 12px);left:0}.dropdown__header{align-items:center;gap:var(--space-4);min-height:96px;padding:0 var(--space-5);border:var(--border-soft);border-radius:var(--radius-lg);background:var(--surface-3);color:var(--text-color,var(--color-ink));font-size:1rem;font-weight:500;display:flex}.dropdown__list{margin:var(--space-3) 0 0;gap:2px;padding:0;list-style:none;display:grid}.dropdown__item{display:flex}.dropdown__link,.dropdown__button{align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5);background:var(--primitive-transparent);color:var(--text-color,var(--color-ink));text-align:left;font:inherit;border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast);border:0;font-size:1rem;line-height:1.4;text-decoration:none;display:inline-flex}.dropdown__link:hover,.dropdown__button:hover{background:var(--surface-soft)}.dropdown__link.is-muted,.dropdown__button.is-muted{color:var(--text-muted)}.dropdown__icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dropdown__caret{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.feature-card{align-content:start;gap:var(--space-6);min-height:100%;padding:var(--space-8);background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-xl);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);display:grid}.feature-card:hover{border-color:var(--border-color-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-card__icon{border-radius:var(--radius-sm);width:52px;height:52px;color:var(--text-color,var(--color-ink));border:1px solid;justify-content:center;align-items:center;display:inline-flex}.feature-card__body{gap:var(--space-4);display:grid}.feature-card__title{color:var(--heading-color,var(--color-ink));letter-spacing:-.025em;margin:0;font-size:clamp(1.375rem,1.75vw,1.875rem);font-weight:700;line-height:1.2}.feature-card__text{color:var(--text-muted);margin:0;line-height:1.65}.feature-card__footer{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:auto;display:flex}.feature-card__link{color:var(--text-color,var(--color-ink));align-items:center;gap:10px;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.feature-card__link:hover{text-underline-offset:.16em;text-decoration:underline}.feature-card--compact{gap:var(--space-5);padding:24px}.feature-card--soft{background:var(--surface-soft)}@media (width<=768px){.feature-card{padding:20px}}.filter-group{gap:var(--filter-group-gap,var(--space-5));display:grid}.filter-group__header{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.filter-group__title{color:var(--filter-group-title-color,var(--heading-color,var(--color-ink)));font-size:var(--filter-group-title-size,clamp(1.125rem, 1.5vw, 1.375rem));letter-spacing:-.02em;margin:0;font-weight:600;line-height:1.2}.filter-group__hint,.filter-group__caption{color:var(--filter-group-text-color,var(--text-muted));margin:0;font-size:.95rem;line-height:1.5}.filter-group__toggle{background:var(--primitive-transparent);color:var(--text-color,var(--color-ink));cursor:pointer;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.filter-group__body{gap:var(--space-4);display:grid}.filter-group__list{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.filter-group__item{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.filter-group__control{align-items:center;gap:var(--space-3);min-width:0;color:var(--text-color,var(--color-ink));display:inline-flex}.filter-group__label{min-width:0;line-height:1.45}.filter-group__count{border-radius:var(--radius-pill);background:var(--surface-3);min-width:34px;min-height:26px;color:var(--text-muted);justify-content:center;align-items:center;padding-inline:8px;font-size:.875rem;line-height:1;display:inline-flex}.filter-group__divider{background:var(--border-color);height:1px}.filter-group--card{padding:var(--filter-group-card-padding,var(--space-6));background:var(--filter-group-card-bg,var(--surface-1,var(--color-white)));border:var(--filter-group-card-border,var(--border-soft));border-radius:var(--filter-group-card-radius,var(--radius-xl))}.filter-group--soft{padding:var(--filter-group-card-padding,var(--space-6));background:var(--filter-group-soft-bg,var(--surface-soft));border-radius:var(--filter-group-card-radius,var(--radius-xl))}.filter-group--compact{gap:var(--space-4)}.filter-group--compact .filter-group__body,.filter-group--compact .filter-group__list{gap:var(--space-3)}.filter-panel{gap:var(--filter-panel-gap,var(--space-8));padding:var(--filter-panel-padding,var(--space-8));background:var(--filter-panel-bg,var(--surface-1,var(--color-white)));border:var(--filter-panel-border,var(--border-soft));border-radius:var(--filter-panel-radius,var(--radius-xl));display:grid}.filter-panel__header{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.filter-panel__title{font-size:var(--filter-panel-title-size,clamp(1.625rem, 2.5vw, 2.25rem));letter-spacing:-.025em;color:var(--filter-panel-title-color,var(--heading-color,var(--color-ink)));margin:0;font-weight:700;line-height:1.1}.filter-panel__toggle{color:var(--text-color,var(--color-ink));background:var(--primitive-transparent);cursor:pointer;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.filter-panel__body{gap:var(--space-8);display:grid}.filter-panel__divider{background:var(--border-color);height:1px}.filter-panel__value{text-align:center;font-size:var(--filter-panel-value-size,clamp(2rem, 4vw, 3rem));color:var(--text-color,var(--color-ink));margin:0;font-weight:500;line-height:1}.filter-panel__range-wrap{gap:var(--space-5);display:grid}.filter-panel__range{appearance:none;background:var(--primitive-transparent);cursor:pointer;width:100%;height:20px}.filter-panel__range::-webkit-slider-runnable-track{border-radius:var(--radius-pill);background:linear-gradient(to right, var(--filter-panel-range-progress-bg,var(--color-black)) 0%, var(--filter-panel-range-progress-bg,var(--color-black)) var(--range-progress,50%), var(--filter-panel-range-track-bg,var(--border-color)) var(--range-progress,50%), var(--filter-panel-range-track-bg,var(--border-color)) 100%);height:12px}.filter-panel__range::-webkit-slider-thumb{appearance:none;background:var(--filter-panel-range-thumb-bg,var(--color-black));border:0;border-radius:50%;width:24px;height:24px;margin-top:-6px}.filter-panel__range::-moz-range-track{border-radius:var(--radius-pill);background:var(--filter-panel-range-track-bg,var(--border-color));height:12px}.filter-panel__range::-moz-range-progress{border-radius:var(--radius-pill);background:var(--filter-panel-range-progress-bg,var(--color-black));height:12px}.filter-panel__range::-moz-range-thumb{background:var(--filter-panel-range-thumb-bg,var(--color-black));border:0;border-radius:50%;width:24px;height:24px}.filter-panel__minmax{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.filter-panel__min,.filter-panel__max{color:var(--text-color,var(--color-ink));margin:0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;line-height:1}.filter-panel__actions{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.filter-panel__clear{align-items:center;gap:var(--space-3);background:var(--primitive-transparent);color:var(--text-color,var(--color-ink));font:inherit;cursor:pointer;border:0;padding:0;font-size:1rem;display:inline-flex}.filter-panel__clear-icon{border-radius:var(--radius-sm);background:var(--surface-3);justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.input-group{align-items:stretch;gap:var(--space-4);width:100%;display:flex}.input-group__field{flex:auto;min-width:0}.input-group__field .input,.input-group__field .select{width:100%}.input-group__action{flex:none}.input-group--subscribe{max-width:720px}.input-group--subscribe .input-group__field{position:relative}.input-group--subscribe .input{border-radius:var(--radius-pill);background:var(--surface-1,var(--color-white));min-height:66px;padding-left:56px;padding-right:24px}.input-group--subscribe .input__icon{top:50%;left:var(--space-6);color:var(--text-muted);pointer-events:none;position:absolute;transform:translateY(-50%)}.input-group--subscribe .btn{min-height:66px;padding-inline:38px}@media (width<=768px){.input-group{flex-direction:column}.input-group__action,.input-group__action .btn{width:100%}}.media{background:var(--surface-2);min-width:0;display:block;position:relative;overflow:hidden}.media img,.media video,.media iframe,.media__object{border:0;width:100%;height:100%;display:block}.media--cover img,.media--cover video,.media--cover iframe,.media--cover .media__object{object-fit:cover}.media--contain img,.media--contain video,.media--contain iframe,.media--contain .media__object{object-fit:contain}.media--fill img,.media--fill video,.media--fill iframe,.media--fill .media__object{object-fit:fill}.media--scale-down img,.media--scale-down video,.media--scale-down iframe,.media--scale-down .media__object{object-fit:scale-down}.media--top img,.media--top video,.media--top iframe,.media--top .media__object{object-position:top center}.media--bottom img,.media--bottom video,.media--bottom iframe,.media--bottom .media__object{object-position:bottom center}.media--left img,.media--left video,.media--left iframe,.media--left .media__object{object-position:center left}.media--right img,.media--right video,.media--right iframe,.media--right .media__object{object-position:center right}.media--center img,.media--center video,.media--center iframe,.media--center .media__object{object-position:center center}.media--square{aspect-ratio:1}.media--portrait{aspect-ratio:4/5}.media--portrait-tall{aspect-ratio:3/4}.media--landscape{aspect-ratio:16/11}.media--landscape-wide{aspect-ratio:16/9}.media--ultrawide{aspect-ratio:21/9}.media--classic{aspect-ratio:4/3}.media--auto{aspect-ratio:auto}.media--h-sm{min-height:220px}.media--h-md{min-height:320px}.media--h-lg{min-height:420px}.media--h-xl{min-height:560px}.media--h-full{height:100%}.media--radius-sm{border-radius:var(--radius-md)}.media--radius-md{border-radius:var(--radius-lg)}.media--radius-lg{border-radius:var(--radius-xl)}.media--radius-xl{border-radius:var(--radius-2xl,32px)}.media--radius-pill{border-radius:var(--radius-pill)}.media--bordered{border:var(--border-soft)}.media--shadow-sm{box-shadow:var(--shadow-sm)}.media--shadow-md{box-shadow:var(--shadow-md)}.media--shadow-lg{box-shadow:var(--shadow-lg)}.media--surface{background:var(--surface-1,var(--color-white))}.media--surface-soft{background:var(--surface-soft)}.media--surface-muted{background:var(--surface-3)}.media__layer,.media__overlay,.media__content{z-index:2;position:absolute}.media__layer--fill{inset:0}.media__overlay--gradient-top{background:var(--overlay-gradient-top);inset:0}.media__overlay--gradient-bottom{background:var(--overlay-gradient-bottom);inset:0}.media__overlay--gradient-dual{background:var(--overlay-gradient-dual);inset:0}.media__overlay--scrim-light{background:var(--compound-scrim-light);inset:0}.media__overlay--scrim-dark{background:var(--scrim-dark);inset:0}.media__panel{z-index:3;gap:var(--space-3);background:var(--compound-overlay-panel-light);border:var(--card-layout-overlay-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--card-layout-overlay-blur));padding:20px 24px;display:grid;position:absolute}.media__panel--dark{background:var(--overlay-panel-dark);border-color:var(--compound-overlay-panel-border-dark);color:var(--color-white)}.media__panel--soft{background:var(--compound-overlay-panel-light-soft)}.media__panel--bottom-left{bottom:12px;left:12px;right:auto}.media__panel--bottom-right{bottom:12px;left:auto;right:12px}.media__panel--bottom-stretch{bottom:12px;left:12px;right:12px}.media__panel--top-left{top:12px;left:12px}.media__panel--top-right{top:12px;right:12px}.media--zoom-hover img,.media--zoom-hover video,.media--zoom-hover .media__object{transition:transform var(--transition-slow,.32s ease)}.media--zoom-hover:hover img,.media--zoom-hover:hover video,.media--zoom-hover:hover .media__object{transform:scale(1.04)}.media--lift-hover{transition:transform var(--transition-base), box-shadow var(--transition-base)}.media--lift-hover:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (width<=768px){.media__panel{padding:16px 18px}.media__panel--bottom-left,.media__panel--bottom-right,.media__panel--bottom-stretch{bottom:10px}.media__panel--bottom-left,.media__panel--top-left{left:10px}.media__panel--bottom-right,.media__panel--top-right{right:10px}.media__panel--bottom-stretch{left:10px;right:10px}}.media-collage{gap:var(--space-4);grid-template-columns:minmax(220px,.85fr) minmax(260px,1fr);align-items:stretch;display:grid}.media-collage__stack{gap:var(--space-4);display:grid}.media-collage__item{background:var(--surface-2);border-radius:var(--radius-xl);position:relative;overflow:hidden}.media-collage__item img,.media-collage__item video,.media-collage__item iframe{object-fit:cover;width:100%;height:100%;display:block}.media-collage__item--sm{aspect-ratio:16/10}.media-collage__item--md{aspect-ratio:4/3}.media-collage__item--lg{aspect-ratio:4/5;min-height:100%}.media-collage--balanced{grid-template-columns:1fr 1fr}.media-collage--balanced .media-collage__item--lg{aspect-ratio:auto}@media (width<=768px){.media-collage{grid-template-columns:1fr}.media-collage__item--lg{aspect-ratio:4/5}}.meta-list{gap:var(--space-4) var(--space-6);color:var(--text-muted);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.meta-list__item{align-items:center;gap:10px;min-width:0;line-height:1.45;display:inline-flex}.meta-list__icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.meta-list__text{min-width:0}.meta-list--compact{gap:10px 16px}.meta-list--compact .meta-list__item{gap:8px;font-size:.95rem}.meta-list--large{gap:var(--space-5) var(--space-8)}.meta-list--large .meta-list__item{font-size:1.0625rem}.meta-list--center{justify-content:center}.meta-list--dark{color:var(--text-color,var(--color-ink))}.meta-list--column{gap:var(--space-3);display:grid}.meta-list--column .meta-list__item{display:flex}.feature-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:0;padding:0;list-style:none;display:grid}.feature-list__item{color:var(--text-color,var(--color-ink));align-items:center;gap:10px;line-height:1.4;display:inline-flex}.feature-list__icon{color:var(--compound-success-color);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}@media (width<=768px){.feature-list{grid-template-columns:1fr}}.modal-backdrop{z-index:calc(var(--z-modal,80) - 1);background:var(--compound-scrim-base);position:fixed;inset:0}.modal{z-index:var(--z-modal,80);background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-2xl,32px);width:min(92vw,720px);max-height:min(88vh,920px);box-shadow:var(--shadow-lg);grid-template-rows:auto 1fr auto;display:grid;position:fixed;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,-50%)}.modal__header,.modal__footer{padding:var(--space-6)}.modal__header{justify-content:space-between;align-items:center;gap:var(--space-4);border-bottom:1px solid var(--border-color);display:flex}.modal__body{padding:var(--space-6);overflow:auto}.modal--sm{width:min(92vw,420px)}.modal--lg{width:min(92vw,960px)}.notification-stack{gap:var(--space-3);display:grid}.notification{gap:var(--space-4);padding:var(--space-5);background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);grid-template-columns:auto minmax(0,1fr) auto;align-items:start;display:grid}.notification__content{gap:4px;display:grid}.notification__title,.notification__text{margin:0}.notification__title{color:var(--heading-color,var(--color-ink));font-weight:600}.notification__text{color:var(--text-muted);line-height:1.55}.notification--success{border-color:var(--success-border);background:var(--success-bg)}.notification--warning{border-color:var(--warning-border);background:var(--warning-bg)}.notification--error{border-color:var(--error-border);background:var(--error-bg)}.notification--info{border-color:var(--info-border);background:var(--info-bg)}.notification--success .notification__title,.notification--success .notification__text{color:var(--success-text)}.notification--warning .notification__title,.notification--warning .notification__text{color:var(--warning-text)}.notification--error .notification__title,.notification--error .notification__text{color:var(--error-text)}.notification--info .notification__title,.notification--info .notification__text{color:var(--info-text)}.overlay-anchor{position:relative}.overlay{z-index:10;min-width:0;position:absolute}.overlay--fixed{position:fixed}.overlay--sticky{position:sticky}.overlay--top-left{top:20px;left:20px}.overlay--top-center{top:20px;left:50%;transform:translate(-50%)}.overlay--top-right{top:20px;right:20px}.overlay--center-left{top:50%;left:20px;transform:translateY(-50%)}.overlay--center{top:50%;left:50%;transform:translate(-50%,-50%)}.overlay--center-right{top:50%;right:20px;transform:translateY(-50%)}.overlay--bottom-left{bottom:20px;left:20px}.overlay--bottom-center{bottom:20px;left:50%;transform:translate(-50%)}.overlay--bottom-right{bottom:20px;right:20px}.overlay--flush-top{top:0}.overlay--flush-right{right:0}.overlay--flush-bottom{bottom:0}.overlay--flush-left{left:0}.overlay--inset-sm{inset:12px}.overlay--inset-md{inset:20px}.overlay--inset-lg{inset:32px}.overlay--z-1{z-index:1}.overlay--z-2{z-index:2}.overlay--z-3{z-index:3}.overlay--z-10{z-index:10}.overlay--z-20{z-index:20}.overlay--z-30{z-index:30}.overlay--z-dropdown{z-index:var(--z-dropdown,40)}.overlay--z-sticky{z-index:var(--z-sticky,50)}.overlay--z-modal{z-index:var(--z-modal,80)}.overlay-panel{gap:var(--space-3);border-radius:var(--radius-xl);background:var(--compound-overlay-panel-light);border:var(--card-layout-overlay-border);min-width:0;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(var(--card-layout-overlay-blur));padding:20px 24px;display:grid}.overlay-panel--soft{background:var(--compound-overlay-panel-light-soft)}.overlay-panel--dark{background:var(--compound-overlay-panel-dark);border-color:var(--compound-overlay-panel-border-dark);color:var(--color-white)}.overlay-panel--solid{background:var(--surface-1,var(--color-white));border:var(--border-soft);-webkit-backdrop-filter:none}.overlay-panel--compact{border-radius:var(--radius-lg);padding:16px 18px}.overlay-panel--pill{border-radius:var(--radius-pill)}.overlay-badge{justify-content:center;align-items:center;gap:var(--space-2);min-height:36px;padding-inline:var(--space-4);border-radius:var(--radius-pill);background:var(--compound-overlay-panel-light);border:var(--card-layout-overlay-border);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(8px);white-space:nowrap;display:inline-flex}.overlay-badge--dark{background:var(--compound-overlay-panel-dark-strong);border-color:var(--compound-overlay-panel-border-dark);color:var(--color-white)}.overlay-badge--solid{background:var(--surface-1,var(--color-white));border:var(--border-soft);-webkit-backdrop-filter:none}.overlay-flag{z-index:12;background:var(--warning-base);min-width:40px;height:58px;color:var(--color-ink);clip-path:polygon(0 0,100% 0,100% 84%,50% 68%,0 84%);justify-content:center;align-items:flex-start;padding-top:10px;font-size:.95rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:0;right:24px}.overlay-dim{z-index:1;position:absolute;inset:0}.overlay-dim--light{background:var(--compound-scrim-light)}.overlay-dim--dark{background:var(--compound-scrim-soft)}.overlay-dim--strong{background:var(--compound-scrim-base)}@media (width<=768px){.overlay--top-left,.overlay--center-left,.overlay--bottom-left{left:16px}.overlay--top-right,.overlay--center-right,.overlay--bottom-right{right:16px}.overlay--top-left,.overlay--top-center,.overlay--top-right{top:16px}.overlay--bottom-left,.overlay--bottom-center,.overlay--bottom-right{bottom:16px}.overlay-panel{padding:16px 18px}.overlay-flag{right:18px}.overlay--inset-sm{inset:10px}.overlay--inset-md{inset:16px}.overlay--inset-lg{inset:24px}}.pagination{justify-content:center;align-items:center;display:flex}.pagination__list{align-items:center;gap:var(--pagination-gap,var(--space-4));flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.pagination__item{display:inline-flex}.pagination__link,.pagination__ellipsis{width:var(--pagination-link-size,88px);height:var(--pagination-link-size,88px);border-radius:var(--pagination-link-radius,50%);border:1px solid var(--primitive-transparent);background:var(--pagination-link-bg,var(--surface-3));color:var(--pagination-link-color,var(--text-color,var(--color-ink)));font-size:var(--pagination-link-font-size,1.25rem);font-weight:var(--pagination-link-weight,600);transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;line-height:1;text-decoration:none;display:inline-flex}.pagination__link:hover{background:var(--pagination-link-bg-hover,var(--border-color));transform:translateY(-1px)}.pagination__link.is-active,.pagination__link[aria-current=page]{background:var(--pagination-link-active-bg,var(--color-black));color:var(--pagination-link-active-color,var(--color-white))}.pagination__link.is-disabled,.pagination__link[aria-disabled=true]{opacity:.45;pointer-events:none}.pagination__ellipsis{cursor:default}.pagination--sm .pagination__link,.pagination--sm .pagination__ellipsis{width:56px;height:56px;font-size:1rem}.pagination--md .pagination__link,.pagination--md .pagination__ellipsis{width:72px;height:72px;font-size:1.125rem}.pagination--lg .pagination__link,.pagination--lg .pagination__ellipsis{width:88px;height:88px;font-size:1.25rem}@media (width<=768px){.pagination__list{gap:var(--pagination-mobile-gap,10px)}.pagination__link,.pagination__ellipsis{width:var(--pagination-mobile-link-size,56px);height:var(--pagination-mobile-link-size,56px);font-size:1rem}}.pagination .pagination__link.pagination__link--sm{width:56px;height:56px;font-size:1rem}.popover{min-width:min(92vw,320px);padding:var(--space-4);background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.popover__title{color:var(--heading-color,var(--color-ink));margin:0 0 6px;font-size:1rem;font-weight:600}.popover__text{color:var(--text-muted);margin:0;line-height:1.55}.price-block{gap:var(--space-2);min-width:0;display:grid}.price-block--inline{flex-wrap:wrap;align-items:baseline;gap:10px;display:inline-flex}.price-block--center{text-align:center;justify-items:center}.price-block__top{flex-wrap:wrap;align-items:baseline;gap:10px;display:inline-flex}.price-block__old{color:var(--text-muted);margin:0;font-size:1.125rem;line-height:1.2;text-decoration:line-through}.price-block__value{color:var(--text-color,var(--color-ink));letter-spacing:-.03em;margin:0;font-size:clamp(2rem,3vw,2.75rem);font-weight:700;line-height:1}.price-block__suffix{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.2}.price-block__caption{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.4}.price-block__badge{border-radius:var(--radius-pill);background:var(--surface-3);min-height:30px;color:var(--text-color,var(--color-ink));align-items:center;gap:8px;padding-inline:12px;font-size:.875rem;font-weight:600;display:inline-flex}.price-block--compact{gap:4px}.price-block--compact .price-block__value{font-size:clamp(1.5rem,2.5vw,2rem)}.price-block--large .price-block__value{font-size:clamp(2.5rem,4vw,3.5rem)}.price-block--muted .price-block__value{color:var(--heading-color,var(--color-ink))}.price-block--primary .price-block__value{color:var(--primary-bg,var(--primary-500))}.price-panel{gap:var(--space-5);padding:var(--space-8);background:var(--price-block-soft-bg);border:var(--price-block-soft-border);border-radius:var(--radius-xl);display:grid}.price-panel--center{text-align:center;justify-items:center}.price-panel .btn{width:100%}.option-grid{gap:var(--space-4);display:grid}.option-grid__row{gap:var(--space-3);flex-wrap:wrap;display:flex}.option-card{min-width:140px;padding:var(--space-4);background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-lg);cursor:pointer;gap:8px;display:grid}.option-card.is-active{border-color:var(--color-ink);box-shadow:inset 0 0 0 1px var(--color-ink)}.option-card__title,.option-card__meta{margin:0}.option-card__title{color:var(--heading-color,var(--color-ink));font-weight:600}.option-card__meta{color:var(--text-muted);font-size:.9rem}.quantity-selector{border:var(--border-soft);border-radius:var(--radius-pill);background:var(--surface-1,var(--color-white));grid-template-columns:auto minmax(48px,auto) auto;align-items:center;display:inline-grid;overflow:hidden}.quantity-selector__btn,.quantity-selector__value{min-height:44px}.quantity-selector__btn{background:var(--primitive-transparent);min-width:44px;color:var(--text-color,var(--color-ink));font:inherit;cursor:pointer;border:0}.quantity-selector__value{justify-content:center;align-items:center;padding-inline:12px;font-weight:600;display:inline-flex}.rating-badge{align-items:center;gap:var(--rating-badge-gap-md);min-height:var(--rating-badge-height-md);padding-inline:var(--rating-badge-padding-md);border-radius:var(--rating-badge-radius);background:var(--rating-badge-bg);border:var(--rating-badge-border);box-shadow:var(--rating-badge-shadow);color:var(--compound-text-color);white-space:nowrap;display:inline-flex}.rating-badge__icon{color:var(--rating-color);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rating-badge__value{font-size:var(--rating-badge-score-size);font-weight:var(--font-weight-medium);color:var(--compound-text-color);line-height:1}.rating-badge__reviews{font-size:var(--rating-badge-label-size);font-weight:var(--font-weight-regular);color:var(--text-muted);line-height:1}.rating-badge--sm{min-height:var(--rating-badge-height-sm);padding-inline:var(--rating-badge-padding-sm);gap:var(--rating-badge-gap-sm)}.rating-badge--sm .rating-badge__value{font-size:var(--rating-badge-score-size-sm)}.rating-badge--sm .rating-badge__reviews{font-size:var(--rating-badge-label-size-sm)}.rating-badge--md{min-height:var(--rating-badge-height-md)}.rating-badge--lg{min-height:var(--rating-badge-height-lg);padding-inline:var(--rating-badge-padding-lg);gap:var(--rating-badge-gap-lg)}.results-toolbar{justify-content:space-between;align-items:center;gap:var(--space-5);flex-wrap:wrap;display:flex}.results-toolbar__group{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.results-toolbar__count{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.4}.results-toolbar__actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.results-toolbar__view{align-items:center;gap:6px;display:inline-flex}.results-toolbar__divider{background:var(--border-color);align-self:stretch;width:1px}.results-toolbar__select{min-width:160px}.results-toolbar__sort,.results-toolbar__filter{justify-content:center;align-items:center;display:inline-flex}@media (width<=768px){.results-toolbar,.results-toolbar__group,.results-toolbar__actions{align-items:stretch}.results-toolbar__divider{display:none}}.summary-block,.review-summary{gap:var(--space-6);padding:var(--space-7);background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-xl);display:grid}.summary-block__header,.review-summary__header{justify-content:space-between;align-items:flex-start;gap:var(--space-5);flex-wrap:wrap;display:flex}.summary-block__title,.review-summary__title{color:var(--heading-color,var(--color-ink));letter-spacing:-.025em;margin:0;font-size:clamp(1.375rem,2vw,1.875rem);font-weight:700;line-height:1.15}.summary-block__text,.review-summary__text{color:var(--text-muted);margin:0;line-height:1.6}.summary-block__metrics,.review-summary__metrics{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.summary-block__metric,.review-summary__metric{padding:var(--space-5);background:var(--surface-soft);border-radius:var(--radius-lg);gap:8px;display:grid}.summary-block__value,.review-summary__value{color:var(--text-color,var(--color-ink));letter-spacing:-.03em;margin:0;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:700;line-height:1}.summary-block__label,.review-summary__label,.summary-block__meta,.review-summary__meta{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.45}.summary-block__bars,.review-summary__bars{gap:var(--space-4);display:grid}.summary-block__bar,.review-summary__bar{align-items:center;gap:var(--space-4);grid-template-columns:minmax(0,120px) minmax(0,1fr) auto;display:grid}.summary-block__track,.review-summary__track{background:var(--surface-3);border-radius:var(--radius-pill);height:10px;position:relative;overflow:hidden}.summary-block__fill,.review-summary__fill{width:var(--summary-progress,50%);background:var(--color-black);border-radius:inherit;position:absolute;inset:0 auto 0 0}.summary-block__bar-value,.review-summary__bar-value{color:var(--text-color,var(--color-ink));margin:0;font-weight:600}@media (width<=768px){.summary-block,.review-summary{padding:20px}.summary-block__bar,.review-summary__bar{grid-template-columns:1fr;gap:10px}}.search-bar{align-items:stretch;gap:var(--search-bar-gap);width:100%;padding:var(--search-bar-padding);background:var(--search-bar-bg);border:var(--search-bar-border);border-radius:var(--search-bar-radius);box-shadow:var(--search-bar-shadow);display:flex}.search-bar__field{flex:auto;min-width:0}.search-bar__field .input{min-height:var(--search-bar-input-height);background:var(--primitive-transparent);box-shadow:none;border:0}.search-bar__action{flex:none}@media (width<=768px){.search-bar{border-radius:var(--search-bar-radius-mobile);flex-direction:column}}.sort-dropdown{align-items:center;gap:var(--space-3);display:inline-flex}.sort-dropdown__label{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.3}.sort-dropdown__field{min-width:180px}.stat-strip{background:var(--surface-1,var(--color-white));border:var(--border-soft);border-radius:var(--radius-xl);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0;display:grid;overflow:hidden}.stat-strip__item{align-items:center;gap:var(--space-4);min-width:0;padding:var(--space-5) var(--space-6);background:var(--surface-1,var(--color-white));display:flex}.stat-strip__item+.stat-strip__item{border-left:1px solid var(--border-color)}.stat-strip__icon{border-radius:var(--radius-sm);background:var(--surface-3);width:40px;height:40px;color:var(--text-color,var(--color-ink));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.stat-strip__content{gap:4px;min-width:0;display:grid}.stat-strip__label{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.3}.stat-strip__value{color:var(--text-color,var(--color-ink));margin:0;font-size:1.05rem;font-weight:600;line-height:1.25}.stat-strip--soft{background:var(--surface-soft)}.stat-strip--soft .stat-strip__item{background:var(--primitive-transparent)}@media (width<=768px){.stat-strip{grid-template-columns:1fr}.stat-strip__item+.stat-strip__item{border-left:0;border-top:1px solid var(--border-color)}}.step-list{gap:var(--space-4);display:grid}.step-card{gap:var(--space-3);padding:var(--space-5);background:var(--surface-soft);border:var(--border-soft);border-radius:var(--radius-lg);display:grid}.step-card__header{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.step-card__bullet{background:var(--color-white);border:1px solid var(--border-color);width:24px;height:24px;color:var(--text-color,var(--color-ink));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.step-card__title{color:var(--heading-color,var(--color-ink));margin:0;font-size:1rem;font-weight:600;line-height:1.35}.step-card__text{color:var(--text-muted);margin:0;line-height:1.6}.step-card__list{color:var(--text-muted);gap:8px;margin:0;padding-left:18px;display:grid}.step-card--emphasis{background:var(--color-white);box-shadow:var(--shadow-xs)}.tabs{gap:var(--tabs-gap);display:grid}.tabs__list{gap:var(--tabs-list-gap);flex-wrap:wrap;display:flex}.tabs__tab{min-height:var(--tabs-trigger-height);padding-inline:var(--tabs-trigger-padding-x);border:var(--tabs-trigger-border);border-radius:var(--tabs-trigger-radius);background:var(--tabs-trigger-bg);color:var(--tabs-trigger-color);font:inherit;cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.tabs__tab.is-active,.tabs__tab[aria-selected=true]{background:var(--tabs-trigger-active-bg);color:var(--tabs-trigger-active-color);border-color:var(--tabs-trigger-active-border)}.tabs__panel{gap:var(--space-4);display:grid}.tabs-filter{--tabs-filter-height-sm:32px;--tabs-filter-height-md:38px;--tabs-filter-height-lg:44px;--tabs-filter-padding-inline-sm:12px;--tabs-filter-padding-inline-md:16px;--tabs-filter-padding-inline-lg:20px;align-items:center;gap:var(--tabs-filter-gap,var(--space-2,8px));flex-wrap:wrap;display:flex}.tabs-filter--stretch .tabs-filter__item{flex:1 1 0}.tabs-filter__item{min-height:var(--tabs-filter-height,38px);padding-inline:var(--tabs-filter-padding-inline,16px);border:var(--tabs-filter-border-width,1px) solid var(--tabs-filter-border,var(--section-border,var(--border-color)));border-radius:var(--tabs-filter-radius,var(--theme-radius-md,12px));background:var(--tabs-filter-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--tabs-filter-shadow,none);color:var(--tabs-filter-color,var(--section-text,var(--text-color)));font-family:var(--tabs-filter-font-family,var(--section-action-font-family,var(--button-font-family,inherit)));font-size:var(--tabs-filter-font-size,.875rem);font-weight:var(--tabs-filter-font-weight,700);cursor:pointer;transition:background-color var(--transition-fast,.18s), border-color var(--transition-fast,.18s), color var(--transition-fast,.18s), box-shadow var(--transition-fast,.18s);justify-content:center;align-items:center;line-height:1;display:inline-flex}.tabs-filter__item *{cursor:pointer}.builder-react-render-stage .tabs-filter__item [contenteditable=true]{cursor:text}.tabs-filter__item:hover:not([aria-disabled=true]){background:var(--tabs-filter-bg-hover,var(--section-surface-alt,var(--surface-2)))}.tabs-filter__item:focus-visible{outline:2px solid var(--section-accent,var(--primary-base));outline-offset:2px}.tabs-filter__item--active{border-color:var(--tabs-filter-active-border,var(--section-accent,var(--secondary-base)));background:var(--tabs-filter-active-bg,var(--section-accent,var(--secondary-base)));color:var(--tabs-filter-active-color,var(--section-accent-text,var(--color-white)))}.tabs-filter__item[aria-disabled=true]{opacity:.45;cursor:not-allowed}.toast-stack{gap:var(--space-3);display:grid}.toast{gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--color-ink);color:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.toast__text{color:inherit;margin:0;line-height:1.45}.toast--success{background:var(--success-base);color:var(--color-white)}.toast--warning{background:var(--warning-base);color:var(--color-ink)}.toast--error{background:var(--error-base);color:var(--color-white)}.toast--info{background:var(--info-base);color:var(--color-white)}.toast--warning .btn--link{color:var(--color-ink)}.toast--success .btn--link,.toast--error .btn--link,.toast--info .btn--link{color:var(--color-white)}.section-render-stage .section-scheme-light,.section-scheme-light{--section-surface:var(--scheme-light-surface,var(--surface-1));--section-bg:var(--section-surface);--section-background:var(--section-surface);--section-surface-alt:var(--scheme-light-surface-alt,var(--surface-2));--section-surface-muted:var(--scheme-light-surface-muted,var(--surface-3));--section-heading:var(--scheme-light-heading,var(--heading-color));--section-text:var(--scheme-light-text,var(--text-color));--section-muted:var(--scheme-light-muted,var(--text-muted));--section-soft:var(--scheme-light-soft,var(--text-soft));--section-border:var(--scheme-light-border,var(--border-color));--section-border-soft:var(--scheme-light-border-soft,var(--border-soft));--section-divider:var(--scheme-light-divider,var(--divider-color));--section-primary:var(--scheme-light-primary,var(--primary-base));--section-secondary:var(--scheme-light-secondary,var(--secondary-base));--section-primary-text:var(--scheme-light-primary-text,var(--primary-text));--section-secondary-text:var(--scheme-light-secondary-text,var(--secondary-text));--section-primary-hover:var(--scheme-light-primary-hover,var(--primary-bg-hover));--section-secondary-hover:var(--scheme-light-secondary-hover,var(--secondary-bg-hover));--section-primary-active:var(--scheme-light-primary-active,var(--primary-bg-active));--section-secondary-active:var(--scheme-light-secondary-active,var(--secondary-bg-active));--section-title-color:var(--section-primary);--section-item-title-color:var(--section-primary);--section-action-bg:var(--section-secondary);--section-action-bg-hover:var(--section-secondary-hover);--section-action-bg-active:var(--section-secondary-active);--section-action-color:var(--section-secondary-text);--section-action-border:var(--section-secondary);--section-action-swap-bg:var(--section-primary);--section-action-swap-bg-hover:var(--section-primary-hover);--section-action-swap-bg-active:var(--section-primary-active);--section-action-swap-color:var(--section-primary-text);--section-action-swap-border:var(--section-primary);--section-accent:var(--section-primary);--section-accent-text:var(--section-primary-text);--section-accent-soft:var(--scheme-light-accent-soft,var(--primary-50))}.section-render-stage .section-scheme-dark,.section-scheme-dark{--section-surface:var(--scheme-dark-surface,var(--color-black));--section-bg:var(--section-surface);--section-background:var(--section-surface);--section-surface-alt:color-mix(in srgb, var(--color-white) 3%, var(--color-black));--section-surface-muted:color-mix(in srgb, var(--color-white) 7%, var(--color-black));--section-heading:var(--scheme-dark-heading,var(--color-white));--section-text:var(--scheme-dark-text,color-mix(in srgb, var(--color-white) 82%, transparent));--section-muted:var(--scheme-dark-muted,color-mix(in srgb, var(--color-white) 62%, transparent));--section-soft:var(--scheme-dark-soft,color-mix(in srgb, var(--color-white) 44%, transparent));--section-border:var(--scheme-dark-border,color-mix(in srgb, var(--color-white) 22%, transparent));--section-border-soft:var(--scheme-dark-border-soft,1px solid var(--section-border));--section-divider:var(--scheme-dark-divider,color-mix(in srgb, var(--color-white) 18%, transparent));--section-primary:var(--primary-base);--section-secondary:var(--secondary-base);--section-primary-text:var(--primary-text);--section-secondary-text:var(--secondary-text);--section-primary-hover:var(--primary-base);--section-secondary-hover:var(--secondary-base);--section-primary-active:var(--primary-base);--section-secondary-active:var(--secondary-base);--section-title-color:var(--section-primary);--section-item-title-color:var(--section-primary);--section-card-bg:var(--scheme-dark-card-bg,var(--section-surface-alt));--section-card-bg-hover:var(--scheme-dark-card-bg-hover,var(--section-surface-muted));--section-card-border:var(--scheme-dark-card-border,var(--section-border-soft));--section-input-bg:var(--scheme-dark-input-bg,var(--section-surface-alt));--section-input-border:var(--scheme-dark-input-border,var(--section-border-soft));--section-input-color:var(--scheme-dark-input-color,var(--section-text));--section-input-placeholder:var(--scheme-dark-input-placeholder,var(--section-soft));--section-hover-bg:var(--scheme-dark-hover-bg,color-mix(in srgb, var(--color-white) 8%, transparent));--section-focus-ring:var(--scheme-dark-focus-ring,0 0 0 3px color-mix(in srgb, var(--section-primary) 25%, transparent));--section-shadow:var(--scheme-dark-shadow,none);--section-overlay:var(--scheme-dark-overlay,var(--overlay-strong));--section-link:var(--scheme-dark-link,var(--section-primary));--section-link-hover:var(--scheme-dark-link-hover,var(--section-secondary));--section-action-bg:var(--section-secondary);--section-action-bg-hover:var(--section-secondary-hover);--section-action-bg-active:var(--section-secondary-active);--section-action-color:var(--section-secondary-text);--section-action-border:var(--section-secondary);--section-action-swap-bg:var(--section-primary);--section-action-swap-bg-hover:var(--section-primary-hover);--section-action-swap-bg-active:var(--section-primary-active);--section-action-swap-color:var(--section-primary-text);--section-action-swap-border:var(--section-primary);--section-accent:var(--section-primary);--section-accent-text:var(--section-primary-text);--section-accent-soft:var(--scheme-dark-accent-soft,color-mix(in srgb, var(--section-primary) 22%, transparent))}.section-render-stage .section-accent-primary,.section-accent-primary{--section-accent:var(--section-primary);--section-accent-text:var(--section-primary-text);--section-accent-hover:var(--section-primary-hover)}.section-render-stage .section-accent-secondary,.section-accent-secondary{--section-accent:var(--section-secondary);--section-accent-text:var(--section-secondary-text);--section-accent-hover:var(--section-secondary-hover)}.section-scheme-dark{background:var(--section-surface);color:var(--section-text)}.section-scheme-dark.header-01{--header-01-bg:var(--section-surface);--header-01-bar-bg:transparent;--header-01-text-color:var(--section-text)}.section-scheme-dark.footer-01{--footer-01-bg:var(--section-surface);--footer-01-text-color:var(--section-text);--footer-01-link-color:var(--section-text)}.section-scheme-dark.page-title-01{--page-title-01-bg:var(--section-surface);--page-title-01-color:var(--section-text);--page-title-01-title-color:var(--section-title-color)}.section-scheme-dark :where(h1,h2,h3,h4,h5,h6,.card__title){color:var(--section-heading)}.section-scheme-dark :where(p,li,.card__subtitle,.card__description){color:var(--section-text)}.section-scheme-dark :where(small,.muted,.text-muted,[class*=__eyebrow],[class*=__meta],[class*=__subtitle],[class*=__description]){color:var(--section-muted)}.section-scheme-dark :where(a:not(.btn)){color:var(--section-link)}.section-scheme-dark :where(a:not(.btn):hover,a:not(.btn):focus-visible){color:var(--section-link-hover)}.section-scheme-dark :where(.card,[class*=__card],[class*=__item],[class*=__panel],[class*=__box],[class*=__shell]){border-color:var(--section-border);color:var(--section-text);box-shadow:var(--section-shadow)}.section-scheme-dark :where([class*=__card]:hover,[class*=__item]:hover,[class*=__panel]:hover){border-color:var(--section-border)}.section-scheme-dark :where(input,textarea,select,.input,.input-wrap,[class*=__input],[class*=__select],[class*=__field]){background-color:var(--section-input-bg);border-color:var(--section-border);color:var(--section-input-color)}.section-scheme-dark :where(){color:var(--section-input-placeholder)}.section-scheme-dark :where(input:focus,textarea:focus,select:focus,.input:focus,[class*=__input]:focus){border-color:var(--section-primary);box-shadow:var(--section-focus-ring);outline:0}.section-scheme-dark :where(hr,.divider,[class*=__divider]){border-color:var(--section-divider)}.section-render-stage .about-us-01,.about-us-01{background:var(--builder-section-background-resolved,var(--section-background,transparent));border-radius:var(--about-us-01-section-radius,0)}.section-render-stage .about-us-01>.builder-section-container__inner,.about-us-01>.builder-section-container__inner{width:min(100% - (2 * var(--about-us-01-padding-inline,var(--theme-container-padding))), var(--about-us-01-container-width,var(--theme-container-xl)));padding-block:var(--about-us-01-padding-top,var(--theme-spacing-lg)) var(--about-us-01-padding-bottom,var(--theme-spacing-lg))}.section-render-stage .about-us-01__header,.about-us-01__header{justify-items:center;gap:var(--theme-gap-sm);max-width:var(--content-width-wide);margin:0 auto var(--theme-spacing-lg);text-align:center;display:grid}.section-render-stage .about-us-01__grid,.about-us-01__grid{align-items:center;gap:var(--about-us-01-gap,var(--theme-gap-lg));grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.section-render-stage .about-us-01__content,.about-us-01__content{align-content:center;justify-items:start;gap:var(--theme-gap-sm);min-width:0;display:grid}.section-render-stage .about-us-01__title,.about-us-01__title{max-width:var(--content-width-wide);color:var(--about-us-01-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--font-family-heading);font-size:calc(var(--section-title-size) * var(--about-us-01-content-title-scale,1));font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);letter-spacing:var(--type-section-title-letter-spacing);margin:0}.section-render-stage .about-us-01__intro,.about-us-01__intro,.section-render-stage .about-us-01__body,.about-us-01__body{max-width:var(--content-width-reading);font-family:var(--font-family-base);font-size:calc(var(--section-text-size) * var(--about-us-01-content-text-scale,1));font-weight:var(--section-text-weight);line-height:var(--section-text-line-height);letter-spacing:var(--type-body-letter-spacing);margin:0}.section-render-stage .about-us-01__intro,.about-us-01__intro{color:var(--about-us-01-intro-color,var(--section-text))}.section-render-stage .about-us-01__subtitle,.about-us-01__subtitle{max-width:var(--content-width-reading);color:var(--about-us-01-subtitle-color,var(--section-item-title-color,var(--section-primary)));font-family:var(--font-family-heading);font-size:calc(var(--type-7-size) * var(--about-us-01-content-title-scale,1));font-weight:var(--type-item-title-weight);line-height:var(--section-title-line-height);letter-spacing:var(--type-section-title-letter-spacing);margin:0}.section-render-stage .about-us-01__body,.about-us-01__body{color:var(--about-us-01-body-color,var(--section-text))}.section-render-stage .about-us-01__actions,.about-us-01__actions{margin-top:var(--theme-gap-xs);flex-wrap:wrap;display:flex}.section-render-stage .about-us-01__button,.about-us-01__button{border:var(--about-us-01-button-border-width,var(--theme-border-hairline)) solid var(--about-us-01-button-border,var(--section-action-border));border-radius:var(--about-us-01-button-radius,var(--theme-radius-md));background:var(--about-us-01-button-bg,var(--section-action-bg));box-shadow:var(--about-us-01-button-shadow,none)}.section-render-stage .about-us-01__media,.about-us-01__media{aspect-ratio:4/3;border:var(--about-us-01-media-border-width,0) solid var(--about-us-01-media-border-color,var(--section-border));border-radius:var(--about-us-01-media-radius,var(--theme-radius-lg));background:var(--about-us-01-media-surface-bg,var(--section-surface-alt));width:100%;min-height:clamp(20rem,35vw,31rem);box-shadow:var(--about-us-01-media-shadow,none);overflow:hidden}.section-render-stage .about-us-01__media img,.about-us-01__media img{object-fit:var(--about-us-01-image-fit,cover);object-position:var(--about-us-01-image-position,center center);width:100%;height:100%}.section-render-stage .about-us-01--v2 .about-us-01__content,.section-render-stage .about-us-01--v4 .about-us-01__content,.about-us-01--v2 .about-us-01__content,.about-us-01--v4 .about-us-01__content{grid-area:1/2}.section-render-stage .about-us-01--v2 .about-us-01__media,.section-render-stage .about-us-01--v4 .about-us-01__media,.about-us-01--v2 .about-us-01__media,.about-us-01--v4 .about-us-01__media{grid-area:1/1}.section-render-stage .about-us-01--v3 .about-us-01__intro,.section-render-stage .about-us-01--v4 .about-us-01__intro,.about-us-01--v3 .about-us-01__intro,.about-us-01--v4 .about-us-01__intro{margin-bottom:var(--theme-gap-sm)}@container preview (width<=1023px){.section-render-stage .about-us-01__grid,.about-us-01__grid{grid-template-columns:minmax(0,1fr)}.section-render-stage .about-us-01--v2 .about-us-01__content,.section-render-stage .about-us-01--v2 .about-us-01__media,.section-render-stage .about-us-01--v4 .about-us-01__content,.section-render-stage .about-us-01--v4 .about-us-01__media,.about-us-01--v2 .about-us-01__content,.about-us-01--v2 .about-us-01__media,.about-us-01--v4 .about-us-01__content,.about-us-01--v4 .about-us-01__media{grid-area:auto}.section-render-stage .about-us-01--v2 .about-us-01__content,.section-render-stage .about-us-01--v4 .about-us-01__content,.about-us-01--v2 .about-us-01__content,.about-us-01--v4 .about-us-01__content{order:1}.section-render-stage .about-us-01--v2 .about-us-01__media,.section-render-stage .about-us-01--v4 .about-us-01__media,.about-us-01--v2 .about-us-01__media,.about-us-01--v4 .about-us-01__media{order:2}}@container preview (width<=767px){.section-render-stage .about-us-01__header,.about-us-01__header{margin-bottom:var(--theme-spacing-md);text-align:left;justify-items:start}.section-render-stage .about-us-01__media,.about-us-01__media{min-height:clamp(16rem,85vw,24rem)}}.section-render-stage .about-us-02,.about-us-02{background:var(--builder-section-background-resolved,var(--section-background,transparent));border:var(--about-us-02-section-border-width,0) solid var(--about-us-02-section-border-color,transparent);border-radius:var(--about-us-02-section-radius,0);width:100%;box-shadow:var(--about-us-02-section-shadow,none);position:relative;overflow:hidden}.section-render-stage .about-us-02>.builder-section-container__inner,.about-us-02>.builder-section-container__inner{width:100%;min-height:inherit;padding-block:var(--about-us-02-padding-top,var(--theme-spacing-lg)) var(--about-us-02-padding-bottom,var(--theme-spacing-lg))}.section-render-stage .about-us-02__grid,.about-us-02__grid{align-items:center;gap:var(--about-us-02-gap,var(--theme-gap-lg));width:min(100% - (2 * var(--about-us-02-padding-inline,var(--theme-container-padding))), var(--about-us-02-container-width,var(--theme-container-xl)));grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);margin-inline:auto;display:grid}.section-render-stage .about-us-02__content,.about-us-02__content{align-content:center;justify-items:start;gap:var(--theme-gap-sm);min-width:0;display:grid}.section-render-stage .about-us-02__title,.about-us-02__title{max-width:var(--content-width-reading);color:var(--about-us-02-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--font-family-heading);font-size:calc(var(--section-title-size) * var(--about-us-02-content-title-scale,1));font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);letter-spacing:var(--type-section-title-letter-spacing);margin:0}.section-render-stage .about-us-02__text,.about-us-02__text,.section-render-stage .about-us-02__detail-text,.about-us-02__detail-text{max-width:var(--content-width-reading);font-family:var(--font-family-base);font-size:calc(var(--section-text-size) * var(--about-us-02-content-text-scale,1));font-weight:var(--section-text-weight);line-height:var(--section-text-line-height);letter-spacing:var(--type-body-letter-spacing);margin:0}.section-render-stage .about-us-02__lead,.about-us-02__lead{color:var(--about-us-02-lead-color,var(--section-text))}.section-render-stage .about-us-02__body,.about-us-02__body{color:var(--about-us-02-body-color,var(--section-text))}.section-render-stage .about-us-02__details,.about-us-02__details{gap:var(--theme-gap-md);width:100%;margin-top:var(--theme-gap-xs);grid-template-columns:repeat(auto-fit,minmax(min(100%,9rem),1fr));display:grid}.section-render-stage .about-us-02__detail,.about-us-02__detail{align-content:start;gap:var(--theme-gap-xs);min-width:0;display:grid}.section-render-stage .about-us-02__detail-title,.about-us-02__detail-title{color:var(--about-us-02-detail-title-color,var(--section-item-title-color,var(--section-primary)));font-family:var(--font-family-heading);font-size:calc(var(--type-5-size) * var(--about-us-02-content-title-scale,1));font-weight:var(--type-item-title-weight);margin:0;line-height:1.25}.section-render-stage .about-us-02__detail-text,.about-us-02__detail-text{color:var(--about-us-02-detail-text-color,var(--section-text));font-size:calc(var(--type-2-size) * var(--about-us-02-content-text-scale,1))}.section-render-stage .about-us-02__actions,.about-us-02__actions{margin-top:var(--theme-gap-xs);flex-wrap:wrap;display:flex}.section-render-stage .about-us-02__button,.about-us-02__button{border:var(--about-us-02-button-border-width,var(--theme-border-hairline)) solid var(--about-us-02-button-border,var(--section-action-border));border-radius:var(--about-us-02-button-radius,var(--theme-radius-md));background:var(--about-us-02-button-bg,var(--section-action-bg));box-shadow:var(--about-us-02-button-shadow,none)}.section-render-stage .about-us-02__media,.about-us-02__media{aspect-ratio:4/5;border:var(--about-us-02-media-border-width,0) solid var(--about-us-02-media-border-color,var(--section-border));border-radius:var(--about-us-02-media-radius,var(--theme-radius-lg));background:var(--about-us-02-media-surface-bg,var(--section-surface-alt));width:100%;min-height:clamp(25rem,40vw,34rem);box-shadow:var(--about-us-02-media-shadow,none);overflow:hidden}.section-render-stage .about-us-02__media img,.about-us-02__media img{object-fit:var(--about-us-02-image-fit,cover);object-position:var(--about-us-02-image-position,center center);width:100%;height:100%}.section-render-stage .about-us-02--v1 .about-us-02__content,.section-render-stage .about-us-02--v3 .about-us-02__content,.about-us-02--v1 .about-us-02__content,.about-us-02--v3 .about-us-02__content{grid-area:1/2}.section-render-stage .about-us-02--v1 .about-us-02__media,.section-render-stage .about-us-02--v3 .about-us-02__media,.about-us-02--v1 .about-us-02__media,.about-us-02--v3 .about-us-02__media,.section-render-stage .about-us-02--v2 .about-us-02__content,.section-render-stage .about-us-02--v4 .about-us-02__content,.about-us-02--v2 .about-us-02__content,.about-us-02--v4 .about-us-02__content{grid-area:1/1}.section-render-stage .about-us-02--v2 .about-us-02__media,.section-render-stage .about-us-02--v4 .about-us-02__media,.about-us-02--v2 .about-us-02__media,.about-us-02--v4 .about-us-02__media{grid-area:1/2}.section-render-stage .about-us-02--v3,.section-render-stage .about-us-02--v4,.about-us-02--v3,.about-us-02--v4{min-height:clamp(35rem,48vw,44rem)}.section-render-stage .about-us-02--v3 .about-us-02__grid,.section-render-stage .about-us-02--v4 .about-us-02__grid,.about-us-02--v3 .about-us-02__grid,.about-us-02--v4 .about-us-02__grid{min-height:calc(clamp(35rem, 48vw, 44rem) - var(--about-us-02-padding-top,var(--theme-spacing-lg)) - var(--about-us-02-padding-bottom,var(--theme-spacing-lg)));grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.section-render-stage .about-us-02--v3 .about-us-02__content,.section-render-stage .about-us-02--v4 .about-us-02__content,.about-us-02--v3 .about-us-02__content,.about-us-02--v4 .about-us-02__content{z-index:1;position:relative}.section-render-stage .about-us-02--v3 .about-us-02__media,.section-render-stage .about-us-02--v4 .about-us-02__media,.about-us-02--v3 .about-us-02__media,.about-us-02--v4 .about-us-02__media{aspect-ratio:auto;min-height:0;box-shadow:none;border-radius:0;position:absolute;inset-block:0}.section-render-stage .about-us-02--v3 .about-us-02__media,.about-us-02--v3 .about-us-02__media{left:0;right:50%}.section-render-stage .about-us-02--v4 .about-us-02__media,.about-us-02--v4 .about-us-02__media{left:50%;right:0}@container (width<=1023px){.section-render-stage .about-us-02,.about-us-02{min-height:0}.section-render-stage .about-us-02__grid,.about-us-02__grid,.section-render-stage .about-us-02--v3 .about-us-02__grid,.section-render-stage .about-us-02--v4 .about-us-02__grid,.about-us-02--v3 .about-us-02__grid,.about-us-02--v4 .about-us-02__grid{grid-template-columns:minmax(0,1fr);min-height:0}.section-render-stage .about-us-02__content,.section-render-stage .about-us-02--v3 .about-us-02__content,.section-render-stage .about-us-02--v4 .about-us-02__content,.about-us-02__content,.about-us-02--v3 .about-us-02__content,.about-us-02--v4 .about-us-02__content{aspect-ratio:auto;grid-area:auto;min-height:0;position:static}.section-render-stage .about-us-02__media,.section-render-stage .about-us-02--v3 .about-us-02__media,.section-render-stage .about-us-02--v4 .about-us-02__media,.about-us-02__media,.about-us-02--v3 .about-us-02__media,.about-us-02--v4 .about-us-02__media{aspect-ratio:16/10;border-radius:var(--about-us-02-media-radius,var(--theme-radius-lg));grid-area:auto;width:100%;min-height:clamp(20rem,58vw,30rem);position:static}.section-render-stage .about-us-02--v1 .about-us-02__media,.section-render-stage .about-us-02--v3 .about-us-02__media,.about-us-02--v1 .about-us-02__media,.about-us-02--v3 .about-us-02__media{order:1}.section-render-stage .about-us-02--v1 .about-us-02__content,.section-render-stage .about-us-02--v3 .about-us-02__content,.about-us-02--v1 .about-us-02__content,.about-us-02--v3 .about-us-02__content{order:2}.section-render-stage .about-us-02__details,.about-us-02__details{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (width<=767px){.section-render-stage .about-us-02__grid,.about-us-02__grid{gap:var(--theme-gap-md)}.section-render-stage .about-us-02__title,.about-us-02__title{font-size:calc(clamp(2rem, 10vw, var(--type-8-size)) * var(--about-us-02-content-title-scale,1))}.section-render-stage .about-us-02__details,.about-us-02__details{grid-template-columns:minmax(0,1fr)}.section-render-stage .about-us-02__media,.about-us-02__media{aspect-ratio:4/3;min-height:clamp(16rem,76vw,24rem)}}@media (width<=1023px){.about-us-02{min-height:0}.about-us-02__grid,.about-us-02--v3 .about-us-02__grid,.about-us-02--v4 .about-us-02__grid{grid-template-columns:minmax(0,1fr);min-height:0}.about-us-02__content,.about-us-02--v3 .about-us-02__content,.about-us-02--v4 .about-us-02__content{aspect-ratio:auto;grid-area:auto;min-height:0;position:static}.about-us-02__media,.about-us-02--v3 .about-us-02__media,.about-us-02--v4 .about-us-02__media{aspect-ratio:16/10;border-radius:var(--about-us-02-media-radius,var(--theme-radius-lg));grid-area:auto;width:100%;min-height:clamp(20rem,58vw,30rem);position:static}.about-us-02--v1 .about-us-02__media,.about-us-02--v3 .about-us-02__media{order:1}.about-us-02--v1 .about-us-02__content,.about-us-02--v3 .about-us-02__content{order:2}.about-us-02__details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.about-us-02__grid{gap:var(--theme-gap-md)}.about-us-02__title{font-size:calc(clamp(2rem, 10vw, var(--type-8-size)) * var(--about-us-02-content-title-scale,1))}.about-us-02__details{grid-template-columns:minmax(0,1fr)}.about-us-02__media{aspect-ratio:4/3;min-height:clamp(16rem,76vw,24rem)}}.section-render-stage .about-us-03,.about-us-03{background:var(--section-background,transparent);border:var(--about-us-03-section-border-width,0) solid var(--about-us-03-section-border-color,transparent);border-radius:var(--about-us-03-section-radius,0);box-shadow:var(--about-us-03-section-shadow,none);overflow:hidden}.section-render-stage .about-us-03.about-us-03--bg-primary-50,.builder-react-render-stage .about-us-03.about-us-03--bg-primary-50,.builder-react-section-preview-stage .about-us-03.about-us-03--bg-primary-50,.about-us-03.about-us-03--bg-primary-50{background:var(--section-background,var(--primary-50))}.section-render-stage .about-us-03.about-us-03--bg-secondary-50,.builder-react-render-stage .about-us-03.about-us-03--bg-secondary-50,.builder-react-section-preview-stage .about-us-03.about-us-03--bg-secondary-50,.about-us-03.about-us-03--bg-secondary-50{background:var(--section-background,var(--secondary-50))}.section-render-stage .about-us-03.about-us-03--bg-gray-50,.builder-react-render-stage .about-us-03.about-us-03--bg-gray-50,.builder-react-section-preview-stage .about-us-03.about-us-03--bg-gray-50,.about-us-03.about-us-03--bg-gray-50{background:var(--section-background,var(--gray-50))}.section-render-stage .about-us-03>.builder-section-container__inner,.about-us-03>.builder-section-container__inner{padding-block:var(--about-us-03-padding-top,var(--theme-spacing-lg)) var(--about-us-03-padding-bottom,var(--theme-spacing-lg))}.section-render-stage .about-us-03__layout,.about-us-03__layout{gap:var(--about-us-03-gap,var(--theme-gap-md));width:min(100% - (2 * var(--about-us-03-padding-inline,var(--theme-container-padding))), var(--about-us-03-container-width,var(--theme-container-xl)));margin-inline:auto;display:grid}.section-render-stage .about-us-03__primary,.about-us-03__primary{align-items:stretch;gap:var(--about-us-03-gap,var(--theme-gap-md));grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-width:0;display:grid}.section-render-stage .about-us-03__content-stack,.about-us-03__content-stack{align-content:stretch;gap:var(--about-us-03-gap,var(--theme-gap-md));min-width:0;display:grid}.section-render-stage .about-us-03__content,.about-us-03__content{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(1rem,2vw,2rem);display:flex}.section-render-stage .about-us-03__title,.about-us-03__title{max-width:18ch;color:var(--about-us-03-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--section-title-font-family);font-size:calc(var(--section-title-size) * var(--about-us-03-content-title-scale,1));font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);margin:0}.section-render-stage .about-us-03__body,.about-us-03__body{max-width:58ch;margin:var(--theme-spacing-sm) 0 0;color:var(--about-us-03-body-color,var(--section-text));font-family:var(--section-text-font-family);font-size:calc(var(--section-text-size) * var(--about-us-03-content-text-scale,1));font-weight:var(--section-text-weight);line-height:var(--section-text-line-height)}.section-render-stage .about-us-03__actions,.about-us-03__actions{margin-top:var(--theme-spacing-md)}.section-render-stage .about-us-03__button,.about-us-03__button{border:var(--about-us-03-button-border-width,var(--theme-border-hairline)) solid var(--about-us-03-button-border,var(--section-action-border));border-radius:var(--about-us-03-button-radius,var(--theme-radius-md));background:var(--about-us-03-button-bg,var(--section-action-bg));box-shadow:var(--about-us-03-button-shadow,none)}.section-render-stage .about-us-03__media,.about-us-03__media{border:var(--about-us-03-media-border-width,0) solid var(--about-us-03-media-border-color,var(--section-border));border-radius:var(--about-us-03-media-radius,var(--theme-radius-lg));background:var(--about-us-03-media-surface-bg,var(--section-surface-alt));min-width:0;box-shadow:var(--about-us-03-media-shadow,none);position:relative;overflow:hidden}.section-render-stage .about-us-03__portrait,.about-us-03__portrait{min-height:clamp(22rem,38vw,34rem)}.section-render-stage .about-us-03__banner,.about-us-03__banner{aspect-ratio:16/5;align-self:start;width:100%;min-height:0}.section-render-stage .about-us-03__portrait img,.about-us-03__portrait img,.section-render-stage .about-us-03__portrait video,.about-us-03__portrait video{object-fit:var(--about-us-03-portrait-image-fit,cover);object-position:var(--about-us-03-portrait-image-position,center center);width:100%;height:100%}.section-render-stage .about-us-03__banner img,.about-us-03__banner img,.section-render-stage .about-us-03__banner video,.about-us-03__banner video{object-fit:var(--about-us-03-banner-image-fit,cover);object-position:var(--about-us-03-banner-image-position,center center);width:100%;height:100%}.section-render-stage .about-us-03__banner>.builder-media-frame__media,.about-us-03__banner>.builder-media-frame__media,.section-render-stage .about-us-03__banner>.builder-media-carousel__viewport,.about-us-03__banner>.builder-media-carousel__viewport,.section-render-stage .about-us-03__banner>.builder-media-renderer__embed,.about-us-03__banner>.builder-media-renderer__embed{position:absolute;inset:0}.section-render-stage .about-us-03__media:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.builder-react-render-stage .about-us-03__media:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.builder-react-section-preview-stage .about-us-03__media:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.about-us-03__media:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.section-render-stage .about-us-03__media .builder-media-frame:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.builder-react-render-stage .about-us-03__media .builder-media-frame:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.builder-react-section-preview-stage .about-us-03__media .builder-media-frame:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.about-us-03__media .builder-media-frame:is(.is-fixed,.is-parallax)>.builder-media-frame__media{transform:translate3d(0, calc(-50% + var(--media-behavior-y,0px)), 0);margin:0;position:absolute;inset:50% 0 auto;height:calc(100% + 128px)!important;min-height:0!important}.section-render-stage .about-us-03--v1 .about-us-03__content-stack,.section-render-stage .about-us-03--v2 .about-us-03__content-stack,.about-us-03--v1 .about-us-03__content-stack,.about-us-03--v2 .about-us-03__content-stack{grid-template-rows:minmax(0,1fr) auto}.section-render-stage .about-us-03--v3 .about-us-03__portrait,.section-render-stage .about-us-03--v4 .about-us-03__portrait,.about-us-03--v3 .about-us-03__portrait,.about-us-03--v4 .about-us-03__portrait{min-height:clamp(19rem,31vw,28rem)}.section-render-stage .about-us-03--v5 .about-us-03__portrait,.section-render-stage .about-us-03--v6 .about-us-03__portrait,.about-us-03--v5 .about-us-03__portrait,.about-us-03--v6 .about-us-03__portrait{min-height:clamp(20rem,34vw,30rem)}@media (width<=900px){.section-render-stage .about-us-03__primary,.about-us-03__primary{grid-template-columns:1fr}.section-render-stage .about-us-03__content,.about-us-03__content{order:1;padding-inline:0}.section-render-stage .about-us-03__portrait,.about-us-03__portrait{order:2;min-height:clamp(22rem,90vw,34rem)}.section-render-stage .about-us-03__banner,.about-us-03__banner{aspect-ratio:16/6;min-height:0}.section-render-stage .about-us-03__content-stack,.about-us-03__content-stack{order:1}}@media (width<=560px){.section-render-stage .about-us-03__title,.about-us-03__title{font-size:calc(var(--section-title-size-mobile) * var(--about-us-03-content-title-scale,1))}.section-render-stage .about-us-03__portrait,.about-us-03__portrait{min-height:24rem}}.about-us-04{background:var(--section-background,transparent);border:var(--about-us-04-section-border-width,0) solid var(--about-us-04-section-border-color,transparent);border-radius:var(--about-us-04-section-radius,0);box-shadow:var(--about-us-04-section-shadow,none);overflow:hidden}.about-us-04--bg-primary-50{background:var(--section-background,var(--primary-50))}.about-us-04--bg-secondary-50{background:var(--section-background,var(--secondary-50))}.about-us-04--bg-gray-50{background:var(--section-background,var(--gray-50))}.about-us-04>.builder-section-container__inner{padding-block:var(--about-us-04-padding-top,var(--theme-spacing-lg)) var(--about-us-04-padding-bottom,var(--theme-spacing-lg))}.about-us-04__layout{align-items:center;gap:var(--about-us-04-gap,var(--theme-gap-md));width:min(100% - 2*var(--about-us-04-padding-inline,var(--theme-container-padding)),var(--about-us-04-container-width,var(--theme-container-xl)));min-width:0;margin-inline:auto;display:grid}.about-us-04--v1 .about-us-04__layout,.about-us-04--v2 .about-us-04__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}.about-us-04--v3 .about-us-04__layout{grid-template-columns:minmax(0,.78fr) minmax(0,1.35fr) minmax(0,.78fr)}.about-us-04__media-group{align-items:start;gap:var(--about-us-04-gap,var(--theme-gap-md));grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;display:grid}.about-us-04__media-group .about-us-04__media--two{margin-top:clamp(3rem,7vw,7rem)}.about-us-04__content{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(1rem,2vw,2rem);display:flex}.about-us-04--v3 .about-us-04__content{text-align:center;align-items:center;padding-inline:0}.about-us-04--v3 .about-us-04__body{margin-inline:auto}.about-us-04__title{max-width:18ch;color:var(--about-us-04-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--section-title-font-family);font-size:calc(var(--section-title-size)*var(--about-us-04-content-title-scale,1));font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);margin:0}.about-us-04__body{max-width:58ch;margin:var(--theme-spacing-sm) 0 0;color:var(--about-us-04-body-color,var(--section-text));font-family:var(--section-text-font-family);font-size:calc(var(--section-text-size)*var(--about-us-04-content-text-scale,1));font-weight:var(--section-text-weight);line-height:var(--section-text-line-height)}.about-us-04__actions{margin-top:var(--theme-spacing-md)}.about-us-04__button{border:var(--about-us-04-button-border-width,var(--theme-border-hairline)) solid var(--about-us-04-button-border,var(--section-action-border));border-radius:var(--about-us-04-button-radius,var(--theme-radius-md));background:var(--about-us-04-button-bg,var(--section-action-bg));box-shadow:var(--about-us-04-button-shadow,none)}.about-us-04__media{aspect-ratio:4/5;border:var(--about-us-04-media-border-width,0) solid var(--about-us-04-media-border-color,var(--section-border));border-radius:var(--about-us-04-media-radius,var(--theme-radius-lg));background:var(--about-us-04-media-surface-bg,var(--section-surface-alt));min-width:0;box-shadow:var(--about-us-04-media-shadow,none);display:block;position:relative;overflow:hidden}.about-us-04__media img,.about-us-04__media video{object-fit:cover;object-position:center center;width:100%;height:100%}.about-us-04__media--one img,.about-us-04__media--one video{object-fit:var(--about-us-04-image-one-fit,cover);object-position:var(--about-us-04-image-one-position,center center)}.about-us-04__media--two img,.about-us-04__media--two video{object-fit:var(--about-us-04-image-two-fit,cover);object-position:var(--about-us-04-image-two-position,center center)}.about-us-04__media:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.about-us-04__media .builder-media-frame:is(.is-fixed,.is-parallax)>.builder-media-frame__media{transform:translate3d(0,calc(-50% + var(--media-behavior-y,0px)),0);margin:0;position:absolute;inset:50% 0 auto;height:calc(100% + 128px)!important;min-height:0!important}@media (width<=900px){.about-us-04--v1 .about-us-04__layout,.about-us-04--v2 .about-us-04__layout,.about-us-04--v3 .about-us-04__layout{grid-template-columns:1fr}.about-us-04__content{order:1;padding-inline:0}.about-us-04__media-group{order:2}.about-us-04--v3 .about-us-04__media{width:100%;max-width:32rem;margin-inline:auto}.about-us-04--v3 .about-us-04__media--one{order:2}.about-us-04--v3 .about-us-04__media--two{order:3}}@media (width<=560px){.about-us-04__media-group{gap:var(--theme-gap-sm)}.about-us-04__media-group .about-us-04__media--two{margin-top:2rem}.about-us-04__title{font-size:calc(var(--section-title-size-mobile)*var(--about-us-04-content-title-scale,1))}}.about-us-05{background:var(--section-background,transparent);border:var(--about-us-05-section-border-width,0) solid var(--about-us-05-section-border-color,transparent);border-radius:var(--about-us-05-section-radius,0);box-shadow:var(--about-us-05-section-shadow,none);overflow:hidden}.about-us-05--bg-primary-50{background:var(--section-background,var(--primary-50))}.about-us-05--bg-secondary-50{background:var(--section-background,var(--secondary-50))}.about-us-05--bg-gray-50{background:var(--section-background,var(--gray-50))}.about-us-05>.builder-section-container__inner{padding-block:var(--about-us-05-padding-top,var(--theme-spacing-lg)) var(--about-us-05-padding-bottom,var(--theme-spacing-lg))}.about-us-05__layout{align-items:center;gap:var(--about-us-05-gap,var(--theme-gap-md));width:min(100% - 2*var(--about-us-05-padding-inline,var(--theme-container-padding)),var(--about-us-05-container-width,var(--theme-container-xl)));min-width:0;margin-inline:auto;display:grid}.about-us-05--v1 .about-us-05__layout,.about-us-05--v2 .about-us-05__layout{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr)}.about-us-05__mosaic{align-items:stretch;gap:var(--about-us-05-gap,var(--theme-gap-md));grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-width:0;height:clamp(25rem,38vw,34rem);display:grid}.about-us-05__mosaic-stack{gap:var(--about-us-05-gap,var(--theme-gap-md));grid-template-rows:repeat(2,minmax(0,1fr));min-width:0;min-height:0;display:grid}.about-us-05__mosaic:is(.is-without-one,.is-without-two) .about-us-05__mosaic-stack{grid-template-rows:minmax(0,1fr)}.about-us-05__mosaic.is-without-three,.about-us-05__mosaic.is-without-stack,.about-us-05__mosaic.has-1-items{grid-template-columns:minmax(0,1fr)}.about-us-05__mosaic.is-without-three .about-us-05__mosaic-stack{grid-template-rows:minmax(0,1fr);grid-template-columns:repeat(2,minmax(0,1fr))}.about-us-05__mosaic.is-without-three.has-1-items .about-us-05__mosaic-stack,.about-us-05--media-count-0.about-us-05--v1 .about-us-05__layout,.about-us-05--media-count-0.about-us-05--v2 .about-us-05__layout{grid-template-columns:minmax(0,1fr)}.about-us-05__content{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(1rem,2.5vw,2.5rem);display:flex}.about-us-05__heading{text-align:center}.about-us-05__copy{flex-direction:column;align-items:flex-start;min-width:0;max-width:100%;display:flex}.about-us-05--v3 .about-us-05__copy,.about-us-05--v4 .about-us-05__copy{width:100%}.about-us-05__title{max-width:24ch;color:var(--about-us-05-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--section-title-font-family);font-size:calc(var(--section-title-size)*var(--about-us-05-content-title-scale,1));font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);margin:0}.about-us-05__heading .about-us-05__title{max-width:32ch;margin-inline:auto}.about-us-05__body{max-width:68ch;margin:var(--theme-spacing-sm) 0 0;color:var(--about-us-05-body-color,var(--section-text));font-family:var(--section-text-font-family);font-size:calc(var(--section-text-size)*var(--about-us-05-content-text-scale,1));font-weight:var(--section-text-weight);line-height:var(--section-text-line-height)}.about-us-05--v3 .about-us-05__body,.about-us-05--v4 .about-us-05__body{max-width:none}.about-us-05__actions{margin-top:var(--theme-spacing-md)}.about-us-05__button{border:var(--about-us-05-button-border-width,var(--theme-border-hairline)) solid var(--about-us-05-button-border,var(--section-action-border));border-radius:var(--about-us-05-button-radius,var(--theme-radius-md));background:var(--about-us-05-button-bg,var(--section-action-bg));box-shadow:var(--about-us-05-button-shadow,none)}.about-us-05__gallery{align-items:stretch;gap:var(--about-us-05-gap,var(--theme-gap-md));grid-template-columns:minmax(0,.8fr) minmax(0,1.7fr) minmax(0,.8fr);width:100%;min-width:0;display:grid}.about-us-05__gallery.has-2-items{grid-template-columns:repeat(2,minmax(0,1fr))}.about-us-05__gallery.has-1-items{grid-template-columns:minmax(0,1fr)}.about-us-05__media{border:var(--about-us-05-media-border-width,0) solid var(--about-us-05-media-border-color,var(--section-border));border-radius:var(--about-us-05-media-radius,var(--theme-radius-lg));background:var(--about-us-05-media-surface-bg,var(--section-surface-alt));min-width:0;min-height:0;box-shadow:var(--about-us-05-media-shadow,none);display:block;position:relative;overflow:hidden}.about-us-05__mosaic-stack .about-us-05__media,.about-us-05__mosaic>.about-us-05__media{aspect-ratio:auto;height:100%}.about-us-05__gallery .about-us-05__media{aspect-ratio:auto;height:clamp(18rem,27vw,24rem)}.about-us-05__media>.builder-media-frame__media,.about-us-05__media>.builder-media-carousel__viewport,.about-us-05__media>.builder-media-renderer__embed{width:100%;height:100%;min-height:0}.about-us-05__media img,.about-us-05__media video{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.about-us-05__media--one img,.about-us-05__media--one video{object-fit:var(--about-us-05-image-one-fit,cover);object-position:var(--about-us-05-image-one-position,center center)}.about-us-05__media--two img,.about-us-05__media--two video{object-fit:var(--about-us-05-image-two-fit,cover);object-position:var(--about-us-05-image-two-position,center center)}.about-us-05__media--three img,.about-us-05__media--three video{object-fit:var(--about-us-05-image-three-fit,cover);object-position:var(--about-us-05-image-three-position,center center)}.about-us-05__media:is(.is-fixed,.is-parallax)>.builder-media-frame__media,.about-us-05__media .builder-media-frame:is(.is-fixed,.is-parallax)>.builder-media-frame__media{transform:translate3d(0,calc(-50% + var(--media-behavior-y,0px)),0);margin:0;position:absolute;inset:50% 0 auto;height:calc(100% + 128px)!important;min-height:0!important}@media (width<=900px){.about-us-05--v1 .about-us-05__layout,.about-us-05--v2 .about-us-05__layout{grid-template-columns:1fr}.about-us-05__content{order:1;padding-inline:0}.about-us-05__mosaic{order:2;height:clamp(24rem,78vw,34rem)}.about-us-05__gallery,.about-us-05__gallery.has-2-items,.about-us-05__gallery.has-1-items{grid-template-columns:1fr}.about-us-05__gallery .about-us-05__media{height:clamp(16rem,58vw,24rem)}.about-us-05--v3 .about-us-05__copy,.about-us-05--v4 .about-us-05__copy{max-width:100%}}@media (width<=560px){.about-us-05__mosaic{grid-template-columns:1fr;height:auto}.about-us-05__mosaic-stack{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr))}.about-us-05__mosaic-stack .about-us-05__media{aspect-ratio:5/4;height:auto}.about-us-05__mosaic>.about-us-05__media{aspect-ratio:4/5;height:auto}.about-us-05__gallery{grid-template-columns:1fr}.about-us-05__gallery .about-us-05__media,.about-us-05__gallery .about-us-05__media--three{aspect-ratio:5/4;grid-column:auto;height:auto}.about-us-05__title{font-size:calc(var(--section-title-size-mobile)*var(--about-us-05-content-title-scale,1))}}.section-render-stage .header-01.header-01{border:var(--header-01-section-border-width,var(--section-border-width,1px)) solid var(--header-01-section-border-color,var(--section-border,var(--border-color)));border-radius:var(--header-01-section-radius,var(--radius-none));background:var(--header-01-bg,var(--section-surface,var(--surface-1)));width:100%;max-width:none;box-shadow:var(--header-01-section-shadow,none);color:var(--header-01-link-color,var(--section-text,var(--text-color)));--pb-section-animate-name:var(--header-01-animate-name,var(--pb-animate-name));--pb-section-animate-duration:var(--header-01-animate-duration,var(--pb-animate-duration));--pb-section-animate-easing:var(--header-01-animate-easing,var(--pb-animate-easing));--pb-section-animate-delay-step:var(--header-01-animate-delay-step,var(--pb-animate-delay-step));padding:0;position:relative;overflow:visible}.section-render-stage .header-01:has(.header-01__mobile-menu[open]){z-index:60}.section-render-stage .header-01__topbar{border-radius:var(--header-01-section-radius,var(--radius-none)) var(--header-01-section-radius,var(--radius-none)) 0 0;background:var(--header-01-topbar-bg,var(--section-primary,var(--primary-base)));width:100%;color:var(--header-01-topbar-color,var(--color-white))}.section-render-stage .header-01__topbar-inner,.section-render-stage .header-01__inner{width:min(100%, var(--header-01-container-width,var(--container-xl,1280px)));padding-inline:var(--header-01-padding-inline,var(--container-padding-inline,clamp(1rem, 4vw, 4rem)));margin-inline:auto}.section-render-stage .header-01__topbar-inner{min-height:var(--header-01-topbar-height,2.6rem);justify-content:space-between;align-items:center;gap:var(--header-01-gap,var(--space-5));padding-block:var(--header-01-topbar-padding-block,var(--space-2));display:flex}.section-render-stage .header-01__contacts,.section-render-stage .header-01__socials{align-items:center;gap:var(--header-01-topbar-gap,var(--space-4));flex-wrap:wrap;display:flex}.section-render-stage .header-01__contacts a,.section-render-stage .header-01__socials a{justify-content:center;align-items:center;gap:var(--space-2);color:inherit;font-size:var(--header-01-contact-size,var(--text-sm-size));line-height:1.2;text-decoration:none;display:inline-flex}.section-render-stage .header-01__socials a{width:var(--header-01-social-size,1.8rem);height:var(--header-01-social-size,1.8rem);border-radius:var(--header-01-social-radius,var(--radius-sm));transition:background-color var(--transition-fast), transform var(--transition-fast)}.section-render-stage .header-01__socials a:hover{background:color-mix(in srgb, currentColor 16%, transparent);transform:translateY(-1px)}.section-render-stage .header-01__mainbar{border-radius:0 0 var(--header-01-section-radius,var(--radius-none)) var(--header-01-section-radius,var(--radius-none));background:var(--header-01-mainbar-bg,var(--header-01-bg,var(--section-surface,var(--surface-1))))}.section-render-stage .header-01--v2 .header-01__mainbar{border-radius:var(--header-01-section-radius,var(--radius-none))}.section-render-stage .header-01__inner{min-height:var(--header-01-mainbar-height,5rem);align-items:center;gap:var(--header-01-gap,var(--space-6));padding-block:var(--header-01-padding-top,var(--space-4)) var(--header-01-padding-bottom,var(--space-4));grid-template-columns:auto minmax(0,1fr) auto;display:grid}.section-render-stage .header-01__brand{align-items:center;gap:var(--header-01-brand-gap,var(--space-3));min-width:0;color:var(--header-01-brand-color,var(--section-primary,var(--primary-base)));text-decoration:none;display:inline-flex}.section-render-stage .header-01__logo{width:auto;max-width:var(--header-01-logo-max-width,11rem);height:auto;max-height:var(--header-01-logo-max-height,3.25rem);object-fit:contain;object-position:left center;display:block}.section-render-stage .header-01__mark{width:var(--header-01-mark-size,2.5rem);height:var(--header-01-mark-size,2.5rem);border-radius:var(--header-01-button-radius,var(--radius-md));background:color-mix(in srgb, currentColor 12%, transparent);font-size:var(--text-xs-size);font-weight:var(--font-weight-bold);flex:none;place-items:center;display:inline-grid}.section-render-stage .header-01__brand-name{font-size:var(--header-01-brand-size,var(--text-lg-size));font-weight:var(--font-weight-bold);text-overflow:ellipsis;white-space:nowrap;line-height:1.1;overflow:hidden}.section-render-stage .header-01__nav{justify-content:center;align-items:center;gap:var(--header-01-nav-gap,clamp(1rem, 2.4vw, 2rem));scrollbar-width:none;min-width:0;display:flex;overflow-x:auto}.section-render-stage .header-01__nav::-webkit-scrollbar{display:none}.section-render-stage .header-01__nav-link{padding-block:var(--space-2);color:var(--header-01-link-color,var(--section-text,var(--text-color)));font-size:var(--header-01-nav-size,var(--text-sm-size));font-weight:var(--font-weight-medium);white-space:nowrap;transition:color var(--transition-fast);flex:none;text-decoration:none;position:relative}.section-render-stage .header-01__nav-link:after{content:"";height:var(--divider-size,2px);border-radius:var(--radius-pill);background:var(--section-primary,var(--primary-base));transition:transform var(--transition-fast);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.section-render-stage .header-01__nav-link:hover,.section-render-stage .header-01__nav-link.active{color:var(--section-primary,var(--primary-base))}.section-render-stage .header-01__nav-link:hover:after,.section-render-stage .header-01__nav-link.active:after{transform:scaleX(1)}.section-render-stage .header-01__commerce{justify-content:flex-end;align-items:center;gap:var(--header-01-commerce-gap,var(--space-3));color:var(--header-01-commerce-color,var(--section-text,var(--text-color)));display:inline-flex}.section-render-stage .header-01__account,.section-render-stage .header-01__cart{justify-content:center;align-items:center;gap:var(--space-2);color:inherit;text-decoration:none;display:inline-flex}.section-render-stage .header-01__account{font-size:var(--header-01-account-size,var(--text-sm-size));font-weight:var(--font-weight-medium);white-space:nowrap}.section-render-stage .header-01__cart{width:var(--header-01-action-size,2.7rem);height:var(--header-01-action-size,2.7rem);border-radius:var(--header-01-button-radius,var(--radius-md));background:color-mix(in srgb, var(--section-primary,var(--primary-base)) 10%, transparent);flex:none;position:relative}.section-render-stage .header-01__cart b{min-width:1rem;height:1rem;padding-inline:var(--space-1);border-radius:var(--radius-pill);background:var(--section-secondary,var(--secondary-base));color:var(--color-white);font-size:var(--text-2xs-size,.625rem);place-items:center;line-height:1;display:inline-grid;position:absolute;top:0;right:0;transform:translate(30%,-25%)}.section-render-stage .header-01__mobile-menu{display:none;position:relative}.section-render-stage .header-01__mobile-menu summary{list-style:none}.section-render-stage .header-01__mobile-menu summary::-webkit-details-marker{display:none}.section-render-stage .header-01__hamburger{width:var(--header-01-action-size,2.7rem);height:var(--header-01-action-size,2.7rem);border-radius:var(--header-01-button-radius,var(--radius-md));background:color-mix(in srgb, var(--section-primary,var(--primary-base)) 10%, transparent);color:var(--section-primary,var(--primary-base));cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.section-render-stage .header-01__mobile-panel{top:calc(100% + var(--space-3));z-index:70;gap:var(--space-5);width:min(20rem,100vw - 2rem);padding:var(--space-5);border:var(--section-border-width,1px) solid var(--section-border,var(--border-color));border-radius:var(--radius-lg);background:var(--section-surface,var(--surface-1));box-shadow:var(--shadow-popover,var(--shadow-lg));display:grid;position:absolute;right:0}.section-render-stage .header-01 .header-01__mobile-panel{min-height:0;max-height:calc(100dvh - var(--space-8));align-content:start;gap:var(--space-3);grid-auto-rows:max-content;overflow-y:auto}.section-render-stage .header-01__mobile-panel nav{grid-auto-rows:max-content;display:grid}.section-render-stage .header-01__mobile-panel nav a{border-bottom:var(--divider-size,1px) solid var(--section-border,var(--border-color));min-height:2.35rem;color:var(--section-text,var(--text-color));align-items:center;text-decoration:none;display:flex}.section-render-stage .header-01__mobile-panel .header-01__commerce{margin-top:var(--space-1);padding-top:var(--space-3);border-top:var(--divider-size,1px) solid var(--section-border,var(--border-color));justify-content:space-between}.section-render-stage .header-01--swap-primary-secondary{--section-primary:var(--secondary-base);--section-secondary:var(--primary-base)}@container preview (width<=820px){.section-render-stage .header-01__topbar-inner{align-items:flex-start}.section-render-stage .header-01__contacts{gap:var(--space-3)}.section-render-stage .header-01__contacts a span{display:none}.section-render-stage .header-01__inner{grid-template-columns:minmax(0,1fr) auto}.section-render-stage .header-01__nav,.section-render-stage .header-01__inner>.header-01__commerce{display:none}.section-render-stage .header-01__mobile-menu{display:block}}@media (width<=820px){.section-render-stage .header-01__inner{grid-template-columns:minmax(0,1fr) auto}.section-render-stage .header-01__nav,.section-render-stage .header-01__inner>.header-01__commerce{display:none}.section-render-stage .header-01__mobile-menu{display:block}}.section-render-stage .header-01 .container-wide,.section-render-stage .header-02 .container-wide,.section-render-stage .header-03 .container-wide,.section-render-stage .header-04 .container-wide,.section-render-stage .header-05 .container-wide{width:100%;max-width:var(--header-container-width,var(--container-xl));padding-inline:var(--header-container-padding-inline,var(--section-container-padding-inline,var(--container-padding-x)))}.section-render-stage .header-01__brand-text,.section-render-stage .header-02__brand,.section-render-stage .header-03__brand,.section-render-stage .header-04__brand,.section-render-stage .header-05__brand{font-family:var(--header-brand-font-family);font-size:var(--section-item-title-size);font-weight:var(--section-item-title-weight);line-height:var(--section-item-title-line-height);letter-spacing:var(--section-item-title-letter-spacing)}.section-render-stage .header-01__nav-link,.section-render-stage .header-02__nav-link,.section-render-stage .header-03__nav-link,.section-render-stage .header-04__nav-link,.section-render-stage .header-05__nav-link{font-family:var(--header-nav-font-family);font-size:var(--text-sm-size);font-weight:var(--font-weight-semibold);line-height:var(--text-sm-line-height);letter-spacing:0}.section-render-stage .header-02__email,.section-render-stage .header-04__contact-strip a{font-family:var(--header-contact-font-family,var(--header-nav-font-family));font-size:var(--text-sm-size);font-weight:var(--font-weight-semibold);line-height:var(--text-sm-line-height)}.section-render-stage .header-04__cta,.section-render-stage .header-05__cta,.section-render-stage .pb-header-drawer__cta{font-size:var(--btn-font-size-md);font-weight:var(--btn-font-weight);line-height:var(--button-line-height)}.section-render-stage .header-02__socials a,.section-render-stage .header-03__socials a,.section-render-stage .header-04__socials a,.section-render-stage .header-05__socials a{width:var(--btn-height-sm);height:var(--btn-height-sm);border-radius:var(--header-social-radius);font-size:var(--control-icon-size)}.section-render-stage .header-01__cart,.section-render-stage .header-01__cart-icon,.section-render-stage .header-01__icon-action,.section-render-stage .header-01__hamburger,.section-render-stage .header-02__icon-action,.section-render-stage .header-03__icon-action,.section-render-stage .header-04__icon-action,.section-render-stage .header-05__cart{width:var(--btn-height-sm);height:var(--btn-height-sm)}.section-render-stage .header-01__cart-icon,.section-render-stage .header-01__icon-action i,.section-render-stage .header-02__icon-action,.section-render-stage .header-03__icon-action,.section-render-stage .header-04__icon-action,.section-render-stage .header-05__cart{font-size:var(--control-icon-size)}.section-render-stage .header-01__badge,.section-render-stage .header-02__badge,.section-render-stage .header-03__badge,.section-render-stage .header-04__badge,.section-render-stage .header-05__badge{font-size:var(--badge-font-size-sm);font-weight:var(--font-weight-medium);line-height:1}.section-render-stage .header-01__mobile-panel,.section-render-stage .pb-header-drawer__panel{width:var(--header-width-01,min(var(--header-drawer-width), calc(100vw - var(--header-drawer-viewport-gap))));min-height:var(--header-min-height-01,var(--header-drawer-min-height,100dvh));border-left:var(--header-drawer-border);border-radius:var(--header-drawer-radius);background:var(--section-surface);box-shadow:var(--header-drawer-shadow);color:var(--section-text)}.section-render-stage .pb-header-drawer__panel{padding:var(--header-drawer-padding)}.section-render-stage .header-01__mobile-menu[open]:before,.section-render-stage .pb-header-drawer[open]:before{background:var(--header-drawer-overlay)}.section-render-stage .header-01__hamburger,.section-render-stage .pb-header-drawer__toggle{width:var(--btn-height-sm);height:var(--btn-height-sm);gap:var(--header-drawer-toggle-gap);border-radius:var(--header-drawer-toggle-radius);background:var(--section-card-bg);color:var(--section-heading)}.section-render-stage .header-01__hamburger span,.section-render-stage .pb-header-drawer__toggle span{width:var(--header-drawer-toggle-line-width);height:var(--header-drawer-toggle-stroke,var(--border-width,2px))}.section-render-stage .header-01__mobile-brand,.section-render-stage .pb-header-drawer__brand{gap:var(--header-drawer-brand-gap);padding:var(--header-drawer-brand-padding);border-bottom:var(--header-drawer-divider)}.section-render-stage .header-01__mobile-logo,.section-render-stage .pb-header-drawer__brand img{width:auto;max-width:var(--header-drawer-logo-max-width,10rem);height:auto;max-height:var(--header-drawer-logo-max-height,150px);object-fit:contain}.section-render-stage .header-01__mobile-brand-copy strong,.section-render-stage .pb-header-drawer__brand strong{color:var(--section-heading);font-family:var(--header-brand-font-family);font-size:var(--section-item-title-size);font-weight:var(--section-item-title-weight);line-height:var(--section-item-title-line-height)}.section-render-stage .header-01__mobile-links,.section-render-stage .pb-header-drawer__links,.section-render-stage .pb-header-drawer__actions,.section-render-stage .pb-header-drawer__contact{gap:var(--header-drawer-links-gap);padding-block:var(--header-drawer-section-padding-block)}.section-render-stage .header-01__mobile-links .header-01__nav-link,.section-render-stage .pb-header-drawer__links a,.section-render-stage .pb-header-drawer__actions a,.section-render-stage .pb-header-drawer__contact a,.section-render-stage .pb-header-drawer__item{min-height:var(--header-drawer-link-min-height);gap:var(--header-drawer-link-gap);color:var(--section-heading);font-family:var(--header-drawer-font-family,var(--header-nav-font-family));font-size:var(--text-md-size);font-weight:var(--font-weight-semibold);line-height:var(--text-sm-line-height)}.section-render-stage .pb-header-drawer__socials{gap:var(--header-drawer-social-gap);padding-block:var(--header-drawer-social-padding-block)}.section-render-stage .pb-header-drawer__socials a{width:var(--btn-height-sm);height:var(--btn-height-sm);border-radius:var(--header-drawer-social-radius);background:var(--section-card-bg);color:var(--section-heading);font-size:var(--control-icon-size)}.section-render-stage .header-05__search,.section-render-stage .pb-header-drawer__search{min-height:var(--header-drawer-control-height);border:var(--header-drawer-control-border);border-radius:var(--header-drawer-control-radius);font-family:var(--header-search-font-family,var(--header-nav-font-family));font-size:var(--control-font-size-sm)}.section-render-stage .pb-header-drawer__cta{min-height:var(--header-drawer-control-height);border:var(--header-drawer-cta-border);border-radius:var(--header-drawer-control-radius);background:var(--section-action-bg);color:var(--section-action-color);font-size:var(--btn-font-size-md);font-weight:var(--btn-font-weight)}@container preview (width<=820px){.section-render-stage .header-01 .container-wide,.section-render-stage .header-02 .container-wide,.section-render-stage .header-03 .container-wide,.section-render-stage .header-04 .container-wide,.section-render-stage .header-05 .container-wide{padding-inline:var(--header-mobile-container-padding-inline,var(--container-padding-x-sm))}}.section-render-stage .footer-01,.section-render-stage .footer-02{background:var(--footer-01-bg,var(--section-surface,var(--surface-1)))}.section-render-stage .footer-01{--pb-section-animate-name:var(--footer-01-animate-name,var(--pb-animate-name));--pb-section-animate-duration:var(--footer-01-animate-duration,var(--pb-animate-duration));--pb-section-animate-easing:var(--footer-01-animate-easing,var(--pb-animate-easing));--pb-section-animate-delay-step:var(--footer-01-animate-delay-step,var(--pb-animate-delay-step))}.section-render-stage .footer-01__shell,.section-render-stage .footer-02__shell{padding:var(--footer-01-shell-padding,var(--footer-padding,var(--panel-padding)));border-top:var(--footer-01-shell-border-top,1px solid var(--section-border,var(--border-color)))}.section-render-stage .footer-01__brand-row{justify-items:var(--footer-01-brand-row-justify,center);text-align:var(--footer-01-brand-row-text-align,center);gap:var(--footer-01-brand-row-gap,.85rem);margin-bottom:var(--footer-01-brand-row-margin-bottom,clamp(1.6rem, 3vw, 2.4rem));display:grid}.section-render-stage .footer-01__brand-name,.section-render-stage .footer-02__brand-name{color:var(--footer-01-brand-color,var(--section-title-color,var(--section-primary)));font-family:var(--footer-01-brand-font-family,var(--font-family-heading));font-size:var(--footer-01-brand-size,clamp(2rem, 3vw, 2.6rem));font-weight:var(--footer-01-brand-weight,var(--font-weight-bold));line-height:var(--footer-01-brand-line-height,var(--line-height-heading));letter-spacing:var(--footer-01-brand-letter-spacing,var(--letter-spacing-heading));justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.section-render-stage .footer-01__brand-name img{width:auto;max-width:var(--footer-01-logo-max-width,clamp(8rem, 14vw, 12rem));max-height:var(--footer-01-logo-max-height,150px);object-fit:contain;display:block}.section-render-stage .footer-01__brand-mark img{width:auto;max-width:var(--footer-01-logo-max-width,150px);max-height:var(--footer-01-logo-max-height,150px);object-fit:contain;display:block}.section-render-stage .footer-01__brand-description,.section-render-stage .footer-02__brand-description,.section-render-stage .footer-01__link,.section-render-stage .footer-02__link,.section-render-stage .footer-02__social-link,.section-render-stage .footer-01__copyright,.section-render-stage .footer-02__copyright,.section-render-stage .footer-01__legal-link,.section-render-stage .footer-02__legal-link{color:var(--footer-01-text-color,var(--section-muted,var(--text-muted)));font-family:var(--footer-01-text-font-family,var(--font-family-base));font-size:var(--footer-01-text-size,var(--text-sm-size,1rem));font-weight:var(--footer-01-text-weight,var(--font-weight-regular));line-height:var(--footer-01-text-line-height,var(--line-height-text));letter-spacing:var(--footer-01-text-letter-spacing,var(--letter-spacing-text));text-decoration:none}.section-render-stage .footer-01__brand-description{max-width:var(--footer-01-description-width,42rem);margin:0}.section-render-stage .footer-01__top,.section-render-stage .footer-02__top{gap:var(--footer-01-top-gap,clamp(1.5rem, 3vw, 2.5rem));align-items:var(--footer-01-top-align,start);display:grid}.section-render-stage .footer-01__top{grid-template-columns:var(--footer-01-top-columns,repeat(2, minmax(0, 1fr)))}.section-render-stage .footer-01__top--single{grid-template-columns:var(--footer-01-top-single-columns,minmax(0, 1fr))}.section-render-stage .footer-01__brand-column,.section-render-stage .footer-01__column,.section-render-stage .footer-02__brand-column,.section-render-stage .footer-02__column{gap:var(--footer-01-column-gap,.9rem);display:grid}.section-render-stage .footer-01__column-title,.section-render-stage .footer-02__column-title{color:var(--footer-01-heading-color,var(--section-item-title-color,var(--section-primary)));font-family:var(--footer-01-heading-font-family,var(--font-family-heading));font-size:var(--footer-01-heading-size,var(--text-md-size,1.125rem));font-weight:var(--footer-01-heading-weight,var(--font-weight-bold));line-height:var(--footer-01-heading-line-height,var(--line-height-heading));letter-spacing:var(--footer-01-heading-letter-spacing,var(--letter-spacing-heading));margin:0}.section-render-stage .footer-01__links,.section-render-stage .footer-02__links,.section-render-stage .footer-01__hours{gap:var(--footer-01-links-gap,.7rem);display:grid}.section-render-stage .footer-01__link:hover,.section-render-stage .footer-02__link:hover,.section-render-stage .footer-02__social-link:hover,.section-render-stage .footer-01__legal-link:hover,.section-render-stage .footer-02__legal-link:hover{color:var(--footer-01-link-color-hover,var(--section-text,var(--text-color)))}.section-render-stage .footer-01__hour{align-items:center;justify-content:var(--footer-01-hour-justify,space-between);gap:var(--footer-01-hour-gap,1rem);color:var(--footer-01-text-color,var(--section-muted,var(--text-muted)));font-family:var(--footer-01-text-font-family,var(--font-family-base));font-size:var(--footer-01-text-size,var(--text-sm-size,1rem));line-height:var(--footer-01-text-line-height,var(--line-height-text));display:flex}.section-render-stage .footer-01__hour strong{color:var(--footer-01-heading-color,var(--section-item-title-color,var(--section-primary)));font-weight:var(--footer-01-heading-weight,var(--font-weight-bold));text-align:var(--footer-01-hour-strong-text-align,right)}.section-render-stage .footer-01__socials{justify-content:var(--footer-01-socials-justify,center);gap:var(--footer-01-socials-gap,.75rem);margin-top:var(--footer-01-socials-margin-top,.15rem);flex-wrap:wrap;display:flex}.section-render-stage .footer-01__social,.section-render-stage .footer-02__social-icon{width:var(--footer-01-social-size,1.9rem);height:var(--footer-01-social-size,1.9rem);border-radius:var(--footer-01-social-radius,.45rem);background:var(--footer-01-social-bg,var(--footer-icon-bg,transparent));color:var(--footer-01-social-color,var(--section-primary,var(--primary-base)));font-size:var(--footer-01-social-icon-size,.9rem);font-weight:var(--footer-01-social-weight,var(--font-weight-bold));transition:var(--footer-01-transition-01,background-color var(--transition-fast,.18s ease), color var(--transition-fast,.18s ease), transform var(--transition-fast,.18s ease));justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.section-render-stage .footer-01__social:hover,.section-render-stage .footer-02__social-link:hover .footer-02__social-icon{background:var(--footer-01-social-bg-hover,var(--footer-icon-bg-hover,transparent));color:var(--footer-01-social-color-hover,var(--section-surface,var(--surface-1)));transform:var(--footer-01-social-transform-hover,translateY(-1px))}.section-render-stage .footer-01--swap-primary-secondary .footer-01__social{background:var(--footer-01-social-bg-swap,var(--footer-icon-bg,transparent));color:var(--footer-01-social-color-swap,var(--section-secondary,var(--secondary-base)))}.section-render-stage .footer-01--swap-primary-secondary .footer-01__social:hover{background:var(--footer-01-social-bg-hover-swap,var(--footer-icon-bg-hover,transparent));color:var(--footer-01-social-color-hover-swap,var(--section-surface,var(--surface-1)))}.section-render-stage .footer-02__cta{margin-top:var(--footer-02-cta-margin-top,.6rem);justify-self:start}.section-render-stage .footer-02__social-link{align-items:center;gap:var(--footer-02-social-link-gap,.7rem);display:inline-flex}.section-render-stage .footer-01__bottom,.section-render-stage .footer-02__bottom{gap:var(--footer-01-bottom-gap,.75rem 1rem);justify-content:var(--footer-01-bottom-justify,center);margin-top:var(--footer-01-bottom-margin-top,2rem);padding-top:var(--footer-01-bottom-padding-top,var(--space-5));border-top:var(--footer-01-bottom-border-top,1px solid var(--section-border,var(--border-color)));flex-wrap:wrap;align-items:center;display:flex}.section-render-stage .footer-01__legal-links,.section-render-stage .footer-02__legal-links{gap:var(--footer-01-legal-gap,.85rem);flex-wrap:wrap;display:flex}@container preview (width>=1100px){.section-render-stage .footer-02__top{grid-template-columns:var(--footer-01-grid-template-columns-01,var(--grid-layout-columns,minmax(0, 1.3fr) repeat(4, minmax(0, 1fr))))}}@container preview (width<=1099px){.section-render-stage .footer-02__top{grid-template-columns:var(--footer-01-grid-template-columns-02,var(--grid-layout-columns,repeat(2, minmax(0, 1fr))))}}@container preview (width<=767px){.section-render-stage .footer-01__shell,.section-render-stage .footer-02__shell{padding:var(--footer-01-mobile-shell-padding,var(--footer-padding,var(--panel-padding)))}.section-render-stage .footer-01__top,.section-render-stage .footer-02__top{grid-template-columns:var(--footer-01-grid-template-columns-03,var(--grid-layout-columns,1fr));gap:var(--footer-01-mobile-top-gap,1.25rem)}.section-render-stage .footer-01__bottom,.section-render-stage .footer-02__bottom{justify-content:var(--footer-01-mobile-bottom-justify,flex-start)}.section-render-stage .footer-01__legal-links,.section-render-stage .footer-02__legal-links{gap:var(--footer-01-mobile-legal-gap,.5rem);flex-direction:column}.section-render-stage .footer-01__brand-row{justify-items:var(--footer-01-mobile-brand-row-justify,flex-start);text-align:var(--footer-01-mobile-brand-row-text-align,left)}.section-render-stage .footer-01__socials{justify-content:var(--footer-01-mobile-socials-justify,flex-start)}.section-render-stage .footer-01__hour{align-items:flex-start;gap:var(--footer-01-mobile-hour-gap,.2rem);flex-direction:column}.section-render-stage .footer-01__hour strong{text-align:var(--footer-01-mobile-hour-strong-text-align,left)}}.section-render-stage .footer-01{width:100%;color:var(--footer-01-text-color,var(--section-text,var(--text-color)))}.section-render-stage .footer-01>.container-wide{width:100%;max-width:var(--footer-01-container-width,var(--container-xl));margin-inline:auto}.section-render-stage .footer-01__shell{padding:var(--footer-01-padding-top,var(--space-8)) var(--footer-01-padding-inline,var(--container-padding-x)) var(--footer-01-padding-bottom,var(--space-5));border-top:var(--footer-01-shell-border-top,1px solid var(--section-border,var(--border-color)))}.section-render-stage .footer-01__top{gap:var(--footer-01-gap,clamp(1.5rem, 3vw, 3.5rem));grid-template-columns:minmax(14rem,1.45fr) repeat(3,minmax(0,1fr));align-items:start;display:grid}.section-render-stage .footer-01__brand-column,.section-render-stage .footer-01__column{align-content:start;min-width:0}.section-render-stage .footer-01__brand-name{justify-content:flex-start;gap:var(--space-2);width:fit-content;font-size:var(--footer-01-brand-size,var(--text-xl-size))}.section-render-stage .footer-01__brand-mark{width:var(--control-size-md);height:var(--control-size-md);border-radius:var(--radius-md);background:var(--section-primary-soft,var(--primary-100));color:var(--footer-01-brand-color,var(--section-primary,var(--primary-base)));font-family:var(--font-family-heading);font-size:var(--text-xs-size);font-weight:var(--font-weight-bold);justify-content:center;align-items:center;display:inline-flex}.section-render-stage .footer-01__brand-description{max-width:19rem}.section-render-stage .footer-01__links{align-content:start}.section-render-stage .footer-01__link,.section-render-stage .footer-01__legal-link,.section-render-stage .footer-01__contact-link,.section-render-stage .footer-01__powered{color:var(--footer-01-link-color,var(--footer-01-text-color,var(--section-muted,var(--text-muted))));font-family:var(--footer-01-text-font-family,var(--font-family-base));font-size:var(--footer-01-text-size,var(--text-sm-size));font-weight:var(--footer-01-text-weight,var(--font-weight-regular));line-height:var(--footer-01-text-line-height,var(--line-height-text));letter-spacing:var(--footer-01-text-letter-spacing,var(--letter-spacing-text));text-decoration:none}.section-render-stage .footer-01__link:hover,.section-render-stage .footer-01__legal-link:hover,.section-render-stage .footer-01__contact-link:hover{color:var(--footer-01-link-color-hover,var(--section-primary,var(--primary-base)))}.section-render-stage .footer-01__bottom{margin-top:var(--footer-01-bottom-margin-top,var(--space-8));justify-content:space-between}.section-render-stage .footer-01__copyright{color:var(--footer-01-text-color,var(--section-muted,var(--text-muted)));font-family:var(--footer-01-text-font-family,var(--font-family-base));font-size:var(--footer-01-text-size,var(--text-sm-size))}.section-render-stage .footer-01__powered-link{color:var(--footer-01-powered-color,var(--section-primary,var(--primary-base)));text-decoration:none}.section-render-stage .footer-01__powered-link:hover{text-decoration:underline}.section-render-stage .footer-01__heart{color:var(--footer-01-heart-color,var(--section-secondary,var(--secondary-base)))}@container preview (width<=980px){.section-render-stage .footer-01__top{grid-template-columns:repeat(2,minmax(0,1fr))}}@container preview (width<=560px){.section-render-stage .footer-01__shell{padding-inline:var(--footer-01-padding-inline,var(--container-padding-x-sm))}.section-render-stage .footer-01__top{grid-template-columns:minmax(0,1fr)}.section-render-stage .footer-01__bottom{flex-direction:column;align-items:flex-start}}.section-render-stage .footer-01>.container-wide,.section-render-stage .footer-02>.container-wide,.section-render-stage .footer-03>.container-wide,.section-render-stage .footer-04>.container-wide,.section-render-stage .footer-05>.container-wide{width:100%;max-width:var(--footer-container-width,var(--container-xl));padding-inline:var(--footer-container-padding-inline,0)}.section-render-stage .footer-01__shell,.section-render-stage .footer-02__shell,.section-render-stage .footer-03__shell,.section-render-stage .footer-04__shell,.section-render-stage .footer-05__shell{padding-inline:var(--footer-shell-padding-inline,0)}.section-render-stage .footer-01__brand-name,.section-render-stage .footer-02__brand-name,.section-render-stage .footer-03__brand-name,.section-render-stage .footer-04__brand-name,.section-render-stage .footer-05__brand-name,.section-render-stage .footer-01__column-title,.section-render-stage .footer-02__column-title,.section-render-stage .footer-03__column-title{font-family:var(--section-item-title-font-family);font-size:var(--section-item-title-size);font-weight:var(--section-item-title-weight);line-height:var(--section-item-title-line-height);letter-spacing:var(--section-item-title-letter-spacing)}.section-render-stage .footer-01,.section-render-stage .footer-02,.section-render-stage .footer-03,.section-render-stage .footer-04,.section-render-stage .footer-05{font-family:var(--font-family-base);font-size:var(--section-item-text-size);line-height:var(--section-item-text-line-height);letter-spacing:var(--section-item-text-letter-spacing)}.section-render-stage .footer-01__social,.section-render-stage .footer-02__social-icon,.section-render-stage .footer-03__contact-icon,.section-render-stage .footer-04__social-link,.section-render-stage .footer-05__contact-link{width:var(--control-icon-size);height:var(--control-icon-size);border-radius:var(--footer-icon-radius);background:var(--primitive-transparent,transparent);font-size:var(--control-icon-size)}.section-render-stage .footer-01__social:hover,.section-render-stage .footer-02__social-link:hover .footer-02__social-icon,.section-render-stage .footer-03__contact-icon:hover,.section-render-stage .footer-04__social-link:hover,.section-render-stage .footer-05__contact-link:hover{background:var(--primitive-transparent,transparent)}.section-render-stage .footer-01__powered-link,.section-render-stage .footer-01__legal-link[href*=astid],.section-render-stage .footer-02__powered-link,.section-render-stage .footer-02__legal-link[href*=astid],.section-render-stage .footer-03__powered-link,.section-render-stage .footer-03__legal-link[href*=astid],.section-render-stage .footer-04__powered-link,.section-render-stage .footer-04__legal-link[href*=astid],.section-render-stage .footer-05__powered-link,.section-render-stage .footer-05__legal-link[href*=astid]{color:var(--section-primary,var(--primary-base));font-weight:var(--font-weight-medium)}.section-render-stage .footer-03__cta-icon{width:var(--control-icon-size);height:var(--control-icon-size);border-radius:var(--footer-cta-icon-radius);font-size:var(--control-icon-size)}.section-render-stage .footer-03__cta-title,.section-render-stage .footer-04__cta-title{font-family:var(--section-item-title-font-family);font-size:var(--section-item-title-v2-size);font-weight:var(--section-item-title-weight);line-height:var(--section-item-title-line-height)}@container preview (width<=767px){.section-render-stage .footer-01>.container-wide,.section-render-stage .footer-02>.container-wide,.section-render-stage .footer-03>.container-wide,.section-render-stage .footer-04>.container-wide,.section-render-stage .footer-05>.container-wide{padding-inline:var(--footer-mobile-container-padding-inline,var(--container-padding-x-sm))}.section-render-stage .footer-01__shell,.section-render-stage .footer-02__shell,.section-render-stage .footer-03__shell,.section-render-stage .footer-04__shell,.section-render-stage .footer-05__shell{padding-inline:var(--footer-mobile-shell-padding-inline,0)}}.section-render-stage .hero-01{background:var(--hero-01-bg,var(--hero-bg,var(--section-bg,var(--page-bg))));width:100%;padding:var(--hero-01-padding-top,var(--theme-spacing-lg,80px)) var(--hero-01-padding-inline,var(--theme-container-padding,clamp(24px, 5vw, 88px))) var(--hero-01-padding-bottom,var(--theme-spacing-lg,80px));border:var(--hero-01-section-border-width,0) solid var(--hero-01-section-border-color,transparent);border-radius:var(--hero-01-section-radius,var(--theme-radius-none,0));box-shadow:var(--hero-01-section-shadow,none);--pb-section-animate-name:var(--hero-01-animate-name,var(--pb-animate-name));--pb-section-animate-duration:var(--hero-01-animate-duration,var(--pb-animate-duration));--pb-section-animate-easing:var(--hero-01-animate-easing,var(--pb-animate-easing));--pb-section-animate-delay-step:var(--hero-01-animate-delay-step,var(--pb-animate-delay-step));--pb-animate-from-opacity:var(--hero-01-animate-from-opacity,var(--theme-motion-from-opacity));--pb-animate-to-opacity:var(--hero-01-animate-to-opacity,var(--theme-motion-to-opacity));--pb-animate-from-x:var(--hero-01-animate-from-x,var(--theme-motion-from-x));--pb-animate-to-x:var(--hero-01-animate-to-x,var(--theme-motion-to-x));--pb-animate-from-y:var(--hero-01-animate-from-y,var(--theme-motion-from-y));--pb-animate-to-y:var(--hero-01-animate-to-y,var(--theme-motion-to-y));--pb-animate-from-scale:var(--hero-01-animate-from-scale,var(--theme-motion-from-scale));--pb-animate-to-scale:var(--hero-01-animate-to-scale,var(--theme-motion-to-scale));--pb-animate-from-filter:var(--hero-01-animate-from-filter,var(--theme-motion-from-filter));--pb-animate-to-filter:var(--hero-01-animate-to-filter,var(--theme-motion-to-filter));display:block;position:relative;overflow:hidden}.section-render-stage .hero-01.hero-01--bg-primary-50{background:var(--primary-50)}.section-render-stage .hero-01.hero-01--bg-secondary-50{background:var(--secondary-50)}.section-render-stage .hero-01.hero-01--bg-gray-50{background:var(--gray-50)}.section-render-stage .hero-01>.container,.section-render-stage .hero-01>.container-wide{max-width:var(--hero-01-container-width,var(--container-xl,1280px));padding-inline:var(--hero-01-container-padding-inline,0)}.section-render-stage .hero-01__grid{gap:var(--hero-01-grid-gap,var(--hero-gap,clamp(32px, 5vw, 72px)));align-items:center;width:100%;margin-inline:auto;display:grid}.section-render-stage .hero-01__copy{gap:var(--hero-01-copy-gap,var(--content-gap-md,24px));max-width:var(--hero-01-copy-width,var(--hero-content-width,36rem));justify-items:var(--hero-01-composition-justify-items,start);text-align:var(--hero-01-composition-text-align,left);display:grid}.section-render-stage .hero-01__title{color:var(--hero-01-title-color,var(--hero-title-color,var(--section-primary,var(--primary-base))));font-family:var(--hero-01-title-font-family,var(--section-title-font-family,var(--builder-heading-font-family,var(--font-family-heading,sans-serif))));font-size:var(--hero-01-title-size,var(--display-2-size,clamp(2.5rem, 5vw, 4.75rem)));font-weight:var(--hero-01-title-weight,var(--font-weight-bold,700));line-height:var(--hero-01-title-line-height,var(--line-height-display,1.05));letter-spacing:var(--hero-01-title-letter-spacing,var(--letter-spacing-display,0));margin:0}.section-render-stage .hero-01__lead{max-width:var(--hero-01-lead-width,var(--content-width-reading,48rem));color:var(--hero-01-lead-color,var(--hero-text-color,var(--section-muted,var(--text-muted))));font-family:var(--hero-01-lead-font-family,var(--section-text-font-family,var(--builder-body-font-family,var(--font-family-base,sans-serif))));font-size:var(--hero-01-lead-size,var(--text-md-size,1.125rem));line-height:var(--hero-01-lead-line-height,var(--line-height-text,1.6));margin:0}.section-render-stage .hero-01__actions{gap:var(--hero-01-actions-gap,var(--space-4,16px));margin-top:var(--hero-01-actions-margin-top,var(--space-2,8px));flex-wrap:wrap;display:flex}.section-render-stage .hero-01--swap-primary-secondary{color:var(--hero-01-color-swap,var(--section-secondary,var(--secondary-base)))}.section-render-stage .hero-01--swap-primary-secondary .hero-01__title{color:var(--hero-01-title-color-swap,var(--section-secondary,var(--secondary-base)))}.section-render-stage .hero-01__visual{min-height:var(--hero-01-visual-min-height,clamp(360px, 42vw, 560px));place-items:center;display:grid}.section-render-stage .hero-01__visual[data-action=edit-image]{cursor:pointer}.section-render-stage .hero-01__placeholder{width:100%;height:100%;aspect-ratio:var(--hero-01-image-ratio,3 / 2);border:var(--hero-01-media-border-width,0) solid var(--hero-01-media-border-color,transparent);border-radius:var(--hero-01-media-radius,var(--theme-radius-lg,16px));box-shadow:var(--hero-01-media-shadow,none);margin:0;display:block;overflow:hidden}.section-render-stage .hero-01__placeholder img,.section-render-stage .hero-01__image{object-fit:var(--hero-01-image-fit,cover);object-position:var(--hero-01-image-position,center center);border-radius:var(--hero-01-image-radius,var(--hero-media-radius,inherit));width:100%;height:100%;display:block}.section-render-stage .hero-01--v3 .hero-01__grid,.section-render-stage .hero-01--v4 .hero-01__grid{min-height:var(--hero-01-composition-min-height,560px);align-items:stretch}.section-render-stage .hero-01--v3 .hero-01__copy,.section-render-stage .hero-01--v4 .hero-01__copy{z-index:1;align-content:center;position:relative}.section-render-stage .hero-01--v4 .hero-01__copy{order:2}.section-render-stage .hero-01--v3 .hero-01__visual,.section-render-stage .hero-01--v4 .hero-01__visual{inset-block:0;left:var(--hero-01-fullscreen-media-split,50%);min-height:0;position:absolute;right:0}.section-render-stage .hero-01--v4 .hero-01__visual{left:0;right:var(--hero-01-fullscreen-media-split,50%)}.section-render-stage .hero-01--v3 .hero-01__placeholder,.section-render-stage .hero-01--v4 .hero-01__placeholder{aspect-ratio:auto;border-radius:var(--hero-01-fullscreen-media-radius,0);position:absolute;inset:0}.section-render-stage .hero-01--v3 .hero-01__placeholder img,.section-render-stage .hero-01--v4 .hero-01__placeholder img{border-radius:var(--hero-01-fullscreen-media-radius,0)}.section-render-stage .hero-01--v2 .hero-01__copy{order:2;justify-self:end}.section-render-stage .hero-01--v2 .hero-01__visual{order:1}@container preview (width>=1024px){.section-render-stage .hero-01__grid{grid-template-columns:var(--hero-01-desktop-copy-track,minmax(0, 1fr)) var(--hero-01-desktop-visual-track,minmax(0, 1fr))}.section-render-stage .hero-01--v2 .hero-01__grid{grid-template-columns:var(--hero-01-desktop-visual-track,minmax(0, 1fr)) var(--hero-01-desktop-copy-track,minmax(0, 1fr))}.section-render-stage .hero-01--v3 .hero-01__grid{grid-template-columns:var(--hero-01-desktop-copy-track,minmax(0, 1fr)) var(--hero-01-desktop-visual-track,minmax(0, 1fr))}.section-render-stage .hero-01--v4 .hero-01__grid{grid-template-columns:var(--hero-01-desktop-visual-track,minmax(0, 1fr)) var(--hero-01-desktop-copy-track,minmax(0, 1fr))}}@container preview (width>=768px) and (width<=1023px){.section-render-stage .hero-01__grid{grid-template-columns:var(--hero-01-grid-template-columns-01,var(--grid-layout-columns,1fr));gap:var(--hero-01-tablet-gap,var(--content-gap-lg))}.section-render-stage .hero-01__copy{max-width:100%}.section-render-stage .hero-01__actions{flex-wrap:wrap}.section-render-stage .hero-01__visual{min-height:var(--hero-01-visual-min-height-tablet,400px)}.section-render-stage .hero-01--v3 .hero-01__visual,.section-render-stage .hero-01--v4 .hero-01__visual{min-height:var(--hero-01-visual-min-height-tablet,400px);position:relative;inset:auto}.section-render-stage .hero-01--v3 .hero-01__placeholder,.section-render-stage .hero-01--v4 .hero-01__placeholder{aspect-ratio:3/2;position:relative;inset:auto}.section-render-stage .hero-01--v4 .hero-01__copy{order:0}}@container preview (width<=767px){.section-render-stage .hero-01__grid{grid-template-columns:var(--hero-01-grid-template-columns-02,var(--grid-layout-columns,1fr));gap:var(--hero-01-mobile-gap,var(--content-gap-md))}.section-render-stage .hero-01__copy{gap:var(--hero-01-mobile-copy-gap,var(--content-gap-sm,16px));max-width:100%}.section-render-stage .hero-01__title{font-size:var(--hero-01-mobile-title-size,clamp(2rem, 10vw, 3.25rem));line-height:var(--hero-01-mobile-title-line-height,1.08)}.section-render-stage .hero-01__lead{font-size:var(--hero-01-mobile-lead-size,var(--text-sm-size,1rem))}.section-render-stage .hero-01__actions{grid-template-columns:var(--hero-01-grid-template-columns-03,var(--grid-layout-columns,1fr));gap:var(--hero-01-mobile-actions-gap,var(--space-3,12px));display:grid}.section-render-stage .hero-01__actions .btn{justify-content:center;width:100%}.section-render-stage .hero-01__visual{min-height:var(--hero-01-visual-min-height-mobile,260px);padding:var(--hero-01-visual-padding-mobile,var(--space-4,16px));border-radius:var(--hero-01-visual-radius-mobile,var(--radius-md,12px))}.section-render-stage .hero-01--v3 .hero-01__visual,.section-render-stage .hero-01--v4 .hero-01__visual{position:relative;inset:auto}.section-render-stage .hero-01--v3 .hero-01__placeholder,.section-render-stage .hero-01--v4 .hero-01__placeholder{aspect-ratio:3/2;position:relative;inset:auto}.section-render-stage .hero-01--v4 .hero-01__copy{order:0}.section-render-stage .hero-01__placeholder img{border-radius:var(--hero-01-image-radius-mobile,var(--radius-sm,8px))}}@media (prefers-reduced-motion:reduce){.section-render-stage .hero-01 [data-pb-animate-item]{opacity:1;filter:none;animation:none;transform:none}}.section-render-stage .hero-02{--hero-02-card-width:calc(var(--hero-02-container-width,var(--container-xl,1280px)) * .4);--hero-02-overlay-image-width:70%;border:var(--hero-02-section-border-width,0) solid var(--hero-02-section-border-color,transparent);border-radius:var(--hero-02-section-radius,var(--theme-radius-none,0));background:var(--hero-02-bg,var(--hero-bg,var(--section-background)));width:100%;box-shadow:var(--hero-02-section-shadow,none);color:var(--section-text-color,var(--section-text));--pb-section-animate-name:var(--hero-02-animate-name,pb-fade-in);--pb-section-animate-duration:var(--hero-02-animate-duration,.52s);--pb-section-animate-easing:var(--hero-02-animate-easing,ease);--pb-section-animate-delay-step:var(--hero-02-animate-delay-step,.1s);display:block;position:relative;overflow:hidden}.section-render-stage .hero-02--bg-primary-50{background:var(--primary-50)}.section-render-stage .hero-02--bg-secondary-50{background:var(--secondary-50)}.section-render-stage .hero-02--bg-gray-50{background:var(--gray-50)}.section-render-stage .hero-02__frame{width:100%;max-width:var(--hero-02-container-width,var(--container-xl,1280px));min-height:var(--hero-02-composition-min-height,clamp(520px, 54vw, 760px));padding-block:var(--hero-02-padding-top,var(--theme-spacing-lg,80px)) var(--hero-02-padding-bottom,var(--theme-spacing-lg,80px));margin-inline:auto;position:relative}.section-render-stage .hero-02__media{background:var(--hero-02-media-surface-bg,var(--surface-muted));border:var(--hero-02-media-border-width,0) solid var(--hero-02-media-border-color,transparent);box-shadow:var(--hero-02-media-shadow,none);margin:0}.section-render-stage .hero-02__media[data-action=edit-image]{cursor:pointer}.section-render-stage .hero-02__image{object-fit:var(--hero-02-image-fit,cover);object-position:var(--hero-02-image-position,center center);width:100%;height:100%}.section-render-stage .hero-02--overlay .hero-02__media{top:var(--hero-02-padding-top,var(--theme-spacing-lg,80px));bottom:var(--hero-02-padding-bottom,var(--theme-spacing-lg,80px));width:var(--hero-02-overlay-image-width,70%);border-radius:var(--hero-02-media-radius,var(--theme-radius-xl,20px));z-index:0;min-height:0;position:absolute;right:0;overflow:hidden}.section-render-stage .hero-02--v2 .hero-02__media{left:0;right:auto}.section-render-stage .hero-02__card{z-index:1;gap:var(--hero-02-card-gap,18px);width:min(100%, var(--hero-02-card-width));padding:var(--hero-02-card-padding,clamp(28px, 4vw, 48px));border:var(--hero-02-card-border-width,1px) solid var(--hero-02-card-border-color,var(--hero-02-card-surface-border-color,var(--border-color)));border-radius:var(--hero-02-card-radius,var(--theme-radius-lg,16px));background:var(--hero-02-card-custom-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--hero-02-card-shadow,var(--hero-02-card-surface-shadow,var(--shadow-lg)));-webkit-backdrop-filter:var(--hero-02-card-surface-backdrop,none);backdrop-filter:var(--hero-02-card-surface-backdrop,none);display:grid;position:relative}.section-render-stage .hero-02--overlay .hero-02__card{position:absolute;top:50%;left:0;transform:translateY(-50%)}.section-render-stage .hero-02--v2 .hero-02__card{left:auto;right:0}.section-render-stage .hero-02__title{color:var(--hero-02-title-color,var(--section-title-color,var(--section-primary,var(--primary-base))));font-family:var(--hero-02-title-font-family,var(--font-family-heading));font-size:calc(var(--hero-02-title-size,var(--type-hero-title-size,clamp(38px, 4.4vw, 66px))) * var(--hero-02-content-title-scale,1));font-weight:var(--hero-02-title-weight,var(--type-hero-title-weight,900));line-height:var(--hero-02-title-line-height,var(--type-hero-title-line-height,1.02));letter-spacing:var(--hero-02-title-letter-spacing,var(--type-hero-title-letter-spacing,0));margin:0}.section-render-stage .hero-02__lead{color:var(--hero-02-lead-color,var(--section-text,var(--text-muted)));font-family:var(--hero-02-lead-font-family,var(--font-family-base));font-size:calc(var(--hero-02-lead-size,var(--type-lead-size,18px)) * var(--hero-02-content-text-scale,1));font-weight:var(--hero-02-lead-weight,var(--type-lead-weight,500));line-height:var(--hero-02-lead-line-height,var(--type-lead-line-height,1.5));letter-spacing:var(--hero-02-lead-letter-spacing,var(--type-lead-letter-spacing,0));margin:0}.section-render-stage .hero-02__actions{gap:var(--hero-02-actions-gap,var(--space-3,12px));margin-top:var(--hero-02-actions-margin-top,var(--space-2,8px));flex-wrap:wrap;display:flex}.section-render-stage .hero-02__primary-action{min-height:var(--hero-02-button-min-height,52px);padding-inline:var(--hero-02-button-padding-inline,26px);border:var(--hero-02-button-border-width,1px) solid var(--hero-02-button-border-color,var(--hero-02-primary-border,var(--btn-border,var(--section-secondary))));border-radius:var(--hero-02-button-radius,var(--theme-radius-md,12px));background:var(--hero-02-primary-bg,var(--btn-bg,var(--section-secondary)));color:var(--hero-02-button-color,var(--color-white));box-shadow:var(--hero-02-button-shadow,none)}.section-render-stage .hero-02--fullscreen{min-height:var(--hero-02-composition-min-height,clamp(520px, 52vw, 720px))}.section-render-stage .hero-02--fullscreen .hero-02__media{border-radius:var(--hero-02-fullscreen-media-radius,0);z-index:0;min-height:0;position:absolute;inset:0;overflow:hidden}.section-render-stage .hero-02--fullscreen .hero-02__media:after{z-index:1;content:"";pointer-events:none;background:var(--hero-02-fullscreen-overlay,color-mix(in srgb, var(--color-white) 22%, transparent));position:absolute;inset:0}.section-render-stage .hero-02__inner{z-index:1;width:100%;max-width:var(--hero-02-container-width,var(--container-xl,1280px));min-height:inherit;padding:var(--hero-02-padding-top,var(--theme-spacing-lg,80px)) var(--hero-02-padding-inline,var(--theme-container-padding,clamp(24px, 5vw, 88px))) var(--hero-02-padding-bottom,var(--theme-spacing-lg,80px));justify-content:flex-start;align-items:center;margin-inline:auto;display:flex;position:relative}.section-render-stage .hero-02--v4 .hero-02__inner{justify-content:flex-end}.section-render-stage .hero-02--v4 .hero-02__card{text-align:right}.section-render-stage .hero-02--v4 .hero-02__actions{justify-content:flex-end}.section-render-stage .hero-02--swap-primary-secondary .hero-02__title{color:var(--hero-02-title-color,var(--section-secondary,var(--secondary-base)))}@container preview (width<=920px){.section-render-stage .hero-02__frame{gap:var(--hero-02-tablet-grid-gap,var(--content-gap-lg,48px));min-height:0;padding:var(--hero-02-tablet-padding-top,var(--theme-spacing-md,64px)) var(--hero-02-tablet-padding-inline,var(--theme-spacing-md,64px)) var(--hero-02-tablet-padding-bottom,var(--theme-spacing-md,64px));display:grid}.section-render-stage .hero-02--overlay .hero-02__media,.section-render-stage .hero-02--overlay .hero-02__card{width:100%;position:relative;inset:auto;transform:none}.section-render-stage .hero-02--overlay .hero-02__media{aspect-ratio:16/10;min-height:400px}.section-render-stage .hero-02--v2 .hero-02__media{order:1}.section-render-stage .hero-02--v2 .hero-02__card{order:2}.section-render-stage .hero-02__inner{padding:var(--hero-02-tablet-padding-top,var(--theme-spacing-md,64px)) var(--hero-02-tablet-padding-inline,var(--theme-spacing-md,64px)) var(--hero-02-tablet-padding-bottom,var(--theme-spacing-md,64px))}}@container preview (width<=520px){.section-render-stage .hero-02__frame{gap:var(--hero-02-mobile-grid-gap,var(--content-gap-md,32px));padding:var(--hero-02-mobile-padding-top,var(--theme-spacing-sm,48px)) var(--hero-02-mobile-padding-inline,var(--theme-spacing-sm,24px)) var(--hero-02-mobile-padding-bottom,var(--theme-spacing-sm,48px))}.section-render-stage .hero-02--overlay .hero-02__media{min-height:280px}.section-render-stage .hero-02__card{padding:var(--hero-02-card-padding-mobile,24px)}.section-render-stage .hero-02__title{font-size:var(--hero-02-mobile-title-size,clamp(34px, 11vw, 46px))}.section-render-stage .hero-02__lead{font-size:var(--hero-02-mobile-lead-size,16px)}.section-render-stage .hero-02__actions{display:grid}.section-render-stage .hero-02__actions .btn{justify-content:center;width:100%}.section-render-stage .hero-02__inner{padding:var(--hero-02-mobile-padding-top,var(--theme-spacing-sm,48px)) var(--hero-02-mobile-padding-inline,var(--theme-spacing-sm,24px)) var(--hero-02-mobile-padding-bottom,var(--theme-spacing-sm,48px));align-items:end}.section-render-stage .hero-02--fullscreen .hero-02__card{width:100%}.section-render-stage .hero-02--v4 .hero-02__card{text-align:left}.section-render-stage .hero-02--v4 .hero-02__actions{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.section-render-stage .hero-02 [data-pb-animate-item]{opacity:1;filter:none;animation:none;transform:none}}.section-render-stage .hero-03{width:100%;min-height:var(--hero-03-composition-min-height,clamp(520px, 54vw, 760px));border:var(--hero-03-section-border-width,0) solid var(--hero-03-section-border-color,transparent);border-radius:var(--hero-03-section-radius,var(--theme-radius-none,0));background:var(--hero-03-bg,var(--page-bg));box-shadow:var(--hero-03-section-shadow,none);--pb-section-animate-name:var(--hero-03-animate-name,pb-fade-in);--pb-section-animate-duration:var(--hero-03-animate-duration,.52s);--pb-section-animate-easing:var(--hero-03-animate-easing,ease);--pb-section-animate-delay-step:var(--hero-03-animate-delay-step,.1s);display:block;position:relative;overflow:hidden}.section-render-stage .hero-03--bg-primary-50{background:var(--primary-50)}.section-render-stage .hero-03--bg-secondary-50{background:var(--secondary-50)}.section-render-stage .hero-03--bg-gray-50{background:var(--gray-50)}.section-render-stage .hero-03__media{z-index:0;border:var(--hero-03-media-border-width,0) solid var(--hero-03-media-border-color,transparent);border-radius:var(--hero-03-media-radius,0);background:var(--hero-03-media-surface-bg,var(--surface-muted));min-height:0;box-shadow:var(--hero-03-media-shadow,none);margin:0;position:absolute;inset:0}.section-render-stage .hero-03__media[data-action=edit-image]{cursor:pointer}.section-render-stage .hero-03__bg-image{object-fit:var(--hero-03-image-fit,cover);object-position:var(--hero-03-image-position,center center);width:100%;height:100%}.section-render-stage .hero-03__overlay{z-index:1;pointer-events:none;background:color-mix(in srgb, var(--hero-03-overlay-color,var(--color-black)) 48%, transparent);position:absolute;inset:0}.section-render-stage .hero-03--bg-primary-50 .hero-03__overlay{background:color-mix(in srgb, var(--primary-base) 40%, transparent)}.section-render-stage .hero-03--bg-secondary-50 .hero-03__overlay{background:color-mix(in srgb, var(--secondary-base) 34%, transparent)}.section-render-stage .hero-03--bg-gray-50 .hero-03__overlay{background:color-mix(in srgb, var(--gray-900) 42%, transparent)}.section-render-stage .hero-03__container{z-index:1;width:100%;max-width:var(--hero-03-container-width,var(--container-xl,1280px));min-height:inherit;padding:var(--hero-03-padding-top,var(--theme-spacing-lg,80px)) var(--hero-03-padding-inline,var(--theme-container-padding,clamp(24px, 5vw, 88px))) var(--hero-03-padding-bottom,var(--theme-spacing-lg,80px));margin-inline:auto;position:relative}.section-render-stage .hero-03__panel{min-height:calc(var(--hero-03-composition-min-height,clamp(520px, 54vw, 760px)) - var(--hero-03-padding-top,var(--theme-spacing-lg,80px)) - var(--hero-03-padding-bottom,var(--theme-spacing-lg,80px)));display:grid}.section-render-stage .hero-03__grid{grid-template-columns:var(--hero-03-composition-grid-columns,minmax(0, .82fr) minmax(320px, 1fr));align-items:center;gap:calc(var(--hero-03-grid-gap,var(--theme-gap-lg,72px)) * var(--hero-03-composition-gap-scale,1));display:grid}.section-render-stage .hero-03__copy{gap:var(--hero-03-copy-gap,18px);max-width:var(--hero-03-copy-width,640px);justify-items:var(--hero-03-composition-justify-items,start);text-align:var(--hero-03-composition-text-align,left);display:grid}.section-render-stage .hero-03--v2 .hero-03__grid{grid-template-columns:minmax(0,1fr);justify-items:center}.section-render-stage .hero-03--v2 .hero-03__copy{text-align:center;justify-items:center;width:min(100%,760px);max-width:760px}.section-render-stage .hero-03--v2 .hero-03__lead{margin-inline:auto}.section-render-stage .hero-03--v2 .hero-03__actions{justify-content:center}.section-render-stage .hero-03--v3 .hero-03__copy{text-align:right;grid-column:2;justify-self:end;justify-items:end}.section-render-stage .hero-03--v3 .hero-03__lead{margin-left:auto}.section-render-stage .hero-03--v3 .hero-03__actions{justify-content:flex-end}.section-render-stage .hero-03__title{color:var(--hero-03-title-color,var(--text-inverse));font-family:var(--hero-03-title-font-family,var(--font-family-heading));font-size:calc(var(--hero-03-title-size,var(--type-hero-title-size,clamp(40px, 5vw, 72px))) * var(--hero-03-content-title-scale,1));font-weight:var(--hero-03-title-weight,var(--type-hero-title-weight,900));line-height:var(--hero-03-title-line-height,var(--type-hero-title-line-height,1));letter-spacing:var(--hero-03-title-letter-spacing,var(--type-hero-title-letter-spacing,0));margin:0}.section-render-stage .hero-03--swap-primary-secondary .hero-03__title{color:var(--hero-03-title-color,var(--text-inverse))}.section-render-stage .hero-03__lead{max-width:var(--hero-03-lead-width,580px);color:var(--hero-03-lead-color,var(--text-inverse));font-family:var(--hero-03-lead-font-family,var(--font-family-base));font-size:calc(var(--hero-03-lead-size,var(--type-lead-size,18px)) * var(--hero-03-content-text-scale,1));font-weight:var(--hero-03-lead-weight,var(--type-lead-weight,500));line-height:var(--hero-03-lead-line-height,var(--type-lead-line-height,1.5));letter-spacing:var(--hero-03-lead-letter-spacing,var(--type-lead-letter-spacing,0));margin:0}.section-render-stage .hero-03__actions{gap:var(--hero-03-actions-gap,var(--space-3,12px));margin-top:var(--hero-03-actions-margin-top,var(--space-2,8px));flex-wrap:wrap;display:flex}.section-render-stage .hero-03__primary-action{min-height:var(--hero-03-button-min-height,52px);padding-inline:var(--hero-03-button-padding-inline,26px);border:var(--hero-03-button-border-width,1px) solid var(--hero-03-button-border-color,var(--hero-03-primary-border,var(--btn-border,var(--section-secondary))));border-radius:var(--hero-03-button-radius,var(--theme-radius-md,12px));background:var(--hero-03-primary-bg,var(--btn-bg,var(--section-secondary)));color:var(--hero-03-button-color,var(--color-white));box-shadow:var(--hero-03-button-shadow,none)}@container preview (width<=1023px){.section-render-stage .hero-03__container{padding:var(--hero-03-tablet-padding-top,var(--theme-spacing-md,64px)) var(--hero-03-tablet-padding-inline,var(--theme-spacing-md,48px)) var(--hero-03-tablet-padding-bottom,var(--theme-spacing-md,64px))}.section-render-stage .hero-03__panel{min-height:calc(clamp(460px, 76vw, 680px) - var(--hero-03-tablet-padding-top,64px) - var(--hero-03-tablet-padding-bottom,64px))}.section-render-stage .hero-03__grid,.section-render-stage .hero-03--v3 .hero-03__grid{gap:var(--hero-03-tablet-grid-gap,var(--theme-gap-md,48px));grid-template-columns:minmax(0,1fr)}.section-render-stage .hero-03__copy,.section-render-stage .hero-03--v3 .hero-03__copy{text-align:left;grid-column:auto;justify-self:start;justify-items:start}.section-render-stage .hero-03--v2 .hero-03__copy{text-align:center;justify-self:center;justify-items:center}.section-render-stage .hero-03--v3 .hero-03__lead{margin-left:0}.section-render-stage .hero-03--v3 .hero-03__actions{justify-content:flex-start}}@container preview (width<=767px){.section-render-stage .hero-03__container{padding:var(--hero-03-mobile-padding-top,var(--theme-spacing-sm,48px)) var(--hero-03-mobile-padding-inline,var(--theme-spacing-sm,24px)) var(--hero-03-mobile-padding-bottom,var(--theme-spacing-sm,48px))}.section-render-stage .hero-03__panel{min-height:calc(clamp(440px, 126vw, 640px) - var(--hero-03-mobile-padding-top,48px) - var(--hero-03-mobile-padding-bottom,48px))}.section-render-stage .hero-03__copy{gap:16px;max-width:100%}.section-render-stage .hero-03__title{font-size:var(--hero-03-mobile-title-size,clamp(34px, 11vw, 48px))}.section-render-stage .hero-03__lead{font-size:var(--hero-03-mobile-lead-size,16px)}.section-render-stage .hero-03__actions{width:100%;display:grid}.section-render-stage .hero-03__actions .btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.section-render-stage .hero-03 [data-pb-animate-item]{opacity:1;filter:none;animation:none;transform:none}}.section-render-stage .hero-04{background:var(--hero-04-bg,var(--page-bg));padding-block:var(--hero-04-padding-block,0);overflow:var(--hero-04-overflow,hidden);--pb-section-animate-name:var(--hero-04-animate-name,var(--pb-animate-name));--pb-section-animate-duration:var(--hero-04-animate-duration,var(--pb-animate-duration));--pb-section-animate-easing:var(--hero-04-animate-easing,var(--pb-animate-easing));--pb-section-animate-delay-step:var(--hero-04-animate-delay-step,var(--pb-animate-delay-step));--pb-animate-from-opacity:var(--hero-04-animate-from-opacity,var(--pb-animate-from-opacity));--pb-animate-to-opacity:var(--hero-04-animate-to-opacity,var(--pb-animate-to-opacity));--pb-animate-from-x:var(--hero-04-animate-from-x,var(--pb-animate-from-x));--pb-animate-to-x:var(--hero-04-animate-to-x,var(--pb-animate-to-x));--pb-animate-from-y:var(--hero-04-animate-from-y,var(--pb-animate-from-y));--pb-animate-to-y:var(--hero-04-animate-to-y,var(--pb-animate-to-y));--pb-animate-from-scale:var(--hero-04-animate-from-scale,var(--pb-animate-from-scale));--pb-animate-to-scale:var(--hero-04-animate-to-scale,var(--pb-animate-to-scale));--pb-animate-from-filter:var(--hero-04-animate-from-filter,var(--pb-animate-from-filter));--pb-animate-to-filter:var(--hero-04-animate-to-filter,var(--pb-animate-to-filter))}.section-render-stage .hero-04.hero-04--bg-primary-50,.section-render-stage .hero-04.hero-04--bg-primary-50 .hero-04__content{background:var(--primary-50)}.section-render-stage .hero-04.hero-04--bg-secondary-50,.section-render-stage .hero-04.hero-04--bg-secondary-50 .hero-04__content{background:var(--secondary-50)}.section-render-stage .hero-04.hero-04--bg-gray-50,.section-render-stage .hero-04.hero-04--bg-gray-50 .hero-04__content{background:var(--gray-50)}.section-render-stage .hero-04__grid{grid-template-columns:var(--hero-04-grid-columns,minmax(0, 1fr) minmax(0, 1fr));grid-template-areas:var(--hero-04-grid-areas,"media content");min-height:var(--hero-04-grid-min-height,clamp(420px, 54vw, 760px));height:100%;display:grid}.section-render-stage .hero-04--v2 .hero-04__grid{grid-template-areas:var(--hero-04-grid-areas-v2,"media content")}.section-render-stage .hero-04--v1 .hero-04__copy,.section-render-stage .hero-04--v2 .hero-04__slider{order:1}.section-render-stage .hero-04--v1 .hero-04__slider,.section-render-stage .hero-04--v2 .hero-04__copy{order:2}.section-render-stage .hero-04__media{background:var(--hero-04-media-bg,var(--section-surface-alt,var(--surface-2)));grid-area:media;align-self:stretch;min-width:0;min-height:100%;display:flex;overflow:hidden}.section-render-stage .hero-04__media img{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block}.section-render-stage .hero-04__slide[data-image-behavior=fixed] .hero-04__image,.section-render-stage .hero-04__slide[data-image-behavior=parallax] .hero-04__image{height:var(--builder-image-behavior-height,150%);object-fit:var(--hero-04-image-fit,cover);object-position:var(--hero-04-image-position,center center);min-height:0;transform:translate3d(0, var(--builder-image-behavior-offset,0px), 0) scale(var(--builder-image-behavior-scale,1.34));transform-origin:50%;will-change:transform}.section-render-stage .hero-04__content{align-items:var(--hero-04-content-align,center);justify-content:var(--hero-04-content-justify,flex-start);min-width:0;padding:var(--hero-04-content-padding-block,var(--hero-padding-y,var(--section-padding-y-lg))) var(--hero-04-content-padding-inline,var(--section-content-padding,var(--panel-padding)));background:var(--hero-04-content-bg,var(--section-surface,var(--surface-1)));grid-area:content;display:flex}.section-render-stage .hero-04--v2 .hero-04__content{justify-content:var(--hero-04-content-justify-v2,flex-end)}.builder-react-render-stage .hero-04__copy,.builder-react-section-preview-stage .hero-04__copy,.section-render-stage .hero-04__copy{width:var(--hero-04-copy-width,min(100%, 38rem));max-width:var(--hero-04-max-width-01,min(100%, calc((var(--hero-04-container-width,var(--container-xl,1320px)) / 2) - var(--hero-04-content-padding-inline,clamp(1.5rem, 9vw, 8rem)))));justify-items:start;display:grid}.section-render-stage .hero-04__title,.hero-04 .hero-04__title{color:var(--hero-04-title-color,var(--hero-title-color,var(--section-title-color,var(--section-primary,var(--primary-base)))));font-family:var(--hero-04-title-font-family,var(--section-title-font-family,var(--builder-heading-font-family,var(--font-family-heading))));font-size:var(--hero-04-title-size,var(--hero-title-size,var(--type-hero-title-size)));font-weight:var(--hero-04-title-weight,var(--font-weight-extrabold));line-height:var(--hero-04-title-line-height,1);letter-spacing:var(--hero-04-title-letter-spacing,var(--letter-spacing-display));margin:0}.section-render-stage .hero-04--swap-primary-secondary .hero-04__title{color:var(--hero-04-title-color-swap,var(--hero-title-color-swap,var(--section-secondary,var(--secondary-base))))}.section-render-stage .hero-04__lead{margin:var(--hero-04-lead-margin-top,var(--space-3)) 0 0;color:var(--hero-04-lead-color,var(--section-muted,var(--text-muted)));font-family:var(--hero-04-lead-font-family,var(--section-text-font-family,var(--builder-body-font-family,var(--font-family-base))));font-size:var(--hero-04-lead-size,var(--text-md-size));font-weight:var(--hero-04-lead-weight,var(--font-weight-regular));line-height:var(--hero-04-lead-line-height,var(--line-height-text));letter-spacing:var(--hero-04-lead-letter-spacing,var(--letter-spacing-text))}.builder-react-render-stage .hero-04.hero-04--background .hero-04__title,.builder-react-section-preview-stage .hero-04.hero-04--background .hero-04__title,.section-render-stage .hero-04.hero-04--background .hero-04__title{color:var(--hero-04-background-title-color,var(--color-white))}.builder-react-render-stage .hero-04.hero-04--background .hero-04__lead,.builder-react-section-preview-stage .hero-04.hero-04--background .hero-04__lead,.section-render-stage .hero-04.hero-04--background .hero-04__lead{color:var(--hero-04-background-lead-color,var(--color-white))}.builder-react-render-stage .hero-04__actions,.builder-react-section-preview-stage .hero-04__actions,.section-render-stage .hero-04__actions{justify-content:flex-start;align-items:center;gap:var(--hero-04-actions-gap,var(--space-4));width:100%;margin-top:var(--hero-04-actions-margin-top,var(--space-6));display:flex}.builder-react-render-stage .hero-04__primary-action,.builder-react-section-preview-stage .hero-04__primary-action,.section-render-stage .hero-04__primary-action{font-family:var(--hero-04-button-font-family,var(--section-action-font-family,var(--button-font-family,var(--btn-font-family,var(--font-family-heading)))))}.builder-react-render-stage .hero-04--v4 .hero-04__copy,.builder-react-section-preview-stage .hero-04--v4 .hero-04__copy,.section-render-stage .hero-04--v4 .hero-04__copy{text-align:center;justify-items:center}.builder-react-render-stage .hero-04--v4 .hero-04__lead,.builder-react-section-preview-stage .hero-04--v4 .hero-04__lead,.section-render-stage .hero-04--v4 .hero-04__lead{margin-inline:auto}.builder-react-render-stage .hero-04--v4 .hero-04__actions,.builder-react-section-preview-stage .hero-04--v4 .hero-04__actions,.section-render-stage .hero-04--v4 .hero-04__actions{justify-content:center}.builder-react-render-stage .hero-04--v5 .hero-04__copy,.builder-react-section-preview-stage .hero-04--v5 .hero-04__copy,.section-render-stage .hero-04--v5 .hero-04__copy{text-align:right;justify-items:end}.builder-react-render-stage .hero-04--v5 .hero-04__lead,.builder-react-section-preview-stage .hero-04--v5 .hero-04__lead,.section-render-stage .hero-04--v5 .hero-04__lead{margin-left:auto}.builder-react-render-stage .hero-04--v5 .hero-04__actions,.builder-react-section-preview-stage .hero-04--v5 .hero-04__actions,.section-render-stage .hero-04--v5 .hero-04__actions{justify-content:flex-end}@container preview (width<=1023px){.section-render-stage .hero-04__grid,.section-render-stage .hero-04--v2 .hero-04__grid{grid-template-columns:var(--hero-04-grid-template-columns-01,var(--grid-layout-columns,1fr));grid-template-areas:"media""content";min-height:auto}.section-render-stage .hero-04--v2 .hero-04__copy{order:1}.section-render-stage .hero-04--v2 .hero-04__slider{order:2}.section-render-stage .hero-04__media{min-height:var(--hero-04-media-min-height-tablet,clamp(260px, 48vw, 440px))}.section-render-stage .hero-04__content{padding:var(--hero-04-content-padding-block-tablet,var(--mobile-hero-padding-y,var(--mobile-section-padding-y))) var(--hero-04-content-padding-inline-tablet,var(--section-content-padding,var(--panel-padding)));justify-content:flex-start}.section-render-stage .hero-04__copy{max-width:var(--hero-04-copy-width,min(100%, 38rem))}}@container preview (width<=767px){.section-render-stage .hero-04__media{min-height:var(--hero-04-media-min-height-mobile,240px)}.section-render-stage .hero-04__title,.hero-04 .hero-04__title{font-size:var(--hero-04-mobile-title-size,var(--hero-04-title-size));line-height:var(--hero-04-mobile-title-line-height,var(--hero-04-title-line-height))}.section-render-stage .hero-04__actions{grid-template-columns:var(--hero-04-grid-template-columns-02,var(--grid-layout-columns,1fr));gap:var(--hero-04-mobile-actions-gap,var(--space-3));display:grid}.section-render-stage .hero-04__actions .btn{justify-content:center;width:100%}}.section-render-stage .hero-01__primary-action,.section-render-stage .hero-02__primary-action,.section-render-stage .hero-03__primary-action,.section-render-stage .hero-04__primary-action,.section-render-stage .hero-05__primary-action,.section-render-stage .hero-06__primary-action,.section-render-stage .hero-07__primary-action,.section-render-stage .hero-08__primary-action,.section-render-stage .hero-09__primary-action,.section-render-stage .hero-10__primary-action{--btn-bg:var(--hero-button-bg,var(--secondary-bg,var(--secondary-base)));--btn-bg-hover:var(--hero-button-bg-hover,var(--section-secondary-hover,var(--secondary-bg-hover,var(--secondary-base))));--btn-bg-active:var(--hero-button-bg-active,var(--section-secondary-active,var(--secondary-bg-active,var(--secondary-base))));--btn-color:var(--hero-button-text,var(--section-secondary-text,var(--secondary-text,var(--color-white))));--btn-color-hover:var(--hero-button-text-hover,var(--btn-color));--btn-color-active:var(--hero-button-text-active,var(--btn-color));--btn-border:var(--hero-button-border,var(--btn-bg));--btn-border-hover:var(--hero-button-border-hover,var(--btn-bg-hover));--btn-border-active:var(--hero-button-border-active,var(--btn-bg-active));--btn-shadow:var(--hero-button-shadow,none);--btn-shadow-hover:var(--hero-button-shadow-hover,var(--hero-button-shadow,none));--btn-shadow-active:var(--hero-button-shadow-active,var(--hero-button-shadow,none))}.section-render-stage .hero-01--swap-primary-secondary .hero-01__primary-action,.section-render-stage .hero-02--swap-primary-secondary .hero-02__primary-action,.section-render-stage .hero-03--swap-primary-secondary .hero-03__primary-action,.section-render-stage .hero-04--swap-primary-secondary .hero-04__primary-action,.section-render-stage .hero-05--swap-primary-secondary .hero-05__primary-action,.section-render-stage .hero-06--swap-primary-secondary .hero-06__primary-action,.section-render-stage .hero-07--swap-primary-secondary .hero-07__primary-action,.section-render-stage .hero-08--swap-primary-secondary .hero-08__primary-action,.section-render-stage .hero-09--swap-primary-secondary .hero-09__primary-action,.section-render-stage .hero-10--swap-primary-secondary .hero-10__primary-action{--btn-bg:var(--hero-button-swap-bg,var(--primary-bg,var(--primary-base)));--btn-bg-hover:var(--hero-button-swap-bg-hover,var(--section-primary-hover,var(--primary-bg-hover,var(--primary-base))));--btn-bg-active:var(--hero-button-swap-bg-active,var(--section-primary-active,var(--primary-bg-active,var(--primary-base))));--btn-color:var(--hero-button-swap-text,var(--section-primary-text,var(--primary-text,var(--color-white))));--btn-color-hover:var(--hero-button-swap-text-hover,var(--hero-button-text-hover,var(--btn-color)));--btn-color-active:var(--hero-button-swap-text-active,var(--hero-button-text-active,var(--btn-color)));--btn-border:var(--hero-button-swap-border,var(--hero-button-border,var(--btn-bg)));--btn-border-hover:var(--hero-button-swap-border-hover,var(--hero-button-border-hover,var(--btn-bg-hover)));--btn-border-active:var(--hero-button-swap-border-active,var(--hero-button-border-active,var(--btn-bg-active)));--btn-shadow:var(--hero-button-swap-shadow,var(--hero-button-shadow,none));--btn-shadow-hover:var(--hero-button-swap-shadow-hover,var(--hero-button-shadow-hover,var(--hero-button-swap-shadow,var(--hero-button-shadow,none))));--btn-shadow-active:var(--hero-button-swap-shadow-active,var(--hero-button-shadow-active,var(--hero-button-swap-shadow,var(--hero-button-shadow,none))))}.section-render-stage .hero-01 .btn--ghost{--btn-bg:var(--hero-01-ghost-bg,var(--hero-ghost-button-bg,var(--section-surface-alt,var(--surface-2))));--btn-bg-hover:var(--hero-01-ghost-bg-hover,var(--hero-ghost-button-bg-hover,var(--section-surface-muted,var(--surface-3))));--btn-bg-active:var(--hero-01-ghost-bg-active,var(--hero-ghost-button-bg-active,var(--surface-soft)));--btn-color:var(--hero-01-ghost-color,var(--hero-ghost-button-text,var(--section-heading,var(--heading-color))));--btn-color-hover:var(--hero-01-ghost-color-hover,var(--hero-ghost-button-text-hover,var(--btn-color)));--btn-color-active:var(--hero-01-ghost-color-active,var(--hero-ghost-button-text-active,var(--btn-color)));--btn-border:var(--hero-01-ghost-border,var(--hero-ghost-button-border,var(--section-border,var(--border-color))));--btn-border-hover:var(--hero-01-ghost-border-hover,var(--hero-ghost-button-border-hover,var(--border-color-strong)));--btn-border-active:var(--hero-01-ghost-border-active,var(--hero-ghost-button-border-active,var(--btn-border-hover)))}.section-render-stage .hero-02 .btn--ghost{--btn-bg:var(--hero-02-ghost-bg,var(--hero-ghost-button-bg,var(--secondary-600)));--btn-bg-hover:var(--hero-02-ghost-bg-hover,var(--hero-ghost-button-bg-hover,var(--secondary-800)));--btn-bg-active:var(--hero-02-ghost-bg-active,var(--hero-ghost-button-bg-active,var(--secondary-900)));--btn-color:var(--hero-02-ghost-color,var(--hero-ghost-button-text,var(--hero-02-color,var(--text-inverse))));--btn-color-hover:var(--hero-02-ghost-color-hover,var(--hero-ghost-button-text-hover,var(--btn-color)));--btn-color-active:var(--hero-02-ghost-color-active,var(--hero-ghost-button-text-active,var(--btn-color)));--btn-border:var(--hero-02-ghost-border,var(--hero-ghost-button-border,var(--secondary-800)));--btn-border-hover:var(--hero-02-ghost-border-hover,var(--hero-ghost-button-border-hover,var(--secondary-900)));--btn-border-active:var(--hero-02-ghost-border-active,var(--hero-ghost-button-border-active,var(--btn-border-hover)))}.section-render-stage .hero-03 .btn--ghost{--btn-bg:var(--hero-03-ghost-bg,var(--hero-ghost-button-bg,var(--section-surface,var(--surface-1))));--btn-bg-hover:var(--hero-03-ghost-bg-hover,var(--hero-ghost-button-bg-hover,var(--btn-bg)));--btn-bg-active:var(--hero-03-ghost-bg-active,var(--hero-ghost-button-bg-active,var(--btn-bg-hover)));--btn-color:var(--hero-03-ghost-color,var(--hero-ghost-button-text,var(--section-text,var(--text-color))));--btn-color-hover:var(--hero-03-ghost-color-hover,var(--hero-ghost-button-text-hover,var(--btn-color)));--btn-color-active:var(--hero-03-ghost-color-active,var(--hero-ghost-button-text-active,var(--btn-color)));--btn-border:var(--hero-03-ghost-border,var(--hero-ghost-button-border,var(--section-border,var(--border-color))));--btn-border-hover:var(--hero-03-ghost-border-hover,var(--hero-ghost-button-border-hover,var(--btn-border)));--btn-border-active:var(--hero-03-ghost-border-active,var(--hero-ghost-button-border-active,var(--btn-border-hover)))}:where(.hero-01,.hero-02,.hero-03,.hero-04,.hero-05,.hero-06,.hero-07,.hero-08,.hero-09,.hero-10).section-scheme-dark{--hero-bg:var(--section-surface);--hero-title-color:var(--section-title-color,var(--section-primary));--hero-title-color-swap:var(--section-secondary);--hero-text-color:var(--section-text);--hero-button-bg:var(--section-primary);--hero-button-bg-hover:var(--section-primary-hover);--hero-button-bg-active:var(--section-primary-hover);--hero-button-text:var(--section-primary-text);--hero-button-text-hover:var(--section-primary-text);--hero-button-text-active:var(--section-primary-text);--hero-button-border:var(--section-primary);--hero-button-border-hover:var(--section-primary-hover);--hero-button-border-active:var(--section-primary-hover);--hero-button-swap-bg:var(--section-secondary);--hero-button-swap-bg-hover:var(--section-secondary-hover);--hero-button-swap-bg-active:var(--section-secondary-hover);--hero-button-swap-text:var(--section-secondary-text);--hero-button-swap-text-hover:var(--section-secondary-text);--hero-button-swap-text-active:var(--section-secondary-text);--hero-button-swap-border:var(--section-secondary);--hero-button-swap-border-hover:var(--section-secondary-hover);--hero-button-swap-border-active:var(--section-secondary-hover);--hero-ghost-button-bg:transparent;--hero-ghost-button-bg-hover:var(--section-hover-bg);--hero-ghost-button-bg-active:var(--section-surface-muted);--hero-ghost-button-text:var(--section-heading);--hero-ghost-button-text-hover:var(--section-heading);--hero-ghost-button-text-active:var(--section-heading);--hero-ghost-button-border:var(--section-border);--hero-ghost-button-border-hover:var(--section-primary);--hero-ghost-button-border-active:var(--section-primary);--hero-card-bg:var(--section-card-bg,var(--section-surface-alt));--hero-card-border:var(--section-border);--hero-panel-bg:var(--section-card-bg,var(--section-surface-alt));--hero-panel-border:var(--section-border);--hero-media-bg:var(--section-surface-alt);--hero-nav-bg:var(--section-card-bg,var(--section-surface-alt));--hero-nav-color:var(--section-heading);--hero-nav-border:1px solid var(--section-border);--hero-dot-bg:color-mix(in srgb, var(--section-heading) 22%, transparent);--hero-dot-bg-active:var(--section-primary);--hero-overlay-bg:var(--section-overlay);--hero-02-overlay-bg:var(--section-overlay);--overlay-dark:var(--section-overlay)}:where(.hero-01).section-scheme-dark{--hero-01-bg:var(--hero-bg);--hero-01-title-color:var(--hero-title-color);--hero-01-title-color-swap:var(--hero-title-color-swap);--hero-01-lead-color:var(--section-text);--hero-01-color-swap:var(--section-secondary);--hero-01-visual-bg:var(--section-surface-alt);--hero-01-ghost-bg:var(--hero-ghost-button-bg);--hero-01-ghost-bg-hover:var(--hero-ghost-button-bg-hover);--hero-01-ghost-bg-active:var(--hero-ghost-button-bg-active);--hero-01-ghost-color:var(--hero-ghost-button-text);--hero-01-ghost-border:var(--hero-ghost-button-border);--hero-01-ghost-border-hover:var(--hero-ghost-button-border-hover)}:where(.hero-02).section-scheme-dark{--hero-02-bg:var(--hero-bg);--hero-02-color:var(--color-white);--hero-02-overlay-bg:var(--section-overlay);--hero-02-ghost-bg:transparent;--hero-02-ghost-bg-hover:var(--section-hover-bg);--hero-02-ghost-bg-active:var(--section-surface-muted);--hero-02-ghost-color:var(--section-heading);--hero-02-ghost-border:var(--section-border);--hero-02-ghost-border-hover:var(--section-primary)}:where(.hero-03).section-scheme-dark{--hero-03-bg:var(--hero-bg);--hero-03-card-bg:var(--section-card-bg,var(--section-surface-alt));--hero-03-card-border:var(--section-border);--hero-03-media-bg:var(--section-surface-alt);--hero-03-ghost-bg:transparent;--hero-03-ghost-bg-hover:var(--section-hover-bg);--hero-03-ghost-color:var(--section-heading);--hero-03-ghost-border:var(--section-border)}:where(.hero-04).section-scheme-dark{--hero-04-bg:var(--hero-bg);--hero-04-title-color:var(--hero-title-color);--hero-04-title-color-swap:var(--hero-title-color-swap);--hero-04-lead-color:var(--section-text);--hero-04-content-bg:var(--section-card-bg,var(--section-surface-alt));--hero-04-content-border:var(--section-border);--hero-04-media-bg:var(--section-surface-alt);--hero-04-ghost-bg:transparent;--hero-04-ghost-bg-hover:var(--section-hover-bg);--hero-04-ghost-color:var(--section-heading);--hero-04-ghost-border:var(--section-border)}:where(.hero-05).section-scheme-dark{--hero-05-bg:var(--hero-bg);--hero-05-title-color:var(--hero-title-color);--hero-05-title-color-swap:var(--hero-title-color-swap);--hero-05-lead-color:var(--section-text);--hero-05-card-bg:var(--section-card-bg,var(--section-surface-alt));--hero-05-card-border:var(--section-border);--hero-05-media-bg:var(--section-surface-alt);--hero-05-ghost-bg:transparent;--hero-05-ghost-bg-hover:var(--section-hover-bg);--hero-05-ghost-color:var(--section-heading);--hero-05-ghost-border:var(--section-border)}:where(.hero-06).section-scheme-dark{--hero-06-bg:var(--hero-bg);--hero-06-title-color:var(--hero-title-color);--hero-06-title-color-swap:var(--hero-title-color-swap);--hero-06-lead-color:var(--section-text);--hero-06-card-bg:var(--section-card-bg,var(--section-surface-alt));--hero-06-card-border:var(--section-border);--hero-06-media-bg:var(--section-surface-alt);--hero-06-ghost-bg:transparent;--hero-06-ghost-bg-hover:var(--section-hover-bg);--hero-06-ghost-color:var(--section-heading);--hero-06-ghost-border:var(--section-border)}:where(.hero-07).section-scheme-dark{--hero-07-bg:var(--hero-bg);--hero-07-title-color:var(--hero-title-color);--hero-07-title-color-swap:var(--hero-title-color-swap);--hero-07-lead-color:var(--section-text);--hero-07-slide-bg:var(--section-surface-alt);--hero-07-card-bg:var(--section-card-bg,var(--section-surface-alt));--hero-07-card-border:var(--section-border);--hero-07-nav-bg:var(--hero-nav-bg);--hero-07-nav-color:var(--hero-nav-color);--hero-07-nav-border:var(--hero-nav-border);--hero-07-dot-bg:var(--hero-dot-bg);--hero-07-dot-bg-active:var(--hero-dot-bg-active);--hero-07-ghost-bg:transparent;--hero-07-ghost-bg-hover:var(--section-hover-bg);--hero-07-ghost-color:var(--section-heading);--hero-07-ghost-border:var(--section-border)}:where(.hero-08).section-scheme-dark{--hero-08-bg:var(--hero-bg);--hero-08-title-color:var(--color-white);--hero-08-lead-color:var(--color-white);--hero-08-media-bg:var(--section-surface-alt);--hero-08-overlay-bg:var(--section-overlay);--hero-08-nav-bg:var(--hero-nav-bg);--hero-08-nav-color:var(--hero-nav-color);--hero-08-nav-border:var(--hero-nav-border);--hero-08-dot-bg:var(--hero-dot-bg);--hero-08-dot-bg-active:var(--hero-dot-bg-active);--hero-08-ghost-bg:transparent;--hero-08-ghost-bg-hover:var(--section-hover-bg);--hero-08-ghost-color:var(--section-heading);--hero-08-ghost-border:var(--section-border)}:where(.hero-09).section-scheme-dark{--hero-09-bg:var(--hero-bg);--hero-09-title-color:var(--color-white);--hero-09-lead-color:var(--color-white);--hero-09-slide-bg:var(--section-surface-alt);--hero-09-overlay-bg:var(--section-overlay);--hero-09-nav-bg:var(--hero-nav-bg);--hero-09-nav-color:var(--hero-nav-color);--hero-09-nav-border:var(--hero-nav-border);--hero-09-dot-bg:var(--hero-dot-bg);--hero-09-dot-bg-active:var(--hero-dot-bg-active);--hero-09-ghost-bg:transparent;--hero-09-ghost-bg-hover:var(--section-hover-bg);--hero-09-ghost-color:var(--section-heading);--hero-09-ghost-border:var(--section-border)}:where(.hero-10).section-scheme-dark{--hero-10-bg:var(--hero-bg);--hero-10-title-color:var(--hero-title-color);--hero-10-title-color-swap:var(--hero-title-color-swap);--hero-10-lead-color:var(--section-text);--hero-10-viewport-bg:var(--section-surface-alt);--hero-10-slide-bg:var(--section-surface-alt);--hero-10-nav-bg:var(--hero-nav-bg);--hero-10-nav-color:var(--hero-nav-color);--hero-10-nav-border:var(--hero-nav-border);--hero-10-dot-bg:var(--hero-dot-bg);--hero-10-dot-bg-active:var(--hero-dot-bg-active);--hero-10-ghost-bg:transparent;--hero-10-ghost-bg-hover:var(--section-hover-bg);--hero-10-ghost-color:var(--section-heading);--hero-10-ghost-border:var(--section-border)}:where(.hero-01,.hero-02,.hero-03,.hero-04,.hero-05,.hero-06,.hero-07,.hero-08,.hero-09,.hero-10).section-scheme-dark :where([class*=__eyebrow],[class*=__kicker],[class*=__meta],[class*=__subtitle]){color:var(--section-muted)}.section-render-stage .cta-01{min-height:var(--cta-01-min-height,clamp(280px, 24vw, 360px));border:var(--cta-01-section-border-width,0) solid var(--cta-01-section-border-color,transparent);border-radius:var(--cta-01-section-radius,var(--theme-radius-lg,var(--radius-lg,16px)));background:var(--cta-01-section-surface-bg,var(--page-bg));box-shadow:var(--cta-01-section-shadow,none);isolation:isolate;position:relative;overflow:hidden}.section-render-stage .cta-01.section-scheme-dark{--cta-01-section-surface-bg:var(--section-surface,var(--color-black));background:var(--cta-01-section-surface-bg)}.section-render-stage .cta-01--bg-primary-50{background:var(--primary-50)}.section-render-stage .cta-01--bg-secondary-50{background:var(--secondary-50)}.section-render-stage .cta-01--bg-gray-50{background:var(--gray-50)}.section-render-stage .cta-01__layout{z-index:2;width:100%;min-height:inherit;display:grid;position:relative}.section-render-stage .cta-01--split .cta-01__layout{grid-template-columns:repeat(2,minmax(0,1fr))}.section-render-stage .cta-01__copy{min-width:0;padding-block:var(--cta-01-padding-top,clamp(48px, 6vw, 72px)) var(--cta-01-padding-bottom,clamp(48px, 6vw, 72px));padding-inline:var(--cta-01-copy-padding-inline,max(var(--builder-container-padding,24px), calc((100cqw - var(--cta-01-container-width,1280px)) / 2)));align-content:center;justify-items:start;display:grid}.section-render-stage .cta-01--v1 .cta-01__copy{order:1;padding-right:clamp(28px,5cqw,64px)}.section-render-stage .cta-01--v1 .cta-01__media{order:2}.section-render-stage .cta-01--v2 .cta-01__media{order:1}.section-render-stage .cta-01--v2 .cta-01__copy{order:2;padding-left:clamp(28px,5cqw,64px)}.section-render-stage .cta-01__title{max-width:var(--cta-01-title-width,34rem);color:var(--cta-01-title-color,var(--section-primary,var(--primary-base)));font-family:var(--cta-01-title-font-family,var(--section-title-font-family,var(--builder-heading-font-family,var(--font-family-heading))));font-size:var(--cta-01-title-size,var(--section-title-size));font-weight:var(--cta-01-title-weight,var(--font-weight-bold));line-height:var(--cta-01-title-line-height,1.05);margin:0}.section-render-stage .cta-01__lead{max-width:var(--cta-01-lead-width,36rem);margin:var(--space-4) 0 0;color:var(--cta-01-lead-color,var(--section-muted,var(--text-muted)));font-family:var(--cta-01-lead-font-family,var(--section-text-font-family,var(--builder-body-font-family,var(--font-family-base))));font-size:var(--cta-01-lead-size,var(--text-md-size));line-height:var(--cta-01-lead-line-height,var(--line-height-text))}.section-render-stage .cta-01__actions{width:100%;margin-top:var(--space-6);justify-content:flex-start;display:flex}.section-render-stage .cta-01__primary-action{background:var(--cta-01-primary-bg,var(--section-secondary,var(--secondary-base)));border-color:var(--cta-01-primary-border,var(--section-secondary,var(--secondary-base)));border-radius:var(--cta-01-button-radius,var(--radius-md));color:var(--color-white);font-family:var(--cta-01-button-font-family,var(--section-action-font-family,var(--button-font-family,var(--btn-font-family,var(--font-family-heading)))))}.section-render-stage .cta-01--swap-primary-secondary .cta-01__title{color:var(--cta-01-title-color,var(--section-secondary,var(--secondary-base)))}.section-render-stage .cta-01--swap-primary-secondary .cta-01__primary-action{background:var(--cta-01-primary-bg,var(--section-primary,var(--primary-base)));border-color:var(--cta-01-primary-border,var(--section-primary,var(--primary-base)))}.section-render-stage .cta-01__media{min-width:0;min-height:inherit;background:var(--cta-01-media-surface-bg,var(--surface-2));position:relative;overflow:hidden}.section-render-stage .cta-01__media-frame,.section-render-stage .cta-01__media-frame>*,.section-render-stage .cta-01__image{width:100%;height:100%;min-height:inherit}.section-render-stage .cta-01__image{object-fit:var(--cta-01-image-fit,cover);object-position:var(--cta-01-image-position,center center);display:block}.section-render-stage .cta-01--background .cta-01__media{z-index:0;position:absolute;inset:0}.section-render-stage .cta-01__overlay{background:color-mix(in srgb, var(--cta-01-overlay-color,var(--color-black)) 48%, transparent);pointer-events:none;position:absolute;inset:0}.section-render-stage .cta-01--background .cta-01__layout{max-width:var(--cta-01-container-width,1280px);padding-inline:var(--cta-01-padding-inline,var(--builder-container-padding,24px));margin-inline:auto}.section-render-stage .cta-01--background .cta-01__copy{width:min(100%,40rem);color:var(--color-white);padding-inline:0}.section-render-stage .cta-01--background .cta-01__title{color:var(--cta-01-background-title-color,var(--color-white))}.section-render-stage .cta-01--background .cta-01__lead{color:var(--cta-01-background-lead-color,var(--color-white))}.section-render-stage .cta-01--v3 .cta-01__layout{justify-items:start}.section-render-stage .cta-01--v4 .cta-01__layout{justify-items:center}.section-render-stage .cta-01--v5 .cta-01__layout{justify-items:end}.section-render-stage .cta-01--v4 .cta-01__copy{text-align:center;justify-items:center}.section-render-stage .cta-01--v5 .cta-01__copy{text-align:right;justify-items:end}.section-render-stage .cta-01--v4 .cta-01__lead{margin-inline:auto}.section-render-stage .cta-01--v5 .cta-01__lead{margin-left:auto}.section-render-stage .cta-01--v4 .cta-01__actions{justify-content:center}.section-render-stage .cta-01--v5 .cta-01__actions{justify-content:flex-end}@container preview (width<=1023px){.section-render-stage .cta-01--split .cta-01__layout{grid-template-columns:1fr}.section-render-stage .cta-01--split .cta-01__copy{padding:var(--cta-01-tablet-padding-top,48px) var(--cta-01-tablet-padding-inline,32px) var(--cta-01-tablet-padding-bottom,48px);order:1}.section-render-stage .cta-01--split .cta-01__media{min-height:var(--cta-01-tablet-media-min-height,300px);order:2}}@container preview (width<=767px){.section-render-stage .cta-01{min-height:var(--cta-01-mobile-min-height,280px)}.section-render-stage .cta-01__title{font-size:var(--cta-01-mobile-title-size,var(--section-title-size-mobile))}.section-render-stage .cta-01--split .cta-01__copy{padding:var(--cta-01-mobile-padding-top,40px) var(--cta-01-mobile-padding-inline,24px) var(--cta-01-mobile-padding-bottom,40px)}.section-render-stage .cta-01--background .cta-01__layout{padding-inline:var(--cta-01-mobile-padding-inline,24px)}.section-render-stage .cta-01--v5 .cta-01__copy{text-align:left;justify-items:start}.section-render-stage .cta-01--v5 .cta-01__lead{margin-left:0}.section-render-stage .cta-01--v5 .cta-01__actions{justify-content:flex-start}}.section-render-stage .cta-02{box-sizing:border-box;width:100%;padding-block:var(--cta-02-padding-top,clamp(32px, 4vw, 56px)) var(--cta-02-padding-bottom,clamp(32px, 4vw, 56px));padding-inline:var(--cta-02-padding-inline,var(--builder-container-padding,24px));background:var(--cta-02-background,var(--section-bg,transparent));container:preview/inline-size}.section-render-stage .cta-02__container{width:min(100%, var(--cta-02-container-width,1280px));min-height:var(--cta-02-min-height,clamp(220px, 20vw, 300px));border:var(--cta-02-section-border-width,0) solid var(--cta-02-section-border-color,transparent);border-radius:var(--cta-02-section-radius,var(--radius-lg));box-shadow:var(--cta-02-section-shadow,none);isolation:isolate;margin-inline:auto;display:grid;position:relative;overflow:hidden}.section-render-stage .cta-02--surface .cta-02__container{background:var(--cta-02-surface-bg,var(--section-surface-alt,var(--gray-50)))}.section-render-stage .cta-02__content{z-index:2;align-items:center;gap:var(--cta-02-column-gap,clamp(28px, 5vw, 72px));grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-width:0;padding:clamp(36px,5vw,68px);display:grid;position:relative}.builder-react-render-stage .cta-02--image .cta-02__content,.builder-react-render-stage .cta-02--image .cta-02__details{pointer-events:none}.builder-react-render-stage .cta-02--image .cta-02__title,.builder-react-render-stage .cta-02--image .cta-02__lead,.builder-react-render-stage .cta-02--image .cta-02__actions{pointer-events:auto}.section-render-stage .cta-02--reversed .cta-02__title{order:2}.section-render-stage .cta-02--reversed .cta-02__details{order:1}.section-render-stage .cta-02__title{max-width:15ch;color:var(--cta-02-title-color,var(--section-primary,var(--primary-base)));font-family:var(--cta-02-title-font-family,var(--section-title-font-family,var(--builder-heading-font-family,var(--font-family-heading))));font-size:var(--cta-02-title-size,var(--section-title-size));font-weight:var(--cta-02-title-weight,var(--font-weight-bold));line-height:var(--cta-02-title-line-height,1.08);margin:0}.section-render-stage .cta-02__details{justify-items:start;gap:clamp(18px,2vw,28px);min-width:0;display:grid}.section-render-stage .cta-02__lead{max-width:44rem;color:var(--cta-02-lead-color,var(--section-muted,var(--text-muted)));font-family:var(--cta-02-lead-font-family,var(--section-text-font-family,var(--builder-body-font-family,var(--font-family-base))));font-size:var(--cta-02-lead-size,var(--text-md-size));line-height:var(--cta-02-lead-line-height,var(--line-height-text));margin:0}.section-render-stage .cta-02__actions{display:flex}.section-render-stage .cta-02__primary-action{background:var(--cta-02-primary-bg,var(--section-secondary,var(--secondary-base)));border-color:var(--cta-02-primary-border,var(--section-secondary,var(--secondary-base)));border-radius:var(--cta-02-button-radius,var(--radius-md));font-family:var(--cta-02-button-font-family,var(--section-action-font-family,var(--button-font-family,var(--font-family-heading))))}.section-render-stage .cta-02--swap-primary-secondary .cta-02__title{color:var(--cta-02-title-color,var(--section-secondary,var(--secondary-base)))}.section-render-stage .cta-02--swap-primary-secondary .cta-02__primary-action{background:var(--cta-02-primary-bg,var(--section-primary,var(--primary-base)));border-color:var(--cta-02-primary-border,var(--section-primary,var(--primary-base)))}.section-render-stage .cta-02__media,.section-render-stage .cta-02__media-frame,.section-render-stage .cta-02__media-frame>*,.section-render-stage .cta-02__image-element{width:100%;height:100%;position:absolute;inset:0}.section-render-stage .cta-02__media{z-index:0}.section-render-stage .cta-02__image-element{object-fit:var(--cta-02-image-fit,cover);object-position:var(--cta-02-image-position,center center);display:block}.section-render-stage .cta-02__overlay{background:color-mix(in srgb, var(--cta-02-overlay-color,var(--color-black)) 54%, transparent);pointer-events:none;position:absolute;inset:0}.section-render-stage .cta-02--image .cta-02__title{color:var(--cta-02-image-title-color,var(--color-white))}.section-render-stage .cta-02--image .cta-02__lead{color:var(--cta-02-image-lead-color,var(--color-white))}@container preview (width<=767px){.section-render-stage .cta-02{padding-inline:var(--cta-02-mobile-padding-inline,16px)}.section-render-stage .cta-02__container{min-height:var(--cta-02-mobile-min-height,320px)}.section-render-stage .cta-02__content{padding:var(--cta-02-mobile-content-padding,32px 24px);grid-template-columns:1fr;align-content:center;gap:24px}.section-render-stage .cta-02--reversed .cta-02__title,.section-render-stage .cta-02--reversed .cta-02__details{order:initial}.section-render-stage .cta-02__title{max-width:18ch}}.section-render-stage .cta-03{--cta-03-default-action-bg:var(--section-secondary,var(--secondary-base));--cta-03-default-action-border:var(--section-secondary,var(--secondary-base));--cta-03-default-solid-bg:var(--section-primary,var(--primary-base));--cta-03-default-title-color:var(--section-primary,var(--primary-base));box-sizing:border-box;width:100%;padding-block:var(--cta-03-padding-top,clamp(40px, 5vw, 72px)) var(--cta-03-padding-bottom,clamp(40px, 5vw, 72px));background:var(--cta-03-background,var(--section-bg,transparent));container:preview/inline-size}.section-render-stage .cta-03--contained{padding-inline:var(--cta-03-padding-inline,var(--builder-container-padding,24px))}.section-render-stage .cta-03--full{padding-inline:0}.section-render-stage .cta-03__container{gap:var(--cta-03-panel-gap,clamp(16px, 2vw, 24px));width:100%;min-height:var(--cta-03-min-height,clamp(300px, 28vw, 390px));grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:auto;display:grid}.section-render-stage .cta-03--contained .cta-03__container{max-width:var(--cta-03-container-width,1280px)}.section-render-stage .cta-03--full .cta-03__container{gap:0;max-width:none}.section-render-stage .cta-03__panel{min-width:0;min-height:inherit;border:var(--cta-03-section-border-width,1px) solid var(--cta-03-section-border-color,var(--section-border,var(--border-color)));border-radius:var(--cta-03-section-radius,var(--radius-md,12px));background:var(--cta-03-plain-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--cta-03-section-shadow,none);align-items:center;display:grid;position:relative;overflow:hidden}.section-render-stage .cta-03--full .cta-03__panel{border-radius:0}.section-render-stage .cta-03__panel--solid{background:var(--cta-03-solid-bg,var(--cta-03-default-solid-bg));color:var(--cta-03-solid-text,var(--color-white))}.section-render-stage .cta-03__copy{z-index:2;align-content:center;justify-items:start;gap:clamp(14px,1.5vw,22px);width:min(100%,38rem);min-width:0;margin-inline:auto;padding:clamp(36px,5vw,72px);display:grid;position:relative}.section-render-stage .cta-03--full .cta-03__copy{text-align:center;justify-items:center}.section-render-stage .cta-03__title{max-width:20ch;color:var(--cta-03-title-color,var(--cta-03-default-title-color));font-family:var(--cta-03-title-font-family,var(--section-title-font-family,var(--builder-heading-font-family,var(--font-family-heading,sans-serif))));font-size:var(--cta-03-title-size,var(--section-title-size));font-weight:var(--cta-03-title-weight,var(--section-title-weight));line-height:var(--cta-03-title-line-height,var(--section-title-line-height));letter-spacing:0;margin:0}.section-render-stage .cta-03__lead{max-width:42rem;color:var(--cta-03-lead-color,var(--section-muted,var(--text-muted)));font-family:var(--cta-03-lead-font-family,var(--section-text-font-family,var(--builder-body-font-family,var(--font-family-base,sans-serif))));font-size:var(--cta-03-lead-size,var(--text-md-size,1rem));line-height:var(--cta-03-lead-line-height,var(--line-height-text,1.6));margin:0}.section-render-stage .cta-03__actions{margin-top:4px;display:flex}.section-render-stage .cta-03__action{background:var(--cta-03-action-bg,var(--cta-03-default-action-bg));border-color:var(--cta-03-action-border,var(--cta-03-default-action-border));border-radius:var(--cta-03-button-radius,var(--radius-md,12px));font-family:var(--cta-03-button-font-family,var(--section-action-font-family,var(--button-font-family,var(--font-family-heading,sans-serif))))}.section-render-stage .cta-03__panel--solid .cta-03__title,.section-render-stage .cta-03__panel--solid .cta-03__lead,.section-render-stage .cta-03__panel--image .cta-03__title,.section-render-stage .cta-03__panel--image .cta-03__lead{color:var(--cta-03-solid-text,var(--color-white))}.section-render-stage .cta-03__panel--solid .cta-03__action,.section-render-stage .cta-03__panel--image .cta-03__action{background:var(--cta-03-inverse-action-bg,var(--section-surface,var(--surface-1)));border-color:var(--cta-03-inverse-action-border,var(--section-surface,var(--surface-1)));color:var(--cta-03-inverse-action-text,var(--section-primary,var(--primary-base)))}.section-render-stage .cta-03--swap-primary-secondary{--cta-03-default-action-bg:var(--section-primary,var(--primary-base));--cta-03-default-action-border:var(--section-primary,var(--primary-base));--cta-03-default-solid-bg:var(--section-secondary,var(--secondary-base));--cta-03-default-title-color:var(--section-secondary,var(--secondary-base))}.section-render-stage .cta-03__media,.section-render-stage .cta-03__media-frame,.section-render-stage .cta-03__media-frame>*,.section-render-stage .cta-03__image{width:100%;height:100%;position:absolute;inset:0}.section-render-stage .cta-03__image{object-fit:var(--cta-03-image-fit,cover);object-position:var(--cta-03-image-position,center center);display:block}.section-render-stage .cta-03__overlay{z-index:1;background:color-mix(in srgb, var(--cta-03-overlay-color,var(--color-black)) 52%, transparent);pointer-events:none;position:absolute;inset:0}.section-render-stage .cta-03__panel--left .cta-03__title{color:var(--cta-03-left-title-color,var(--cta-03-title-color,var(--cta-03-default-title-color)))}.section-render-stage .cta-03__panel--left .cta-03__lead{color:var(--cta-03-left-lead-color,var(--cta-03-lead-color,var(--section-muted,var(--text-muted))))}.section-render-stage .cta-03__panel--left .cta-03__action{background:var(--cta-03-left-action-bg,var(--cta-03-action-bg,var(--cta-03-default-action-bg)));border-color:var(--cta-03-left-action-border,var(--cta-03-action-border,var(--cta-03-default-action-border)));color:var(--color-white)}.section-render-stage .cta-03__panel--right .cta-03__title{color:var(--cta-03-right-title-color,var(--cta-03-title-color,var(--cta-03-default-title-color)))}.section-render-stage .cta-03__panel--right .cta-03__lead{color:var(--cta-03-right-lead-color,var(--cta-03-lead-color,var(--section-muted,var(--text-muted))))}.section-render-stage .cta-03__panel--right .cta-03__action{background:var(--cta-03-right-action-bg,var(--cta-03-action-bg,var(--cta-03-default-action-bg)));border-color:var(--cta-03-right-action-border,var(--cta-03-action-border,var(--cta-03-default-action-border)));color:var(--color-white)}.section-render-stage .cta-03__panel--solid.cta-03__panel--left .cta-03__title,.section-render-stage .cta-03__panel--image.cta-03__panel--left .cta-03__title{color:var(--cta-03-left-title-color,var(--cta-03-solid-text,var(--color-white)))}.section-render-stage .cta-03__panel--solid.cta-03__panel--left .cta-03__lead,.section-render-stage .cta-03__panel--image.cta-03__panel--left .cta-03__lead{color:var(--cta-03-left-lead-color,var(--cta-03-solid-text,var(--color-white)))}.section-render-stage .cta-03__panel--solid.cta-03__panel--right .cta-03__title,.section-render-stage .cta-03__panel--image.cta-03__panel--right .cta-03__title{color:var(--cta-03-right-title-color,var(--cta-03-solid-text,var(--color-white)))}.section-render-stage .cta-03__panel--solid.cta-03__panel--right .cta-03__lead,.section-render-stage .cta-03__panel--image.cta-03__panel--right .cta-03__lead{color:var(--cta-03-right-lead-color,var(--cta-03-solid-text,var(--color-white)))}.section-render-stage .cta-03__panel--solid.cta-03__panel--left .cta-03__action,.section-render-stage .cta-03__panel--image.cta-03__panel--left .cta-03__action{background:var(--cta-03-left-action-bg,var(--cta-03-inverse-action-bg,var(--color-white)));border-color:var(--cta-03-left-action-border,var(--cta-03-inverse-action-border,var(--color-white)));color:var(--cta-03-inverse-action-text,var(--cta-03-solid-bg,var(--cta-03-default-solid-bg)))}.section-render-stage .cta-03__panel--solid.cta-03__panel--right .cta-03__action,.section-render-stage .cta-03__panel--image.cta-03__panel--right .cta-03__action{background:var(--cta-03-right-action-bg,var(--cta-03-inverse-action-bg,var(--color-white)));border-color:var(--cta-03-right-action-border,var(--cta-03-inverse-action-border,var(--color-white)));color:var(--cta-03-inverse-action-text,var(--cta-03-solid-bg,var(--cta-03-default-solid-bg)))}.section-render-stage .cta-03.section-scheme-dark .cta-03__panel--left:not(.cta-03__panel--solid):not(.cta-03__panel--image) .cta-03__title{color:var(--cta-03-left-title-color,var(--section-title-color,var(--section-primary)))}.section-render-stage .cta-03.section-scheme-dark .cta-03__panel--left:not(.cta-03__panel--solid):not(.cta-03__panel--image) .cta-03__lead{color:var(--cta-03-left-lead-color,var(--section-text,var(--color-white)))}.section-render-stage .cta-03.section-scheme-dark .cta-03__panel--right:not(.cta-03__panel--solid):not(.cta-03__panel--image) .cta-03__title{color:var(--cta-03-right-title-color,var(--section-title-color,var(--section-primary)))}.section-render-stage .cta-03.section-scheme-dark .cta-03__panel--right:not(.cta-03__panel--solid):not(.cta-03__panel--image) .cta-03__lead{color:var(--cta-03-right-lead-color,var(--section-text,var(--color-white)))}.builder-react-render-stage .cta-03__panel--image .cta-03__copy{pointer-events:none}.builder-react-render-stage .cta-03__panel--image .cta-03__title,.builder-react-render-stage .cta-03__panel--image .cta-03__lead,.builder-react-render-stage .cta-03__panel--image .cta-03__actions{pointer-events:auto}@container preview (width<=767px){.section-render-stage .cta-03{padding-inline:var(--cta-03-mobile-padding-inline,16px)}.section-render-stage .cta-03__container{gap:var(--cta-03-mobile-panel-gap,0);grid-template-columns:1fr}.section-render-stage .cta-03__panel{min-height:var(--cta-03-mobile-panel-min-height,300px);border-radius:0}.section-render-stage .cta-03__copy{padding:var(--cta-03-mobile-content-padding,36px 24px)}.section-render-stage .cta-03--full .cta-03__copy{text-align:left;justify-items:start}}.section-render-stage .accordion-01{background:var(--accordion-01-bg,var(--section-surface,var(--surface-1)));--pb-section-animate-name:var(--accordion-01-animate-name,var(--pb-animate-name));--pb-section-animate-duration:var(--accordion-01-animate-duration,var(--pb-animate-duration));--pb-section-animate-easing:var(--accordion-01-animate-easing,var(--pb-animate-easing));--pb-section-animate-delay-step:var(--accordion-01-animate-delay-step,var(--pb-animate-delay-step));--pb-animate-from-opacity:var(--accordion-01-animate-from-opacity,var(--pb-animate-from-opacity));--pb-animate-to-opacity:var(--accordion-01-animate-to-opacity,var(--pb-animate-to-opacity));--pb-animate-from-x:var(--accordion-01-animate-from-x,var(--pb-animate-from-x));--pb-animate-to-x:var(--accordion-01-animate-to-x,var(--pb-animate-to-x));--pb-animate-from-y:var(--accordion-01-animate-from-y,var(--pb-animate-from-y));--pb-animate-to-y:var(--accordion-01-animate-to-y,var(--pb-animate-to-y));--pb-animate-from-scale:var(--accordion-01-animate-from-scale,var(--pb-animate-from-scale));--pb-animate-to-scale:var(--accordion-01-animate-to-scale,var(--pb-animate-to-scale));--pb-animate-from-filter:var(--accordion-01-animate-from-filter,var(--pb-animate-from-filter));--pb-animate-to-filter:var(--accordion-01-animate-to-filter,var(--pb-animate-to-filter))}.section-render-stage .accordion-01.accordion-01--bg-primary-50{background:var(--primary-50)}.section-render-stage .accordion-01.accordion-01--bg-secondary-50{background:var(--secondary-50)}.section-render-stage .accordion-01.accordion-01--bg-gray-50{background:var(--gray-50)}.section-render-stage .accordion-01__wrap{gap:var(--accordion-01-wrap-gap,var(--space-8));padding-block:var(--accordion-01-wrap-padding-block,var(--section-padding-y));display:grid}.section-render-stage .accordion-01__header{justify-items:var(--accordion-01-header-justify-items,center);gap:var(--accordion-01-header-gap,var(--space-4));width:min(100%, var(--accordion-01-header-width,44rem));margin-block:var(--accordion-01-header-margin-block,0);margin-inline:var(--accordion-01-header-margin-inline,auto);text-align:var(--accordion-01-header-text-align,center);display:grid}.section-render-stage .accordion-01__title{width:min(100%, var(--accordion-01-title-width,var(--accordion-01-header-width,44rem)));margin:0;margin-inline:var(--accordion-01-title-margin-inline,auto);color:var(--accordion-01-title-color,var(--accordion-title-color,var(--section-primary,var(--primary-base))));font-family:var(--accordion-01-title-font-family,var(--section-title-font-family,var(--builder-heading-font-family,var(--font-family-heading,sans-serif))));font-size:var(--accordion-01-title-size,var(--section-title-size));font-weight:var(--accordion-01-title-weight,var(--section-title-weight));line-height:var(--accordion-01-title-line-height,var(--section-title-line-height));letter-spacing:var(--accordion-01-title-letter-spacing,0);text-align:var(--accordion-01-title-text-align,center)}.section-render-stage .accordion-01__description{width:min(100%, var(--accordion-01-description-width,var(--accordion-01-header-width,44rem)));margin:0;margin-inline:var(--accordion-01-description-margin-inline,auto);color:var(--accordion-01-description-color,var(--section-muted,var(--text-muted)));font-family:var(--accordion-01-description-font-family,var(--section-text-font-family,var(--builder-body-font-family,var(--font-family-base,sans-serif))));font-size:var(--accordion-01-description-size,clamp(1rem, 1.2vw, 1.15rem));font-weight:var(--accordion-01-description-weight,var(--font-weight-regular));line-height:var(--accordion-01-description-line-height,1.65);text-align:var(--accordion-01-description-text-align,center)}.section-render-stage .accordion-01__body{max-width:var(--accordion-01-body-width,58rem);width:100%;margin-block:var(--accordion-01-body-margin-block,0);margin-inline:var(--accordion-01-body-margin-inline,auto)}.section-render-stage .accordion-01--v1 .accordion-01__body{max-width:none;margin-inline:0}.section-render-stage .accordion-01__stack,.section-render-stage .accordion-01__column{gap:var(--accordion-01-stack-gap,var(--space-4));display:grid}.section-render-stage .accordion-01__columns{grid-template-columns:var(--accordion-01-columns,repeat(2, minmax(0, 1fr)));gap:var(--accordion-01-columns-gap,var(--space-4));align-items:var(--accordion-01-columns-align,start);display:grid}.section-render-stage .accordion-01__item{border:var(--accordion-01-item-border-width,1px) solid var(--accordion-01-item-border-color,var(--accordion-01-item-surface-border-color,var(--accordion-01-item-border,var(--section-border,var(--border-color)))));border-radius:var(--accordion-01-item-radius,var(--section-card-radius,var(--radius-lg)));background:var(--accordion-01-item-surface-bg,var(--accordion-01-item-bg,var(--section-card-bg,var(--section-surface,var(--surface-1)))));box-shadow:var(--accordion-01-item-shadow,var(--accordion-01-item-surface-shadow,var(--section-card-shadow,var(--shadow-sm))));-webkit-backdrop-filter:var(--accordion-01-item-surface-backdrop,none);backdrop-filter:var(--accordion-01-item-surface-backdrop,none);position:relative}.section-render-stage .accordion-01__trigger{padding:var(--accordion-01-trigger-padding,var(--control-padding-y-lg,var(--space-4)) var(--control-padding-x-lg,var(--space-7)));font-family:var(--accordion-01-question-font-family,var(--section-title-font-family,var(--builder-heading-font-family,var(--font-family-heading,sans-serif))))}.section-render-stage .accordion-01__tab{border-radius:var(--accordion-01-tab-radius,var(--section-action-radius,var(--theme-radius-md,12px)));box-shadow:var(--accordion-01-button-shadow,var(--section-action-shadow,none))}.section-render-stage .accordion-01__question{padding-right:var(--accordion-01-question-padding-inline-end,.5rem);color:var(--accordion-01-question-color,var(--section-secondary,var(--secondary-base)));font-size:var(--accordion-01-question-size,clamp(1.05rem, 1.3vw, 1.3rem));font-weight:var(--accordion-01-question-weight,var(--font-weight-bold));line-height:var(--accordion-01-question-line-height,1.35);display:block}.section-render-stage .accordion-01--swap-primary-secondary .accordion-01__title{color:var(--accordion-01-title-color-swap,var(--accordion-title-color-swap,var(--section-secondary,var(--secondary-base))))}.section-render-stage .accordion-01--swap-primary-secondary .accordion-01__question{color:var(--accordion-01-question-color-swap,var(--section-primary,var(--primary-base)))}.section-render-stage .accordion-01__icon{width:var(--accordion-01-icon-size,28px);height:var(--accordion-01-icon-size,28px);color:var(--accordion-01-icon-color,var(--section-secondary,var(--secondary-base)));font-size:var(--accordion-01-icon-font-size,1.5rem);line-height:var(--accordion-01-icon-line-height,1);transform:none}.section-render-stage .accordion-01--swap-primary-secondary .accordion-01__icon{color:var(--section-primary,var(--primary-base))}.section-render-stage .accordion-01__item.is-open .accordion-01__icon{transform:none}.section-render-stage .accordion-01__answer{box-sizing:border-box;width:100%;min-width:0;color:var(--builder-custom-accordion-answer-color,var(--accordion-answer-color,var(--builder-custom-accordion-01-answer-color,var(--accordion-01-answer-color,var(--section-muted,var(--text-muted))))));font-family:var(--accordion-01-answer-font-family,var(--section-text-font-family,var(--builder-body-font-family,var(--font-family-base,sans-serif))));font-size:var(--accordion-01-answer-size,var(--text-md-size));font-weight:var(--accordion-01-answer-weight,var(--font-weight-regular));line-height:var(--accordion-01-answer-line-height,1.75);display:block}.section-render-stage .accordion-01__item .pb-repeater-controls{top:var(--accordion-01-repeater-controls-top,10px);right:var(--accordion-01-repeater-controls-right,52px)}@container preview (width<=767px){.section-render-stage .accordion-01__body{max-width:var(--accordion-01-mobile-body-width,100%)}.section-render-stage .accordion-01__columns{grid-template-columns:var(--accordion-01-mobile-columns,1fr)}.section-render-stage .accordion-01__title{font-size:var(--accordion-01-mobile-title-size,var(--accordion-01-title-size))}.section-render-stage .accordion-01__trigger{padding:var(--accordion-01-mobile-trigger-padding,var(--accordion-01-trigger-padding))}.section-render-stage .accordion-01__item .pb-repeater-controls{right:var(--accordion-01-mobile-repeater-controls-right,var(--accordion-01-repeater-controls-right))}}.section-render-stage .accordion-01__trigger:focus-visible{outline:none}.section-render-stage .accordion-01__content,.section-render-stage .builder-accordion-item__panel-inner,.section-render-stage .accordion-01__answer{box-sizing:border-box;width:100%;min-width:0;max-width:none}.section-render-stage .accordion-01>.container,.section-render-stage .accordion-01>.container-wide,.section-render-stage .accordion-04>.container,.section-render-stage .accordion-04>.container-wide{max-width:var(--accordion-container-md,var(--container-md,960px));padding-inline:var(--accordion-container-padding-inline,0)}.section-render-stage .accordion-02>.container,.section-render-stage .accordion-02>.container-wide,.section-render-stage .accordion-03>.container,.section-render-stage .accordion-03>.container-wide,.section-render-stage .accordion-05>.container,.section-render-stage .accordion-05>.container-wide{max-width:var(--accordion-container-xl,var(--container-xl,1320px));padding-inline:var(--accordion-container-padding-inline,0)}.section-render-stage .accordion-01__title,.section-render-stage .accordion-02__title,.section-render-stage .accordion-03__title,.section-render-stage .accordion-04__title,.section-render-stage .accordion-05__title{font-size:var(--section-title-size);font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-letter-spacing)}.section-render-stage .accordion-01__description,.section-render-stage .accordion-02__description,.section-render-stage .accordion-03__description,.section-render-stage .accordion-04__description,.section-render-stage .accordion-05__description{font-size:var(--section-subtitle-size);font-weight:var(--section-subtitle-weight);line-height:var(--section-subtitle-line-height)}.section-render-stage .accordion-01__question,.section-render-stage .accordion-02__question,.section-render-stage .accordion-03__question,.section-render-stage .accordion-04__question,.section-render-stage .accordion-05__question{font-size:var(--section-item-title-size);font-weight:var(--section-item-title-weight);line-height:var(--section-item-title-line-height)}.section-render-stage .accordion-01__answer,.section-render-stage .accordion-02__answer,.section-render-stage .accordion-03__answer,.section-render-stage .accordion-04__answer,.section-render-stage .accordion-05__answer{font-size:var(--section-item-text-size);font-weight:var(--section-item-text-weight);line-height:var(--section-item-text-line-height)}.section-render-stage .accordion-01__item,.section-render-stage .accordion-02__item,.section-render-stage .accordion-03__item,.section-render-stage .accordion-04__item,.section-render-stage .accordion-05__item{border:var(--section-card-border);border-radius:var(--section-card-radius);background:var(--section-card-bg);box-shadow:var(--section-card-shadow)}.section-render-stage .accordion-01__trigger,.section-render-stage .accordion-02__trigger,.section-render-stage .accordion-03__trigger,.section-render-stage .accordion-04__trigger,.section-render-stage .accordion-05__trigger{padding:var(--section-card-padding)}.section-render-stage .accordion-01__icon,.section-render-stage .accordion-02__icon,.section-render-stage .accordion-03__icon,.section-render-stage .accordion-04__icon,.section-render-stage .accordion-05__icon{width:var(--control-icon-size);height:var(--control-icon-size);font-size:var(--control-icon-size);line-height:var(--accordion-line-height-01,var(--section-text-line-height,1))}.section-render-stage .accordion-03__primary-action,.section-render-stage .accordion-05__primary-action{--btn-bg:var(--section-action-bg);--btn-bg-hover:var(--section-action-bg-hover);--btn-bg-active:var(--section-action-bg-active);--btn-color:var(--section-action-color);--btn-border:var(--section-action-border)}.section-render-stage .accordion-03--swap-primary-secondary .accordion-03__primary-action,.section-render-stage .accordion-05--swap-primary-secondary .accordion-05__primary-action{--btn-bg:var(--section-action-swap-bg);--btn-bg-hover:var(--section-action-swap-bg-hover);--btn-bg-active:var(--section-action-swap-bg-active);--btn-color:var(--section-action-swap-color);--btn-border:var(--section-action-swap-border)}.section-render-stage .stats-01{background:var(--stats-bg);--pb-section-animate-name:var(--stats-01-animate-name,var(--pb-animate-name));--pb-section-animate-duration:var(--stats-01-animate-duration,var(--pb-animate-duration));--pb-section-animate-easing:var(--stats-01-animate-easing,var(--pb-animate-easing));--pb-section-animate-delay-step:var(--stats-01-animate-delay-step,var(--pb-animate-delay-step));--pb-animate-from-opacity:var(--stats-01-animate-from-opacity,var(--pb-animate-from-opacity));--pb-animate-from-transform:var(--stats-01-animate-from-transform,var(--pb-animate-from-transform));--pb-animate-from-filter:var(--stats-01-animate-from-filter,var(--pb-animate-from-filter));--pb-animate-to-opacity:var(--stats-01-animate-to-opacity,var(--pb-animate-to-opacity));--pb-animate-to-transform:var(--stats-01-animate-to-transform,var(--pb-animate-to-transform));--pb-animate-to-filter:var(--stats-01-animate-to-filter,var(--pb-animate-to-filter))}.section-render-stage .stats-01--bg-primary-50{background:var(--section-background,var(--primary-50))}.section-render-stage .stats-01--bg-secondary-50{background:var(--section-background,var(--secondary-50))}.section-render-stage .stats-01--bg-gray-50{background:var(--section-background,var(--gray-50))}.section-render-stage .stats-01__grid{grid-template-columns:var(--stats-01-grid-template-columns-01,var(--grid-layout-columns,minmax(0, 1fr) minmax(32rem, 1fr)));align-items:center;gap:var(--stats-01-gap-01,var(--content-gap-md,clamp(5rem, 9vw, 12rem)));padding-block:var(--stats-padding-block,0);display:grid}.section-render-stage .stats-01__intro{justify-items:start;gap:var(--space-7);display:grid}.section-render-stage .stats-01__heading{max-width:var(--stats-01-max-width-01,var(--content-width-full,60rem));color:var(--stats-01-heading-color,var(--section-primary,var(--primary-base)));font-family:var(--font-family-heading);font-size:var(--stats-title-size,var(--section-title-size));font-weight:var(--stats-01-font-weight-01,var(--section-title-weight));line-height:var(--stats-01-line-height-01,var(--section-item-text-line-height));margin:0}.section-render-stage .stats-01__text{max-width:var(--stats-01-max-width-02,var(--content-width-full,46rem));color:var(--stats-01-text-color,var(--body-color));font-size:var(--stats-text-size,var(--section-subtitle-size));line-height:var(--stats-01-line-height-02,var(--section-item-text-line-height));margin:0}.section-render-stage .stats-01__primary-action{--btn-bg:var(--stats-01-button-bg,var(--section-secondary,var(--secondary-base)));--btn-color:var(--section-secondary-text,var(--secondary-text));--btn-border:var(--stats-01-button-border,var(--section-secondary,var(--secondary-base)));margin-top:var(--space-5)}.section-render-stage .stats-01__stats{gap:var(--stats-01-gap-02,var(--content-gap-md,clamp(3rem, 4.5vw, 5rem)));display:grid}.section-render-stage .stats-01__item{position:relative}.section-render-stage .stats-01__item-inner{gap:var(--space-3);padding-left:var(--stats-01-padding-left-01,var(--section-content-padding,clamp(2.2rem, 3vw, 3rem)));border-left:var(--stats-01-border-left-01,1px solid var(--section-secondary,var(--secondary-base)));display:grid}.section-render-stage .stats-01__value{color:var(--stats-01-value-color,var(--section-primary,var(--primary-base)));font-family:var(--font-family-heading);font-size:var(--stats-value-size,var(--display-2-size));font-weight:var(--stats-01-font-weight-02,var(--section-title-weight));line-height:var(--stats-01-line-height-03,var(--line-height-display));display:block}.section-render-stage .stats-01__label{color:var(--stats-01-label-color,var(--gray-500));font-family:var(--font-family-heading);font-size:var(--stats-label-size,var(--section-item-title-size));font-weight:var(--stats-01-font-weight-03,var(--section-title-weight));line-height:var(--stats-01-line-height-04,var(--section-item-text-line-height));margin:0}.section-render-stage .stats-01__description{color:var(--stats-01-description-color,var(--gray-500));font-size:var(--stats-description-size,var(--section-item-text-size));line-height:var(--stats-01-line-height-05,var(--section-item-text-line-height));margin:0}.section-render-stage .stats-01--swap-primary-secondary .stats-01__heading{color:var(--stats-01-heading-color,var(--section-secondary,var(--secondary-base)))}.section-render-stage .stats-01--swap-primary-secondary .stats-01__value{color:var(--stats-01-value-color,var(--section-secondary,var(--secondary-base)))}.section-render-stage .stats-01--swap-primary-secondary .stats-01__primary-action{--btn-bg:var(--stats-01-button-bg,var(--section-primary,var(--primary-base)));--btn-color:var(--section-primary-text,var(--primary-text));--btn-border:var(--stats-01-button-border,var(--section-primary,var(--primary-base)))}.section-render-stage .stats-01--swap-primary-secondary .stats-01__item-inner{border-left-color:var(--section-primary,var(--primary-base))}.section-render-stage .stats-01--v2 .stats-01__grid{grid-template-columns:var(--stats-01-grid-template-columns-02,var(--grid-layout-columns,minmax(32rem, 1fr) minmax(0, 1fr)))}.section-render-stage .stats-01--v2 .stats-01__intro{grid-area:1/2}.section-render-stage .stats-01--v2 .stats-01__stats{grid-area:1/1}@container preview (width<=767px){.section-render-stage .stats-01__grid,.section-render-stage .stats-01--v2 .stats-01__grid{grid-template-columns:var(--stats-01-grid-template-columns-03,var(--grid-layout-columns,1fr));gap:var(--space-10)}.section-render-stage .stats-01--v2 .stats-01__intro,.section-render-stage .stats-01--v2 .stats-01__stats{grid-area:auto}.section-render-stage .stats-01__intro{text-align:center;justify-items:center}.section-render-stage .stats-01__item-inner{padding-left:var(--space-6)}}.section-render-stage .stats-01>.container,.section-render-stage .stats-01>.container-wide,.section-render-stage .stats-02>.container,.section-render-stage .stats-02>.container-wide,.section-render-stage .stats-03>.container,.section-render-stage .stats-03>.container-wide,.section-render-stage .stats-04>.container,.section-render-stage .stats-04>.container-wide,.section-render-stage .stats-05>.container,.section-render-stage .stats-05>.container-wide{width:100%;max-width:var(--stats-container-width,var(--container-xl,1320px));padding-inline:var(--stats-container-padding-inline,0)}.section-render-stage .stats-01__grid,.section-render-stage .stats-02__wrap,.section-render-stage .stats-03__grid,.section-render-stage .stats-04__wrap,.section-render-stage .stats-05__wrap{width:100%;max-width:100%}@container preview (width<=767px){.section-render-stage .stats-01__grid,.section-render-stage .stats-02__wrap,.section-render-stage .stats-03__grid,.section-render-stage .stats-04__wrap,.section-render-stage .stats-05__wrap{padding-block:var(--stats-mobile-padding-block,0)}}.section-render-stage .stats-01__heading,.section-render-stage .stats-02__heading,.section-render-stage .stats-03__heading,.section-render-stage .stats-04__heading,.section-render-stage .stats-05__heading{font-size:var(--section-title-size);font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-letter-spacing)}.section-render-stage .stats-01__text,.section-render-stage .stats-02__text,.section-render-stage .stats-03__text,.section-render-stage .stats-04__text,.section-render-stage .stats-05__text{font-size:var(--section-subtitle-size);font-weight:var(--section-subtitle-weight);line-height:var(--section-subtitle-line-height)}.section-render-stage .stats-01__label,.section-render-stage .stats-02__label,.section-render-stage .stats-03__label,.section-render-stage .stats-04__label,.section-render-stage .stats-05__label,.section-render-stage .stats-01__description,.section-render-stage .stats-02__description,.section-render-stage .stats-05__description{font-size:var(--section-item-text-size);font-weight:var(--section-item-text-weight);line-height:var(--section-item-text-line-height)}.services-01{background:var(--section-background,transparent);border-radius:var(--services-01-section-radius,0);box-shadow:var(--services-01-section-shadow,none);border:0;overflow:hidden}.services-01--bg-primary-50{background:var(--section-background,var(--primary-50))}.services-01--bg-secondary-50{background:var(--section-background,var(--secondary-50))}.services-01--bg-gray-50{background:var(--section-background,var(--gray-50))}.services-01>.builder-section-container__inner{padding-block:var(--services-01-padding-top,var(--theme-spacing-lg)) var(--services-01-padding-bottom,var(--theme-spacing-lg))}.services-01__container{width:min(100% - 2*var(--services-01-padding-inline,var(--theme-container-padding)),var(--services-01-container-width,var(--theme-container-xl)));min-width:0;margin-inline:auto}.services-01__heading{margin-bottom:var(--services-01-gap,var(--theme-gap-lg));text-align:center;justify-items:center;display:grid}.services-01__title{max-width:30ch;color:var(--services-01-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--section-title-font-family);font-size:var(--section-title-size);font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);margin:0}.services-01__description{max-width:76ch;margin:var(--theme-spacing-sm) 0 0;color:var(--services-01-description-color,var(--section-text));font-family:var(--section-text-font-family);font-size:var(--section-text-size);font-weight:var(--section-text-weight);line-height:var(--section-text-line-height)}.services-01__items{gap:var(--services-01-gap,var(--theme-gap-lg));min-width:0;display:grid}.services-01__item{align-items:start;gap:var(--services-01-gap,var(--theme-gap-lg));min-width:0;padding-bottom:var(--services-01-gap,var(--theme-gap-lg));border-bottom:var(--services-01-divider-width,var(--theme-border-hairline)) solid var(--services-01-divider-color,var(--section-border));background:0 0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:relative}.services-01__item:last-child{border-bottom:0;padding-bottom:0}.services-01__item.is-reversed .services-01__media{order:2}.services-01__item.is-reversed .services-01__item-content{order:1}.services-01--v1 .services-01__item>.builder-repeater-controls{position:absolute;inset:10px auto auto 10px}.services-01--v1 .services-01__item>.services-01__media,.services-01--v1 .services-01__item>.services-01__advanced-target.is-image{grid-area:1/1}.services-01--v1 .services-01__item>.services-01__item-content{grid-area:1/2}.services-01--v1 .services-01__item.is-reversed>.services-01__media,.services-01--v1 .services-01__item.is-reversed>.services-01__advanced-target.is-image{grid-column:2}.services-01--v1 .services-01__item.is-reversed>.services-01__item-content{grid-column:1}.services-01__item-content{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;display:flex}.services-01__item-title{max-width:28ch;color:var(--services-01-item-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--section-title-font-family);font-size:clamp(1.35rem,2.2vw,2rem);font-weight:var(--section-title-weight);margin:0;line-height:1.15}.services-01__item-description{max-width:58ch;margin:var(--theme-spacing-sm) 0 0;color:var(--services-01-item-description-color,var(--section-text));font-family:var(--section-text-font-family);font-size:var(--section-text-size);font-weight:var(--section-text-weight);line-height:var(--section-text-line-height)}.services-01__category{margin-bottom:var(--theme-spacing-xs);color:var(--services-01-category-color,var(--section-text-muted));font-family:var(--section-text-font-family);text-transform:uppercase;font-size:.78em;font-weight:600;display:block}.services-01__actions{margin-top:var(--theme-spacing-md)}.services-01__button{border:var(--services-01-button-border-width,var(--theme-border-hairline)) solid var(--services-01-button-border,var(--section-action-border));border-radius:var(--services-01-button-radius,var(--theme-radius-md));background:var(--services-01-button-bg,var(--section-action-bg));box-shadow:var(--services-01-button-shadow,none)}.services-01__media{aspect-ratio:3/2;border:var(--services-01-media-border-width,0) solid var(--section-border);border-radius:var(--services-01-media-radius,var(--theme-radius-lg));background:var(--section-surface-alt);width:100%;min-width:0;box-shadow:var(--services-01-media-shadow,none);display:block;overflow:hidden}.services-01__media>.builder-media-frame__media,.services-01__media img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.services-01__parallel{gap:var(--services-01-gap,var(--theme-gap-lg));grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;display:grid}.services-01__parallel-content,.services-01__parallel-media{align-content:start;gap:var(--services-01-gap,var(--theme-gap-lg));min-width:0;display:grid}.services-01__parallel-copy{min-height:clamp(12rem,19vw,17rem);padding:0 0 var(--theme-spacing-md);border-bottom:var(--services-01-divider-width,var(--theme-border-hairline)) solid var(--services-01-divider-color,var(--section-border));align-items:flex-start;display:flex;position:relative}.services-01__parallel-copy:last-child{border-bottom:0}.services-01__parallel-image{min-height:clamp(12rem,19vw,17rem)}.services-01__parallel-image .services-01__advanced-target,.services-01__parallel-image .services-01__media{aspect-ratio:auto;height:100%}.services-01--v4 .services-01__items{gap:var(--services-01-gap,var(--theme-gap-md));grid-template-columns:repeat(2,minmax(0,1fr))}.services-01--v4 .services-01__item{border:var(--services-01-card-border-width,var(--theme-border-hairline)) solid var(--section-border);border-radius:var(--services-01-card-radius,var(--theme-radius-lg));background:var(--services-01-card-bg,var(--section-surface));box-shadow:var(--services-01-card-shadow,none);flex-direction:column;align-items:stretch;gap:0;padding:0;display:flex;overflow:hidden}.services-01--v4 .services-01__media{aspect-ratio:16/10;box-shadow:none;border:0;border-radius:0}.services-01--v4 .services-01__item-content{padding:var(--theme-spacing-md);align-items:flex-start}.services-01__advanced-target.is-container{display:block}.services-01__advanced-target.is-container>.services-01__item{height:100%}.services-01 .builder-repeater-controls{top:10px;left:10px;right:auto}@media (width<=900px){.services-01__item,.services-01--v2 .services-01__item,.services-01__parallel{grid-template-columns:1fr}.services-01__item.is-reversed .services-01__media,.services-01__item.is-reversed .services-01__item-content{order:initial}.services-01__parallel-copy{min-height:0}.services-01__parallel-media{display:none}.services-01--v4 .services-01__items{grid-template-columns:1fr}}@media (width<=560px){.services-01__title{font-size:var(--section-title-size-mobile)}.services-01__heading{text-align:left;justify-items:start}.services-01__media{aspect-ratio:4/3}.services-01__item-title{font-size:1.35rem}}.section-render-stage .page-title-01{--pb-section-animate-name:var(--page-title-01-animate-name,var(--section-animate-name,var(--pb-animate-name)));--pb-section-animate-duration:var(--page-title-01-animate-duration,var(--section-animate-duration,var(--pb-animate-duration)));--pb-section-animate-easing:var(--page-title-01-animate-easing,var(--section-animate-easing,var(--pb-animate-easing)));--pb-section-animate-delay-step:var(--page-title-01-animate-delay-step,var(--section-animate-delay-step,var(--pb-animate-delay-step)));--pb-section-animate-from-opacity:var(--page-title-01-animate-from-opacity,var(--section-animate-from-opacity,var(--pb-animate-from-opacity)));--pb-section-animate-from-transform:var(--page-title-01-animate-from-transform,var(--section-animate-from-transform,var(--pb-animate-from-transform)));--pb-section-animate-from-filter:var(--page-title-01-animate-from-filter,var(--section-animate-from-filter,var(--pb-animate-from-filter)));--pb-section-animate-to-opacity:var(--page-title-01-animate-to-opacity,var(--section-animate-to-opacity,var(--pb-animate-to-opacity)));--pb-section-animate-to-transform:var(--page-title-01-animate-to-transform,var(--section-animate-to-transform,var(--pb-animate-to-transform)));--pb-section-animate-to-filter:var(--page-title-01-animate-to-filter,var(--section-animate-to-filter,var(--pb-animate-to-filter)));background:var(--page-title-01-bg,transparent);color:var(--page-title-01-color,var(--section-text,var(--text-color)))}.section-render-stage .page-title-01.page-title-01--bg-primary-50{background:var(--primary-50)}.section-render-stage .page-title-01.page-title-01--bg-secondary-50{background:var(--secondary-50)}.section-render-stage .page-title-01.page-title-01--bg-gray-50{background:var(--gray-50)}.section-render-stage .page-title-01__wrap{min-height:var(--page-title-01-wrap-min-height,clamp(9rem, 14vw, 12rem));padding-block:var(--page-title-01-wrap-padding-block,var(--page-title-padding-y,var(--section-padding-y-sm)));grid-template-columns:var(--page-title-01-wrap-columns,minmax(0, 1fr) auto);gap:var(--page-title-01-wrap-gap,clamp(2rem, 6vw, 6rem));align-items:var(--page-title-01-wrap-align,center);display:grid}.section-render-stage .page-title-01__content{gap:var(--page-title-01-content-gap,1.1rem);display:grid}.section-render-stage .page-title-01__title{color:var(--page-title-01-title-color,var(--section-primary,var(--primary-base)));font-family:var(--page-title-01-title-family,var(--font-heading));font-size:var(--page-title-01-title-size,var(--section-title-size));font-weight:var(--page-title-01-title-weight,var(--section-title-weight));line-height:var(--page-title-01-title-line-height,var(--section-title-line-height));margin:0}.section-render-stage .page-title-01__breadcrumbs{align-items:center;gap:var(--page-title-01-breadcrumbs-gap,.55rem);color:var(--page-title-01-breadcrumbs-color,var(--section-secondary,var(--secondary-base)));font-size:var(--page-title-01-breadcrumbs-size,var(--page-title-breadcrumb-size));font-weight:var(--page-title-01-breadcrumbs-weight,var(--page-title-breadcrumb-weight));flex-wrap:wrap;display:flex}.section-render-stage .page-title-01__breadcrumb{align-items:center;gap:var(--page-title-01-breadcrumb-gap,.55rem);display:inline-flex;position:relative;overflow:visible}.section-render-stage .page-title-01__breadcrumb:not(:last-child):after{content:var(--page-title-01-breadcrumb-separator,"/");color:var(--page-title-01-breadcrumb-separator-color,color-mix(in srgb, var(--section-secondary,var(--secondary-base)) 62%, transparent))}.section-render-stage .page-title-01__breadcrumb a{color:inherit;-webkit-text-decoration:var(--page-title-01-breadcrumb-decoration,none);text-decoration:var(--page-title-01-breadcrumb-decoration,none)}.section-render-stage .page-title-01__breadcrumb:last-child a{color:var(--page-title-01-breadcrumb-current-color,var(--section-secondary,var(--secondary-base)));font-weight:var(--page-title-01-breadcrumb-current-weight,var(--font-weight-bold))}.section-render-stage .page-title-01__icon-wrap{position:relative;overflow:visible}.section-render-stage .page-title-01__icon{width:var(--page-title-01-icon-size,clamp(4.2rem, 6vw, 5.4rem));height:var(--page-title-01-icon-size,clamp(4.2rem, 6vw, 5.4rem));padding:var(--page-title-01-icon-padding,0);border:var(--page-title-01-icon-border,2px solid var(--section-primary,var(--primary-base)));border-radius:var(--page-title-01-icon-radius,var(--radius-xs));color:var(--page-title-01-icon-color,var(--section-primary,var(--primary-base)));font-size:var(--page-title-01-icon-font-size,clamp(1.7rem, 2.4vw, 2.2rem));background:var(--page-title-01-icon-bg,transparent);cursor:var(--page-title-01-icon-cursor,pointer);justify-content:center;align-items:center;display:inline-flex}.section-render-stage .page-title-01--swap-primary-secondary .page-title-01__title,.section-render-stage .page-title-01--swap-primary-secondary .page-title-01__icon{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .page-title-01--swap-primary-secondary .page-title-01__icon{border-color:var(--section-secondary,var(--secondary-base))}.section-render-stage .page-title-01--swap-primary-secondary .page-title-01__breadcrumbs,.section-render-stage .page-title-01--swap-primary-secondary .page-title-01__breadcrumb:last-child a{color:var(--section-primary,var(--primary-base))}.section-render-stage .page-title-01--swap-primary-secondary .page-title-01__breadcrumb:not(:last-child):after{color:color-mix(in srgb, var(--section-primary,var(--primary-base)) 62%, transparent)}.section-render-stage .page-title-01__icon-popover{right:var(--page-title-01-popover-right,0);top:var(--page-title-01-popover-top,calc(100% + .75rem));z-index:var(--page-title-01-popover-z,30)}@container preview (width<=640px){.section-render-stage .page-title-01__wrap{grid-template-columns:var(--page-title-01-mobile-wrap-columns,1fr)}.section-render-stage .page-title-01__icon-wrap{justify-self:var(--page-title-01-mobile-icon-justify,start)}}.section-render-stage .page-title-01>.container-wide,.section-render-stage .page-title-02>.container-wide,.section-render-stage .page-title-03>.container-wide,.section-render-stage .page-title-04>.container-wide,.section-render-stage .page-title-05>.container-wide{width:100%;max-width:var(--page-title-container-width);padding-inline:var(--page-title-container-padding-inline)}.section-render-stage .page-title-01__wrap,.section-render-stage .page-title-02__wrap,.section-render-stage .page-title-03__wrap,.section-render-stage .page-title-04__wrap,.section-render-stage .page-title-05__wrap{width:100%}.section-render-stage .page-title-01__title,.section-render-stage .page-title-02__title,.section-render-stage .page-title-03__title,.section-render-stage .page-title-04__title,.section-render-stage .page-title-05__title{font-family:var(--section-title-font-family);font-size:var(--section-title-size);font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-letter-spacing)}.section-render-stage .page-title-02__subtitle,.section-render-stage .page-title-03__subtitle,.section-render-stage .page-title-04__subtitle,.section-render-stage .page-title-05__subtitle{font-size:var(--section-subtitle-size);font-weight:var(--section-subtitle-weight);line-height:var(--section-subtitle-line-height);letter-spacing:var(--section-subtitle-letter-spacing)}.section-render-stage .page-title-01__breadcrumbs,.section-render-stage .page-title-02__breadcrumbs,.section-render-stage .page-title-03__breadcrumbs,.section-render-stage .page-title-04__breadcrumbs,.section-render-stage .page-title-05__breadcrumbs{font-size:var(--text-sm-size);font-weight:var(--font-weight-semibold);line-height:var(--text-sm-line-height);letter-spacing:0}.section-render-stage .page-title-01__icon{background:var(--section-card-bg)}@container preview (width<=767px){.section-render-stage .page-title-01>.container-wide,.section-render-stage .page-title-02>.container-wide,.section-render-stage .page-title-03>.container-wide,.section-render-stage .page-title-04>.container-wide,.section-render-stage .page-title-05>.container-wide{padding-inline:var(--page-title-mobile-container-padding-inline)}}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01{padding:var(--notice-card-01-padding-top,var(--theme-spacing-md,64px)) var(--notice-card-01-padding-inline,var(--theme-container-padding,clamp(24px, 5vw, 88px))) var(--notice-card-01-padding-bottom,var(--theme-spacing-md,64px));background:var(--builder-section-background-resolved,var(--section-background,transparent))}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01--bg-primary-50{background:var(--primary-50)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01--bg-secondary-50{background:var(--secondary-50)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01--bg-gray-50{background:var(--gray-50)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__container{width:min(100%, var(--notice-card-01-container-width,420px));margin-inline:auto}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__card{border:var(--notice-card-01-card-border-width,1px) solid var(--notice-card-01-card-border-color,var(--border-color));border-radius:var(--notice-card-01-card-radius,var(--theme-radius-lg,16px));background:var(--notice-card-01-card-bg,var(--section-surface,var(--surface-1)));min-width:0;box-shadow:var(--notice-card-01-card-shadow,var(--theme-shadow-sm,var(--shadow-sm)));display:grid;overflow:hidden;container:notice-card/inline-size}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__media{aspect-ratio:16/9;background:var(--section-surface-alt,var(--surface-2));min-width:0;position:relative;overflow:hidden}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__media-link,:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__image{width:100%;height:100%;display:block}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__image{object-fit:var(--notice-card-01-image-fit,cover);object-position:var(--notice-card-01-image-position,center center)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__category{border-radius:var(--notice-card-01-category-radius,var(--theme-radius-sm,8px));background:var(--notice-card-01-category-bg,var(--section-secondary,var(--secondary-base)));color:var(--notice-card-01-category-color,var(--text-inverse,var(--color-white)));padding:6px 10px;font-size:.76rem;font-weight:700;line-height:1;position:absolute;top:14px;left:14px}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__body{min-width:0;padding:var(--notice-card-01-body-padding,clamp(18px, 7cqi, 28px));gap:14px;display:grid}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__card-title{color:var(--notice-card-01-title-color,var(--section-item-title-color,var(--section-primary)));font-family:var(--section-title-font-family,var(--font-family-heading));font-size:var(--section-item-title-size);font-weight:var(--type-item-title-weight);line-height:var(--section-title-line-height);margin:0}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__card-description{color:var(--notice-card-01-description-color,var(--section-muted,var(--text-muted)));font-family:var(--section-text-font-family,var(--font-family-base));font-size:var(--section-item-text-size);font-weight:var(--section-text-weight);line-height:var(--section-item-text-line-height,var(--section-text-line-height));margin:0}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__meta{justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__meta-date{color:var(--notice-card-01-date-color,var(--section-text,var(--text-color)));font-size:.9rem;font-weight:600}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__arrow{border-radius:var(--notice-card-01-button-radius,var(--theme-radius-full,999px));background:var(--notice-card-01-button-bg,var(--section-secondary,var(--secondary-base)));width:42px;height:42px;color:var(--text-inverse,var(--color-white));flex:none;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,filter .2s;display:inline-flex}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01__arrow:hover{filter:brightness(.94);transform:translate(2px)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notice-card-01--swap-primary-secondary{--notice-card-01-category-bg:var(--section-primary,var(--primary-base));--notice-card-01-button-bg:var(--section-primary,var(--primary-base))}@container notice-card (width<250px){.notice-card-01__body{gap:10px;padding:14px}.notice-card-01__card-description{display:none}.notice-card-01__arrow{width:36px;height:36px}}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01{padding:var(--notices-tab-grid-01-padding-top,var(--theme-spacing-lg,80px)) var(--notices-tab-grid-01-padding-inline,var(--theme-container-padding,clamp(24px, 5vw, 88px))) var(--notices-tab-grid-01-padding-bottom,var(--theme-spacing-lg,80px));background:var(--builder-section-background-resolved,var(--section-background,transparent));container:notices-grid/inline-size}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01--bg-primary-50{background:var(--primary-50)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01--bg-secondary-50{background:var(--secondary-50)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01--bg-gray-50{background:var(--gray-50)}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__container{gap:var(--notices-tab-grid-01-gap,42px);width:min(100%, var(--notices-tab-grid-01-container-width,1280px));margin-inline:auto;display:grid}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__header{justify-content:space-between;align-items:center;gap:24px;min-width:0;display:flex}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__title{color:var(--notices-tab-grid-01-title-color,var(--section-title-color,var(--section-primary)));font-family:var(--section-title-font-family,var(--font-family-heading));font-size:var(--section-title-size);font-weight:var(--section-title-weight);line-height:var(--section-title-line-height);margin:0}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0;display:flex}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__tabs__item{border:1px solid var(--border-color);border-radius:var(--theme-radius-md,10px);background:var(--section-surface,var(--surface-1));min-height:40px;color:var(--section-text,var(--text-color));cursor:pointer;font:inherit;padding:8px 15px;font-weight:600}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__tabs__item--active{border-color:var(--notices-tab-grid-01-tab-active-bg,var(--section-secondary,var(--secondary-base)));background:var(--notices-tab-grid-01-tab-active-bg,var(--section-secondary,var(--secondary-base)));color:var(--text-inverse,var(--color-white))}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__grid{grid-template-columns:repeat(var(--notices-tab-grid-01-columns,3), minmax(0, 1fr));gap:var(--notices-tab-grid-01-column-gap,28px);min-width:0;display:grid}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01--v1{--notices-tab-grid-01-columns:3;--notices-tab-grid-01-column-gap:28px}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01--v2{--notices-tab-grid-01-columns:4;--notices-tab-grid-01-column-gap:22px}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01--v3{--notices-tab-grid-01-columns:5;--notices-tab-grid-01-column-gap:16px}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__pagination__pages{gap:8px;display:flex}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) :is(.notices-tab-grid-01__pagination__control,.notices-tab-grid-01__pagination__page){border:1px solid var(--border-color);border-radius:var(--theme-radius-md,10px);background:var(--section-surface,var(--surface-1));min-width:40px;min-height:40px;color:var(--section-text,var(--text-color));cursor:pointer;padding:8px 12px}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__pagination__page--active{border-color:var(--notices-tab-grid-01-tab-active-bg,var(--section-secondary,var(--secondary-base)));background:var(--notices-tab-grid-01-tab-active-bg,var(--section-secondary,var(--secondary-base)));color:var(--text-inverse,var(--color-white))}:is(.builder-react-render-stage,.builder-react-section-preview-stage,.section-render-stage) .notices-tab-grid-01__pagination__control:disabled{opacity:.45;cursor:default}@container notices-grid (width<1050px){.notices-tab-grid-01__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}}@container notices-grid (width<780px){.notices-tab-grid-01__header{flex-direction:column;align-items:flex-start}.notices-tab-grid-01__tabs{justify-content:flex-start;width:100%}.notices-tab-grid-01__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@container notices-grid (width<520px){.notices-tab-grid-01__tabs{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.notices-tab-grid-01__tabs__item{flex:none}.notices-tab-grid-01__grid{grid-template-columns:minmax(0,1fr);gap:16px}.notices-tab-grid-01__pagination__control{font-size:0}.notices-tab-grid-01__pagination__control:first-letter{font-size:14px}}.section-render-stage .product-card-01__card{border:var(--product-card-01-border);border-radius:var(--product-card-01-radius);background:var(--product-card-01-bg);box-shadow:var(--product-card-01-shadow);display:grid;overflow:hidden}.section-render-stage .product-card-01__media{aspect-ratio:var(--product-card-01-media-ratio);background:var(--product-card-01-media-bg);position:relative}.section-render-stage .product-card-01__image{object-fit:var(--product-card-01-image-fit);width:100%;height:100%;transition:var(--card-01-transition-01,var(--transition-base,opacity .22s ease));display:block}.section-render-stage .product-card-01__media-link{width:100%;height:100%;display:block;position:relative}.section-render-stage .product-card-01__image--hover{opacity:var(--card-01-opacity-01,var(--opacity-hidden,0));position:absolute;inset:0}.section-render-stage .product-card-01__card:hover .product-card-01__image--hover{opacity:1}.section-render-stage .product-card-01__badge{top:var(--product-card-01-badge-offset);right:var(--product-card-01-badge-offset);min-height:var(--product-card-01-badge-min-height);padding:var(--product-card-01-badge-padding);border-radius:var(--product-card-01-badge-radius);background:var(--product-card-01-badge-bg);color:var(--product-card-01-badge-color);font-size:var(--product-card-01-badge-size);font-weight:var(--product-card-01-badge-weight);line-height:var(--product-card-01-badge-line-height);letter-spacing:var(--product-card-01-badge-letter-spacing);white-space:var(--product-card-01-badge-white-space);justify-content:center;align-items:center;display:inline-flex;position:absolute}.section-render-stage .product-card-01__body{gap:var(--product-card-01-body-gap);padding:var(--product-card-01-body-padding);display:grid}.section-render-stage .product-card-01__tags{color:var(--product-card-01-tags-color);font-size:var(--product-card-01-tags-size);font-weight:var(--product-card-01-tags-weight);line-height:var(--product-card-01-tags-line-height);letter-spacing:var(--product-card-01-tags-letter-spacing);text-transform:var(--product-card-01-tags-transform);margin:0}.section-render-stage .product-card-01__card-title{color:var(--product-card-01-title-color);font-size:var(--product-card-01-title-size);font-weight:var(--product-card-01-title-weight);line-height:var(--product-card-01-title-line-height);margin:0}.section-render-stage .sales-base-card-01 .product-card-01__card-title{color:var(--product-card-01-title-color,var(--section-primary,var(--primary-base)))}.section-render-stage .sales-base-card-01 .product-card-01__title-link{color:inherit;text-decoration:none}.section-render-stage .sales-base-card-01 .product-card-01__view{border-color:var(--product-card-01-view-bg,var(--section-secondary,var(--secondary-base)));background:var(--product-card-01-view-bg,var(--section-secondary,var(--secondary-base)));color:var(--color-white)}.section-render-stage .sales-base-card-01 .product-card-01__view:hover{border-color:var(--section-secondary-hover,var(--secondary-bg-hover));background:var(--section-secondary-hover,var(--secondary-bg-hover));color:var(--color-white)}.section-render-stage .sales-base-card-01--swap-primary-secondary .product-card-01__card-title{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .sales-base-card-01--swap-primary-secondary .product-card-01__view{border-color:var(--section-primary,var(--primary-base));background:var(--section-primary,var(--primary-base))}.section-render-stage .sales-base-card-01--swap-primary-secondary .product-card-01__view:hover{border-color:var(--section-primary-hover,var(--primary-bg-hover));background:var(--section-primary-hover,var(--primary-bg-hover))}.section-render-stage .product-card-01__card-description{color:var(--product-card-01-description-color);font-size:var(--product-card-01-description-size);line-height:var(--product-card-01-description-line-height);margin:0}.section-render-stage .product-card-01__footer{justify-content:space-between;align-items:center;gap:var(--product-card-01-footer-gap);margin-top:var(--product-card-01-footer-margin-top);display:flex}.section-render-stage .product-card-01__price-group{align-items:baseline;gap:var(--product-card-01-price-gap);flex-wrap:wrap;min-width:0;display:inline-flex}.section-render-stage .product-card-01__price-current{color:var(--product-card-01-price-current-color);font-size:var(--product-card-01-price-current-size);font-weight:var(--product-card-01-price-current-weight);line-height:var(--product-card-01-price-line-height);letter-spacing:var(--product-card-01-price-current-letter-spacing)}.section-render-stage .product-card-01__price-old{color:var(--product-card-01-price-old-color);font-size:var(--product-card-01-price-old-size);font-weight:var(--product-card-01-price-old-weight);line-height:var(--product-card-01-price-line-height);text-decoration:line-through;text-decoration-thickness:var(--product-card-01-price-old-decoration-thickness)}.section-render-stage .product-card-01__view{min-height:var(--product-card-01-view-min-height);padding-inline:var(--product-card-01-view-padding-inline);border-radius:var(--product-card-01-view-radius);color:var(--product-card-01-view-color);font-weight:var(--product-card-01-view-weight);flex-shrink:0}.section-render-stage .product-card-01__view:hover{background:var(--product-card-01-view-hover-bg);color:var(--product-card-01-view-hover-color)}.section-render-stage .sales-base-card-01>.container,.section-render-stage .sales-base-card-01>.container-wide,.section-render-stage .sales-base-card-02>.container,.section-render-stage .sales-base-card-02>.container-wide,.section-render-stage .sales-base-card-03>.container,.section-render-stage .sales-base-card-03>.container-wide,.section-render-stage .sales-base-card-04>.container,.section-render-stage .sales-base-card-04>.container-wide,.section-render-stage .sales-base-card-05>.container,.section-render-stage .sales-base-card-05>.container-wide,.section-render-stage .sales-base-single-product-01>.container,.section-render-stage .sales-base-single-product-01>.container-wide,.section-render-stage .single-service-01>.container,.section-render-stage .single-service-01>.container-wide,.section-render-stage .sales-public-cart-01>.container,.section-render-stage .sales-public-cart-01>.container-wide,.section-render-stage .sales-public-checkout-01>.container,.section-render-stage .sales-public-checkout-01>.container-wide{width:100%;max-width:var(--sales-container-width,var(--container-xl,1320px));padding-inline:var(--sales-container-padding-inline,0)}.section-render-stage .sales-base-card-01__wrap,.section-render-stage .sales-base-card-02__wrap,.section-render-stage .sales-base-card-03__wrap,.section-render-stage .sales-base-card-04__wrap,.section-render-stage .sales-base-card-05__wrap,.section-render-stage .sales-base-single-product-01__wrap,.section-render-stage .single-service-01__wrap,.section-render-stage .sales-public-cart-01__wrap,.section-render-stage .sales-public-checkout-01__wrap{width:100%;max-width:100%}.section-render-stage .product-card-01__card-title,.section-render-stage .product-card-02__title,.section-render-stage .product-card-03__title,.section-render-stage .product-card-04__title,.section-render-stage .product-card-05__title{font-size:var(--sales-card-title-size);font-weight:var(--sales-card-title-weight);line-height:var(--sales-card-title-line-height)}.section-render-stage .product-card-01__card-description,.section-render-stage .product-card-02__description,.section-render-stage .product-card-04__description{font-size:var(--sales-card-text-size);font-weight:var(--sales-card-text-weight);line-height:var(--sales-card-text-line-height)}.section-render-stage .product-card-01__price-current,.section-render-stage .product-card-02__price,.section-render-stage .product-card-03__price,.section-render-stage .product-card-04__price,.section-render-stage .product-card-05__price{font-size:var(--sales-card-price-size);font-weight:var(--sales-card-price-weight);line-height:var(--sales-card-price-line-height)}.section-render-stage .single-product-01__title,.section-render-stage .single-service-01__title,.section-render-stage .cart-01__title,.section-render-stage .checkout-01__title{font-size:var(--sales-title-size);font-weight:var(--sales-title-weight);line-height:var(--sales-title-line-height);letter-spacing:var(--sales-title-letter-spacing)}.section-render-stage .single-product-01__details-title,.section-render-stage .single-service-01__info-title,.section-render-stage .single-service-01__description-section h2,.section-render-stage .single-service-01__details-section h2,.section-render-stage .cart-01__card-title,.section-render-stage .checkout-01__section-title{font-size:var(--sales-section-title-size);font-weight:var(--sales-section-title-weight);line-height:var(--sales-section-title-line-height)}.section-render-stage .single-product-01__description,.section-render-stage .single-product-01__details-text,.section-render-stage .single-service-01__description-section,.section-render-stage .single-service-01__details-section,.section-render-stage .cart-01__row,.section-render-stage .checkout-01__form,.section-render-stage .checkout-01__summary{font-size:var(--sales-text-size);font-weight:var(--sales-text-weight);line-height:var(--sales-text-line-height)}.section-render-stage .single-product-01__price,.section-render-stage .single-service-01__price,.section-render-stage .cart-01__total,.section-render-stage .checkout-01__total{font-size:var(--sales-price-size);font-weight:var(--sales-price-weight);line-height:var(--sales-price-line-height)}.section-render-stage .pagination-01{background:var(--pagination-01-bg,var(--section-surface,var(--surface-1)))}.section-render-stage .pagination-01__wrap{justify-content:center;display:flex}.section-render-stage .pagination-01__nav,.section-render-stage .pagination-01__list{align-items:center;gap:var(--pagination-01-gap,1rem);flex-wrap:wrap;justify-content:center;display:flex}.section-render-stage .pagination-01__control,.section-render-stage .pagination-01__item{width:var(--pagination-01-item-size,2.5rem);height:var(--pagination-01-item-size,2.5rem);border-radius:var(--pagination-01-item-radius,999px);background:var(--pagination-01-item-bg,var(--gray-100));color:var(--pagination-01-item-color,var(--section-primary,var(--primary-base)));font-size:var(--pagination-01-item-size-text,var(--text-sm-size,1.125rem));font-weight:var(--pagination-01-item-weight,var(--font-weight-medium));line-height:var(--pagination-01-line-height-01,var(--section-text-line-height,1));border:none;justify-content:center;align-items:center;display:inline-flex}.section-render-stage .pagination-01__control{font-size:var(--pagination-01-item-size-text,var(--text-sm-size,1.125rem))}.section-render-stage .pagination-01__item--active{background:var(--pagination-01-active-bg,var(--section-primary,var(--primary-base)));color:var(--pagination-01-active-color,var(--color-white))}.section-render-stage .pagination-01__item--dots{font-size:var(--pagination-01-item-size-text,var(--text-sm-size,1.125rem));letter-spacing:var(--pagination-01-letter-spacing-01,var(--letter-spacing-normal,.08em))}@container preview (width<=767px){.section-render-stage .pagination-01__nav,.section-render-stage .pagination-01__list{gap:var(--pagination-01-mobile-gap,.75rem)}.section-render-stage .pagination-01__control,.section-render-stage .pagination-01__item{width:var(--pagination-01-item-size,2.5rem);height:var(--pagination-01-item-size,2.5rem);font-size:var(--pagination-01-item-size-text,var(--text-sm-size,1.125rem));font-weight:var(--pagination-01-item-weight,var(--font-weight-medium))}.section-render-stage .pagination-01__control{font-size:var(--pagination-01-item-size-text,var(--text-sm-size,1.125rem))}}.section-render-stage .pagination-01__control,.section-render-stage .pagination-01__item{transition:var(--pagination-01-transition-01,background-color var(--transition-fast,.18s ease), color var(--transition-fast,.18s ease), transform var(--transition-fast,.18s ease))}.section-render-stage .pagination-01__control:hover,.section-render-stage .pagination-01__item:hover{background:var(--pagination-01-hover-bg,var(--section-primary,var(--primary-base)));transform:var(--pagination-01-transform-01,var(--hover-lift-transform,translateY(-1px)));color:var(--pagination-01-hover-color,var(--color-white))}.section-render-stage .pagination-01--swap-primary-secondary .pagination-01__control,.section-render-stage .pagination-01--swap-primary-secondary .pagination-01__item{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .pagination-01--swap-primary-secondary .pagination-01__item--active,.section-render-stage .pagination-01--swap-primary-secondary .pagination-01__control:hover,.section-render-stage .pagination-01--swap-primary-secondary .pagination-01__item:hover{background:var(--section-secondary,var(--secondary-base));color:var(--color-white)}.section-render-stage .products-grid-02{background:var(--composition-bg);--pb-section-animate-name:var(--products-grid-02-animate-name,var(--pb-animate-name));--pb-section-animate-duration:var(--products-grid-02-animate-duration,var(--pb-animate-duration));--pb-section-animate-easing:var(--products-grid-02-animate-easing,var(--pb-animate-easing));--pb-section-animate-delay-step:var(--products-grid-02-animate-delay-step,var(--pb-animate-delay-step))}.section-render-stage .products-grid-02__wrap{gap:var(--products-grid-02-gap-01,var(--grid-gap,clamp(1.75rem, 3vw, 3rem)));display:grid}.section-render-stage .products-grid-02__header{justify-content:space-between;align-items:center;gap:var(--products-grid-02-gap-02,var(--grid-gap,1.5rem));padding-bottom:var(--products-grid-02-padding-bottom-01,var(--space-6,1.5rem));border-bottom:var(--section-border-soft,var(--border-soft));display:flex}.section-render-stage .products-grid-02__title{color:var(--section-primary,var(--primary-base));font-size:var(--products-grid-02-font-size-01,var(--section-title-size));font-weight:var(--products-grid-02-font-weight-01,var(--section-title-weight));line-height:var(--products-grid-02-line-height-01,var(--section-title-line-height));letter-spacing:0;margin:0}.section-render-stage .products-grid-02__tabs{justify-content:flex-end;gap:var(--products-grid-02-gap-03,var(--grid-gap,.7rem));flex-wrap:wrap;min-width:0;display:flex}.section-render-stage .products-grid-02__tab{min-height:var(--products-grid-02-min-height-01,var(--btn-height-sm,2.15rem));padding:var(--products-grid-02-padding-01,var(--btn-padding-sm,.45rem .85rem));border:var(--products-grid-02-border-01,var(--border-soft,1px solid transparent));border-radius:var(--products-grid-02-border-radius-01,var(--radius-md,6px));background:color-mix(in srgb, var(--section-secondary,var(--secondary-base)) 12%, var(--section-surface-alt,var(--surface-2)));color:var(--section-secondary,var(--secondary-base));font-family:var(--products-grid-02-tab-font-family,var(--tabs-trigger-font-family,var(--font-family-heading)));font-size:var(--products-grid-02-font-size-02,var(--text-md-size,.9rem));font-weight:var(--products-grid-02-font-weight-02,var(--font-weight-regular,700));line-height:var(--products-grid-02-line-height-02,var(--section-text-line-height,1));letter-spacing:0;white-space:nowrap;cursor:pointer;transition:var(--products-grid-02-transition-01,var(--transition-base,background .2s ease, color .2s ease, border-color .2s ease));justify-content:center;align-items:center;display:inline-flex}.section-render-stage .products-grid-02__tab:hover,.section-render-stage .products-grid-02__tab:focus-visible{border-color:var(--section-secondary,var(--secondary-base));color:var(--section-secondary,var(--secondary-base))}.section-render-stage .products-grid-02__tab--active{background:var(--section-secondary,var(--secondary-base));color:var(--color-white)}.section-render-stage .products-grid-02--swap-primary-secondary .products-grid-02__title{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .products-grid-02--swap-primary-secondary .products-grid-02__tab{background:color-mix(in srgb, var(--section-primary,var(--primary-base)) 10%, var(--section-surface-alt,var(--surface-2)));color:var(--section-primary,var(--primary-base))}.section-render-stage .products-grid-02--swap-primary-secondary .products-grid-02__tab:hover,.section-render-stage .products-grid-02--swap-primary-secondary .products-grid-02__tab:focus-visible{border-color:var(--section-primary,var(--primary-base));color:var(--section-primary,var(--primary-base))}.section-render-stage .products-grid-02--swap-primary-secondary .products-grid-02__tab--active{background:var(--section-primary,var(--primary-base));color:var(--color-white)}.section-render-stage .products-grid-02__products-grid{grid-template-columns:var(--products-grid-02-grid-template-columns-01,var(--grid-layout-columns,repeat(3, minmax(0, 1fr))));gap:var(--composition-grid-gap);display:grid}.section-render-stage .products-grid-02__item{min-width:0}.section-render-stage .products-grid-02__products-grid .product-grid-02__card{height:100%}.section-render-stage .products-grid-02__pagination{justify-content:center;display:flex}.section-render-stage .products-grid-02__pagination .pagination-01__wrap{width:100%;min-width:0;max-width:none}.section-render-stage .products-grid-02__empty{padding:var(--products-grid-02-padding-02,var(--empty-state-padding,var(--card-padding-lg,2rem)));border:var(--products-grid-02-border-02,1px dashed var(--section-border,var(--border-color)));border-radius:var(--radius-md);color:var(--section-muted,var(--text-muted));text-align:center;grid-column:1/-1}@container preview (width<=980px){.section-render-stage .products-grid-02__header{flex-direction:column;align-items:flex-start}.section-render-stage .products-grid-02__tabs{justify-content:flex-start}.section-render-stage .products-grid-02__products-grid{grid-template-columns:var(--products-grid-02-grid-template-columns-02,var(--grid-layout-columns,repeat(2, minmax(0, 1fr))))}}@container preview (width<=767px){.section-render-stage .products-grid-02__products-grid{grid-template-columns:var(--composition-single-column)}}.section-render-stage .search-01__wrap{display:flex}.section-render-stage .search-01__field{width:100%;min-height:var(--search-01-field-min-height,50px);padding:var(--search-01-field-padding,0 var(--control-padding-x-md,var(--space-6)));border:var(--search-01-field-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--search-01-field-radius,var(--radius-sm));background:var(--search-01-field-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--search-01-field-shadow,var(--shadow-sm));align-items:center;gap:var(--search-01-field-gap,.4rem);display:flex}.section-render-stage .search-01__icon{color:var(--search-01-icon-color,var(--section-muted,var(--text-muted)));font-size:var(--search-01-icon-size,1rem)}.section-render-stage .search-01__input{width:100%;color:var(--search-01-input-color,var(--section-muted,var(--text-muted)));font-size:var(--search-01-input-size,var(--text-md-size));line-height:var(--search-01-line-height-01,var(--section-text-line-height,1.2));background:0 0;border:none;outline:none}.section-render-stage .search-01__input::placeholder{color:var(--search-01-placeholder-color,var(--section-muted,var(--text-muted)))}@container preview (width<=767px){.section-render-stage .search-01__field{min-height:var(--search-01-mobile-field-min-height,50px);padding:var(--search-01-mobile-field-padding,var(--control-padding-y-md,var(--space-3)) var(--control-padding-x-md,var(--space-6)))}}.section-render-stage .sorting-01__wrap{display:flex}.section-render-stage .sorting-01__control{width:100%;min-width:0;min-height:var(--sorting-01-control-min-height,50px);padding:var(--sorting-01-control-padding,0 var(--control-padding-x-md,var(--space-6)));border:var(--sorting-01-control-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--sorting-01-control-radius,var(--radius-sm));background:var(--sorting-01-control-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--sorting-01-control-shadow,var(--shadow-sm));color:var(--sorting-01-control-color,var(--section-muted,var(--text-muted)));align-items:center;gap:var(--sorting-01-control-gap,.4rem);text-align:left;display:flex}.section-render-stage .sorting-01__label{color:var(--sorting-01-label-color,var(--section-muted,var(--text-muted)));font-size:var(--sorting-01-label-size,var(--text-md-size));flex:none}.section-render-stage .sorting-01__value{min-width:0;color:var(--sorting-01-value-color,var(--section-text,var(--text-color)));font-size:var(--sorting-01-value-size,var(--text-md-size));font-weight:var(--sorting-01-value-weight,700);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.section-render-stage .sorting-01__icon{font-size:var(--sorting-01-icon-size,1rem);margin-left:auto}@container preview (width<=767px){.section-render-stage .sorting-01__control{min-height:var(--sorting-01-mobile-control-min-height,64px);padding:var(--sorting-01-mobile-control-padding,var(--control-padding-y-md,var(--space-3)) var(--control-padding-x-md,var(--space-6)))}}.section-render-stage .show-01__wrap{display:flex}.section-render-stage .show-01__control{width:100%;min-width:0;min-height:var(--show-01-control-min-height,50px);padding:var(--show-01-control-padding,0 var(--control-padding-x-md,var(--space-6)));border:var(--show-01-control-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--show-01-control-radius,var(--radius-sm));background:var(--show-01-control-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--show-01-control-shadow,var(--shadow-sm));color:var(--show-01-control-color,var(--section-muted,var(--text-muted)));align-items:center;gap:var(--show-01-control-gap,.4rem);text-align:left;display:flex}.section-render-stage .show-01__label{color:var(--show-01-label-color,var(--section-muted,var(--text-muted)));font-size:var(--show-01-label-size,var(--text-md-size));flex:none}.section-render-stage .show-01__value{min-width:0;color:var(--show-01-value-color,var(--section-text,var(--text-color)));font-size:var(--show-01-value-size,var(--text-md-size));font-weight:var(--show-01-value-weight,700);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.section-render-stage .show-01__icon{font-size:var(--show-01-icon-size,1rem);margin-left:auto}@container preview (width<=767px){.section-render-stage .show-01__control{min-height:var(--show-01-mobile-control-min-height,64px);padding:var(--show-01-mobile-control-padding,var(--control-padding-y-md,var(--space-3)) var(--control-padding-x-md,var(--space-6)))}}.section-render-stage .checkbox-01{background:var(--checkbox-01-bg,var(--section-surface,var(--surface-1)))}.section-render-stage .checkbox-01__wrap{--filters-width:var(--checkbox-01-width,300px);width:var(--filters-width);min-width:var(--filters-width);max-width:var(--filters-width);grid-template-columns:var(--checkbox-01-grid-template-columns-01,var(--grid-layout-columns,1fr));display:grid}.section-render-stage .checkbox-01__card{gap:var(--checkbox-01-card-gap,var(--content-gap-lg));padding:var(--checkbox-01-card-padding,var(--space-7));border:var(--checkbox-01-card-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--checkbox-01-card-radius,var(--radius-sm));background:var(--checkbox-01-card-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--checkbox-01-card-shadow,var(--shadow-sm));display:grid}.section-render-stage .checkbox-01__card-head{justify-content:space-between;align-items:center;gap:var(--space-4,16px);display:flex}.section-render-stage .checkbox-01__card-title{font-family:var(--font-family-heading);color:var(--checkbox-01-title-color,var(--section-primary,var(--primary-base)));font-size:var(--checkbox-01-title-size,var(--h5-size));font-weight:var(--checkbox-01-title-weight,var(--font-weight-bold));line-height:var(--line-height-heading);letter-spacing:var(--letter-spacing-heading);margin:0}.section-render-stage .checkbox-01--swap-primary-secondary .checkbox-01__card-title,.section-render-stage .checkbox-01--swap-primary-secondary .checkbox-01__card-icon{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .checkbox-01__card-icon{color:var(--checkbox-01-icon-color,var(--section-primary,var(--primary-base)));font-size:var(--text-lg-size,1.25rem);line-height:var(--checkbox-01-line-height-01,var(--section-text-line-height,1))}.section-render-stage .checkbox-01__groups,.section-render-stage .checkbox-01__group,.section-render-stage .checkbox-01__list{gap:var(--space-4,16px);display:grid}.section-render-stage .checkbox-01__group-title{color:var(--checkbox-01-group-title-color,var(--section-text,var(--text-color)));font-size:var(--checkbox-01-font-size-01,var(--text-md-size,1rem));font-weight:var(--checkbox-01-font-weight-01,var(--font-weight-regular,700));text-transform:uppercase}.section-render-stage .checkbox-01__divider{border:0;border-top:var(--section-border-soft,var(--border-soft));margin:0}.section-render-stage .checkbox-01__list-item{min-width:0}.section-render-stage .checkbox-01__list-item-row{justify-content:space-between;align-items:center;gap:var(--space-4,16px);min-width:0;display:flex}.section-render-stage .checkbox-01__branch{gap:var(--checkbox-01-sublist-gap,var(--space-3,12px));min-width:0;display:grid}.section-render-stage .checkbox-01__branch-summary{align-items:center;gap:var(--space-3,12px);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;min-width:0;list-style:none;display:grid}.section-render-stage .checkbox-01__branch-summary::-webkit-details-marker{display:none}.section-render-stage .checkbox-01__branch-icon{width:var(--checkbox-01-branch-icon-size,1.75rem);height:var(--checkbox-01-branch-icon-size,1.75rem);border-radius:var(--radius-full);color:var(--checkbox-01-branch-icon-color,var(--section-primary,var(--primary-base)));font-size:var(--text-xs-size,.875rem);transition:transform var(--transition-base);place-items:center;display:inline-grid}.section-render-stage .checkbox-01--swap-primary-secondary .checkbox-01__branch-icon{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .checkbox-01__branch[open]>.checkbox-01__branch-summary .checkbox-01__branch-icon{transform:rotate(180deg)}.section-render-stage .checkbox-01__sublist{gap:var(--checkbox-01-sublist-gap,var(--space-3,12px));padding-left:var(--checkbox-01-sublist-padding-left,calc(var(--checkbox-01-checkbox-size,1.5rem) + var(--space-2,8px)));display:grid}.section-render-stage .checkbox-01__sublist .checkbox-01__check-label{color:var(--checkbox-01-sub-label-color,var(--section-muted,var(--text-muted)));font-size:var(--checkbox-01-sub-label-size,var(--text-xs-size,.875rem))}.section-render-stage .checkbox-01__check-row{align-items:center;gap:var(--space-2,16px);cursor:pointer;min-width:0;display:flex}.section-render-stage .checkbox-01__checkbox-input{opacity:var(--checkbox-01-opacity-01,var(--opacity-hidden,0));pointer-events:none;position:absolute}.section-render-stage .checkbox-01__checkbox{width:var(--checkbox-01-checkbox-size,1.5rem);height:var(--checkbox-01-checkbox-size,1.5rem);border-radius:var(--checkbox-01-checkbox-radius,var(--radius-xs));border:var(--checkbox-01-checkbox-border,var(--section-border-soft,var(--border-soft)));background:var(--checkbox-01-checkbox-bg,var(--section-surface,var(--surface-1)));color:#0000;font-size:var(--checkbox-01-font-size-02,var(--text-md-size,.95rem));box-shadow:var(--shadow-xs);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.section-render-stage .checkbox-01__checkbox.is-checked,.section-render-stage .checkbox-01__checkbox-input:checked+.checkbox-01__checkbox{background:var(--checkbox-01-checkbox-bg-checked,var(--section-secondary,var(--secondary-base)));border-color:var(--checkbox-01-checkbox-bg-checked,var(--section-secondary,var(--secondary-base)));color:var(--checkbox-01-checkbox-color-checked,var(--section-surface,var(--surface-1)))}.section-render-stage .checkbox-01__check-label{color:var(--checkbox-01-label-color,var(--section-text,var(--text-color)));font-size:var(--text-sm-size,1.25rem);font-weight:var(--font-weight-medium);line-height:var(--checkbox-01-line-height-02,var(--section-text-line-height,1.25))}.section-render-stage .checkbox-01__count{min-width:var(--checkbox-01-count-min-width,var(--badge-height-md,3rem));min-height:var(--checkbox-01-count-min-height,var(--badge-height-sm,2rem));padding:var(--checkbox-01-count-padding,var(--badge-padding-y-sm,.5rem) var(--badge-padding-x-sm,.75rem));border-radius:var(--radius-md);background:var(--checkbox-01-count-bg,var(--section-surface-alt,var(--surface-2)));color:var(--checkbox-01-count-color,var(--text-gray));font-size:var(--text-xs-size,1.125rem);font-weight:var(--font-weight-medium);line-height:var(--checkbox-01-line-height-03,var(--section-text-line-height,1));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.section-render-stage .checkbox-01__more{min-height:var(--btn-height-sm,44px);padding-inline:var(--btn-padding-x-sm,18px);border-radius:var(--btn-radius,var(--radius-pill));background:var(--section-secondary,var(--secondary-base));color:var(--color-white);font-size:var(--text-md-size,1.125rem);font-weight:var(--font-weight-bold);text-align:center;justify-content:center;justify-self:center;align-items:center;display:inline-flex}.section-render-stage .checkbox-01__more:hover{background:var(--section-secondary-hover,var(--secondary-bg-hover));color:var(--color-white)}.section-render-stage .checkbox-01--swap-primary-secondary .checkbox-01__checkbox.is-checked,.section-render-stage .checkbox-01--swap-primary-secondary .checkbox-01__checkbox-input:checked+.checkbox-01__checkbox,.section-render-stage .checkbox-01--swap-primary-secondary .checkbox-01__more{background:var(--section-primary,var(--primary-base));border-color:var(--section-primary,var(--primary-base))}.section-render-stage .checkbox-01--swap-primary-secondary .checkbox-01__more:hover{background:var(--section-primary-hover,var(--primary-bg-hover))}@container preview (width<=767px){.section-render-stage .checkbox-01__wrap{width:100%;min-width:0;max-width:none}.section-render-stage .checkbox-01__card{padding:var(--filters-card-mobile-padding,var(--space-6,24px));gap:var(--filters-card-mobile-gap,var(--content-gap-md,24px))}}.section-render-stage .range-01{background:var(--range-01-bg,var(--section-surface,var(--surface-1)))}.section-render-stage .range-01__wrap{--filters-width:var(--range-01-width,300px);width:var(--filters-width);min-width:var(--filters-width);max-width:var(--filters-width);grid-template-columns:var(--range-01-grid-template-columns-01,var(--grid-layout-columns,1fr));display:grid}.section-render-stage .range-01__card{gap:var(--range-01-card-gap,var(--content-gap-lg,32px));padding:var(--range-01-card-padding,var(--space-7,28px));border:var(--range-01-card-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--range-01-card-radius,var(--radius-sm));background:var(--range-01-card-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--range-01-card-shadow,var(--shadow-sm));display:grid}.section-render-stage .range-01__card-head{justify-content:space-between;align-items:center;gap:var(--space-4,16px);display:flex}.section-render-stage .range-01__card-title{font-family:var(--font-family-heading);color:var(--range-01-title-color,var(--section-primary,var(--primary-base)));font-size:var(--range-01-title-size,var(--h5-size));font-weight:var(--range-01-title-weight,var(--font-weight-bold));line-height:var(--line-height-heading);letter-spacing:var(--letter-spacing-heading);margin:0}.section-render-stage .range-01--swap-primary-secondary .range-01__card-title{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .range-01__price-range{grid-template-columns:var(--range-01-grid-template-columns-02,var(--grid-layout-columns,1fr));gap:var(--space-4,16px);display:grid}.section-render-stage .range-01__price-field{gap:var(--space-2,8px);display:grid}.section-render-stage .range-01__price-label{font-family:var(--font-family-heading);color:var(--range-01-label-color,var(--text-gray));font-size:var(--range-01-label-size,var(--text-sm-size,1rem));font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading);letter-spacing:var(--letter-spacing-heading);margin:0}.section-render-stage .range-01__text-input{border:var(--range-01-input-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--range-01-input-radius,var(--radius-sm));background:var(--range-01-input-bg,var(--section-surface,var(--surface-1)));color:var(--range-01-input-color,var(--section-text,var(--text-color)));font-size:var(--range-01-input-size,var(--text-sm-size,1rem))}.section-render-stage .range-01__clear{background:var(--section-secondary,var(--secondary-base));border-color:var(--section-secondary,var(--secondary-base));color:var(--color-white);justify-content:center}.section-render-stage .range-01__clear:hover{background:var(--section-secondary-hover,var(--secondary-bg-hover));border-color:var(--section-secondary-hover,var(--secondary-bg-hover));color:var(--color-white)}.section-render-stage .range-01--swap-primary-secondary .range-01__clear{background:var(--section-primary,var(--primary-base));border-color:var(--section-primary,var(--primary-base))}.section-render-stage .range-01--swap-primary-secondary .range-01__clear:hover{background:var(--section-primary-hover,var(--primary-bg-hover));border-color:var(--section-primary-hover,var(--primary-bg-hover))}@container preview (width<=767px){.section-render-stage .range-01__wrap{width:100%;min-width:0;max-width:none}.section-render-stage .range-01__card{padding:var(--filters-card-mobile-padding,var(--space-6,24px));gap:var(--filters-card-mobile-gap,var(--content-gap-md,24px))}}.section-render-stage .date-01{background:var(--date-01-bg,var(--section-surface,var(--surface-1)))}.section-render-stage .date-01__wrap{--filters-width:var(--date-01-width,300px);width:var(--filters-width);min-width:var(--filters-width);max-width:var(--filters-width);grid-template-columns:var(--date-01-grid-template-columns-01,var(--grid-layout-columns,1fr));display:grid}.section-render-stage .date-01__card{gap:var(--date-01-card-gap,var(--content-gap-lg,32px));padding:var(--date-01-card-padding,var(--space-7,28px));border:var(--date-01-card-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--date-01-card-radius,var(--radius-sm));background:var(--date-01-card-bg,var(--section-surface,var(--surface-1)));box-shadow:var(--date-01-card-shadow,var(--shadow-sm));display:grid}.section-render-stage .date-01__card-head{justify-content:space-between;align-items:center;gap:var(--space-4,16px);display:flex}.section-render-stage .date-01__card-title{font-family:var(--font-family-heading);color:var(--date-01-title-color,var(--section-primary,var(--primary-base)));font-size:var(--date-01-title-size,var(--h5-size));font-weight:var(--date-01-title-weight,var(--font-weight-bold));line-height:var(--line-height-heading);letter-spacing:var(--letter-spacing-heading);margin:0}.section-render-stage .date-01--swap-primary-secondary .date-01__card-title{color:var(--section-secondary,var(--secondary-base))}.section-render-stage .date-01__dates{gap:var(--space-4,16px);display:grid}.section-render-stage .date-01__date-row{gap:var(--space-3,12px);display:grid}.section-render-stage .date-01__date-label{font-family:var(--font-family-heading);color:var(--date-01-label-color,var(--section-text,var(--text-color)));font-size:var(--text-sm-size,1rem);font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading);letter-spacing:var(--letter-spacing-heading);margin:0}.section-render-stage .date-01__date-input{min-height:var(--date-01-input-min-height,50px);border:var(--date-01-input-border,var(--section-border-soft,var(--border-soft)));border-radius:var(--date-01-input-radius,var(--radius-sm));padding:var(--date-01-input-padding,0 var(--space-5,20px));justify-content:space-between;align-items:center;gap:var(--space-4,16px);background:var(--date-01-input-bg,var(--section-surface,var(--surface-1)));display:flex}.section-render-stage .date-01__date-native{min-width:0;color:var(--date-01-native-color,var(--section-heading,var(--heading-color)));font-size:var(--date-01-native-size,var(--text-md-size,1.25rem));font-weight:var(--font-weight-semibold);appearance:none;background:0 0;border:0;flex:auto}.section-render-stage .date-01__date-native::-webkit-calendar-picker-indicator{opacity:var(--date-01-opacity-01,var(--opacity-hidden,0));cursor:pointer;position:absolute;inset:0}.section-render-stage .date-01__date-icon{color:var(--date-01-icon-color,var(--text-gray));font-size:var(--date-01-icon-size,var(--text-xl-size,1.5rem));line-height:var(--date-01-line-height-01,var(--section-text-line-height,1));flex-shrink:0}@container preview (width<=767px){.section-render-stage .date-01__wrap{width:100%;min-width:0;max-width:none}.section-render-stage .date-01__card{padding:var(--filters-card-mobile-padding,var(--space-6,24px));gap:var(--filters-card-mobile-gap,var(--content-gap-md,24px))}}:is(.section-render-stage,.builder-react-render-stage,.builder-react-section-preview-stage) .section-scheme-dark[class*=--bg-],:is(.section-render-stage,.builder-react-render-stage,.builder-react-section-preview-stage) .section-scheme-dark[class*=--bg-] .hero-04__content{background:var(--section-background)!important}:root{--theme-map-version:react-base-v1;--theme-primary-seed:#123b46;--theme-secondary-seed:#8ccc15;--theme-neutral-white:#fff;--theme-neutral-black:#000;--theme-neutral-25:#fcfcfd;--theme-neutral-50:#f9fafb;--theme-neutral-100:#f3f4f6;--theme-neutral-200:#e5e7eb;--theme-neutral-300:#d1d5db;--theme-neutral-400:#9ca3af;--theme-neutral-500:#6b7280;--theme-neutral-600:#4b5563;--theme-neutral-700:#374151;--theme-neutral-800:#1f2937;--theme-neutral-900:#111827;--theme-font-heading:"Inter", "Segoe UI", Arial, sans-serif;--theme-font-body:"Inter", "Segoe UI", Arial, sans-serif;--theme-font-button:"Inter", "Segoe UI", Arial, sans-serif;--theme-type-1:.75rem;--theme-type-2:.875rem;--theme-type-3:1rem;--theme-type-4:1.125rem;--theme-type-5:1.25rem;--theme-type-6:1.5rem;--theme-type-7:1.875rem;--theme-type-8:2.25rem;--theme-type-9:3rem;--theme-type-10:4.5rem;--theme-space-0:0;--theme-space-1:.25rem;--theme-space-2:.5rem;--theme-space-3:.75rem;--theme-space-4:1rem;--theme-space-5:1.25rem;--theme-space-6:1.5rem;--theme-space-8:2rem;--theme-space-10:2.5rem;--theme-space-12:3rem;--theme-space-16:4rem;--theme-space-20:5rem;--theme-space-24:6rem;--theme-radius-none:0;--theme-radius-xs:.25rem;--theme-radius-sm:.5rem;--theme-radius-md:.75rem;--theme-radius-lg:1rem;--theme-radius-xl:1.25rem;--theme-radius-2xl:1.75rem;--theme-radius-full:999px;--theme-border-none:0;--theme-border-hairline:1px;--theme-border-sm:1px;--theme-border-md:2px;--theme-border-lg:3px;--theme-shadow-none:none;--theme-shadow-xs:0 1px 2px #0f172a0f;--theme-shadow-sm:0 4px 12px #0f172a14;--theme-shadow-md:0 12px 28px #0f172a1f;--theme-shadow-lg:0 24px 60px #0f172a24;--theme-shadow-xl:0 32px 90px #0f172a2e;--theme-duration-fast:.18s;--theme-duration-base:.26s;--theme-duration-slow:.48s;--theme-ease-standard:cubic-bezier(.2, 0, 0, 1);--theme-success:#16a34a;--theme-warning:#f59e0b;--theme-danger:#dc2626;--theme-info:#2563eb;--theme-contract-version:react-theme-contract-v100;--theme-primary-base:var(--theme-primary-seed);--theme-secondary-base:var(--theme-secondary-seed);--primary-base:var(--theme-primary-base);--secondary-base:var(--theme-secondary-base);--primary-25:color-mix(in srgb, var(--primary-base), white 96%);--primary-50:color-mix(in srgb, var(--primary-base), white 92%);--primary-100:color-mix(in srgb, var(--primary-base), white 84%);--primary-200:color-mix(in srgb, var(--primary-base), white 68%);--primary-300:color-mix(in srgb, var(--primary-base), white 52%);--primary-400:color-mix(in srgb, var(--primary-base), white 28%);--primary-500:var(--primary-base);--primary-600:color-mix(in srgb, var(--primary-base), black 10%);--primary-700:color-mix(in srgb, var(--primary-base), black 20%);--primary-800:color-mix(in srgb, var(--primary-base), black 32%);--primary-900:color-mix(in srgb, var(--primary-base), black 44%);--secondary-25:color-mix(in srgb, var(--secondary-base), white 96%);--secondary-50:color-mix(in srgb, var(--secondary-base), white 92%);--secondary-100:color-mix(in srgb, var(--secondary-base), white 84%);--secondary-200:color-mix(in srgb, var(--secondary-base), white 68%);--secondary-300:color-mix(in srgb, var(--secondary-base), white 52%);--secondary-400:color-mix(in srgb, var(--secondary-base), white 28%);--secondary-500:var(--secondary-base);--secondary-600:color-mix(in srgb, var(--secondary-base), black 10%);--secondary-700:color-mix(in srgb, var(--secondary-base), black 20%);--secondary-800:color-mix(in srgb, var(--secondary-base), black 32%);--secondary-900:color-mix(in srgb, var(--secondary-base), black 44%);--gray-0:var(--theme-neutral-white);--gray-25:var(--theme-neutral-25);--gray-50:var(--theme-neutral-50);--gray-100:var(--theme-neutral-100);--gray-200:var(--theme-neutral-200);--gray-300:var(--theme-neutral-300);--gray-400:var(--theme-neutral-400);--gray-500:var(--theme-neutral-500);--gray-600:var(--theme-neutral-600);--gray-700:var(--theme-neutral-700);--gray-800:var(--theme-neutral-800);--gray-900:var(--theme-neutral-900);--gray-1000:var(--theme-neutral-black);--color-white:var(--gray-0);--color-black:var(--gray-1000);--color-transparent:transparent;--theme-bg:var(--gray-0);--theme-bg-alt:var(--gray-50);--theme-bg-muted:var(--gray-100);--theme-surface:var(--gray-0);--theme-surface-hover:var(--gray-50);--theme-surface-active:var(--gray-100);--theme-text:var(--gray-700);--theme-text-muted:var(--gray-500);--theme-text-soft:var(--gray-400);--theme-heading:var(--gray-900);--theme-border:var(--gray-200);--theme-border-strong:var(--gray-300);--theme-inverse-bg:var(--gray-900);--theme-inverse-text:var(--gray-0);--page-bg:var(--theme-bg);--surface-1:var(--theme-surface);--surface-2:var(--theme-bg-alt);--surface-3:var(--theme-bg-muted);--surface-soft:var(--primary-50);--surface-muted:var(--gray-100);--surface-elevated:var(--theme-surface);--surface-inverse:var(--theme-inverse-bg);--text-color:var(--theme-text);--text-muted:var(--theme-text-muted);--text-soft:var(--theme-text-soft);--text-inverse:var(--theme-inverse-text);--heading-color:var(--theme-heading);--primary-bg:var(--primary-500);--primary-bg-hover:var(--primary-600);--primary-text:var(--color-white);--secondary-bg:var(--secondary-500);--secondary-bg-hover:var(--secondary-600);--secondary-text:var(--color-white);--link-color:var(--primary-600);--link-color-hover:var(--primary-700);--font-family-heading:var(--theme-font-heading);--font-family-base:var(--theme-font-body);--button-font-family:var(--theme-font-button);--type-1-size:var(--theme-type-1);--type-2-size:var(--theme-type-2);--type-3-size:var(--theme-type-3);--type-4-size:var(--theme-type-4);--type-5-size:var(--theme-type-5);--type-6-size:var(--theme-type-6);--type-7-size:var(--theme-type-7);--type-8-size:var(--theme-type-8);--type-9-size:var(--theme-type-9);--type-10-size:var(--theme-type-10);--type-hero-title-size:clamp(2.75rem, 5.2vw, 4.75rem);--type-section-title-size:clamp(2.25rem, 4.4vw, 4rem);--type-item-title-size:var(--type-5-size);--type-lead-size:clamp(1.0625rem, 1.55vw, 1.375rem);--type-body-size:var(--type-3-size);--type-button-size:var(--type-3-size);--type-hero-title-weight:900;--type-section-title-weight:850;--type-item-title-weight:800;--type-body-weight:500;--type-button-weight:800;--type-hero-title-line-height:.98;--type-section-title-line-height:1.04;--type-body-line-height:1.55;--type-lead-line-height:1.5;--type-button-line-height:1.15;--type-hero-title-letter-spacing:0;--type-section-title-letter-spacing:0;--type-body-letter-spacing:0;--type-button-letter-spacing:0;--container-xs:40rem;--container-sm:48rem;--container-md:60rem;--container-lg:70rem;--container-xl:80rem;--container-2xl:90rem;--container-wide:92rem;--container-padding:clamp(1.5rem, 5vw, 5.5rem);--measure-narrow:44ch;--measure-normal:64ch;--measure-wide:78ch;--space-0:var(--theme-space-0);--space-1:var(--theme-space-1);--space-2:var(--theme-space-2);--space-3:var(--theme-space-3);--space-4:var(--theme-space-4);--space-5:var(--theme-space-5);--space-6:var(--theme-space-6);--space-8:var(--theme-space-8);--space-10:var(--theme-space-10);--space-12:var(--theme-space-12);--space-16:var(--theme-space-16);--space-20:var(--theme-space-20);--space-24:var(--theme-space-24);--section-padding-sm:var(--theme-spacing-sm,3rem);--section-padding-md:var(--theme-spacing-md,4rem);--section-padding-lg:var(--theme-spacing-lg,5rem);--section-padding-xl:var(--theme-spacing-xl,6.5rem);--section-padding-y:var(--section-padding-lg);--section-padding-inline:var(--theme-container-padding,var(--container-padding));--content-gap-sm:var(--theme-gap-sm,2rem);--content-gap-md:var(--theme-gap-md,3rem);--content-gap-lg:var(--theme-gap-lg,4.5rem);--content-gap-xl:var(--theme-gap-xl,6rem);--radius-none:var(--theme-radius-none);--radius-xs:var(--theme-radius-xs);--radius-sm:var(--theme-radius-sm);--radius-md:var(--theme-radius-md);--radius-lg:var(--theme-radius-lg);--radius-xl:var(--theme-radius-xl);--radius-2xl:var(--theme-radius-2xl);--radius-pill:var(--theme-radius-full);--card-radius:var(--radius-lg);--panel-radius:var(--radius-xl);--button-radius:var(--radius-md);--input-radius:var(--radius-sm);--image-radius:var(--radius-md);--border-width:var(--theme-border-sm);--border-width-strong:var(--theme-border-md);--border-color:var(--theme-border);--border-color-strong:var(--theme-border-strong);--border-color-subtle:color-mix(in srgb, var(--border-color), transparent 42%);--border-soft:var(--border-width) solid var(--border-color);--divider-color:var(--border-color);--shadow-none:var(--theme-shadow-none);--shadow-xs:var(--theme-shadow-xs);--shadow-sm:var(--theme-shadow-sm);--shadow-md:var(--theme-shadow-md);--shadow-lg:var(--theme-shadow-lg);--shadow-xl:var(--theme-shadow-xl);--card-shadow:var(--shadow-sm);--card-shadow-hover:var(--shadow-md);--panel-shadow:var(--shadow-md);--floating-shadow:var(--shadow-lg);--btn-height-sm:2.5rem;--btn-height-md:2.75rem;--btn-height-lg:3.25rem;--btn-padding-sm:.625rem .875rem;--btn-padding-md:.75rem 1rem;--btn-padding-lg:.875rem 1.25rem;--btn-radius:var(--button-radius);--btn-bg:var(--secondary-bg);--btn-bg-hover:var(--secondary-bg-hover);--btn-color:var(--secondary-text);--btn-border:var(--btn-bg);--btn-shadow:none;--btn-font-size-md:var(--type-button-size);--btn-font-weight:var(--type-button-weight);--input-height:2.75rem;--input-padding:.75rem .875rem;--input-bg:var(--surface-1);--input-color:var(--text-color);--input-border:var(--border-color);--card-bg:var(--surface-1);--card-border:var(--border-soft);--card-padding:var(--space-6);--badge-bg:var(--surface-2);--badge-color:var(--text-color);--badge-radius:var(--radius-sm);--icon-size:1.25rem;--icon-button-size:2.25rem;--icon-button-bg:var(--surface-1);--icon-button-color:var(--text-color);--icon-button-border:var(--border-color);--icon-button-radius:var(--radius-sm);--popover-bg:var(--surface-1);--popover-border:var(--border-color);--popover-radius:var(--radius-md);--popover-shadow:var(--shadow-lg);--image-fit:cover;--image-position:center center;--image-bg:var(--surface-2);--media-radius:var(--image-radius);--media-shadow:none;--overlay-soft:#00000038;--overlay-medium:#0000006b;--overlay-strong:#000000a3;--focus-ring-color:color-mix(in srgb, var(--primary-base), white 28%);--focus-ring:0 0 0 3px var(--focus-ring-color);--duration-fast:var(--theme-duration-fast);--duration-base:var(--theme-duration-base);--duration-slow:var(--theme-duration-slow);--ease-standard:var(--theme-ease-standard);--transition-fast:var(--duration-fast) var(--ease-standard);--transition-base:var(--duration-base) var(--ease-standard);--transition-slow:var(--duration-slow) var(--ease-standard);--theme-motion-name:pb-fade-in;--theme-motion-duration:var(--duration-slow);--theme-motion-easing:var(--ease-standard);--theme-motion-delay-step:60ms;--theme-motion-from-opacity:0;--theme-motion-to-opacity:1;--theme-motion-from-x:0;--theme-motion-to-x:0;--theme-motion-from-y:1rem;--theme-motion-to-y:0;--theme-motion-from-scale:.98;--theme-motion-to-scale:1;--theme-motion-from-filter:none;--theme-motion-to-filter:none;--pb-animate-name:var(--theme-motion-name);--pb-animate-duration:var(--theme-motion-duration);--pb-animate-easing:var(--theme-motion-easing);--pb-animate-delay-step:var(--theme-motion-delay-step);--pb-animate-from-opacity:var(--theme-motion-from-opacity);--pb-animate-to-opacity:var(--theme-motion-to-opacity);--pb-animate-from-x:var(--theme-motion-from-x);--pb-animate-to-x:var(--theme-motion-to-x);--pb-animate-from-y:var(--theme-motion-from-y);--pb-animate-to-y:var(--theme-motion-to-y);--pb-animate-from-scale:var(--theme-motion-from-scale);--pb-animate-to-scale:var(--theme-motion-to-scale);--pb-animate-from-filter:var(--theme-motion-from-filter);--pb-animate-to-filter:var(--theme-motion-to-filter);--success-base:var(--theme-success);--warning-base:var(--theme-warning);--error-base:var(--theme-danger);--danger-base:var(--theme-danger);--info-base:var(--theme-info);--z-base:1;--z-sticky:100;--z-dropdown:500;--z-overlay:800;--z-modal:900;--z-popover:950;--z-toast:1000;--z-tooltip:1100;--section-bg:var(--page-bg);--section-background:var(--section-bg);--section-surface:var(--surface-1);--section-primary:var(--primary-base);--section-primary-hover:var(--primary-600);--section-primary-text:var(--primary-text);--section-secondary:var(--secondary-base);--section-secondary-hover:var(--secondary-600);--section-secondary-text:var(--secondary-text);--section-heading:var(--heading-color);--section-title-color:var(--section-primary);--section-title-font-family:var(--font-family-heading);--section-title-size:var(--type-section-title-size);--section-title-size-mobile:var(--type-7-size);--section-title-weight:var(--type-section-title-weight);--section-title-line-height:var(--type-section-title-line-height);--section-text:var(--text-color);--section-text-color:var(--text-muted);--section-text-font-family:var(--font-family-base);--section-text-size:var(--type-body-size);--section-text-weight:var(--type-body-weight);--section-text-line-height:var(--type-body-line-height);--section-item-title-color:var(--section-primary);--section-item-title-size:var(--type-item-title-size);--section-item-text-color:var(--text-muted);--section-item-text-size:var(--type-body-size);--section-card-bg:var(--card-bg);--section-card-border:var(--card-border);--section-card-radius:var(--card-radius);--section-card-shadow:var(--card-shadow);--section-card-padding:var(--card-padding);--section-action-bg:var(--section-secondary);--section-action-bg-hover:var(--section-secondary-hover);--section-action-color:var(--section-secondary-text);--section-action-border:var(--section-action-bg);--section-action-radius:var(--btn-radius);--section-action-shadow:var(--btn-shadow);--section-action-font-family:var(--button-font-family);--section-action-font-size:var(--btn-font-size-md);--section-action-font-weight:var(--btn-font-weight);--section-action-swap-bg:var(--section-primary);--section-action-swap-color:var(--section-primary-text);--section-container-width:var(--container-xl);--section-container-padding-inline:var(--section-padding-inline);--section-grid-gap:var(--content-gap-lg);--hero-bg:var(--section-bg);--hero-title-color:var(--section-primary);--hero-title-color-swap:var(--section-secondary);--hero-title-size:var(--type-hero-title-size);--hero-title-weight:var(--type-hero-title-weight);--hero-title-line-height:var(--type-hero-title-line-height);--hero-text-color:var(--text-muted);--hero-button-bg:var(--section-secondary);--hero-button-color:var(--section-secondary-text);--hero-container-width:var(--container-xl);--hero-gap:var(--content-gap-lg);--hero-media-bg:var(--surface-2);--hero-media-radius:var(--media-radius);--hero-media-shadow:var(--media-shadow);--hero-01-title-color:var(--hero-title-color);--hero-01-lead-color:var(--hero-text-color);--hero-01-primary-bg:var(--hero-button-bg);--hero-01-primary-border:var(--hero-button-bg);--hero-02-title-color:var(--hero-title-color);--hero-02-lead-color:var(--hero-text-color);--hero-02-primary-bg:var(--hero-button-bg);--hero-02-primary-border:var(--hero-button-bg);--hero-03-title-color:var(--color-white);--hero-03-lead-color:var(--color-white);--hero-03-primary-bg:var(--hero-button-bg);--hero-03-primary-border:var(--hero-button-bg);--hero-04-title-color:var(--hero-title-color);--hero-04-lead-color:var(--hero-text-color);--hero-04-primary-bg:var(--hero-button-bg);--hero-04-primary-border:var(--hero-button-bg);--stats-01-heading-color:var(--section-title-color);--stats-01-text-color:var(--section-text-color);--stats-01-value-color:var(--section-primary);--accordion-01-title-color:var(--section-title-color);--accordion-01-description-color:var(--section-text-color);--header-01-bg:var(--surface-1);--header-01-color:var(--text-color);--header-01-border-color:var(--border-color);--footer-01-bg:var(--surface-1);--footer-01-color:var(--text-color);--page-title-01-bg:var(--surface-2);--page-title-01-title-color:var(--section-title-color);--blog-base-card-01-bg:var(--section-card-bg);--sales-base-card-01-bg:var(--section-card-bg);--products-tab-grid-01-bg:var(--section-bg)}:root[data-theme=dark],[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-bg:#070b12;--theme-bg-alt:#0f1724;--theme-bg-muted:#182233;--theme-surface:#0f1724;--theme-surface-hover:#152033;--theme-surface-active:#1b293d;--theme-text:#e5e7eb;--theme-text-muted:#aeb8c6;--theme-text-soft:#7f8a99;--theme-heading:#fff;--theme-border:#ffffff29;--theme-border-strong:#ffffff42;--theme-inverse-bg:#fff;--theme-inverse-text:#111827}:root{--scheme-light-bg:var(--theme-bg);--scheme-light-surface:var(--theme-surface);--scheme-light-heading:var(--theme-heading);--scheme-light-text:var(--theme-text);--scheme-light-muted:var(--theme-text-muted);--scheme-light-border:var(--theme-border);--scheme-dark-bg:#070b12;--scheme-dark-surface:#0f1724;--scheme-dark-heading:#fff;--scheme-dark-text:#e5e7eb;--scheme-dark-muted:#aeb8c6;--scheme-dark-border:#ffffff29}
