@charset "UTF-8";.Toastify__toast{background:var(--white);border-radius:10px;box-shadow:0 4px 14px rgba(167,198,235,.3);padding:16px 16px 20px;min-height:80px;border-bottom:4px solid transparent}.Toastify__toast--success{border-bottom-color:var(--success-color)}.Toastify__toast--error{border-bottom-color:var(--error-color)}.Toastify__toast--warning{border-bottom-color:var(--warning-color)}.Toastify__toast--info{border-bottom-color:var(--info-color)}.Toastify__toast-body{padding:0;margin:0}.Toastify__toast-icon{display:none}.Toastify__close-button{color:var(--text-color);opacity:.6;background:var(--common-card-bg);border-radius:50%;width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:0;padding:0}.Toastify__close-button:hover{opacity:1;background:var(--border-color)}.Toastify__close-button>svg{width:14px;height:14px}.custom-toast-content{display:flex;flex-direction:column;gap:8px}.custom-toast-header{display:flex;align-items:center;gap:8px}.custom-toast-icon{font-size:20px;line-height:1}.custom-toast-title{font-size:18px;font-weight:700;line-height:24px}.custom-toast-title--success{color:var(--success-color)}.custom-toast-title--error{color:var(--error-color)}.custom-toast-title--warning{color:var(--warning-color)}.custom-toast-title--info{color:var(--info-color)}.custom-toast-message{font-size:16px;font-weight:400;line-height:22px;color:var(--text-color)}.Toastify__toast-container--stacked:hover .Toastify__toast{transform:var(--y)!important;opacity:var(--o)!important;height:var(--h)!important}@media (max-width:768px){.custom-toast-container{top:80px!important;right:auto!important;left:50%!important;transform:translateX(-50%)!important;width:calc(100% - 40px);max-width:500px}}@media (max-width:1300px) and (min-width:769px){.custom-toast-container{top:80px!important;right:var(--tab-padding-size)!important;left:auto!important;transform:none!important}}@media (min-width:1301px){.custom-toast-container{top:80px!important;right:calc((100% - var(--layout-max-width)) / 2)!important;left:auto!important;transform:none!important}}.clear-all-toasts{position:fixed;z-index:var(--z-toast);top:40px;right:calc((100% - var(--layout-max-width)) / 2);background:rgba(255,255,255,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--text-color);cursor:pointer;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .2s cubic-bezier(.4,0,.2,1);animation:slideDownIn .4s ease-out;display:flex;align-items:center;gap:6px}.clear-all-toasts:hover{background:rgba(255,255,255,.95);transform:translateY(-1px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.clear-all-toasts:active{transform:scale(.96);background:rgba(240,240,245,.9)}@keyframes slideDownIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1300px) and (min-width:769px){.clear-all-toasts{right:var(--tab-padding-size)}}@media (max-width:768px){.clear-all-toasts{top:48px;right:max(28px,calc(50% - 160px))}}.ConfirmationModal_wrapper__QQcE6{background-color:white;width:570px;padding:60px}.ConfirmationModal_title__vWT_l{display:flex;gap:10px;justify-content:center;align-items:center;font-size:24px;line-height:36px;font-weight:700}.ConfirmationModal_subtitle__8WHvz{font-weight:400;font-size:16px;line-height:21px;margin-top:20px;color:#474747;text-align:center}.ConfirmationModal_modal-body__ZZPoc img{width:30px;height:30px}.ConfirmationModal_footer__9seTd{margin-top:30px}.ConfirmationModal_cancel-button__btTIX{background-color:white!important;color:black!important;opacity:.6}@media (max-width:768px){.ConfirmationModal_wrapper__QQcE6{width:100%;padding:30px}.ConfirmationModal_title__vWT_l{flex-direction:column;align-items:flex-start;font-size:16px;line-height:24px}.ConfirmationModal_subtitle__8WHvz{font-size:14px;line-height:18px;margin-top:20px;text-align:left}}.Button_button__UZe48{font-weight:600;font-size:16px;line-height:24px;text-align:center;padding:15px 30px;display:flex;justify-content:center;align-items:center;gap:15px;width:100%;white-space:nowrap;text-wrap:nowrap;cursor:pointer!important}.Button_primary__EdnLS{background-color:#000;color:#fff}.Button_loading__hnYyZ{border:2px solid #fff;border-left-color:transparent;width:18px;height:18px;border-radius:50%;animation:Button_spin__I5stH .6s linear infinite}@keyframes Button_spin__I5stH{0%{rotate:0deg}to{rotate:1turn}}.Button_outline__5wNIt{background-color:#fff;outline:1px solid #000;outline-offset:-1px;color:#000}.Button_transparent-outline__6ljTH{height:52px;background-color:transparent;outline:1px solid #000;outline-offset:-1px;color:#000;font-size:14px;line-height:21px;font-weight:500!important}.Button_dashed-outline__tYIYT{background-color:transparent;outline:1px dashed rgba(0,0,0,.4);outline-offset:-1px;gap:0;font-weight:500}.Button_disabled__dtuST{opacity:.2;cursor:not-allowed!important}.Button_outline__5wNIt .Button_loading__hnYyZ{border-color:#000 #000 #000 #fff!important}.Button_rounded__1uW4m{border-radius:1000px}.Button_button__UZe48 img{height:20px;width:20px}.Button_dashed-outline-black__0LDUn{background-color:transparent;outline-offset:-1px;gap:0;outline:1px dashed #000}@media (max-width:768px){.Button_button__UZe48{font-size:14px;line-height:21px}.Button_dashed-outline__tYIYT{background-color:#fff}.Button_transparent-outline__6ljTH{height:48px}}.Loader_wrapper__esFlA{height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.Loader_loader__Szy_J>span{background:#fad000;border-radius:50%;margin:5rem .5rem;animation:Loader_bouncingLoader__x2cXl .6s infinite alternate}.Loader_loader__Szy_J>span:nth-child(2){animation-delay:.2s}.Loader_loader__Szy_J>span:nth-child(3){animation-delay:.4s}@keyframes Loader_bouncingLoader__x2cXl{0%{width:.1rem;height:.1rem;opacity:1;transform:translate3d(0)}to{width:1rem;height:1rem;opacity:.1;transform:translate3d(0,-1rem,0)}}@media (max-width:768px){.Loader_loader-display-area__5vaAT{grid-column:1;grid-row:1}}.LoaderIcon_loader-svg__tlfMC{max-width:60px;max-height:60px}.LoaderIcon_loader-svg__tlfMC>path:nth-child(2){fill:var(--brand-color,#0d5bff);animation:LoaderIcon_pulse__TBcSO 1.8s infinite}.LoaderIcon_loader-svg__tlfMC>path:nth-child(3){fill:black;animation:LoaderIcon_pulse__TBcSO 1.8s infinite;animation-delay:.35s}.LoaderIcon_loader-svg__tlfMC>path:first-child{fill:black;animation:LoaderIcon_pulse__TBcSO 1.8s infinite;animation-delay:.7s}@keyframes LoaderIcon_pulse__TBcSO{0%{fill:rgb(0,0,0)}15%{fill:var(--brand-color,#0d5bff)}50%{fill:var(--brand-color,#0d5bff)}65%{fill:rgb(0,0,0)}to{fill:rgb(0,0,0)}}.SingleRegularServiceDetails_location-fee-profile-container__GVu_t{width:100%;margin-top:5px;padding:75px 0 0;display:flex;justify-content:space-between}.SingleRegularServiceDetails_location-wrapper__Jm3z8{width:max-content}.SingleRegularServiceDetails_profile-wrapper__ZLuWs{width:53%}.SingleRegularServiceDetails_service-fee-wrapper__J1ueK{width:100%;margin-top:80px}.SingleRegularServiceDetails_display-none__MpWsy{display:none}.SingleRegularServiceDetails_details-wrapper__bIeeq{padding-top:80px}@media (max-width:768px){.SingleRegularServiceDetails_location-fee-profile-container__GVu_t{margin-top:0;margin-bottom:0;padding:20px 20px 0;flex-direction:column;gap:30px}.SingleRegularServiceDetails_profile-wrapper__ZLuWs{width:100%}.SingleRegularServiceDetails_details-wrapper__bIeeq{padding-top:30px}.SingleRegularServiceDetails_service-fee-wrapper__J1ueK{margin:0}}.ServiceSectionDetails_wrapper__TdBEL{width:100%;display:flex;flex-direction:column;gap:30px;color:#000000}.ServiceSectionDetails_single-details__niWOy{width:100%;height:max-content;display:flex;justify-content:space-between;gap:100px}.ServiceSectionDetails_details-details__9G2AE{flex:1 1;display:flex;flex-direction:column;flex-wrap:wrap}.ServiceSectionDetails_dot-title__Lj_hQ{position:relative;width:100%;display:flex;align-items:center;gap:20px}.ServiceSectionDetails_dot__U7YKc{height:20px;width:20px;background-color:var(--main-color,var(--brand-color,#0d5bff));border-radius:50%}.ServiceSectionDetails_header__SsGNj{font-weight:700;font-size:24px;line-height:36px}.ServiceSectionDetails_title__azi2e{font-weight:600;font-size:20px;line-height:30px;transform:translateY(2px)}.ServiceSectionDetails_description__SiLyp{font-weight:500;font-size:16px;line-height:24px;padding-top:30px}.ServiceSectionDetails_media-wrapper___PzX5{width:280px}.ServiceSectionDetails_display-none__jaFL9{display:none}@media (max-width:768px){.ServiceSectionDetails_wrapper__TdBEL{padding:0 20px;gap:20px}.ServiceSectionDetails_no-padding__eK4hd{padding:0}.ServiceSectionDetails_details-details__9G2AE{width:100%}.ServiceSectionDetails_dot-title__Lj_hQ{gap:15px}.ServiceSectionDetails_dot__U7YKc{height:14px;width:14px}.ServiceSectionDetails_header__SsGNj{font-weight:700;font-size:20px;line-height:30px}.ServiceSectionDetails_title__azi2e{font-size:14px;line-height:21px}.ServiceSectionDetails_description__SiLyp{font-size:12px;line-height:18px;padding-top:20px}.ServiceSectionDetails_less-padding__gMS5d{padding-top:0}.ServiceSectionDetails_media-wrapper___PzX5{width:100%;padding-top:5px}.ServiceSectionDetails_single-details__niWOy{gap:0}}@media (width:768px){.ServiceSectionDetails_media-wrapper___PzX5{padding-top:20px}}.MediaCarousel_carousel-wrapper__CPkf_{width:var(--main-image-width);height:var(--wrapper-height)}.MediaCarousel_active-image-wrapper__DhDqz{margin-bottom:13px}.MediaCarousel_zero-border__Wb3wo{border-radius:0!important}.MediaCarousel_video-wrapper__W4aCD{height:100%;width:100%}.MediaCarousel_nav-video-wrapper__KGJFf{border-radius:0!important;max-width:var(--small-image-width);max-height:var(--small-image-height);min-width:var(--small-image-width);min-height:var(--small-image-height);object-fit:cover;cursor:pointer;position:relative}.MediaCarousel_img__px2H5{width:100%;height:100%;object-fit:cover;background-color:#eaeaf0}.MediaCarousel_active-image__Ty8_L{width:var(--main-image-width);height:var(--main-image-height);object-fit:cover;cursor:-webkit-grab;cursor:grab;position:relative;overflow:hidden}.MediaCarousel_active-image__Ty8_L.MediaCarousel_grabbing__NvZzQ{width:var(--main-image-width);height:var(--main-image-height);object-fit:cover;cursor:-webkit-grabbing;cursor:grabbing}.MediaCarousel_nav-wrapper__E340O{height:var(--small-image-height);width:100%;display:flex;justify-content:space-between}.MediaCarousel_nav-images__TCCr8{height:var(--small-image-height);width:244px;overflow:hidden}.MediaCarousel_single-nav-image-wrapper__o9upp{width:var(--small-image-width)!important;height:var(--small-image-height)!important;overflow:hidden;position:relative;cursor:pointer}.MediaCarousel_single-nav-image__6uTEc{height:100%;width:100%;object-fit:cover;cursor:pointer;background-color:#eaeaf0}.MediaCarousel_nav-buttons__hW94p{display:flex}.MediaCarousel_nav-buttons__hW94p>span{height:var(--small-image-height);width:var(--small-image-width);background-color:#eaeaf0;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;transition:all .2s}.MediaCarousel_nav-buttons__hW94p>span:hover{background-color:#00000033}.MediaCarousel_nav-button__ev1X0.MediaCarousel_disabled__5v9Qq{cursor:not-allowed}.MediaCarousel_nav-button__ev1X0.MediaCarousel_disabled__5v9Qq:hover{background-color:#eaeaf0}.MediaCarousel_nav-buttons__hW94p>span:first-child:after{content:"";width:1px;height:22px;position:absolute;right:-.5px;z-index:var(--z-above);opacity:1;background-color:rgba(0,0,0,.4)}.MediaCarousel_carousel__dn2HK .slick-current .MediaCarousel_single-nav-image__6uTEc{border:2px solid #000}.MediaCarousel_carousel__dn2HK .slick-current{position:relative}.MediaCarousel_carousel__dn2HK .slick-current:after{content:"";position:absolute;width:calc(var(--small-image-width) - 4px);height:calc(var(--small-image-height) - 4px);background-color:rgba(255,255,255,.6);top:2px;left:2px;z-index:var(--z-raised);outline:2px solid #000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}.CommonVideoPreview_wrapper__lJWWF{position:relative;width:100%;height:100%;overflow:hidden;border-radius:30px}.CommonVideoPreview_react-player__eeMIS{width:100%!important;height:100%!important;overflow:hidden;z-index:var(--z-above);object-fit:cover}.CommonVideoPreview_react-player__eeMIS video{width:100%!important;height:100%!important;scale:1.02;object-fit:cover}.CommonVideoPreview_transparent-div__9Vkj2{position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.CommonVideoPreview_transparent-div__9Vkj2:hover{cursor:pointer}.CommonVideoPreview_transparent-div__9Vkj2>svg{width:50px!important;height:50px!important}.ImageModal_overlay__Pxack{position:fixed;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;z-index:var(--z-modal);padding:80px 0}.ImageModal_body__rCAbr,.ImageModal_overlay__Pxack{display:flex;justify-content:center;align-items:center}.ImageModal_body__rCAbr{position:relative;width:auto!important;height:100%!important}.ImageModal_display-image-wrapper__pmdnM{width:100%;height:100%}.ImageModal_cross-button__vqA_7{position:absolute;top:24px;right:24px;cursor:pointer}.ImageModal_display-image__S_8oU{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.ImageModal_body__rCAbr{width:90%!important;height:100%}}.StylistMediaSlider_showcase-wrapper__tb7Sr{background-color:#fff;padding:15px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.StylistMediaSlider_slider-container__Zongw{height:500px;width:100%;padding:0}.StylistMediaSlider_video-wrapper__ywEMi{width:100%!important;height:100%!important;cursor:pointer}.StylistMediaSlider_slider-container-sm__Kgugg{height:225px;width:45%}.StylistMediaSlider_slider-container-md__fLJc4{height:400px;width:100%}.StylistMediaSlider_image-box__uCHrl{height:500px;width:540px;position:relative}.StylistMediaSlider_image-box-sm__Voq9H{width:45%;height:220px}.StylistMediaSlider_image-box-md__tWWtn{width:100%;height:400px}.StylistMediaSlider_image-box__uCHrl>div{position:absolute;width:50%;height:50%}.StylistMediaSlider_top-right__TRfVj{top:0;right:0;background-color:var(--main-color,var(--brand-color,#0d5bff))}.StylistMediaSlider_top-left__sEv5_{top:0;left:0;background-color:#000000}.StylistMediaSlider_bottom-right____cl4{bottom:0;right:0;background-color:#000000}.StylistMediaSlider_bottom-left__CqmCD{bottom:0;left:0;background-color:var(--main-color,var(--brand-color,#0d5bff))}.StylistMediaSlider_image-box__uCHrl img,.StylistMediaSlider_img__neQYw{width:100%;height:100%;border-radius:20px;object-fit:cover;position:relative;z-index:var(--z-raised)}.StylistMediaSlider_img__neQYw{background-color:#eaeaf0}.StylistMediaSlider_no-corner__aUKdA img{border-radius:0}.StylistMediaSlider_zero-border__LxwPs{border-radius:0!important}@media (min-width:768px){.StylistMediaSlider_showcase-wrapper__tb7Sr,.StylistMediaSlider_slider-container__Zongw{padding:0}}.PreWrapTextContainer_pre-wrap-text__2W5SP{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;max-width:100%}.ServiceTopSection_section__M_g46{width:100%;display:flex;justify-content:space-between;gap:40px;padding-top:14px}.ServiceTopSection_media__2_wHR{width:400px;padding:0}.ServiceTopSection_media-sp__M2OZc{display:none}.ServiceTopSection_media-container__U9dHj{display:flex;gap:20px;flex-direction:column}.ServiceTopSection_basic-info-container__hSjvw{display:flex;gap:10px;justify-content:space-between}@media (max-width:900px){.ServiceTopSection_basic-info__uUHnN{padding-right:30px}}@media (max-width:768px){.ServiceTopSection_section__M_g46{padding:1px 20px 0;flex-direction:column;gap:0}.ServiceTopSection_basic-info__uUHnN{padding-right:0}.ServiceTopSection_media__2_wHR{display:none}.ServiceTopSection_media-sp__M2OZc{display:block;width:100%}.ServiceTopSection_sns-sp__WtAsN{padding-top:15px}}.ServiceBasicInfo_basic-info-wrapper___3Wri{width:100%;padding:0;display:flex;flex-direction:column;gap:20px}.ServiceBasicInfo_profile-section__Dmd_h{margin-top:30px}.ServiceBasicInfo_coupon-wrapper__90JI_,.ServiceBasicInfo_recommendation-wrapper__icbjP{width:100%;display:flex;flex-direction:column;gap:30px;padding:0 0 30px;color:#000000}@media (max-width:768px){.ServiceBasicInfo_basic-info-wrapper___3Wri{gap:15px}}.AddToCartButton_add-button__cbU6y{width:156px;height:48px;background-color:#000000;border-radius:1000px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:600;font-size:14px;line-height:21px;color:#ffffff;cursor:pointer}#AddToCartButton_disable__dAhT_{background:#e7e7e7;color:rgba(0,0,0,.2)}@media (min-width:769px) and (max-width:1024px){.AddToCartButton_add-button__cbU6y{width:205px!important}}@media (max-width:768px){.AddToCartButton_add-button__cbU6y{width:160px;height:42px;font-weight:700;font-size:14px;line-height:20px}}.FavoriteAdd_buttons-wrapper__xyb1_{width:100%;height:100%;display:flex;flex-direction:row;gap:25px;justify-content:space-between;padding-top:10px;align-items:center}.FavoriteAdd_button__cgLlt{display:flex;align-items:center;cursor:pointer;width:48px;height:48px;margin-top:6px}.FavoriteAdd_button__cgLlt>img{width:100%;height:100%}.FavoriteAdd_favorite-image__BpLJM{cursor:pointer}@media (min-width:769px) and (max-width:1024px){.FavoriteAdd_buttons-wrapper__xyb1_{justify-content:space-between!important}}@media (max-width:768px){.FavoriteAdd_buttons-wrapper__xyb1_{padding:10px 0 0}.FavoriteAdd_button__cgLlt{width:20px;height:20px}}.ServiceHeader_wrapper__fxGcs{width:100%;padding:0}.ServiceHeader_title__9hpcw{font-weight:700;font-size:28px;line-height:42px;color:#000000;text-wrap:wrap}@media (max-width:768px){.ServiceHeader_title__9hpcw{padding-top:15px;font-size:16px;line-height:24px}}.TagSection_tag-container___rc1A{width:100%;display:flex;align-items:center;gap:20px;margin:8px 0;flex-wrap:wrap;overflow:hidden}.TagSection_height___uZBp{max-height:40px}.TagSection_tag-wrapper__SUDW_{position:relative}.TagSection_tag-upper__VCBhj{font-weight:500;font-size:14px;line-height:20px;color:#6d6d6d;border:1px solid #6d6d6d;border-radius:30px;padding:6px 12px;margin:0;z-index:var(--z-raised);overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}@media (max-width:768px){.TagSection_tag-container___rc1A{margin:10px 0}.TagSection_tag-upper__VCBhj{font-weight:500;font-size:12px;padding:4px 8px}.TagSection_height___uZBp{max-height:30px}}.PriceSection_wrapper__YhgAJ{width:100%}.PriceSection_price-advance-payment__oidhb{display:flex;flex-wrap:wrap;gap:15px;color:#000000}.PriceSection_price-container__joipw{display:flex;align-items:center;gap:15px;margin-right:5px}.PriceSection_price-container__joipw p{display:inline-block;font-weight:600;font-size:16px;line-height:24px}.PriceSection_price-container__joipw .PriceSection_price__N_tPz{font-weight:700;font-size:28px;line-height:42px;color:var(--main-color)}.PriceSection_advance-payment__to1Ve{display:flex;align-items:center}.PriceSection_advance-payment__to1Ve p{font-weight:500;font-size:16px;line-height:24px;color:rgb(0,0,0,.5)}@media (max-width:768px){.PriceSection_price-advance-payment__oidhb{flex-direction:column;gap:15px}.PriceSection_price-container__joipw{margin-right:0}.PriceSection_price-container__joipw p{font-weight:500;font-size:14px;line-height:21px}.PriceSection_price-container__joipw .PriceSection_price__N_tPz{font-weight:700;font-size:16px;line-height:24px}.PriceSection_advance-payment__to1Ve p{font-size:12px;line-height:18px}}.Duration_wrapper__ZN1G6{width:100%}.Duration_duration__dntGU{font-weight:500;font-size:16px;line-height:24px;color:#000000}@media (max-width:768px){.Duration_wrapper__ZN1G6{padding-bottom:5px}.Duration_duration__dntGU{font-size:12px;line-height:18px}}.ServiceDescription_wrapper__fJUtW{padding-top:10px;width:100%}.ServiceDescription_description__SVn0r{font-weight:500;font-size:16px;line-height:24px;color:#000000}@media (max-width:768px){.ServiceDescription_wrapper__fJUtW{padding-top:5px}.ServiceDescription_description__SVn0r{font-size:12px;line-height:18px}}.SnsShare_share-icon-wrapper__6xxB6{display:flex;justify-content:flex-end}.SnsShare_share-icon__pjatR{cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}.SnsShare_share-icon__pjatR svg{height:31px;width:33px;fill:var(--white)}.SnsShare_share-icon__pjatR svg:hover{fill:var(--black)}@media (max-width:768px){.SnsShare_share-icon__pjatR svg{height:19px;width:18px}}.ShareModal_share-modal__yYJJu{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.4);position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-dropdown)}.ShareModal_modal-wrapper___CJRq{width:100%;max-width:450px;height:max-content;background-color:var(--white);border-radius:20px;padding:30px 30px 40px}.ShareModal_modal-top__H4K6D{display:flex;justify-content:space-between;margin-bottom:35px}.ShareModal_modal-top__H4K6D>h3{font-weight:700;font-size:24px;letter-spacing:.05em;color:#333333}.ShareModal_modal-top__H4K6D>div{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#edf2f5;cursor:pointer}@media (max-width:768px){.ShareModal_modal-wrapper___CJRq{max-width:-moz-fit-content;max-width:fit-content;width:calc(100% - 40px);padding-bottom:30px}.ShareModal_modal-top__H4K6D{display:flex;justify-content:space-between;margin-bottom:35px;margin-bottom:20px}.ShareModal_modal-top__H4K6D>div{width:30px;height:30px}.ShareModal_modal-top__H4K6D>h3{font-size:16px}.ShareModal_news-share-icon__SVZsv svg{height:30px;width:30px}.ShareModal_news-share-icon__SVZsv span{display:block}}.ServiceProviderProfile_wrapper__XUVcI{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;padding:30px;border:1px solid rgb(0,0,0,.2)}.ServiceProviderProfile_reservation-details-wrapper__PMDUq{border-radius:8px;max-width:614px;border:1px solid rgb(0,0,0,.1);padding:20px}.ServiceProviderProfile_profile__9r4rw{display:flex;gap:20px;align-items:center}.ServiceProviderProfile_redirect__sOd_X{cursor:pointer}.ServiceProviderProfile_profile-info__WAleP{height:66px;display:flex;flex-direction:column;justify-content:space-between}.ServiceProviderProfile_profile-info__WAleP.ServiceProviderProfile_tab__1jCtg{cursor:pointer}.ServiceProviderProfile_profile-info__WAleP.ServiceProviderProfile_introduction__g1YwO .ServiceProviderProfile_stylist-tag__UhXUq{font-family:Hiragino Kaku Gothic Pro;font-style:normal;font-weight:600;font-size:11px;line-height:20px;display:flex;align-items:center;letter-spacing:.1em;color:#ad5432}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_user__2V2mF .ServiceProviderProfile_profile-info__WAleP{gap:10px}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_user__2V2mF .ServiceProviderProfile_profile__9r4rw .ServiceProviderProfile_profile-image__FJBT3{height:54px;width:54px;border:2px solid black}.ServiceProviderProfile_profile__9r4rw .ServiceProviderProfile_profile-image__FJBT3{height:68px;width:68px;border-radius:15px;object-fit:cover;object-position:center;background-color:#c4c4c4}.ServiceProviderProfile_profile-null-image__MOWc_{height:36px;width:36px;border-radius:15px;position:relative;display:flex;justify-content:center;align-items:center}.ServiceProviderProfile_profile-null-image__MOWc_:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px;background-color:var(--main-color,var(--brand-color,#0d5bff));opacity:.3;z-index:var(--z-base)}.ServiceProviderProfile_profile-icon__HiB0q{position:relative;z-index:var(--z-raised)}.ServiceProviderProfile_stylist-name__aINGH{font-weight:600;font-size:20px;line-height:30px;color:black}.ServiceProviderProfile_stylist-tag__UhXUq{font-weight:500;font-size:13px;line-height:24px;color:rgba(0,0,0,.4);font-size:20px;font-weight:600;line-height:30px;text-align:left}.ServiceProviderProfile_follow-icon__596NM{height:30px;width:30px;cursor:pointer}.ServiceProviderProfile_profile-image__FJBT3{font-size:11px}@media screen and (min-width:769px){.ServiceProviderProfile_follow-icon__596NM{height:44px;width:44px;display:flex;justify-content:center;align-items:center}.ServiceProviderProfile_follow-icon__596NM>img{width:100%;height:100%;object-fit:cover}.ServiceProviderProfile_profile-null-image__MOWc_{height:60px;width:60px}.ServiceProviderProfile_profile-icon__HiB0q{height:25px;width:25px}.ServiceProviderProfile_stylist-name__aINGH{font-size:20px;font-weight:600;line-height:30px;text-align:left}.ServiceProviderProfile_stylist-tag__UhXUq{font-size:14px;font-weight:500;line-height:21px;text-align:left;color:rgba(0,0,0,.4)}}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_white__2ScHG .ServiceProviderProfile_stylist-name__aINGH{font-weight:600;font-size:17px;line-height:23.05px;color:white}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_white__2ScHG .ServiceProviderProfile_stylist-tag__UhXUq{font-weight:600;font-size:15px;line-height:22px;color:white}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_white__2ScHG .ServiceProviderProfile_profile-info__WAleP{gap:16px}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_stylist__a0BlV .ServiceProviderProfile_stylist-name__aINGH{font-style:normal;font-weight:400;font-size:13px;line-height:20px;letter-spacing:.02em;color:#000000}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_stylist__a0BlV .ServiceProviderProfile_stylist-tag__UhXUq{font-style:normal;font-weight:400;font-size:10px;line-height:11px;letter-spacing:.01em;color:rgba(0,0,0,.4)}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_stylist__a0BlV .ServiceProviderProfile_profile-info__WAleP{gap:2px}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_stylist__a0BlV .ServiceProviderProfile_profile__9r4rw .ServiceProviderProfile_profile-image__FJBT3{height:34px;width:34px}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_white__2ScHG .ServiceProviderProfile_follow-icon__596NM img{cursor:pointer;filter:none}.ServiceProviderProfile_wrapper__XUVcI .ServiceProviderProfile_follow-icon__596NM img{filter:invert()}.ServiceProviderProfile_additional-information___paxk{width:100%;padding-bottom:20px;display:flex;flex-direction:column;gap:10px}.ServiceProviderProfile_treatment-number__rTp9I{font-weight:700;font-size:13px;line-height:20px;letter-spacing:.1em;color:#ad5432}.ServiceProviderProfile_button__ZBVlA{width:100%;border-radius:30px;background:#e7e7e7;height:48px;font-style:normal;font-weight:600;font-size:13px;line-height:20px;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.1em;color:rgba(0,0,0,.2);cursor:not-allowed}.ServiceProviderProfile_button__ZBVlA.ServiceProviderProfile_active__D4Rf2{background-color:rgba(0,0,0);color:#fff;cursor:pointer}.ServiceProviderProfile_follow-button__dyarJ{height:36px;width:110px;border:1px solid black;display:flex;justify-content:center;align-items:center;cursor:pointer}.ServiceProviderProfile_follow-button__dyarJ.ServiceProviderProfile_active__D4Rf2{border:1px solid white;background:black;color:white}.ServiceProviderProfile_wrapper__XUVcI.ServiceProviderProfile_hide-border__90nuv .ServiceProviderProfile_profile__9r4rw .ServiceProviderProfile_profile-image__FJBT3{border:none}.ServiceProviderProfile_date__kVa4r{font-family:Hiragino Kaku Gothic Pro;font-style:normal;font-weight:600;font-size:11px;line-height:20px;display:flex;align-items:center;letter-spacing:.1em;color:rgba(0,0,0,.4)}.ServiceProviderProfile_message__93InZ{cursor:pointer;width:50px;height:50px}@media screen and (max-width:768px){.ServiceProviderProfile_wrapper__XUVcI{margin-top:0;padding:15px}.ServiceProviderProfile_profile-info__WAleP{height:40px}.ServiceProviderProfile_profile-null-image__MOWc_,.ServiceProviderProfile_profile__9r4rw .ServiceProviderProfile_profile-image__FJBT3{width:40px;height:40px;border-radius:12px}.ServiceProviderProfile_profile-icon__HiB0q{width:12px;height:13px;object-fit:cover}.ServiceProviderProfile_profile__9r4rw{gap:15px}.ServiceProviderProfile_stylist-name__aINGH{font-weight:600;font-size:14px;line-height:16px}.ServiceProviderProfile_stylist-tag__UhXUq{font-size:12px;line-height:18px;font-weight:500}.ServiceProviderProfile_message__93InZ{width:30px;height:30px}.ServiceProviderProfile_reservation-details-wrapper__PMDUq{border-radius:8px;max-width:100%;border:none;padding:0}}.Location_wrapper__4b_Aw{width:100%;height:100%;display:flex;flex-direction:column;gap:30px}.Location_locations__HeLM_{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.Location_single-location__vdSYr{color:#000000;border:1px solid rgb(0,0,0,.2);padding:12px 24px;border-radius:60px;font-weight:500;font-size:16px;line-height:24px;text-align:center}@media (max-width:768px){.Location_wrapper__4b_Aw{gap:15px}.Location_locations__HeLM_{gap:10px}.Location_single-location__vdSYr{padding:10px 15px;display:flex;align-items:center;font-weight:500;font-size:13px;line-height:20px}}.CommonHeader_common-header__6VIKG{font-size:28px;font-weight:700;line-height:42px;text-align:left;color:#000}@media (max-width:769px){.CommonHeader_common-header__6VIKG{font-size:20px;line-height:30px}}.HomeServiceFee_main__r3Ktt{width:100%}.HomeServiceFee_title__iWoOE{font-size:28px;font-weight:700;line-height:42px;text-align:left;color:var(--text-color);margin-bottom:40px}.HomeServiceFee_delivery-text__s34N6{font-size:16px;font-weight:500;line-height:24px;text-align:left;color:var(--text-color);margin-bottom:30px}.HomeServiceFee_price-section__6cQ_9{display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:flex-start}.HomeServiceFee_delivery-price__o9kQe{display:flex;justify-content:center;align-items:center;gap:90px}.HomeServiceFee_city-text__1G7I5{font-weight:500}.HomeServiceFee_city-text__1G7I5,.HomeServiceFee_price__wmA_r{font-size:16px;line-height:24px;text-align:left;color:var(--text-color)}.HomeServiceFee_price__wmA_r{font-weight:600}.HomeServiceFee_padding__6_ssx{padding-right:10px}@media screen and (max-width:768px){.HomeServiceFee_title__iWoOE{font-size:20px;line-height:30px;margin-bottom:20px}.HomeServiceFee_delivery-text__s34N6{font-size:12px;line-height:18px;margin-bottom:20px}.HomeServiceFee_price-section__6cQ_9{gap:15px}.HomeServiceFee_delivery-price__o9kQe{gap:40px}.HomeServiceFee_padding__6_ssx{padding-right:8px}.HomeServiceFee_city-text__1G7I5{font-size:12px;line-height:18px}.HomeServiceFee_price__wmA_r{font-size:14px;line-height:21px}}.CommonBackground_background__mkbAa{left:0;position:fixed;width:100%;height:100%;background:#000000;opacity:.4;z-index:var(--z-modal)}.CommonBackground_background__mkbAa.CommonBackground_bg3__9Mpef{background:#ffffff;opacity:1;z-index:var(--z-behind)}.CommonBackground_background__mkbAa.CommonBackground_position-top__03CtK{top:0}@media (min-width:768px){.CommonBackground_background__mkbAa{left:0}}.CommonModal_thank-you-window__Ultzp{position:fixed;width:315px;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffff;z-index:var(--z-modal);display:flex;flex-direction:column;justify-content:space-between}.CommonModal_no-border__XhuZm{border-radius:0}.CommonModal_modal-background__jT_SQ{position:fixed;width:346px;height:max-content;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffff;z-index:var(--z-modal);display:flex;flex-direction:column;justify-content:space-between}.CommonModal_upper-box__J8Q88{width:100%;height:50%;background-color:#151b52}.CommonModal_lower-box__sBtny{width:100%;height:50%;background-color:var(--brand-color)}.CommonModal_top__RcWjj{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px 20px;z-index:var(--z-above);top:-100%;height:100%}.CommonModal_top-left__TUU3B{padding:40px;z-index:var(--z-above);height:100%}.CommonModal_page-title__lQ7Iq{font-size:15px;font-weight:600;line-height:22px;text-align:center;color:var(--brand-color);margin-top:7px}.CommonModal_failed__gVaOa{color:var(--error-color)}.CommonModal_success-title__IFbxS{font-size:20px;font-weight:700;line-height:30px;color:var(--brand-color);margin:5px 0 0}.CommonModal_sub-title__ORHgj{font-size:14px;line-height:19px;font-weight:600;text-align:center;color:#000000;margin-top:20px}.CommonModal_small-sub-title__hFqrA{font-size:12px;line-height:18px;font-weight:500;text-align:center;color:#000000;margin-top:20px}.CommonModal_description__AQmCy{font-size:12px;line-height:18px;font-weight:500;text-align:center;color:rgb(0,0,0);margin-top:15px}.CommonModal_success-description__oDIjj{font-size:13px;font-weight:500;line-height:19px;color:#000000}.CommonModal_sub-heading__FpVX9{font-size:13px;line-height:20px;letter-spacing:.1em;color:#000000;margin-top:20px}#CommonModal_changed-font__Xyfzt .CommonModal_sub-heading__FpVX9{font-family:Hiragino Kaku Gothic Pro}#CommonModal_changed-font__Xyfzt .CommonModal_description__AQmCy{font-family:Hiragino Kaku Gothic Pro;font-weight:600;white-space:pre-line}.CommonModal_common-action-button__vdQk8{margin-top:40px}.CommonModal_refund-error-action-button__ZQg7r{margin-top:20px}.CommonModal_bottom__TjJHZ{height:50px;background-color:#000000;font-size:13px;line-height:20px;letter-spacing:.1em;color:#ffffff;border-top:1px solid #000000;border-bottom:1px solid #000000;border-bottom-left-radius:9px;border-bottom-right-radius:9px;display:flex;align-items:center;justify-content:center;cursor:pointer}.CommonModal_close__wP6tA{font-size:14px;font-weight:500;line-height:21px;text-align:center;color:#000000;margin-top:20px;cursor:pointer}#CommonModal_changed-font__Xyfzt .CommonModal_bottom__TjJHZ{font-family:Hiragino Kaku Gothic Pro;font-weight:600}#CommonModal_height-max-content__ldFa7{height:max-content}.CommonModal_cross-icon__dMd_l{position:absolute;height:12px;width:12px;right:25px;top:25px;z-index:var(--z-modal);cursor:pointer}.CommonModal_icon__y3t6H{height:28px;width:28px}.CommonModal_gray-text__e0GOr{color:rgba(0,0,0,.5)!important}.CommonModal_refund-info-wrapper__m9PV5{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.CommonModal_refund-info__25Ygs{display:flex;flex-direction:row}.CommonModal_refund-info-title__Qwh89{color:rgba(0,0,0,.5)}.CommonModal_refund-info-value__QhKov{color:rgba(0,0,0);padding-left:5px}@media (min-width:768px){.CommonModal_top-left__TUU3B,.CommonModal_top__RcWjj{padding:60px}.CommonModal_thank-you-window__Ultzp{width:611px;height:auto}.CommonModal_icon__y3t6H{width:44px;height:44px}.CommonModal_page-title__lQ7Iq{font-size:24px;line-height:36px;margin-top:20px}.CommonModal_sub-title__ORHgj{font-size:20px;line-height:27px;margin-top:30px}.CommonModal_small-sub-title__hFqrA{font-size:16px;line-height:24px;margin-top:30px}.CommonModal_success-title__IFbxS{font-size:28px;font-weight:700;line-height:42px}.CommonModal_success-description__oDIjj{font-size:16px;line-height:24px}.CommonModal_description__AQmCy{font-size:16px;line-height:24px;margin-top:20px}.CommonModal_common-action-button__vdQk8{margin-top:80px}.CommonModal_refund-error-action-button__ZQg7r{margin-top:30px}.CommonModal_cross-icon__dMd_l{height:24px;width:24px;right:60px;top:70px}}.CommonActionButton_accept-button__99AlT .CommonActionButton_reject-button__HzrBw .CommonActionButton_disabled-save-button__rNI1t,.CommonActionButton_button__pm61I,.CommonActionButton_cancel-button___U3xf,.CommonActionButton_delete-button__AzExW,.CommonActionButton_save-button__enu9j,.CommonActionButton_withdraw-button__JC_Eb{font-weight:600;font-size:14px;line-height:21px;border-radius:30px;border:1px solid #000;text-align:center;cursor:pointer}.CommonActionButton_button__pm61I,.CommonActionButton_cancel-button___U3xf,.CommonActionButton_save-button__enu9j{background-color:#ffffff;color:#000000}.CommonActionButton_cancel-button___U3xf{background-color:transparent}.CommonActionButton_delete-button__AzExW,.CommonActionButton_withdraw-button__JC_Eb{background-color:#000000;color:#ffffff;width:255px;height:40px}.CommonActionButton_accept-button__99AlT,.CommonActionButton_button__pm61I,.CommonActionButton_reject-button__HzrBw{width:100%;height:40px}.CommonActionButton_cancel-button___U3xf,.CommonActionButton_disabled-save-button__rNI1t,.CommonActionButton_save-button__enu9j{width:calc(50% - 10px);height:52px}.CommonActionButton_inverted__HpRS_{filter:invert(100%)}.CommonActionButton_disabled-save-button__rNI1t{background-color:rgba(0,0,0,.2);filter:none;border:none;color:#ffffff}.CommonActionButton_accept-button__99AlT{background-color:var(--black);color:var(--white);border-radius:10px}.CommonActionButton_reject-button__HzrBw{background-color:transparent;color:var(--error-color);border:1px solid var(--error-color);border-radius:10px}@media (min-width:768px){.CommonActionButton_delete-button__AzExW,.CommonActionButton_withdraw-button__JC_Eb{width:400px;height:60px}.CommonActionButton_cancel-button___U3xf,.CommonActionButton_disabled-save-button__rNI1t,.CommonActionButton_save-button__enu9j{width:30%;height:60px}.CommonActionButton_button__pm61I,.CommonActionButton_cancel-button___U3xf,.CommonActionButton_delete-button__AzExW,.CommonActionButton_disabled-save-button__rNI1t,.CommonActionButton_save-button__enu9j,.CommonActionButton_withdraw-button__JC_Eb{font-size:14px;line-height:21px}.CommonActionButton_accept-button__99AlT,.CommonActionButton_reject-button__HzrBw{height:48px}}.ReservationPaymentText_main__SlWpL{display:flex;flex-direction:column;width:100%;margin-top:25px;gap:10px}.ReservationPaymentText_total__eObfR{display:flex;justify-content:space-between}.ReservationPaymentText_total-text__Tji8U{font-size:13px;font-weight:500;line-height:19.5px;text-align:left;color:rgba(0,0,0,.4)}.ReservationPaymentText_refund-text__Q6_6_{font-size:13px;font-weight:500;line-height:19.5px;text-align:left;color:#000}.ReservationPaymentText_line__IZYz5{height:1px;width:100%;background-color:rgba(0,0,0,.4)}.SingleComboServiceDetails_combo-details-wrapper__RPt7K{margin-top:80px}.SingleComboServiceDetails_less-margin__v5qXA{margin-top:70px}.SingleComboServiceDetails_details-wrapper__NH_om{padding-top:150px}.SingleComboServiceDetails_less-padding__kjvrZ{padding-top:140px}@media (max-width:768px){.SingleComboServiceDetails_combo-details-wrapper__RPt7K{margin-top:30px}.SingleComboServiceDetails_less-margin__v5qXA{margin-top:25px}.SingleComboServiceDetails_details-wrapper__NH_om{padding-top:80px}.SingleComboServiceDetails_less-padding__kjvrZ{padding-top:70px}.SingleComboServiceDetails_side-padding__qVq_9{padding-right:20px;padding-left:20px}}.PriceDetails_price-card__7X86M{background-color:#f6f6f6;color:#000;margin:40px 0 20px}.PriceDetails_text-wrapper___kzKv{display:flex;flex-direction:column;padding:30px}.PriceDetails_wrapper__jE_Vi{margin-top:80px}@media (max-width:768px){.PriceDetails_price-card__7X86M{margin:15px 0 5px}.PriceDetails_text-wrapper___kzKv{padding:15px}.PriceDetails_wrapper__jE_Vi{margin-top:40px}}.LinkedServices_price-details__dXzSf{display:flex;flex-direction:column;gap:17px;border-bottom:1px solid #000;margin-bottom:18px}.LinkedServices_total-price-wrapper___UhD8{display:flex;flex-direction:column;gap:15px;color:#000000;font-size:12px;line-height:18px;font-weight:500;text-align:left}.LinkedServices_single-price__6qa8W{display:flex;justify-content:space-between;font-size:12px;line-height:18px;color:#000000;padding-bottom:20px}.LinkedServices_border__E4VYe{border-bottom:1px solid rgba(0,0,0,.1)}.LinkedServices_name-duration__z1AkG{display:flex;flex-direction:column;gap:15px;text-align:left;max-width:80%}.LinkedServices_name__VnKxK{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.LinkedServices_duration__2jICd{color:rgba(0,0,0,.5);font-weight:500}.LinkedServices_price__azZFK{font-weight:700;text-align:right}.LinkedServices_bdt__Sex5R{font-weight:500}.LinkedServices_total-price-wrapper___UhD8>div{display:flex;justify-content:space-between}.LinkedServices_total-price-text__J5osj{font-weight:600;font-size:14px;line-height:21px}.LinkedServices_discount-percentage__QY0j6{color:var(--main-color,var(--brand-color,#0d5bff));font-size:14px;font-weight:700;line-height:21px;text-align:right}.LinkedServices_final-bdt__DFWg7{color:#000000}.LinkedServices_discounted-price-text__IBqVr{color:var(--main-color,var(--brand-color,#0d5bff));font-size:14px;font-weight:600;line-height:16px;text-align:right}.LinkedServices_off__iMagY{color:#000;font-weight:500;font-size:14px;line-height:21px}@media (min-width:768px){.LinkedServices_price-details__dXzSf{gap:20px;margin-bottom:30px}.LinkedServices_discounted-price-text__IBqVr{font-weight:700;font-size:22px;line-height:25px}.LinkedServices_discount-percentage__QY0j6{font-size:22px;line-height:33px}.LinkedServices_single-price__6qa8W{font-size:16px;line-height:24px}.LinkedServices_total-price-wrapper___UhD8{gap:20px;font-size:16px;line-height:24px;font-weight:600}.LinkedServices_total-price-text__J5osj{font-weight:700;font-size:16px;line-height:24px}.LinkedServices_off__iMagY{font-size:16px;line-height:24px}.LinkedServices_final-bdt__DFWg7{font-weight:600}}.ServiceDetails_details-wrapper__fN9CO{margin-top:10px}.ServiceDetails_service-wrapper__Ki_yF{padding:30px 0;border-top:1px solid #000}.ServiceDetails_border-none__xwrgP{border:none}.ServiceDetails_no-padding-bottom__RKSX4{padding-bottom:0}.ServiceDetails_header__k0Ebs{font-weight:700;font-size:48px;line-height:72px;color:#000;text-align:left}@media (max-width:769px){.ServiceDetails_service-wrapper__Ki_yF{padding:20px 0}.ServiceDetails_no-padding-bottom__RKSX4{padding-bottom:0}.ServiceDetails_header__k0Ebs{font-size:30px;line-height:45px}}.ServiceDetailsAccordion_header__bwmqo{font-size:14px;font-weight:600;line-height:21px;text-align:left;color:#000000;max-width:calc(min(90%, 820px))}.ServiceDetailsAccordion_line-limit__Dnhag{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ServiceDetailsAccordion_media__1h6sI{width:280px}.ServiceDetailsAccordion_more-less__p3ta_{cursor:pointer;display:flex;justify-content:center;align-items:center}.ServiceDetailsAccordion_align-top__A5_Jt{align-items:flex-start}.ServiceDetailsAccordion_service-header-button__DdCuq{display:flex;justify-content:space-between}.ServiceDetailsAccordion_service-details__5Milt{font-size:12px;font-weight:500;line-height:18px;letter-spacing:0;text-align:left;color:#000000;display:flex;flex-direction:column}.ServiceDetailsAccordion_info__ysZ3K{display:flex;flex-direction:column;max-width:calc(min(90%, 820px))}.ServiceDetailsAccordion_details__eKhv8{display:flex;width:100%;justify-content:center;flex-direction:column;gap:20px}.ServiceDetailsAccordion_expand-container__v1UiC{margin-top:15px}.ServiceDetailsAccordion_tag-section-container__uJhvb{max-width:calc(min(90%, 820px))}.ServiceDetailsAccordion_details-wrapper__sjcy1{padding-top:30px}@media (min-width:769px){.ServiceDetailsAccordion_details__eKhv8{flex-direction:row-reverse;gap:100px;justify-content:space-between;margin-top:10px}.ServiceDetailsAccordion_service-details__5Milt{font-size:16px;line-height:24px}.ServiceDetailsAccordion_header__bwmqo{font-size:24px;line-height:36px}.ServiceDetailsAccordion_info__ysZ3K{align-self:flex-start}.ServiceDetailsAccordion_expand-container__v1UiC{margin-top:20px}}.VideoModal_overlay__be3f0{position:fixed;inset:0;background-color:rgba(0,0,0,.4);overflow:hidden;z-index:var(--z-modal)}.VideoModal_body__IsuCX,.VideoModal_overlay__be3f0{display:flex;justify-content:center;align-items:center}.VideoModal_body__IsuCX{position:relative;width:1200px;height:685px;background:transparent}@media (max-width:1440px){.VideoModal_body__IsuCX{width:1000px;height:650px}}@media (max-width:1024px){.VideoModal_body__IsuCX{width:700px;height:400px}}@media (max-width:768px){.VideoModal_body__IsuCX{width:100%;height:100%;margin:0;border-radius:0}}.VideoModal_buttons__l4k8D{display:flex;gap:10px;position:absolute;top:calc(10px + env(safe-area-inset-top));right:calc(10px + env(safe-area-inset-right));z-index:var(--z-nav)}.VideoModal_buttons__l4k8D button{background-color:black;border-radius:50%;display:flex;justify-content:center;align-items:center;height:30px;width:30px;cursor:pointer}.VideoModal_download-button__tZrZ_ img{height:16px;width:16px;object-fit:contain}.VideoModal_close-button__98d7e img{height:8px;width:8px;object-fit:contain}@media (max-width:540px){.VideoModal_buttons__l4k8D button{height:36px;width:36px}.VideoModal_download-button__tZrZ_ img{height:18px;width:18px}.VideoModal_close-button__98d7e img{height:10px;width:10px}}.VideoModal_body__IsuCX video{width:100%;height:100%;object-fit:contain;background:#000}.DownloadButton_loading__FfD51{border:2px solid white;border-left-color:transparent;width:18px;height:18px;border-radius:50%;animation:DownloadButton_spin__aHjqw .6s linear infinite}@keyframes DownloadButton_spin__aHjqw{0%{rotate:0deg}to{rotate:1turn}}.CustomReactPlayer_react-player__6jU0N{width:100%!important;height:100%!important;background-color:#000}.CustomReactPlayer_media-controller__KMHLj{width:100%;height:100%}.CustomReactPlayer_media-play-button__XLxJH{padding-left:15px}.CustomReactPlayer_media-time-range__qWBdu{padding-right:15px}.DisableOverlay_overlay__WNgdP{position:fixed;width:100%;height:100%;max-width:540px;z-index:var(--z-modal)}.StylistTopPageLayout_section__k7drm{max-width:var(--layout-max-width);margin:0 auto}.StylistTopPageLayout_padding__9SpwS{margin-bottom:100px}@media (min-width:769px) and (max-width:1300px){.StylistTopPageLayout_section__k7drm{margin:0 var(--tab-padding-size)}.StylistTopPageLayout_padding__9SpwS{margin-bottom:100px}}@media (max-width:768px){.StylistTopPageLayout_section__k7drm{max-width:100%}.StylistTopPageLayout_padding__9SpwS{padding:0 20px;margin-bottom:80px}}.Cart_circle__RiRVG{position:fixed;bottom:60px;right:60px;z-index:var(--z-modal);cursor:pointer}.Cart_circle__RiRVG,.Cart_count-circle__8VrNx{display:flex;align-items:center;justify-content:center}.Cart_count-circle__8VrNx{right:-4px;top:-4px;position:absolute;width:20px;height:20px;background:var(--error-color);border-radius:100%}.Cart_number__i_xjC{font-weight:600;font-size:12px;line-height:18px;color:var(--white)}.Cart_icon__mqi7X{padding:8px 0}.Cart_inner__FgQ1S{box-shadow:4px 8px 12px 0 #00000033;height:80px;min-width:80px;width:-moz-fit-content;width:fit-content;max-width:100%;border-radius:16px;background:var(--black);display:flex;flex-direction:column;align-items:center;justify-content:center}.Cart_icon__mqi7X>svg{width:30px;height:30px}.Cart_price__IM56o{width:calc(100% - 5px);border-top:1px solid rgba(255,255,255,.4);font-weight:600;font-size:12px;line-height:18px;color:var(--white);text-align:center;display:flex;align-items:center;justify-content:center;padding:8px 5px;margin:0 5px}@media (min-width:1300px){.Cart_circle__RiRVG{right:calc(50% - 595px);bottom:90px}}@media (max-width:768px){.Cart_circle__RiRVG{right:20px;bottom:160px}.Cart_price__IM56o{display:none}.Cart_icon__mqi7X{padding:0}.Cart_inner__FgQ1S{height:57px;width:57px;max-width:57px;min-width:57px;border-radius:15px}.Cart_icon__mqi7X>svg{width:25px;height:25px}}.CartModalBody_overlay__l9bwa{position:fixed;width:100%;top:0;left:0;right:0;bottom:0;z-index:var(--z-modal);display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:rgba(0,0,0,.6)}.CartModalBody_wrapper__TnwRt{width:1024px;height:600px;border-radius:20px;background-color:var(--white);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:40px 40px 23px;gap:32px}@media (max-width:768px){.CartModalBody_overlay__l9bwa{top:48px;align-items:flex-start}.CartModalBody_wrapper__TnwRt{width:100%;height:100%;padding:20px;gap:16px;border-radius:0;overflow:hidden;overflow-y:scroll}.CartModalBody_wrapper__TnwRt::-webkit-scrollbar{display:none}}.CommonButton_common-button-wrapper__oGZg9{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.CommonButton_common-button__qhDf2{--btn-bg:var(--black);--btn-fg:var(--white);--btn-border:1px solid var(--black);height:51px;border-radius:30px;width:100%;font-style:normal;font-weight:600;font-size:14px;line-height:21px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;gap:16px;background:rgba(0,0,0,.2);color:rgba(0,0,0,.2);border:none;cursor:not-allowed}.CommonButton_stylist__He9K7{border-radius:0;width:100%;height:54px}.CommonButton_common-button__qhDf2.CommonButton_route__YCkvG{width:100%}.CommonButton_active__C8c9R{background:var(--btn-bg);color:var(--btn-fg);border:var(--btn-border);cursor:pointer}.CommonButton_inactive__Q9DZp{pointer-events:none}.CommonButton_active__C8c9R:hover{box-shadow:0 4px 14px rgba(0,0,0,.3)}.CommonButton_active__C8c9R:active{opacity:.5}.CommonButton_loader__whW9A{border-radius:50%;border:3px solid #ffffff;border-top-color:black;width:16px;height:16px;animation:CommonButton_spin__2AVRJ 2s linear infinite;position:absolute;right:20px}.CommonButton_sized-box__YFQNm{width:16px;height:16px}.CommonButton_inactive__Q9DZp>svg{opacity:.3}.CommonButton_capitalize__gwI6V{text-transform:uppercase}.CommonButton_top-page-message__tnmPL{background-color:#ffffff!important;color:#000000!important;border:1px solid #000000!important;height:48px!important}.CommonButton_top-page-book__m1vAp{background-color:var(--main-color,var(--brand-color,#0d5bff))!important;border:none!important;height:48px!important;color:var(--white)!important}.CommonButton_inactive__Q9DZp.CommonButton_top-page-book__m1vAp,.CommonButton_inactive__Q9DZp.CommonButton_top-page-message__tnmPL{opacity:.2}.CommonButton_inactive__Q9DZp.CommonButton_top-page-book__m1vAp{background-color:#000000!important}@keyframes CommonButton_spin__2AVRJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.CommonButton_common-button__qhDf2{font-size:14px;line-height:21px;gap:10px}.CommonButton_top-page-book__m1vAp,.CommonButton_top-page-message__tnmPL{height:42px!important}}.AddMore_menu-input__H5ziH{background-color:var(--white);border:1px dashed rgba(0,0,0,.2);display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:100%;padding:11px 16px}.AddMore_place-holder__HWwNv{width:calc(100% - 22px);font-size:14px;font-weight:500;line-height:21px;text-align:center;color:rgba(0,0,0,.5)}@media (min-width:768px){.AddMore_menu-input__H5ziH{background-color:transparent;padding:15px 20px}}.Reservation_container__LBByi{display:flex;flex-direction:column;justify-content:center;gap:24px;width:100%}.Reservation_left-meta-wrapper__jDvhm{flex:0 0 auto}.Reservation_right-meta-wrapper__E2N4A{display:flex;flex-direction:column;flex:1 1 auto;width:100%;gap:24px}.Reservation_meta-item__0H_u8{font-size:12px;font-weight:500;line-height:18px;color:rgba(0,0,0,.5);display:flex;flex-direction:row;justify-content:space-between}.Reservation_strong__s981c{font-weight:600;color:var(--black);text-align:right}.Reservation_button-wrapper__kRxx1{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:auto}.Reservation_button-wrapper__kRxx1>div>button{height:44px}.Reservation_left-meta-wrapper__jDvhm,.Reservation_meta-container__Aupcf{display:flex;flex-direction:column;gap:16px;background-color:var(--common-card-bg);padding:16px;border-radius:16px}.Reservation_meta-container__Aupcf{gap:12px;height:-moz-fit-content;height:fit-content;width:100%}.Reservation_add-service-wrapper__4U0Bg{width:100%}.Reservation_meta-title__OyT7L{font-weight:700;font-size:14px;line-height:21px;padding-bottom:4px}.Reservation_double-button__Oft4x{gap:16px}@media (min-width:769px){.Reservation_container__LBByi{flex-direction:row;justify-content:space-between;max-height:100%;padding-bottom:17px}.Reservation_double-button__Oft4x{gap:20px}.Reservation_left-meta-wrapper__jDvhm{width:504px;padding:30px 20px;gap:32px;height:-moz-fit-content;height:fit-content;max-height:440px;flex:unset}.Reservation_right-meta-wrapper__E2N4A{width:410px;flex:unset}.Reservation_meta-container__Aupcf{padding:30px 20px;width:410px;gap:16px}.Reservation_meta-item__0H_u8{font-size:16px;line-height:24px;gap:20px}.Reservation_add-service-wrapper__4U0Bg{padding:0 14px 0 40px}.Reservation_meta-title__OyT7L{font-size:20px;line-height:30px;padding-bottom:8px}.Reservation_button-wrapper__kRxx1{margin-top:0}.Reservation_button-wrapper__kRxx1>div>button{height:54px}}.SelectedService_service-list-wrapper__WDA65{display:flex;flex-direction:column}.SelectedService_regular-service-wrapper__o8XKR{width:100%}.SelectedService_line__KXbqK{padding:12px 0}@media (min-width:769px){.SelectedService_scroll__SrQVW{height:auto;overflow:hidden;overflow-y:overlay;margin-right:-10px;padding-right:10px;max-height:460px}.SelectedService_service-list-wrapper__WDA65::-webkit-scrollbar{width:4px}.SelectedService_service-list-wrapper__WDA65::-webkit-scrollbar-track{background:#d1d1d1;border-radius:100px}.SelectedService_service-list-wrapper__WDA65::-webkit-scrollbar-thumb{background:#757575;border-radius:4px;cursor:pointer;border-radius:100px}.SelectedService_line__KXbqK{padding:20px 0}}.CartCombo_wrapper__KQon6{gap:20px}.CartCombo_service-wrapper__PwDvh,.CartCombo_wrapper__KQon6{display:flex;flex-direction:column}.CartCombo_line__7IJsQ{padding:12px 0}.CartCombo_black-text__gYXPJ,.CartCombo_gray-text__OGFUe{font-weight:500;font-size:12px;line-height:18px;color:rgba(0,0,0,.5);white-space:pre}.CartCombo_black-text__gYXPJ{color:var(--black)}.CartCombo_detail-wrapper__3FphT{display:flex;flex-direction:column;gap:10px}@media (min-width:769px){.CartCombo_wrapper__KQon6{gap:27px}.CartCombo_line__7IJsQ{padding:20px 0}.CartCombo_detail-wrapper__3FphT{gap:16px}.CartCombo_black-text__gYXPJ,.CartCombo_gray-text__OGFUe{font-size:16px;line-height:24px}}.ComboServiceMetaData_top-wrapper__hOKnX{display:flex;flex-direction:row;gap:16px}.ComboServiceMetaData_details-top-wrapper__hOBh4{gap:20px}.ComboServiceMetaData_name__gCaaZ{font-weight:500;font-size:20px;line-height:30px;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:anywhere}.ComboServiceMetaData_top-wrapper__hOKnX img{cursor:pointer}.ComboServiceMetaData_meta-data-wrapper__ECaOV{display:flex;flex-direction:column;gap:12px;flex:1 1}.ComboServiceMetaData_duration-time-wrapper__5f9Jb{display:flex;flex-direction:column;gap:8px;font-weight:600;font-size:20px;line-height:30px;color:#000000;flex:1 1;flex-wrap:wrap}.ComboServiceMetaData_details-duration-time-wrapper__GAJUM{flex-direction:row;gap:20px 60px}.ComboServiceMetaData_details-meta-data-wrapper__aF_Lw{gap:20px}.ComboServiceMetaData_date-time__9B92u,.ComboServiceMetaData_duration__CYGls{font-size:16px;font-weight:500;line-height:24px;color:rgba(0,0,0,.5)}.ComboServiceMetaData_duration__CYGls{white-space:pre}.ComboServiceMetaData_black-text__bAUAh,.ComboServiceMetaData_date-time__9B92u,.ComboServiceMetaData_pending__HyCQx{color:#000000}.ComboServiceMetaData_date__Us_2W{padding-right:10px}@media screen and (max-width:768px){.ComboServiceMetaData_name__gCaaZ{font-size:12px;line-height:18px}.ComboServiceMetaData_top-wrapper__hOKnX{gap:15px}.ComboServiceMetaData_meta-data-wrapper__ECaOV{gap:4px}.ComboServiceMetaData_date-time__9B92u,.ComboServiceMetaData_duration__CYGls{font-weight:500;font-size:12px;line-height:18px}.ComboServiceMetaData_date__Us_2W{padding-right:8px}.ComboServiceMetaData_details-duration-time-wrapper__GAJUM{flex-direction:column;gap:8px}.ComboServiceMetaData_details-meta-data-wrapper__aF_Lw{gap:8px}}.ComboServiceSerial_serial__Yjw8k{font-weight:500;font-size:16px;line-height:24px;border:1px solid rgba(0,0,0,.5);height:30px;width:30px;border-radius:6px;display:flex;align-items:center;justify-content:center}.ComboServiceSerial_serial__Yjw8k>p{height:-moz-fit-content;height:fit-content}@media screen and (max-width:768px){.ComboServiceSerial_serial__Yjw8k{font-size:10px;line-height:15px}}.EditCheckboxIcon_edit-icon__6qQu_{cursor:pointer;height:30px;width:30px}.EditCheckboxIcon_edit-icon__6qQu_>svg{height:100%;width:100%}@media (max-width:768px){.EditCheckboxIcon_edit-icon__6qQu_{height:24px;width:24px}}.CustomCheckBox_checkbox__2gaDY{cursor:pointer}.CustomCheckBox_checkbox__2gaDY>svg{height:30px;width:30px}@media (max-width:768px){.CustomCheckBox_checkbox__2gaDY>svg{height:24px;width:24px}}.Service_wrapper__BGEfz{display:flex;flex-direction:row;gap:16px;align-items:center;width:100%}.Service_service-icon-wrapper__tugso{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:calc(100% - 46px);gap:24px}.Service_icon-container__i6u_L{align-self:flex-start}.Service_cart-icon__4nH5C{width:30px;height:30px;background-color:var(--black);border-radius:8px;display:flex;align-items:center;justify-content:center;align-self:flex-start}.Service_cart-icon__4nH5C>svg{width:15px;height:15px}.Service_delete-icon__y5NUA,.Service_edit-icon____zns{cursor:pointer}.Service_edit-icon____zns>svg{height:30px;width:30px}.Service_combo-service-name__lUvcB{font-weight:600;font-size:20px;line-height:30px;display:flex;align-items:center;align-self:center;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:anywhere}@media (max-width:768px){.Service_wrapper__BGEfz{gap:12px}.Service_service-icon-wrapper__tugso{width:calc(100% - 42px);gap:12px}.Service_combo-service-name__lUvcB{font-size:14px;line-height:21px;line-clamp:2;-webkit-line-clamp:2}.Service_edit-icon____zns>svg{height:24px;width:24px}}.RegularServiceMetaData_meta-data-wrapper__HK817{display:flex;flex-direction:column;width:100%;gap:13px;flex:1 1}.RegularServiceMetaData_details-wrapper__rPi33{gap:20px}.RegularServiceMetaData_show-time__eNm8_{white-space:pre}.RegularServiceMetaData_price-black-text__j2i6a{font-weight:600!important;color:#000!important}.RegularServiceMetaData_black-text__RgdEN{color:#000!important}.RegularServiceMetaData_name__yV20a{font-size:20px;font-weight:600;line-height:30px;display:flex;align-items:center;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:anywhere}.RegularServiceMetaData_duration-time-wrapper__Vahf5{display:flex;flex-direction:column;justify-content:center;gap:12px}.RegularServiceMetaData_date-time__w_HiO,.RegularServiceMetaData_duration__LV_Ce,.RegularServiceMetaData_price__RzNBz{font-size:16px;font-weight:500;line-height:24px;color:rgba(0,0,0,.5)}.RegularServiceMetaData_details-price__8mcRu{font-size:20px;font-weight:600;line-height:30px;color:rgba(0,0,0)}.RegularServiceMetaData_date-time__w_HiO{color:#000000}.RegularServiceMetaData_date__5JVyv{padding-right:15px}.RegularServiceMetaData_advance-payment__TaHnk{font-weight:400;font-size:16px;line-height:24px;color:rgb(0,0,0,.5)}.RegularServiceMetaData_pending__82jwB{color:#000000}.RegularServiceMetaData_button__XGKZ4{width:275px;height:50px;border:1px solid #000000;border-radius:40px;color:#000000;background-color:#fff;font-size:13px;font-weight:500;line-height:19.5px;text-align:center;cursor:pointer}.RegularServiceMetaData_button__XGKZ4:hover{border:1px solid var(--brand-color);color:var(--brand-color)}.RegularServiceMetaData_status__8xzZr{font-size:16px;font-weight:500;line-height:24px;color:rgba(0,0,0,.5)}.RegularServiceMetaData_progress-status___999h{color:#000000}.RegularServiceMetaData_complete-status__RDDYn{color:var(--brand-color)}@media screen and (max-width:768px){.RegularServiceMetaData_duration-time-wrapper__Vahf5,.RegularServiceMetaData_meta-data-wrapper__HK817{gap:10px}.RegularServiceMetaData_advance-payment__TaHnk,.RegularServiceMetaData_date-time__w_HiO,.RegularServiceMetaData_duration__LV_Ce,.RegularServiceMetaData_price__RzNBz{font-size:12px;font-weight:500;line-height:18px}.RegularServiceMetaData_date__5JVyv{padding-right:8px}.RegularServiceMetaData_button__XGKZ4{height:44px;width:calc(min(100%, 275px));margin-top:7px}.RegularServiceMetaData_name__yV20a{font-size:14px;line-height:30px;line-clamp:2;-webkit-line-clamp:2}.RegularServiceMetaData_details-price__8mcRu{font-size:12px;line-height:18px;font-weight:600}.RegularServiceMetaData_status__8xzZr{font-size:12px;line-height:18px}}.HorizontalLine_horizontal-line__uhrYX{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto;position:relative}.HorizontalLine_circle__JuMiw{border-radius:50%;background-color:rgba(0,0,0,0)}.HorizontalLine_lg__EMxq_,.HorizontalLine_sm__G3DcE{width:4px;height:4px}@media screen and (min-width:768px){.HorizontalLine_lg__EMxq_{width:14px;height:14px}.HorizontalLine_md__qIWkv{width:8px;height:8px}}.HorizontalLine_line__G19BS{height:1px;width:100%;background-color:rgba(0,0,0,0)}.CartHeader_header__AAwOE{text-align:left;font-weight:700;font-size:32px;line-height:48px}.CartHeader_wrapper__tHbUA{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media (max-width:768px){.CartHeader_close-button__Tci56{display:none}.CartHeader_header__AAwOE{font-size:20px;line-height:30px}}.CloseButton_close-button__Dz4uo{display:flex;justify-content:flex-end;gap:24px}.CloseButton_padding__jbhtZ{padding-top:40px}.CloseButton_close-button__Dz4uo button{display:flex;align-items:center;justify-content:center;gap:12px;background-color:transparent;cursor:pointer}.CloseButton_close-button__Dz4uo button p{font-size:16px;font-weight:600;line-height:24px;text-align:right;color:var(--text-color)}.CloseButton_close-button__Dz4uo button:hover p{color:var(--brand-color)}.CloseButton_blue-text__1RNrt{color:var(--brand-color)!important}@media (max-width:768px){.CloseButton_close-button__Dz4uo{padding-top:0}.CloseButton_close-button__Dz4uo button{gap:10px}.CloseButton_close-button__Dz4uo button p{font-size:14px;font-weight:500;line-height:16px}}.Calendar_calendar__JWtc_{display:flex;flex-direction:column;width:100%;height:-moz-fit-content;height:fit-content;border:1px solid rgba(0,0,0,.15);border-radius:10px;padding:16px;gap:24px}.Calendar_action-buttons__nt88w{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 47px}.Calendar_month-wrapper__jXV_x{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.Calendar_month-wrapper__jXV_x>svg{width:20px;height:20px}.Calendar_month__GVLDJ{font-weight:600;font-size:14px;line-height:21px}.Calendar_arrow-right__puxIb,.Calendar_arrow___t431{cursor:pointer}.Calendar_disabled__StnJJ{cursor:not-allowed;opacity:.3;pointer-events:none}.Calendar_arrow-right__puxIb>svg,.Calendar_arrow___t431>svg{width:11px;height:11px}.Calendar_arrow-right__puxIb{transform:rotate(180deg)}.Calendar_calendar-cells__KAiOY{width:100%;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:4px 14px;gap:4px 14px;align-items:center;justify-content:center;justify-items:center;text-align:center}@media (min-width:768px){.Calendar_calendar__JWtc_{width:520px;padding:20px}.Calendar_calendar-cells__KAiOY{gap:20px}.Calendar_arrow-right__puxIb>svg,.Calendar_arrow___t431>svg{width:18px;height:18px}.Calendar_action-buttons__nt88w{padding:0 43px 6px}.Calendar_month-wrapper__jXV_x{gap:16px}.Calendar_month-wrapper__jXV_x>svg{width:30px;height:30px}.Calendar_month__GVLDJ{font-size:20px;line-height:30px}}.Cell_calender-cell__e_D3M{width:-moz-fit-content;width:fit-content;border-radius:8px;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:12px;line-height:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:31px;height:30px}.Cell_cursor__cEgoO{cursor:pointer}.Cell_week__KxP_3{font-weight:600}.Cell_border__RI6oi{border:1px solid #dcdcdc}.Cell_active__LjNaU{background-color:var(--black);color:var(--white);border:0}.Cell_inactive__CLbO5{color:#8f9bb3}@media (min-width:768px){.Cell_calender-cell__e_D3M{font-size:16px;line-height:24px;border-radius:10px;padding:18px 23px;width:60px;height:60px}}.CalendarHeader_calendar-header__79cFW{display:flex;flex-direction:column;gap:10px}.CalendarHeader_main-header__wguXd{font-weight:700;font-size:14px;line-height:21px}.CalendarHeader_sub-header__UjKcN{font-weight:500;font-size:12px;line-height:18px;color:#757575}@media (min-width:768px){.CalendarHeader_main-header__wguXd{font-size:24px;line-height:36px}.CalendarHeader_sub-header__UjKcN{font-size:16px;line-height:24px}}.TimeSlot_select-time__m2kvl{padding:16px;width:100%;height:-moz-fit-content;height:fit-content;border:1px solid rgba(0,0,0,.15);border-radius:10px}.TimeSlot_duration__EhyNk{font-weight:500;font-size:12px;line-height:18px;padding:12px 0 25px}.TimeSlot_gray___WH22{color:#757575}.TimeSlot_bold__dfifP{font-weight:600}.TimeSlot_request-container__es5jO{width:100%;height:-moz-fit-content;height:fit-content;background:#e942351a;border:1.5px solid #e94235;font-weight:500;font-size:12px;line-height:18px;margin:-9px 0 16px;padding:10px;color:#6d6d6d;border-radius:10px}@media (min-width:768px){.TimeSlot_select-time__m2kvl{padding:20px;overflow-y:auto;height:736px;scrollbar-width:none;-ms-overflow-style:none}.TimeSlot_select-time__m2kvl::-webkit-scrollbar{display:none}.TimeSlot_duration__EhyNk{font-size:16px;line-height:24px;padding:16px 0 24px}.TimeSlot_request-container__es5jO{font-size:16px;line-height:24px;margin:-4px 0 20px}}.RegularTimeSlot_time__2FDgq{display:flex;flex-wrap:wrap;gap:12px}.RegularTimeSlot_slot__JMD7p{font-weight:500;font-size:12px;line-height:18px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(0,0,0,.2);border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;height:42px;width:88px}.RegularTimeSlot_no-capacity__CHuwD{border-color:var(--error-color)}span.RegularTimeSlot_active___KTWi{border:none;background-color:var(--black);color:var(--white)}@media (min-width:768px){.RegularTimeSlot_time__2FDgq{gap:20px 16px}.RegularTimeSlot_slot__JMD7p{font-size:14px;line-height:21px;height:45px;width:109px}}.DigitalTimeSlot_time__Y71oR{justify-content:center;width:100%}.DigitalTimeSlot_slots__fs0K8{width:100%;height:42px;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:center;font-weight:500;border:1px solid rgba(0,0,0,.2);font-size:12px;line-height:18px;padding:0 12px}.DigitalTimeSlot_time__Y71oR{display:flex;flex-direction:column;gap:12px}@media (min-width:768px){.DigitalTimeSlot_slots__fs0K8{height:45px;font-size:14px;line-height:21px}.DigitalTimeSlot_time__Y71oR{gap:20px}}.SelectDateTime_wrapper__Nz_ql{width:100%;max-height:100%;overflow-x:hidden;overflow-y:scroll;display:grid;grid-gap:24px;gap:24px}.SelectDateTime_wrapper__Nz_ql::-webkit-scrollbar{display:none}.SelectDateTime_calendar-wrapper__UxabG,.SelectDateTime_slot-wrapper__Zd0Ak{display:flex;flex-direction:column;gap:24px}@media (min-width:769px){.SelectDateTime_wrapper__Nz_ql{overflow-y:overlay;width:unset;padding:0 20px}.SelectDateTime_calendar-wrapper__UxabG{display:flex;flex-direction:row;padding-bottom:10px;gap:20px}.SelectDateTime_wrapper__Nz_ql::-webkit-scrollbar{display:inline;width:4px}.SelectDateTime_wrapper__Nz_ql::-webkit-scrollbar-track{background:#d1d1d1;border-radius:100px}.SelectDateTime_wrapper__Nz_ql::-webkit-scrollbar-thumb{background:#757575;border-radius:4px;cursor:pointer;border-radius:100px}.SelectDateTime_slot-wrapper__Zd0Ak{gap:16px;width:404px}}.BottomStickyButtons_reservation-button-wrapper__LaLbB{width:100%;display:flex;flex-direction:column;gap:15px;margin-top:auto}.BottomStickyButtons_reservation-button-wrapper__LaLbB>div{width:100%;margin:0;height:44px}.BottomStickyButtons_reservation-button-wrapper__LaLbB>div>button{height:44px}@media (min-width:769px){.BottomStickyButtons_reservation-button-wrapper__LaLbB{width:calc(100% + 80px);display:flex;flex-direction:row-reverse;justify-content:space-between;margin:-32px -40px 0;gap:30px;padding:23px 80px 0;border-top:1px solid rgba(0,0,0,.1);align-self:stretch}.BottomStickyButtons_reservation-button-wrapper__LaLbB>div{width:50%;height:54px}.BottomStickyButtons_reservation-button-wrapper__LaLbB>div>button{height:54px}}.ReservationButton_reservation-button-gray__DzZF1,.ReservationButton_reservation-button__YlA7h{position:relative;height:60px;width:450px;border-radius:30px;display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;margin:20px auto}.ReservationButton_reservation-button__YlA7h{background:#000000;box-shadow:0 4px 14px rgba(0,0,0,.3);align-items:center}.ReservationButton_reservation-button-gray__DzZF1{background:#e7e7e7}.ReservationButton_button-text-gray__GKboI,.ReservationButton_button-text__k3l02{width:100%;display:flex;justify-content:center;align-items:center;font-style:normal;font-size:13px;line-height:20px}.ReservationButton_button-text__k3l02{font-weight:600;color:#ffffff}.ReservationButton_button-text-gray__GKboI{font-weight:500;color:rgba(0,0,0,.2)}.ReservationButton_loader__QrQhQ{border-radius:50%;border:3px solid #ffffff;border-top-color:black;width:16px;height:16px;animation:ReservationButton_spin__7QQSd 2s linear infinite;position:relative;right:10%}@keyframes ReservationButton_spin__7QQSd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.ReservationButton_reservation-button-gray__DzZF1,.ReservationButton_reservation-button__YlA7h{height:48px;width:330px;justify-content:space-between}.ReservationButton_reservation-button__YlA7h{align-items:center}}@media (min-width:768px){.ReservationButton_button-text-gray__GKboI,.ReservationButton_button-text__k3l02{font-size:16px;line-height:24px;font-weight:700}}.ServiceSelectionModal_service-list__Op5Ca{width:100%;background-color:var(--common-card-bg);border-radius:16px;height:-moz-fit-content;height:fit-content;max-height:100%;padding:16px}.ServiceSelectionModal_service-list__Op5Ca>div{height:100%}@media (min-width:768px){.ServiceSelectionModal_service-list__Op5Ca{padding:30px 20px;min-height:370px;margin-bottom:10px}.ServiceSelectionModal_service-list__Op5Ca>div{height:100%}}.IntakeQuestion_container__3FK5F{width:100%}.IntakeQuestion_bg__x59_v{width:100%;display:flex;flex-direction:column;gap:24px}.IntakeQuestion_title___or77{width:100%;font-weight:600;font-size:14px;line-height:21px;display:flex;gap:8px;align-items:center}.IntakeQuestion_question__GUUo6{width:100%;display:flex;flex-direction:column;gap:10px}.IntakeQuestion_question-container__VQdEm{width:100%;display:flex;flex-direction:row;gap:2px}.IntakeQuestion_input-area__2oDs4{width:100%;font-size:14px;font-weight:500;line-height:21px;border:1px solid rgba(0,0,0,.15);border-radius:8px;outline:none;padding:8px 16px}.IntakeQuestion_input-area__2oDs4::placeholder{color:rgba(0,0,0,.5)}.IntakeQuestion_star__nYHqT{color:var(--error-color);align-self:flex-start;transform:translateY(-1px)}.IntakeQuestion_circle__STwY0{width:10px;height:10px;background-color:var(--brand-color);border-radius:100%}@media (min-width:768px){.IntakeQuestion_bg__x59_v{width:944px;background-color:var(--common-card-bg);gap:32px;padding:20px;border-radius:16px}.IntakeQuestion_container__3FK5F{width:unset;overflow-y:scroll;margin-bottom:10px;margin-right:-20px;padding-right:20px;min-height:370px}.IntakeQuestion_container__3FK5F::-webkit-scrollbar{width:4px}.IntakeQuestion_container__3FK5F::-webkit-scrollbar-track{background:#d1d1d1;border-radius:100px}.IntakeQuestion_container__3FK5F::-webkit-scrollbar-thumb{background:#757575;border-radius:4px;cursor:pointer;border-radius:100px}.IntakeQuestion_question__GUUo6{gap:16px}.IntakeQuestion_question-container__VQdEm{gap:3px;font-weight:600;font-size:20px;line-height:30px}.IntakeQuestion_star__nYHqT{transform:translateY(-2px)}.IntakeQuestion_circle__STwY0{display:none}.IntakeQuestion_input-area__2oDs4{font-size:16px;line-height:24px;padding:15px 20px;border-radius:12px;border:none}.IntakeQuestion_title___or77{font-size:16px;line-height:24px;gap:12px}}.SelectAddressType_address-type-list__pbukA{height:100%;width:100%;display:flex;flex-direction:column;gap:24px}.SelectAddressType_type-list-item__GZBiQ{display:flex;flex-direction:column;gap:10px}.SelectAddressType_button-name-wrapper__jTT3o{display:flex;flex-direction:row;align-items:center;gap:15px}.SelectAddressType_type-name__whp53{font-size:14px;font-weight:500;line-height:21px}.SelectAddressType_type-description__N1Qjw{font-size:12px;font-weight:400;line-height:18px;color:rgba(0,0,0,.5);padding-left:39px}@media (min-width:768px){.SelectAddressType_type-list-item__GZBiQ{gap:3px}.SelectAddressType_type-name__whp53{font-size:16px;line-height:24px}.SelectAddressType_type-description__N1Qjw{font-size:16px;line-height:24px;padding-left:46px}.SelectAddressType_button-name-wrapper__jTT3o{gap:16px}}.CustomRadioButton_circle-border__3XI9X{min-width:24px;min-height:24px;border:1px solid var(--black);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.CustomRadioButton_circle__AhfGm{width:12px;height:12px;background-color:var(--black);border-radius:100%}@media (min-width:768px){.CustomRadioButton_circle-border__3XI9X{min-width:30px;min-height:30px}.CustomRadioButton_circle__AhfGm{width:14px;height:14px}}.SelectCommonAddress_wrapper__bVzWy{width:100%;display:flex;flex-direction:column;gap:20px}.SelectCommonAddress_select-workspace__NASG4{font-size:12px;font-weight:500;line-height:18px}.SelectCommonAddress_address-type-list__Im8OM{display:flex;flex-direction:column;gap:30px}.SelectCommonAddress_add-button__tJfgR{width:100%}.SelectCommonAddress_address-list-wrapper__qXrE_{display:flex;flex-direction:column;overflow:hidden;gap:20px}.SelectCommonAddress_type-list-item__kWacq{display:flex;flex-direction:row;align-items:center;gap:16px}.SelectCommonAddress_type-list-data__SoCu8{display:flex;flex-direction:column;gap:4px;padding:20px;border:1px solid rgba(0,0,0,.1);width:100%;border-radius:8px;overflow:auto;overflow-wrap:break-word}.SelectCommonAddress_type-list-data-selected__ROWwh{border-color:var(--black);box-shadow:2px 4px 10px 0 #0000001f}.SelectCommonAddress_type-name__Re7_b{font-size:14px;font-weight:600;line-height:21px}.SelectCommonAddress_type-description__ys4Si{font-size:12px;line-height:18px;font-weight:500;color:rgba(0,0,0,.4)}@media (min-width:768px){.SelectCommonAddress_wrapper__bVzWy{gap:17px}.SelectCommonAddress_select-workspace__NASG4{font-size:16px;line-height:24px}.SelectCommonAddress_address-type-list__Im8OM{gap:16px}.SelectCommonAddress_add-button__tJfgR{width:410px}.SelectCommonAddress_address-list-wrapper__qXrE_{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;height:258px;overflow-y:overlay;grid-gap:24px;gap:24px;width:unset;margin:0 -20px 10px 0;padding-right:20px}.SelectCommonAddress_workspace-list-wrapper__ay16c{height:328px}.SelectCommonAddress_address-list-wrapper__qXrE_::-webkit-scrollbar{display:inline;width:4px}.SelectCommonAddress_address-list-wrapper__qXrE_::-webkit-scrollbar-track{background:#d1d1d1;border-radius:100px}.SelectCommonAddress_address-list-wrapper__qXrE_::-webkit-scrollbar-thumb{background:#757575;border-radius:4px;cursor:pointer;border-radius:100px}.SelectCommonAddress_type-list-item__kWacq{gap:20px}.SelectCommonAddress_type-list-data__SoCu8{gap:10px;border-radius:15px}.SelectCommonAddress_type-name__Re7_b{font-size:20px;line-height:30px}.SelectCommonAddress_type-description__ys4Si{font-size:16px;line-height:24px}}.AddAddressFormModal_wrapper__18BDT{width:100%;max-height:100%;overflow-x:hidden;overflow-y:scroll;display:grid;grid-gap:24px;gap:24px}.AddAddressFormModal_wrapper__18BDT::-webkit-scrollbar{display:none}.AddAddressFormModal_top-section-divider__dNkvV{padding-top:70px}.AddAddressFormModal_search-button__y4n4J{width:35px;text-align:right;text-decoration:underline;cursor:pointer;color:black;font-size:13px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:1.3px;text-decoration:none}.AddAddressFormModal_form-field-input-box__LVd7n{display:flex;align-items:center;height:46px;width:100%;border:.5px solid #dddddd;padding:0 20px}.AddAddressFormModal_state-or-city__uCEGb,.AddAddressFormModal_text-input-area__EYyH6{background-color:white;height:20px;width:100%;border:none;outline:none;color:#000;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.AddAddressFormModal_map-container__D_ZL7{width:100%;height:220px;border-radius:8px;background-color:#fafafa;margin-bottom:12px;border:1px solid black}.AddAddressFormModal_disabled-button__GAiFY,.AddAddressFormModal_submit-button__BZMiM{display:flex;align-items:center;justify-content:center;border-radius:999999px;height:52px;background-color:black;color:white;font-weight:600;width:100%;max-width:335px;margin:10px auto 0;font-size:14px;line-height:21px}.AddAddressFormModal_disabled-button__GAiFY{opacity:.1;cursor:not-allowed;pointer-events:none}.AddAddressFormModal_submit-button__BZMiM{cursor:pointer}.AddAddressFormModal_loader__CVsOf{border-radius:50%;border:3px solid #ffffff;border-top-color:black;width:16px;height:16px;animation:AddAddressFormModal_spin__I5YSB 2s linear infinite;position:relative;left:calc(50% - 50px)}.AddAddressFormModal_horizontal-line__xmOMw{padding:0 20px}@keyframes AddAddressFormModal_spin__I5YSB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AddAddressFormModal_top-header__89zcP{padding:0 20px}@media (min-width:768px){.AddAddressFormModal_wrapper__18BDT{width:100%;margin-right:-20px;padding-right:20px}.AddAddressFormModal_wrapper__18BDT::-webkit-scrollbar{display:inline;width:4px}.AddAddressFormModal_wrapper__18BDT::-webkit-scrollbar-track{background:#d1d1d1;border-radius:100px}.AddAddressFormModal_wrapper__18BDT::-webkit-scrollbar-thumb{background:#757575;border-radius:4px;cursor:pointer;border-radius:100px}.AddAddressFormModal_horizontal-line__xmOMw{margin-bottom:20px}.AddAddressFormModal_top-section-divider__dNkvV{margin-top:35px;padding-top:20px}.AddAddressFormModal_bottom-section-divider__y2a_e{padding-top:60px;padding-bottom:90px}.AddAddressFormModal_top-header__89zcP{margin:14px 0 10px;padding:0}.AddAddressFormModal_form-section-wrapper__XCnLP{display:flex;flex-direction:row;width:100%;gap:50px}.AddAddressFormModal_left-section___xy5m,.AddAddressFormModal_right-section__2DU91{display:flex;flex-direction:column;width:calc(50% - 25px)}.AddAddressFormModal_disabled-button__GAiFY,.AddAddressFormModal_submit-button__BZMiM{height:60px;width:300px;font-size:16px;line-height:24px}}.ServiceReviewList_wrapper___b21r{padding:0 20px}.ServiceReviewList_container__vo39F{margin-top:80px}.ServiceReviewList_review-list__zyAm9{margin-top:10px}@media (min-width:769px){.ServiceReviewList_container__vo39F{margin-top:150px}.ServiceReviewList_wrapper___b21r{padding:0}.ServiceReviewList_review-list__zyAm9{display:flex;flex-wrap:wrap;max-width:1440px;margin:50px auto 0;gap:30px}.ServiceReviewList_extra-div__diJxc{flex:1 1}.ServiceReviewList_header__N7w2w{max-width:1440px;margin:0 auto}}.SingleServiceReview_wrapper__btwFe{padding-top:20px;color:#000;border-radius:10px;background-color:#ffffff}.SingleServiceReview_profile-image-wrapper__68Alb{width:60px;height:60px;border-radius:15px;background-color:#eaeaf0;display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer}.SingleServiceReview_profile-image-wrapper__68Alb>img{width:100%;height:100%;object-fit:cover}.SingleServiceReview_profile-icon__dBoUA{width:16px!important;height:18px!important;position:relative;z-index:var(--z-raised)}.SingleServiceReview_user-name__joYJT{text-overflow:ellipsis;overflow:hidden}.SingleServiceReview_user__HgzGV{width:calc(100% - 80px);display:flex;flex-direction:column}.SingleServiceReview_description__XoOru{margin:15px 0}.SingleServiceReview_no-margin-bottom__zZhU0{margin-bottom:0!important}.SingleServiceReview_short__GqbH3{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.SingleServiceReview_arrow-icon__ir36g{width:16px;height:16px;display:flex;justify-content:center;align-items:center;background:var(--main-color,var(--brand-color,#0d5bff));border-radius:50%}.SingleServiceReview_show-button__fhnyw{width:6px;height:6px}.SingleServiceReview_below-button__Jya_5{transform:rotate(90deg)}.SingleServiceReview_up-button__w7mFg{transform:rotate(270deg)}.SingleServiceReview_more-button__0ldDj{display:flex;position:relative;margin-left:auto;gap:10px;background:linear-gradient(90deg,rgba(255,255,255,0),#ffffff 52.24%);cursor:pointer;width:max-content;padding:5px 0 0 86px}.SingleServiceReview_move-up__v8cFL{transform:translateY(-23px)}.SingleServiceReview_more-text__MJTwn{font-size:12px;font-weight:700;line-height:14px;text-align:right;color:#000}@media (max-width:768px){.SingleServiceReview_profile-image-wrapper__68Alb{width:36px;height:36px}.SingleServiceReview_profile-icon__dBoUA{width:12px!important;height:14px!important}.SingleServiceReview_user__HgzGV{width:calc(100% - 46px)}.SingleServiceReview_description__XoOru{margin:20px 0}.SingleServiceReview_short__GqbH3{-webkit-line-clamp:4}.SingleServiceReview_move-up__v8cFL{transform:translateY(-21px)}}.SingleServiceReview_description__XoOru{font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;text-align:left;color:#000}.SingleServiceReview_ellipsis__zRsVA{font-weight:600;cursor:pointer}.SingleServiceReview_date__yO32U{font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;text-align:left;color:rgba(0,0,0,.4)}.SingleServiceReview_rating-details__29g5m,.SingleServiceReview_star-container__Op_ai{display:flex;gap:6px}.SingleServiceReview_rating-value__1tjM_{font-size:13px;font-weight:500;line-height:20px;text-align:left;color:var(--main-color,var(--brand-color,#0d5bff));padding-right:2px}#SingleServiceReview_profile-section__PFlbW>div>a>img{height:36px;width:36px;background-color:#eaeaf0}.SingleServiceReview_profile__JFAUA{display:flex;gap:10px;margin-bottom:20px}.SingleServiceReview_profile-null-image__qGGG4{height:36px}.SingleServiceReview_user__HgzGV{gap:0}.SingleServiceReview_user-name__joYJT{font-size:13px;font-weight:600;line-height:20px;text-align:left;color:var(--text-color)}.SingleServiceReview_service-date__yoGw4{font-size:13px;font-weight:500;line-height:20px;text-align:left;color:rgba(0,0,0,.4)}@media (max-width:1080px) and (min-width:769px){.SingleServiceReview_wrapper__btwFe{margin-top:0;padding:0}.SingleServiceReview_section__98Dw_{width:100%;box-sizing:border-box}.SingleServiceReview_profile-section__PFlbW h3{font-weight:600;font-size:20px;line-height:30px}.SingleServiceReview_profile-section__PFlbW p{font-size:14px;line-height:21px}#SingleServiceReview_profile-section__PFlbW>div>a>img{height:60px;width:60px;background-color:#eaeaf0}.SingleServiceReview_description__XoOru{font-size:16px;font-weight:500;line-height:24px}.SingleServiceReview_date__yO32U{font-size:14px;line-height:21px}.SingleServiceReview_profile__JFAUA{display:flex;gap:20px;margin-bottom:20px}.SingleServiceReview_user__HgzGV{gap:8px}.SingleServiceReview_user-name__joYJT{font-size:20px;font-weight:600;line-height:30px;text-align:left;color:var(--text-color)}.SingleServiceReview_service-date__yoGw4{font-size:14px;font-weight:500;line-height:21px;text-align:left;color:rgba(0,0,0,.4)}}@media (min-width:1080px){.SingleServiceReview_wrapper__btwFe{margin-top:0;padding-top:0}.SingleServiceReview_section__98Dw_{width:33%;max-width:380px;margin-bottom:20px;box-sizing:border-box}.SingleServiceReview_profile-section__PFlbW h3{font-weight:600;font-size:20px;line-height:30px}.SingleServiceReview_profile-section__PFlbW p{font-size:14px;line-height:21px}#SingleServiceReview_profile-section__PFlbW>div>a>img{height:60px;width:60px}.SingleServiceReview_description__XoOru{font-size:16px;font-weight:500;line-height:24px}.SingleServiceReview_date__yO32U{font-size:14px;line-height:21px}.SingleServiceReview_profile__JFAUA{display:flex;gap:20px;margin-bottom:20px}.SingleServiceReview_user__HgzGV{gap:8px}.SingleServiceReview_user-name__joYJT{font-size:20px;font-weight:600;line-height:30px;text-align:left;color:var(--text-color)}.SingleServiceReview_service-date__yoGw4{font-size:14px;font-weight:500;line-height:21px;text-align:left;color:rgba(0,0,0,.4)}}.CommonCard_card-container-main__Gp9_V{width:100%;height:auto}.CommonCard_inactive__nQorV{background:#000000}.CommonCard_card-container__KJNMk{width:100%;height:100%;background-color:#f7f7f7}.CommonCard_background-white__qjQfp,.CommonCard_curved-bg__zXA4k{background-color:#fff}.CommonCard_curved-bg__zXA4k,.CommonCard_curved__f5eUo{border-radius:20px}@media (max-width:768px){.CommonCard_card-container-main__Gp9_V{width:100%;height:auto}.CommonCard_curved-bg__zXA4k,.CommonCard_curved__f5eUo{border-radius:10px}}@media (min-width:768px){.CommonCard_card-container-main__Gp9_V{width:100%}}.ExpandableDescription_description__5rWeu{font-size:16px;font-weight:500;line-height:24px;margin:15px 0}.ExpandableDescription_short__BLp1m{display:-webkit-box;line-clamp:var(--maxLines);-webkit-line-clamp:var(--maxLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:clip}.ExpandableDescription_text__ntzpo{word-wrap:break-word;white-space:pre;text-wrap:wrap}.ExpandableDescription_arrow-icon__1ii2Z{width:16px;height:16px;display:flex;justify-content:center;align-items:center;background:var(--main-color,var(--brand-color,#0d5bff));border-radius:50%}.ExpandableDescription_show-button__bXEkI{width:8px;height:8px}.ExpandableDescription_up-button__uLigQ{transform:rotate(180deg) translateY(1px)}.ExpandableDescription_more-button__lDvtG{display:flex;position:relative;margin-left:auto;gap:10px;background:linear-gradient(90deg,rgba(255,255,255,0),#ffffff 52.24%);cursor:pointer;width:max-content;padding:5px 0 0 86px}.ExpandableDescription_simple-more-button__pAqER{display:flex;position:relative;margin-left:auto;background:#fff;cursor:pointer;width:max-content;padding-left:2px}.ExpandableDescription_move-up__qetX4{transform:translateY(-23px)}.ExpandableDescription_max-height__QCFzT{max-height:var(--maxHeight)}.ExpandableDescription_move-down___Tmvu{padding-top:5px}.ExpandableDescription_more-text__3EOrq{font-size:12px;font-weight:700;line-height:14px;text-align:right;color:#000}.ExpandableDescription_simple-more-text__DjwyZ{font-size:16px;font-weight:600;line-height:24px;text-align:right;color:#000}.ExpandableDescription_underline__6OuvW{text-decoration:underline}@media (max-width:768px){.ExpandableDescription_description__5rWeu{margin:20px 0;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;text-align:left;color:#000}.ExpandableDescription_short__BLp1m{-webkit-line-clamp:var(--maxLinesMobile)}.ExpandableDescription_move-up__qetX4{transform:translateY(-21px)}.ExpandableDescription_simple-more-text__DjwyZ{font-size:14px;line-height:21px}}.CommonHeader_header__omhQQ{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.CommonHeader_common-padding__q67a_{padding-bottom:32px}.CommonHeader_title__ieFpe{font-size:48px;font-weight:700;letter-spacing:0;text-align:left;color:#000000}.CommonHeader_font-md__ihNLE{font-size:40px!important}.CommonHeader_font-sm__3dspv{font-size:20px}.CommonHeader_see-all__2UV4k{display:flex;align-items:center;cursor:pointer;padding-top:3px;color:#000000}.CommonHeader_see-all__2UV4k span{font-size:12px;font-weight:600;line-height:13px;letter-spacing:0;text-align:center}.CommonHeader_see-all__2UV4k img{margin-top:10.5px}.CommonHeader_dot___U2BL{display:flex}.CommonHeader_dot-black__p8ONi{height:16px;width:16px;background-color:#000000}.CommonHeader_dot-red__UiK8o{height:2px;width:32px;background-color:var(--main-color,var(--brand-color,#0d5bff))}@media (max-width:768px){.CommonHeader_dot-black__p8ONi{height:4px;width:4px}.CommonHeader_dot-red__UiK8o{height:2px;width:8px}.CommonHeader_title__ieFpe{font-size:20px;font-weight:700;line-height:30px;text-align:left}.CommonHeader_font-md__ihNLE{font-size:28px!important}}@media (min-width:769px){.CommonHeader_title__ieFpe{font-size:48px;line-height:72px;font-weight:700}}.CustomSeeAllButton_see-all__Hzkbg{display:flex;justify-content:center;align-items:center;cursor:pointer;color:#000;gap:20px}.CustomSeeAllButton_see-all__Hzkbg span{display:flex;justify-content:center;align-items:center;padding-top:6px;font-weight:600;font-size:18px;letter-spacing:0;text-align:center}.CustomSeeAllButton_see-all__Hzkbg svg{height:20px;width:20px}@media (max-width:768px){.CustomSeeAllButton_see-all__Hzkbg{align-items:center;gap:10px}.CustomSeeAllButton_see-all__Hzkbg span{padding-top:3px;font-weight:700;font-size:12px;line-height:18px}.CustomSeeAllButton_see-all__Hzkbg svg{height:16px;width:16px}}.AuthCommonHeader_title-wrap__x7HoL{display:flex;align-items:center;flex-direction:column;justify-content:center}.AuthCommonHeader_page-title__X8sY_{font-style:normal;font-weight:700;font-size:20px;line-height:30px;display:flex;align-items:center;text-align:center;color:#000000}.AuthCommonHeader_wave__nYcTj{margin-top:15px;margin-bottom:40px;height:5px;width:40px}@media (min-width:768px){.AuthCommonHeader_page-title__X8sY_{font-size:32px;line-height:48px}}.TokenExpire_token-expire__bG_KB{position:relative;height:100vh;width:100%;margin:0 auto;background:#f6f6f5;display:flex;flex-direction:column;align-items:center}.TokenExpire_expired-type__AS_dh{font-family:Hiragino Kaku Gothic Pro;font-style:normal;font-weight:600;font-size:13px;line-height:20px;display:flex;align-items:flex-end;text-align:center;letter-spacing:.1em;color:rgba(0,0,0,.4);margin-bottom:30px}.StylistNavbar_navbar__26B5S{position:fixed;top:0;left:0;width:100%;z-index:var(--z-nav);transition:box-shadow .3s ease}.StylistNavbar_shadow__C74tr{box-shadow:0 4px 25.1px 0 #4a4a4a26}.StylistNavbar_navbar-wrapper__IJgB3{position:relative;display:flex;justify-content:space-between;align-items:center;margin:16px auto;max-width:var(--layout-max-width)}.StylistNavbar_nav-left__Fnjsb{display:flex}.StylistNavbar_logo__pwgtD svg{height:40px;width:40px;cursor:pointer}.StylistNavbar_nav-right__J0cJt{display:flex;gap:24px;align-items:center}@media (max-width:1300px) and (min-width:769px){.StylistNavbar_navbar-wrapper__IJgB3{max-width:auto;margin:16px var(--tab-padding-size)}}@media (max-width:768px){.StylistNavbar_navbar-wrapper__IJgB3{margin:10px 20px}.StylistNavbar_nav-right__J0cJt{gap:18px;align-items:center}.StylistNavbar_hamburger-icon__qobGA{display:block;cursor:pointer}.StylistNavbar_logo__pwgtD svg{height:28px;width:28px}}.NavMenuSp_single-column-sns__fVJ0K{width:100%;margin-top:auto}.NavMenuSp_sp-nav-menu-list-logout__75O_i{height:100%;display:flex}.NavMenuSp_sp-nav-list-item__cN59f,.NavMenuSp_sp-nav-menu-list-logout__75O_i{font-weight:400;font-size:14px;text-decoration:none;cursor:pointer;color:#000000}.NavMenuSp_sp-nav-list-item__cN59f{list-style:none;text-transform:uppercase}.NavMenuSp_nav-color__IV55F{font-weight:700;color:var(--brand-color)!important}.NavMenuSp_sp-nav-list-item-category__l3pGd{display:flex;align-items:center;list-style:none;font-weight:400;font-size:14px;text-decoration:none;cursor:pointer;color:#000000;text-transform:uppercase}.NavMenuSp_sp-nav-menu-list__49kBf{display:flex;flex-direction:column;gap:20px;height:100%}.NavMenuSp_sp-nav-menu-content__R01jb{display:flex;flex-direction:column;flex:1 1;width:100%;overflow-y:scroll;position:relative}.NavMenuSp_sp-nav-menu-content__R01jb::-webkit-scrollbar{display:none}.NavMenuSp_no-gap___GdhO{justify-content:space-between}.NavMenuSp_sp-nav-menu__MjEG_{top:0;width:100%;height:100vh;opacity:1;background:#ffffff;padding:20px;overflow-y:unset;z-index:var(--z-modal)}.NavMenuSp_hide__F2OL1{position:absolute;display:none}.NavMenuSp_show__Y_CsT{position:fixed;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:50px}.NavMenuSp_message-show__ZQ1n9{top:0;z-index:var(--z-dropdown)}.NavMenuSp_category-wrapper__vAxjg{display:flex;gap:5px;align-items:center}.NavMenuSp_drop-down__5j023,.NavMenuSp_reverse-drop-down__BUJfL{transition:all .5s cubic-bezier(0,1,0,1)}.NavMenuSp_reverse-drop-down__BUJfL{transform:scaleY(-1)}.NavMenuSp_common-button__7WEOc,.NavMenuSp_logout__q0_Au,.NavMenuSp_post-job__d8fZ_{display:flex;align-items:center;justify-content:center;height:42px;width:max-content;font-weight:400;font-size:14px;line-height:21px;white-space:nowrap;cursor:pointer;border-radius:8px;text-transform:uppercase;width:100%}.NavMenuSp_post-job__d8fZ_{background:var(--brand-color);color:var(--white)}.NavMenuSp_logout__q0_Au{background:var(--common-card-bg)}.NavbarIndustries_pop-up__IyBI8{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);width:100%}.NavbarIndustries_modal-content__L__7k{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:15px 0}@media (max-width:769px){.NavbarIndustries_modal-content__L__7k{gap:40px}}.CustomizedProfessionName_scroll-wrapper__m_NqP{position:relative;width:100%;height:375px}.CustomizedProfessionName_profession-column__K_Fvn{height:100%;display:flex;flex-direction:column;gap:5px;padding-right:14px;overflow-y:scroll;scrollbar-width:none}.CustomizedProfessionName_profession-column__K_Fvn::-webkit-scrollbar{display:none}.CustomizedProfessionName_scroll-track__gq_7w{position:absolute;right:4px;top:0;height:100%;width:8px;background:#f7f7f7;border-radius:10px}.CustomizedProfessionName_scroll-thumb__78cpD{width:100%;background:rgba(0,0,0,.07);border-radius:10px;cursor:pointer;transition:background .12s ease,transform .1s linear}.CustomizedProfessionName_scroll-thumb__78cpD:hover{background:rgba(0,0,0,.09)}.CustomizedProfessionName_industry-name__mgPoI{position:-webkit-sticky;position:sticky;top:0;background-color:white;z-index:var(--z-raised)}.CustomizedProfessionName_profession-title___g_0E{font-weight:400;font-size:16px;margin-bottom:12px;cursor:pointer}.CustomizedProfessionName_profession-name__bVvsC{display:flex;justify-content:space-between;align-items:center;padding:5px 5px 5px 20px;font-size:12px;cursor:pointer;border-radius:30px;position:relative}.CustomizedProfessionName_profession-name__bVvsC:hover{background-color:rgba(152,152,152,.1)}.CustomizedProfessionName_tick-icon-black__kkT4i{display:none}.CustomizedProfessionName_profession-name__bVvsC:hover .CustomizedProfessionName_tick-icon-black__kkT4i{display:flex}.NavTopSp_sp-nav-menu-top__vLIKi{display:flex;justify-content:space-between;align-items:center;width:100%}.NavTopSp_sp-nav-menu-logo__6oi2a{width:28px;height:28px}.NavTopSp_hamburger-top-right__DC8XO{display:flex;justify-content:center;align-items:center;gap:18px}.NavTopSp_close-icon__v7EjR{cursor:pointer}.NavTopSp_collapse-search-bar-sp__mZrXD{width:100%}.CopyrightSnsSection_container__kOqOR{display:flex;align-items:center;text-align:center}@media (max-width:768px){.CopyrightSnsSection_container__kOqOR{flex-direction:column;gap:20px}}.SnsSection_sns-icons__b65o_{display:flex;justify-content:flex-end;align-items:center;gap:30px;transform:translateY(8px)}.SnsSection_sns-icons__b65o_ img{filter:invert(1)}.SnsSection_copy-right-sp__9ntAS{display:block;margin-top:12px;width:100%;font-weight:400;font-size:12px;color:#333333}.CopyrightText_copy-right__cbW3s{font-weight:700;font-size:12px;line-height:18px;text-align:left}.CopyrightText_light__ibwPf{color:var(--white)}.CopyrightText_dark__Fr5VA{color:var(--black)}@media (max-width:768px){.CopyrightText_copy-right__cbW3s{font-weight:400;font-size:11px}}.BrowseButton_nav-link__K5Sb5{margin-left:100px;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:14px;color:var(--text-color);gap:8px;transition:color .2s ease-in-out,font-weight .2s ease-in-out;cursor:pointer;white-space:nowrap;width:114px}.BrowseButton_category-nav-color__EFMG6,.BrowseButton_nav-link__K5Sb5:hover{font-weight:400;color:var(--brand-color)}.BrowseButton_category-wrapper__oSblj{position:relative;display:flex;gap:7px;align-items:center;text-transform:uppercase}.BrowseButton_category-wrapper__oSblj>div>svg{height:22px;width:22px}.BrowseButton_reverse-drop-down__x6DoM{transform:scaleY(-1)}.BrowseButton_drop-down__6vQ3Z,.BrowseButton_reverse-drop-down__x6DoM{transition:all .5s cubic-bezier(0,1,0,1)}@media (max-width:768px){.BrowseButton_nav-link__K5Sb5{display:none}}.IndustriesModal_modal-wrapper-wrapper__5vWsn{width:100%;display:flex;justify-content:center;top:62px;left:0;z-index:var(--z-modal)}.IndustriesModal_landing-page__7vJua{position:fixed}.IndustriesModal_search-page__0jLcQ{position:absolute}.IndustriesModal_modal-wrapper__JRdfF{width:100%;max-width:1200px;height:500px;border-radius:30px;display:block;background:rgba(255,255,255,1);filter:drop-shadow(1px 20px 29.1px rgba(175,175,175,.5))}.IndustriesModal_modal-wrapper__JRdfF.IndustriesModal_search-bar__FyTb_{top:220px}.IndustriesModal_modal-header-wrapper__1sb2G{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #0000001a;padding:20px 40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.IndustriesModal_modal-header__Xvtp2{font-weight:500;font-size:18px;text-transform:uppercase;color:#000000;cursor:pointer}.IndustriesModal_modal-header__Xvtp2:first-child,.IndustriesModal_modal-header__Xvtp2:hover{color:var(--brand-color)}.IndustriesModal_cross-icon__iRAw4{cursor:pointer;height:10px;width:10px;position:absolute;right:20px;top:28px;display:none}.IndustriesModal_modal-content__yXwD8{padding:33px 30px 30px 40px;display:flex;justify-content:space-between;gap:16px;overflow:hidden}@media (max-width:1300px) and (min-width:769px){.IndustriesModal_modal-wrapper__JRdfF{max-width:calc(100% - 100px)}}@media (max-width:768px){.IndustriesModal_modal-wrapper__JRdfF{width:100%;height:auto;border-radius:0;right:0;left:0}.IndustriesModal_modal-content__yXwD8{width:100%;flex-wrap:wrap;padding:20px}.IndustriesModal_modal-wrapper__JRdfF.IndustriesModal_search-bar__FyTb_{top:56px}.IndustriesModal_modal-header__Xvtp2{font-size:16px}}@media (min-width:1920px){.IndustriesModal_modal-wrapper__JRdfF{width:calc(100% - 720px)}}.HeroSearchBar_search-bar__SzwKV{width:100%;height:28px;display:flex;justify-content:center;align-items:center;background-color:transparent}@media (min-width:768px){.HeroSearchBar_search-bar__SzwKV>img{visibility:hidden}}@media (max-width:768px){.HeroSearchBar_search-bar__SzwKV{display:none}}.SearchBarSp_search-bar-sp__VOCZq{display:none}@media (max-width:768px){.SearchBarSp_search-bar-sp__VOCZq{display:flex;align-items:center;cursor:pointer}.SearchBarSp_nav-right-search-icon-sp__QoUH1{align-items:center;cursor:pointer}}.StylistTopPageHeader_empty-space__iFGC4{padding-bottom:108px}@media (max-width:768px){.StylistTopPageHeader_empty-space__iFGC4{padding-bottom:80px}}