@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.typography p{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.typography.display-xl{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-6xl);font-weight:700;line-height:1.2}@media (min-width:640px){.typography.display-xl{font-size:var(--text-8xl);line-height:1.1}}@media (min-width:1024px){.typography.display-xl{font-size:var(--text-10xl);line-height:1.1}}.typography.display-lg{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-5xl);font-weight:700;line-height:1.3}@media (min-width:640px){.typography.display-lg{font-size:var(--text-7xl);line-height:1.1}}@media (min-width:1024px){.typography.display-lg{font-size:var(--text-8xl);line-height:1.1}}.typography.display-md{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-4xl);font-weight:600;line-height:1.35}@media (min-width:640px){.typography.display-md{font-size:var(--text-6xl);line-height:1.2}}@media (min-width:1024px){.typography.display-md{font-size:var(--text-7xl);line-height:1.1}}.typography.display-sm{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-3xl);font-weight:600;line-height:1.35}@media (min-width:640px){.typography.display-sm{font-size:var(--text-5xl);line-height:1.3}}@media (min-width:1024px){.typography.display-sm{font-size:var(--text-6xl);line-height:1.2}}.ck-content h1,.hcg-body-text-rte h1,.typography.h1{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-2xl);font-weight:700;line-height:1.4}@media (min-width:640px){.ck-content h1,.hcg-body-text-rte h1,.typography.h1{font-size:var(--text-4xl);line-height:1.35}}@media (min-width:1024px){.ck-content h1,.hcg-body-text-rte h1,.typography.h1{font-size:var(--text-5xl);line-height:1.3}}.ck-content h2,.hcg-body-text-rte h2,.typography.h2{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-xl);font-weight:700;line-height:1.4}@media (min-width:640px){.ck-content h2,.hcg-body-text-rte h2,.typography.h2{font-size:var(--text-3xl);line-height:1.35}}@media (min-width:1024px){.ck-content h2,.hcg-body-text-rte h2,.typography.h2{font-size:var(--text-4xl);line-height:1.35}}.ck-content h3,.hcg-body-text-rte h3,.typography.h3{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-lg);font-weight:600;line-height:1.45}@media (min-width:640px){.ck-content h3,.hcg-body-text-rte h3,.typography.h3{font-size:var(--text-2xl);line-height:1.4}}@media (min-width:1024px){.ck-content h3,.hcg-body-text-rte h3,.typography.h3{font-size:var(--text-3xl);line-height:1.35}}.ck-content h4,.hcg-body-text-rte h4,.typography.h4{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-base);font-weight:600;line-height:1.5}@media (min-width:640px){.ck-content h4,.hcg-body-text-rte h4,.typography.h4{font-size:var(--text-xl);line-height:1.4}}@media (min-width:1024px){.ck-content h4,.hcg-body-text-rte h4,.typography.h4{font-size:var(--text-2xl);line-height:1.4}}.ck-content h5,.hcg-body-text-rte h5,.typography.h5{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-sm);font-weight:600;line-height:1.5}@media (min-width:640px){.ck-content h5,.hcg-body-text-rte h5,.typography.h5{font-size:var(--text-lg);line-height:1.45}}@media (min-width:1024px){.ck-content h5,.hcg-body-text-rte h5,.typography.h5{font-size:var(--text-xl);line-height:1.4}}.ck-content h6,.hcg-body-text-rte h6,.typography.h6{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-xs);font-weight:500;line-height:1.55}@media (min-width:640px){.ck-content h6,.hcg-body-text-rte h6,.typography.h6{font-size:var(--text-base);line-height:1.5}}@media (min-width:1024px){.ck-content h6,.hcg-body-text-rte h6,.typography.h6{font-size:var(--text-lg);line-height:1.45}}.ck-content a{font-weight:500}.ck-content a:hover,.ck-content.ck-editor__editable a{text-decoration:underline}.typography.b1-medium,.typography.b2-medium,.typography.b3-medium,.typography.b4-medium,.typography.b5-medium{font-weight:500}.typography.b1-bold,.typography.b2-bold,.typography.b3-bold,.typography.b4-bold,.typography.b5-bold,.typography.t-overline{font-weight:700}.typography.b1,.typography.b2,.typography.b3,.typography.b4,.typography.b5{font-weight:400}.typography.b1,.typography.b1-bold,.typography.b1-medium{font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-lg);line-height:1.5}@media (min-width:640px){.typography.b1,.typography.b1-bold,.typography.b1-medium{font-size:var(--text-xl)}}.typography.b2,.typography.b2-bold,.typography.b2-medium{font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-base);line-height:1.5}@media (min-width:640px){.typography.b2,.typography.b2-bold,.typography.b2-medium{font-size:var(--text-lg)}}.typography.b3,.typography.b3-bold,.typography.b3-medium{font-size:var(--text-base)}.typography.b3,.typography.b3-bold,.typography.b3-medium,.typography.b4,.typography.b4-bold,.typography.b4-medium{font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.5}.typography.b4,.typography.b4-bold,.typography.b4-medium{font-size:var(--text-sm)}.typography.b5,.typography.b5-bold,.typography.b5-medium,.typography.caption,.typography.label,.typography.t-overline{font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-xs);line-height:1.55}.typography.label{font-weight:600}.typography.t-overline{text-transform:uppercase}.typography.button-lg{font-size:var(--text-lg)}.typography.button-lg,.typography.button-md{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-weight:600;line-height:1.4}.typography.button-md{font-size:var(--text-base)}.typography.button-sm{font-size:var(--text-sm);font-weight:600;line-height:1.45}.typography.button-sm,.typography.button-xs{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.typography.button-xs{font-size:var(--text-xs);font-weight:700;line-height:1.5}.hcg-body-text-rte h1,.hcg-body-text-rte h2,.hcg-body-text-rte h3,.hcg-body-text-rte h4,.hcg-body-text-rte h5,.hcg-body-text-rte h6{color:var(--base-accent-foreground);margin-top:24px;margin-bottom:16px}.hcg-body-text-rte>:first-child :is(h1,h2,h3,h4,h5,h6):first-child,.hcg-body-text-rte>:is(h1,h2,h3,h4,h5,h6):first-child{margin-top:0}.hcg-body-text-rte :is(h1,h2,h3,h4,h5,h6):has(+:is(aside,blockquote,ul,ol,figure,picture,img,table,pre)){margin-bottom:0}.hcg-body-text-rte :is(h1,h2,h3,h4,h5,h6)+:is(p,aside,blockquote){margin-top:16px}.hcg-body-text-rte p+p{margin-top:12px}.hcg-body-text-rte :is(img,picture,figure)+p,.hcg-body-text-rte p+:is(img,picture,figure){margin-top:24px}.hcg-body-text-rte :is(h1,h2,h3,h4,h5,h6)+aside+:is(p,blockquote){margin-top:16px}.hcg-body-text-rte :is(p,blockquote,ul,aside)+:is(h1,h2,h3,h4,h5,h6){margin-top:40px}.hcg-body-text-rte a{font-weight:700}.hcg-body-text-rte a:hover{text-decoration:underline}.hcg-body-text-rte .detail a{overflow-wrap:anywhere;word-break:break-word}.hcg-body-text-rte blockquote{border-left:4px solid #ccc;margin:1em 0;padding-left:1em;font-style:italic}.hcg-body-text-rte .detail ul{display:block;list-style:none;margin-top:1rem;margin-bottom:.5rem;padding:0 1rem}.hcg-body-text-rte .detail li{font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:var(--text-base);line-height:1.5;color:var(--base-secondary-foreground);position:relative;margin:0;padding:.25em 1em;border:none;cursor:text;text-indent:0;-webkit-user-select:text;user-select:text}.hcg-body-text-rte .detail li:before{position:absolute;top:-.2em;left:0;font-size:2em;color:#2a3a51;content:"·"}.hcg-body-text-rte .detail li:after{content:none}.hcg-body-text-rte .detail li>ul{margin-top:.5rem;margin-bottom:0}.column-splitter .lg\:basis-1\/4 .hcg-body-text-rte [style*="background-color:#dd291e"]{border-radius:var(--rounded-md)!important;border-width:1px!important;border-color:var(--base-cta-border-secondary)!important;background-color:var(--base-cta-fill-secondary)!important;padding:var(--space-2) var(--space-4)!important;color:var(--base-cta-text-secondary)!important;line-height:normal!important}.column-splitter .lg\:basis-1\/4 .hcg-body-text-rte [style*="background-color:#ffffff"]{border-radius:var(--rounded-2xl)!important;background-color:var(--base-card)!important;padding:var(--space-6)!important;color:var(--base-secondary-foreground)!important}.callout-notes{background-color:var(--base-secondary);border-radius:20px;overflow:hidden}.callout-notes>:first-child:is(h1,h2,h3,h4){background-color:var(--base-accent-foreground);color:var(--base-background);font-size:1.125rem;border-top-left-radius:20px;border-top-right-radius:20px;padding:.9375rem;margin:0}@media screen and (min-width:992px){.callout-notes>:first-child:is(h1,h2,h3,h4){font-size:1.5rem}}.callout-notes>:not(:is(h1,h2,h3,h4,ul,ol)){padding-left:16px;padding-right:16px}.callout-notes>:first-child:is(h1,h2,h3,h4)+:not(ul,ol),.callout-notes>:first-child:not(:is(h1,h2,h3,h4,ul,ol)){margin-top:0!important;padding-top:20px}.callout-notes>:last-child:not(:is(h1,h2,h3,h4,ul,ol)){padding-bottom:20px}.callout-notes ol,.callout-notes ul{padding:0 30px}.callout-notes.right{float:none;margin:2em 0;width:100%}@media screen and (min-width:992px){.callout-notes.right{float:right;width:45%;margin:16px -5px 16px 20px}}.callout-notes.left{float:none;margin:2em 0;width:100%}@media screen and (min-width:992px){.callout-notes.left{float:left;width:45%;margin:16px 20px 16px -5px}.callout-notes.left~ol,.callout-notes.left~ul,.callout-notes.right~ol,.callout-notes.right~ul{display:block!important}}.hcg-body-text-rte figure.table{margin:24px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-color:var(--base-border)}.hcg-body-text-rte .table:not(table),.hcg-body-text-rte table{border-color:var(--base-border)}.hcg-body-text-rte table{min-width:100%;border-collapse:collapse}.hcg-body-text-rte .table,.hcg-body-text-rte table.tableizer-table{width:100%}.hcg-body-text-rte table :is(th,td){border-color:var(--base-border);border-width:1px;border-style:solid}.hcg-body-text-rte td,.hcg-body-text-rte th{white-space:normal;vertical-align:top}.hcg-body-text-rte th{background:rgba(0,0,0,.05);color:var(--base-accent-foreground)!important;font-weight:700}.hcg-body-text-rte th :is(ul,ol,li){color:var(--base-foreground)!important}.hcg-body-text-rte th li *{color:inherit!important}.hcg-body-text-rte td{background-color:var(--base-background)}.hcg-body-text-rte td,.hcg-body-text-rte td :is(ul,ol,li){color:var(--base-foreground)!important}.hcg-body-text-rte td img,.hcg-body-text-rte th img{display:block;height:auto;max-width:100%}.hcg-body-text-rte .table :is(table,tr,td,th),.hcg-body-text-rte table.tableizer-table :is(tr,td,th){text-align:left!important}.hcg-body-text-rte table.tableizer-table{display:table!important;border-collapse:collapse;margin:1em 0}.hcg-body-text-rte table.tableizer-table thead{display:table-header-group!important}.hcg-body-text-rte table.tableizer-table tbody{display:table-row-group!important}.hcg-body-text-rte table.tableizer-table tr{display:table-row!important}.hcg-body-text-rte table.tableizer-table :is(th,td){display:table-cell!important;padding:.35em .5em}.hcg-body-text-rte table:not(.tableizer-table) :is(th,td){padding:.5em .625em}@media (max-width:639px){.hcg-body-text-rte table{width:100%!important;min-width:0;table-layout:fixed}.hcg-body-text-rte td,.hcg-body-text-rte th{padding:8px 6px;font-size:12px;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}}.hcg-body-text-rte li ol,.hcg-body-text-rte li ul,.rich-text li ol,.rich-text li ul,.typography li ol,.typography li ul{display:block}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.huron-light,:root{--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-2xl:1536px;--blur-none:0;--blur-sm:4px;--blur-md:12px;--blur-lg:16px;--blur-xl:24px;--blur-2xl:40px;--blur-3xl:64px;--blur:8px;--border-0:0;--border-1:1px;--border-2:2px;--border-4:4px;--border-8:8px;--rounded-none:0;--rounded-sm:2px;--rounded:4px;--rounded-md:6px;--rounded-lg:8px;--rounded-xl:12px;--rounded-2xl:16px;--rounded-3xl:24px;--rounded-4xl:32px;--rounded-full:9999px;--radius-default:6px;--radius-sm:2px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-full:9999px;--space-0:0;--space-px:1px;--space-0-5:2px;--space-1:4px;--space-1-5:6px;--space-2:8px;--space-2-5:10px;--space-3:12px;--space-3-5:14px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-9:36px;--space-10:40px;--space-11:44px;--space-12:48px;--space-13:52px;--space-14:56px;--space-16:64px;--space-20:80px;--space-24:96px;--space-28:112px;--space-32:128px;--space-36:144px;--space-40:160px;--space-44:176px;--space-48:192px;--space-52:208px;--space-56:224px;--space-60:240px;--space-64:256px;--space-72:288px;--space-80:320px;--space-96:384px;--w-0:0;--w-px:1px;--w-0-5:2px;--w-1:4px;--w-1-5:6px;--w-2:8px;--w-2-5:10px;--w-3:12px;--w-3-5:14px;--w-4:16px;--w-5:20px;--w-6:24px;--w-7:28px;--w-8:32px;--w-9:36px;--w-10:40px;--w-11:44px;--w-12:48px;--w-13:52px;--w-14:56px;--w-16:64px;--w-20:80px;--w-24:96px;--w-28:112px;--w-32:128px;--w-36:144px;--w-44:176px;--w-48:192px;--w-52:208px;--w-56:224px;--w-64:256px;--w-72:288px;--w-80:320px;--w-96:384px;--h-0:0;--h-px:1px;--h-0-5:2px;--h-1:4px;--h-1-5:6px;--h-2:8px;--h-2-5:10px;--h-3:12px;--h-3-5:14px;--h-4:16px;--h-5:20px;--h-6:24px;--h-7:28px;--h-8:32px;--h-9:36px;--h-10:40px;--h-11:44px;--h-12:48px;--h-13:52px;--h-14:56px;--h-16:64px;--h-20:80px;--h-24:96px;--h-28:112px;--h-32:128px;--h-36:144px;--h-44:176px;--h-48:192px;--h-52:208px;--h-56:224px;--h-64:256px;--h-72:288px;--h-80:320px;--h-96:384px;--max-w-0:0;--max-w-xs:320px;--max-w-2xs:288px;--max-w-3xs:256px;--max-w-sm:384px;--max-w-md:448px;--max-w-lg:512px;--max-w-xl:576px;--max-w-2xl:672px;--max-w-3xl:768px;--max-w-4xl:896px;--max-w-5xl:1024px;--max-w-6xl:1152px;--max-w-7xl:1280px;--opacity-0:0;--opacity-5:0.05;--opacity-10:0.1;--opacity-15:0.15;--opacity-20:0.2;--opacity-25:0.25;--opacity-30:0.3;--opacity-35:0.35;--opacity-40:0.4;--opacity-45:0.45;--opacity-50:0.5;--opacity-55:0.55;--opacity-60:0.6;--opacity-65:0.65;--opacity-70:0.7;--opacity-75:0.75;--opacity-80:0.8;--opacity-85:0.85;--opacity-90:0.9;--opacity-95:0.95;--opacity-100:1;--font-weight-thin:100;--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--font-style-italic:italic;--font-style-not-italic:normal;--tracking-normal:0px;--tracking-tight:-0.4px;--tracking-tighter:-0.8px;--tracking-wide:0.4px;--tracking-wider:0.8px;--tracking-widest:1.6px;--leading-3:12px;--leading-4:16px;--leading-5:20px;--leading-6:24px;--leading-7:28px;--leading-8:32px;--leading-9:36px;--leading-10:40px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:28px;--text-4xl:32px;--text-5xl:40px;--text-6xl:56px;--text-7xl:72px;--text-8xl:88px;--text-9xl:100px;--text-10xl:112px;--typo-blockquote-font-family:Roboto;--typo-blockquote-font-size:16px;--typo-blockquote-font-style:italic;--typo-blockquote-font-weight:400;--typo-blockquote-letter-spacing:0px;--typo-blockquote-line-height:24px;--typo-h1-font-family:"Bricolage Grotesque";--typo-h1-font-size:32px;--typo-h1-font-size-lg:40px;--typo-h1-font-weight:600;--typo-h1-letter-spacing:-0.4px;--typo-h1-line-height:40px;--typo-h2-font-family:"Bricolage Grotesque";--typo-h2-font-size:32px;--typo-h2-font-weight:600;--typo-h2-letter-spacing:-0.4px;--typo-h2-line-height:36px;--typo-h3-font-family:"Bricolage Grotesque";--typo-h3-font-size:24px;--typo-h3-font-weight:600;--typo-h3-letter-spacing:-0.4px;--typo-h3-line-height:32px;--typo-h4-font-family:"Bricolage Grotesque";--typo-h4-font-size:20px;--typo-h4-font-weight:600;--typo-h4-letter-spacing:-0.4px;--typo-h4-line-height:28px;--typo-inline-code-font-family:Roboto;--typo-inline-code-font-size:14px;--typo-inline-code-font-weight:600;--typo-inline-code-letter-spacing:0px;--typo-inline-code-line-height:20px;--typo-large-font-family:"Bricolage Grotesque";--typo-large-font-size:18px;--typo-large-font-weight:600;--typo-large-letter-spacing:0px;--typo-large-line-height:28px;--typo-lead-font-family:"Bricolage Grotesque";--typo-lead-font-size:20px;--typo-lead-font-weight:400;--typo-lead-letter-spacing:0px;--typo-lead-line-height:28px;--typo-list-font-family:Roboto;--typo-list-font-size:16px;--typo-list-font-weight:400;--typo-list-letter-spacing:0px;--typo-list-line-height:28px;--typo-p-font-family:Roboto;--typo-p-font-size:16px;--typo-p-font-weight:400;--typo-p-letter-spacing:0px;--typo-p-line-height:24px;--typo-table-font-family:Roboto;--typo-table-font-size:16px;--typo-table-font-weight:400;--typo-table-font-weight-bold:700;--typo-table-letter-spacing:0px;--typo-small-font-family:"Bricolage Grotesque";--typo-small-font-size:14px;--typo-small-font-weight:500;--typo-small-letter-spacing:16px;--typo-small-line-height:14px;--huron-colors-aubergine-800-og:#370022ff;--huron-colors-aubergine-600-og:#5d013aff;--huron-colors-aubergine-400:#850253ff;--huron-colors-aubergine-100:#f5e6efff;--huron-colors-guava-100:#ffe0e5ff;--huron-colors-guava-500-og:#ff3d5aff;--huron-colors-guava-700:#d62440ff;--huron-colors-ecru-50:#f7f6f4ff;--huron-colors-ecru-100-og:#ebe9e4ff;--huron-colors-ecru-200-og:#e3e1d4ff;--huron-colors-ecru-300:#d6d3c9ff;--huron-colors-mint-100:#e3fff6ff;--huron-colors-mint-300-og:#bcffecff;--huron-colors-mint-500-og:#70cdb3ff;--huron-colors-mint-700:#4da38bff;--huron-colors-stone-50:#f2f0ebff;--huron-colors-stone-200:#d4d0cbff;--huron-colors-stone-400:#9e9995ff;--huron-colors-stone-600:#5c5652ff;--huron-colors-stone-900:#2b2624ff;--huron-colors-white:#ffffff;--huron-colors-guava-600:#db354d;--colors-background-light:var(--huron-colors-ecru-50);--colors-background-dark:var(--huron-colors-aubergine-800-og);--colors-foreground-light:var(--huron-colors-stone-900);--colors-foreground-dark:var(--huron-colors-ecru-100-og);--colors-card-light:var(--huron-colors-ecru-100-og);--colors-card-dark:var(--huron-colors-aubergine-600-og);--colors-card-foreground-light:var(--huron-colors-stone-900);--colors-card-foreground-dark:var(--huron-colors-ecru-100-og);--colors-popover-light:var(--huron-colors-ecru-50);--colors-popover-dark:var(--huron-colors-aubergine-400);--colors-popover-foreground-light:var(--huron-colors-stone-900);--colors-popover-foreground-dark:var(--huron-colors-ecru-100-og);--colors-primary-light:var(--huron-colors-guava-500-og);--colors-primary-dark:var(--huron-colors-guava-500-og);--colors-primary-foreground-light:var(--huron-colors-aubergine-800-og);--colors-primary-foreground-dark:var(--huron-colors-aubergine-800-og);--colors-secondary-light:var(--huron-colors-ecru-100-og);--colors-secondary-dark:var(--huron-colors-aubergine-600-og);--colors-secondary-foreground-light:var(--huron-colors-stone-600);--colors-secondary-foreground-dark:var(--huron-colors-ecru-100-og);--colors-muted-light:var(--huron-colors-stone-50);--colors-muted-dark:var(--huron-colors-aubergine-800-og);--colors-muted-foreground-light:var(--huron-colors-stone-600);--colors-muted-foreground-dark:#F2F0EB;--colors-accent-light:var(--huron-colors-guava-500-og);--colors-accent-dark:var(--huron-colors-mint-500-og);--colors-accent-foreground-light:var(--huron-colors-aubergine-400);--colors-accent-foreground-dark:var(--huron-colors-mint-300-og);--colors-destructive-light:var(--huron-colors-guava-700);--colors-destructive-dark:var(--huron-colors-guava-700);--colors-destructive-foreground-light:var(--huron-colors-ecru-50);--colors-destructive-foreground-dark:var(--huron-colors-ecru-50);--colors-border-light:var(--huron-colors-stone-200);--colors-border-dark:var(--huron-colors-aubergine-400);--colors-input-light:var(--huron-colors-stone-200);--colors-input-dark:var(--huron-colors-aubergine-600-og);--colors-ring-light:var(--huron-colors-aubergine-400);--colors-ring-dark:var(--huron-colors-mint-500-og);--colors-chart-1-light:var(--huron-colors-stone-600);--colors-chart-1-dark:var(--huron-colors-stone-600);--colors-chart-2-light:var(--huron-colors-stone-600);--colors-chart-2-dark:var(--huron-colors-mint-300-og);--colors-chart-3-light:var(--huron-colors-aubergine-400);--colors-chart-3-dark:var(--huron-colors-ecru-50);--colors-chart-4-light:var(--huron-colors-stone-400);--colors-chart-4-dark:var(--huron-colors-stone-400);--colors-chart-5-light:var(--huron-colors-aubergine-600-og);--colors-chart-5-dark:var(--huron-colors-mint-300-og);--colors-sidebar-background-light:var(--huron-colors-ecru-200-og);--colors-sidebar-background-dark:var(--huron-colors-aubergine-600-og);--colors-sidebar-foreground-light:var(--huron-colors-stone-900);--colors-sidebar-foreground-dark:var(--huron-colors-ecru-50);--colors-sidebar-primary-light:var(--huron-colors-guava-500-og);--colors-sidebar-primary-dark:var(--huron-colors-guava-500-og);--colors-sidebar-primary-foreground-light:var(--huron-colors-aubergine-800-og);--colors-sidebar-primary-foreground-dark:var(--huron-colors-ecru-50);--colors-sidebar-accent-light:var(--huron-colors-aubergine-800-og);--colors-sidebar-accent-dark:var(--huron-colors-ecru-50);--colors-sidebar-accent-foreground-light:var(--huron-colors-ecru-100-og);--colors-sidebar-accent-foreground-dark:var(--huron-colors-aubergine-800-og);--colors-sidebar-border-light:var(--huron-colors-aubergine-800-og);--colors-sidebar-border-dark:var(--huron-colors-aubergine-800-og);--colors-sidebar-ring-light:var(--huron-colors-mint-500-og);--colors-sidebar-ring-dark:var(--huron-colors-mint-500-og);--colors-outline-dark:#73737380;--colors-outline-light:#a3a3a380;--colors-cta-fill-primary-light:var(--huron-colors-guava-600);--colors-cta-fill-primary-dark:var(--huron-colors-guava-600);--colors-cta-text-primary-light:var(--huron-colors-white);--colors-cta-text-primary-dark:var(--huron-colors-white);--colors-cta-border-primary-light:#db354d4d;--colors-cta-border-primary-dark:#ffffff99;--colors-cta-fill-secondary-light:var(--huron-colors-ecru-200-og);--colors-cta-fill-secondary-dark:var(--huron-colors-aubergine-800-og);--colors-cta-text-secondary-light:var(--huron-colors-stone-600);--colors-cta-text-secondary-dark:var(--huron-colors-stone-50);--colors-cta-border-secondary-light:#5c565233;--colors-cta-border-secondary-dark:#ffffff33;--colors-link-text-light:var(--huron-colors-aubergine-800-og);--colors-link-text-dark:var(--huron-colors-ecru-50);--colors-link-border-light:#5c565233;--colors-link-border-dark:#ffffff33;--base-accent:var(--colors-accent-light);--base-accent-foreground:var(--colors-accent-foreground-light);--base-background:var(--colors-background-light);--base-border:var(--colors-border-light);--base-card:var(--colors-card-light);--base-card-foreground:var(--colors-card-foreground-light);--base-destructive:var(--colors-destructive-light);--base-destructive-foreground:var(--colors-destructive-foreground-light);--base-foreground:var(--colors-foreground-light);--base-input:var(--colors-input-light);--base-muted:var(--colors-muted-light);--base-muted-foreground:var(--colors-muted-foreground-light);--base-popover:var(--colors-popover-light);--base-popover-foreground:var(--colors-popover-foreground-light);--base-primary:var(--colors-primary-light);--base-primary-foreground:var(--colors-primary-foreground-light);--base-ring:var(--colors-ring-light);--base-ring-offset:var(--tailwind-colors-base-white);--base-secondary:var(--colors-secondary-light);--base-secondary-foreground:var(--colors-secondary-foreground-light);--base-chart-1:var(--colors-chart-1-light);--base-chart-2:var(--colors-chart-2-light);--base-chart-3:var(--colors-chart-3-light);--base-chart-4:var(--colors-chart-4-light);--base-chart-5:var(--colors-chart-5-light);--base-sidebar-background:var(--colors-sidebar-background-light);--base-sidebar-foreground:var(--colors-sidebar-primary-dark);--base-sidebar-primary:var(--colors-sidebar-primary-light);--base-sidebar-primary-foreground:var(--colors-sidebar-primary-foreground-light);--base-sidebar-accent:var(--colors-sidebar-accent-light);--base-sidebar-accent-foreground:var(--colors-sidebar-accent-foreground-light);--base-sidebar-border:var(--colors-sidebar-border-light);--base-sidebar-ring:var(--colors-sidebar-ring-light);--base-cta-fill-primary:var(--colors-cta-fill-primary-light);--base-cta-text-primary:var(--colors-cta-text-primary-light);--base-cta-border-primary:var(--colors-cta-border-primary-light);--base-cta-fill-secondary:var(--colors-cta-fill-secondary-light);--base-cta-text-secondary:var(--colors-cta-text-secondary-light);--base-cta-border-secondary:var(--colors-cta-border-secondary-light);--base-link-text:var(--colors-link-text-light);--base-link-border:var(--colors-link-border-light);--alpha-10:#ffffffe5;--alpha-20:#ffffffcc;--alpha-30:#ffffffb2;--alpha-40:#ffffff99;--alpha-50:#ffffff80;--alpha-60:#ffffff66;--alpha-70:#ffffff4d;--alpha-80:#ffffff33;--alpha-90:#ffffff1a;--alpha-10-alt:#09090be5;--alpha-20-alt:#09090bcc;--alpha-30-alt:#09090bb2;--alpha-40-alt:#09090b99;--alpha-50-alt:#09090b80;--alpha-60-alt:#09090b66;--alpha-70-alt:#09090b4d;--alpha-80-alt:#09090b33;--alpha-90-alt:#09090b1a;--accordion-strip-1:var(--huron-colors-mint-100);--accordion-strip-2:var(--huron-colors-mint-300-og);--accordion-strip-3:var(--huron-colors-mint-500-og);--accordion-strip-4:var(--huron-colors-mint-700);--outline:var(--colors-outline-light)}.huron-dark{--base-accent:var(--colors-accent-dark);--base-accent-foreground:var(--colors-accent-foreground-dark);--base-background:var(--colors-background-dark);--base-border:var(--colors-border-dark);--base-card:var(--colors-card-dark);--base-card-foreground:var(--colors-card-foreground-dark);--base-destructive:var(--colors-destructive-dark);--base-destructive-foreground:var(--colors-destructive-foreground-dark);--base-foreground:var(--colors-foreground-dark);--base-input:var(--colors-input-dark);--base-muted:var(--colors-muted-dark);--base-muted-foreground:var(--colors-muted-foreground-dark);--base-popover:var(--colors-popover-dark);--base-popover-foreground:var(--colors-popover-foreground-dark);--base-primary:var(--colors-primary-dark);--base-primary-foreground:var(--colors-primary-foreground-dark);--base-ring:var(--colors-ring-dark);--base-ring-offset:var(--tailwind-colors-base-white);--base-secondary:var(--colors-secondary-dark);--base-secondary-foreground:var(--colors-secondary-foreground-dark);--base-chart-1:var(--colors-chart-1-dark);--base-chart-2:var(--colors-chart-2-dark);--base-chart-3:var(--colors-chart-3-dark);--base-chart-4:var(--colors-chart-4-dark);--base-chart-5:var(--colors-chart-5-dark);--base-sidebar-background:var(--colors-sidebar-background-dark);--base-sidebar-foreground:var(--colors-sidebar-foreground-dark);--base-sidebar-primary:var(--colors-sidebar-primary-dark);--base-sidebar-primary-foreground:var(--colors-sidebar-primary-foreground-dark);--base-sidebar-accent:var(--colors-sidebar-accent-dark);--base-sidebar-accent-foreground:var(--colors-sidebar-accent-foreground-dark);--base-sidebar-border:var(--colors-sidebar-border-dark);--base-sidebar-ring:var(--colors-sidebar-ring-dark);--base-cta-fill-primary:var(--colors-cta-fill-primary-dark);--base-cta-text-primary:var(--colors-cta-text-primary-dark);--base-cta-border-primary:var(--colors-cta-border-primary-dark);--base-cta-fill-secondary:var(--colors-cta-fill-secondary-dark);--base-cta-text-secondary:var(--colors-cta-text-secondary-dark);--base-cta-border-secondary:var(--colors-cta-border-secondary-dark);--base-link-text:var(--colors-link-text-dark);--base-link-border:var(--colors-link-border-dark);--alpha-10:#09090be5;--alpha-20:#09090bcc;--alpha-30:#09090bb2;--alpha-40:#09090b99;--alpha-50:#09090b80;--alpha-60:#09090b66;--alpha-70:#09090b4d;--alpha-80:#09090b33;--alpha-90:#09090b1a;--alpha-10-alt:#ffffffe5;--alpha-20-alt:#ffffffcc;--alpha-30-alt:#ffffffb2;--alpha-40-alt:#ffffff99;--alpha-50-alt:#ffffff80;--alpha-60-alt:#ffffff66;--alpha-70-alt:#ffffff4d;--alpha-80-alt:#ffffff33;--alpha-90-alt:#ffffff1a;--accordion-strip-1:#ac0c6f;--accordion-strip-2:var(--huron-colors-aubergine-400);--accordion-strip-3:var(--huron-colors-aubergine-600-og);--accordion-strip-4:var(--huron-colors-aubergine-800-og);--outline:var(--colors-outline-dark)}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.\!static{position:static!important}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:var(--space-0)}.inset-x-0{left:var(--space-0);right:var(--space-0)}.inset-y-0{top:var(--space-0);bottom:var(--space-0)}.-top-1{top:calc(var(--space-1) * -1)}.-top-\[16px\]{top:-16px}.-top-\[18px\]{top:-18px}.bottom-0{bottom:var(--space-0)}.bottom-4{bottom:var(--space-4)}.bottom-6{bottom:var(--space-6)}.bottom-8{bottom:var(--space-8)}.bottom-\[-1\.5px\]{bottom:-1.5px}.bottom-\[-1px\]{bottom:-1px}.left-0{left:var(--space-0)}.left-1\/2{left:50%}.left-2{left:var(--space-2)}.left-4{left:var(--space-4)}.left-8{left:var(--space-8)}.left-\[50\%\]{left:50%}.right-0{right:var(--space-0)}.right-2{right:var(--space-2)}.right-3{right:var(--space-3)}.right-4{right:var(--space-4)}.right-5{right:var(--space-5)}.right-6{right:var(--space-6)}.right-8{right:var(--space-8)}.top-0{top:var(--space-0)}.top-1\/2{top:50%}.top-2{top:var(--space-2)}.top-3{top:var(--space-3)}.top-4{top:var(--space-4)}.top-6{top:var(--space-6)}.top-8{top:var(--space-8)}.top-\[1\.8px\]{top:1.8px}.top-\[1px\]{top:1px}.top-\[2\.1px\]{top:2.1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[-2\]{z-index:-2}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.z-\[9\]{z-index:9}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-first{order:-9999}.order-last{order:9999}.col-span-2{grid-column:span 2/span 2}.col-span-6{grid-column:span 6/span 6}.\!m-0{margin:var(--space-0)!important}.m-0{margin:var(--space-0)}.m-1{margin:var(--space-1)}.m-auto{margin:auto}.\!mx-0{margin-left:var(--space-0)!important;margin-right:var(--space-0)!important}.-mx-1{margin-left:calc(var(--space-1) * -1);margin-right:calc(var(--space-1) * -1)}.-mx-2{margin-left:calc(var(--space-2) * -1);margin-right:calc(var(--space-2) * -1)}.-mx-4{margin-left:calc(var(--space-4) * -1);margin-right:calc(var(--space-4) * -1)}.-my-1{margin-top:calc(var(--space-1) * -1);margin-bottom:calc(var(--space-1) * -1)}.mx-0{margin-left:var(--space-0);margin-right:var(--space-0)}.mx-1{margin-left:var(--space-1);margin-right:var(--space-1)}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:var(--space-0);margin-bottom:var(--space-0)}.my-1{margin-top:var(--space-1);margin-bottom:var(--space-1)}.my-2{margin-top:var(--space-2);margin-bottom:var(--space-2)}.my-2\.5{margin-top:var(--space-2-5);margin-bottom:var(--space-2-5)}.my-4{margin-top:var(--space-4);margin-bottom:var(--space-4)}.my-6{margin-top:var(--space-6);margin-bottom:var(--space-6)}.my-8{margin-top:var(--space-8);margin-bottom:var(--space-8)}.my-auto{margin-top:auto;margin-bottom:auto}.\!ml-0{margin-left:var(--space-0)!important}.-mb-16{margin-bottom:calc(var(--space-16) * -1)}.-ml-1{margin-left:calc(var(--space-1) * -1)}.-ms-px{margin-inline-start:calc(var(--space-px) * -1)}.-mt-20{margin-top:calc(var(--space-20) * -1)}.mb-0{margin-bottom:var(--space-0)}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.mb-9{margin-bottom:var(--space-9)}.ml-0{margin-left:var(--space-0)}.ml-1{margin-left:var(--space-1)}.ml-2{margin-left:var(--space-2)}.ml-5{margin-left:var(--space-5)}.ml-auto{margin-left:auto}.mr-1{margin-right:var(--space-1)}.mr-2{margin-right:var(--space-2)}.mr-4{margin-right:var(--space-4)}.mr-8{margin-right:var(--space-8)}.mr-auto{margin-right:auto}.mt-0{margin-top:var(--space-0)}.mt-1{margin-top:var(--space-1)}.mt-1\.5{margin-top:var(--space-1-5)}.mt-10{margin-top:var(--space-10)}.mt-16{margin-top:var(--space-16)}.mt-2{margin-top:var(--space-2)}.mt-24{margin-top:var(--space-24)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mt-9{margin-top:var(--space-9)}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:initial}.\!line-clamp-6{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:6!important}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.line-clamp-5{-webkit-line-clamp:5}.line-clamp-5,.line-clamp-\[10\]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-\[10\]{-webkit-line-clamp:10}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.aspect-\[1363\/787\]{aspect-ratio:1363/787}.aspect-\[1424\/711\]{aspect-ratio:1424/711}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[240\/180\]{aspect-ratio:240/180}.aspect-\[288\/166\]{aspect-ratio:288/166}.aspect-\[3\/2\]{aspect-ratio:3/2}.aspect-\[343\/273\]{aspect-ratio:343/273}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[607\/341\.44\]{aspect-ratio:607/341.44}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.\!size-8{width:var(--space-8)!important;height:var(--space-8)!important}.size-10{width:var(--space-10);height:var(--space-10)}.size-11{width:var(--space-11);height:var(--space-11)}.size-3{width:var(--space-3);height:var(--space-3)}.size-4{width:var(--space-4);height:var(--space-4)}.size-5{width:var(--space-5);height:var(--space-5)}.size-6{width:var(--space-6);height:var(--space-6)}.size-8{width:var(--space-8);height:var(--space-8)}.size-\[10\.667px\]{width:10.667px;height:10.667px}.size-\[120px\]{width:120px;height:120px}.size-\[15px\]{width:15px;height:15px}.size-\[200px\]{width:200px;height:200px}.size-\[208px\]{width:208px;height:208px}.size-\[44px\]{width:44px;height:44px}.size-\[86px\]{width:86px;height:86px}.size-full{width:100%;height:100%}.\!h-auto{height:auto!important}.h-0{height:var(--space-0)}.h-1\.5{height:var(--space-1-5)}.h-10{height:var(--space-10)}.h-11{height:var(--space-11)}.h-12{height:var(--space-12)}.h-14{height:var(--space-14)}.h-16{height:var(--space-16)}.h-2{height:var(--space-2)}.h-2\.5{height:var(--space-2-5)}.h-20{height:var(--space-20)}.h-28{height:var(--space-28)}.h-3{height:var(--space-3)}.h-3\.5{height:var(--space-3-5)}.h-4{height:var(--space-4)}.h-48{height:var(--space-48)}.h-5{height:var(--space-5)}.h-6{height:var(--space-6)}.h-7{height:var(--space-7)}.h-8{height:var(--space-8)}.h-9{height:var(--space-9)}.h-\[103px\]{height:103px}.h-\[15\.3125rem\]{height:15.3125rem}.h-\[18px\]{height:18px}.h-\[200px\]{height:200px}.h-\[24\.5875rem\]{height:24.5875rem}.h-\[245px\]{height:245px}.h-\[24px\]{height:24px}.h-\[272px\]{height:272px}.h-\[30px\]{height:30px}.h-\[44px\]{height:44px}.h-\[512px\]{height:512px}.h-\[56\.97px\]{height:56.97px}.h-\[5px\]{height:5px}.h-\[822px\]{height:822px}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:var(--space-px)}.h-screen{height:100vh}.max-h-\[160px\]{max-height:160px}.max-h-\[252px\]{max-height:252px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[75vh\]{max-height:75vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-0{min-height:var(--space-0)}.min-h-11{min-height:var(--space-11)}.min-h-16{min-height:var(--space-16)}.min-h-5{min-height:var(--space-5)}.min-h-96{min-height:var(--space-96)}.min-h-\[114px\]{min-height:114px}.min-h-\[196px\]{min-height:196px}.min-h-\[200px\]{min-height:200px}.min-h-\[40px\]{min-height:40px}.min-h-\[450px\]{min-height:450px}.min-h-\[84px\]{min-height:84px}.min-h-\[86px\]{min-height:86px}.min-h-screen{min-height:100vh}.\!w-auto{width:auto!important}.\!w-fit{width:fit-content!important}.\!w-max{width:max-content!important}.w-1\/2{width:50%}.w-10{width:var(--space-10)}.w-16{width:var(--space-16)}.w-2{width:var(--space-2)}.w-2\.5{width:var(--space-2-5)}.w-20{width:var(--space-20)}.w-3{width:var(--space-3)}.w-3\.5{width:var(--space-3-5)}.w-3\/4{width:75%}.w-4{width:var(--space-4)}.w-5{width:var(--space-5)}.w-6{width:var(--space-6)}.w-8{width:var(--space-8)}.w-9{width:var(--space-9)}.w-\[100\%\]{width:100%}.w-\[100vw\]{width:100vw}.w-\[112px\]{width:112px}.w-\[25\%\]{width:25%}.w-\[30px\]{width:30px}.w-\[314px\]{width:314px}.w-\[360px\]{width:360px}.w-\[44px\]{width:44px}.w-\[512px\]{width:512px}.w-\[52px\]{width:52px}.w-\[66\.67px\]{width:66.67px}.w-\[86px\]{width:86px}.w-\[calc\(\(100\%_-_var\(--centered-card-gap-base\)_\*_\(var\(--centered-card-columns-base\)_-_1\)\)\/var\(--centered-card-columns-base\)\)\]{width:calc((100% - var(--centered-card-gap-base) * (var(--centered-card-columns-base) - 1)) / var(--centered-card-columns-base))}.w-\[calc\(100\%\+2rem\)\]{width:calc(100% + 2rem)}.w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:var(--space-px)}.w-screen{width:100vw}.min-w-0{min-width:var(--space-0)}.min-w-4{min-width:var(--space-4)}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[200px\]{min-width:200px}.min-w-\[225px\]{min-width:225px}.min-w-\[283px\]{min-width:283px}.min-w-\[40px\]{min-width:40px}.min-w-\[52px\]{min-width:52px}.min-w-\[7\.5rem\]{min-width:7.5rem}.min-w-\[86px\]{min-width:86px}.min-w-\[8rem\]{min-width:8rem}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.max-w-12{max-width:var(--space-12)}.max-w-80{max-width:var(--space-80)}.max-w-\[1000px\]{max-width:1000px}.max-w-\[100px\]{max-width:100px}.max-w-\[102px\]{max-width:102px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[160px\]{max-width:160px}.max-w-\[200px\]{max-width:200px}.max-w-\[240px\]{max-width:240px}.max-w-\[360px\]{max-width:360px}.max-w-\[376px\]{max-width:376px}.max-w-\[400px\]{max-width:400px}.max-w-\[456px\]{max-width:456px}.max-w-\[484px\]{max-width:484px}.max-w-\[512px\]{max-width:512px}.max-w-\[761px\]{max-width:761px}.max-w-\[800px\]{max-width:800px}.max-w-\[832px\]{max-width:832px}.max-w-\[86px\]{max-width:86px}.max-w-\[calc\(50\%-20px\)\]{max-width:calc(50% - 20px)}.max-w-full{max-width:100%}.max-w-lg{max-width:512px}.max-w-max{max-width:max-content}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.\!basis-0{flex-basis:var(--space-0)!important}.\!basis-auto{flex-basis:auto!important}.basis-0{flex-basis:var(--space-0)}.basis-1\/12{flex-basis:8.333333%}.basis-1\/2{flex-basis:50%}.basis-1\/3{flex-basis:33.333333%}.basis-1\/4{flex-basis:25%}.basis-1\/6{flex-basis:16.666667%}.basis-11\/12{flex-basis:91.666667%}.basis-2\/3{flex-basis:66.666667%}.basis-3\/12{flex-basis:25%}.basis-3\/4{flex-basis:75%}.basis-5\/12{flex-basis:41.666667%}.basis-5\/6{flex-basis:83.333333%}.basis-7\/12{flex-basis:58.333333%}.basis-full{flex-basis:100%}.-translate-x-1\/2,.-translate-x-\[50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2,.-translate-y-\[50\%\]{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-\[50\%\],.-translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%}.translate-x-0{--tw-translate-x:var(--space-0)}.translate-x-0,.translate-x-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[18px\]{--tw-translate-x:18px}.translate-x-\[18px\],.translate-x-\[2px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[2px\]{--tw-translate-x:2px}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:var(--space-0)}.translate-y-\[-1px\]{--tw-translate-y:-1px}.translate-y-\[-1px\],.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.translate-y-\[600px\]{--tw-translate-y:600px}.-rotate-180,.translate-y-\[600px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-180{--tw-rotate:-180deg}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-50{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-\[max-content_max-content\]{grid-template-columns:max-content max-content}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.\!justify-end{justify-content:flex-end!important}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:var(--space-0)}.gap-1{gap:var(--space-1)}.gap-1\.5{gap:var(--space-1-5)}.gap-10{gap:var(--space-10)}.gap-12{gap:var(--space-12)}.gap-2{gap:var(--space-2)}.gap-2\.5{gap:var(--space-2-5)}.gap-20{gap:var(--space-20)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.gap-9{gap:var(--space-9)}.gap-\[10px\]{gap:10px}.\!gap-y-0{row-gap:var(--space-0)!important}.gap-x-1{column-gap:var(--space-1)}.gap-x-10{column-gap:var(--space-10)}.gap-x-2{column-gap:var(--space-2)}.gap-x-20{column-gap:var(--space-20)}.gap-x-4{column-gap:var(--space-4)}.gap-x-5{column-gap:var(--space-5)}.gap-x-6{column-gap:var(--space-6)}.gap-x-8{column-gap:var(--space-8)}.gap-y-2{row-gap:var(--space-2)}.gap-y-3{row-gap:var(--space-3)}.gap-y-4{row-gap:var(--space-4)}.gap-y-6{row-gap:var(--space-6)}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(var(--space-1) * var(--tw-space-x-reverse));margin-left:calc(var(--space-1) * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(var(--space-1-5) * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--space-1-5) * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(var(--space-2) * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--space-2) * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(var(--space-4) * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--space-4) * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-clip{overflow-y:clip}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.\!whitespace-normal{white-space:normal!important}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-none{border-radius:var(--rounded-none)!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--rounded-2xl)}.rounded-\[0\.01px\]{border-radius:.01px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:var(--rounded-full)}.rounded-lg{border-radius:var(--rounded-lg)}.rounded-md{border-radius:var(--rounded-md)}.rounded-none{border-radius:var(--rounded-none)}.rounded-sm{border-radius:var(--rounded-sm)}.rounded-b-md{border-bottom-right-radius:var(--rounded-md);border-bottom-left-radius:var(--rounded-md)}.rounded-b-none{border-bottom-right-radius:var(--rounded-none);border-bottom-left-radius:var(--rounded-none)}.rounded-t-2xl{border-top-left-radius:var(--rounded-2xl);border-top-right-radius:var(--rounded-2xl)}.rounded-t-md{border-top-left-radius:var(--rounded-md);border-top-right-radius:var(--rounded-md)}.rounded-t-none{border-top-right-radius:var(--rounded-none)}.rounded-t-none,.rounded-tl-none{border-top-left-radius:var(--rounded-none)}.rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}.rounded-tr-none{border-top-right-radius:var(--rounded-none)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#d4d0cb\]{--tw-border-opacity:1;border-color:rgb(212 208 203/var(--tw-border-opacity,1))}.border-\[\#d4d4d8\]{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity,1))}.border-\[\#e4e4e7\]{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}.border-\[var\(--huron-colors-stone-50\)\]{border-color:var(--huron-colors-stone-50)}.border-accent-foreground{border-color:var(--base-accent-foreground)}.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.border-border{border-color:var(--base-border)}.border-cta-border-secondary{border-color:var(--base-cta-border-secondary)}.border-cta-fill-primary{border-color:var(--base-cta-fill-primary)}.border-destructive{border-color:var(--base-destructive)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-input{border-color:var(--base-input)}.border-muted{border-color:var(--base-muted)}.border-muted-foreground{border-color:var(--base-muted-foreground)}.border-neutral-400{--tw-border-opacity:1;border-color:rgb(163 163 163/var(--tw-border-opacity,1))}.border-popover-foreground{border-color:var(--base-popover-foreground)}.border-primary{border-color:var(--base-primary)}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.\!border-b-primary{border-bottom-color:var(--base-primary)!important}.border-b-transparent{border-bottom-color:transparent}.border-l-transparent{border-left-color:transparent}.border-t-border{border-top-color:var(--base-border)}.border-t-gray-900{--tw-border-opacity:1;border-top-color:rgb(17 24 39/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:transparent}.\!bg-secondary{background-color:var(--base-secondary)!important}.\!bg-transparent{background-color:initial!important}.bg-\[\#FF3D5A99\]{background-color:#FF3D5A99}.bg-\[rgb\(92\2c 86\2c 82\)\]{--tw-bg-opacity:1;background-color:rgb(92 86 82/var(--tw-bg-opacity,1))}.bg-accent{background-color:var(--base-accent)}.bg-accent-foreground{background-color:var(--base-accent-foreground)}.bg-accordion-strip-1{background-color:var(--accordion-strip-1)}.bg-accordion-strip-2{background-color:var(--accordion-strip-2)}.bg-accordion-strip-3{background-color:var(--accordion-strip-3)}.bg-accordion-strip-4{background-color:var(--accordion-strip-4)}.bg-alpha-60-alt{background-color:var(--alpha-60-alt)}.bg-alpha-70{background-color:var(--alpha-70)}.bg-alpha-80-alt{background-color:var(--alpha-80-alt)}.bg-alpha-90-alt{background-color:var(--alpha-90-alt)}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-background{background-color:var(--base-background)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/20{background-color:rgb(0 0 0/.2)}.bg-black\/30{background-color:rgb(0 0 0/.3)}.bg-black\/60{background-color:rgb(0 0 0/.6)}.bg-black\/80{background-color:rgb(0 0 0/.8)}.bg-border{background-color:var(--base-border)}.bg-card{background-color:var(--base-card)}.bg-chart-3{background-color:var(--base-chart-3)}.bg-cta-fill-primary{background-color:var(--base-cta-fill-primary)}.bg-cta-fill-secondary{background-color:var(--base-cta-fill-secondary)}.bg-destructive{background-color:var(--base-destructive)}.bg-foreground{background-color:var(--base-foreground)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-muted{background-color:var(--base-muted)}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-popover{background-color:var(--base-popover)}.bg-popover-foreground{background-color:var(--base-popover-foreground)}.bg-primary{background-color:var(--base-primary)}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-secondary{background-color:var(--base-secondary)}.bg-secondary-foreground{background-color:var(--base-secondary-foreground)}.bg-sidebar-accent{background-color:var(--base-sidebar-accent)}.bg-sidebar-background{background-color:var(--base-sidebar-background)}.bg-sidebar-primary-foreground{background-color:var(--base-sidebar-primary-foreground)}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#370022\]\/100{--tw-gradient-from:rgb(55 0 34/1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 0 34/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#E3E1D4\]\/100{--tw-gradient-from:rgb(227 225 212/1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 225 212/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#370022\]\/80{--tw-gradient-to:rgb(55 0 34/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(55 0 34/0.80) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#E3E1D4\]\/80{--tw-gradient-to:rgb(227 225 212/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(227 225 212/0.80) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.bg-contain{background-size:contain}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-\[50\%_50\%\]{object-position:50% 50%}.object-center{object-position:center}.object-left{object-position:left}.\!p-0{padding:var(--space-0)!important}.\!p-3{padding:var(--space-3)!important}.\!p-4{padding:var(--space-4)!important}.\!p-6{padding:var(--space-6)!important}.p-0{padding:var(--space-0)}.p-1{padding:var(--space-1)}.p-10{padding:var(--space-10)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.p-9{padding:var(--space-9)}.p-\[1px\]{padding:1px}.\!px-0{padding-left:var(--space-0)!important;padding-right:var(--space-0)!important}.\!px-6{padding-left:var(--space-6)!important;padding-right:var(--space-6)!important}.\!py-0{padding-top:var(--space-0)!important;padding-bottom:var(--space-0)!important}.\!py-2{padding-top:var(--space-2)!important;padding-bottom:var(--space-2)!important}.\!py-3{padding-top:var(--space-3)!important;padding-bottom:var(--space-3)!important}.\!py-4{padding-top:var(--space-4)!important;padding-bottom:var(--space-4)!important}.\!py-5{padding-top:var(--space-5)!important;padding-bottom:var(--space-5)!important}.\!py-6{padding-top:var(--space-6)!important;padding-bottom:var(--space-6)!important}.\!py-8{padding-top:var(--space-8)!important;padding-bottom:var(--space-8)!important}.px-0{padding-left:var(--space-0);padding-right:var(--space-0)}.px-0\.5{padding-left:var(--space-0-5);padding-right:var(--space-0-5)}.px-1{padding-left:var(--space-1);padding-right:var(--space-1)}.px-10{padding-left:var(--space-10);padding-right:var(--space-10)}.px-2{padding-left:var(--space-2);padding-right:var(--space-2)}.px-3{padding-left:var(--space-3);padding-right:var(--space-3)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.px-5{padding-left:var(--space-5);padding-right:var(--space-5)}.px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.px-8{padding-left:var(--space-8);padding-right:var(--space-8)}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-0{padding-top:var(--space-0);padding-bottom:var(--space-0)}.py-0\.5{padding-top:var(--space-0-5);padding-bottom:var(--space-0-5)}.py-1{padding-top:var(--space-1);padding-bottom:var(--space-1)}.py-1\.5{padding-top:var(--space-1-5);padding-bottom:var(--space-1-5)}.py-10{padding-top:var(--space-10);padding-bottom:var(--space-10)}.py-12{padding-top:var(--space-12);padding-bottom:var(--space-12)}.py-2{padding-top:var(--space-2);padding-bottom:var(--space-2)}.py-3{padding-top:var(--space-3);padding-bottom:var(--space-3)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-6{padding-top:var(--space-6);padding-bottom:var(--space-6)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.\!pb-0{padding-bottom:var(--space-0)!important}.\!pb-6{padding-bottom:var(--space-6)!important}.\!pl-7{padding-left:var(--space-7)!important}.\!pt-0{padding-top:var(--space-0)!important}.\!pt-10{padding-top:var(--space-10)!important}.\!pt-6{padding-top:var(--space-6)!important}.\!pt-8{padding-top:var(--space-8)!important}.pb-0{padding-bottom:var(--space-0)}.pb-1{padding-bottom:var(--space-1)}.pb-10{padding-bottom:var(--space-10)}.pb-12{padding-bottom:var(--space-12)}.pb-2{padding-bottom:var(--space-2)}.pb-20{padding-bottom:var(--space-20)}.pb-4{padding-bottom:var(--space-4)}.pb-7{padding-bottom:var(--space-7)}.pb-8{padding-bottom:var(--space-8)}.pl-0{padding-left:var(--space-0)}.pl-2{padding-left:var(--space-2)}.pl-8{padding-left:var(--space-8)}.pr-16{padding-right:var(--space-16)}.pr-2{padding-right:var(--space-2)}.pr-5{padding-right:var(--space-5)}.pr-6{padding-right:var(--space-6)}.pt-0{padding-top:var(--space-0)}.pt-1{padding-top:var(--space-1)}.pt-10{padding-top:var(--space-10)}.pt-16{padding-top:var(--space-16)}.pt-2{padding-top:var(--space-2)}.pt-28{padding-top:var(--space-28)}.pt-3{padding-top:var(--space-3)}.pt-4{padding-top:var(--space-4)}.pt-6{padding-top:var(--space-6)}.pt-7{padding-top:var(--space-7)}.pt-8{padding-top:var(--space-8)}.pt-\[2px\]{padding-top:2px}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.\!font-bricolage{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji!important}.font-\[\'Bricolage\'\]{font-family:Bricolage}.font-\[\'Roboto\'\]{font-family:Roboto}.font-bricolage{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.font-roboto{font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-\[11px\]{font-size:11px}.text-base{font-size:var(--text-base)}.text-h1{font-size:var(--text-5xl)}.text-h2{font-size:var(--text-4xl)}.text-h3{font-size:var(--text-2xl)}.text-h4{font-size:var(--text-xl)}.text-lg{font-size:var(--text-lg)}.text-p{font-size:var(--text-base)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.\!leading-\[1\.2\]{line-height:1.2!important}.\!leading-\[1\.3\]{line-height:1.3!important}.\!leading-\[1\]{line-height:1!important}.leading-5{line-height:20px}.leading-6{line-height:24px}.leading-7{line-height:28px}.leading-\[1\.4\]{line-height:1.4}.leading-\[1\.55\]{line-height:1.55}.leading-\[1\.5\]{line-height:1.5}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.4px\],.tracking-tight{letter-spacing:-.4px}.tracking-wider{letter-spacing:.8px}.tracking-widest{letter-spacing:1.6px}.\!text-popover-foreground{color:var(--base-popover-foreground)!important}.text-\[\#09090b\]{--tw-text-opacity:1;color:rgb(9 9 11/var(--tw-text-opacity,1))}.text-\[\#0c4a6e\]{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity,1))}.text-\[\#18181b\]{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity,1))}.text-\[\#5c5652\]{--tw-text-opacity:1;color:rgb(92 86 82/var(--tw-text-opacity,1))}.text-\[\#71717a\]{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.text-\[var\(--huron-colors-stone-50\)\]{color:var(--huron-colors-stone-50)}.text-accent-foreground{color:var(--base-accent-foreground)}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-background{color:var(--base-background)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-card-foreground{color:var(--base-card-foreground)}.text-cta-text-primary{color:var(--base-cta-text-primary)}.text-cta-text-secondary{color:var(--base-cta-text-secondary)}.text-destructive{color:var(--base-destructive)}.text-destructive-foreground{color:var(--base-destructive-foreground)}.text-foreground{color:var(--base-foreground)}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-link-text{color:var(--base-link-text)}.text-muted-foreground{color:var(--base-muted-foreground)}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-popover{color:var(--base-popover)}.text-popover-foreground{color:var(--base-popover-foreground)}.text-primary{color:var(--base-primary)}.text-primary-foreground{color:var(--base-primary-foreground)}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-ring{color:var(--base-ring)}.text-secondary{color:var(--base-secondary)}.text-secondary-foreground{color:var(--base-secondary-foreground)}.text-sidebar-foreground{color:var(--base-sidebar-foreground)}.text-sidebar-primary-foreground{color:var(--base-sidebar-primary-foreground)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-opacity-75{--tw-text-opacity:0.75}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.no-underline{text-decoration-line:none}.decoration-solid{text-decoration-style:solid}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.accent-foreground{accent-color:var(--base-foreground)}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-\[0px_1px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0px 1px 2px 0px rgba(0,0,0,0.05);--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color)}.shadow-\[0px_5px_5px_0px_\#5C565233\]{--tw-shadow:0px 5px 5px 0px #5C565233;--tw-shadow-colored:0px 5px 5px 0px var(--tw-shadow-color)}.shadow-\[0px_5px_5px_0px_\#5C565233\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:var(--shadow-heavy);--tw-shadow-colored:var(--shadow-heavy)}.shadow-md{--tw-shadow:var(--shadow-medium);--tw-shadow-colored:var(--shadow-medium)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--shadow-light);--tw-shadow-colored:var(--shadow-light)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-1{outline-width:1px}.\!outline-offset-8{outline-offset:8px!important}.-outline-offset-4{outline-offset:-4px}.-outline-offset-8{outline-offset:-8px}.outline-offset-0{outline-offset:0}.outline-offset-2{outline-offset:2px}.outline-offset-8{outline-offset:8px}.outline-offset-\[-1px\]{outline-offset:-1px}.outline-border{outline-color:var(--base-border)}.outline-foreground{outline-color:var(--base-foreground)}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-\[3px\]{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black\/20{--tw-ring-color:rgb(0 0 0/0.20)}.ring-outline{--tw-ring-color:var(--outline)}.ring-white\/20{--tw-ring-color:rgb(255 255 255/0.20)}.ring-offset-background{--tw-ring-offset-color:var(--base-background)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\2c height\]{transition-property:width,height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-\[100ms\]{transition-duration:.1s}.duration-\[1200ms\]{transition-duration:1.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\@container{container-type:inline-size}.\[scrollbar-width\:thin\]{scrollbar-width:thin}.isolate-reflows{contain:layout}.reveal{opacity:0;transform:translateY(30px);filter:blur(7px);transition:opacity .7s ease,transform .7s ease,filter .7s ease}.reveal.visible{opacity:1;transform:translateY(0);filter:blur(0)}.dropdown-selector-overlay:has([role=combobox][aria-expanded=true]){z-index:60}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.animate-fadeIn{animation:fadeIn .3s ease-out forwards}.animate-fadeOut{animation:fadeOut .3s ease-out forwards}.animate-slideUpFadeIn{animation:slideUpFadeIn .4s cubic-bezier(.16,1,.3,1) forwards}.animate-slideDownFadeOut{animation:slideDownFadeOut .3s ease-in forwards}.main-content-header-offset{padding-top:var(--header-height-mobile);transition:padding-top .3s ease-out}@media (min-width:768px){.main-content-header-offset{padding-top:var(--header-height-tablet)}}@media (min-width:1024px){.main-content-header-offset{padding-top:var(--header-height-desktop)}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-default{scrollbar-width:thin;scrollbar-color:var(--base-muted-foreground,#5c5652) transparent}.scrollbar-default::-webkit-scrollbar{width:8px;height:8px}.scrollbar-default::-webkit-scrollbar-track{background:transparent}.scrollbar-default::-webkit-scrollbar-thumb{background-color:var(--base-muted-foreground,#5c5652);border-radius:4px}.scrollbar-default::-webkit-scrollbar-thumb:hover{background-color:var(--base-foreground,#2b2624)}html.scrollbar-default{scrollbar-width:thin;scrollbar-color:var(--base-muted-foreground,#5c5652) transparent}html.scrollbar-default::-webkit-scrollbar{width:8px;height:8px}html.scrollbar-default::-webkit-scrollbar-track{background:transparent}html.scrollbar-default::-webkit-scrollbar-thumb{background-color:var(--base-muted-foreground,#5c5652);border-radius:4px}html.scrollbar-default::-webkit-scrollbar-thumb:hover{background-color:var(--base-foreground,#2b2624)}@media (min-width:1024px){.scrollbar-cookie-overlay{scrollbar-width:thin;scrollbar-color:rgb(85 85 85) transparent}.scrollbar-cookie-overlay::-webkit-scrollbar{width:8px;height:8px}.scrollbar-cookie-overlay::-webkit-scrollbar-track{background:transparent}.scrollbar-cookie-overlay::-webkit-scrollbar-thumb{background-color:rgb(85 85 85);border-radius:4px}.scrollbar-cookie-overlay::-webkit-scrollbar-thumb:hover{background-color:rgb(85 85 85)}}.scChromeData,.scpm{display:none!important}.sc-jss-editing-error,.sc-jss-placeholder-error{padding:1em;background-color:lightyellow}.contentTitle{font-size:3.5rem;font-weight:300;line-height:1.2}a{text-decoration:none}.slick-next{right:var(--space-6)!important}.slick-prev{left:var(--space-6)!important;z-index:10!important}.position-center,.position-left,.position-right{display:flex;align-items:center}.position-center{justify-content:center}.position-left{justify-content:flex-start}.position-right{justify-content:flex-end}.grid-three-tile{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.grid-three-tile{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:768px){.grid-three-tile{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.grid-three-tile{grid-template-columns:repeat(3,minmax(0,1fr))}}.grid-equal-split,.grid-image-text-split{grid-template-columns:repeat(1,minmax(0,1fr))}.slick-next,.slick-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease}.slick-next:before,.slick-prev:before{font-size:20px;color:white;opacity:.8}.slick-prev{left:10px}.slick-prev:before{content:"❮"}.slick-next{right:10px}.slick-next:before{content:"❯"}.slick-next:hover:before,.slick-prev:hover:before{opacity:1}.slick-dots{bottom:25px}.slick-dots li button:before,.slick-dots li.slick-active button:before{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.slick-dots li button:before{font-size:var(--text-base)}.bottom-low-space{margin-bottom:var(--space-5)}.bottom-medium-space{margin-bottom:var(--space-10)}.bottom-large-space{margin-bottom:var(--space-16)}.bottom-no-space{margin-bottom:var(--space-0)}.top-low-space{margin-top:var(--space-4)}.top-medium-space{margin-top:var(--space-10)}.top-large-space{margin-top:var(--space-16)}.top-no-space{margin-top:var(--space-0)}.editing-mode .inside-editing-mode{pointer-events:auto;visibility:visible;opacity:1}.reveal.editing-mode .inside-editing-mode{opacity:1;transform:translateY(0);filter:blur(0)}.inside-editing-mode{pointer-events:none;visibility:hidden;opacity:0}.linklist:first-child ul a{font-size:var(--text-lg);font-weight:600;line-height:28px}.linklist:nth-of-type(2) ul a{font-size:var(--text-sm);font-weight:500;line-height:1}.mega-nav-container .linklist a{color:var(--base-secondary-foreground);mix-blend-mode:normal}.active-menu-item .meganav-item{display:block}.editing-mode .carouselComponent .component-content{display:none}.editing-mode .carouselComponent .slick-slider .component-content{display:block}.carouselComponent.zoom-effect .slick-slide{transition:transform .4s ease,opacity .4s ease;opacity:.6;transform:scale(.9)}.carouselComponent.zoom-effect .slick-center{opacity:1;transform:scale(1.05);z-index:2}.scale-150-x-2{transform:scale(1.3) translateY(3px)}@media (max-width:768px){.scale-150-x-2{transform:scale(1.3) translateY(1px)}}.container{margin-left:auto;margin-right:auto;max-width:1536px;padding:var(--space-10) var(--space-4)}@media (min-width:640px){.container{padding-left:var(--space-6);padding-right:var(--space-6)}}@media (min-width:1024px){.container{padding:var(--space-16) var(--space-14)}}.container-vertical-padding-max{padding-top:var(--space-14);padding-bottom:var(--space-14)}@media (min-width:1024px){.container-vertical-padding-max{padding-top:var(--space-32);padding-bottom:var(--space-32)}}.container-vertical-padding-min{padding-top:var(--space-0);padding-bottom:var(--space-0)}.container-horizontal-padding-max{padding-left:var(--space-4);padding-right:var(--space-4)}@media (min-width:640px){.container-horizontal-padding-max{padding-left:var(--space-8);padding-right:var(--space-8)}}@media (min-width:1024px){.container-horizontal-padding-max{padding-left:var(--space-20);padding-right:var(--space-20)}}.container-horizontal-padding-min{padding-left:var(--space-0);padding-right:var(--space-0)}.outer-bg-horizontal-padding-max{padding-left:var(--space-4);padding-right:var(--space-4)}@media (min-width:640px){.outer-bg-horizontal-padding-max{padding-left:var(--space-8);padding-right:var(--space-8)}}@media (min-width:1024px){.outer-bg-horizontal-padding-max{padding-left:var(--space-20);padding-right:var(--space-20)}}.outer-bg-vertical-padding-max{padding-top:var(--space-10);padding-bottom:var(--space-10)}@media (min-width:640px){.outer-bg-vertical-padding-max{padding-top:var(--space-12);padding-bottom:var(--space-12)}}@media (min-width:1024px){.outer-bg-vertical-padding-max{padding-top:var(--space-16);padding-bottom:var(--space-16)}}.outer-bg-vertical-padding-min{padding-top:var(--space-6);padding-bottom:var(--space-6)}@media (min-width:1024px){.outer-bg-vertical-padding-min{padding-top:var(--space-10);padding-bottom:var(--space-10)}}.outer-bg-horizontal-padding-min{padding-left:var(--space-4);padding-right:var(--space-4)}@media (min-width:640px){.outer-bg-horizontal-padding-min{padding-left:var(--space-6);padding-right:var(--space-6)}}@media (min-width:1024px){.outer-bg-horizontal-padding-min{padding-left:var(--space-14);padding-right:var(--space-14)}}.outer-bg-horizontal-padding-default{padding-left:var(--space-4);padding-right:var(--space-4)}@media (min-width:640px){.outer-bg-horizontal-padding-default{padding-left:var(--space-6);padding-right:var(--space-6)}}@media (min-width:1024px){.outer-bg-horizontal-padding-default{padding-left:var(--space-14);padding-right:var(--space-14)}}.outer-bg-vertical-padding-default{padding-top:var(--space-8);padding-bottom:var(--space-8)}@media (min-width:1024px){.outer-bg-vertical-padding-default{padding-top:var(--space-12);padding-bottom:var(--space-12)}}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.ck-placeholder[data-placeholder="[No text in field]"]{width:130px!important}#footer .row{padding-top:var(--space-0)!important;padding-bottom:var(--space-0)!important}@media (max-width:767px){#footer .position-center{justify-content:unset!important;align-items:unset!important}}.banner-image img{margin-bottom:var(--space-2);height:45px;width:258px;object-fit:contain;object-position:left}menu,ol,ul{list-style:revert;margin:revert;padding:revert}#footer ul{list-style:none;margin:0;padding:0}.wrap-anywhere{overflow-wrap:anywhere}.stacking-cards-section{position:relative}@media (min-width:768px) and (max-width:1023px){.stacking-cards-section-not-editing{margin-bottom:-180px}}@media (min-width:1024px) and (max-width:1269px){.stacking-cards-section-not-editing{margin-bottom:-300px}}@media (min-width:1270px) and (max-width:1535px){.stacking-cards-section-not-editing{margin-bottom:-250px}}@media (min-width:1536px){.stacking-cards-section-not-editing{margin-bottom:-200px}}.stacking-cards-section.schudule-agent{background-color:#f4f4f2}.horizontal-wrap.scheduling{position:relative;z-index:50;background-color:#f4f4f2}.scheduling-cards{position:relative;display:flex;flex-direction:column}.scheduling-card{box-shadow:0 20px 60px -15px rgba(0,0,0,.3);transition:box-shadow .3s ease;will-change:transform}.scheduling-card:hover{box-shadow:0 25px 70px -15px rgba(0,0,0,.35)}.stack-card-left{font-feature-settings:"tnum" on,"lnum" on}.stack-card-head{text-wrap:balance}.stack-card-text{text-wrap:pretty}.scheduling-card .sch-img{will-change:transform,opacity}.scheduling-card .bg-noise.cards{will-change:opacity}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.hero-title{font-size:var(--space-32)!important;line-height:85%!important;letter-spacing:0cap!important;font-weight:var(--font-weight-semibold)!important;width:100%}.hero-subtitle{font-size:var(--space-8)!important;font-weight:var(--font-weight-normal)!important}.hero-description{width:77%}.hero-banner{padding-left:var(--space-10)}.hero-banner-mask{mask-image:url("data:image/svg+xml,%3Csvg width='1424' height='447' viewBox='0 0 1424 447' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1203.05 168.637C1203.05 187.594 1217.27 202.961 1234.82 202.961C1252.36 202.961 1266.59 187.594 1266.59 168.637V20.8174C1266.59 9.32026 1275.21 1.82347e-05 1285.85 1.82347e-05L1404.73 0C1415.37 0 1424 9.32026 1424 20.8174V426.098C1424 437.596 1415.37 446.916 1404.73 446.916L1285.85 446.916C1275.21 446.916 1266.58 437.595 1266.58 426.098V305.928C1266.58 286.971 1252.36 271.604 1234.81 271.603C1217.27 271.603 1203.04 286.971 1203.04 305.928V426.098C1203.04 437.596 1194.42 446.916 1183.78 446.916L19.2676 446.916C8.6264 446.916 0 437.596 0 426.099V20.8174C0 9.32026 8.62638 0 19.2675 0L1183.78 1.82347e-05C1194.42 1.82347e-05 1203.05 9.32027 1203.05 20.8174V168.637Z' fill='%23000'/%3E%3C/svg%3E");mask-size:100% 100%;mask-repeat:no-repeat}.mobile-visbility{display:none}.desktop-visibility{display:contents}@media (min-width:640px) and (max-width:1023px){.hero-banner-mask{mask-image:url("data:image/svg+xml,%3Csvg width='975' height='306' viewBox='0 0 975 306' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M823.716 115.465C823.717 128.444 833.455 138.966 845.468 138.966C857.481 138.966 867.22 128.444 867.22 115.465V14.2535C867.22 6.3815 873.126 0 880.412 0L961.808 0C969.094 0 975 6.3815 975 14.2535V291.746C975 299.618 969.094 305.999 961.808 305.999L880.409 305.999C873.123 305.999 867.217 299.618 867.217 291.746V209.466C867.217 196.487 857.479 185.965 845.466 185.964C833.452 185.964 823.714 196.487 823.714 209.466V291.746C823.714 299.618 817.807 305.999 810.521 305.999L13.1923 305.999C5.90642 305.999 0 299.618 0 291.746V14.2535C0 6.3815 5.9064 0 13.1923 0L810.524 0C817.81 0 823.716 6.3815 823.716 14.2535V115.465Z' fill='%23000'/%3E%3C/svg%3E")}.hero-title{font-size:var(--text-6xl)!important;line-height:85%!important;letter-spacing:0cap!important;font-weight:var(--font-weight-semibold)!important}.hero-subtitle{font-size:var(--space-8)!important;font-weight:var(--font-weight-normal)!important}.mobile-visbility{display:none}.desktop-visibility{display:revert}.bg-hero-div-active{background:transparent}.bg-hero-sub-div-active{z-index:0}.hero-description{width:100%}}@media (max-width:639px){.hero-banner-mask{mask-image:none}.hero-title{font-size:var(--text-4xl)!important;line-height:85%!important;letter-spacing:0cap!important;font-weight:var(--font-weight-semibold)!important}.hero-banner{padding-left:0}.mobile-visbility{display:revert}.desktop-visibility{display:none}.hero-description{width:100%}.hero-image{width:107%!important;height:107%!important}}img.video-banner-thumbnail{height:calc(100% - 1px)!important}@media (min-width:1024px){#header>.component.row-splitter>.container-fluid:first-child .container>a:first-of-type{min-height:28px;align-content:center}}@media not all and (min-width:768px){.max-md\:container{width:100%}@media (min-width:640px){.max-md\:container{max-width:640px}}@media (min-width:768px){.max-md\:container{max-width:768px}}@media (min-width:1024px){.max-md\:container{max-width:1024px}}@media (min-width:1280px){.max-md\:container{max-width:1280px}}@media (min-width:1536px){.max-md\:container{max-width:1536px}}}.placeholder\:text-\[\#5c5652\]::placeholder{--tw-text-opacity:1;color:rgb(92 86 82/var(--tw-text-opacity,1))}.placeholder\:opacity-60::placeholder{opacity:.6}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:right-2:before{content:var(--tw-content);right:var(--space-2)}.before\:top-2\/4:before{content:var(--tw-content);top:50%}.before\:h-0\.5:before{content:var(--tw-content);height:var(--space-0-5)}.before\:w-2\.5:before{content:var(--tw-content);width:var(--space-2-5)}.before\:-rotate-45:before{content:var(--tw-content);--tw-rotate:-45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:bg-white:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:right-2:after{content:var(--tw-content);right:var(--space-2)}.after\:top-2\/4:after{content:var(--tw-content);top:50%}.after\:mx-2:after{content:var(--tw-content);margin-left:var(--space-2);margin-right:var(--space-2)}.after\:h-0\.5:after{content:var(--tw-content);height:var(--space-0-5)}.after\:h-3:after{content:var(--tw-content);height:var(--space-3)}.after\:w-2\.5:after{content:var(--tw-content);width:var(--space-2-5)}.after\:w-px:after{content:var(--tw-content);width:var(--space-px)}.after\:rotate-45:after{content:var(--tw-content);--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:bg-secondary-foreground:after{content:var(--tw-content);background-color:var(--base-secondary-foreground)}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.first\:list-none:first-child{list-style-type:none}.last\:\!pb-0:last-child{padding-bottom:var(--space-0)!important}.empty\:hidden:empty{display:none}.focus-within\:\!scale-100:focus-within{--tw-scale-x:1!important;--tw-scale-y:1!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.focus-within\:opacity-80:focus-within{opacity:.8}.focus-within\:shadow-lg:focus-within{--tw-shadow:var(--shadow-heavy);--tw-shadow-colored:var(--shadow-heavy);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:translate-x-1:hover{--tw-translate-x:var(--space-1);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:\!scale-100:hover{--tw-scale-x:1!important;--tw-scale-y:1!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.hover\:scale-\[1\.01\]:hover{--tw-scale-x:1.01;--tw-scale-y:1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-cta-border-secondary:hover{border-color:var(--base-cta-border-secondary)}.hover\:border-cta-fill-primary:hover{border-color:var(--base-cta-fill-primary)}.hover\:border-b-muted-foreground:hover{border-bottom-color:var(--base-muted-foreground)}.hover\:\!bg-secondary:hover{background-color:var(--base-secondary)!important}.hover\:bg-accent:hover{background-color:var(--base-accent)}.hover\:bg-alpha-80-alt:hover{background-color:var(--alpha-80-alt)}.hover\:bg-alpha-90-alt:hover{background-color:var(--alpha-90-alt)}.hover\:bg-cta-text-secondary:hover{background-color:var(--base-cta-text-secondary)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-sidebar-background:hover{background-color:var(--base-sidebar-background)}.hover\:bg-transparent:hover{background-color:initial}.hover\:text-\[\#3d3a37\]:hover{--tw-text-opacity:1;color:rgb(61 58 55/var(--tw-text-opacity,1))}.hover\:text-accent-foreground:hover{color:var(--base-accent-foreground)}.hover\:text-foreground:hover{color:var(--base-foreground)}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-secondary-foreground:hover{color:var(--base-secondary-foreground)}.hover\:text-sidebar-accent-foreground:hover{color:var(--base-sidebar-accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-60:hover{opacity:.6}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow:var(--shadow-heavy);--tw-shadow-colored:var(--shadow-heavy)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:var(--shadow-medium);--tw-shadow-colored:var(--shadow-medium)}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:fixed:focus{position:fixed}.focus\:left-4:focus{left:var(--space-4)}.focus\:top-4:focus{top:var(--space-4)}.focus\:z-100:focus{z-index:100}.focus\:rounded:focus{border-radius:.25rem}.focus\:border-primary:focus{border-color:var(--base-primary)}.focus\:bg-accent:focus{background-color:var(--base-accent)}.focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.focus\:px-4:focus{padding-left:var(--space-4);padding-right:var(--space-4)}.focus\:py-2:focus{padding-top:var(--space-2);padding-bottom:var(--space-2)}.focus\:text-accent-foreground:focus{color:var(--base-accent-foreground)}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.focus\:shadow-lg:focus{--tw-shadow:var(--shadow-heavy);--tw-shadow-colored:var(--shadow-heavy);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-gray-700:focus{outline-color:#374151}.focus\:outline-gray-900:focus{outline-color:#111827}.focus\:outline-indigo-500:focus{outline-color:#6366f1}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity,1))}.focus\:ring-outline:focus{--tw-ring-color:var(--outline)}.focus\:ring-ring:focus{--tw-ring-color:var(--base-ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:border-transparent:focus-visible{border-color:transparent}.focus-visible\:bg-transparent:focus-visible{background-color:initial}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-\[3px\]:focus-visible{outline-width:3px}.focus-visible\:\!outline-offset-2:focus-visible{outline-offset:2px!important}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-offset-4:focus-visible{outline-offset:4px}.focus-visible\:outline-cta-border-primary:focus-visible{outline-color:var(--base-cta-border-primary)}.focus-visible\:outline-cta-border-secondary:focus-visible{outline-color:var(--base-cta-border-secondary)}.focus-visible\:outline-current:focus-visible{outline-color:currentColor}.focus-visible\:outline-link-border:focus-visible{outline-color:var(--base-link-border)}.focus-visible\:outline-outline:focus-visible{outline-color:var(--outline)}.focus-visible\:outline-primary:focus-visible{outline-color:var(--base-primary)}.focus-visible\:outline-ring:focus-visible{outline-color:var(--base-ring)}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus-visible\:ring-0:focus-visible,.focus-visible\:ring-1:focus-visible{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-black\/50:focus-visible{--tw-ring-color:rgb(0 0 0/0.50)}.focus-visible\:ring-cta-border-primary:focus-visible{--tw-ring-color:var(--base-cta-border-primary)}.focus-visible\:ring-cta-border-secondary:focus-visible{--tw-ring-color:var(--base-cta-border-secondary)}.focus-visible\:ring-primary:focus-visible{--tw-ring-color:var(--base-primary)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--base-ring)}.focus-visible\:ring-white\/60:focus-visible{--tw-ring-color:rgb(255 255 255/0.60)}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-transparent:focus-visible{--tw-ring-offset-color:transparent}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.active\:opacity-60:active{opacity:.6}.active\:ring-2:active{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.active\:ring-ring:active{--tw-ring-color:var(--base-ring)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:no-underline{text-decoration-line:none}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=active\]\:rounded-sm[data-state=active]{border-radius:var(--rounded-sm)}.data-\[state\=active\]\:border-b-2[data-state=active]{border-bottom-width:2px}.data-\[state\=active\]\:border-\[\#E5E5E5\][data-state=active]{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.data-\[state\=active\]\:border-cta-fill-primary[data-state=active]{border-color:var(--base-cta-fill-primary)}.data-\[state\=active\]\:\!border-b-white[data-state=active]{--tw-border-opacity:1!important;border-bottom-color:rgb(255 255 255/var(--tw-border-opacity,1))!important}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--base-background)}.data-\[state\=active\]\:bg-transparent[data-state=active]{background-color:initial}.data-\[state\=checked\]\:bg-gray-100[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-gray-800[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.data-\[state\=inactive\]\:bg-\[\#F5F5F5\][data-state=inactive]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.data-\[state\=inactive\]\:bg-muted[data-state=inactive]{background-color:var(--base-muted)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--base-accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--base-secondary)}.data-\[state\=checked\]\:font-medium[data-state=checked]{font-weight:500}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--base-foreground)}.data-\[state\=inactive\]\:text-muted-foreground[data-state=inactive]{color:var(--base-muted-foreground)}.data-\[state\=on\]\:text-\[\#0c4a6e\][data-state=on]{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity,1))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--base-muted-foreground)}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-none[data-state=active]{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:var(--shadow-light);--tw-shadow-colored:var(--shadow-light);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@container (min-width: 540px){.\@\[540px\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.dark\:border-destructive:is(.dark *){border-color:var(--base-destructive)}.dark\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-t-gray-100:is(.dark *){--tw-border-opacity:1;border-top-color:rgb(243 244 246/var(--tw-border-opacity,1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-secondary-foreground:is(.dark *){background-color:var(--base-secondary-foreground)}.dark\:text-\[\#0c4a6e\]:is(.dark *){--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity,1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-800:is(.dark *){--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:hover\:text-gray-100:hover:is(.dark *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:focus\:bg-gray-700:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:data-\[state\=checked\]\:bg-gray-300[data-state=checked]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.dark\:data-\[state\=checked\]\:bg-gray-700[data-state=checked]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:data-\[state\=on\]\:text-\[\#0c4a6e\][data-state=on]:is(.dark *){--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity,1))}@media not all and (min-width:1024px){.max-lg\:mt-0{margin-top:var(--space-0)}.max-lg\:mt-6{margin-top:var(--space-6)}.max-lg\:hidden{display:none}.max-lg\:flex-row-reverse{flex-direction:row-reverse}.max-lg\:flex-wrap{flex-wrap:wrap}.max-lg\:gap-x-16{column-gap:var(--space-16)}.max-lg\:gap-x-20{column-gap:var(--space-20)}}@media not all and (min-width:768px){.max-md\:absolute{position:absolute}.max-md\:left-0{left:var(--space-0)}.max-md\:top-0{top:var(--space-0)}.max-md\:mt-6{margin-top:var(--space-6)}.max-md\:hidden{display:none}.max-md\:max-h-\[75vh\]{max-height:75vh}.max-md\:w-full{width:100%}.max-md\:max-w-full{max-width:100%}.max-md\:flex-col{flex-direction:column}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:rounded-none{border-radius:var(--rounded-none)}}@media not all and (min-width:640px){.max-sm\:fixed{position:fixed}.max-sm\:bottom-0{bottom:var(--space-0)}.max-sm\:bottom-\[-100vh\]{bottom:-100vh}.max-sm\:bottom-auto{bottom:auto}.max-sm\:left-0{left:var(--space-0)}.max-sm\:left-1\/2{left:50%}.max-sm\:right-0{right:var(--space-0)}.max-sm\:right-auto{right:auto}.max-sm\:top-1\/2{top:50%}.max-sm\:z-50{z-index:50}.max-sm\:order-2{order:2}.max-sm\:mx-0{margin-left:var(--space-0);margin-right:var(--space-0)}.max-sm\:mx-auto{margin-left:auto;margin-right:auto}.max-sm\:\!mr-auto{margin-right:auto!important}.max-sm\:ml-0{margin-left:var(--space-0)}.max-sm\:mt-4{margin-top:var(--space-4)}.max-sm\:mt-6{margin-top:var(--space-6)}.max-sm\:line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.max-sm\:hidden{display:none}.max-sm\:h-px{height:var(--space-px)}.max-sm\:max-h-\[calc\(100vh-74px\)\]{max-height:calc(100vh - 74px)}.max-sm\:min-h-\[50vh\]{min-height:50vh}.max-sm\:min-h-px{min-height:var(--space-px)}.max-sm\:w-auto{width:auto}.max-sm\:w-fit{width:fit-content}.max-sm\:w-full{width:100%}.max-sm\:-translate-x-1\/2{--tw-translate-x:-50%}.max-sm\:-translate-x-1\/2,.max-sm\:-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-sm\:-translate-y-1\/2{--tw-translate-y:-50%}.max-sm\:flex-col{flex-direction:column}.max-sm\:flex-wrap{flex-wrap:wrap}.max-sm\:items-start{align-items:flex-start}.max-sm\:items-center{align-items:center}.max-sm\:justify-start{justify-content:flex-start}.max-sm\:overflow-y-auto{overflow-y:auto}.max-sm\:rounded-t-2xl{border-top-left-radius:var(--rounded-2xl);border-top-right-radius:var(--rounded-2xl)}.max-sm\:border-t{border-top-width:1px}.max-sm\:border-border{border-color:var(--base-border)}.max-sm\:bg-background{background-color:var(--base-background)}.max-sm\:px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.max-sm\:py-2{padding-top:var(--space-2);padding-bottom:var(--space-2)}.max-sm\:py-6{padding-top:var(--space-6);padding-bottom:var(--space-6)}.max-sm\:\!pt-3{padding-top:var(--space-3)!important}.max-sm\:pb-10{padding-bottom:var(--space-10)}.max-sm\:pb-6{padding-bottom:var(--space-6)}.max-sm\:opacity-0{opacity:0}.max-sm\:opacity-100{opacity:1}.max-sm\:shadow-\[0_-8px_20px_2px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{--tw-shadow:0 -8px 20px 2px rgba(0,0,0,0.07);--tw-shadow-colored:0 -8px 20px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:640px){.sm\:bottom-8{bottom:var(--space-8)}.sm\:left-auto{left:auto}.sm\:right-8{right:var(--space-8)}.sm\:top-auto{top:auto}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:float-right{float:right}.sm\:-ms-px{margin-inline-start:calc(var(--space-px) * -1)}.sm\:mb-4{margin-bottom:var(--space-4)}.sm\:mb-6{margin-bottom:var(--space-6)}.sm\:mb-8{margin-bottom:var(--space-8)}.sm\:ml-auto{margin-left:auto}.sm\:mt-4{margin-top:var(--space-4)}.sm\:mt-8{margin-top:var(--space-8)}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:aspect-\[16\/10\]{aspect-ratio:16/10}.sm\:aspect-\[16\/9\]{aspect-ratio:16/9}.sm\:aspect-\[21\/9\]{aspect-ratio:21/9}.sm\:aspect-\[325\/102\]{aspect-ratio:325/102}.sm\:aspect-\[975\/548\.44\]{aspect-ratio:975/548.44}.sm\:h-11{height:var(--space-11)}.sm\:h-\[486px\]{height:486px}.sm\:h-\[540px\]{height:540px}.sm\:max-h-\[calc\(100vh-160px\)\]{max-height:calc(100vh - 160px)}.sm\:\!w-max{width:max-content!important}.sm\:w-\[114px\]{width:114px}.sm\:w-\[350px\]{width:350px}.sm\:w-\[60\%\]{width:60%}.sm\:w-\[calc\(\(100\%_-_1\.5rem\)\/2\)\]{width:calc((100% - 1.5rem) / 2)}.sm\:w-\[calc\(\(100\%_-_2\.5rem\)\/2\)\]{width:calc((100% - 2.5rem) / 2)}.sm\:w-\[calc\(\(100\%_-_var\(--centered-card-gap-sm\)_\*_\(var\(--centered-card-columns-sm\)_-_1\)\)\/var\(--centered-card-columns-sm\)\)\]{width:calc((100% - var(--centered-card-gap-sm) * (var(--centered-card-columns-sm) - 1)) / var(--centered-card-columns-sm))}.sm\:w-auto{width:auto}.sm\:max-w-\[120px\]{max-width:120px}.sm\:max-w-\[180px\]{max-width:180px}.sm\:max-w-\[250px\]{max-width:250px}.sm\:max-w-\[300px\]{max-width:300px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-\[720px\]{max-width:720px}.sm\:max-w-sm{max-width:384px}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:grow{flex-grow:1}.sm\:basis-0{flex-basis:var(--space-0)}.sm\:basis-1\/12{flex-basis:8.333333%}.sm\:basis-1\/2{flex-basis:50%}.sm\:basis-1\/3{flex-basis:33.333333%}.sm\:basis-1\/4{flex-basis:25%}.sm\:basis-1\/6{flex-basis:16.666667%}.sm\:basis-11\/12{flex-basis:91.666667%}.sm\:basis-2\/3{flex-basis:66.666667%}.sm\:basis-3\/4{flex-basis:75%}.sm\:basis-5\/12{flex-basis:41.666667%}.sm\:basis-5\/6{flex-basis:83.333333%}.sm\:basis-7\/12{flex-basis:58.333333%}.sm\:basis-auto{flex-basis:auto}.sm\:basis-full{flex-basis:100%}.sm\:translate-x-0{--tw-translate-x:var(--space-0)}.sm\:translate-x-0,.sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-y-0{--tw-translate-y:var(--space-0)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:var(--space-10)}.sm\:gap-3{gap:var(--space-3)}.sm\:gap-4{gap:var(--space-4)}.sm\:gap-6{gap:var(--space-6)}.sm\:gap-8{gap:var(--space-8)}.sm\:gap-x-6{column-gap:var(--space-6)}.sm\:gap-y-8{row-gap:var(--space-8)}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(var(--space-2) * var(--tw-space-x-reverse));margin-left:calc(var(--space-2) * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-2xl{border-radius:var(--rounded-2xl)}.sm\:rounded-lg{border-radius:var(--rounded-lg)}.sm\:p-8{padding:var(--space-8)}.sm\:\!py-4{padding-top:var(--space-4)!important;padding-bottom:var(--space-4)!important}.sm\:\!py-6{padding-top:var(--space-6)!important;padding-bottom:var(--space-6)!important}.sm\:px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.sm\:py-2{padding-top:var(--space-2);padding-bottom:var(--space-2)}.sm\:pr-10{padding-right:var(--space-10)}.sm\:pt-8{padding-top:var(--space-8)}.sm\:text-left{text-align:left}.sm\:\!leading-8{line-height:32px!important}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:-top-\[20px\]{top:-20px}.md\:left-10{left:var(--space-10)}.md\:col-span-2{grid-column:span 2/span 2}.md\:-mx-6{margin-left:calc(var(--space-6) * -1);margin-right:calc(var(--space-6) * -1)}.md\:my-2{margin-top:var(--space-2);margin-bottom:var(--space-2)}.md\:mb-8{margin-bottom:var(--space-8)}.md\:ml-2{margin-left:var(--space-2)}.md\:mt-0{margin-top:var(--space-0)}.md\:mt-10{margin-top:var(--space-10)}.md\:mt-2{margin-top:var(--space-2)}.md\:mt-4{margin-top:var(--space-4)}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:aspect-\[1363\/787\]{aspect-ratio:1363/787}.md\:aspect-\[16\/10\]{aspect-ratio:16/10}.md\:size-\[232px\]{width:232px;height:232px}.md\:size-\[280px\]{width:280px;height:280px}.md\:h-\[102px\]{height:102px}.md\:h-\[19\.785rem\]{height:19.785rem}.md\:h-\[24px\]{height:24px}.md\:h-\[30\.375rem\]{height:30.375rem}.md\:h-\[30px\]{height:30px}.md\:h-\[316px\]{height:316px}.md\:max-h-\[100vh\]{max-height:100vh}.md\:min-h-\[214px\]{min-height:214px}.md\:min-h-\[400px\]{min-height:400px}.md\:w-\[119px\]{width:119px}.md\:w-\[25\%\]{width:25%}.md\:w-\[44\.5\%\]{width:44.5%}.md\:w-\[61\%\]{width:61%}.md\:w-\[75\%\]{width:75%}.md\:w-\[calc\(100\%\+3rem\)\]{width:calc(100% + 3rem)}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:w-fit{width:fit-content}.md\:min-w-\[240px\]{min-width:240px}.md\:min-w-\[300px\]{min-width:300px}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-\[768px\]{max-width:768px}.md\:flex-1{flex:1 1 0%}.md\:grow{flex-grow:1}.md\:basis-0{flex-basis:var(--space-0)}.md\:basis-1\/12{flex-basis:8.333333%}.md\:basis-1\/2{flex-basis:50%}.md\:basis-1\/3{flex-basis:33.333333%}.md\:basis-1\/4{flex-basis:25%}.md\:basis-1\/6{flex-basis:16.666667%}.md\:basis-11\/12{flex-basis:91.666667%}.md\:basis-2\/3{flex-basis:66.666667%}.md\:basis-3\/4{flex-basis:75%}.md\:basis-5\/12{flex-basis:41.666667%}.md\:basis-5\/6{flex-basis:83.333333%}.md\:basis-7\/12{flex-basis:58.333333%}.md\:basis-auto{flex-basis:auto}.md\:basis-full{flex-basis:100%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:var(--space-0)}.md\:gap-10{gap:var(--space-10)}.md\:gap-20{gap:var(--space-20)}.md\:gap-6{gap:var(--space-6)}.md\:gap-8{gap:var(--space-8)}.md\:\!gap-y-4{row-gap:var(--space-4)!important}.md\:gap-y-6{row-gap:var(--space-6)}.md\:gap-y-8{row-gap:var(--space-8)}.md\:rounded-2xl{border-radius:var(--rounded-2xl)}.md\:rounded-full{border-radius:var(--rounded-full)}.md\:rounded-md{border-radius:var(--rounded-md)}.md\:border-b{border-bottom-width:1px}.md\:border-t-0{border-top-width:0}.md\:bg-primary-foreground{background-color:var(--base-primary-foreground)}.md\:bg-secondary{background-color:var(--base-secondary)}.md\:p-6{padding:var(--space-6)}.md\:p-8{padding:var(--space-8)}.md\:p-9{padding:var(--space-9)}.md\:\!py-6{padding-top:var(--space-6)!important;padding-bottom:var(--space-6)!important}.md\:px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.md\:px-8{padding-left:var(--space-8);padding-right:var(--space-8)}.md\:py-10{padding-top:var(--space-10);padding-bottom:var(--space-10)}.md\:py-12{padding-top:var(--space-12);padding-bottom:var(--space-12)}.md\:py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.md\:\!pt-20{padding-top:var(--space-20)!important}.md\:text-4xl{font-size:var(--text-4xl)}.md\:text-base{font-size:var(--text-base)}.md\:shadow-lg{--tw-shadow:var(--shadow-heavy);--tw-shadow-colored:var(--shadow-heavy);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1024px){.lg\:-top-\[34px\]{top:-34px}.lg\:left-16{left:var(--space-16)}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:float-left{float:left}.lg\:-mx-14{margin-left:calc(var(--space-14) * -1);margin-right:calc(var(--space-14) * -1)}.lg\:-my-8{margin-top:calc(var(--space-8) * -1);margin-bottom:calc(var(--space-8) * -1)}.lg\:mb-10{margin-bottom:var(--space-10)}.lg\:mb-2{margin-bottom:var(--space-2)}.lg\:mb-6{margin-bottom:var(--space-6)}.lg\:mb-8{margin-bottom:var(--space-8)}.lg\:ml-16{margin-left:var(--space-16)}.lg\:mt-0{margin-top:var(--space-0)}.lg\:mt-10{margin-top:var(--space-10)}.lg\:mt-16{margin-top:var(--space-16)}.lg\:mt-6{margin-top:var(--space-6)}.lg\:mt-8{margin-top:var(--space-8)}.lg\:mt-\[124px\]{margin-top:124px}.lg\:line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:aspect-\[1424\/446\]{aspect-ratio:1424/446}.lg\:aspect-\[21\/9\]{aspect-ratio:21/9}.lg\:aspect-\[692\/389\.25\]{aspect-ratio:692/389.25}.lg\:aspect-auto{aspect-ratio:auto}.lg\:aspect-square{aspect-ratio:1/1}.lg\:size-\[320px\]{width:320px;height:320px}.lg\:h-0{height:var(--space-0)}.lg\:h-10{height:var(--space-10)}.lg\:h-20{height:var(--space-20)}.lg\:h-5{height:var(--space-5)}.lg\:h-\[113\.93px\]{height:113.93px}.lg\:h-\[28\.125rem\]{height:28.125rem}.lg\:h-\[28\.5rem\]{height:28.5rem}.lg\:h-\[305px\]{height:305px}.lg\:h-\[450px\]{height:450px}.lg\:h-\[600px\]{height:600px}.lg\:h-\[800px\]{height:800px}.lg\:h-auto{height:auto}.lg\:h-full{height:100%}.lg\:max-h-\[700px\]{max-height:700px}.lg\:min-h-96{min-height:var(--space-96)}.lg\:min-h-\[208px\]{min-height:208px}.lg\:min-h-\[400px\]{min-height:400px}.lg\:w-1\/2{width:50%}.lg\:w-10{width:var(--space-10)}.lg\:w-20{width:var(--space-20)}.lg\:w-4\/5{width:80%}.lg\:w-5{width:var(--space-5)}.lg\:w-\[120px\]{width:120px}.lg\:w-\[133\.33px\]{width:133.33px}.lg\:w-\[212px\]{width:212px}.lg\:w-\[300px\]{width:300px}.lg\:w-\[536px\]{width:536px}.lg\:w-\[600px\]{width:600px}.lg\:w-\[607px\]{width:607px}.lg\:w-\[calc\(\(100\%_-_12rem\)\/4\)\]{width:calc((100% - 12rem) / 4)}.lg\:w-\[calc\(\(100\%_-_2\.5rem\)\/2\)\]{width:calc((100% - 2.5rem) / 2)}.lg\:w-\[calc\(\(100\%_-_4rem\)\/2\)\]{width:calc((100% - 4rem) / 2)}.lg\:w-\[calc\(\(100\%_-_8rem\)\/3\)\]{width:calc((100% - 8rem) / 3)}.lg\:w-\[calc\(\(100\%_-_var\(--centered-card-gap-lg\)\)\/2\)\]{width:calc((100% - var(--centered-card-gap-lg)) / 2)}.lg\:w-\[calc\(100\%\+7rem\)\]{width:calc(100% + 7rem)}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:min-w-\[400px\]{min-width:400px}.lg\:min-w-\[472px\]{min-width:472px}.lg\:max-w-\[640px\]{max-width:640px}.lg\:flex-1{flex:1 1 0%}.lg\:flex-none{flex:none}.lg\:flex-shrink-0{flex-shrink:0}.lg\:grow{flex-grow:1}.lg\:basis-0{flex-basis:var(--space-0)}.lg\:basis-1\/12{flex-basis:8.333333%}.lg\:basis-1\/2{flex-basis:50%}.lg\:basis-1\/3{flex-basis:33.333333%}.lg\:basis-1\/4{flex-basis:25%}.lg\:basis-1\/6{flex-basis:16.666667%}.lg\:basis-11\/12{flex-basis:91.666667%}.lg\:basis-2\/3{flex-basis:66.666667%}.lg\:basis-3\/4{flex-basis:75%}.lg\:basis-5\/12{flex-basis:41.666667%}.lg\:basis-5\/6{flex-basis:83.333333%}.lg\:basis-7\/12{flex-basis:58.333333%}.lg\:basis-auto{flex-basis:auto}.lg\:basis-full{flex-basis:100%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-\[2fr_3fr\]{grid-template-columns:2fr 3fr}.lg\:grid-cols-\[3fr_2fr\]{grid-template-columns:3fr 2fr}.lg\:grid-cols-\[minmax\(0\2c 33\.0875fr\)_minmax\(0\2c 66\.9125fr\)\]{grid-template-columns:minmax(0,33.0875fr) minmax(0,66.9125fr)}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-stretch{align-items:stretch}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:var(--space-10)}.lg\:gap-2{gap:var(--space-2)}.lg\:gap-20{gap:var(--space-20)}.lg\:gap-3{gap:var(--space-3)}.lg\:gap-32{gap:var(--space-32)}.lg\:gap-6{gap:var(--space-6)}.lg\:gap-8{gap:var(--space-8)}.lg\:gap-x-10{column-gap:var(--space-10)}.lg\:gap-x-14{column-gap:var(--space-14)}.lg\:gap-x-16{column-gap:var(--space-16)}.lg\:gap-x-8{column-gap:var(--space-8)}.lg\:gap-y-10{row-gap:var(--space-10)}.lg\:gap-y-4{row-gap:var(--space-4)}.lg\:gap-y-6{row-gap:var(--space-6)}.lg\:gap-y-8{row-gap:var(--space-8)}.lg\:self-end{align-self:flex-end}.lg\:self-stretch{align-self:stretch}.lg\:overflow-x-auto{overflow-x:auto}.lg\:overflow-y-auto{overflow-y:auto}.lg\:whitespace-normal{white-space:normal}.lg\:rounded-full{border-radius:var(--rounded-full)}.lg\:bg-secondary{background-color:var(--base-secondary)}.lg\:\!p-6{padding:var(--space-6)!important}.lg\:\!p-9{padding:var(--space-9)!important}.lg\:p-10{padding:var(--space-10)}.lg\:p-4{padding:var(--space-4)}.lg\:p-8{padding:var(--space-8)}.lg\:\!px-14{padding-left:var(--space-14)!important;padding-right:var(--space-14)!important}.lg\:\!px-6{padding-left:var(--space-6)!important;padding-right:var(--space-6)!important}.lg\:px-10{padding-left:var(--space-10);padding-right:var(--space-10)}.lg\:px-12{padding-left:var(--space-12);padding-right:var(--space-12)}.lg\:px-14{padding-left:var(--space-14);padding-right:var(--space-14)}.lg\:py-10{padding-top:var(--space-10);padding-bottom:var(--space-10)}.lg\:py-16{padding-top:var(--space-16);padding-bottom:var(--space-16)}.lg\:\!pb-6{padding-bottom:var(--space-6)!important}.lg\:\!pb-8{padding-bottom:var(--space-8)!important}.lg\:\!pt-10{padding-top:var(--space-10)!important}.lg\:\!pt-20{padding-top:var(--space-20)!important}.lg\:\!pt-8{padding-top:var(--space-8)!important}.lg\:pb-16{padding-bottom:var(--space-16)}.lg\:pb-6{padding-bottom:var(--space-6)}.lg\:pl-6{padding-left:var(--space-6)}.lg\:pr-16{padding-right:var(--space-16)}.lg\:pr-6{padding-right:var(--space-6)}.lg\:pt-6{padding-top:var(--space-6)}.lg\:text-5xl{font-size:var(--text-5xl)}.lg\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lg\:delay-300{transition-delay:.3s}.lg\:delay-500{transition-delay:.5s}}@media (min-width:1280px){.xl\:min-h-\[500px\]{min-height:500px}.xl\:w-1\/2{width:50%}.xl\:w-\[32\%\]{width:32%}.xl\:w-\[50\%\]{width:50%}.xl\:w-\[calc\(\(100\%_-_2\.5rem\)\/2\)\]{width:calc((100% - 2.5rem) / 2)}.xl\:w-\[calc\(\(100\%_-_5rem\)\/3\)\]{width:calc((100% - 5rem) / 3)}.xl\:w-\[calc\(\(100\%_-_7\.5rem\)\/4\)\]{width:calc((100% - 7.5rem) / 4)}.xl\:w-\[calc\(\(100\%_-_var\(--centered-card-gap-lg\)_\*_2\)\/3\)\]{width:calc((100% - var(--centered-card-gap-lg) * 2) / 3)}.xl\:w-\[calc\(\(100\%_-_var\(--centered-card-gap-lg\)_\*_3\)\/4\)\]{width:calc((100% - var(--centered-card-gap-lg) * 3) / 4)}.xl\:grow{flex-grow:1}.xl\:basis-0{flex-basis:var(--space-0)}.xl\:basis-1\/12{flex-basis:8.333333%}.xl\:basis-1\/2{flex-basis:50%}.xl\:basis-1\/3{flex-basis:33.333333%}.xl\:basis-1\/4{flex-basis:25%}.xl\:basis-1\/6{flex-basis:16.666667%}.xl\:basis-11\/12{flex-basis:91.666667%}.xl\:basis-2\/3{flex-basis:66.666667%}.xl\:basis-3\/4{flex-basis:75%}.xl\:basis-5\/12{flex-basis:41.666667%}.xl\:basis-5\/6{flex-basis:83.333333%}.xl\:basis-7\/12{flex-basis:58.333333%}.xl\:basis-auto{flex-basis:auto}.xl\:basis-full{flex-basis:100%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:justify-start{justify-content:flex-start}.xl\:gap-20{gap:var(--space-20)}.xl\:text-left{text-align:left}}@media (min-width:1368px){.min-\[1368px\]\:w-\[calc\(\(100\%_-_2\.5rem\)\/2\)\]{width:calc((100% - 2.5rem) / 2)}.min-\[1368px\]\:w-\[calc\(\(100\%_-_5rem\)\/3\)\]{width:calc((100% - 5rem) / 3)}.min-\[1368px\]\:w-\[calc\(\(100\%_-_7\.5rem\)\/4\)\]{width:calc((100% - 7.5rem) / 4)}.min-\[1368px\]\:w-\[calc\(\(100\%_-_var\(--centered-card-gap-lg\)_\*_\(var\(--centered-card-columns-lg\)_-_1\)\)\/var\(--centered-card-columns-lg\)\)\]{width:calc((100% - var(--centered-card-gap-lg) * (var(--centered-card-columns-lg) - 1)) / var(--centered-card-columns-lg))}.min-\[1368px\]\:w-full{width:100%}.min-\[1368px\]\:gap-10{gap:var(--space-10)}}@media (min-width:1505px){.min-\[1505px\]\:w-\[283px\]{width:283px}.min-\[1505px\]\:w-auto{width:auto}.min-\[1505px\]\:flex-none{flex:none}}@media (min-width:1536px){.\32xl\:grow{flex-grow:1}.\32xl\:basis-0{flex-basis:var(--space-0)}.\32xl\:basis-1\/12{flex-basis:8.333333%}.\32xl\:basis-1\/2{flex-basis:50%}.\32xl\:basis-1\/3{flex-basis:33.333333%}.\32xl\:basis-1\/4{flex-basis:25%}.\32xl\:basis-1\/6{flex-basis:16.666667%}.\32xl\:basis-11\/12{flex-basis:91.666667%}.\32xl\:basis-2\/3{flex-basis:66.666667%}.\32xl\:basis-3\/4{flex-basis:75%}.\32xl\:basis-5\/12{flex-basis:41.666667%}.\32xl\:basis-5\/6{flex-basis:83.333333%}.\32xl\:basis-7\/12{flex-basis:58.333333%}.\32xl\:basis-auto{flex-basis:auto}.\32xl\:basis-full{flex-basis:100%}}.\[\&\.slick-arrow\:\:before\]\:hidden.slick-arrow:before{display:none}.\[\&\.slick-arrow\:hover\]\:\!text-ring.slick-arrow:hover{color:var(--base-ring)!important}.\[\&\:hover_svg\]\:translate-x-1:hover svg{--tw-translate-x:var(--space-1);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\:not\(\:disabled\)\]\:hover\:border-b-muted-foreground:hover:not(:disabled){border-bottom-color:var(--base-muted-foreground)}.\[\&\>\*\:first-child\]\:pb-3>:first-child{padding-bottom:var(--space-3)}.\[\&\>\*\:first-child\]\:pt-0>:first-child{padding-top:var(--space-0)}@media (min-width:768px){.md\:\[\&\>\*\:last-child\]\:flex>:last-child{display:flex}.md\:\[\&\>\*\:last-child\]\:items-end>:last-child{align-items:flex-end}.md\:\[\&\>\*\:last-child\]\:justify-end>:last-child{justify-content:flex-end}}@media (min-width:1024px){.lg\:\[\&\>\*\:last-child\]\:block>:last-child{display:block}}.\[\&\>\*\:nth-child\(2\)\]\:flex>:nth-child(2){display:flex}.\[\&\>\*\:nth-child\(2\)\]\:justify-center>:nth-child(2){justify-content:center}.\[\&\>\*\:nth-child\(2\)\]\:gap-4>:nth-child(2){gap:var(--space-4)}.\[\&\>\*\:nth-child\(2\)\]\:pb-9>:nth-child(2){padding-bottom:var(--space-9)}.\[\&\>\*\:nth-child\(2\)\]\:pt-10>:nth-child(2){padding-top:var(--space-10)}@media not all and (min-width:768px){.max-md\:\[\&\>\*\:nth-child\(2\)\]\:flex-col>:nth-child(2){flex-direction:column}.max-md\:\[\&\>\*\:nth-child\(2\)\]\:items-center>:nth-child(2){align-items:center}}@media (min-width:640px){.sm\:\[\&\>\*\:nth-child\(2\)\]\:gap-6>:nth-child(2){gap:var(--space-6)}}.\[\&\>\*\:nth-child\(2\)_a\]\:w-fit>:nth-child(2) a{width:fit-content}.\[\&\>\*\:nth-child\(2\)_a\]\:\!basis-auto>:nth-child(2) a{flex-basis:auto!important}.\[\&\>\*\:nth-child\(2\)_a\]\:whitespace-nowrap>:nth-child(2) a{white-space:nowrap}@media (min-width:768px){.md\:\[\&\>\*\:nth-child\(4\)\]\:basis-full>:nth-child(4){flex-basis:100%}}.\[\&\>\*\]\:m-0>*{margin:var(--space-0)}.\[\&\>\*\]\:w-auto>*{width:auto}.\[\&\>\*\]\:basis-auto>*{flex-basis:auto}.\[\&\>\*\]\:text-primary>*{color:var(--base-primary)}.\[\&\>\*\]\:opacity-80>*{opacity:.8}.group:hover .group-hover\:\[\&\>\*\]\:opacity-70>*{opacity:.7}.\[\&\>\.typography\]\:text-foreground>.typography{color:var(--base-foreground)}.\[\&\>\.typography\]\:hover\:\!no-underline:hover>.typography{text-decoration-line:none!important}.\[\&\>div\>div\]\:mb-4>div>div{margin-bottom:var(--space-4)}.\[\&\>img\]\:h-6>img{height:var(--space-6)}.\[\&\>img\]\:object-contain>img{object-fit:contain}.\[\&\>img\]\:object-left>img{object-position:left}@media (min-width:640px){.\[\&\>img\]\:sm\:h-8>img{height:var(--space-8)}}@media (min-width:1024px){.\[\&\>img\]\:lg\:h-9>img{height:var(--space-9)}}.\[\&\>span\]\:w-max>span{width:max-content}.\[\&\>span\]\:justify-start>span{justify-content:flex-start}.\[\&\>span\]\:\!p-2>span{padding:var(--space-2)!important}.\[\&\>span\]\:text-foreground>span{color:var(--base-foreground)}@media not all and (min-width:640px){.max-sm\:\[\&\>span\]\:justify-start>span{justify-content:flex-start}}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\:nth-of-type\(2\)\]\:hidden>svg:nth-of-type(2){display:none}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:var(--space-4)}.\[\&\>svg\]\:top-4>svg{top:var(--space-4)}.\[\&\>svg\]\:size-4>svg{width:var(--space-4);height:var(--space-4)}.\[\&\>svg\]\:size-\[15px\]>svg{width:15px;height:15px}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:var(--base-destructive)}.\[\&\>svg\]\:text-foreground>svg{color:var(--base-foreground)}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:var(--space-7)}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\#secondary-nav-dropdown-menu\>div\]\:p-0 #secondary-nav-dropdown-menu>div,.\[\&_\#secondary-nav-dropdown-menu\]\:p-0 #secondary-nav-dropdown-menu{padding:var(--space-0)}.\[\&_\*\]\:font-bricolage *{font-family:var(--font-title),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}@media not all and (min-width:640px){.max-sm\:\[\&_\.card-image\]\:hidden .card-image{display:none}}@media (min-width:640px){.sm\:\[\&_\.card-image\]\:hidden .card-image{display:none}}@media (min-width:1024px){.lg\:\[\&_\.card-image\]\:hidden .card-image{display:none}}.\[\&_\.ck-content_p\]\:\!my-0 .ck-content p{margin-top:var(--space-0)!important;margin-bottom:var(--space-0)!important}.\[\&_\.column-splitter-column\]\:flex .column-splitter-column{display:flex}.\[\&_\.column-splitter-column\]\:justify-center .column-splitter-column{justify-content:center}.\[\&_\.column-splitter-column\]\:\!gap-0 .column-splitter-column{gap:var(--space-0)!important}.\[\&_\.column-splitter-column\]\:px-3 .column-splitter-column{padding-left:var(--space-3);padding-right:var(--space-3)}.\[\&_\.component\.relative\]\:mb-0 .component.relative{margin-bottom:var(--space-0)}.\[\&_\.component\.relative\]\:mt-3 .component.relative{margin-top:var(--space-3)}@media (min-width:640px){.sm\:\[\&_\.component\.relative\]\:mb-6 .component.relative{margin-bottom:var(--space-6)}.sm\:\[\&_\.component\.relative\]\:mt-6 .component.relative{margin-top:var(--space-6)}}.\[\&_\.component\.rich-text\]\:my-0 .component.rich-text{margin-top:var(--space-0);margin-bottom:var(--space-0)}.\[\&_\.component\.rich-text\]\:text-secondary-foreground .component.rich-text{color:var(--base-secondary-foreground)}@media (min-width:768px){.\[\&_\.component\.rich-text\]\:md\:my-2 .component.rich-text{margin-top:var(--space-2);margin-bottom:var(--space-2)}}.\[\&_\.component\.rich-text_p\]\:mb-0 .component.rich-text p{margin-bottom:var(--space-0)}.\[\&_\.component\.rich-text_p\]\:mt-4 .component.rich-text p{margin-top:var(--space-4)}@media (min-width:640px){.sm\:\[\&_\.component\.rich-text_p\]\:mb-6 .component.rich-text p{margin-bottom:var(--space-6)}.sm\:\[\&_\.component\.rich-text_p\]\:mt-6 .component.rich-text p{margin-top:var(--space-6)}}.\[\&_\.linklist\>ul\>li\>div\>a\]\:text-sm .linklist>ul>li>div>a{font-size:var(--text-sm)}.\[\&_\.linklist\>ul\>li\>div\>a\]\:font-normal .linklist>ul>li>div>a{font-weight:400}.\[\&_\.linklist\>ul\>li\>div\>a\]\:text-foreground .linklist>ul>li>div>a{color:var(--base-foreground)}.\[\&_\.linklist\>ul\]\:flex-col .linklist>ul,.\[\&_\.linklist_ul\]\:flex-col .linklist ul{flex-direction:column}.\[\&_\.linklist_ul_a\]\:text-foreground .linklist ul a{color:var(--base-foreground)}.\[\&_\.rich-text\]\:rounded-md .rich-text{border-radius:var(--rounded-md)}.\[\&_\.rich-text\]\:p-4 .rich-text{padding:var(--space-4)}.\[\&_\.rich-text\]\:text-foreground .rich-text{color:var(--base-foreground)}.\[\&_\.rich-text\]\:text-secondary-foreground .rich-text{color:var(--base-secondary-foreground)}@media not all and (min-width:768px){.max-md\:\[\&_\.rich-text\]\:p-0 .rich-text{padding:var(--space-0)}}@media (min-width:768px){.md\:\[\&_\.rich-text\]\:bg-secondary .rich-text{background-color:var(--base-secondary)}}.\[\&_\.rich-text_\.ck-content_p\]\:\!my-0 .rich-text .ck-content p{margin-top:var(--space-0)!important;margin-bottom:var(--space-0)!important}.\[\&_\.rich-text_img\]\:h-auto .rich-text img{height:auto}.\[\&_\.rich-text_img\]\:w-max .rich-text img{width:max-content}.\[\&_\.row\]\:\!-mx-3 .row{margin-left:calc(var(--space-3) * -1)!important;margin-right:calc(var(--space-3) * -1)!important}.\[\&_\.row\]\:\!items-start .row{align-items:flex-start!important}.\[\&_\.row\]\:\!justify-start .row{justify-content:flex-start!important}@media not all and (min-width:768px){.max-md\:\[\&_\.row\]\:flex-col .row{flex-direction:column}}@media (min-width:640px){.sm\:\[\&_\.row\]\:flex .row{display:flex}}.\[\&_\.slick-dots\]\:bottom-\[25px\] .slick-dots{bottom:25px}.\[\&_\.slick-dots_li\.slick-active_button\:before\]\:text-white .slick-dots li.slick-active button:before{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_\.slick-dots_li_button\:before\]\:text-base .slick-dots li button:before{font-size:var(--text-base)}.\[\&_\.slick-dots_li_button\:before\]\:text-white .slick-dots li button:before{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_\.typography\.h4\]\:hover\:underline:hover .typography.h4{text-decoration-line:underline}.\[\&_\:is\(h1\2c h2\2c h3\2c h4\2c h5\2c h6\)\]\:text-sidebar-primary-foreground :is(h1,h2,h3,h4,h5,h6){color:var(--base-sidebar-primary-foreground)}.\[\&_\>\*\:nth-child\(2\)_nav\]\:mb-2>:nth-child(2) nav{margin-bottom:var(--space-2)}@media (min-width:768px){.\[\&_\>\*\:nth-child\(2\)_nav\]\:md\:mb-0>:nth-child(2) nav{margin-bottom:var(--space-0)}}@media (min-width:1024px){.\[\&_\>\*\:nth-child\(2\)_nav\]\:lg\:mb-0>:nth-child(2) nav{margin-bottom:var(--space-0)}.\[\&_\>\*\:nth-child\(2\)_nav\]\:lg\:pl-10>:nth-child(2) nav{padding-left:var(--space-10)}.\[\&_\>\*\:nth-child\(2\)_nav\]\:lg\:pr-10>:nth-child(2) nav{padding-right:var(--space-10)}.\[\&_\>\*\:nth-child\(3\)_nav\]\:lg\:pr-20>:nth-child(3) nav{padding-right:var(--space-20)}}.\[\&__img\]\:aspect-\[3\/2\] img{aspect-ratio:3/2}.\[\&__img\]\:\!h-\[191\.7px\] img{height:191.7px!important}.\[\&__img\]\:\!w-\[388px\] img{width:388px!important}.\[\&__img\]\:rounded-2xl img{border-radius:var(--rounded-2xl)}@media (min-width:640px){.sm\:\[\&__img\]\:\!h-\[298px\] img{height:298px!important}.sm\:\[\&__img\]\:\!w-\[448px\] img{width:448px!important}.sm\:\[\&__img\]\:\!min-w-\[448px\] img{min-width:448px!important}}.\[\&_a\:hover\]\:text-blue-800 a:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:underline-offset-4 a{text-underline-offset:4px}.\[\&_blockquote\]\:my-4 blockquote{margin-top:var(--space-4);margin-bottom:var(--space-4)}.\[\&_blockquote\]\:border-l-4 blockquote{border-left-width:4px}.\[\&_blockquote\]\:border-gray-300 blockquote{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.\[\&_blockquote\]\:pl-6 blockquote{padding-left:var(--space-6)}.\[\&_blockquote\]\:text-base blockquote{font-size:var(--text-base)}.\[\&_blockquote\]\:italic blockquote{font-style:italic}.\[\&_button\]\:\!bg-transparent button{background-color:initial!important}.\[\&_div\.row\]\:py-2 div.row{padding-top:var(--space-2);padding-bottom:var(--space-2)}.\[\&_figure\]\:w-full figure{width:100%}.\[\&_h1\]\:mb-6 h1{margin-bottom:var(--space-6)}.\[\&_h1\]\:mt-8 h1{margin-top:var(--space-8)}.\[\&_h1\]\:font-bold h1{font-weight:700}.\[\&_h2\:first-of-type\]\:border-b h2:first-of-type{border-bottom-width:1px}.\[\&_h2\]\:mb-4 h2{margin-bottom:var(--space-4)}.\[\&_h2\]\:pb-2 h2{padding-bottom:var(--space-2)}.\[\&_h3\]\:mb-3 h3{margin-bottom:var(--space-3)}.\[\&_h3\]\:mt-5 h3{margin-top:var(--space-5)}.\[\&_img\]\:mb-2 img{margin-bottom:var(--space-2)}.\[\&_img\]\:h-\[30px\] img{height:30px}.\[\&_img\]\:h-\[45px\] img{height:45px}.\[\&_img\]\:w-\[175px\] img{width:175px}.\[\&_img\]\:w-\[258px\] img{width:258px}.\[\&_img\]\:w-full img{width:100%}.\[\&_img\]\:object-contain img{object-fit:contain}.\[\&_img\]\:object-left img{object-position:left}.\[\&_img\]\:pb-0 img{padding-bottom:var(--space-0)}@media (min-width:640px){.sm\:\[\&_img\]\:h-\[45px\] img{height:45px}.sm\:\[\&_img\]\:w-\[258px\] img{width:258px}}@media (min-width:1024px){.lg\:\[\&_img\]\:pb-2 img{padding-bottom:var(--space-2)}}.\[\&_li\]\:-ml-4 li{margin-left:calc(var(--space-4) * -1)}.\[\&_li\]\:mb-2 li{margin-bottom:var(--space-2)}.\[\&_li\]\:w-max li{width:max-content}.\[\&_li\]\:pl-4 li{padding-left:var(--space-4)}.\[\&_ol\]\:\!my-0 ol{margin-top:var(--space-0)!important;margin-bottom:var(--space-0)!important}.\[\&_ol\]\:my-4 ol{margin-top:var(--space-4);margin-bottom:var(--space-4)}.\[\&_ol\]\:ml-6 ol{margin-left:var(--space-6)}.\[\&_ol\]\:inline-block ol{display:inline-block}.\[\&_ol\]\:list-decimal ol{list-style-type:decimal}.\[\&_p\+p\]\:mt-4 p+p{margin-top:var(--space-4)}.\[\&_p\]\:m-0 p{margin:var(--space-0)}.\[\&_p\]\:my-4 p{margin-top:var(--space-4);margin-bottom:var(--space-4)}.\[\&_p\]\:inline p{display:inline}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_span\]\:whitespace-nowrap span{white-space:nowrap}.\[\&_span\]\:font-roboto span{font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.\[\&_span\]\:\!text-xl span{font-size:var(--text-xl)!important}@media (min-width:768px){.md\:\[\&_span\]\:whitespace-normal span{white-space:normal}.md\:\[\&_span\]\:\!text-2xl span{font-size:var(--text-2xl)!important}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:var(--space-4);height:var(--space-4)}.\[\&_svg\]\:size-6 svg{width:var(--space-6);height:var(--space-6)}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\]\:transition-transform svg{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_svg\]\:duration-300 svg{transition-duration:.3s}.\[\&_svg\]\:ease-in-out svg{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[\&_table\]\:my-4 table{margin-top:var(--space-4);margin-bottom:var(--space-4)}.\[\&_table\]\:w-full table{width:100%}.\[\&_table\]\:border-collapse table{border-collapse:collapse}.\[\&_td\]\:border td{border-width:1px}.\[\&_td\]\:border-gray-300 td{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.\[\&_td\]\:p-2 td{padding:var(--space-2)}.\[\&_th\]\:border th{border-width:1px}.\[\&_th\]\:border-gray-300 th{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.\[\&_th\]\:bg-gray-100 th{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.\[\&_th\]\:p-2 th{padding:var(--space-2)}.\[\&_th\]\:text-left th{text-align:left}.\[\&_tr\:nth-child\(odd\)\]\:bg-gray-200 tr:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.\[\&_ul\]\:m-6 ul{margin:var(--space-6)}.\[\&_ul\]\:\!my-0 ul{margin-top:var(--space-0)!important;margin-bottom:var(--space-0)!important}.\[\&_ul\]\:my-4 ul{margin-top:var(--space-4);margin-bottom:var(--space-4)}.\[\&_ul\]\:inline-block ul{display:inline-block}.\[\&_ul\]\:list-inside ul{list-style-position:inside}.\[\&_ul\]\:list-disc ul{list-style-type:disc}@media (min-width:768px){.\[\&_ul\]\:md\:flex-nowrap ul{flex-wrap:nowrap}.\[\&_ul\]\:md\:justify-end ul{justify-content:flex-end}.\[\&_ul_li\]\:md\:whitespace-nowrap ul li{white-space:nowrap}}.\[\&_video\]\:w-full video{width:100%}.huron-dark .\[\.huron-dark_\&\]\:bg-\[linear-gradient\(180deg\2c rgba\(55\2c 0\2c 34\2c 0\.1\)_0\%\2c \#370022_46\%\)\]{background-image:linear-gradient(180deg,rgba(55,0,34,.1),#370022 46%)}@media (min-width:1024px){.huron-dark .lg\:\[\.huron-dark_\&\]\:bg-\[linear-gradient\(180deg\2c rgba\(55\2c 0\2c 34\2c 0\.1\)_0\%\2c \#370022_65\%\)\]{background-image:linear-gradient(180deg,rgba(55,0,34,.1),#370022 65%)}}.huron-dark .group:focus-visible .\[\.huron-dark_\.group\:focus-visible_\&\]\:opacity-0{opacity:0}.huron-dark .group:focus-visible .\[\.huron-dark_\.group\:focus-visible_\&\]\:opacity-100{opacity:1}.huron-dark .group:hover .\[\.huron-dark_\.group\:hover_\&\]\:text-cta-fill-secondary{color:var(--base-cta-fill-secondary)}.huron-dark .group:hover .\[\.huron-dark_\.group\:hover_\&\]\:opacity-0{opacity:0}.huron-dark .group:hover .\[\.huron-dark_\.group\:hover_\&\]\:opacity-100{opacity:1}.huron-dark .group .\[\.huron-dark_\.group_\&\]\:opacity-0{opacity:0}.huron-dark .group .\[\.huron-dark_\.group_\&\]\:opacity-100{opacity:1}.huron-light .\[\.huron-light_\&\]\:bg-\[linear-gradient\(180deg\2c rgba\(247\2c 246\2c 244\2c 0\.1\)_0\%\2c \#E3FFF6_46\%\)\]{background-image:linear-gradient(180deg,rgba(247,246,244,.1),#E3FFF6 46%)}@media (min-width:1024px){.huron-light .lg\:\[\.huron-light_\&\]\:bg-\[linear-gradient\(180deg\2c rgba\(247\2c 246\2c 244\2c 0\.1\)_0\%\2c \#E3FFF6_65\%\)\]{background-image:linear-gradient(180deg,rgba(247,246,244,.1),#E3FFF6 65%)}}.huron-light .group:focus-visible .\[\.huron-light_\.group\:focus-visible_\&\]\:opacity-0{opacity:0}.huron-light .group:focus-visible .\[\.huron-light_\.group\:focus-visible_\&\]\:opacity-100{opacity:1}.huron-light .group:hover .\[\.huron-light_\.group\:hover_\&\]\:text-cta-text-primary{color:var(--base-cta-text-primary)}.huron-light .group:hover .\[\.huron-light_\.group\:hover_\&\]\:opacity-0{opacity:0}.huron-light .group:hover .\[\.huron-light_\.group\:hover_\&\]\:opacity-100{opacity:1}@media(hover:hover){.\[\@media\(hover\:hover\)\]\:hover\:bg-primary:hover{background-color:var(--base-primary)}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_a4bae9{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_a4bae9{--font-title:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c105420a808404f9-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3cbc75f5c018d32f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/91c654c84b053f84-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/11162e2e78e50693-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6cc3fdca981e5899-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1cbebb1360dabb8-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c59220c5a9b01ae7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9a21b8e54ee94b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/02743a8d10a3d186-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c105420a808404f9-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3cbc75f5c018d32f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/91c654c84b053f84-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/11162e2e78e50693-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6cc3fdca981e5899-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1cbebb1360dabb8-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c59220c5a9b01ae7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9a21b8e54ee94b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/02743a8d10a3d186-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c105420a808404f9-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3cbc75f5c018d32f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/91c654c84b053f84-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/11162e2e78e50693-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6cc3fdca981e5899-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1cbebb1360dabb8-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c59220c5a9b01ae7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9a21b8e54ee94b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/02743a8d10a3d186-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Fallback;src:local("Arial");ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.00%;size-adjust:99.78%}.__className_421c12{font-family:Roboto,Roboto Fallback}.__variable_421c12{--font-body:"Roboto","Roboto Fallback"}