.feed-section{--pt: calc(var(--header-height) + 110px);background-color:#fffdf8;padding-bottom:140px;padding-top:var(--pt)}@media screen and (max-width:1720px){.feed-section{--pt: calc(var(--header-height) + 60px);padding-bottom:90px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.feed-section{padding-bottom:80px}}.feed-section__top{display:flex;flex-direction:column;align-items:center;text-align:center;width:calc(var(--grid-column-width) * 14 + var(--grid-gap) * 13);margin:0 auto 80px}@media screen and (max-width:1720px){.feed-section__top{margin-bottom:60px;width:80%}}@media screen and (max-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 (max-width:1720px){.feed-section__pre-title{margin-bottom:20px}}.feed-section__title{margin-bottom:calc(20px * var(--size-amplifier))}@media screen and (max-width:1720px){.feed-section__title{margin-bottom:40px}}.feed-section__cards-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;overflow:visible;--width: 446}@media screen and (max-width:1720px){.feed-section__cards-wrapper{--width: 302}}@media screen and (max-width:1199px){.feed-section__cards-wrapper{--width: 362}}@media screen and (max-width:767px),(max-width:900px)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 (max-width:1720px){.feed-section__cards-wrapper>*:nth-child(4n){--height: 36}}@media screen and (max-width:1199px){.feed-section__cards-wrapper>*:nth-child(4n){--height: 43}}@media screen and (max-width:767px),(max-width:900px)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 (max-width:1720px){.feed-section__cards-wrapper>*:nth-child(4n+1){--height: 58}}@media screen and (max-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 (max-width:1720px){.feed-section__cards-wrapper>*:nth-child(4n+2){--height: 58}}@media screen and (max-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 (max-width:1720px){.feed-section__cards-wrapper>*:nth-child(4n+3){--height: 60}}@media screen and (max-width:1199px){.feed-section__cards-wrapper>*:nth-child(4n+3){--height: 73}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.feed-section__cards-wrapper>*:nth-child(4n+3){--height: 70}}@media screen and (max-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);border-top:1px solid rgba(48,65,67,.3);background-color:#fffdf8}@media screen and (max-width:1720px){.direction-card{--pt: 16px;--pb: 30px}}@media screen and (max-width:1199px){.direction-card{--pt: 50px;--pb: 50px}}@media screen and (max-width:767px)and (orientation:portrait){.direction-card{--pt: 40px;--pb: 80px}}.direction-card__title{--mb: 80px;margin-bottom:var(--mb)}@media screen and (max-width:1720px){.direction-card__title{--mb: 40px}}@media screen and (max-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 (max-width:1720px){.direction-card__description{--mb: 22px}}.direction-card__wrapper{display:flex}@media screen and (max-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 (max-width:1720px){.direction-card__left{--pt: 30px}}@media screen and (max-width:1199px){.direction-card__left{padding-right:0;order:3;width:100%}}.direction-card__right{width:calc(var(--grid-column-width) * 15 + var(--grid-gap) * 14)}@media screen and (max-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 (max-width:1720px){.direction-card__image-container{--h: 490px}}@media screen and (max-width:1199px){.direction-card__image-container{--h: 290px}}.direction-card__image-item{position:absolute;inset:0;clip-path:inset(0 100% 0 0);transition:none;pointer-events:none;z-index:1}.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 0 0 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:"";position:absolute;inset:0;z-index:2;background-color:#0003;pointer-events:none}.direction-card__image{object-fit:cover;transition:transform cubic-bezier(.25,.25,0,1) 1.1s}.direction-card__tabs{--gap: 8px;display:flex;flex-wrap:wrap;gap:var(--gap)}.direction-card__tab-content{display:none;opacity:0;transform:translateY(10px);transition:opacity cubic-bezier(.25,.25,0,1) .6s,transform cubic-bezier(.25,.25,0,1) .6s;transition-delay:0s}.direction-card__tab-content.direction-card__tab-content--active{display:block;opacity:1;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{display:block;opacity:0;transform:translateY(10px);pointer-events:none}.direction-card__tabs-content{--mt: 40px;position:relative;margin-top:var(--mt)}@media screen and (max-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:0px;height:0px;display:none}.direction-card__title-inner{--pb: 32px;padding-bottom:var(--pb)}@media screen and (max-width:1720px){.direction-card__title-inner{--pb: 20px}}.direction-card__title--mobile{display:none}@media screen and (max-width:1199px){.direction-card__title--mobile{--mb: 40px;display:block}}.direction-card__age{margin-bottom:40px}@media screen and (max-width:1199px){.direction-card__age{margin-bottom:20px}}.direction-card__age-label{--mb: 10px;margin-bottom:var(--mb);opacity:.7}@media screen and (max-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 (max-width:1720px){.cards-chain{--pt: calc(var(--header-height) + 60px);--pb: 40px}}@media screen and (max-width:1199px){.cards-chain{--pb: 20px}}.cards-chain__wrapper{--pb: 140px;padding-bottom:var(--pb);display:flex;flex-direction:column;justify-content:center;text-align:center}.cards-chain__cards{--margin-bottom: -500px;position:relative;margin-bottom:var(--margin-bottom);will-change:transform}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.cards-chain__cards{margin-bottom:0}}.cards-chain__card{--height: 900px;position:sticky;min-height:var(--height);top:calc(var(--offset) * var(--index))}@media screen and (max-width:1720px){.cards-chain__card{--height: 600px}}@media screen and (max-width:767px),(max-width:900px)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{position:relative;top:auto;min-height:0}@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));line-height:1.05;letter-spacing:-.05em;font-weight:400}@media screen and (max-width:1199px){h1,.h1{font-size:60px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){h1,.h1{font-size:calc(clamp(38px,18.5882352941px + 5.3921568627vw,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));line-height:1;letter-spacing:-.06em;font-weight:400;text-transform:none}@media screen and (max-width:1199px){h2,.h2{font-size:50px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){h2,.h2{font-size:calc(clamp(30px,12.3529411765px + 4.9019607843vw,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));line-height:1;letter-spacing:-.03em;font-weight:400;text-transform:none}@media screen and (max-width:1199px){h3,.h3{font-size:40px}}@media screen and (max-width:767px),(max-width:900px)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));line-height:1;letter-spacing:-.02em;font-weight:500;text-transform:none}@media screen and (max-width:1199px){.facility-wysiwyg h2:not([class]),.facility-wysiwyg h3:not([class]),h4,.h4{font-size:28px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.facility-wysiwyg h2:not([class]),.facility-wysiwyg h3:not([class]),h4,.h4{font-size:calc(clamp(24px,21.1428571429px + .8928571429vw,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));line-height:1;letter-spacing:-.02em;font-weight:500;text-transform:none}@media screen and (max-width:1199px){h5,.h5{font-size:24px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){h5,.h5{font-size:calc(clamp(20px,17.1428571429px + .8928571429vw,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));line-height:1;letter-spacing:-.02em;font-weight:500;text-transform:none}@media screen and (max-width:1199px){.link-tp{font-size:18px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.link-tp{font-size:calc(clamp(16px,14.5714285714px + .4464285714vw,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));line-height:1;letter-spacing:-.05em;font-weight:600;text-transform:none}@media screen and (max-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));line-height:1.25;letter-spacing:.14em;font-weight:600;text-transform:none}@media screen and (max-width:1199px){.text-descr{font-size:14px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.text-descr{line-height:1.33;font-size:calc(clamp(12px,10.5714285714px + .4464285714vw,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));line-height:1;letter-spacing:-.03em;font-weight:600;text-transform:none}@media screen and (max-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));line-height:1.2;letter-spacing:-.02em;font-weight:400;text-transform:none}@media screen and (max-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));line-height:1.125;letter-spacing:-.02em;font-weight:400;text-transform:none}@media screen and (max-width:1199px){.text-m{font-size:16px}}}.facility{--pt: calc(var(--header-height) + 40px);--pb: 60px;min-height:calc(var(--mobile-vh, 1vh) * 100);position:relative;padding-top:var(--pt);padding-bottom:var(--pb);overflow:clip;color:#fffdf8}@media screen and (max-width:1720px){.facility{--pt: calc(var(--header-height) + 30px);--pb: 40px}}@media screen and (max-width:1199px){.facility{padding-top:calc(var(--mobile-vh, 1vh) * 15.6);padding-bottom:calc(var(--mobile-vh, 1vh) * 8.8)}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.facility{padding-top:calc(var(--mobile-vh, 1vh) * 17);padding-bottom:calc(var(--mobile-vh, 1vh) * 6)}}.facility__images{position:absolute;inset:0;z-index:1;pointer-events:none}.facility__image-item{--duration: 1s;position:absolute;inset:0;clip-path:inset(0 100% 0 0);transition:none;pointer-events:none;z-index:1}.facility__image-item:after{content:"";position:absolute;inset:0;z-index:2;background-color:#0006;pointer-events:none}.facility__image-item--direction-backward{clip-path:inset(0 0 0 100%)}.facility__image-item--active,.facility__image-item--leaving{clip-path:inset(0 0 0 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{width:100%;height:100%;object-fit:cover}.facility__content{position:relative;z-index:3}.facility__content-body{position:relative;min-height:var(--min-height, auto)}.facility__content-body--measuring .facility__content-item{display:block;visibility:hidden;position:absolute;top:0;left:0;width:100%;pointer-events:none}.facility__content-item{display:none;opacity:0;transform:translateY(10px);transition:opacity cubic-bezier(.25,.25,0,1) 1.1s,transform cubic-bezier(.25,.25,0,1) 1.1s;transition-delay:0s}.facility__content-item.facility__content-item--active{display:block;opacity:1;transform:translateY(0)}@starting-style{.facility__content-item.facility__content-item--active{opacity:0;transform:translateY(10px)}}.facility__content-item.facility__content-item--leaving{position:absolute;top:0;left:0;width:100%;display:block;opacity:0;transform:translateY(10px);pointer-events:none}.facility__wrapper{display:flex;flex-direction:column;height:100%;width:calc(var(--grid-column-width) * 10.5 + var(--grid-gap) * 9.5);margin:0}@media screen and (max-width:1720px){.facility__wrapper{width:calc(var(--grid-column-width) * 13 + var(--grid-gap) * 12)}}@media screen and (max-width:1199px){.facility__wrapper{width:70%}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.facility__wrapper{width:100%}}.facility__pretitle{position:relative;z-index:3;text-align:left}.facility__title{position:relative;z-index:3;width:80%}.facility__title:not(:last-child){margin-bottom:60px}@media screen and (max-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;width:auto;margin:auto 0 0;justify-content:flex-start}@media screen and (max-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);display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;height:calc(var(--mobile-vh, 1vh) * 100);content-visibility:auto;contain-intrinsic-height:auto calc(var(--mobile-vh, 1vh) * 100);top:0;z-index:3}.facility-section__geometry{position:sticky;top:0;height:calc(var(--mobile-vh, 1vh) * 100);width:100%;pointer-events:none;overflow:hidden;z-index:3}html.no-js .facility-section__geometry{display:none}.facility-section__geometry-item{position:absolute;--w: 80vw;--h: 63.7vw;width:var(--w);height:var(--h);will-change:transform}.facility-section__geometry-item:before{content:"";position:absolute;inset:0;background-image:url(/static/svg/facility-shape-1.svg);background-size:cover;background-repeat:no-repeat}@media screen and (max-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:facility-shape-top 5s infinite}@media screen and (max-width:1199px){.facility-section__geometry-item--1{top:-60%}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.facility-section__geometry-item--1{top:-30%;left:40%}}.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:facility-shape-right 6s infinite}@media screen and (max-width:1199px){.facility-section__geometry-item--2{top:60vw}}@media screen and (max-width:767px),(max-width:900px)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:facility-shape-bottom 7s infinite}@media screen and (max-width:1199px){.facility-section__geometry-item--3{top:60vw;left:-75vw}}@media screen and (max-width:767px),(max-width:900px)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}@media screen and (max-width:1720px){.facility-section__title{--mb: 30px}}@media screen and (max-width:1199px){.facility-section__title{width:55%}}@media screen and (max-width:767px),(max-width:900px)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 (max-width:1720px){.facility-section__description{width:calc(var(--grid-column-width) * 12 + var(--grid-gap) * 11)}}@media screen and (max-width:1199px){.facility-section__description{width:80%;font-size:26px}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.facility-section__description{width:100%}}.food{padding-top:var(--header-height);background-color:#ece6d8;display:flex;position:relative;height:calc(var(--mobile-vh, 1vh) * 100);content-visibility:auto;contain-intrinsic-height:auto calc(var(--mobile-vh, 1vh) * 100)}@media screen and (max-width:1199px){.food{--image-h: 560px;padding-top:70px;flex-direction:column;height:auto;content-visibility:visible}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.food{--image-h: 500px;padding-top:60px}}.food__geometry{position:absolute;inset:0;overflow:hidden;pointer-events:none}.food__geometry:before,.food__geometry:after{--width: 100%;content:"";width:var(--width);position:absolute;background-image:url(/static/svg/food-shape.svg);background-size:cover}.food__geometry:before{--width: 95vw;aspect-ratio:1800/1420;right:-27vw;top:-25vw}@media screen and (max-width:1720px){.food__geometry:before{top:-25vw}}@media screen and (max-width:1199px){.food__geometry:before{--width: 155vw;right:-100vw;top:-60vw}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.food__geometry:before{right:-90vw;top:-40vw}}.food__geometry:after{--width: 85vw;aspect-ratio:1620/1280;left:-55vw;bottom:-35vw}@media screen and (max-width:1720px){.food__geometry:after{left:-45vw;bottom:-45vw}}@media screen and (max-width:1199px){.food__geometry:after{--width: 150vw;left:-85vw;bottom:-5vw}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.food__geometry:after{bottom:calc(var(--image-h) - 50vw)}}.food__left{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2;color:#304143;padding-top:var(--pv);padding-bottom:var(--pv)}@media screen and (max-width:1199px){.food__left{--pv: 90px;width:100%}}@media screen and (max-width:767px),(max-width:900px)and (orientation:landscape){.food__left{--pv: 80px}}.food__left .btn{flex-shrink:0}.food__right{width:50%;position:relative;z-index:2}@media screen and (max-width:1199px){.food__right{width:100%;height:var(--image-h)}}.food__image{position:absolute;inset:0;pointer-events:none}.food__image:after{content:"";position:absolute;inset:0;z-index:1;background-color:#0003;pointer-events:none}.food__title{width:calc(var(--grid-column-width) * 8 + var(--grid-gap) * 7)}.food__title:not(:last-child){margin-bottom:40px}@media screen and (max-width:1720px){.food__title:not(:last-child){margin-bottom:30px}}@media screen and (max-width:1199px){.food__title{width:calc(var(--grid-column-width) * 11 + var(--grid-gap) * 10)}}@media screen and (max-width:767px),(max-width:900px)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 (max-width:1720px){.food__description:not(:last-child){margin-bottom:40px}}@media screen and (max-width:1720px){.food__description{width:calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9)}}@media screen and (max-width:1199px){.food__description{width:calc(var(--grid-column-width) * 17 + var(--grid-gap) * 16)}}@media screen and (max-width:767px),(max-width:900px)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 (max-width:1720px){.tabs-slider-section{--pt: calc(var(--header-height) + 60px);--pb: 30px}}@media screen and (max-width:1199px){.tabs-slider-section{--pb: 10px}}.tabs-slider-section__top{--pb: 120px;width:calc(var(--grid-column-width) * 12 + var(--grid-gap) * 11);display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:var(--pb)}@media screen and (max-width:1720px){.tabs-slider-section__top{--pb: 70px}}@media screen and (max-width:1199px){.tabs-slider-section__top{width:calc(var(--grid-column-width) * 22 + var(--grid-gap) * 21)}}@media screen and (max-width:767px),(max-width:900px)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 (max-width:1720px){.tabs-slider-section__pre-title:not(:last-child){--mb: 20px}}.tabs-slider-section__content{display:grid;position:relative;width:100%}.tabs-slider-section__content>.tabs-slider__pane{grid-area:1/1;width:100%}
