:root{--path-img: ../../public/img/;--js-min-size-food-icon: 50px;--js-blur-bg-main-cover: unset;--js-duration-transition-category: 0.06s}:root{--js-bp-xxs: 0px;--js-bp-xs: 250px;--js-bp-sm: 320px;--js-bp-md:640px;--js-bp-lg: 1024px;--js-bp-xl: 1200px;--js-bp-xxl: 1440px;--js-bp-max-landscape: 920px}:root{--js-width-scroll-bar: 17px}.width-100vw{width:calc(100vw - var(--js-width-scroll-bar));min-width:250px}.min-w-h-100{min-width:100%;min-height:100%}.fixed{display:block;height:inherit;min-height:inherit;position:fixed}.relative{display:block;position:relative}.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-justify{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-align{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fit-contain{display:block;-o-object-fit:contain;object-fit:contain;max-height:100%}.fit-cover{display:block;-o-object-fit:cover;object-fit:cover;max-height:100%}.fit-fill{display:block;-o-object-fit:fill;object-fit:fill;max-height:100%}.fit-scale-down{display:block;-o-object-fit:scale-down;object-fit:scale-down;max-height:100%}.fit--top{-o-object-position:top;object-position:top}.fit--left{-o-object-position:left;object-position:left}.fit--bottom{-o-object-position:bottom;object-position:bottom}.fit--right{-o-object-position:right;object-position:right}.fit--center{-o-object-position:center;object-position:center}.fit--top-left{-o-object-position:top left;object-position:top left}.fit--top-right{-o-object-position:top right;object-position:top right}.fit--bottom-left{-o-object-position:bottom left;object-position:bottom left}.fit--bottom-right{-o-object-position:bottom right;object-position:bottom right}.scroll-carrousel{height:200px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:scroll hidden;gap:10px;background-color:tan}.scroll-carrousel__item{-ms-flex-negative:0;flex-shrink:0;height:100%;width:100px;background-color:rgba(255,99,71,.3)}[class*=row-text]{--rows: 0;--line-height: inherit;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--rows);max-height:calc(var(--line-height)*var(--rows));line-height:var(--line-height);overflow:hidden}.row-text-1{--rows: 1}.row-text-2{--rows: 2}.row-text-3{--rows: 3}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0}a{text-decoration:none}img{max-width:100%}p,h1,h2,h3,h4,h5,h6{margin:0}.block-scroll{overflow:hidden}.logo-header{height:4vh;width:100%;position:relative;z-index:130}@media screen and (max-width: 920px)and (orientation: landscape){.logo-header{height:10vh}}@media screen and (min-width: 921px)and (orientation: landscape){.logo-header{height:10vh}}.card-modal{--box-radius: 2em;position:fixed;width:100%;height:calc(100% - 4vh);background-color:rgba(0,0,0,.6);top:4vh;z-index:150;opacity:0;pointer-events:none}@media screen and (max-width: 920px)and (orientation: landscape){.card-modal{height:calc(100% - 10vh);top:10vh}}@media screen and (min-width: 921px)and (orientation: landscape){.card-modal{height:calc(100% - 10vh);top:10vh}}.modal-active{opacity:1;pointer-events:initial}.modal-close{position:absolute;width:20px;height:20px;right:2%;top:2%;background-color:rgba(0,0,0,0)}.modal-x{fill:#fff}.modal-item{width:85%;height:90%;background-color:#fff8dc;overflow:hidden;border-radius:var(--box-radius);-webkit-border-radius:var(--box-radius);-moz-border-radius:var(--box-radius);-ms-border-radius:var(--box-radius);-o-border-radius:var(--box-radius);display:grid;grid-template:1fr 1fr/1fr}@media screen and (orientation: landscape){.modal-item{grid-template:1fr/2fr 3fr}}@media screen and (min-width: 1024px)and (orientation: landscape){.modal-item{width:75%;height:80%;grid-template:1fr/9fr 11fr}}@media screen and (min-width: 1200px)and (orientation: landscape){.modal-item{width:70%;height:75%;grid-template:1fr/1fr 1fr}}.modal-img-container{width:100%;height:100%;background-color:#f5f5f5;border-radius:var(--box-radius) var(--box-radius) 0 0;-webkit-border-radius:var(--box-radius) var(--box-radius) 0 0;-moz-border-radius:var(--box-radius) var(--box-radius) 0 0;-ms-border-radius:var(--box-radius) var(--box-radius) 0 0;-o-border-radius:var(--box-radius) var(--box-radius) 0 0;overflow:hidden}@media screen and (max-width: 920px)and (orientation: landscape){.modal-img-container{border-radius:var(--box-radius) 0 0 var(--box-radius);-webkit-border-radius:var(--box-radius) 0 0 var(--box-radius);-moz-border-radius:var(--box-radius) 0 0 var(--box-radius);-ms-border-radius:var(--box-radius) 0 0 var(--box-radius);-o-border-radius:var(--box-radius) 0 0 var(--box-radius)}}.modal-img-container__img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-height:none;max-width:none}.modal-img-container__img.contain{-o-object-fit:contain;object-fit:contain}.modal-img-container__img.cover{-o-object-fit:cover;object-fit:cover}.modal-info-container .modal-text{text-align:center;padding:.2em;margin:1em}.modal-info-container h4#modalTitle.modal-title{font-size:2rem}@media screen and (max-width: 440px){.modal-info-container h4#modalTitle.modal-title{font-size:1.5rem}}@media screen and (max-width: 340px){.modal-info-container h4#modalTitle.modal-title{font-size:1.2rem}}@media screen and (min-width: 920px){.main-container-padding{padding:0 5vw}}@media screen and (min-width: 1024px){.main-container-padding{padding:0 10vw}}@media screen and (min-width: 1200px){.main-container-padding{padding:0 15vw}}@media screen and (min-width: 1440px){.main-container-padding{padding:0 20vw}}.cover-page{height:20vh;width:100%;z-index:120;position:relative;background-color:unset}@media screen and (max-width: 920px)and (orientation: landscape){.cover-page{height:60vh}}@media screen and (min-width: 921px)and (orientation: landscape){.cover-page{height:50vh}}.cover-page img{position:relative;z-index:1;border-radius:.7em;-webkit-border-radius:.7em;-moz-border-radius:.7em;-ms-border-radius:.7em;-o-border-radius:.7em}.blur-img{position:absolute;width:100%;height:100%;background:var(--js-blur-bg-main-cover) top left/cover no-repeat;-webkit-filter:blur(10px) brightness(100%);filter:blur(10px) brightness(100%)}.main-title{height:10vh;min-height:50px;width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:center;margin:1vh 0;background-color:#b0e0e6}@media screen and (max-width: 920px)and (orientation: landscape){.main-title{height:30vh}}@media screen and (min-width: 921px)and (orientation: landscape){.main-title{height:30vh;font-size:3.5rem}}.sw-sticky-food{height:15vh;padding:0;position:sticky;top:calc(4vh - 1px);gap:2vw;background-color:tan;z-index:110}@media screen and (max-width: 920px)and (orientation: landscape){.sw-sticky-food{height:15vh;top:calc(10vh - 1px)}}@media screen and (min-width: 921px)and (orientation: landscape){.sw-sticky-food{height:20vh;top:calc(10vh - 1px)}}.sw-food{height:100%;width:100%;overflow:hidden}.sw-food__item{background:#fff;width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.food-icon{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;max-height:74%;padding:.5vh 1vw}@media screen and (max-width: 920px)and (orientation: landscape){.food-icon{display:none}}@media screen and (min-height: 640px)and (orientation: portrait){.food-icon{-webkit-box-flex:7;-ms-flex-positive:7;flex-grow:7;max-height:69%}}@media screen and (min-height: 500px)and (orientation: landscape){.food-icon{-webkit-box-flex:7;-ms-flex-positive:7;flex-grow:7;max-height:69%}}.js-food-icon__circle{width:calc(var(--js-min-size-food-icon)*1px);height:calc(var(--js-min-size-food-icon)*1px);padding:.4em;border:.2em solid #b22222;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.food-name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-height:24%;background-color:#40e0d0}@media screen and (max-width: 920px)and (orientation: landscape){.food-name{max-height:90%}}@media screen and (min-height: 640px)and (orientation: portrait){.food-name{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;max-height:29%}}@media screen and (min-height: 500px)and (orientation: landscape){.food-name{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;max-height:29%}}.food-name__text{font-size:.7rem;color:inherit;margin:0;text-align:center}@media screen and (max-width: 920px)and (orientation: landscape){.food-name__text{font-size:1.4rem}}@media screen and (min-height: 760px)and (orientation: portrait){.food-name__text{font-size:.95rem}}@media screen and (min-height: 500px)and (orientation: landscape){.food-name__text{font-size:1rem}}.selector--active{color:#8b008b}.category{display:none;opacity:0;-webkit-transition:opacity ease-out;transition:opacity ease-out;-webkit-transition-duration:var(--js-duration-transition-category);transition-duration:var(--js-duration-transition-category)}.category.category--active{display:block;opacity:1}.category.category--animateIn{display:block}.category.category--animateOut{opacity:0}.food-cover-page{height:20vh;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2vh 4vw;background-color:#90ee90}@media screen and (max-width: 920px)and (orientation: landscape){.food-cover-page{height:50vh}}@media screen and (min-width: 921px)and (orientation: landscape){.food-cover-page{height:40vh}}.group-container{position:relative;z-index:100}.group-title{text-align:center;position:sticky;top:calc(19vh - 2px);background-color:#d3d3d3}@media screen and (max-width: 920px)and (orientation: landscape){.group-title{top:calc(25vh - 2px)}}@media screen and (min-width: 921px)and (orientation: landscape){.group-title{top:calc(30vh - 2px)}}.group-title.label{height:2.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:200}.group-title.subgroup{top:calc(19vh + 2.5em - 3px)}@media screen and (max-width: 920px)and (orientation: landscape){.group-title.subgroup{top:calc(25vh + 2.5em - 3px)}}@media screen and (min-width: 921px)and (orientation: landscape){.group-title.subgroup{top:calc(30vh + 2.5em - 3px)}}.group-title--border{border:none}.group-title__name{padding:2px}.group-title__description{padding:2px}.group-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1em;padding:2vh 2vw;background-color:#87cefa;--card-align: center}@media screen and (max-width: 300px){.group-cards{grid-template-columns:repeat(auto-fill, minmax(260px, 1fr))}}.card{display:grid;grid-template:"info" 1fr/1fr;gap:.5em;height:100%;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid;padding:5px 10px;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;background-color:linen}.card--imageCard{pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:unset;max-height:unset;padding:2vw 10vw;position:relative;z-index:-1}.card--imageCard img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-webkit-filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));z-index:0}.card--photo{grid-template:"info photo" 1fr/7fr 3fr;--card-align: left}.card__info{width:100%;grid-area:info;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em;text-align:left}.card__title{width:100%;text-align:center}.card__descr{width:100%;text-align:var(--card-align)}.card__price-container{gap:1em}.card__price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card__photo{grid-area:photo;min-height:100%;width:100%;overflow:hidden;aspect-ratio:1}.card__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.card__photo img.contain{-o-object-fit:contain;object-fit:contain}.card__photo img.cover{-o-object-fit:cover;object-fit:cover}.card--sauces{grid-column:span 2;padding:1em;cursor:default}.sauces-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5em;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width: 500px){.sauces-content{gap:1em}}.sauces-info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sauces-title{margin:0 0 .3em 0;font-size:1.25em;font-weight:bold}.sauces-subtitle{margin:0 0 .5em 0;font-size:.7em;opacity:.8}.sauces-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.3em}.sauce-item{font-size:.85em;padding:.25em .5em;background-color:rgba(255,255,255,.05);border-radius:.3em;border-left:3px solid}.sauce-item:first-child:nth-last-child(4)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(4):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(4)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(4):nth-child(2){border-left-color:#ff8000;background:rgba(255,128,0,.2)}.sauce-item:first-child:nth-last-child(4)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(4):nth-child(3){border-left-color:#ff0;background:rgba(255,255,0,.2)}.sauce-item:first-child:nth-last-child(4)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(4):nth-child(4){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(5)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(5):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(5)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(5):nth-child(2){border-left-color:#ff6000;background:rgba(255,96,0,.2)}.sauce-item:first-child:nth-last-child(5)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(5):nth-child(3){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(5)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(5):nth-child(4){border-left-color:#dfff00;background:rgba(223,255,0,.2)}.sauce-item:first-child:nth-last-child(5)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(5):nth-child(5){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(6)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(6):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(6)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(6):nth-child(2){border-left-color:#ff4d00;background:rgba(255,77,0,.2)}.sauce-item:first-child:nth-last-child(6)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(6):nth-child(3){border-left-color:#f90;background:rgba(255,153,0,.2)}.sauce-item:first-child:nth-last-child(6)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(6):nth-child(4){border-left-color:#ffe600;background:rgba(255,230,0,.2)}.sauce-item:first-child:nth-last-child(6)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(6):nth-child(5){border-left-color:#cf0;background:rgba(204,255,0,.2)}.sauce-item:first-child:nth-last-child(6)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(6):nth-child(6){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(7)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(7):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(7)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(7):nth-child(2){border-left-color:#ff4000;background:rgba(255,64,0,.2)}.sauce-item:first-child:nth-last-child(7)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(7):nth-child(3){border-left-color:#ff8000;background:rgba(255,128,0,.2)}.sauce-item:first-child:nth-last-child(7)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(7):nth-child(4){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(7)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(7):nth-child(5){border-left-color:#ff0;background:rgba(255,255,0,.2)}.sauce-item:first-child:nth-last-child(7)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(7):nth-child(6){border-left-color:#bfff00;background:rgba(191,255,0,.2)}.sauce-item:first-child:nth-last-child(7)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(7):nth-child(7){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(8):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(8):nth-child(2){border-left-color:#ff3700;background:rgba(255,55,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(8):nth-child(3){border-left-color:#ff6d00;background:rgba(255,109,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(8):nth-child(4){border-left-color:#ffa400;background:rgba(255,164,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(8):nth-child(5){border-left-color:#ffdb00;background:rgba(255,219,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(8):nth-child(6){border-left-color:#edff00;background:rgba(237,255,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(8):nth-child(7){border-left-color:#b6ff00;background:rgba(182,255,0,.2)}.sauce-item:first-child:nth-last-child(8)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(8):nth-child(8){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(9):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(9):nth-child(2){border-left-color:#ff3000;background:rgba(255,48,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(9):nth-child(3){border-left-color:#ff6000;background:rgba(255,96,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(9):nth-child(4){border-left-color:#ff8f00;background:rgba(255,143,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(9):nth-child(5){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(9):nth-child(6){border-left-color:#ffef00;background:rgba(255,239,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(9):nth-child(7){border-left-color:#dfff00;background:rgba(223,255,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(9):nth-child(8){border-left-color:#afff00;background:rgba(175,255,0,.2)}.sauce-item:first-child:nth-last-child(9)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(9):nth-child(9){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(10):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(10):nth-child(2){border-left-color:#ff2b00;background:rgba(255,43,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(10):nth-child(3){border-left-color:#f50;background:rgba(255,85,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(10):nth-child(4){border-left-color:#ff8000;background:rgba(255,128,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(10):nth-child(5){border-left-color:#fa0;background:rgba(255,170,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(10):nth-child(6){border-left-color:#ffd500;background:rgba(255,213,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(10):nth-child(7){border-left-color:#ff0;background:rgba(255,255,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(10):nth-child(8){border-left-color:#d5ff00;background:rgba(213,255,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(10):nth-child(9){border-left-color:#af0;background:rgba(170,255,0,.2)}.sauce-item:first-child:nth-last-child(10)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(10):nth-child(10){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(11):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(11):nth-child(2){border-left-color:#ff2600;background:rgba(255,38,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(11):nth-child(3){border-left-color:#ff4d00;background:rgba(255,77,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(11):nth-child(4){border-left-color:#ff7300;background:rgba(255,115,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(11):nth-child(5){border-left-color:#f90;background:rgba(255,153,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(11):nth-child(6){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(11):nth-child(7){border-left-color:#ffe600;background:rgba(255,230,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(11):nth-child(8){border-left-color:#f2ff00;background:rgba(242,255,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(11):nth-child(9){border-left-color:#cf0;background:rgba(204,255,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(11):nth-child(10){border-left-color:#a6ff00;background:rgba(166,255,0,.2)}.sauce-item:first-child:nth-last-child(11)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(11):nth-child(11){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(12):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(12):nth-child(2){border-left-color:#ff2300;background:rgba(255,35,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(12):nth-child(3){border-left-color:#ff4600;background:rgba(255,70,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(12):nth-child(4){border-left-color:#ff6800;background:rgba(255,104,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(12):nth-child(5){border-left-color:#ff8b00;background:rgba(255,139,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(12):nth-child(6){border-left-color:#ffae00;background:rgba(255,174,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(12):nth-child(7){border-left-color:#ffd100;background:rgba(255,209,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(12):nth-child(8){border-left-color:#fff300;background:rgba(255,243,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(12):nth-child(9){border-left-color:#e8ff00;background:rgba(232,255,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(12):nth-child(10){border-left-color:#c5ff00;background:rgba(197,255,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(12):nth-child(11){border-left-color:#a2ff00;background:rgba(162,255,0,.2)}.sauce-item:first-child:nth-last-child(12)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(12):nth-child(12){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(13):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(13):nth-child(2){border-left-color:#ff2000;background:rgba(255,32,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(13):nth-child(3){border-left-color:#ff4000;background:rgba(255,64,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(13):nth-child(4){border-left-color:#ff6000;background:rgba(255,96,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(13):nth-child(5){border-left-color:#ff8000;background:rgba(255,128,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(13):nth-child(6){border-left-color:#ff9f00;background:rgba(255,159,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(13):nth-child(7){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(13):nth-child(8){border-left-color:#ffdf00;background:rgba(255,223,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(13):nth-child(9){border-left-color:#ff0;background:rgba(255,255,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(13):nth-child(10){border-left-color:#dfff00;background:rgba(223,255,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(13):nth-child(11){border-left-color:#bfff00;background:rgba(191,255,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(13):nth-child(12){border-left-color:#9fff00;background:rgba(159,255,0,.2)}.sauce-item:first-child:nth-last-child(13)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(13):nth-child(13){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(14):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(14):nth-child(2){border-left-color:#ff1d00;background:rgba(255,29,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(14):nth-child(3){border-left-color:#ff3b00;background:rgba(255,59,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(14):nth-child(4){border-left-color:#ff5800;background:rgba(255,88,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(14):nth-child(5){border-left-color:#ff7600;background:rgba(255,118,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(14):nth-child(6){border-left-color:#ff9300;background:rgba(255,147,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(14):nth-child(7){border-left-color:#ffb100;background:rgba(255,177,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(14):nth-child(8){border-left-color:#ffce00;background:rgba(255,206,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(14):nth-child(9){border-left-color:#ffeb00;background:rgba(255,235,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(14):nth-child(10){border-left-color:#f5ff00;background:rgba(245,255,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(14):nth-child(11){border-left-color:#d8ff00;background:rgba(216,255,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(14):nth-child(12){border-left-color:#baff00;background:rgba(186,255,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(14):nth-child(13){border-left-color:#9dff00;background:rgba(157,255,0,.2)}.sauce-item:first-child:nth-last-child(14)~.sauce-item:nth-child(14),.sauce-item:first-child:nth-last-child(14):nth-child(14){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(15):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(15):nth-child(2){border-left-color:#ff1b00;background:rgba(255,27,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(15):nth-child(3){border-left-color:#ff3700;background:rgba(255,55,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(15):nth-child(4){border-left-color:#ff5200;background:rgba(255,82,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(15):nth-child(5){border-left-color:#ff6d00;background:rgba(255,109,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(15):nth-child(6){border-left-color:#ff8900;background:rgba(255,137,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(15):nth-child(7){border-left-color:#ffa400;background:rgba(255,164,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(15):nth-child(8){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(15):nth-child(9){border-left-color:#ffdb00;background:rgba(255,219,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(15):nth-child(10){border-left-color:#fff600;background:rgba(255,246,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(15):nth-child(11){border-left-color:#edff00;background:rgba(237,255,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(15):nth-child(12){border-left-color:#d1ff00;background:rgba(209,255,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(15):nth-child(13){border-left-color:#b6ff00;background:rgba(182,255,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(14),.sauce-item:first-child:nth-last-child(15):nth-child(14){border-left-color:#9bff00;background:rgba(155,255,0,.2)}.sauce-item:first-child:nth-last-child(15)~.sauce-item:nth-child(15),.sauce-item:first-child:nth-last-child(15):nth-child(15){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(16):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(16):nth-child(2){border-left-color:#ff1a00;background:rgba(255,26,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(16):nth-child(3){border-left-color:#f30;background:rgba(255,51,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(16):nth-child(4){border-left-color:#ff4d00;background:rgba(255,77,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(16):nth-child(5){border-left-color:#f60;background:rgba(255,102,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(16):nth-child(6){border-left-color:#ff8000;background:rgba(255,128,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(16):nth-child(7){border-left-color:#f90;background:rgba(255,153,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(16):nth-child(8){border-left-color:#ffb300;background:rgba(255,179,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(16):nth-child(9){border-left-color:#fc0;background:rgba(255,204,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(16):nth-child(10){border-left-color:#ffe600;background:rgba(255,230,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(16):nth-child(11){border-left-color:#ff0;background:rgba(255,255,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(16):nth-child(12){border-left-color:#e6ff00;background:rgba(230,255,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(16):nth-child(13){border-left-color:#cf0;background:rgba(204,255,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(14),.sauce-item:first-child:nth-last-child(16):nth-child(14){border-left-color:#b3ff00;background:rgba(179,255,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(15),.sauce-item:first-child:nth-last-child(16):nth-child(15){border-left-color:#9f0;background:rgba(153,255,0,.2)}.sauce-item:first-child:nth-last-child(16)~.sauce-item:nth-child(16),.sauce-item:first-child:nth-last-child(16):nth-child(16){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(17):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(17):nth-child(2){border-left-color:#ff1800;background:rgba(255,24,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(17):nth-child(3){border-left-color:#ff3000;background:rgba(255,48,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(17):nth-child(4){border-left-color:#ff4800;background:rgba(255,72,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(17):nth-child(5){border-left-color:#ff6000;background:rgba(255,96,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(17):nth-child(6){border-left-color:#ff7800;background:rgba(255,120,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(17):nth-child(7){border-left-color:#ff8f00;background:rgba(255,143,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(17):nth-child(8){border-left-color:#ffa700;background:rgba(255,167,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(17):nth-child(9){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(17):nth-child(10){border-left-color:gold;background:rgba(255,215,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(17):nth-child(11){border-left-color:#ffef00;background:rgba(255,239,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(17):nth-child(12){border-left-color:#f7ff00;background:rgba(247,255,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(17):nth-child(13){border-left-color:#dfff00;background:rgba(223,255,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(14),.sauce-item:first-child:nth-last-child(17):nth-child(14){border-left-color:#c7ff00;background:rgba(199,255,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(15),.sauce-item:first-child:nth-last-child(17):nth-child(15){border-left-color:#afff00;background:rgba(175,255,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(16),.sauce-item:first-child:nth-last-child(17):nth-child(16){border-left-color:#97ff00;background:rgba(151,255,0,.2)}.sauce-item:first-child:nth-last-child(17)~.sauce-item:nth-child(17),.sauce-item:first-child:nth-last-child(17):nth-child(17){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(18):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(18):nth-child(2){border-left-color:#ff1700;background:rgba(255,23,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(18):nth-child(3){border-left-color:#ff2d00;background:rgba(255,45,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(18):nth-child(4){border-left-color:#f40;background:rgba(255,68,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(18):nth-child(5){border-left-color:#ff5a00;background:rgba(255,90,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(18):nth-child(6){border-left-color:#ff7100;background:rgba(255,113,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(18):nth-child(7){border-left-color:#ff8700;background:rgba(255,135,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(18):nth-child(8){border-left-color:#ff9e00;background:rgba(255,158,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(18):nth-child(9){border-left-color:#ffb400;background:rgba(255,180,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(18):nth-child(10){border-left-color:#ffcb00;background:rgba(255,203,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(18):nth-child(11){border-left-color:#ffe100;background:rgba(255,225,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(18):nth-child(12){border-left-color:#fff800;background:rgba(255,248,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(18):nth-child(13){border-left-color:#f0ff00;background:rgba(240,255,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(14),.sauce-item:first-child:nth-last-child(18):nth-child(14){border-left-color:#daff00;background:rgba(218,255,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(15),.sauce-item:first-child:nth-last-child(18):nth-child(15){border-left-color:#c3ff00;background:rgba(195,255,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(16),.sauce-item:first-child:nth-last-child(18):nth-child(16){border-left-color:#adff00;background:rgba(173,255,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(17),.sauce-item:first-child:nth-last-child(18):nth-child(17){border-left-color:#96ff00;background:rgba(150,255,0,.2)}.sauce-item:first-child:nth-last-child(18)~.sauce-item:nth-child(18),.sauce-item:first-child:nth-last-child(18):nth-child(18){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(19):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(19):nth-child(2){border-left-color:#ff1500;background:rgba(255,21,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(19):nth-child(3){border-left-color:#ff2b00;background:rgba(255,43,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(19):nth-child(4){border-left-color:#ff4000;background:rgba(255,64,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(19):nth-child(5){border-left-color:#f50;background:rgba(255,85,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(19):nth-child(6){border-left-color:#ff6a00;background:rgba(255,106,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(19):nth-child(7){border-left-color:#ff8000;background:rgba(255,128,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(19):nth-child(8){border-left-color:#ff9500;background:rgba(255,149,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(19):nth-child(9){border-left-color:#fa0;background:rgba(255,170,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(19):nth-child(10){border-left-color:#ffbf00;background:rgba(255,191,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(19):nth-child(11){border-left-color:#ffd500;background:rgba(255,213,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(19):nth-child(12){border-left-color:#ffea00;background:rgba(255,234,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(19):nth-child(13){border-left-color:#ff0;background:rgba(255,255,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(14),.sauce-item:first-child:nth-last-child(19):nth-child(14){border-left-color:#eaff00;background:rgba(234,255,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(15),.sauce-item:first-child:nth-last-child(19):nth-child(15){border-left-color:#d5ff00;background:rgba(213,255,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(16),.sauce-item:first-child:nth-last-child(19):nth-child(16){border-left-color:#bfff00;background:rgba(191,255,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(17),.sauce-item:first-child:nth-last-child(19):nth-child(17){border-left-color:#af0;background:rgba(170,255,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(18),.sauce-item:first-child:nth-last-child(19):nth-child(18){border-left-color:#95ff00;background:rgba(149,255,0,.2)}.sauce-item:first-child:nth-last-child(19)~.sauce-item:nth-child(19),.sauce-item:first-child:nth-last-child(19):nth-child(19){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(1),.sauce-item:first-child:nth-last-child(20):nth-child(1){border-left-color:red;background:rgba(255,0,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(2),.sauce-item:first-child:nth-last-child(20):nth-child(2){border-left-color:#ff1400;background:rgba(255,20,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(3),.sauce-item:first-child:nth-last-child(20):nth-child(3){border-left-color:#ff2800;background:rgba(255,40,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(4),.sauce-item:first-child:nth-last-child(20):nth-child(4){border-left-color:#ff3c00;background:rgba(255,60,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(5),.sauce-item:first-child:nth-last-child(20):nth-child(5){border-left-color:#ff5100;background:rgba(255,81,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(6),.sauce-item:first-child:nth-last-child(20):nth-child(6){border-left-color:#ff6500;background:rgba(255,101,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(7),.sauce-item:first-child:nth-last-child(20):nth-child(7){border-left-color:#ff7900;background:rgba(255,121,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(8),.sauce-item:first-child:nth-last-child(20):nth-child(8){border-left-color:#ff8d00;background:rgba(255,141,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(9),.sauce-item:first-child:nth-last-child(20):nth-child(9){border-left-color:#ffa100;background:rgba(255,161,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(10),.sauce-item:first-child:nth-last-child(20):nth-child(10){border-left-color:#ffb500;background:rgba(255,181,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(11),.sauce-item:first-child:nth-last-child(20):nth-child(11){border-left-color:#ffc900;background:rgba(255,201,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(12),.sauce-item:first-child:nth-last-child(20):nth-child(12){border-left-color:#fd0;background:rgba(255,221,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(13),.sauce-item:first-child:nth-last-child(20):nth-child(13){border-left-color:#fff200;background:rgba(255,242,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(14),.sauce-item:first-child:nth-last-child(20):nth-child(14){border-left-color:#f8ff00;background:rgba(248,255,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(15),.sauce-item:first-child:nth-last-child(20):nth-child(15){border-left-color:#e4ff00;background:rgba(228,255,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(16),.sauce-item:first-child:nth-last-child(20):nth-child(16){border-left-color:#d0ff00;background:rgba(208,255,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(17),.sauce-item:first-child:nth-last-child(20):nth-child(17){border-left-color:#bcff00;background:rgba(188,255,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(18),.sauce-item:first-child:nth-last-child(20):nth-child(18){border-left-color:#a8ff00;background:rgba(168,255,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(19),.sauce-item:first-child:nth-last-child(20):nth-child(19){border-left-color:#94ff00;background:rgba(148,255,0,.2)}.sauce-item:first-child:nth-last-child(20)~.sauce-item:nth-child(20),.sauce-item:first-child:nth-last-child(20):nth-child(20){border-left-color:#80ff00;background:rgba(128,255,0,.2)}.thermometer-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 500px){.thermometer-vertical{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.thermometer-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;font-size:.7em}.thermo-label{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed}.thermo-label.hot{color:#f44}.thermo-label.mild{color:#8f0}.thermometer-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;min-height:150px}.thermometer-tube-vertical{width:1.5em;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:rgba(255,255,255,.2);border-radius:1em;position:relative;overflow:hidden;border:2px solid rgba(255,255,255,.3)}.thermometer-fill-vertical{position:absolute;bottom:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left bottom, left top, from(#88ff00), color-stop(25%, #ffdd44), color-stop(50%, #ffaa33), color-stop(75%, #ff7733), to(#ff0000));background:linear-gradient(to top, #88ff00 0%, #ffdd44 25%, #ffaa33 50%, #ff7733 75%, #ff0000 100%);border-radius:.6em}.thermometer-segments{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.segment{-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid rgba(255,255,255,.2)}.segment:last-child{border-bottom:none}.thermometer-bulb-vertical{width:2.5em;height:2.5em;border-radius:50%;background:radial-gradient(circle, #00ff00, #00cc00);border:2px solid rgba(255,255,255,.4);position:relative;margin-top:-0.5em}.bulb-inner-vertical{position:absolute;top:30%;left:30%;width:.8em;height:.8em;background:rgba(255,255,255,.5);border-radius:50%}.sw-contain-promos{height:85%;width:100%;padding:5vh 0}@media screen and (max-width: 920px)and (orientation: landscape){.sw-contain-promos{padding:5vh 0}}.sw-promos{width:100%;height:100%;overflow:hidden}.swiper-promos__item{width:70%;height:80%;-ms-flex-negative:0;flex-shrink:0;display:grid;grid-template:2fr 3fr/1fr;border:1px solid;border-radius:2em;-webkit-border-radius:2em;-moz-border-radius:2em;-ms-border-radius:2em;-o-border-radius:2em;padding:10px;background-color:#d3d3d3}@media screen and (max-width: 920px)and (orientation: landscape){.swiper-promos__item{width:90%;height:85%;max-width:unset;grid-template:1fr/2fr 3fr}}.promotions{width:100%;height:80vh;background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}@media screen and (max-width: 920px)and (orientation: landscape){.promotions{height:85vh}}@media screen and (min-width: 921px)and (orientation: landscape){.promotions{height:90vh}}@media screen and (min-height: 750px){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}@media screen and (min-height: 1000px){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}@media screen and (min-width: 750px)and (orientation: landscape){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}@media screen and (min-width: 1000px)and (orientation: landscape){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}.promotions__title{width:100%;height:14%;text-align:center;background-color:rgba(211,211,211,.76)}.promotions__carrousel{height:85%;padding:5vh 0;gap:5vw;display:none}@media screen and (max-width: 920px)and (orientation: landscape){.promotions__carrousel{padding:5vh 0;gap:2vw}}.promo-item{width:70%;height:80%;max-width:300px;min-width:220px;-ms-flex-negative:0;flex-shrink:0;display:grid;grid-template:1fr 2fr/1fr;border:1px solid;border-radius:2em;-webkit-border-radius:2em;-moz-border-radius:2em;-ms-border-radius:2em;-o-border-radius:2em;padding:10px;background-color:#d3d3d3}@media screen and (max-width: 920px)and (orientation: landscape){.promo-item{width:90%;height:85%;max-width:unset;grid-template:1fr/1fr 2fr}}.promo-img-container{background-color:#d2691e;min-height:100%}.promo-item__img{min-height:100%;min-width:100%;border-radius:1em;-webkit-border-radius:1em;-moz-border-radius:1em;-ms-border-radius:1em;-o-border-radius:1em}.promo-info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:violet}.promo-item__title{-webkit-box-flex:2;-ms-flex:2;flex:2;background-color:coral;font-size:1.5rem}.promo-item__name{-webkit-box-flex:5;-ms-flex:5;flex:5;background-color:#fff8dc;text-align:center}.promo-item__name span{display:inline;color:red}.promo-item__description{-webkit-box-flex:3;-ms-flex:3;flex:3;background-color:#f4a460;font-size:.7rem;text-align:center}.redes{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em .5em}.redes h2{padding:.5em;font-size:1.5em;color:#fff}.redes-items{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:20vh;padding:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1em}.redes-items .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:5em;height:5em;border-radius:50%;-webkit-filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));-webkit-transition:background-color .3s,-webkit-transform .3s;transition:background-color .3s,-webkit-transform .3s;transition:transform .3s,background-color .3s;transition:transform .3s,background-color .3s,-webkit-transform .3s}.redes-items .icon img{width:70%;height:70%}.redes-items .icon:hover{-webkit-transform:scale(1.4);transform:scale(1.4);background-color:#f0f0f0}.swiper-redes-container{width:100%;height:80vh;background-color:#f08080}.swiper-redes-container .swiper-redes{height:100%;padding:2em;overflow:hidden}.swiper-redes-container .swiper-slide{height:100%;width:100%;padding:.5em;background-color:#add8e6}.swiper-redes-container .swiper-slide .embed{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;overflow:hidden;overflow-y:scroll}.swiper-redes-container .swiper-slide .item-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:1em;overflow:hidden;overflow-y:scroll}.swiper-redes-container .swiper-slide .item-container .item{-ms-flex-negative:0;flex-shrink:0;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#90ee90}.footer-items{width:100%;height:55vh;max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content;min-height:300px;padding-top:.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:2vw}@media screen and (max-width: 920px)and (orientation: landscape){.footer-items{min-height:50vh}}@media screen and (min-width: 921px)and (orientation: landscape){.footer-items{min-height:50vh}}@media screen and (max-width: 615px){.footer-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width: 615px)and (orientation: landscape){.footer-items{min-height:85vh}}@media screen and (min-width: 616px)and (orientation: portrait){.footer-items{min-height:25vh;height:25vh}}@media screen and (min-height: 500px)and (orientation: landscape){.footer-items{min-height:25vh;height:25vh}}.footer-item{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:300px;max-width:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;background-color:#f4a460}@media screen and (max-width: 300px){.footer-item{min-width:260px}}.footer-item__title{width:90%;-webkit-box-flex:2;-ms-flex:2;flex:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer-item__content{width:90%;padding:.5em;-webkit-box-flex:8;-ms-flex:8;flex:8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;font-size:small;gap:.5em}.footer-item__content a{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-decoration:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.footer-item__content a:visited{color:unset}.footer-item__content a:hover{filter:drop-shadow(2px 4px 4px red);-webkit-filter:drop-shadow(2px 4px 4px red)}.footer-item__content a div{height:100%;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-item__content a div img{max-width:50%;max-height:80%}.footer-item__content a span{height:100%;-webkit-box-flex:9;-ms-flex:9;flex:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.icon__pin-map{fill:#fff;max-width:10%;width:-webkit-min-content;width:-moz-min-content;width:min-content}.icon__phone{fill:#fff;max-width:10%;width:-webkit-min-content;width:-moz-min-content;width:min-content}.footer-work-time{line-height:12px;list-style:none;padding:0;overflow:hidden;position:relative}.footer-work-time li{font-weight:normal;letter-spacing:.2px;width:100%;display:inline-block}.footer-work-time .date{background:rgba(0,0,0,0);position:relative;overflow:hidden;width:auto;max-width:100%;float:left;padding:5px 5px 5px 0px;margin:0}.footer-work-time .time{background:rgba(0,0,0,0);position:relative;color:#942803;float:right;width:auto;max-width:100%;padding:5px 0px 5px 5px;margin:0}.footer-work-time .line-box{position:relative;top:12px;overflow:hidden}.footer-work-time .line-dotted{position:relative;border-top:2px dotted #ccc;z-index:1;left:0}.footer-map{width:100%;height:40vh;max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content;min-height:300px;background-color:#fff5ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2vh 0}@media screen and (max-width: 920px)and (orientation: landscape){.footer-map{min-height:70vh}}@media screen and (min-width: 921px)and (orientation: landscape){.footer-map{min-height:70vh}}.footer-map__title{-webkit-box-flex:1;-ms-flex:1;flex:1;width:90%}.footer-map__map{-webkit-box-flex:9;-ms-flex:9;flex:9;width:90%;max-height:88%;background-color:#f0f8ff}.footer-info{width:100%;height:10vh;padding:1em 4em;text-align:center;font-size:small;background:-webkit-gradient(linear, left top, left bottom, from(#242424), color-stop(#3A3A3A), to(#242424));background:linear-gradient(#242424, #3A3A3A, #242424);font-family:"Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;line-height:1.5;font-weight:bold}.footer-info p span{color:#ff5b00}