﻿/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.highlightBlueFilter{filter:brightness(0) saturate(100%) invert(43%) sepia(84%) saturate(4408%) hue-rotate(177deg) brightness(95%) contrast(101%);}.lightGrayFilter{filter:brightness(0) saturate(100%) invert(86%) sepia(6%) saturate(78%) hue-rotate(182deg) brightness(86%) contrast(89%);}.whiteFilter{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(102%) contrast(103%);}.grayFilter{filter:brightness(0) saturate(100%) invert(27%) sepia(14%) saturate(215%) hue-rotate(169deg) brightness(96%) contrast(94%);}.Size100{width:100%;height:100%;}.Margin0{margin:0;}.Margin5{margin:5px;}.Margin10{margin:10px;}.Position0{top:0;left:0;}.Padding5{padding:5px;}.BackgroundImageContainCenter{background-size:contain;background-position:center;background-repeat:no-repeat;}.MaskBackgroundImageContainCenter{mask-size:contain;mask-position:center;mask-repeat:no-repeat;}.BackgroundImageCoverCenter{background-size:cover;background-position:center;background-repeat:no-repeat;}.RowFlex{display:flex;flex-direction:row;align-items:center;}.ColFlex{display:flex;flex-direction:column;align-items:center;}@font-face{font-family:HelveticaNowDisplay-Light;src:url('../../Fonts/HelveticaNowDisplay-Light.woff');}.FontLight{font-family:HelveticaNowDisplay-Light;font-display:auto;}@font-face{font-family:HelveticaNowDisplay-Regular;src:url('../../Fonts/HelveticaNowDisplay-Regular.woff');}.FontRegular{font-family:HelveticaNowDisplay-Regular;font-display:auto;}@font-face{font-family:HelveticaNowDisplay-ExtraBold;src:url('../../Fonts/HelveticaNowDisplay-ExtraBold.woff');}.FontBold{font-family:HelveticaNowDisplay-ExtraBold;font-display:auto;}.XSSize{font-size:12px;}.SmallSize{font-size:14px;}.NormalSize{font-size:16px;}.MediumSize{font-size:20px;}.LargeSize{font-size:24px;}.XLSize{font-size:36px;}.XXLSize{font-size:48px;}.XXXLSize{font-size:60px;}.XXXXLSize{font-size:80px;}.unselectable{user-drag:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.selectable{user-drag:initial;-webkit-user-drag:initial;-webkit-touch-callout:initial;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}.unclickable{pointer-events:none;cursor:default;}.clickable{pointer-events:all;cursor:pointer;}.searchSelect{position:relative;min-width:0;}.searchSelect.open{z-index:20;}.searchSelect.open .selectMenu{display:block;}.searchSelect.open .chevron{transform:rotate(225deg);margin-top:5px;}.searchSelect .selectMenu{display:none;}.searchSelect.searchableSelect.open .selectMenu{display:flex;}.searchSelect.searchableSelect .selectMenu{flex-direction:column;overflow:hidden;max-height:420px;min-width:300px;}.searchSelect.searchableSelect .selectSearchWrapper{flex:0 0 auto;padding:10px;border-bottom:1px solid rgba(0,0,0,.1);background:#fff;}.searchSelect.searchableSelect .selectSearch{width:100%;min-width:0;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;font:inherit;background:#fff;}.searchSelect.searchableSelect .selectSearch:focus{border-color:rgba(0,0,0,.45);}.searchSelect.searchableSelect .selectOptions{flex:1 1 auto;min-height:0;overflow-y:auto;}.searchSelect.searchableSelect .selectOption{display:block;}.searchSelect.searchableSelect .selectOption a{display:block;padding:10px 12px;color:inherit;text-decoration:none;}.searchSelect.searchableSelect .selectOption.active,.searchSelect.searchableSelect .selectOption:hover{background:rgba(0,0,0,.06);}.searchSelect.searchableSelect .selectNoResults{flex:0 0 auto;display:none;padding:10px 12px;opacity:.65;}.selectButton{width:100%;height:48px;border:0;border-radius:999px;background-color:#fff;color:#999;padding:0 24px;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;line-height:1;text-align:left;}.selectButton span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.chevron{width:10px;height:10px;flex:0 0 auto;border-right:2px solid #aaa;border-bottom:2px solid #aaa;transform:rotate(45deg);transition:transform .2s ease,margin-top .2s ease;margin-top:-4px;}.selectMenu{display:none;position:absolute;top:calc(100% + 8px);left:0;width:100%;min-width:220px;background-color:#fff;border-radius:18px;padding:8px;box-sizing:border-box;box-shadow:0 10px 30px rgba(0,0,0,.22);max-height:260px;overflow-y:auto;}.selectMenu label{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;cursor:pointer;color:#555;font-size:14px;}.selectMenu label:hover{background-color:#f2f2f2;}.selectMenu input{margin:0;}.searchButton{height:48px;border:0;border-radius:999px;background-color:#008acc;color:#fff;cursor:pointer;font-size:14px;text-transform:lowercase;transition:background-color .2s ease;}.searchButton:hover{background-color:#00acff;}.propertySearchForm{background-color:#43474b;padding:12px 32px;box-sizing:border-box;width:100%;}.propertySearchForm .propertySearchGrid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr)) 76px;gap:18px;align-items:center;}@media(max-width:1100px){.propertySearchForm .propertySearchGrid{grid-template-columns:repeat(3,minmax(160px,1fr));}.propertySearchForm .propertySearchGrid .searchButton{grid-column:1/-1;}}@media(max-width:650px){.propertySearchForm .propertySearchForm{padding:12px 22px 28px;}.propertySearchForm .propertySearchGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px;}.propertySearchForm .selectButton{height:49px;font-size:20px;padding:0 26px;}.propertySearchForm .searchButton{grid-column:1/-1;height:53px;font-size:22px;margin-top:4px;}.propertySearchForm .selectMenu{min-width:100%;}}@media(max-width:420px){.propertySearchForm .propertySearchGrid{grid-template-columns:1fr;}.propertySearchForm .searchButton{grid-column:auto;}.propertySearchForm .selectButton{font-size:18px;}}.developmentResult{display:flex;background-color:#f6f6f6;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.developmentResult{width:45%;flex-direction:row;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.developmentResult{width:100%;flex-direction:column;}.developmentResult .developmentImg{height:200px;}.developmentResult .developmentImg:before{display:none;}}.developmentResult.red .developmentImg:before{background-color:#c83d37;}.developmentResult.blue .developmentImg:before{background-color:#008acc;}.developmentResult.yellow .developmentImg:before{background-color:#f1ba38;}.developmentResult.gray .developmentImg:before{background-color:#43474b;}.developmentResult .developmentImg{background-size:cover;background-position:center;background-repeat:no-repeat;min-width:50%;position:relative;}.developmentResult .developmentImg:before{content:'';position:absolute;height:10px;left:0;bottom:0;width:100%;}.developmentResult .developmentContent{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:10px;width:100%;box-sizing:border-box;}.developmentResult .developmentContent .developmentLogo{background-size:contain;background-position:center;background-repeat:no-repeat;width:100%;max-width:225px;min-height:100px;align-self:center;}.developmentResult .developmentContent .developmentCatchphrase{width:100%;font-family:HelveticaNowDisplay-ExtraBold;font-display:auto;}.developmentResult .developmentContent .button{align-self:center;justify-self:flex-end;}.carouselWrapper{width:100%;overflow:hidden;position:relative;}.carouselWrapper .carouselArrowContainer{position:absolute;inset:0;z-index:1;display:none;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 10px;box-sizing:border-box;pointer-events:none;cursor:default;}.carouselWrapper .carouselArrowContainer>button{pointer-events:all;cursor:pointer;z-index:2;}.carouselWrapper .initializeCarousel .carousel{overflow-x:auto;overflow-y:hidden;display:flex;flex-direction:row;justify-content:flex-start;scroll-behavior:smooth;scroll-snap-type:x mandatory;cursor:grab;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y;overscroll-behavior-x:contain;}.carouselWrapper .initializeCarousel .carousel.centerWhenFits{justify-content:flex-start;justify-content:safe center;}.carouselWrapper .initializeCarousel .carousel.dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;}.carouselWrapper .initializeCarousel .carousel.dragging a,.carouselWrapper .initializeCarousel .carousel.dragging button,.carouselWrapper .initializeCarousel .carousel.dragging input,.carouselWrapper .initializeCarousel .carousel.dragging textarea,.carouselWrapper .initializeCarousel .carousel.dragging select,.carouselWrapper .initializeCarousel .carousel.dragging iframe{pointer-events:none;}.carouselWrapper .initializeCarousel .carousel.dragging *{user-select:none;}.carouselWrapper .initializeCarousel .carouselArrowContainer{display:flex;}.carouselWrapper .draggingBehaviour{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;}.carouselWrapper .draggingBehaviour a,.carouselWrapper .draggingBehaviour button,.carouselWrapper .draggingBehaviour input,.carouselWrapper .draggingBehaviour textarea,.carouselWrapper .draggingBehaviour select,.carouselWrapper .draggingBehaviour iframe{pointer-events:none;}.carouselWrapper .draggingBehaviour *{user-select:none;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel{overflow-x:auto;overflow-y:hidden;display:flex;flex-direction:row;justify-content:flex-start;scroll-behavior:smooth;scroll-snap-type:x mandatory;cursor:grab;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y;overscroll-behavior-x:contain;}.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.centerWhenFits{justify-content:flex-start;justify-content:safe center;}.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;}.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging a,.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging button,.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging input,.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging textarea,.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging select,.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging iframe{pointer-events:none;}.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carousel.dragging *{user-select:none;}.carouselWrapper:not(.carouselWrapper.noCarouselDesktop) .carouselArrowContainer{display:flex;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.carouselWrapper:not(.carouselWrapper.keepCarouselOnMobile) .carousel{display:flex;flex-direction:column;}.carouselWrapper.keepCarouselOnMobile .carousel{overflow-x:auto;overflow-y:hidden;display:flex;flex-direction:row;justify-content:flex-start;scroll-behavior:smooth;scroll-snap-type:x mandatory;cursor:grab;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y;overscroll-behavior-x:contain;}.carouselWrapper.keepCarouselOnMobile .carousel.centerWhenFits{justify-content:flex-start;justify-content:safe center;}.carouselWrapper.keepCarouselOnMobile .carousel.dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;}.carouselWrapper.keepCarouselOnMobile .carousel.dragging a,.carouselWrapper.keepCarouselOnMobile .carousel.dragging button,.carouselWrapper.keepCarouselOnMobile .carousel.dragging input,.carouselWrapper.keepCarouselOnMobile .carousel.dragging textarea,.carouselWrapper.keepCarouselOnMobile .carousel.dragging select,.carouselWrapper.keepCarouselOnMobile .carousel.dragging iframe{pointer-events:none;}.carouselWrapper.keepCarouselOnMobile .carousel.dragging *{user-select:none;}.carouselWrapper.keepCarouselOnMobile .carouselArrowContainer{display:flex;}}.carouselWrapper .carousel::-webkit-scrollbar{display:none;}.carouselWrapper .carousel>*{flex:0 0 auto;scroll-snap-align:start;user-select:none;-webkit-user-drag:none;}.carouselWrapper .carousel img{pointer-events:none;user-select:none;-webkit-user-drag:none;}.carouselArrowInner{appearance:none;width:42px;height:42px;flex:0 0 42px;padding:0;display:grid;place-items:center;border:1px solid rgba(0,0,0,.08);border-radius:50%;background-color:#f6f6f6;color:#43474b;box-shadow:0 2px 8px rgba(0,0,0,.14),0 1px 2px rgba(0,0,0,.08);cursor:pointer;backdrop-filter:blur(5px);transition:background-color 150ms ease,box-shadow 150ms ease,border-color 150ms ease,opacity 150ms ease;}.carouselArrowInner::before{content:"";display:block;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;box-sizing:border-box;transition:translate 150ms ease;}.carouselArrowInner.carouselPrev::before{transform:rotate(135deg);translate:2px 0;}.carouselArrowInner.carouselNext::before{transform:rotate(-45deg);translate:-2px 0;}.carouselArrowInner:not(:disabled):hover{background-color:#fff;border-color:rgba(0,0,0,.12);box-shadow:0 5px 16px rgba(0,0,0,.18),0 2px 4px rgba(0,0,0,.1);}.carouselArrowInner:not(:disabled):hover.carouselPrev::before{translate:0 0;}.carouselArrowInner:not(:disabled):hover.carouselNext::before{translate:0 0;}.carouselArrowInner:not(:disabled):active{background-color:#f2f2f2;box-shadow:0 1px 3px rgba(0,0,0,.15),inset 0 1px 2px rgba(0,0,0,.08);}.carouselArrowInner:focus-visible{outline:3px solid rgba(0,0,0,.25);outline-offset:3px;}.carouselArrowInner.disabled,.carouselArrowInner:disabled{opacity:.25;cursor:default;pointer-events:none;}#forever{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;}#forever #foreverIcon{background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url('../../img/locationRed.svg');aspect-ratio:1/1;height:100px;}#forever #foreverHeader{font-size:60px;}.event{display:flex;background-color:#f6f6f6;}.event .eventImage{background-size:cover;background-position:50% 0%;background-repeat:no-repeat;position:relative;}.event .eventImage:before{content:'';position:absolute;height:10px;left:0;bottom:0;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.event .eventImage:before{width:50%;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.event .eventImage:before{width:100%;}}.event .eventContent{display:flex;flex-direction:column;gap:20px;box-sizing:border-box;}.event .eventContent .eventTitle{font-family:HelveticaNowDisplay-ExtraBold;font-display:auto;font-size:20px;}.event .eventContent .button{align-self:flex-start;}.event .eventActions{display:flex;flex-wrap:wrap;gap:10px;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.event{flex-direction:column;gap:20px;}.event .eventImage{aspect-ratio:4/3;}.event .eventContent{padding:0 20px;padding-bottom:20px;}.event .eventActions{flex-direction:row;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.event{flex-direction:row;width:100%;}.event .eventImage{width:100%;}.event .eventContent{width:100%;padding:10px;}.event .eventActions{flex-direction:column;}}.event.red .eventImage:before{background-color:#c83d37;}body.popupVisible{overflow-y:hidden;}body .popup{position:fixed;--popupHeight:auto;--popupWidth:min(90vw,1000px);width:100%;height:100%;top:0;left:0;display:grid;display:-ms-grid;grid-template-rows:1fr var(--popupHeight) 1fr;-ms-grid-rows:1fr var(--popupHeight) 1fr;grid-template-columns:1fr var(--popupWidth) 1fr;-ms-grid-columns:1fr var(--popupWidth) 1fr;-webkit-transition:visibility,opacity;-moz-transition:visibility,opacity;-o-transition:visibility,opacity;transition:visibility,opacity;-webkit-transition-duration:.2s,.2s;-moz-transition-duration:.2s,.2s;-o-transition-duration:.2s,.2s;transition-duration:.2s,.2s;box-sizing:border-box;visibility:hidden;opacity:0;z-index:999;}body .popup.visible{visibility:visible;opacity:1;}body .popup>.closePopup{background-color:rgba(0,0,0,.8);grid-column-start:1;-ms-grid-column:1;grid-column-end:4;-ms-grid-column-span:-1;grid-row-start:1;-ms-grid-row:1;grid-row-end:4;-ms-grid-row-span:-1;}body .popup .popupContainer{width:100%;height:100%;display:grid;display:-ms-grid;grid-template-columns:1fr;-ms-grid-columns:1fr;grid-template-rows:auto 1fr auto;-ms-grid-rows:auto 1fr auto;grid-column-start:2;-ms-grid-column:2;grid-row-start:2;-ms-grid-row:2;background-color:#fff;padding:20px;box-sizing:border-box;overflow:hidden;}body .popup .popupContainer .popupHeader{font-family:HelveticaNowDisplay-ExtraBold;font-display:auto;font-size:36px;padding-bottom:20px;}body .popup .popupContainer .popupInner{overflow:auto;}body .popup .popupContainer .popupActions{display:flex;flex-direction:row;align-items:center;padding-top:10px;gap:5px;justify-content:flex-end;}body .popup.noHeader .popupContainer{grid-template-rows:1fr auto;-ms-grid-rows:1fr auto;}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){body .popup{--popupWidth:100vw;--popupHeight:100%;}}.switch{--switchCount:2;--switchPadding:3px;--switchBackground:#f3f3f3;--switchSelectedBackground:#008acc;--switchTextColour:#b5b5b5;--switchSelectedTextColour:#fff;position:relative;display:inline-grid;grid-template-columns:repeat(var(--switchCount),1fr);align-items:center;padding:var(--switchPadding);border-radius:999px;background:var(--switchBackground);overflow:hidden;}.switch.developmentAccentColour{--switchSelectedBackground:var(--developmentAccentColour);}.switchInput{position:absolute;opacity:0;pointer-events:none;}.switchLabel{position:relative;z-index:2;min-width:90px;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;line-height:1;text-align:center;color:var(--switchTextColour);cursor:pointer;user-select:none;transition:color 180ms ease;}.switchSlider{position:absolute;z-index:1;top:var(--switchPadding);left:var(--switchPadding);width:calc((100% - (var(--switchPadding)*2))/var(--switchCount));height:calc(100% - (var(--switchPadding)*2));border-radius:999px;background:var(--switchSelectedBackground);box-shadow:0 1px 3px rgba(0,0,0,.15);transform:translateX(0);transition:transform 220ms ease;}.switchInput:nth-of-type(1):checked~.switchSlider{transform:translateX(0%);}.switchInput:nth-of-type(1):checked~.switchLabel:nth-of-type(1){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(2):checked~.switchSlider{transform:translateX(100%);}.switchInput:nth-of-type(2):checked~.switchLabel:nth-of-type(2){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(3):checked~.switchSlider{transform:translateX(200%);}.switchInput:nth-of-type(3):checked~.switchLabel:nth-of-type(3){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(4):checked~.switchSlider{transform:translateX(300%);}.switchInput:nth-of-type(4):checked~.switchLabel:nth-of-type(4){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(5):checked~.switchSlider{transform:translateX(400%);}.switchInput:nth-of-type(5):checked~.switchLabel:nth-of-type(5){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(6):checked~.switchSlider{transform:translateX(500%);}.switchInput:nth-of-type(6):checked~.switchLabel:nth-of-type(6){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(7):checked~.switchSlider{transform:translateX(600%);}.switchInput:nth-of-type(7):checked~.switchLabel:nth-of-type(7){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(8):checked~.switchSlider{transform:translateX(700%);}.switchInput:nth-of-type(8):checked~.switchLabel:nth-of-type(8){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(9):checked~.switchSlider{transform:translateX(800%);}.switchInput:nth-of-type(9):checked~.switchLabel:nth-of-type(9){color:var(--switchSelectedTextColour);}.switchInput:nth-of-type(10):checked~.switchSlider{transform:translateX(900%);}.switchInput:nth-of-type(10):checked~.switchLabel:nth-of-type(10){color:var(--switchSelectedTextColour);}.heroBanner{background-image:url('/Files/GetRelativeFile?filePath=/pages/development/search.jpg');background-position:50% 30%;}.heroBanner .heroContent{display:flex;flex-direction:column;color:#fff;height:100%;gap:20px;align-items:center;justify-content:flex-end;padding-bottom:var(--mainSpacing);top:0;}.heroBanner .heroContent .header{font-size:60px;line-height:60px;}#results{display:flex;flex-direction:column;gap:10px;}#results .resultContainer{gap:10px;}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){#results .resultContainer{display:flex;flex-direction:column;}}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){#results .resultContainer{display:grid;display:-ms-grid;grid-template-columns:1fr 1fr;-ms-grid-columns:1fr 1fr;}}#results .resultContainer .developmentResult{width:100%;}#mapCategoryDetails{display:flex;flex-direction:column;gap:20px;padding-top:20px;}#mapCategoryDetails .categoryDetails{display:flex;flex-direction:column;gap:10px;}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){#mapCategoryDetails .categoryDetails{text-align:center;}#mapCategoryDetails .categoryDetails .categoryButtons{flex-direction:column;}}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){#mapCategoryDetails .categoryDetails .categoryButtons{flex-direction:row;}}#mapCategoryDetails .categoryDetails .categoryHeader{font-size:48px;}#mapCategoryDetails .categoryDetails .categoryButtons{display:flex;gap:10px;}#mapCategoryDetails .mapContainer{display:flex;flex-direction:column;gap:20px;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){#mapCategoryDetails .mapContainer .switch{align-self:center;}}#featuredOuter{background-color:#f6f6f6;}#featuredOuter #featured .developmentContainer .developmentContainerInner{gap:10px;}#featuredOuter #featured .developmentContainer .developmentContainerInner .developmentResult{background-color:#fff;}#events .eventsContainer .eventsContainerInner{gap:10px;}#events .eventsContainer .eventsContainerInner .event{background-color:#fff;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){#events .eventsContainer .eventsContainerInner .event{width:max(24ch,25vw);}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){#events .eventsContainer .eventsContainerInner .event{width:100%;}}#categoryDetails .popupContainer .popupHeader{font-family:HelveticaNowDisplay-Regular;font-display:auto;font-size:48px;text-align:center;}#categoryDetails .popupContainer .popupInner{display:flex;flex-direction:row;gap:10px;padding:30px;}#categoryDetails .popupContainer .popupInner>*{flex:1;min-width:0;}