.Header-module__KppamW__navbar{z-index:1000;background-color:#0000;padding-left:.75rem;padding-right:.75rem;position:fixed;inset:.75rem 0 auto}.Header-module__KppamW__navContainer{max-width:85.5rem;padding-left:0;padding-right:0}.Header-module__KppamW__navBgWrapper{background-color:#0000;border-radius:6.25rem;padding:.6rem;transition:background-color .3s}.Header-module__KppamW__navBgWrapperScrolled{background-color:#2d3d21}.Header-module__KppamW__navbarGrid{grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;grid-auto-columns:1fr;align-items:center;gap:1rem;display:grid}.Header-module__KppamW__navLinksWrapper{border:1px solid var(--border-bold);-webkit-backdrop-filter:blur(62px);backdrop-filter:blur(62px);background-image:url(https://cdn.prod.website-files.com/688da8464c961d217c8b43d7/68bee223708b5897cefa7530_Navbar-Bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6.25rem;padding:.25rem}.Header-module__KppamW__navLinksFlex{flex-flow:row;justify-content:flex-start;align-items:center;display:flex}.Header-module__KppamW__singleNavLink{color:var(--white);font-size:var(--text-regular);cursor:pointer;border-radius:6.25rem;padding:.375rem 1.25rem;font-weight:500;line-height:150%;text-decoration:none;transition:all .5s}.Header-module__KppamW__singleNavLink:hover{background-color:var(--white);color:var(--text-color)}.Header-module__KppamW__singleNavLink.Header-module__KppamW__dropdown{flex-flow:row;justify-content:center;align-items:center;gap:.375rem;display:flex}.Header-module__KppamW__navLinkInner{flex-flow:row;justify-content:flex-start;align-items:center;display:flex}.Header-module__KppamW__pagesDropdown{margin-left:0;margin-right:0;position:relative}.Header-module__KppamW__dropdownIcon{flex:none;width:.75rem;font-family:"Font Awesome 6 Free";font-size:.75rem;font-weight:900;line-height:100%}.Header-module__KppamW__dropdownIcon:before{content:"▼";font-size:.5rem}.Header-module__KppamW__pagesDropdownWrap{z-index:1001;opacity:0;visibility:hidden;background-color:#0000;width:40rem;padding-top:1rem;transition:all .3s;position:absolute;top:100%;left:-10rem;transform:translateY(10px)}.Header-module__KppamW__pagesDropdown:hover .Header-module__KppamW__pagesDropdownWrap{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__KppamW__pagesDropdownContent{border:1px solid var(--border-light);border-radius:var(--section-radius);background-color:var(--white);padding:1.25rem 1.5rem}.Header-module__KppamW__dropdownGridWrap{grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;grid-auto-columns:1fr;gap:1rem 1.25rem;display:grid}.Header-module__KppamW__dropdownRow{flex-direction:column;display:flex}.Header-module__KppamW__dropdownTitle{color:var(--text-color);font-size:var(--h6);margin-bottom:1rem;font-weight:500;line-height:130%}.Header-module__KppamW__dropdownLinksFlex{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;display:flex}.Header-module__KppamW__dropdownNavLink{color:var(--text-color-dark);font-size:var(--text-regular);font-weight:500;line-height:150%;transition:all .5s}.Header-module__KppamW__dropdownNavLink:hover{color:var(--text-color)}.Header-module__KppamW__navMiddleWrap{flex-flow:row;justify-content:center;align-items:center;display:flex}.Header-module__KppamW__mainLogoWrap{max-width:10.25rem;padding:0}.Header-module__KppamW__mainLogo{width:100%;height:auto}.Header-module__KppamW__navRightWrap{flex-flow:row;justify-content:flex-end;align-items:center;gap:1.25rem;display:flex}.Header-module__KppamW__cartIconWrap{cursor:pointer;background-color:#0000;flex-flow:row;justify-content:flex-start;align-items:center;gap:.625rem;padding:0;display:flex;position:relative}.Header-module__KppamW__cartIcon{width:1.5rem}.Header-module__KppamW__cartTextWrap{flex-flow:row;justify-content:flex-start;align-items:center;gap:.125rem;display:flex}.Header-module__KppamW__cartText{color:var(--white);font-size:var(--text-regular);font-weight:500;line-height:150%}.Header-module__KppamW__cartQuantityWrap{flex-flow:row;justify-content:center;align-items:center;display:flex}.Header-module__KppamW__cartQuantity{color:var(--white-80);font-size:var(--text-regular);background-color:#0000;font-weight:500;line-height:150%}.Header-module__KppamW__navButtonWrap{display:flex}.Header-module__KppamW__menuButton{color:var(--white);cursor:pointer;padding:.5rem;display:none}.Header-module__KppamW__menuIcon{width:2rem;height:2rem}@media screen and (max-width:991px){.Header-module__KppamW__navbarGrid{flex-flow:row;justify-content:space-between;align-items:center;display:flex;position:relative}.Header-module__KppamW__navLinksWrapper{background-color:var(--text-color);z-index:1002;background-image:none;border-radius:1.25rem;flex-direction:column;margin-top:1rem;padding:1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.Header-module__KppamW__navLinksWrapper.Header-module__KppamW__open{display:flex}.Header-module__KppamW__navLinksFlex{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.Header-module__KppamW__singleNavLink{width:100%;padding:.75rem}.Header-module__KppamW__singleNavLink:hover{color:var(--primary-color);background-color:#0000}.Header-module__KppamW__pagesDropdown{width:100%}.Header-module__KppamW__pagesDropdown:hover .Header-module__KppamW__pagesDropdownWrap{opacity:0;visibility:hidden;transform:translateY(10px)}.Header-module__KppamW__pagesDropdownWrap{opacity:1;visibility:visible;width:100%;max-height:0;padding-top:.5rem;transition:max-height .3s ease-out;position:static;overflow:hidden;transform:none}.Header-module__KppamW__pagesDropdownWrap.Header-module__KppamW__open{max-height:500px}.Header-module__KppamW__pagesDropdownContent{background-color:#ffffff1a;border:none}.Header-module__KppamW__dropdownGridWrap{grid-template-columns:1fr;gap:1.5rem}.Header-module__KppamW__dropdownTitle{color:var(--primary-color);margin-bottom:.5rem}.Header-module__KppamW__dropdownNavLink{color:var(--white-80);padding:.25rem 0}.Header-module__KppamW__navBgWrapper{padding:.75rem 1.125rem}.Header-module__KppamW__menuButton{display:block}.Header-module__KppamW__mainLogoWrap{max-width:10rem}.Header-module__KppamW__navRightWrap{order:2;gap:.5rem}.Header-module__KppamW__cartIconWrap{gap:.375rem}.Header-module__KppamW__dropdownTitle{color:var(--primary-color);margin-bottom:.5rem;line-height:140%}}@media screen and (max-width:767px){.Header-module__KppamW__cartText,.Header-module__KppamW__cartQuantityWrap,.Header-module__KppamW__navButtonWrap{display:none}}
.PrimaryButton-module__nDurkG__primaryButton{background-color:var(--primary-color);color:#000;cursor:pointer;border-radius:100vw;align-items:center;gap:.5rem;padding:.625rem 1.5rem .625rem .625rem;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.PrimaryButton-module__nDurkG__primaryButton.PrimaryButton-module__nDurkG__white{background-color:var(--white)}.PrimaryButton-module__nDurkG__primaryButtonFlex{align-items:center;gap:.5rem;display:flex}.PrimaryButton-module__nDurkG__primaryButtonArrowWrap{z-index:1;background-color:var(--white);color:#000;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex;position:relative;overflow:hidden}.PrimaryButton-module__nDurkG__primaryButton.PrimaryButton-module__nDurkG__white .PrimaryButton-module__nDurkG__primaryButtonArrowWrap{background-color:var(--primary-color)}.PrimaryButton-module__nDurkG__primaryButtonArrow{width:1rem;height:1rem;transition:transform .3s}.PrimaryButton-module__nDurkG__primaryButtonArrow.PrimaryButton-module__nDurkG__absolute{position:absolute;top:50%;left:50%;transform:translate(-250%,-50%)}.PrimaryButton-module__nDurkG__primaryButtonTextWrap{align-items:center;height:1.5rem;display:flex;position:relative;overflow:hidden}.PrimaryButton-module__nDurkG__primaryButtonText{font-size:var(--text-regular);text-transform:capitalize;white-space:nowrap;font-weight:500;transition:transform .3s;display:block}.PrimaryButton-module__nDurkG__primaryButtonText.PrimaryButton-module__nDurkG__absolute{position:absolute;top:0;left:0;transform:translateY(150%)}.PrimaryButton-module__nDurkG__primaryButton:hover .PrimaryButton-module__nDurkG__primaryButtonArrow:not(.PrimaryButton-module__nDurkG__absolute){transform:translate(250%)}.PrimaryButton-module__nDurkG__primaryButton:hover .PrimaryButton-module__nDurkG__primaryButtonArrow.PrimaryButton-module__nDurkG__absolute{transform:translate(-50%,-50%)}.PrimaryButton-module__nDurkG__primaryButton:hover .PrimaryButton-module__nDurkG__primaryButtonText:not(.PrimaryButton-module__nDurkG__absolute){transform:translateY(-150%)}.PrimaryButton-module__nDurkG__primaryButton:hover .PrimaryButton-module__nDurkG__primaryButtonText.PrimaryButton-module__nDurkG__absolute{transform:translateY(0)}
.HeroSection-module__R-oLvG__bannerV2Wrapper{border-radius:var(--section-radius);min-height:98vh;padding-top:10.5rem;position:relative;overflow:hidden}.HeroSection-module__R-oLvG__bannerV2VideoWrap{z-index:-1;position:absolute;inset:0}.HeroSection-module__R-oLvG__bannerVideo{width:100%;height:100%;position:relative}.HeroSection-module__R-oLvG__bannerVideoElement{object-fit:cover;background-position:50%;background-size:cover;width:100%;height:100%}.HeroSection-module__R-oLvG__bannerVideoOverlay{z-index:1;background-image:linear-gradient(#2d3d218f 32%,#2d3d2100);width:100%;height:100%;position:absolute;inset:0}.HeroSection-module__R-oLvG__bannerContentsWrapper{z-index:2;background-image:linear-gradient(#080b0600,#080b06 81.51%);width:100%;padding-top:8.5rem;padding-bottom:4.625rem;position:absolute;inset:auto 0 0}.HeroSection-module__R-oLvG__bannerV2TitleWrap{text-align:center}.HeroSection-module__R-oLvG__bannerTitle{color:var(--white);font-size:var(--display-title);letter-spacing:-.08em;font-weight:600;line-height:100%}.HeroSection-module__R-oLvG__bannerContentsFlex{z-index:3;flex-flow:row;justify-content:space-between;align-items:flex-end;gap:2rem;display:flex;position:relative}.HeroSection-module__R-oLvG__bannerContentsWrap{max-width:25.875rem}.HeroSection-module__R-oLvG__bannerDetailsStar{width:2.5rem;height:auto;margin-bottom:1.375rem}.HeroSection-module__R-oLvG__bannerDetails{color:var(--white);font-size:var(--text-regular);margin-bottom:2.125rem;font-weight:500;line-height:150%}.HeroSection-module__R-oLvG__primaryButton{background-color:var(--white);color:#000;border-radius:100vw;flex-wrap:wrap;justify-content:center;align-items:center;padding:.625rem 1.5rem .625rem .625rem;text-decoration:none;display:inline-block;position:relative;overflow:clip}.HeroSection-module__R-oLvG__primaryButtonFlex{flex-flow:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.HeroSection-module__R-oLvG__primaryButtonArrowWrap{z-index:1;background-color:var(--primary-color);color:#000;border-radius:100vw;flex-direction:column;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__R-oLvG__primaryButtonArrow{width:.75rem;height:auto}.HeroSection-module__R-oLvG__primaryButtonTextWrap{flex-flow:row;justify-content:flex-start;align-items:center;display:flex;position:relative}.HeroSection-module__R-oLvG__primaryButtonText{z-index:1;color:var(--text-color);font-size:var(--text-regular);text-transform:capitalize;justify-content:flex-start;font-weight:500;line-height:150%;display:flex;position:relative}.HeroSection-module__R-oLvG__bannerCardWrap{border:1px solid var(--border-bold);border-radius:var(--card-radius);background-color:var(--white-20);-webkit-backdrop-filter:blur(62px);backdrop-filter:blur(62px);width:100%;max-width:35.625rem;padding:.625rem 3.75rem .625rem .625rem}.HeroSection-module__R-oLvG__bannerCardFlex{flex-flow:row;justify-content:flex-start;align-items:center;gap:1.375rem;height:100%;display:flex}.HeroSection-module__R-oLvG__bannerCardVideoWrap{border:1px solid var(--border-bold);border-radius:var(--section-radius);flex:none;width:100%;max-width:11.25rem;height:14rem;position:relative;overflow:hidden}.HeroSection-module__R-oLvG__bannerCardImage{object-fit:cover;width:100%;height:100%}.HeroSection-module__R-oLvG__bannerCardContentWrap{flex:1}.HeroSection-module__R-oLvG__bannerCardNumber{color:var(--white);font-size:var(--h1);margin-bottom:.5rem;font-weight:500;line-height:115%}.HeroSection-module__R-oLvG__bannerCardDetails{color:var(--white-80);font-size:var(--text-regular);font-weight:500;line-height:150%}.HeroSection-module__R-oLvG__innerBannerBordersWrap{z-index:-1;flex-flow:row;justify-content:space-between;width:100%;max-width:83rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;position:absolute;inset:0}.HeroSection-module__R-oLvG__innerBannerBorders{background-color:#ffffff29;width:1px;height:100%}@media screen and (max-width:991px){.HeroSection-module__R-oLvG__bannerV2Wrapper{padding-top:6.5rem}.HeroSection-module__R-oLvG__bannerContentsWrapper{background-color:var(--text-color-dark);background-image:none;padding-top:3rem;padding-bottom:3rem;position:static}.HeroSection-module__R-oLvG__bannerContentsFlex{flex-flow:column;align-items:stretch}.HeroSection-module__R-oLvG__bannerContentsWrap{text-align:center;max-width:36rem;margin-left:auto;margin-right:auto}.HeroSection-module__R-oLvG__bannerCardWrap{background-color:var(--primary-color);max-width:none;padding-right:2rem}.HeroSection-module__R-oLvG__bannerCardNumber{color:var(--text-color)}.HeroSection-module__R-oLvG__bannerCardDetails{color:var(--light-text-color)}}@media screen and (max-width:767px){.HeroSection-module__R-oLvG__bannerV2Wrapper{min-height:auto;padding-top:5rem}.HeroSection-module__R-oLvG__bannerCardFlex{flex-flow:column;align-items:stretch}.HeroSection-module__R-oLvG__bannerCardVideoWrap{max-width:none;height:10rem}.HeroSection-module__R-oLvG__bannerTitle{font-size:3rem}.HeroSection-module__R-oLvG__bannerDetailsStar{display:none}}@media screen and (max-width:479px){.HeroSection-module__R-oLvG__bannerTitle{font-size:2.5rem}.HeroSection-module__R-oLvG__bannerCardWrap{padding:.625rem}.HeroSection-module__R-oLvG__bannerContentsWrapper{padding-top:2rem;padding-bottom:2rem}}
.AboutSection-module__fimbSq__section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.AboutSection-module__fimbSq__bgLight{background-color:var(--section-bg);border-radius:var(--section-radius)}.AboutSection-module__fimbSq__sectionTitleWrap{max-width:52.375rem;margin-left:auto;margin-right:auto}.AboutSection-module__fimbSq__subTitle{color:var(--text-color);font-size:var(--h6);font-weight:500;line-height:120%}.AboutSection-module__fimbSq__marginBottom{margin-bottom:1.25rem}.AboutSection-module__fimbSq__aboutTitle{color:var(--text-color);font-size:var(--h3);font-weight:500;line-height:126%}.AboutSection-module__fimbSq__aboutTitleIcon{vertical-align:middle;background-image:url(https://cdn.prod.website-files.com/688da8464c961d217c8b43d7/68c2bcc790f56485e07c2753_About-Title-Icon.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:2.75rem;height:2.75rem;margin:0 .5rem;display:inline-block}.AboutSection-module__fimbSq__aboutGridWrap{grid-template-columns:1.11fr 1fr;gap:3.25rem;margin-top:3.25rem;display:grid}.AboutSection-module__fimbSq__aboutImageWrap{border-radius:var(--card-radius);overflow:hidden}.AboutSection-module__fimbSq__aboutImage{object-fit:cover;width:100%;height:100%}.AboutSection-module__fimbSq__aboutContentWrap{flex-direction:column;justify-content:space-between;gap:1.5rem;padding-top:1.375rem;padding-bottom:1.75rem;display:flex}.AboutSection-module__fimbSq__aboutDetails{color:var(--text-color-dark);font-size:var(--text-regular);max-width:36rem;margin-bottom:2.25rem;font-weight:500;line-height:150%}.AboutSection-module__fimbSq__aboutStatsWrapper{align-items:center;gap:3.75rem;display:flex}.AboutSection-module__fimbSq__aboutCardStatWrap{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.AboutSection-module__fimbSq__cardStatNumber{color:var(--text-color);font-size:var(--h2);margin-bottom:.5rem;font-weight:500;line-height:100%}.AboutSection-module__fimbSq__cardStatInfoWrap{align-items:center;gap:.5rem;display:flex}.AboutSection-module__fimbSq__cardStatInfoDot{background-color:var(--primary-color);border-radius:50%;width:.375rem;height:.375rem}.AboutSection-module__fimbSq__cardStatInfo{color:var(--text-color);font-size:var(--text-regular);font-weight:500;line-height:150%}@media screen and (max-width:991px){.AboutSection-module__fimbSq__aboutGridWrap{grid-template-columns:1fr}.AboutSection-module__fimbSq__aboutImageWrap{max-height:30rem}}
.ServicesSection-module__bMoE8G__section{padding:6rem 0}.ServicesSection-module__bMoE8G__bgWhite{background-color:var(--white)}.ServicesSection-module__bMoE8G__sectionTitleWrap{text-align:center;margin-bottom:3rem}.ServicesSection-module__bMoE8G__subTitle{color:var(--text-color);font-size:var(--text-regular);text-transform:uppercase;letter-spacing:.1em;font-weight:500}.ServicesSection-module__bMoE8G__marginBottom{margin-bottom:1rem}.ServicesSection-module__bMoE8G__sectionTitle{color:var(--text-color);font-size:var(--h2);max-width:600px;margin:0 auto;font-weight:600;line-height:1.2}.ServicesSection-module__bMoE8G__servicesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.ServicesSection-module__bMoE8G__serviceCard{background-color:var(--bg-light);border-radius:var(--section-radius);border:1px solid #0000;padding:2rem;transition:all .3s}.ServicesSection-module__bMoE8G__serviceCard:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.ServicesSection-module__bMoE8G__serviceIconWrap{background-color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.ServicesSection-module__bMoE8G__serviceIcon{font-size:1.75rem}.ServicesSection-module__bMoE8G__serviceTitle{color:var(--text-color);font-size:var(--h5);margin-bottom:.75rem;font-weight:600;line-height:1.3}.ServicesSection-module__bMoE8G__serviceDescription{color:var(--text-color-dark);font-size:var(--text-regular);line-height:1.6}.ServicesSection-module__bMoE8G__buttonWrap{justify-content:center;display:flex}@media screen and (max-width:991px){.ServicesSection-module__bMoE8G__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.ServicesSection-module__bMoE8G__section{padding:4rem 0}.ServicesSection-module__bMoE8G__servicesGrid{grid-template-columns:1fr}.ServicesSection-module__bMoE8G__sectionTitle{font-size:1.75rem}}
.CorePillarsSection-module__ytlB0q__section{padding:6rem 0}.CorePillarsSection-module__ytlB0q__bgDark{background-color:var(--text-color)}.CorePillarsSection-module__ytlB0q__sectionTitleWrap{text-align:center;margin-bottom:3rem}.CorePillarsSection-module__ytlB0q__subTitle{color:var(--primary-color);font-size:var(--text-regular);text-transform:uppercase;letter-spacing:.1em;font-weight:500}.CorePillarsSection-module__ytlB0q__marginBottom{margin-bottom:1rem}.CorePillarsSection-module__ytlB0q__sectionTitle{color:var(--white);font-size:var(--h2);font-weight:600;line-height:1.2}.CorePillarsSection-module__ytlB0q__pillarsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.CorePillarsSection-module__ytlB0q__pillarCard{border-radius:var(--section-radius);background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #ffffff1a;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.CorePillarsSection-module__ytlB0q__pillarCard:hover{border-color:var(--primary-color);transform:translateY(-5px)}.CorePillarsSection-module__ytlB0q__pillarNumber{color:#ffffff0d;font-size:3rem;font-weight:700;line-height:1;position:absolute;top:1rem;right:1rem}.CorePillarsSection-module__ytlB0q__pillarContent{z-index:1;position:relative}.CorePillarsSection-module__ytlB0q__pillarIconWrap{background-color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.CorePillarsSection-module__ytlB0q__pillarIcon{font-size:1.5rem}.CorePillarsSection-module__ytlB0q__pillarTitle{color:var(--white);font-size:var(--h5);margin-bottom:.75rem;font-weight:600;line-height:1.3}.CorePillarsSection-module__ytlB0q__pillarDescription{color:var(--white-80);font-size:var(--text-small);line-height:1.6}@media screen and (max-width:991px){.CorePillarsSection-module__ytlB0q__pillarsGrid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.CorePillarsSection-module__ytlB0q__section{padding:4rem 0}.CorePillarsSection-module__ytlB0q__pillarsGrid{grid-template-columns:1fr}.CorePillarsSection-module__ytlB0q__sectionTitle{font-size:1.75rem}}
.PropertiesSection-module__akSb2q__section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.PropertiesSection-module__akSb2q__bgWhite{background-color:var(--white);border-radius:var(--section-radius)}.PropertiesSection-module__akSb2q__sectionTitleWrap{text-align:center;max-width:52.375rem;margin-bottom:3.75rem;margin-left:auto;margin-right:auto}.PropertiesSection-module__akSb2q__subTitle{color:var(--text-color);font-size:var(--h6);font-weight:500;line-height:120%}.PropertiesSection-module__akSb2q__marginBottom{margin-bottom:1.25rem}.PropertiesSection-module__akSb2q__sectionTitle{color:var(--text-color);font-size:var(--h2);font-weight:500;line-height:120%}.PropertiesSection-module__akSb2q__slider{text-align:left;background:0 0;height:auto;position:relative}.PropertiesSection-module__akSb2q__sliderMask{z-index:1;white-space:nowrap;height:100%;display:block;position:relative;left:0;right:0;overflow:hidden}.PropertiesSection-module__akSb2q__sliderTrack{height:100%;transition:transform .5s;display:flex}.PropertiesSection-module__akSb2q__slide{white-space:normal;vertical-align:top;flex-shrink:0;width:100%;height:100%;display:inline-block;position:relative}.PropertiesSection-module__akSb2q__singlePropertyWrap{border-radius:var(--card-radius);background-color:var(--section-bg);padding:.625rem}.PropertiesSection-module__akSb2q__propertyGrid{grid-template-columns:1fr 1.75fr;gap:.625rem;display:grid}.PropertiesSection-module__akSb2q__propertyImageWrap{border-radius:var(--section-radius);height:100%;overflow:hidden}.PropertiesSection-module__akSb2q__propertyImage{object-fit:cover;width:100%;height:31.75rem}.PropertiesSection-module__akSb2q__propertyContentWrapper{border:1px solid var(--border-light);border-radius:var(--section-radius);background-color:var(--white);flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex}.PropertiesSection-module__akSb2q__propertyContents{flex-direction:column;justify-content:space-between;height:100%;display:flex}.PropertiesSection-module__akSb2q__propertyNameWrap{margin-bottom:2rem}.PropertiesSection-module__akSb2q__propertyName{color:var(--text-color);font-size:var(--h3);margin-bottom:.5rem;font-weight:500;line-height:135%}.PropertiesSection-module__akSb2q__propertyLocation{color:var(--text-color-dark);font-size:var(--text-regular);font-weight:500;line-height:150%}.PropertiesSection-module__akSb2q__propertyInfoContentsFlex{justify-content:space-between;align-items:center;display:flex}.PropertiesSection-module__akSb2q__propertyInfosWrap{align-items:center;gap:1.5rem;display:flex}.PropertiesSection-module__akSb2q__singlePropertyInfo{align-items:center;gap:.5rem;display:flex}.PropertiesSection-module__akSb2q__propertyInfoIcon{width:1.5rem;height:1.5rem}.PropertiesSection-module__akSb2q__propertyInfoTextWrap{align-items:center;gap:.25rem;display:flex}.PropertiesSection-module__akSb2q__propertyInfoText{color:var(--text-color-dark);font-size:var(--text-small);font-weight:500;line-height:156%}.PropertiesSection-module__akSb2q__propertyInfoDivider{background-color:var(--border-light);width:1px;height:1.5rem}.PropertiesSection-module__akSb2q__propertyPriceWrap{background-color:var(--primary-color);border-radius:3.75rem;padding:.375rem 1.5rem}.PropertiesSection-module__akSb2q__propertyPrice{color:var(--black);font-size:var(--text-regular);font-weight:500;line-height:150%}.PropertiesSection-module__akSb2q__propertyDivider{border-top:1px dashed var(--border-light);width:100%;height:1px;margin-top:2.5rem}.PropertiesSection-module__akSb2q__sliderButton{background-color:var(--section-bg);cursor:pointer;z-index:2;border-radius:1.875rem;justify-content:center;align-items:center;width:3.375rem;height:2.25rem;transition:all .5s;display:flex;position:absolute;bottom:3.125rem}.PropertiesSection-module__akSb2q__sliderButton:hover{background-color:var(--primary-color)}.PropertiesSection-module__akSb2q__sliderButtonLeft{right:55%}.PropertiesSection-module__akSb2q__sliderButtonRight{margin-left:1rem;left:55%}.PropertiesSection-module__akSb2q__navButtons{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.PropertiesSection-module__akSb2q__navButton{background-color:var(--section-bg);cursor:pointer;border-radius:1.875rem;justify-content:center;align-items:center;width:3.375rem;height:2.25rem;transition:all .5s;display:flex}.PropertiesSection-module__akSb2q__navButton:hover{background-color:var(--primary-color)}@media screen and (max-width:991px){.PropertiesSection-module__akSb2q__propertyGrid{grid-template-columns:1fr}.PropertiesSection-module__akSb2q__propertyImage{height:20rem}.PropertiesSection-module__akSb2q__propertyInfoContentsFlex{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.ProcessSection-module__uC1uvq__section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.ProcessSection-module__uC1uvq__bgLight{background-color:var(--section-bg);border-radius:var(--section-radius)}.ProcessSection-module__uC1uvq__container{max-width:83rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.ProcessSection-module__uC1uvq__processWrapper{height:auto}.ProcessSection-module__uC1uvq__processSticky{position:relative}.ProcessSection-module__uC1uvq__processFlexWrap{justify-content:space-between;gap:2rem;display:flex}.ProcessSection-module__uC1uvq__processTitleWrap{flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:30.875rem;height:fit-content;display:flex;position:sticky;top:7.5rem}.ProcessSection-module__uC1uvq__subTitle{color:var(--text-color);font-size:var(--h6);font-weight:500;line-height:120%}.ProcessSection-module__uC1uvq__marginBottom{margin-bottom:1.25rem}.ProcessSection-module__uC1uvq__sectionTitle{color:var(--text-color);font-size:var(--h2);margin-bottom:1.75rem;font-weight:500;line-height:120%}.ProcessSection-module__uC1uvq__processContentWrapper{flex-direction:column;gap:2rem;width:100%;max-width:41rem;display:flex}.ProcessSection-module__uC1uvq__singleProcessFlex{gap:3.75rem;display:flex}.ProcessSection-module__uC1uvq__processCounterWrap{margin-top:1rem}.ProcessSection-module__uC1uvq__processNumberWrap{border:1px solid var(--border-light);background-color:var(--white);border-radius:4.5rem;justify-content:center;width:4rem;padding:2rem .563rem;display:flex}.ProcessSection-module__uC1uvq__processNumberWrap.ProcessSection-module__uC1uvq__active{border-color:var(--primary-color);background-color:var(--primary-color)}.ProcessSection-module__uC1uvq__processNumber{color:var(--text-color);font-size:var(--h6);writing-mode:vertical-rl;font-weight:500;transform:rotate(180deg)}.ProcessSection-module__uC1uvq__processBorder{border-left:1px dashed var(--border-light);width:1px;height:100%;margin:0 auto}.ProcessSection-module__uC1uvq__singleProcessWrapper{width:100%}.ProcessSection-module__uC1uvq__processImageWrap{border-radius:var(--card-radius);width:100%;height:18.5rem;margin-bottom:-3rem;position:relative;overflow:hidden}.ProcessSection-module__uC1uvq__processImage{object-fit:cover;width:100%;height:100%}.ProcessSection-module__uC1uvq__processCardWrap{border:1px solid var(--border-light);border-radius:var(--card-radius);background-color:var(--white);z-index:1;padding:2rem;position:relative}.ProcessSection-module__uC1uvq__processContentsFlex{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProcessSection-module__uC1uvq__processIconWrap{background-color:var(--section-bg);border-radius:50%;flex:none;justify-content:center;align-items:center;width:5rem;height:5rem;display:flex}.ProcessSection-module__uC1uvq__processIcon{width:2.5rem;height:2.5rem}.ProcessSection-module__uC1uvq__processDetailsWrap{flex:1}.ProcessSection-module__uC1uvq__processTitle{color:var(--text-color);font-size:var(--h4);margin-bottom:.5rem;font-weight:500;line-height:120%}.ProcessSection-module__uC1uvq__processDetails{color:var(--text-color-dark);font-size:var(--text-regular);font-weight:500;line-height:140%}@media screen and (max-width:991px){.ProcessSection-module__uC1uvq__processFlexWrap{flex-direction:column}.ProcessSection-module__uC1uvq__processTitleWrap{max-width:100%;margin-bottom:2rem;position:static}.ProcessSection-module__uC1uvq__singleProcessFlex{gap:1.5rem}}
.TeamSection-module__UwXs5W__section{padding-top:8.75rem;padding-bottom:8.75rem}.TeamSection-module__UwXs5W__bgWhite{background-color:#fff;border-radius:1.25rem}.TeamSection-module__UwXs5W__sectionTitleWrap{text-align:center;max-width:28.25rem;margin-bottom:4.25rem;margin-left:auto;margin-right:auto}.TeamSection-module__UwXs5W__subTitle{color:#2d3d21;font-size:1.25rem;font-weight:500;line-height:120%}.TeamSection-module__UwXs5W__marginBottom{margin-bottom:1.25rem}.TeamSection-module__UwXs5W__sectionTitle{color:#2d3d21;letter-spacing:-.06em;font-size:3rem;font-weight:500;line-height:120%}.TeamSection-module__UwXs5W__agentsGridWrap{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.TeamSection-module__UwXs5W__singleAgentWrap{background-color:#f2f2f2;border-radius:1.75rem;padding:.625rem}.TeamSection-module__UwXs5W__agentContentWrap{flex-direction:column;gap:.625rem;display:flex}.TeamSection-module__UwXs5W__agentImageWrap{border-radius:1.25rem;display:block;overflow:hidden}.TeamSection-module__UwXs5W__agentImage{width:100%;height:auto;transition:transform .3s}.TeamSection-module__UwXs5W__singleAgentWrap:hover .TeamSection-module__UwXs5W__agentImage{transform:scale(1.02)}.TeamSection-module__UwXs5W__agentDetailsWrapper{background-color:#fff;border-radius:1.25rem;padding:1.625rem 2rem}.TeamSection-module__UwXs5W__agentDetailsFlex{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;display:flex}.TeamSection-module__UwXs5W__agentNameWrapper{flex:1}.TeamSection-module__UwXs5W__agentName{color:#2d3d21;letter-spacing:-.06em;margin-bottom:.625rem;font-size:1.375rem;font-weight:500;line-height:120%}.TeamSection-module__UwXs5W__agentDesignation{color:#6a7166;font-size:1rem;font-weight:500;line-height:150%}.TeamSection-module__UwXs5W__agentSocialLinksWrap{flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.TeamSection-module__UwXs5W__singleAgentSocialLink{color:#2d3d21;background-color:#f2f2f2;border-radius:50%;flex-direction:row;flex:none;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-family:"Fa Brands 400",Arial,sans-serif;font-size:1rem;line-height:100%;text-decoration:none;transition:all .5s;display:flex}.TeamSection-module__UwXs5W__singleAgentSocialLink:hover{background-color:#9ff659;transform:translateY(-5px)}.TeamSection-module__UwXs5W__singleAgentSocialLink:first-child div:before{content:"𝕏";font-family:inherit;font-weight:600}.TeamSection-module__UwXs5W__singleAgentSocialLink:nth-child(2) div:before{content:"f";font-family:inherit;font-weight:600}.TeamSection-module__UwXs5W__singleAgentSocialLink:nth-child(3) div:before{content:"in";font-family:inherit;font-size:.875rem;font-weight:600}.TeamSection-module__UwXs5W__sliderControlsFlex{flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;width:100%;display:flex}.TeamSection-module__UwXs5W__sliderCounterBorder{border:1px dashed #2d3d211f;flex:1;width:100%;height:1px}.TeamSection-module__UwXs5W__sliderCounterWrap{flex-direction:row;justify-content:flex-start;align-items:flex-start;height:1.5rem;display:flex;overflow:hidden}.TeamSection-module__UwXs5W__sliderNumberWrap{flex-direction:column;justify-content:flex-start;align-items:center;height:100%;display:flex}.TeamSection-module__UwXs5W__counterNumber{color:#2d3d21;height:100%;font-size:1rem;font-weight:500;line-height:150%}.TeamSection-module__UwXs5W__sliderButtons{gap:.75rem;display:flex}.TeamSection-module__UwXs5W__sliderButton{cursor:pointer;background-color:#f2f2f2;border-radius:1.875rem;flex-direction:row;justify-content:center;align-items:center;width:3.375rem;height:2.25rem;transition:all .5s;display:flex}.TeamSection-module__UwXs5W__sliderButton:hover{background-color:#9ff659}.TeamSection-module__UwXs5W__sliderArrow{width:1rem;height:auto}@media screen and (max-width:991px){.TeamSection-module__UwXs5W__section{padding-top:6.25rem;padding-bottom:6.25rem}.TeamSection-module__UwXs5W__agentsGridWrap{grid-template-columns:repeat(2,1fr)}.TeamSection-module__UwXs5W__sectionTitle{font-size:2.625rem}}@media screen and (max-width:767px){.TeamSection-module__UwXs5W__section{padding-top:4rem;padding-bottom:4rem}.TeamSection-module__UwXs5W__agentsGridWrap{grid-template-columns:1fr}.TeamSection-module__UwXs5W__sectionTitle{font-size:2rem}.TeamSection-module__UwXs5W__agentDetailsFlex{flex-direction:column;align-items:flex-start;gap:1rem}.TeamSection-module__UwXs5W__agentSocialLinksWrap{justify-content:flex-start}}
.AgentsSection-module__wYpddG__section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.AgentsSection-module__wYpddG__bgWhite{background-color:var(--white);border-radius:var(--section-radius)}.AgentsSection-module__wYpddG__container{max-width:83rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.AgentsSection-module__wYpddG__sectionTitleWrap{text-align:center;max-width:52.375rem;margin:0 auto 3.75rem}.AgentsSection-module__wYpddG__subTitle{color:var(--text-color);font-size:var(--h6);font-weight:500;line-height:120%}.AgentsSection-module__wYpddG__marginBottom{margin-bottom:1.25rem}.AgentsSection-module__wYpddG__sectionTitle{color:var(--text-color);font-size:var(--h2);font-weight:500;line-height:120%}.AgentsSection-module__wYpddG__slider{padding-bottom:5rem;position:relative;overflow:hidden}.AgentsSection-module__wYpddG__sliderTrack{transition:transform .5s;display:flex}.AgentsSection-module__wYpddG__slide{box-sizing:border-box;flex:0 0 25%;padding:0 .75rem}.AgentsSection-module__wYpddG__agentContentWrap{position:relative}.AgentsSection-module__wYpddG__agentImageWrap{border-radius:var(--card-radius);margin-bottom:1rem;display:block;overflow:hidden}.AgentsSection-module__wYpddG__agentImage{width:100%;height:auto;display:block}.AgentsSection-module__wYpddG__agentDetailsWrapper{padding:1.25rem}.AgentsSection-module__wYpddG__agentDetailsFlex{flex-direction:column;gap:.5rem;display:flex}.AgentsSection-module__wYpddG__agentName{color:var(--text-color);font-size:var(--h5);font-weight:500;line-height:135%}.AgentsSection-module__wYpddG__agentDesignation{color:var(--text-color-dark);font-size:var(--text-regular);font-weight:500;line-height:150%}.AgentsSection-module__wYpddG__agentSocialLinksWrap{gap:.5rem;margin-top:.5rem;display:flex}.AgentsSection-module__wYpddG__singleAgentSocialLink{border:1px solid var(--border-light);width:2rem;height:2rem;color:var(--text-color);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;transition:all .3s;display:flex}.AgentsSection-module__wYpddG__singleAgentSocialLink:hover{background-color:var(--primary-color);border-color:var(--primary-color)}.AgentsSection-module__wYpddG__navButtons{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.AgentsSection-module__wYpddG__navButton{background-color:var(--section-bg);cursor:pointer;border-radius:1.875rem;justify-content:center;align-items:center;width:3.375rem;height:2.25rem;transition:all .3s;display:flex}.AgentsSection-module__wYpddG__navButton:hover{background-color:var(--primary-color)}.AgentsSection-module__wYpddG__agentSliderCounterFlex{grid-column-gap:1.5rem;grid-row-gap:1.5rem;flex-flow:row;justify-content:flex-start;align-items:center;width:100%;max-width:89%;margin-left:auto;margin-right:auto;display:flex;position:absolute;bottom:.375rem;left:0;right:0}.AgentsSection-module__wYpddG__agentSliderCounterBorder{border:1px dashed var(--border-light);width:100%;height:1px}.AgentsSection-module__wYpddG__agentSliderCounterWrap{flex-flow:row;justify-content:flex-start;align-items:flex-start;height:1.5rem;display:flex;overflow:hidden}.AgentsSection-module__wYpddG__agentCounterNumber{color:var(--text-color);font-size:var(--text-regular);text-align:center;flex-shrink:0;width:1.5rem;height:100%;font-weight:500;line-height:150%}.AgentsSection-module__wYpddG__agentSliderNumberWrap{flex-flow:column;justify-content:flex-start;align-items:center;height:100%;transition:transform .3s;display:flex}@media screen and (max-width:991px){.AgentsSection-module__wYpddG__slide{flex:0 0 50%}}@media screen and (max-width:767px){.AgentsSection-module__wYpddG__slide{flex:0 0 100%}}
.WhyChooseUsSection-module__JAP4VG__section{padding:6rem 0}.WhyChooseUsSection-module__JAP4VG__bgWhite{background-color:var(--white)}.WhyChooseUsSection-module__JAP4VG__sectionFlex{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.WhyChooseUsSection-module__JAP4VG__sectionTitleWrap{position:sticky;top:100px}.WhyChooseUsSection-module__JAP4VG__subTitle{color:var(--text-color);font-size:var(--text-regular);text-transform:uppercase;letter-spacing:.1em;font-weight:500}.WhyChooseUsSection-module__JAP4VG__marginBottom{margin-bottom:1rem}.WhyChooseUsSection-module__JAP4VG__sectionTitle{color:var(--text-color);font-size:var(--h2);margin-bottom:1.5rem;font-weight:600;line-height:1.2}.WhyChooseUsSection-module__JAP4VG__sectionDescription{color:var(--text-color-dark);font-size:var(--text-regular);margin-bottom:2rem;line-height:1.7}.WhyChooseUsSection-module__JAP4VG__reasonsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.WhyChooseUsSection-module__JAP4VG__reasonCard{background-color:var(--bg-light);border-radius:var(--section-radius);border:1px solid #0000;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.WhyChooseUsSection-module__JAP4VG__reasonCard:hover{border-color:var(--primary-color);background-color:var(--white)}.WhyChooseUsSection-module__JAP4VG__reasonNumber{color:var(--primary-color);flex-shrink:0;font-size:2rem;font-weight:700;line-height:1}.WhyChooseUsSection-module__JAP4VG__reasonContent{flex:1}.WhyChooseUsSection-module__JAP4VG__reasonTitle{color:var(--text-color);font-size:var(--h6);margin-bottom:.5rem;font-weight:600;line-height:1.3}.WhyChooseUsSection-module__JAP4VG__reasonDescription{color:var(--text-color-dark);font-size:var(--text-small);line-height:1.6}@media screen and (max-width:991px){.WhyChooseUsSection-module__JAP4VG__sectionFlex{grid-template-columns:1fr;gap:2rem}.WhyChooseUsSection-module__JAP4VG__sectionTitleWrap{text-align:center;position:static}.WhyChooseUsSection-module__JAP4VG__sectionDescription{max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.WhyChooseUsSection-module__JAP4VG__section{padding:4rem 0}.WhyChooseUsSection-module__JAP4VG__reasonsGrid{grid-template-columns:1fr}.WhyChooseUsSection-module__JAP4VG__sectionTitle{font-size:1.75rem}}
.TestimonialsSection-module__cFpO_W__section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.TestimonialsSection-module__cFpO_W__bgLight{background-color:var(--section-bg);border-radius:var(--section-radius)}.TestimonialsSection-module__cFpO_W__container{max-width:83rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.TestimonialsSection-module__cFpO_W__sectionTitleWrap{justify-content:space-between;align-items:flex-end;margin-bottom:3.75rem;display:flex}.TestimonialsSection-module__cFpO_W__sectionTitleFlexLeft{max-width:30.25rem}.TestimonialsSection-module__cFpO_W__subTitle{color:var(--text-color);font-size:var(--h6);font-weight:500;line-height:120%}.TestimonialsSection-module__cFpO_W__marginBottom{margin-bottom:1.25rem}.TestimonialsSection-module__cFpO_W__sectionTitle{color:var(--text-color);font-size:var(--h2);font-weight:500;line-height:120%}.TestimonialsSection-module__cFpO_W__testimonialTickerWrapper{flex-direction:column;gap:2rem;display:flex;overflow:hidden}.TestimonialsSection-module__cFpO_W__testimonialTickerItem{gap:2rem;width:max-content;display:flex}@keyframes TestimonialsSection-module__cFpO_W__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes TestimonialsSection-module__cFpO_W__tickerReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.TestimonialsSection-module__cFpO_W__ticker01{animation:40s linear infinite TestimonialsSection-module__cFpO_W__ticker}.TestimonialsSection-module__cFpO_W__ticker02{animation:40s linear infinite TestimonialsSection-module__cFpO_W__tickerReverse}.TestimonialsSection-module__cFpO_W__singleTestimonialWrap{flex-shrink:0;width:25rem}.TestimonialsSection-module__cFpO_W__testimonialContentWrap{border:1px solid var(--border-light);border-radius:var(--card-radius);background-color:var(--white);flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem;display:flex}.TestimonialsSection-module__cFpO_W__testimonialAuthorWrap{margin-bottom:1.5rem}.TestimonialsSection-module__cFpO_W__testimonialAuthorFlex{justify-content:space-between;align-items:center;display:flex}.TestimonialsSection-module__cFpO_W__testimonialAuthorName{font-size:var(--h6);color:var(--text-color);margin-bottom:.25rem;font-weight:500}.TestimonialsSection-module__cFpO_W__testimonialInfo{font-size:var(--text-small);color:var(--text-color-dark)}.TestimonialsSection-module__cFpO_W__testimonialAuthorImage{object-fit:cover;border-radius:50%;width:3.5rem;height:3.5rem}.TestimonialsSection-module__cFpO_W__testimonialContentTop{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.TestimonialsSection-module__cFpO_W__reviewStarWrap{gap:.25rem;display:flex}.TestimonialsSection-module__cFpO_W__reviewStar{width:1rem}.TestimonialsSection-module__cFpO_W__testimonialLocation{font-size:var(--text-small);color:var(--text-color-dark)}.TestimonialsSection-module__cFpO_W__testimonialDetailsWrap{border-top:1px dashed var(--border-light);padding-top:1rem}.TestimonialsSection-module__cFpO_W__testimonialDetails{font-family:var(--title-font);font-size:var(--title-large);color:var(--text-color);line-height:140%}@media screen and (max-width:991px){.TestimonialsSection-module__cFpO_W__sectionTitleWrap{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.BlogSection-module__Ob_k3G__section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.BlogSection-module__Ob_k3G__bgWhite{background-color:var(--white);border-radius:var(--section-radius)}.BlogSection-module__Ob_k3G__container{max-width:83rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.BlogSection-module__Ob_k3G__sectionTitleWrap{text-align:center;max-width:34rem;margin:0 auto 3.75rem}.BlogSection-module__Ob_k3G__subTitle{color:var(--text-color);font-size:var(--h6);font-weight:500;line-height:120%}.BlogSection-module__Ob_k3G__marginBottom{margin-bottom:1.25rem}.BlogSection-module__Ob_k3G__sectionTitle{color:var(--text-color);font-size:var(--h2);font-weight:500;line-height:120%}.BlogSection-module__Ob_k3G__blogGridWrap{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:3.75rem;display:grid}.BlogSection-module__Ob_k3G__singleBlogWrap{border:1px solid var(--border-light);border-radius:var(--card-radius);background-color:var(--white);padding:1.5rem 1rem}.BlogSection-module__Ob_k3G__blogTopFlexWrap{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.BlogSection-module__Ob_k3G__blogAuthorWrap{align-items:center;gap:.5rem;display:flex}.BlogSection-module__Ob_k3G__blogAuthorImage{object-fit:cover;border-radius:50%;width:3rem;height:3rem}.BlogSection-module__Ob_k3G__blogAuthorDetailsWrap{flex-direction:column;display:flex}.BlogSection-module__Ob_k3G__blogAuthorName{font-size:var(--text-medium);font-weight:500;line-height:130%}.BlogSection-module__Ob_k3G__blogAuthorInfo{font-size:var(--text-small);color:var(--text-color-dark);line-height:130%}.BlogSection-module__Ob_k3G__postCategoryWrap{background-color:var(--section-bg);border-radius:2rem;padding:.375rem 1rem}.BlogSection-module__Ob_k3G__postCategory{font-size:var(--text-small);font-weight:500}.BlogSection-module__Ob_k3G__blogImageWrap{border-radius:var(--section-radius);height:20rem;margin-bottom:1.25rem;display:block;overflow:hidden}.BlogSection-module__Ob_k3G__blogImage{object-fit:cover;width:100%;height:100%}.BlogSection-module__Ob_k3G__blogDetailsWrap{flex-direction:column;gap:.75rem;display:flex}.BlogSection-module__Ob_k3G__blogInfosWrap{font-size:var(--text-small);color:var(--text-color-dark);align-items:center;gap:1rem;display:flex}.BlogSection-module__Ob_k3G__blogTitle{font-size:var(--h5);color:var(--text-color);font-weight:500;line-height:130%}.BlogSection-module__Ob_k3G__buttonWrap{justify-content:center;display:flex}@media screen and (max-width:767px){.BlogSection-module__Ob_k3G__blogGridWrap{grid-template-columns:1fr}}
.FAQSection-module__x_Slwq__section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.FAQSection-module__x_Slwq__bgLight{background-color:var(--section-bg);border-radius:var(--section-radius)}.FAQSection-module__x_Slwq__container{max-width:83rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.FAQSection-module__x_Slwq__faqGridWrap{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.FAQSection-module__x_Slwq__faqContentLeft{flex-direction:column;display:flex}.FAQSection-module__x_Slwq__newsletterTitle{font-size:var(--h4);color:var(--text-color);margin-bottom:.5rem;font-weight:600}.FAQSection-module__x_Slwq__newsletterText{color:var(--text-color-dark);font-size:var(--text-regular);margin-bottom:1.5rem;font-weight:500}.FAQSection-module__x_Slwq__subTitle{color:var(--text-color);font-size:var(--h6);font-weight:500;line-height:120%}.FAQSection-module__x_Slwq__marginBottom{margin-bottom:1.25rem}.FAQSection-module__x_Slwq__sectionTitle{color:var(--text-color);font-size:var(--h2);font-weight:500;line-height:120%}.FAQSection-module__x_Slwq__faqSectionDetails{color:var(--text-color-dark);font-size:var(--text-regular);margin-bottom:2.125rem;font-weight:500;line-height:150%}.FAQSection-module__x_Slwq__newsletterFormWrap,.FAQSection-module__x_Slwq__newsletterForm{position:relative}.FAQSection-module__x_Slwq__newsletterField{border:1px solid var(--border-light);background-color:var(--white);width:100%;height:3.75rem;font-size:var(--text-regular);color:var(--text-color);border-radius:3.75rem;outline:none;padding:.375rem .375rem .375rem 1.5rem}.FAQSection-module__x_Slwq__newsletterSubmit{background-color:var(--primary-color);cursor:pointer;background-image:url(https://cdn.prod.website-files.com/688da8464c961d217c8b43d7/68c57952fb575750c21586d1_Newsletter%20Arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:12px 18px;border:none;border-radius:50%;width:3rem;height:3rem;padding:0;position:absolute;top:.375rem;right:.375rem}.FAQSection-module__x_Slwq__faqsFlexWrap{flex-direction:column;gap:1rem;display:flex}.FAQSection-module__x_Slwq__singleFaqWrap{border:1px solid var(--border-light);border-radius:var(--card-radius);background-color:var(--white);width:100%}.FAQSection-module__x_Slwq__faqQuestionWrap{cursor:pointer;width:100%;padding:1.25rem 1.75rem;display:block}.FAQSection-module__x_Slwq__faqQuestionFlex{justify-content:space-between;align-items:center;display:flex}.FAQSection-module__x_Slwq__faqQuestion{color:var(--text-color);font-size:var(--text-medium);font-weight:600;line-height:165%}.FAQSection-module__x_Slwq__faqArrow{transition:transform .3s}.FAQSection-module__x_Slwq__faqArrow.FAQSection-module__x_Slwq__active{transform:rotate(180deg)}.FAQSection-module__x_Slwq__faqAnswerWrapper{height:0;transition:height .3s;overflow:hidden}.FAQSection-module__x_Slwq__faqAnswerWrapper.FAQSection-module__x_Slwq__active{height:auto}.FAQSection-module__x_Slwq__faqAnswerInner{border-top:1px dashed var(--border-light);padding:1rem 1.75rem}.FAQSection-module__x_Slwq__faqAnswer{color:var(--light-text-color);font-size:var(--text-small);font-weight:500;line-height:156%}@media screen and (max-width:991px){.FAQSection-module__x_Slwq__faqGridWrap{grid-template-columns:1fr}}
.Footer-module__UDEoiW__footer{background-color:var(--white);padding-top:0;padding-bottom:0}.Footer-module__UDEoiW__container{max-width:83rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.Footer-module__UDEoiW__footerTop{padding-top:4rem;padding-bottom:3rem}.Footer-module__UDEoiW__footerTopFlexWrap{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.Footer-module__UDEoiW__footerContentWrap{max-width:35rem}.Footer-module__UDEoiW__footerLogoWrap{margin-bottom:1rem;display:block}.Footer-module__UDEoiW__footerDetails{color:var(--text-color-dark);font-size:var(--text-regular);margin-bottom:1.25rem;font-weight:500;line-height:150%}.Footer-module__UDEoiW__footerSocialLinksFlex{gap:.5rem;display:flex}.Footer-module__UDEoiW__singleFooterLinkWrap{border:1px solid var(--border-light);width:2rem;height:2rem;color:var(--text-color);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__UDEoiW__singleFooterLinkWrap:hover{background-color:var(--primary-color);border-color:var(--primary-color)}.Footer-module__UDEoiW__footerLinksWrapper{flex-wrap:wrap;gap:3rem;display:flex}.Footer-module__UDEoiW__footerLinksTitle{color:var(--text-color);font-size:var(--h6);margin-bottom:1rem;font-weight:500}.Footer-module__UDEoiW__footerLinksFlex{flex-direction:column;gap:.75rem;display:flex}.Footer-module__UDEoiW__singleFooterLink{color:var(--text-color-dark);font-size:var(--text-regular);font-weight:500;transition:color .3s}.Footer-module__UDEoiW__singleFooterLink:hover{color:var(--text-color)}.Footer-module__UDEoiW__topButtonWrapper{align-items:flex-end;display:flex}.Footer-module__UDEoiW__topButton{background-color:var(--section-bg);border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;transition:all .3s;display:flex}.Footer-module__UDEoiW__topButton:hover{background-color:var(--primary-color)}.Footer-module__UDEoiW__topButtonArrow{width:1.5rem}.Footer-module__UDEoiW__footerBottom{border-top:1px solid var(--border-light);text-align:center;padding-top:1.25rem;padding-bottom:1.25rem}.Footer-module__UDEoiW__copyrightText{color:var(--text-color-dark);font-size:var(--text-small)}.Footer-module__UDEoiW__copyrightLink{color:var(--text-color);text-decoration:none}.Footer-module__UDEoiW__copyrightLink:hover{text-decoration:underline}@media screen and (max-width:991px){.Footer-module__UDEoiW__footerTopFlexWrap{flex-direction:column}.Footer-module__UDEoiW__footerContentWrap{text-align:center;margin:0 auto}.Footer-module__UDEoiW__footerSocialLinksFlex,.Footer-module__UDEoiW__footerLinksWrapper{justify-content:center}.Footer-module__UDEoiW__topButtonWrapper{justify-content:center;margin-top:2rem}}
