body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#faf9fa;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}:root{--main-bg:#faf9fa;--main-theme:#fff;--main-theme-text:#333;--main-theme-text-over-primary:#fff;--main-border:#e1e5e9;--success:#26a01a;--primary:#799c8c;--primary-darker:#0a3e61;--primary-light:#4a90c2;--secondary:#fe4a49;--error:#dc3545;--warning:#ffa726;--info:#29b6f6;--light:#f8f9fa;--dark:#343a40;--muted:#6c757d;--shadow-sm:0 1px 3px #0000001f,0 1px 2px #0000003d;--shadow-md:0 4px 6px #0000001a,0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a,0 4px 6px #0000000d;--shadow-xl:0 20px 25px #0000001a,0 10px 10px #0000000a;--drop-shadow-default:drop-shadow(0px 3px 3px #00000040);--drop-shadow-small:drop-shadow(0px 1px 1px #00000040);--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}:root.light{--main-bg:#faf9fa;--main-theme:#fff;--main-theme-text:#222;--main-theme-text-over-primary:#fff;--main-border:#878787}:root.dark{--main-bg:#252526;--main-theme:#333;--main-theme-text:#dadada;--main-theme-text-over-primary:#dadada;--main-border:#707070}h1,h2,h3,h4,h5,h6{color:#343a40;color:var(--dark);font-weight:600;line-height:1.2;margin-bottom:1rem;margin-bottom:var(--space-md)}h1{font-size:2.25rem;font-size:var(--font-size-4xl)}h2{font-size:1.875rem;font-size:var(--font-size-3xl)}h3{font-size:1.5rem;font-size:var(--font-size-2xl)}h4{font-size:1.25rem;font-size:var(--font-size-xl)}h5{font-size:1.125rem;font-size:var(--font-size-lg)}h6{font-size:1rem;font-size:var(--font-size-base)}p{color:#6c757d;color:var(--muted);margin-bottom:1rem;margin-bottom:var(--space-md)}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-shadow:var(--shadow-sm);cursor:pointer;display:inline-flex;font-size:1rem;font-size:var(--font-size-base);font-weight:500;justify-content:center;padding:.5rem 1.5rem;padding:var(--space-sm) var(--space-lg);text-decoration:none;transition:all .3s ease}.btn:hover{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary{background:#799c8c;background:var(--primary);color:#fff}.btn-primary:hover{background:#0a3e61;background:var(--primary-darker)}.btn-secondary{background:#fe4a49;background:var(--secondary);color:#fff}.btn-secondary:hover{background:#e53e3e}.btn-outline{background:#0000;border:2px solid #799c8c;border:2px solid var(--primary);color:#799c8c;color:var(--primary)}.btn-outline:hover{background:#799c8c;background:var(--primary);color:#fff}.card{background:#fefefe;border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-header{border-bottom:1px solid #e1e5e9;border-bottom:1px solid var(--main-border)}.card-body,.card-footer,.card-header{padding:1.5rem;padding:var(--space-lg)}.card-footer{background:#f8f9fa;background:var(--light);border-top:1px solid #e1e5e9;border-top:1px solid var(--main-border)}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;padding:0 var(--space-lg)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#799c8c;color:var(--primary)}.text-secondary{color:#fe4a49;color:var(--secondary)}.text-muted{color:#6c757d;color:var(--muted)}.text-dark{color:#343a40;color:var(--dark)}.bg-primary{background-color:#799c8c;background-color:var(--primary)}.bg-secondary{background-color:#fe4a49;background-color:var(--secondary)}.bg-light{background-color:#f8f9fa;background-color:var(--light)}.bg-white{background-color:#fefefe}.rounded{border-radius:8px;border-radius:var(--radius-md)}.rounded-lg{border-radius:12px;border-radius:var(--radius-lg)}.rounded-xl{border-radius:16px;border-radius:var(--radius-xl)}.rounded-full{border-radius:9999px;border-radius:var(--radius-full)}.shadow-sm{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a;box-shadow:var(--shadow-xl)}.m-0{margin:0}.m-1{margin:.25rem;margin:var(--space-xs)}.m-2{margin:.5rem;margin:var(--space-sm)}.m-3{margin:1rem;margin:var(--space-md)}.m-4{margin:1.5rem;margin:var(--space-lg)}.m-5{margin:2rem;margin:var(--space-xl)}.p-0{padding:0}.p-1{padding:.25rem;padding:var(--space-xs)}.p-2{padding:.5rem;padding:var(--space-sm)}.p-3{padding:1rem;padding:var(--space-md)}.p-4{padding:1.5rem;padding:var(--space-lg)}.p-5{padding:2rem;padding:var(--space-xl)}.d-flex{display:flex}.d-grid{display:grid}.d-block{display:block}.d-none{display:none}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.navbar_wrap__6ej5h{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border-bottom:1px solid #e9ecef80;box-shadow:0 2px 20px #00000014;display:flex;height:100%;width:100%}.navbar_leftSide__BfSgc{align-items:center;aspect-ratio:1;border-radius:8px;cursor:pointer;display:flex;height:100%;justify-content:center;margin:4px;padding:8px;text-align:center;transition:all .3s ease}.navbar_leftSide__BfSgc:hover{background:#0e639c1a;transform:scale(1.05)}.navbar_mid__l0hwC{align-items:center;display:flex;gap:12px;height:100%;padding-left:16px;width:100%}.navbar_desktopRightSide__AYi7G,.navbar_rightSide__XFHVU{align-items:center;display:flex;flex-grow:2;gap:12px;height:100%;justify-content:flex-end;padding:16px;text-align:center}.navbar_navbarMobile__VDlsf .navbar_rightSide__XFHVU{align-items:flex-end}.navbar_mobileBrand__iVpKR{color:#1f3342;cursor:pointer;display:none;flex:1 1;font-family:Dancing Script,cursive;font-size:1rem;font-weight:600;letter-spacing:.02em;min-width:0;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;white-space:nowrap}.navbar_navbarIcon__6xZWI{align-items:center;border-radius:50%;color:var(--primary);cursor:pointer;display:flex;font-size:22px;justify-content:center;padding:8px;transition:all .3s ease}.navbar_navbarIcon__6xZWI:hover{background:#0e639c1a;color:var(--primary-darker);transform:scale(1.1)}.navbar_navbarLanguage__s2bXM{align-items:center;border:2px solid var(--primary);border-radius:50%;color:var(--primary);cursor:pointer;display:flex;font-size:18px;font-weight:600;height:32px;justify-content:center;line-height:20px;transition:all .3s ease;width:32px}.navbar_navbarLanguage__s2bXM:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.navbar_languageDropdown__5Oyfh{position:relative}.navbar_languageOption__8o1Fg,.navbar_languageTrigger__wJ1Mb{align-items:center;background:#fffffff5;border:0;color:var(--primary);cursor:pointer;display:flex;gap:10px;transition:all .3s ease}.navbar_languageTrigger__wJ1Mb{border:1px solid #0e639c2e;border-radius:999px;box-shadow:0 6px 18px #0e639c14;height:42px;min-width:88px;padding:0 12px}.navbar_languageTrigger__wJ1Mb:hover{background:#0e639c14}.navbar_languageMenu__bfnS1{animation:navbar_slideDown__CBPdl .2s ease-out;background:#fffffffa;border:1px solid #0e639c24;border-radius:18px;box-shadow:0 18px 32px #14243824;display:flex;flex-direction:column;gap:6px;min-width:110px;padding:8px;position:absolute;right:0;top:calc(100% + 10px);z-index:20}.navbar_languageOption__8o1Fg{border-radius:14px;justify-content:flex-start;padding:10px 12px;width:100%}.navbar_languageOption__8o1Fg:hover{background:#0e639c14;transform:translateY(-1px)}.navbar_languageFlag__DloTv{border:1px solid #0e639c2e;border-radius:50%;flex-shrink:0;height:22px;width:22px}.navbar_languageLabel__2MlKw{font-size:.86rem;font-weight:700;letter-spacing:.06em}.navbar_languageCaret__qX67J{font-size:.9rem;transition:transform .25s ease}.navbar_languageCaretOpen__fzonN{transform:rotate(180deg)}.navbar_navbarItem__qglLY{align-items:center;border-radius:25px;color:#333;cursor:pointer;display:flex;font-weight:500;height:50px;justify-content:center;min-width:80px;overflow:hidden;padding:0 16px;position:relative;text-align:center;transition:all .3s ease;-webkit-user-select:none;user-select:none}.navbar_navbarItem__qglLY:before{background:var(--primary);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.navbar_navbarItem__qglLY:hover{background:#0e639c1a;color:var(--primary);transform:translateY(-2px)}.navbar_navbarItem__qglLY:hover:before{width:80%}.navbar_navbarItemSelected__BSwHz{align-items:center;background:var(--primary);border-radius:25px;box-shadow:0 4px 15px #0e639c4d;color:#fff;display:flex;font-weight:600;height:50px;justify-content:center;min-width:80px;padding:0 16px;text-align:center;transition:all .3s ease;-webkit-user-select:none;user-select:none}.navbar_navbarItemSelected__BSwHz:hover{box-shadow:0 6px 20px #0e639c66;transform:translateY(-2px)}.navbar_wrap__6ej5h[style*="height: 40px"] .navbar_navbarItemSelected__BSwHz{border-radius:16px;box-shadow:0 2px 8px #0e639c40;font-size:.9rem;height:32px;padding:0 12px}.navbar_wrap__6ej5h[style*="height: 40px"] .navbar_navbarItem__qglLY{border-radius:16px;font-size:.9rem;height:32px;padding:0 12px}.navbar_wrap__6ej5h[style*="height: 40px"] .navbar_navbarIcon__6xZWI{font-size:18px;padding:6px}.navbar_wrap__6ej5h[style*="height: 40px"] .navbar_navbarLanguage__s2bXM{font-size:16px;height:28px;width:28px}.navbar_wrap__6ej5h[style*="height: 40px"] .navbar_languageTrigger__wJ1Mb{height:34px;min-width:80px;padding:0 10px}.navbar_wrap__6ej5h[style*="height: 40px"] .navbar_languageFlag__DloTv{height:18px;width:18px}.navbar_navbarMobile__VDlsf{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-right:1px solid #e9ecef80;box-shadow:4px 0 20px #0000001a;display:none;flex-direction:column;height:calc(100vh - 100%);left:0;overflow:hidden;position:absolute;top:100%;transition:all .3s ease;width:0}.navbar_mobileUtilitySection__bIHHb{border-top:1px solid #e9ecefb3;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding:18px 16px 24px}.navbar_mobileUtilityLabel__0s3yO{color:#5c6975;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.navbar_mobileLanguages__7JaUt,.navbar_mobileSocials__KMhwx{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.navbar_navbarMobileCover__N21HZ{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0006;height:calc(100vh - 100%);left:0;position:absolute;top:100%;width:100%}.navbar_navbarMobile__VDlsf .navbar_navbarItem__qglLY{border-radius:12px;height:60px;justify-content:flex-start;margin:4px 8px;padding-left:20px;white-space:nowrap}.navbar_navbarMobile__VDlsf .navbar_navbarItem__qglLY:before{display:none}.navbar_navbarMobile__VDlsf .navbar_navbarItem__qglLY:hover{background:#0e639c1a;transform:translateX(8px)}.navbar_navbarMobile__VDlsf .navbar_navbarItemSelected__BSwHz{border-radius:12px;height:60px;justify-content:flex-start;margin:4px 8px;padding-left:20px;white-space:nowrap}.navbar_burger__CzNH4{border-radius:8px;color:var(--primary);cursor:pointer;display:none;font-size:24px;padding:8px;transition:all .3s ease}.navbar_burger__CzNH4:hover{background:#0e639c1a;transform:scale(1.1)}@media only screen and (max-width:1000px){.navbar_navbarMobile__VDlsf{display:flex}.navbar_mobileBrand__iVpKR{display:block}.navbar_burger__CzNH4{display:block;font-size:32px}.navbar_desktopRightSide__AYi7G{flex-grow:0;gap:0;padding:12px 10px 12px 0}.navbar_desktopRightSide__AYi7G .navbar_languageDropdown__5Oyfh,.navbar_desktopRightSide__AYi7G .navbar_navbarIcon__6xZWI,.navbar_desktopRightSide__AYi7G .navbar_navbarLanguage__s2bXM{display:none}.navbar_navbarLanguage__s2bXM{border-width:1.5px;font-size:14px;height:24px;width:24px}.navbar_wrap__6ej5h{width:100%}.navbar_mid__l0hwC{display:none}.navbar_navbarItem__qglLY:hover{transform:translateX(8px)}.navbar_navbarItemSelected__BSwHz{border-bottom:0;border-right:4px solid var(--primary)}}@keyframes navbar_slideDown__CBPdl{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar_navbarItemSelected__BSwHz,.navbar_navbarItem__qglLY{animation:navbar_slideDown__CBPdl .3s ease-out}.navbar_languageOption__8o1Fg:focus,.navbar_languageTrigger__wJ1Mb:focus,.navbar_navbarIcon__6xZWI:focus,.navbar_navbarItemSelected__BSwHz:focus,.navbar_navbarItem__qglLY:focus,.navbar_navbarLanguage__s2bXM:focus{outline:2px solid var(--primary);outline-offset:2px}.page_fullPage__ypWD8{background-color:#f0f0f0;background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);display:flex;flex-direction:column;height:100vh;overflow:auto;position:relative;width:100%}.page_fullPage__ypWD8:before{background:#fffcfdcc;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.page_navbar__mMHhi{background-image:url(/static/media/marble_back_02.848cd48a43f1579f2d41.jpg);height:70px;position:sticky;top:0;transition:all .3s linear;width:100%;z-index:200}.page_navbar__mMHhi:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.page_mainpage__aLmxT{height:100%;position:relative;width:100%;z-index:1}.page_footer__hlwog{height:0}.home_hero__zWzxD{align-items:center;background-attachment:fixed;background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:80vh;overflow:hidden;position:relative}.home_hero__zWzxD:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.home_heroContent__1HWXu{max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:1}.home_heroLogo__2XRRZ{filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));height:auto;margin-bottom:2rem;width:min(400px,80vw)}.home_heroTitle__Go0UK{color:#333;font-family:Dancing Script,cursive;font-size:2.2rem;font-weight:600;letter-spacing:.02em;margin-bottom:1rem;text-shadow:1px 1px 3px #0000001a;transform:skewX(-15deg)}.home_heroSubtitle__WYoDt{color:#666;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.home_container__M2mBJ{margin:0 auto;max-width:1200px;padding:0 20px}section{padding:80px 0}.home_sectionTitle__O17Qa{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:3rem;position:relative;text-align:center}.home_sectionTitle__O17Qa:after{background:var(--primary);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.home_philosophy__oxNKt{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;position:relative}.home_philosophy__oxNKt:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.home_philosophy__oxNKt .home_container__M2mBJ{position:relative;z-index:1}.home_philosophyContent__3y1Gt{margin:0 auto;max-width:800px;text-align:center}.home_philosophyText__rJyf0{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;text-align:justify;white-space:pre-wrap}.home_philosophyQuote__nU-X-{background:#f8f9fa;border-left:4px solid var(--primary);border-radius:8px;color:var(--primary-darker);font-size:1.3rem;margin-top:2rem;padding:1.5rem}.home_readMoreBtn__29BgT{background:var(--primary);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 30px;transition:all .3s ease}.home_readMoreBtn__29BgT:hover{background:var(--primary-darker);box-shadow:0 8px 20px #0e639c66;transform:translateY(-2px)}.home_featuredServices__VrFAO{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;position:relative}.home_featuredServices__VrFAO:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.home_featuredServices__VrFAO .home_container__M2mBJ{position:relative;z-index:1}.home_servicesGrid__fu5I7{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-bottom:3rem}.home_serviceCard__8z7CT{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.home_serviceCard__8z7CT:hover{border-top:3px solid var(--primary);box-shadow:0 8px 30px #0e639c26;transform:translateY(-5px)}.home_serviceImage__Fnrsv{background-position:50%;background-size:cover;height:150px;position:relative}.home_serviceImage__Fnrsv:after{background:linear-gradient(180deg,#0000 0,#0000004d);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.home_serviceInfo__CQL7o{padding:1.1rem}.home_serviceTitle__G4Wzz{color:#333;font-size:1.08rem;font-weight:600;margin-bottom:.5rem}.home_serviceDescription__EmwOn{color:#666;font-size:.88rem;line-height:1.55;margin-bottom:0}.home_servicePrice__6V5\+Q{color:var(--primary);font-size:1.1rem;font-weight:600}.home_servicesWrap__ARn\+I{aspect-ratio:1.45;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;box-shadow:0 8px 30px #0000001a;display:flex;flex-direction:column;margin:0;padding:2rem;transition:all .5s ease;width:min(100%,100%)}.home_serviceEyebrow__QNQTI{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2e;border:1px solid #ffffff38;border-radius:999px;color:#fff;display:inline-flex;font-size:.82rem;letter-spacing:.08em;padding:.45rem .85rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.home_servicesWrap__ARn\+I .home_serviceTitle__G4Wzz{color:#fff;font-size:2.2rem;font-weight:600;margin-bottom:1rem;text-shadow:2px 2px 4px #000000b3;width:100%}.home_servicesShowcase__wQcoY{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.home_servicesShowcaseLeft__T\+tRJ,.home_servicesShowcaseRight__-TtkB{min-width:0}.home_servicesShowcaseRight__-TtkB{display:flex;min-width:0}.home_makeupFeatureCard__OL7JD{aspect-ratio:1.45;background:#d8dde3;border:none;border-radius:18px;box-shadow:0 8px 30px #0000001a;cursor:pointer;overflow:hidden;padding:0;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.home_makeupFeatureCard__OL7JD:hover{box-shadow:0 16px 36px #0e639c29;transform:translateY(-4px)}.home_makeupFeatureTitle__wYgjY{color:#fff;font-size:2rem;font-weight:600;left:1.2rem;position:absolute;text-align:left;text-shadow:2px 2px 4px #000000b3;top:1.2rem;z-index:2}.home_makeupVideo__v1EVY{display:block;height:100%;object-fit:cover;width:100%}.home_makeupVideoOverlay__xJgwb{background:linear-gradient(180deg,#00000047,#0000001f 35%,#00000038);inset:0;position:absolute}.home_serviceChange__yI2zs{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.home_serviceChangeItem__Jvn1P{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;transition:all .3s ease;width:60px}.home_serviceChangeItem__Jvn1P:hover{background:#00000080;transform:scale(1.1)}.home_aboutUsReadMore__\+ooib:focus-visible,.home_makeupFeatureCard__OL7JD:focus-visible,.home_serviceChangeItem__Jvn1P:focus-visible{outline:3px solid #ffffffeb;outline-offset:3px}.home_serviceDescription__EmwOn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:8px;color:#fff;max-height:40%;overflow:auto;padding:1rem;width:100%}.home_team__6txyx{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;position:relative}.home_team__6txyx:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.home_team__6txyx .home_container__M2mBJ{position:relative;z-index:1}.home_teamGrid__4VFGB{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:800px}.home_aboutUsCard__utvsH{align-items:center;background:#f8f9fa;border-radius:16px;border-top:3px solid #0000;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease;width:100%}.home_aboutUsCard__utvsH:hover{border-top:3px solid var(--primary);box-shadow:0 8px 30px #0e639c26}.home_aboutUsImg__JMO0z{border:4px solid var(--primary);border-radius:50%;box-shadow:0 4px 20px #0e639c33;height:120px;margin:0 auto 1.5rem;object-fit:cover;width:120px}.home_aboutUsRight__u74vL{width:100%}.home_aboutUsName__Wiypd{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.home_aboutUsCardTitle__SBOhZ{color:#666;font-size:1rem;line-height:1.4;margin-bottom:1rem}.home_aboutUsReadMore__\+ooib{background:var(--primary);border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .3s ease}.home_aboutUsReadMore__\+ooib:hover{background:var(--primary-darker);box-shadow:0 6px 20px #0e639c66;transform:translateY(-2px)}.home_focusWrap__1FStR{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;display:flex;flex-direction:column;height:100%;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:1000}.home_focusTop__07I7p{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.home_focusTitle__Qtf7x{color:#333;flex:1 1;font-size:1.8rem;font-weight:600;text-align:center}.home_focusClose__p1ief{align-items:center;background:#f8f9fa;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.home_focusClose__p1ief:hover{background:#e9ecef;color:#333}.home_focusBottom__ZNwm5{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex:1 1;gap:2rem;padding:2rem}.home_focusBottomPicture__xwUqT{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:100%;object-fit:cover;width:300px}.home_focusBottomInfo__c\+Xys{background:#f8f9fa;border-radius:8px;color:#333;flex:1 1;line-height:1.6;overflow:auto;padding:1rem;white-space:pre-wrap}@media only screen and (max-width:768px){.home_heroTitle__Go0UK{font-size:2rem}.home_heroSubtitle__WYoDt{font-size:1.1rem}.home_heroLogo__2XRRZ{width:280px}section{padding:60px 0}.home_sectionTitle__O17Qa{font-size:2rem;margin-bottom:2rem}.home_servicesGrid__fu5I7{gap:1.5rem;grid-template-columns:1fr}.home_servicesShowcase__wQcoY,.home_teamGrid__4VFGB{grid-template-columns:1fr}.home_teamGrid__4VFGB{gap:1.5rem}.home_servicesWrap__ARn\+I{aspect-ratio:1.2;padding:1rem}.home_servicesWrap__ARn\+I .home_serviceTitle__G4Wzz{font-size:1.5rem}.home_serviceEyebrow__QNQTI{font-size:.74rem}.home_makeupVideoFrame__xvPjZ{aspect-ratio:1.15}.home_makeupFeatureCard__OL7JD{aspect-ratio:1.05}.home_makeupFeatureTitle__wYgjY{font-size:1.5rem}.home_focusWrap__1FStR{padding:1rem}.home_focusBottom__ZNwm5{flex-direction:column;gap:1rem}.home_focusBottomPicture__xwUqT{height:250px;width:100%}.home_philosophyText__rJyf0{text-align:left}.home_aboutUsCard__utvsH{padding:1.5rem}.home_aboutUsImg__JMO0z{height:100px;width:100px}}@media only screen and (max-width:480px){.home_container__M2mBJ{padding:0 15px}.home_heroTitle__Go0UK{font-size:1.8rem}.home_heroLogo__2XRRZ{width:240px}.home_sectionTitle__O17Qa{font-size:1.8rem}.home_focusWrap__1FStR{padding:.5rem}.home_focusBottom__ZNwm5,.home_focusTop__07I7p{padding:1rem}}.home_modalLayout__vWMfX{align-items:stretch;display:flex;gap:1.5rem}.home_modalImageContainer__3Oepb{align-self:flex-start;background:#fff;border-radius:18px;box-shadow:0 10px 28px #0000001a;flex-shrink:0;padding:1rem;position:static}.home_modalImage__exNnv{border:3px solid var(--primary);border-radius:12px;box-shadow:0 4px 20px #0e639c33;display:block;height:280px;object-fit:cover;width:220px}.home_modalCvContent__jNZbx{min-width:0;width:100%}@media only screen and (max-width:768px){.home_modalLayout__vWMfX{flex-direction:column;gap:1rem}.home_modalImageContainer__3Oepb{align-self:center;padding:.75rem;position:static}.home_modalImage__exNnv{height:180px;width:150px}}@media only screen and (max-width:480px){.home_modalImageContainer__3Oepb{padding:.5rem}.home_modalImage__exNnv{height:150px;width:120px}}.home_testimonials__hXfIi{background:linear-gradient(135deg,#f8f9fa,#fff);padding:80px 0;position:relative}.home_testimonials__hXfIi:before{background:#fffcfd99;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.home_testimonials__hXfIi .home_container__M2mBJ{position:relative;z-index:1}@media only screen and (max-width:768px){.home_testimonials__hXfIi{padding:60px 0}}@media only screen and (max-width:480px){.home_testimonials__hXfIi{padding:40px 0}}.modernCV_cvContainer__jrSmm{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;max-width:100%}.modernCV_profileCv__z32B1{display:flex;flex-direction:column;gap:1.5rem}.modernCV_profileHeader__ft2wi{grid-gap:1.25rem;align-items:stretch;display:grid;gap:1.25rem;grid-template-columns:minmax(0,1.55fr) minmax(220px,.85fr)}.modernCV_profileHeaderMain__c6cFd{background:linear-gradient(180deg,#fff,#fcfbf8),linear-gradient(135deg,#10426814,#b596771f);border:1px solid #e1e6eaf2;border-radius:22px;box-shadow:0 14px 32px #10213312;padding:1.4rem 1.5rem}.modernCV_profileIdentity__tH6E2{align-items:center;display:flex;gap:1rem}.modernCV_profilePortrait__spcv\+{background:#f4f6f8;border:3px solid #0e639c2e;border-radius:50%;box-shadow:0 10px 22px #1021331f;flex-shrink:0;height:92px;object-fit:cover;width:92px}.modernCV_profileIdentityText__PvgPb{min-width:0}.modernCV_profileEyebrow__gA7uI{color:var(--primary);display:inline-block;font-size:.76rem;font-weight:700;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.modernCV_profileTitle__hsJCQ{color:#1f2f3c;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,2.9rem);line-height:.98;margin:0 0 .7rem}.modernCV_profileLead__3qSG9{color:#55616c;font-size:1rem;line-height:1.75;margin:0;max-width:56ch}.modernCV_profileStatList__XYdfA{background:#fffffffa;border:1px solid #e1e6eaf2;border-radius:22px;box-shadow:0 14px 32px #1021330f;display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:1.15rem 1.2rem}.modernCV_profileStatRow__JXPbc{border-bottom:1px solid #1f2f3c14;display:flex;flex-direction:column;gap:.15rem;padding-bottom:.65rem}.modernCV_profileStatRow__JXPbc:last-child{border-bottom:none;padding-bottom:0}.modernCV_profileStatValue__43FQQ{color:var(--primary);display:block;font-size:1.35rem;font-weight:700}.modernCV_profileStatLabel__1HAiq{color:#5a6772;display:block;font-size:.84rem;line-height:1.35}.modernCV_profileColumns__UMLcL{grid-gap:1.2rem;align-items:start;display:grid;gap:1.2rem;grid-template-columns:minmax(0,1.5fr) minmax(260px,.85fr)}.modernCV_profileMainColumn__hXybg,.modernCV_profileSideColumn__HOaNl{display:flex;flex-direction:column;gap:1.35rem}.modernCV_profileSection__Y-y6S{display:flex;flex-direction:column;gap:.7rem}.modernCV_profileExpertiseCard__rh-TH,.modernCV_profileInfoCard__FXptN,.modernCV_profileSignatureCard__EHN-U,.modernCV_profileStoryCard__rbLMt{background:#fffffffa;border:1px solid #e1e6eaf2;border-radius:20px;box-shadow:0 12px 28px #10213314;padding:1.25rem 1.35rem}.modernCV_profileSectionKicker__H2Qod{color:var(--primary);display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.modernCV_profileStoryText__Q0rUt p{color:#46525d;margin:0 0 .95rem;text-align:justify}.modernCV_profileStoryText__Q0rUt p:last-child{margin-bottom:0}.modernCV_profileInfoTitle__yLXqS{color:#233746;font-size:1.15rem;line-height:1.35;margin:0 0 .45rem}.modernCV_profileInfoSubtitle__UqNgZ{color:#5d6771;font-style:italic;margin:0}.modernCV_profileList__UyFEE{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.modernCV_profileList__UyFEE li{color:#46525d;padding-left:1rem;position:relative}.modernCV_profileList__UyFEE li:before{background:var(--primary);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.62rem;width:6px}.modernCV_profileExpertiseSection__BUotG{display:flex;flex-direction:column;gap:.9rem}.modernCV_profileExpertiseGrid__C75T4{grid-gap:.95rem;display:grid;gap:.95rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.modernCV_profileExpertiseCard__rh-TH h4{color:#233746;font-size:1.02rem;margin:0 0 .7rem}.modernCV_profileExpertiseCard__rh-TH ul{list-style:none;margin:0;padding:0}.modernCV_profileExpertiseCard__rh-TH li{color:#49545f;padding:.28rem 0 .28rem 1rem;position:relative}.modernCV_profileExpertiseCard__rh-TH li:before{color:var(--primary);content:"•";font-weight:700;left:0;position:absolute}.modernCV_profileSignatureCard__EHN-U p{color:#3f4a54;font-size:1rem;font-style:italic;line-height:1.8;margin:0}.modernCV_cvHero__deFK0{background:linear-gradient(135deg,var(--primary) 0,var(--primary-darker) 100%);border-radius:12px;color:#fff;margin:-2rem -2rem 2rem;padding:1rem 0;position:relative;text-align:center}.modernCV_cvHero__deFK0:before{background:url(/static/media/marble_back_02.848cd48a43f1579f2d41.jpg) 50%/cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.modernCV_cvHero__deFK0:after{background:#fffcfd4d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.modernCV_cvQuote__Y4fr\+{font-size:1rem;font-style:italic;position:relative;text-shadow:0 2px 4px #0000004d;z-index:1}.modernCV_cvContent__rab18{background:#0000;max-width:100%}.modernCV_cvSection__QAxdA{margin-bottom:2rem;padding:0}.modernCV_sectionTitle__l4Pvo{border-bottom:2px solid var(--primary);color:var(--primary);font-size:1.4rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.modernCV_sectionTitle__l4Pvo:after{background:var(--secondary);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:30px}.modernCV_textBlock__ft\+35 p{color:#555;margin-bottom:1rem;text-align:justify}.modernCV_standardBox__GUecr{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #ffffffb3;border-radius:16px;box-shadow:0 10px 24px #1a2a3e14;padding:1.35rem 1.5rem}.modernCV_standardBox__GUecr p{color:#495057;margin-bottom:.95rem;text-align:justify}.modernCV_standardBox__GUecr p:last-child{margin-bottom:0}.modernCV_standardBox__GUecr strong{color:var(--primary)}.modernCV_visionBox__Rwqve{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:1.5rem}.modernCV_visionBox__Rwqve p{color:#555;margin-bottom:1rem;text-align:justify}.modernCV_visionBox__Rwqve p:last-child{margin-bottom:0}.modernCV_missionBox__g21cx{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:1.5rem}.modernCV_missionBox__g21cx p{color:#555;margin:0;text-align:justify}.modernCV_educationBox__0E75P{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:1.5rem}.modernCV_degree__-KZa6{text-align:center}.modernCV_degree__-KZa6 h4{color:var(--primary);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.modernCV_degree__-KZa6 p{color:#666;font-style:italic;margin:0}.modernCV_skillsGrid__GsyKN{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.modernCV_skillCategory__vZUYY{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #ffffffb8;border-radius:16px;box-shadow:0 8px 20px #0e639c14;padding:1.2rem;transition:all .3s ease}.modernCV_skillCategory__vZUYY:hover{box-shadow:0 8px 25px #0e639c26;transform:translateY(-2px)}.modernCV_skillCategory__vZUYY h4{color:var(--primary);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.modernCV_skillCategory__vZUYY ul{list-style:none;margin:0;padding:0}.modernCV_skillCategory__vZUYY li{color:#555;padding:.26rem 0 .26rem 1rem;position:relative}.modernCV_skillCategory__vZUYY li:before{color:var(--primary);content:"✓";font-weight:700;left:0;position:absolute}.modernCV_experienceList__sqXhJ{display:flex;flex-direction:column;gap:1rem}.modernCV_experienceItem__8UYKL{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffc2;border:1px solid #ffffffb8;border-radius:12px;box-shadow:0 6px 16px #00000014;display:flex;gap:1rem;padding:.95rem 1rem;transition:all .3s ease}.modernCV_experienceItem__8UYKL:hover{box-shadow:0 4px 15px #0e639c26;transform:translateX(5px)}.modernCV_experienceIcon__MOSXK{font-size:1.5rem;text-align:center;width:40px}.modernCV_achievement__q81F9{text-align:center}.modernCV_achievement__q81F9 h4{color:var(--primary);font-size:1.2rem;font-weight:600;margin:0}.modernCV_signatureBox__0szUW{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:1.5rem;text-align:center}.modernCV_signatureBox__0szUW h3{color:var(--primary);font-size:1.3rem;font-weight:600;margin:0}.modernCV_valuesGrid__oDmrj{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.modernCV_valueItem__2PIaR{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8f9facc;border:1px solid #e9ecef80;border-radius:12px;padding:1rem;text-align:center;transition:all .3s ease}.modernCV_valueItem__2PIaR:hover{background:#ffffffe6;box-shadow:0 4px 15px #0e639c1a;transform:translateY(-2px)}.modernCV_valueIcon__zG-R9{display:block;font-size:2rem;margin-bottom:.5rem}.modernCV_valueItem__2PIaR h4{color:var(--primary);font-size:1rem;font-weight:600;margin-bottom:.5rem}.modernCV_valueItem__2PIaR p{color:#666;font-size:.85rem;margin:0}@media (max-width:768px){.modernCV_profileColumns__UMLcL,.modernCV_profileHeader__ft2wi{grid-template-columns:1fr}.modernCV_profileIdentity__tH6E2{align-items:flex-start}.modernCV_cvHero__deFK0{margin:-1.5rem -1.5rem 1.5rem;padding:1.5rem 0}.modernCV_cvQuote__Y4fr\+{font-size:1rem}.modernCV_skillsGrid__GsyKN,.modernCV_valuesGrid__oDmrj{grid-template-columns:1fr}.modernCV_experienceList__sqXhJ{gap:.5rem}.modernCV_experienceItem__8UYKL{padding:.75rem}}@media (max-width:480px){.modernCV_profileIdentity__tH6E2{align-items:flex-start;flex-direction:column}.modernCV_profilePortrait__spcv\+{height:78px;width:78px}.modernCV_profileExpertiseCard__rh-TH,.modernCV_profileHeaderMain__c6cFd,.modernCV_profileInfoCard__FXptN,.modernCV_profileSignatureCard__EHN-U,.modernCV_profileStatList__XYdfA,.modernCV_profileStoryCard__rbLMt{border-radius:16px;padding:1rem}.modernCV_profileTitle__hsJCQ{font-size:1.7rem}.modernCV_sectionTitle__l4Pvo{font-size:1.2rem}.modernCV_educationBox__0E75P,.modernCV_missionBox__g21cx,.modernCV_skillCategory__vZUYY,.modernCV_visionBox__Rwqve{padding:1rem}.modernCV_signatureBox__0szUW{padding:1.5rem}.modernCV_signatureBox__0szUW h3{font-size:1.1rem}}.footer_wrap__hyiMM{align-items:center;background-image:url(/static/media/marble_back_02.848cd48a43f1579f2d41.jpg);background-position:50%;background-size:cover;display:flex;height:-moz-fit-content;height:fit-content;margin-top:2rem;padding:3rem 2rem;position:relative;width:100%}.footer_wrap__hyiMM:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.footer_wrap__hyiMM>*{position:relative}.footer_footerLeft__ZWdlx{align-items:center;display:flex;flex-direction:column;gap:1.5rem;height:100%;padding:2rem;text-align:center;width:50%}.footer_footerRight__nNu4k{display:flex;gap:2rem;height:100%;justify-content:space-around;padding-left:3rem;width:50%}.footer_footerLogo__1m4zV{aspect-ratio:1.5;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .3s ease;width:220px}.footer_footerLogo__1m4zV:hover{transform:scale(1.05)}.footer_footerSocials__RRZl-{display:flex;gap:1rem;justify-content:center;width:220px}.footer_footerLink__TxBNh{align-items:center;background:#0e639c1a;border-radius:50%;color:var(--primary);cursor:pointer;display:flex;justify-content:center;padding:12px;text-decoration:none;transition:all .3s ease}.footer_footerLink__TxBNh:hover{background:var(--primary);box-shadow:0 6px 20px #0e639c66;color:#fff;transform:translateY(-3px) scale(1.1)}.footer_footerCopyright__Q4N5M{border-top:1px solid #e9ecefcc;color:#666;font-size:.9rem;font-style:italic;margin-top:1rem;padding-top:1rem;width:100%}.footer_footerColumn__X1XF-{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f9facc;border:1px solid #e9ecef80;border-radius:16px;display:flex;flex-direction:column;gap:1rem;min-width:120px;padding:2rem 1.5rem;transition:all .3s ease}.footer_footerColumn__X1XF-:hover{border-top:3px solid var(--primary);box-shadow:0 8px 25px #0e639c26;transform:translateY(-5px)}.footer_footerColumnHead__t7C8d{align-items:center;color:var(--primary);display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.footer_footerColumnHead__t7C8d svg{font-size:1.2rem}.footer_footerText__yRcUR{color:#555;font-size:.95rem;line-height:1.6;text-align:center;white-space:pre-wrap}@media only screen and (max-width:1000px){.footer_wrap__hyiMM{flex-direction:column;gap:2rem;padding:2rem 1rem}.footer_footerLeft__ZWdlx{gap:1rem;padding:1.5rem;width:100%}.footer_footerRight__nNu4k{align-items:center;flex-direction:column;gap:1.5rem;padding-left:0;width:100%}.footer_footerColumn__X1XF-{max-width:400px;padding:1.5rem;width:100%}.footer_footerLogo__1m4zV{width:180px}.footer_footerSocials__RRZl-{gap:.75rem;width:180px}}@media only screen and (max-width:600px){.footer_wrap__hyiMM{padding:1.5rem 1rem}.footer_footerLeft__ZWdlx{padding:1rem}.footer_footerLogo__1m4zV,.footer_footerSocials__RRZl-{width:160px}.footer_footerColumn__X1XF-{padding:1.25rem 1rem}.footer_footerColumnHead__t7C8d{font-size:1rem}.footer_footerText__yRcUR{font-size:.9rem}}@keyframes footer_fadeInUp__eHYs9{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer_footerColumn__X1XF-{animation:footer_fadeInUp__eHYs9 .6s ease-out}.footer_footerColumn__X1XF-:nth-child(2){animation-delay:.1s}.footer_footerColumn__X1XF-:nth-child(3){animation-delay:.2s}.modernModal_modalOverlay__vK1Tm{align-items:center;animation:modernModal_fadeIn__MUiEy .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}@keyframes modernModal_fadeIn__MUiEy{0%{opacity:0}to{opacity:1}}.modernModal_modalContainer__yc753{animation:modernModal_slideIn__FXCtq .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;position:relative;width:100%}@keyframes modernModal_slideIn__FXCtq{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modernModal_modalHeader__iVVKV{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-darker) 100%);color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem;position:relative}.modernModal_modalHeader__iVVKV:before{background:url(/static/media/marble_back_02.848cd48a43f1579f2d41.jpg) 50%/cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.modernModal_modalHeader__iVVKV:after{background:#fffcfd33;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.modernModal_modalTitle__A2pqB{font-size:1.5rem;font-weight:600;margin:0;padding-right:1rem;position:relative;text-shadow:0 2px 4px #0000004d;z-index:2}.modernModal_closeButton__BhT9N{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:40px;justify-content:center;position:relative;transition:all .3s ease;width:40px;z-index:2}.modernModal_closeButton__BhT9N:hover{background:#ffffff4d;transform:scale(1.1)}.modernModal_modalContent__SFAeX{background:linear-gradient(180deg,#f7f5f1,#f1f4f6);flex:1 1;overflow-y:auto;padding:2rem}@media (max-width:768px){.modernModal_modalOverlay__vK1Tm{align-items:flex-start;padding:90px .5rem .5rem}.modernModal_modalContainer__yc753{border-radius:12px;max-height:calc(100vh - 120px);max-width:none;width:100%}.modernModal_modalHeader__iVVKV{padding:1rem 1.5rem}.modernModal_modalTitle__A2pqB{font-size:1.2rem}.modernModal_modalContent__SFAeX{padding:1rem}}@media (max-width:480px){.modernModal_modalOverlay__vK1Tm{align-items:flex-start;padding:90px .5rem .5rem}.modernModal_modalContainer__yc753{border-radius:8px;max-height:calc(100vh - 120px)}.modernModal_modalHeader__iVVKV{padding:.75rem 1rem}.modernModal_modalTitle__A2pqB{font-size:1.1rem}.modernModal_modalContent__SFAeX{padding:.75rem}}.Carousel_carouselWrap__qdtnJ{width:100%}.Carousel_itemWrap__aZ6mC{aspect-ratio:2;position:relative;width:100%}.Carousel_itemTitle__I75BA{left:10px;position:absolute;top:10px}.Carousel_itemElement__n-PuY{align-content:stretch;align-items:stretch;display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}.testimonials_testimonialsWrapper__krNtC{margin:0 auto;max-width:800px;width:100%}.testimonials_testimonialCard__NNa9N{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;height:100%;justify-content:center;overflow:hidden;padding:2rem;position:relative;width:100%}.testimonials_testimonialCard__NNa9N:before{background:linear-gradient(45deg,#ffc0cb0d,#ba55d30d);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.testimonials_testimonialContent__WUQpU{max-width:600px;position:relative;text-align:center;width:100%;z-index:1}.testimonials_quoteIcon__TJVw1{color:#ba55d3;font-family:Georgia,serif;font-size:4rem;line-height:1;margin-bottom:1rem;opacity:.8}.testimonials_testimonialText__7qWse{color:#333;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem;max-height:200px;overflow-y:auto;text-align:left}.testimonials_testimonialAuthor__Z\+KIS{align-items:center;display:flex;gap:1rem;justify-content:center}.testimonials_authorName__\+3eqb{color:#ba55d3;font-size:1rem;font-weight:600}@media (max-width:768px){.testimonials_testimonialCard__NNa9N{padding:1.5rem}.testimonials_quoteIcon__TJVw1{font-size:3rem}.testimonials_testimonialText__7qWse{font-size:1rem;max-height:150px}}@media (max-width:480px){.testimonials_testimonialCard__NNa9N{padding:1rem}.testimonials_quoteIcon__TJVw1{font-size:2.5rem}.testimonials_testimonialText__7qWse{font-size:.95rem}}.aboutUs_tabWrap__xcS8T{width:100%}.aboutUs_peopleWrapper__fjnMV{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(600px,1fr));min-height:90%;overflow:auto;padding:64px 32px}.aboutUs_personCard__W\+hnO{display:flex;filter:var(--drop-shadow-default);width:100%}.aboutUs_personCardIcon__aGRXF{border-bottom-left-radius:10px;border-top-left-radius:10px;height:100%;object-fit:cover;width:30%}.aboutUs_personCardRight__MxzER{background-color:#fff6;border-bottom-right-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;gap:8px;height:100%;padding:16px;width:100%}.aboutUs_personCardName__Mp2W7{font-size:large;font-weight:700;line-height:24px;width:100%}.aboutUs_personCardText__HSHKk{white-space:pre-wrap}.aboutUs_personCardMore__Wq8i9{color:var(--primary);cursor:pointer;text-decoration:underline}.aboutUs_ideologyWrap__gupoM{padding:16px}.aboutUs_title__KjL09{font-size:xx-large;font-weight:700;padding-bottom:32px;padding-top:16px;text-align:center;width:100%}.aboutUs_text__Igm8K{background-color:#fff6;border-radius:10px;filter:var(--drop-shadow-default);padding:16px;white-space:pre-wrap;width:100%}.aboutUs_focusWrap__Qwymo{background-color:#000c;display:flex;flex-direction:column;gap:16px;height:100%;left:0;padding:16px;position:absolute;top:0;width:100%;z-index:200}.aboutUs_focusTop__uEF2d{align-items:center;background-color:#fff;background-image:url(/static/media/marble_back_02.848cd48a43f1579f2d41.jpg);border-radius:10px;display:flex;height:8%;width:100%}.aboutUs_focusTitle__8oeMW{font-size:x-large;margin-left:50px;text-align:center;width:calc(100% - 100px)}.aboutUs_focusClose__TxtTk{cursor:pointer;text-align:center;width:50px}.aboutUs_focusBottom__2PDJ9{display:flex;gap:16px;height:92%;width:100%}.aboutUs_focusBottomPicture__JjYrO{border-radius:10px;height:100%;object-fit:cover;width:33%}.aboutUs_focusBottomInfo__pc\+3r{border-radius:10px;height:100%;overflow:auto;padding:16px;white-space:pre-wrap;width:100%}.aboutUs_focusBottomInfo__pc\+3r,.aboutUs_modernHero__4S6WA{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg)}.aboutUs_modernHero__4S6WA{align-items:center;background-attachment:fixed;background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:60vh;overflow:hidden;position:relative}.aboutUs_modernHero__4S6WA:before{background:#fffcfdd9;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.aboutUs_modernContainer__w8Lhl{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:1}.aboutUs_modernHeroContent__yD2e3{margin:0 auto;max-width:800px;text-align:center}.aboutUs_modernHeroTitle__F9vBg{color:#333;font-size:3rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.aboutUs_modernHeroSubtitle__Y0KL2{color:#666;font-size:1.25rem;line-height:1.6}.aboutUs_modernTeamSection__Up0AK{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;padding:80px 0;position:relative}.aboutUs_modernTeamSection__Up0AK:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.aboutUs_modernSectionTitle__yFyMj{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:3rem;position:relative;text-align:center;z-index:1}.aboutUs_modernSectionTitle__yFyMj:after{background:var(--primary);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.aboutUs_modernTeamGrid__g8\+5i{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));position:relative;z-index:1}.aboutUs_modernPersonCard__PoGkV{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e9ecef80;border-radius:16px;box-shadow:0 8px 30px #0000001a;display:flex;overflow:hidden;transition:all .3s ease}.aboutUs_modernPersonCard__PoGkV:hover{border-top:3px solid var(--primary);box-shadow:0 12px 40px #0e639c26;transform:translateY(-5px)}.aboutUs_modernPersonImage__cwt4u{flex:0 0 200px;height:250px;overflow:hidden}.aboutUs_modernPersonImage__cwt4u img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.aboutUs_modernPersonCard__PoGkV:hover .aboutUs_modernPersonImage__cwt4u img{transform:scale(1.05)}.aboutUs_modernPersonContent__hFRGL{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:2rem}.aboutUs_modernPersonName__356LT{color:var(--primary);font-size:1.4rem;font-weight:600;margin-bottom:1rem}.aboutUs_modernPersonDescription__zMqbf{color:#555;flex:1 1;line-height:1.6;margin-bottom:1.5rem;white-space:pre-wrap}.aboutUs_modernReadMoreBtn__zOs8O{align-self:flex-start;background:var(--primary);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.aboutUs_modernReadMoreBtn__zOs8O:hover{background:var(--primary-darker);box-shadow:0 6px 20px #0e639c66;transform:translateY(-2px)}.aboutUs_modernModalLayout__AgUxb{display:block;width:100%}.aboutUs_modernModalImageContainer__u0w1e,.aboutUs_modernModalImage__YAGzw{display:none}.aboutUs_modernModalCvContent__yAww8{width:100%}.aboutUs_modernPhilosophyHero__eOFKQ{align-items:center;display:flex;justify-content:center;min-height:70vh;overflow:hidden;position:relative}.aboutUs_modernVideoContainer__OB46y{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.aboutUs_modernHeroVideo__cuQmu{height:100%;object-fit:cover;width:100%}.aboutUs_modernVideoOverlay__gtOTT{background:#0006;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.aboutUs_modernPhilosophyHero__eOFKQ .aboutUs_modernHeroContent__yD2e3{color:#fff;position:relative;text-shadow:0 2px 4px #00000080;z-index:2}.aboutUs_modernPhilosophyHero__eOFKQ .aboutUs_modernHeroTitle__F9vBg{color:#fff;font-size:3.5rem}.aboutUs_modernPhilosophyHero__eOFKQ .aboutUs_modernHeroSubtitle__Y0KL2{color:#ffffffe6;font-size:1.3rem}.aboutUs_modernPhilosophyContent__mCMP8{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;padding:100px 0;position:relative}.aboutUs_modernPhilosophyContent__mCMP8:before{background:#fffcfded;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.aboutUs_modernPhilosophyWrapper__zU3yb{margin:0 auto;max-width:1100px;position:relative;z-index:1}.aboutUs_modernPhilosophyTitle__0CKg8{color:var(--primary);font-size:2.8rem;font-style:italic;font-weight:300;margin-bottom:3rem;text-align:center}.aboutUs_modernPhilosophyText__RR\+-k{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e9ecef80;border-radius:16px;box-shadow:0 8px 30px #0000001a;padding:4rem}.aboutUs_modernPhilosophyText__RR\+-k p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;text-align:justify;white-space:pre-wrap}.aboutUs_modernPhilosophyText__RR\+-k .aboutUs_modernReadMoreBtn__zOs8O{margin-top:1rem}@media only screen and (max-width:1000px){.aboutUs_peopleWrapper__fjnMV{grid-template-columns:1fr;padding-left:0;padding-right:0}.aboutUs_personCardRight__MxzER{padding:8px}.aboutUs_personCardText__HSHKk{max-height:500px;overflow:auto}.aboutUs_focusWrap__Qwymo{gap:8px;padding:8px}.aboutUs_focusBottom__2PDJ9{flex-direction:column;gap:8px}.aboutUs_focusBottomPicture__JjYrO{height:33%;width:100%}.aboutUs_focusBottomInfo__pc\+3r{padding:8px}.aboutUs_modernTeamGrid__g8\+5i{gap:1.5rem;grid-template-columns:1fr}.aboutUs_modernPersonCard__PoGkV{flex-direction:column}.aboutUs_modernPersonImage__cwt4u{flex:none;height:200px}.aboutUs_modernPersonContent__hFRGL{padding:1.5rem}.aboutUs_modernModalLayout__AgUxb{display:block}.aboutUs_modernModalImageContainer__u0w1e,.aboutUs_modernModalImage__YAGzw{display:none}.aboutUs_modernHeroTitle__F9vBg{font-size:2.5rem}.aboutUs_modernPhilosophyHero__eOFKQ .aboutUs_modernHeroTitle__F9vBg{font-size:2.8rem}.aboutUs_modernPhilosophyTitle__0CKg8{font-size:2.2rem}.aboutUs_modernPhilosophyText__RR\+-k{padding:2rem}}@media only screen and (max-width:600px){.aboutUs_modernHeroTitle__F9vBg{font-size:2rem}.aboutUs_modernPhilosophyHero__eOFKQ .aboutUs_modernHeroTitle__F9vBg{font-size:2.2rem}.aboutUs_modernSectionTitle__yFyMj{font-size:2rem}.aboutUs_modernPhilosophyTitle__0CKg8{font-size:1.8rem}.aboutUs_modernModalImageContainer__u0w1e,.aboutUs_modernModalImage__YAGzw{display:none}.aboutUs_modernPhilosophyText__RR\+-k{padding:1.5rem}.aboutUs_modernPhilosophyText__RR\+-k p{font-size:1rem}}.photoGallery_tabWrap__PznXh{height:100%;width:100%}.photoGallery_galleryWrap__rYE9Y{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(90vw,400px),1fr));padding:16px;width:100%}.photoGallery_photoWrapper__ufBYG{border-radius:5px;display:flex;filter:var(--drop-shadow-default);flex-direction:column;gap:8px;max-height:500px;padding:16px;width:100%}.photoGallery_photo__AHK87{cursor:pointer;filter:drop-shadow(1px 4px 4px rgba(0,0,0,.5));max-width:100%;object-fit:contain;overflow:hidden}.photoGallery_photoFull__boF-L{max-height:80%;object-fit:contain}.photoGallery_photoComment__obske{text-align:center;width:100%}.photoGallery_modernContainer__Sqv2V{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.photoGallery_modernGalleryHero__xCDLT{align-items:center;background-attachment:fixed;background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:60vh;overflow:hidden;position:relative}.photoGallery_modernGalleryHero__xCDLT:before{background:#fffcfdd9;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.photoGallery_modernHeroContent__Wx0wm{margin:0 auto;max-width:800px;text-align:center}.photoGallery_modernHeroTitle__Z7j6G{color:#333;font-size:3rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.photoGallery_modernHeroSubtitle__rqTPz{color:#666;font-size:1.25rem;line-height:1.6}.photoGallery_modernGallerySection__d5NdT{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;padding:80px 0;position:relative}.photoGallery_modernGallerySection__d5NdT:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.photoGallery_modernGalleryGrid__Cc67E{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));position:relative;z-index:1}.photoGallery_modernPhotoCard__a-nvL{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e9ecef80;border-radius:16px;box-shadow:0 8px 30px #0000001a;cursor:pointer;overflow:hidden;padding:0;transition:all .3s ease}.photoGallery_modernPhotoCard__a-nvL:hover{border-top:3px solid var(--primary);box-shadow:0 16px 40px #0e639c26;transform:translateY(-8px)}.photoGallery_modernPhotoCard__a-nvL:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.photoGallery_modernPhotoContainer__Zn06O{height:250px;overflow:hidden;position:relative;width:100%}.photoGallery_modernPhoto__dhcij{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.photoGallery_modernPhotoCard__a-nvL:hover .photoGallery_modernPhoto__dhcij{transform:scale(1.05)}.photoGallery_modernPhotoOverlay__395Ip{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.photoGallery_modernPhotoCard__a-nvL:hover .photoGallery_modernPhotoOverlay__395Ip{opacity:1}.photoGallery_modernPhotoIcon__UuzTR{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;color:#fff;font-size:2rem;padding:1rem}.photoGallery_modernPhotoDescription__gnWXG{color:#555;font-size:.95rem;line-height:1.5;padding:1.5rem;text-align:center}.photoGallery_modernModalPhotoContainer__idXcI{align-items:center;display:flex;flex-direction:column;gap:1rem}.photoGallery_modernModalPhoto__Lpfgz{border-radius:12px;box-shadow:0 8px 30px #0003;max-height:70vh;max-width:100%;object-fit:contain}.photoGallery_modernModalPhotoDescription__5UXkJ{background:#f8f9facc;border-radius:8px;color:#555;font-size:1rem;line-height:1.6;max-width:600px;padding:1rem;text-align:center}@keyframes photoGallery_show-animation__xgA3P{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.photoGallery_show-animation__xgA3P{animation:photoGallery_show-animation__xgA3P .6s ease-out}@media only screen and (max-width:768px){.photoGallery_modernHeroTitle__Z7j6G{font-size:2.5rem}.photoGallery_modernHeroSubtitle__rqTPz{font-size:1.1rem}.photoGallery_modernGalleryGrid__Cc67E{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.photoGallery_modernPhotoContainer__Zn06O{height:200px}.photoGallery_modernPhotoDescription__gnWXG{padding:1rem}.photoGallery_modernGallerySection__d5NdT{padding:60px 0}}@media only screen and (max-width:480px){.photoGallery_modernContainer__Sqv2V{padding:0 15px}.photoGallery_modernHeroTitle__Z7j6G{font-size:2rem}.photoGallery_modernGalleryGrid__Cc67E{grid-template-columns:1fr}.photoGallery_modernPhotoContainer__Zn06O{height:180px}.photoGallery_modernModalPhoto__Lpfgz{max-height:60vh}}.ourServices_tabWrap__g8nl1{align-items:center;display:flex;flex-direction:column;gap:32px;height:100%;width:100%}.ourServices_card__PzoQn{border-radius:10px;display:flex;gap:16px;justify-content:space-between;max-height:85%;min-height:85%;overflow:hidden;padding:16px;width:95%}.ourServices_cardPicture__nKFfA{border-radius:5px;max-height:100%;object-fit:cover;width:40%}.ourServices_textSide__XvhXm{align-items:center;border-radius:10px;display:flex;filter:var(--drop-shadow-default);flex-direction:column;gap:8px;height:100%;justify-content:center;overflow-y:auto;width:100%}.ourServices_cardTitle__VdOhw{display:block;display:flex;font-family:Arial Narrow Bold,sans-serif;font-size:xx-large;font-weight:700;justify-content:center;padding:16px;position:relative;width:100%}.ourServices_cardDescription__YXlTb{display:block;font-size:x-large;overflow-y:auto;position:relative;width:66%}.ourServices_cardExtra__ZA8MT{display:flex;flex-direction:column;font-size:large;justify-content:space-between;padding-top:16px;width:66%;z-index:1}.ourServices_cardReadMore__zgkvM{color:var(--primary);cursor:pointer;text-decoration:underline;z-index:10}.ourServices_categoryTitle__Wn9Dc{font-size:50px;font-weight:700;padding-bottom:32px;padding-top:32px;text-align:center;width:100%}.ourServices_searchBoxWrap__-SHYH{background-color:#fff6;border-radius:10px;display:flex;filter:var(--drop-shadow-default);gap:4px;padding:4px;width:95%}.ourServices_searchIcon__hpa0n{padding:4px}.ourServices_searchBox__HjkBH{background-color:initial;border:0;width:100%}.ourServices_searchBox__HjkBH:focus{outline:none}.ourServices_focusWrap__TDg9y{background-color:#000c;display:flex;flex-direction:column;gap:16px;height:100%;left:0;padding:16px;position:absolute;top:0;width:100%;z-index:200}.ourServices_focusTop__vyY9H{align-items:center;background-color:#fff;background-image:url(/static/media/marble_back_02.848cd48a43f1579f2d41.jpg);border-radius:10px;display:flex;height:8%;position:relative;width:100%}.ourServices_focusTop__vyY9H:before{background:#fffcfdcc;border-radius:10px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.ourServices_focusTitle__ZF59P{font-size:x-large;margin-left:50px;text-align:center;width:calc(100% - 100px)}.ourServices_focusClose__OLB0H{cursor:pointer;text-align:center;width:50px}.ourServices_focusBottom__toG\+E{display:flex;gap:16px;height:92%;width:100%}.ourServices_focusBottomPicture__C3Qnf{border-radius:10px;height:100%;object-fit:cover;width:33%}.ourServices_focusBottomInfo__Y6iQ\+{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);border-radius:10px;height:100%;overflow:auto;padding:16px;position:relative;width:100%}.ourServices_focusBottomInfo__Y6iQ\+:before{background:#fffcfdcc;border-radius:10px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.ourServices_modernContainer__ZQew5{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.ourServices_modernServicesHero__5MP7p{align-items:center;display:flex;justify-content:center;min-height:70vh;overflow:hidden;position:relative}.ourServices_modernVideoContainer__PxkUC{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.ourServices_modernHeroVideo__xQMsz{height:100%;object-fit:cover;width:100%}.ourServices_modernVideoOverlay__NlfDV{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ourServices_modernHeroContent__EN4nB{color:#fff;margin:0 auto;max-width:800px;position:relative;text-align:center;text-shadow:0 2px 4px #00000080;z-index:2}.ourServices_modernHeroTitle__FOg1Q{color:#fff;font-size:3.5rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.ourServices_modernHeroSubtitle__4f6ad{color:#ffffffe6;font-size:1.3rem;line-height:1.6}.ourServices_modernServicesSection__Oedzu{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;padding:80px 0;position:relative}.ourServices_modernServicesSection__Oedzu:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.ourServices_modernSearchContainer__jegC9{display:flex;justify-content:center;margin-bottom:3rem;position:relative;z-index:1}.ourServices_modernSearchWrapper__43Fus{max-width:500px;position:relative;width:100%}.ourServices_modernSearchInput__fcOPt{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #e9ecefcc;border-radius:25px;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .3s ease;width:100%}.ourServices_modernSearchInput__fcOPt:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0e639c1a;outline:none}.ourServices_modernSearchIcon__Yd\+07{color:#666;font-size:1.1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.ourServices_modernSectionTitle__Uaqr7{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:3rem;position:relative;text-align:center;z-index:1}.ourServices_modernSectionTitle__Uaqr7:after{background:var(--primary);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.ourServices_modernServicesGrid__MTDOB{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));position:relative;z-index:1}.ourServices_modernServiceCard__NyYCa{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e9ecef80;border-radius:16px;box-shadow:0 8px 30px #0000001a;overflow:hidden;transition:all .3s ease}.ourServices_modernServiceCard__NyYCa:hover{border-top:3px solid var(--primary);box-shadow:0 16px 40px #0e639c26;transform:translateY(-8px)}.ourServices_modernServiceImage__t8t7e{height:250px;overflow:hidden;position:relative}.ourServices_modernServiceImagePlaceholder__1yia4{align-items:center;background:linear-gradient(135deg,#f3eee9,#edf4f8);color:#557186;display:flex;font-weight:600;height:250px;justify-content:center;letter-spacing:.02em;padding:1.5rem;text-align:center}.ourServices_modernServiceImage__t8t7e img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.ourServices_modernServiceCard__NyYCa:hover .ourServices_modernServiceImage__t8t7e img{transform:scale(1.05)}.ourServices_modernServiceOverlay__nKaKz{background:linear-gradient(180deg,#0000 0,#0000004d);bottom:0;left:0;position:absolute;right:0;top:0}.ourServices_modernServiceContent__Up4GN{padding:2rem}.ourServices_modernServiceTitle__PtrUc{color:var(--primary);font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.ourServices_modernServiceDescription__om83c{color:#555;line-height:1.6;margin-bottom:1.5rem;text-align:justify}.ourServices_modernServiceDetails__B\+wAB{display:flex;flex-direction:column;gap:1rem}.ourServices_modernServicePricing__5kLZH{align-items:center;background:#f8f9facc;border:1px solid #e9ecef80;border-radius:8px;display:flex;gap:1rem;justify-content:space-between;padding:1rem}.ourServices_modernServiceDuration__7BX68,.ourServices_modernServicePrice__BE5JU{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.ourServices_modernServiceLabel__CeT1p{color:#666;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.ourServices_modernServiceValue__JbI7D{color:var(--primary);font-size:1rem;font-weight:600}.ourServices_modernServiceCustomPrice__jGBVd{background:#f8f9facc;border:1px solid #e9ecef80;border-radius:8px;color:#333;font-weight:500;padding:1rem;white-space:pre-line}.ourServices_modernServiceButton__jrTnt{align-self:flex-start;background:var(--primary);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.ourServices_modernServiceButton__jrTnt:hover{background:var(--primary-darker);box-shadow:0 6px 20px #0e639c66;transform:translateY(-2px)}.ourServices_modernSearchInput__fcOPt:focus-visible,.ourServices_modernServiceButton__jrTnt:focus-visible{outline:3px solid #0e639c3d;outline-offset:3px}.ourServices_modernNoResults__mJ7B9{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #e9ecef80;border-radius:12px;color:#666;font-size:1.2rem;padding:3rem;text-align:center}.ourServices_modernModalLayout__Clcdv{align-items:flex-start;display:flex;gap:2rem}.ourServices_modernModalImageContainer__Ov9b1{align-self:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e9ecef80;border-radius:16px;box-shadow:0 4px 20px #0000001a;flex-shrink:0;padding:1rem}.ourServices_modernModalImage__F3lwq{border:3px solid var(--primary);border-radius:12px;box-shadow:0 4px 20px #0e639c33;display:block;height:280px;object-fit:cover;width:220px}.ourServices_modernModalContent__OIDFy{color:#333;flex:1 1;line-height:1.6;min-width:0}@keyframes ourServices_show-animation__EKaw9{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ourServices_show-animation__EKaw9{animation:ourServices_show-animation__EKaw9 .6s ease-out}@keyframes ourServices_wipe-left__l24CA{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes ourServices_wipe-right__z7\+aq{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media only screen and (max-width:1000px){.ourServices_card__PzoQn{max-height:none;min-height:85%;padding-left:0;padding-right:0;width:100%}.ourServices_cardPicture__nKFfA{width:30%}.ourServices_cardTitle__VdOhw{font-size:large;width:90%}.ourServices_cardDescription__YXlTb,.ourServices_cardExtra__ZA8MT{font-size:medium;width:90%}.ourServices_categoryTitle__Wn9Dc{font-size:xx-large;width:80%}.ourServices_focusWrap__TDg9y{gap:8px;padding:8px}.ourServices_focusBottom__toG\+E{flex-direction:column;gap:8px}.ourServices_focusBottomPicture__C3Qnf{height:33%;width:100%}.ourServices_focusBottomInfo__Y6iQ\+{padding:8px}.ourServices_modernServicesGrid__MTDOB{gap:1.5rem;grid-template-columns:1fr}.ourServices_modernHeroTitle__FOg1Q{font-size:2.8rem}.ourServices_modernModalLayout__Clcdv{flex-direction:column;gap:1rem}.ourServices_modernModalImageContainer__Ov9b1{align-self:center;padding:.75rem}.ourServices_modernModalImage__F3lwq{height:220px;width:180px}.ourServices_modernSearchWrapper__43Fus{max-width:400px}}@media only screen and (max-width:600px){.ourServices_modernContainer__ZQew5{padding:0 15px}.ourServices_modernHeroTitle__FOg1Q{font-size:2.2rem}.ourServices_modernSectionTitle__Uaqr7{font-size:2rem}.ourServices_modernServicesGrid__MTDOB{grid-template-columns:1fr}.ourServices_modernServiceContent__Up4GN{padding:1.5rem}.ourServices_modernModalImageContainer__Ov9b1{padding:.5rem}.ourServices_modernModalImage__F3lwq{height:180px;width:150px}.ourServices_modernSearchWrapper__43Fus{max-width:100%}.ourServices_modernServicePricing__5kLZH{flex-direction:column;gap:.5rem;text-align:center}}.Information_tabWrap__uvwIM{display:flex;gap:16px;height:calc(100% - 70px);padding:16px;width:100%}.Information_map__yW3sp{filter:var(--drop-shadow-default);height:100%;width:100%}.Information_leftSide__TsupV{display:flex;flex-direction:column;height:100%;width:30%}.Information_rightSide__\+vmgV{display:flex;flex-direction:column;height:100%;width:70%}.Information_mapPrompt__Ujf4h{align-items:center;display:flex;font-size:large;font-weight:700;gap:4px;padding-bottom:8px}.Information_cards__SvdMG{display:flex;filter:var(--drop-shadow-default);flex-direction:column;gap:8px;width:100%}.Information_informationCard__\+iBQm{align-items:center;background-color:#fffc;border-radius:10px;display:flex;font-size:18px;gap:8px;padding:8px;white-space:pre-wrap}.Information_informationLink__JdYLE{cursor:pointer;text-decoration-line:underline;text-underline-position:under}.Information_informationLink__JdYLE:hover{color:var(--primary)}.Information_modernContainer__jCPha{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:1}.Information_modernInfoHero__BHlN8{align-items:center;background-attachment:fixed;background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:60vh;overflow:hidden;position:relative}.Information_modernInfoHero__BHlN8:before{background:#fffcfdd9;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.Information_modernHeroContent__McCSC{margin:0 auto;max-width:800px;text-align:center}.Information_modernHeroTitle__ZHGN1{color:#333;font-size:3rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.Information_modernHeroSubtitle__faPK4{color:#666;font-size:1.25rem;line-height:1.6}.Information_modernInfoSection__C1zsS{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;padding:100px 0;position:relative}.Information_modernInfoSection__C1zsS:before{background:#fffcfdcc;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.Information_modernInfoLayout__im2xD{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;position:relative;z-index:1}.Information_modernInfoLeft__sGxTG{display:flex;flex-direction:column;gap:2.5rem}.Information_modernInfoRight__d9BNU{display:flex;flex-direction:column}.Information_modernInfoGroup__fqUfh{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e9ecef80;border-radius:16px;box-shadow:0 8px 30px #0000001a;padding:2.5rem;transition:all .3s ease}.Information_modernInfoGroup__fqUfh:hover{border-top:3px solid var(--primary);box-shadow:0 12px 40px #0e639c26;transform:translateY(-5px)}.Information_modernInfoGroupTitle__BR06O{align-items:center;color:var(--primary);display:flex;font-size:1.8rem;font-weight:600;gap:.75rem;margin-bottom:1.5rem}.Information_modernInfoGroupIcon__juAfM{font-size:1.5rem}.Information_modernInfoCards__vQXfu{display:flex;flex-direction:column;gap:1rem}.Information_modernInfoCard__Zbrfg{align-items:center;background:#f8f9facc;border:1px solid #e9ecef80;border-radius:12px;display:flex;gap:1rem;padding:1.25rem;transition:all .3s ease}.Information_modernInfoCard__Zbrfg:hover{background:#ffffffe6;box-shadow:0 4px 15px #0e639c1a;transform:translateX(8px)}.Information_modernInfoIcon__eCvRv{align-items:center;background:var(--primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;height:40px;justify-content:center;width:40px}.Information_modernInfoContent__-kH1S{flex:1 1}.Information_modernInfoLabel__\+qTr0{color:#666;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.Information_modernInfoText__J25RF{color:#333;font-size:1rem;font-weight:500;line-height:1.4}.Information_modernInfoLink__Yc-di{color:var(--primary);cursor:pointer;font-size:1rem;font-weight:500;line-height:1.4;text-decoration:none;transition:all .3s ease}.Information_modernInfoLink__Yc-di:hover{color:var(--primary-darker);text-decoration:underline}.Information_modernMapContainer__KAagO{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e9ecef80;border-radius:16px;box-shadow:0 8px 30px #0000001a;display:flex;flex-direction:column;height:100%;padding:2.5rem}.Information_modernMap__rXHmM{border-radius:12px;box-shadow:0 4px 20px #0000001a;flex:1 1;margin-top:1rem;min-height:400px;overflow:hidden}.Information_modernMap__rXHmM iframe{border:none;border-radius:12px;height:100%;width:100%}@media only screen and (max-width:1000px){.Information_tabWrap__uvwIM{flex-direction:column}.Information_leftSide__TsupV,.Information_rightSide__\+vmgV{width:100%}.Information_modernInfoLayout__im2xD{gap:2rem;grid-template-columns:1fr}.Information_modernInfoLeft__sGxTG{gap:2rem}.Information_modernInfoGroup__fqUfh{padding:1.5rem}.Information_modernInfoGroupTitle__BR06O{font-size:1.6rem}.Information_modernMapContainer__KAagO{padding:1.5rem}.Information_modernMap__rXHmM{min-height:350px}.Information_modernHeroTitle__ZHGN1{font-size:2.5rem}}@media only screen and (max-width:600px){.Information_modernContainer__jCPha{padding:0 15px}.Information_modernHeroTitle__ZHGN1{font-size:2rem}.Information_modernHeroSubtitle__faPK4{font-size:1.1rem}.Information_modernInfoSection__C1zsS{padding:60px 0}.Information_modernInfoLayout__im2xD{gap:1.5rem}.Information_modernInfoGroup__fqUfh{padding:1.25rem}.Information_modernInfoGroupTitle__BR06O{font-size:1.4rem;gap:.5rem}.Information_modernInfoCard__Zbrfg{gap:.75rem;padding:1rem}.Information_modernInfoIcon__eCvRv{font-size:1rem;height:35px;width:35px}.Information_modernMapContainer__KAagO{padding:1.25rem}.Information_modernMap__rXHmM{min-height:300px}.Information_modernInfoCard__Zbrfg:hover{transform:translateX(4px)}}.makeupServices_container__S9eqE{margin:0 auto;max-width:1480px;padding:0 20px;position:relative;z-index:1}.makeupServices_hero__YKFFc{align-items:center;display:flex;min-height:58vh;overflow:hidden;position:relative}.makeupServices_videoContainer__36imi{inset:0;position:absolute;z-index:0}.makeupServices_heroVideo__UqSx3{display:block;height:100%;object-fit:cover;width:100%}.makeupServices_videoOverlay__E5HkB{background:linear-gradient(135deg,#151c2b9e,#183c5f73);inset:0;position:absolute}.makeupServices_heroContent__Pv5Ve{margin:0 auto;max-width:760px;position:relative;text-align:center;z-index:1}.makeupServices_heroTitle__DxCtt{color:#fff;font-size:3.2rem;font-weight:300;letter-spacing:-.03em;margin-bottom:1rem;text-shadow:0 2px 12px #00000059}.makeupServices_heroSubtitle__7Gymi{color:#ffffffe6;font-size:1.15rem;line-height:1.7;text-shadow:0 2px 10px #00000047}.makeupServices_gallerySection__Bejae{background-image:url(/static/media/marble_back_01.a853965099c28c5353bd.jpg);background-position:50%;background-size:cover;padding:80px 0;position:relative}.makeupServices_gallerySection__Bejae:before{background:#fffcfdd6;content:"";inset:0;position:absolute}.makeupServices_bubbleGrid__pr1Se{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-auto-flow:dense;grid-auto-rows:110px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.makeupServices_bubbleCard__U3xOL{background:#fff;border:none;box-shadow:0 16px 40px #424a5824;cursor:pointer;height:100%;overflow:hidden;padding:0;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.makeupServices_bubbleCard__U3xOL:hover{box-shadow:0 22px 48px #0e639c2e;transform:translateY(-8px) scale(1.01)}.makeupServices_bubbleCard__U3xOL:focus-visible{outline:3px solid var(--primary);outline-offset:4px}.makeupServices_bubbleVariant1__mTI4Z{border-radius:46% 54% 61% 39%/40% 37% 63% 60%;grid-column:span 2;grid-row:span 3}.makeupServices_bubbleVariant2__DO2T2{border-radius:58% 42% 45% 55%/58% 43% 57% 42%;grid-column:span 1;grid-row:span 2;transform:translateY(20px)}.makeupServices_bubbleVariant3__XA-gl{border-radius:42% 58% 39% 61%/57% 37% 63% 43%;grid-column:span 2;grid-row:span 3}.makeupServices_bubbleVariant4__qozXt{border-radius:54% 46% 52% 48%/34% 57% 43% 66%;grid-column:span 1;grid-row:span 3;transform:translateY(-12px)}.makeupServices_bubbleVariant5__s0T4C{border-radius:39% 61% 49% 51%/60% 35% 65% 40%;grid-column:span 1;grid-row:span 2}.makeupServices_bubbleVariant6__kejU8{border-radius:63% 37% 54% 46%/42% 58% 42% 58%;grid-column:span 2;grid-row:span 2;transform:translateY(14px)}.makeupServices_bubbleImage__lbjTk{display:block;height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.makeupServices_bubbleCard__U3xOL:hover .makeupServices_bubbleImage__lbjTk{transform:scale(1.06)}.makeupServices_bubbleOverlay__xGJjl{background:linear-gradient(180deg,#ffffff05,#0003);inset:0;position:absolute}.makeupServices_modalContent__S7Coo{display:flex;justify-content:center}.makeupServices_modalImage__qwHXL{border-radius:18px;box-shadow:0 16px 36px #00000038;max-height:76vh;object-fit:contain;width:min(100%,880px)}@media only screen and (max-width:900px){.makeupServices_bubbleVariant1__mTI4Z,.makeupServices_bubbleVariant3__XA-gl,.makeupServices_bubbleVariant6__kejU8{grid-column:span 2}.makeupServices_bubbleVariant2__DO2T2,.makeupServices_bubbleVariant4__qozXt,.makeupServices_bubbleVariant5__s0T4C{grid-column:span 1}}@media only screen and (max-width:640px){.makeupServices_heroTitle__DxCtt{font-size:2.4rem}.makeupServices_heroSubtitle__7Gymi{font-size:1rem}.makeupServices_gallerySection__Bejae{padding:60px 0}.makeupServices_bubbleGrid__pr1Se{grid-auto-rows:95px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.makeupServices_bubbleVariant1__mTI4Z,.makeupServices_bubbleVariant2__DO2T2,.makeupServices_bubbleVariant3__XA-gl,.makeupServices_bubbleVariant4__qozXt,.makeupServices_bubbleVariant5__s0T4C,.makeupServices_bubbleVariant6__kejU8{grid-column:span 1;grid-row:span 2;transform:none}}
/*# sourceMappingURL=main.6b0e2c57.css.map*/