:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

:root{--color1:#f5f5ec;--color2:#f5f5f5;--font-family:"Akkurat-Mono",sans-serif;--font-family-headers:"Kurdis-ExtraBold",sans-serif;--font-family-headers-spacing:0px;--font-family-headers-text-transform:uppercase;--font-size:clamp(14px,1.4vw,16px);--line-height:clamp(14*1.5px,1.4*1.5vw,16*1.5px);--font-color:#222221;--font-size-h1:clamp(26px,2.6vw,52px);--line-height-h1:clamp(24*1.3px,2.4*1.3vw,48*1.3px);--text-align:center;--link-color:#91383c;--link-text-decoration:none;--link-color-hover:#91383c;--link-text-decoration-hover:underline;--button-background-color:#8b3a41;--button-background-color-hover:var(--color1);--button-color:var(--color1);--button-color-hover:#91383c;--button-border:2px solid #8b3a41;--button-border-hover:2px solid #8b3a41;--button-corner-radius:9rem;--button-font-family:"Kurdis-ExtraBold",sans-serif;--button-font-size:clamp(14*.9px,1.4*.9vw,16*.9px);--button-text-transform:uppercase;--button-letter-spacing:clamp(1px,.09vw,3px);--button-padding:6px clamp(1px,1.4vw,16px);--button-alt-background-color:var(--color1);--button-alt-background-color-hover:#91383c;--button-alt-color:#222221;--button-alt-color-hover:var(--color1);--button-alt-border:2px solid var(--color1);--button-alt-border-hover:2px solid #8b3a41;--navigation-background-color:#222221;--navigation-padding:0px 10px 10px 10px;--navigation-padding-mobile:20px;--navigation-text-align:right;--navigation-font-family:"Kurdis-ExtraBold",sans-serif;--navigation-font-size:clamp(10px,1.3vw,18px);--navigation-font-size-mobile:clamp(16px,2vh,28px);--navigation-line-height-mobile:clamp(16px,3vh,36px);--navigation-font-weight:bold;--navigation-letter-spacing:clamp(1*3px,.12*3vw,3*3px);--navigation-letter-spacing-mobile:2vw;--navigation-text-transform:uppercase;--navigation-color:var(--color1);--navigation-color-hover:var(--color1);--navigation-text-decoration:none;--navigation-text-decoration-hover:none;--navigation-text-shadow:none;--navigation-desktop-margin:14px 40px;--navigation-desktop-item-padding:10px 0px 5px 0px;--navigation-desktop-item-margin:10px clamp(8px,1.5vw,32px)5px;--navigation-item-desktop-text-align:right;--header-background:none;--header-width:calc(100% - 64px);--header-padding:24px 32px;--header-logo-color:var(--color1);--header-logo-width:clamp(180px,21vw,300px);--header-logo-shadow:-1px 1px 1px #000000b3;--header-logo-top:20px;--header-logo-left:clamp(5px,1.4vw,15px);--social-icon-color:var(--color1);--social-icon-color-hover:#91383c;--footer-width:calc(100% - 20px);--footer-padding:10px;--footer-content-max-width:1200px;--footer-background-color:#222221;--footer-font-family:"Akkurat-Mono",sans-serif;--footer-font-color:var(--color1);--footer-font-size:105%;--footer-link-color:var(--color1);--footer-link-color-hover:var(--color1);--footer-link-margin:0 5px;--footer-link-text-decoration:underline;--dialog-background:#222221;--dialog-content-background:#2c2c2a;--dialog-text-color:var(--color1);--menu-max-width:clamp(270px,calc(90vw - 20px),700px);--menu-background:var(--color1);--menu-border:2px solid #1d1d1b;--menu-border-radius:3vmin;--menu-padding:0px 0px;--menu-content-padding:10px 50px 30px 50px;--menu-text-align:center;--menu-header-border-bottom:2px dashed #1d1d1b;--menu-header-padding:10px 10px 30px 10px;--menu-image-height:clamp(250px,50vh,600px);--menu-image-margin:30px 0;--menu-bold-font:"Kurdis-ExtraBold",sans-serif;--menu-bold-font-letter-spacing:clamp(1px,.15vw,3px);--event-background:none;--color-primary:#f5a50c;--color-secondary:#fad185;--color-dark-grey:#1d1d1be6;--color-light-grey:#3b3b39e6;--event-just-added:#000;--event-sold-out:#8b3a41;--event-cancelled:#121212;--event-postponed:#121212;--event-wait-list:#e57627;--event-cafekokopresents:#8b3a41;--event-coming-soon:#28b930;--color-warning:red;--reviews-background-color:none;--reviews-font-color:#222221;--reviews-font-family:inherit;--reviews-font-size:105%;--reviews-line-height:150%;--reviews-title-font-family:"Kurdis-ExtraBold",sans-serif;--reviews-title-line-height:inherit;--reviews-title-letter-spacing:clamp(1*1px,.1*1vw,3*1px);--reviews-title-text-transform:uppercase;--header-logo-top-mobile:5px!important}@font-face{font-family:Akkurat-Mono;src:url(../media/Akkurat-Mono.0fbdf43c.woff2)format("woff2"),url(../media/Akkurat-Mono.c10140d0.woff)format("woff");font-weight:400;font-style:normal}@font-face{font-family:Kurdis-ExtraBold;src:url(../media/Kurdis-ExtraBold.507b2c63.woff2)format("woff2"),url(../media/Kurdis-ExtraBold.d876e085.woff)format("woff");font-weight:700;font-style:normal}.form input:-webkit-autofill{-webkit-text-fill-color:#fff;-webkit-background-clip:text;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}.form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-background-clip:text;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}.form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-background-clip:text;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}.form input:-webkit-autofill:active{-webkit-text-fill-color:#fff;-webkit-background-clip:text;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}.form p,.form label{font-family:var(--font-family);color:var(--color1)!important}.form h2{margin:0}.form input:focus,.form select:focus,.form textarea:focus,.form button:focus{outline:none}.form input,.form textarea,.form select{color:#fff;font-family:var(--font-family);background:#000;border:none;padding:10px 15px}.form input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;min-width:110px}.form input{border-radius:3rem}.form textarea{border-radius:.5rem}.form select{padding:10px 15px}.form{text-align:center;margin:0 auto;padding:20px}@media screen and (min-width:500px){.form{padding:none;text-align:left;background:0 0}}.form .formElements{align-items:center;margin:0 auto;display:flex}@media screen and (min-width:500px){.form .formElements{align-items:flex-start}}.form .formElements{flex-direction:column;justify-content:center;gap:10px}.form .formElements .formElementGroup{flex-direction:column;gap:10px;width:100%;margin-bottom:10px;display:flex}@media screen and (min-width:500px){.form .formElements .formElementGroup{flex-direction:row;width:auto;margin-bottom:0}}.form .checkboxes{margin:20px 0}.form .warning{text-align:center;color:var(--color-warning);margin-top:20px;font-weight:700}@media screen and (min-width:500px){.form .flex{justify-content:flex-end;align-items:flex-start;gap:20px;margin-top:15px;display:flex}.form .flex p{text-align:left;max-width:300px;margin:0}}.form .MuiFormControlLabel-asterisk{display:none}.form .terms{text-align:left;margin-top:20px}@media screen and (min-width:500px){.form .terms{margin-top:0}}.form .terms a{color:var(--color1);text-decoration:underline}.form .terms a:hover{color:var(--color1)}:root{--toastify-color-light:#8b3a41;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:84px;--toastify-toast-max-height:800px;--toastify-font-family:inherit;--toastify-z-index:9999;--toastify-text-color-light:#fff;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}:root .Toastify__toast a{color:#f5f5eb}.halftone{opacity:.15;z-index:1;pointer-events:none;background-color:#0000;background-image:radial-gradient(circle at 25% 25%,#fff0 24%,#fff 26% 37.5%,#fff0 37.5%),radial-gradient(circle at 0 100%,#fff 37.5%,#fff0 37.5%),radial-gradient(circle at 75% 75%,#fff0 24%,#fff 26% 37.5%,#fff0 37.5%),radial-gradient(circle at 100% 0,#fff 37.5%,#fff0 37.5%);background-position:50%;background-repeat:repeat,repeat,repeat,repeat;background-size:5px 5px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;width:100%;height:100%;position:absolute;top:0;left:0}.marquee{color:var(--color2);text-transform:uppercase;-webkit-user-select:none;user-select:none;background:#262523;padding:24px 0}.marquee div{padding:0 20px;display:flex}.marquee span{font-family:var(--font-family-headers);letter-spacing:var(--font-family-headers-spacing);padding:0 20px;font-size:24px;display:block;position:relative}.marquee span:after{content:"•";position:absolute;right:-5px}.marquee span:last-child:after{content:""}:root ::selection{color:#fff;background-color:#b5af83}:root html,:root body{scroll-behavior:smooth;margin:0;padding:0}:root body{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);color:var(--font-color);background:url(/assets/img/bg-texture.webp) 50%}:root body main{min-height:80vh}:root body main.dark{color:#efeee5;background-color:#222221}:root body main .container{max-width:750px;text-align:var(--text-align);margin:0 auto;padding:20px 20px 50px}:root body main .container.events{margin-top:80px}:root body main .container.no-carousel{margin-top:clamp(70px,10vh,100px)}@media screen and (max-width:500px){:root body main .container.no-carousel.generic{margin-top:0}}:root body main .container .gradient{background:#222221;width:100%;height:170px;position:absolute;top:0;left:0}@media screen and (max-width:1280px){:root body main .container .gradient{height:150px}}@media screen and (max-width:500px){:root body main .container .gradient{height:120px}}:root h1,:root h2,:root h3,:root h4,:root h5,:root h6{-webkit-user-select:none;user-select:none;font-family:var(--font-family-headers);letter-spacing:var(--font-family-headers-spacing);text-transform:var(--font-family-headers-text-transform)}:root h1{font-size:var(--font-size-h1);line-height:var(--line-height-h1)}:root h1:after{content:"";background-color:var(--font-color);width:34px;height:3px;margin:clamp(15px,2vw,30px) auto 35px;display:block}@media screen and (max-width:500px){:root h1:after{margin-bottom:0}}:root strong{letter-spacing:3px}:root img{max-width:100%;height:auto}:root .header{text-align:center}:root a{color:var(--link-color);-webkit-text-decoration:var(--link-text-decoration);text-decoration:var(--link-text-decoration)}:root a:hover{color:var(--link-color-hover);-webkit-text-decoration:var(--link-text-decoration-hover);text-decoration:var(--link-text-decoration-hover)}:root .small{font-size:50%;line-height:150%}:root .has-small-font-size{font-size:70%;line-height:150%}:root .menu:last-of-type *{margin-bottom:0!important}:root .social-share{justify-content:flex-start;align-items:flex-start;gap:10px;display:flex}:root .social-share .instagram{background:#222221;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}:root .social-share .instagram a{justify-content:center;align-items:center;width:60%;display:flex}:root .social-share .instagram a svg{width:90%;height:90%}:root .invertedcolors .navigation{display:none!important}:root .highlight{background:var(--button-background-color);border-radius:var(--button-corner-radius);padding:var(--button-padding)!important;padding-right:clamp(1px,1.2vw,8px)!important;transition:background .5s!important}:root .highlight:hover{background:var(--button-background-color-hover);color:var(--button-color-hover)!important}:root .highlight span{display:none!important}:root .highlight *{border-bottom:none!important}:root .loading svg{max-width:100px}:root .banner{width:100%;height:50vh;min-height:300px;position:relative}@media screen and (max-width:500px){:root .banner{height:35vh;min-height:0}}:root .banner img{object-fit:cover}
