.search-autoSuggest .react-autosuggest__container{position:relative;width:345px}.search-autoSuggest .react-autosuggest__container input:focus,.search-autoSuggest .react-autosuggest__container input{outline:none}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-icon{background:url("/images/icon-search-darker.svg") no-repeat center}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input{display:flex;width:100%;height:32px;font-weight:300;font-size:16px;border-radius:1px;background-color:#fff;color:#000}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input.dark{background-color:#555;color:#8d8d8d}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input.dark .auto-suggest-search-icon{background:url("/images/icon-search-white.svg") no-repeat center}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input.dark .react-autosuggest__input::placeholder{color:#d1d1d1}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .auto-suggest-back-icon{display:none}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .react-autosuggest__input{width:100%;padding:10px 12px;font-weight:300;font-size:13px;font-family:"Open Sans",sans-serif;border-radius:1px;border:none;background-color:inherit}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon{display:flex;border-radius:1px;cursor:pointer}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .bar{height:20px;border-left:1px solid #8d8d8d;margin-top:5px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner{display:flex;width:30px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner .auto-suggest-search-icon{width:13px;height:13px;align-self:center;margin:0 auto;color:#878787}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text{display:flex;width:30px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text.hide{display:none}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text .clear-text-icon{background:url("/images/close-icon.svg") no-repeat center;width:9px;height:9px;align-self:center;margin:0 auto;color:#878787}.search-autoSuggest .react-autosuggest__container--open .auto-suggest-search-input{border-bottom:1px solid #e5e5e5}.search-autoSuggest .react-autosuggest__container--open .auto-suggest-search-input .auto-suggest-back-icon{display:none}.search-autoSuggest .react-autosuggest__container--open .auto-suggest-search-input .search-btn-icon .bar{border-left:1px solid #9a9a9a}.search-autoSuggest .react-autosuggest__input--open{border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff;border:1px solid #fff;color:#000}.search-autoSuggest .react-autosuggest__suggestions-container{display:none}.search-autoSuggest .react-autosuggest__suggestions-container hr{margin:0}.search-autoSuggest .react-autosuggest__suggestions-container .suggestion-container-link{color:#00a8e1;text-align:center;padding:5px;cursor:pointer;height:50px;line-height:40px;font-family:"Open Sans",sans-serif}.search-autoSuggest .react-autosuggest__suggestions-container .common-links-container{display:flex;flex-direction:column;padding-bottom:20px;font-weight:400}.search-autoSuggest .react-autosuggest__suggestions-container .common-links-container :hover{background:#ddd}.search-autoSuggest .react-autosuggest__suggestions-container .common-links-container .common-link-suggestion{padding:10px 20px;font-size:14px;color:#333;font-family:"Open Sans",sans-serif;cursor:pointer}.search-autoSuggest .autosuggest-popup-wraper{display:none}.search-autoSuggest .autosuggest-popup-wraper.open{position:fixed;width:100%;height:100%;top:109px;left:0;right:0;bottom:0;margin:auto;background-color:rgba(0,0,0,.5);z-index:10000;display:block}.search-autoSuggest .react-autosuggest__suggestions-container--open{display:inline-block;position:absolute;width:345px;border:1px solid #fff;border-radius:1px;background-color:#fff;font-family:Helvetica,sans-serif;font-weight:300;font-size:16px;z-index:10001}.search-autoSuggest .react-autosuggest__suggestions-container--open .react-autosuggest__section-container{border-bottom:1px solid #e5e5e5;padding-bottom:10px}.search-autoSuggest .react-autosuggest__section-title{font-size:9px;font-weight:600;color:#9a9a9a;font-family:"Open Sans",sans-serif;letter-spacing:.18px;text-transform:uppercase;cursor:default}.search-autoSuggest .react-autosuggest__section-title .section-title{display:flex;padding:20px 20px 10px 20px}.search-autoSuggest .react-autosuggest__section-title .section-title.hide{display:none}.search-autoSuggest .react-autosuggest__section-title .section-title .section-icon{margin-right:6px;width:13px}.search-autoSuggest .react-autosuggest__section-title .section-title .section-icon.hide{display:none}.search-autoSuggest .react-autosuggest__section-title .section-title.merchandise-alternatives{font-family:"Open Sans",sans-serif;font-size:9px;font-weight:700;line-height:12.26px;text-align:left}.search-autoSuggest .react-autosuggest__suggestions-list{font-weight:400;margin:0;padding:0;list-style-type:none}.search-autoSuggest .react-autosuggest__suggestion--highlighted{background-color:#ddd}@media(min-width: 300px)and (max-width: 990px){.search-autoSuggest{width:100%}.search-autoSuggest .react-autosuggest__suggestions-container--open{width:100%;height:calc(100vh - 42px);overflow:auto;min-height:fit-content}.search-autoSuggest .react-autosuggest__suggestions-container .suggestion-container-link{position:absolute;text-align:left;padding-left:20px;left:0;right:0;border-top:unset}.search-autoSuggest .react-autosuggest__container{width:100%}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input{background-color:#fff;height:42px;border-bottom:1px solid #e5e5e5}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .auto-suggest-back-icon{background:url("/images/back-arrow-gray.svg") no-repeat center;width:20px;height:13px;display:initial;margin:15px 0px 0px 15px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .bar{margin-top:8px;height:26px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text{display:flex;width:30px;margin-right:5px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text .clear-text-icon{width:12px;height:12px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner{display:flex;width:30px;margin-left:5px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner .auto-suggest-search-icon{width:20px;height:20px;position:unset}.search-btn-icon{display:flex;border-radius:1px;cursor:pointer}}@media(min-width: 300px)and (max-width: 990px)and (min-width: 350px)and (max-width: 990px){.search-btn-icon.only-icon{position:absolute;right:60px}}@media(min-width: 300px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon{background:url("/images/icon-search-white.svg") no-repeat center;width:18px;height:18px;align-self:center;margin:0 auto;color:#fff;top:16px;position:absolute;right:12px}}@media(min-width: 300px)and (max-width: 990px)and (min-width: 350px){.search-btn-icon .auto-suggest-search-icon{position:absolute}}@media(min-width: 300px)and (max-width: 990px)and (max-width: 900px){.search-btn-icon .auto-suggest-search-icon{right:107px;top:8px}.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{right:117px}}@media(min-width: 300px)and (max-width: 990px)and (max-width: 499px),(min-width: 300px)and (max-width: 990px)and (max-width: 800px){.search-btn-icon .auto-suggest-search-icon{top:12px}}@media(min-width: 300px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon.guest{top:12px;right:97px}}@media screen and (min-width: 300px)and (max-width: 990px)and (min-width: 768px){.search-btn-icon .auto-suggest-search-icon.guest{right:145px}}@media screen and (min-width: 300px)and (max-width: 990px)and (min-width: 801px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon.guest{top:7px}}@media(min-width: 300px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon.website{right:75px}}@media(min-width: 768px)and (max-width: 991px){.search-btn-icon{z-index:1004}.search-btn-icon .auto-suggest-search-icon.website{right:78px;left:unset}}@media screen and (min-width: 993px)and (max-width: 1279px){.searchbox-autocomplete-website .search-autoSuggest .react-autosuggest__container{width:100%}}@media(min-width: 900px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon{position:absolute;right:109px;top:8px}.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{right:126px}}@media(min-width: 991px)and (max-width: 1007px){.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{position:absolute;right:170px;top:33px}}@media(min-width: 528px)and (max-width: 800px){.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{top:12px}}
.searchbox-autocomplete-container,.searchbox-autocomplete-container-alternative{max-width:1200px;padding-left:25px;display:flex}@media(min-width: 350px)and (max-width: 990px){.searchbox-autocomplete-container{padding-top:0px;max-width:unset;width:100%;position:absolute;z-index:9999;top:7px;left:0px;padding-left:0px}}@media(max-width: 800px){.searchbox-autocomplete-container{top:2px}}@media(min-width: 300px)and (max-width: 990px){.mycrowd .searchbox-autocomplete-container{top:7px}}
.profile-image{position:relative;width:20px;height:20px;z-index:1000;top:7px;left:20px}.profile-image.initials{display:none}.pure-menu-item{min-width:120px;font-size:14px}.pure-menu-item.initials{min-width:53px;height:42px}.pure-menu-list{z-index:1004;height:100%}.pure-menu-list.initials{margin:revert}@media(min-width: 300px)and (max-width: 990px){.pure-menu-list.initials{margin-top:9px}}.top-user-menu .pure-menu-children{background-color:#333}.pure-menu-has-children>.pure-menu-link{padding:17px 7px 17px 27px;background:rgba(0,0,0,0)}.pure-menu-has-children>.pure-menu-link:hover{background:rgba(0,0,0,0)}.pure-menu-has-children>.pure-menu-link:focus{background:rgba(0,0,0,0)}.pure-menu-has-children>.pure-menu-link:active{background:rgba(0,0,0,0)}.pure-menu-has-children .pure-menu-item:last-child .pure-menu-link{padding:.5em 1em 1em 1em}.pure-menu-link{color:#fff;background-color:#333}.pure-menu-link.initials::after{display:none}.pure-menu-allow-hover:focus>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-allow-hover:active>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-title{max-width:200px}.pure-menu-title.initials{height:24px;width:24px;align-items:center;justify-content:center;display:flex;border-radius:50%;font-size:10px;font-weight:700;color:#fff;border:1px solid #fff;padding:unset;float:right;margin-top:3px}@media(max-width: 800px){.pure-menu-title.initials{padding:unset;margin:auto;float:none;margin-top:-1px}}@media(min-width: 800px)and (max-width:9910px){.pure-menu-title.initials{margin-top:2px}}@media(min-width: 1200px)and (max-width: 1700px){.pure-menu-title{overflow:hidden;text-overflow:ellipsis;color:#fff}}@media(max-width: 1200px){.pure-menu-title{font-size:0px}}.pure-menu-link:hover,.pure-menu-link:focus .pure-menu-link:active{background-color:#333}.top-user-menu .pure-menu-horizontal{height:100%}.top-user-menu .pure-menu-horizontal .pure-menu-children{left:-12px}.top-user-menu .pure-menu-horizontal .pure-menu-children.initials{left:unset;right:0px;top:40px;opacity:.9;background:#333}@media(min-width: 300px)and (max-width: 990px){.top-user-menu .pure-menu-horizontal .pure-menu-children.initials{top:35px}}@media(max-width: 1200px){.top-user-menu{width:70px}.top-user-menu.initials{width:50px}.top-user-menu .pure-menu-horizontal .pure-menu-children{left:-85px;margin-top:-5px}.top-user-menu .pure-menu-has-children span.pure-menu-link{font-size:0px;height:47px}.top-user-menu .pure-menu-has-children span.pure-menu-link::after{padding-left:0}}@media(max-width: 800px){.pure-menu-has-children>.pure-menu-link{padding:10px 7px 10px 27px}.pure-menu-has-children>.pure-menu-link.initials{padding:unset}}.my-portfolio .pure-menu-item{height:100%}.my-portfolio .mycrowd .pure-menu-item{-webkit-font-smoothing:auto;height:100%}.my-portfolio .mycrowd .pure-menu-title{font:normal 14px/17px Open Sans,sans-serif}@media(max-width: 1200px){.my-portfolio .mycrowd .pure-menu-title{font-size:0px}}.my-portfolio .mycrowd .pure-menu-title.initials{font-size:10px;font-weight:700}@media(min-width: 1365px)and (max-width: 1700px){.my-portfolio .mycrowd .pure-menu-title{overflow:hidden;text-overflow:ellipsis;color:#fff}}.my-portfolio .pure-menu-title.initials{float:none;margin:auto}@media(max-width: 990px){.top-user-menu.initials{display:none}}
.join-button{font-weight:600;width:122px;height:36px;border:0;color:#fff;cursor:pointer;background-color:#6ecc36;font-size:16px;border-radius:5px;margin-left:20px;text-transform:capitalize;text-shadow:0px 0px 2px rgba(0,0,0,.4)}@media(min-width: 768px)and (max-width: 991px){.join-button{font-size:13px;width:107px}}@media(min-width: 991px)and (max-width: 1279px){.join-button{font-size:14px}}@media(max-width: 1200px){.join-button{margin-left:8px}}@media(max-width: 767px){.join-button{width:60px;margin-top:1px;height:35px}}
.bottom-notification{position:fixed;bottom:0;width:100%;background-color:#333;z-index:10000;color:#fff;padding:25px 40px;display:flex;font-weight:100;font-size:16px}.bottom-notification .title{font-weight:400}.bottom-notification .ppLink{color:#00a8e1;cursor:pointer}.bottom-notification .ppLink:hover{text-decoration:underline}.bottom-notification .notification-container{margin:0 auto;display:flex}.bottom-notification .notification-container .button{width:170px;background-color:#fff;color:#00a8e1;border:solid 1px #00a8e1;text-align:center;font-size:14px;margin:auto 0px auto 15px;cursor:pointer}.bottom-notification .notification-container .button .buttonText{padding:6px}@media(min-width: 310px)and (max-width:600px){.bottom-notification{flex-direction:column;padding:20px}.bottom-notification .notification-container{flex-direction:column}.bottom-notification .notification-container .button{margin-top:10px;margin-left:0}}@media(max-width: 800px){.bottom-notification{max-height:250px;align-items:center;padding:25px 20px}}
#side-menu.side-menu.section-designed{bottom:unset;height:100vh;width:250px;opacity:1}#side-menu.side-menu.section-designed:not(:hover){overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}#side-menu.side-menu.section-designed:not(:hover)::-webkit-scrollbar{display:none}#side-menu.side-menu.section-designed+.oc-spinner+.content,#side-menu.side-menu.section-designed+.content{padding-left:250px}#side-menu.side-menu.section-designed section{margin:25px 0 0 20px;width:max-content}#side-menu.side-menu.section-designed section .menu-section-title{display:flex;align-items:center;column-gap:12px;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:600;font-size:15px;line-height:22px;color:#333;margin-left:4px}#side-menu.side-menu.section-designed section .menu-section-title img{width:23px;height:23px}#side-menu.side-menu.section-designed section ul{padding:0;margin:10px 0 0px 12px;width:max-content;border-left:1px solid #e5e5e5}#side-menu.side-menu.section-designed section li.side-menu-li{cursor:pointer;position:relative;height:unset;list-style:none;font-family:"Open Sans",sans-serif;font-style:normal;display:flex;font-weight:500;font-size:14px;line-height:22px;color:#636363;margin:0 0 4px 0;align-items:center;padding:6px 8px 6px 21px;width:210px}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content{display:flex;align-items:center}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content .item-title{color:#636363}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content .menu-item-notification-count{margin-left:auto}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content .menu-item-notification-count .nofification-counter{right:7px;line-height:13px;padding:3px 6px}#side-menu.side-menu.section-designed section li.side-menu-li.selected{border-left:3px solid #008ac6;background-color:#f7f7f7}#side-menu.side-menu.section-designed section li.side-menu-li:not(.selected):hover{background:#ededed;border-left:3px solid #707070}#side-menu.side-menu.section-designed section li.side-menu-li a:hover{text-decoration:none}#side-menu.side-menu.section-designed section li.side-menu-li img{width:18px;height:18px;margin-right:15px}#side-menu.side-menu.section-designed section li.side-menu-li.hide{display:none}@media(min-width: 801px)and (max-width: 1290px){#side-menu.side-menu.section-designed.expandable-side-menu+.oc-spinner+.content,#side-menu.side-menu.section-designed.expandable-side-menu+.content{padding-left:0;margin-left:70px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover){width:70px;overflow-x:hidden}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section{position:relative}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section ul{margin-left:-5px;border-left:unset}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section .menu-section-title img{width:23px;height:23px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section .menu-section-title .title{opacity:0;transition:opacity .2s ease-out}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section .menu-section-title::after{content:url("/images/menu-item-separator-line.svg");position:absolute;top:15px;left:-5px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li{padding:6px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li .menu-item-content .menu-item-notification-count .nofification-counter{right:170px;left:unset}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li .menu-item-content .menu-item-notification-count#pending-notification-count .nofification-counter{right:171px;top:2px;padding:0;width:19px;height:19px;line-height:18px;font-size:11px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li.selected{width:41px;height:34px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li.selected .menu-item-content .menu-item-notification-count .nofification-counter{right:2px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li img{width:18px;height:18px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) li .item-title{opacity:0;transition:opacity .2s ease-out}}@media(max-width: 800px){#side-menu.side-menu.section-designed:not(.open){left:-250px}#side-menu.side-menu.section-designed+.oc-spinner+.content,#side-menu.side-menu.section-designed+.content{padding-left:0}}#side-menu.side-menu.section-designed.mobile-rules:not(.open){left:-250px}#side-menu.side-menu.section-designed.mobile-rules+.oc-spinner+.content,#side-menu.side-menu.section-designed.mobile-rules+.content{padding-left:0}
.share-with-social-container{display:flex;flex-direction:row;justify-content:center;padding-top:30px;padding-bottom:unset;max-width:100%}.share-with-social-container .social-box{margin:5px;cursor:pointer}.share-with-social-container.referral{padding-top:50px}@media(min-width: 310px)and (max-width:600px){.share-with-social-container.referral{padding-top:120px}}.share-with-social-container.guest{padding-top:unset}@media(max-width: 499px){.share-with-social-container.guest.flex-socials{flex-wrap:wrap;width:238px}}.share-deal-container .share-deal-popup-container .share-deal-content-container .share-with-social-container .copy-to-clipboard{font-size:11px;color:#00a9e0;font-family:"Open Sans",sans-serif;font-weight:600;display:flex;align-items:center;cursor:pointer}.share-deal-container .share-deal-popup-container .share-deal-content-container .share-with-social-container .copy-to-clipboard .copy-link-icon{background:url("/images/link-icon.svg") center no-repeat;width:50px;height:50px;margin-right:5px;margin-top:-4px}@media(max-width: 600px){.share-deal-container .share-deal-popup-container .share-deal-content-container .share-with-social-container .copy-to-clipboard .copy-link-icon{margin-top:-1px}}@media(max-width: 499px){.share-deal-container .share-deal-popup-container .share-deal-content-container .share-with-social-container .copy-to-clipboard .copy-link-icon{margin-right:unset}}
.search-results-page-container .share-deal-container .blankPopup .size_default{height:unset;width:628px}.share-deal-container{font-size:12px;padding:3.15px 0px}.share-deal-container.guest{padding:4.67px 0px}.share-deal-container .share-short-text{display:none}.share-deal-container .share-long-text{display:inline-block}.share-deal-container .blankPopup .size_default{padding:unset;width:628px;border-radius:10px}.share-deal-container .share-deal-btn{margin-right:20px;color:#0074a8;font-size:14px;cursor:pointer;display:flex;align-items:center}.share-deal-container .share-deal-btn .share-icon{background:url("/images/share.svg") center no-repeat;width:17px;height:17px;margin-right:8px;margin-left:3px}.share-deal-container .share-deal-btn.white{color:#fff;margin-right:0;padding-top:7px}@media(max-width: 950px){.share-deal-container .share-deal-btn.white{margin-right:30px}}@media(max-width: 600px){.share-deal-container .share-deal-btn.white{margin-right:16.5px}}.share-deal-container .share-deal-btn.white .share-icon{background:url("/images/share-white.svg") center no-repeat}.share-deal-container .share-deal-popup-container .middle-box{background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 0px 10px rgba(0,0,0,.3019607843);border-radius:10px;width:248px;height:147px;margin:0 auto;position:absolute;top:90px;right:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.share-deal-container .share-deal-popup-container .middle-box.large-logo{padding:42px}.share-deal-container .share-deal-popup-container .middle-box.referral{width:460px;height:166px}@media(min-width: 310px)and (max-width:600px){.share-deal-container .share-deal-popup-container .middle-box.referral{width:270px;height:233px;padding:0 20px;text-align:center}}.share-deal-container .share-deal-popup-container .middle-box.referral .text{font-size:20px;font-style:italic;font-weight:600}.share-deal-container .share-deal-popup-container .middle-box.referral .main-texts{color:#00a193;font-size:36px;font-weight:bold;display:flex;gap:11px;margin:11px}@media(min-width: 310px)and (max-width:600px){.share-deal-container .share-deal-popup-container .middle-box.referral .main-texts{flex-direction:column;gap:unset}.share-deal-container .share-deal-popup-container .middle-box.referral .main-texts .main-text-1{font-size:24px}.share-deal-container .share-deal-popup-container .middle-box.referral .main-texts .main-text-2{font-size:32px}}.share-deal-container .share-deal-popup-container .middle-box.co-investor{width:248px;height:138px}@media(min-width: 310px)and (max-width:600px){.share-deal-container .share-deal-popup-container .middle-box.co-investor{padding:0 20px;text-align:center}}.share-deal-container .share-deal-popup-container .middle-box.co-investor .share-logo-container{width:171px;height:58px;display:flex;justify-content:center;margin:auto}.share-deal-container .share-deal-popup-container .middle-box.co-investor .share-logo-container img{width:100%;height:auto}.share-deal-container .share-deal-popup-container .middle-box.event-share{font-size:24px;line-height:33px;font-weight:600;color:#333;text-align:center;padding:10px}.share-deal-container .share-deal-popup-container .middle-box .company-logo-container{width:100px;height:30px;display:flex;justify-content:center}.share-deal-container .share-deal-popup-container .middle-box .company-logo-container.large-logo{height:100%;width:auto}.share-deal-container .share-deal-popup-container .middle-box .company-logo-container .company-logo{margin:2px auto;max-height:45px;width:145px;background-size:contain;background-repeat:no-repeat;background-position:center}.share-deal-container .share-deal-popup-container .middle-box .company-logo-container .company-logo.large-logo{max-height:none}.share-deal-container .share-deal-popup-container .middle-box .company-logo-container .company-logo.no-logo{font-family:"Open Sans",sans-serif;font-weight:700;font-size:18px;line-height:24px;text-align:center;margin:auto}.share-deal-container .share-deal-popup-container .middle-box .oc-logo{margin-top:5px;width:130px}.share-deal-container .share-deal-popup-container .middle-box .text-container{display:flex;align-items:center;margin:12px 0 12px 0}.share-deal-container .share-deal-popup-container .middle-box .text-container .line{content:"";background-color:#ccc;width:26px;height:1px;opacity:.5}.share-deal-container .share-deal-popup-container .middle-box .text-container .text{font-size:15px;margin:0 5px}.share-deal-container .share-deal-popup-container .header{text-align:center;color:#fff;background:rgba(0,0,0,0) linear-gradient(90deg, #4650FF 0%, #00A9E0 100%) 0% 0% no-repeat padding-box;height:174px;padding-top:28px;-webkit-clip-path:polygon(100% 0, 130% 50%, 0% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 130% 50%, 0% 100%, 0 100%, 0 0);border-top-right-radius:10px;border-top-left-radius:10px}.share-deal-container .share-deal-popup-container .header .close-btn{position:absolute;right:0;top:0;margin:15px;cursor:pointer}.share-deal-container .share-deal-popup-container .header .title-1{font-family:"Open Sans",sans-serif;font-size:28px;margin-bottom:10px;font-weight:bold}.share-deal-container .share-deal-popup-container .header .title-2{font-family:"Open Sans",sans-serif;font-size:16px}.share-deal-container .share-deal-popup-container .share-deal-content-container{margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:58px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg{margin:30px auto 40px 0;display:flex;flex-direction:row;justify-content:space-between}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg.rc-not-login{flex-direction:column;margin:15px auto 30px 0}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg.rc-not-login .form-fields,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg.rc-not-login .msg-field{width:680px;flex-direction:row;margin-left:0px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg.rc-not-login .msg-field .MuiInput-input{font-size:1.6rem;line-height:initial;height:60px;width:660px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg.rc-not-login .msg-field .MuiFormControl-root{margin-top:-20px;word-wrap:break-word;width:680px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field{width:480px;flex-direction:column}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiInput-input,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiInput-input{color:#333}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiFormControl-root,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiFormControl-root{display:flex;height:70px;margin-bottom:10px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiFormLabel-root,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiFormLabel-root{color:#bababa;font-size:1.6rem}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiFormLabel-label-shrink,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiFormLabel-label-shrink{color:#bababa}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiInput-underline,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiInput-underline::after,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiInput-underline::before,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiInput-underline,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiInput-underline::after,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiInput-underline::before{border-bottom-color:#000;border-bottom-width:thin;font-size:1.6rem}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields input:-webkit-autofill,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0 30px #fff inset}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields p,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field p{font-size:1.2rem}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiFormHelperText-error-x,.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiFormHelperText-error-x{display:block;padding-left:20px;background-image:url("../../images/error-icon.svg");background-repeat:no-repeat;margin-top:5px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field{margin-left:88px;border:1px solid;padding:0 30px 0 15px;margin-top:16px;margin-bottom:32px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiFormControl-root{margin-top:-20px;word-wrap:break-word;width:446px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiFormLabel-label-shrink{margin-left:-14px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiInput-input{font-size:1.6rem;line-height:initial;height:185px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field input:-webkit-autofill{padding-top:0px;margin-top:8px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .msg-field .MuiFormHelperText-error-x{margin-top:217px;margin-left:-14px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg{margin:unset}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields{width:330px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiFormControl-root{margin-top:27px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields.with-social-ff .MuiFormControl-root{margin-top:unset}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiInput-input{font-size:16px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiFormLabel-root{font-size:16px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields .MuiFormHelperText-error-x{color:#95003f;font-size:12px;padding-left:25px}.share-deal-container .share-deal-popup-container .share-deal-content-container .share-deal-or{font-family:"Open Sans",sans-serif;font-weight:bold;color:#636363;margin-bottom:21px;font-size:12px}.share-deal-container .share-deal-popup-container .share-deal-content-container .share-deal-or.with-social-ff{margin-top:15px;margin-bottom:unset}.share-deal-container .share-deal-popup-container .share-deal-content-container .share-deal-or.guest{margin-bottom:12px;padding-top:10px}.share-deal-container .share-deal-popup-container .general-error{color:#95003f;text-align:center;font-size:12px;margin-bottom:10px}.share-deal-container .share-deal-popup-container .share-deal-buttons{display:flex;justify-content:center;padding-bottom:30px}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button{width:156px;cursor:pointer;text-align:center;padding:10px 30px;height:40px;align-items:center;font-size:14px;border-radius:7pt}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button>span{padding-top:1px}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button.cancel{border:1px solid #ccc;color:#ccc;margin-right:10px}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button.submit{color:#fff;margin-left:10px;display:flex;justify-content:center;background-color:#0074a8;font-weight:700}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button.submit .spinnerButton{width:fit-content;text-align:center;width:70px;text-align:center;margin:auto;min-width:100%;padding-top:5px}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button.submit .spinnerButton div{width:12px;height:12px;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button.submit .spinnerButton .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button.submit .spinnerButton .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button.disable{color:#fff;background-color:#ccc;border:1px solid #e5e5e5;cursor:default}.share-deal-container .share-deal-popup-container .captcha-container{margin-top:20px;margin-bottom:10px;display:flex;justify-content:center}.share-deal-container .share-deal-popup-container .captcha-container .captcha div#g-recaptcha{flex:1}.share-deal-container .share-deal-popup-container .captcha-container .captcha.close{display:none}.share-deal-container .share-deal-popup-container .additional-options{margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:16px;color:#333;margin-bottom:28px;margin-left:55px;margin-right:55px}.share-deal-container .share-deal-popup-container .additional-options .info-link a{color:#007bff;text-decoration:underline}.share-deal-container .share-deal-popup-container .additional-options .info-link a:hover{color:#0056b3;text-decoration:none}.share-deal-container .share-deal-popup-container .additional-options .info-link-color{cursor:pointer}.share-deal-container .share-deal-popup-container .additional-options .dont-ask-again{display:flex;align-items:center}.share-deal-container .share-deal-popup-container .additional-options .dont-ask-again label{cursor:pointer;margin-left:5px;font-size:14px;color:#333;display:flex;align-items:center}.share-deal-container .share-deal-popup-container .additional-options .dont-ask-again input[type=checkbox]{margin-right:5px;width:16px;height:16px;cursor:pointer}@media(max-width: 1070px){.share-deal-container .share-long-text{display:none}.share-deal-container .share-short-text{display:inline-block}}@media(min-width: 310px)and (max-width:600px){.share-deal-container.after-follower-counter{padding-bottom:0px;padding-left:15px}.share-deal-container .blankPopup{align-items:center}.share-deal-container .blankPopup .size_default{width:100%;height:auto;min-height:374px;margin:14px;max-width:unset;max-height:calc(100% - 99px);position:relative;overflow-y:auto;flex-direction:column;justify-content:center}.share-deal-container .share-deal-popup-container .captcha-container{margin-top:7px;margin-bottom:7px}.share-deal-container .share-deal-popup-container .share-deal-buttons .share-button{width:120px;height:40px}.share-deal-container .share-deal-popup-container .share-deal-content-container .form-fields-and-msg .form-fields{width:295px}.share-deal-container .share-deal-popup-container .share-deal-content-container .copy-to-clipboard{margin-bottom:8px}.share-deal-container .share-deal-popup-container .additional-options{margin-left:12px;margin-right:12px}.share-deal-container .share-deal-popup-container .additional-options .info-link{display:flex;width:100%;justify-content:center}.share-deal-container .share-deal-popup-container .additional-options .dont-ask-again{width:100%;justify-content:center}}
.event-title-section{display:flex;justify-content:space-between;margin-bottom:23px}@media(max-width: 600px){.event-title-section{margin-bottom:20px}}.event-title-section .title{font-size:32px;line-height:44px;font-weight:600;color:#fff}@media(max-width: 950px){.event-title-section .title{padding-left:30px;font-size:24px;line-height:33px}}@media(max-width: 600px){.event-title-section .title{padding-left:16.5px}}
.event-location{margin-top:auto;max-width:238px;height:22px;padding:2px 8px;font-size:13px;line-height:17px;color:#0b0f2f}.event-location.in-person{font-weight:600;padding:2px 0}.event-location.virtual{width:fit-content;background-color:#e0f6ff;border-radius:4px;font-weight:400}
.event-details-section{width:100%;background:#fff}.event-details-section .details-section-header{min-height:47px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding:10px 30px;border:1px solid #e5e5e5;box-shadow:0px 3px 6px 0px rgba(0,0,0,.1607843137);font-size:20px;line-height:26px;color:#333}@media(max-width: 950px){.event-details-section .details-section-header{font-size:16px}}@media(max-width: 600px){.event-details-section .details-section-header{padding:10px}}.event-details-section .details-section-header.two-rows{justify-content:center}.event-details-section .details-section-header .live-now-row-container{display:flex}.event-details-section .details-section-header .live-now-row-container .live-now{background-color:red;padding:2px 8px;font-size:16px;font-weight:600;box-shadow:8 2px 5px rgba(0,0,0,.1607843137);width:93px;height:30px;border-radius:4px;color:#fff;display:flex}.event-details-section .details-section-header .live-now-row-container.gap{gap:5px}.event-details-section .details-section-header .event-ended-row-container .event-ended{font-size:16px;font-weight:700}@media(max-width: 600px){.event-details-section .details-section-header .event-ended-row-container{margin:auto}}.event-details-section .details-section-header.no-gap{gap:unset}.event-details-section .details-section-header .contact-us-information{display:flex;font-size:16px;font-weight:600}.event-details-section .details-section-header .contact-us-information .contact-us-link{color:#0074a8;text-decoration:underline;cursor:pointer;margin-right:5px}@media(max-width: 950px){.event-details-section .details-section-header .contact-us-information{margin:auto}}.event-details-section .details-section-header .date-time-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px}.event-details-section .details-section-header .date-time-info .date{font-weight:700}.event-details-section .details-section-header .date-time-info .time{font-weight:400}.event-details-section .details-section-header .date-time-info .registered-row-container{display:flex;flex-direction:row}.event-details-section .details-section-header .date-time-info .event-location.virtual{font-size:16px;line-height:26px;height:30px}.event-details-section .details-section-header .date-time-info .event-location.in-person{font-size:20px;font-weight:300;margin-top:0}.event-details-section .details-section-header .date-time-info .registered{width:fit-content;height:30px;border-radius:4px;color:#0b0f2f;background-color:#e0e0e0;font-weight:400;font-size:16px;line-height:26px;padding:2px 8px;margin-left:13px}.event-details-section .details-section-header .date-time-info .date-separator{background-color:#545454 !important}.event-details-section .details-section-header .register-and-calendar-info .register-btn{width:auto;min-width:140px;height:44px;padding:10px 25px;gap:10px;border:none;border-radius:7px;font-size:16px;line-height:24px;font-weight:600;text-transform:uppercase;text-align:center;color:#fff;background:linear-gradient(90deg, #71BD41 0%, #49a83c 100%)}.event-details-section .details-section-header .register-and-calendar-info .register-btn:hover{cursor:pointer}.event-details-section .details-section-header .register-and-calendar-info .register-btn.clicked{pointer-events:none;display:flex;justify-content:center}.event-details-section .details-section-header .register-and-calendar-info .register-btn.clicked .spinner-btn .spinnerButton{width:fit-content;text-align:center}.event-details-section .details-section-header .register-and-calendar-info .register-btn.clicked .spinner-btn .spinnerButton div{width:12px;height:12px;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.event-details-section .details-section-header .register-and-calendar-info .register-btn.clicked .spinner-btn .spinnerButton .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.event-details-section .details-section-header .register-and-calendar-info .register-btn.clicked .spinner-btn .spinnerButton .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.event-details-section .details-section-header .register-and-calendar-info .register-btn.clicked span{display:none}.event-details-section .details-section-header .register-and-calendar-info .register-btn .spinner-btn.hide{display:none}.event-details-section .details-section-header .register-and-calendar-info .add-to-calendar{display:flex;flex-wrap:wrap;align-items:center;gap:30px}.event-details-section .details-section-header .register-and-calendar-info .add-to-calendar .label{font-size:16px;font-weight:600}@media(max-width: 950px){.event-details-section .details-section-header .register-and-calendar-info .add-to-calendar .label{display:none}}.event-details-section .details-section-header .register-and-calendar-info .add-to-calendar .icon:hover{cursor:pointer}@media(max-width: 950px){.event-details-section .details-section-header .register-and-calendar-info{display:flex;justify-content:center;align-items:center;text-align:center;width:100%}}.event-details-section .details-section-body{padding:46px;display:flex;min-height:319px}@media(max-width: 950px){.event-details-section .details-section-body{padding:30px}}@media(max-width: 600px){.event-details-section .details-section-body{flex-direction:column-reverse;padding:20px;gap:20px}}.event-details-section .details-section-body .description{font-size:16px;line-height:22px;font-weight:400;color:#636363;padding-right:35px;margin-right:auto}@media(max-width: 600px){.event-details-section .details-section-body .description{padding:0}}.event-details-section .details-section-body .image-container{width:100%;height:100%;max-width:435px;max-height:225px;aspect-ratio:16/9;overflow:hidden;box-shadow:0px 0px 25px 0px rgba(0,0,0,.1607843137);border-radius:17px}@media(max-width: 600px){.event-details-section .details-section-body .image-container{margin:auto}}.event-details-section .details-section-body .image-container img{width:100%;height:100%;object-fit:cover}
.event-livestream-section.wrapper-bg{background-color:#000}.event-livestream-section.no-margin{height:unset}
.event-livestream-section{height:400px;display:flex;flex-direction:row}@media(max-width: 950px){.event-livestream-section{flex-direction:column}.event-livestream-section.no-chat{height:unset}}.event-livestream-section .livestream-video{width:100%;height:100%;background:#000}@media(max-width: 950px){.event-livestream-section .livestream-video iframe{height:242px}}.event-livestream-section .chat{width:100%;max-width:388px}@media(max-width: 950px){.event-livestream-section .chat{max-width:100%}.event-livestream-section .chat iframe{height:400px}}
.event-tombstone{background-color:#fff;width:100%;max-width:380px;min-width:300px;border-radius:10px;overflow:hidden;box-shadow:0px 1px 6px 0px rgba(0,0,0,.1607843137);display:flex;flex-direction:column;height:100%;min-height:330px}.event-tombstone:hover{cursor:pointer;box-shadow:0px 1px 12px 0px rgba(0,0,0,.5)}.event-tombstone .event-img{height:178px;width:100%;object-fit:cover;flex:0 1 auto}.event-tombstone .event-date-container{margin-top:-32px;padding:7px 14px;width:fit-content;max-width:100%;border-radius:10px 10px 0 0;color:#fff;background:linear-gradient(90deg, #005777 0%, #0092B2 100%);display:flex;position:relative;z-index:1}.event-tombstone .event-date-container.previous-event{background:linear-gradient(90deg, #333333 0%, #636363 100%)}.event-tombstone .event-date-container .event-date{font-size:14px;line-height:18px;font-weight:700}.event-tombstone .event-date-container .event-time{font-size:13px;line-height:17px;font-weight:400;align-content:center}.event-tombstone .event-details-container{padding:24px;display:flex;flex-direction:column;flex:1 1 auto;justify-content:flex-end}.event-tombstone .event-details-container.previous-event{justify-content:flex-start}.event-tombstone .event-details-container .event-title{font-size:20px;line-height:27px;font-weight:700;color:#0b0f2f;margin-bottom:12px}.event-tombstone .event-details-container .event-description{font-size:14px;line-height:19px;font-weight:400;color:#636363;margin-bottom:16px}
.events-tombstones-section{max-width:1609px;margin-bottom:36px}.events-tombstones-section .section-title{font-size:30px;line-height:40px;font-weight:700;margin-bottom:20px}@media(max-width: 1057px){.events-tombstones-section .section-title{text-align:center}}.events-tombstones-section .tombstones-container:not(.deal-page-box){display:grid;grid-template-columns:repeat(4, 1fr);gap:30px;align-items:stretch}@media(max-width: 1609px){.events-tombstones-section .tombstones-container:not(.deal-page-box){grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1057px){.events-tombstones-section .tombstones-container:not(.deal-page-box){grid-template-columns:repeat(2, 1fr);justify-items:center}}@media(max-width: 722px){.events-tombstones-section .tombstones-container:not(.deal-page-box){grid-template-columns:repeat(1, 1fr)}}
.add-to-watchlist{cursor:pointer;color:#0074a8;font-size:14px;height:29px}.add-to-watchlist .line-view{display:flex;flex-direction:row;align-items:center;height:100%}.add-to-watchlist .row-view{display:flex;align-items:center}.add-to-watchlist .add-to-watchlist-icon{width:20px;height:20px;margin-right:8px;display:inline-block;vertical-align:middle}.add-to-watchlist-icon.starred img{filter:invert(45%) sepia(76%) saturate(4728%) hue-rotate(175deg) brightness(93%) contrast(101%)}.add-to-watchlist-icon.unstarred img{fill:none}.disable-click{pointer-events:none}.watchlist-text{display:inline-block;vertical-align:middle;margin-top:2.5px;margin-left:-2px}.watchlist-text.starred{font-weight:600}.tombstone-body .add-to-watchlist .watchlist-text{margin-top:0}.add-to-watchlist-follower-counter{display:inline-block;margin-left:12px;position:relative;border:1px solid #d5d4d5;opacity:1;min-width:35px;height:22px;text-align:center;color:#000;padding-left:2px;padding-right:2px;margin-top:2px}.add-to-watchlist-follower-counter:before{content:"";position:absolute;right:100%;width:0px;height:0px;top:4px;border-left:6px solid rgba(0,0,0,0);border-right:6px solid #8a8a8a;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0)}.add-to-watchlist-follower-counter:after{content:"";position:absolute;right:100%;width:0px;height:0px;top:5px;border-left:5px solid rgba(0,0,0,0);border-right:5px solid #fff;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}.request-intro-button-container{display:flex;align-items:center;height:29px}.request-intro-button-container .watchlist-text{font-size:14px;font-weight:600}.request-intro-button-container .MuiButton-root.req-btn-before{width:105px;height:40px;border-radius:7px;text-transform:none;margin-right:unset;align-items:normal}
.guest-lock{width:20px;height:20px;background-repeat:no-repeat;background-image:url("../../../../images/lock.svg");background-size:contain}
.page-box .lock-box-wrapper{position:absolute;display:flex;justify-content:center;align-items:center;left:0;right:0;top:0;bottom:0;z-index:2}.page-box .lock-box-wrapper .lock-box-content{background:#fff;min-height:150px;width:205px;zoom:1;filter:alpha(opacity=80);opacity:.8;text-shadow:none;color:#00a9e0;font-size:15px;text-align:center;-webkit-box-shadow:0px 3px 10px 0px rgba(0,0,0,.6);-moz-box-shadow:0px 3px 10px 0px rgba(0,0,0,.6);box-shadow:0px 3px 10px 0px rgba(0,0,0,.6);border-radius:20px}.page-box .icon-lock{background:url("../../../../../images/lock.svg") no-repeat;display:block;position:relative;width:24px;height:34px;margin:38px auto 0px auto}.page-box .new-icon-lock{background:url("../../../../../images/dp-lock.svg") no-repeat;display:block;position:relative;margin:30px auto 0px auto;width:24px;height:24px}.page-box .lock-text{color:#0074a8;width:90%;margin:8px auto 24px auto;cursor:pointer;letter-spacing:normal;line-height:21px}.page-box .lock-text.guest{color:#333;cursor:default}.page-box .lock-text.guest .link{color:#0074a8;cursor:pointer}.page-box .lock-text.verification-in-review{color:#636363;pointer-events:none;width:70%}
.active-box-content-wrapper{color:rgba(0,0,0,0) !important;text-shadow:0 0 10px rgba(0,0,0,.4);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none;filter:blur(4px);pointer-events:none}.box-content-wrapper.pure-u-24-24.new-design-font{font-size:16px}
.box-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:12px;width:100%}.box-header.new-design{margin-bottom:13px;height:33px}@media(max-width: 721px){.box-header.new-design{height:27px}}@media(min-width: 722px)and (max-width: 1056px){.box-header.new-design{height:27px}}.box-header .box-title{display:inline-flex}.box-header .actions{flex-basis:content}.box-header .ourcrowd-confidencial-container .size_default{padding:unset;width:508px;height:283px}.box-header .ourcrowd-confidencial-container .size_default .ourcrowd-confidencial-popup-container{padding-top:10px}.box-header .ourcrowd-confidencial-container .size_default img{border-bottom:1px solid #e3e3e3;display:block;margin-left:auto;margin-right:auto;margin:5px auto 17px;padding:20px;width:300px}.box-header .ourcrowd-confidencial-container .size_default .actions-section{text-align:center}.box-header .ourcrowd-confidencial-container .size_default .action-button{border-radius:2px;display:inline-block;font-weight:600;cursor:pointer;height:40px;width:130px;line-height:40px;border:1px solid #00a9e0;background-color:#fff;font-size:11px;text-transform:uppercase;padding:0 5px;box-sizing:content-box;margin:0 10px 0 0}.box-header .ourcrowd-confidencial-container .size_default .confirm{color:#00a9e0}.box-header .ourcrowd-confidencial-container .size_default .cancel{border:1px solid #ccc;color:#878787}.box-header .ourcrowd-confidencial-container .size_default .message-wrapper{color:#636363;width:72%;margin-left:auto;margin-right:auto;margin-bottom:35px;text-align:center;margin-top:24px}.box-header .ourcrowd-confidencial-container .size_default .message{opacity:1;padding-top:20px;font-size:15px;color:#333;font-weight:600}.box-header .oc-fullscreen{background:url("../../../../../images/fullscreen-icon.svg") no-repeat;width:30px;height:30px;margin-top:3px;margin-left:20px;display:inline-block;cursor:pointer}.box-header .oc-fullscreen:focus{outline:none}.box-header .oc-fullscreen-gray{background:url("../../../../../images/fullscreen-gray.svg") no-repeat;width:22px;height:20px;margin-top:3px;margin-left:20px;display:inline-block;cursor:pointer}.box-header .oc-fullscreen-gray:focus{outline:none}.box-header .oc-download{background:url("../../../../../images/download-icon.svg") no-repeat;width:30px;height:30px;margin-top:3px;margin-left:20px;display:inline-block;cursor:pointer}.box-header .oc-download:focus{outline:none}.box-header .oc-download-icon{background:url("../../../../../images/download-icon2.svg") no-repeat;width:18px;height:20px;margin-top:3px;margin-left:20px;display:inline-block;cursor:pointer}.box-header .oc-download-icon:focus{outline:none}@media(min-width: 310px)and (max-width:600px){.box-header .ourcrowd-confidencial-container .blankPopup{align-items:center}.box-header .ourcrowd-confidencial-container .blankPopup .size_default{width:100%;height:unset;margin:10px}.box-header .ourcrowd-confidencial-container .blankPopup .size_default .ourcrowd-confidencial-popup-container{padding-top:unset}.box-header .ourcrowd-confidencial-container .blankPopup .size_default .message-wrapper{width:80%;margin-top:24px}.box-header .ourcrowd-confidencial-container .blankPopup .size_default .message-wrapper .message{font-size:15px;color:#636363;font-weight:600}.box-header .ourcrowd-confidencial-container .blankPopup .size_default img{width:80%;margin:0 auto}.box-header .ourcrowd-confidencial-container .blankPopup .size_default .action-button{height:50px;line-height:50px;width:49.3%;border:1px solid #ccc;margin:0;padding:0;font-size:13px}.box-header .ourcrowd-confidencial-container .blankPopup .size_default .action-button.confirm{color:#00a9e0;border-right:1px solid #fff;border-bottom:1px solid #fff}.box-header .ourcrowd-confidencial-container .blankPopup .size_default .action-button.cancel{border-left:1px solid #fff;border-bottom:1px solid #fff;color:#ccc;color:#878787}}
.simple-title{margin:0;color:#006895;font-weight:600;font-size:20px;text-transform:uppercase}.simple-title.new-design{color:#333;font-size:24px;text-transform:capitalize}@media(max-width: 721px){.simple-title.new-design{font-size:20px;margin-bottom:18px}}
.lock-container{min-height:206px;width:100%;background:linear-gradient(144deg, #ffffff 0%, #b2ecff 100%);border:1px solid #d7d7d7;padding:24px;margin:25px 0}.lock-container .lock-icon{color:#636363;background:url("../../../../images/lock.svg") no-repeat;width:30px;height:34px;margin:0 auto;margin-bottom:10px;display:block}.lock-container .lock-content{font-size:18px;max-width:700px;text-align:center;margin:0 auto}.lock-container .lock-content .lock-link{font-weight:bold;cursor:pointer}
.box-content img{max-width:100%;height:auto}.guest-deal-page .page-boxes .box-title{width:100%}.page-boxes.mobile-app-margin{margin-bottom:100px}.page-boxes .page-box{position:relative;color:#333;font-size:14px;background:#fff;border:1px solid #d7d7d7;margin-top:20px;padding:24px;min-width:100%}.page-boxes .page-box .nda-confidential{font-size:15px;color:red;font-weight:600;padding-bottom:10px}.page-boxes .page-box.new-design{padding:35px;font-size:16px}@media(max-width: 721px){.page-boxes .page-box.new-design.overview,.page-boxes .page-box.new-design.co-investors,.page-boxes .page-box.new-design.pressRelease{padding:24px}}.page-boxes .page-box.locked{min-height:185px}.page-boxes .page-box.mobile{padding:unset;margin-top:10px;border:none}.page-boxes .page-box.mobile .box-header{display:flex;flex-grow:1}.page-boxes .page-box.mobile .box-header .actions{flex-grow:1}@media(min-width: 820px)and (max-width: 1056px){.page-boxes .page-box.pressRelease.guest .box-header,.page-boxes .page-box.pressRelease.guest .box-content-wrapper,.page-boxes .page-box.co-investors.guest .box-header,.page-boxes .page-box.co-investors.guest .box-content-wrapper,.page-boxes .page-box.overview.guest .box-header,.page-boxes .page-box.overview.guest .box-content-wrapper{min-width:743px}}.page-boxes .page-box p{line-height:1.4}.page-boxes .box-title{color:#006895;text-transform:capitalize}.page-boxes .box-content{transition:all .5s ease;overflow-wrap:break-word;min-height:90px}.page-boxes .box-footer{margin-top:5px}.page-boxes .box-footer .read-more{color:#0074a8;font-size:14px;font-weight:600;text-transform:uppercase;text-align:right;cursor:pointer}.page-boxes .boxes-section{max-width:100%;margin-top:20px;flex-grow:1}.page-boxes .boxes-section.exit-deal-page-boxes{margin-top:0}.page-boxes .boxes-section.with-top-bar section.page-box:first-of-type{position:relative;margin-top:unset}
.collapsible-section{width:100%}.collapsible-section button.toggle-section-btn{display:flex;align-items:center;width:100%;height:73px;background:inherit;border:none;outline:none;cursor:pointer;text-align:left;padding-left:21px;padding-right:21px;font-size:20px;font-family:"Open Sans Bold",sans-serif;color:#000}.collapsible-section button.toggle-section-btn:after{content:"▾";margin-left:auto;font-family:"Open Sans",sans-serif}.collapsible-section button.active{height:fit-content;padding-top:20px;margin-bottom:-7px}.collapsible-section button.active header.overview-header-margin{display:unset}.collapsible-section button.toggle-section-btn.active:after{transform:rotate(180deg)}.collapsible-section button.toggle-section-btn.active+.section-content{display:block;padding-bottom:24px}.collapsible-section .section-content{display:none;padding:0 21px}.collapsible-section .section-content .box-content{font:normal 16px/24px Open Sans,sans-serif}.collapsible-section.locked{pointer-events:none}.collapsible-section.locked button.toggle-section-btn:after{color:#ccc}.collapsible-section.locked svg{margin-left:12px}
.page-boxes .box-content{min-height:unset}.page-boxes .box-content .co-investor-link-guest{color:#636363;font-size:16px}.page-boxes .box-content .co-investor-link-guest+a{color:#0074a8}.page-boxes .box-content .co-investor-link-guest+.co-investor-link-guest::before{content:" | ";color:#636363}.co-investor-tombstone{color:#0074a8;cursor:pointer}.single-detail-wrapper .co-investor-link-logged-in{color:#0074a8;font-size:15px}.single-detail-wrapper .co-investor-link-logged-in:not(a){color:#333}.single-detail-wrapper .co-investor-link-logged-in+.co-investor-link-logged-in::before{content:", ";color:#636363}
.tag-image{position:absolute;background-repeat:no-repeat;width:122px;height:122px;z-index:1}.tag-image.exit-tag-image{top:-1px;background-image:url("/images/exit.svg")}.tag-image#PROOF{background-image:url("/images/proof-co-invest.svg")}.tag-image#PreviouslyInvested{background-image:url("/images/lps-only.svg")}.tag-image#ActiveInvestors{background-image:url("/images/exclusive-access.svg")}.tag-image#CoPro{background-image:url("/images/copro.svg")}
.video-component-upper-header{position:relative;left:0px;bottom:10px;font-size:12px}.video-component-upper-header .link-style{cursor:pointer;color:#00a9e0}.video-component{position:relative;width:300px;height:144px}.video-component iframe{position:relative;z-index:2}.video-component .video-component-play-button{background:url("/images/play-button.svg") no-repeat;width:50px;height:50px;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px)}.video-component .video-component-play-img{height:144px;width:300px;background-size:298px 240px;background-repeat:no-repeat;background-position:center;display:inline-block;background-color:#000}
.lazy-load-image-background.opacity {
  opacity: 0;
}

.lazy-load-image-background.opacity.lazy-load-image-loaded {
  opacity: 1;
  transition: opacity .3s;
}

.tombstone-header-component{position:relative;height:144px;overflow:hidden;margin:0}.tombstone-header-component .new-update{background-color:#7500b4;font-size:12px;padding:4px 8px;color:#fff;position:absolute;left:0;top:0;max-width:calc(100% - 40px);transition:left .2s,font-size .2s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:600;z-index:1}.tombstone-header-component .new-update.exit-label{background-color:#00be24}.tombstone-header-component .new-update.portfolio-select-lable{background-color:#ff9300}.tombstone-component.mobile .tombstone-header-component .new-update,.tombstone-component.expanded .tombstone-header-component .new-update{font-size:14px}.tombstone-header-component .tag-image+.new-update{left:93px;max-width:calc(100% - 93px)}.tombstone-component.expanded .tombstone-header-component .tag-image+.new-update,.tombstone-component.mobile .tombstone-header-component .tag-image+.new-update{left:134px}.tombstone-header-component div.tombstone-header-component-logo{height:144px;width:250px;margin:0 25px;background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block}.tombstone-header-component img{height:144px;width:100%}.tombstone-header-component .isFund{position:absolute;left:0;bottom:0;background:#00a9e0;color:#fff;font-size:14px;width:73px;height:26px;text-align:center;line-height:26px}
.tombstone-component{width:300px;display:flex;flex-direction:column;cursor:pointer;box-shadow:0 3px 6px rgba(0,0,0,.16);margin:10px;background:#fff}.tombstone-component.rounded{border-radius:10px}.tombstone-component.guest{box-shadow:0 5px 6px rgba(0,0,0,.16)}.tombstone-component.gray-background{background:#e8e8e8}.tombstone-component.gray-background .tombstone-body .row-2 .funded,.tombstone-component.gray-background .tombstone-body .row-2 .funded.merch-alternative{color:#666}.tombstone-component .tombstone-header{height:144px}.tombstone-component .tombstone-body,.tombstone-component .login-hook{border-top:1px solid #e5e5e5}.tombstone-component .tombstone-body{display:flex;flex-direction:column;justify-content:space-between}.tombstone-component .tombstone-body.notify-height{margin-bottom:47px}.tombstone-component .tombstone-body .row-1{position:relative;height:40px}.tombstone-component .tombstone-body .row-1 .company-name{position:absolute;line-height:50px;font-size:18px;left:18px;color:#333;font-weight:bold}.tombstone-component .tombstone-body .row-1 .company-name.scale-company-title-to-lower{font-size:16px}.tombstone-component .tombstone-body .row-1 .company-headline{float:right;height:50px;display:flex;align-items:center;justify-content:center;font-size:12px;max-width:100px}.tombstone-component .tombstone-body .row-1 .company-headline .company-headline-2{padding-right:18px;text-align:right;font-weight:600}.tombstone-component .tombstone-body .row-2-with-update{display:flex}.tombstone-component .tombstone-body .row-2{flex-direction:row;height:20px;color:#878787;font-size:12px;flex-flow:row nowrap;align-items:center}.tombstone-component .tombstone-body .row-2 .dot{height:3px;width:3px;background-color:#878787;border-radius:50%;align-self:center;margin:0 5px}.tombstone-component .tombstone-body .row-2 .funding-now{font-size:11px;color:#00be24;font-weight:600}.tombstone-component .tombstone-body .row-2 .funding-now.merch-alternative{font-size:12px;color:#158919}.tombstone-component .tombstone-body .row-2 .funded{font-size:11px;color:#878787;font-weight:600}.tombstone-component .tombstone-body .row-2 .funded.merch-alternative{font-size:12px;color:#878787}.tombstone-component .tombstone-body .row-2 .sectorName{height:25px;margin-left:18px;font-weight:600;width:max-content;white-space:nowrap}.tombstone-component .tombstone-body .row-2 .headline-row.headline{display:inline-flex}.tombstone-component .tombstone-body .row-2 .headline-row .isFund,.tombstone-component .tombstone-body .row-2 .headline-row .type-fund{margin:0px 0px 0px 18px;background:#1ea0a2;color:#fff;font-size:10px;width:45px;height:20px;text-align:center;font-weight:600;line-height:20px;text-transform:uppercase}.tombstone-component .tombstone-body .row-2 .headline-row .type-fund{margin:0 2px 0 0;border-radius:1px}.tombstone-component .tombstone-body .row-2 .headline-row .type-startup,.tombstone-component .tombstone-body .row-2 .headline-row .type-venture-fund,.tombstone-component .tombstone-body .row-2 .headline-row .type-private-equity,.tombstone-component .tombstone-body .row-2 .headline-row .type-private-credit,.tombstone-component .tombstone-body .row-2 .headline-row .type-real-estate{color:#fff;font-size:10px;width:fit-content;height:20px;text-align:center;font-weight:600;line-height:13.62px;text-transform:uppercase;padding:4px 9px;margin-right:7px}.tombstone-component .tombstone-body .row-2 .headline-row .type-startup{background:#4831a2}.tombstone-component .tombstone-body .row-2 .headline-row .type-venture-fund{background:#1ea0a2}.tombstone-component .tombstone-body .row-2 .headline-row .type-private-equity,.tombstone-component .tombstone-body .row-2 .headline-row .type-private-credit,.tombstone-component .tombstone-body .row-2 .headline-row .type-real-estate{background:#525252}.tombstone-component .tombstone-body .row-2 .headline-row .type-ventureDebt{margin-right:2px;width:89px;height:20px;background:#00465d 0% 0% no-repeat padding-box;border-radius:1px;opacity:1;display:flex;align-items:center;justify-content:center;font:normal 600 10px/14px Open Sans,sans-serif;letter-spacing:0px;color:#fff;text-transform:uppercase}.tombstone-component .tombstone-body .row-2 .headline-row .exit-text{background:#00be24 0% 0% no-repeat padding-box;font-size:10px;color:#fff;border-radius:1px;padding:3px;margin:0px 0px 0px 18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:85%;text-align:left;width:min-content}.tombstone-component .tombstone-body .row-2 .headline-row .exit-text.none{display:none}.tombstone-component .tombstone-body .row-2 .headline-row .exit-text.custom{background:unset}.tombstone-component .tombstone-body .row-2 .headline-row .exit-text.fund-company{margin-left:5px}.tombstone-component .tombstone-body .row-2 .bar{height:12px;border-left:1px solid #ccc;margin-right:7px;margin-left:unset;margin-left:7px}.tombstone-component .tombstone-body .row-2 .new-update{color:#65009b;font-size:10px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:min-content;max-width:47%}.tombstone-component .tombstone-body .row-2 .new-update .bar{height:12px;border-left:1px solid #ccc;margin-right:7px;margin-left:7px}.tombstone-component .tombstone-body .row-2 .new-update .dot{height:3px;width:3px;background-color:#878787;border-radius:50%;align-self:center;margin:0 5px}.tombstone-component .tombstone-body .sector-slogan-container{line-height:16px}.tombstone-component .tombstone-body .sector-slogan-container .sectorName{font-family:"Open Sans",sans-serif;color:#636363;font-size:13px;font-weight:600;letter-spacing:0em;text-align:left}.tombstone-component .tombstone-body .sector-slogan-container .dot{height:3px;width:3px;background-color:#878787;border-radius:50%;align-self:center;margin:3px 5px;display:inline-block}.tombstone-component .tombstone-body .sector-slogan-container .row-3{height:115px;text-align:left;padding:5px 18px;color:#1c1c1c;overflow:hidden;margin-bottom:7px;font-family:"Open Sans",sans-serif;font-size:12px;font-weight:300;letter-spacing:0em}.tombstone-component .tombstone-body .sector-slogan-container .row-3.funded-page{margin-top:5px}.tombstone-component .tombstone-body .sector-slogan-container .row-3.with-headline{padding-top:15px}.tombstone-component .tombstone-body .row-3{height:115px;text-align:left;font-size:14px;padding:5px 18px;color:#1c1c1c;overflow:hidden;margin-bottom:7px}.tombstone-component .tombstone-body .row-3.funded-page{margin-top:5px}.tombstone-component .tombstone-body .row-3.with-headline{padding-top:15px}.tombstone-component .tombstone-body .row-4{font-size:11px;text-align:left;padding:0 18px;height:66px;color:#1c1c1c;font-weight:lighter;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}.tombstone-component .tombstone-body .row-4 .coInvestors{font-weight:700;color:#000;font-size:13px}.tombstone-component .tombstone-body .row-4 .coInvestors.blackColor{color:#333}.tombstone-component .tombstone-body .row-4 .coInvestorsBody{min-height:25px;font-size:13px;font-weight:normal;cursor:default}.tombstone-component .tombstone-body .row-5{display:flex;justify-content:space-between;height:58px;text-align:center}.tombstone-component .tombstone-body .row-5 .security-type{display:flex;flex-direction:column;width:50%;border-right:solid 1px #ccc;height:70%}.tombstone-component .tombstone-body .row-5 .security-type .security-type-title{color:#007bb1;font-size:12px}.tombstone-component .tombstone-body .row-5 .security-type .security-type-value{color:#333;font-weight:600;font-size:13px}.tombstone-component .tombstone-body .row-5 .pre-money-valuation{width:50%;display:flex;flex-direction:column}.tombstone-component .tombstone-body .row-5 .pre-money-valuation .pre-money-valuation-title{color:#007bb1;font-size:12px}.tombstone-component .tombstone-body .row-5 .pre-money-valuation .pre-money-valuation-value{color:#333;font-weight:600;font-size:13px}.tombstone-component .tombstone-body .row-6{margin:auto;margin-top:20px}.tombstone-component .tombstone-body .row-6.currently-investing{font-weight:500;color:#00be24;height:15px;margin-top:5px}.tombstone-component .commited-progress-bar{height:5px;background-color:hsl(0,0%,76%)}.tombstone-component .commited-progress-bar .percentages{max-width:100%;background-color:#00a9e0;height:100%}.tombstone-component .tombstone-footer{height:47px;background:hsl(0,0%,93%);color:#000}.tombstone-component .tombstone-footer .committed-amount{text-align:center;font-size:17px;line-height:1.6rem;font-weight:700;margin-top:10px;margin-bottom:2px;padding-top:16px;display:flex;justify-content:center;align-items:center}.tombstone-component .tombstone-footer .committed-amount.new-design{font-size:1.5rem;color:#333}.tombstone-component .tombstone-footer .committed-amount .tombstone-footer-text{text-align:center;font-size:15px;font-weight:normal;margin:0 7px 0 4px}.tombstone-component .tombstone-footer .committed-amount .tombstone-footer-text.new-design{font-weight:unset;font-size:17px}.tombstone-component .tombstone-footer .raise-target{font-size:17px;text-align:center}.tombstone-component .login-hook{font-size:14px;padding:17px 20px 23px}.tombstone-component .login-hook img{width:18px;vertical-align:bottom}.tombstone-component .login-hook a{color:#00a9e0;margin-left:9px}a.tombstone-component-link-cover:hover,a.tombstone-component-link-cover:focus,a.tombstone-component-link-cover{color:unset}@media(min-width: 310px)and (max-width:600px){.tombstone-component{margin:12px auto}}.expandable.pr-tombstone{background-color:#fffdf2}.expandable.pr-tombstone.portfolio-select-tombstone{background-image:linear-gradient(#0387B1, #02A5DA);border:none}.expandable.pr-tombstone .tombstone-body{color:#1c1c1c}.expandable.pr-tombstone .pr-logo{width:186px;display:block;margin:3px auto 0}.expandable.pr-tombstone .portfolio-select-logo-wrapper{position:absolute;top:160px;right:50px}.expandable.pr-tombstone .portfolio-select-logo-wrapper .ps-logo{width:243px}.expandable.pr-tombstone .portfolio-select-button{width:100%;height:50px;font-size:16px;color:#0074a8;font-weight:600;background-color:#fff;display:flex;justify-content:center;align-items:center;max-width:300px;margin-left:auto;margin-right:auto;margin-bottom:20px}.expandable.pr-tombstone.compact .tombstone-body{height:142px;justify-content:space-evenly}.expandable.pr-tombstone.compact .portfolio-select-tombstone{background-image:linear-gradient(to right, #0387B1, #02A5DA);height:157px;border:none}.expandable.pr-tombstone.compact .pr-subtitle{width:210px}.expandable.pr-tombstone.compact .portfolio-select-subtitle{font-weight:400;font-size:13px;color:#fff;max-width:224px}.expandable.pr-tombstone.compact .read-more-button{color:#00a9e0;font-family:"Open Sans",sans-serif}.expandable.pr-tombstone.compact .read-more-button:after{content:" >"}.expandable.pr-tombstone.compact .portfolio-select-button{width:100%;height:40px;font-size:13px;color:#0074a8;font-weight:600;background-color:#fff;display:flex;justify-content:center;align-items:center;margin:auto;max-width:inherit}.expandable.pr-tombstone.expanded .pr-subtitle,.expandable.pr-tombstone.expanded .pr-text,.expandable.pr-tombstone.mobile .pr-subtitle,.expandable.pr-tombstone.mobile .pr-text{width:309px}.expandable.pr-tombstone.expanded .portfolio-select-bullet-points,.expandable.pr-tombstone.mobile .portfolio-select-bullet-points{width:310px;font-weight:700;color:#fff;line-height:24px;font-size:16px;margin:auto;padding-top:55px}.expandable.pr-tombstone.expanded .portfolio-select-bullet-points .point-wrapper,.expandable.pr-tombstone.mobile .portfolio-select-bullet-points .point-wrapper{display:flex;align-items:baseline;word-break:break-word;padding-bottom:10px}.expandable.pr-tombstone.expanded .portfolio-select-bullet-points img,.expandable.pr-tombstone.mobile .portfolio-select-bullet-points img{padding-left:15px;padding-right:18px}.expandable.pr-tombstone.expanded .pr-subtitle,.expandable.pr-tombstone.mobile .pr-subtitle{color:#333333DE;font-weight:700;font-size:16px;margin:21px 0}.expandable.pr-tombstone.expanded .pr-subtitle span,.expandable.pr-tombstone.mobile .pr-subtitle span{display:block}.expandable.pr-tombstone.expanded .pr-subtitle.pr-tombstone-in-mobile-slider,.expandable.pr-tombstone.mobile .pr-subtitle.pr-tombstone-in-mobile-slider{font-size:13px;font-family:"Open Sans",sans-serif;font-weight:unset;color:#1c1c1c}.expandable.pr-tombstone.expanded .pr-subtitle.pr-tombstone-in-mobile-slider.portfolio-select-subtitle,.expandable.pr-tombstone.mobile .pr-subtitle.pr-tombstone-in-mobile-slider.portfolio-select-subtitle{font-weight:400;font-size:13px;color:#fff;max-width:275px;margin-top:13.5px;margin-bottom:auto}.expandable.pr-tombstone.expanded .pr-subtitle.portfolio-select-subtitle,.expandable.pr-tombstone.mobile .pr-subtitle.portfolio-select-subtitle{max-width:310px;font-size:13px;color:#fff;font-weight:700;margin-bottom:auto}.expandable.pr-tombstone.expanded .pr-text,.expandable.pr-tombstone.mobile .pr-text{padding-left:8px}.expandable.pr-tombstone.expanded .pr-text li,.expandable.pr-tombstone.mobile .pr-text li{margin-bottom:10px;padding-left:3px}.expandable.pr-tombstone.expanded .pr-text li::marker,.expandable.pr-tombstone.mobile .pr-text li::marker{content:"•";font-weight:bold}.expandable.tombstone-component{transition:box-shadow .2s,width .2s,height .2s;box-shadow:0px 1px 3px rgba(0,0,0,.4);margin:0;overflow:hidden;position:absolute;left:0;top:0}.expandable.tombstone-component.expand-leftward{left:unset;right:0}.expandable.tombstone-component.expand-upward{top:unset;bottom:0}.expandable.tombstone-component#active-tombstone{z-index:2}.expandable.tombstone-component#active-tombstone.expanded{z-index:100}.expandable.tombstone-component.rounded{border-radius:10px}.expandable.tombstone-component.gray-background{background:#e8e8e8}.expandable.tombstone-component .tombstone-header,.expandable.tombstone-component .tombstone-header-component,.expandable.tombstone-component .video-component,.expandable.tombstone-component .tombstone-header img,.expandable.tombstone-component .tombstone-header .video-component-play-img,.expandable.tombstone-component .tombstone-header-component-logo,.expandable.tombstone-component .tag-image{transition:width .2s,height .2s}.expandable.tombstone-component .tombstone-header{position:relative;overflow:hidden;flex-shrink:0}.expandable.tombstone-component .tombstone-header .video-component-play-img{background-size:cover;position:absolute;top:0;left:0}.expandable.tombstone-component .tombstone-header .video-component-play-button{transition:opacity .2s;z-index:1}.expandable.tombstone-component .tombstone-header .tombstone-header-gradient{transition:opacity .2s;opacity:.9;position:absolute;left:0;right:0;bottom:0;top:50%;background:linear-gradient(180deg, rgba(84, 84, 84, 0) 10%, rgba(0, 0, 0, 0.75) 100%)}.expandable.tombstone-component .tombstone-header .company-name{text-align:left;position:absolute;bottom:10px;left:16px;font-size:20px;color:#fff;font-weight:700;width:208px;line-height:1;letter-spacing:0}.expandable.tombstone-component .tombstone-header .company-name.portfolio-select-title{max-width:154px;line-height:21px}.expandable.tombstone-component .tombstone-header .company-name.pr-tombstone-in-mobile-slider{width:268px;height:53px;white-space:break-spaces}.expandable.tombstone-component .tombstone-header .company-name.pr-tombstone-in-mobile-slider.portfolio-select-title{max-width:198px;line-height:21px}.expandable.tombstone-component .tombstone-body .row-3{font-size:13px}.expandable.tombstone-component.compact{width:235px;height:290px}.expandable.tombstone-component.compact .tombstone-header{height:135px}.expandable.tombstone-component.compact .tombstone-header .tombstone-header-component,.expandable.tombstone-component.compact .tombstone-header img,.expandable.tombstone-component.compact .tombstone-header .video-component,.expandable.tombstone-component.compact .tombstone-header .video-component-play-img{width:235px;height:135px}.expandable.tombstone-component.compact .tombstone-header div.tombstone-header-component-logo{width:235px;height:135px;margin:0}.expandable.tombstone-component.compact .tombstone-header .video-component-play-button{opacity:0}.expandable.tombstone-component.compact .tombstone-header .tag-image{width:92px;height:92px}.expandable.tombstone-component.compact .tombstone-body{padding:15px}.expandable.tombstone-component.compact .tombstone-body .row-2{font-size:10px;margin-top:0;margin-bottom:9px}.expandable.tombstone-component.compact .tombstone-body .row-2 .exit-headline-tag{background:linear-gradient(90deg, #39832F 0%, #71BD41 100%);font-family:"Open Sans",sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;padding:4px 9px}.expandable.tombstone-component.compact .tombstone-body .row-2,.expandable.tombstone-component.compact .tombstone-body .row-2 .sectorName{height:15px;line-height:15px;margin-left:0}.expandable.tombstone-component.compact .tombstone-body .row-2 .isFund{margin-left:0;position:relative;top:-3px}.expandable.tombstone-component.compact .tombstone-body .row-3{min-height:102px;height:unset;width:210px;font-size:13px;margin:0;padding:0}.expandable.tombstone-component.compact.narrow-spacing .row-3{letter-spacing:-0.5px}.expandable.tombstone-component.expanded .tombstone-header,.expandable.tombstone-component.mobile .tombstone-header{height:198px}.expandable.tombstone-component.expanded .tombstone-header .tombstone-header-component,.expandable.tombstone-component.expanded .tombstone-header img,.expandable.tombstone-component.expanded .tombstone-header .video-component,.expandable.tombstone-component.expanded .tombstone-header .video-component-play-img,.expandable.tombstone-component.mobile .tombstone-header .tombstone-header-component,.expandable.tombstone-component.mobile .tombstone-header img,.expandable.tombstone-component.mobile .tombstone-header .video-component,.expandable.tombstone-component.mobile .tombstone-header .video-component-play-img{width:345px;height:198px}.expandable.tombstone-component.expanded .tombstone-header div.tombstone-header-component-logo,.expandable.tombstone-component.mobile .tombstone-header div.tombstone-header-component-logo{width:337px;height:198px;margin:0}.expandable.tombstone-component.expanded .tombstone-header .video-component-play-button,.expandable.tombstone-component.mobile .tombstone-header .video-component-play-button{opacity:1}.expandable.tombstone-component.expanded .tombstone-header .tag-image,.expandable.tombstone-component.mobile .tombstone-header .tag-image{width:132px;height:132px}.expandable.tombstone-component.expanded .tombstone-body-wrapper,.expandable.tombstone-component.mobile .tombstone-body-wrapper{padding:18px;display:flex;border-top:1px solid #e5e5e5}.expandable.tombstone-component.expanded .tombstone-body-wrapper.portfolio-select-body-wrapper,.expandable.tombstone-component.mobile .tombstone-body-wrapper.portfolio-select-body-wrapper{border:none;background-image:linear-gradient(to right, #0387B1, #02A5DA)}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body{border-top:none;height:100%;overflow:hidden}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-1,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-1{height:30px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-1 .company-name,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-1 .company-name{font-size:20px;left:0;color:#333;line-height:20px;width:309px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-1 .company-name.scale-company-title-to-lower,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-1 .company-name.scale-company-title-to-lower{font-size:16px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2{margin-bottom:10px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .exit-headline-tag,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .exit-headline-tag{background:linear-gradient(90deg, #39832F 0%, #71BD41 100%);font-family:"Open Sans",sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;padding:4px 9px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .sectorName,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .sectorName{margin-left:0;font-size:13px;padding-bottom:3px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .isFund,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .isFund{margin:-3px 0 0;margin-top:0px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .dot,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .dot{margin-bottom:3px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .dot.with-sector-name,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .dot.with-sector-name{margin-bottom:7px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .funding-now,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .funding-now{font-size:13px;margin-bottom:2px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .funding-now.with-sector-name,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .funding-now.with-sector-name{margin-bottom:6px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .funded,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .funded{font-size:13px;margin-bottom:3px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-2 .new-update,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .new-update{font-size:13px;margin-bottom:3px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-3,.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-4,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-3,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-4{padding:0;height:unset;position:static;width:309px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .committed-amount,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .committed-amount{font-size:15px;font-weight:700;line-height:19px;color:#333;margin-top:17px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .lock,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .lock{display:flex;flex-direction:row;align-items:center}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .lock .guest-lock,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .lock .guest-lock{margin-left:5px;width:19px;height:19px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .lock+.lock,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .lock+.lock{margin-top:11px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6{display:flex;flex-grow:1;align-items:end;justify-content:center}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links{width:225px;display:flex;flex-shrink:0;height:36px;justify-content:space-between;align-items:center}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-container,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-container{padding:3px 0px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn{margin-right:20px;margin-top:4px;color:#0074a8;font-size:12px;cursor:pointer;display:flex}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn .share-icon,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn .share-icon{background:url("/images/share.svg") center no-repeat;width:17px;height:17px;margin-right:5px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn .share-short-text,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn .share-short-text{display:none}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn .share-long-text,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .share-deal-btn .share-long-text{display:inline-block}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .add-to-watchlist,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .add-to-watchlist{font-size:12px;height:unset}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .add-to-watchlist-icon,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .tombstone-links .add-to-watchlist-icon{vertical-align:text-bottom;position:relative}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-6 .add-to-watchlist .star-and-text,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-6 .add-to-watchlist .star-and-text{height:unset;margin-bottom:21px}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .read-more-button,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .read-more-button{width:100%;height:45px;font-size:18px;color:#fff;font-weight:700;background-color:#00a9e0;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);display:flex;justify-content:center;align-items:center}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .read-more-button-in-mobile-slider,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .read-more-button-in-mobile-slider{height:22px;font-size:14px;font-family:"Open Sans",sans-serif;font-weight:unset;color:#0074a8;opacity:1;transform:translateY(-10px)}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .read-more-button-in-mobile-slider:after,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .read-more-button-in-mobile-slider:after{content:" >"}.expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .read-more-button-in-mobile-slider.portfolio-select-slider-button,.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .read-more-button-in-mobile-slider.portfolio-select-slider-button{color:#fff;font-weight:700}.expandable.tombstone-component.expanded{width:345px;height:550px;box-shadow:0px 1px 20px rgba(0,0,0,.7019607843)}.expandable.tombstone-component.expanded .tombstone-header .tombstone-header-gradient{opacity:0}.expandable.tombstone-component.expanded .tombstone-body-wrapper{height:356px}.expandable.tombstone-component.expanded.narrow-title .tombstone-body-wrapper .tombstone-body .row-1 .company-name{letter-spacing:-0.5px;font-size:18px}.expandable.tombstone-component.expanded.narrow-title .tombstone-body-wrapper .tombstone-body .row-1 .company-name.scale-company-title-to-lower{font-size:16px}.expandable.tombstone-component.mobile{width:345px;min-height:400px;position:static}.expandable.tombstone-component.mobile.smaller-height{min-height:290px}.expandable.tombstone-component.mobile.pr-tombstone{margin-bottom:25px}.expandable.tombstone-component.mobile.pr-tombstone-in-mobile-slider{min-height:307px}.expandable.tombstone-component.mobile .tombstone-header .tombstone-header-gradient{opacity:1;background:linear-gradient(180deg, rgba(84, 84, 84, 0), rgba(0, 0, 0, 0.8))}.expandable.tombstone-component.mobile .tombstone-header .video-component-play-button{opacity:1}.expandable.tombstone-component.mobile .tombstone-header.portfolio-select-title{bottom:6px}.expandable.tombstone-component.mobile .tombstone-body-wrapper{height:220px;padding-bottom:0}.expandable.tombstone-component.mobile .tombstone-body-wrapper.pr-tombstone-in-mobile-slider{height:107px}.expandable.tombstone-component.mobile .tombstone-body-wrapper.pr-tombstone{padding-top:0px}.expandable.tombstone-component.mobile .tombstone-body-wrapper.smaller-height{height:110px}.expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .committed-amount{text-align:center;margin-top:17px}.expandable-tombstone-wrapper.merchandising-alternatives-tombstone-wrapper .expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .funding-now.with-sector-name{margin-bottom:0;font-family:"Open Sans",sans-serif;font-size:12px;font-weight:600;line-height:16.34px;margin-top:3px}.expandable-tombstone-wrapper.merchandising-alternatives-tombstone-wrapper .expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .funded.with-sector-name{margin-bottom:0}.expandable-tombstone-wrapper.merchandising-alternatives-tombstone-wrapper .expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-4{margin-top:7px}.expandable-tombstone-wrapper.merchandising-alternatives-tombstone-wrapper .expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-4 .coInvestors{color:#1c1c1c;line-height:17.7px}.expandable-tombstone-wrapper.merchandising-alternatives-tombstone-wrapper .expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .row-4 .coInvestorsBody{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:300;line-height:17.7px}.expandable-tombstone-wrapper.merchandising-alternatives-tombstone-wrapper .expandable.tombstone-component.expanded .tombstone-body-wrapper .tombstone-body .read-more-button{background-color:#0074a8;border-radius:6px}.expandable-tombstone-wrapper.merchandising-alternatives-tombstone-wrapper .expandable.tombstone-component.mobile .tombstone-body-wrapper .tombstone-body .row-2 .funding-now.with-sector-name{margin-bottom:0}.expandable-tombstone-wrapper:not(.mobile){width:235px;height:290px;position:relative}.tombstones-container .expandable-tombstone-wrapper.pr-tombstone-in-mobile-slider{min-height:307px;margin-bottom:-50px}
.tombstones-container{display:flex;flex-flow:row wrap;justify-content:center;text-align:left;width:calc(100% + 13px);margin:-6.5px}.tombstones-container .expandable-tombstone-wrapper{margin:6.5px}.tombstones-section-container-carousel{padding-left:20px;padding-bottom:6px}.tombstones-section-container-carousel .section-header{display:flex;align-items:center;margin:20px 12px 20px 0}.tombstones-section-container-carousel .section-header .title{font-size:20px;font-weight:bold;color:#333;opacity:1;margin-right:10px;text-transform:capitalize}.tombstones-section-container-carousel .section-header .see-all{font-size:15px;letter-spacing:0px;color:#0074a8;cursor:pointer;margin-left:auto}.tombstones-section-container-carousel .tombstones-container{width:100%;margin:0}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper{display:flex;flex-wrap:nowrap;white-space:unset;transition:unset;will-change:unset;transform:unset;height:270px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper.alternatives{height:425px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper{margin:0 15px 6.5px 6.5px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile .tombstone-header .video-component{height:175px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height{width:305px;min-height:260px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height:first-of-type{position:relative;left:-4px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-header{height:174px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-header .video-component .video-component-play-button{width:46px;height:46px;top:calc(50% - 34px);left:calc(50% - 47px)}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-header .video-component-play-img{height:174px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-body-wrapper.smaller-height{height:94px;padding:13.5px 18px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.pr-tombstone-in-mobile-slider{min-height:260px;height:268px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.pr-tombstone-in-mobile-slider .tombstone-body-wrapper.pr-tombstone-in-mobile-slider{height:94px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.pr-tombstone-in-mobile-slider .tombstone-header{height:174px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.pr-tombstone-in-mobile-slider .tombstone-header img,.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.pr-tombstone-in-mobile-slider .tombstone-header .tombstone-header-component{height:207px}.tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.pr-tombstone-in-mobile-slider .tombstone-header .company-name{bottom:5px}.tombstones-section-container-carousel.has-0-opportunities{display:none}@media(max-width: 499px){.section-container{margin-left:auto;margin-right:auto}.section-container,.section-container .section-header,.section-container .tombstones-container{width:345px}}.section-container .section-header{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:7px}.section-container .section-header .title{font-size:20px;font-weight:bold;color:#333;opacity:1;text-transform:capitalize}@media(min-width: 310px)and (max-width:600px){.section-container .section-header .title.opp-page-new-design{margin-left:3%}}.section-container .section-header .see-all{font-size:15px;letter-spacing:0px;color:#0074a8;cursor:pointer;margin-right:4px}@media(min-width: 310px)and (max-width:600px){.section-container .section-header .see-all{margin-right:unset}.section-container .section-header .see-all.opp-page-new-design{margin-right:2%}}.section-container .section-header .merchandising-sort{margin-left:auto;margin-right:5px}.section-container .selected-sector,.tombstones-section-container-carousel .selected-sector{align-items:center;display:flex;font-size:12px;color:#333;margin-left:25px}.section-container .selected-sector .clear,.tombstones-section-container-carousel .selected-sector .clear{letter-spacing:.3px;color:#878787;opacity:1;margin-left:22px;font-size:11px;cursor:pointer}.section-container .selected-sector .name,.tombstones-section-container-carousel .selected-sector .name{font-weight:bold;margin-left:6px}.section-container .selected-sector.mobile,.tombstones-section-container-carousel .selected-sector.mobile{margin:10px 0px}.section-container.mobile,.tombstones-section-container-carousel.mobile{flex-direction:column;align-items:unset}.section-container .recently-blank,.tombstones-section-container-carousel .recently-blank{background:url(/images/empty-image.svg) no-repeat top center;background-size:auto 170px;width:343px;padding-top:180px;margin:127px auto 0;text-align:center}.section-container .recently-blank h1,.tombstones-section-container-carousel .recently-blank h1{font-weight:bold;font-size:24px;line-height:28px;margin:0}.section-container .recently-blank h2,.tombstones-section-container-carousel .recently-blank h2{margin:25px 0 0;color:#0074a8;cursor:pointer}.section-container h2,.tombstones-section-container-carousel h2{font-size:15px;font-weight:500;margin:24px 0 10px;color:#0074a8;cursor:pointer}@media(min-width: 310px)and (max-width:600px){.section-container h2,.tombstones-section-container-carousel h2{text-align:center;margin:40px 0px}}
.opportunities-horizontal-slider-wrapper{position:relative;width:100%;overflow-x:scroll;overflow-y:hidden;transition:all .2s;user-select:none;display:flex;-ms-overflow-style:none;scrollbar-width:none}.opportunities-horizontal-slider-wrapper::-webkit-scrollbar{display:none}.opportunities-horizontal-slider-wrapper.scroll-with-arrows{overflow:unset;width:unset;will-change:unset}.opportunities-horizontal-slider-wrapper.scroll-with-arrows.transitioning{overflow:hidden}.opportunities-horizontal-slider-wrapper.scroll-with-arrows .carousel-content{display:flex}.opportunities-horizontal-slider-wrapper.scroll-with-arrows.transitioning-left .carousel-content{animation:transitionToLeftAnimation 150ms ease-out}.opportunities-horizontal-slider-wrapper.scroll-with-arrows.transitioning-right .carousel-content{animation:transitionToRightAnimation 150ms ease-out}.opportunities-horizontal-slider-wrapper.scroll-with-arrows .expandable-tombstone-wrapper .expandable.tombstone-component,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .tombstone-header-component-logo,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .tombstone-header-component,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .video-component,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .video-component-play-img{width:235px}.opportunities-horizontal-slider-wrapper.scroll-with-arrows .expandable-tombstone-wrapper .expandable.tombstone-component.expanded,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .tombstone-header-component-logo.expanded,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .tombstone-header-component.expanded,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .video-component.expanded,.opportunities-horizontal-slider-wrapper.scroll-with-arrows .video-component-play-img.expanded{width:345px}.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper{display:inline-block}.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component,.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .tombstone-header-component-logo,.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .tombstone-header-component,.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .video-component,.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .video-component-play-img{width:310px}.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.expanded .tombstone-header div.tombstone-header-component-logo,.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .expandable.tombstone-component.mobile .tombstone-header div.tombstone-header-component-logo{margin-bottom:34px}.opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper .video-component iframe{width:310px}.opportunities-horizontal-slider-wrapper .share-deal-panel{display:inline-block}.opportunities-horizontal-slider-wrapper.carousel-mobile{display:flex;flex-wrap:nowrap;white-space:unset;transition:unset;will-change:unset;transform:unset;height:273px}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper{top:2px;position:relative;margin:0 15px 6.5px 6.5px}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper .expandable.tombstone-component.mobile .tombstone-header .video-component{height:175px}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height{width:305px;min-height:260px}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height:first-of-type{position:relative;left:-4px}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-header{height:174px}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-header .video-component .video-component-play-button{width:46px;height:46px;top:calc(50% - 34px);left:calc(50% - 47px)}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-header .video-component-play-img{height:174px}.opportunities-horizontal-slider-wrapper.carousel-mobile .expandable-tombstone-wrapper .expandable.tombstone-component.mobile.smaller-height .tombstone-body-wrapper.smaller-height{height:94px;padding:13.5px 18px}.opportunities-horizontal-slider-wrapper.active{cursor:grabbing;cursor:-webkit-grabbing}@keyframes transitionToLeftAnimation{0%{transform:translateX(0)}100%{transform:translateX(-235px)}}@keyframes transitionToRightAnimation{0%{transform:translateX(0)}100%{transform:translateX(235px)}}
.tombstones-container{display:flex;flex-flow:row wrap;justify-content:center;text-align:left;width:calc(100% + 13px);margin:-6.5px}.tombstones-container .expandable-tombstone-wrapper{margin:6.5px}
.carousel-arrow{width:41px}.carousel-arrow .carousel-arrow-button{position:relative;margin-top:130px;width:36px;height:36px;background-color:#fff;border:none;outline:none;cursor:pointer;border-radius:50%;color:#001f2d;box-shadow:0px 0px 15px rgba(0,0,0,.4)}.carousel-arrow .carousel-arrow-button.right{float:right}.carousel-arrow .carousel-arrow-button.hide-arrow{display:none}.carousel-arrow .carousel-arrow-button.show-arrow{display:block}.carousel-arrow .carousel-arrow-button svg{margin-bottom:1px}
.expandable-locked-tombstone-wrapper{margin:6.5px}.expandable-locked-tombstone-wrapper.mobile.carousel{top:2px;position:relative;margin:0 15px 6.5px 6.5px}.expandable-locked-tombstone-wrapper:not(.mobile){width:235px;height:290px;position:relative}.expandable-locked-tombstone-wrapper .locked-tombstone a{display:block}.expandable-locked-tombstone-wrapper .locked-tombstone.tombstone-component.mobile.smaller-height{width:305px;min-height:260px}.expandable-locked-tombstone-wrapper .locked-tombstone.tombstone-component.mobile.smaller-height:first-of-type{position:relative;left:-4px}.expandable-locked-tombstone-wrapper .locked-tombstone.mobile{height:418px}.expandable-locked-tombstone-wrapper .locked-tombstone.mobile a{height:100%}.expandable-locked-tombstone-wrapper .locked-tombstone.expandable.tombstone-component.expanded{height:465px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-header{display:flex;flex-direction:column;justify-content:center;align-items:center;height:135px;background:linear-gradient(144deg, #ffffff 0%, #b2ecff 100%);transition:width .2s,height .2s;position:relative;overflow:hidden;flex-shrink:0}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-header .icon{color:#636363;background:url("../../../images/lock-blue.svg") no-repeat;width:30px;height:40px;background-size:100%;margin:0 auto;display:block}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-header .header-text{margin-top:15px;color:#008ac6;font-weight:700}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-body{align-items:center;display:flex;flex-direction:column}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-body .description{color:#1c1c1c;margin-top:8px;font-size:14px;font-weight:400}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-body .buttons{text-align:center;margin-top:14px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-body .buttons .join-button{background-color:#6ecc36;color:#fff;font-family:"Open Sans",sans-serif;font-size:16px;font-weight:600;justify-content:center;align-items:center;display:flex;width:122px;margin:0 auto 5px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-body .buttons .or{color:#636363;font-size:16px;font-weight:400}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content .locked-tombstone-body .buttons .sign-in-button{margin-top:5px;color:#0074a8;font-family:"Open Sans",sans-serif;font-size:16px;font-weight:700}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded{width:345px;height:465px;box-shadow:0px 1px 20px rgba(0,0,0,.7019607843)}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-header{height:195px;display:flex;align-items:center}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-header .icon{height:57px;width:43px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-body{align-items:unset;margin:10px 21px 26px 19px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-body .header-on-expand{color:#333;font-size:20px;font-weight:700;text-align:left}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-body .description{font-size:13px;font-weight:400;text-align:left}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-body .buttons{margin-top:20px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-body .buttons .join-button{font-size:18px;font-weight:700;height:45px;width:100%;margin-bottom:17px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.expanded .locked-tombstone-body .buttons .sign-in-button{margin-top:17px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.mobile{height:100%}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.mobile .locked-tombstone-header{height:126px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.mobile .locked-tombstone-body{padding-bottom:13px}.expandable-locked-tombstone-wrapper .locked-tombstone .locked-tombstone-content.mobile .locked-tombstone-body .buttons{margin-top:10px}
.related-companies-section{padding:24px 0}.related-companies-section .section-title-container{padding:0 30px 24px;display:flex;flex-wrap:wrap;justify-content:space-between}.related-companies-section .section-title-container .section-title{font-size:24px;line-height:36px;font-weight:600;color:#333}.related-companies-section .section-title-container .toggle-button{font-size:16px;line-height:22px;font-weight:600;color:#0074a8;border:none;background:#fff}.related-companies-section .section-title-container .toggle-button:hover{cursor:pointer}.related-companies-section .tombstones-section-container-carousel{padding-left:0}.related-companies-section .tombstones-section-container-carousel .tombstones-container .opportunities-horizontal-slider-wrapper .expandable-tombstone-wrapper:first-child{margin-left:21px}.related-companies-section .section-container .tombstones-container{width:auto;margin:0;padding:0 22px}.related-companies-section .section-container .tombstones-container .expandable-tombstone-wrapper:not(.mobile){width:250px}.related-companies-section .section-container .tombstones-container .expandable-tombstone-wrapper .expandable.tombstone-component.compact{width:250px}.related-companies-section .section-container .tombstones-container .expandable-tombstone-wrapper .expandable.tombstone-component.compact .tombstone-header .tombstone-header-component{width:250px}.related-companies-section .section-container .tombstones-container .expandable-tombstone-wrapper .expandable.tombstone-component.compact .tombstone-header .tombstone-header-component .video-component{width:250px}.related-companies-section .section-container .tombstones-container .expandable-tombstone-wrapper .expandable.tombstone-component.compact .tombstone-header .tombstone-header-component .video-component img.video-component-play-img{width:250px}.related-companies-section .section-container .tombstones-container .expandable-tombstone-wrapper .expandable.tombstone-component.compact .tombstone-header .tombstone-header-component img{width:250px}
.team-member-bios{width:20%;cursor:pointer;text-align:center;padding:20px;z-index:2;position:relative}.team-member-bios.border{border:2px solid rgba(0,0,0,0);border-radius:20px}.team-member-bios.border:hover{border-color:#c4c4c4}.team-member-bios .team-member-main-info img{height:84px;width:84px;object-fit:cover;border-radius:100%;object-position:top center}.team-member-bios .team-member-name-and-title .member-name{font-weight:700;margin:6px;font-size:15px;color:#0074a8;font-family:"Open Sans",sans-serif}.team-member-bios .team-member-name-and-title .member-title{color:#636363;font-size:14px;min-height:20px;margin-bottom:0;margin-top:0}.team-member-bios .arrow{position:absolute;bottom:var(--border-line-margin, 0);z-index:1;left:calc(50% - 9px)}.team-member-bios .arrow::before{content:"";border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);border-style:solid;border-width:9px;width:0;height:0;position:absolute;bottom:-1px;left:50%;z-index:1}.team-member-bios .arrow::after{content:"";border-color:rgba(0,0,0,0) rgba(0,0,0,0) #c4c4c4 rgba(0,0,0,0);border-style:solid;border-width:11px;width:0;height:0;position:absolute;bottom:0px;left:calc(50% - 2px)}@media(max-width: 1057px){.team-member-bios{padding:unset;width:100%}.team-member-bios .lazy-image-wrapper{display:flex;align-items:center}.team-member-bios .lazy-image-wrapper img{height:60px;width:60px}.team-member-bios:last-child header{border-bottom:unset}.team-member-bios header{border-bottom:1px solid #e5e5e5}.team-member-bios header .team-member-main-info{display:flex;gap:10px}.team-member-bios header .team-member-main-info .team-member-info{display:flex;align-items:center;flex:1;gap:10px;justify-content:center}.team-member-bios header .team-member-main-info .team-member-info .team-member-name-and-title{display:flex;flex-direction:column;flex:1;gap:5px}.team-member-bios header .team-member-main-info .team-member-info .team-member-name-and-title .member-name{margin:unset;text-align:start}.team-member-bios header .team-member-main-info .team-member-info .team-member-name-and-title .member-title{flex:1;align-self:flex-start;text-align:start}}
:root{--team-horizontal-row-border-line-margin: 30px}.team-horizontal .row{display:flex;background:#fff;z-index:3;position:relative}.team-horizontal .last-row{display:flex;background:#fff;z-index:3;position:relative;height:30px}.team-horizontal .team-bios{height:0;overflow:hidden;transition:1s;border-bottom:1px solid rgba(0,0,0,0)}.team-horizontal .team-bios.show{height:var(--team-bio-height, 0px)}.team-horizontal .team-bios.show.border{margin-bottom:15px;border-bottom:2px solid #c4c4c4}.team-horizontal .team-bios .border-line-container{position:relative;border-top:2px solid #c4c4c4;margin-top:10px;margin-top:var(--team-horizontal-row-border-line-margin, 0);padding-top:22px}.team-horizontal .team-bios .arrow{position:absolute;top:0;left:var(--arrow-left, 0%);transform:translateX(-50%);width:0;height:0;visibility:hidden}.team-horizontal .team-bios .arrow.show{visibility:visible}.team-horizontal .team-bios .arrow::before{content:"";border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);border-style:solid;border-width:12px;width:0;height:0;position:absolute;bottom:-1px;left:45%;z-index:1}.team-horizontal .team-bios .arrow::after{content:"";border-color:rgba(0,0,0,0) rgba(0,0,0,0) #c4c4c4 rgba(0,0,0,0);border-style:solid;border-width:12px;width:0;height:0;position:absolute;bottom:0px;left:45%}.team-horizontal .team-bios .horizontal{padding-bottom:18px}.team-horizontal .team-bios .horizontal .image{display:none}@media(min-width: 600px)and (max-width:850px){.team-horizontal .team-bios .horizontal .image{display:block}}.team-horizontal .team-bios .horizontal .name{font-size:24px;font-weight:600;margin-bottom:8px}@media(min-width: 600px)and (max-width:850px){.team-horizontal .team-bios .horizontal .name{display:block}}.team-horizontal .team-bios .horizontal .bio-title{font-size:15px;font-weight:300;margin-bottom:15px}
.team-vertical .additional-info{margin-top:-8px}
.team .team-member-wrapper{flex-wrap:wrap;justify-content:center;margin-bottom:-20px;display:block;align-items:unset;margin-top:5px;justify-content:start}@media(max-width: 1057px){.team .team-member-wrapper{margin-bottom:10px;flex-direction:column}}.team .team-member-wrapper .lazy-image-wrapper{height:84px;object-fit:cover;border-radius:100%;object-position:top center}.team .team-member-wrapper .hidden-member-info{display:none}.team .additional-info{text-align:start}.team .additional-info .bio{color:#636363;font-size:16px;font-weight:400;margin-bottom:15px;white-space:break-spaces}.team .additional-info a img{height:20px}@media(max-width: 1057px){.team .additional-info a img{margin-bottom:25px;width:20px}}@media(max-width: 1057px){.team .additional-info{padding-left:70px}}
.breadcrumbs{color:#707070;font-size:13px}.breadcrumbs>span{display:inline-block}.breadcrumbs>span:not(:last-child)::after{content:"›";margin-left:10px;margin-right:10px;font-size:16px;line-height:13px;position:relative;top:1px}.breadcrumbs a{color:inherit}@media(min-width: 310px)and (max-width:600px){.breadcrumbs{line-height:25px}}
.nofification-counter{position:absolute;border-radius:20px;padding:3px 7px;text-align:center;color:#fff;right:15px;top:7px;font-size:12px;line-height:14px;background-color:#c60035;font-weight:600}@media(min-width: 801px)and (max-width: 1290px){.expandable-side-menu:not(:hover) .nofification-counter{left:35px;right:unset;top:-2px;font-size:10px}}.nofification-counter-alternative{position:absolute;border-radius:20px;padding:3px 7px;text-align:center;color:#fff;right:15px;font-size:12px;font-weight:600}@media(min-width: 801px)and (max-width: 1290px){.expandable-side-menu:not(:hover) .nofification-counter-alternative{left:35px;right:unset;top:-2px;font-size:10px}}.nofification-counter-red{background-color:#c60035;line-height:14px;top:7px}.nofification-counter-light{color:#636363;line-height:17px}#news-feed-notification-count .nofification-counter,#watchlist-notification-count-feed-first .nofification-counter,#introductions-notification-count .nofification-counter,#introductions-notification-count-feed-first .nofification-counter,#my-profile-notification-count .nofification-counter,#events-notification-count .nofification-counter{background-color:unset;color:#333;margin-left:6px}
.event-page-container{min-height:100vh;width:100%;padding:24px 56px 43px 34px;background:url("/images/event-page-bg-wide.png") no-repeat;background-size:100% auto}@media(max-width: 1280px){.event-page-container{background-image:url("/images/event-page-bg.png")}}@media(max-width: 950px){.event-page-container{background-size:950px 500px;padding:20px 0}}@media(max-width: 600px){.event-page-container{padding:10px 0}}@media(min-width: 1830px){.event-page-container.guest-page{background-position:0 -80px}}.event-page-container.guest-page section,.event-page-container.guest-page .event-page-breadcrumb-navigation{max-width:1198px;margin-left:auto;margin-right:auto}.event-page-container.guest-page .event-page-breadcrumb-navigation{margin-bottom:22px}.event-page-container.guest-page .event-page-breadcrumb-navigation .breadcrumbs{color:#d2d2d2}@media(max-width: 722px){.event-page-container.guest-page .event-page-breadcrumb-navigation .breadcrumbs{padding-left:20px}}.event-page-container .video-wrapper{margin-bottom:20px}@media(max-width: 600px){.event-page-container .video-wrapper.chat-margin{margin-bottom:266px}}@media(min-width: 601px)and (max-width: 998px){.event-page-container .video-wrapper.chat-margin{margin-bottom:200px}}.event-page-container section{max-width:1100px}.event-page-container section.white-box-section{background:#fff;border:1px solid #e5e5e5;border-radius:2px;margin-bottom:20px}.event-page-container section#speakers-section{padding:24px 30px}@media(max-width: 600px){.event-page-container section#speakers-section{padding:0}.event-page-container section#speakers-section .box-header{margin-bottom:0;padding:22px 22px 0}.event-page-container section#speakers-section .box-header .box-title .simple-title.new-design{margin-bottom:0}.event-page-container section#speakers-section .box-content-wrapper{padding:0 22px}.event-page-container section#speakers-section .collapsible-section .section-content{padding:0}.event-page-container section#speakers-section .collapsible-section .section-content .box-header{padding:0}}.event-page-container section.events-tombstones-section{padding:22px 38px 0}@media(max-width: 600px){.event-page-container section.events-tombstones-section{padding:0 22px}}.event-page-container section.events-tombstones-section .section-title{font-size:24px;line-height:33px;font-weight:700;text-align:center;color:#000}.event-page-container section.events-tombstones-section .tombstones-container{width:100%;gap:20px;margin:0 auto;display:flex}.event-page-container section.events-tombstones-section .tombstones-container .event-tombstone{max-width:330px;height:auto;flex:1}
