:root{--PrimaryColor:#269ad1;--white:white;--black:black;--baseFontSize:1rem}*{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden;font-size:var(--baseFontSize)!important}h2{font-size:calc(var(--baseFontSize) + 2.75rem)}h3{font-size:calc(var(--baseFontSize) + 2.5rem)}h4{font-size:calc(var(--baseFontSize) + 2.12rem)}h5{font-size:calc(var(--baseFontSize) + 1.75rem)}h6{font-size:calc(var(--baseFontSize) + 1.5rem)}p{font-family:var(--textFont)}body::-webkit-scrollbar{display:none}html{scroll-snap-type:y mandatory;scroll-behavior:smooth}.snapScroll{scroll-snap-align:start;scroll-snap-stop:always}@keyframes navAnim{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.Loader{z-index:1000;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#ffffff4d;justify-content:center;align-items:center;width:100vw;height:100svh;display:flex;position:fixed;top:0;left:0}.Loader .loader{aspect-ratio:4;--c:#269ad1 90%, #0000;background:radial-gradient(circle closest-side at left 6px top 50%, var(--c)),radial-gradient(circle closest-side, var(--c)),radial-gradient(circle closest-side at right 6px top 50%, var(--c));background-repeat:no-repeat;background-size:100% 100%;width:100px;animation:1s infinite alternate loader}@keyframes loader{to{aspect-ratio:1;width:25px}}.skeletonLoader{width:100%;height:500px;margin-bottom:1rem;overflow:hidden}.skeletonLoader .imgLoader{opacity:.2;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#000;width:100%;height:100%}.navBgBlur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .5s ease-out;background-color:#0003!important}.bluezoneNavbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#0003!important}.Navbar{z-index:100;border-bottom:1px solid var(--white);background-color:#0000;grid-template-columns:35% 30% 35%;min-width:100%;padding:10px 40px;transition:all .4s ease-out .2s;display:grid;position:fixed;top:0}.Navbar .navSec1{grid-column:1;justify-content:flex-start;align-items:center;display:flex}.Navbar .navSec1 ul{margin-bottom:0;list-style:none;display:flex}.Navbar .navSec1 ul li{cursor:pointer;margin-right:40px;position:relative}.Navbar .navSec1 ul li a{font-size:var(--baseFontSize);font-family:var(--font1);color:var(--white);text-decoration:none;transition:all .3s}.Navbar .navSec1 ul .mainPageLink:after{content:"";background-color:var(--white);width:0%;height:2px;transition:all .3s ease-in-out;position:absolute;bottom:0;left:0%}.Navbar .navSec1 ul .mainPageLink:hover:after{content:"";background-color:var(--white);width:100%;height:2px;position:absolute;bottom:0;left:0%}.Navbar .navSec1 ul li:first-child{animation:.9s ease-out forwards navAnim}.Navbar .navSec1 ul li:nth-child(2){animation:.9s ease-out .1s forwards navAnim}.Navbar .navSec1 ul li:nth-child(3){animation:.9s ease-out .2s forwards navAnim}.Navbar .navSec1 ul .mainPageLink.active:after{content:"";background-color:#fff;width:100%;height:2px;position:absolute;bottom:0;left:0%}.Navbar .navSec2{grid-column:2;justify-content:center;display:flex}.Navbar .navSec2 img{width:110px}.Navbar .navSec3{grid-column:3;justify-content:flex-end;padding-inline-end:40px;display:flex}.Navbar .navSec3 .callUsBtnContain{align-items:center;margin-right:40px;animation:.9s ease-out .3s forwards navAnim;display:flex}.Navbar .navSec3 .callUsBtnContain a{text-decoration:none}.Navbar .navSec3 .callUsBtnContain a .callUsBtn{background-color:var(--white);font-size:var(--baseFontSize);font-family:var(--font1);border:none;border-radius:50px;align-items:center;padding:5px 20px;transition:all .3s;display:flex}.Navbar .navSec3 .callUsBtnContain a .callUsBtn svg{margin-right:5px}.Navbar .navSec3 .callUsBtnContain .callUsBtn:hover{background-color:var(--PrimaryColor);color:var(--white)}.Navbar .navSec3 .callUsBtnContain .callUsBtn:hover svg{transition-duration:.3s;transform:rotate(360deg)}.Navbar .navSec3 .callUsBtnContain .callUsBtn:hover svg path{fill:var(--white)}.Navbar .navSec3 .fontAdjust{align-items:center;margin-right:40px;display:flex}.Navbar .navSec3 .fontAdjust button{font-size:calc(var(--baseFontSize) + 4px);font-family:var(--font1);color:var(--white);background-color:#0000;border:none;margin:0 5px;transition:all .3s;animation:.9s ease-out .2s forwards navAnim;transform:translateY(-50px)}.Navbar .navSec3 .fontAdjust button:nth-child(2){font-size:calc(var(--baseFontSize) - 2px);animation-delay:.1s}.Navbar .navSec3 .fontAdjust button:hover{color:var(--PrimaryColor)}.Navbar .navSec3 .MenuBtn.close{z-index:12;align-items:center;width:30px;transition:all .5s;display:flex;transform:translate(0)}.Navbar .navSec3 .MenuBtn.close .bars{background-color:#0000;border:none;width:100%;display:inline}.Navbar .navSec3 .MenuBtn.close .bars div:first-child,.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(2),.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(3){background-color:var(--white);width:100%;height:1px;margin-bottom:8px;transition:all .3s}.Navbar .navSec3 .MenuBtn.close .bars:hover div:first-child,.Navbar .navSec3 .MenuBtn.close .bars:hover div:nth-child(2),.Navbar .navSec3 .MenuBtn.close .bars:hover div:nth-child(3){background-color:var(--PrimaryColor)}.Navbar .navSec3 .MenuBtn.active{z-index:12;align-items:center;width:40px;transition:all .5s;display:flex;transform:translate(60px)}.Navbar .navSec3 .MenuBtn.active .bars{background-color:#0000;border:none;width:100%;display:inline}.Navbar .navSec3 .MenuBtn.active .bars div:first-child,.Navbar .navSec3 .MenuBtn.active .bars div:nth-child(2),.Navbar .navSec3 .MenuBtn.active .bars div:nth-child(3){background-color:var(--PrimaryColor);width:100%;height:1px;margin-bottom:-1px;transition:all .3s}.Navbar .navSec3 .MenuBtn.active .bars div:first-child{transform:rotate(45deg)}.Navbar .navSec3 .MenuBtn.active .bars div:nth-child(2){display:none}.Navbar .navSec3 .MenuBtn.active .bars div:nth-child(3){transform:rotate(-45deg)}.Navbar .navSec3 .SideMenu{z-index:11;width:100%;height:100svh;position:fixed;top:0;right:0;overflow:hidden}.Navbar .navSec3 .SideMenu .SideMenuInner{background-color:var(--white);z-index:13;width:100%;max-width:400px;height:100svh;padding:5rem 5rem 1rem 0;transition:all .5s;position:fixed;top:0;right:-400px}.Navbar .navSec3 .SideMenu .SideMenuInner ul{font-family:var(--font2);font-size:calc(var(--baseFontSize) + 10px);color:var(--black);list-style:none}.Navbar .navSec3 .SideMenu .SideMenuInner ul .nav-item-list-container{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);margin-bottom:5%}.Navbar .navSec3 .SideMenu .SideMenuInner ul .nav-item-list-container .nav-item-list a{color:var(--black);font-family:var(--font1);font-size:calc(var(--baseFontSize) + 8px);text-decoration:none;transition:all .1s ease-out}.Navbar .navSec3 .SideMenu .SideMenuInner ul .nav-item-list-container .nav-item-list a:hover{color:var(--PrimaryColor);cursor:pointer}.Navbar .navSec3 .SideMenu .SideMenuInner ul .nav-item-list-container .nav-item-list a.active{color:var(--PrimaryColor);font-weight:500;font-family:var(--font2);position:relative}.Navbar .navSec3 .SideMenu .SideMenuInner ul .nav-item-list-container .nav-item-list a.active:before{content:"";background-color:var(--PrimaryColor);width:45%;height:2px;position:absolute;bottom:0;left:0}.Navbar .navSec3 .SideMenu .SideMenuInner ul .forMobile{display:none}.Navbar .navSec3 .SideMenu .SideMenuInner .StayConnected{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 1);margin-left:2rem;font-weight:500;position:absolute;bottom:20px}.Navbar .navSec3 .SideMenu .SideMenuInner .StayConnected p{margin-bottom:0}.Navbar .navSec3 .SideMenu .SideMenuInner .StayConnected .StayConnectedIcons a .icons{width:1.2rem;height:1.2rem;font-size:calc(var(--baseFontSize));margin-right:.7rem;transition:all .3s ease-out}.Navbar .navSec3 .SideMenu .SideMenuInner .StayConnected .StayConnectedIcons a:hover .icons{transform:scale(1.1)}.Navbar .navSec3 .SideMenu .SideMenuInner:after{content:"";background-image:url(/assets/backgroundDesign.png);background-repeat:no-repeat;background-size:contain;width:250px;height:250px;position:absolute;bottom:-3rem;right:-5rem;transform:rotateY(180deg)}.Navbar .navSec3 .SideMenu .MenuOverlay{z-index:12}.Navbar .navSec3 .SideMenu.active{width:100%}.Navbar .navSec3 .SideMenu.active .SideMenuInner{transform:translate(-400px)}.Navbar .navSec3 .SideMenu.active .MenuOverlay{background-color:#00000080;width:100%;height:100svh;position:fixed}.Navbar .navSec3 .SideMenu.close{width:0}.Navbar .navSec3 .SideMenu.close .SideMenuInner{transform:translate(0)}.Navbar .navSec3 .SideMenu.close .MenuOverlay{width:0}.Whatsapp{z-index:20;background-color:var(--white);cursor:pointer;border-radius:50px;padding:.75rem;position:fixed;bottom:2.5rem;right:2.5rem}.Whatsapp img{width:1.8rem;height:1.8rem;transition:all .3s}.Whatsapp:hover img{filter:drop-shadow(2px 3px 4px #000)}.ThankYou{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100svh;display:flex}.ThankYou h2{font-family:var(--font2);color:var(--PrimaryColor);font-weight:600}.ThankYou h5{font-family:var(--font1);color:var(--PrimaryColor);font-weight:500}.ThankYou img{aspect-ratio:auto;width:150px;margin-top:2rem}.HeaderSection,.AboutSection,.BespokeSection,.ZonesSection,.LessonsSection,.LocationsSection,.BradSection,.TestimonialsSection{width:100%;height:100svh}.HeaderSection{background-color:var(--black);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HeaderSection .headerHeading{color:var(--white);text-align:center;font-family:var(--font2);z-index:2;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.HeaderSection .headerHeading h2{max-width:900px;animation:1s ease-out forwards fadeInTop100}.HeaderSection .headerSubHeading{color:var(--white);text-align:center;font-family:var(--font1);font-weight:300;font-size:calc(var(--baseFontSize) + 10px);z-index:2;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);padding:0 28%;line-height:2.2rem}.HeaderSection .headerSubHeading p{animation:1s ease-out forwards fadeInBottom100}.HeaderSection .headerVideo{z-index:1;width:100%;max-height:100svh;position:absolute;top:0;left:0;overflow:hidden}.HeaderSection .headerVideo video{object-fit:cover;filter:contrast(1.3)brightness(.7)}.HeaderSection .playBtn{z-index:2;position:absolute;bottom:2.5rem;left:2.5rem}.HeaderSection .playBtn #playBtn{color:var(--white);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:calc(var(--baseFontSize) - 3px);font-family:var(--font1);background-color:#969a8ab3;border:none;border-radius:50px;width:max-content;padding:.3rem 1.1rem;font-weight:200}.AboutSection{background:url(/assets/aboutBg.jpg) 50%/cover no-repeat;grid-template-columns:1fr 1fr;padding-top:5.5rem;display:grid}.AboutSection .TextOne{color:var(--black);text-align:center;flex-direction:column;grid-area:1/span 2;justify-content:flex-start;align-items:center;max-width:40rem;height:min-content;margin:0 auto;display:flex}.AboutSection .TextOne h5{font-family:var(--font2)}.AboutSection .TextOne h6{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 14px)}.AboutSection .TextOne p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);max-width:46rem;margin:0 auto;line-height:1.8rem}.AboutSection .TextTwo{color:var(--white);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);grid-area:2/1;padding:0 2rem 0 6rem}.AboutSection .TextTwo h6{font-family:var(--font2);max-width:500px}.AboutSection .TextTwo p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 14px)}.AboutSection .TextThree{color:var(--white);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);grid-area:2/2;padding:0 7rem 0 2rem}.AboutSection .TextThree p{font-family:var(--textFont);font-size:calc(var(--baseFontSize) + 2px);margin-bottom:1.8rem;line-height:1.8rem}.AboutSection .TextThree a{font-size:calc(var(--baseFontSize) + 2px);font-family:var(--textFont);margin-bottom:1rem;text-decoration:none}.AboutSection .TextThree a button{color:var(--white);border:1px solid var(--white);background-color:#0000;border-radius:50px;padding:.3rem 1rem;font-weight:200;transition:all .3s}.AboutSection .TextThree a:hover button{border:1px solid var(--PrimaryColor);background-color:var(--PrimaryColor);color:var(--white)}.BespokeSection{grid-template-rows:14% 75% 11%;padding-top:5.5rem;display:grid;position:relative;overflow:hidden}.BespokeSection .backgroundBgDesktop{width:100%;height:auto;transition:all .5s ease-out;display:block;position:absolute;top:0;left:0}.BespokeSection .backgroundBgDesktop img{object-fit:cover}.BespokeSection .backgroundBgMobile{display:none}.BespokeSection .backgroundBgMobile img{object-fit:cover}.BespokeSection .Sec3Title{color:var(--white);text-align:center;font-family:var(--font2);font-family:var(--font2);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);margin-bottom:0}.BespokeSection .Sec3Title h5{margin-bottom:0;font-weight:400}.BespokeSection .circleVid{aspect-ratio:1;width:max-content;margin:0 auto}.BespokeSection .circleVid .circleVid-inner{aspect-ratio:1;justify-content:center;align-items:center;width:max-content;display:flex;position:relative}.BespokeSection .circleVid .circleVid-inner span p{font-size:calc(var(--baseFontSize) + 1px);font-weight:300}.BespokeSection .circleVid .circleVid-inner span.radio1,.BespokeSection .circleVid .circleVid-inner span.radio2,.BespokeSection .circleVid .circleVid-inner span.radio3,.BespokeSection .circleVid .circleVid-inner span.radio4,.BespokeSection .circleVid .circleVid-inner span.radio5{background-color:var(--white);width:15px;height:15px;color:var(--white);font-family:var(--font1);cursor:pointer;border-radius:10px;font-weight:100;transition:all .3s;position:absolute}.BespokeSection .circleVid .circleVid-inner span.radio1{top:23px;left:48%}.BespokeSection .circleVid .circleVid-inner span.radio1 p{position:absolute;bottom:5px;right:0}.BespokeSection .circleVid .circleVid-inner span.radio2{top:25%;right:52px}.BespokeSection .circleVid .circleVid-inner span.radio2 p{width:100px;position:absolute;bottom:-5px;left:20px}.BespokeSection .circleVid .circleVid-inner span.radio3{top:79%;right:75px}.BespokeSection .circleVid .circleVid-inner span.radio3 p{position:absolute;top:12px;left:25px}.BespokeSection .circleVid .circleVid-inner span.radio4{top:84%;left:97px}.BespokeSection .circleVid .circleVid-inner span.radio4 p{position:absolute;top:0;right:30px}.BespokeSection .circleVid .circleVid-inner span.radio5{top:40%;left:23px}.BespokeSection .circleVid .circleVid-inner span.radio5 p{width:max-content;position:absolute;top:-8px;right:30px}.BespokeSection .circleVid .circleVid-inner .hoverBox{background-color:var(--black);border:1px solid var(--white);font-size:calc(var(--baseFontSize) + 2px);border-radius:10px;padding:.5rem;transition:all .3s;display:none;position:absolute;overflow:hidden}.BespokeSection .circleVid .circleVid-inner span.radio1:hover,.BespokeSection .circleVid .circleVid-inner span.radio2:hover,.BespokeSection .circleVid .circleVid-inner span.radio3:hover,.BespokeSection .circleVid .circleVid-inner span.radio4:hover,.BespokeSection .circleVid .circleVid-inner span.radio5:hover{background-color:var(--PrimaryColor);outline:4px solid #269ad180}.BespokeSection .circleVid .circleVid-inner span.radio1:hover .healthcare,.BespokeSection .circleVid .circleVid-inner span.radio2:hover .resort,.BespokeSection .circleVid .circleVid-inner span.radio3:hover .hospitality,.BespokeSection .circleVid .circleVid-inner span.radio4:hover .housekeeping,.BespokeSection .circleVid .circleVid-inner span.radio5:hover .abundant{opacity:.7;z-index:10;width:max-content;max-width:300px;height:max-content;display:block}.BespokeSection .circleVid .circleVid-inner span.radio1:hover .healthcare{top:-50px;left:20px}.BespokeSection .circleVid .circleVid-inner span.radio2:hover .resort{top:20px;left:20px}.BespokeSection .circleVid .circleVid-inner span.radio3:hover .hospitality{bottom:20px;left:20px}.BespokeSection .circleVid .circleVid-inner span.radio4:hover .housekeeping{bottom:20px;right:20px}.BespokeSection .circleVid .circleVid-inner span.radio5:hover .abundant{bottom:30px;right:10px}.BespokeSection .circleVid .circleVid-inner img{object-fit:cover;width:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BespokeSection .circleVid .circleVid-inner .theCircleVid{aspect-ratio:1;mix-blend-mode:lighten;opacity:.53;width:25.5rem}.BespokeSection .KnowMore{text-align:center;font-family:var(--font1);margin-top:1rem;position:relative}.BespokeSection .KnowMore .KnowMoreInner{background-color:var(--white);font-size:calc(var(--baseFontSize) + 2px);color:var(--black);cursor:pointer;border-radius:50px;padding:.5rem 0 .5rem 1.2rem;font-weight:400;transition:all .3s}.BespokeSection .KnowMore .KnowMoreInner a{color:var(--black);text-decoration:none;transition:all .3s}.BespokeSection .KnowMore .KnowMoreInner button{font-size:calc(var(--baseFontSize) + 2px);background-color:var(--PrimaryColor);color:var(--white);border:none;border-radius:50px;margin-top:-6px;margin-left:1rem;padding:.35rem 1.4rem;font-weight:400;transition:all .3s}.BespokeSection .KnowMore .KnowMoreInner:hover{background-color:var(--PrimaryColor);color:var(--white)}.BespokeSection .KnowMore .KnowMoreInner:hover a{color:var(--white)}.BespokeSection .KnowMore .KnowMoreInner:hover button{font-size:var(--baseFontSize);background-color:var(--white);color:var(--black);border:none;border-radius:50px;margin-left:1rem;padding:.35rem 1.4rem;font-weight:400}.ZonesSection{background-color:var(--white);text-align:center;height:100vh;padding-top:5.5rem;position:relative}.ZonesSection .zone-heading h5{font-family:var(--font2);color:var(--black);text-align:center;width:max-content;margin:0 auto .5rem}.ZonesSection .zone-heading h6{font-family:var(--font1);color:var(--black);text-align:center;font-size:calc(var(--baseFontSize) + 14px)}.ZonesSection .ZoneSwiper{z-index:8;position:relative}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide{text-align:center;z-index:7;flex-direction:column;justify-content:center;align-items:center;height:58vh;display:flex;position:relative}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide .ZoneImg{border-radius:300px;width:45vh;height:45vh;transition:all .4s;display:flex;position:relative;overflow:hidden}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide .ZoneImg .overlay{background-color:var(--PrimaryColor);opacity:.5;width:100%;height:100%;transition:all .4s;position:absolute}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide .ZoneImg img{object-fit:cover;width:100%;height:100%;transition:all .3s}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide p{color:var(--black);font-family:var(--font1);font-weight:500;font-size:calc(var(--baseFontSize) + 2px);margin-top:10px;margin-bottom:0}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active .ZoneImg{border:17px solid #e2ebef;width:50vh;height:50vh;position:relative}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active .ZoneImg .overlay{opacity:0}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active .ZoneImg:hover img{transform:scale(1.2)}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active:before{content:"";z-index:9;background-color:#e2ebef;border-radius:50px;width:45px;height:45px;position:absolute;top:1%;right:1%}.ZonesSection .zone-swiper-button-prev,.ZonesSection .zone-swiper-button-next{z-index:1;z-index:10;position:absolute;top:40%;transform:translateY(-50%)}.ZonesSection .zone-swiper-button-prev svg,.ZonesSection .zone-swiper-button-next svg{fill:var(--white);cursor:pointer;border:1px solid var(--PrimaryColor);z-index:9;border-radius:50px}.ZonesSection .zone-swiper-button-prev svg path,.ZonesSection .zone-swiper-button-next svg path{fill:var(--PrimaryColor)}.ZonesSection .zone-swiper-button-prev{left:1%}.ZonesSection .zone-swiper-button-next{right:1%}.ZonesSection .zone-swiper-button-prev svg:hover,.ZonesSection .zone-swiper-button-next svg:hover{background-color:var(--white);border:1px solid var(--white);fill:var(--PrimaryColor);transition:all .3s}.ZonesSection a{text-decoration:none}.ZonesSection a button{color:var(--white);background-color:var(--PrimaryColor);font-family:var(--font1);border:1px solid var(--PrimaryColor);-webkit-user-select:none;user-select:none;border-radius:50px;margin-top:.2rem;margin-bottom:1rem;padding:.4rem 1.5rem}.ZonesSection a:hover button{border:1px solid var(--PrimaryColor);color:var(--PrimaryColor);background-color:#0000;transition:all .3s}.ZonesSection button:not(:hover){transition:all .3s ease-out}.LessonsSection{position:relative}.LessonsSection .LessonsSwiper{width:100%;height:100svh}.LessonsSection .LessonsSwiper .swiper-slide{width:100%;color:var(--white);padding-top:5.5rem;padding-left:5.5rem;padding-right:5.5rem;position:relative}.LessonsSection .LessonsSwiper .swiper-slide img{object-fit:cover;width:100%;min-height:100vh;position:absolute;top:0;left:0}.LessonsSection .LessonsSwiper .swiper-slide img .LessonsImageDesktop{display:block}.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageMobile{display:none}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextTop{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextTop h4{font-family:var(--font2);font-weight:400}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextTop h5{font-family:var(--font2);font-weight:200}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextBottom{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);margin-top:30vh;position:absolute;bottom:60px}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextBottom h5{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 14px)}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextBottom p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);width:65%;font-weight:200}.LessonsSection .LessonsSwiper .swiper-pagination{gap:.5rem;padding:0 5.5rem;display:flex}.LessonsSection .LessonsSwiper .swiper-pagination .swiper-pagination-bullet{background-color:var(--white);border-radius:0;width:100%;height:4px;margin-bottom:35px;transition:all .3s}.LessonsSection .lessons-swiper-button-prev,.LessonsSection .lessons-swiper-button-next{fill:var(--white);cursor:pointer;border:1px solid var(--white);z-index:9;border-radius:50px;position:absolute;top:51%}.LessonsSection .lessons-swiper-button-prev{left:3%}.LessonsSection .lessons-swiper-button-next{right:3%}.LessonsSection .lessons-swiper-button-prev:hover,.LessonsSection .lessons-swiper-button-next:hover{background-color:var(--white);border:1px solid var(--white);fill:var(--PrimaryColor);transition:all .3s}.LessonsSection .lessons-swiper-button-prev:not(:hover),.LessonsSection .lessons-swiper-button-next:not(:hover){transition:all .3s}.LessonsSection .swiper-button-disabled{fill:#e1e1e14d;border:1px solid #e1e1e14d}.LessonsSection .swiper-button-disabled:hover,.LessonsSection .swiper-button-disabled:hover{cursor:default;fill:#e1e1e14d!important;background-color:#0000!important;border:1px solid #e1e1e14d!important}.LocationsSection{grid-template-rows:70% 30%;padding:5.5rem 5rem 0;display:grid;position:relative;overflow:hidden}.LocationsSection img{object-position:top;background-color:#fff;width:100%;height:auto;position:absolute;top:0;left:0}.LocationsSection .location1{color:var(--black);grid-template-columns:40% 60%;display:grid}.LocationsSection .location1 div:first-child{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);margin:0 auto}.LocationsSection .location1 div:first-child h5{font-family:var(--font2);-webkit-user-select:none;user-select:none;width:max-content;font-weight:400}.LocationsSection .location1 div:first-child h6{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 14px);width:max-content;margin-bottom:2.5rem}.LocationsSection .location1 div:first-child p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);margin-bottom:2rem}.LocationsSection .location1 div:first-child a{text-decoration:none}.LocationsSection .location1 div:first-child a button{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);border:1px solid var(--PrimaryColor);color:var(--black);background-color:#0000;border-radius:50px;padding:.5rem 1.2rem;transition:all .3s}.LocationsSection .location1 div:first-child a:hover button{background-color:var(--white);border:1px solid var(--white);color:var(--PrimaryColor)}.LocationsSection .location2{color:var(--white);grid-template-columns:repeat(3,1fr);gap:10rem;display:grid}.LocationsSection .location2 div{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);flex-direction:column;grid-column:1;justify-content:center;display:flex}.LocationsSection .location2 div h6{font-family:var(--font2);color:var(--PrimaryColor);margin-bottom:0}.LocationsSection .location2 div hr{background-color:var(--black);opacity:.4;height:2px}.LocationsSection .location2 div p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);color:var(--black);font-weight:300}.LocationsSection .location2 div:nth-child(2){grid-column:2}.LocationsSection .location2 div:nth-child(3){grid-column:3}.BradSection{padding:5.5rem 5rem 0;position:relative;overflow:hidden}.BradSection .bradPerkinsBg{object-fit:cover;z-index:-1;position:absolute;top:0;left:0}.BradSection .bradPerkinsBg .bradPerkinsDesktop{width:100%;height:auto;display:block}.BradSection .bradPerkinsBg .bradPerkinsMobile{display:none}.BradSection h5{color:var(--white);font-family:var(--font2);max-width:450px;font-weight:400;position:relative}.BradSection p{color:var(--white);font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);margin-bottom:3.2rem;line-height:1.8rem}.BradSection p:nth-child(3){font-size:var(--baseFontSize);margin-bottom:30px;font-weight:100}.BradSection p:nth-child(4){font-size:calc(var(--baseFontSize) + 4px);border-left:2px solid var(--white);max-width:600px;margin-bottom:40px;padding-left:2rem;font-weight:300}.BradSection .Signature{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:max-content;margin-bottom:25px;display:flex}.BradSection .Signature .no-signature{margin-right:3rem}.BradSection .Signature .no-signature img,.BradSection .Signature .signature img{max-width:150px}.BradSection .Ribbon img{max-width:70px}.BradSection .Ribbon h6{color:var(--white);max-width:600px}.TestimonialsSection{background-color:gray;background-position:50%;background-repeat:no-repeat;background-size:100%;grid-template-columns:1fr 1fr;width:100%;height:100svh;padding:0;display:grid}.TestimonialsSection .TestimonialsSwiperImg{background-color:#000;grid-column:1;width:100%;height:100%}.TestimonialsSection .TestimonialsSwiperImg .swiper-slide{align-items:unset;display:flex}.TestimonialsSection .TestimonialsSwiperImg .swiper-slide img{object-fit:cover;width:100%}.TestimonialsSection .TestimonialsSwiperText{grid-column:2;width:100%;height:100%}.TestimonialsSection .TestimonialsSwiperText .swiper-slide{padding:10rem 7rem 0 4rem}.TestimonialsSection .TestimonialsSwiperText .swiper-slide p{font-size:calc(var(--baseFontSize) + 2px);color:var(--white);font-family:var(--textFont);margin-bottom:0}.TestimonialsSection .TestimonialsSwiperText .swiper-slide p:first-child{max-height:18rem;margin-bottom:2rem;padding-left:.5rem;font-weight:200;overflow-y:scroll}.TestimonialsSection .TestimonialsSwiperText .swiper-slide ::-webkit-scrollbar{background-color:#0000004d;width:5px}.TestimonialsSection .TestimonialsSwiperText .swiper-slide ::-webkit-scrollbar-thumb{background-color:var(--white)}.TestimonialsSection .TestimonialsSwiperText .swiper-slide p:first-child:before{content:"";background:url(/assets/testimonials.png) 0 0/110px no-repeat;width:100%;max-width:130px;height:100%;max-height:130px;position:absolute;top:120px;left:40px}.TestimonialsSection .TestimonialsSwiperText .swiper-slide p:nth-child(3){margin-bottom:4rem;font-weight:500}.TestimonialsSection .testimonials-swiper-button-prev,.TestimonialsSection .testimonials-swiper-button-next{fill:var(--white);cursor:pointer;border:1px solid var(--white);z-index:9;border-radius:50px;position:absolute;bottom:30px}.TestimonialsSection .testimonials-swiper-button-prev{left:4rem}.TestimonialsSection .testimonials-swiper-button-next{left:8rem}.TestimonialsSection .testimonials-swiper-button-prev:hover,.TestimonialsSection .testimonials-swiper-button-next:hover{background-color:var(--white);border:1px solid var(--white);fill:var(--PrimaryColor);transition-duration:.3s ease}.TestimonialsSection .testimonials-swiper-button-prev:not(:hover),.TestimonialsSection .testimonials-swiper-button-next:not(:hover){transition-duration:.3s ease}.LastSection{position:relative}.LastSection .lastBg{z-index:-10;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:fixed;top:0;left:0}.LastSection .lastBg .lastBgDesktop{object-fit:cover;object-position:top;height:100%;display:block}.LastSection .lastBg .lastBgMobile{width:100%;display:none}.LastSection .Form{grid-template-columns:1fr 1fr;width:100%;padding:9.5rem 4rem 4.5rem;display:grid;position:static;overflow:hidden}.LastSection .Form form{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:6;background-color:#ffffff73;border-radius:10px;grid-column:2;grid-template-columns:1fr 1fr;gap:2rem;max-width:550px;padding:1.2rem 2.2rem 2rem;display:grid}.LastSection .Form form h6{font-family:var(--font2);color:var(--black);text-align:center;grid-column:span 2}.LastSection .Form form .formInput{width:100%;position:relative}.LastSection .Form form .formInput input{background-color:#0000;border:none;border-bottom:1px solid gray;width:100%;padding:0 0 1.2rem}.LastSection .Form form .formInput input:nth-child(2){grid-column:1}.LastSection .Form form .formInput input:nth-child(3){grid-column:2}.LastSection .Form form .formInput input:nth-child(4){grid-column:1}.LastSection .Form form .formInput input:nth-child(5){grid-column:2}.LastSection .Form form .formInput input:focus-visible{outline:none}.LastSection .Form form .formInput input:focus{border:none;border-bottom:1px solid var(--PrimaryColor)}.LastSection .Form form .formInput input:focus::placeholder{color:var(--black)}.LastSection .Form form .formInput p{color:red;font-size:12px;font-weight:600;position:absolute}.LastSection .Form form .DownloadBrochure{border:1px solid var(--PrimaryColor);background-color:var(--PrimaryColor);max-width:250px;color:var(--white);font-family:var(--font1);border-radius:50px;grid-column:span 2;margin:0 auto;padding:.7rem 2.5rem;transition:all .3s}.LastSection .Form form .DownloadBrochure:hover{color:var(--PrimaryColor);background-color:#0000}.LastSection .LatestBlogs{background-color:var(--white);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);width:100%;padding:8rem 7rem 4rem;position:relative}.LastSection .LatestBlogs .backgroundDesign{width:270px;position:absolute;top:70px;left:-60px}.LastSection .LatestBlogs h5{font-family:var(--font2);color:var(--black);text-align:center;margin-bottom:2rem}.LastSection .LatestBlogs .latestBlogs{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.LastSection .LatestBlogs .latestBlogs .latest-blogs{overflow:hidden}.LastSection .LatestBlogs .latestBlogs .latest-blogs a{text-decoration:none}.LastSection .LatestBlogs .latestBlogs .latest-blogs a div{aspect-ratio:440/338;cursor:pointer;border-radius:6px;width:100%;margin-bottom:.7rem;transition:all .3s;overflow:hidden}.LastSection .LatestBlogs .latestBlogs .latest-blogs a div img{object-fit:cover;width:100%;height:100%;transition:all .3s}.LastSection .LatestBlogs .latestBlogs .latest-blogs a div:hover img{transform:scale(1.1)}.LastSection .LatestBlogs .latestBlogs .latest-blogs a .blogsHeading{font-family:var(--font1);color:var(--black);font-size:calc(var(--baseFontSize) + 2px);width:80%;margin-bottom:.5rem}.LastSection .LatestBlogs .latestBlogs .latest-blogs a .blogsDate{font-family:var(--font1);color:gray;font-size:calc(var(--baseFontSize) - 2px);margin-bottom:.5rem}.LastSection .LatestBlogs button{border:1px solid var(--PrimaryColor);background-color:var(--PrimaryColor);color:var(--white);font-family:var(--font1);border-radius:50px;margin-left:50%;padding:.7rem 2.5rem;transition:all .3s;transform:translate(-50%)}.LastSection .LatestBlogs button:hover{color:var(--PrimaryColor);border:1px solid var(--PrimaryColor);background-color:#0000}footer{background-color:#e9e9e9;border-radius:40px 40px 0 0;grid-template-columns:1fr 1fr 1fr 1fr;padding:3.5rem 6rem;display:grid}footer .footer-logo{width:100%}footer .footer-logo img{width:120px}footer .footer-links h6,footer .footer-news h6{font-family:var(--font2);font-size:calc(var(--baseFontSize) + 7px);margin-bottom:1.2rem}footer .footer-links ul,footer .footer-news ul{padding:0;list-style:none}footer .footer-links ul li,footer .footer-news ul li{margin-bottom:.3rem}footer .footer-links ul li a,footer .footer-news ul li a{color:var(--black);font-family:var(--font1);text-decoration:none;transition:all .3s ease-out}footer .footer-links ul li a:hover,footer .footer-news ul li a:hover{color:var(--PrimaryColor)}footer .footer-legal h6{font-family:var(--font2);font-size:calc(var(--baseFontSize) + 7px);margin-bottom:1.2rem}footer .footer-legal ul{margin-bottom:2rem;padding:0;list-style:none}footer .footer-legal ul li{margin-bottom:.3rem}footer .footer-legal ul li a{color:var(--black);font-family:var(--font1);text-decoration:none;transition:all .3s ease-out}footer .footer-legal ul li a:hover{color:var(--PrimaryColor)}footer .footer-legal .StayConnected p{font-family:var(--font2);font-size:calc(var(--baseFontSize) + 2px);margin-bottom:0}footer .footer-legal .StayConnected .StayConnectedIcons svg{cursor:pointer;margin-right:20px}footer .footer-legal .StayConnected .StayConnectedIcons svg path{fill:var(--black)!important;transition:all .3s!important}footer .footer-legal .StayConnected .StayConnectedIcons .youtube path:first-child{fill:var(--white)!important}footer .footer-legal .StayConnected .StayConnectedIcons{width:17px;display:flex}footer .footer-legal .StayConnected .StayConnectedIcons img{object-fit:cover;filter:grayscale();height:17px;margin-right:.6rem;transition:all .3s ease-out}footer .footer-legal .StayConnected .StayConnectedIcons img:hover{filter:none}.footer-hr{opacity:1;background-color:#000;width:95%;height:1px;margin:0 auto}.copyrights{background-color:#e9e9e9;justify-content:space-between;padding:1rem 5rem;display:flex}.copyrights p{text-align:center;margin-bottom:0}@media screen and (min-width:280px) and (max-width:1024px){h2{font-size:calc(var(--baseFontSize) + 30px)}h3{font-size:calc(var(--baseFontSize) + 29px)}h4{font-size:calc(var(--baseFontSize) + 22px)}h5{font-size:calc(var(--baseFontSize) + 10px)}h6{font-size:calc(var(--baseFontSize) + 9px)}html{scroll-snap-type:none}body{overflow-x:hidden}.snapScroll{scroll-snap-align:unset;scroll-snap-stop:unset}.HomePageMySwiper{overflow-y:visible!important}.Navbar{border-bottom:1px solid var(--white);grid-template-columns:1fr 1fr 1fr;padding:15px 20px;display:grid}.Navbar .navSec1{display:none}.Navbar .navSec2{grid-column:2;align-items:center;display:flex}.Navbar .navSec2 img{width:unset;height:40px}.Navbar .navSec3{grid-column:3;justify-content:flex-end;padding:0}.Navbar .navSec3 .callUsBtnContain{margin-right:15px}.Navbar .navSec3 .callUsBtnContain .callUsBtn{border:1px solid var(--white);background-color:#0000;padding:8px;font-size:0}.Navbar .navSec3 .callUsBtnContain .callUsBtn svg{width:15px;height:15px;margin-right:0}.Navbar .navSec3 .fontAdjust{display:none}.Navbar .navSec3 .MenuBtn.close:hover .bars div:first-child,.Navbar .navSec3 .MenuBtn.close:hover .bars div:nth-child(2),.Navbar .navSec3 .MenuBtn.close:hover .bars div:nth-child(3){background-color:var(--white)}.Navbar .navSec3 .MenuBtn.close,.Navbar .navSec3 .MenuBtn.active{transform:translate(0)}.Navbar .navSec3 .SideMenu{top:0;right:0}.Navbar .navSec3 .SideMenu .SideMenuInner{width:90vw;padding-top:3rem;padding-right:0;right:-100vw}.Navbar .navSec3 .SideMenu .SideMenuInner ul .forMobile{display:block}.Navbar .navSec3 .SideMenu .SideMenuInner .StayConnected{bottom:20px}.Navbar .navSec3 .SideMenu .SideMenuInner .StayConnected p{margin-bottom:.4rem}.Navbar .navSec3 .SideMenu .SideMenuInner .StayConnected .StayConnectedIcons img{width:15px;height:15px}.Navbar .navSec3 .SideMenu.active .SideMenuInner{transform:translate(-100vw)}.Whatsapp{bottom:4rem;right:1rem}.HeaderSection{background-size:cover;max-height:60svh;padding-top:10rem;padding-bottom:5.5rem;overflow:hidden}.HeaderSection .headerHeading{width:250px;margin-bottom:1rem}.HeaderSection .headerHeading h2{font-size:calc(var(--baseFontSize) + 14px);font-weight:400}.HeaderSection .headerSubHeading{font-size:calc(var(--baseFontSize) + 2px);padding:0 10%;line-height:1.6rem}.HeaderSection .headerVideo{height:100%}.HeaderSection .headerVideo video{object-fit:cover}.HeaderSection .playBtn{bottom:1rem;right:50%;transform:translate(50%)}.HeaderSection .playBtn #playBtn{color:var(--white);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:calc(var(--baseFontSize) - 3px);font-family:var(--font1);background-color:#969a8ab3;border:none;border-radius:50px;margin-left:50%;padding:.3rem 1.1rem;font-weight:200;transform:translate(-50%)}.AboutSection{background-size:cover;background-position:botton;height:unset;flex-direction:column;padding-top:3rem;padding-bottom:4rem;display:flex}.AboutSection .TextOne{max-width:unset;margin:0 5% 2rem}.AboutSection .TextOne h6{margin-bottom:1rem}.AboutSection .TextOne p{font-size:calc(var(--baseFontSize) + 2px);max-width:700px;margin:0 auto;line-height:1.6rem}.AboutSection .TextTwo{text-align:center;margin-bottom:1rem;padding:0 10%}.AboutSection .TextTwo h5{max-width:300px;color:var(--black);margin:0 auto .5rem}.AboutSection .TextTwo h6{color:var(--black)}.AboutSection .TextThree{text-align:center;padding:0 1rem}.AboutSection .TextThree p{font-size:calc(var(--baseFontSize) + 2px);max-width:700px;margin:0 auto 1rem;line-height:1.6rem}.AboutSection .TextThree button{font-size:calc(var(--baseFontSize) + 2px)}.BespokeSection{height:unset;flex-direction:column;padding-top:3rem;padding-bottom:6rem;display:flex}.BespokeSection .backgroundBgDesktop{display:none}.BespokeSection .backgroundBgMobile{background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.BespokeSection .Sec3Title{margin-bottom:2rem}.BespokeSection .circleVid{aspect-ratio:1;width:18rem;margin:0 auto 2rem}.BespokeSection .circleVid .circleVid-inner{aspect-ratio:1;width:100%}.BespokeSection .circleVid .circleVid-inner span.radio1{top:27px;left:48%}.BespokeSection .circleVid .circleVid-inner span.radio1 p{bottom:2px;right:0}.BespokeSection .circleVid .circleVid-inner span.radio2{top:25%;right:52px}.BespokeSection .circleVid .circleVid-inner span.radio2 p{width:unset;bottom:5px;left:15px}.BespokeSection .circleVid .circleVid-inner span.radio3{top:79%;right:75px}.BespokeSection .circleVid .circleVid-inner span.radio3 p{top:10px;left:20px}.BespokeSection .circleVid .circleVid-inner span.radio4{top:83%;left:98px}.BespokeSection .circleVid .circleVid-inner span.radio4 p{top:0;right:20px}.BespokeSection .circleVid .circleVid-inner span.radio5{top:40%;left:28px}.BespokeSection .circleVid .circleVid-inner span.radio5 p{right:-13px;top:unset;height:unset;width:unset;bottom:10px}.BespokeSection .circleVid .circleVid-inner .hoverBox{font-size:var(--baseFontSize)}.BespokeSection .circleVid .circleVid-inner span.radio1:hover .healthcare,.BespokeSection .circleVid .circleVid-inner span.radio2:hover .resort,.BespokeSection .circleVid .circleVid-inner span.radio3:hover .hospitality,.BespokeSection .circleVid .circleVid-inner span.radio4:hover .housekeeping,.BespokeSection .circleVid .circleVid-inner span.radio5:hover .abundant{max-height:unset;opacity:1;z-index:3;max-width:150px}.BespokeSection .circleVid .circleVid-inner span.radio1:hover .healthcare{top:30px;left:-80px}.BespokeSection .circleVid .circleVid-inner span.radio2:hover .resort{top:20px;right:20px;left:unset}.BespokeSection .circleVid .circleVid-inner span.radio3:hover .hospitality{bottom:30px;right:0;left:unset}.BespokeSection .circleVid .circleVid-inner span.radio4:hover .housekeeping{bottom:30px;left:-40px;right:unset}.BespokeSection .circleVid .circleVid-inner span.radio5:hover .abundant{bottom:-10px;left:25px;right:unset}.BespokeSection .circleVid .circleVid-inner img{z-index:2;width:90px}.BespokeSection .circleVid .circleVid-inner .theCircleVid{aspect-ratio:1;width:16rem}.BespokeSection .KnowMore .KnowMoreInner{font-size:calc(var(--baseFontSize) - 3px);padding:.5rem .6rem;font-weight:400;position:relative}.BespokeSection .KnowMore .KnowMoreInner button{font-size:calc(var(--baseFontSize) - 2px);margin:0;padding:.35rem 1.4rem;position:absolute;top:3rem;right:50%;transform:translate(50%)}.BespokeSection .KnowMore .KnowMoreInner:hover button{font-size:calc(var(--baseFontSize) - 2px)}.ZonesSection{height:auto;padding-top:3rem}.ZonesSection .zone-heading h5{width:100%}.ZonesSection .zone-heading h6{font-size:calc(var(--baseFontSize) + 9px)}.ZonesSection .ZoneSwiper{height:unset;z-index:8;width:100%}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide{height:70vw}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide .ZoneImg{width:50vw;height:50vw}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide .ZoneImg img{width:100%;height:100%}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide p{font-size:var(--baseFontSize);width:100%;margin-top:10px}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active .ZoneImg{border:12px solid #e2ebef;width:60vw;height:60vw}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active:before{content:"";width:30px;height:30px;top:-7%;right:-7%}.ZonesSection .zone-swiper-button-prev{top:35%;left:.2rem}.ZonesSection .zone-swiper-button-prev svg{background-color:var(--white)}.ZonesSection .zone-swiper-button-next{top:35%;right:.2rem}.ZonesSection .zone-swiper-button-next svg{background-color:var(--white)}.ZonesSection button{position:unset;margin-top:1rem;margin-bottom:1rem;padding:.5rem 1.5rem;bottom:3rem}.LessonsSection{height:unset}.LessonsSection .LessonsSwiper{width:100%;height:100svh;max-height:650px}.LessonsSection .LessonsSwiper .swiper-slide{width:100%;color:var(--white);background-color:#fff;padding:3rem 2rem;position:relative}.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageMobile{min-width:100%;min-height:100%;bottom:0;left:0}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextBottom{position:absolute;bottom:60px}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextBottom h5{font-family:var(--font1);font-weight:300}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextBottom p{font-size:calc(var(--baseFontSize) + 4px);width:100%;max-width:300px}.LessonsSection .LessonsSwiper .swiper-pagination{padding:0 1.5rem}.LessonsSection .lessons-swiper-button-prev,.LessonsSection .lessons-swiper-button-next{top:50%}.LocationsSection{height:unset;flex-direction:column;padding:3rem 2rem;display:flex}.LocationsSection img{object-position:right;object-fit:cover;width:100%;height:100%}.LocationsSection .location1{text-align:center;margin-bottom:20rem;display:inline}.LocationsSection .location1 div:first-child h6,.LocationsSection .location1 div:first-child p{margin-bottom:1.5rem}.LocationsSection .location1 div:first-child button:hover{background-color:var(--white);border:1px solid var(--white)}.LocationsSection .location1 div:first-child button:hover a{color:var(--PrimaryColor)}.LocationsSection .location2{flex-direction:column;gap:0;margin-top:2rem;display:flex}.BradSection{height:800px;padding:2rem 1rem;position:relative}.BradSection .bradPerkinsBg{width:100%;height:100%}.BradSection .bradPerkinsBg .bradPerkinsDesktop{display:none}.BradSection .bradPerkinsBg .bradPerkinsMobile{min-width:100%;min-height:100%;display:block;position:absolute;right:0}.BradSection .leaderShipDesignation{width:250px;margin-bottom:30px;line-height:1.1rem}.BradSection .leaderShipText{border-left:2px solid var(--white);margin-bottom:40px;position:absolute;bottom:7rem;font-size:calc(var(--baseFontSize) + 2px)!important;padding-left:1rem!important}.BradSection h5:nth-child(6){max-width:450px;position:absolute;bottom:0}.BradSection .Signature{margin-bottom:35px;display:flex}.BradSection .Signature .no-signature{margin-right:1.5rem}.BradSection .Signature .no-signature img,.BradSection .Signature .signature img{max-width:90px}.BradSection .Ribbon{align-items:center;padding-right:1rem;display:flex;position:absolute;bottom:2rem}.BradSection .Ribbon img{max-width:70px;margin-right:1rem}.BradSection .Ribbon h5{font-size:calc(var(--baseFontSize) + 11px);font-weight:300}.TestimonialsSection{height:unset;flex-direction:column;align-items:center;display:flex;position:relative}.TestimonialsSection .TestimonialsSwiperImg{background-color:#000;border-radius:10px;grid-column:1;width:90%;max-width:350px;height:250px;margin:2rem;position:relative;left:0;right:0}.TestimonialsSection .TestimonialsSwiperImg .swiper-slide{align-items:center;display:flex}.TestimonialsSection .TestimonialsSwiperImg .swiper-slide img{max-width:100%}.TestimonialsSection .TestimonialsSwiperImg .swiper-slide:nth-child(3){align-items:flex-start}.TestimonialsSection .TestimonialsSwiperText{background-color:#0000;width:100%;height:auto;padding-top:1.8rem}.TestimonialsSection .TestimonialsSwiperText .swiper-slide{padding:0 2rem 2rem}.TestimonialsSection .TestimonialsSwiperText .swiper-slide p:first-child:before{background-size:90px;width:100%;max-width:90px;height:100%;max-height:90px;top:-30px;left:10px}.TestimonialsSection .TestimonialsSwiperText .swiper-slide p:nth-child(2){font-weight:500}.TestimonialsSection .testimonials-swiper-button-prev,.TestimonialsSection .testimonials-swiper-button-next{position:absolute}.TestimonialsSection .testimonials-swiper-button-prev{left:40%;transform:translate(-50%)}.TestimonialsSection .testimonials-swiper-button-next{left:60%;transform:translate(-50%)}.LastSection{background-position:0 0;background-size:auto}.LastSection .lastBg{max-height:100vh;overflow:hidden}.LastSection .lastBg .lastBgDesktop{display:none}.LastSection .lastBg .lastBgMobile{display:block}.LastSection .Form{flex-direction:column;align-items:center;width:100%;padding:10rem 1.5rem 4rem;display:flex}.LastSection .Form form{border-radius:10px;flex-direction:column;grid-column:2;gap:1rem;width:100%;max-width:400px;padding:1.2rem 1.5rem 2rem;display:flex}.LastSection .Form form input{width:100%;padding:0 0 1.2rem}.LastSection .Form form .DownloadBrochure{max-width:250px;margin-top:1rem;padding:.7rem 1rem}.LastSection .Form form .DownloadBrochure:hover{background-color:var(--white)}.LastSection .LatestBlogs{width:100%;padding:4rem 1.5rem}.LastSection .LatestBlogs .latestBlogs{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.LastSection .LatestBlogs .latestBlogs .latest-blogs{overflow:hidden}.LastSection .LatestBlogs .latestBlogs .latest-blogs div{border-radius:10px;max-height:400px;margin-bottom:1.5rem;transition:all .3s;overflow:hidden}.LastSection .LatestBlogs .latestBlogs .latest-blogs p{font-family:var(--font1);color:var(--black);font-size:var(--baseFontSize)}.LastSection .LatestBlogs button{border:1px solid var(--PrimaryColor);background-color:var(--PrimaryColor);color:var(--white);font-family:var(--font1);border-radius:50px;margin-left:50%;padding:.7rem 2.5rem;transition:all .3s;transform:translate(-50%)}.LastSection .LatestBlogs button:hover{color:var(--white);border:1px solid var(--white);background-color:#0000}footer{border-radius:30px 30px 0 0;grid-template-columns:1fr 1fr;gap:1rem;padding:3.5rem 1.5rem 2rem;display:grid}footer .footer-logo{grid-area:1/1;width:100%}footer .footer-logo img{width:120px}footer .footer-links{grid-area:2/1}footer .footer-links h6{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);margin-bottom:1.2rem}footer .footer-links ul{padding:0;list-style:none}footer .footer-links ul li{margin-bottom:.3rem}footer .footer-links ul li a{color:var(--black);font-family:var(--font1);text-decoration:none}footer .footer-news{grid-area:3/1}footer .footer-news h6{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);margin-bottom:1.2rem}footer .footer-news ul{padding:0;list-style:none}footer .footer-news ul li{margin-bottom:.3rem}footer .footer-news ul li a{color:var(--black);font-family:var(--font1);text-decoration:none}footer .footer-legal{grid-area:2/2/4}footer .footer-legal h6{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);margin-bottom:1.2rem}footer .footer-legal ul{margin-bottom:2rem;padding:0;list-style:none}footer .footer-legal ul li{margin-bottom:.3rem}footer .footer-legal ul li a{color:var(--black);font-family:var(--font1);text-decoration:none}footer .footer-legal .StayConnected{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);font-weight:500}footer .footer-legal .StayConnected p{margin-bottom:.7rem}footer .footer-legal .StayConnected .StayConnectedIcons svg{cursor:pointer;margin-right:16px}footer .footer-legal .StayConnected .StayConnectedIcons svg path{fill:var(--black)!important;transition:all .3s!important}footer .footer-legal .StayConnected .StayConnectedIcons .youtube path:first-child{fill:var(--white)!important}footer .footer-legal .StayConnected .StayConnectedIcons .facebook:hover path{fill:#3c5a9a!important}footer .footer-legal .StayConnected .StayConnectedIcons .youtube:hover path:nth-child(3){fill:#cd201f!important}footer .footer-legal .StayConnected .StayConnectedIcons .twitter:hover path{fill:#000!important}footer .footer-legal .StayConnected .StayConnectedIcons .instagram:hover path{fill:url(#a)!important}footer .footer-legal .StayConnected .StayConnectedIcons .instagram:hover .insta-path2{fill:url(#b)!important}footer .footer-legal .StayConnected .StayConnectedIcons .instagram:hover circle{fill:url(#c)!important}.footer-hr{opacity:1;background-color:#000;width:95%;height:1px;margin:0 auto}.copyrights{background-color:#e9e9e9;flex-direction:column;padding:1rem}.copyrights p{text-align:center;margin-bottom:0}}@media screen and (min-width:280px) and (max-width:360px){.Navbar .navSec3 .callUsBtnContain a .callUsBtn{border:1px solid var(--white);background-color:#0000;padding:5px;font-size:0}.Navbar .navSec3 .callUsBtnContain a .callUsBtn svg{aspect-ratio:1;margin:0}.Navbar .navSec3 .callUsBtnContain a .callUsBtn svg path{fill:var(--white)}.Navbar .navSec3 .MenuBtn.close{z-index:12;align-items:center;width:30px;transition:all .5s;display:flex;transform:translate(0)}.Navbar .navSec3 .MenuBtn.close .bars{background-color:#0000;border:none;width:100%;display:inline}.Navbar .navSec3 .MenuBtn.close .bars div:first-child,.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(2),.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(3){height:2px;margin-bottom:6px}.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(3){margin-bottom:0}.Navbar .navSec3 .SideMenu .SideMenuInner{width:100vw}.Navbar .navSec3 .SideMenu .SideMenuInner ul .nav-item-list-container{margin-bottom:0}.BespokeSection{height:unset;background-size:cover;flex-direction:column;padding-top:3rem;padding-bottom:6rem;display:flex}.BespokeSection .backgroundBgDesktop{display:none}.BespokeSection .backgroundBgMobile{width:100%;min-height:100%;top:0;right:0;left:unset;display:block;position:absolute}.BespokeSection .KnowMore .KnowMoreInner{font-size:calc(var(--baseFontSize) - 3px)}.LatestBlogs .latestBlogs .latest-blogs div{max-height:250px!important}}@media screen and (min-width:361px) and (max-width:419px){.Navbar .navSec3 .callUsBtnContain a .callUsBtn{border:1px solid var(--white);background-color:#0000;padding:8px;font-size:0}.Navbar .navSec3 .callUsBtnContain a .callUsBtn svg{aspect-ratio:1;margin:0}.Navbar .navSec3 .callUsBtnContain a .callUsBtn svg path{fill:var(--white)}.Navbar .navSec3 .MenuBtn.close{z-index:12;align-items:center;width:30px;transition:all .5s;display:flex;transform:translate(0)}.Navbar .navSec3 .MenuBtn.close .bars{background-color:#0000;border:none;width:100%;display:inline}.Navbar .navSec3 .MenuBtn.close .bars div:first-child,.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(2),.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(3){height:2px;margin-bottom:6px}.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(3){margin-bottom:0}.Navbar .navSec3 .SideMenu .SideMenuInner{width:100vw}.Navbar .navSec3 .SideMenu .SideMenuInner ul .nav-item-list-container{margin-bottom:.1rem}}@media screen and (min-width:420px) and (max-width:550px){.Navbar .navSec3 .callUsBtnContain a .callUsBtn{border:1px solid var(--white);background-color:#0000;padding:8px;font-size:0}.Navbar .navSec3 .callUsBtnContain a .callUsBtn svg{aspect-ratio:1;margin:0}.Navbar .navSec3 .callUsBtnContain a .callUsBtn svg path{fill:var(--white)}.Navbar .navSec3 .MenuBtn.close{z-index:12;align-items:center;width:30px;transition:all .5s;display:flex;transform:translate(0)}.Navbar .navSec3 .MenuBtn.close .bars{background-color:#0000;border:none;width:100%;display:inline}.Navbar .navSec3 .MenuBtn.close .bars div:first-child,.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(2),.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(3){height:2px;margin-bottom:6px}.Navbar .navSec3 .MenuBtn.close .bars div:nth-child(3){margin-bottom:0}.BespokeSection .circleVid{width:24rem}.BespokeSection .circleVid .circleVid-inner .theCircleVid{width:23rem}.ZonesSection{height:unset}}@media screen and (min-width:550px) and (max-width:1024px){.BespokeSection .circleVid{width:28rem}.BespokeSection .circleVid .circleVid-inner span.radio2{top:25%;right:62px}.BespokeSection .circleVid .circleVid-inner span.radio3{top:77%;right:80px}.BespokeSection .circleVid .circleVid-inner span.radio4{top:82%;left:100px}.BespokeSection .circleVid .circleVid-inner .theCircleVid{width:28rem}}@media screen and (min-width:700px) and (max-width:1024px){.BespokeSection .backgroundBgDesktop{min-width:100%;height:100%;width:unset;display:block}.BespokeSection .backgroundBgMobile{display:none}.BespokeSection .circleVid .circleVid-inner span.radio2 p{width:max-content;bottom:0}.BespokeSection .circleVid .circleVid-inner span.radio5 p{width:max-content;bottom:5px;right:5px}.bradPerkinsBg{width:100%!important;height:100%!important}.bradPerkinsBg .bradPerkinsDesktop{display:block!important;position:absolute!important;right:0!important}.bradPerkinsBg .bradPerkinsMobile{display:none!important}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide{max-height:560px}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide .ZoneImg{max-width:420px;max-height:420px}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active .ZoneImg{border:25px solid #e2ebef;max-width:470px;max-height:470px}.TestimonialsSection .TestimonialsSwiperImg{background-color:#000;grid-column:1;max-width:400px;height:300px}.TestimonialsSection .TestimonialsSwiperImg .swiper-slide{align-items:unset;display:flex}.TestimonialsSection .TestimonialsSwiperImg .swiper-slide img{object-fit:cover;width:100%}.LastSection .Form{justify-content:center;padding:4.5rem 4rem;display:flex}.LastSection .Form form{border-radius:10px;grid-template-columns:1fr 1fr;gap:2rem;max-width:600px;margin:0 auto;padding:1.2rem 2.2rem 2rem;display:grid}.LastSection .Form form input{grid-column:1!important;width:100%!important}.LastSection .Form form .DownloadBrochure{padding:.7rem 2.5rem}.LastSection footer{grid-template-columns:repeat(3,1fr)}.LastSection footer .footer-links{grid-column:1}.LastSection footer .footer-news{grid-area:2/2}.LastSection footer .footer-legal{grid-column:3}.copyrights{background-color:#e9e9e9;flex-direction:row;padding:1rem 3rem}.copyrights p{text-align:center;margin-bottom:0}}@media screen and (min-width:500px) and (max-width:768px){.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageDesktop{min-width:100%;min-height:100%;display:block;left:50%;transform:translate(-50%)}.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageMobile{display:none}.LocationsSection{background-position:50%;max-height:1500px}.LocationsSection .location1{margin-bottom:31rem}}@media screen and (min-width:768px) and (max-width:920px){.fontAdjust{position:absolute;top:50%;left:10px;transform:translateY(-50%);display:block!important}.fontAdjust button{font-size:calc(var(--baseFontSize) + 6px)}.fontAdjust button:nth-child(2){font-size:var(--baseFontSize)}.fontAdjust button:hover{color:var(--PrimaryColor)}.SideMenuInner{max-width:400px!important}.BespokeSection .circleVid .circleVid-inner span.radio2 p{width:max-content;bottom:0}.BespokeSection .circleVid .circleVid-inner span.radio5 p{width:max-content;bottom:5px;right:5px}.ZonesSection .zone-swiper-button-prev{left:1rem!important}.ZonesSection .zone-swiper-button-next{right:1rem!important}.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageDesktop{min-width:100%;min-height:100%;display:block;left:50%;transform:translate(-50%)}.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageMobile{display:none}.LocationsSection{background-position:50%;max-height:1500px}.LocationsSection .location1{margin-bottom:31rem}}@media screen and (min-width:921px) and (max-width:1024px){.SideMenuInner{max-width:400px!important}.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageDesktop{min-width:100%;min-height:100%;display:block;left:50%;transform:translate(-50%)}.LessonsSection .LessonsSwiper .swiper-slide .LessonsImageMobile{display:none}.LocationsSection{background-position:50%;min-height:1450px;max-height:1600px}.LocationsSection .location1{margin-bottom:35rem}.LocationsSection .location2{margin-top:21rem}}@media screen and (min-width:1024px) and (max-width:1024px){.ZonesSection .zone-swiper-button-prev{left:.5rem!important}.ZonesSection .zone-swiper-button-next{right:.5rem!important}}@media screen and (min-width:1300px) and (max-width:1399px){h2{font-size:calc(var(--baseFontSize) + 38px)}h3{font-size:calc(var(--baseFontSize) + 32px)}h4{font-size:calc(var(--baseFontSize) + 26px)}h5{font-size:calc(var(--baseFontSize) + 20px)}h6{font-size:calc(var(--baseFontSize) + 14px)}.AboutSection .TextOne h6,.ZonesSection .zone-heading h6{font-size:calc(var(--baseFontSize) + 11px)}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide{height:61vh}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active .zoneImgRedirect .ZoneImg{width:55vh;height:55vh}.LessonsSection .LessonsSwiper .swiper-slide .LessonsTextBottom h5{font-size:calc(var(--baseFontSize) + 11px)}}@media screen and (min-width:1440px) and (max-width:1440px){.ZonesSection .zone-swiper-button-prev{left:1rem!important}.ZonesSection .zone-swiper-button-next{right:1rem!important}}@media screen and (min-width:1400px){.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide-active .ZoneImg{width:60vh;height:60vh}.ZonesSection .ZoneSwiper .swiper-wrapper .swiper-slide{height:65vh}}.InnerPageHeader{flex-direction:column;justify-content:center;align-items:center;height:80svh;padding:0 .7rem;display:flex;position:relative;overflow:hidden}.InnerPageHeader .InnerPageHeading{font-family:var(--font2);color:var(--white);z-index:6}.InnerPageHeader .InnerPageHeading .newsAndMedia{text-align:center;max-width:440px}.InnerPageHeader .InnerPageSubHeading{font-family:var(--font1);color:var(--white);text-align:center;font-weight:100;font-size:calc(var(--baseFontSize) + 10px);z-index:6;max-width:500px}.InnerPageHeader .InnerPageHeaderBgImg{z-index:5;position:absolute}.InnerPageHeader .InnerPageHeaderBgImg .headerBgDesktop{object-fit:cover;width:100%;height:auto}.InnerPageHeader .InnerPageHeaderBgImg .headerBgMobile{object-fit:cover;width:100%;height:100%}@media screen and (min-width:280px) and (max-width:767px){.InnerPageHeader .InnerPageHeading .newsAndMedia{max-width:294px}.InnerPageHeader .InnerPageSubHeading{line-height:1.8rem}.InnerPageHeader .InnerPageSubHeading .headerBgDesktop{display:none}.InnerPageHeader .InnerPageSubHeading .headerBgMobile{display:block}}@media screen and (min-width:768px) and (max-width:1024px){.InnerPageHeader .InnerPageHeading .newsAndMedia{max-width:294px}}.breadCrumb{padding:1rem 5rem}.breadCrumb .breadCrumbList{padding:0;list-style:none;display:flex}.breadCrumb .breadCrumbList .breadCrumbItem a{font-family:var(--font1);color:var(--black);font-size:calc(var(--baseFontSize) - 2px);text-decoration:none}.breadCrumb .breadCrumbList .breadCrumbItem a:hover{color:var(--PrimaryColor)}.breadCrumb .breadCrumbList .breadCrumbItem.active{margin-left:2px}.breadCrumb .breadCrumbList .breadCrumbItem.active a{color:var(--PrimaryColor)}.bluezonePageBreadCrumb{margin-top:80px}.blogsPageBreadCrumb{margin-top:125px;margin-bottom:35px}@media screen and (min-width:280px) and (max-width:767px){.breadCrumb{padding:.7rem 1rem}.bluezonePageBreadCrumb,.blogsPageBreadCrumb{margin-top:80px}}.AboutPage{background-image:linear-gradient(#cbe6f3 10%,#cbe6f300 22%)}.AboutPage .Brief{grid-template-columns:38% 62%;margin-bottom:3rem;padding:4rem 5rem;display:grid}.AboutPage .Brief .briefHeading{font-family:var(--font2);color:var(--black);max-width:271px}.AboutPage .Brief .briefContent{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);color:var(--black);font-weight:400}.AboutPage .Counter{gap:10rem;margin-bottom:3rem;padding:0 5rem 4rem;display:flex}.AboutPage .Counter div{width:100%}.AboutPage .Counter div h5{font-family:var(--font2);margin-bottom:0;transform:translateY(400px)}.AboutPage .Counter div hr{background-color:var(--white);opacity:.4;height:2px;transform:translateY(400px)}.AboutPage .Counter div p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);font-weight:500;transform:translateY(400px)}.AboutPage .Vision{flex-direction:column;margin-bottom:5rem;padding:0 5rem;display:flex}.AboutPage .Vision .visionContent{grid-template-columns:repeat(2,1fr);display:grid}.AboutPage .Vision .visionContent1{margin-bottom:3rem}.AboutPage .Vision .visionContent1 .visionImg{grid-area:1/1;justify-content:flex-end;max-width:400px;max-height:400px;margin:0 auto;padding-bottom:5rem;display:flex;position:relative}.AboutPage .Vision .visionContent1 .visionImg .visionImgInner{background-color:#269ad1;border-radius:50%;width:100%;max-width:400px;height:400px;max-height:400px;overflow:hidden}.AboutPage .Vision .visionContent1 .visionImg .visionImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.AboutPage .Vision .visionContent1 .visionImg .visionImgInner:hover img{transform:scale(1.2)}.AboutPage .Vision .visionContent1 .visionText{flex-direction:column;grid-area:1/2;justify-content:center;padding-bottom:5rem;display:flex}.AboutPage .Vision .visionContent1 .visionText h6{width:400px;font-family:var(--font2)}.AboutPage .Vision .visionContent1 .visionText p{max-width:450px;font-family:var(--font1);font-weight:400;font-size:calc(var(--baseFontSize) + 4px)}.AboutPage .Vision .visionContent2 .visionImg{grid-area:1/2;max-width:400px;max-height:400px;padding-bottom:5rem;display:flex;position:relative}.AboutPage .Vision .visionContent2 .visionImg .visionImgInner{background-color:#269ad1;border-radius:50%;width:100%;max-width:400px;height:400px;max-height:400px;overflow:hidden}.AboutPage .Vision .visionContent2 .visionImg .visionImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.AboutPage .Vision .visionContent2 .visionImg .visionImgInner:hover img{transform:scale(1.2)}.AboutPage .Vision .visionContent2 .visionText{flex-direction:column;grid-area:1/1;justify-content:center;align-items:flex-end;padding-bottom:5rem;padding-right:3rem;display:flex}.AboutPage .Vision .visionContent2 .visionText h6{width:400px;font-family:var(--font2)}.AboutPage .Vision .visionContent2 .visionText p{max-width:400px;font-weight:400;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px)}.AboutPage .Vision .visionContent1 .visionImg:after,.AboutPage .Vision .visionContent2 .visionImg:after{content:"";background-color:var(--PrimaryColor);border-radius:20px;width:40px;height:40px;position:absolute;top:0;right:0}.AboutPage .Heads{background-color:#cbe6f3;flex-direction:column;padding:3.5rem 5rem .5rem;display:flex}.AboutPage .Heads .HeadContent{grid-template-columns:repeat(2,1fr);display:grid}.AboutPage .Heads .HeadContent1 .headImg{grid-area:1/2;justify-content:flex-end;padding-bottom:3rem;padding-right:3rem;display:flex}.AboutPage .Heads .HeadContent1 .headImg .headImgInner{background-color:#269ad1;border-radius:50%;width:100%;max-width:500px;max-height:500px;overflow:hidden}.AboutPage .Heads .HeadContent1 .headImg .headImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.AboutPage .Heads .HeadContent1 .headImg .headImgInner:hover img{transform:scale(1.2)}.AboutPage .Heads .HeadContent1 .headText{color:var(--black);flex-direction:column;grid-area:1/1;justify-content:center;align-items:center;padding-bottom:3rem;display:flex}.AboutPage .Heads .HeadContent1 .headText h6{width:460px;font-family:var(--font2);margin-bottom:0}.AboutPage .Heads .HeadContent1 .headText p{max-width:460px;font-family:var(--font1);font-weight:300;font-size:calc(var(--baseFontSize) + 2px);padding-left:1rem;position:relative}.AboutPage .Heads .HeadContent1 .headText p:before{content:"";background-color:var(--black);width:2px;height:40%;position:absolute;top:8px;left:0}.AboutPage .Heads .HeadContent1 .headText .headDesignation{float:left;width:100%;font-weight:400;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);padding-left:0}.AboutPage .Heads .HeadContent1 .headText .headDesignation:before{width:0}.AboutPage .Heads .HeadContent2 .headImg{grid-area:1/1;justify-content:center;padding-bottom:3rem;display:flex}.AboutPage .Heads .HeadContent2 .headImg .headImgInner{background-color:#269ad1;border-radius:50%;width:100%;max-width:500px;max-height:500px;overflow:hidden}.AboutPage .Heads .HeadContent2 .headImg .headImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.AboutPage .Heads .HeadContent2 .headImg .headImgInner:hover img{transform:scale(1.2)}.AboutPage .Heads .HeadContent2 .headText{color:var(--black);flex-direction:column;grid-area:1/2;justify-content:center;align-items:center;padding-bottom:3rem;padding-right:3rem;display:flex}.AboutPage .Heads .HeadContent2 .headText h6{width:460px;font-family:var(--font2);margin-bottom:0}.AboutPage .Heads .HeadContent2 .headText p{max-width:460px;font-family:var(--font1);font-weight:300;font-size:calc(var(--baseFontSize) + 2px);padding-left:1rem;position:relative}.AboutPage .Heads .HeadContent2 .headText p:before{content:"";background-color:var(--black);width:2px;height:40%;position:absolute;top:8px;left:0}.AboutPage .Heads .HeadContent2 .headText .headDesignation{float:left;width:100%;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);padding-left:0}.AboutPage .Heads .HeadContent2 .headText .headDesignation:before{width:0}.AboutPage .LeadershipTeam{flex-direction:column;padding:4rem 0;display:flex}.AboutPage .LeadershipTeam .LeadershipTeamHeading{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.5rem;display:flex}.AboutPage .LeadershipTeam .LeadershipTeamHeading h5{font-family:var(--font2)}.AboutPage .LeadershipTeam .LeadershipTeamHeading p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);max-width:600px;margin:0;font-weight:400}.AboutPage .LeadershipTeam .LeadershipTeamSwiper{width:100%}.AboutPage .LeadershipTeam .LeadershipTeamSwiper .swiper-wrapper .swiper-slide{text-align:center;flex-direction:column;align-items:center;display:flex}.AboutPage .LeadershipTeam .LeadershipTeamSwiper .swiper-wrapper .swiper-slide .LeadershipTeamImg{background-color:#269ad1;border-radius:50%;width:280px;height:280px;margin-bottom:1rem;overflow:hidden}.AboutPage .LeadershipTeam .LeadershipTeamSwiper .swiper-wrapper .swiper-slide .LeadershipTeamImg img{object-fit:cover;filter:grayscale();width:100%;transition:all .3s ease-out}.AboutPage .LeadershipTeam .LeadershipTeamSwiper .swiper-wrapper .swiper-slide .LeadershipTeamImg:hover img{filter:grayscale(0%)}.AboutPage .LeadershipTeam .LeadershipTeamSwiper .swiper-wrapper .swiper-slide .LeadershipTeamName{font-family:var(--font1);font-weight:500;font-size:calc(var(--baseFontSize) + 2px);margin:0}.AboutPage .LeadershipTeam .LeadershipTeamSwiper .swiper-wrapper .swiper-slide .LeadershipTeamDesignation{font-family:var(--font1);font-size:var(--baseFontSize)}.AboutPage .Awards{background-color:#269ad1;grid-template-columns:repeat(2,1fr);padding:4rem 5rem;display:grid;position:relative;overflow:hidden}.AboutPage .Awards .awards{color:var(--white);z-index:6;padding-right:5rem}.AboutPage .Awards .awards h5{font-family:var(--font2)}.AboutPage .Awards .awards p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px)}.AboutPage .Awards .achievement{z-index:6;justify-content:center;display:flex}.AboutPage .Awards .achievement div{margin-left:1rem}.AboutPage .Awards .achievement div img{width:150px;position:relative}.AboutPage .Awards img{z-index:5;position:absolute}.AboutPage .Corporate{width:80%;margin:5rem auto 7rem;position:relative}.AboutPage .Corporate .corporateVideo{border-radius:10px;align-items:center;max-height:500px;display:flex;overflow:hidden}.AboutPage .Corporate .corporateVideo video{object-fit:cover;width:100%;height:100%}.AboutPage .Corporate .corporatePlayBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AboutPage .Corporate .corporatePlayBtn button{background-color:var(--PrimaryColor);opacity:.6;border:none;border-radius:50%;outline:1rem solid #269ad166;padding:.5rem;transition:all .2s}.AboutPage .Corporate .corporatePlayBtn button svg{width:40px!important;height:40px!important}.AboutPage .Corporate .corporatePlayBtn button svg path{fill:var(--white)}.AboutPage .Corporate .corporatePlayBtn button:hover{opacity:1}.AboutPage .Corporate h5{font-family:var(--font2);color:var(--white);position:absolute;bottom:2rem;left:3rem}@media screen and (min-width:280px) and (max-width:767px){.InnerPageHeader{height:70svh}.AboutPage .Brief{grid-template-columns:1fr;margin-bottom:2rem;padding:1rem;display:grid}.AboutPage .Counter{flex-direction:column;gap:2rem;padding:0 1rem 1rem;display:flex}.AboutPage .Vision{flex-direction:column;margin-bottom:0;padding:0 1rem;display:flex}.AboutPage .Vision .visionContent{grid-template-columns:1fr;display:grid}.AboutPage .Vision .visionContent1 .visionImg{padding-right:unset;grid-area:1/1;justify-content:center;padding-bottom:3rem;display:flex}.AboutPage .Vision .visionContent1 .visionImg .visionImgInner{width:90vw;min-width:250px;max-width:400px;height:90vw;min-height:250px;max-height:400px}.AboutPage .Vision .visionContent1 .visionText{flex-direction:column;grid-area:2/1;justify-content:center;padding-bottom:3rem;display:flex}.AboutPage .Vision .visionContent1 .visionText h6,.AboutPage .Vision .visionContent1 .visionText p{width:90vw;max-width:400px}.AboutPage .Vision .visionContent2 .visionImg{grid-area:1/1;justify-content:center;padding-bottom:3rem;display:flex}.AboutPage .Vision .visionContent2 .visionImg .visionImgInner{width:90vw;min-width:250px;max-width:400px;height:90vw;min-height:250px;max-height:400px}.AboutPage .Vision .visionContent2 .visionText{padding-bottom:3rem;padding-right:unset;flex-direction:column;grid-area:2/1;justify-content:center;align-items:flex-end;display:flex}.AboutPage .Vision .visionContent2 .visionText h6,.AboutPage .Vision .visionContent2 .visionText p{width:90vw;max-width:400px}.AboutPage .Heads{background-color:#1d1d1d;flex-direction:column;padding:3rem 1rem .5rem;display:flex}.AboutPage .Heads .HeadContent{grid-template-columns:1fr;display:grid}.AboutPage .Heads .HeadContent1{flex-direction:column;align-items:center;display:flex}.AboutPage .Heads .HeadContent1 .headImg{padding-right:unset;grid-area:1/1;padding-bottom:3rem}.AboutPage .Heads .HeadContent1 .headImg .headImgInner{width:90vw;min-width:250px;max-width:500px;height:90vw;min-height:250px;max-height:500px}.AboutPage .Heads .HeadContent1 .headText{flex-direction:column;grid-area:2/1;justify-content:center;padding-bottom:4rem;display:flex}.AboutPage .Heads .HeadContent1 .headText h6,.AboutPage .Heads .HeadContent1 .headText p{width:90vw;max-width:400px}.AboutPage .Heads .HeadContent2{flex-direction:column;align-items:center;display:flex}.AboutPage .Heads .HeadContent2 .headImg{grid-area:1/1;padding-bottom:5rem;display:flex}.AboutPage .Heads .HeadContent2 .headImg .headImgInner{width:90vw;min-width:250px;max-width:500px;height:90vw;min-height:250px;max-height:500px}.AboutPage .Heads .HeadContent2 .headText{padding-bottom:4rem;padding-right:unset;flex-direction:column;grid-area:2/1;justify-content:center;align-items:flex-start;display:flex}.AboutPage .Heads .HeadContent2 .headText h6{width:90vw;max-width:400px;font-family:var(--font2)}.AboutPage .Heads .HeadContent2 .headText p{width:90vw;max-width:400px;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px)}.AboutPage .LeadershipTeamSwiper .swiper-wrapper .swiper-slide .LeadershipTeamImg img{filter:grayscale(0%)!important}.AboutPage .Awards{grid-template-columns:1fr;padding:7rem 1rem 4rem;display:grid}.AboutPage .Awards .awards{padding-right:unset;width:90vw;max-width:500px;margin-bottom:3rem}.AboutPage .Awards .achievement{z-index:6;flex-direction:column;justify-content:center;align-items:center;display:flex}.AboutPage .Awards .achievement div{margin-left:unset;margin-bottom:2rem}.AboutPage .Awards .achievement div img{width:200px;position:relative}.AboutPage .Awards img{z-index:5;height:100%;position:absolute}.AboutPage .Corporate{width:90vw;margin:4rem auto;position:relative}.AboutPage .Corporate .corporateVideo{height:40vh;min-height:250px;max-height:500px}.AboutPage .Corporate .corporatePlayBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AboutPage .Corporate h5{font-family:var(--font2);color:var(--white);position:absolute;bottom:1rem;left:1rem}}@media screen and (min-width:768px) and (max-width:1024px){.InnerPageHeader{height:50svh}.AboutPage .Brief{grid-template-columns:40% 60%;padding:4rem 3rem;display:grid}.AboutPage .Brief .briefHeading{align-items:center;display:flex}.AboutPage .Counter{flex-direction:row;gap:2rem;padding:0 3rem 4rem;display:flex}.AboutPage .Vision{flex-direction:column;padding:0 1rem;display:flex}.AboutPage .Vision .visionContent{grid-template-columns:1fr 1fr;display:grid}.AboutPage .Vision .visionContent1 .visionImg{padding-right:unset;grid-area:1/1;justify-content:center;padding-bottom:3rem;display:flex}.AboutPage .Vision .visionContent1 .visionImg .visionImgInner{width:80vw;min-width:250px;max-width:300px;height:80vw;min-height:250px;max-height:300px}.AboutPage .Vision .visionContent1 .visionText{flex-direction:column;grid-area:1/2;justify-content:center;padding-bottom:3rem;display:flex}.AboutPage .Vision .visionContent1 .visionText h6,.AboutPage .Vision .visionContent1 .visionText p{width:90vw;max-width:400px}.AboutPage .Vision .visionContent2 .visionImg{grid-area:1/2;justify-content:center;padding-bottom:3rem;display:flex}.AboutPage .Vision .visionContent2 .visionImg .visionImgInner{width:80vw;min-width:250px;max-width:300px;height:80vw;min-height:250px;max-height:300px}.AboutPage .Vision .visionContent2 .visionText{padding-bottom:3rem;padding-right:unset;flex-direction:column;grid-area:1/1;justify-content:center;align-items:flex-end;display:flex}.AboutPage .Vision .visionContent2 .visionText h6,.AboutPage .Vision .visionContent2 .visionText p{width:90vw;max-width:400px}.AboutPage .Heads{background-color:#1d1d1d;flex-direction:column;padding:3rem 1rem .5rem;display:flex}.AboutPage .Heads .HeadContent{grid-template-columns:repeat(2,1fr);display:grid}.AboutPage .Heads .HeadContent1 .headImg{padding-right:unset;grid-area:1/2;padding-bottom:3rem}.AboutPage .Heads .HeadContent1 .headImg .headImgInner{width:45vw;min-width:250px;max-width:400px;height:45vw;min-height:250px;max-height:400px}.AboutPage .Heads .HeadContent1 .headText{flex-direction:column;grid-area:1/1;justify-content:center;align-items:flex-start;padding-bottom:4rem;display:flex}.AboutPage .Heads .HeadContent1 .headText h6{width:45vw;max-width:400px}.AboutPage .Heads .HeadContent1 .headText p{width:48vw;max-width:400px}.AboutPage .Heads .HeadContent2 .headImg{grid-area:1/1;padding-bottom:5rem;display:flex}.AboutPage .Heads .HeadContent2 .headImg .headImgInner{width:45vw;min-width:250px;max-width:400px;height:45vw;min-height:250px;max-height:400px}.AboutPage .Heads .HeadContent2 .headText{padding-bottom:4rem;padding-right:unset;flex-direction:column;grid-area:1/2;justify-content:center;align-items:flex-start;display:flex}.AboutPage .Heads .HeadContent2 .headText h6{width:48vw;max-width:400px;font-family:var(--font2)}.AboutPage .Heads .HeadContent2 .headText p{width:48vw;max-width:400px;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px)}.AboutPage .LeadershipTeamSwiper .swiper-wrapper .swiper-slide .LeadershipTeamImg img{filter:grayscale(0%)!important}.AboutPage .Awards{grid-template-columns:1fr;padding:10rem 3rem 4rem;display:grid}.AboutPage .Awards .awards{padding-right:unset;width:90vw;max-width:500px;margin-bottom:3rem}.AboutPage .Awards .achievement{z-index:6;flex-direction:row;justify-content:space-around;align-items:center;display:flex}.AboutPage .Awards .achievement div{margin-left:unset;margin-bottom:2rem}.AboutPage .Awards .achievement div img{width:200px;position:relative}.AboutPage .Awards img{z-index:5;height:100%;position:absolute}.AboutPage .Corporate{width:90vw;margin:4rem auto;position:relative}.AboutPage .Corporate .corporateVideo{height:40vh;min-height:250px;max-height:500px}.AboutPage .Corporate .corporatePlayBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AboutPage .Corporate h5{font-family:var(--font2);color:var(--white);position:absolute;bottom:1rem;left:1rem}}.OurPartnersPage{background-image:linear-gradient(#cbe6f3 10%,#cbe6f300 40%)}.OurPartnersPage .Partners{flex-direction:column;padding:3.5rem 5rem 2.5rem;display:flex;position:relative}.OurPartnersPage .Partners .PartnersContent{grid-template-columns:repeat(2,1fr);display:grid}.OurPartnersPage .Partners .PartnersContent1 .partnersImg{padding-right:unset;grid-area:1/2;justify-content:center;padding-bottom:5rem;display:flex}.OurPartnersPage .Partners .PartnersContent1 .partnersImg .partnersImgInner{aspect-ratio:1;background-color:#269ad1;border-radius:50%;align-items:center;width:100%;max-width:400px;display:flex;overflow:hidden}.OurPartnersPage .Partners .PartnersContent1 .partnersImg .partnersImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.OurPartnersPage .Partners .PartnersContent1 .partnersImg .partnersImgInner:hover img{transform:scale(1.2)}.OurPartnersPage .Partners .PartnersContent1 .partnersText{color:var(--black);flex-direction:column;grid-area:1/1;justify-content:center;align-items:center;padding-bottom:5rem;display:flex}.OurPartnersPage .Partners .PartnersContent1 .partnersText h6{width:100%;max-width:500px;font-family:var(--font2);margin-bottom:.5rem}.OurPartnersPage .Partners .PartnersContent1 .partnersText p{max-width:500px;font-family:var(--font1);font-weight:400;font-size:calc(var(--baseFontSize) + 2px)}.OurPartnersPage .Partners .PartnersContent1 .partnersText .partnersDesignation{float:left;width:100%;font-weight:400;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px)}.OurPartnersPage .Partners .PartnersContent2{grid-template-columns:50% 50%}.OurPartnersPage .Partners .PartnersContent2 .partnersImg{grid-area:1/1;justify-content:center;padding-bottom:5rem;display:flex}.OurPartnersPage .Partners .PartnersContent2 .partnersImg .partnersImgInner{aspect-ratio:1;background-color:#269ad1;border-radius:50%;align-items:center;width:100%;max-width:400px;display:flex;overflow:hidden}.OurPartnersPage .Partners .PartnersContent2 .partnersImg .partnersImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.OurPartnersPage .Partners .PartnersContent2 .partnersImg .partnersImgInner:hover img{transform:scale(1.2)}.OurPartnersPage .Partners .PartnersContent2 .partnersText{color:var(--black);flex-direction:column;grid-area:1/2;justify-content:center;align-items:center;padding-bottom:5rem;padding-right:3rem;display:flex}.OurPartnersPage .Partners .PartnersContent2 .partnersText h6{width:100%;max-width:500px;font-family:var(--font2);margin-bottom:.5rem}.OurPartnersPage .Partners .PartnersContent2 .partnersText p{max-width:500px;font-family:var(--font1);font-weight:400;font-size:calc(var(--baseFontSize) + 2px)}.OurPartnersPage .Partners .PartnersContent2 .partnersText .partnersDesignation{float:left;width:100%;font-weight:400;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px)}.OurPartnersPage .Partners:after{content:"";z-index:-1;background-image:url(/assets/backgroundDesign.png);background-repeat:no-repeat;background-size:contain;width:500px;height:500px;position:absolute;top:54rem;left:-7rem}@media screen and (min-width:280px) and (max-width:767px){.OurPartnersPage{overflow-x:hidden}.OurPartnersPage .Partners{flex-direction:column;padding:3rem 1rem .5rem;display:flex}.OurPartnersPage .Partners .PartnersContent{grid-template-columns:1fr;display:grid}.OurPartnersPage .Partners .PartnersContent1 .partnersImg{padding-right:unset;grid-area:1/1;padding-bottom:3rem}.OurPartnersPage .Partners .PartnersContent1 .partnersImg .partnersImgInner{width:90vw;min-width:250px;max-width:500px;height:90vw;min-height:250px;max-height:500px}.OurPartnersPage .Partners .PartnersContent1 .partnersText{flex-direction:column;grid-area:2/1;justify-content:center;padding-bottom:4rem;display:flex}.OurPartnersPage .Partners .PartnersContent1 .partnersText h6,.OurPartnersPage .Partners .PartnersContent1 .partnersText p{width:90vw;max-width:400px}.OurPartnersPage .Partners .PartnersContent2 .partnersImg{grid-area:1/1;padding-bottom:5rem;display:flex}.OurPartnersPage .Partners .PartnersContent2 .partnersImg .partnersImgInner{width:90vw;min-width:250px;max-width:500px;height:90vw;min-height:250px;max-height:500px}.OurPartnersPage .Partners .PartnersContent2 .partnersText{padding-bottom:4rem;padding-right:unset;flex-direction:column;grid-area:2/1;justify-content:center;align-items:center;display:flex}.OurPartnersPage .Partners .PartnersContent2 .partnersText h6{width:90vw;max-width:400px;font-family:var(--font2)}.OurPartnersPage .Partners .PartnersContent2 .partnersText p{width:90vw;max-width:400px;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px)}}@media screen and (min-width:768px) and (max-width:1024px){.OurPartnersPage .Partners{flex-direction:column;padding:3rem 1rem .5rem;display:flex}.OurPartnersPage .Partners .PartnersContent{grid-template-columns:repeat(2,1fr);display:grid}.OurPartnersPage .Partners .PartnersContent1 .partnersImg{padding-right:unset;grid-area:1/2;padding-bottom:3rem}.OurPartnersPage .Partners .PartnersContent1 .partnersImg .partnersImgInner{width:45vw;min-width:250px;max-width:400px;height:45vw;min-height:250px;max-height:400px}.OurPartnersPage .Partners .PartnersContent1 .partnersText{flex-direction:column;grid-area:1/1;justify-content:center;align-items:flex-start;margin-left:auto;padding-bottom:4rem;display:flex}.OurPartnersPage .Partners .PartnersContent1 .partnersText h6{width:45vw;max-width:400px}.OurPartnersPage .Partners .PartnersContent1 .partnersText p{width:48vw;max-width:400px}.OurPartnersPage .Partners .PartnersContent2 .partnersImg{grid-area:1/1;padding-bottom:5rem;display:flex}.OurPartnersPage .Partners .PartnersContent2 .partnersImg .partnersImgInner{width:45vw;min-width:250px;max-width:400px;height:45vw;min-height:250px;max-height:400px}.OurPartnersPage .Partners .PartnersContent2 .partnersText{padding-bottom:4rem;padding-right:unset;flex-direction:column;grid-area:1/2;justify-content:center;align-items:flex-start;display:flex}.OurPartnersPage .Partners .PartnersContent2 .partnersText h6{width:48vw;max-width:400px;font-family:var(--font2)}.OurPartnersPage .Partners .PartnersContent2 .partnersText p{width:48vw;max-width:400px;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px)}}.CareersPage{background-image:linear-gradient(#cbe6f3 10%,#cbe6f300 35%)}.CareersPage .Career .careerHeading{flex-direction:column;align-items:center;padding:4rem 5rem 3rem;display:flex}.CareersPage .Career .careerHeading h5{font-family:var(--font2);color:var(--black)}.CareersPage .Career .careerHeading p{font-family:var(--font1);text-align:center;max-width:500px;font-weight:500}.CareersPage .Career .careerAccordionImg{grid-template-columns:repeat(2,1fr);padding:0 5rem 5rem;display:grid}.CareersPage .Career .careerAccordionImg .careerAccordion{grid-column:1;justify-content:center;align-items:center;display:flex}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion{width:100%;max-width:75%}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion .career-accordion-main h2{font-size:calc(var(--baseFontSize) + 8px);margin:0!important}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion .career-accordion-main h2 button{text-align:start;color:#a7a7a7;font-family:var(--font2);background-color:#0000;border:none;border-bottom:1px solid #a7a7a7;width:100%;font-weight:400;padding:.7rem 0 1.2rem!important}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion .career-accordion-main h2 button:focus-visible{outline:none}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion .career-accordion-main h2 button[data-open=true]{color:var(--black);border:none;font-weight:600}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion h2:focus-visible{outline:none}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion hr{display:none}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion section .career-accordion-panel{height:max-content;font-size:var(--baseFontSize);font-family:var(--font1);border-bottom:2px solid #a7a7a7;padding-bottom:1.8rem}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion .career-accordion-main:last-child h2 button,.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion .career-accordion-main:last-child section .career-accordion-panel{border-bottom:none}.CareersPage .Career .careerAccordionImg .careerImg{grid-column:2;justify-content:center;display:flex}.CareersPage .Career .careerAccordionImg .careerImg .careerImgInner{background-color:#269ad1;border-radius:50%;width:40vw;min-width:280px;max-width:480px;height:40vw;min-height:280px;max-height:480px;overflow:hidden}.CareersPage .Career .careerAccordionImg .careerImg .careerImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.CareersPage .Career .careerAccordionImg .careerImg .careerImgInner:hover img{transform:scale(1.2)}.CareersPage .Career .careerCulture{background-color:#e9e9e9;padding:4rem 5rem}.CareersPage .Career .careerCulture .careerCultureHeading{grid-template-columns:repeat(2,1fr);margin-bottom:3rem;display:grid}.CareersPage .Career .careerCulture .careerCultureHeading h5{font-family:var(--font2);max-width:450px;color:var(--black);padding-left:2rem}.CareersPage .Career .careerCulture .careerCultureHeading p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 3px);color:var(--black);padding-right:2rem;font-weight:400}.CareersPage .Career .careerCulture .careerCultureImg{justify-content:center;display:flex}.CareersPage .Career .careerCulture .careerCultureImg .careerCultureImgInner{background-color:#269ad1;border-radius:12px;width:100%;height:450px;overflow:hidden}.CareersPage .Career .careerCulture .careerCultureImg .careerCultureImgInner img{object-fit:cover;width:100%;height:100%;transition:all .3s}.CareersPage .Career .careerCulture .careerCultureImg .careerCultureImgInner:hover img{transform:scale(1.1)}.CareersPage .Career .careerJobOpening{padding:4rem 5rem 6rem;position:relative}.CareersPage .Career .careerJobOpening h5{font-family:var(--font2);text-align:center;color:var(--black);margin-bottom:2rem}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion{justify-content:center;display:flex}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion{width:100%;max-width:60%}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 6px);margin:0!important}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2 button{width:100%;color:var(--black);border:none;border-bottom:1px solid var(--black);background-color:#0000;font-weight:400;padding:1rem 0!important}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2 button div{text-align:start;position:relative}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2 button div:after{content:"+";font-size:calc(var(--baseFontSize) + 12px);width:20px;height:20px;font-weight:500;position:absolute;right:0}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2 button:focus-visible{outline:none}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2 button[data-open=true]{border-bottom:none}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2 button[data-open=true] div:after{content:"-"}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2:focus-visible{outline:none}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel{max-height:100vh;font-family:var(--font1);font-size:var(--baseFontSize);border-bottom:1px solid #000;margin:0;padding-bottom:1.8rem;position:relative;overflow:hidden}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .jobDiscription{font-size:var(--baseFontSize);font-weight:600}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .qualification{font-weight:600;font-size:calc(var(--baseFontSize) + 2)}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .qualification span{font-weight:400;font-size:calc(var(--baseFontSize));margin-left:.8rem}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .jobFormBtn{text-decoration:none}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .applyBtn{border:1px solid var(--black);font-family:var(--font1);background-color:#0000;align-items:center;padding:.2rem 3rem .2rem 1rem;font-weight:500;display:flex;position:absolute;bottom:3rem;right:0}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .applyBtn svg{position:absolute;right:0;width:30px!important;height:30px!important}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .applyBtn svg path{fill:var(--black)}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion hr{display:none}.CareersPage .Career .careerJobOpening:after{content:"";z-index:-1;background-image:url(/assets/backgroundDesign2.png);background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:37%;left:0;transform:translateY(-50%)}.CareersPage .Career .careerApplication{position:relative;overflow:hidden}.CareersPage .Career .careerApplication .careerApplicationFormImg{background-color:#269ad1;width:100%;height:100%;position:absolute}.CareersPage .Career .careerApplication .careerApplicationInner{justify-content:flex-end;width:100%;padding:3rem 5rem 5rem;display:flex;position:relative}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm{-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);background-color:#0003;border-radius:10px;width:50%;max-width:600px;padding:2rem 2rem 3rem}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form h6{font-family:var(--font2);text-align:center;color:var(--white);grid-column:span 2}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form input{border:none;border-bottom:1px solid var(--white);color:var(--white);font-family:var(--font1);background-color:#0000;width:100%;padding-bottom:1rem}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form input::placeholder{color:var(--white);font-size:calc(var(--baseFontSize) - 4px)}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form input:focus-visible{outline:none}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .jobDropdown button{border:none;border-bottom:1px solid var(--white);width:100%;color:var(--white);font-family:var(--font1);background-color:#0000;align-items:center;margin-top:.5rem;padding-bottom:1rem;display:flex;padding-left:0!important;padding-right:0!important}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .jobDropdown button div{margin-right:auto;height:16.5px!important;min-height:min-content!important;max-height:min-content!important}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .jobDropdown button div .text-foreground-500{font-size:calc(var(--baseFontSize) - 4px)}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .jobDropdown button svg{stroke-width:3px;transition:all .3s}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .jobDropdown button:focus-visible{outline:none}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .jobDropdown button[aria-expanded=true] svg{transform:rotate(180deg)}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .jobDropdown[data-has-value=true] button div .text-foreground-500{font-size:calc(var(--baseFontSize))}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .upload-resume{color:var(--white);border-bottom:1px solid var(--white);font-size:calc(var(--baseFontSize) - 5px);align-items:center;margin-top:1rem;padding-bottom:1rem;display:flex;position:relative}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .upload-resume label{cursor:pointer;font-size:calc(var(--baseFontSize) - 7px);background-color:var(--white);color:var(--black);border:1px solid #d3d3d3;border-radius:15px;padding:1.5px 3px;transition:all .3s;position:absolute;right:0}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .upload-resume label:hover{background-color:var(--PrimaryColor);color:var(--white);border:1px solid var(--PrimaryColor)}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form p{font-size:calc(var(--baseFontSize) - 4px);color:red;width:max-content;position:absolute}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form #file-upload-button{position:absolute;right:0}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .textarea{border:none;border-bottom:1px solid var(--white);color:var(--white);font-family:var(--font1);background-color:#0000;grid-column:span 2}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .textarea:focus-visible{outline:none}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .textarea::placeholder{color:var(--white);font-size:calc(var(--baseFontSize) - 4px)}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .checkbox{font-size:calc(var(--baseFontSize) - 4px);color:var(--white);align-items:center;display:flex}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .checkbox input{width:unset;margin-right:.5rem}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .checkbox a{font-size:calc(var(--baseFontSize) - 4px);color:var(--white);transition:all .3s ease-out}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .checkbox a:hover{-webkit-text-decoration:underline var(--PrimaryColor);text-decoration:underline var(--PrimaryColor)}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .SubmitBtn{background-color:var(--PrimaryColor);color:var(--white);border:1px solid var(--PrimaryColor);border-radius:30px;grid-column:span 2;width:max-content;margin:0 auto;padding:.6rem 3.5rem;transition:all .3s}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form .SubmitBtn:hover{background-color:var(--white);border:1px solid var(--white);color:var(--PrimaryColor)}@media screen and (min-width:280px) and (max-width:767px){.CareersPage .Career .careerHeading{padding:2rem 1rem}.CareersPage .Career .careerAccordionImg{grid-template-columns:1fr;padding:0 1rem 2rem;display:grid}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion{width:100%;max-width:100%}.CareersPage .Career .careerAccordionImg .careerImg{grid-area:1/1}.CareersPage .Career .careerCulture{padding:3rem 1rem}.CareersPage .Career .careerCulture .careerCultureHeading{grid-template-columns:1fr;margin-bottom:2rem;display:grid}.CareersPage .Career .careerCulture .careerCultureHeading h5{padding-left:unset}.CareersPage .Career .careerCulture .careerCultureHeading p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);padding-right:unset}.CareersPage .Career .careerCulture .careerCultureImg{justify-content:center;display:flex}.CareersPage .Career .careerCulture .careerCultureImg .careerCultureImgInner{width:100%;height:auto}.CareersPage .Career .careerJobOpening{padding:3rem 1rem}.CareersPage .Career .careerJobOpening h5{margin-bottom:2rem}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion{width:100%;max-width:100%}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main h2{font-size:calc(var(--baseFontSize) + 2px)}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion .job-accordion-main section .job-accordion-panel .applyBtn{position:relative;bottom:0}.CareersPage .Career .careerApplication .careerApplicationInner{justify-content:center;width:100%;padding:2rem 1rem;display:flex;position:relative}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm{width:100%;max-width:400px;margin-bottom:2rem;padding:2rem 1.5rem}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form{flex-direction:column;display:flex}}@media screen and (min-width:768px) and (max-width:1024px){.CareersPage .Career .careerHeading{padding:3rem}.CareersPage .Career .careerAccordionImg{grid-template-columns:repeat(2,1fr);padding:0 1rem 2rem;display:grid}.CareersPage .Career .careerAccordionImg .careerAccordion{grid-column:1}.CareersPage .Career .careerAccordionImg .careerAccordion .career-accordion{max-width:100%}.CareersPage .Career .careerAccordionImg .careerImg{grid-column:2;align-items:center;display:flex}.CareersPage .Career .careerCulture{padding:3rem 1rem}.CareersPage .Career .careerCulture .careerCultureHeading{grid-template-columns:repeat(2,1fr);margin-bottom:2rem;display:grid}.CareersPage .Career .careerCulture .careerCultureHeading h5{padding-left:unset}.CareersPage .Career .careerCulture .careerCultureHeading p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);padding-right:unset}.CareersPage .Career .careerCulture .careerCultureImg{justify-content:center;display:flex}.CareersPage .Career .careerCulture .careerCultureImg .careerCultureImgInner{width:100%;height:auto}.CareersPage .Career .careerJobOpening{padding:3rem 5rem}.CareersPage .Career .careerJobOpening h5{margin-bottom:2rem}.CareersPage .Career .careerJobOpening .careerJobOpeningAccordion .job-accordion{max-width:100%}.CareersPage .Career .careerApplication .careerApplicationInner{justify-content:center;width:100%;padding:3rem 1rem 5rem;display:flex;position:relative}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm{width:100%;max-width:600px;padding:2rem 1.5rem}.CareersPage .Career .careerApplication .careerApplicationInner .careerApplicationForm form{grid-template-columns:repeat(2,1fr);display:grid}}.contactUsPage .Contact{background:linear-gradient(#cbe6f3b3 0%,#fff 50%)}.contactUsPage .Contact .contactForm{grid-template-columns:repeat(2,1fr);width:100%;padding:4rem 5rem;display:grid;position:relative}.contactUsPage .Contact .contactForm .formHeading h5{font-family:var(--font2)}.contactUsPage .Contact .contactForm .formHeading p{font-family:var(--font1);max-width:400px;font-weight:400}.contactUsPage .Contact .contactForm .theForm form{grid-column-gap:1.2rem;grid-row-gap:1.4rem;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff8c;border-radius:10px;grid-template-columns:repeat(2,1fr);max-width:700px;padding:2.7rem 2rem 3rem;display:grid}.contactUsPage .Contact .contactForm .theForm form input{background-color:#0000;border:none;border-bottom:1px solid #000;width:100%;padding-bottom:1rem}.contactUsPage .Contact .contactForm .theForm form input::placeholder{color:var(--black);font-size:calc(var(--baseFontSize) - 4px)}.contactUsPage .Contact .contactForm .theForm form input:focus,.contactUsPage .Contact .contactForm .theForm form input:focus-within,.contactUsPage .Contact .contactForm .theForm form input:focus-visible{border:none;border-bottom:1px solid var(--black);outline:none}.contactUsPage .Contact .contactForm .theForm form textarea{background-color:#0000;border:none;border-bottom:1px solid #000;grid-column:span 2;margin-top:1rem}.contactUsPage .Contact .contactForm .theForm form textarea::placeholder{font-size:calc(var(--baseFontSize) - 4px);color:var(--black)}.contactUsPage .Contact .contactForm .theForm form textarea:focus,.contactUsPage .Contact .contactForm .theForm form textarea:focus-visible,.contactUsPage .Contact .contactForm .theForm form textarea:focus-within{border:none;border-bottom:1px solid var(--black);outline:none}.contactUsPage .Contact .contactForm .theForm form .checkbox{font-size:calc(var(--baseFontSize) - 4px);background-color:#0000;border:none;align-items:center;display:flex}.contactUsPage .Contact .contactForm .theForm form .checkbox input{width:unset;margin-right:1rem}.contactUsPage .Contact .contactForm .theForm form .checkbox a{font-size:calc(var(--baseFontSize) - 4px);color:var(--black);-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease-out}.contactUsPage .Contact .contactForm .theForm form .checkbox a:hover{color:var(--PrimaryColor)}.contactUsPage .Contact .contactForm .theForm form p{font-size:calc(var(--baseFontSize) - 4px);color:red;position:absolute}.contactUsPage .Contact .contactForm .theForm form button{width:max-content;font-weight:300;font-family:var(--font1);font-size:calc(var(--baseFontSize) + 2px);color:var(--white);background-color:var(--PrimaryColor);border:none;border-radius:50px;grid-column:span 2;margin:0 auto;padding:.5rem 3rem}.contactUsPage .Contact .contactForm:before{content:"";z-index:-1;background-image:url(/assets/backgroundDesign1.png);background-repeat:no-repeat;background-size:contain;width:300px;height:300px;position:absolute;top:0;left:0}.contactUsPage .Contact hr{margin:3rem 5rem}.contactUsPage .Contact .findUs{flex-direction:column;padding:2rem 5rem;display:flex}.contactUsPage .Contact .findUs .findUsHeading{grid-template-columns:repeat(2,1fr);display:grid}.contactUsPage .Contact .findUs .findUsHeading h5{font-family:var(--font2)}.contactUsPage .Contact .findUs .findUsHeading .findUsText{justify-content:space-around;display:flex}.contactUsPage .Contact .findUs .findUsHeading .findUsText .findUsAddress p:first-child{font-weight:700}.contactUsPage .Contact .findUs .findUsHeading .findUsText .findUsAddress p:nth-child(2){max-width:250px;font-weight:400}.contactUsPage .Contact .findUs .findUsHeading .findUsPhone p{margin-bottom:.7rem}.contactUsPage .Contact .findUs .findUsHeading .findUsPhone p a{font-size:calc(var(--baseFontSize) - 2px);color:var(--black);text-decoration:none}.contactUsPage .Contact .findUs .findUsHeading .findUsPhone p a svg{margin-right:1rem;width:1.2rem!important;height:1.2rem!important}.contactUsPage .Contact .findUs .findUsMap{border-radius:10px;width:100%;height:450px;margin-top:2rem;margin-bottom:3rem;overflow:hidden}.contactUsPage .Contact .findUs .findUsMap iframe{width:100%;height:450px}@media screen and (min-width:280px) and (max-width:767px){.contactUsPage .Contact .contactForm{flex-direction:column;padding:3rem 1rem;display:flex}.contactUsPage .Contact .contactForm .formHeading{text-align:center;flex-direction:column;align-items:center;display:flex}.contactUsPage .Contact .contactForm .theForm{justify-content:center;display:flex}.contactUsPage .Contact .contactForm .theForm form{flex-direction:column;gap:1.2rem;width:100%;max-width:400px;padding:2rem;display:flex}.contactUsPage .Contact .contactForm .theForm form input{width:100%}.contactUsPage .Contact .contactForm .theForm form .checkbox input{width:unset}.contactUsPage .Contact hr{margin:2rem 1rem}.contactUsPage .Contact .findUs{flex-direction:column;padding:2rem 1rem;display:flex}.contactUsPage .Contact .findUs .findUsHeading,.contactUsPage .Contact .findUs .findUsHeading .findUsText{flex-direction:column;display:flex}.contactUsPage .Contact .findUs .findUsMap{border-radius:10px;width:100%;height:300px;margin-top:2rem;margin-bottom:3rem;overflow:hidden}.contactUsPage .Contact .findUs .findUsMap iframe{width:100%;height:300px}}@media screen and (min-width:460px) and (max-width:767px){.findUsHeading .findUsText{flex-direction:row!important}}@media screen and (min-width:768px) and (max-width:1023px){.contactUsPage .Contact .contactForm{grid-template-columns:repeat(2,1fr);width:100%;padding:4rem 3rem;display:grid}.contactUsPage .Contact .contactForm .formHeading p{max-width:300px}.contactUsPage .Contact .contactForm .theForm form{flex-direction:column;gap:1.2rem;width:100%;max-width:400px;padding:2rem;display:flex}.contactUsPage .Contact .contactForm .theForm form input{width:100%}.contactUsPage .Contact hr{margin:3rem 2rem}.contactUsPage .Contact .findUs{flex-direction:column;padding:2rem;display:flex}.contactUsPage .Contact .findUs .findUsHeading{grid-template-columns:40% 60%;display:grid}.contactUsPage .Contact .findUs .findUsHeading h5{font-family:var(--font2)}.contactUsPage .Contact .findUs .findUsHeading .findUsText{display:flex}.contactUsPage .Contact .findUs .findUsHeading .findUsText .findUsAddress p:first-child{font-weight:600}.contactUsPage .Contact .findUs .findUsHeading .findUsText .findUsAddress p:nth-child(2){max-width:250px;font-weight:400}.contactUsPage .Contact .findUs .findUsHeading .findUsPhone{font-size:calc(var(--baseFontSize) - 2px)}.contactUsPage .Contact .findUs .findUsHeading .findUsPhone svg{margin-right:1rem;width:1rem!important;height:1rem!important}.contactUsPage .Contact .findUs .findUsMap{border-radius:10xpx;width:100%;height:450px;margin-top:2rem;margin-bottom:3rem;overflow:hidden}.contactUsPage .Contact .findUs .findUsMap iframe{width:100%;height:450px}}.Zones{background:linear-gradient(#cbe6f3cc 30%,#fff 60%)}.Zones .Brief{text-align:center;flex-direction:column;padding:2rem 5rem 5rem;display:flex}.Zones .Brief .briefHeading{font-family:var(--font2);color:var(--black);max-width:min-content;margin:0 auto}.Zones .Brief .briefContent{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 4px);color:var(--black);width:500px;margin:0 auto;font-weight:400}.Zones .ZonesTabs{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:10;background-color:#269ad199;border-radius:50px;max-width:90%;margin:0;padding:0 2rem;position:fixed;bottom:1.2rem;left:50%;transform:translate(-50%)}.Zones .ZonesTabs .zones-list{margin:0;padding:0;list-style:none;display:flex}.Zones .ZonesTabs .zones-list .zones-item{cursor:pointer}.Zones .ZonesTabs .zones-list .zones-item a{width:max-content;color:var(--white);font-family:var(--font1);font-size:calc(var(--baseFontSize) + 0px);padding:.7rem 1.5rem;font-weight:300;text-decoration:none;transition:all .3s;display:block}.Zones .ZonesTabs .zones-list .zones-item:hover a,.Zones .ZonesTabs .zones-list .zones-item.activeMenu a{font-weight:600!important}.Zones .ZonesTabs::-webkit-scrollbar{display:none}.Zones .ZonesSlider{width:100vw;overflow:hidden}.Zones .ZonesSlider .zonesSliderHeading{grid-template-columns:repeat(2,1fr);height:80px;padding:1rem 5rem;display:grid}.Zones .ZonesSlider .zonesSliderHeading h5{font-family:var(--font2);color:var(--black);grid-column:1}.Zones .ZonesSlider .zonesSliderHeading .p{justify-content:flex-end;width:100%;display:flex}.Zones .ZonesSlider .zonesSliderHeading .p p{font-family:var(--font1);color:var(--black);font-size:calc(var(--baseFontSize) + 2px);grid-column:2;max-width:400px;font-weight:500}.Zones .ZonesSlider .ZonesPageSwiper{justify-content:center;width:90%;margin-top:2.5rem;margin-bottom:7rem;display:flex;overflow:visible}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide{text-align:center;color:var(--black);flex-direction:column;align-items:center;display:flex}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .ZonesImg{background-color:var(--PrimaryColor);aspect-ratio:1;border-radius:500px;width:100%;margin-bottom:1.7rem;overflow:hidden}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .ZonesImg img{object-fit:cover;width:100%;height:100%;transition:all .3s}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .ZonesImg:hover img{transform:scale(1.2)}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .heading{font-size:calc(var(--baseFontSize) + 4px);font-family:var(--font2);margin-bottom:.8rem}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .text{font-size:calc(var(--baseFontSize) - 2px);font-weight:500;font-family:var(--font1);max-width:300px;margin:0 auto}@media screen and (min-width:280px) and (max-width:767px){.Zones{background:linear-gradient(#cbe6f3cc 30%,#fff 60%)}.Zones .Brief{padding:2rem .5rem 3rem}.Zones .Brief .briefContent{width:unset}.Zones .ZonesTabs{max-width:95vw;padding:0;bottom:1rem;overflow:hidden}.Zones .ZonesTabs .zones-list{width:100%;overflow:scroll}.Zones .ZonesTabs .zones-list .zones-item a{padding:.5rem 1.2rem}.Zones .ZonesSlider .zonesSliderHeading{text-align:center;flex-direction:column;align-items:center;height:170px;padding:1rem .5rem;display:flex}.Zones .ZonesSlider .zonesSliderHeading .p{justify-content:center}.Zones .ZonesSlider .ZonesPageSwiper{width:90vw;margin-top:2.5rem;margin-bottom:5rem}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .ZonesImg{aspect-ratio:1;border-radius:50vw;width:100%;margin-bottom:1.2rem}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .heading{margin-bottom:.6rem}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .text{width:unset}}@media screen and (min-width:768px) and (max-width:1024px){.Zones{background:linear-gradient(#cbe6f3cc 30%,#fff 60%)}.Zones .Brief{padding:2rem 2rem 3rem}.Zones .Brief .briefContent{width:100%;max-width:500px}.Zones .ZonesTabs{max-width:95vw;padding:0;bottom:1rem;overflow-y:scroll}.Zones .ZonesTabs .zones-list{width:95%}.Zones .ZonesTabs .zones-list .zones-item a{padding:.5rem 1.2rem}.Zones .ZonesSlider{padding:0}.Zones .ZonesSlider .zonesSliderHeading{grid-template-columns:repeat(2,1fr);height:130px;padding:1rem 2rem;display:grid}.Zones .ZonesSlider .ZonesPageSwiper{width:90%;margin-top:2.5rem;margin-bottom:5rem}.Zones .ZonesSlider .ZonesPageSwiper .swiper-wrapper .swiper-slide .ZonesImg{border-radius:50vw;margin-bottom:1.5rem}}.Property .property{background:linear-gradient(#cbe6f3cc 0%,#fff 30%)}.Property .property .propertyOverview{text-align:center;flex-direction:column;align-items:center;padding:5rem 0;display:flex}.Property .property .propertyOverview h5{font-family:var(--font2);color:var(--black)}.Property .property .propertyOverview p{font-family:var(--font1);color:var(--black);max-width:500px;font-size:calc(var(--baseFontSize) + 2px);font-weight:400}.Property .property .propertyAccordionImg{grid-template-columns:repeat(2,1fr);padding:0 5rem 5rem;display:grid}.Property .property .propertyAccordionImg .propertyAccordion{grid-column:1;justify-content:center;align-items:center;display:flex}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion{width:100%;max-width:75%}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion .property-accordion-main h2{font-size:calc(var(--baseFontSize) + 8px);margin:0!important}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion .property-accordion-main h2 button{text-align:start;color:#a7a7a7;font-family:var(--font2);background-color:#0000;border:none;border-bottom:1px solid #a7a7a7;width:100%;font-weight:400;padding:.7rem 0 1.2rem!important}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion .property-accordion-main h2 button:focus-visible{outline:none}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion .property-accordion-main h2 button[data-open=true]{color:var(--black);border:none;font-weight:600}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion h2:focus-visible{outline:none}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion hr{display:none}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion section .property-accordion-panel{height:max-content;font-size:var(--baseFontSize);font-family:var(--font1);border-bottom:2px solid #a7a7a7;padding-bottom:1.8rem}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion .property-accordion-main:last-child h2 button,.Property .property .propertyAccordionImg .propertyAccordion .property-accordion .property-accordion-main:last-child section .property-accordion-panel{border-bottom:none}.Property .property .propertyAccordionImg .propertyImg{grid-column:2;justify-content:center;display:flex}.Property .property .propertyAccordionImg .propertyImg .propertyImgInner{background-color:#269ad1;border-radius:50%;width:40vw;min-width:280px;max-width:480px;height:40vw;min-height:280px;max-height:480px;overflow:hidden}.Property .property .propertyAccordionImg .propertyImg .propertyImgInner img{object-fit:cover;width:100%}.Property .property .Residences{padding-bottom:5rem}.Property .property .Residences h5{font-family:var(--font2);text-align:center;color:var(--black);margin-bottom:2rem}.Property .property .Residences .residencesTabs{justify-content:center;display:flex}.Property .property .Residences .residencesTabs .residences-list{font-weight:300;font-family:var(--font2);padding:0;list-style:none;display:flex}.Property .property .Residences .residencesTabs .residences-list .residences-item{color:gray;font-size:calc(var(--baseFontSize) + 10px);cursor:pointer;margin:0 1.5rem}.Property .property .Residences .residencesTabs .residences-list .residences-item.activeMenu{color:var(--PrimaryColor);font-weight:500}.Property .property .Residences .PropertyVideo{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:85%;height:32vw;margin:0 auto;transition:all .3s;display:flex;position:relative;overflow:hidden}.Property .property .Residences .PropertyVideo .Video{z-index:0;width:100%;height:100%;position:absolute}.Property .property .Residences .PropertyVideo .Video img{object-fit:cover;width:100%;height:100%}.Property .property .Residences .PropertyVideo .videoText{z-index:1;text-align:center;position:relative}.Property .property .Residences .PropertyVideo .videoText h6{font-family:var(--font2);color:var(--white)}.Property .property .Residences .PropertyVideo .videoText p{font-family:var(--font1);color:var(--white);max-width:300px}.Property .property .Residences .PropertyVideo .propertyPlayBtn{z-index:1;position:relative}.Property .property .Residences .PropertyVideo .propertyPlayBtn button{background-color:var(--PrimaryColor);opacity:.8;border:none;border-radius:50%;outline:1rem solid #269ad166;padding:.5rem;transition:all .4s}.Property .property .Residences .PropertyVideo .propertyPlayBtn button svg{width:35px!important;height:35px!important}.Property .property .Residences .PropertyVideo .propertyPlayBtn button svg path{fill:var(--white)}.Property .property .Residences .PropertyVideo .propertyPlayBtn button:hover{opacity:1;outline:.5rem solid #269ad166}.Property .property .Residences .popupVideo{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:100;background-color:#0009;width:100vw;height:0;position:fixed;top:0;left:0;overflow:hidden}.Property .property .Residences .popupVideo .overlay{z-index:-1;background:0 0;width:100vw;height:100svh;position:absolute;top:0;left:0}.Property .property .Residences .popupVideo .closeBtn{cursor:pointer;width:2rem;height:2rem;position:absolute;top:.5rem;right:.5rem}.Property .property .Residences .popupVideo .closeBtn .closeBtnInner{margin-top:50%;transform:translateY(-50%)}.Property .property .Residences .popupVideo .closeBtn .closeBtnInner div{background-color:var(--PrimaryColor);width:100%;height:2px;transition:all .3s}.Property .property .Residences .popupVideo .closeBtn .closeBtnInner div:first-child{transform:rotate(45deg)}.Property .property .Residences .popupVideo .closeBtn .closeBtnInner div:nth-child(2){margin-top:-2px;transform:rotate(-45deg)}.Property .property .Residences .popupVideo .closeBtn:hover .closeBtnInner div{background-color:var(--white)}.Property .property .Residences .popupVideo .video{border-radius:10px;justify-content:center;width:min-content;max-width:100%;height:100%;margin:0 auto;display:flex;overflow:hidden}.Property .property .Residences .popupVideo .video video{object-fit:cover;height:100%}.Property .property .downloadBrochureBtn{justify-content:center;margin-top:1rem;text-decoration:none;display:flex}.Property .property .downloadBrochureBtn button{border:1px solid var(--PrimaryColor);background-color:var(--PrimaryColor);max-width:250px;color:var(--white);font-family:var(--font1);border-radius:50px;padding:.7rem 2.5rem;transition:all .3s}.Property .property .downloadBrochureBtn button:hover{background-color:var(--white);color:var(--PrimaryColor);border:1px solid var(--PrimaryColor)}.Property .property .findUs{background-color:#087bb114;flex-direction:column;padding:3rem 5rem;display:flex}.Property .property .findUs .findUsHeading{justify-content:space-between;display:flex}.Property .property .findUs .findUsHeading h5{font-family:var(--font2);color:var(--black);margin-right:20%}.Property .property .findUs .findUsHeading .findUsAddress1{display:flex}.Property .property .findUs .findUsHeading .findUsAddress1 h6{font-family:var(--font2);color:var(--black);font-size:calc(var(--baseFontSize) + 10px)}.Property .property .findUs .findUsHeading .findUsAddress1 p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 1px);max-width:190px;font-weight:500}.Property .property .findUs .findUsHeading .findUsAddress2 h6{font-family:var(--font2);color:var(--black);font-size:calc(var(--baseFontSize) + 10px)}.Property .property .findUs .findUsHeading .findUsAddress2 p{font-family:var(--font1);font-size:calc(var(--baseFontSize) + 1px);max-width:250px;font-weight:500}.Property .property .findUs .findUsHeading .findUsPhone p{width:max-content;margin-bottom:.7rem}.Property .property .findUs .findUsHeading .findUsPhone p a{font-size:calc(var(--baseFontSize) - 2px);color:var(--black);text-decoration:none}.Property .property .findUs .findUsHeading .findUsPhone p a svg{margin-right:1rem;width:1.2rem!important;height:1.2rem!important}.Property .property .findUs .findUsMap{border-radius:10px;width:100%;height:450px;margin-top:2rem;margin-bottom:3rem;overflow:hidden}.Property .property .findUs .findUsMap iframe{width:100%;height:450px}.Property .property .PropertySlider{width:100vw;height:25rem;position:relative}.Property .property .PropertySlider .PropertyImageSwiper{width:100vw;height:100%}.Property .property .PropertySlider .PropertyImageSwiper .swiper-wrapper .swiper-slide{height:100%}.Property .property .PropertySlider .PropertyImageSwiper .swiper-wrapper .swiper-slide img{object-fit:cover;width:100%;height:100%}.Property .property .PropertySlider .PropertyTextSwiper{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#2e9ad199;border-radius:10px 0 0 10px;max-width:400px;max-height:300px;position:absolute;top:50%;right:0;overflow:hidden;transform:translateY(-50%)}.Property .property .PropertySlider .PropertyTextSwiper .swiper-wrapper .swiper-slide{padding:2rem 1.5rem .5rem}.Property .property .PropertySlider .PropertyTextSwiper .swiper-wrapper .swiper-slide .sliderContent{width:350px}.Property .property .PropertySlider .PropertyTextSwiper .swiper-wrapper .swiper-slide .sliderContent h6{font-family:var(--font2);color:var(--white);font-weight:400}.Property .property .PropertySlider .PropertyTextSwiper .swiper-wrapper .swiper-slide .sliderContent p{font-family:var(--font1);color:var(--white);font-weight:200}.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn{margin-bottom:1rem;margin-left:1.5rem;display:flex}.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .property-swiper-button-prev,.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .property-swiper-button-next{fill:var(--white);cursor:pointer;border:1px solid var(--white);z-index:9;border-radius:50px;width:40px;height:40px}.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .property-swiper-button-prev svg,.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .property-swiper-button-next svg{width:100%;height:100%}.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .property-swiper-button-prev{margin-right:1rem}.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .property-swiper-button-prev:hover,.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .property-swiper-button-next:hover{background-color:var(--white);border:1px solid var(--white);fill:var(--PrimaryColor);transition-duration:.3s ease}.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .swiper-button-disabled{cursor:default;fill:#e1e1e14d;border:1px solid #e1e1e14d}.Property .property .PropertySlider .PropertyTextSwiper .propertyNavigationBtn .swiper-button-disabled:hover{fill:#e1e1e14d;background-color:#0000;border:1px solid #e1e1e14d}.Property .property .PropertyConstruction{padding:3rem 0}.Property .property .PropertyConstruction .constructionHeading{grid-template-columns:repeat(2,1fr);margin-bottom:3rem;padding:0 5rem;display:grid}.Property .property .PropertyConstruction .constructionHeading .heading{justify-content:flex-start;align-items:center;display:flex}.Property .property .PropertyConstruction .constructionHeading .heading h5{font-family:var(--font2);color:var(--black)}.Property .property .PropertyConstruction .constructionHeading .filter{justify-content:flex-end;align-items:center;display:flex}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter{margin-right:1rem}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter button{border:none;border-bottom:2px solid var(--PrimaryColor);background-color:#0000;align-items:center;width:40vw;min-width:136px;max-width:200px;display:flex;box-shadow:none!important;padding:.2rem .6rem!important}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter button div{margin-right:auto}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter button svg{stroke-width:3px;transition:all .3s}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter button:focus-visible{outline:none}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter button[aria-expanded=true] svg{transform:rotate(180deg)}.Property .property .PropertyConstruction .constructionContent{display:flex}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper{width:90%;padding-bottom:3rem}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .noData{text-align:center;font-family:var(--font1);color:var(--PrimaryColor);font-size:calc(var(--baseFontSize) + 8px);font-weight:500}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .swiper-wrapper{display:flex}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .swiper-wrapper .swiper-slide{padding:0 .5rem}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .swiper-wrapper .swiper-slide .constructionImg{aspect-ratio:4/3;border-radius:10px;width:100%;overflow:hidden}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .swiper-wrapper .swiper-slide .constructionImg img{object-fit:cover;width:100%;height:100%;transition:all .3s}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .swiper-wrapper .swiper-slide .constructionImg:hover img{transform:scale(1.2)}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .swiper-scrollbar{height:1px}.Property .property .PropertyConstruction .constructionContent .ConstructionSwiper .swiper-scrollbar .swiper-scrollbar-drag{background-color:var(--PrimaryColor)}.Property .property .PropertyConstruction .constructionContent .next,.Property .property .PropertyConstruction .constructionContent .prev{justify-content:center;align-items:center;width:5rem;padding-bottom:3rem;display:flex}.Property .property .PropertyConstruction .constructionContent .next .property-construction-swiper-button-prev,.Property .property .PropertyConstruction .constructionContent .next .property-construction-swiper-button-next,.Property .property .PropertyConstruction .constructionContent .prev .property-construction-swiper-button-prev,.Property .property .PropertyConstruction .constructionContent .prev .property-construction-swiper-button-next{border:1px solid var(--PrimaryColor);background-color:var(--white);cursor:pointer;border-radius:50px;padding:.2rem;transition:all .3s}.Property .property .PropertyConstruction .constructionContent .next .property-construction-swiper-button-prev path,.Property .property .PropertyConstruction .constructionContent .next .property-construction-swiper-button-next path,.Property .property .PropertyConstruction .constructionContent .prev .property-construction-swiper-button-prev path,.Property .property .PropertyConstruction .constructionContent .prev .property-construction-swiper-button-next path{fill:var(--PrimaryColor)}.Property .property .PropertyConstruction .constructionContent .next svg:hover,.Property .property .PropertyConstruction .constructionContent .prev svg:hover{background-color:var(--PrimaryColor)}.Property .property .PropertyConstruction .constructionContent .next svg:hover path,.Property .property .PropertyConstruction .constructionContent .prev svg:hover path{fill:var(--white)}.Property .property .PropertyConstruction .constructionContent .next .swiper-button-disabled,.Property .property .PropertyConstruction .constructionContent .next .swiper-button-disabled:hover,.Property .property .PropertyConstruction .constructionContent .prev .swiper-button-disabled,.Property .property .PropertyConstruction .constructionContent .prev .swiper-button-disabled:hover{background-color:var(--white);cursor:default;border:1px solid #e1e1e1}.Property .property .PropertyConstruction .constructionContent .next .swiper-button-disabled path,.Property .property .PropertyConstruction .constructionContent .next .swiper-button-disabled:hover path,.Property .property .PropertyConstruction .constructionContent .prev .swiper-button-disabled path,.Property .property .PropertyConstruction .constructionContent .prev .swiper-button-disabled:hover path{fill:#e1e1e1}.Property .property .FormSection{position:relative}.Property .property .FormSection .formBg{width:100%;height:100%;position:absolute;top:0;left:0}.Property .property .FormSection .formBg .lastBgDesktop{object-fit:cover;width:100%;height:100%;display:block}.Property .property .FormSection .formBg .lastBgMobile{display:none}.Property .property .FormSection .Form{grid-template-columns:1fr 1fr;width:100%;padding:9.5rem 4rem 4.5rem;display:grid;position:static;overflow:hidden}.Property .property .FormSection .Form form{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:6;background-color:#ffffff73;border-radius:10px;grid-column:2;grid-template-columns:1fr 1fr;gap:2rem;max-width:550px;padding:1.2rem 2.2rem 2rem;display:grid}.Property .property .FormSection .Form form h6{font-family:var(--font2);color:var(--black);text-align:center;grid-column:span 2}.Property .property .FormSection .Form form .formInput{width:100%;position:relative}.Property .property .FormSection .Form form .formInput input{background-color:#0000;border:none;border-bottom:1px solid gray;width:100%;padding:0 0 1.2rem}.Property .property .FormSection .Form form .formInput input:nth-child(2){grid-column:1}.Property .property .FormSection .Form form .formInput input:nth-child(3){grid-column:2}.Property .property .FormSection .Form form .formInput input:nth-child(4){grid-column:1}.Property .property .FormSection .Form form .formInput input:nth-child(5){grid-column:2}.Property .property .FormSection .Form form .formInput input:focus-visible{outline:none}.Property .property .FormSection .Form form .formInput input:focus{border:none;border-bottom:1px solid var(--PrimaryColor)}.Property .property .FormSection .Form form .formInput input:focus::placeholder{color:var(--black)}.Property .property .FormSection .Form form .formInput p{color:red;font-size:12px;position:absolute}.Property .property .FormSection .Form form .DownloadBrochure{border:1px solid var(--PrimaryColor);background-color:var(--PrimaryColor);max-width:250px;color:var(--white);font-family:var(--font1);border-radius:50px;grid-column:span 2;margin:0 auto;padding:.7rem 2.5rem;transition:all .3s}.Property .property .FormSection .Form form .DownloadBrochure:hover{color:var(--PrimaryColor);background-color:#0000}div[data-slot=popover] div[data-slot=content]{background-color:var(--white);box-shadow:0 4px 10px #0006;padding:0!important}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox]{padding:0!important}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ::-webkit-scrollbar{background-color:#0000004d;width:5px}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ::-webkit-scrollbar-thumb{background-color:var(--PrimaryColor);cursor:grab}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul{max-height:300px;margin-bottom:0;padding:0;list-style:none;overflow-y:scroll}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul li{border-bottom:2px solid var(--PrimaryColor);cursor:pointer;padding:.5rem;transition:all .3s;display:flex}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul li span:first-child{margin-right:auto}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul li span:nth-child(2) svg{height:1rem}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul li span:nth-child(2) svg polyline{stroke:var(--PrimaryColor);stroke-width:2px}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul li:hover{background-color:var(--PrimaryColor);color:var(--white)}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul li:hover span:nth-child(2) svg polyline{stroke:var(--white)}div[data-slot=popover] div[data-slot=content] div[data-slot=listbox] ul li:focus-visible{outline:none}@media screen and (min-width:280px) and (max-width:767px){.Property .property .propertyOverview{padding:2rem 1rem}.Property .property .propertyAccordionImg{grid-template-columns:1fr;padding:0 1rem 2rem;display:grid}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion{width:100%;max-width:100%;padding:0!important}.Property .property .propertyAccordionImg .propertyImg{grid-area:1/1}.Property .property .Residences{padding:0 1rem 2rem}.Property .property .Residences .residencesTabs{max-width:100vw;margin-bottom:1rem;display:block;overflow-x:scroll}.Property .property .Residences .residencesTabs .residences-list{width:max-content;margin:0 auto}.Property .property .Residences .residencesTabs .residences-list .residences-item{width:max-content;font-size:calc(var(--baseFontSize) + 2px);margin:0 1.5rem}.Property .property .Residences .PropertyVideo{height:unset;width:100%}.Property .property .Residences .PropertyVideo .videoText h6,.Property .property .Residences .PropertyVideo .videoText p{margin:1rem 0}.Property .property .Residences .PropertyVideo .propertyPlayBtn{margin:2rem 0}.Property .property .Residences .popupVideo{padding:1rem}.Property .property .Residences .popupVideo .video{align-items:center;width:100%;display:flex}.Property .property .Residences .popupVideo .video video{height:unset;border-radius:10px;width:100%}.Property .property .findUs{padding:2rem 1rem}.Property .property .findUs .findUsHeading{grid-template-columns:1fr;display:grid}.Property .property .findUs .findUsHeading h5{margin-right:0!important}.Property .property .findUs .findUsHeading .findUsAddress1{grid-template-columns:1fr;display:grid}.Property .property .findUs .findUsHeading .findUsAddress1 h6,.Property .property .findUs .findUsHeading .findUsAddress2 h6{font-size:calc(var(--baseFontSize) + 4px);margin:0}.Property .property .findUs .findUsHeading .findUsPhone p{margin:0}.Property .property .findUs .findUsMap,.Property .property .PropertySlider{height:unset;aspect-ratio:2/1.5}.Property .property .PropertySlider .PropertyImageSwiper{position:unset;max-height:300px}.Property .property .PropertySlider .PropertyTextSwiper{position:unset;border-radius:0;max-width:100%;transform:translateY(0)}.Property .property .PropertySlider .PropertyTextSwiper .swiper-wrapper .swiper-slide .sliderContent{width:unset}.Property .property .PropertyConstruction{padding:1rem 0}.Property .property .PropertyConstruction .constructionHeading{flex-direction:column;padding:0 1rem;display:flex}.Property .property .PropertyConstruction .constructionHeading .filter{padding:0}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter{margin:0 .25rem}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter button{padding:.2rem .1rem!important}.Property .property .FormSection .formBg .lastBgDesktop{display:none}.Property .property .FormSection .formBg .lastBgMobile{object-fit:cover;width:100%;display:block}.Property .property .FormSection .Form{flex-direction:column;align-items:center;width:100%;padding:10rem 1.5rem 4rem;display:flex}.Property .property .FormSection .Form form{border-radius:10px;flex-direction:column;grid-column:2;gap:1rem;width:100%;max-width:400px;padding:1.2rem 1.5rem 2rem;display:flex}.Property .property .FormSection .Form form input{width:100%;padding:0 0 1.2rem}.Property .property .FormSection .Form form .DownloadBrochure{max-width:250px;margin-top:1rem;padding:.7rem 1rem}.Property .property .FormSection .Form form .DownloadBrochure:hover{background-color:var(--white)}}@media screen and (min-width:768px) and (max-width:1024px){.Property .property .propertyAccordionImg{grid-template-columns:repeat(2,1fr);padding:0 1rem 2rem;display:grid}.Property .property .propertyAccordionImg .propertyAccordion{grid-column:1}.Property .property .propertyAccordionImg .propertyAccordion .property-accordion{max-width:100%}.Property .property .propertyAccordionImg .propertyImg{grid-column:2;align-items:center;display:flex}.Property .property .Residences .popupVideo .video{height:unset;width:100%;margin-top:50%;transform:translateY(-50%)}.Property .property .Residences .popupVideo .video video{width:100%;height:unset}.Property .property .findUs{padding:2rem}.Property .property .findUs .findUsHeading h5{margin-right:10%}.Property .property .findUs .findUsHeading .findUsAddress1{margin-right:1rem}.Property .property .findUs .findUsHeading .findUsAddress2 p{max-width:200px}.Property .property .PropertyConstruction{padding:3rem 0}.Property .property .PropertyConstruction .constructionHeading{padding:0 3rem}.Property .property .PropertyConstruction .constructionHeading .filter{padding:0}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter{margin:0 .25rem}.Property .property .PropertyConstruction .constructionHeading .filter .dropdownFilter button{padding:.2rem .1rem!important}.Property .property .FormSection .Form{justify-content:center;padding:4.5rem 4rem;display:flex}.Property .property .FormSection .Form form{border-radius:10px;grid-template-columns:1fr 1fr;gap:2rem;max-width:600px;margin:0 auto;padding:1.2rem 2.2rem 2rem;display:grid}.Property .property .FormSection .Form form input{grid-column:1!important;width:100%!important}.Property .property .FormSection .Form form .DownloadBrochure{padding:.7rem 2.5rem}}@media screen and (min-width:480px) and (max-width:767px){.Property .property .findUs{padding:2rem 1rem}.Property .property .findUs .findUsHeading{display:grid;grid-template-columns:1fr!important}.Property .property .findUs .findUsHeading h5{grid-area:1/1;margin-right:0!important}.Property .property .findUs .findUsHeading .findUsAddress1{grid-area:2/1}.Property .property .findUs .findUsHeading .findUsAddress1 h6{margin:0}.Property .property .findUs .findUsHeading .findUsAddress1 p{max-width:unset}.Property .property .findUs .findUsHeading .findUsAddress2{grid-area:3/1}.Property .property .findUs .findUsHeading .findUsAddress2 h6{margin:0}.Property .property .findUs .findUsHeading .findUsAddress2 p{max-width:unset}.Property .property .findUs .findUsHeading .findUsPhone{grid-area:4/1}.Property .property .findUs .findUsHeading .findUsPhone p{margin:0}.Property .property .findUs .findUsMap{aspect-ratio:2/1.25!important}}.LifeAtBluezonePage .bluezoneTabs{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:10;background-color:#269ad199;border-radius:30px;max-width:90%;margin:0;padding:0 2rem;position:fixed;bottom:1.2rem;left:50%;overflow:scroll;transform:translate(-50%)}.LifeAtBluezonePage .bluezoneTabs .bluezone-list{margin:0;padding:0;list-style:none;display:flex}.LifeAtBluezonePage .bluezoneTabs .bluezone-list .bluezone-item{cursor:pointer}.LifeAtBluezonePage .bluezoneTabs .bluezone-list .bluezone-item a{width:max-content;color:var(--white);font-family:var(--font1);font-size:calc(var(--baseFontSize) + 0px);padding:.7rem 1.5rem;font-weight:300;text-decoration:none;transition:all .3s;display:block}.LifeAtBluezonePage .bluezoneTabs .bluezone-list .bluezone-item:hover a,.LifeAtBluezonePage .bluezoneTabs .bluezone-list .bluezone-item.activeMenu a{font-weight:600}.LifeAtBluezonePage .bluezoneTabs::-webkit-scrollbar{display:none}.LifeAtBluezonePage .bluezoneBanner{background:linear-gradient(#fff 0%,#c9edff 100%);flex-direction:column;justify-content:center;align-items:center;height:70svh;margin-top:-80px;padding:0 .7rem;display:flex}.LifeAtBluezonePage .bluezoneBanner .bluezoneBannerHeading{font-family:var(--font2);color:var(--black);text-align:center;margin-top:2rem}.LifeAtBluezonePage .bluezoneBanner .bluezoneBannerSubHeading{font-family:var(--font1);color:var(--black);font-size:calc(var(--baseFontSize) + 6px);text-align:center;max-width:550px;margin-bottom:0;font-weight:400}.LifeAtBluezonePage .Morning{background:linear-gradient(#c9edff 0%,#e3e5cd 100%);padding-top:0!important}.LifeAtBluezonePage .Afternoon{background:linear-gradient(#e3e5cd 0%,#c5b3ac 100%)}.LifeAtBluezonePage .Evening{background:linear-gradient(#c5b3ac 0%,#3c3f5d 100%)}.LifeAtBluezonePage .Evening h5,.LifeAtBluezonePage .Evening .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev,.LifeAtBluezonePage .Evening .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next{color:var(--white)!important}.LifeAtBluezonePage .Night{background:linear-gradient(#3c3f5d 0%,#1a1a1b 100%);border:none!important}.LifeAtBluezonePage .Night h5,.LifeAtBluezonePage .Night .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev,.LifeAtBluezonePage .Night .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next{color:var(--white)!important}.LifeAtBluezonePage .bluezoneSection{border-bottom:1px solid var(--black);padding:5rem 0}.LifeAtBluezonePage .bluezoneSection h5{color:var(--black);text-align:center;font-family:var(--font2);margin-bottom:3rem}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper{margin-bottom:2rem}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides{aspect-ratio:2/1.5;cursor:pointer;border-radius:10px;width:100%;position:relative;overflow:hidden}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides .bluezoneOverlay{opacity:0;z-index:5;background:linear-gradient(#0000 60%,#000000e6 100%);justify-content:center;align-items:flex-end;width:100%;height:100%;padding:1rem 1.6rem;transition:all .3s;display:flex;position:absolute}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides .bluezoneOverlay p{font-family:var(--font1);color:var(--white)}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides img{object-fit:cover;z-index:4;width:100%;height:100%;transition:all .3s}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides:hover .bluezoneOverlay{opacity:1}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides:hover img{transform:scale(1.2)}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button{justify-content:center;display:flex}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev,.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next{color:var(--black);font-family:var(--font2);cursor:pointer;font-weight:600}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev svg,.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next svg{border:1px solid var(--PrimaryColor);border-radius:50px;margin:0 1rem;transition:all .3s}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev svg path,.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next svg path{fill:var(--PrimaryColor)}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev{margin-right:1.2rem}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next{margin-left:1.2rem}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev:hover svg,.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next:hover svg{background-color:var(--PrimaryColor)}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-prev:hover svg path,.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .bluezone-swiper-button .bluezone-swiper-button-next:hover svg path{fill:var(--white)}.LifeAtBluezonePage .bluezoneSection .bluezonePopup{z-index:100;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:0;max-height:100svh;transition:all .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .bluezonePopupClose{cursor:pointer;z-index:2;flex-direction:column;justify-content:center;width:2rem;height:2rem;display:flex;position:absolute;top:1rem;right:1rem}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .bluezonePopupClose div{background-color:var(--PrimaryColor);width:100%;height:2px;transition:all .3s}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .bluezonePopupClose div:first-child{transform:rotate(45deg)}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .bluezonePopupClose div:nth-child(2){margin-top:-2px;transform:rotate(-45deg)}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .bluezonePopupClose:hover div{background-color:var(--white)}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .bluezonePopupOverlay{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .popupImg{aspect-ratio:2/1.3;z-index:2;background:red;border-radius:10px;max-width:90%;height:100%;max-height:90%;overflow:hidden}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .popupImg img{object-fit:cover;width:100%;height:100%}@media screen and (min-width:280px) and (max-width:767px){.LifeAtBluezonePage .bluezoneTabs{padding:0}.LifeAtBluezonePage .bluezoneBanner{height:60svh}.LifeAtBluezonePage .Night{padding-bottom:4rem!important}.LifeAtBluezonePage .bluezoneSection{padding:1.5rem 0}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides .bluezoneOverlay{opacity:1;background:linear-gradient(#0000 0%,#00000080 60%,#000 100%)}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .popupImg{height:unset;width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.LifeAtBluezonePage .bluezoneBanner{height:40svh}.LifeAtBluezonePage .Night{padding-bottom:4rem!important}.LifeAtBluezonePage .bluezoneSection{padding:1.5rem 0}.LifeAtBluezonePage .bluezoneSection .bluezoneSwiper .swiper-wrapper .swiper-slide .bluezoneSlides .bluezoneOverlay{opacity:1;background:linear-gradient(#0000 0%,#00000080 60%,#000 100%)}.LifeAtBluezonePage .bluezoneSection .bluezonePopup .popupImg{height:unset;width:100%}}.NewsAndMedia .latestNewsAndMedia{padding:2rem 5rem;position:relative}.NewsAndMedia .latestNewsAndMedia .newsAndMediaBg{z-index:-1;background:linear-gradient(#dceef7 0%,#fff 100%);width:100%;height:100%;max-height:180vh;position:absolute;top:0;left:0}.NewsAndMedia .latestNewsAndMedia .newsAndMediaHeading{font-family:var(--font2);color:var(--black)}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent{color:var(--black);cursor:pointer;border-bottom:1px solid #818286;padding:2rem 0;text-decoration:none;display:flex}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaImage{aspect-ratio:2/1.4;border-radius:10px;width:300px;margin-right:1rem;overflow:hidden}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaImage img{object-fit:cover;width:100%;height:100%;transition:all .3s}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaLogoAndDate{align-items:center;margin-bottom:1rem;display:flex}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaLogoAndDate .newsAndMediaLogo{width:50px;margin-right:1rem}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaLogoAndDate .newsAndMediaLogo img{width:100%}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaLogoAndDate .newsAndMediaDate{font-family:var(--font1);color:var(--black);font-size:calc(var(--baseFontSize) - 2px)}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaLogoAndDate .newsAndMediaDate p{margin:0}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaTitle{font-family:var(--font1);font-weight:600;font-size:calc(var(--baseFontSize) + 4px)}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaDescription{font-family:var(--font1);color:gray;font-weight:400;font-size:calc(var(--baseFontSize) + 0px);max-width:270px}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent:hover .newsAndMediaImage img{transform:scale(1.2)}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent:last-child{border-bottom:none;padding-bottom:7rem}@media screen and (min-width:280px) and (max-width:767px){.NewsAndMedia .latestNewsAndMedia{padding:1rem}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent{flex-direction:column;padding:1rem 0}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaImage{width:100%;max-width:300px;margin-bottom:1rem}.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaLogoAndDate,.NewsAndMedia .latestNewsAndMedia .newsAndMediaContent .newsAndMediaDetails .newsAndMediaTitle p{margin-bottom:.3rem}}@media screen and (min-width:768px) and (max-width:1024px){.NewsAndMedia .latestNewsAndMedia{padding:2rem 3rem}}.Blogs .blogsBgOverlay{z-index:-1;background:linear-gradient(#dceef7 0%,#fff 100%);width:100%;height:150svh;position:absolute;top:0;left:0}.Blogs .blogs{margin-bottom:7rem;padding:0 5rem;position:relative}.Blogs .blogs .blogsHeadingAndSearch{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.Blogs .blogs .blogsHeadingAndSearch .blogsHeading{font-family:var(--font2);color:#000}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch{border-radius:50px;max-width:260px;position:relative}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch input{color:var(--white);font-family:var(--font1);background-color:#53697e;border:2px solid #53697e;border-radius:50px;width:260px;padding:.4rem 1.2rem;font-weight:300;transition:all .3s}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch input::placeholder{color:var(--white);font-family:var(--font1);font-weight:300;font-size:calc(var(--baseFontSize) - 1px)}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch input:focus-visible{background-color:var(--white);color:#53697e;border:2px solid #53697e;outline:none;font-weight:400}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch input:focus-visible::placeholder{color:#53697e;font-weight:400}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch input:focus-visible+svg path{fill:#53697e}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch svg{width:22px;position:absolute;top:.4rem;right:1.2rem}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch:hover input{background-color:var(--white);color:#53697e;border:2px solid #53697e;font-weight:400}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch:hover input::placeholder{color:#53697e;font-weight:400}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch:hover svg path{fill:#53697e}.Blogs .blogs .blogsContent{grid-template-columns:repeat(3,1fr);gap:.8rem;display:grid}.Blogs .blogs .blogsContent .noData{text-align:center;color:var(--PrimaryColor);font-family:var(--font2);grid-column:2}.Blogs .blogs .blogsContent .blogsItem{border:1px solid silver;border-radius:10px;padding:.6rem;text-decoration:none;transition:all .3s}.Blogs .blogs .blogsContent .blogsItem .blogsItemImg{background:var(--PrimaryColor);aspect-ratio:82/55;border-radius:10px;width:100%;overflow:hidden}.Blogs .blogs .blogsContent .blogsItem .blogsItemImg img{object-fit:cover;width:100%;height:100%;transition:all .3s}.Blogs .blogs .blogsContent .blogsItem .blogsItemText .blogsItemDate{font-family:var(--font1);color:#929292;font-size:calc(var(--baseFontSize) - 2px);margin-top:.7rem;margin-bottom:.4rem}.Blogs .blogs .blogsContent .blogsItem .blogsItemText .blogsItemHeading{font-family:var(--font2);color:var(--black);font-size:calc(var(--baseFontSize) + 4px);margin-bottom:.4rem;font-weight:500}.Blogs .blogs .blogsContent .blogsItem .blogsItemText .blogsItemContent{font-family:var(--font1);color:var(--black);margin-bottom:0}.Blogs .blogs .blogsContent .blogsItem:hover{border:1px solid var(--PrimaryColor)}.Blogs .blogs .blogsContent .blogsItem:hover .blogsItemImg img{transform:scale(1.2)}@media screen and (min-width:280px) and (max-width:767px){.Blogs .blogs{padding:0 1rem}.Blogs .blogs .blogsHeadingAndSearch{align-items:unset;flex-direction:column;display:flex}.Blogs .blogs .blogsHeadingAndSearch .blogsSearch{margin-top:1rem;margin-left:auto}.Blogs .blogs .blogsContent{grid-template-columns:1fr}.Blogs .blogs .blogsContent .noData{grid-column:1}.Blogs .blogs .blogsContent .blogsItem{max-width:400px;margin:0 auto}}@media screen and (min-width:768px) and (max-width:1024px){.Blogs .blogs{padding:0 3rem}.Blogs .blogs .blogsContent{grid-template-columns:1fr 1fr}.Blogs .blogs .blogsContent .noData{grid-column:span 2}}.BlogPost{position:relative}.BlogPost .blogPostBgOverlay{z-index:-1;background:linear-gradient(#dceef7 0%,#fff 100%);width:100%;height:100%;max-height:140vh;position:absolute;top:0;left:0}.BlogPost .blogPost{grid-template-columns:66% 34%;margin-bottom:7rem;padding:1rem 0 1rem 5rem;display:grid}.BlogPost .blogPost .blogsSearchMobile{border-radius:50px;width:min-content;margin:0 0 .5rem auto;position:relative}.BlogPost .blogPost .blogsSearchMobile input{color:var(--white);font-family:var(--font1);background-color:#53697e;border:2px solid #53697e;border-radius:50px;width:300px;padding:.4rem 1.2rem;font-weight:300;transition:all .3s}.BlogPost .blogPost .blogsSearchMobile input::placeholder{color:var(--white);font-family:var(--font1);font-weight:300;font-size:calc(var(--baseFontSize) - 1px)}.BlogPost .blogPost .blogsSearchMobile input:focus-visible{background-color:var(--white);color:#53697e;border:2px solid #53697e;outline:none;font-weight:400}.BlogPost .blogPost .blogsSearchMobile input:focus-visible::placeholder{color:#53697e;font-weight:400}.BlogPost .blogPost .blogsSearchMobile input:focus-visible+svg path{fill:#53697e}.BlogPost .blogPost .blogsSearchMobile svg{width:22px;position:absolute;top:.4rem;right:1.2rem}.BlogPost .blogPost .blogsSearchMobile,.BlogPost .blogPost .searchResultMobile{display:none}.BlogPost .blogPost .blogsSearchMobile:hover input{background-color:var(--white);color:#53697e;border:2px solid #53697e;font-weight:400}.BlogPost .blogPost .blogsSearchMobile:hover input::placeholder{color:#53697e;font-weight:400}.BlogPost .blogPost .blogsSearchMobile:hover svg path{fill:#53697e}.BlogPost .blogPost .blogPostContent .blogPostImage{aspect-ratio:160/101;border-radius:10px;width:100%;overflow:hidden}.BlogPost .blogPost .blogPostContent .blogPostImage img{object-fit:cover;width:100%;height:100%}.BlogPost .blogPost .blogPostContent .blogPostDetails .blogPostTitle{font-family:var(--font2);color:var(--black);margin-top:2rem}.BlogPost .blogPost .blogPostContent .blogPostDetails .blogPostDate{font-family:var(--font1);color:#6e7680;font-weight:500}.BlogPost .blogPost .blogPostContent .blogPostDetails .blogPostText{font-family:var(--font1);color:var(--black)}.BlogPost .blogPost .recentBlogs .blogsSearch{border-radius:50px;width:min-content;margin:0 auto;position:relative}.BlogPost .blogPost .recentBlogs .blogsSearch input{color:var(--white);font-family:var(--font1);background-color:#53697e;border:2px solid #53697e;border-radius:50px;width:300px;padding:.4rem 1.2rem;font-weight:300;transition:all .3s}.BlogPost .blogPost .recentBlogs .blogsSearch input::placeholder{color:var(--white);font-family:var(--font1);font-weight:300;font-size:calc(var(--baseFontSize) - 1px)}.BlogPost .blogPost .recentBlogs .blogsSearch input:focus-visible{background-color:var(--white);color:#53697e;border:2px solid #53697e;outline:none;font-weight:400}.BlogPost .blogPost .recentBlogs .blogsSearch input:focus-visible::placeholder{color:#53697e;font-weight:400}.BlogPost .blogPost .recentBlogs .blogsSearch input:focus-visible+svg path{fill:#53697e}.BlogPost .blogPost .recentBlogs .blogsSearch svg{width:22px;position:absolute;top:.4rem;right:1.2rem}.BlogPost .blogPost .recentBlogs .searchResult{margin-top:.5rem;display:block}.BlogPost .blogPost .recentBlogs .searchResult .noData{color:var(--PrimaryColor);font-family:var(--font1);justify-content:center;align-items:center;margin:1rem 0;display:flex}.BlogPost .blogPost .recentBlogs .searchResult ::-webkit-scrollbar{background-color:#0000004d;width:5px}.BlogPost .blogPost .recentBlogs .searchResult ::-webkit-scrollbar-thumb{background-color:var(--PrimaryColor);cursor:grab}.BlogPost .blogPost .recentBlogs .searchResult ul{border-radius:10px;width:300px;margin:0 auto;padding:0;list-style:none;overflow:hidden scroll;box-shadow:0 2px 7px #b0b0b0}.BlogPost .blogPost .recentBlogs .searchResult ul li{background-color:var(--white);border-bottom:2px solid var(--PrimaryColor);padding:.4rem 1rem;transition:all .3s}.BlogPost .blogPost .recentBlogs .searchResult ul li a{color:var(--black);width:100%;text-decoration:none;display:block}.BlogPost .blogPost .recentBlogs .searchResult ul li:hover{background-color:var(--PrimaryColor)}.BlogPost .blogPost .recentBlogs .searchResult ul li:hover a{color:var(--white)}.BlogPost .blogPost .recentBlogs .blogsSearchMobile{display:none}.BlogPost .blogPost .recentBlogs .blogsSearch:hover input{background-color:var(--white);color:#53697e;border:2px solid #53697e;font-weight:400}.BlogPost .blogPost .recentBlogs .blogsSearch:hover input::placeholder{color:#53697e;font-weight:400}.BlogPost .blogPost .recentBlogs .blogsSearch:hover svg path{fill:#53697e}.BlogPost .blogPost .recentBlogs .recentBlogsList{width:300px;margin:0 auto}.BlogPost .blogPost .recentBlogs .recentBlogsList .recentBlogsHeading{font-family:var(--font2);color:var(--black);margin-top:2rem}.BlogPost .blogPost .recentBlogs .recentBlogsList .recentBlogsItem{border:1px solid silver;border-radius:8px;grid-template-columns:30% 70%;margin-bottom:.8rem;padding:.6rem .5rem;text-decoration:none;transition:all .3s;display:grid}.BlogPost .blogPost .recentBlogs .recentBlogsList .recentBlogsItem .recentBlogsImage{aspect-ratio:86/56;background:red;border-radius:10px;overflow:hidden}.BlogPost .blogPost .recentBlogs .recentBlogsList .recentBlogsItem .recentBlogsImage img{object-fit:cover;width:100%;height:100%}.BlogPost .blogPost .recentBlogs .recentBlogsList .recentBlogsItem .recentBlogsTitle{font-family:var(--font1);color:var(--black);font-size:calc(var(--baseFontSize) - 2px);padding:0 .8rem;font-weight:500}.BlogPost .blogPost .recentBlogs .recentBlogsList .recentBlogsItem:hover{border:1px solid var(--PrimaryColor)}@media screen and (min-width:280px) and (max-width:900px){.BlogPost .blogPost{grid-template-columns:1fr;padding:0 1rem}.BlogPost .blogPost .blogsSearchMobile{display:block}.BlogPost .blogPost .searchResultMobile{margin:0 0 .5rem auto;display:block}.BlogPost .blogPost .searchResultMobile .noData{color:var(--PrimaryColor);font-family:var(--font1);justify-content:center;align-items:center;margin:1rem 0;display:flex}.BlogPost .blogPost .searchResultMobile ::-webkit-scrollbar{background-color:#0000004d;width:5px}.BlogPost .blogPost .searchResultMobile ::-webkit-scrollbar-thumb{background-color:var(--PrimaryColor);cursor:grab}.BlogPost .blogPost .searchResultMobile ul{border-radius:10px;width:300px;margin:0 auto;padding:0;list-style:none;overflow:hidden scroll;box-shadow:0 2px 7px #b0b0b0}.BlogPost .blogPost .searchResultMobile ul li{background-color:var(--white);border-bottom:2px solid var(--PrimaryColor);padding:.4rem 1rem;transition:all .3s}.BlogPost .blogPost .searchResultMobile ul li a{color:var(--black);width:100%;text-decoration:none;display:block}.BlogPost .blogPost .searchResultMobile ul li:hover{background-color:var(--PrimaryColor)}.BlogPost .blogPost .searchResultMobile ul li:hover a{color:var(--white)}.BlogPost .blogPost .recentBlogs .blogsSearch,.BlogPost .blogPost .recentBlogs .searchResult{display:none}.BlogPost .blogPost .recentBlogs .recentBlogsList{margin:0}}@media screen and (min-width:901px) and (max-width:1024px){.BlogPost .blogPost{padding:0 2rem}}
