*{margin:0;padding:0;box-sizing:border-box;--primary-blue: #0000b9;--text-dark: #000000;--text-light: #ffffff;--gray-light: #d9d9d9;--gray-medium: #e3e3e3;--orange-highlight: #e89600}html{font-size:62.5%}body{font-family:Open Sans,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--text-light)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}a{color:inherit;text-decoration:none;cursor:pointer}@media (max-width: 1100px){html{font-size:50%}}@media (max-width: 768px){html{font-size:50%}}@media (max-width: 480px){html{font-size:50%}}header{font-family:Montserrat,sans-serif;width:100%;background:#fffffff2}.main-header{max-width:1245px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:2rem}.logo-section{height:7rem}.logo{height:100%;width:100%;object-fit:cover}.navbar{display:flex;align-items:center;flex-grow:1;justify-content:center;gap:2.5rem}.nav-link{position:relative;color:var(--text-dark);font-weight:400;font-size:1.8rem;text-decoration:none;white-space:nowrap;transition:color .3s ease}.nav-link:before{content:"";position:absolute;bottom:-9px;height:2px;width:0;background:var(--primary-blue);border-radius:50px;transition:width .3s ease}.nav-link:hover:before{width:100%}.nav-link:hover{color:var(--primary-blue)}.nav-link.active{color:var(--primary-blue);font-weight:600}.nav-link.active:before{width:100%;background:var(--primary-blue)}.join-us{display:flex;align-items:center;color:var(--text-dark);font-weight:400;font-size:1.3rem;border:solid 1px black;padding:1rem 1.5rem;border-radius:6px;box-shadow:0 2px 2px #0000004d;transition:box-shadow .3s ease,font-size .3s ease}.join-us:hover{box-shadow:0 3px 3px #00000059}.header-divider{width:100%;height:1.5px;background-color:#d9d9d9}.mobile-group{display:none}.main-nav{display:flex;justify-content:center;align-items:center;gap:2.5rem;padding:2.1rem 0;flex-wrap:wrap}.nav-item{font-size:1.7rem;font-family:Montserrat,sans-serif;font-weight:500;line-height:21px;color:#000;text-decoration:none;transition:all .3s ease}.nav-item:hover{color:var(--primary-blue);cursor:pointer}.nav-item.active{color:var(--primary-blue)}@media (max-width: 1100px){.main-header,.sub-header{display:none}.mobile-group{display:block}.mobile-nav-wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;padding:2rem}.mobile-logo-group{display:flex;gap:2rem;align-items:center}.mobile-logo-pic{display:none}.mobile-logo-pic img{height:100%;width:100%;object-fit:cover}.mobile-logo-name{font-size:2.5rem;font-weight:700;color:var(--primary-blue)}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:2.4rem;height:2rem;cursor:pointer;background:none;border:none;margin-right:2rem}.hamburger span{display:block;height:3px;width:100%;background-color:#333;border-radius:2px;transition:all .4s ease-in-out}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}header{position:relative}.mobile-menu{display:flex;flex-direction:column;background:#fff;overflow:hidden;max-height:0;transition:max-height .4s ease-in-out}.mobile-menu ul{list-style:none;padding:0;margin:0}.mobile-menu li{text-align:center;border-bottom:1px solid #eee}.mobile-menu a{text-decoration:none;color:#000;font-size:1.6rem;display:block;margin:1.2rem 0}.submenu{overflow:hidden;max-height:0;background:#f9f9f9;transition:max-height .5s ease-in-out}.submenu.active{max-height:137px}.submenu li{border-bottom:1px solid #eee}.has-dropdown .menu-link{position:relative}}.footer{background-color:#0000b9;color:#fff}.footer-divider{width:100%;height:1px;background-color:#d9d9d9;margin-bottom:16px}.back-to-home{text-align:center;margin:16px 0 12px}.back-to-home a{font-size:1.5rem;font-family:Open Sans,sans-serif;font-weight:400;line-height:21px;color:#000;text-decoration:none}.back-to-home a:hover{color:var(--primary-blue);cursor:pointer}.footer-content{width:100%;display:flex;flex-direction:column;gap:32px;padding:7rem 0;justify-content:center;align-items:center}.footer-brand{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1145px;padding:0 4rem}.footer-logo{display:flex;align-items:center;gap:24px}.footer-logo img{width:5rem;height:auto}.footer-brand-name{font-size:3.6rem;font-family:Montserrat,sans-serif;font-weight:600;line-height:1.2;color:#fff}.footer-info{display:flex;flex-direction:column;justify-content:center;max-width:clamp(200px,40vw,475px)}.footer-description{font-size:2rem;line-height:1.4;color:#fff;margin-bottom:12px}.footer-contact{display:flex;align-items:center;justify-content:flex-start;gap:12px}.footer-contact img{width:18px;height:18px}.footer-phone{font-size:2rem;font-family:Open Sans,sans-serif;color:#fff}.footer-bottom-divider{width:100%;height:1px;background-color:#fff}.footer-copyright{width:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;gap:8px;max-width:1440px;margin:0 auto}.footer-copyright img{width:12px;height:12px}.footer-copyright-text{font-size:1.4rem;font-family:Open Sans,sans-serif;font-weight:400;line-height:1.4;color:#e3e3e3}@media (max-width: 768px){.footer-brand{flex-direction:column;gap:4.2rem;align-items:start;padding-left:2rem}.footer-brand-name{font-size:3.3rem}.footer-info{max-width:80%}.footer-description,.footer-phone{font-size:1.88rem}.footer-copyright-text{font-size:1.4rem}}@media (max-width: 480px){.footer-brand{padding-left:2rem}.footer-brand-name{font-size:3.5rem}.footer-description,.footer-phone{font-size:1.875rem}.footer-copyright-text{font-size:1.3rem}}._main-container_wtgjn_19{width:100%;max-width:1247px;margin:0 auto;padding:0 2rem}._section_wtgjn_33{margin-top:10rem;margin-bottom:20rem}._section-subtitle_wtgjn_45{color:var(--primary-blue);font-size:1.8rem;font-weight:500;letter-spacing:1px;margin-bottom:2.5rem}._section-title_wtgjn_61{font-size:5.6rem;font-weight:600;color:var(--primary-blue);line-height:1.2;margin-bottom:5rem}._hero-section_wtgjn_79,._hero-content-wrapper_wtgjn_91{display:flex;flex-direction:column;align-items:flex-start}._hero-section_wtgjn_79 img{height:100%;width:100%;transition:transform .4s ease;object-fit:cover}._hero-section_wtgjn_79 img:hover{transform:scale(1.1)}._desktop-hero-layout_wtgjn_125{display:flex;width:100%;height:508px;gap:2rem}._left-big-layout_wtgjn_139{width:40%;overflow:hidden}._right-big-layout_wtgjn_149{display:flex;width:60%;flex-direction:column;justify-content:space-between;gap:2rem;overflow:hidden}._upper-layout_wtgjn_167{display:flex;flex:1;gap:2rem}._upper-image_wtgjn_179{overflow:hidden}._lower-layout_wtgjn_187{display:flex;flex:2;overflow:hidden}._mobile-hero-layout_wtgjn_199{display:none}._mission-content-wrapper_wtgjn_209{display:flex;flex-direction:row;gap:5rem;align-items:center}._mission-kiri_wtgjn_223{flex:1;overflow:hidden;border-radius:8px}._mission-kiri_wtgjn_223 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._mission-kiri_wtgjn_223 img:hover{transform:scale(1.1);cursor:pointer}._mission-kanan_wtgjn_259{flex:1;display:flex;flex-direction:column;justify-content:flex-start}._mission-description-text_wtgjn_273{font-size:2rem;font-family:Open Sans,sans-serif;font-weight:400;line-height:1.6;color:var(--text-dark)}._vision-section_wtgjn_291{margin-bottom:12rem}._vision-section_wtgjn_291 ._section-title_wtgjn_61{margin-bottom:8rem}._vision-content-wrapper_wtgjn_307{display:flex}._left-side_wtgjn_315,._right-side_wtgjn_323{flex:1}._vision-description-text_wtgjn_331{font-size:2rem;font-family:Open Sans,sans-serif;font-weight:400;line-height:1.6;color:var(--text-dark);text-align:justify;margin-bottom:1.6rem}._values-section_wtgjn_353{margin-left:auto;width:80%;text-align:left;margin-bottom:20rem}._values-section-title_wtgjn_367{font-size:2.8rem;font-family:Montserrat,sans-serif;font-weight:500;color:var(--primary-blue);text-align:left;margin-bottom:6rem}._values-items-grid_wtgjn_385{display:grid;grid-template-columns:repeat(3,1fr);gap:5rem;align-items:start}._values-single-item_wtgjn_399{display:flex;flex-direction:column;gap:16px;height:fit-content}._values-item-number_wtgjn_413{font-size:4.8rem;font-family:Lora,serif;font-weight:500;color:var(--text-dark)}._values-items-grid_wtgjn_385 ._values-single-item_wtgjn_399 ._values-item-number_wtgjn_413{color:var(--text-dark)}._values-item-line_wtgjn_435{width:100%;height:1px;background-color:var(--text-dark)}._values-item-title_wtgjn_447{font-size:2.6rem;font-family:Montserrat,sans-serif;font-weight:500;color:var(--primary-blue)}._values-item-description_wtgjn_461{font-size:2rem;font-family:Open Sans,sans-serif;font-weight:400;line-height:1.35;color:var(--text-dark)}._desktop-why-content-wrapper_wtgjn_479{display:block}._mobile-why-content-wrapper_wtgjn_487{display:none}._why-choose-header_wtgjn_495{display:flex;text-align:left;justify-content:space-between;margin-bottom:15rem}._why-choose-title_wtgjn_509{font-size:5.6rem;font-weight:600;color:var(--primary-blue);line-height:1.2}._why-choose-text_wtgjn_523{font-size:2rem;color:var(--text-dark);line-height:1.6;max-width:600px}._benefits-flex-top_wtgjn_537,._benefits-flex-bottom_wtgjn_539{display:flex;align-items:flex-start;padding:2.8rem 0;gap:0}._benefit-item_wtgjn_553{padding:0 30px;display:flex;flex-direction:column;align-items:flex-start;position:relative;min-height:220px;flex:1}._benefit-divider-horizontal_wtgjn_573{width:100%;height:1px;background-color:var(--text-dark);margin:0 auto}._benefit-divider-vertikal_wtgjn_587{width:1px;align-self:stretch;background-color:var(--text-dark)}._benefit-icon_wtgjn_599{width:9rem;height:60px;margin-bottom:25px;flex-shrink:0}._benefit-text_wtgjn_613{font-size:2rem;font-family:Open Sans,sans-serif;color:var(--text-dark);line-height:1.5;margin-bottom:1.5rem;text-align:left}._success-content-wrapper_wtgjn_633{display:flex;justify-content:space-between;gap:10.5rem}._success-image_wtgjn_645{flex:3;overflow:hidden;height:42.6rem;border-radius:5px}._success-image_wtgjn_645 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._success-image_wtgjn_645:hover img{transform:scale(1.1)}._success-description-text_wtgjn_681{flex:2;font-size:2rem;font-family:Open Sans,sans-serif;font-weight:400;color:var(--text-dark)}._additional-container_wtgjn_699{width:100%;margin:0 auto}._quote-section_wtgjn_711{width:100%;background-color:var(--primary-blue);margin:0}._quote-content-wrapper_wtgjn_723{display:flex;width:100%;padding:20rem 0;max-width:1245px;margin:0 auto;justify-content:space-between;align-items:flex-start}._quote-mark-symbol_wtgjn_743{font-size:12.8rem;font-family:Open Sans,sans-serif;font-weight:700;color:var(--text-light);line-height:1}._quote-main-text_wtgjn_759{font-size:3.4rem;font-family:Open Sans,sans-serif;font-weight:500;line-height:1.47;color:var(--text-light);text-align:left;max-width:80rem}._quote-text-highlight_wtgjn_779{color:var(--orange-highlight)}._product-section_wtgjn_789{display:flex;width:100%;background-image:url(/homePage/img_bg_product.png);background-size:cover;justify-content:center;padding:15rem 0;margin:0}._product-content-wrapper_wtgjn_809{display:flex;flex-direction:column}._product-section-subtitle_wtgjn_819{font-size:3.2rem;font-family:Montserrat,sans-serif;font-weight:400;color:var(--primary-blue);align-self:flex-end}._product-main-title_wtgjn_835{font-size:11rem;font-family:Lora,serif;font-weight:400;line-height:1.28;text-align:center;color:var(--primary-blue);align-self:center;margin:2.9rem 0 3.3rem}._product-catalog-button_wtgjn_857{background-color:var(--primary-blue);padding:12px 20px;display:flex;align-items:center;gap:8px;width:auto;min-width:20rem;border-radius:5px;height:5rem;transition:all .3s ease;text-decoration:none;align-self:flex-end}._product-catalog-button_wtgjn_857:hover{background-color:#fff}._product-button-text_wtgjn_895{font-size:16px;font-family:Open Sans,sans-serif;font-weight:600;color:var(--text-light);transition:color .3s ease}._product-catalog-button_wtgjn_857:hover ._product-button-text_wtgjn_895{color:var(--primary-blue)}._product-button-arrow_wtgjn_919{width:10px;height:auto;transition:transform .3s ease;filter:brightness(0) invert(1)}._product-catalog-button_wtgjn_857:hover ._product-button-arrow_wtgjn_919{transform:translate(8px);filter:brightness(0) invert(0)}@media (max-width: 1100px){._desktop-hero-layout_wtgjn_125{display:none}._mobile-hero-layout_wtgjn_199{display:flex;width:auto;height:30rem;border-radius:5px;overflow:hidden}._mission-content-wrapper_wtgjn_209{display:block}._mission-kiri_wtgjn_223,._vision-section_wtgjn_291 ._section-title_wtgjn_61{margin-bottom:5rem}._vision-content-wrapper_wtgjn_307{display:block}._values-section_wtgjn_353{margin-left:0;width:100%}._values-items-grid_wtgjn_385{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:start}._why-choose-header_wtgjn_495{display:block;text-align:left;margin-bottom:5rem}._why-choose-title_wtgjn_509{font-size:5.6rem;font-weight:600;color:var(--primary-blue);line-height:1.2;margin-bottom:3rem}._why-choose-text_wtgjn_523{font-size:2rem;color:var(--text-dark);line-height:1.6;margin-bottom:0;max-width:none}._desktop-why-content-wrapper_wtgjn_479{display:none}._mobile-why-content-wrapper_wtgjn_487{display:block}._benefit-divider-horizontal_wtgjn_573{margin:2rem 0}._benefit-item_wtgjn_553{padding:0 1.5rem;display:flex;flex-direction:row;position:relative;min-height:0;gap:3rem}._benefit-icon_wtgjn_599{width:7rem;height:auto;margin-bottom:0;flex-shrink:0;margin-top:7px}._benefit-text_wtgjn_613{margin-bottom:0}._success-content-wrapper_wtgjn_633{display:block}._success-image_wtgjn_645{overflow:hidden;height:30rem;border-radius:5px;margin-bottom:4rem}._quote-content-wrapper_wtgjn_723{display:flex;flex-direction:column;width:100%;padding:10rem 5rem;margin:0 auto}._quote-main-text_wtgjn_759{width:fit-content;margin-top:-2rem}._product-content-wrapper_wtgjn_809{padding:0 2rem}._product-section-subtitle_wtgjn_819{align-self:flex-start}._product-main-title_wtgjn_835{text-align:left;font-size:9rem}._product-catalog-button_wtgjn_857{align-self:flex-start}}main{font-family:Montserrat,sans-serif;width:100%;transition:transform .5s ease;will-change:transform}._main-container_1gpnb_17{width:100%;max-width:1065px;margin:0 auto;padding:0 2rem}._cp-title_1gpnb_31{text-align:center;font-size:3.6rem;font-weight:600;margin:4.5rem auto;color:var(--primary-blue)}._cp-subtitle_1gpnb_47{font-size:2.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:2.5rem}._cp-description_1gpnb_61{font-family:Open Sans,sans-serif;font-size:2rem;margin-bottom:5rem}._diagram_1gpnb_75{display:grid;grid-template-columns:2fr .5fr 2fr .5fr 2fr;grid-template-rows:repeat(3,minmax(60px,auto));grid-template-areas:"card1 arrow1 card2 arrow2 card3" ". . . arrow3 ." ". . card4 arrow4 card5";align-items:stretch;justify-items:center;gap:1.5rem}._card_1gpnb_101{border:#000000 1px solid;width:100%;padding:1.5rem;display:flex;flex-direction:column;align-items:center;font-family:Open Sans,sans-serif;font-size:1.7rem;text-align:center}._card-title_1gpnb_125{font-size:2.1rem;font-weight:600;color:var(--primary-blue)}._card-divider_1gpnb_137{height:1px;width:100%;background-color:var(--text-dark);margin:1rem 0}._card-description_1gpnb_151{line-height:2.5rem;padding:0 .5rem}._arrow_1gpnb_161{display:flex;justify-content:center;align-items:center}._card1_1gpnb_173{grid-area:card1}._card2_1gpnb_181{grid-area:card2}._card3_1gpnb_189{grid-area:card3}._card4_1gpnb_197{grid-area:card4}._card5_1gpnb_205{grid-area:card5}._arrow1_1gpnb_213{grid-area:arrow1}._arrow2_1gpnb_221{grid-area:arrow2}._arrow3_1gpnb_229{grid-area:arrow3;transform:rotate(90deg)}._arrow4_1gpnb_239{grid-area:arrow4}._main-container_1xpka_13{width:100%;max-width:1065px;margin:0 auto}._cp-title_1xpka_25{text-align:center;font-size:3.6rem;font-weight:600;margin:4.5rem auto;color:var(--primary-blue)}._cp-subtitle_1xpka_41{font-size:2.2rem;font-weight:600;color:var(--primary-blue)}._cp-description_1xpka_53{font-family:Open Sans,sans-serif;font-size:2rem;margin:3rem 0}._cp-description_1xpka_53 span{font-weight:700}._divider_1xpka_73{width:100%;height:1.5px;background-color:#d9d9d9}._level-group_1xpka_87{display:flex;justify-content:space-between;font-size:2rem;padding:3rem 0}._level-column_1xpka_101{display:flex;flex-direction:column;gap:4rem}._card-header_1xpka_113{display:flex;align-items:center;padding:1.5rem 0;border-bottom:var(--primary-blue) 1.5px solid}._card-header_1xpka_113:hover{cursor:pointer}._card-header_1xpka_113 p{margin:0 2.5rem 0 1.5rem;font-weight:700;color:var(--primary-blue)}._card-header_1xpka_113 ._card-arrow_1xpka_147{margin-left:auto}._card-arrow_1xpka_147{transform:rotate(0);transition:transform .5s}._card-arrow_1xpka_147._show_1xpka_165{transform:rotate(180deg);transition:transform .5s}._card-description_1xpka_175{font-family:Open Sans,sans-serif;max-height:0;opacity:0;overflow:hidden;padding:0;transition:max-height .5s,padding .5s,opacity .5s}._card-description_1xpka_175._show_1xpka_165{max-height:65px;opacity:1;padding:1.5rem 0}._table-section_1xpka_209{margin:5rem auto}._mastership-table_1xpka_217{width:100%;border-collapse:collapse;text-align:center}._mastership-table_1xpka_217 th:nth-child(1){width:24%}._mastership-table_1xpka_217 th:nth-child(2){width:43%}._mastership-table_1xpka_217 th:nth-child(3){width:33%}._mastership-table_1xpka_217 th,._mastership-table_1xpka_217 td{border:2px solid var(--gray-light);padding:1.5rem}._mastership-table_1xpka_217 th,._mastership-table_1xpka_217 tbody td:nth-child(1){font-family:Montserrat,sans-serif;font-weight:600;color:var(--primary-blue);font-size:1.8rem}._mastership-table_1xpka_217 td{font-family:Open Sans,sans-serif;font-size:1.5rem}._mastership-table_1xpka_217 td span{font-weight:600;font-style:italic}._main-container_uuf4c_13{width:100%;max-width:1065px;margin:0 auto}._cp-title_uuf4c_25{text-align:center;font-size:3.6rem;font-weight:600;margin:4.5rem auto;color:var(--primary-blue)}section{margin-bottom:6%}._cp-subtitle_uuf4c_49{font-size:2.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:3rem}._cp-description_uuf4c_63{font-family:Open Sans,sans-serif;font-size:2rem}._cp-description_uuf4c_63 span{font-weight:700}._divider_uuf4c_81{width:100%;height:1.5px;background-color:#d9d9d9}._cp-description-list_uuf4c_93{padding-left:2.1rem}._syarat-group_uuf4c_103{display:flex;width:100%;gap:2rem;font-family:Open Sans,sans-serif;font-size:1.4rem;margin:3rem 0}._syarat_uuf4c_103{display:flex;border:solid 1px var(--gray-light);flex:1;line-height:2.5rem}._syarat_uuf4c_103 ._left_uuf4c_135{display:flex;flex:1;background-color:#eaeaea;padding:2rem;align-items:center}._syarat_uuf4c_103 ._right_uuf4c_151{display:flex;flex:1;padding:2rem;align-items:center;line-height:3rem}._syarat_uuf4c_103 li{list-style-type:none}._right-list_uuf4c_175{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}._right-list_uuf4c_175 li{flex:1 1 45%}._table-section_uuf4c_203{margin:3rem auto}._mastership-table_uuf4c_211{width:100%;border-collapse:collapse;text-align:center}._mastership-table_uuf4c_211 th:nth-child(1){width:25%}._mastership-table_uuf4c_211 th:nth-child(2){width:75%}._mastership-table_uuf4c_211 th,._mastership-table_uuf4c_211 td{border:2px solid var(--gray-light);padding:1.5rem}._mastership-table_uuf4c_211 th,._mastership-table_uuf4c_211 tbody td:nth-child(1){font-family:Montserrat,sans-serif;font-weight:600;color:var(--primary-blue);font-size:1.8rem}._mastership-table_uuf4c_211 td{font-family:Open Sans,sans-serif;font-size:1.5rem}._mastership-table_uuf4c_211 td span{font-weight:600;font-style:italic}main{font-family:Montserrat,sans-serif;width:100%}._main-container_xq1ml_11{width:100%;max-width:1065px;margin:0 auto}._cp-title_xq1ml_23{text-align:center;font-size:3.6rem;font-weight:600;margin:4.5rem auto;color:var(--primary-blue)}._cp-subtitle_xq1ml_39{font-size:2.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:3.5rem}._cp-highlight-description_xq1ml_53{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:3.5rem}._cp-description_xq1ml_69{font-family:Open Sans,sans-serif;font-size:2rem;margin-bottom:5rem}#_header-logo_b4sxc_1{display:flex;justify-content:center;padding:2rem 0}._header-divider_b4sxc_15{width:100%;height:1.5px;background-color:#d9d9d9}._country-selector_b4sxc_27{display:flex;justify-content:space-between;align-items:center;padding:18px 0;margin:0 98px}._country-text_b4sxc_43{font-size:1.8rem;font-family:Montserrat,sans-serif;font-weight:400;line-height:22px;color:#000}._country-flag_b4sxc_59{width:62px;height:auto}._main-nav_b4sxc_71{display:flex;justify-content:center;align-items:center;gap:2.5rem;padding:1.5rem 0;flex-wrap:wrap}._nav-item_b4sxc_89{font-size:1.5rem;font-family:Montserrat,sans-serif;font-weight:500;line-height:21px;color:#000;text-decoration:none;transition:all .3s ease}._nav-item_b4sxc_89:hover{color:var(--primary-blue);cursor:pointer}._nav-item_b4sxc_89._active_b4sxc_119{color:var(--primary-blue)}._hamburger_b4sxc_127{display:none;padding:16px;background:none;border:none;cursor:pointer}._container_1qbkh_3{width:100%;max-width:1440px;margin:0 auto}._section-wrapper_1qbkh_15{width:100%;max-width:1245px;margin:6.4rem auto}._content-container_1qbkh_27{width:100%;margin:0 auto}._hero-section_1qbkh_39{width:100%;height:676px;background-image:url(/productsHome/img_screenshot_2025_07_22.png);background-size:cover;background-position:center;background-repeat:no-repeat}._section-title_1qbkh_59{font-size:3.6rem;font-family:Lora,serif;font-weight:400;line-height:1.3;text-align:center;color:#000}._section-subtitle_1qbkh_77{font-size:18px;font-family:Lora,serif;font-weight:400;line-height:1.3;text-align:center;color:#000;margin:10px 0 30px}._product-grid_1qbkh_99{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;margin-top:2rem;margin-bottom:6rem;column-gap:2rem}._product-card_1qbkh_117{background-color:#fff;overflow:hidden}._product-image-wrapper_1qbkh_127{height:30rem;border-radius:5px;overflow:hidden}._product-image_1qbkh_127{height:100%;width:100%;object-fit:cover;transition:transform .4s ease}._product-image-wrapper_1qbkh_127:hover ._product-image_1qbkh_127{transform:scale(1.1);cursor:pointer}._product-name_1qbkh_163{font-size:19px;font-family:Open Sans,sans-serif;font-weight:400;line-height:1.4;text-align:center;color:#000;padding:16px;margin-top:1rem}._banner-section_1qbkh_187{width:100%;margin:6.4rem 0 64px}._banner-image_1qbkh_197{width:100%;height:100%;object-fit:cover}._hair-care-section_1qbkh_211{display:flex;flex-direction:column;gap:32px;margin:94px 0}._hair-care-content_1qbkh_225{display:flex;flex-direction:column;flex-direction:row;align-items:center;gap:24px}._hair-care-image_1qbkh_241{width:60%;height:auto;border-radius:5px}._hair-care-text_1qbkh_253{width:40%;padding-left:8rem}._hair-care-title_1qbkh_263{font-size:20px;font-family:Open Sans,sans-serif;font-weight:600;line-height:1.4;color:#000;margin-bottom:18px}._hair-care-description_1qbkh_281{font-size:18px;font-family:Open Sans,sans-serif;font-weight:400;line-height:2;color:#000;padding-left:2rem}._uv-strategy-section_1qbkh_301{margin-top:2rem}._uv-main-image_1qbkh_309{width:100%;height:auto;border-radius:5px;margin-bottom:34px}._uv-products_1qbkh_323{display:grid;grid-template-columns:1fr}._uv-product-row_1qbkh_333{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._uv-product-row_1qbkh_333 ._product-image-wrapper_1qbkh_127{height:18rem;width:18rem;flex-shrink:0}._uv-product-row_1qbkh_333 ._product-card_1qbkh_117{display:flex;gap:1rem}._uv-product-image_1qbkh_367{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._uv-product-image_1qbkh_367:hover{transform:scale(1.1);cursor:pointer}._uv-product-name_1qbkh_391{font-size:17px;font-family:Open Sans,sans-serif;font-weight:400;line-height:1.4;color:#000;padding:8px;flex:1}._divider_1qbkh_411{width:100%;height:1px;background-color:#d9d9d9;margin:24px 0}._skincare-grid_1qbkh_427{display:flex;justify-content:space-between}._skincare-grid_1qbkh_427 ._product-image-wrapper_1qbkh_127{height:40rem;width:40rem}._discover-btn_1qbkh_449{display:inline-block;padding:10px 22px;border:1px solid #000000;border-radius:5px;font-size:14px;font-family:Open Sans,sans-serif;font-weight:400;line-height:20px;text-align:center;color:#000;background-color:transparent;text-decoration:none;transition:all .3s ease;margin:0 auto;display:block;width:fit-content}._discover-btn_1qbkh_449:hover{background-color:#000;color:#fff;cursor:pointer}@media (min-width: 1440px){._hero-section_1qbkh_39,._banner-image_1qbkh_197{border-radius:5px}}@media (max-width: 900px){._product-grid_1qbkh_99{display:grid;grid-template-columns:repeat(2,2fr);gap:1.4rem;margin-bottom:5rem}}._container_1q7tr_3{width:100%;max-width:1440px;margin:0 auto}._section-wrapper_1q7tr_15{width:100%;max-width:1245px;margin:6.4rem auto}._content-container_1q7tr_27{width:100%;margin:0 auto}._content-flex_1q7tr_37{display:flex;justify-content:space-between}._section-title_1q7tr_49{font-size:3.6rem;font-family:Lora,serif;font-weight:400;line-height:1.3;text-align:center;color:#000;margin-top:5rem;margin-bottom:4rem}._filter-title_1q7tr_73{font-family:Montserrat,sans-serif;font-size:1.8rem;letter-spacing:.1rem;font-weight:500}._divider_1q7tr_87{width:100%;height:2px;background-color:var(--gray-light);margin:1.5rem 0}._custom-select_1q7tr_101{font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:500;width:30rem;margin-top:2rem}._selected_1q7tr_117{padding:1.5rem 2rem;border:1px solid var(--text-dark);border-radius:.5rem;background:#fff;cursor:pointer;background:url("data:image/svg+xml,%3csvg%20width='13'%20height='8'%20viewBox='0%200%2013%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.26562L6.46875%206.73438L11.9375%201.26562'%20stroke='black'/%3e%3c/svg%3e") no-repeat right 2rem center}._selected_1q7tr_117:hover{background-color:#f0f0f0}._options_1q7tr_143{margin-top:2rem;background:#fff;border:1px solid var(--text-dark);border-radius:.5rem;list-style:none;padding:0;display:none;overflow:hidden}._options_1q7tr_143 li{padding:1.5rem 2rem;cursor:pointer}._options_1q7tr_143 li._active_1q7tr_175{background:url("data:image/svg+xml,%3csvg%20width='13'%20height='10'%20viewBox='0%200%2013%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.9375%205L2.3125%203.66667L5.0625%206.33333L10.5625%201L11.9375%202.33333L5.0625%209L0.9375%205Z'%20fill='%230000B9'%20stroke='%230000B9'%20stroke-width='0.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right 2rem center}._options_1q7tr_143 li:hover{background-color:#f0f0f0}._custom-select_1q7tr_101._open_1q7tr_193 ._options_1q7tr_143{display:block}._product-grid_1q7tr_203{display:grid;grid-template-columns:26.5rem 26.5rem 26.5rem;justify-content:space-between;row-gap:5rem;column-gap:2.7rem}._product-card_1q7tr_219{background-color:#fff;overflow:hidden}._product-image-wrapper_1q7tr_229{width:100%;height:30rem;border-radius:5px;overflow:hidden}._product-image_1q7tr_229{height:100%;width:100%;object-fit:cover;transition:transform .4s ease}._product-image-wrapper_1q7tr_229:hover ._product-image_1q7tr_229{transform:scale(1.1);cursor:pointer}._product-name_1q7tr_267{font-size:19px;font-family:Open Sans,sans-serif;font-weight:400;line-height:1.4;text-align:center;color:#000;padding:16px;margin-top:1rem}._container_8o39s_3{width:100%;max-width:1440px;margin:0 auto}._section-wrapper_8o39s_15{width:100%;max-width:1245px;margin:3rem auto}._content-container_8o39s_27{width:100%;margin:0 auto;display:flex;gap:3.5rem}._product-wrapper_8o39s_45{flex:2}._breadcrumbs_8o39s_53{display:flex;gap:1rem;font-size:1.4rem;margin-bottom:3rem}._product-name_8o39s_67{font-family:Lora,sans-serif;font-size:3.6rem;margin-bottom:2.5rem}._learn-more-btn_8o39s_79{font-size:1.4rem;border:#000000 1px solid;text-decoration:none;color:var(--text-dark);border-radius:5px;padding:1rem 2.5rem;margin-bottom:5rem}._learn-more-btn_8o39s_79:hover{background-color:#000;color:#fff}._detail-header_8o39s_111{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Lora,sans-serif;font-size:3.6rem;background-color:var(--gray-light);padding-top:2rem;padding-bottom:3rem}._detail-divider_8o39s_135{width:50%;height:2px;background-color:#000}._recommendation-wrapper_8o39s_151{flex:1;max-width:375px;padding-top:5rem}._recommendation-title_8o39s_163{font-size:1.8rem;margin-bottom:2rem}._recommendation-card_8o39s_173{display:flex;gap:2rem;margin-bottom:2rem}._card-image_8o39s_185{flex:1;border-radius:5px;overflow:hidden;height:13rem}._card-image_8o39s_185 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._card-image_8o39s_185 img:hover{transform:scale(1.1);cursor:pointer}._card-title_8o39s_223{font-family:Open Sans,sans-serif;flex:1;font-size:1.6rem}._carousel_8o39s_239{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:43rem;overflow:hidden;margin-bottom:2.5rem;border-radius:5px}._imageWrapper_8o39s_263{width:100%}._image_8o39s_263{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}._navButton_8o39s_285{position:absolute;background:#00000080;color:#fff;border:none;padding:10px 14px;border-radius:50%;cursor:pointer;z-index:2;top:50%;transform:translateY(-50%)}._navButton_8o39s_285:hover{background:#000000b3}._navButton_8o39s_285:first-of-type{left:10px}._navButton_8o39s_285:last-of-type{right:10px}._container_8jmzm_1{background-image:url(/notFound/page_background.png);background-size:cover;background-position:center;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Montserrat,sans-serif;color:var(--primary-blue);padding-bottom:5rem}._header_8jmzm_29{font-weight:800;font-size:17rem}._subheader_8jmzm_39{font-weight:600;font-size:2.8rem;margin-top:-2.4rem;margin-bottom:1rem}._text_8jmzm_53{font-size:1.6rem}._button_8jmzm_61{font-family:Open Sans;padding:1rem 1.5rem;border-radius:5px;color:#fff;background-color:var(--primary-blue);margin-top:2rem}._container_n4776_1{background-image:url(/notFound/product_background.png);background-size:cover;background-position:center;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Montserrat,sans-serif;color:var(--primary-blue);padding-bottom:5rem}._header_n4776_29{font-weight:800;font-size:17rem}._subheader_n4776_39{font-weight:600;font-size:2.8rem;margin-top:-2.4rem;margin-bottom:1rem}._text_n4776_53{font-size:1.6rem}._button_n4776_61{font-family:Open Sans;padding:1rem 1.5rem;border-radius:5px;color:#fff;background-color:var(--primary-blue);margin-top:2rem}
