.BannerSection_heroSection__egcJo{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:140px;padding-bottom:40px;background-color:#fff;overflow:hidden;animation:BannerSection_fadeIn__6pCk9 1s ease-out forwards;opacity:0}@keyframes BannerSection_fadeIn__6pCk9{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.BannerSection_mainHeading__fLlSg{font-size:36px;font-weight:800;color:#000;margin-bottom:20px;line-height:1.1}.BannerSection_subHeading__LFosr{font-size:20px;color:#181818;margin-bottom:40px;max-width:1000px;line-height:1.6}.BannerSection_buttonsContainer___sODj{display:flex;gap:15px;margin-bottom:60px}.BannerSection_buttonsContainer___sODj button{padding:15px 30px;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--font-montserrat)}.BannerSection_buttonsContainer___sODj .BannerSection_primaryButton__8PP4v{background-color:#000;color:#fff;border:none}.BannerSection_buttonsContainer___sODj .BannerSection_primaryButton__8PP4v:hover{box-shadow:0 8px 15px rgba(0,0,0,.1)}.BannerSection_buttonsContainer___sODj .BannerSection_secondaryButton__PUsBC{background-color:#f0f0f0;color:#000;border:1px solid #ddd}.BannerSection_buttonsContainer___sODj .BannerSection_secondaryButton__PUsBC:hover{box-shadow:0 8px 15px rgba(0,0,0,.05)}.BannerSection_thumbnailsGrid__gzLti{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.BannerSection_thumbnail__39m00{position:relative;overflow:hidden;border-radius:20px;aspect-ratio:1/1;background-color:#f0f0f0;transition:transform .3s ease,box-shadow .3s ease}.BannerSection_thumbnail__39m00:hover{transform:scale(1.03);box-shadow:0 15px 30px rgba(0,0,0,.15)}.BannerSection_thumbnail__39m00 .BannerSection_image__WYUxc{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.BannerSection_thumbnail__39m00 .BannerSection_playButton__CZju1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:hsla(0,0%,100%,.9);border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;color:#000;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.2);transition:transform .3s ease}.BannerSection_thumbnail__39m00 .BannerSection_playButton__CZju1 svg{width:28px;height:28px}.BannerSection_thumbnail__39m00 .BannerSection_playButton__CZju1:hover{transform:translate(-50%,-50%) scale(1.1)}.BannerSection_thumbnail__39m00 .BannerSection_overlayText__A_u7M{position:absolute;bottom:15px;left:15px;background-color:rgba(0,0,0,.4);color:#fff;padding:8px 12px;border-radius:8px;font-size:.9rem;font-weight:600;backdrop-filter:blur(5px)}.BannerSection_thumbnail__39m00 .BannerSection_liveTag__sgix0{position:absolute;top:15px;right:15px;background-color:red;color:#fff;padding:6px 10px;border-radius:5px;font-size:.8rem;font-weight:700;text-transform:uppercase}@media(max-width:992px){.BannerSection_mainHeading__fLlSg{font-size:32px}.BannerSection_subHeading__LFosr{font-size:18px}.BannerSection_thumbnailsGrid__gzLti{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.BannerSection_mainHeading__fLlSg{font-size:28px}.BannerSection_buttonsContainer___sODj{flex-direction:column;gap:10px}.BannerSection_thumbnailsGrid__gzLti{grid-template-columns:1fr;max-width:400px}.BannerSection_thumbnail__39m00{aspect-ratio:16/9}.BannerSection_playButton__CZju1{width:50px;height:50px}.BannerSection_playButton__CZju1 svg{width:24px;height:24px}}@media(max-width:480px){.BannerSection_mainHeading__fLlSg{font-size:26px}.BannerSection_subHeading__LFosr{font-size:18px}.BannerSection_buttonsContainer___sODj button{font-size:.95rem;padding:12px 25px}.BannerSection_aboutUsTag__Ixq8P{font-size:.75rem}}.DocumentForm_document-form__H4mNM{padding:20px 0 0;display:flex;align-items:center;flex-direction:column;gap:10px}.DocumentForm_document-form__title____Zpl{font-size:26px;text-transform:uppercase;text-align:center}.DocumentForm_document-form__subtitle__HtyAl{font-size:22px;text-align:center}.DocumentForm_document-form__highlight__lqgXd{color:red;font-weight:700}.DocumentForm_document-form__form__As76X{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;padding:20px 0}.DocumentForm_document-form__form__As76X input{padding:10px 20px;font-size:20px;border:2px solid #ffcd01;outline:none}.DocumentForm_document-form__form__As76X button{padding:10px 20px;background-color:#ffb200;font-size:18px;text-transform:uppercase;font-weight:600;cursor:pointer;border:none;outline:none;transition:.3s ease;overflow:hidden;animation:DocumentForm_glow__IMkUs 2s ease-in-out infinite}.DocumentForm_document-form__error__03JUi{color:red;margin:10px 0;text-align:center}.DocumentForm_document-form__notice__j9PSS{font-weight:700;text-align:center;padding-bottom:10px}@media screen and (max-width:992px){.DocumentForm_document-form__title____Zpl{font-size:20px}.DocumentForm_document-form__subtitle__HtyAl{font-size:18px}.DocumentForm_document-form__form__As76X input{padding:10px;font-size:18px}.DocumentForm_document-form__form__As76X button{padding:10px 20px;font-size:18px}}@media screen and (max-width:640px){.DocumentForm_document-form__title____Zpl{font-size:20px}.DocumentForm_document-form__subtitle__HtyAl{font-size:18px}.DocumentForm_document-form__form__As76X input{width:100%;font-size:16px}.DocumentForm_document-form__form__As76X button{width:100%;padding:10px 20px;font-size:16px}}@keyframes DocumentForm_glow__IMkUs{0%{box-shadow:0 0 5px #ffb200}50%{box-shadow:0 0 30px #ffb200}to{box-shadow:0 0 5px #ffb200}}.FloatingAction_list-social__WDLV_{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:fixed;bottom:100px;right:24px;z-index:50;transition:opacity .3s ease,transform .3s ease;animation:FloatingAction_fadeInUp__5Cyog .5s ease}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU{width:60px;height:60px;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;font-size:2rem;box-shadow:0 0 10px gray;animation:FloatingAction_pulse-rotate__8_Ybz 1.5s ease-in-out infinite}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU:first-child{background-color:#2e00fc;color:#fff}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU:nth-child(2){background-color:#0088fc;color:#fff;font-size:2.75rem}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU:last-child{background-color:#ff914d;color:#fff;font-size:2rem}.FloatingAction_list-action__9qbBx{display:flex;align-items:center;justify-content:center;position:fixed;bottom:24px;right:24px;z-index:50;gap:15px;background-color:rgba(0,0,0,.7);color:#fff;padding:10px 20px;font-weight:700}.FloatingAction_list-action__9qbBx button{padding:10px;background-color:#ffcd01;color:#000;font-size:16px;box-shadow:0 0 10px gray;animation:FloatingAction_pulse-rotate__8_Ybz 1.5s ease-in-out infinite;font-weight:700;cursor:pointer}@media screen and (max-width:380px){.FloatingAction_list-social__WDLV_{gap:10px}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU{width:40px;height:40px;font-size:1.5rem}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU:first-child{background-color:#2e00fc;color:#fff}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU:nth-child(2){background-color:#0088fc;color:#fff;font-size:1.75rem}.FloatingAction_list-social__WDLV_ .FloatingAction_item__xNvpU:last-child{background-color:#ff914d;color:#fff;font-size:1.25rem}.FloatingAction_list-action__9qbBx{font-size:14px}}@keyframes FloatingAction_pulse-rotate__8_Ybz{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes FloatingAction_bound-rotate__2OQH2{0%{transform:translateY(0)}50%{transform:translateY(5px)}to{transform:translateY(0)}}@keyframes FloatingAction_fadeInUp__5Cyog{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Overview_overview__rmVej{margin-top:30px;margin-bottom:30px}.Overview_overview-heading__FO4be{font-weight:700;margin-bottom:20px;text-align:center}.Overview_overview-heading__FO4be h1{font-size:28px}.Overview_overview-description__SHfa4 p{font-size:20px;line-height:1.6;margin-bottom:15px}.Overview_overview-image__0Glzj{position:relative;width:100%;height:auto;aspect-ratio:16/9}.Overview_overview-image__image__ldE_s{width:100%;height:100%;object-fit:cover;border-radius:5px}.Overview_overview-features__o5myp{margin-top:40px;margin-bottom:20px;display:flex;flex-direction:column;gap:20px}.Overview_overview-features__o5myp h3{font-size:26px;font-weight:700;margin-bottom:10px}@media(max-width:991px){.Overview_overview-heading__FO4be h1{font-size:24px}.Overview_overview-description__SHfa4 p{font-size:18px}.Overview_overview-features__o5myp h3{font-size:24px}}@media(max-width:480px){.Overview_overview-features__o5myp h3,.Overview_overview-heading__FO4be h1{font-size:22px}}.ProjectInfoTable_projectInfoTable__D3SEw table{width:100%;border-collapse:collapse;font-size:18px;line-height:1.6;color:#333}.ProjectInfoTable_projectInfoTable__D3SEw td{padding:12px 8px;border-bottom:1px solid #eee;vertical-align:top}.ProjectInfoTable_projectInfoTable__D3SEw .ProjectInfoTable_label__Ld758{font-weight:600;color:#000;width:240px;white-space:nowrap}.ProjectInfoTable_projectInfoTable__D3SEw .ProjectInfoTable_value__JKld_{color:#000;font-weight:600}.ProjectInfoTable_projectInfoTable__D3SEw .ProjectInfoTable_value__JKld_ a{color:#0056b3;text-decoration:none}.ProjectInfoTable_projectInfoTable__D3SEw .ProjectInfoTable_value__JKld_ a:hover{text-decoration:underline}@media screen and (max-width:992px){.ProjectInfoTable_projectInfoTable__D3SEw .ProjectInfoTable_label__Ld758{white-space:wrap;width:180px}}.ProjectLocation_location__3Te0h{padding:32px 0}.ProjectLocation_location-heading__4UuXU{font-size:26px;font-weight:700;color:#000;text-align:center;margin-bottom:24px}.ProjectLocation_location-banner__UvX1o{cursor:pointer;position:relative;aspect-ratio:16/9}.ProjectLocation_location-banner__image__gsEXV{object-fit:cover}.ProjectLocation_location-banner__UvX1o img{border-radius:5px}.ProjectLocation_location-info__Dy9dE{padding:20px 0}.ProjectLocation_location-info__description__TQjFC{margin-top:15px;font-size:20px;line-height:1.5}.ProjectLocation_location-additional__2sh0F{padding:20px 0}.ProjectLocation_location-additional__title__xFutD{font-size:26px;font-weight:700;color:#000;text-align:center}.ProjectLocation_location-additional__description__AUAV9{margin-top:15px;font-size:20px;line-height:1.5}.ProjectLocation_location-nearby__AIkZ8{margin:10px 0}.ProjectLocation_location-nearby__title__sv3R1{font-size:20px}.ProjectLocation_location-nearby__wrapper__avOl_{display:flex;flex-direction:row;gap:30px;margin:20px 0}.ProjectLocation_location-nearby__left__NiIaR{display:flex;flex-direction:column;gap:10px;width:50%}.ProjectLocation_location-nearby__left__NiIaR p{font-size:20px;font-weight:600;background-color:#fff;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}.ProjectLocation_location-nearby__right__DhFoF{display:flex;flex-direction:column;gap:10px;width:50%}.ProjectLocation_location-nearby__right__DhFoF p{font-size:20px;background-color:#fff;font-weight:600;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}@media(max-width:992px){.ProjectLocation_location-heading__4UuXU{font-size:22px}.ProjectLocation_location-info__description__TQjFC{font-size:18px}.ProjectLocation_location-additional__title__xFutD{font-size:22px;font-weight:700;color:#000;text-align:center}.ProjectLocation_location-additional__description__AUAV9{margin-top:15px;font-size:18px;line-height:1.5}.ProjectLocation_location-nearby__title__sv3R1{font-size:18px}.ProjectLocation_location-nearby__wrapper__avOl_{display:flex;flex-direction:column;gap:10px}.ProjectLocation_location-nearby__left__NiIaR{width:100%}.ProjectLocation_location-nearby__left__NiIaR p{font-size:18px}.ProjectLocation_location-nearby__right__DhFoF{width:100%}.ProjectLocation_location-nearby__right__DhFoF p{font-size:18px}}.ProjectImage_project-image-heading__Ud5yv{font-size:26px;color:#fff;line-height:1.5;font-weight:700;text-align:center;margin-bottom:10px;padding:10px 0}.ProjectImage_project-image-grid__Sb2av{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px;border-radius:10px}.ProjectImage_project-image-grid__text__EHCev{font-size:20px}.ProjectImage_project-image-slider__cSdDi{margin:30px 0;aspect-ratio:16/9}.ProjectImage_project-image-description__vFU9n{text-align:center;font-size:20px;margin-bottom:20px}.ProjectImage_project-image-subtitle__NbAZd{font-size:22px;font-weight:700;color:#d4a017;text-align:center;margin-top:40px;padding-bottom:20px}.ProjectImage_project-image-list__YkB8m{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;padding:0;list-style:none}.ProjectImage_project-image-list__YkB8m li{background:#fff;padding:10px 20px;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.1);font-size:20px}@media screen and (max-width:992px){.ProjectImage_overview-grid__text___N4hy,.ProjectImage_overview-heading__kMFfE,.ProjectImage_overview-subheading__4x_2W{font-size:22px}}@media screen and (max-width:768px){.ProjectImage_overview-grid__text___N4hy,.ProjectImage_overview-heading__kMFfE,.ProjectImage_overview-subheading__4x_2W{font-size:20px}}@media screen and (max-width:640px){.ProjectImage_overview-grid__text___N4hy,.ProjectImage_overview-list__OASsq li{font-size:18px}}@keyframes ProjectImage_scaleUp2__7PgeF{50%{transform:scale(1.15) translateX(-50%)}to{transform:scale(1) translateX(-50%)}}.Amenity_location__oxP0_{padding:10px 0}.Amenity_location-heading__LSfLO{font-size:26px;font-weight:700;color:#000;text-align:center;margin-bottom:24px}.Amenity_location-banner__V0HqC{cursor:pointer;position:relative;aspect-ratio:16/9}.Amenity_location-banner__image__d9pRq{object-fit:cover}.Amenity_location-banner__V0HqC img{border-radius:5px}.Amenity_location-info__SaNco{padding:20px 0}.Amenity_location-info__description__A0hZO{margin-top:15px;font-size:20px;line-height:1.5}.Amenity_location-additional__NTbJO{padding:20px 0}.Amenity_location-additional__title__IuJM9{font-size:26px;font-weight:700;color:#000;text-align:center}.Amenity_location-additional__description__n5fue{margin-top:15px;font-size:20px;line-height:1.5}.Amenity_location-nearby__Y5NJU{margin:10px 0}.Amenity_location-nearby__title__ndi3e{font-size:20px}.Amenity_location-nearby__wrapper__sot3J{display:flex;flex-direction:row;gap:30px;margin:20px 0}.Amenity_location-nearby__left__1XaRw{display:flex;flex-direction:column;gap:10px;width:50%}.Amenity_location-nearby__left__1XaRw p{font-size:20px;font-weight:600;background-color:#fff;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}.Amenity_location-nearby__right__SOPss{display:flex;flex-direction:column;gap:10px;width:50%}.Amenity_location-nearby__right__SOPss p{font-size:20px;background-color:#fff;font-weight:600;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}@media(max-width:992px){.Amenity_location-heading__LSfLO{font-size:22px}.Amenity_location-info__description__A0hZO{font-size:18px}.Amenity_location-additional__title__IuJM9{font-size:22px;font-weight:700;color:#000;text-align:center}.Amenity_location-additional__description__n5fue{margin-top:15px;font-size:18px;line-height:1.5}.Amenity_location-nearby__title__ndi3e{font-size:18px}.Amenity_location-nearby__wrapper__sot3J{display:flex;flex-direction:column;gap:10px}.Amenity_location-nearby__left__1XaRw{width:100%}.Amenity_location-nearby__left__1XaRw p{font-size:18px}.Amenity_location-nearby__right__SOPss{width:100%}.Amenity_location-nearby__right__SOPss p{font-size:18px}}.Design_location__UZF53{padding:10px 0}.Design_location-heading__5u8yt{font-size:26px;font-weight:700;color:#000;text-align:center;margin-bottom:24px}.Design_location-banner__9G76H{cursor:pointer;position:relative;aspect-ratio:16/9}.Design_location-banner__image__Aoish{object-fit:cover}.Design_location-banner__9G76H img{border-radius:5px}.Design_location-info__5nBOO{padding:20px 0}.Design_location-info__description__YJuQm{margin-top:15px;font-size:20px;line-height:1.5}.Design_location-additional__eEIxE{padding:20px 0}.Design_location-additional__title__VvvFE{font-size:26px;font-weight:700;color:#000;text-align:center}.Design_location-additional__description__IZaRP{margin-top:15px;font-size:20px;line-height:1.5}.Design_location-nearby___pY0D{margin:10px 0}.Design_location-nearby__title__HsEdS{font-size:20px}.Design_location-nearby__wrapper__JsOCt{display:flex;flex-direction:row;gap:30px;margin:20px 0}.Design_location-nearby__left__iBJVF{display:flex;flex-direction:column;gap:10px;width:50%}.Design_location-nearby__left__iBJVF p{font-size:20px;font-weight:600;background-color:#fff;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}.Design_location-nearby__right___beYe{display:flex;flex-direction:column;gap:10px;width:50%}.Design_location-nearby__right___beYe p{font-size:20px;background-color:#fff;font-weight:600;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}@media(max-width:992px){.Design_location-heading__5u8yt{font-size:22px}.Design_location-info__description__YJuQm{font-size:18px}.Design_location-additional__title__VvvFE{font-size:22px;font-weight:700;color:#000;text-align:center}.Design_location-additional__description__IZaRP{margin-top:15px;font-size:18px;line-height:1.5}.Design_location-nearby__title__HsEdS{font-size:18px}.Design_location-nearby__wrapper__JsOCt{display:flex;flex-direction:column;gap:10px}.Design_location-nearby__left__iBJVF{width:100%}.Design_location-nearby__left__iBJVF p{font-size:18px}.Design_location-nearby__right___beYe{width:100%}.Design_location-nearby__right___beYe p{font-size:18px}}.PolicyText_location__ENEZV{padding:10px 0}.PolicyText_location-heading__ksVxX{font-size:26px;font-weight:700;color:#000;text-align:center;margin-bottom:24px}.PolicyText_location-banner__S5Ffe{cursor:pointer;position:relative;aspect-ratio:16/9}.PolicyText_location-banner__image__eYHgz{object-fit:cover}.PolicyText_location-banner__S5Ffe img{border-radius:5px}.PolicyText_location-info__bK3in{padding:20px 0}.PolicyText_location-info__description__8hvZ4{margin-top:15px;font-size:20px;line-height:1.5}.PolicyText_location-additional__Oo3rJ{padding:20px 0}.PolicyText_location-additional__title__uFoa9{font-size:26px;font-weight:700;color:#000;text-align:center}.PolicyText_location-additional__description__S7eTO{margin-top:15px;font-size:20px;line-height:1.5}.PolicyText_location-nearby__pb_az{margin:10px 0}.PolicyText_location-nearby__title__MG6KH{font-size:20px}.PolicyText_location-nearby__wrapper__NjpGb{display:flex;flex-direction:row;gap:30px;margin:20px 0}.PolicyText_location-nearby__left__gsN1L{display:flex;flex-direction:column;gap:10px;width:50%}.PolicyText_location-nearby__left__gsN1L p{font-size:20px;font-weight:600;background-color:#fff;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}.PolicyText_location-nearby__right__7DyZz{display:flex;flex-direction:column;gap:10px;width:50%}.PolicyText_location-nearby__right__7DyZz p{font-size:20px;background-color:#fff;font-weight:600;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}@media(max-width:992px){.PolicyText_location-heading__ksVxX{font-size:22px}.PolicyText_location-info__description__8hvZ4{font-size:18px}.PolicyText_location-additional__title__uFoa9{font-size:22px;font-weight:700;color:#000;text-align:center}.PolicyText_location-additional__description__S7eTO{margin-top:15px;font-size:18px;line-height:1.5}.PolicyText_location-nearby__title__MG6KH{font-size:18px}.PolicyText_location-nearby__wrapper__NjpGb{display:flex;flex-direction:column;gap:10px}.PolicyText_location-nearby__left__gsN1L{width:100%}.PolicyText_location-nearby__left__gsN1L p{font-size:18px}.PolicyText_location-nearby__right__7DyZz{width:100%}.PolicyText_location-nearby__right__7DyZz p{font-size:18px}}.SitePlanText_location__BAzzC{padding:10px 0}.SitePlanText_location-heading__I8Cxn{font-size:26px;font-weight:700;color:#000;text-align:center;margin-bottom:24px}.SitePlanText_location-banner__ELN0B{cursor:pointer;position:relative;aspect-ratio:16/9}.SitePlanText_location-banner__image__oreSv{object-fit:cover}.SitePlanText_location-banner__ELN0B img{border-radius:5px}.SitePlanText_location-info__fpMtF{padding:20px 0}.SitePlanText_location-info__description__ecRsK{margin-top:15px;font-size:20px;line-height:1.5}.SitePlanText_location-additional__HHYEw{padding:20px 0}.SitePlanText_location-additional__title__wZ7y4{font-size:26px;font-weight:700;color:#000;text-align:center}.SitePlanText_location-additional__description__KjvsN{margin-top:15px;font-size:20px;line-height:1.5}.SitePlanText_location-nearby__YQFig{margin:10px 0}.SitePlanText_location-nearby__title__TkWG7{font-size:20px}.SitePlanText_location-nearby__wrapper__h1yuZ{display:flex;flex-direction:row;gap:30px;margin:20px 0}.SitePlanText_location-nearby__left__WSmQK{display:flex;flex-direction:column;gap:10px;width:50%}.SitePlanText_location-nearby__left__WSmQK p{font-size:20px;font-weight:600;background-color:#fff;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}.SitePlanText_location-nearby__right__x7M4B{display:flex;flex-direction:column;gap:10px;width:50%}.SitePlanText_location-nearby__right__x7M4B p{font-size:20px;background-color:#fff;font-weight:600;padding:10px;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1019607843)}@media(max-width:992px){.SitePlanText_location-heading__I8Cxn{font-size:22px}.SitePlanText_location-info__description__ecRsK{font-size:18px}.SitePlanText_location-additional__title__wZ7y4{font-size:22px;font-weight:700;color:#000;text-align:center}.SitePlanText_location-additional__description__KjvsN{margin-top:15px;font-size:18px;line-height:1.5}.SitePlanText_location-nearby__title__TkWG7{font-size:18px}.SitePlanText_location-nearby__wrapper__h1yuZ{display:flex;flex-direction:column;gap:10px}.SitePlanText_location-nearby__left__WSmQK{width:100%}.SitePlanText_location-nearby__left__WSmQK p{font-size:18px}.SitePlanText_location-nearby__right__x7M4B{width:100%}.SitePlanText_location-nearby__right__x7M4B p{font-size:18px}}