.tabbed-content .title{text-align:center;width:auto}@media only screen and (min-width:1024px){.tabbed-content .title{font-size:38px!important;margin-top:290px!important}}@media only screen and (min-width:1200px){.tabbed-content .title{margin-top:230px!important}}.map-container{align-items:center;display:flex;justify-content:center;width:100%}@media only screen and (min-width:1024px){.map-container{justify-content:flex-end}}[astro-icon*=-map]{max-height:46px;max-width:62px;transform:scale(1);transform:scale(var(--map-scale,1));transition:transform .22s ease-out;width:auto;width:100%}@media only screen and (min-width:1024px){[astro-icon*=-map]{max-width:72px;min-height:60px}}[astro-icon*=-map] path{transition:fill .22s ease-out}.label-container{align-items:center;display:flex;gap:10px;justify-content:center;margin-left:10px;margin-right:auto;transform:translate(-10px);transform:translate(calc(var(--label-translate-x, -10px)));transition:transform .22s ease-out}@media only screen and (min-width:1024px){.label-container{transform:translate(-30px);transform:translate(calc(var(--label-translate-x, -30px)))}}.label-container:before{background-color:#493a32;content:"";display:none;height:1px;left:0;opacity:0;opacity:var(--label-line-opacity,0);position:relative;top:0;transform:scaleX(0);transform:scaleX(var(--label-line-scale,0));transform-origin:right;transition:transform .22s ease-out,opacity .22s ease-out;width:20px}@media only screen and (min-width:1024px){.label-container:before{display:block}}.tabbed-content{display:flex;flex-direction:column;gap:10px;margin-top:30px;position:relative}@media only screen and (min-width:1024px){.tabbed-content{flex-direction:row;gap:0}}@media only screen and (min-width:1440px){.tabbed-content{max-height:765px}}.tabbed-content label{opacity:0;position:absolute}.tabbed-content__tab-select{margin-bottom:40px}@media only screen and (min-width:1024px){.tabbed-content__tab-select{margin-bottom:0}}.tabbed-content-container{align-items:center;display:flex;justify-content:center}.tab-navigation{display:flex;flex-wrap:wrap;overflow:hidden;position:relative;width:100%}@supports (display:grid){.tab-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:768px){.tab-navigation{margin-bottom:20px}}@media only screen and (min-width:1024px){.tab-navigation{align-self:flex-end;justify-content:flex-end;max-width:500px;overflow:visible}}.tab-navigation__item{flex:1;flex-basis:50%;position:relative}@media only screen and (min-width:1024px){.tab-navigation__item{max-width:250px}}.tab-navigation__item:first-child,.tab-navigation__item:nth-child(2){border-bottom:1px solid #cec1b0;border-top:1px solid #cec1b0}@media only screen and (min-width:1024px){.tab-navigation__item:first-child,.tab-navigation__item:nth-child(2){border-bottom:none;border-top:none;position:relative}.tab-navigation__item:first-child:after,.tab-navigation__item:first-child:before,.tab-navigation__item:nth-child(2):after,.tab-navigation__item:nth-child(2):before{background-color:#cec1b0;bottom:0;content:"";height:1px;position:absolute;right:0;width:500%}.tab-navigation__item:first-child:before,.tab-navigation__item:nth-child(2):before{bottom:auto;top:0}}.tab-navigation__item:first-child,.tab-navigation__item:nth-child(3),.tab-navigation__item:nth-child(5){border-right:1px solid #cec1b0}.tab-navigation__item:nth-child(3),.tab-navigation__item:nth-child(4),.tab-navigation__item:nth-child(5){border-bottom:1px solid #cec1b0}@media only screen and (min-width:1024px){.tab-navigation__item:nth-child(3),.tab-navigation__item:nth-child(4),.tab-navigation__item:nth-child(5){border-bottom:none;position:relative}.tab-navigation__item:nth-child(3):after,.tab-navigation__item:nth-child(4):after,.tab-navigation__item:nth-child(5):after{background-color:#cec1b0;bottom:0;content:"";height:1px;position:absolute;right:0;width:500%}}.tab-navigation__item:nth-child(5){border-bottom:none;position:relative}.tab-navigation__item:nth-child(5):after{background-color:#cec1b0;bottom:0;content:"";height:1px;position:absolute;right:-110%;width:500%}.tab-navigation__item.active{--map-color:#493a32;--map-scale:1.1;--label-translate-x:0;--label-line-scale:1;--label-line-opacity:1}.tab-navigation__item .button{background:transparent;color:#312722;display:flex;flex-direction:row;font-size:14px;gap:10px;height:100%;justify-content:space-between;letter-spacing:2px;min-height:82px;padding:10px;text-transform:uppercase;width:100%}@media only screen and (min-width:1024px){.tab-navigation__item .button{flex-direction:column-reverse;gap:20px;padding:20px}}.tab-navigation__item .button:focus-visible,.tab-navigation__item .button:hover{--map-scale:1.15}.tab-navigation-container{display:flex;flex-direction:column;width:100%}.tab-navigation-container .title{margin:40px}@media only screen and (min-width:1024px){.tab-navigation-container .title{margin:auto 0;transform:translateY(-40px)}.tab-navigation-container{max-width:475px}}@media only screen and (min-width:1440px){.tab-navigation-container{max-width:30vw}}.tab-primary{display:flex;flex-direction:column;height:100%}@media only screen and (min-width:768px){.tab-primary{flex-direction:row}}.tab-primary__col{position:relative}.tab-primary__col-inner{grid-gap:20px;display:grid;grid-template-columns:1fr}.tab-select{position:relative}.tab-select__icon{bottom:0;font-size:12px;height:22px;pointer-events:none;position:absolute;right:10px;top:12px}.tab-select__icon path{stroke:#fff}.tab-select__select{background-color:#312722;border:none;border-radius:11px;color:#fff;cursor:pointer}.tab-panels{flex:1;min-height:400px;position:relative}.tab-panels__panel{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .22s ease-out;width:100%;z-index:0}.tab-panels__panel.active{--text-opacity:1;--title-translate-x:0;opacity:1;pointer-events:all;position:relative;z-index:1}@media only screen and (min-width:768px){.tab-panels__panel.active{--title-translate-x:-80px}}.location-card.astro-cc5z4p5s{--offset:70px;display:flex;flex-direction:column;min-height:auto;min-height:var(--min-height,auto);overflow:hidden}@media only screen and (min-width:768px){.location-card.astro-cc5z4p5s{--offset:30px}}@media only screen and (min-width:1024px){.location-card.astro-cc5z4p5s{--offset:70px}}@media only screen and (min-width:768px){.location-card.astro-cc5z4p5s{flex-direction:row;max-height:100%}.location-card.astro-cc5z4p5s .button-wrapper{margin-bottom:40px;margin-top:10px}}.location-card.astro-cc5z4p5s:after{content:"";height:120%;position:absolute;right:0;top:0;width:100%;z-index:-1}@media only screen and (min-width:768px){.location-card.astro-cc5z4p5s:after{background:linear-gradient(45deg,#3d312a,#936f57);-webkit-clip-path:polygon(0 var(--offset),100% 0,100% 100%,0 100%);clip-path:polygon(0 var(--offset),100% 0,100% 100%,0 100%);width:50%}}h3.astro-cc5z4p5s,p.astro-cc5z4p5s{color:#fff}h3.astro-cc5z4p5s{--font-size:58px;font-size:58px;font-size:var(--font-size);line-height:1.263;margin-top:-81.2px;margin-top:calc(var(--font-size)*-1.4);position:relative}@media only screen and (min-width:768px){h3.astro-cc5z4p5s{left:-60px;margin-top:0;order:2}}@media only screen and (min-width:1024px){h3.astro-cc5z4p5s{flex-direction:row;font-size:80px}}p.astro-cc5z4p5s{font-size:18px;letter-spacing:.7px;line-height:1.5833;max-width:400px}.text-container.astro-cc5z4p5s{--padding-y:60px;--padding-x:20px;background:linear-gradient(45deg,#3d312a,#936f57);display:flex;flex:1;flex-basis:50%;flex-direction:column;justify-content:flex-start;opacity:0;opacity:var(--text-opacity,0);padding:40px 20px 70px;padding:var(--padding-top,40px) var(--padding-x) calc(var(--padding-y) + 10px) var(--padding-x);position:relative;transition:opacity 1s ease;transition-delay:.1s;z-index:1}@media only screen and (min-width:768px){.text-container.astro-cc5z4p5s{--padding-y:80px;--padding-x:40px;--padding-top:120px;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}}@media only screen and (min-width:1024px){.text-container.astro-cc5z4p5s{--padding-y:25px}}@media only screen and (min-width:1440px){.text-container.astro-cc5z4p5s{--padding-top:130px}}.picture-container.astro-cc5z4p5s{flex:1;flex-basis:50%;flex-shrink:0;height:40dvh;z-index:1}.picture-container.astro-cc5z4p5s picture{display:flex;height:100%;overflow:hidden}.picture-container.astro-cc5z4p5s img{aspect-ratio:3/4;display:flex;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;width:100%}.shaped-background.astro-cc5z4p5s{--angle-offset:45px;--bottom-offset:var(--angle-offset);--rounded-corner:44px;--background-image:url(https://images.unsplash.com/photo-1582738411706-bfc8e691d1c2?q=80&w=3087&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);--background-image:$locations-gradient;--circle-background-image:var(--background-image);--top-right-offset:0px;--angle-offset:44px;--micro-adjustment-distance-from-top:-1px;--micro-adjustment-distance-from-left:0px;position:relative}@media only screen and (min-width:768px){.shaped-background.astro-cc5z4p5s{--top-right-offset:var(--offset);--angle-offset:54px;height:auto}}@media only screen and (min-width:1024px){.shaped-background.astro-cc5z4p5s{--top-right-offset:70px;--angle-offset:130px}}.shaped-background--brown-gradient.astro-cc5z4p5s{--background-image:$locations-gradient}.shaped-background--no-bottom-offset.astro-cc5z4p5s{--bottom-offset:0px}.shaped-background--no-rounded.astro-cc5z4p5s:after{display:none}@media only screen and (min-width:480px){.shaped-background.astro-cc5z4p5s{--micro-adjustment-distance-from-top:0px;--micro-adjustment-distance-from-left:-5px}}@media only screen and (min-width:1024px){.shaped-background.astro-cc5z4p5s{--micro-adjustment-distance-from-top:0px;--micro-adjustment-distance-from-left:-9px}}.shaped-background.astro-cc5z4p5s:after,.shaped-background.astro-cc5z4p5s:before{background:var(--background-image);background-position:50%;background-size:cover;-webkit-clip-path:polygon(calc(var(--rounded-corner) + var(--micro-adjustment-distance-from-left)) calc(var(--angle-offset) + var(--micro-adjustment-distance-from-top)),100% 0,100% 100%,0 calc(100% - var(--bottom-offset)),0 calc(var(--angle-offset) + var(--rounded-corner)));clip-path:polygon(calc(var(--rounded-corner) + var(--micro-adjustment-distance-from-left)) calc(var(--angle-offset) + var(--micro-adjustment-distance-from-top)),100% 0,100% 100%,0 calc(100% - var(--bottom-offset)),0 calc(var(--angle-offset) + var(--rounded-corner)));-webkit-clip-path:polygon(calc(var(--rounded-corner) + var(--micro-adjustment-distance-from-left)) calc(var(--angle-offset) + var(--micro-adjustment-distance-from-top)),100% var(--top-right-offset,0),100% 100%,0 calc(100% - var(--bottom-offset)),0 calc(var(--angle-offset) + var(--rounded-corner)));clip-path:polygon(calc(var(--rounded-corner) + var(--micro-adjustment-distance-from-left)) calc(var(--angle-offset) + var(--micro-adjustment-distance-from-top)),100% var(--top-right-offset,0),100% 100%,0 calc(100% - var(--bottom-offset)),0 calc(var(--angle-offset) + var(--rounded-corner)));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.shaped-background.astro-cc5z4p5s:before{--shape:"large rect"}.shaped-background.astro-cc5z4p5s:after{--shape:"rounded corner";background-image:var(--circle-background-image);-webkit-clip-path:circle(var(--rounded-corner) at var(--rounded-corner) calc(var(--angle-offset) + var(--rounded-corner)));clip-path:circle(var(--rounded-corner) at var(--rounded-corner) calc(var(--angle-offset) + var(--rounded-corner)));z-index:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee-reverse{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fadeRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media only screen and (min-width:1024px){.page-strip.astro-srczfl35{padding-bottom:140px}}.page-strip.astro-srczfl35+.page-strip{margin-top:-37px;z-index:1}@media only screen and (min-width:1024px){.page-strip.astro-srczfl35+.page-strip{margin-top:-140px}}
