@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";:root{--image_aspect_ratio: 4/2.5;--section_padding: 8vh;--anchors_height: 60px;--anchors_bg: var(--main);--anchors_color: var(--main-color-associated);--anchors_highlight_color: var(--secondary);--anchors_border: var(--main-l-15);--arrow_width: 40px;--overlay_bg: rgba(0, 0, 0, .5);--header_height: 100px;--stroke: var(--gray-300);--bookingform_inline_height: 120px}@media(max-width: 991px){:root{--section_padding: 4vh}}@media(max-width: 767px){:root{--anchors_height: 50px;--header_height: 60px}}.anchor_menu{position:relative;z-index:800;height:var(--anchors_height)}.anchor_menu.fixed .anchors_wrap{position:fixed;top:var(--header_height);left:0}.anchor_menu .anchors_wrap{width:100%;height:var(--anchors_height);background:var(--anchors_bg);color:var(--anchors_color);display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.anchor_menu .anchors_wrap .arrow{opacity:0;filter:Alpha(opacity=0)}@media(max-width: 991px){.anchor_menu .anchors_wrap .arrow{display:none}}.anchor_menu .anchors_wrap.slider_is_visible .arrow,.anchor_menu .anchors_wrap.slider_is_visible .arrow.inverse{background:var(--anchors_bg);border-color:rgba(0,0,0,0);border-radius:0}.anchor_menu .anchors_wrap.slider_is_visible .arrow:after,.anchor_menu .anchors_wrap.slider_is_visible .arrow:before,.anchor_menu .anchors_wrap.slider_is_visible .arrow.inverse:after,.anchor_menu .anchors_wrap.slider_is_visible .arrow.inverse:before{background:var(--anchors_color)}.anchor_menu .anchors_wrap.slider_is_visible .arrow:hover,.anchor_menu .anchors_wrap.slider_is_visible .arrow.inverse:hover{background:color-mix(in srgb, var(--anchors_bg) 10%, #000)}.anchor_menu .anchors_wrap.slider_is_visible .arrow:hover:after,.anchor_menu .anchors_wrap.slider_is_visible .arrow:hover:before,.anchor_menu .anchors_wrap.slider_is_visible .arrow.inverse:hover:after,.anchor_menu .anchors_wrap.slider_is_visible .arrow.inverse:hover:before{background:var(--anchors_color)}.anchor_menu .anchors_wrap.slider_is_visible .arrow{padding:20px;margin-top:0;top:0;height:var(--anchors_height);opacity:1;filter:Alpha(opacity=100)}.anchor_menu .anchors_wrap.slider_is_visible .arrow.next{right:0}.anchor_menu .anchors_wrap.slider_is_visible .arrow.prev{left:0}.anchor_menu .anchors_wrap.slider_is_visible .arrow.slick-disabled{opacity:0;filter:Alpha(opacity=0)}.anchor_menu .anchors_wrap.slider_is_visible .arrow span{display:none}.anchor_menu .anchors_wrap .wrap{height:100%;overflow:hidden;width:calc(100% - var(--arrow_width)*2);margin-left:auto;margin-right:auto;-webkit-transition:width .3s ease;-moz-transition:width .3s ease;-ms-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}@media(max-width: 991px){.anchor_menu .anchors_wrap .wrap{display:block;width:100%}}.anchor_menu .anchors_wrap .wrap .label{display:block;position:relative;color:var(--anchors_color);text-decoration:none;text-align:center;height:var(--anchors_height);line-height:120%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.anchor_menu .anchors_wrap .wrap .label:not(:first-child):before{content:"";display:block;position:absolute;left:0;top:50%;height:calc(var(--anchors_height)/2);background:var(--anchors_border);width:1px;z-index:100;margin-top:-18px}.anchor_menu .anchors_wrap .wrap .label.active{color:var(--anchors_highlight_color)}.anchor_menu .anchors_wrap .wrap .label:hover{color:var(--anchors_highlight_color)}.anchor_menu .anchors_wrap .wrap .label span{width:120px;padding:0 .5em;display:block;font-size:.9em;line-height:110%}@media(min-width: 1200px){.anchor_menu .anchors_wrap .wrap .label span{width:150px}}@media(max-width: 991px){.anchor_menu .anchors_wrap .wrap .label span{width:auto;padding:0 1em}}