.AboutSection-module__atJiHW__wrapper{width:100%;font-family:var(--font-body,"Golos Text",sans-serif)}.AboutSection-module__atJiHW__aboutSectionWrap{background-image:var(--bg-about-page);background-position:50%;background-size:cover;padding:max(2rem,min(5vw,4rem)) 1.5rem}.AboutSection-module__atJiHW__topRow{flex-direction:column;align-items:flex-start;gap:16px;margin:0 auto;display:flex}.AboutSection-module__atJiHW__headingBlock{flex-direction:column;gap:18px;max-width:100%;display:flex}.AboutSection-module__atJiHW__headingBlock h2{font-family:var(--font-heading,"Cal Sans");color:var(--color-secondary,#101010);margin:0;font-size:max(1.8rem,min(3.5vw,2.8rem));font-weight:500;line-height:1.2}.AboutSection-module__atJiHW__headingBlock .AboutSection-module__atJiHW__section-desc{max-width:700px;color:var(--color-text,#444);font-size:1.05rem;line-height:1.65}.AboutSection-module__atJiHW__highlight{color:var(--color-brand,#d4a053)}.AboutSection-module__atJiHW__highlightLight{color:#fff}.AboutSection-module__atJiHW__tag{letter-spacing:1px;text-transform:uppercase;border-radius:100vmax;flex-shrink:0;align-items:center;gap:10px;height:32px;margin-bottom:0;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.AboutSection-module__atJiHW__tag:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.AboutSection-module__atJiHW__tag.AboutSection-module__atJiHW__light{border:1px solid var(--navbar-border,#e5e5e5);color:var(--color-secondary,#101010);background:0 0}.AboutSection-module__atJiHW__tag.AboutSection-module__atJiHW__light:before{background-color:var(--color-primary,#d4a053)}.AboutSection-module__atJiHW__tag.AboutSection-module__atJiHW__dark{color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.AboutSection-module__atJiHW__tag.AboutSection-module__atJiHW__dark:before{background-color:var(--color-primary,#d4a053)}.AboutSection-module__atJiHW__cardsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin:40px auto 0;display:grid}.AboutSection-module__atJiHW__serviceCard{background:var(--color-light,#fff);border-radius:12px;padding:18px;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 20px rgba(0,0,0,.08)}.AboutSection-module__atJiHW__serviceCard:hover{transform:translateY(-6px);box-shadow:0 10px 22px rgba(0,0,0,.12)}.AboutSection-module__atJiHW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.AboutSection-module__atJiHW__serviceCard h3{font-family:var(--font-heading,"Cal Sans");color:var(--color-secondary,#101010);margin:0;font-size:1.25rem}.AboutSection-module__atJiHW__divider{background:var(--navbar-border,#e5e5e5);height:1px;margin-bottom:12px}.AboutSection-module__atJiHW__serviceCard .AboutSection-module__atJiHW__service-desc{color:var(--color-text,#666);font-size:.95rem;line-height:1.6}.AboutSection-module__atJiHW__iconBox{flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutSection-module__atJiHW__iconBox .AboutSection-module__atJiHW__icon{width:40px;height:40px;color:var(--color-brand,#d4a053)}.AboutSection-module__atJiHW__moreAbout{z-index:1;background:linear-gradient(rgba(16,8,1,.85),rgba(16,8,1,.85)),var(--bg-more-about);color:#fff;background-position:50%;background-size:cover;padding:max(2rem,min(5vw,4rem)) 1.5rem;position:relative}.AboutSection-module__atJiHW__contentWrapper{justify-content:space-between;align-items:center;gap:80px;margin:0 auto;display:flex}.AboutSection-module__atJiHW__textContainer{flex:1}.AboutSection-module__atJiHW__textContainer h2{font-family:var(--font-heading,"Cal Sans");margin-bottom:20px;font-size:max(1.8rem,min(3.5vw,2.8rem));line-height:1.2}.AboutSection-module__atJiHW__textContainer .AboutSection-module__atJiHW__section-desc{padding-bottom:20px;line-height:1.65}.AboutSection-module__atJiHW__featuresList{flex-wrap:wrap;gap:10px;margin:20px 0 30px;padding-left:0;list-style:none;display:flex}.AboutSection-module__atJiHW__featuresList li{color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:100vmax;padding:8px 16px;font-size:.9rem;font-weight:500}.AboutSection-module__atJiHW__cta{color:#fff;background-color:var(--color-primary,#d4a053);border:1px solid var(--color-primary,#d4a053);cursor:pointer;border-radius:999px;align-items:center;gap:12px;padding:12px 20px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.AboutSection-module__atJiHW__cta:hover{background-color:transparent;border-color:#fff}.AboutSection-module__atJiHW__ctaIcon{width:28px;height:28px;color:var(--color-primary,#d4a053);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:inline-flex}.AboutSection-module__atJiHW__cta:hover .AboutSection-module__atJiHW__ctaIcon{background:var(--color-primary,#d4a053);color:#fff}.AboutSection-module__atJiHW__imageWrap{border-radius:14px;flex:1;min-width:40%;height:420px;position:relative;overflow:hidden}.AboutSection-module__atJiHW__styledImage{object-fit:cover;border-radius:14px}@media (max-width:1024px){.AboutSection-module__atJiHW__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.AboutSection-module__atJiHW__headingBlock{gap:10px;max-width:100%}.AboutSection-module__atJiHW__headingBlock h2{font-size:2rem}.AboutSection-module__atJiHW__headingBlock .AboutSection-module__atJiHW__section-desc{max-width:100%;font-size:1rem}.AboutSection-module__atJiHW__contentWrapper{flex-direction:column;gap:40px}.AboutSection-module__atJiHW__textContainer h2{font-size:2rem}.AboutSection-module__atJiHW__textContainer .AboutSection-module__atJiHW__section-desc{max-width:100%}.AboutSection-module__atJiHW__imageWrap{min-width:100%;height:350px}}.AboutSection-module__atJiHW__descriptionText{padding-top:20px}@media (max-width:640px){.AboutSection-module__atJiHW__aboutSectionWrap,.AboutSection-module__atJiHW__moreAbout{padding:40px 16px}.AboutSection-module__atJiHW__cardsGrid{grid-template-columns:1fr}.AboutSection-module__atJiHW__serviceCard{padding:20px}.AboutSection-module__atJiHW__featuresList{justify-content:flex-start}}
.contact-module__VGce3q__contactSection{font-family:var(--font-body);margin:0 auto;padding:max(2rem,min(5vw,4rem)) 1.5rem}.contact-module__VGce3q__header{margin-bottom:30px}.contact-module__VGce3q__header h2{color:var(--color-text,#333);margin-bottom:10px;font-size:max(2rem,min(5vw,3rem));font-weight:800}.contact-module__VGce3q__header p{color:#666;max-width:600px;font-size:18px;line-height:1.6}.contact-module__VGce3q__topRow{flex-wrap:wrap;justify-content:start;gap:30px;margin-bottom:50px;display:flex}.contact-module__VGce3q__infoBox{flex:calc(33.33% - 20px)}.contact-module__VGce3q__infoBox h4{color:var(--color-text,#333);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:16px;font-weight:700}.contact-module__VGce3q__infoBox p{color:#555;margin:5px 0;font-size:16px;line-height:1.5}.contact-module__VGce3q__phone{color:var(--color-primary,#007bff);font-weight:600}.contact-module__VGce3q__email{color:var(--color-text,#333);font-weight:600}.contact-module__VGce3q__content{flex-wrap:wrap;gap:40px;display:flex}.contact-module__VGce3q__imageWrap{flex:calc(50% - 20px);min-width:300px}.contact-module__VGce3q__imageWrap img{aspect-ratio:16/10;object-fit:cover;border-radius:12px;width:100%;display:block}.contact-module__VGce3q__form{flex-direction:column;flex:calc(50% - 20px);gap:20px;min-width:300px;display:flex}.contact-module__VGce3q__row{flex-wrap:wrap;gap:20px;display:flex}.contact-module__VGce3q__field{flex-direction:column;flex:45%;display:flex}.contact-module__VGce3q__field label{color:var(--color-text,#333);margin-bottom:6px;font-size:14px;font-weight:600}.contact-module__VGce3q__field input,.contact-module__VGce3q__field textarea,.contact-module__VGce3q__field select{color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccc;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:border-color .3s,box-shadow .3s,background .3s}.contact-module__VGce3q__field input:focus,.contact-module__VGce3q__field textarea:focus,.contact-module__VGce3q__field select:focus{border-color:var(--color-primary,#007bff);background:#fff}.contact-module__VGce3q__field textarea{resize:vertical;height:140px}.contact-module__VGce3q__field select{cursor:pointer;background-color:rgba(0,123,255,.06);background-size:16px;padding-right:40px}.contact-module__VGce3q__submitBtn{background:var(--color-secondary,#333);color:#fff;cursor:pointer;border:none;border-radius:40px;justify-content:center;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;margin-top:10px;padding:14px 28px;font-size:16px;font-weight:500;transition:background .3s,transform .2s;display:inline-flex}.contact-module__VGce3q__submitBtn:hover{background:var(--color-secondary-dark,#1a1a1a);transform:translateY(-1px)}.contact-module__VGce3q__submitBtn span{background:var(--color-primary,#007bff);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:28px;min-height:28px;font-size:18px;display:flex}@media (max-width:850px){.contact-module__VGce3q__content{flex-direction:column;gap:30px}.contact-module__VGce3q__imageWrap,.contact-module__VGce3q__form{flex-basis:100%;min-width:100%}}@media (max-width:550px){.contact-module__VGce3q__topRow{flex-direction:column;gap:20px}.contact-module__VGce3q__row{flex-direction:column;gap:15px}.contact-module__VGce3q__field{flex-basis:100%}.contact-module__VGce3q__submitBtn{max-width:100%}}.contact-module__VGce3q__helperText{color:red;margin-top:2px;font-family:Montserrat;font-size:.75rem}
.Footer-module__LLLypa__wrapper{background:linear-gradient(rgba(20,10,2,.85),rgba(20,10,2,.95)),var(--bg-footer);color:#fff;font-family:var(--font-body);background-position:50%;background-size:cover;position:relative;overflow:hidden}.Footer-module__LLLypa__overlay{z-index:1;background:rgba(16,16,16,.6);position:absolute;top:0;bottom:0;left:0;right:0}.Footer-module__LLLypa__container{z-index:2;max-width:1300px;margin:0 auto;padding:80px 5% 40px;position:relative}.Footer-module__LLLypa__top{border-bottom:1px solid rgba(201,161,94,.2);grid-template-columns:1.3fr 1.2fr;gap:80px;padding-bottom:60px;display:grid}@media (max-width:1024px){.Footer-module__LLLypa__top{grid-template-columns:1fr;gap:50px}}.Footer-module__LLLypa__logo{margin-bottom:1.5rem}.Footer-module__LLLypa__logo img{filter:brightness(1.1);max-height:60px}.Footer-module__LLLypa__tagline{font-family:var(--font-heading);color:var(--color-primary,#c9a15e);margin-bottom:1rem;font-size:1.75rem;font-weight:600;line-height:1.3}.Footer-module__LLLypa__description{color:#d4d4d4;max-width:600px;margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.Footer-module__LLLypa__serviceGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;display:grid}.Footer-module__LLLypa__serviceItem h4{color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-heading);margin-bottom:8px}.Footer-module__LLLypa__serviceItem p{color:#b3b3b3;font-size:.875rem;line-height:1.6}.Footer-module__LLLypa__right{grid-template-columns:100px 150px auto;align-items:start;gap:40px;display:grid}@media (max-width:768px){.Footer-module__LLLypa__right{grid-template-columns:1fr;gap:30px}}.Footer-module__LLLypa__linkGroup h4{font-family:var(--font-heading);color:var(--color-primary,#c9a15e);margin-bottom:16px;font-size:1.1rem;font-weight:600}.Footer-module__LLLypa__linkGroup ul{margin:0;padding:0;list-style:none}.Footer-module__LLLypa__linkGroup li{margin-bottom:10px}.Footer-module__LLLypa__linkGroup li a{color:#d4d4d4;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.Footer-module__LLLypa__linkGroup li a:hover{color:var(--color-primary,#c9a15e);transform:translate(3px)}.Footer-module__LLLypa__contactBox h4{font-family:var(--font-heading);color:var(--color-primary,#c9a15e);margin-bottom:16px;font-size:1.1rem;font-weight:600}.Footer-module__LLLypa__contactInfo{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.Footer-module__LLLypa__contactItem{align-items:flex-start;gap:12px;display:flex}.Footer-module__LLLypa__contactItem .Footer-module__LLLypa__icon{flex-shrink:0;font-size:1.25rem}.Footer-module__LLLypa__contactItem div strong{color:#fff;font-size:.9rem;font-family:var(--font-heading);margin-bottom:4px;display:block}.Footer-module__LLLypa__contactItem div p{color:#b3b3b3;margin:0;font-size:.875rem;line-height:1.4}.Footer-module__LLLypa__contactButton{background:var(--color-primary,#c9a15e);color:#1a1a1a;font-family:var(--font-heading);cursor:pointer;border-radius:50px;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px rgba(201,161,94,.2)}.Footer-module__LLLypa__contactButton:hover{background:#b18a49;transform:translateY(-2px);box-shadow:0 6px 20px rgba(201,161,94,.3)}.Footer-module__LLLypa__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-top:40px;display:flex}@media (max-width:768px){.Footer-module__LLLypa__bottom{text-align:center;flex-direction:column}}.Footer-module__LLLypa__socialIcons{gap:16px;display:flex}.Footer-module__LLLypa__socialIcons a{width:40px;height:40px;color:var(--color-primary,#c9a15e);background:rgba(201,161,94,.1);border:1px solid rgba(201,161,94,.3);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Footer-module__LLLypa__socialIcons a:hover{background:var(--color-primary,#c9a15e);color:#1a1a1a;transform:translateY(-3px);box-shadow:0 4px 12px rgba(201,161,94,.3)}.Footer-module__LLLypa__legalLinks{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Footer-module__LLLypa__legalLinks a{color:#b3b3b3;font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__LLLypa__legalLinks a:hover{color:var(--color-primary,#c9a15e)}.Footer-module__LLLypa__copyText{text-align:center;color:#888;flex:100%;margin-top:20px;font-size:.875rem;line-height:1.6}
.HeroSlidesController-module__8kTJXa__hs-wrapper{width:100%;min-height:100vh;position:relative;overflow:hidden}@media (max-width:768px){.HeroSlidesController-module__8kTJXa__hs-wrapper{min-height:70vh}}@media (max-width:480px){.HeroSlidesController-module__8kTJXa__hs-wrapper{min-height:60vh;max-height:max-content}}.HeroSlidesController-module__8kTJXa__hs-slide{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0}.HeroSlidesController-module__8kTJXa__hs-visible{opacity:1;pointer-events:auto}.HeroSlidesController-module__8kTJXa__hs-indicators{z-index:20;gap:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@media (max-width:480px){.HeroSlidesController-module__8kTJXa__hs-indicators{gap:8px;bottom:18px}}.HeroSlidesController-module__8kTJXa__hs-dot{cursor:pointer;background:rgba(255,255,255,.45);border:none;border-radius:6px;width:10px;height:10px;transition:all .3s}.HeroSlidesController-module__8kTJXa__hs-dot:hover{background:rgba(255,255,255,.7)}.HeroSlidesController-module__8kTJXa__hs-active{background:var(--color-primary,#d4a053);width:28px}
.HeroSlides-module__MmUjIW__baseSlide{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:100%;padding:max(2rem,min(5vw,4rem)) 1.5rem;display:flex;position:relative}.HeroSlides-module__MmUjIW__heroSlide1{background:linear-gradient(rgba(16,8,1,.46),rgba(16,8,1,.46)),var(--hero-slide-img1)}.HeroSlides-module__MmUjIW__heroSlide2{background:linear-gradient(rgba(16,8,1,.46),rgba(16,8,1,.46)),var(--hero-slide-img2)}.HeroSlides-module__MmUjIW__heroSlide3{background:linear-gradient(rgba(16,8,1,.5),rgba(16,8,1,.5)),var(--hero-slide-img3);flex-direction:column;justify-content:center;align-items:center;padding:0 5%}.HeroSlides-module__MmUjIW__heroSlide4{background:linear-gradient(rgba(16,8,1,.7),rgba(16,8,1,.7)),var(--hero-slide-img4);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:50px 5%;display:grid}.HeroSlides-module__MmUjIW__container{z-index:2;flex-direction:column;width:100%;max-width:1400px;margin:0 auto;display:flex}.HeroSlides-module__MmUjIW__heroSlide1 .HeroSlides-module__MmUjIW__container,.HeroSlides-module__MmUjIW__heroSlide2 .HeroSlides-module__MmUjIW__container,.HeroSlides-module__MmUjIW__heroSlide4 .HeroSlides-module__MmUjIW__container{align-items:flex-start}.HeroSlides-module__MmUjIW__heroSlide1 .HeroSlides-module__MmUjIW__textWrapper,.HeroSlides-module__MmUjIW__heroSlide2 .HeroSlides-module__MmUjIW__textWrapper,.HeroSlides-module__MmUjIW__heroSlide4 .HeroSlides-module__MmUjIW__textWrapper{text-align:left}.HeroSlides-module__MmUjIW__heroSlide1 .HeroSlides-module__MmUjIW__ctaButton,.HeroSlides-module__MmUjIW__heroSlide2 .HeroSlides-module__MmUjIW__ctaButton{align-self:flex-start}.HeroSlides-module__MmUjIW__heroSlide3 .HeroSlides-module__MmUjIW__container{align-items:center}.HeroSlides-module__MmUjIW__heroSlide3 .HeroSlides-module__MmUjIW__textWrapper{text-align:center}.HeroSlides-module__MmUjIW__heroSlide3 .HeroSlides-module__MmUjIW__ctaButton{align-self:center}.HeroSlides-module__MmUjIW__textWrapper{color:#fff;width:100%;max-width:700px}.HeroSlides-module__MmUjIW__tagBox{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;letter-spacing:1px;text-transform:uppercase;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:100vmax;align-items:center;gap:10px;margin-bottom:24px;padding:8px 14px;font-size:12px;font-weight:500;display:inline-flex}.HeroSlides-module__MmUjIW__tagBox:before{content:"";background-color:var(--color-primary);border-radius:50%;width:6px;height:6px;display:inline-block}.HeroSlides-module__MmUjIW__heading{color:#fff;margin-bottom:20px;font-size:max(3rem,min(7vw,6.5rem));font-weight:700;line-height:1.1}.HeroSlides-module__MmUjIW__heading span{color:var(--color-primary)}.HeroSlides-module__MmUjIW__bottomDiv{flex-direction:column;max-width:600px;padding-top:0;display:flex}.HeroSlides-module__MmUjIW__description{color:#fff;padding-bottom:30px;font-size:max(1.1rem,min(2vw,1.35rem));line-height:1.6}.HeroSlides-module__MmUjIW__ctaButton{color:#fff;white-space:nowrap;border:1px solid rgba(255,255,255,.6);border-radius:50px;align-items:center;gap:12px;padding:14px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.HeroSlides-module__MmUjIW__icon{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:inline-flex}.HeroSlides-module__MmUjIW__ctaButton:hover{border-color:var(--color-primary);background-color:rgba(255,255,255,.1)}.HeroSlides-module__MmUjIW__ctaButton:hover .HeroSlides-module__MmUjIW__icon{transform:rotate(45deg)}.HeroSlides-module__MmUjIW__statsCardLeft{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left;z-index:3;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.3);border-radius:1rem;max-width:280px;padding:24px;position:absolute;bottom:40px;left:40px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.HeroSlides-module__MmUjIW__statsCardLeft h3{color:#111;margin-bottom:8px;font-size:2rem;font-weight:700}.HeroSlides-module__MmUjIW__statsCardLeft .HeroSlides-module__MmUjIW__subtitle{color:#555;margin-bottom:1rem;font-size:.9rem;font-weight:500}.HeroSlides-module__MmUjIW__statsCardLeft .HeroSlides-module__MmUjIW__details{color:#555;flex-direction:column;gap:8px;font-size:.9rem;display:flex}.HeroSlides-module__MmUjIW__statsCardLeft .HeroSlides-module__MmUjIW__details p{align-items:center;gap:10px;display:flex}.HeroSlides-module__MmUjIW__statsCardLeft .HeroSlides-module__MmUjIW__details .HeroSlides-module__MmUjIW__dot{background-color:var(--color-primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.HeroSlides-module__MmUjIW__imageCardRight{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.3);border-radius:1rem;max-width:280px;padding:16px;position:absolute;top:50%;right:40px;transform:translateY(-50%);box-shadow:0 10px 30px rgba(0,0,0,.1)}.HeroSlides-module__MmUjIW__imageCardRight .HeroSlides-module__MmUjIW__imageWrapper{border-radius:.75rem;width:100%;height:200px;margin-bottom:12px;overflow:hidden}.HeroSlides-module__MmUjIW__imagePlaceholder{background-image:url(/images/project-11-1536x1080.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.HeroSlides-module__MmUjIW__styleCardsWrapper{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;max-width:1000px;padding-top:3rem;display:flex}.HeroSlides-module__MmUjIW__styleCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border-radius:16px;width:200px;transition:transform .3s;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.2)}.HeroSlides-module__MmUjIW__styleCard:hover{transform:translateY(-8px)}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__cardImage{background-position:50%;background-size:cover;height:120px}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__style1{background:linear-gradient(135deg,#c9a15e 0%,#b18a49 100%)}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__style2{background:linear-gradient(135deg,#d4a574 0%,#c9a15e 100%)}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__style3{background:linear-gradient(135deg,#8d7f6f 0%,#6b5d52 100%)}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__cardContent{padding:16px}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__cardContent h4{color:#1a1a1a;margin-bottom:8px;font-size:1rem}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__cardContent a{color:var(--color-primary);align-items:center;gap:6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__cardContent a:hover{gap:10px}.HeroSlides-module__MmUjIW__imageGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid;position:relative}.HeroSlides-module__MmUjIW__gridImage{background-position:50%;background-size:cover;border-radius:12px;height:300px;box-shadow:0 8px 30px rgba(0,0,0,.3)}.HeroSlides-module__MmUjIW__img1{background:linear-gradient(135deg,#d4a574 0%,#c9a15e 100%)}.HeroSlides-module__MmUjIW__img2{background:linear-gradient(135deg,#8d7f6f 0%,#6b5d52 100%)}.HeroSlides-module__MmUjIW__img3{background:linear-gradient(135deg,#f5e6d3 0%,#e8d5bb 100%)}.HeroSlides-module__MmUjIW__imageLabel{color:#1a1a1a;background:rgba(255,255,255,.95);border-radius:8px;padding:10px 20px;font-size:.875rem;font-weight:600;position:absolute;bottom:1rem;left:1rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}.HeroSlides-module__MmUjIW__gridDots{justify-content:center;gap:8px;display:flex}.HeroSlides-module__MmUjIW__gridDots .HeroSlides-module__MmUjIW__dot{background:rgba(255,255,255,.3);border-radius:50%;width:8px;height:8px;transition:all .3s}.HeroSlides-module__MmUjIW__gridDots .HeroSlides-module__MmUjIW__active{background:var(--color-primary);border-radius:4px;width:24px}@media (max-width:1024px){.HeroSlides-module__MmUjIW__imageCardRight{max-width:220px;display:none;right:20px}.HeroSlides-module__MmUjIW__statsCardLeft{max-width:220px;padding:20px;bottom:20px;left:20px}.HeroSlides-module__MmUjIW__statsCardLeft h3{font-size:1.5rem}.HeroSlides-module__MmUjIW__heroSlide4{grid-template-columns:1fr;gap:2rem;padding:5%}}@media (max-width:768px){.HeroSlides-module__MmUjIW__baseSlide{min-height:65vh;padding:5rem 1.5rem}.HeroSlides-module__MmUjIW__container{align-items:center}.HeroSlides-module__MmUjIW__textWrapper{text-align:center;max-width:100%}.HeroSlides-module__MmUjIW__ctaButton{align-self:center!important}.HeroSlides-module__MmUjIW__imageCardRight{display:none}.HeroSlides-module__MmUjIW__statsCardLeft{text-align:center;max-width:320px;margin:2rem auto 0;position:relative;bottom:auto;left:auto}.HeroSlides-module__MmUjIW__statsCardLeft .HeroSlides-module__MmUjIW__details{align-items:center}.HeroSlides-module__MmUjIW__styleCardsWrapper{flex-direction:column;align-items:center;gap:1rem;padding-top:2rem}.HeroSlides-module__MmUjIW__styleCard{width:100%;max-width:300px;display:block}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__cardImage{width:100%;height:100px}.HeroSlides-module__MmUjIW__styleCard .HeroSlides-module__MmUjIW__cardContent{text-align:center;padding:16px}}@media only screen and (max-width:480px){.HeroSlides-module__MmUjIW__baseSlide{padding:4rem 1rem}.HeroSlides-module__MmUjIW__heading{margin-bottom:10px;font-size:2.5rem;line-height:1.2}.HeroSlides-module__MmUjIW__description{padding-bottom:15px;font-size:.95rem}.HeroSlides-module__MmUjIW__bottomDiv{padding-top:1rem}.HeroSlides-module__MmUjIW__tagBox{margin-bottom:1.2rem;font-size:.8rem}.HeroSlides-module__MmUjIW__ctaButton{padding:10px 18px;font-size:.9rem}.HeroSlides-module__MmUjIW__imageGrid{grid-template-columns:1fr;gap:.5rem}.HeroSlides-module__MmUjIW__gridImage{height:150px}}
.navbar-module__iyvntW__navbarWrapper{z-index:1000;font-family:var(--font-hertical);background:#fff;transition:transform .3s;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 8px rgba(0,0,0,.05)}@media (max-width:768px){.navbar-module__iyvntW__navbarWrapper{padding:0 16px}}.navbar-module__iyvntW__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 0;display:flex}.navbar-module__iyvntW__logoText{color:var(--color-primary);font-size:1.2rem;font-weight:700;text-decoration:none}.navbar-module__iyvntW__desktopMenu{display:none}@media (min-width:1024px){.navbar-module__iyvntW__desktopMenu{align-items:center;gap:16px;display:flex}}.navbar-module__iyvntW__navItem{position:relative}.navbar-module__iyvntW__navLink{letter-spacing:1px;color:#333;border-radius:6px;align-items:center;gap:4px;padding:8px 12px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.navbar-module__iyvntW__navLink:hover,.navbar-module__iyvntW__navLinkActive{color:var(--color-brand)}.navbar-module__iyvntW__megaMenuWrapper{z-index:900;justify-content:center;width:100%;display:none;position:absolute;top:56px;left:0;right:0}.navbar-module__iyvntW__megaMenuWrapperShow{display:flex}.navbar-module__iyvntW__megaMenuContainer{background:#34495e;border-radius:6px;min-width:700px;display:flex;overflow:hidden}.navbar-module__iyvntW__megaMenuSidebar{background:#2c3e50;min-width:220px}.navbar-module__iyvntW__megaMenuContent{color:#fff;flex:1;padding:32px 40px}.navbar-module__iyvntW__sidebarItem{color:#fff;background:0 0;border-left:3px solid transparent;padding:16px 22px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.navbar-module__iyvntW__sidebarItemActive{background:rgba(212,160,83,.9);border-left:3px solid #d4a053}.navbar-module__iyvntW__sidebarItem:hover{background:rgba(255,255,255,.1)}.navbar-module__iyvntW__contentTitle{margin-bottom:8px;font-size:1rem;font-weight:600}.navbar-module__iyvntW__contentDescription{color:rgba(255,255,255,.85);margin-bottom:16px;font-size:.85rem}.navbar-module__iyvntW__contentItem{color:rgba(255,255,255,.85);padding:8px 0;font-size:.85rem;text-decoration:none;transition:all .2s;display:block}.navbar-module__iyvntW__contentItem:hover{color:#fff;padding-left:8px}.navbar-module__iyvntW__mobileToggle{color:#333;cursor:pointer;background:0 0;border:none;border-radius:6px;transition:all .2s}.navbar-module__iyvntW__mobileToggle:hover{background:#f3f3f3}.navbar-module__iyvntW__overlay{z-index:1500;opacity:0;pointer-events:none;background:rgba(0,0,0,.4);transition:opacity .3s;position:fixed;top:0;bottom:0;left:0;right:0}.navbar-module__iyvntW__overlayOpen{opacity:1;pointer-events:auto}.navbar-module__iyvntW__mobileMenu{z-index:2000;background:#fff;flex-direction:column;width:80%;height:100vh;padding-top:80px;transition:transform .35s ease-in-out;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px rgba(0,0,0,.15)}.navbar-module__iyvntW__mobileMenuOpen{transform:translate(0)}.navbar-module__iyvntW__mobileMenu ul{margin:0;padding:0;list-style:none}.navbar-module__iyvntW__mobileCloseBtn{color:#333;cursor:pointer;background:0 0;border:none;position:absolute;top:16px;right:16px}.navbar-module__iyvntW__mobileItemRow{border-bottom:1px solid rgba(0,0,0,.08);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.navbar-module__iyvntW__mobileMainLink{color:rgba(0,0,0,.7);font-size:.9rem;font-weight:500;text-decoration:none}.navbar-module__iyvntW__mobileIconBtn{color:rgba(0,0,0,.6);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px}.navbar-module__iyvntW__mobileDropdown{background:#fafafa;margin:0;padding-bottom:8px;padding-left:18px}.navbar-module__iyvntW__mobileSubDropdown{background:#f0f0f0;margin:0;padding-bottom:8px;padding-left:18px}.navbar-module__iyvntW__mobileDropItem{color:var(--color-gray);text-align:start;padding:10px 12px;text-decoration:none;display:block}.navbar-module__iyvntW__mobileSubDropdownItem{color:var(--color-gray);text-align:start;padding:10px 0 10px 52px;text-decoration:none;display:block}.navbar-module__iyvntW__mobileDropItem:hover,.navbar-module__iyvntW__mobileSubDropdownItem:hover{color:var(--color-brand)}.navbar-module__iyvntW__mobilePhoneBtn{color:var(--color-brand);align-items:center;gap:8px;padding:14px 18px;font-weight:500;text-decoration:none;display:flex}.navbar-module__iyvntW__phoneLink{color:#333;align-items:center;gap:6px;font-size:.9rem;display:flex}@media (max-width:639px){.navbar-module__iyvntW__phoneLink{display:none}}@media screen and (max-width:321px){.navbar-module__iyvntW__mobileMainLink,.navbar-module__iyvntW__sidebarItem,.navbar-module__iyvntW__logoText,.navbar-module__iyvntW__mobileSubDropdownItem,.navbar-module__iyvntW__mobileDropItem{font-size:.8rem}}@media (min-width:1024px){.navbar-module__iyvntW__mobileToggle,.navbar-module__iyvntW__mobileMenu,.navbar-module__iyvntW__overlay{display:none}}@media (max-width:1023px){.navbar-module__iyvntW__desktopMenu{display:none}}
.ProcessSection-module__rHOWEG__container{font-family:var(--font-body,"Golos Text",sans-serif);background:url(https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1920&h=1080&fit=crop&q=20&blur=200) 50%/cover no-repeat;max-width:1400px;margin:0 auto}.ProcessSection-module__rHOWEG__processSection{padding:max(2.5rem,min(7vw,5rem)) max(1.5rem,min(3vw,3rem))}@media (max-width:480px){.ProcessSection-module__rHOWEG__processSection{padding-left:1rem;padding-right:1rem}}.ProcessSection-module__rHOWEG__processHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;margin-bottom:max(3rem,min(6vw,5rem));display:flex}@media (max-width:900px){.ProcessSection-module__rHOWEG__processHeader{flex-direction:column;align-items:flex-start}}.ProcessSection-module__rHOWEG__headerLeft{flex:1;min-width:280px;max-width:600px}.ProcessSection-module__rHOWEG__processTag{letter-spacing:1px;color:var(--color-primary,#d4a053);background:var(--color-light,#fff);text-transform:uppercase;border-radius:50px;margin-top:.5rem;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block;box-shadow:0 2px 10px rgba(0,0,0,.05)}.ProcessSection-module__rHOWEG__processTitle{font-family:var(--font-heading,"Cal Sans",sans-serif);color:var(--color-secondary,#1a1a1a);margin-top:1.25rem;font-size:max(2.5rem,min(5vw,3.375rem));font-weight:700;line-height:1.2}.ProcessSection-module__rHOWEG__processTitle span{color:var(--color-primary,#d4a053)}.ProcessSection-module__rHOWEG__processDesc{color:var(--color-text,#444);max-width:550px;margin-top:1.25rem;font-size:max(1rem,min(1.5vw,1.125rem));line-height:1.8}.ProcessSection-module__rHOWEG__processGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:550px){.ProcessSection-module__rHOWEG__processGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.ProcessSection-module__rHOWEG__processGrid{grid-template-columns:repeat(4,1fr)}}.ProcessSection-module__rHOWEG__processCard{background:var(--color-light,#fff);border-radius:1rem;flex-direction:column;height:auto;padding:.625rem;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.07)}.ProcessSection-module__rHOWEG__processCard:hover{transform:translateY(-10px);box-shadow:0 18px 40px rgba(0,0,0,.12)}.ProcessSection-module__rHOWEG__processImageWrapper{border-radius:.75rem;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}@media (max-width:550px){.ProcessSection-module__rHOWEG__processImageWrapper{padding-bottom:75%}}.ProcessSection-module__rHOWEG__processImage{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0}.ProcessSection-module__rHOWEG__processCard:hover .ProcessSection-module__rHOWEG__processImage{transform:scale(1.05)}.ProcessSection-module__rHOWEG__processContent{flex-direction:column;flex:1;padding:1rem .625rem;display:flex}.ProcessSection-module__rHOWEG__processContentTitle{font-family:var(--font-heading,"Cal Sans",sans-serif);color:var(--color-secondary,#111);margin-bottom:.5rem;font-size:max(1.375rem,min(2vw,1.5rem));font-weight:600}.ProcessSection-module__rHOWEG__stepId{color:var(--color-primary,#d4a053);font-weight:700}.ProcessSection-module__rHOWEG__processContentDesc{color:var(--color-text,#555);margin:0;font-size:.9375rem;line-height:1.7}.ProcessSection-module__rHOWEG__belowProcessText{color:var(--color-text,#333);text-align:center;margin-top:3rem;font-size:max(1.125rem,min(1.5vw,1.25rem));line-height:1.6}.ProcessSection-module__rHOWEG__highlightText{color:var(--color-primary,#d4a053);font-weight:600}
.ServiceSection-module__xT68Va__container{font-family:var(--font-body,"Golos Text",sans-serif);background-color:var(--color-light,#fff);margin:0 auto;padding:max(2rem,min(5vw,4rem)) 1.5rem}.ServiceSection-module__xT68Va__header{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}@media (min-width:1024px){.ServiceSection-module__xT68Va__header{flex-direction:row;align-items:flex-start;gap:4rem}}.ServiceSection-module__xT68Va__tagBox{border:1px solid var(--navbar-border,#e5e5e5);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;color:var(--color-secondary,#101010);background:0 0;border-radius:100vmax;flex-shrink:0;align-items:center;gap:10px;margin-top:.25rem;padding:8px 12px;font-size:12px;font-weight:500;display:inline-flex}.ServiceSection-module__xT68Va__tagBox:before{content:"";background-color:var(--color-primary,#d4a053);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ServiceSection-module__xT68Va__headerContent{flex:1}.ServiceSection-module__xT68Va__sectionHeading{font-family:var(--font-heading,"Cal Sans",sans-serif);letter-spacing:1px;color:var(--color-secondary,#101010);margin-bottom:1.25rem;font-size:2.5rem;font-weight:400;line-height:1.2}@media (min-width:768px){.ServiceSection-module__xT68Va__sectionHeading{font-size:3.5rem}}@media (min-width:1024px){.ServiceSection-module__xT68Va__sectionHeading{font-size:4rem}}.ServiceSection-module__xT68Va__highlightText{color:var(--color-brand,#d4a053)}.ServiceSection-module__xT68Va__sectionDesc{font-family:var(--font-body,"Golos Text",sans-serif);color:var(--color-text,#333);font-size:1rem;line-height:1.6}@media (min-width:768px){.ServiceSection-module__xT68Va__sectionDesc{font-size:1.1rem}}.ServiceSection-module__xT68Va__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.ServiceSection-module__xT68Va__grid{grid-template-columns:1.5fr 1fr;gap:4rem}}.ServiceSection-module__xT68Va__imageContainer{position:relative}.ServiceSection-module__xT68Va__imageWrapper{border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.ServiceSection-module__xT68Va__serviceImage{object-fit:cover;width:100%;height:500px;transition:transform .7s ease-in-out;display:block}.ServiceSection-module__xT68Va__imageWrapper:hover .ServiceSection-module__xT68Va__serviceImage{transform:scale(1.05)}.ServiceSection-module__xT68Va__imageOverlay{color:var(--color-light,#fff);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:rgba(16,16,16,.85);border-radius:1rem;max-width:28rem;padding:1.25rem;position:absolute;bottom:1.25rem;left:1.25rem}.ServiceSection-module__xT68Va__imageOverlay p{font-family:var(--font-body,"Golos Text",sans-serif);margin:0;font-size:.875rem;line-height:1.6}@media (min-width:768px){.ServiceSection-module__xT68Va__imageOverlay p{font-size:1rem}}.ServiceSection-module__xT68Va__serviceList{margin:0;padding:0;list-style:none}.ServiceSection-module__xT68Va__serviceListItem{border-top:1px solid var(--navbar-border,#e5e5e5);border-bottom:1px solid var(--navbar-border,#e5e5e5);cursor:pointer;color:var(--color-secondary,#101010);justify-content:space-between;align-items:center;padding:1.5rem 0;transition:all .3s;display:flex}.ServiceSection-module__xT68Va__serviceListItem:hover,.ServiceSection-module__xT68Va__serviceListItem.ServiceSection-module__xT68Va__active{color:var(--color-primary,#d4a053);border-color:var(--color-primary,#d4a053)}.ServiceSection-module__xT68Va__serviceItemContent{flex:1;align-items:center;gap:1.25rem;display:flex}.ServiceSection-module__xT68Va__indexText{font-family:var(--font-heading,"Cal Sans",sans-serif);flex-shrink:0;font-size:1.125rem;font-weight:600}@media (max-width:768px){.ServiceSection-module__xT68Va__indexText{font-size:1rem}}.ServiceSection-module__xT68Va__serviceTitle{font-family:var(--font-heading,"Cal Sans",sans-serif);font-size:1.5rem;font-weight:500;line-height:1.3}@media (max-width:768px){.ServiceSection-module__xT68Va__serviceTitle{font-size:1rem}}@media (max-width:480px){.ServiceSection-module__xT68Va__serviceTitle{font-size:.9rem}}
:root{--font-heading:"Playfair Display",serif;--font-body:"Golos Text",sans-serif;--color-primary:#d4a053;--color-light:#fff}.VideoContainer-module__2wfhIa__videoWrapper{width:100%;height:100vh;min-height:450px;position:relative;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)}@media (max-width:768px){.VideoContainer-module__2wfhIa__videoWrapper{height:350px;min-height:350px}}.VideoContainer-module__2wfhIa__videoBg{position:absolute;top:0;bottom:0;left:0;right:0}.VideoContainer-module__2wfhIa__videoImage{object-fit:cover;object-position:center;width:100%;height:100%}.VideoContainer-module__2wfhIa__videoOverlay{z-index:1;background:rgba(0,0,0,.4);position:absolute;top:0;bottom:0;left:0;right:0}.VideoContainer-module__2wfhIa__playButton{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;cursor:pointer;background-color:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.8);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoContainer-module__2wfhIa__playButton:hover{background-color:rgba(255,255,255,.4);transform:translate(-50%,-50%)scale(1.1)}@media (max-width:768px){.VideoContainer-module__2wfhIa__playButton{width:70px;height:70px}.VideoContainer-module__2wfhIa__playButton svg{width:30px;height:30px}}.VideoContainer-module__2wfhIa__videoContent{z-index:2;color:#fff;max-width:600px;padding-right:1.5rem;position:absolute;bottom:5vh;left:5vw}@media (max-width:768px){.VideoContainer-module__2wfhIa__videoContent{max-width:90%;padding-right:0;bottom:5%;left:5%;right:5%}}.VideoContainer-module__2wfhIa__videoTitle{font-family:var(--font-heading,"Playfair Display",serif);margin-bottom:1rem;font-size:max(1.8rem,min(4vw + .5rem,3.5rem));font-weight:800;line-height:1.2}.VideoContainer-module__2wfhIa__videoDescription{font-family:var(--font-body,"Golos Text",sans-serif);opacity:.9;max-width:500px;font-size:max(.9rem,min(1.2vw + .2rem,1.1rem));line-height:1.6}
