:root{--yumsto-background-color: hsl(36, 100%, 98%);--yumsto-surface1-color: hsl(36, 100%, 95%);--yumsto-surface2-color: hsl(36, 100%, 92%);--yumsto-surface3-color: hsl(36, 100%, 88%);--yumsto-surface4-color: hsl(36, 100%, 85%);--yumsto-border-color: hsl(36, 100%, 75%);--yumsto-accent-burgundy-background-color: hsl(335, 100%, 95%);--yumsto-accent-burgundy-foreground-color: hsl(335, 100%, 27%);--yumsto-accent-green-background-color: hsl(180, 15%, 88%);--yumsto-accent-green-foreground-color: hsl(180, 100%, 16%);--yumsto-accent-purple-background-color: hsl(260, 100%, 96%);--yumsto-accent-purple-foreground-color: hsl(260, 30%, 38%);--yumsto-accent-primary-button-foreground-color: hsl(36, 100%, 98%);--yumsto-accent-primary-button-background-start-color: hsl(260, 54%, 48%);--yumsto-accent-primary-button-background-end-color: hsl(284, 47%, 40%);--yumsto-accent-primary-button-background-color: linear-gradient( 254.93deg, var(--yumsto-accent-primary-button-background-start-color) 6.59%, var(--yumsto-accent-primary-button-background-end-color) 84.69% );--yumsto-accent-secondary-button-foreground-color: hsl(260, 100%, 92%);--yumsto-accent-secondary-button-background-color: hsl(260, 31%, 31%);--yumsto-accent-burgundy-button-foreground-color: hsl(335, 100%, 96%);--yumsto-accent-burgundy-button-background-color: hsl(335, 52%, 36%);--yumsto-accent-green-button-background-color: hsl(180, 90%, 20%);--yumsto-accent-green-button-foreground-color: hsl(180, 100%, 96%);--yumsto-accent-orange-button-background-color: hsl(36, 79%, 28%);--yumsto-accent-orange-button-foreground-color: hsl(36, 100%, 96%);--yumsto-input-background-color: hsl(260, 100%, 96%);--yumsto-input-border-color: hsl(260, 66%, 57%);--yumsto-input-placeholder-color: hsl(260, 18%, 51%);--yumsto-input-foreground-color: hsl(260, 100%, 10%);--yumsto-input-prefix-color: hsl(260, 30%, 38%);--yumsto-error-color: hsl(335, 82%, 40%);--yumsto-skeleton-color: hsl(260, 21%, 81%);--yumsto-nonactive-element-color: hsl(260, 30%, 79%);--yumsto-text-color: #110033;--yumsto-text-purple-color: #3d2a63}:root{--yumsto-gap-xxs: 5px;--yumsto-gap-xs: 5px;--yumsto-gap-s: 10px;--yumsto-gap-m: 15px;--yumsto-gap-l: 20px;--yumsto-gap-xl: 30px;--yumsto-header-height-desktop: 80px;--yumsto-content-max-width-desktop: 1400px;--yumsto-header-height-mobile: 53px;--yumsto-side-menu-width: 240px;--yumsto-radius: 8px}@media (min-width: 840px) and (orientation: portrait),(min-width: 1280px) and (orientation: landscape){:root{--yumsto-gap-xxs: 5px;--yumsto-gap-xs: 10px;--yumsto-gap-s: 20px;--yumsto-gap-m: 40px;--yumsto-gap-l: 60px;--yumsto-gap-xl: 80px}}:root{scrollbar-color:#555 transparent;scrollbar-width:8px;scrollbar-gutter:stable}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#555;border-radius:20px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#555}*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-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}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation;-webkit-user-select:none;user-select:none}body{background:var(--yumsto-background-color);font-family:Open Sans,sans-serif}.yumsto-row{flex-flow:row}.yumsto-column{flex-flow:column}.yumsto-row,.yumsto-column{display:flex}.yumsto-row[data-gap=gap-xxs],.yumsto-column[data-gap=gap-xxs]{gap:var(--yumsto-gap-xxs)}.yumsto-row[data-gap=gap-xs],.yumsto-column[data-gap=gap-xs]{gap:var(--yumsto-gap-xs)}.yumsto-row[data-gap=gap-s],.yumsto-column[data-gap=gap-s]{gap:var(--yumsto-gap-s)}.yumsto-row[data-gap=gap-m],.yumsto-column[data-gap=gap-m]{gap:var(--yumsto-gap-m)}.yumsto-row[data-gap=gap-l],.yumsto-column[data-gap=gap-l]{gap:var(--yumsto-gap-l)}.yumsto-row[data-gap=gap-xl],.yumsto-column[data-gap=gap-xl]{gap:var(--yumsto-gap-xl)}.yumsto-row[data-justify-content=start],.yumsto-column[data-justify-content=start]{justify-content:flex-start}.yumsto-row[data-justify-content=end],.yumsto-column[data-justify-content=end]{justify-content:flex-end}.yumsto-row[data-justify-content=center],.yumsto-column[data-justify-content=center]{justify-content:center}.yumsto-row[data-justify-content=space-between],.yumsto-column[data-justify-content=space-between]{justify-content:space-between}.yumsto-row[data-justify-content=space-around],.yumsto-column[data-justify-content=space-around]{justify-content:space-around}.yumsto-row[data-justify-content=space-evenly],.yumsto-column[data-justify-content=space-evenly]{justify-content:space-evenly}.yumsto-row[data-align-items=start],.yumsto-column[data-align-items=start]{align-items:flex-start}.yumsto-row[data-align-items=end],.yumsto-column[data-align-items=end]{align-items:flex-end}.yumsto-row[data-align-items=center],.yumsto-column[data-align-items=center]{align-items:center}.yumsto-row[data-align-items=stretch],.yumsto-column[data-align-items=stretch]{align-items:stretch}.yumsto-row[data-align-items=baseline],.yumsto-column[data-align-items=baseline]{align-items:baseline}.yumsto-row[data-wrap=nowrap],.yumsto-column[data-wrap=nowrap]{flex-wrap:nowrap}.yumsto-row[data-wrap=wrap],.yumsto-column[data-wrap=wrap]{flex-wrap:wrap}.yumsto-expandable-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:var(--yumsto-expandable-text-lines, 3);-webkit-line-clamp:var(--yumsto-expandable-text-lines, 3);text-overflow:ellipsis}.yumsto-expandable-text--expanded{line-clamp:unset;-webkit-line-clamp:unset}.yumsto-backdrop{background:#00000080;touch-action:manipulation}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;inset:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;touch-action:manipulation;z-index:1000;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}@media (prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media (forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}html::view-transition-group(*){animation-duration:.5s}:root{--yumsto-pink: #ef0166;--yumsto-pink-dark: #89013b;--yumsto-pink-light: #fff0f6;--yumsto-white: #fafafa}.yumsto-no-backdrop{opacity:0}.yumsto-global-scroll-block{position:fixed;width:100%;overflow-y:scroll}
