.page_navbarWrapper__ACpkz{position:fixed;top:0;width:100%;z-index:999;transform:translateY(-100%);transition:transform .3s ease-in-out}.page_visible__NlJV_{transform:translateY(0)}.Navbar_navbar__UMdIx{display:flex;align-items:center;justify-content:space-between;padding:1rem 4rem;position:relative;background-color:var(--background);color:white;flex-wrap:wrap}.Navbar_show__FZ1U_{transform:translateY(0)}.Navbar_hide__Tc9un{transform:translateY(-100%)}.Navbar_linkGroupLeft__35__7,.Navbar_linkGroupRight__c6Kxl{display:flex;gap:3rem;font-family:CamptonMedium;font-size:1.2rem}.Navbar_linkGroupLeft__35__7 a,.Navbar_linkGroupRight__c6Kxl a{position:relative;text-decoration:none;transition:color .3s ease,transform .3s ease;display:inline-block;color:inherit}.Navbar_linkGroupLeft__35__7 a:after,.Navbar_linkGroupRight__c6Kxl a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:linear-gradient(90deg,#e2aac7,#e2aac7);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.Navbar_linkGroupLeft__35__7 a:hover,.Navbar_linkGroupRight__c6Kxl a:hover{color:#e2aac7;transform:scale(1.1);text-shadow:0 0 5px #e2aac77a}.Navbar_linkGroupLeft__35__7 a:hover:after,.Navbar_linkGroupRight__c6Kxl a:hover:after{transform:scaleX(1)}.Navbar_active__yieh5{color:#e2aac7!important;font-weight:700}.Navbar_active__yieh5:after{transform:scaleX(1)}.Navbar_logo__PiZmU{width:200px;height:150px;flex-shrink:0;display:flex}.Navbar_burger__KkDMJ,.Navbar_logo__PiZmU{position:relative;align-items:center;justify-content:center}.Navbar_burger__KkDMJ{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:20;transition:transform .2s ease}.Navbar_burger__KkDMJ span{width:25px;height:3px;background-color:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease;transform:translateY(-50%)}.Navbar_burger__KkDMJ.Navbar_open__cncTg{animation:Navbar_spinIn__ntGJl 1s ease-out}@keyframes Navbar_spinIn__ntGJl{0%{transform:rotate(0deg)}to{transform:rotate(540deg)}}.Navbar_burger__KkDMJ.Navbar_open__cncTg span:first-child{transform:rotate(45deg);position:absolute}.Navbar_burger__KkDMJ.Navbar_open__cncTg span:nth-child(2){opacity:0}.Navbar_burger__KkDMJ.Navbar_open__cncTg span:nth-child(3){transform:rotate(-45deg);position:absolute}.Navbar_line__8_z3A{width:25px;height:3px;background-color:currentColor;transition:.3s}.Navbar_dark__g8hnD{background-color:var(--background);color:white}.Navbar_light__IMJUp{background-color:white;color:black}.Navbar_light__IMJUp .Navbar_burger__KkDMJ.Navbar_open__cncTg span{background-color:white!important}.Navbar_light__IMJUp a{color:black}.Navbar_dark__g8hnD a{color:white}.Navbar_overlay__L3If_{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9;overflow:hidden;pointer-events:all}.Navbar_overlayBackground__Q_VC2{position:absolute;top:var(--burger-top,1rem);left:var(--burger-left,1rem);width:30px;height:30px;background-color:black;border-radius:50%;transform:scale(0);animation:Navbar_expandCircle__ou0I2 .4s ease-out forwards;transform-origin:center;z-index:9}@keyframes Navbar_expandCircle__ou0I2{to{transform:scale(80)}}.Navbar_overlayBackground__Q_VC2.Navbar_shrink__cq_eo{animation:Navbar_shrinkCircle__bi0q0 .4s ease-in forwards}@keyframes Navbar_shrinkCircle__bi0q0{0%{transform:scale(80)}to{transform:scale(0)}}.Navbar_overlayMenu__srhOI{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;animation:Navbar_fadeInMenu___fRVT .6s ease .3s forwards;opacity:0}.Navbar_overlayMenu__srhOI a{font-size:1.4rem;font-family:CamptonMedium;color:white;text-decoration:none;opacity:0;transform:translateY(20px);animation:Navbar_slideUp__KGLu6 .4s ease forwards}.Navbar_overlayMenu__srhOI a:first-child{animation-delay:.4s}.Navbar_overlayMenu__srhOI a:nth-child(2){animation-delay:.5s}.Navbar_overlayMenu__srhOI a:nth-child(3){animation-delay:.6s}.Navbar_overlayMenu__srhOI a:nth-child(4){animation-delay:.7s}.Navbar_overlayMenu__srhOI a:nth-child(5){animation-delay:.8s}.Navbar_overlayMenu__srhOI a:nth-child(6){animation-delay:.9s}.Navbar_overlayMenu__srhOI a:nth-child(7){animation-delay:1s}@keyframes Navbar_fadeInMenu___fRVT{to{opacity:1}}@keyframes Navbar_slideUp__KGLu6{to{opacity:1;transform:translateY(0)}}.Navbar_overlayMenu__srhOI a.Navbar_active__yieh5{color:#e2aac7!important;font-weight:700}.Navbar_overlayMenu__srhOI a.Navbar_active__yieh5:after{transform:scaleX(1)}.Navbar_overlayMenu__srhOI a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:linear-gradient(90deg,#e2aac7,#e2aac7);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}@media (max-width:1433px){.Navbar_navbar__UMdIx{padding:1rem var(--padding-left-web)}.Navbar_logo__PiZmU{width:120px;height:80px;margin-left:-15px}.Navbar_linkGroupLeft__35__7,.Navbar_linkGroupRight__c6Kxl{display:none}.Navbar_burger__KkDMJ{display:flex;justify-content:center;align-items:center}}@media (max-width:768px){.Navbar_navbar__UMdIx{flex-direction:row;align-items:center;justify-content:space-between;padding:1rem var(--padding-left-mobile)}.Navbar_mobileMenu__4Q_f1{display:flex;flex-direction:column;background-color:black;gap:1rem;padding:1rem 2rem;position:absolute;top:100%;right:0;width:100%;z-index:10}.Navbar_mobileMenu__4Q_f1 a{font-size:1rem;color:white;text-decoration:none;font-family:CamptonMedium;position:relative;transition:color .3s ease,transform .3s ease}.Navbar_mobileMenu__4Q_f1 a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:linear-gradient(90deg,#e2aac7,#e2aac7);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.Navbar_mobileMenu__4Q_f1 a:hover{color:#e2aac7;transform:scale(1.05)}.Navbar_mobileMenu__4Q_f1 a:hover:after{transform:scaleX(1)}.Navbar_active__yieh5{color:#e2aac7!important;font-weight:700}.Navbar_active__yieh5:after{transform:scaleX(1)}}.home_container__nbC7s{display:flex;flex-direction:column;background-color:var(--background);color:white;position:relative}.home_content__yYwdp{padding:2rem var(--padding-left-web);z-index:1;display:flex;flex-direction:column;gap:2rem}.home_description__y_Gu3{font-family:CamptonLight;width:100%;font-size:1.6rem;line-height:1.8}.home_links__JSxPw{display:flex;justify-content:flex-start;gap:8rem;margin-top:2rem;margin-bottom:1.5rem}.home_link__E3flI{font-size:1.6rem;font-family:CamptonMedium;color:white;border-bottom:2px solid #e2aac7;text-decoration:none;transition:transform .3s ease}.home_link__E3flI:hover{color:#e2aac7;transform:scale(1.05);text-shadow:0 0 5px #e2aac77a}.home_social__ngJ_N{display:flex;justify-content:flex-start;gap:2rem}.home_slogan__WSWre{position:relative;width:100%;height:200px}.home_social__ngJ_N img{transition:transform .3s ease,filter .3s ease}.home_social__ngJ_N img:hover{transform:scale(1.15);filter:drop-shadow(0 0 8px #e2aac7aa)}@media (hover:none){.home_social__ngJ_N img:hover{transform:none;filter:none}}@media (max-width:1188px){.home_links__JSxPw{flex-direction:column;gap:2rem;margin-bottom:0}}@media (max-width:768px){.home_content__yYwdp{padding:2rem var(--padding-left-mobile)}.home_description__y_Gu3{font-size:1rem}.home_links__JSxPw{gap:1rem}.home_link__E3flI{display:inline-block;font-size:.95rem}.home_slogan__WSWre{margin-top:40px;height:50px}}.about_container__9FiIl{position:relative;min-height:100vh;background:white;color:#2e2e2e}.about_headerImage__ybs_g{position:relative;width:100%;height:400px;overflow:hidden}.about_parallaxImage__SXyve{position:absolute;top:0;left:0;width:100%;height:450px;will-change:transform;transition:transform .1s ease-out}.about_content__cCb_W{padding:0 var(--padding-left-web) 3rem}.about_content__cCb_W h1{font-size:2.5rem;margin-bottom:1rem;font-family:CamptonBold,sans-serif}.about_content__cCb_W h2{font-size:1.5rem;margin-top:2rem;font-family:CamptonBold,sans-serif;color:#383b40;border-left:4px solid #e2aac7;padding-left:12px}.about_content__cCb_W p{font-size:1.3rem;line-height:1.6;font-family:CamptonLight,sans-serif;margin-top:.5rem}.about_content__cCb_W ul{margin-top:.5rem;padding-left:1.8rem}.about_content__cCb_W ul li{font-size:1.3rem;line-height:1.6;font-family:CamptonLight,sans-serif;color:#3b3b3b;position:relative;opacity:0;transform:translateX(-10px);animation:about_fadeInList__b2hyB .4s ease forwards}.about_content__cCb_W ul li:first-child{animation-delay:.1s}.about_content__cCb_W ul li:nth-child(2){animation-delay:.2s}.about_content__cCb_W ul li:nth-child(3){animation-delay:.3s}.about_content__cCb_W ul li:nth-child(4){animation-delay:.4s}@keyframes about_fadeInList__b2hyB{to{opacity:1;transform:translateX(0)}}.about_moreWrapper__Otkdg{display:flex;align-items:baseline;gap:1rem;margin-top:2rem}.about_knowmore__ZbTRV{font-family:CamptonLight,sans-serif;font-size:1.3rem;text-decoration:underline;color:#383b40;cursor:pointer;transition:color .3s ease}.about_knowmore__ZbTRV:hover{color:#e2aac7}.about_button__DNmEV{margin-top:2rem;background-color:#383b40;color:white;padding:.8rem 1.6rem;font-size:1.3rem;font-family:CamptonBold;border:none;border-radius:8px;transition:all .3s ease;display:inline-block;text-align:center}.about_button__DNmEV:hover{background-color:#e2aac7;color:#393b40;transform:scale(1.05);box-shadow:0 0 10px #e2aac7aa}.about_logo__kJgBi{position:absolute;right:0;bottom:-124px;width:400px;height:300px;z-index:0;color:#f0f0f0}@media (max-width:768px){.about_content__cCb_W{padding:1rem var(--padding-left-mobile) 3rem}.about_content__cCb_W h1{font-size:2rem}.about_content__cCb_W h2{font-size:1.2rem}.about_content__cCb_W p,.about_content__cCb_W ul li{font-size:1rem}.about_logo__kJgBi{width:120px;height:90px;bottom:-38px}.about_button__DNmEV{margin-top:1rem}.about_moreWrapper__Otkdg{flex-direction:column;gap:0;margin-top:2rem}}.team_container__lB5nb{background-color:#ededed;padding:6rem var(--padding-left-web);min-height:100vh}.team_title__CeIJs{font-size:3rem;font-family:CamptonBold,sans-serif;margin-bottom:3.5rem;color:#383b40}.team_grid__R8sV3{display:flex;gap:3rem;flex-wrap:wrap}.team_card__p7ygJ{width:280px;display:flex;flex-direction:column}.team_photo__t5YJu{position:relative;width:100%;height:300px;background-color:#383b40;border-radius:4px;overflow:hidden}.team_name__rja1P{margin-top:1.5rem;font-family:CamptonBold;font-size:1.6rem;color:#383b40}.team_position__y7BLL{font-family:CamptonLight;font-size:1.2rem;color:#383b40;margin-top:.3rem}.team_cardLink__IYoGp{text-decoration:none;color:inherit;display:block;width:100%;max-width:320px}@media (max-width:768px){.team_title__CeIJs{font-size:2rem;font-family:CamptonBold,sans-serif;margin-bottom:2rem;color:#383b40}.team_container__lB5nb{padding:3rem var(--padding-left-mobile)}.team_card__p7ygJ{width:100%}.team_photo__t5YJu{height:300px}.team_photo__t5YJu .team_img__jolJv{object-fit:cover}.team_grid__R8sV3{gap:2rem}}.footer_footer__ysJQv{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;background-color:#383b40;color:white;flex-wrap:wrap}.footer_logo__qEIoK{flex:1 1}.footer_social__KGvuf{flex:1 1;display:flex;gap:2rem;justify-content:center}.footer_social__KGvuf a{transition:transform .3s ease}.footer_social__KGvuf a:hover{color:#e2aac7;transform:scale(1.05)}.footer_contact__kzxCV{flex:1 1;text-align:left;font-family:CamptonMedium;font-size:1.3rem}.footer_contact__kzxCV .footer_title__Gi_jf{font-family:CamptonBold;font-size:1.6rem;margin-bottom:1rem}.footer_policy__AnVGl{margin-top:10px;font-family:CamptonMedium;text-align:left}.footer_designedBy__hKB__{margin-top:15px;font-size:1rem;font-family:CamptonMedium;opacity:.9}.footer_designedBy__hKB__ a{color:#e2aac7;font-weight:700;text-decoration:none;transition:color .3s ease}.footer_designedBy__hKB__ a:hover{color:#ffffff}@media (max-width:768px){.footer_footer__ysJQv{flex-direction:column;align-items:flex-start;padding:2rem var(--padding-left-mobile);text-align:center}.footer_logo__qEIoK{flex:none}.footer_logo__qEIoK img{margin-left:-15px;width:120px!important;height:auto!important}.footer_social__KGvuf{flex:none;justify-content:center;gap:1.5rem;margin:1rem 0}.footer_social__KGvuf img{width:40px;height:40px}.footer_contact__kzxCV{flex:none;font-size:1rem}.footer_contact__kzxCV .footer_title__Gi_jf{font-size:1.3rem}.footer_designedBy__hKB__{font-size:.85rem;margin-top:12px;text-align:left}}.layout_sloganwrapper__d4894{position:relative;width:100%;height:210px}@media (max-width:768px){.layout_sloganwrapper__d4894{height:50px}}