@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes show-slide{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (min-width:1440px){.advantage-section>[class*=container--]{max-width:1320px}}.advantage-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:calc(-1 * var(--advantage-section-offset))}@media screen and (max-width:1199px){.advantage-grid{gap:.5rem}}@media screen and (max-width:991px){.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:374px){.advantage-grid{grid-template-columns:minmax(0,1fr)}}.advantage-item{--sizing: 1.5rem;position:relative;background-color:#231e1a;color:#ffffffe6;display:flex;flex-direction:column;padding:calc(1.25 * var(--sizing));gap:var(--sizing);transition:125ms ease-out;transition-property:background-color,margin-top}@media screen and (max-width:1439px){.advantage-item{--sizing: 1.25rem}}@media screen and (max-width:1199px){.advantage-item{--sizing: 1rem}}@media(min-width:576px)and (max-width:991px){.advantage-item{flex-direction:row;align-items:center}}.advantage-item__head{flex:none}.advantage-item__head img{width:calc(2.5 * var(--sizing));height:auto;transition:filter 125ms ease-out}.advantage-item .title{color:#fff}@media screen and (max-width:767px){.advantage-item .title{font-size:var(--fs-base)}}.advantage-item:has(.block-link:is(:hover,:active,:focus-visible)){background-color:#e20322;margin-top:-12px}.advantage-item:has(.block-link:is(:hover,:active,:focus-visible)) img{filter:brightness(0) invert(1)}@media(min-width:992px)and (max-width:1679px){.blog-section>[class*=container--]{max-width:1320px}}.blog-carousel.swiper:not(.swiper-initialized){overflow:visible}.blog-carousel{margin-block:-48px;padding-block:48px}.blog-list{--spacing: 1.5rem}@media screen and (max-width:1679px){.blog-list{--spacing: 1rem}}.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing)}@media screen and (max-width:1199px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:991px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:575px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:minmax(0,1fr)}}.blog-item{position:relative;display:grid;filter:drop-shadow(0 0 1px #d9d9d9)}.blog-item__wrap{display:flex;flex-direction:column;background-color:#fff}.blog-item:has(:hover,:active,:focus-visible) .title a{color:#c9031e}.blog-item:has(:hover,:active,:focus-visible) .btn__icon{transform:translate(var(--btn-icon-movement))}.blog-item__head{position:relative;display:flex;background-color:#f7e5c9;width:100%;aspect-ratio:400/230}.blog-item__head picture{overflow:hidden}.blog-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;justify-content:end;align-items:start;pointer-events:none}.blog-item__overlay>*{pointer-events:initial}.blog-item__overlay .tag-list{padding:6px;align-items:end}.blog-item__body{flex:1;display:flex;flex-direction:column;align-items:start;width:100%;padding:1.5rem}@media screen and (max-width:1679px){.blog-item__body{padding:1.5rem}}.blog-item__body .title a{transition:color 125ms ease-out}.blog-item.swiper-slide{height:auto}.hero-section{width:100%}@media screen and (max-width:991px){.hero-section{padding-top:0}}.hero__wrap{width:calc(100% - 2 * var(--container-padding-body));margin-inline:auto;background-color:#f9ebd6;border-radius:1.25rem}.hero{position:relative;display:grid;grid-template-columns:repeat(2,minmax(.625rem,1fr));overflow:visible}@media screen and (max-width:991px){.hero{grid-template-columns:1fr;border-radius:.875rem}}.hero__body{display:flex;flex-direction:column;justify-content:center;padding:5rem 2.5rem 5rem 3.75rem;position:relative}@media screen and (max-width:1439px){.hero__body{padding:4.375rem 1.875rem 4.375rem 3.125rem}}@media screen and (max-width:1199px){.hero__body{padding:3.75rem 1.875rem 3.75rem 2.5rem}}@media screen and (max-width:991px){.hero__body{padding:2.5rem 1.875rem 1.875rem}}.hero__title{font-family:omnes-variable,sans-serif;font-size:clamp(1.75rem,.6rem + 2.5vw,3rem);font-variation-settings:"wght" 600;line-height:1.1;letter-spacing:.01em;color:#463b37;display:flex;flex-direction:column}.hero__title--accent{color:#ebaa48}.hero__perex{font-family:omnes-variable,sans-serif;font-size:var(--fs-base);font-variation-settings:"wght" 400;line-height:1.86;letter-spacing:.01em;color:#463b37;margin-top:1.25rem;max-width:42ch}@media screen and (max-width:991px){.hero__perex{display:none}}.hero__actions{margin-top:2rem}.hero__image{position:relative;min-height:26.25rem;overflow:visible}@media screen and (max-width:991px){.hero__image{min-height:16.25rem;overflow:hidden}}.hero__image picture{position:absolute;top:0;right:0;bottom:-3.75rem;left:0;display:block}.hero__image picture>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center bottom}@media screen and (max-width:991px){.hero__image picture{top:0;right:0;bottom:0;left:0}.hero__image picture>img{object-position:center center}}.hero__deco{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute}.hero__deco--list-top{top:1.25rem;right:1.25rem;width:5rem;z-index:2}@media screen and (max-width:1199px){.hero__deco--list-top{width:4.0625rem}}@media screen and (max-width:991px){.hero__deco--list-top{width:3.125rem;top:.75rem;right:.75rem}}.hero__deco--list{bottom:1.25rem;left:-.75rem;width:8.75rem}@media screen and (max-width:1199px){.hero__deco--list{width:6.875rem}}.form-contact.form-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.form-contact>*{grid-column:span 1}:root{--advantage-section-offset: 140px}@media screen and (max-width:1199px){:root{--advantage-section-offset: 60px}}@media screen and (max-width:575px){:root{--advantage-section-offset: 90px}}.lunches-section{padding-block:5rem}@media screen and (max-width:991px){.lunches-section{padding-block:3rem}}.lunches{display:grid}@media screen and (max-width:991px){.lunches{grid-template-columns:1fr;gap:3rem}}@media screen and (min-width:992px){.lunches{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:center}}@media screen and (min-width:1680px){.lunches{grid-template-columns:repeat(2,minmax(0,1fr))}}.lunches .structure-content p{max-width:58ch;margin-block-end:2em}.lunches .structure-content ul>li{font-size:var(--fs-lead);margin-block-end:1.5rem;padding-left:2.25em}.lunches .structure-content ul>li:before{color:#4eb14e;transform:translateY(-50%)}.lunches .structure-content ul>li:first-child:before{-webkit-mask:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2027%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_24_401)'%3e%3cpath%20d='M26.4673%205.72912C25.8176%202.70742%2024.8103%200.591256%2024.7676%200.502679C24.5927%200.138278%2024.1717%20-0.0359917%2023.7904%200.0979035C23.716%200.123859%2021.9408%200.753372%2019.7045%202.08779C18.1829%202.99581%2016.2301%204.37143%2014.5391%206.22474C14.8765%206.65424%2015.1993%207.10351%2015.5008%207.57441C15.5019%207.57605%2015.5029%207.5777%2015.5039%207.57935C16.0111%208.3718%2016.4439%209.19804%2016.7908%2010.0354C17.2812%2011.2192%2017.6265%2012.4777%2017.8273%2013.8042L21.3706%205.24978C21.5383%204.84521%2022.002%204.65322%2022.4065%204.8207C22.8111%204.98837%2023.0031%205.45206%2022.8356%205.85663L18.0201%2017.4822C17.9802%2018.5176%2017.8656%2019.5854%2017.6759%2020.6842C17.2917%2022.9085%2016.674%2024.7869%2016.2191%2025.9805C16.9432%2025.6113%2017.7795%2025.1452%2018.6608%2024.5758C20.1909%2023.5872%2021.5391%2022.491%2022.6682%2021.3176C24.0955%2019.8341%2025.1755%2018.2218%2025.8783%2016.5252C26.581%2014.8289%2026.9573%2012.9251%2026.9971%2010.8668C27.0284%209.23862%2026.85%207.51014%2026.4673%205.72912Z'%20fill='%234EB14E'/%3e%3cpath%20d='M15.3252%2010.6423C15.0142%209.891%2014.6247%209.14799%2014.1678%208.43381C14.1676%208.4334%2014.1672%208.43299%2014.1669%208.43258C12.2459%205.43085%209.3702%203.32561%207.29606%202.0878C5.05981%200.753376%203.28477%200.123863%203.2102%200.0977018C3.12368%200.0672149%203.03511%200.0527954%202.94776%200.0527954C2.65052%200.0527954%202.36831%200.220885%202.23297%200.502477C2.19033%200.591054%201.18323%202.70722%200.533325%205.72892C0.150385%207.50994%20-0.0277991%209.23863%200.00351176%2010.8668C0.0432683%2012.9249%200.419617%2014.8286%201.12246%2016.5252C1.8251%2018.2216%202.90512%2019.8341%204.33245%2021.3174C5.46149%2022.491%206.80992%2023.5872%208.34003%2024.5758C10.3759%2025.8911%2012.1731%2026.6572%2012.8989%2026.942L4.97267%207.80656C4.805%207.402%204.99719%206.9381%205.40176%206.77063C5.80633%206.60316%206.27001%206.79514%206.43769%207.19971L14.3637%2026.3348C14.734%2025.4834%2015.6233%2023.2494%2016.113%2020.4143C16.7495%2016.7287%2016.4846%2013.4411%2015.3252%2010.6423Z'%20fill='%234EB14E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_24_401'%3e%3crect%20width='27'%20height='27'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2027%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_24_401)'%3e%3cpath%20d='M26.4673%205.72912C25.8176%202.70742%2024.8103%200.591256%2024.7676%200.502679C24.5927%200.138278%2024.1717%20-0.0359917%2023.7904%200.0979035C23.716%200.123859%2021.9408%200.753372%2019.7045%202.08779C18.1829%202.99581%2016.2301%204.37143%2014.5391%206.22474C14.8765%206.65424%2015.1993%207.10351%2015.5008%207.57441C15.5019%207.57605%2015.5029%207.5777%2015.5039%207.57935C16.0111%208.3718%2016.4439%209.19804%2016.7908%2010.0354C17.2812%2011.2192%2017.6265%2012.4777%2017.8273%2013.8042L21.3706%205.24978C21.5383%204.84521%2022.002%204.65322%2022.4065%204.8207C22.8111%204.98837%2023.0031%205.45206%2022.8356%205.85663L18.0201%2017.4822C17.9802%2018.5176%2017.8656%2019.5854%2017.6759%2020.6842C17.2917%2022.9085%2016.674%2024.7869%2016.2191%2025.9805C16.9432%2025.6113%2017.7795%2025.1452%2018.6608%2024.5758C20.1909%2023.5872%2021.5391%2022.491%2022.6682%2021.3176C24.0955%2019.8341%2025.1755%2018.2218%2025.8783%2016.5252C26.581%2014.8289%2026.9573%2012.9251%2026.9971%2010.8668C27.0284%209.23862%2026.85%207.51014%2026.4673%205.72912Z'%20fill='%234EB14E'/%3e%3cpath%20d='M15.3252%2010.6423C15.0142%209.891%2014.6247%209.14799%2014.1678%208.43381C14.1676%208.4334%2014.1672%208.43299%2014.1669%208.43258C12.2459%205.43085%209.3702%203.32561%207.29606%202.0878C5.05981%200.753376%203.28477%200.123863%203.2102%200.0977018C3.12368%200.0672149%203.03511%200.0527954%202.94776%200.0527954C2.65052%200.0527954%202.36831%200.220885%202.23297%200.502477C2.19033%200.591054%201.18323%202.70722%200.533325%205.72892C0.150385%207.50994%20-0.0277991%209.23863%200.00351176%2010.8668C0.0432683%2012.9249%200.419617%2014.8286%201.12246%2016.5252C1.8251%2018.2216%202.90512%2019.8341%204.33245%2021.3174C5.46149%2022.491%206.80992%2023.5872%208.34003%2024.5758C10.3759%2025.8911%2012.1731%2026.6572%2012.8989%2026.942L4.97267%207.80656C4.805%207.402%204.99719%206.9381%205.40176%206.77063C5.80633%206.60316%206.27001%206.79514%206.43769%207.19971L14.3637%2026.3348C14.734%2025.4834%2015.6233%2023.2494%2016.113%2020.4143C16.7495%2016.7287%2016.4846%2013.4411%2015.3252%2010.6423Z'%20fill='%234EB14E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_24_401'%3e%3crect%20width='27'%20height='27'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat 50% 50%}.lunches .structure-content ul>li:nth-child(2):before{-webkit-mask:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2031%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M22.0996%200.182587C24.7873%200.806267%2025.8154%202.37788%2027.1044%204.54102H22.0996V0.182587ZM6.39243%204.72266C6.91866%204.72266%207.30063%204.97667%207.30063%205.57031C7.30063%206.07101%206.89548%206.4771%206.39503%206.47852H0.908203C0.406563%206.47852%200%206.88531%200%207.38672C0%207.88836%200.406563%208.29492%200.908203%208.29492H9.08203C9.5884%208.29492%209.99378%208.70125%209.99378%209.20312C9.99378%209.70477%209.58722%2010.1113%209.08558%2010.1113H0.908203C0.406563%2010.1113%200%2010.5179%200%2011.0195C0%2011.5212%200.406563%2011.9277%200.908203%2011.9277H2.90625V14.6523C2.90625%2015.154%203.31281%2015.5605%203.81445%2015.5605H5.64008C5.96552%2017.1636%207.38199%2018.3457%209.05176%2018.3457C10.7215%2018.3457%2012.138%2017.1636%2012.4634%2015.5605H21.685C22.0104%2017.1636%2023.4269%2018.3457%2025.0967%2018.3457C26.7664%2018.3457%2028.1829%2017.1636%2028.5084%2015.5605H30.0918C30.5934%2015.5605%2031%2015.154%2031%2014.6523V9.20312C31%206.53835%2028.1893%206.36144%2028.1867%206.35742H21.1914C20.6898%206.35742%2020.2832%205.95086%2020.2832%205.44922V0H3.81445C3.31281%200%202.90625%200.406563%202.90625%200.908203V2.90625H1.81641C1.31477%202.90625%200.908203%203.31281%200.908203%203.81445C0.908203%204.31609%201.31477%204.72266%201.81641%204.72266H6.39243ZM26.274%2013.6869C26.9242%2014.3371%2026.9242%2015.3917%2026.274%2016.0418C25.2282%2017.0877%2023.4316%2016.3436%2023.4316%2014.8643C23.4316%2013.3851%2025.2282%2012.6411%2026.274%2013.6869ZM10.2291%2013.6869C10.8793%2014.3371%2010.8793%2015.3917%2010.2291%2016.0418C9.18326%2017.0877%207.38672%2016.3436%207.38672%2014.8643C7.38672%2013.3851%209.18326%2012.6411%2010.2291%2013.6869Z'%20fill='%234EB14E'/%3e%3c/svg%3e") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2031%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M22.0996%200.182587C24.7873%200.806267%2025.8154%202.37788%2027.1044%204.54102H22.0996V0.182587ZM6.39243%204.72266C6.91866%204.72266%207.30063%204.97667%207.30063%205.57031C7.30063%206.07101%206.89548%206.4771%206.39503%206.47852H0.908203C0.406563%206.47852%200%206.88531%200%207.38672C0%207.88836%200.406563%208.29492%200.908203%208.29492H9.08203C9.5884%208.29492%209.99378%208.70125%209.99378%209.20312C9.99378%209.70477%209.58722%2010.1113%209.08558%2010.1113H0.908203C0.406563%2010.1113%200%2010.5179%200%2011.0195C0%2011.5212%200.406563%2011.9277%200.908203%2011.9277H2.90625V14.6523C2.90625%2015.154%203.31281%2015.5605%203.81445%2015.5605H5.64008C5.96552%2017.1636%207.38199%2018.3457%209.05176%2018.3457C10.7215%2018.3457%2012.138%2017.1636%2012.4634%2015.5605H21.685C22.0104%2017.1636%2023.4269%2018.3457%2025.0967%2018.3457C26.7664%2018.3457%2028.1829%2017.1636%2028.5084%2015.5605H30.0918C30.5934%2015.5605%2031%2015.154%2031%2014.6523V9.20312C31%206.53835%2028.1893%206.36144%2028.1867%206.35742H21.1914C20.6898%206.35742%2020.2832%205.95086%2020.2832%205.44922V0H3.81445C3.31281%200%202.90625%200.406563%202.90625%200.908203V2.90625H1.81641C1.31477%202.90625%200.908203%203.31281%200.908203%203.81445C0.908203%204.31609%201.31477%204.72266%201.81641%204.72266H6.39243ZM26.274%2013.6869C26.9242%2014.3371%2026.9242%2015.3917%2026.274%2016.0418C25.2282%2017.0877%2023.4316%2016.3436%2023.4316%2014.8643C23.4316%2013.3851%2025.2282%2012.6411%2026.274%2013.6869ZM10.2291%2013.6869C10.8793%2014.3371%2010.8793%2015.3917%2010.2291%2016.0418C9.18326%2017.0877%207.38672%2016.3436%207.38672%2014.8643C7.38672%2013.3851%209.18326%2012.6411%2010.2291%2013.6869Z'%20fill='%234EB14E'/%3e%3c/svg%3e") no-repeat 50% 50%}.lunches .structure-content ul>li:nth-child(3):before{-webkit-mask:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2031%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.412%204.02294C12.9136%204.02294%2013.3202%203.62945%2013.3202%203.14409V0.878844C13.3202%200.393488%2012.9136%200%2012.412%200C11.9105%200%2011.5039%200.393488%2011.5039%200.878844V3.14409C11.5039%203.62945%2011.9105%204.02294%2012.412%204.02294Z'%20fill='%234EB14E'/%3e%3cpath%20d='M16.709%208.18121C16.709%208.66657%2017.1156%209.06006%2017.6171%209.06006H19.9579C20.4594%209.06006%2020.866%208.66657%2020.866%208.18121C20.866%207.69586%2020.4594%207.30237%2019.9579%207.30237H17.6171C17.1156%207.30237%2016.709%207.69586%2016.709%208.18121Z'%20fill='%234EB14E'/%3e%3cpath%20d='M4.86712%209.06006H7.20794C7.70948%209.06006%208.11608%208.66657%208.11608%208.18121C8.11608%207.69586%207.70948%207.30237%207.20794%207.30237H4.86712C4.36559%207.30237%203.95898%207.69586%203.95898%208.18121C3.95898%208.66657%204.36559%209.06006%204.86712%209.06006Z'%20fill='%234EB14E'/%3e%3cpath%20d='M8.09115%205.24085C8.26848%205.41246%208.5009%205.49829%208.73327%205.49829C8.96563%205.49829%209.19811%205.41252%209.37538%205.24085C9.73004%204.89763%209.73004%204.34121%209.37538%203.99799L7.72021%202.39621C7.36561%202.05299%206.79057%202.05299%206.43592%202.39621C6.08126%202.73943%206.08126%203.29585%206.43592%203.63907L8.09115%205.24085Z'%20fill='%234EB14E'/%3e%3cpath%20d='M16.0937%205.49827C16.3261%205.49827%2016.5585%205.4125%2016.7358%205.24083L18.391%203.63905C18.7456%203.29583%2018.7456%202.7394%2018.391%202.39619C18.0364%202.05303%2017.4613%202.05297%2017.1067%202.39619L15.4515%203.99803C15.0969%204.34124%2015.0969%204.89767%2015.4515%205.24089C15.6288%205.4125%2015.8612%205.49827%2016.0937%205.49827Z'%20fill='%234EB14E'/%3e%3cpath%20d='M24.5057%2014.783C23.6828%2014.783%2022.9405%2015.1637%2022.4747%2015.7663C22.0089%2015.1637%2021.2665%2014.783%2020.4436%2014.783C19.6216%2014.783%2018.8811%2015.1582%2018.415%2015.7608C17.9488%2015.1583%2017.2083%2014.783%2016.3863%2014.783C15.806%2014.783%2015.2632%2014.9728%2014.8298%2015.2986V10.4165C14.8298%209.06349%2013.6924%207.96277%2012.2943%207.96277C10.8962%207.96277%209.75888%209.06349%209.75888%2010.4165V20.5165L8.43227%2019.1169C7.98662%2018.6261%207.37048%2018.332%206.69658%2018.2885C6.02092%2018.2449%205.36803%2018.4586%204.85826%2018.8901C4.34855%2019.3217%204.04299%2019.9196%203.99795%2020.5735C3.95285%2021.2275%204.17365%2021.8592%204.6196%2022.3525C4.62239%2022.3556%204.62523%2022.3586%204.62814%2022.3617L10.971%2029.0047C11.5749%2029.6372%2012.4317%2030%2013.3215%2030H23.6972H23.6973C24.5904%2030%2025.4302%2029.6633%2026.0617%2029.0522C26.6933%2028.441%2027.0412%2027.6283%2027.0412%2026.7639V17.2367C27.0412%2015.8837%2025.9038%2014.783%2024.5057%2014.783Z'%20fill='%234EB14E'/%3e%3c/svg%3e") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2031%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.412%204.02294C12.9136%204.02294%2013.3202%203.62945%2013.3202%203.14409V0.878844C13.3202%200.393488%2012.9136%200%2012.412%200C11.9105%200%2011.5039%200.393488%2011.5039%200.878844V3.14409C11.5039%203.62945%2011.9105%204.02294%2012.412%204.02294Z'%20fill='%234EB14E'/%3e%3cpath%20d='M16.709%208.18121C16.709%208.66657%2017.1156%209.06006%2017.6171%209.06006H19.9579C20.4594%209.06006%2020.866%208.66657%2020.866%208.18121C20.866%207.69586%2020.4594%207.30237%2019.9579%207.30237H17.6171C17.1156%207.30237%2016.709%207.69586%2016.709%208.18121Z'%20fill='%234EB14E'/%3e%3cpath%20d='M4.86712%209.06006H7.20794C7.70948%209.06006%208.11608%208.66657%208.11608%208.18121C8.11608%207.69586%207.70948%207.30237%207.20794%207.30237H4.86712C4.36559%207.30237%203.95898%207.69586%203.95898%208.18121C3.95898%208.66657%204.36559%209.06006%204.86712%209.06006Z'%20fill='%234EB14E'/%3e%3cpath%20d='M8.09115%205.24085C8.26848%205.41246%208.5009%205.49829%208.73327%205.49829C8.96563%205.49829%209.19811%205.41252%209.37538%205.24085C9.73004%204.89763%209.73004%204.34121%209.37538%203.99799L7.72021%202.39621C7.36561%202.05299%206.79057%202.05299%206.43592%202.39621C6.08126%202.73943%206.08126%203.29585%206.43592%203.63907L8.09115%205.24085Z'%20fill='%234EB14E'/%3e%3cpath%20d='M16.0937%205.49827C16.3261%205.49827%2016.5585%205.4125%2016.7358%205.24083L18.391%203.63905C18.7456%203.29583%2018.7456%202.7394%2018.391%202.39619C18.0364%202.05303%2017.4613%202.05297%2017.1067%202.39619L15.4515%203.99803C15.0969%204.34124%2015.0969%204.89767%2015.4515%205.24089C15.6288%205.4125%2015.8612%205.49827%2016.0937%205.49827Z'%20fill='%234EB14E'/%3e%3cpath%20d='M24.5057%2014.783C23.6828%2014.783%2022.9405%2015.1637%2022.4747%2015.7663C22.0089%2015.1637%2021.2665%2014.783%2020.4436%2014.783C19.6216%2014.783%2018.8811%2015.1582%2018.415%2015.7608C17.9488%2015.1583%2017.2083%2014.783%2016.3863%2014.783C15.806%2014.783%2015.2632%2014.9728%2014.8298%2015.2986V10.4165C14.8298%209.06349%2013.6924%207.96277%2012.2943%207.96277C10.8962%207.96277%209.75888%209.06349%209.75888%2010.4165V20.5165L8.43227%2019.1169C7.98662%2018.6261%207.37048%2018.332%206.69658%2018.2885C6.02092%2018.2449%205.36803%2018.4586%204.85826%2018.8901C4.34855%2019.3217%204.04299%2019.9196%203.99795%2020.5735C3.95285%2021.2275%204.17365%2021.8592%204.6196%2022.3525C4.62239%2022.3556%204.62523%2022.3586%204.62814%2022.3617L10.971%2029.0047C11.5749%2029.6372%2012.4317%2030%2013.3215%2030H23.6972H23.6973C24.5904%2030%2025.4302%2029.6633%2026.0617%2029.0522C26.6933%2028.441%2027.0412%2027.6283%2027.0412%2026.7639V17.2367C27.0412%2015.8837%2025.9038%2014.783%2024.5057%2014.783Z'%20fill='%234EB14E'/%3e%3c/svg%3e") no-repeat 50% 50%}.lunches__gallery{min-width:0}@media screen and (min-width:992px){.lunches__gallery{margin-inline-end:calc(var(--bleed-negative) - var(--container-padding))}}@media screen and (min-width:992px){.lunches__gallery{margin-inline-start:3rem}}@media screen and (min-width:1680px){.lunches__gallery{margin-inline-start:6rem}}.lunches__gallery .gallery-slider__figure{position:relative;border-radius:7px;overflow:hidden}.lunches__gallery .gallery-slider__figure picture img{aspect-ratio:2/3}.lunches__gallery .swiper-scrollbar{width:100%}@media screen and (max-width:991px){.lunches__gallery .swiper-scrollbar{--swiper-scrollbar-bg-color: #f7e5c9}}.lunches__gallery .figcaption p{max-width:30ch;line-height:1.2}.lunches__gallery-foot{display:flex;justify-content:space-between;align-items:center;column-gap:1.5rem;padding-inline:var(--container-padding)}@media screen and (max-width:991px){.lunches__gallery-foot{margin-inline:var(--container-padding-negative)}}.lunches__body{display:flex;flex-direction:column;gap:1.5rem}.lunches__title--accent{display:block;color:#ebaa48}.hp-map-section{max-width:1920px;margin-inline:auto;padding-block:5rem}@media screen and (max-width:991px){.hp-map-section{padding-block:3rem}}.hp-map-section .map{border-radius:1.25rem;overflow:hidden}.hp-map-section__map-wrap{position:relative}.hp-map-section__head{position:absolute;left:-1.25rem;top:50%;transform:translateY(-50%);border-radius:.438rem;z-index:1;width:min(504px,45%);padding:3rem 3.5rem;background-color:#231e1a}@media screen and (max-width:991px){.hp-map-section__head{position:static;width:100%;padding-block:2.5rem;transform:translate(0)}}.hp-map-section__head .structure-content ul li:before{mask:none;-webkit-mask:none;width:1.2em;height:4px;border-radius:2px;background:#4eb14e}.hp-map-section__head .structure-content ul li.text-warning:before{background:orange}.hp-map-section__head .structure-content ul li.text-warning strong{color:orange;font-variation-settings:"wght" 600}.hp-references-section{padding-block:5rem;border-radius:1.25rem}@media screen and (max-width:991px){.hp-references-section{padding-block:3rem 4rem}}.hp-references{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;max-width:1920px;margin-inline:auto;gap:2rem}@media screen and (max-width:991px){.hp-references{grid-template-columns:1fr}}@media screen and (max-width:991px){.hp-references__image{display:none}}.hp-references__photo{width:100%;height:100%;min-height:400px;object-fit:cover;border-radius:1.25rem;display:block}.hp-references__content{min-width:0;display:flex;flex-direction:column;justify-content:center;padding-block:3rem;padding-inline-start:2rem}@media screen and (max-width:1199px){.hp-references__content{padding-inline-start:1.5rem}}@media screen and (max-width:991px){.hp-references__content{padding-inline-start:0;padding-block:0}}.hp-references__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}@media screen and (max-width:575px){.hp-references__header{flex-direction:column}}.hp-references__title{padding-bottom:.875rem}.hp-references__swiper{width:100%}.hp-references__nav{margin-top:1.5rem;gap:.5rem;justify-content:flex-start}.reference-card{background-color:#fff;border-radius:1rem;padding:2.5rem}@media screen and (max-width:575px){.reference-card{padding:1.75rem}}.reference-card__quote{font-size:6rem;line-height:.4;font-family:serif;color:#4eb14e;margin-bottom:1.25rem;display:block;-webkit-user-select:none;user-select:none}.reference-card__text{font-variation-settings:"wght" 600;font-size:1.125rem;line-height:1.65;color:#231e1a}.reference-card__footer{display:flex;flex-direction:column;gap:.15rem;margin-top:1.5rem}.reference-card__name{font-variation-settings:"wght" 600;color:#4eb14e}.reference-card__city{font-size:var(--fs-small);color:#747288}.hp-ctas-section{padding-block:5rem}@media screen and (max-width:991px){.hp-ctas-section{padding-block:3rem}}.hp-ctas{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;border-radius:20px}@media screen and (max-width:767px){.hp-ctas{grid-template-columns:1fr}}.hp-cta{position:relative;isolation:isolate;min-height:354px;display:flex;align-items:flex-end}.hp-cta .hp-cta__body .p{color:#ff5014}.hp-cta:first-of-type .hp-cta__body .p{color:#4eb14e}.hp-cta__logo{position:absolute;display:block;left:-.5rem;top:2rem;background:#fff;padding:1rem 1.2rem;border-radius:3px;box-shadow:0 4px 4px #00000040}.hp-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:20px;overflow:hidden}.hp-cta__bg img{width:100%;height:100%;object-fit:cover}.hp-cta__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent 60%)}.hp-cta__body{padding:2rem;display:flex;flex-direction:column;gap:.5rem;color:#fff;transition:padding-left .2s ease}.hp-cta__title{font-family:omnes-variable,sans-serif;font-size:var(--fs-h2);font-variation-settings:"wght" 600;letter-spacing:.03em;line-height:1.05;max-width:8ch}.hp-cta__link{color:inherit;text-decoration:none}.hp-cta__link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:20px}@media(hover:hover)and (pointer:fine){.hp-cta:has(.hp-cta__link):is(:hover,:active,:focus-visible) .hp-cta__body{padding-left:2.5rem}}.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{--spacing: 16px;display:grid;gap:var(--gap, var(--spacing))}@media screen and (min-width:768px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(var(--columns, 4),1fr)}}@media(min-width:768px)and (max-width:1199px){.structure-grid:not(.swiper-wrapper).structure-grid--documents,.swiper:not(.swiper-initialized) .structure-grid.structure-grid--documents{grid-template-columns:minmax(0,1fr)}}.swiper:not(.swiper-initialized) .structure-grid{grid-template-rows:auto;grid-auto-rows:0;row-gap:0;overflow:hidden}.swiper:not(.swiper-initialized) .structure-grid+.swiper-pagination{display:none!important}@media screen and (min-width:1200px){.structure-grid.structure-grid--icons{--spacing: 64px}}.structure-icon{display:flex;justify-content:start;align-items:start;gap:24px 32px}@media screen and (max-width:1439px){.structure-icon{gap:24px}}@media screen and (max-width:575px){.structure-icon{gap:20px}}.structure-icon__head{flex:none;display:flex;justify-content:center;align-items:center;width:4rem;aspect-ratio:1}@media screen and (max-width:1439px){.structure-icon__head{width:3rem}}@media screen and (max-width:575px){.structure-icon__head{width:2.25rem}}.structure-icon__picture{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.structure-icon__picture img{height:100%;width:auto;max-width:100%;max-height:100%;aspect-ratio:1;object-fit:contain}.structure-icon__body{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:4px}.structure-icon--center{flex-direction:column;align-items:center}.structure-icon--center .structure-icon__body{align-items:center;text-align:center}.accordion-item{--spacing-block: 1.75rem;--spacing-inline: 3rem;display:grid;grid-template-columns:minmax(0,1fr);transition:125ms ease-out;transition-property:background-color,border-color,box-shadow;padding:0;background-color:#f9ebd6;border-top:2px solid transparent;border-radius:.438rem}@media screen and (max-width:575px){.accordion-item{--spacing-block: 1rem;--spacing-inline: 1rem}}.accordion-item+.accordion-item{margin-top:13px}@media screen and (max-width:575px){.accordion-item+.accordion-item{margin-top:12px}}.accordion-item__head,.accordion-item__body{padding:var(--spacing-block) var(--spacing-inline)}.accordion-item__head{display:flex;text-align:start;align-items:start;column-gap:1rem;width:100%}.accordion-item__head img{flex:none;width:1.75em;height:1.75em}.accordion-item__head .title{color:inherit;transition:color 75ms ease-out}@media(hover:hover)and (pointer:fine){.accordion-item__head:is(:hover,:active,:focus-visible,[open]){color:#e20322;border-color:#e20322}}.accordion-item__icon{flex:none;display:block;width:1.5rem;aspect-ratio:1;margin-inline-start:auto;color:#e20322;transition:transform 75ms ease-out;margin-top:calc(.1 * var(--fs-h4))}.accordion-item__body{padding-block:0}.accordion-item__content{padding-block-end:var(--spacing-block);color:#8f7f7a}@media screen and (max-width:991px){.accordion-item__content{display:flex;flex-direction:column;align-items:start}}@media screen and (min-width:992px){.accordion-item__content img{float:right;max-width:500px;margin-inline-start:var(--spacing-inline);margin-block-end:var(--spacing-block)}}@media screen and (max-width:991px){.accordion-item__content img{flex:none;order:1;margin-block-start:var(--spacing-block)!important}}.accordion-item:is([open]) .accordion-item__icon{transform:rotate(45deg)}.accordion-item:is([open]){background-color:#fff;box-shadow:0 3px 37px #0000001a}@media(pointer:fine){.accordion-item:is(:hover,:active,:focus-visible){background-color:#fff;box-shadow:0 3px 37px #0000001a}}
