:root{--color-primary: #fff;--color-secondary: #f4f4f4;--color-accent: #d4af37;--color-text: #263745;--color-white: #ffffff;--font-heading: "Cormorant Garamond", serif;--font-body: "Barlow", sans-serif;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px}.top-small-header{background-color:var(--color-primary);color:#6d757a;padding-top:10px;padding-bottom:15px;font-family:var(--font-body);font-size:14px;display:flex;justify-content:flex-end;align-items:center;border-bottom:1px solid #6D757A2B}.top-small-header a{color:#6d757a;text-decoration:none;margin-left:var(--spacing-md);font-weight:400}.top-small-header a:hover{text-decoration:underline}.top-small-header .language-switcher{margin-left:var(--spacing-md);padding-left:var(--spacing-md);border-left:1px solid rgba(255,255,255,.3);display:flex;gap:var(--spacing-sm)}.top-small-header .language-switcher a{margin-left:0;color:#162250}.top-small-header .language-switcher a.active{font-weight:700;color:#162250}.top-small-header .language-switcher span{opacity:.6}@media(max-width:1104px){.top-small-header{display:none}}header{display:flex;justify-content:space-between;align-items:center;padding:14px 0;background-color:var(--color-primary);color:var(--color-text);position:relative}.logo-img{position:relative;z-index:1001}.logo-img:hover{cursor:pointer;opacity:.75}.nav-container{display:flex;align-items:center;gap:var(--spacing-md)}.nav-list{display:flex;list-style:none;gap:31px}.nav-list>li{position:relative}.nav-link{font-size:17px;text-decoration:none;color:var(--color-text)}.about-link{position:relative;text-decoration:none;padding-bottom:4px}.about-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:currentColor;transition:width .3s ease}.about-link:hover:after{width:100%}.nav-btn{text-decoration:none;color:var(--color-text);padding:var(--spacing-sm) var(--spacing-lg);background-color:#f2f2f2}.nav-btn:hover{background-color:#cfcfcf}.mobile-menu-toggle{display:none;border:none;cursor:pointer;z-index:1001;padding:0;position:relative}.mobile-menu-toggle svg{width:32px;height:32px;color:var(--color-text);transition:all .3s ease}.mobile-menu-toggle .close-icon{color:#fff}.mobile-menu-toggle .close-icon{display:none}.mobile-menu-toggle .menu-icon{background:#fff;display:block}.close-icon{background:#101b48;width:14.250967025756836px;height:14}.mobile-menu-toggle.active .close-icon{display:block}.mobile-menu-toggle.active .menu-icon{display:none}.desktop-nav{display:flex;align-items:center}.mobile-nav{display:none}@media(max-width:1104px){.desktop-nav{display:none}.header-container{padding:0 25px;width:100%;display:flex;justify-content:space-between;align-items:center}.mobile-nav{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1000;overflow-y:auto;overflow-x:hidden;background:#162250;box-sizing:border-box}.mobile-nav.active{transform:translate(0)}.mobile-nav-list{display:flex;flex-direction:column;gap:0;width:100%;list-style:none;padding:30px 20px 20px;margin:45px 0 0;box-sizing:border-box}.header-switch-lang+.mobile-nav-list{padding:0 20px 20px}.mobile-n-l-i{width:100%;padding:10px 0;border-bottom:1px solid rgba(109,117,122,.1)}.mobile-n-l-i a{color:#fff;display:flex;font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;justify-content:space-between;align-items:center}.mobile-n-l-i a div{width:42px;height:42px;display:flex;justify-content:center;align-items:center;background:#101b48;border-radius:50%}.mobile-n-l-i a div img{width:10px;height:20px;position:relative;left:1px}.nav-link-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 0}.nav-link{color:#fff;display:flex;font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;justify-content:space-between;align-items:center}.mobile-nav-list>li>a.nav-link{display:block;padding:20px 0}.dropdown-arrow{padding:10px;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.mobile-dropdown-open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{display:none;position:static;width:100%;padding:0;border:none;box-shadow:none;list-style:none}.mobile-dropdown-open .dropdown-menu{display:block}.dropdown-menu li a{padding:15px 0;font-size:18px;border-bottom:1px solid rgba(109,117,122,.05);display:block;color:#fff;display:flex;font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;justify-content:space-between;align-items:center}.nav-link-contact{display:inline-block;width:100%;text-align:center;margin-top:30px;padding:15px;font-size:18px;background-color:var(--color-text);color:var(--color-primary);text-decoration:none}.mobile-menu-footer{width:100%;margin-top:auto;padding-top:40px}.mobile-language-switcher{display:flex;color:#162250;align-items:center;gap:15px}.mobile-language-switcher .lang-link{text-decoration:none;color:#162250;font-size:16px;font-weight:500}.mobile-language-switcher .lang-link.active{color:#b4975a}.mobile-menu-toggle{display:flex}.logo-img{width:240px}}@media(min-width:1105px){.nav-link-wrapper{display:flex;align-items:center;gap:8px}.dropdown-arrow{display:inline-flex;align-items:center}.dropdown-menu{display:none;position:absolute;top:100%;min-width:230px;background-color:var(--color-primary);padding:0;list-style:none;box-shadow:0 10px 30px #00000013;z-index:1000;margin-top:10px}.dropdown-menu li a{display:block;padding:15px 20px;text-decoration:none;color:var(--color-text);font-size:15px}.dropdown-menu li a:hover{color:#fff;background:#162250}.dropdown-open .dropdown-menu{display:block}.dropdown-open .dropdown-arrow{transform:rotate(180deg)}}.nav-link-contact{text-decoration:none;color:var(--color-text);padding:10px 25px;width:100%;background-color:#f2f2f2;border:1px solid transparent}.nav-link-contact:hover{color:#fff;background:#162250}.header-switch-lang{background:#101b48;width:100%;display:flex;padding:60px 20px 0}.fr-lang,.en-lang{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:40px;letter-spacing:0%}.en-lang{width:100%;color:#fff;padding:10px 0;border-top:1px solid #FDFDFD26;border-bottom:1px solid white}.fr-lang{border-top:1px solid #FDFDFD26;width:100%;color:#b8cada;padding:10px 0 10px 20px;margin-right:40px}.menu-f{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 0;margin-top:25px}.menu-f div a{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;text-decoration:underline;text-decoration-style:solid;text-underline-offset:4px;text-decoration-thickness:0%;text-decoration-skip-ink:auto;color:#b8cada}.menu-f-l{display:flex;gap:20px}.menu-f-r a{width:42px;height:42px;display:flex;justify-content:center;align-items:center;background:#101b48;border-radius:50%}.container{overflow:hidden}.container{max-width:1259px;margin:0 auto}@media(min-width:768px){.container{margin:0 auto}}.hhome{display:flex;margin-bottom:49px;margin-top:19px;align-items:center;justify-content:space-between}.hhome .h-content{display:flex;padding-bottom:18px;flex-direction:column}.hhome .h-content h1{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:55px;leading-trim:NONE;line-height:56px;letter-spacing:-3%;padding-bottom:5px;background:linear-gradient(130.81deg,#162250 17.91%,#917136 54.41%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:28px}.hhome .h-content p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;max-width:450px;margin-bottom:46px;color:#6d757a}.desc-bold{font-family:Barlow;font-weight:500;font-size:18px;color:#263745;line-height:25px;margin-bottom:10px;letter-spacing:0%}.hhome .h-content a{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:17px;letter-spacing:0%;padding:13px 40px;background:#162250;width:fit-content;display:flex;color:#fff;text-transform:uppercase}.hhome .h-content a:hover{background-color:#0d1430}.hhome .h-content a:hover svg{transform:translate(5px)}.hhome .h-content a svg{transition:all .3s ease}.grid-services-home{text-align:center;background:#f5f5f5;padding:60px 66px;margin:0 auto}.grid-services-home-header h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:40px;letter-spacing:0%;margin-bottom:5px;text-align:center}.grid-services-home-header p{font-family:Barlow;font-weight:300;font-style:Light;font-size:20px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-align:center;color:#6d757a}.sc-home{display:flex;flex-direction:column;align-items:start;background:#fff}.sc-home .sc-home-content{display:flex;padding:26px 25px 0;text-align:left;height:150px;flex-direction:column}.sc-home h3{font-family:Barlow;font-weight:500;font-size:18px;text-transform:uppercase;color:#263745;line-height:22px;margin-bottom:10px}.sc-home p{font-family:Barlow;font-weight:400;font-size:16px;line-height:22px;color:#6d757a;margin-bottom:36px;text-align:left}.sc-home .sc-home-learnmore{font-family:Barlow;font-weight:500;font-size:16px;line-height:17px;color:#2d6f9b;display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:26px 0;position:relative;overflow:hidden}.sc-home .sc-home-learnmore:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:#162250;transform:scaleY(0);transform-origin:bottom center;transition:transform .35s ease;z-index:0}.sc-home:hover .sc-home-learnmore:hover svg{color:#fff;fill:#fff}.sc-home:hover .sc-home-learnmore:before{transform:scaleY(1)}.sc-home .sc-home-learnmore span,.sc-home .sc-home-learnmore svg{position:relative;z-index:1}.sc-home .sc-home-learnmore span{padding-left:25px;transition:color .35s ease}.sc-home .sc-home-learnmore svg{padding-right:25px}.sc-home:hover .sc-home-learnmore span{color:#fff}.sc-home:hover .sc-home-learnmore svg path{fill:#fff;transition:color .35s ease}.wealth-manag-section{margin-top:68px;margin-bottom:74px;display:flex;flex-direction:column}.wealth-manag-section-header,.wealth-manag-section-bottom{display:flex}.wealth-manag-section-bt-left{height:89px;padding:33px;background-color:#fff}.wealth-manag-section-header-left{padding:33px;background-color:#fff}.wealth-manag-section-header-right{padding:33px;background:#fff6ef;width:100%}.wealth-manag-section-body{display:flex}.wealth-manag-section-body-left{height:480px;width:623px;position:relative}.wealth-manag-section-body-left img{width:100%;height:100%;object-fit:cover}.white-overlay{width:100%;height:100%;background:linear-gradient(180deg,#fff0 50%,#ffffff80);position:absolute;top:0;left:0;z-index:1}.wealth-manag-section-body-right{display:flex;flex-direction:column;align-items:start;justify-content:center;flex:1;padding:50px;background:#fff6ef}.wealth-manag-section-body-right .rmq{font-family:Barlow;font-weight:275;font-style:ExtraLight;font-size:32px;leading-trim:NONE;line-height:49px;letter-spacing:-3%;color:#501616;position:relative;bottom:70px;left:5px}.wealth-manag-section-body-right img{margin-bottom:45px}.wealth-manag-section-body-right h2{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:41px;leading-trim:NONE;line-height:49px;letter-spacing:-3%;color:#501616;margin-bottom:18px;padding-bottom:47px;border-bottom:1px solid #E9DCDC}.wealth-manag-section-body-right p{font-family:Barlow;font-weight:300;font-style:Light;font-size:20px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#501616}.wealth-manag-section-bottom-left{font-family:Barlow;font-weight:300;font-style:Light;font-size:12px;leading-trim:NONE;line-height:134%;letter-spacing:-.5%;padding:29px 30px 71px;text-align:right;width:fit-content;color:#501616;background:#fff6ef;max-width:220px}.wealth-manag-section-bottom-leftt{background:#fff6ef;display:flex;align-items:center;justify-content:space-between;width:64%}.wealth-manag-section-bottom-right{display:flex;align-items:center;justify-content:start;padding:29px 21px 71px 30px;background:#fff;width:60%}.leadership-section{display:flex;margin-bottom:74px}.leadership-section-left{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:356px}.leadership-section-left-body{display:flex;gap:15px;align-items:start;padding:88px 66px 60px;background:#f3f8fe;justify-content:start}.leadership-section-left-body-bottom{display:flex;flex-direction:column;align-items:end}.leadership-section-left-body-bottom a{position:relative;border-bottom:1px solid #6D757A2B;display:flex;width:230px;font-family:Barlow;font-weight:500;font-size:16px;color:#263745;gap:15px;justify-content:space-between;padding-top:24px;padding-bottom:25.4px;align-items:center;text-decoration:none;overflow:hidden}.leadership-section-left-body-bottom a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#263745;transition:width .3s ease}.leadership-section-left-body-bottom a:hover:after{width:100%}.leadership-section-left-body-bottom img{width:6.71px;height:12px}.quotes-group{display:flex;gap:2px}.leadership-section-left-body p{font-family:Cormorant Garamond;font-weight:500;padding:20px 0;width:476px;line-height:34px;letter-spacing:-3%;font-size:28px;position:relative;bottom:15px;left:10px;color:#263745}.leadership-section-right{flex:1;background:#fff}.leadership-section-right-top{display:flex}.leadership-section-right-top-left{padding:33px;flex:1;background:#f3f8fe}.leadership-section-right-top-right{padding:26px;flex:1}.vd-container{width:610px;height:418px;background-color:#fff;padding-top:30px;padding-left:30px}video{width:100%;height:100%;object-fit:cover}.explore-the-cantor-platform-top{display:flex;margin-top:100px;align-items:end}.explore-the-cantor-platform-container-left{background-color:#f5f5f5;padding:40px;flex:1}.explore-the-cantor-platform-container-left-title{font-size:24px;margin:0;font-family:Barlow;font-weight:500;font-size:28px;letter-spacing:0%;text-transform:capitalize;color:#263745}.explore-the-cantor-platform-container-left-description{margin:0;font-family:Barlow;font-weight:300;font-size:20px;line-height:22px;letter-spacing:0%;color:#6d757a}.explore-the-cantor-platform-container-right{background-color:#fff;padding:20px;flex:1}@media(max-width:768px){.explore-the-cantor-platform-top{flex-direction:column;margin-top:50px;align-items:stretch}.explore-the-cantor-platform-container-left{padding:30px 20px}.explore-the-cantor-platform-container-left-title{font-size:22px}.explore-the-cantor-platform-container-left-description{font-size:16px;line-height:20px}.explore-the-cantor-platform-container-right{padding:20px}}.get-in-touch{background:#f3f8fe;padding:31px 66px;margin-bottom:30px}.get-in-touch-pe{background:#f3f8fe;padding:31px 24px 31px 66px;margin-top:90px;margin-bottom:25px}.get-in-touch-container,.get-in-touch-container-pe{display:flex;justify-content:space-between;align-items:center;gap:20px}.get-in-touch-content-h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#263745}.get-in-touch-content,.get-in-touch-content-pe{display:flex;flex:1;flex-direction:column}.get-in-touch-content-span{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:24px;letter-spacing:0%;color:#263745}.get-in-touch-content-span-1{margin-bottom:5px}.get-in-touch-content-a{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:30px;letter-spacing:0%;color:#2d6f9b}.get-in-touch-content-2{border:1px solid #C5D5E2;background-color:#fff;padding:25px 33px;flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:.1s all;cursor:pointer;max-width:480px}.get-in-touch-content-2-pe{border:1px solid #C5D5E2;background-color:#fff;padding:25px 33px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:.1s all;cursor:pointer;margin-left:10px}.get-in-touch-content-2:hover{border:1px solid #2D6F9B;background-color:#fff}.get-in-touch-content div,.get-in-touch-content-pe div{display:flex;flex-direction:column;align-items:start}.get-in-touch-content img{width:45px;height:30px}@media(max-width:768px){.get-in-touch{padding:30px 20px}.get-in-touch-container{flex-direction:column;align-items:stretch}.get-in-touch-content-span{font-size:14px}.get-in-touch-content-h2{font-size:24px}.get-in-touch-content-a{font-size:18px;line-height:30px}.get-in-touch-content-2{padding:15px}}.get-in-touch-content-a-pe{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#1c3b50}.get-in-touch-content-a-pe img{width:22px;margin-left:5px;height:14px}.pe-logo{filter:grayscale(100%);opacity:.8}.get-in-touch-content-a-pe svg path{fill:#502c16}.get-in-touch-content-pe:hover svg path{fill:#d51826}.get-in-touch-content-pe:hover .pe-logo{filter:grayscale(0%);opacity:1}.get-in-touch-content-2-pe:hover{border:1px solid #d51826;background-color:#fff}.services-activities-method{padding:60px 66px;margin:68px 0 74px;background-color:#f5f5f5}.services-activities-method-header{display:flex;flex-direction:column;align-items:start;justify-content:start;margin-bottom:59px}.services-activities-method-header h2{font-family:Barlow;font-weight:500;font-size:32px;margin-bottom:8px;color:#263745}.services-activities-method-header p{font-family:Barlow;font-weight:300;font-style:Light;font-size:20px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.services-activities-method-items{display:flex;flex-direction:column;align-items:stretch;justify-content:start}.no-openings{font-family:Barlow;font-weight:400;font-size:20px;line-height:22px;letter-spacing:0%;color:#6d757a;text-align:center;margin-top:35px}.services-activities-method-item{display:flex;flex-direction:column;border-bottom:1px solid #6D757A2B}.services-activities-method-item:last-child{border-bottom:none}.services-activities-method-item-header{display:flex;flex-direction:row;align-items:center;justify-content:start;padding:24px 26px;gap:24px;cursor:pointer;background-color:#fff;transition:background-color .3s ease}.services-activities-method-item-header:hover h2{color:#3684b8}.services-activities-method-item-header img{width:24px;height:24px;transition:transform .3s ease;transform:rotate(180deg)}.services-activities-method-item.is-open .services-activities-method-item-header img{transform:rotate(0)}.services-activities-method-item-header h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;line-height:100%;letter-spacing:0%;text-transform:uppercase;color:#263745;margin:0}.services-activities-method-item-content{display:flex;flex-direction:column;align-items:start;gap:10px;justify-content:start;padding:0 20px 30px 74px;background:#fff;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.services-activities-method-item-content p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;margin-top:6px;letter-spacing:0%;color:#6d757a;margin-bottom:10px}@media(max-width:768px){.services-activities-method{padding:30px 20px}.services-activities-method-header{margin-bottom:30px}.services-activities-method-header h2{font-size:24px;line-height:30px}.services-activities-method-header p{font-size:16px;line-height:20px}.services-activities-method-item-header{padding:20px 15px;gap:15px}.services-activities-method-item-header h3{font-size:16px;line-height:22px}.services-activities-method-item-content{padding:0 15px 20px 54px}.services-activities-method-item-content p{font-size:14px;line-height:20px}}.value-strategies-container{padding:60px 66px;background:#f8f5f2;margin-bottom:74px}.value-strategies-header{display:flex;align-items:center;margin-bottom:52px}.value-strategies-title{font-family:Barlow;font-weight:500;font-style:Medium;font-size:30px;leading-trim:NONE;line-height:32px;letter-spacing:0%;color:#502c16;margin-bottom:60px}.value-strategies-content{flex-direction:row;display:flex;gap:20px;justify-content:start;align-items:self-start}.value-strategies-items{display:flex;flex:1;flex-direction:column;justify-content:space-between}.value-strategies-item,.value-strategies-steps{flex:1}.value-strategies-item{display:flex;gap:26px;justify-content:flex-start;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid #6D757A2B}.value-strategies-item-pe{display:flex;gap:32px;justify-content:flex-start;align-items:flex-start;padding-bottom:26px;padding-top:26px;border-bottom:1px solid #6D757A2B}.value-strategies-items-list{display:flex;flex:1;justify-content:start;gap:20px;flex-direction:column;align-items:start}.value-strategies-items-list-pe{display:flex;flex:1;justify-content:start;flex-direction:column;align-items:start;width:95%}.value-strategies-item-number,.value-strategies-item-number-pe{display:flex;justify-content:start;align-items:start;padding:15px 0;max-width:51px;height:fit-content}.value-strategies-item-number h3{font-family:Cormorant SC;font-weight:500;line-height:0;font-size:58px;color:#502c16}.value-strategies-item-number-pe span{font-family:Cormorant SC;font-weight:500;line-height:0;font-size:58px;color:#502c16;letter-spacing:-2%}.value-strategies-item-content h3,.value-strategies-item-content-pe h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#502c16;margin-bottom:4px}.value-strategies-item-content p,.value-strategies-item-content-pe p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.value-strategies-steps-items{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;width:100%;height:100%}.value-strategies-steps-item{display:flex;justify-content:start;align-items:center;flex-direction:column;gap:20px;width:100%}.value-strategies-steps-item-content{text-align:left;width:100%}.value-strategies-steps-item-title{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#502c16}.value-strategies-steps-item-description{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#986810}.value-strategies-steps-item-arrow{display:flex;justify-content:start;align-items:center;gap:10px;width:100%}.value-strategies-steps-item-arrow-text{font-family:Barlow;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.value-strategies-footer{display:flex;justify-content:flex-start;align-items:center;text-align:left;height:fit-content;margin-top:68px;padding:0}.value-strategies-footer-text{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#502c16}.value-strategies-footer-cta{padding-left:85px}@media(max-width:768px){.value-strategies-container{padding:30px 20px}.value-strategies-header{margin-bottom:30px}.value-strategies-title{font-size:24px}.value-strategies-items{flex-direction:column;gap:30px}.value-strategies-items-list,.value-strategies-steps{width:100%}.value-strategies-item{gap:15px;padding-bottom:15px}.value-strategies-item-number span{font-size:40px}.value-strategies-item-content h2{font-size:16px}.value-strategies-item-content p{font-size:14px}.value-strategies-steps{padding:20px}.value-strategies-steps-item-title{font-size:16px}.value-strategies-steps-item-description{font-size:14px}.value-strategies-footer{margin-top:30px}.value-strategies-footer p{font-size:16px}}.private_equity-value-strategies-steps{display:flex;justify-content:space-between;align-items:center;height:100%;flex:1;padding:60px 66px;background:#fff}.private_equity-value-strategies-steps-item{display:flex;justify-content:start;align-items:start;height:100%;flex:1;flex-direction:column;width:100%;background:#fff}.private_equity-value-strategies-steps-item-title{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#502c16;margin-bottom:1px}.private_equity-value-strategies-steps-item-description{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#986810}.private_equity-value-strategies-steps-item-content{width:100%}.private_equity-value-strategies-steps-items{width:100%;height:100%;display:flex;gap:50px;justify-content:flex-start;align-items:flex-start;flex-direction:column}.value-strategies-steps{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;width:auto;height:100%;padding:97px 81px;background-color:#fff}.btn-container{display:flex;flex-wrap:wrap;gap:10px}.discover-projects,.dark-cta-btn,.dark-outline-cta-btn,.blue-cta-btn{padding:15px 40px;font-size:16px;font-weight:500;text-decoration:none;width:fit-content;font-family:Barlow;text-align:center;text-transform:uppercase;cursor:pointer}.dark-cta-btn{border:1px solid #162250;background:#162250;color:#fff;font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;line-height:17px;letter-spacing:0%}.dark-cta-btn{padding:1px}.dark-cta-btn div{border:1px solid rgb(0,0,0);padding:15px 40px}.dark-cta-btn div:hover{border:1px solid rgb(255,255,255)}.dark-outline-cta-btn{border:1px solid #162250;background:transparent;color:#162250}.blue-cta-btn{border:1px solid #2D6F9B;background:#2d6f9b;color:#fff}.visit-cta-btn{border-bottom:1px solid #501616;color:#501616;left:26px;padding:0 0 15px;position:relative;width:fit-content;display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;font-family:Barlow;text-transform:uppercase}.visit-cta-btn-pe{border-bottom:1px solid #501616;color:#501616;padding:0 0 15px;width:fit-content;display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;font-family:Barlow;text-transform:uppercase}.visit-cta-btn-pe:hover{color:#501616;border-bottom-color:#501616}.visit-cta-btn-pe:hover img{transform:translate(5px)}.visit-cta-btn-pe img{transition:all .3s ease}.dark-cta-btn:hover{background:#111c46}.blue-cta-btn:hover{background:#2d6f9bc5}.visit-cta-btn:hover{color:#501616;border-bottom-color:#501616}.visit-cta-btn:hover img{transform:translate(5px)}.visit-cta-btn img{transition:all .3s ease}.dark-outline-cta-btn:hover{background:#162250;color:#fff}.kpis-container{display:flex;flex-direction:column;gap:25px;position:relative}.kpis-card{position:absolute;bottom:-70px;left:0;display:flex;justify-content:center;align-items:center;z-index:10}.kpis-card-blue{background:#f2f7fa;padding:45px 58px;width:650px}.kpis-card-orange{background:#f8f5f2;color:#501616;padding:45px 58px;width:650px}.kpis-card-orange h3,.kpis-card-orange p,.kpis-card-orange .kpis-item-currency,.kpis-card-orange .kpis-item-value,.kpis-card-orange .kpis-item-description{color:#501616}.kpis-card-text{background:#f2f7fa;max-width:650px}.kpis-items,.kpis-items-wm{display:flex;align-items:center;width:100%;gap:42px}.kpis-item{display:flex;justify-content:flex-start;align-items:center;position:relative;gap:5px;width:100%}.kpis-item:last-child{justify-content:flex-end}.kpis-item-currency{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:32px;leading-trim:NONE;line-height:100%;letter-spacing:-2%}.kpis-item-value{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:70px;color:#162250;leading-trim:NONE;line-height:100%;letter-spacing:-2%}.kpis-item-description{font-family:Barlow;font-weight:400;font-size:14px;position:relative;left:20px;color:#162250;margin:5px 0 0}.kpis-card-item{display:flex;align-items:center;flex-direction:row;gap:10px}.kpis-item-description-bold{font-family:Barlow;font-weight:500;font-size:16px;margin:0}@media(max-width:768px){.kpis-card{max-width:100%;text-align:left;width:100%;box-sizing:border-box;padding:20px}.kpis-card-blue,.kpis-card-orange,.kpis-card-text{max-width:100%}.kpis-items{display:flex;flex-direction:column}.kpis-item{width:100%;padding-bottom:18px}.kpis-item:last-child{padding-bottom:0}.kpis-item:first-child{padding:0}.kpis-item-currency{font-size:20px}.kpis-item-value{font-size:36px}.kpis-item-description{font-size:13px;left:0}.kpis-item-description-bold{font-size:14px}}.kpis-c-o-con{position:absolute;bottom:-80px}.kpi-wm-c{display:flex;align-items:center}.kpi-wm-c h3,.kpi-wm-c h2{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;color:#501616}.kpi-wm-rmq{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:40px;leading-trim:NONE;line-height:132%;letter-spacing:-2%;position:relative;left:5px;bottom:5px;color:#ea7312}.kpi-wm-value{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:70px;leading-trim:NONE;line-height:100%;letter-spacing:-2%}.kpi-wm p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%}.kpi-wm-c-p{position:relative;left:30px}.kpis-p-txt{padding:15px 58px;font-family:Barlow;font-weight:400;font-style:Regular;font-size:15px;leading-trim:NONE;line-height:20px;letter-spacing:0%;color:#42454f;position:relative;color:#687383}.kpis-p-txt span{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#ea7312}.kpis-wm-wrapper{position:absolute;bottom:-80px;left:0;z-index:10;display:flex;flex-direction:column;gap:0}.kpis-wm-card{background:#f8f4ee;padding:36px 50px;display:flex;align-items:stretch;gap:42px;width:660px;box-sizing:border-box}.kpis-wm-divider{width:3px;background:#ea7312;border-radius:2px;min-height:80px;align-self:stretch}.kpis-wm-stats{display:flex;align-items:center;gap:36px;flex:1}.kpis-wm-stat{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px;flex:1}.kpis-wm-currency{font-family:Cormorant SC,serif;font-size:20px;font-weight:500;color:#501616;line-height:1}.kpis-wm-number{font-family:Cormorant SC,serif;font-size:56px;font-weight:600;color:#501616;line-height:1;letter-spacing:-1px}.kpis-wm-unit{font-family:Cormorant SC,serif;font-size:22px;font-weight:500;color:#501616;line-height:1;align-self:flex-end}.kpis-wm-asterisk{font-family:Cormorant SC,serif;font-size:36px;font-weight:500;color:#ea7312;line-height:1;position:relative;top:-6px}.kpis-wm-label{font-family:Barlow,sans-serif;font-size:13px;font-weight:400;color:#7a6a5a;line-height:1.5;margin:4px 0 0;width:100%}.kpis-wm-sep{width:1px;background:#d9c9b8;min-height:60px;align-self:center}.kpis-wm-footnote{padding:10px 50px;font-family:Barlow,sans-serif;font-size:12px;font-weight:400;color:#9e8e7e;line-height:1.6;margin:0}.kpis-wm-footnote span{color:#ea7312}.kpis-pe-wrapper{position:absolute;bottom:-68px;left:0;z-index:10;background:#f2f7fa;max-width:786px;display:flex;padding:0 25px;height:100%;max-height:185px}.kpis-pe-wrapper div{display:flex;flex-direction:row;gap:25px}.kpis-pe-item{display:flex;flex-direction:row;align-items:center}.kpis-pe-item h2,.kpis-ma-wrapper h2{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:70px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;display:flex;position:relative;top:-10px;color:#162250}.kpis-pe-item-h2{left:20px}.kpis-pe-item-h2 span{top:-10px}.kpis-re-p2{left:20px}.span-rmq{color:#0ca7e9}.str-rmq{color:#0ca7e9;font-size:1px}.str-rmq-wm{color:#ea7312}.kpis-pe-item h2 span{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:40px;leading-trim:NONE;position:relative;line-height:132%;letter-spacing:-2%;color:#0ca7e9}.kpis-pe-item p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;display:flex;flex-direction:column}.kpis-re-p{position:relative;left:60px}.kpis-ma-wrapper,.kpis-re-wrapper{position:absolute;bottom:-90px;left:0;z-index:10;background:#f2f7fa;max-width:650px;display:flex;padding:45px 59px;width:100%}.kpis-ma-wrapper div,.kpis-re-wrapper div{width:100%;display:flex;align-items:center}.kpis-ma-item,.kpis-re-item{flex-direction:column;display:flex}.kpis-ma-item p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;position:relative;bottom:12px;left:-6px;color:#162250}.kpis-re-item p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;position:relative;bottom:15px;right:-74px;color:#162250}.prefixe{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:32px;margin-right:5px;leading-trim:NONE;line-height:100%;letter-spacing:-2%}.kpis-ma-item div,.kpis-re-item div{display:flex;align-items:center}.kpis-ma-item-p,.kpis-re-item-p{position:relative;left:45px}@media(max-width:768px){.kpis-wm-wrapper{position:static;margin-top:24px}.kpis-wm-card{width:100%;padding:24px 20px;flex-direction:column;gap:0}.kpis-wm-stats{flex-direction:column;gap:20px;align-items:flex-start}.kpis-wm-sep{width:100%;height:1px;min-height:0}.kpis-wm-number{font-size:40px}.kpis-pe-wrapper{position:static;margin-top:24px}.kpis-pe-card{width:100%;padding:24px 20px;flex-direction:column;gap:24px}.kpis-pe-stat{padding:0 0 20px;border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.kpis-pe-stat:last-child{border-bottom:none;padding-bottom:0}.kpis-pe-number{font-size:38px}.kpis-re-wrapper{position:static;margin-top:24px}.kpis-re-card{width:100%;padding:24px 20px;flex-direction:column;gap:20px}.kpis-re-vline{width:100%;height:1px}.kpis-re-number{font-size:34px}.kpis-ma-wrapper{position:static;margin-top:24px}.kpis-ma-card{width:100%;padding:24px 20px;flex-direction:column;gap:24px}.kpis-ma-divider{width:100%;height:1px;min-height:0}.kpis-ma-number{font-size:38px}}.kpis-pe-item-p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:15px;leading-trim:NONE;line-height:20px;letter-spacing:0%;color:#42454f;position:relative;top:110px;left:48px}.kpis-pe-item-p span{color:#0ca7e9}#ma-rmq{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:40px;leading-trim:NONE;line-height:132%;letter-spacing:-2%;color:#0ca7e9;position:relative;top:-0px;left:4px}.kpi-ma{bottom:-72px}.prefixe-usd-irr-m,.prefixe-usd-irr,.prefixe-usd{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:32px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;margin-right:5px}.prefixe-usd-irr-m{margin-left:5px}.prefixe-usd-wm{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;margin-right:5px}.kpi-wm-unit{margin-right:0;margin-left:5px}.paragraph-container{display:flex;justify-content:flex-end;padding:119px 70px 0 0}.paragraph-container-re{display:flex;justify-content:flex-end;padding:138px 70px 0 0}.paragraph-container-wm{display:flex;justify-content:flex-end;padding:75px 70px 0 0}.paragraphs-container{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;line-height:25px;letter-spacing:0%;display:flex;flex-direction:column;gap:20px;color:#263745;max-width:630px}.paragraphs-container .text-bold,.paragraphs-container .text-normal{font-size:18px;letter-spacing:0%}.text-bold{font-weight:500}.text-normal{font-weight:400}@media(max-width:768px){.paragraph-container{padding:20px 0;justify-content:flex-start}.paragraphs-container{max-width:100%}.paragraphs-container .text-bold,.paragraphs-container .text-normal{font-size:16px;line-height:22px}}#hero{position:relative;margin-top:10px}.hero-container{display:flex;position:relative;gap:39px;justify-content:space-between}.hero-content{display:flex;flex-direction:column;justify-content:center;margin-top:80px;margin-right:0;width:fit-content;height:fit-content}.hero-content h1{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:55px;leading-trim:NONE;line-height:56px;letter-spacing:-3%;background:linear-gradient(130.81deg,#162250 17.91%,#917136 54.41%);background-clip:text;padding-bottom:5px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:617px;margin-bottom:20px}.hero-content .sub-title{font-family:Barlow;font-weight:500;font-size:16px;line-height:22px;letter-spacing:0%;margin-bottom:7px}.hero-content .description{font-family:Barlow;font-weight:400;width:500px;font-size:16px;line-height:22px;color:#6d757a;margin-bottom:52px}.hero-div-a{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:17px;letter-spacing:0%;padding:13px 40px;display:flex;align-items:center;justify-content:space-between;background:#162250;width:fit-content;color:#fff;text-transform:uppercase}.hero-container img{width:603px;margin-right:200px}.hero-div-a:hover{background-color:#0d1430}.seehowecanhelp{margin-left:10px;margin-top:4px}.hero-div-a:hover svg{transform:translate(5px)}.hero-div-a svg{transition:all .3s ease}.insight-container{background:#f3f8fe;padding:0 61px;margin-bottom:98px}.insights-container-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:38px}.insights-news{background-color:#fff;display:flex;flex-direction:column;padding:79px 122px 79px 45px;flex:1}.insights-news-title{font-family:Barlow;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#263745;margin-bottom:20px}.insights-news-description{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a;width:358px;margin-bottom:50px}.insights-news-link{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:17px;letter-spacing:0%;padding:13px 55px;background:#2d6f9b;width:fit-content;color:#fff;text-transform:uppercase;text-align:center}.insights-news-link:hover{background-color:#1d4b69}.latest-news{flex:1;display:flex;flex-direction:column;gap:50px;padding:69px 0}.latest-news-item{display:flex;flex-direction:column}.latest-news-item-title{font-family:Barlow;font-weight:500;font-style:Medium;margin-bottom:19px;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#263745}.latest-news-item-description{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;width:548px;line-height:22px;color:#6d757a;margin-bottom:22px}.latest-news-item-link{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;line-height:17px;display:flex;align-items:center;gap:10px;text-decoration-style:solid;text-decoration-thickness:0%;text-decoration-skip-ink:auto;text-transform:uppercase;color:#2d6f9b}.latest-news-item-link:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width:768px){.insight-container{padding:0 20px;margin-bottom:50px}.insights-container-wrapper{flex-direction:column;gap:30px}.insights-news{padding:30px 20px}.insights-news-title{font-size:24px}.insights-news-description{font-size:14px}.latest-news{padding:30px 0;gap:30px}.latest-news-item-title{font-size:16px;line-height:22px}.latest-news-item-description{font-size:14px;line-height:20px}.latest-news-item-link{font-size:14px;margin-top:15px}}footer{display:flex;justify-content:space-between;align-items:center;padding:50px 0;color:var(--color-text);position:relative;background:#162250;color:#eee}.footer-container{max-width:1440px;margin:0 auto;width:100%}.footer-nav-container{display:flex;justify-content:space-between}.footer-container{padding:0px var(--spacing-md);overflow:hidden}@media(min-width:1105px){.footer-container{padding:0 150px;max-width:1240px;margin:0 auto}}@media(min-width:768px){.footer-container{margin:0 auto}}.footer-nav{display:flex;align-items:flex-start;gap:60px;padding:var(--spacing-md) 0;color:var(--color-text);position:relative;color:#eee}.in-icon{margin-top:20px;width:20px;height:20px}.footer-nav-group{display:flex;flex-direction:column;gap:5px}.footer-item p{font-family:Barlow;font-weight:300;font-size:14px;color:#d3d3d3}.footer-item ul{display:flex;flex-direction:column;padding:0;list-style:none}.footer-item ul li{margin-bottom:var(--spacing-sm)}.footer-item ul li a{position:relative;text-decoration:none;font-family:Barlow;font-weight:300;font-size:16px;color:#fff;padding-bottom:6px}.footer-item ul li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#fff;transition:width .3s ease}.footer-item ul li a:hover:after{width:100%}.switch-container{display:flex;gap:10px}.switch-container{background-color:#101b48;display:flex;gap:10px}.switch-container span{text-decoration:none;color:#fff;text-align:center;width:120px;padding:15px}.switch-container span.active{border-bottom:1px solid white}.switch-container span.active a{color:#fff}.switch-container span a{font-family:Barlow;font-weight:500;font-size:16px;text-align:center;color:#b8cada}.ccg-copyright{margin-top:50px;padding-top:25px;border-top:1px solid #E9EDF02B}.ccg-copyright p{margin-top:25px;font-weight:300;font-size:12px;line-height:16px;color:#ffffff83}@media(max-width:1024px){.footer-nav{gap:40px;flex-wrap:wrap}.footer-nav-container{flex-wrap:wrap;gap:30px}}@media(max-width:768px){footer{padding:40px 0}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding:20px 0}.footer-nav-container{flex-direction:column;gap:20px}.switch-container{flex-wrap:wrap;justify-content:center}.switch-container span{width:100px;padding:12px}.ccg-copyright{margin-top:30px}}@media(max-width:480px){footer{padding:30px 0}.footer-nav{grid-template-columns:1fr;gap:20px}.footer-item ul li a,.switch-container span a{font-size:14px}.switch-container span{width:90px;padding:10px}.ccg-copyright{margin-top:20px;padding-top:15px}.ccg-copyright p{font-size:13px;margin-top:15px}}.transaction-container{width:100%;margin-bottom:360px}.transaction-container-wrapper{position:relative;display:flex;flex-direction:row}.transaction-container-wrapper-left-h{display:flex;flex-direction:column}.transaction-container-wrapper-left{padding:97px 66px 30px;color:#502c16;background-color:#f8f5f2;display:flex;flex-direction:column;width:40%}.transaction-container-wrapper-left h2{font-family:Barlow;font-weight:500;font-size:30px;margin-bottom:7px}.transaction-container-wrapper-left p{font-family:Barlow;font-weight:300;margin-bottom:78px;font-size:20px}.transaction-container-wrapper-left .filters{display:flex;flex-direction:column;margin-bottom:77px;width:100%;justify-content:flex-start;align-items:flex-start}.transaction-container-wrapper-left .filters .filter{width:70%;align-items:center;display:flex;gap:18px;margin:0;padding:19px 0 20px;border-bottom:1px solid #502c161f;transition:all .1s ease}.transaction-container-wrapper-left .filters .filter.filter-active span{opacity:1;font-weight:700}.transaction-container-wrapper-left .filters .filter:first-child{padding:0 0 20px}.transaction-container-wrapper-left .filters .filter span{font-family:Barlow;font-weight:500;font-size:16px;line-height:27px;text-transform:uppercase}.trans-btn-wrapper{width:70%;display:flex;justify-content:flex-end;align-items:center}.trans-btn{padding:14px 40px;font-size:16px;font-weight:500;text-decoration:none;transition:all 0s ease;font-family:Barlow;text-align:center;text-transform:uppercase;border:1px solid #502C16;background-color:#502c16;color:#fff;transition:all .1s ease;width:100%}.trans-btn:hover{background-color:#301c0f;color:#fff}.transaction-container-wrapper-right{position:relative;padding:50px 0;color:#502c16;display:flex;flex-direction:column;gap:20px;flex:1;width:60%}.transaction-container-wrapper-right-cards{width:100%;position:absolute;top:11%;right:146px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.transaction-container-wrapper-right-card{border:1px solid #6D757A2B;padding:23px 16px;width:200px;height:auto;min-height:370px;background-color:#fff;flex-grow:1}.transaction-container-wrapper-right-card:hover{border:1px solid #6d757a65}.transaction-container-wrapper-right-card-header{padding-bottom:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #6D757A2B}.transaction-container-wrapper-right-card-header .trans-cat{font-weight:500;color:#263745;font-family:Barlow;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:22px;letter-spacing:0%}.transaction-container-wrapper-right-card-header .trans-year{font-family:Cormorant SC;font-weight:400;font-size:29px;color:#986810;font-style:Regular;leading-trim:NONE;line-height:40px;letter-spacing:-3%}.transaction-container-wrapper-right-card-body{padding:24px 0}.transaction-container-wrapper-right-card-body p{font-family:Barlow;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#6d757a;height:105px;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.part-2{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.img-min-h{max-height:70px;max-width:70px;display:flex;justify-content:center;align-items:center;background-color:#fff}.img-min-h img{width:77px}.projects-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:68px;margin-bottom:74px}.selected-projects{padding:60px 66px;background:#263745;height:fit-content;display:flex;flex-direction:column}.selected-projects h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:30px;leading-trim:NONE;line-height:32px;letter-spacing:0%;color:#fff;margin-bottom:18px}.selected-projects p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;margin-bottom:26px;color:#bed3e0}.discover-projects-wrapper{padding:12px 40px;background:#ccb194;width:fit-content;color:#000;text-transform:uppercase;font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;line-height:18px;letter-spacing:0%;text-align:center;cursor:pointer}.discover-projects-wrapper:hover{background:#a8927a}.projects-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-image img{height:100%;width:100%}.project-info{padding-top:15px}.project-info h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;margin-bottom:11px}.read-more-link{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:17px;letter-spacing:0%;color:#2d6f9b;display:flex;align-items:center;gap:8px;width:fit-content}.read-more-link{position:relative;text-decoration:none;padding-bottom:3px}.read-more-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:currentColor;transition:width .3s ease}.read-more-link:hover:after{width:100%}.read-more-link img{margin-top:2px}.read-more-link:hover img{transform:translate(5px)}.read-more-link img{transition:all .3s ease}.project-info a img{margin-top:2px}.project-card:hover .project-image img{opacity:.85}.project-card .project-info h3{width:fit-content;color:#263745}.static-hero-contentainer{padding:50px 0;display:flex;justify-content:center}.static-hero-content{flex:1}.static-hero-content h1{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:55px;leading-trim:NONE;line-height:56px;letter-spacing:-3%;color:#162250}.static-hero-content p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:20px;leading-trim:NONE;line-height:25px;letter-spacing:0%;margin-top:10px;color:#6d757a}.static-hero-paragraphs-container{flex:1}.static-hero-text-bold{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:0%;margin-bottom:10px}.static-hero-text-normal{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:0%}.static-hero-paragraphs-container{position:relative;top:25px}.our-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:74px}.pillars-card{background:#fff;padding-right:25px;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;justify-content:space-between}.pillars-card:last-child{border-right:none}.pillars-card h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;margin-bottom:10px;text-transform:uppercase;color:#263745}.pillars-card p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a;margin-bottom:10px}.our-pillars a{position:relative;justify-self:end;font-family:Barlow;font-weight:500;font-size:16px;line-height:22px;color:#2d6f9b;margin-top:10px;display:flex;align-items:center;text-transform:uppercase;gap:15px;text-decoration:none;padding-bottom:4px;width:fit-content}.our-pillars a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#2d6f9b;transition:width .3s ease}.our-pillars a:hover:after{width:100%}.our-pillars a:hover img{transform:translate(5px)}.our-pillars a img{transition:all .3s ease}@media(max-width:1024px){.our-pillars{grid-template-columns:repeat(2,1fr)}.pillars-card{border-right:none;border-bottom:1px solid #E5E7EB;padding-right:0;padding-bottom:25px}.pillars-card:last-child{border-bottom:none}}@media(max-width:768px){.our-pillars{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.pillars-card{border-right:none;border-bottom:1px solid #E5E7EB;padding-right:0;padding-bottom:20px}.pillars-card:last-child{border-bottom:none}}@media(max-width:480px){.pillars-card h2{font-size:16px;line-height:22px}.pillars-card p{font-size:14px;line-height:20px}.our-pillars a{font-size:14px}}.our-brand{background:#f5f5f5;padding:60px 66px;margin-bottom:74px}.our-brand-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;gap:10px}.our-brand-header h2{flex:1;font-family:Barlow;font-weight:500;font-style:Medium;font-size:30px;leading-trim:NONE;line-height:32px;letter-spacing:0%;color:#263745}.our-brand-header p{flex:1;font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:28px;letter-spacing:0%;position:relative;right:205px;color:#263745}.our-brand-items{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.our-brand-item{background:#fff;padding:33px 38px}.our-brand-item h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-transform:uppercase;margin-bottom:15px;border-bottom:1px solid #6D757A2B;padding-bottom:15px;color:#263745;width:100%}.our-brand-item p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}@media(max-width:1024px){.our-brand-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.our-brand{padding:30px 20px;margin-bottom:30px}.our-brand-header{flex-direction:column;align-items:flex-start;margin-bottom:30px;gap:12px}.our-brand-header h2{font-size:24px}.our-brand-header p{font-size:16px;line-height:24px}.our-brand-items{grid-template-columns:1fr;gap:15px}.our-brand-item{padding:20px}}@media(max-width:480px){.our-brand{padding:20px 15px}.our-brand-header h2{font-size:20px}.our-brand-header p{font-size:15px;line-height:22px}.our-brand-item h3{font-size:16px}}.positionning{height:546px;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;margin-top:43px;margin-bottom:74px}.positionning-en{background-image:url(/build/assets/svg-DFEpTuz_.svg)}.positionning-fr{background-image:url(/build/assets/cantor-positionning-DKbLNgql.svg)}.positionning-container{position:absolute;top:50%;left:50%;margin-top:3px;margin-left:13px;background:#fff4;width:390px;transform:translate(-50%,-50%);padding:36px;display:flex;flex-direction:column}.positionning-container span{font-family:Barlow;font-weight:400;font-style:Regular;font-size:20px;leading-trim:NONE;line-height:34.93px;letter-spacing:0%;color:#263745}.services-wealth{background:#000;padding:50px}.in-house{background:#f8f5f2;padding:50px;position:relative}.in-house-title{rotate:-90deg;font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#501616;position:absolute}.in-house-content{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:#000}.in-house-card{background:#f0ebe5;padding:20px;text-align:center}.in-house-card h3{font-family:Barlow;font-weight:400;font-style:Regular;font-size:20px;leading-trim:NONE;line-height:30px;letter-spacing:0%;color:#501616}.middle-white{background:#fff;height:10px}.inout-sourced{background:#f5f5f5;padding:50px}.hero-singlepage{padding:50px 0 103px}.hero-container-singlepage{display:flex;justify-content:space-between;align-items:center}.title-p-singlepage{flex:1}.title-p-singlepage h1{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:55px;leading-trim:NONE;line-height:56px;letter-spacing:-3%;color:#162250}.title-p-singlepage p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:20px;leading-trim:NONE;line-height:25px;letter-spacing:0%;color:#6d757a;background:#000}.p-singlepage{flex:1;padding-top:63px}.p-singlepage p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:0%;color:#263745;width:564px}@media(max-width:768px){.hero-singlepage{padding:20px 0}.hero-container-singlepage{display:flex;flex-direction:column;align-items:start}.title-p-singlepage h1{font-size:36px;line-height:38px}.title-p-singlepage p{font-size:20px;line-height:22px;margin-bottom:20px}.p-singlepage{font-size:18px;line-height:22px}}.our-solutions{padding:0}.solution-image{height:451.76px;width:1266px}.solution-image img{width:100%;height:100%;object-fit:cover;object-position:bottom}.solutions-relative{display:flex;flex-direction:column}.solution-content{padding:56px 29px;position:relative;bottom:92px;background:#fff;height:fit-content;width:91%;margin:auto}.solution-content h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#263745;margin-bottom:5px}.srv-p{font-family:Barlow;font-weight:300;font-style:Light;font-size:20px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.services-grid{margin-top:57px;display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.services-card{display:flex;flex-direction:column;background:#f5f5f5;padding:26px 25px;justify-content:space-between;border:1px solid transparent}.services-card h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;letter-spacing:0%;text-transform:uppercase;color:#263745;line-height:22px;margin-bottom:10px}.services-card p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.services-card span{position:relative;margin-top:36px;font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-transform:uppercase;color:#2d6f9b;display:flex;align-items:center;width:fit-content;gap:10px;padding-bottom:4px;cursor:pointer}.services-card span:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#2d6f9b;transition:width .3s ease}.services-card span:hover:after{width:100%}.services-card:hover{border:1px solid #c6c6c6}.services-card:hover img{transform:translate(5px)}.services-card img{transition:all .3s ease}.services-card-white{display:flex;justify-content:space-between;align-items:start;flex-direction:column}@media(max-width:768px){.solution-content{margin-top:-100px;background:#fff;bottom:0;width:100%;padding-left:0;padding-right:0}.solution-content h1{font-size:30px;line-height:30px}.solution-content p{font-size:16px}.services-grid{grid-template-columns:repeat(1,1fr)}.services-card{padding:20px}.services-card h1{font-size:22px}}.teams-container{padding:60px 66px;background:#f5f5f5;margin-bottom:74px}.teams-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:66px 59px}.team-card{display:flex;align-items:center;width:100%;background:#fff;height:284px}.team-img{width:254px;height:284px;object-fit:cover}.team-info-header{margin-bottom:25px}.team-info{display:flex;flex-direction:column;height:1px;justify-content:space-between;padding:0 24px;height:228px;width:100%}.team-info h2{font-family:Barlow;font-weight:500;margin-bottom:10px;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#263745}.team-info .position{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#54514b}.team-info .division{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#54514b}.team-link-container{display:flex;flex-direction:column}.team-link{position:relative;font-family:Barlow;font-weight:500;font-size:16px;line-height:17px;color:#263745;border-top:1px solid #6D757A2B;display:flex;padding:22px 0;justify-content:space-between;align-items:center;text-decoration:none;overflow:hidden}.team-link:after{content:"";position:absolute;top:0;left:0;width:0;height:1.4px;background-color:#162250;transition:width .3s ease}.team-link:hover:after{width:100%}.team-link:last-child{padding-bottom:0}.team-link--flush{border-top:none;padding-top:0}.team-link img{width:7.75px;height:12px}@media(max-width:1024px){.teams-container{padding:30px}.teams-card-grid{gap:25px}.team-img{width:180px}}@media(max-width:768px){.teams-container{padding:25px 20px;margin-bottom:60px}.teams-card-grid{grid-template-columns:1fr;gap:20px}.team-card{flex-direction:column}.team-img{width:100%;height:250px;object-fit:cover;object-position:top}.team-info{gap:15px;padding:20px}.team-link{padding:18px 0}}@media(max-width:480px){.teams-container{padding:20px 15px;margin-bottom:40px}.team-img{height:200px}.team-info h2{font-size:17px;line-height:23px}.team-info .position,.team-info .division{font-size:14px;line-height:20px}.team-link{font-size:14px;padding:15px 0}}.team-panel-overlay{position:fixed;inset:0;background:#26374573;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:999}.team-panel-overlay.active{opacity:1;pointer-events:all}.team-panel{position:fixed;top:0;right:0;width:40%;min-width:380px;height:100dvh;background:#fff;box-shadow:-8px 0 40px #2637452e;transform:translate(100%);transition:transform .45s cubic-bezier(.4,0,.2,1);z-index:1000;overflow-y:auto;display:flex;flex-direction:column}.team-details-btn{background:none;border:none;border-top:1px solid #6D757A2B;width:100%;cursor:pointer;font-family:Barlow;text-align:left;text-transform:uppercase}.team-mobile-links{display:flex;flex-direction:column;width:100%}.team-mobile-detail-btn-span{width:100%;justify-content:space-between;display:flex;padding:18px 0;border-top:1px solid #6D757A2B}.team-mobile-detail-btn{background:#fff;border:none;cursor:pointer;padding:0 20px;width:100%;font-family:Barlow;font-weight:400;font-size:14px;line-height:22px;text-transform:uppercase;color:#263745;display:flex;justify-content:space-between;align-items:center}.team-sheet-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.team-sheet-overlay.active{opacity:1;pointer-events:all}.team-sheet{position:fixed;left:0;right:0;bottom:0;height:60vh;background:#fff;box-shadow:0 -8px 40px #2637452e;transform:translateY(100%);transition:transform .42s cubic-bezier(.32,.72,0,1);z-index:1000;overflow-y:auto;display:flex;flex-direction:column}.team-sheet.active{transform:translateY(0)}.team-sheet-handle{width:40px;height:4px;background:#ddd;border-radius:2px;margin:12px auto 4px;flex-shrink:0}.team-panel.active{transform:translate(0)}.team-panel-close{position:absolute;top:36px;right:20px;z-index:10;width:36px;padding:20px;height:36px;border-radius:50%;border:none;background:#f0f0f0;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.team-panel{scrollbar-width:none;-ms-overflow-style:none}.team-panel::-webkit-scrollbar{display:none}.team-panel-close:hover{opacity:.6}.team-panel-inner{display:flex;flex-direction:column;height:100%}.team-panel-img-wrap{position:relative;width:100%;flex-shrink:0;overflow:hidden}.team-panel-img-wrap .team-panel-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(38,55,69,.65) 100%);pointer-events:none}.team-panel-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.team-panel-body{padding:60px 66px;display:flex;flex-direction:column;gap:4px}.team-panel-body h2{font-family:Barlow;font-weight:500;font-size:20px;line-height:28px;text-transform:uppercase;color:#263745;margin:0}.team-panel-position{font-family:Barlow;font-weight:400;font-size:16px;line-height:22px;color:#54514b;margin:0}.team-panel-division{font-family:Barlow;font-weight:500;font-size:15px;line-height:21px;color:#54514b;margin:0}.team-panel-divider{border:none;border-top:1px solid #6D757A2B;margin:20px 0 16px}.team-panel-bio{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;display:flex;letter-spacing:0%;color:#697781;margin-bottom:34px;flex-direction:column;gap:18px;margin-top:4px}.team-panel-contact{margin-top:auto;padding:0}.team-panel-contact .get-in-touch{margin:0;padding:42px}.team-panel-contact .get-in-touch-container{flex-direction:column;align-items:stretch;gap:18px}.team-panel-contact .get-in-touch-content-2{max-width:none}.team-panel-contact .get-in-touch-content-h2{font-size:24px;line-height:30px}@media(max-width:900px){.team-panel{width:80%}}@media(max-width:480px){.team-panel{width:100vw;min-width:0}.team-panel-img-wrap{height:240px}.team-panel-body{padding:24px 20px 32px}.team-panel-contact{padding:0 20px 24px}}.cantor-values-container{display:flex;height:fit-content;z-index:-9999999999999999999999999999}.cantor-values-left{padding:80px 66px 66px;background:#f8f5f2;position:relative;flex:1;height:557px}.cantor-values-left-careers{padding:80px 66px 66px;background:#f8f5f2;position:relative;flex:1;height:447px}.cantor-values-left-header h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:30px;leading-trim:NONE;line-height:32px;letter-spacing:0%;color:#502c16;margin-bottom:47px}.cantor-values-left-commitment-container{padding:31px;background:#fff;position:absolute;width:446px}.cantor-values-left-commitment-items{display:flex;padding:20px 0;flex-direction:column;border-bottom:1px solid #6D757A2B}.cantor-values-left-commitment-items:first-child{padding-top:0}.cantor-values-left-commitment-items h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:0%;text-transform:uppercase;color:#502c16;margin-bottom:5px}.cantor-values-left-commitment-items p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.cantor-values-left-commitment-items:last-child{border-bottom:none;padding-bottom:0}.cantor-values-right{position:relative;z-index:999;background:#fff;flex:1}.cantor-values-space-right{padding:24px;position:relative;width:50%;z-index:999;background:#f8f5f2}.cantor-values-img-container{padding-top:25px;padding-left:25px;padding-bottom:25px;width:602px;position:relative;height:94.3%;background:#fff}.cantor-values-img-container img{width:100%;height:100%;object-position:right;object-fit:cover}.our-business-principles-section{position:relative;bottom:115px;padding:65px 66px 100px;background:#f3f8fe}.our-business-principles-header{display:flex;justify-content:space-between;align-items:center;padding-right:150px}.our-business-principles-header-left{border-bottom:1px solid #6D757A2B;padding-bottom:47px;margin-bottom:67px;flex:1}.our-business-principles-header-left h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:30px;leading-trim:NONE;line-height:38px;letter-spacing:0%;color:#162250}.our-business-principles-header-right{flex:1}.our-business-principles-item span{font-family:Cormorant SC;font-weight:500;padding:0;margin:0;font-style:Light;min-width:60px;font-size:50px;height:fit-content;display:flex;align-items:start;line-height:35px}.our-business-principles-item{display:flex;gap:25px}.our-business-principles-item-content{display:flex;flex-direction:column;gap:5px}.our-business-principles-item-content h2{font-family:Barlow;font-weight:400;font-style:Regular;font-size:26px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;color:#162250}.our-business-principles-item-content p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:20px;leading-trim:NONE;line-height:26px;letter-spacing:0%;color:#162250;max-width:930px}.our-business-principles-items{display:flex;flex-direction:column;gap:50px}.investments-real-estate{background:#f2f7fa;padding:44px 66px 100px}.investments-real-estate-navigation{display:flex;align-items:center;gap:25px}.investments-real-estate-navigation-container{display:flex;align-items:center}.investments-real-estate-navigation-container .active{background-color:#fff}.investments-real-estate-navigation-container h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#263745;padding:18px 38px;background:#d3d9dd34;cursor:pointer}.investments-real-estate-navigation-container h2:hover{background-color:#fff}.investments-real-estate-container{position:relative;background:#fff;bottom:80px;width:87%;margin:auto}.investments-real-estate-container-content{background-color:#fff;padding:20px 14px}.investments-real-estate-container-content-filter{display:flex;border-bottom:1px solid #6D757A2B;padding-bottom:25px;align-items:center;justify-content:space-between;gap:25px}.investments-real-estate-container-content-filter h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:15px;leading-trim:NONE;line-height:20.25px;letter-spacing:0%;text-transform:uppercase;color:#6d757a;display:flex;align-items:center;gap:50px}.investments-real-estate-container-content-filter span{display:flex;align-items:center;justify-content:space-between;width:245px}.real-estate-container{margin-top:25px;display:flex;gap:25px}.real-estate-card{background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex:1}.real-estate-card img{height:100%;width:250px}.real-estate-card-info{display:flex;flex-direction:column;align-items:center;height:100%;width:100%;padding:0 25px}.real-estate-card-info h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:25px;letter-spacing:0%;text-transform:uppercase;color:#263745;padding-bottom:20px;width:100%;border-bottom:1px solid #6D757A2B}.real-estate-card-info-more-details-items{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:15px;margin-top:20px;width:100%}.real-estate-card-info-more-details-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex:1;gap:25px;width:100%}.real-estate-card-info-more-details-item h3{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.real-estate-card-info-more-details-item p{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:20px;leading-trim:NONE;line-height:100%;letter-spacing:0%;text-align:right;color:#6d757a}.real-estate-card-info-more-details{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:17px;letter-spacing:0%;display:flex;justify-self:flex-end;align-self:flex-end;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:15px;width:100%;border-bottom:1px solid #6D757A2B}.investments-hero-singlepage{position:relative;bottom:12px}.investments-real-estate-container{position:relative;padding:0 15px;bottom:70px}.table{width:100%;border-collapse:collapse;border-spacing:0}.table thead tr{display:flex;gap:12px;width:100%;align-items:center}.table th:nth-child(1),.table td:nth-child(1){flex:2}.table th:nth-child(2),.table td:nth-child(2){flex:1}.table th:nth-child(3),.table td:nth-child(3){flex:1}.table th:nth-child(4),.table td:nth-child(4){flex:1}.table th:nth-child(5),.table td:nth-child(5){width:40px;flex:none}.thead{border-bottom:1px solid #6D757A2B;display:table-header-group;width:100%}.thead tr{padding-bottom:25px}.thead span,.thead th{text-transform:uppercase}.tr{display:flex;gap:10px;padding:10px 0;background:#ffffff15;border-bottom:1px solid #6D757A2B;align-items:center}.td-img{display:flex;gap:30px;align-items:center;font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:0%;color:#263745;min-width:0}.td-img img{border-right:1px solid #6D757A2B;padding-right:30px;width:auto;height:auto;max-height:40px;object-fit:contain;object-position:left center;display:block;min-width:125px}.td{padding:10px 0;width:120px;text-align:left}.td-icon{display:flex;align-items:center;gap:20px;flex:1}.td-sortable-status{justify-content:space-between}td img{width:auto;height:auto}.td-year{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:149%;letter-spacing:0%;flex:1;color:#263745}.td-sector{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:25px;flex:1;letter-spacing:0%;color:#263745;text-align:left}.td-status{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:0%;color:#263745;text-align:center;width:50px;border-radius:999999999999px}.status-divested{background:#e9f3f1}.status-in-progress{background:#f3efe9}.status-current{background:#e9eef3}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}th.sort-active{width:fit-content;color:#142533;font-weight:600}th.sort-active img{opacity:1;filter:brightness(.3)}th[data-sort=asc] img{transform:rotate(180deg);transition:transform .2s ease}th[data-sort=desc] img{transform:rotate(0);transition:transform .2s ease}th{font-family:Barlow;font-weight:500;font-style:Medium;font-size:15px;leading-trim:NONE;line-height:20.25px;letter-spacing:0%;text-transform:uppercase;color:#6d757a;text-align:left}.ma-transactions{padding:60px 66px;background:#f2f7fa;margin-bottom:74px}.ma-transactions-container{padding:24px 35px;background:#fff}.ma-transactions-container-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:25px;border-bottom:1px solid #6D757A2B;margin-bottom:25px}.ma-transactions-container-header span{font-family:Barlow;font-weight:500;font-style:Medium;font-size:15px;leading-trim:NONE;line-height:20.25px;letter-spacing:0%;text-transform:uppercase;color:#6d757a}.ma-transactions-container-header div{display:flex;align-items:center;justify-content:space-between;width:255px}.ma-transactions-container-items{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mat-card{border:1px solid #6D757A2B;padding:20px;height:auto;min-height:370px;background-color:#fff;flex-grow:1}.mat-card:hover{border:1px solid #6d757a65}.mat-card-header{padding-bottom:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #6D757A2B}.mat-card-header .trans-cat{font-family:Barlow;font-weight:500;font-size:18px;color:#263745}.mat-card-header .trans-year{font-family:Cormorant SC;font-weight:400;font-size:29px;color:#986810}.mat-card-body{padding:20px 0}.mat-card-body p{font-family:Barlow;font-weight:400;font-size:16px;line-height:20px;text-align:center;color:#6d757a;min-height:85px;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.mat-card-logos{display:flex;flex-direction:column;gap:15px;justify-content:flex-start;align-items:center}.logo-box{width:45%;height:65px;display:flex;justify-content:center;align-items:start;overflow:hidden}.logo-box-1{align-items:end}.logo-box img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.mat-card-part-2{display:flex;flex-direction:column;gap:20px;align-items:center;width:100%}.hero-ma-transactions{position:relative;bottom:12px}.logo-box-mat-card-part-2{height:auto}.logo-box.logo-box-mat-card-part-2.logo-box-mat-card-part-2-2{height:33px}@media(max-width:1104px){.ma-transactions--desktop-only{display:none}.ma-transactions{padding:32px 20px;margin-bottom:60px}.ma-transactions-container{padding:20px}.ma-transactions-container-items{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:600px){.ma-transactions{padding:20px 16px;margin-bottom:40px}.ma-transactions-container{padding:16px}.ma-transactions-container-items{grid-template-columns:1fr}.ma-transactions-container-header{padding-bottom:16px;margin-bottom:16px}.ma-transactions-container-header div{width:auto;gap:12px}.mat-card{min-height:auto}.mat-card-body p{height:auto;-webkit-line-clamp:unset;display:block}}.available-openings{background:#f5f5f5;padding:60px 66px;margin-bottom:74px}.available-openings-header{margin-bottom:50px}.available-openings-header h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:40px;letter-spacing:0%;margin-bottom:5px;color:#263745}.available-openings-header-m h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#263745}.available-openings-header p{font-family:Barlow;font-weight:300;font-style:Light;font-size:20px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.available-openings-header-m p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#697781;margin-bottom:34px}.jobs-sectors{display:flex;gap:13px}.btn-jobs-sectors{padding:19px 40px;border:none;font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:27px;letter-spacing:0%;text-transform:uppercase;color:#263745;cursor:pointer}.btn-jobs-sectors-active{background:#fff}.services-activities-method-cc{margin-top:26px}.applynow{padding:10px 30px;font-size:14px;font-weight:500;text-decoration:none;transition:all .1s ease;width:fit-content;font-family:Barlow;text-align:center;text-transform:uppercase;cursor:pointer;border:1px solid #162250;background:#162250;color:#fff;margin-top:10px}.applynow:hover{background:#162250c9}.cantor-values-p-container{position:relative;bottom:80px;font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;line-height:22px;letter-spacing:0%;text-align:center;color:#fff;max-width:500px;margin:auto}.no-openings{padding:32px;font-family:Barlow;font-weight:300;font-size:16px;color:#6d757a;background:#fff}.job-item{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;background:#fff;border-bottom:1px solid #26374514}.job-item:last-child{border-bottom:none}.job-item-info{display:flex;flex-direction:column;gap:6px}.job-title{font-family:Barlow;font-weight:500;font-size:18px;line-height:24px;color:#263745}.job-tags{display:flex;gap:16px}.job-tag{font-family:Barlow;font-weight:300;font-size:14px;line-height:20px;color:#6d757a;text-transform:uppercase;letter-spacing:.5px}.job-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.job-deadline{font-family:Barlow;font-weight:300;font-size:13px;color:#6d757a}.jobs-openings-mobile{display:none}.jobs-division-accordion{display:flex;flex-direction:column;gap:6px}.jobs-division-section{background:#fff}.jobs-division-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;border:none;background:#fff;cursor:pointer;font-family:Barlow;font-weight:500;font-size:16px;text-transform:uppercase;color:#263745;letter-spacing:.5px}.jobs-division-header-active{border-bottom:2px solid #162250}.jobs-division-arrow{font-size:22px;color:#6d757a;transition:transform .2s ease;line-height:1}.careers-img{padding-top:25px;padding-left:25px;padding-bottom:25px;width:602px;position:relative;height:809px;background:#fff}.careers-img img{width:100%;height:100%;object-position:right;object-fit:cover}.jobs-divisions-list{display:flex;flex-direction:column;gap:32px;margin-top:24px}.jobs-division-block{display:flex;flex-direction:column;gap:18px}.jobs-division-label{font-size:14px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;padding-bottom:18px;border-bottom:1px solid #e5e7eb}.jobs-position-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.jobs-position-item{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:opacity .15s}.jobs-position-item:active{opacity:.6}.jobs-position-title{font-size:15px;font-weight:500;color:#1a2e44}.jobs-position-arrow{font-size:18px;color:#9ca3af}.lang-toggle{position:relative;display:inline-flex;background-color:#101b48;color:#fff}.lang-toggle-knob{position:absolute;color:#fff;transition:transform .28s ease}.lang-toggle.is-en .lang-toggle-knob{transform:translate(100%)}.lang-toggle-opt{position:relative;z-index:1;width:120px;padding:12px 0;text-align:center;text-decoration:none;font-family:Barlow;font-weight:400;font-size:15px;color:#fff;transition:color .28s ease}.lang-toggle-opt.active{color:#fff;border-bottom:1px solid #ffffff}.contact-container{display:flex}.left-card-contact{padding:87px 66px;position:relative;height:120px;flex:1}.left-card-contact-info-email{padding:50px 66px;bottom:190px;margin-top:50px;background:transparent;position:relative}.cc-casablanca{background:#f2f7fa}.cc-dubai{background:#f8f5f2}.right-card-contact{flex:1}.left-card-contact-info h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:28px;leading-trim:NONE;line-height:30px;letter-spacing:0%;margin-bottom:5px;text-transform:uppercase}.ii-casablanca{color:#162250}.ii-dubai{color:#502c16}.left-card-contact-info h3{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-transform:uppercase}.ffc{flex:1}.left-card-contact-info-email-content{background:#fff;border:1px solid transparent;padding:22px 50px}.left-card-contact-info-email-content:hover{border:1px solid #4445462b}.left-card-contact-info-email-content a{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:40px;position:relative;letter-spacing:0%;display:flex;align-items:center;justify-content:space-between;padding-bottom:25px;border-bottom:1px solid #6D757A2B;margin-bottom:25px}.ee-casablanca a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#2d6f9b;transition:width .3s ease}.ee-casablanca a:hover:after{width:100%}.ee-casablanca p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a;max-width:250px}.ee-dubai a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#986810;transition:width .3s ease}.ee-dubai a:hover:after{width:100%}.ee-dubai p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a;max-width:250px}.right-card-contact-info-space{width:50%;padding:30px}.img-contact-container{padding:28px 0 0 28px}.img-contact-container img{width:100%}.dubai{position:relative;height:fit-content;bottom:95px;margin-top:20px}.ee-dubai a{color:#986810}.ee-casablanca a{color:#2d6f9b}.ss-dubai{background:#f8f5f2}.ss-casablanca{background:#f2f7fa}.contact-hero-singlepage{position:relative;bottom:12px}.legal-page-container{padding-top:0}.legal-container{background:#f5f5f5;padding:60px 0;margin-top:64px;margin-bottom:128px}.legal-content{background:#fff;padding:60px 0 64px}.legal-details{margin-bottom:35px}.legal-content h2{font-family:Barlow;font-weight:500;font-size:20px;line-height:27px;text-transform:uppercase;color:#263745;margin-bottom:10px}.legal-content h3{font-family:Barlow;font-weight:500;font-size:18px;line-height:22px;text-transform:uppercase;color:#000;margin:10px 0}.legal-content p{font-family:Barlow;font-weight:400;font-size:16px;line-height:24px;color:#54514b}.legal-content ul{margin-top:0;margin-bottom:0;list-style:disc;padding-left:20px}.legal-content ul li{font-family:Barlow;font-weight:400;font-size:16px;line-height:24px;color:#54514b}.legal-content ol{margin-top:10px;margin-bottom:0;padding-left:20px}.legal-content ol li{font-family:Barlow;font-weight:400;font-size:16px;line-height:24px;color:#54514b}.legal-content>*:last-child{margin-bottom:0}.legal-content--doc>*{margin-bottom:14px}.legal-content--doc>h2{margin-top:35px}.legal-content--doc>h3{margin-top:18px}.legal-content--doc>h2:first-child,.legal-content--doc>h3:first-child{margin-top:0}.legal-content--doc>*:last-child{margin-bottom:0}.legal-content table{width:100%;border-collapse:collapse;font-family:Barlow;font-size:16px;color:#54514b;margin-bottom:20px}.legal-content table th{text-align:left;font-weight:500;text-transform:uppercase;color:#263745;font-size:14px;padding:12px 16px;border-bottom:2px solid #6D757A2B}.legal-content table td{font-weight:400;font-size:16px;line-height:24px;color:#54514b;padding:12px 16px;border-bottom:1px solid #6D757A2B;line-height:1.6}.legal-content table tbody tr:last-child td{border-bottom:none}.legal-content blockquote{border-left:3px solid #263745;padding-left:16px;color:#54514b;font-style:italic}.legal-content a{color:#263745;text-decoration:underline}.legal-content strong{font-weight:600;color:#263745}@media(max-width:768px){.legal-page-container{padding-top:0}.legal-container{padding:25px;margin-top:32px;margin-bottom:64px}.legal-content{padding:32px 20px}.legal-content h2{font-size:14px;line-height:16px;margin-bottom:8px}.legal-content h3{font-size:14px;line-height:16px}.legal-content p{font-size:14px;line-height:18px}.legal-content ul{padding-left:18px}.legal-content ul li,.legal-content ol li{font-size:14px;line-height:18px}.legal-content>*{margin-bottom:28px}.legal-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:14px;white-space:nowrap}.legal-content table th{font-size:12px;padding:12px 0;border-bottom:1px solid #6D757A2B}.legal-content table td{font-size:14px;padding:10px 10px 10px 0}.legal-content--doc>*{margin-bottom:12px}.legal-content--doc>h2{margin-top:28px;line-height:25px}.legal-content--doc>h2:first-child,.legal-content--doc>h3:first-child{margin-top:0}}#hero-mobile,.switch-container-mobile,.ma-hero-mobile,.casablanca-dubai-mobile,.our-solutions-mobile,.solutions-mobile,.transaction-container-mobile,.services-activities-method-mobile,.leadership-mobile,.overview-section-mobile,.solutions-container-mobile,.contact-banner-mobile,.re-our-strategies-mobile,.re-our-strategies-mobile-2,.re-our-strategies-mobile-3,.project-mobile,.services-wm-mobile,.benefits-mobile,.about-hero-mobile,.positionning-mobile,.our-pillars-mobile,.cantor-values-our-business-mobile,.get-in-touch-mobile,.pe-redirection-mobile,.cantor-values-container-mobile,.commingsoon,.available-openings-mobile,.pe-strategies-mobile,.cantor-team-cards-mobile,.merchant-banking-mobile,.real-estate-mobile,.re-projects-mobile-container,.cantor-values-operating-standards-mobile,.impressum-mobile,.privacy-policy-mobile,.investments-merchant-banking,.bottom-sheet,.legal-page-container-mobile,.services-wm-mobile-outsourced-cta,.cantor-wa-mobile{display:none}.asterisque{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#687383}@media(max-width:1104px){.solutions-container-mobile{display:block}.hhome,.hero-singlepage,.our-solutions,.paragraph-container,.services-activities-method{display:none}#hero-mobile{display:flex;flex-direction:column}#hero-mobile img{width:100%;margin-bottom:32px}.hero-content-mobile{padding:0 25px;display:flex;flex-direction:column}#hero-mobile h1{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:38px;leading-trim:NONE;line-height:auto;width:100%;max-width:348px;letter-spacing:-3%;background:linear-gradient(130.81deg,#162250 17.91%,#917136 54.41%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:21px}#hero-mobile p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a;width:100%;margin-bottom:21px}#hero-mobile a{font-family:Barlow;font-weight:500;font-style:Medium;font-size:14px;line-height:17px;letter-spacing:0%;text-align:center;text-transform:uppercase;background:#162250;padding:14px 0;width:100%;color:#fff;margin-bottom:60px;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:25px}#hero-mobile a svg{width:22px;height:13px;margin-top:1px}.grid-services-home{display:none}.solutions-mobile{margin-top:47px;display:flex;background:#f5f5f5;padding:34px 25px;flex-direction:column;gap:21px}.solutions-mobile a{background-color:#fff;padding:25px 27px;display:flex;flex-direction:column}.solutions-mobile a h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:24px;letter-spacing:0%;text-transform:uppercase;margin-bottom:8px;color:#263745}.solutions-mobile a span{font-family:Barlow;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;color:#2d6f9b;display:flex;justify-content:start;gap:10px;align-items:center}.cantor-wa-mobile{display:block;margin-top:28px}.wealth-manag-section{display:none}.cantor-wa-mobile-h{display:flex;background:#fff6ef;padding:0 25px;justify-content:center;align-items:center;background:#fff}.cantor-wa-mobile-l{display:flex;justify-content:center;padding:44px 25px 34px;gap:10px;width:100%;background:#fff6ef}.cantor-wa-mobile-l img{width:100%}.cantor-wa-mobile-l span{font-family:Barlow;font-weight:275;font-style:ExtraLight;font-size:32px;leading-trim:NONE;height:26px;line-height:49px;letter-spacing:-3%;color:#ea7312;position:relative;bottom:20px}.cantor-wa-mobile-img{width:100%;height:303px}.cantor-wa-mobile-img img{width:100%;object-fit:cover;height:100%}.cantor-wa-mobile-b{display:flex;background:#fff6ef;justify-content:center;align-items:center;background:#fff}.cantor-wa-mobile-c{display:flex;justify-content:center;flex-direction:column;padding:34px 25px 38px;width:100%;background:#fff6ef}.cantor-wa-mobile-c h2{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:27px;leading-trim:NONE;line-height:32px;letter-spacing:-3%;color:#501616;margin-bottom:23px}.cantor-wa-mobile-p{font-family:Barlow;font-weight:300;font-style:Light;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#501616}.cantor-wa-mobile-a{padding:19px 25px 0;display:flex;justify-content:space-between;align-items:center}.cantor-wa-mobile-a-l{display:flex;flex-direction:column}.cantor-wa-mobile-a-l span{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#263745}.cantor-wa-mobile-a-l p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#6d757a}.cantor-wa-mobile-a-r{width:42px;background:#f5f5f5;height:42px;border-radius:50%;display:flex;justify-content:center;align-items:center}.cantor-wa-mobile-f{padding:19px 25px 17px}.cantor-wa-mobile-f p{border-top:.25px solid #7c91a2a9;font-family:Barlow;font-weight:300;font-style:Light;font-size:12px;leading-trim:NONE;line-height:134%;letter-spacing:-.5%;padding-top:19px;color:#6d757a}.cantor-wa-mobile-f p span{font-family:Barlow;font-weight:300;font-style:Light;font-size:12px;leading-trim:NONE;line-height:134%;letter-spacing:-.5%;color:#ea7312}.leadership-section{display:none}.leadership-mobile{margin:36px 0 49px;display:flex;flex-direction:column}.leadership-mobile-h{padding:45px 25px;background:#f3f8fe}.leadership-mobile-h div{display:flex;gap:3px}.leadership-mobile-h h2{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:25px;leading-trim:NONE;line-height:35px;letter-spacing:-3%;display:flex;gap:15px;align-items:start;color:#263745}.leadership-mobile-b{padding:0 25px}.leadership-mobile-b-l{display:flex;flex-direction:column}.leadership-mobile-b-l a{background:#fff;padding:20px 0;gap:10px;font-family:Barlow;font-weight:500;font-style:Medium;width:100%;font-size:16px;leading-trim:NONE;line-height:17px;display:flex;justify-content:space-between;align-items:center;letter-spacing:0%;color:#263745;border-bottom:1px solid #26374526}.leadership-mobile-b-l a div{width:42px;height:42px;background:#f5f5f5;border-radius:50%;display:flex;justify-content:center;align-items:center}.leadership-mobile-b-l a div img{width:10px;position:relative;left:1px;height:20px}.insight-container,.footer-nav-container{display:none}.switch-container-mobile{display:flex;background:#101b48;margin-bottom:35px;justify-content:space-between}.footer-container{padding:0 25px}.switch-container-mobile span{background:#101b48;width:100%;padding:14px 0;text-align:center;border-bottom:2px solid transparent}.switch-container-mobile .active{border-bottom:2px solid white}.switch-container-mobile span a{color:#b8cada}.switch-container-mobile .active a{color:#fff;font-family:Barlow;font-weight:500;font-size:16px;text-align:center}.ccg-copyright p{font-family:Barlow;font-weight:300;font-style:Light;font-size:12px;leading-trim:NONE;line-height:18px;letter-spacing:0%;margin-bottom:57px;color:#fff8}.our-solutions-mobile{display:flex;flex-direction:column}.hero-mobile-container{background:#fff;padding-right:25px}.hero-mobile-container div{background:#f8f5f2;padding:41px 0 80px 25px}.hero-mobile-container-cantor-values{background:#fff;padding-right:25px}.hero-mobile-container-cantor-values{background:#f8f5f2;padding:41px 0 104px 22px;margin-right:25px}.hero-mobile-container div h2{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:41px;letter-spacing:-3%;width:348px;color:#263745;background:linear-gradient(114.5deg,#162250 15.49%,#917136 65.15%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-mobile-container div p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:31px;letter-spacing:0%;color:#502c16}.img-mobile-container{position:relative;padding-left:25px;bottom:40px}.img-mobile-container div img{width:100%;height:100%;object-fit:cover}.paragraph-mobile-container,.paragraph-mobile-container-values{padding:0 25px}.paragraph-mobile-container p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:23px;letter-spacing:0%;color:#6d757a;margin-bottom:46px}.paragraph-mobile-container-values p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:26px;letter-spacing:0%;color:#263745;margin-bottom:43px}.solutions-container-mobile{background:#f5f5f5;padding:30px 25px 70px;margin-bottom:80px}.solutions-container-mobile-cp{margin-bottom:10px}.solutions-container-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:29px;letter-spacing:0%;color:#263745}.solutions-container-mobile p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#697781;margin-bottom:28px}.solutions-items-mobile{display:flex;flex-direction:column;gap:10px}.solutions-items-mobile a{background:#fff;padding:12px 21px;display:flex;align-items:center;justify-content:space-between}.careers-m a{flex-direction:row}.solutions-items-mobile a div{width:15px;height:15px;padding:15px;display:flex;align-items:center;justify-content:center;border-radius:99999999999999999999px;background:#f5f5f5}.solutions-items-mobile-t{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#263745}.solutions-items-mobile div img{width:10px;position:relative;left:1px;height:20px}#hero{display:none}.ma-hero-mobile{display:flex;flex-direction:column;background-color:#fff;padding-right:25px}.ma-hero-mobile .ma-hero-mobile-title{padding:39px 25px 53px}.ma-hero-mobile .ma-hero-mobile-title h2{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;letter-spacing:-3%;margin-bottom:10px;color:#162250;line-height:30px}.ma-hero-mobile .ma-hero-mobile-title p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:27px;letter-spacing:0%;color:#697781}.ma-hero-mobile-kpis{background:#f1f7fa;padding-left:25px;display:flex;flex-direction:column;gap:17px;padding-bottom:17px}.ma-hero-mobile-kpis-item{background:#fff;padding:22px;text-align:right}.overview-section-mobile{display:flex;flex-direction:column;padding:45px 25px 25px;background:#fff}.overview-section-mobile .overview-bold{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:26px;letter-spacing:0%;color:#263745;margin-bottom:13px}.overview-section-mobile .overview-regular{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:26px;letter-spacing:0%;color:#6d757a}.services-activities-method-mobile{background:#f5f5f5;display:flex;flex-direction:column;padding:25px 25px 35px;margin-bottom:29px;margin-top:25px}.services-activities-method-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:29px;letter-spacing:0%;color:#263745;margin-bottom:18px}.services-activities-method-mobile-p{font-family:Barlow;font-weight:500;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#263745;margin-bottom:31px;background-color:#fff;padding:25px}.services-activities-method-mobile-pp{display:none}.services-activities-method-mobile-items{display:flex;flex-direction:column;gap:9px}.os-p{font-family:Barlow;font-weight:500;font-style:Medium;font-size:1px;margin-top:30px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#502c16}.services-activities-method-mobile-item{background:#fff;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.openbtn{width:15px;height:15px;padding:15px;display:flex;align-items:center;justify-content:center;border-radius:99999999999999999999px;background:#f5f5f5}.openbtn span{font-family:Barlow;font-weight:250;font-style:Thin;font-size:46px;leading-trim:NONE;line-height:69px;letter-spacing:0%;text-transform:uppercase;height:78px;color:#263745}.services-activities-method-mobile-items-t{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#263745}.services-activities-method-mobile-items-h{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;max-width:200px;leading-trim:NONE;line-height:24px;letter-spacing:0%}.bottom-sheet-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.bottom-sheet-overlay.active{opacity:1;pointer-events:all}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;height:60vh;background:#fff;z-index:1000;transform:translateY(100%);transition:transform .4s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;padding:24px;box-shadow:0 -8px 40px #00000026;overflow-y:scroll}.bottom-sheet.active{transform:translateY(0)}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:.5px solid #26374526;padding-bottom:20px}.bottom-sheet-title{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:24px;letter-spacing:0%;color:#263745;margin-right:20px}.bottom-sheet-close{width:36px;padding:20px;height:36px;border-radius:50%;border:none;background:#f0f0f0;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.bottom-sheet-close:hover{background:#e0e0e0}.bottom-sheet-drag-handle{width:40px;height:4px;background:#ddd;border-radius:2px;margin:0 auto 16px}.bottom-sheet-content{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;display:flex;letter-spacing:0%;color:#697781;margin-bottom:34px;flex-direction:column;gap:18px}.openbtn{cursor:pointer;background:#631a1a;font-size:1.4rem;transition:background .2s,transform .2s;-webkit-user-select:none;user-select:none;width:23px;height:23px;padding:15px;display:flex;align-items:center;justify-content:center;border-radius:99999999999999999999px;background:#f5f5f5}.openbtn:hover{background:#e0e0e0;transform:scale(1.1)}.transaction-container{display:none}.transaction-container-mobile{background:#f2f7fa;display:block;padding:35px 25px 59px;margin-top:35px}.transaction-container-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#502c16}.transaction-container-mobile p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#502c16}.transaction-items-mobile{display:flex;flex-direction:column;gap:18px}.transaction-item-mobile{background:#fff;padding:13px 24px}.transaction-item-mobile-h{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #6D757A2B}.transaction-item-mobile-h h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#263745}.transaction-item-mobile-h span{font-family:Cormorant SC;font-weight:400;font-style:Regular;font-size:24px;leading-trim:NONE;line-height:40px;letter-spacing:-3%;text-align:right;color:#986810}.transaction-item-mobile p{font-family:Barlow;margin:15px 0 30px;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:20px;letter-spacing:0%;color:#6d757a}.transaction-mobile{display:flex;align-items:center;justify-content:space-between}.transaction-container-mobile-btn{font-family:Barlow;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;text-align:center;text-transform:uppercase;background:#502c16;color:#fff;margin-top:47px;padding:13px 0;width:100%}.transaction-container-mobile-btn a{color:#fff}.get-in-touch{display:none}.contact-banner-mobile{display:block;background:#f3f8fe;padding:25px;margin-top:22px;margin-bottom:25px}.contact-banner-mobile a{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #C5D5E2;padding:25px}.contact-banner-mobile a div p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;letter-spacing:0%;color:#263745;margin-bottom:5px}.contact-banner-mobile a div h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;letter-spacing:0%;color:#2d6f9b}.ma-hero-mobile-title{background:#f1f7fa}.wa-kpi-sct{background:#f8f5f2}.wa-kpi-item{background:#fff}.wa-kpi-item h2{color:#501616}.wa-kpi-item .plus-50{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:60px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;text-align:right}.value-strategies-container{display:none}.re-our-strategies-mobile{display:block;background:#f8f5f2;padding:55px 25px 70px;margin-bottom:59px}.re-our-strategies-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#502c16}.re-our-strategies-mobile-content{display:flex;flex-direction:column;gap:25px;margin-top:37px}.re-our-strategies-mobile-content div{display:flex;align-items:center;border-bottom:1px solid #6D757A2B;padding-bottom:25px}.re-our-strategies-mobile-content div span{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:40px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;color:#502c16;width:68px;margin-bottom:5px}.re-our-strategies-mobile-content div h3{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#502c16}.re-our-strategies-mobile-2{display:block;background:#fff;padding:0 25px;margin-bottom:67px}.re-our-strategies-mobile-2 h3{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:27px;letter-spacing:0%;color:#502c16}.re-our-strategies-mobile-2 p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#986810}.re-our-strategies-mobile-2 div{display:flex;margin:12px 0;align-items:center;gap:10px}.re-our-strategies-mobile-2 div span{font-family:Barlow;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.re-our-strategies-mobile-3{display:block;padding:0 25px}.re-our-strategies-mobile-3 div{background:#f8f5f2;padding:37px 25px 44px;margin-bottom:85px}.re-our-strategies-mobile-3 p{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#502c16}.projects-section{display:none}.project-mobile{display:block;padding:57px 25px 70px;background:#263745}.project-mobile div{display:flex;align-items:center;justify-content:space-between}.project-mobile div h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:29px;letter-spacing:0%;color:#fff}.swipper-container{display:flex;align-items:center;gap:5px;justify-content:space-between}.swipper-container div{width:51px;height:51px;background:#f5f5f514;border-radius:9999999999999999999px;display:flex;align-items:center;justify-content:center}.swiper-btn-prev img{width:10px;height:20px;position:relative;right:1px}.swiper-btn-next img{width:10px;height:20px;position:relative;left:1px}.projects-cards-container{display:flex;flex-direction:column;margin-top:37px}.projects-cards-container{display:flex;flex-direction:row}.swiper-wrapper,.projects-swiper{display:flex}.swiper-slide div h4{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#fff;margin-top:11px}.swiper-slide img{width:100%}.dmp-container{background:#ccb194;margin-top:47px;padding:13px 0;width:100%;display:flex;align-items:center;justify-content:center}.dmp{font-family:Barlow;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;text-transform:uppercase;color:#263745;width:100%;text-align:center}.plus-50-p{color:#501616}.services-wm{display:none}.services-wm-mobile{display:block}.services-wm-mobile-inhouse{background:#f8f5f2;margin-bottom:28px;padding:29px 25px 58px}.services-wm-mobile-inhouse h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:40px;letter-spacing:0%;margin-bottom:30px;color:#502c16;padding-bottom:13px;border-bottom:1px solid #6D757A2B}.services-wm-mobile-inhouse-body{display:flex;flex-direction:column;gap:12px}.services-wm-mobile-inhouse-body-item{background:#f0ebe5;font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:30px;letter-spacing:0%;color:#501616;width:fit-content;padding:14px 25px}.services-wm-mobile-outsourced{background:#f5f5f5;margin-bottom:25px;padding:29px 25px 58px}.services-wm-mobile-outsourced h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:40px;letter-spacing:0%;margin-bottom:30px;color:#263745;padding-bottom:13px;border-bottom:1px solid #6D757A2B}.services-wm-mobile-outsourced-body{display:flex;flex-direction:column;gap:12px}.services-wm-mobile-outsourced-body-item{background:#ececec;font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:30px;letter-spacing:0%;color:#263745;width:fit-content;padding:14px 25px}.benefits{display:none}.benefits-mobile{display:block;background:#4a1414;padding:36px 25px 69px}.benefits-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:40px;letter-spacing:0%;margin-bottom:9px;color:#e2d3c1}.benefits-mobile p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:18px;letter-spacing:0%;color:#b09797;margin-bottom:31px}.benefits-mobile-items{display:flex;flex-direction:column;gap:10px}.benefits-mobile-item{background:#3b0d0d;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.benefits-openbtn{width:15px;height:15px;padding:15px;display:flex;align-items:center;justify-content:center;border-radius:99999999999999999999px;background:#421919}.benefits-openbtn span{font-family:Barlow;font-weight:250;font-style:Thin;font-size:46px;leading-trim:NONE;line-height:69px;letter-spacing:0%;text-transform:uppercase;height:78px;color:#ccb194}.benefits-mobile-items-t{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#263745}.benefits-mobile-items-h{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:28px;letter-spacing:0%;color:#e2d3c1}.static-hero{display:none}.about-hero-mobile{display:block;padding:0 20px}.about-hero-mobile h2{font-family:Cormorant Garamond;border-top:.25px solid #7c91a26c;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;padding-top:38px;line-height:46px;letter-spacing:-3%;color:#263745}.about-hero-mobile p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:19px;letter-spacing:0%;color:#6d757a}.impressum-mobile,.privacy-policy-mobile{display:block;padding:0 20px}.impressum-mobile h2,.privacy-policy-mobile h2{font-family:Cormorant Garamond;border-top:.25px solid #7c91a26c;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;padding-top:22px;line-height:46px;letter-spacing:-3%;color:#263745}.positionning{display:none}.positionning-mobile{display:block;position:relative;margin:28px 0}.positionning-mobile img{width:100%}.positionning-mobile-container{background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:328px;height:218px;display:flex;flex-direction:column;align-items:start;justify-content:center;padding:0 25px}.positionning-mobile-container h3{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:34.93px;letter-spacing:0%}.pe-redirection-mobile{display:block;margin:30px 0}.pe-redirection-mobile-container{display:flex}.pep-img{background:#f7f9fa;padding:17px 0;width:45%;display:flex;align-items:center;justify-content:center}.pe-redirection-mobile .pe-redirection-mobile-container a{display:flex;border-bottom:.25px solid #CCCCCC;flex-direction:row;align-items:center;justify-content:space-between;margin-left:20px;width:55%}.pep-a{display:flex;gap:5px;flex-direction:column}.pep-icon{padding:12px;background:#f5f5f5;border-radius:50px;width:35px;display:flex;align-items:center;justify-content:center;height:fit-content}.pep-icon img{width:22px;height:14px}.pep-a h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;letter-spacing:0%;color:#263745}.pep-a span{font-family:Barlow;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;letter-spacing:0%;color:#6d757a}.get-in-touch-pe{display:none}.get-in-touch-mobile{display:block;padding:25px;background:#f3f8fe;margin-bottom:23px}.get-in-touch-container-mobile{display:flex;background:#fff;border:1px solid #C5D5E2;justify-content:space-between;align-items:center;padding:19px}.get-in-touch-content-span-mobile{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;letter-spacing:0%;color:#263745}.get-in-touch-content-h2-mobile{font-family:Barlow;font-weight:500;font-style:Medium;font-size:22px;leading-trim:NONE;letter-spacing:0%;color:#2d6f9b}.pep-image{background:#f5f5f5;width:22px;padding:12px;height:22px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.pep-image img{width:10px;height:19px}.wmt{font-family:Cormorant Garamond;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:30px;letter-spacing:-3%;color:#501616;margin-bottom:10px}.wmp{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:19px;letter-spacing:0%;color:#501616;width:250px}.pepp,.rep{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:19px;letter-spacing:0%;color:#162250;width:250px}.p50{font-family:Barlow;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:16px;letter-spacing:0%;text-align:right;width:100%;color:#6d5d5d}.wmap{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:21px;color:#6d757a;letter-spacing:0%}.investments-real-estate-container,.cantor-values,.cantor-values-container,.available-openings,.teams-container,.casablanca,.dubai,.investments-real-estate{display:none}.commingsoon{display:block;background:#fff;height:40vh}.commingsoon h2{margin-top:20px;text-align:center;font-weight:500}.our-pillars{display:none}.our-pillars-mobile{display:block;width:100%}.pillars-item-mobile{display:flex;margin:0 25px 12px;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:.5px solid #26374526}.pillars-item-mobile h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%;color:#263745}.pillars-item-mobile:last-child{padding-bottom:0;margin-bottom:25px;border-bottom:0}.p-img{width:42px;height:42px;background:#f5f5f5;display:flex;border-radius:999999999px;align-items:center;justify-content:center}.p-img img{width:10px;height:19px}.our-brand{display:none}.cantor-values-operating-standards-mobile{display:block;background:#f8f5f2;padding:34px 25px 57px}.cantor-values-operating-standards-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:29px;letter-spacing:0%;margin-bottom:30px;color:#502c16}.cantor-values-operating-standard-items{display:flex;flex-direction:column;gap:9px}.cantor-values-operating-standard-item{background:#fff;padding:23px}.cantor-values-operating-standard-item h3{font-weight:500;leading-trim:NONE;color:#502c16;margin-bottom:8px;font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;max-width:200px;line-height:24px;letter-spacing:0%}.cantor-values-operating-standard-item p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:21px;letter-spacing:0%;color:#6d757a}.cantor-values-our-business-mobile{display:block;padding:28px 25px 80px}.cantor-values-our-business-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:29px;letter-spacing:0%;color:#162250;padding-bottom:18px;margin-bottom:25px;border-bottom:1px solid #6D757A2B}.cantor-values-our-business-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.cantor-values-our-business-items{display:flex;flex-direction:column;padding:10px 15px;background:#f3f8fe}.cantor-values-our-business-items h3{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:40px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;color:#162250}.openbtn-container{width:100%;display:flex;align-items:end;justify-content:end}.cantor-team-cards-mobile{margin-top:41px;padding:47px 25px;background:#f5f5f5;display:flex;flex-direction:column;gap:36px}.cantor-team-cards-mobile-c{display:flex;flex-direction:column}.cantor-team-cards-mobile-c-t{display:flex;flex-direction:row}.cantor-team-cards-mobile-c-t img{width:120px;height:131px}.cantor-team-cards-mobile-c-t-d{padding:20px 20px 0;width:100%;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.cantor-team-cards-mobile-c-t-d h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-transform:uppercase;color:#263745}.cantor-team-cards-mobile-c-t-d div{border-bottom:1px solid #6D757A2B;padding-bottom:18px}.ceo-mobile{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#54514b}.gmp-mobile{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:18px;letter-spacing:0%;color:#54514b}.cantor-team-cards-mobile-c-b{display:flex;flex-direction:row;align-items:center}.cantor-team-cards-mobile-c-b div{min-width:120px}.cantor-team-cards-mobile-c-b a{background:#fff;padding:18px 20px;font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#263745;display:flex;justify-content:space-between}.merchant-banking-mobile{display:block;margin-top:35px;padding:29px 25px 40px;background:#f2f7fa}.real-estate-mobile{display:block;padding:35px 25px 20px}.portfolio-presentation-h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#263745}.pp-items{display:flex;flex-direction:column;gap:26px;margin-top:29px}.pp-item{background:#fff;padding:15px 23px}.pp-item-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;margin-bottom:20px;border-bottom:1px solid #6D757A2B}.pp-item-title h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;letter-spacing:0%;color:#263745;line-height:22px}.pp-item-title h4{font-family:Cormorant SC;font-weight:400;font-style:Regular;font-size:24px;leading-trim:NONE;letter-spacing:-3%;text-align:right;color:#986810}.pp-project{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.pp-project img{max-width:95px}.pp-project span{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-align:right;color:#6d757a}.pp-status{padding:5px;border-radius:9999999px;font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:25px;letter-spacing:0%;text-align:center;color:#263745}.pp-divested{background:#e9f3f1}.pp-current{background:#e9eef3}.pp-in-progress{background:#f3efe9}.real-estate-project-mobile{display:flex}.real-estate-project-mobile img{width:146px;height:206px}.real-estate-project-details{background:#f5f5f5;padding:18px 21px;margin-right:24px;width:100%}.real-estate-project-details h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#263745;padding-bottom:21px;border-bottom:1px solid #6D757A2B;margin-bottom:21px}.re-project-label{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.re-project-value{font-family:Cormorant SC;font-weight:600;font-style:SemiBold;font-size:20px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#263745}.real-info-f{display:flex;gap:25px;align-items:center;justify-content:start}.re-info-b{display:flex;gap:5px;margin-bottom:22px;align-items:start}.re-info{display:flex;width:fit-content;flex-direction:column;margin-bottom:15px}.re-projects-mobile-container{display:flex;flex-direction:column;gap:24px;margin-bottom:77px}.cantor-values-container-mobile{display:block;margin-top:35px;background:#f8f5f2;padding:28px 25px 70px}.cantor-values-container-mobile h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:40px;letter-spacing:0%;margin-bottom:15px;color:#502c16}.cv-items-mobile{background:#fff;padding:24px;display:flex;flex-direction:column;gap:22px}.cv-item-mobile{border-bottom:1px solid #6D757A2B;padding-bottom:26px}.cv-item-mobile:last-child{border-bottom:0px;padding-bottom:0}.cv-item-mobile h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:23px;letter-spacing:0%;color:#502c16;margin-bottom:5px}.cv-item-mobile p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:21px;letter-spacing:0%;color:#6d757a}.available-openings-mobile{display:block;margin-bottom:-5px}.jobs-openings-mobile{display:block;background:#f5f5f5;padding:35px 25px 70px}.jobs-openings-mobile .job-item{padding:20px 0;flex-direction:column;align-items:flex-start;gap:12px}.jobs-openings-mobile .job-item-actions{align-items:flex-start;margin-left:0}.available-openings-mobile img{width:100%}.available-openings-mobile div{background:#5e6c6c;position:relative;bottom:5px;color:#fff;padding:31px 25px}.available-openings-mobile div p{font-family:Barlow;font-weight:400;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#fff}.casablanca-dubai-mobile{display:flex;margin-top:35px;padding:0 25px;flex-direction:column;gap:36px}.cm-title{padding:25px 23px 38px}.cm-title h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:40px;letter-spacing:0%}.cm-title p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:100%;letter-spacing:0%}.cm-title-casablanca{background:#f2f7fa;color:#263745}.cm-title-dubai{background:#f8f5f2;color:#502c16}.cm-link{padding:15px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:.5px solid #26374526;margin:0 23px}.cm-link h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:17px;letter-spacing:0%}.cm-link-casablanca{color:#2d6f9b}.cm-link-dubai{color:#986810}.dubai-mobile{margin-bottom:97px}.cm-p{font-family:Barlow;padding:0 25px;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:20px;letter-spacing:0%;color:#263745;max-width:220px;margin-top:15px}.cm-icon{width:42px;height:42px;background:#f5f5f5;border-radius:99999999px;display:flex;align-items:center;justify-content:center}.legal-page-container-mobile{display:block;padding-bottom:60px}.legal-page-container-mobile .about-hero-mobile{padding:22px 25px 28px;margin-bottom:10px}.legal-page-container-mobile .about-hero-mobile h2{font-family:Cormorant Garamond;font-weight:500;font-size:28px;line-height:38px;letter-spacing:-1px;color:#263745;padding-top:18px;border-top:.25px solid #7c91a26c}.legal-page-container-mobile .about-hero-mobile p{font-family:Barlow;font-weight:400;font-size:13px;line-height:18px;color:#6d757a;margin-top:6px}.legal-page-container-mobile .legal-items{padding:0 25px;margin:20px 0}.legal-page-container-mobile .legal-items h2{font-size:20px;line-height:28px;margin-bottom:10px}.legal-page-container-mobile .legal-items p{font-size:14px;line-height:21px}.legal-page-container-mobile .legal-h3{font-size:16px;line-height:22px;margin:12px 0 8px}.legal-page-container-mobile .legal-list{margin:10px 0 0}.legal-page-container-mobile .legal-list li{font-size:14px;line-height:21px;margin-bottom:6px}.legal-page-container-mobile .legal-items:has(.legal-table){overflow-x:auto;-webkit-overflow-scrolling:touch}.legal-page-container-mobile .legal-table{min-width:520px;margin:15px 0;font-size:13px}.legal-page-container-mobile .legal-table th{font-size:13px;padding:14px 8px}.legal-page-container-mobile .legal-table tbody tr td{font-size:13px;line-height:18px;padding:14px 8px}.legal-page-container-mobile .legal-p{margin-top:12px}.legal-page-container-mobile .legal-items a{word-break:break-word}.pe-strategies-mobile{display:flex;flex-direction:column}.pe-partners-strategy{background:#f8f5f2;padding:40px 25px 52px}.pe-partners-strategy h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#502c16;padding-bottom:29px;border-bottom:1px solid #6D757A2B}.pe-partners-strategies-mobile{display:flex;flex-direction:column}.pe-partners-differentiators-mobile{display:flex;flex-direction:column;gap:14px}.pe-partners-strategies-mobile div{display:flex;gap:23px}.pe-partners-strategies-mobile-item{padding:25px 0;border-bottom:1px solid #6D757A2B}.pe-partners-strategies-mobile-item span{font-family:Cormorant SC;font-weight:500;font-style:Medium;font-size:40px;leading-trim:NONE;line-height:100%;letter-spacing:-2%;color:#502c16}.pe-partners-strategies-mobile-item h3{font-family:Barlow;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:28px;letter-spacing:0%;margin-top:9px;color:#502c16}.pe-partners-strategy-p{margin-top:49px;background:#ffffff9e;padding:32px 25px 37px}.pe-partners-strategy-p p{font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:24px;letter-spacing:0%;color:#502c16;max-width:305px}.pe-partners-differentiator{background:#fff;padding:40px 25px 52px}.pe-partners-differentiator h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#263745;margin-bottom:29px}.pe-partners-differentiators-mobile-item{padding:17px 19px 18px;background:#f5f5f5}.pe-partners-differentiators-mobile-item h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:27px;letter-spacing:0%;color:#263745}.pe-partners-differentiators-mobile-item p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.investments-real-estate-container{display:none}}.services-wm{background:#fff;margin-top:68px;position:relative}.inhousewm{background:#f8f5f2;padding:0 66px 30px;position:relative;margin-bottom:15px}.inhousewm-title{rotate:-90deg;transform-origin:left center;position:absolute;left:3.5%;top:43%;transform:translate(-50%,-50%);font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-transform:uppercase;color:#501616}.inhousewm-header{padding:30px 0}.inhousewm-body{display:flex;justify-content:center;align-items:center;gap:30px}.inhousewm-body-item{background:#f0ebe5;font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:30px;letter-spacing:0%;color:#501616}.inhousewm-body-item:hover{background:#ddd8d1}.inhousewm-footer{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:30px}.outsourcedwm{background:#f5f5f5;padding:30px 66px 0;position:relative}.outsourcedwm-title{rotate:-90deg;transform-origin:left center;position:absolute;left:3.5%;top:45%;transform:translate(-50%,-50%);font-family:Barlow;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-transform:uppercase;color:#263745}.outsourcedwm-footer{padding:30px 0}.outsourcedwm-body{display:flex;justify-content:center;align-items:center;gap:30px}.outsourcedwm-body-item{background:#ececec;font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:30px;letter-spacing:0%;text-align:center;max-width:240px;color:#263745}.outsourcedwm-body-item:hover{background:#dbdbdb}.outsourcedwm-header{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px}.mx{width:100%;max-width:140px;text-align:center;padding:16px 22px 16px 25px}.mxb{width:100%;max-width:280px;text-align:center;padding:16px 22px 16px 25px}.mxbl{width:100%;max-width:180px;text-align:center;padding:16px 22px 16px 25px}.mxbl3{max-width:250px}.center{padding:30px;background:#fff;width:100%;max-width:550px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:99}.center h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:40px;letter-spacing:0%;text-align:center;color:#263745;margin-bottom:5px}.center p{font-family:Barlow;font-weight:300;font-style:Light;font-size:20px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-align:center;color:#6d757a}.benefits{background:#f8f5f2;margin:74px 0 68px;padding:60px 66px}.benefits h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:30px;line-height:32px;letter-spacing:0%;color:#502c16;margin-bottom:8px}.benefits p{font-family:Barlow;font-weight:300;font-style:Light;font-size:20px;line-height:22px;letter-spacing:0%;color:#502c16;margin-bottom:51px}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.benefits-item{padding:33px 38px;height:190px;background:#fff}.benefits-item h3{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;margin-bottom:10px;line-height:22px;letter-spacing:0%;text-transform:uppercase;color:#502c16;border-bottom:1px solid #6D757A2B;padding-bottom:15px}.benefits-item p{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}@media(max-width:1024px){.benefits{padding:35px}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.benefits{padding:25px 20px;margin:30px 0}.benefits h1{font-size:24px;line-height:32px}.benefits p{font-size:16px;margin-bottom:30px}.benefits-grid{grid-template-columns:1fr;gap:15px}.benefits-item{padding:25px}}@media(max-width:480px){.benefits{padding:20px 15px;margin:20px 0}.benefits h1{font-size:20px;line-height:28px}.benefits p{font-size:15px;margin-bottom:20px}.benefits-item{padding:20px}.benefits-item h2{font-size:15px;line-height:22px}.benefits-item p{font-size:15px}}.our-approach-web{background:#f5f5f5;padding:60px 66px;margin-bottom:74px;margin-top:68px}.our-approach-web h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:30px;leading-trim:NONE;line-height:32px;letter-spacing:0%;color:#263745;margin-bottom:36px}.our-approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.our-approach-item{background:#fff;padding:28px 24px;display:flex;flex-direction:column;gap:8px}.our-approach-label{font-family:Barlow,sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#986810}.our-approach-value{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;line-height:28px;letter-spacing:0%;color:#263745}.our-approach-desc{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}@media(max-width:768px){.our-approach-web h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:40px;letter-spacing:0%;color:#263745}.our-approach-web{padding:44px 24px}.our-approach-grid{grid-template-columns:repeat(1,1fr);gap:25px}}.os-web{background:#f8f5f2;padding:60px 66px;margin-bottom:25px;margin-top:50px}.os-web h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:1;letter-spacing:0%;color:#502c16;margin-bottom:36px}.os-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.os-item{background:#fff;padding:28px 24px;display:flex;flex-direction:column;gap:8px}.os-label{font-family:Cormorant SC;font-size:56px;line-height:30px;padding:0;font-weight:500;letter-spacing:-3%;color:#502c16;margin-bottom:15px}.os-value{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:22px;letter-spacing:0%;text-transform:uppercase;color:#502c16;padding-bottom:18px;margin-bottom:8px;border-bottom:1px solid #6D757A2B}.os-desc{font-family:Barlow;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#6d757a}.os-p{font-family:Barlow;font-weight:500;font-style:Medium;font-size:18px;margin-top:30px;leading-trim:NONE;line-height:22px;letter-spacing:0%;color:#502c16}@media(max-width:768px){.os-web{padding:44px 24px}.os-web h2{font-family:Barlow;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:29px;letter-spacing:0%}.os-grid{grid-template-columns:repeat(1,1fr)}}@media(max-width:1104px){.os-web{padding:25px}.os-web .os-grid{display:none}.os-web .os-strategies-sheet{background:transparent;padding:0;margin:0}}html{scroll-behavior:smooth}body{margin:0;padding:0!important;font-family:var(--font-body);background-color:var(--color-primary);color:var(--color-text)}span,p,h1,h2,h3,h4,h5,h6{padding:0;margin:0}ul{list-style:none}a{text-decoration:none}::selection{background:#162250;color:#fff}.services-card-white{background-color:#fff;text-align:left}.services-card-white h1{margin-bottom:10px}.scroll-down-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto;border-radius:50%;border:2px solid currentColor;color:inherit;opacity:.6}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.tooltip-fr{position:relative;cursor:pointer}.tooltip-fr:before{content:"Available Soon";visibility:hidden;opacity:0;background-color:#263745;color:#fff;font-family:Barlow;font-size:12px;font-weight:400;white-space:nowrap;padding:6px 10px;position:absolute;top:25px;z-index:9999999999;right:10%;cursor:pointer;transition:opacity .2s ease;pointer-events:none}.tooltip-fr:hover:before{visibility:visible;opacity:1}.fr-link{cursor:not-allowed}.gw{margin-bottom:6px}#page-transition{position:fixed;inset:0;background:#101b48;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:none;padding:25px}.pt-bars-wrap{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.pt-bar{height:1px;background:#fff;opacity:0;transform:translateY(0)}.pt-logo-wrap{position:absolute;display:flex;align-items:center;justify-content:center;opacity:0;z-index:2}#pt-logo{height:15px;width:auto}.pt-counter-wrap{position:absolute;bottom:8px;right:25px;z-index:3;opacity:1}.pt-counter{font-family:Cormorant Infant,serif;font-weight:700;font-size:80px;line-height:100%;letter-spacing:0%;text-align:right;color:#5d6586}.pt-progress-wrap{position:absolute;bottom:100px;width:98%;margin:0 auto;height:17px;z-index:3;overflow:hidden;direction:rtl}.pt-progress-bar{height:100%;width:0%;background:#f8f5f21c}@media(min-width:1105px){.pt-bar{width:370px}#pt-logo{width:500px;height:auto}}@media(max-width:1104px){.pt-bar{width:370px}.pt-counter{font-family:Cormorant Infant,serif;font-weight:500;font-size:44px;line-height:100%;letter-spacing:0%;text-align:right;position:relative;bottom:20px}.pt-progress-wrap{position:absolute;bottom:80px;width:98%;margin:0 auto;height:15px;z-index:3;overflow:hidden;direction:rtl}}.uppercase{text-transform:uppercase}.kpi-light{font-weight:400}.kpi-bold{font-weight:500}.kpis-ma-item-c{display:flex;gap:25px;margin-left:50px}.kpis-ma-item-c p{bottom:-2px}.transaction-container-mobile-ma{background:#f8f5f2}.transaction-container-mobile-ma p{margin-bottom:34px}.os-item-c{display:flex;flex-direction:row;gap:25px}
