.feed-section{--pt:calc(var(--header-height) + 110px);padding-bottom:140px;padding-top:var(--pt);background-color:#fffdf8}@media screen and (width<=1720px){.feed-section{--pt:calc(var(--header-height) + 60px);padding-bottom:90px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.feed-section{padding-bottom:80px}}.feed-section__top{text-align:center;width:calc(var(--grid-column-width) * 14 + var(--grid-gap) * 13);flex-direction:column;align-items:center;margin:0 auto 80px;display:flex}@media screen and (width<=1720px){.feed-section__top{width:80%;margin-bottom:60px}}@media screen and (width<=767px) and (orientation:portrait){.feed-section__top{width:100%}}.feed-section__pre-title{margin-bottom:calc(30px * var(--size-amplifier));color:#304143}@media screen and (width<=1720px){.feed-section__pre-title{margin-bottom:20px}}.feed-section__title{margin-bottom:calc(20px * var(--size-amplifier))}@media screen and (width<=1720px){.feed-section__title{margin-bottom:40px}}.feed-section__cards-wrapper{--width:446;grid-template-columns:repeat(4,1fr);gap:24px;display:grid;overflow:visible}@media screen and (width<=1720px){.feed-section__cards-wrapper{--width:302}}@media screen and (width<=1199px){.feed-section__cards-wrapper{--width:362}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.feed-section__cards-wrapper{--width:328}}.feed-section__cards-wrapper>:nth-child(4n){--height:50;--mask-image:url(/static/images/cards-masks/card-small-mask-4.svg);--mask-aspect-ratio:var(--width) / var(--height)}@media screen and (width<=1720px){.feed-section__cards-wrapper>:nth-child(4n){--height:36}}@media screen and (width<=1199px){.feed-section__cards-wrapper>:nth-child(4n){--height:43}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.feed-section__cards-wrapper>:nth-child(4n){--height:42}}.feed-section__cards-wrapper>:nth-child(4n+1){--height:86;--mask-image:url(/static/images/cards-masks/card-small-mask-1.svg);--mask-aspect-ratio:var(--width) / var(--height)}@media screen and (width<=1720px){.feed-section__cards-wrapper>:nth-child(4n+1){--height:58}}@media screen and (width<=1199px){.feed-section__cards-wrapper>:nth-child(4n+1){--height:70}}.feed-section__cards-wrapper>:nth-child(4n+2){--height:85;--mask-image:url(/static/images/cards-masks/card-small-mask-2.svg);--mask-aspect-ratio:var(--width) / var(--height)}@media screen and (width<=1720px){.feed-section__cards-wrapper>:nth-child(4n+2){--height:58}}@media screen and (width<=1199px){.feed-section__cards-wrapper>:nth-child(4n+2){--height:70}}.feed-section__cards-wrapper>:nth-child(4n+3){--height:89;--mask-image:url(/static/images/cards-masks/card-small-mask-3.svg);--mask-aspect-ratio:var(--width) / var(--height)}@media screen and (width<=1720px){.feed-section__cards-wrapper>:nth-child(4n+3){--height:60}}@media screen and (width<=1199px){.feed-section__cards-wrapper>:nth-child(4n+3){--height:73}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.feed-section__cards-wrapper>:nth-child(4n+3){--height:70}}@media screen and (width<=1720px){.feed-section__cards-wrapper{gap:12px}}.feed-section__cards-item-wrapper{width:100%}.direction-card{--pt:23px;--pb:40px;padding:var(--pt) 0 var(--pb);background-color:#fffdf8;border-top:1px solid #3041434d}@media screen and (width<=1720px){.direction-card{--pt:16px;--pb:30px}}@media screen and (width<=1199px){.direction-card{--pt:50px;--pb:50px}}@media screen and (width<=767px) and (orientation:portrait){.direction-card{--pt:40px;--pb:80px}}.direction-card__title{--mb:80px;margin-bottom:var(--mb)}@media screen and (width<=1720px){.direction-card__title{--mb:40px}}@media screen and (width<=1199px){.direction-card__title{display:none}}.direction-card__description{--mb:28px}.direction-card__description:not(:last-child){margin-bottom:var(--mb)}@media screen and (width<=1720px){.direction-card__description{--mb:22px}}.direction-card__wrapper{display:flex}@media screen and (width<=1199px){.direction-card__wrapper{flex-direction:column}}.direction-card__left{--pt:60px;width:calc(var(--grid-column-width) * 14 + var(--grid-gap) * 13);padding-right:calc(var(--grid-column-width) * 1 + var(--grid-gap) * 1);padding-top:var(--pt)}@media screen and (width<=1720px){.direction-card__left{--pt:30px}}@media screen and (width<=1199px){.direction-card__left{order:3;width:100%;padding-right:0}}.direction-card__right{width:calc(var(--grid-column-width) * 15 + var(--grid-gap) * 14)}@media screen and (width<=1199px){.direction-card__right{order:2;width:100%}}.direction-card__image-container{--h:730px;--duration:1s;height:var(--h);position:relative}@media screen and (width<=1720px){.direction-card__image-container{--h:490px}}@media screen and (width<=1199px){.direction-card__image-container{--h:290px}}.direction-card__image-item{clip-path:inset(0 100% 0 0);pointer-events:none;z-index:1;transition:none;position:absolute;inset:0}.direction-card__image-item--direction-backward{clip-path:inset(0 0 0 100%)}.direction-card__image-item--active,.direction-card__image-item--leaving{clip-path:inset(0)}.direction-card__image-item--active{transition:clip-path cubic-bezier(.65, 0, .35, 1) var(--duration);pointer-events:auto;z-index:2}.direction-card__image-item--leaving{transition:none}.direction-card__image-frame{position:absolute;inset:0;overflow:hidden}.direction-card__image-frame:after{content:"";z-index:2;pointer-events:none;background-color:#0003;position:absolute;inset:0}.direction-card__image{object-fit:cover;transition:transform 1.1s cubic-bezier(.25,.25,0,1)}.direction-card__tabs{--gap:8px;gap:var(--gap);flex-wrap:wrap;display:flex}.direction-card__tab-content{opacity:0;transition:opacity .6s cubic-bezier(.25,.25,0,1),transform .6s cubic-bezier(.25,.25,0,1);display:none;transform:translateY(10px)}.direction-card__tab-content.direction-card__tab-content--active{opacity:1;display:block;transform:translateY(0)}@starting-style{.direction-card__tab-content.direction-card__tab-content--active{opacity:0;transform:translateY(10px)}}.direction-card__tab-content.direction-card__tab-content--leaving{opacity:0;pointer-events:none;display:block;transform:translateY(10px)}.direction-card__tabs-content{--mt:40px;margin-top:var(--mt);position:relative}@media screen and (width<=1720px){.direction-card__tabs-content{--mt:28px}}.direction-card__tabs-content--hide-scrollbar{scrollbar-width:none}.direction-card__tabs-content--hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.direction-card__title-inner{--pb:32px;padding-bottom:var(--pb)}@media screen and (width<=1720px){.direction-card__title-inner{--pb:20px}}.direction-card__title--mobile{display:none}@media screen and (width<=1199px){.direction-card__title--mobile{--mb:40px;display:block}}.direction-card__age{margin-bottom:40px}@media screen and (width<=1199px){.direction-card__age{margin-bottom:20px}}.direction-card__age-label{--mb:10px;margin-bottom:var(--mb);opacity:.7}@media screen and (width<=1366px){.direction-card__age-label{--mb:8px}}.cards-chain{--pt:calc(var(--header-height) + 110px);--pb:60px;--index:1;padding:var(--pt) 0 var(--pb);position:relative}@media screen and (width<=1720px){.cards-chain{--pt:calc(var(--header-height) + 60px);--pb:40px}}@media screen and (width<=1199px){.cards-chain{--pb:20px}}.cards-chain__wrapper{--pb:140px;padding-bottom:var(--pb);text-align:center;flex-direction:column;justify-content:center;display:flex}.cards-chain__cards{--margin-bottom:-500px;margin-bottom:var(--margin-bottom);will-change:transform;position:relative}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.cards-chain__cards{margin-bottom:0}}.cards-chain__card{--height:900px;min-height:var(--height);top:calc(var(--offset) * var(--index));position:sticky}@media screen and (width<=1720px){.cards-chain__card{--height:600px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.cards-chain__card{position:relative;top:auto}}html.no-js .cards-chain__cards{margin-bottom:0}html.no-js .cards-chain__card{min-height:0;position:relative;top:auto}@layer typography{html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-size-adjust:100%;font-size-adjust:100%}.text-default,body{font-size:calc(clamp(15px, 9px + .46875vw, 18px) * var(--size-amplifier))}h1,.h1{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(60px, 0px + 4.6875vw, 90px) * var(--size-amplifier));letter-spacing:-.05em;font-weight:400;line-height:1.05}@media screen and (width<=1199px){h1,.h1{font-size:60px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){h1,.h1{font-size:calc(clamp(38px, 18.5882px + 5.39216vw, 60px) * var(--size-amplifier))}}h2,.h2{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(50px, -10px + 4.6875vw, 80px) * var(--size-amplifier));letter-spacing:-.06em;text-transform:none;font-weight:400;line-height:1}@media screen and (width<=1199px){h2,.h2{font-size:50px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){h2,.h2{font-size:calc(clamp(30px, 12.3529px + 4.90196vw, 50px) * var(--size-amplifier))}}h3,.h3{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(40px, -12px + 4.0625vw, 66px) * var(--size-amplifier));letter-spacing:-.03em;text-transform:none;font-weight:400;line-height:1}@media screen and (width<=1199px){h3,.h3{font-size:40px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){h3,.h3{font-size:calc(clamp(26px, 16px + 3.125vw, 40px) * var(--size-amplifier))}}.facility-wysiwyg h2:not([class]),.facility-wysiwyg h3:not([class]),h4,.h4{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(28px, 16px + .9375vw, 34px) * var(--size-amplifier));letter-spacing:-.02em;text-transform:none;font-weight:500;line-height:1}@media screen and (width<=1199px){.facility-wysiwyg h2:not([class]),.facility-wysiwyg h3:not([class]),h4,.h4{font-size:28px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility-wysiwyg h2:not([class]),.facility-wysiwyg h3:not([class]),h4,.h4{font-size:calc(clamp(24px, 21.1429px + .892857vw, 28px) * var(--size-amplifier))}}h5,.h5{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(24px, 16px + .625vw, 28px) * var(--size-amplifier));letter-spacing:-.02em;text-transform:none;font-weight:500;line-height:1}@media screen and (width<=1199px){h5,.h5{font-size:24px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){h5,.h5{font-size:calc(clamp(20px, 17.1429px + .892857vw, 24px) * var(--size-amplifier))}}.link-tp{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(18px, 6px + .9375vw, 24px) * var(--size-amplifier));letter-spacing:-.02em;text-transform:none;font-weight:500;line-height:1}@media screen and (width<=1199px){.link-tp{font-size:18px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.link-tp{font-size:calc(clamp(16px, 14.5714px + .446429vw, 18px) * var(--size-amplifier))}}.button-tp{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(12px, 8px + .3125vw, 14px) * var(--size-amplifier));letter-spacing:-.05em;text-transform:none;font-weight:600;line-height:1}@media screen and (width<=1199px){.button-tp{font-size:12px}}.text-descr{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(14px, 10px + .3125vw, 16px) * var(--size-amplifier));letter-spacing:.14em;text-transform:none;font-weight:600;line-height:1.25}@media screen and (width<=1199px){.text-descr{font-size:14px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.text-descr{line-height:1.33;font-size:calc(clamp(12px, 10.5714px + .446429vw, 14px) * var(--size-amplifier))}}.filter-text{font-family:TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(16px, 16px + 0vw, 16px) * var(--size-amplifier));letter-spacing:-.03em;text-transform:none;font-weight:600;line-height:1}@media screen and (width<=1720px){.filter-text{font-size:12px}}.text-l{font-family:Onest,TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(20px, 12px + .625vw, 24px) * var(--size-amplifier));letter-spacing:-.02em;text-transform:none;font-weight:400;line-height:1.2}@media screen and (width<=1199px){.text-l{font-size:20px}}.text-m{font-family:Onest,TT-Drugs,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(clamp(16px, 8px + .625vw, 20px) * var(--size-amplifier));letter-spacing:-.02em;text-transform:none;font-weight:400;line-height:1.125}@media screen and (width<=1199px){.text-m{font-size:16px}}}.facility{--pt:calc(var(--header-height) + 40px);--pb:60px;min-height:calc(var(--mobile-vh,1vh) * 100);padding-top:var(--pt);padding-bottom:var(--pb);color:#fffdf8;position:relative;overflow:clip}@media screen and (width<=1720px){.facility{--pt:calc(var(--header-height) + 30px);--pb:40px}}@media screen and (width<=1199px){.facility{padding-top:calc(var(--mobile-vh,1vh) * 15.6);padding-bottom:calc(var(--mobile-vh,1vh) * 8.8)}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility{padding-top:calc(var(--mobile-vh,1vh) * 17);padding-bottom:calc(var(--mobile-vh,1vh) * 6)}}.facility__images{z-index:1;pointer-events:none;position:absolute;inset:0}.facility__image-item{--duration:1s;clip-path:inset(0 100% 0 0);pointer-events:none;z-index:1;transition:none;position:absolute;inset:0}.facility__image-item:after{content:"";z-index:2;pointer-events:none;background-color:#0009;position:absolute;inset:0}.facility__image-item--direction-backward{clip-path:inset(0 0 0 100%)}.facility__image-item--active,.facility__image-item--leaving{clip-path:inset(0)}.facility__image-item--active{transition:clip-path cubic-bezier(.65, 0, .35, 1) var(--duration);pointer-events:auto;z-index:2}.facility__image-item--leaving{transition:none}.facility__image-item-image{object-fit:cover;width:100%;height:100%}.facility__content{z-index:3;position:relative}.facility__content-body{min-height:var(--min-height,auto);position:relative}.facility__content-body--measuring .facility__content-item{visibility:hidden;pointer-events:none;width:100%;display:block;position:absolute;top:0;left:0}.facility__content-item{opacity:0;transition:opacity 1.1s cubic-bezier(.25,.25,0,1),transform 1.1s cubic-bezier(.25,.25,0,1);display:none;transform:translateY(10px)}.facility__content-item.facility__content-item--active{opacity:1;display:block;transform:translateY(0)}@starting-style{.facility__content-item.facility__content-item--active{opacity:0;transform:translateY(10px)}}.facility__content-item.facility__content-item--leaving{opacity:0;pointer-events:none;width:100%;display:block;position:absolute;top:0;left:0;transform:translateY(10px)}.facility__wrapper{height:100%;width:calc(var(--grid-column-width) * 10.5 + var(--grid-gap) * 9.5);flex-direction:column;margin:0;display:flex}@media screen and (width<=1720px){.facility__wrapper{width:calc(var(--grid-column-width) * 13 + var(--grid-gap) * 12)}}@media screen and (width<=1199px){.facility__wrapper{width:70%}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility__wrapper{width:100%}}.facility__pretitle{z-index:3;text-align:left;position:relative}.facility__title{z-index:3;width:80%;position:relative}.facility__title:not(:last-child){margin-bottom:60px}@media screen and (width<=1720px){.facility__title{width:60%}}.facility-wysiwyg h2:not([class]),.facility-wysiwyg h3:not([class]){width:85%}.facility-wysiwyg h2:not([class]):not(:last-child),.facility-wysiwyg h3:not([class]):not(:last-child){margin-bottom:32px}.facility__tabs-labels{z-index:2;justify-content:flex-start;width:auto;margin:auto 0 0}@media screen and (width<=1720px){.facility__tabs-labels{--pb:30px;padding-left:0;padding-right:0}}.facility-section{position:relative}.facility-section__wrapper{--pt:100px;--pb:100px;padding-top:var(--pt);padding-bottom:var(--pb);height:calc(var(--mobile-vh,1vh) * 100);content-visibility:auto;contain-intrinsic-height:auto calc(var(--mobile-vh,1vh) * 100);z-index:3;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0}.facility-section__geometry{height:calc(var(--mobile-vh,1vh) * 100);pointer-events:none;z-index:3;width:100%;position:sticky;top:0;overflow:hidden}html.no-js .facility-section__geometry{display:none}.facility-section__geometry-item{--w:80vw;--h:63.7vw;width:var(--w);height:var(--h);will-change:transform;position:absolute}.facility-section__geometry-item:before{content:"";background-image:url(/static/svg/facility-shape-1.svg);background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}@media screen and (width<=1199px){.facility-section__geometry-item{--w:128vw;--h:102vw}}.facility-section__geometry-item--1{top:-98%;left:50vw}.facility-section__geometry-item--1:before{animation:5s infinite facility-shape-top}@media screen and (width<=1199px){.facility-section__geometry-item--1{top:-60%}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility-section__geometry-item--1{left:40%}}@media screen and (width>=900px) and (width<=950px) and (orientation:landscape){.facility-section__geometry-item--1{top:-120%}}.facility-section__geometry-item--2{top:35%;left:65vw}.facility-section__geometry-item--2:before{background-image:url(/static/svg/facility-shape-2.svg);animation:6s infinite facility-shape-right}@media screen and (width<=1199px){.facility-section__geometry-item--2{top:60vw}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility-section__geometry-item--2{top:60%}}.facility-section__geometry-item--3{top:50%;left:-30vw}.facility-section__geometry-item--3:before{animation:7s infinite facility-shape-bottom}@media screen and (width<=1199px){.facility-section__geometry-item--3{top:60vw;left:-75vw}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility-section__geometry-item--3{top:20%;left:-65%}}@keyframes facility-shape-top{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(10%)rotate(-10deg)}to{transform:translateY(0)rotate(0)}}@keyframes facility-shape-right{0%{transform:translate(0)rotate(0)}50%{transform:translate(10%)rotate(10deg)}}@keyframes facility-shape-bottom{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(10%)rotate(10deg)}to{transform:translateY(0)rotate(0)}}.facility-section__title{--mb:40px;width:calc(var(--grid-column-width) * 12 + var(--grid-gap) * 11);margin-bottom:var(--mb);text-align:center;flex-shrink:0}@media screen and (width<=1720px){.facility-section__title{--mb:30px}}@media screen and (width<=1199px){.facility-section__title{width:55%}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility-section__title{width:75%}}.facility-section__description{width:calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9);font-size:calc(clamp(26px, 18px + .625vw, 30px) * var(--size-amplifier));text-align:center}@media screen and (width<=1720px){.facility-section__description{width:calc(var(--grid-column-width) * 12 + var(--grid-gap) * 11)}}@media screen and (width<=1199px){.facility-section__description{width:80%;font-size:26px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.facility-section__description{width:100%}}.food{padding-top:var(--header-height);height:calc(var(--mobile-vh,1vh) * 100);content-visibility:auto;contain-intrinsic-height:auto calc(var(--mobile-vh,1vh) * 100);background-color:#ece6d8;display:flex;position:relative}@media screen and (width<=1199px){.food{--image-h:560px;content-visibility:visible;flex-direction:column;height:auto;padding-top:70px}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.food{--image-h:500px;padding-top:60px}}.food__geometry{pointer-events:none;position:absolute;inset:0;overflow:hidden}.food__geometry:before,.food__geometry:after{--width:100%;content:"";width:var(--width);background-image:url(/static/svg/food-shape.svg);background-size:cover;position:absolute}.food__geometry:before{--width:95vw;aspect-ratio:1800/1420;top:-25vw;right:-27vw}@media screen and (width<=1720px){.food__geometry:before{top:-25vw}}@media screen and (width<=1199px){.food__geometry:before{--width:155vw;top:-60vw;right:-100vw}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.food__geometry:before{top:-40vw;right:-90vw}}.food__geometry:after{--width:85vw;aspect-ratio:1620/1280;bottom:-35vw;left:-55vw}@media screen and (width<=1720px){.food__geometry:after{bottom:-45vw;left:-45vw}}@media screen and (width<=1199px){.food__geometry:after{--width:150vw;bottom:-5vw;left:-85vw}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.food__geometry:after{bottom:calc(var(--image-h) - 50vw)}}.food__left{text-align:center;z-index:2;color:#304143;width:50%;height:100%;padding-top:var(--pv);padding-bottom:var(--pv);flex-direction:column;justify-content:center;align-items:center;display:flex}@media screen and (width<=1199px){.food__left{--pv:90px;width:100%}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.food__left{--pv:80px}}.food__left .btn{flex-shrink:0}.food__right{z-index:2;width:50%;position:relative}@media screen and (width<=1199px){.food__right{width:100%;height:var(--image-h)}}.food__image{pointer-events:none;position:absolute;inset:0}.food__image:after{content:"";z-index:1;pointer-events:none;background-color:#0003;position:absolute;inset:0}.food__title{width:calc(var(--grid-column-width) * 8 + var(--grid-gap) * 7)}.food__title:not(:last-child){margin-bottom:40px}@media screen and (width<=1720px){.food__title:not(:last-child){margin-bottom:30px}}@media screen and (width<=1199px){.food__title{width:calc(var(--grid-column-width) * 11 + var(--grid-gap) * 10)}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.food__title{width:calc(var(--grid-column-width) * 18 + var(--grid-gap) * 17)}}.food__description{width:calc(var(--grid-column-width) * 9 + var(--grid-gap) * 8);opacity:.7}.food__description:not(:last-child){margin-bottom:60px}@media screen and (width<=1720px){.food__description:not(:last-child){margin-bottom:40px}.food__description{width:calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9)}}@media screen and (width<=1199px){.food__description{width:calc(var(--grid-column-width) * 17 + var(--grid-gap) * 16)}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.food__description{width:100%}}.tabs-slider-section{--pt:calc(var(--header-height) + 110px);--pb:40px;color:#304143;padding-top:var(--pt);padding-bottom:var(--pb)}@media screen and (width<=1720px){.tabs-slider-section{--pt:calc(var(--header-height) + 60px);--pb:30px}}@media screen and (width<=1199px){.tabs-slider-section{--pb:10px}}.tabs-slider-section__top{--pb:120px;width:calc(var(--grid-column-width) * 12 + var(--grid-gap) * 11);text-align:center;padding-bottom:var(--pb);flex-direction:column;align-items:center;display:flex}@media screen and (width<=1720px){.tabs-slider-section__top{--pb:70px}}@media screen and (width<=1199px){.tabs-slider-section__top{width:calc(var(--grid-column-width) * 22 + var(--grid-gap) * 21)}}@media screen and (width<=767px),(width<=950px) and (orientation:landscape){.tabs-slider-section__top{--pb:80px;width:90%;padding-left:0;padding-right:0}}.tabs-slider-section__pre-title:not(:last-child){--mb:30px;margin-bottom:var(--mb)}@media screen and (width<=1720px){.tabs-slider-section__pre-title:not(:last-child){--mb:20px}}.tabs-slider-section__content{width:100%;display:grid;position:relative}.tabs-slider-section__content>.tabs-slider__pane{grid-area:1/1;width:100%}
