@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);body{font-family:"Inter",serif;font-size:16px;font-weight:400;line-height:24px;margin:0;color:#000;background:#fff}body.temp{background:none}body.search_scrollLock{overflow-y:scroll;position:fixed;width:100%}::-webkit-scrollbar-thumb{background:#c1c1c1}::-webkit-scrollbar{width:15px}ul{margin:0;padding:0}li,ul{list-style-type:none}a{text-decoration:none;color:#323232}*,:after,:before{box-sizing:border-box}.container{width:calc(100% - 160px);max-width:1352px;margin:0 auto}h1,h2,h3,h4,h5{font-family:"Geist Mono",serif;margin:0;padding:0}h2{font-size:32px;line-height:34px}h2,h3{font-weight:700}h3{font-size:22px}h4{font-size:21px;font-weight:700}p{margin:0;padding:0}button,input,select,textarea{outline:none}.starRating{text-align:left;min-height:30px}@media (max-width:939px){.starRating{min-height:inherit}}.fa-star,.fa-star-half-empty,.fa-star-o{color:#ffd28c;margin-right:7px;font-size:18px!important;position:relative;display:inline-block;text-align:left}.fa-star.outline{position:absolute;left:0;overflow:hidden}.fa-star.zero{width:0}.fa-star.ten{width:27.66%}.fa-star.twenty{width:33.66%}.fa-star.thirty{width:39.66%}.fa-star.forty{width:44.66%}.fa-star.fifty{width:48.66%}.fa-star.sixty{width:52.66%}.fa-star.seventy{width:58.66%}.fa-star.eighty{width:63.66%}.fa-star.ninty{width:69.66%}.fa-star.hundred{width:100%}:root{--star-rating-size:40px;--unchecked-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='%23fff' stroke='%23666' d='M25 1l6 17h18L35 29l5 17-15-10-15 10 5-17L1 18h18z'/%3E%3C/svg%3E");--checked-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='orange' stroke='orange' stroke-width='2' d='M25 1l6 17h18L35 29l5 17-15-10-15 10 5-17L1 18h18z'/%3E%3C/svg%3E");--hovered-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='orange' stroke='orange' stroke-width='2' d='M25 1l6 17h18L35 29l5 17-15-10-15 10 5-17L1 18h18z'/%3E%3C/svg%3E");--max-stars:5}.star-rating{width:-webkit-min-content;width:-moz-min-content;width:min-content;padding:3px 40px 0 0}.star-rating>div{position:relative;height:40px;height:var(--star-rating-size);width:200px;width:calc(var(--star-rating-size)*var(--max-stars));background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='%23fff' stroke='%23666' d='M25 1l6 17h18L35 29l5 17-15-10-15 10 5-17L1 18h18z'/%3E%3C/svg%3E");background-image:var(--unchecked-image)}.star-rating>div,.star-rating label{background-size:40px 40px;background-size:var(--star-rating-size) var(--star-rating-size)}.star-rating label{position:absolute;height:100%}.star-rating label:first-of-type{z-index:10;width:20%;width:calc(100%/var(--max-stars)*1)}.star-rating label:nth-of-type(2){z-index:9;width:40%;width:calc(100%/var(--max-stars)*2)}.star-rating label:nth-of-type(3){z-index:8;width:60%;width:calc(100%/var(--max-stars)*3)}.star-rating label:nth-of-type(4){z-index:7;width:80%;width:calc(100%/var(--max-stars)*4)}.star-rating label:nth-of-type(5){z-index:6;width:100%;width:calc(100%/var(--max-stars)*5)}.star-rating label:nth-of-type(6){z-index:5;width:120%;width:calc(100%/var(--max-stars)*6)}.star-rating label:nth-of-type(7){z-index:4;width:140%;width:calc(100%/var(--max-stars)*7)}.star-rating label:nth-of-type(8){z-index:3;width:160%;width:calc(100%/var(--max-stars)*8)}.star-rating label:nth-of-type(9){z-index:2;width:180%;width:calc(100%/var(--max-stars)*9)}.star-rating label:nth-of-type(10){z-index:1;width:200%;width:calc(100%/var(--max-stars)*10)}.star-rating input:checked+label,.star-rating input:focus+label{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='orange' stroke='orange' stroke-width='2' d='M25 1l6 17h18L35 29l5 17-15-10-15 10 5-17L1 18h18z'/%3E%3C/svg%3E");background-image:var(--checked-image)}.star-rating input:checked+label:hover,.star-rating label:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='orange' stroke='orange' stroke-width='2' d='M25 1l6 17h18L35 29l5 17-15-10-15 10 5-17L1 18h18z'/%3E%3C/svg%3E");background-image:var(--hovered-image)}.star-rating>div:focus-within{outline:.25rem solid #add8e6;outline:none}.star-rating input,.star-rating label>span{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.star-value{font-size:5rem;margin:.2rem}.padding_b_0{padding-bottom:0!important}.clsCursor{cursor:pointer!important}.testimonial_BoldTxt{font-size:24px;font-weight:600;color:#000;line-height:32px;text-align:left}@media (max-width:1139px){.testimonial_BoldTxt{font-size:22px}}.testimonial_txt,.vendor_Testimonial_Block .txt,.vendorDetails .vendorDetailBox ul li .txt{font-weight:300;color:#000;font-size:21px;line-height:29px}@media (max-width:939px){.testimonial_txt,.vendor_Testimonial_Block .txt,.vendorDetails .vendorDetailBox ul li .txt{font-size:21px;line-height:30px}}.clsVideoBox .content_videos .profile,.user_profile,.vendor_Testimonial_Block .profile,.vendor_videos .vendorDetailBox ul li .content_videos .profile,.vendorDetails .vendorDetailBox ul li .profile{text-align:left}.clsVideoBox .content_videos .profile img,.user_profile img,.vendor_Testimonial_Block .profile img,.vendor_videos .vendorDetailBox ul li .content_videos .profile img,.vendorDetails .vendorDetailBox ul li .profile img{float:left;margin:0 10px 24px 0;width:34px!important;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;border:none!important}.clsVideoBox .content_videos .profile .details,.user_profile .details,.vendor_Testimonial_Block .profile .details,.vendor_videos .vendorDetailBox ul li .content_videos .profile .details,.vendorDetails .vendorDetailBox ul li .profile .details{color:#606060;margin:19px 0 21px}.clsVideoBox .content_videos .profile .details span.name,.user_profile .details span.name,.vendor_Testimonial_Block .profile .details span.name,.vendor_videos .vendorDetailBox ul li .content_videos .profile .details span.name,.vendorDetails .vendorDetailBox ul li .profile .details span.name{display:block;font-size:18px;margin-bottom:2px}.clsVideoBox .content_videos .profile .details span.desn,.user_profile .details span.desn,.vendor_Testimonial_Block .profile .details span.desn,.vendor_videos .vendorDetailBox ul li .content_videos .profile .details span.desn,.vendorDetails .vendorDetailBox ul li .profile .details span.desn{font-size:12px;line-height:18px;display:block}.pop_logo{width:auto!important;max-width:140px;float:none;margin:0}.clsVideoBox .content_videos a.link,.vendor_Testimonial_Block a.link,.vendor_videos .vendorDetailBox ul li .content_videos a.link,.vendorDetails .vendorDetailBox ul li a.link,.viewLink_IconEye{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#f08230;color:#fff;border:1px solid #f08230;height:40px;padding:8px 16px 8px 10px;display:inline-block;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.clsVideoBox .content_videos a.link:before,.vendor_Testimonial_Block a.link:before,.vendor_videos .vendorDetailBox ul li .content_videos a.link:before,.vendorDetails .vendorDetailBox ul li a.link:before,.viewLink_IconEye:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:26px;height:16px;background-position:-63px -271px;top:2px;margin-right:12px}@media (max-width:939px){.clsVideoBox .content_videos a.link,.vendor_Testimonial_Block a.link,.vendor_videos .vendorDetailBox ul li .content_videos a.link,.vendorDetails .vendorDetailBox ul li a.link,.viewLink_IconEye{font-size:16px}}.clsVideoBox .content_videos a.link:hover,.vendor_Testimonial_Block a.link:hover,.vendor_videos .vendorDetailBox ul li .content_videos a.link:hover,.vendorDetails .vendorDetailBox ul li a.link:hover,.viewLink_IconEye:hover{background:#f08230;color:#fff;border:1px solid #f08230}.clsVideoBox .content_videos a.link:hover:before,.vendor_Testimonial_Block a.link:hover:before,.vendor_videos .vendorDetailBox ul li .content_videos a.link:hover:before,.vendorDetails .vendorDetailBox ul li a.link:hover:before,.viewLink_IconEye:hover:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:26px;height:16px;background-position:-63px -271px;top:2px;margin-right:12px}.read_button_active,.vendor_Testimonial_Block a.active,.vendorDetails .vendorDetailBox ul li a.active{background:#f08230;color:#fff;border:1px solid #f08230;padding:8px 16px 8px 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.read_button_active:before,.vendor_Testimonial_Block a.active:before,.vendorDetails .vendorDetailBox ul li a.active:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:26px;height:16px;background-position:-63px -271px;top:2px;margin-right:12px}.vendor_Testimonial_Block,.vendorDetails .vendorDetailBox ul li{margin-bottom:19px}.vendor_Testimonial_Block .featured_content,.vendorDetails .vendorDetailBox ul li .featured_content{position:absolute;top:20px;right:20px;text-transform:uppercase;font-size:11px;letter-spacing:1.5px;font-weight:600;color:#00cbad}.caseStudiesBox,.vendor_caseStudies .vendorDetailBox ul li{padding:30px 27px 34px;box-sizing:border-box}.caseStudiesBox .case_studies_content_block,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block{display:flex;align-items:center;margin-top:5px;margin-bottom:12px;word-break:break-word}@media (max-width:1139px){.caseStudiesBox .case_studies_content_block,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block{flex-direction:column}}.caseStudiesBox .case_studies_content_block .left,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .left{margin-right:19px}@media (max-width:1139px){.caseStudiesBox .case_studies_content_block .left,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .left{margin-right:0}}.caseStudiesBox .case_studies_content_block .left .img_block img,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .left .img_block img{border:2px solid #c1c1c1;max-width:152px;max-height:191px}@media (max-width:1139px){.caseStudiesBox .case_studies_content_block .left .img_block img,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .left .img_block img{max-width:152px}}.caseStudiesBox .case_studies_content_block .right .logo,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .right .logo{margin-bottom:20px}@media (max-width:1139px){.caseStudiesBox .case_studies_content_block .right .logo,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .right .logo{display:flex;justify-content:center;align-items:center;margin:15px 0 10px;text-align:center;height:40px}}.caseStudiesBox .case_studies_content_block .right .logo img,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .right .logo img{max-width:141px;max-height:60px}.caseStudiesBox .case_studies_content_block .right .title,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .right .title{color:#4c4c4c;font-family:"Inter",serif;font-size:24px;font-weight:700;line-height:31px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;height:126px}@media (max-width:1139px){.caseStudiesBox .case_studies_content_block .right .title,.vendor_caseStudies .vendorDetailBox ul li .case_studies_content_block .right .title{display:block;text-align:center}}.caseStudiesBox .reference_locked,.vendor_caseStudies .vendorDetailBox ul li .reference_locked{background-color:#6679a4!important;color:#fff!important;width:194px!important;height:35px!important;position:relative!important;bottom:0!important;left:0!important;margin-top:26px}.caseStudiesBox .reference_locked:before,.vendor_caseStudies .vendorDetailBox ul li .reference_locked:before{background-position:-2px -602px!important}.clsVideoBox,.vendor_videos .vendorDetailBox ul li{border:none}.clsVideoBox .header_img,.vendor_videos .vendorDetailBox ul li .header_img{position:relative;max-height:200px;overflow:hidden;cursor:pointer}.clsVideoBox .header_img img,.vendor_videos .vendorDetailBox ul li .header_img img{width:100%;max-width:100%;border-top-left-radius:6px;border-top-right-radius:6px;max-height:270px;position:relative;top:-35px}.clsVideoBox .header_img .btn_play,.vendor_videos .vendorDetailBox ul li .header_img .btn_play{position:absolute;bottom:24px;left:20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;background:#fff;padding:11px 27px 12px 35px;font-family:"Inter",serif;font-size:18px;font-weight:600;color:#4a4a4a;cursor:pointer}.clsVideoBox .header_img .btn_play img,.vendor_videos .vendorDetailBox ul li .header_img .btn_play img{width:auto;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;position:relative;top:5px;right:10px}.clsVideoBox .header_img .btn_play a,.vendor_videos .vendorDetailBox ul li .header_img .btn_play a{transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.clsVideoBox .header_img .btn_play.btn_play_hover,.clsVideoBox .header_img .btn_play:hover,.clsVideoBox .header_img .btn_play a:hover,.vendor_videos .vendorDetailBox ul li .header_img .btn_play.btn_play_hover,.vendor_videos .vendorDetailBox ul li .header_img .btn_play:hover,.vendor_videos .vendorDetailBox ul li .header_img .btn_play a:hover{color:#f45b69}.clsVideoBox .content_videos,.vendor_videos .vendorDetailBox ul li .content_videos{padding:12px 0 10px 22px}.clsVideoBox .content_videos .txt,.vendor_videos .vendorDetailBox ul li .content_videos .txt{font-size:18px;font-weight:700;line-height:25px}@media (max-width:939px){.clsVideoBox .content_videos .txt,.vendor_videos .vendorDetailBox ul li .content_videos .txt{font-size:18px}}.clsVideoBox .content_videos .profile .details,.vendor_videos .vendorDetailBox ul li .content_videos .profile .details{margin:9px 0 11px;position:relative;top:-4px}.clsVideoBox .content_videos .profile .details span.desn,.vendor_videos .vendorDetailBox ul li .content_videos .profile .details span.desn{width:240px}.caseStudy_txt{font-size:18px;font-weight:700;line-height:25px}.caseStudy_txt img{float:right}.middleSection{margin:0 auto}.middleSection .container{width:calc(100% - 68px);max-width:1200px;padding-bottom:30px}@media (max-width:575px){.middleSection .container{width:calc(100% - 60px)}}@media (max-width:480px){.middleSection .container{width:calc(100% - 40px)}}.vendor_page_header_section .container{width:calc(100% - 68px);max-width:1200px}@media (max-width:575px){.vendor_page_header_section .container{width:calc(100% - 60px)}}@media (max-width:480px){.vendor_page_header_section .container{width:calc(100% - 40px)}}.vendor_page_header_section .cls_back{font-size:14px;text-transform:uppercase;display:flex;align-items:center}.vendor_page_header_section .cls_back:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:7px;height:7px;background-position:-409px -56px;margin-left:5px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);margin-right:5px}.vendor_page_header_section .cls_back a{text-decoration:underline;color:#666}.vendor_page_header_section .vendor_page_main_heading{padding:20px 0 0}.vendor_page_header_section .vendor_page_main_heading h1{font-family:"Inter",serif;font-size:32px;font-weight:700;line-height:34px;color:#000}@media (max-width:480px){.vendor_page_header_section .vendor_page_main_heading h1{font-size:25px}}.vendor_portal_filter_section{display:flex;align-items:flex-start;flex-wrap:wrap;padding:14px 0 45px}.vendor_portal_filter_section .container{width:calc(100% - 68px);max-width:1200px;display:flex;grid-gap:20px;gap:20px}@media (max-width:939px){.vendor_portal_filter_section .container{flex-direction:column}}@media (max-width:575px){.vendor_portal_filter_section .container{width:calc(100% - 60px)}}@media (max-width:480px){.vendor_portal_filter_section .container{width:calc(100% - 40px)}}.vendor_portal_filter_section .left{width:calc(100% - 356px);display:flex;align-items:flex-start;grid-gap:10px;gap:10px}@media (max-width:1139px){.vendor_portal_filter_section .left{width:calc(100% - 250px)}}@media (max-width:939px){.vendor_portal_filter_section .left{width:100%;display:flex;flex-direction:column}}.vendor_portal_filter_section .left .searchBlock{width:100%;height:40px;font-size:14px;border:1px solid #ccc;position:relative;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:0 40px 0 15px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:1139px){.vendor_portal_filter_section .left .searchBlock{font-size:13px}}@media (max-width:939px){.vendor_portal_filter_section .left .searchBlock{font-size:14px}}.vendor_portal_filter_section .left .searchBlock:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-343px -349px;position:absolute;top:20px;right:10px}@media (max-width:939px){.vendor_portal_filter_section .left .choose_company,.vendor_portal_filter_section .left .choose_industry,.vendor_portal_filter_section .left .filter_view,.vendor_portal_filter_section .left .products{width:100%;margin:0}}.vendor_portal_filter_section .left .filter_view{position:relative}.vendor_portal_filter_section .left .filter_view .datalist{width:100%;border:1px solid #f0f1f2;position:absolute;top:46px;z-index:100;background:#fff;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;display:none}.vendor_portal_filter_section .left .filter_view .datalist ul li a{display:flex;padding:6px 10px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.vendor_portal_filter_section .left .filter_view .datalist ul li a:hover{background:rgba(202,202,234,.4)}.vendor_portal_filter_section .left .filter_view .datalist ul li:last-child{padding-bottom:0}.vendor_portal_filter_section .left .choose_industry{position:relative}.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock{width:100%;background:#fff;border:1px solid #f0f1f2;border-top:none;position:absolute;top:48px;z-index:100;display:none}.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .searchBox{position:relative}.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .searchBox input[type=text]{width:100%;height:48px;border:1px solid #f0f1f2;border-top:none;font-family:"Inter",serif;font-size:14px;color:rgba(50,50,50,.5);padding-left:10px}.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .searchBox span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-343px -336px;cursor:pointer;position:absolute;top:18px;right:15px}.vendor_portal_filter_section .left .choose_company{position:relative}.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock{width:100%;background:#fff;border:1px solid #f0f1f2;border-top:none;position:absolute;top:48px;z-index:100;display:none}.vendor_portal_filter_section .left .choose_company,.vendor_portal_filter_section .left .choose_industry,.vendor_portal_filter_section .left .filter_view{width:33.3333%}@media (max-width:939px){.vendor_portal_filter_section .left .choose_company,.vendor_portal_filter_section .left .choose_industry,.vendor_portal_filter_section .left .filter_view{width:100%}}.vendor_portal_filter_section .left .products{position:relative}.vendor_portal_filter_section .left .products .productBlock{width:100%;background:#fff;border:1px solid #f0f1f2;border-top:none;position:absolute;top:48px;z-index:100;display:none}.vendor_portal_filter_section .left input[type=button]{width:100px;height:40px;font-family:"Geist Mono",serif;font-size:14px;background-color:#1c1259;color:#fff;border:none;cursor:pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-right:10px}@media (max-width:939px){.vendor_portal_filter_section .left input[type=button]{width:100%;margin-right:0}}.vendor_portal_filter_section .left span.reset{font-size:14px;position:relative;top:9px}@media (max-width:939px){.vendor_portal_filter_section .left span.reset{top:0}}.vendor_portal_filter_section .left span.reset a{text-decoration:underline;color:#000}.vendor_portal_filter_section .left .selected_list{margin-top:8px;display:none}.vendor_portal_filter_section .left .selected_list ul{display:flex;flex-wrap:wrap}.vendor_portal_filter_section .left .selected_list ul li{background:#cacaea;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;padding:4px 8px 4px 12px;font-size:12px;color:#000;margin:0 5px 5px 0;display:flex;align-items:center}.vendor_portal_filter_section .left .selected_list ul li span.close_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:7px;height:7px;background-position:-343px -426px;margin-left:11px;cursor:pointer;top:1px}.vendor_portal_filter_section .left .selected_list ul li:last-child{margin-right:0}.vendor_portal_filter_section .right{width:356px}@media (max-width:1139px){.vendor_portal_filter_section .right{width:250px}}@media (max-width:939px){.vendor_portal_filter_section .right{width:100%}}.vendor_portal_filter_section .right .search_box{position:relative}.vendor_portal_filter_section .right .search_box span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:20px;height:20px;background-position:-409px -229px;position:absolute;top:11px;left:10px}.vendor_portal_filter_section .right .search_box input[type=search]{width:100%;height:40px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #ccc;font-size:14px;padding-left:37px}.filter_section .container,.vendor_page_main_heading .container{width:calc(100% - 68px);max-width:1200px}.vendorProfileAboutBlock .vendor_logo{margin:20px 0 13px}.vendorProfileAboutBlock .vendor_logo img{width:auto;height:auto;max-width:150px;max-height:45px}.vendorProfileAboutBlock .content_block{width:90%}@media (max-width:939px){.vendorProfileAboutBlock .content_block{width:100%}}.vendorProfileAboutBlock .content_block p{line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;height:85px}.vendorProfileAboutBlock .content_block p.show_content{-webkit-line-clamp:initial;height:auto}.vendorProfileAboutBlock .content_block a.showLessMoreContent{display:inline-block;color:#1c1259;font-size:13px;font-weight:700;text-decoration:underline}.vendorProfileAboutBlock .content_block .category_type{display:flex;align-items:flex-start;margin:30px 0 27px}@media (max-width:480px){.vendorProfileAboutBlock .content_block .category_type{flex-direction:column}}.vendorProfileAboutBlock .content_block .category_type .category_txt{display:flex;align-items:center;width:110px}.vendorProfileAboutBlock .content_block .category_type .category_txt:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:13px;background-position:-343px -321px;top:-1px;margin-right:9px}.vendorProfileAboutBlock .content_block .category_type .category_txt .txt{margin:0}.vendorProfileAboutBlock .content_block .category_type .category_list_block{width:calc(100% - 110px)}.vendorProfileAboutBlock .content_block .category_type .category_list_block ul{width:100%;display:flex;flex-wrap:wrap;max-width:483px;height:74px;overflow:hidden}@media (max-width:480px){.vendorProfileAboutBlock .content_block .category_type .category_list_block ul{margin-top:10px}}.vendorProfileAboutBlock .content_block .category_type .category_list_block ul.list_category li a{font-size:12px;font-weight:500;background-color:#f3f3f3;margin:0 6px 6px 0;padding:8px 15px;display:block;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.vendorProfileAboutBlock .content_block .category_type .category_list_block .showLessMoreContent{position:relative;left:5px}@media (max-width:480px){.vendorProfileAboutBlock .content_block .category_type .category_txt,.vendorProfileAboutBlock .content_block .category_type ul{width:100%}}.vendorProfileAboutBlock .social_icon .txt{font-size:15px;font-weight:600;margin-bottom:10px}.vendorProfileAboutBlock .social_icon ul{display:flex;align-items:center}.vendorProfileAboutBlock .social_icon ul li{margin-right:20px}.vendorProfileAboutBlock .social_icon ul li img{width:auto;height:auto}.vendorProfileAboutBlock .social_icon ul li:last-child{margin-right:0}.vendorProfileAboutBlock .btn_visit_web{margin-top:30px}.vendorProfileAboutBlock .btn_visit_web a{width:170px;height:48px;font-weight:500;display:flex;justify-content:center;align-items:center;background:#e28744;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}.vendorProfileCustomerReferenceRating{margin-top:75px}@media (max-width:939px){.vendorProfileCustomerReferenceRating{margin-top:45px}}.vendorProfileCustomerReferenceRating h2{font-size:24px;font-weight:700}@media (max-width:480px){.vendorProfileCustomerReferenceRating h2{font-size:22px}}.vendorProfileCustomerReferenceRating p{max-width:500px;font-size:14px;line-height:22px;margin:12px 0 19px}.vendorProfileCustomerReferenceRating ul li{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f1f2;padding-bottom:9px;margin-bottom:14px}@media (max-width:480px){.vendorProfileCustomerReferenceRating ul li{flex-direction:column;align-items:flex-start}}.vendorProfileCustomerReferenceRating ul li .left{display:flex;flex-direction:column}@media (max-width:480px){.vendorProfileCustomerReferenceRating ul li .left{margin-bottom:10px}}.vendorProfileCustomerReferenceRating ul li .left div span.txt{display:inline-block;margin-right:5px}.vendorProfileCustomerReferenceRating ul li .right{display:flex}@media (max-width:480px){.vendorProfileCustomerReferenceRating ul li .right{width:100%}}.vendorProfileCustomerReferenceRating ul li .right .starIcon{display:flex}.vendorProfileCustomerReferenceRating ul li .right .starIcon .fa.fa-star{color:#ffd28c}@media (max-width:379px){.vendorProfileCustomerReferenceRating ul li .right .starIcon .fa.fa-star{margin-right:2px}}.vendorProfileCustomerReferenceRating ul li .right .rating{font-weight:700;color:#000;margin-right:15px}.vendorProfileCustomerReferenceRating ul li .right span.link a{display:flex;align-items:center;font-size:15px;font-weight:600;color:#1c1259;margin-top:2px;letter-spacing:.1px}.vendorProfileCustomerReferenceRating ul li:last-child{border-bottom:none}.vendorProfileSoftwareAwards{width:300px;display:flex;flex-direction:column;margin:0 auto}@media (max-width:939px){.vendorProfileSoftwareAwards{background:#fafafa;width:100%;padding:20px 30px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}}@media (max-width:480px){.vendorProfileSoftwareAwards{padding:20px}}@media (max-width:379px){.vendorProfileSoftwareAwards{padding:15px}}.vendorProfileSoftwareAwards h2{font-size:24px;font-weight:700}@media (max-width:480px){.vendorProfileSoftwareAwards h2{font-size:22px}}.vendorProfileSoftwareAwards .software_awards_content_block{margin:17px 10px 0 0}.vendorProfileSoftwareAwards .software_awards_content_block ul li{display:flex;margin-bottom:26px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .left{width:95px;margin-right:20px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .left .svg_logo{width:95px;position:relative;top:3px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .left .svg_logo svg{width:95px;height:auto}.vendorProfileSoftwareAwards .software_awards_content_block ul li .left .svg_logo.svg_circle_award{top:-5px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .left .svg_logo.svg_circle_award svg{width:123px;position:relative;left:-14px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .left .svg_logo.svg_penta_award svg{width:76px;position:relative;left:10px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .left .svg_logo.svg_hex_award svg{width:100px;position:relative;left:-3px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right{width:calc(100% - 80px)}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right span{display:flex;flex-direction:column}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right span.date{font-size:12px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right span.type{font-family:"Geist Mono",serif;font-size:16px;font-weight:700;margin:8px 0}@media (max-width:379px){.vendorProfileSoftwareAwards .software_awards_content_block ul li .right span.type{font-size:15px}}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right span.category{font-size:14px}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block{display:flex;margin-top:12px}@media (max-width:379px){.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block{flex-direction:column;margin-top:7px}}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block span{font-size:12px;margin-right:15px;flex-direction:row;align-items:center}@media (max-width:379px){.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block span{margin-right:0}}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block span:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-343px -297px;margin-right:6px}@media (max-width:379px){.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block span.press_release{margin-bottom:7px}}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block span:last-child{margin-right:0}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block span span{display:inherit;margin-right:0}.vendorProfileSoftwareAwards .software_awards_content_block ul li .right .software_award_footer_block span span:before{display:none}.vendorProfileSoftwareAwards .software_awards_content_block ul li:last-child{margin-bottom:0}.vendorProfileSoftwareAwards .software_awards_content_block ul .showLessMoreAward{font-size:12px;font-weight:500;color:#2b57c9;display:flex;align-items:center;top:-18px;margin-left:100px}.discover_customer_reference_section .container .vendor_profile_content_block ul,.vendorProfileListContent ul{display:flex;flex-wrap:wrap}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block ul,.vendorProfileListContent ul{flex-direction:column}}.discover_customer_reference_section .container .vendor_profile_content_block ul li,.vendorProfileListContent ul li{background-color:#fff;width:calc(33.3333% - 16px);margin-right:24px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li,.vendorProfileListContent ul li{width:calc(33.3333% - 11px);margin-right:16px}}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block ul li,.vendorProfileListContent ul li{width:100%;margin:0 0 20px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block h3,.vendorProfileListContent ul li .vendor_top_content_block h3{font-family:"Inter",serif;font-size:18px;font-weight:700;line-height:27px}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block .user_details,.vendorProfileListContent ul li .vendor_top_content_block .user_details{display:flex;margin:17px 0 25px}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block .user_details .img_block,.vendorProfileListContent ul li .vendor_top_content_block .user_details .img_block{margin-right:8px;position:relative;top:1px}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block .user_details .img_block img,.vendorProfileListContent ul li .vendor_top_content_block .user_details .img_block img{width:32px;height:32px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block .user_details .txt,.vendorProfileListContent ul li .vendor_top_content_block .user_details .txt{display:flex;flex-direction:column;line-height:28px}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block .user_details .txt span.desgn,.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block .user_details .txt span.name,.vendorProfileListContent ul li .vendor_top_content_block .user_details .txt span.desgn,.vendorProfileListContent ul li .vendor_top_content_block .user_details .txt span.name{font-family:"Inter",serif;font-size:16px}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block .user_details .txt span.name,.vendorProfileListContent ul li .vendor_top_content_block .user_details .txt span.name{font-weight:700}.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn,.vendorProfileListContent ul li .read_btn{width:calc(100% - 48px);margin:0 auto}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn,.vendorProfileListContent ul li .read_btn{width:calc(100% - 30px)}}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn,.vendorProfileListContent ul li .read_btn{width:calc(100% - 48px)}}@media (max-width:480px){.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn,.vendorProfileListContent ul li .read_btn{width:calc(100% - 30px)}}.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn a,.vendorProfileListContent ul li .read_btn a{width:100%;height:56px;background-color:#ee4266;display:flex;justify-content:center;align-items:center;font-family:"Libre Franklin",sans-serif;font-size:16px;font-weight:600;color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:379px){.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn a,.vendorProfileListContent ul li .read_btn a{height:50px;font-size:15px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn a:after,.vendorProfileListContent ul li .read_btn a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:6px;height:8px;background-position:-343px -311px;margin-left:15px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies,.vendorProfileListContent ul li.case_studies{padding-bottom:24px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .logo_img,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .logo_img{background-color:#fafafa;text-align:center;padding:15px 0 24px;min-height:171px;display:flex;justify-content:center;align-items:center}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .logo_img img,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .logo_img img{max-width:214px;max-height:128px;object-fit:contain}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block{width:calc(100% - 48px);padding:16px 0 21px;margin:0 auto}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block{width:calc(100% - 30px);padding-bottom:0}}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block{width:calc(100% - 48px)}}@media (max-width:480px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block{width:calc(100% - 30px)}}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt{max-width:280px;font-size:24px;line-height:36px}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt{font-size:22px;line-height:32px}}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt{max-width:inherit;margin-bottom:21px}}@media (max-width:767px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block h3.lrg_txt{max-width:inherit;font-size:18px;line-height:27px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block p,.vendorProfileListContent ul li.case_studies .vendor_top_content_block .case_studies_content_block p{font-size:14px;margin-top:10px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials,.vendorProfileListContent ul li.testimonials{padding:16px 24px 24px}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials,.vendorProfileListContent ul li.testimonials{padding:16px 15px 24px}}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials,.vendorProfileListContent ul li.testimonials{padding:16px 24px 24px}}@media (max-width:480px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials,.vendorProfileListContent ul li.testimonials{padding:16px 15px 24px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials .vendor_top_content_block .logo img,.vendorProfileListContent ul li.testimonials .vendor_top_content_block .logo img{max-width:150px;max-height:45px;object-fit:contain}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials .vendor_top_content_block span,.vendorProfileListContent ul li.testimonials .vendor_top_content_block span{display:block}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials .vendor_top_content_block span.testimonialTxt,.vendorProfileListContent ul li.testimonials .vendor_top_content_block span.testimonialTxt{font-size:18px;line-height:27px;margin-top:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:107px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials .vendor_top_content_block .user_details,.vendorProfileListContent ul li.testimonials .vendor_top_content_block .user_details{margin-top:23px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials .read_btn,.vendorProfileListContent ul li.testimonials .read_btn{width:100%}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video,.vendorProfileListContent ul li.video{padding-bottom:24px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_img_block,.vendorProfileListContent ul li.video .vendor_top_content_block .video_img_block{position:relative;overflow:hidden}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_img_block .video_img,.vendorProfileListContent ul li.video .vendor_top_content_block .video_img_block .video_img{display:flex}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_img_block .video_img img,.vendorProfileListContent ul li.video .vendor_top_content_block .video_img_block .video_img img{width:100%;object-fit:cover;object-position:50% 50%}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_img_block .play_btn,.vendorProfileListContent ul li.video .vendor_top_content_block .video_img_block .play_btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_img_block.youtube .video_img img,.vendorProfileListContent ul li.video .vendor_top_content_block .video_img_block.youtube .video_img img{width:100%;position:relative;aspect-ratio:10/4}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_content_block,.vendorProfileListContent ul li.video .vendor_top_content_block .video_content_block{padding:8px 24px 0}@media (max-width:480px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_content_block,.vendorProfileListContent ul li.video .vendor_top_content_block .video_content_block{padding:8px 16px 0}}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_content_block .logo,.vendorProfileListContent ul li.video .vendor_top_content_block .video_content_block .logo{display:flex}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_content_block .logo img,.vendorProfileListContent ul li.video .vendor_top_content_block .video_content_block .logo img{width:auto;height:auto;max-width:60px;max-height:35px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video .vendor_top_content_block .video_content_block h3,.vendorProfileListContent ul li.video .vendor_top_content_block .video_content_block h3{margin-top:13px}.discover_customer_reference_section .container .vendor_profile_content_block ul li:last-child,.vendorProfileListContent ul li:last-child{margin:0}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonial_reviews,.vendorProfileListContent ul li.testimonial_reviews{padding:20px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonial_reviews .logo img,.vendorProfileListContent ul li.testimonial_reviews .logo img{width:auto;height:auto;max-width:150px;max-height:50px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonial_reviews p,.vendorProfileListContent ul li.testimonial_reviews p{font-size:21px;line-height:29px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:17px 0}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonial_reviews .footer_bottom .user_details span,.vendorProfileListContent ul li.testimonial_reviews .footer_bottom .user_details span{display:flex}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonial_reviews .footer_bottom .user_details span.name,.vendorProfileListContent ul li.testimonial_reviews .footer_bottom .user_details span.name{font-weight:700}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_study_reviews h4,.vendorProfileListContent ul li.case_study_reviews h4{background-color:#f5f5f9;padding:30px 40px 40px 20px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_study_reviews h4 span,.vendorProfileListContent ul li.case_study_reviews h4 span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_study_reviews .footer_bottom_case_study,.vendorProfileListContent ul li.case_study_reviews .footer_bottom_case_study{display:flex;justify-content:space-between;padding:15px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_study_reviews .footer_bottom_case_study .user_details span,.vendorProfileListContent ul li.case_study_reviews .footer_bottom_case_study .user_details span{display:flex}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_study_reviews .footer_bottom_case_study .user_details span.name,.vendorProfileListContent ul li.case_study_reviews .footer_bottom_case_study .user_details span.name{font-weight:700}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_study_reviews .footer_bottom_case_study .case_study_logo img,.vendorProfileListContent ul li.case_study_reviews .footer_bottom_case_study .case_study_logo img{width:auto;height:auto;max-width:140px;max-height:50px}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_study_reviews .footer_bottom_case_study .case_study_logo img,.vendorProfileListContent ul li.case_study_reviews .footer_bottom_case_study .case_study_logo img{max-width:100px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .video_thumbnail,.vendorProfileListContent ul li.video_reviews .video_thumbnail{margin-bottom:25px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .video_thumbnail img,.vendorProfileListContent ul li.video_reviews .video_thumbnail img{width:100%;height:125px;object-fit:cover;object-position:0 0}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .video_thumbnail img,.vendorProfileListContent ul li.video_reviews .video_thumbnail img{max-height:200px;object-fit:cover;object-position:0 0}}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .play_video_btn,.vendorProfileListContent ul li.video_reviews .play_video_btn{padding-left:20px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .play_video_btn a,.vendorProfileListContent ul li.video_reviews .play_video_btn a{background-color:#018b56;display:flex;justify-content:center;align-items:center;font-weight:600;width:122px;height:28px;font-size:12px;text-transform:uppercase;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .play_video_btn a:before,.vendorProfileListContent ul li.video_reviews .play_video_btn a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:10px;height:14px;background-position:-409px -188px;margin-right:5px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .footer_bottom_video,.vendorProfileListContent ul li.video_reviews .footer_bottom_video{padding:20px}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .footer_bottom_video .user_details span,.vendorProfileListContent ul li.video_reviews .footer_bottom_video .user_details span{display:flex}.discover_customer_reference_section .container .vendor_profile_content_block ul li.video_reviews .footer_bottom_video .user_details span.name,.vendorProfileListContent ul li.video_reviews .footer_bottom_video .user_details span.name{font-weight:700}.CheckboxControlGroup,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group,.vendor_portal_filter_section .left .products .productBlock{padding:10px 0}.CheckboxControlGroup .checkbox_control,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .left .products .productBlock .checkbox_control{display:block;position:relative;padding:6px 20px 6px 40px;cursor:pointer;font-family:"Inter",serif;font-size:16px;color:#323232}@media (max-width:1139px){.CheckboxControlGroup .checkbox_control,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .left .products .productBlock .checkbox_control{font-size:14px}}@media (max-width:939px){.CheckboxControlGroup .checkbox_control,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control,.vendor_portal_filter_section .left .products .productBlock .checkbox_control{font-size:16px}}.CheckboxControlGroup .checkbox_control input,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control input,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control input,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control input,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control input,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input,.vendor_portal_filter_section .left .products .productBlock .checkbox_control input{position:absolute;z-index:-1;opacity:0}.CheckboxControlGroup .checkbox_control .checkboxControlIndicator,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control .checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control .checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control .checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control .checkboxControlIndicator,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control .checkboxControlIndicator,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control .checkboxControlIndicator,.vendor_portal_filter_section .left .products .productBlock .checkbox_control .checkboxControlIndicator{position:absolute;top:8px;left:10px;height:16px;width:16px;border:1px solid rgba(50,50,50,.5);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.CheckboxControlGroup .checkbox_control:hover input~.checkboxControlIndicator,.CheckboxControlGroup .checkbox_control input:focus~.checkboxControlIndicator,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control:hover input~.checkboxControlIndicator,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control input:focus~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control:hover input~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control input:focus~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control:hover input~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control input:focus~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control:hover input~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:focus~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control:hover input~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control input:focus~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control:hover input~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:focus~.checkboxControlIndicator,.vendor_portal_filter_section .left .products .productBlock .checkbox_control:hover input~.checkboxControlIndicator,.vendor_portal_filter_section .left .products .productBlock .checkbox_control input:focus~.checkboxControlIndicator{border:1px solid rgba(50,50,50,.5);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.CheckboxControlGroup .checkbox_control input:checked~.checkboxControlIndicator,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control input:checked~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control input:checked~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control input:checked~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:checked~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control input:checked~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:checked~.checkboxControlIndicator,.vendor_portal_filter_section .left .products .productBlock .checkbox_control input:checked~.checkboxControlIndicator{background:#cacaea;border:1px solid #cacaea}.CheckboxControlGroup .checkbox_control input:disabled~.checkboxControlIndicator,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control input:disabled~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control input:disabled~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control input:disabled~.checkboxControlIndicator,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:disabled~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control input:disabled~.checkboxControlIndicator,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:disabled~.checkboxControlIndicator,.vendor_portal_filter_section .left .products .productBlock .checkbox_control input:disabled~.checkboxControlIndicator{background:#e6e6e6;opacity:.6;pointer-events:none}.CheckboxControlGroup .checkboxControlIndicator:after,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkboxControlIndicator:after,.vendor_portal_filter_section .left .products .productBlock .checkboxControlIndicator:after{content:"";position:absolute;display:none}.CheckboxControlGroup .checkbox_control input:checked~.checkboxControlIndicator:after,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control input:checked~.checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .checkbox_control input:checked~.checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .checkbox_control input:checked~.checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:checked~.checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .checkbox_control input:checked~.checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .checkbox_control input:checked~.checkboxControlIndicator:after,.vendor_portal_filter_section .left .products .productBlock .checkbox_control input:checked~.checkboxControlIndicator:after{display:block}.CheckboxControlGroup .control--checkbox .checkboxControlIndicator:after,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .control--checkbox .checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .control--checkbox .checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .control--checkbox .checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .control--checkbox .checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .control--checkbox .checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .control--checkbox .checkboxControlIndicator:after,.vendor_portal_filter_section .left .products .productBlock .control--checkbox .checkboxControlIndicator:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:10px;background-position:-343px -383px;top:2px;left:1px;display:none}.CheckboxControlGroup .control--checkbox input:disabled~.checkboxControlIndicator:after,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .control--checkbox input:disabled~.checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock .control--checkbox input:disabled~.checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock .control--checkbox input:disabled~.checkboxControlIndicator:after,.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group .control--checkbox input:disabled~.checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_company .chooseCompanyBlock .control--checkbox input:disabled~.checkboxControlIndicator:after,.vendor_portal_filter_section .left .choose_industry .chooseIndustryBlock .checkbox_control_group .control--checkbox input:disabled~.checkboxControlIndicator:after,.vendor_portal_filter_section .left .products .productBlock .control--checkbox input:disabled~.checkboxControlIndicator:after{border-color:#7b7b7b}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block,.vendorSponsoredBlock{background:#f7e9b7;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:20px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block,.vendorSponsoredBlock{padding:0}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li{display:flex;justify-content:space-between;background-color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);padding:0;box-sizing:border-box}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .heading_txt,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .heading_txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .heading_txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .heading_txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .heading_txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .heading_txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .heading_txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .heading_txt,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .heading_txt{font-family:"Inter",serif;font-size:14px;font-weight:700}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right{width:50%}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right{width:100%}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left{background-color:#fafafa;padding:16px 24px;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}@media (max-width:379px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left{padding:16px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left span.badge_content{font-family:"Geist Mono",serif;font-size:14px;font-weight:500;text-transform:uppercase;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:inline-block;padding:5px 15px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content.sponsoredBadgeContent,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content.sponsoredBadgeContent,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content.sponsoredBadgeContent,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content.sponsoredBadgeContent,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content.sponsoredBadgeContent,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content.sponsoredBadgeContent,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left span.badge_content.sponsoredBadgeContent,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left span.badge_content.sponsoredBadgeContent,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left span.badge_content.sponsoredBadgeContent{background-color:#5900ff;color:#fff}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left .logo_block{margin:16px 0 23px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left .logo_block img{width:auto;height:auto;max-width:215px;max-height:90px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .logo_block img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .logo_block img,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left .logo_block img{max-width:160px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block p,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block p,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block p,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block p,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block p,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block p,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block p,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block p,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left .content_block p{line-height:24px;margin-top:13px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block .showLessMoreContent,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block .showLessMoreContent,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block .showLessMoreContent,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block .showLessMoreContent,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block .showLessMoreContent,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block .showLessMoreContent,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .left .content_block .showLessMoreContent,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .left .content_block .showLessMoreContent,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .left .content_block .showLessMoreContent{font-size:12px;font-weight:600;color:#2b57c9}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right{padding:24px}@media (max-width:379px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right{padding:16px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock{padding-bottom:13px;margin-bottom:15px;border-bottom:1px solid rgba(50,50,50,.1)}@media (max-width:379px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock h5,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock h5,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock h5{text-align:center}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock{display:flex;align-items:center;margin-top:8px}@media (max-width:379px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star{display:flex;margin-right:6px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star{margin:5px 0}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa{width:24px;height:24px;margin-right:2px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa.fa-star{background-color:#ffd28c;color:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;font-size:13px!important;display:flex;justify-content:center;align-items:center}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .star .fa:last-child .fa{margin-right:0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating{display:flex;min-height:0}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating{margin-right:5px}}@media (max-width:379px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating{margin-bottom:6px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa{margin-right:7px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .starRating .fa{margin-right:4px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating{font-size:24px;font-weight:700}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.rating{font-size:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .starRatingContentBlock .ratingContentBlock .totalRating span.all_rating{font-size:12px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul{display:flex;margin-top:8px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul{flex-direction:column;align-items:center;margin-top:11px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li{width:182px;height:104px;flex-direction:column;justify-content:center;align-items:center;padding:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;background:hsla(0,0%,100%,.3);border:1px solid #f0f1f2;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;margin-right:16px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li{width:100%;height:auto;margin-bottom:10px;padding:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number{display:inline-block;font-size:32px;font-weight:700;margin-bottom:11px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.number{margin-bottom:3px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li span.txt{font-size:14px;font-weight:500}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences ul li:last-child{margin:0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile{margin-top:17px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a,.vendorSponsoredBlock .singleColumnSponsoredBlock ul li .right .SponsoredBlockCustomerReferences .btn_visit_profile a{width:100%;height:48px;background-color:#1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center;color:#fff}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock{padding-bottom:5px;margin-bottom:8px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .starRatingContentBlock .ratingContentBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock .ratingContentBlock,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .starRatingContentBlock .ratingContentBlock{margin-top:6px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5{font-size:12px;font-weight:400}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences h5{text-align:center}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li{width:102px;height:44px;margin-right:4px}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li{margin-right:0}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.number,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.number{font-size:16px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.txt,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li span.txt{font-size:10px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li:last-child,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences ul li:last-child{margin-right:0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category{border-top:1px solid rgba(50,50,50,.1);padding-top:8px;margin-top:15px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul{margin-top:9px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:baseline}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li{width:auto;height:auto;background:rgba(50,50,50,.1);border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;display:inline-block;padding:7px 9px;margin-right:8px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .single_column_block_V2.single_column_block ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child,.vendorSponsoredBlock .singleColumnSponsoredBlock.single_column_block_V2 ul li .right .SponsoredBlockCustomerReferences .sponsored_block_category ul li:last-child{margin-right:0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.vendorSponsoredBlock .threeColumnSponsoredBlock ul{display:flex;grid-gap:10px;gap:10px}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul,.vendorSponsoredBlock .threeColumnSponsoredBlock ul{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li{display:flex;width:calc(33.333% - 7px)!important;background-color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-sizing:border-box;padding:0!important}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li{width:100%!important}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left{width:152px;background:#fafafa;padding:16px 10px 16px 16px;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left{width:112px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left{width:152px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .txt,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .txt,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .txt{font-size:12px;line-height:17px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .logo_img img{width:auto;height:auto;max-width:110px;max-height:40px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .logo_img img{max-width:80px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .logo_img img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .logo_img img,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .logo_img img{max-width:110px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating{margin:16px 0 24px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating{margin:10px 0 15px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating{margin:16px 0 24px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating{display:flex;flex-direction:column;align-items:center}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating span{display:flex}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating span.rating{font-size:14px;font-weight:700}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating span.rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating span.rating,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating span.rating{font-size:11px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating .star{margin:3px 0 5px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_case_studies_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_case_studies_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_case_studies_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_case_studies_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_case_studies_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_case_studies_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_case_studies_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_case_studies_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_case_studies_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_profile_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_profile_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_profile_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_profile_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_profile_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_profile_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_profile_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_profile_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_profile_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_testimonials_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_testimonials_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_testimonials_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_testimonials_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_testimonials_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_testimonials_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_testimonials_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_testimonials_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_testimonials_section .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .vendorSponsoredBlock .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_videos_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_videos_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_videos_section .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_videos_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_videos_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_videos_section .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.middleSection.vendor_videos_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.middleSection.vendor_videos_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.middleSection.vendor_videos_section .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.vendorSponsoredBlock .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.vendorSponsoredBlock .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.vendorSponsoredBlock .middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.vendorSponsoredBlock .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.vendorSponsoredBlock .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.vendorSponsoredBlock .middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.vendorSponsoredBlock .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.vendorSponsoredBlock .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.vendorSponsoredBlock .middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.vendorSponsoredBlock .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star,.vendorSponsoredBlock .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-half-empty,.vendorSponsoredBlock .middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .starRating .star .fa.fa-star-o,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-half-empty,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .starRating .star .fa.fa-star-o{color:#ffd28c;margin-right:1px;font-size:12px!important}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .customer_references{display:flex;flex-direction:column}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references span.total_customers,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references span.total_customers,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references span.total_customers,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references span.total_customers,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references span.total_customers,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references span.total_customers,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left .customer_references span.total_customers,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left .customer_references span.total_customers,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left .customer_references span.total_customers{font-size:14px;font-weight:700;margin-top:8px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right{width:calc(100% - 152px);padding:20px 16px 18px 10px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right{width:calc(100% - 112px)}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right{width:calc(100% - 152px);display:flex;flex-direction:column;justify-content:space-between}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block h5,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block h5,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block h5,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block h5,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block h5,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right .text_block h5{font-size:12px;font-weight:700}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block p,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block p,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block p,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block p,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block p,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block p,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .text_block p,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .text_block p,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right .text_block p{font-size:14px;line-height:20px;margin:5px 0 28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:80px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right .btn_profile a{width:100%;height:48px;font-family:"Geist Mono",serif;font-size:16px;font-weight:700;display:flex;justify-content:center;align-items:center;border:2px solid #000;box-shadow:3px 3px 0 #c5a6ff;-moz-box-shadow:3px 3px 0 #c5a6ff;-webkit-box-shadow:3px 3px 0 #c5a6ff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#000}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right .btn_profile a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right .btn_profile a,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right .btn_profile a{font-size:14px;height:42px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li .right,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li .right,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .left,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li .right{width:100%;justify-content:center;text-align:center}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li:last-child,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .three_column_block ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .threeColumnSponsoredBlock ul li:last-child,.vendorSponsoredBlock .threeColumnSponsoredBlock ul li:last-child{margin:0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.vendorSponsoredBlock .sponsoredFooterTextBlock{font-family:"Geist Mono",serif;font-size:16px;font-weight:700;text-align:center;color:#333;padding-top:19px}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock,.vendorSponsoredBlock .sponsoredFooterTextBlock{padding:20px;line-height:25px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block a,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .footer_text_block a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block .sponsoredFooterTextBlock a,.vendorSponsoredBlock .sponsoredFooterTextBlock a{text-decoration:underline;color:#333}.insideheader.pressReleaseHeader p{font-size:18px;letter-spacing:.1px}.award-hidden,.content-hidden,.hidden-item{display:none!important}.showLessMore,.showLessMoreAward,.showLessMoreContent{font-family:"Inter",serif;color:#999;position:relative;top:4px;display:block}.showLessMore:hover,.showLessMoreAward:hover,.showLessMoreContent:hover{text-decoration:underline}.showLessMoreAward{top:0;left:14px;margin-bottom:25px;display:inline-block}@media (max-width:1139px){.showLessMoreAward{margin-bottom:18px}}.clsCompetitor ul li span.name,.greyBg .competitorBox ul li span.name,.vendorName{font-size:18px;font-weight:700;color:#4c4c4c;display:block;position:relative;z-index:2}.clsCompetitor ul li .clsCustomer-ref-details .customers_Num,.clsCompetitor ul li .customers_Num,.customer-ref-details .customers_Num,.customers_Ref_Num,.greyBg .competitorBox ul li .customers_Num,.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num,.vendor-directory .container .vendor-directory-list ul li .customers_Num{min-height:32px;color:#000;font-size:16px;padding:13px 0 20px}.clsCompetitor ul li .customers_Num span.number,.customer-ref-details .customers_Num span.number,.customers_Ref_Num span.number,.greyBg .competitorBox ul li .customers_Num span.number,.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number,.vendor-directory .container .vendor-directory-list ul li .customers_Num span.number{color:#7856ff;font-family:"Inter",serif;font-weight:800;margin-right:5px;font-size:16px}@media (max-width:939px){.clsCompetitor ul li .customers_Num span.number,.customer-ref-details .customers_Num span.number,.customers_Ref_Num span.number,.greyBg .competitorBox ul li .customers_Num span.number,.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number,.vendor-directory .container .vendor-directory-list ul li .customers_Num span.number{font-size:15px}}.clsCompetitor ul li .customer_References ul,.customer_References ul,.greyBg .competitorBox ul li .customer_References ul{max-width:270px;margin:20px auto 10px}@media (max-width:939px){.clsCompetitor ul li .customer_References ul,.customer_References ul,.greyBg .competitorBox ul li .customer_References ul{flex-wrap:inherit}}.clsCompetitor ul li .customer_References ul li,.customer_References ul li,.greyBg .competitorBox ul li .customer_References ul li{border-top:none;padding:0}.customer_References ul li span.number{font-weight:600;font-size:24px;position:relative;top:-4px;margin-left:4px}.customer_References ul li span.text{display:block}.clsCompetitor ul li .customer_References ul li.references,.customer_References ul li.references,.greyBg .competitorBox ul li .customer_References ul li.references{border-right:1px solid #ccc;border-radius:0!important;margin-right:0}.customer_References ul li.references:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:31px;height:31px;background-position:-1px -224px;top:3px;margin-right:0}.customer_References ul li.references span.number{color:#f08231}.customer_References ul li.customers:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:20px;height:25px;background-position:-2px -261px;top:3px;margin-right:0}.customer_References ul li.customers span.number{color:#3764df;top:-1px}.customer_References ul li.customers span.text{margin-top:6px}.clsCompetitor ul li .clsCustomer-ref-details,.customer-ref-details,.greyBg .competitorBox ul li .clsCustomer-ref-details,.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details{margin-top:40px}.clsCompetitor ul li .clsCustomer-ref-details .customers_Num,.customer-ref-details .customers_Num,.greyBg .competitorBox ul li .clsCustomer-ref-details .customers_Num,.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details .customers_Num{font-family:"Geist Mono",serif;width:100%;border-top:1px solid #d8d8d8}.clsCompetitor ul li .clsCustomer-ref-details ul li,.customer-ref-details ul li,.greyBg .competitorBox ul li .clsCustomer-ref-details ul li,.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details ul li{width:100%;padding:0;font-size:12px;color:#000}.clsCompetitor ul li .clsCustomer-ref-details ul li span.count,.customer-ref-details ul li span.count,.greyBg .competitorBox ul li .clsCustomer-ref-details ul li span.count,.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details ul li span.count{display:block;font-family:"Inter",serif;font-size:16px;font-weight:700;margin-bottom:5px}.clsCompetitor ul li .clsCustomer-ref-details ul li:hover,.customer-ref-details ul li:hover,.greyBg .competitorBox ul li .clsCustomer-ref-details ul li:hover,.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details ul li:hover{cursor:pointer}.clsVerifiedLocked,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked{background:url(https://www.featuredcustomers.com/images/img_verified_locked.webp) no-repeat;background-position:50%;text-align:center}.clsVerifiedLocked span.lockedTxt,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked span.lockedTxt{font-size:18px;color:#666;display:block}.clsVerifiedTxt,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .claimProfile,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .claimProfile{font-size:18px;color:#4c4c4c;line-height:28px;padding:0 20px 15px}@media (max-width:379px){.clsVerifiedTxt,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .claimProfile,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .claimProfile{padding-left:15px}}.clsVerifiedTxt span.heading,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .claimProfile span.heading,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .claimProfile span.heading{font-weight:700;display:block}.clsVerifiedTxt span.claimTxt,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .claimProfile span.claimTxt,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .claimProfile span.claimTxt{color:#ef8f21}.scrolledHeaderPopup{display:none}.scrolledHeaderPopup .vendorProfileDetails{background:#fff;padding:11px 37px 10px;display:flex;max-width:1400px;margin-left:auto;margin-right:auto}@media (max-width:939px){.scrolledHeaderPopup .vendorProfileDetails{justify-content:space-between}}@media (max-width:575px){.scrolledHeaderPopup .vendorProfileDetails{flex-wrap:wrap;justify-content:center;padding:15px}}.clsCompetitor ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.greyBg .competitorBox ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.scrolledHeaderPopup .vendorProfileDetails .clsCompetitor ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .greyBg .competitorBox ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .vendorName{color:#0d2066;font-weight:800;font-size:21px;margin-right:344px}@media (max-width:1139px){.clsCompetitor ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.greyBg .competitorBox ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.scrolledHeaderPopup .vendorProfileDetails .clsCompetitor ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .greyBg .competitorBox ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .vendorName{margin-right:200px}}@media (max-width:939px){.clsCompetitor ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.greyBg .competitorBox ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.scrolledHeaderPopup .vendorProfileDetails .clsCompetitor ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .greyBg .competitorBox ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .vendorName{margin-right:32px}}@media (max-width:575px){.clsCompetitor ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.greyBg .competitorBox ul li .scrolledHeaderPopup .vendorProfileDetails span.name,.scrolledHeaderPopup .vendorProfileDetails .clsCompetitor ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .greyBg .competitorBox ul li span.name,.scrolledHeaderPopup .vendorProfileDetails .vendorName{width:100%;text-align:center;margin-right:0}}.clsCompetitor ul li .scrolledHeaderPopup .vendorProfileDetails span.name a,.greyBg .competitorBox ul li .scrolledHeaderPopup .vendorProfileDetails span.name a,.scrolledHeaderPopup .vendorProfileDetails .clsCompetitor ul li span.name a,.scrolledHeaderPopup .vendorProfileDetails .greyBg .competitorBox ul li span.name a,.scrolledHeaderPopup .vendorProfileDetails .vendorName a{color:#0d2066}.scrolledHeaderPopup .vendorProfileDetails .vendorDetails{font-family:"Inter",serif}@media (max-width:575px){.scrolledHeaderPopup .vendorProfileDetails .vendorDetails{margin-top:5px}}@media (max-width:379px){.scrolledHeaderPopup .vendorProfileDetails .vendorDetails{margin-top:0}}.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li{float:left;margin-right:62px;color:#212121;margin-top:3px}@media (max-width:939px){.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li{margin-right:22px}}@media (max-width:575px){.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li{margin-right:15px;font-size:13px}}@media (max-width:379px){.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li{width:100%;text-align:center;margin-right:0;line-height:19px}}.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li a{color:#212121}.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li.location{position:relative;margin:1px 0 0 25px}@media (max-width:939px){.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li.location{margin-left:0}}.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li.location:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:21px;height:22px;background-position:-3px -53px;top:-1px;margin-right:12px;left:-32px;position:absolute}@media (max-width:939px){.scrolledHeaderPopup .vendorProfileDetails .vendorDetails ul li.location:before{display:none}}.scrolledHeaderPopup .scrolledHeader_verified{max-width:1200px;display:flex;justify-content:space-between;align-items:center;height:132px;margin:0 auto}.scrolledHeaderPopup .scrolledHeader_verified .left_section{width:510px;height:132px;display:flex;align-items:center;padding-right:35px;box-shadow:3px 0 4px #ccc;-moz-box-shadow:3px 0 4px #ccc;-webkit-box-shadow:3px 0 4px #ccc}@media (max-width:1200px){.scrolledHeaderPopup .scrolledHeader_verified .left_section{width:480px}}.scrolledHeaderPopup .scrolledHeader_verified .left_section .logo{display:flex;justify-content:center;align-items:center;padding:0 20px}.scrolledHeaderPopup .scrolledHeader_verified .left_section .logo img{width:auto;height:auto;max-width:170px;max-height:70px}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block{font-size:12px;line-height:14.5px;padding-left:25px}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block h4{font-family:"Inter",serif;font-size:16px;font-weight:700;color:#000}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block span.heading_txt{font-weight:600}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block p{max-width:275px;padding-bottom:10px;border-bottom:1px solid #ccc;color:#000}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block .footer_text_block{display:flex;justify-content:space-between;margin-top:14px}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block .footer_text_block a{color:#2b57c9}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block .footer_text_block .txt{width:calc(100% - 160px);margin-right:10px}.scrolledHeaderPopup .scrolledHeader_verified .left_section .text_block .footer_text_block .upgradeprofile{width:150px;height:30px;font-family:"Geist Mono",serif;font-size:14px;font-weight:700;display:flex;justify-content:center;align-items:center;border:2px solid #000;box-shadow:4px 4px 0 #ffd2a6;-moz-box-shadow:4px 4px 0 #ffd2a6;-webkit-box-shadow:4px 4px 0 #ffd2a6;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#000}.scrolledHeaderPopup .scrolledHeader_verified .middle_section{width:calc(100% - 510px);display:flex;justify-content:space-between;align-items:center;height:132px}@media (max-width:1200px){.scrolledHeaderPopup .scrolledHeader_verified .middle_section{width:calc(100% - 480px)}}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul{width:100%;display:flex;justify-content:space-between;align-items:center;height:125px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li{width:33.3333%;height:132px;display:flex;flex-direction:column;justify-content:center;padding-left:20px;border-right:1px solid #ccc}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .logo{height:42px;display:flex;align-items:center}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .logo img{width:auto;height:auto;max-width:150px;max-height:42px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .logo:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;margin-left:6px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .logo.sponsoredBadge:after{width:11px;height:11px;background-position:-364px -293px;top:0}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .logo.premiumBadge:after{width:12px;height:12px;background-position:-343px -413px;top:-1px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .logo.verifiedBadge:after{width:12px;height:12px;background-position:-364px -306px;top:-2px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .starRating{display:flex;align-items:center}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .starRating .rating{display:flex;margin-right:2px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .starRating .rating .fa.fa-star,.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .starRating .rating .fa.fa-star-half-empty,.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .starRating .rating .fa.fa-star-o{color:#ffd28c;margin-right:3px;font-size:10px!important}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .starRating .ratingTxt{font-size:12px;font-weight:700}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .starRating .ratingTxt .totalReferences{font-size:9px;font-weight:400}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li ul{display:inline;display:initial;text-align:center;height:auto}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li ul li{width:100%;height:auto;font-size:12px;display:inline;display:initial;border-right:none}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li ul li:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:4px;height:4px;background-position:-163px -520px;margin-left:4px;top:-1px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li ul li:last-child:after{display:none}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .clsBadgeBlock{display:flex;align-items:center}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .clsBadgeBlock span.clsBadge{font-family:"Geist Mono",serif;font-size:11px;font-weight:500;text-transform:uppercase;width:74px;height:20px;display:flex;justify-content:center;align-items:center;margin-right:8px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#fff}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .clsBadgeBlock span.clsBadge.badgePremium{background:#34cd9d}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .clsBadgeBlock span.clsBadge.badgeVerified{background:#e4ddff;font-weight:600;color:#7855ff}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .clsBadgeBlock span.clsBadge.badgeSponsored{background:#5900ff}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .clsBadgeBlock span.txt{font-size:12px;font-weight:700}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li .clsBadgeBlock span.txt:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:7px;height:6px;background-position:-409px -253px;left:3px}.scrolledHeaderPopup .scrolledHeader_verified .middle_section ul li:last-child{border-right:none}.fixed-header{position:fixed;top:0;display:block!important;z-index:100000;width:100%;background:#fff;border-bottom:2px solid #1c1258}@media (max-width:1139px){.fixed-header{display:none!important}}.vendorHeader{color:#fff}.vendorHeader h2{font-size:48px;font-weight:700;margin:0}@media (max-width:575px){.vendorHeader h2{font-size:45px}}@media (max-width:379px){.vendorHeader h2{font-size:37px}}.vendorHeader p{max-width:585px;line-height:32px;margin:17px 0 0;font-size:18px}@media (max-width:939px){.vendorHeader p{width:90%;display:block;margin:17px auto 0;max-width:712px;font-size:17px}}@media (max-width:480px){.vendorHeader p{text-align:left;font-size:15px;line-height:26px;margin-top:5px}}@media (max-width:379px){.vendorHeader p{padding-bottom:30px}}.popup_overlay{display:none;padding-top:15px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000}.clsMsg .msg_block{width:100%;text-align:center;border:1px solid #ccc;margin-bottom:1px;padding:20px}.clsMsg .msg_block .fa.fa-check,.clsMsg .msg_block .fa.fa-exclamation-triangle{font-size:17px;border-radius:100px;padding:7px}.clsMsg .msg_block .fa.fa-check:before,.clsMsg .msg_block .fa.fa-exclamation-triangle:before{color:#fff}.clsMsg .msg_block .textBlock{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:26px;margin-top:11px;color:#000}.clsMsg .msg_block .textBlock h3{font-size:22px;font-weight:800}.clsMsg .msg_block .fa.fa-check{background:#00cbad}.clsMsg .msg_block .fa.fa-exclamation-triangle{background:#f4394a}.header_blog .heading h1,.press-release-header .heading h1,.static_heading h1,.team_bioDetails .container .heading h1,.team_listing .container .heading h1{color:#002067;font-size:48px}.header_blog .heading h2,.press-release-header .heading h2,.static_heading h2,.team_bioDetails .container .heading h2,.team_listing .container .heading h2{font-family:"Inter",serif;color:#424242;font-size:24px;font-style:italic;font-weight:400}.contactBox{background:#fff;max-width:780px;margin:0 auto;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 25px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.2);position:relative}.blog_post_left_column,.post_content_section .container-fluid .post_content_box .left_box{width:300px;float:left;padding-right:32px;margin-right:50px;border-right:1px solid #ccc;margin-top:11px}@media (max-width:939px){.blog_post_left_column,.post_content_section .container-fluid .post_content_box .left_box{width:100%;float:none;padding-right:0;margin-right:0;margin-bottom:50px;border-right:none}}.blog_post_left_column .showAll,.post_content_section .container-fluid .post_content_box .left_box .showAll{margin-top:8px}.blog_post_left_column .showAll a,.post_content_section .container-fluid .post_content_box .left_box .showAll a{color:#999;border-bottom:1px solid #999}.blog_post_left_column span.heading,.post_content_section .container-fluid .post_content_box .left_box span.heading{font-size:24px;font-weight:800;color:#000;line-height:31px;display:block;margin-bottom:28px;position:relative;top:-7px}@media (max-width:379px){.blog_post_left_column span.heading,.post_content_section .container-fluid .post_content_box .left_box span.heading{margin-bottom:15px}}.blog_post_left_column .post_categories span.subHeading,.post_content_section .container-fluid .post_content_box .left_box .post_categories span.subHeading{display:block;font-weight:600;color:#132d72}.blog_post_left_column .post_categories .category_box form,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box form{margin-top:14px}.blog_post_left_column .post_categories .category_box form label,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box form label{display:block;color:#4a4a4a;line-height:37px;cursor:pointer}.blog_post_left_column .post_categories .category_box input[type=checkbox],.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box input[type=checkbox]{display:none}.blog_post_left_column .post_categories .category_box [type=checkbox]:checked+label,.blog_post_left_column .post_categories .category_box [type=checkbox]:not(:checked)+label,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box [type=checkbox]:checked+label,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box [type=checkbox]:not(:checked)+label{position:relative;padding-left:29px;cursor:pointer;font-weight:500;font-size:13px;display:inline}.blog_post_left_column .post_categories .category_box [type=checkbox]:checked+label:before,.blog_post_left_column .post_categories .category_box [type=checkbox]:not(:checked)+label:before,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box [type=checkbox]:checked+label:before,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;left:0;top:-1px;width:18px;height:18px;border:1px solid #979797;background:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.blog_post_left_column .post_categories .category_box [type=checkbox]:not(:checked)+label:after,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.blog_post_left_column .post_categories .category_box [type=checkbox]:checked+label:after,.blog_post_left_column .post_categories .category_box [type=checkbox]:not(:checked)+label:after,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box [type=checkbox]:checked+label:after,.post_content_section .container-fluid .post_content_box .left_box .post_categories .category_box [type=checkbox]:not(:checked)+label:after{content:"✔";position:absolute;top:3px;left:4px;font-size:13px;font-weight:700;line-height:.8;color:#000;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.blog_post_left_column .post_categories .post_search_box,.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box{margin:42px 0 37px}.blog_post_left_column .post_categories .post_search_box label,.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box label{position:relative}.blog_post_left_column .post_categories .post_search_box label input[type=text],.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box label input[type=text]{width:205px;height:46px;border:1px solid #979797;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:5px 0 0 40px;position:relative;top:1px}.blog_post_left_column .post_categories .post_search_box label ::-webkit-input-placeholder,.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box label ::-webkit-input-placeholder{color:#999;font-size:16px;font-family:"Inter",serif;font-weight:400}.blog_post_left_column .post_categories .post_search_box label :-ms-input-placeholder,.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box label :-ms-input-placeholder{color:#999;font-size:16px;font-family:"Inter",serif;font-weight:400}.blog_post_left_column .post_categories .post_search_box label ::-ms-input-placeholder,.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box label ::-ms-input-placeholder{color:#999;font-size:16px;font-family:"Inter",serif;font-weight:400}.blog_post_left_column .post_categories .post_search_box label ::placeholder,.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box label ::placeholder{color:#999;font-size:16px;font-family:"Inter",serif;font-weight:400}.blog_post_left_column .post_categories .post_search_box label span.searchIcon,.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box label span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:20px;height:20px;background-position:-67px -459px;border:none;position:absolute;top:2px;left:10px;outline:none}.blog_post_left_column .post_categories .post_search_box input[type=submit],.post_content_section .container-fluid .post_content_box .left_box .post_categories .post_search_box input[type=submit]{width:55px;height:46px;background-color:#132d72;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer;color:#fff;font-weight:600;border:none;font-family:"Inter",serif;font-size:16px}.blog_post_left_column .post_categories .date_box ul,.post_content_section .container-fluid .post_content_box .left_box .post_categories .date_box ul{margin:9px 0 13px}.blog_post_left_column .post_categories .date_box ul li,.post_content_section .container-fluid .post_content_box .left_box .post_categories .date_box ul li{line-height:34px;position:inherit;width:auto;height:auto}.blog_post_left_column .post_categories .date_box ul li ul,.post_content_section .container-fluid .post_content_box .left_box .post_categories .date_box ul li ul{margin-top:0}.blog_post_left_column .post_categories .date_box ul a.showLessMore,.post_content_section .container-fluid .post_content_box .left_box .post_categories .date_box ul a.showLessMore{text-decoration:underline;top:0;margin:12px 0 55px}.blog_post_right_column,.post_content_section .container-fluid .post_content_box .right_box{width:calc(100% - 350px);float:left;padding-bottom:98px}@media (max-width:939px){.blog_post_right_column,.post_content_section .container-fluid .post_content_box .right_box{width:100%}}.blog_post_right_column .top_header,.post_content_section .container-fluid .post_content_box .right_box .top_header{display:flex;justify-content:space-between;align-items:center;padding-bottom:28px}.blog_post_right_column .top_header .left,.post_content_section .container-fluid .post_content_box .right_box .top_header .left{color:#002067;font-size:21px;font-weight:600}@media (max-width:480px){.blog_post_right_column .top_header .left,.post_content_section .container-fluid .post_content_box .right_box .top_header .left{font-size:18px}}@media (max-width:379px){.blog_post_right_column .top_header .left,.post_content_section .container-fluid .post_content_box .right_box .top_header .left{font-size:15px}}.blog_post_right_column .top_header .right,.post_content_section .container-fluid .post_content_box .right_box .top_header .right{font-size:14px;position:relative;border:1px solid #999;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#333;width:149px;height:40px;padding-left:14px;display:block;display:flex;align-items:center;cursor:pointer}.blog_post_right_column .top_header .right select,.post_content_section .container-fluid .post_content_box .right_box .top_header .right select{font-family:"Inter",serif;width:149px;height:40px;border:none;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#333;font-size:14px;padding-left:9px}@media (max-width:379px){.blog_post_right_column .top_header .right select,.post_content_section .container-fluid .post_content_box .right_box .top_header .right select{font-size:13px}}.blog_post_right_column .top_header .right span.arrow,.post_content_section .container-fluid .post_content_box .right_box .top_header .right span.arrow{position:absolute;top:12px;right:22px}.blog_post_right_column .top_header .right span.arrow span.up,.post_content_section .container-fluid .post_content_box .right_box .top_header .right span.arrow span.up{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:6px;height:6px;background-position:-207px -258px;position:absolute;cursor:pointer}.blog_post_right_column .top_header .right span.arrow span.down,.post_content_section .container-fluid .post_content_box .right_box .top_header .right span.arrow span.down{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:6px;height:6px;background-position:-207px -266px;position:absolute;top:8px;cursor:pointer}.blog_post_right_column .top_header .right span.arrow .disable,.post_content_section .container-fluid .post_content_box .right_box .top_header .right span.arrow .disable{opacity:.5}.blog_post_right_column .post_article,.post_content_section .container-fluid .post_content_box .right_box .post_article{overflow:hidden}.blog_post_right_column .post_article ul li,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li{width:229px;float:left;text-align:center;margin-right:63px;min-height:400px}@media (max-width:939px){.blog_post_right_column .post_article ul li,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li{width:100%;margin-right:0}}@media (max-width:1139px){.blog_post_right_column .post_article ul li .img_block,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .img_block{width:145px;margin:0 auto}}@media (max-width:939px){.blog_post_right_column .post_article ul li .img_block,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .img_block{width:100%;max-width:170px}}.blog_post_right_column .post_article ul li .img_block img,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .img_block img{width:100%;height:160px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 25px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.2)}.blog_post_right_column .post_article ul li .postContent,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .postContent{padding:20px 0 66px}@media (max-width:939px){.blog_post_right_column .post_article ul li .postContent,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .postContent{padding:20px 0 40px}}.blog_post_right_column .post_article ul li .postContent .title,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .postContent .title{font-size:18px;font-weight:700;line-height:24px;color:#000;height:75px;overflow:hidden}@media (max-width:575px){.blog_post_right_column .post_article ul li .postContent .title,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .postContent .title{height:inherit}}.blog_post_right_column .post_article ul li .postContent span.post_date,.post_content_section .container-fluid .post_content_box .right_box .post_article ul li .postContent span.post_date{font-size:12px;font-weight:600;color:#f08231;display:block;margin-top:7px}.blog_post_right_column .post_article ul li:nth-child(3n),.post_content_section .container-fluid .post_content_box .right_box .post_article ul li:nth-child(3n){margin-right:0}.blog_post_right_column .pagination,.post_content_section .container-fluid .post_content_box .right_box .pagination{position:relative;top:-8px}@media (max-width:1139px){.blog_post_right_column .pagination .top,.post_content_section .container-fluid .post_content_box .right_box .pagination .top{width:100%;flex-direction:column}}@media (max-width:1139px){.blog_post_right_column .pagination .top .nextPrev,.post_content_section .container-fluid .post_content_box .right_box .pagination .top .nextPrev{justify-content:center;margin-left:0}}@media (max-width:1139px){.blog_post_right_column .pagination .top .page,.post_content_section .container-fluid .post_content_box .right_box .pagination .top .page{padding:25px 0 15px;margin:20px 0;border-top:2px solid #ddd;border-bottom:2px solid #ddd}}@media (max-width:1139px){.blog_post_right_column .pagination .top .viewall,.post_content_section .container-fluid .post_content_box .right_box .pagination .top .viewall{width:100%;justify-content:center}}.whiteBg{background-color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:20px 24px 27px}.heading2{font-size:18px;letter-spacing:-.004em;color:#333;font-weight:700;padding:0;margin:0}.content_list_box ol li .companyFAQ_heading_txt h5,.heading5{font-size:16px;font-weight:700;line-height:18px;letter-spacing:-.004em;color:#4f4f4c;padding:0;margin:0}.content_list_box ol li textarea,.textBox{font-family:"Inter",serif;font-size:14px;border:1px solid rgba(79,79,76,.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;letter-spacing:-.004em;width:100%;padding:11px 15px 35px;line-height:19px;color:#999;cursor:default;font-weight:400}.content_list_box ol li textarea::-webkit-input-placeholder,.textBox::-webkit-input-placeholder{font-family:"Inter",serif;color:#999;font-weight:400}.content_list_box ol li textarea:-ms-input-placeholder,.textBox:-ms-input-placeholder{font-family:"Inter",serif;color:#999;font-weight:400}.content_list_box ol li textarea::-ms-input-placeholder,.textBox::-ms-input-placeholder{font-family:"Inter",serif;color:#999;font-weight:400}.content_list_box ol li textarea::placeholder,.textBox::placeholder{font-family:"Inter",serif;color:#999;font-weight:400}.content_list_box ol{padding:0;margin:0}.content_list_box ol li{margin-bottom:32px}.content_list_box ol li .companyFAQ_heading_txt{display:flex;align-items:center;margin-bottom:7px}.content_list_box ol li .companyFAQ_heading_txt span.number{width:36px;height:36px;background-color:#f1f1f1;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;font-size:20px;font-weight:700;color:#4f4f4c;display:flex;justify-content:center;align-items:center;margin-right:16px}.content_list_box ol li .companyFAQ_heading_txt h5{width:calc(100% - 52px)}.content_list_box ol li textarea{height:163px;color:#999;width:calc(100% - 52px);display:flex;margin-left:auto}@media (max-width:480px){.content_list_box ol li textarea{width:100%}}.content_list_box ol li ::-webkit-input-placeholder{font-family:"Inter",serif;color:#999}.content_list_box ol li :-ms-input-placeholder{font-family:"Inter",serif;color:#999}.content_list_box ol li ::-ms-input-placeholder{font-family:"Inter",serif;color:#999}.content_list_box ol li ::placeholder{font-family:"Inter",serif;color:#999}.content_list_box ol li.profile_faq_p .companyFAQ_heading_txt{margin-bottom:16px}.vendor_portal_left_nav{width:207px;background-color:#fff;padding:0 23px;z-index:2}.vendor_portal_left_nav ul li{font-size:14px;line-height:23px;margin-bottom:15px}@media (max-width:1139px){.vendor_portal_left_nav ul li{font-size:13px}}.vendor_portal_left_nav ul li a{color:#000;text-shadow:0 0 0 #000;-moz-text-shadow:0 0 0 #000;-webkit-text-shadow:0 0 0 #000}.vendor_portal_left_nav ul li.active a{font-weight:600}.clsPwdGuidelines,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form .pwd_guidelines,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form .pwd_guidelines{font-size:11px;margin-bottom:20px;color:#ee0012}.clsPwdGuidelines ul li,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form .pwd_guidelines ul li,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form .pwd_guidelines ul li{list-style-type:circle;margin-left:20px;line-height:23px;font-size:12px;letter-spacing:-.004em}.vertical-centered-box{position:fixed;z-index:10000000000;top:0;left:0;width:100%;height:100%;text-align:center;background:hsla(0,0%,100%,.9)}.vertical-centered-box:after{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.vertical-centered-box .content{box-sizing:border-box;-webkit-animation:fadein 1s linear 1.5s forwards;animation:fadein 1s linear 1.5s forwards;display:inline-block;vertical-align:middle;text-align:left;font-size:0;opacity:0}.loader-line-mask{position:absolute;left:50%;top:50%;width:50px;height:100px;margin-left:-50px;margin-top:-50px;overflow:hidden;-webkit-transform-origin:50px 50px;transform-origin:50px 50px;-webkit-mask-image:-webkit-linear-gradient(top,#000,transparent);mix-blend-mode:normal;opacity:.8}.loader-line-mask .loader-line{width:100px;height:100px;border-radius:50%}.loader-line-mask.one{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}.loader-line-mask.one .loader-line{box-shadow:inset 0 0 0 8px #00cbad}.loader-line-mask.two{-webkit-animation:rotate 1.8s linear .5s infinite;animation:rotate 1.8s linear .5s infinite}.loader-line-mask.two .loader-line{box-shadow:inset 0 0 0 8px #f45b69}.loader-line-mask.three{-webkit-animation:rotate 2s linear 1s infinite;animation:rotate 2s linear 1s infinite}.loader-line-mask.three .loader-line{box-shadow:inset 0 0 0 8px #f08230}.loader-line-mask.four{-webkit-animation:rotate 1.8s linear 1.4s infinite;animation:rotate 1.8s linear 1.4s infinite}.loader-line-mask.four .loader-line{box-shadow:inset 0 0 0 8px #3764df}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}lesshat-selector{-lh-property:0}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}[not-existing]{zoom:1}#CybotCookiebotDialog{max-width:1085px!important;left:50%!important;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important;border-radius:5px!important;font-family:Open Sans!important;top:auto!important;bottom:0!important;width:1085px!important;min-width:inherit!important;box-shadow:2px 2px 14px 2px #121212!important;padding:8px 28px 10px 24px!important}@media (max-width:1139px){#CybotCookiebotDialog{max-width:calc(100% - 66px)!important}}#CybotCookiebotDialog #CybotCookiebotDialogHeader{display:none}#CybotCookiebotDialog #CybotCookiebotDialogTabContent{margin:0 10px 0 0!important}#CybotCookiebotDialog #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody{padding:0!important}#CybotCookiebotDialog #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent{width:100%}#CybotCookiebotDialog #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent p{font-size:11px;line-height:17px!important;font-family:"Inter",serif!important;color:#333}#CybotCookiebotDialog #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper{margin-top:0!important}#CybotCookiebotDialog #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper a{font-size:13px!important;font-weight:500!important;text-transform:uppercase;color:#333!important}#CybotCookiebotDialog #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper a:after{margin:1px 0 0 4px!important}#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotScrollArea #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper{margin-top:30px!important;display:flex;flex-direction:column-reverse;grid-gap:10px;gap:10px}#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotScrollArea #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton{font-size:15px;padding:0!important;color:#fff!important;height:40px}#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotScrollArea #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyButtonDecline{background-color:#333!important;border:2px solid #333!important}body .uwy.userway_p1 .userway_buttons_wrapper{top:auto;bottom:15px}.vendor_detail_box_top ul{display:flex}@media (max-width:939px){.vendor_detail_box_top ul{flex-direction:column}}.vendor_detail_box_top ul li{width:100%}.vendor_detail_box_top ul li.left{max-width:calc(33.333% - 14.7px);margin-right:22px}@media (max-width:939px){.vendor_detail_box_top ul li.left{width:calc(100% - 30px);max-width:500px;margin:0 auto 20px}}.vendor_detail_box_top ul li.right{max-width:calc(66.666% - 14.7px)}@media (max-width:939px){.vendor_detail_box_top ul li.right{width:calc(100% - 30px);max-width:500px;margin:0 auto}}.vendor_profile_details_block{display:flex;background-color:#fff;padding:25px 23px 3px 38px;margin-bottom:24px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:2px solid #bfbfbf;position:relative}@media (max-width:575px){.vendor_profile_details_block{width:calc(100% - 30px);margin:0 auto 15px}}.vendor_profile_details_block:before{content:"";display:block;padding:2px 0;line-height:1px;border-top:8px solid #132d72!important;position:absolute;width:100%;top:0;border-top-left-radius:4px;border-top-right-radius:4px;left:0}@media (max-width:939px){.vendor_profile_details_block{padding:35px;flex-direction:column}}.vendor_profile_details_block .verified-badge{position:absolute;top:22px;left:24px}.vendor_profile_details_block .left{width:245px;position:relative;top:31px;margin-right:29px}@media (max-width:1139px){.vendor_profile_details_block .left{width:145px}}@media (max-width:939px){.vendor_profile_details_block .left{width:100%}}.vendor_profile_details_block .left .logo{display:flex;align-items:center;max-height:90px}.vendor_profile_details_block .left .logo img{max-width:245px;max-height:90px}@media (max-width:1139px){.vendor_profile_details_block .left .logo img{max-width:145px}}@media (max-width:939px){.vendor_profile_details_block .left .logo img{max-width:inherit}}@media (max-width:575px){.vendor_profile_details_block .left .logo img{max-width:210px}}.vendor_profile_details_block .right{width:calc(100% - 245px)}@media (max-width:1139px){.vendor_profile_details_block .right{width:calc(100% - 145px)}}@media (max-width:939px){.vendor_profile_details_block .right{width:100%;margin-top:45px}}.vendor_profile_details_block .right .content{line-height:27px;position:relative}.vendor_profile_details_block .right .content h1{font-size:24px;color:#132d72;margin:0 0 19px;font-weight:700;display:flex;align-items:center;letter-spacing:.1px}.vendor_profile_details_block .right .content h1:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:32px;height:32px;background-position:-36px -170px;margin-right:12px}@media (max-width:939px){.vendor_profile_details_block .right .content h1:before{float:left;top:-2px}}@media (max-width:575px){.vendor_profile_details_block .right .content h1:before{top:-5px}}.vendor_profile_details_block .right .content h1 span{width:calc(100% - 44px)}.vendor_profile_details_block .right .content .content_open{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.vendor_profile_details_block .right .content span.content_blur{display:block;width:100%;height:27px;background-color:#fff;position:absolute;bottom:40px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.vendor_profile_details_block .right .content .item{position:inherit!important}.vendor_profile_details_block .right .content .showLessMoreContent{top:0;margin-top:10px;text-decoration:underline}@media (max-width:939px){.vendor_profile_details_block .right .content .showLessMoreContent{margin-top:6px}}.profile_details_verified_block .right{font-family:"Inter",serif}@media (max-width:939px){.profile_details_verified_block .right{width:100%;padding:0;border-left:none;text-align:center;margin-top:30px}}.profile_details_verified_block .right .content{line-height:27px;position:relative}.profile_details_verified_block .right .content .content_open{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.profile_details_verified_block .right .content span.content_blur{display:block;width:100%;height:27px;background-color:#fff;position:absolute;top:52px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.profile_details_verified_block .right .content .item{position:inherit!important}.profile_details_verified_block .right .content .showLessMoreContent{top:0;margin-top:10px;text-decoration:underline}@media (max-width:939px){.profile_details_verified_block .right .content .showLessMoreContent{margin-top:6px}}.profile_details_verified_block .right ul li.unlock_profile{font-size:14px;margin-right:25px}@media (max-width:939px){.profile_details_verified_block .right ul li.unlock_profile{margin:0 0 15px}}.profile_details_verified_block .right ul li.unlock_profile span.vendor_profile_name{display:block;font-weight:600}.profile_details_verified_block .right ul li.unlock_profile a{font-weight:400}.profile_details_verified_block .right ul li.btn_upgrade_profile a{width:235px;height:50px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#f08230;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:600}.profile_details_verified_vendor{background:hsla(0,0%,100%,.5);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;margin-bottom:20px;padding:7px 13px}@media (max-width:939px){.profile_details_verified_vendor{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}}@media (max-width:575px){.profile_details_verified_vendor{width:calc(100% - 30px);margin:0 auto 15px}}.profile_details_verified_vendor span.working_company{font-weight:600}.profile_details_verified_vendor span.unlock_profile_access a{display:inline-block;margin:0 20px 0 8px}@media (max-width:939px){.profile_details_verified_vendor span.unlock_profile_access a{margin:10px 0}}.profile_details_verified_vendor span.upgrade_profile_link{font-weight:600}.profile_details_verified_vendor span.upgrade_profile_link a{color:#f08230;text-decoration:underline}.sponsored_block_section .competitor_box ul li{max-height:inherit}.sponsored_block_section .competitor_box ul li ul li{flex-wrap:wrap;justify-content:center;height:auto;padding:41px 56px 39px}@media (max-width:1139px){.sponsored_block_section .competitor_box ul li ul li{padding:41px 30px 39px}}@media (max-width:939px){.sponsored_block_section .competitor_box ul li ul li{padding:41px 56px 39px;flex-direction:column}}@media (max-width:379px){.sponsored_block_section .competitor_box ul li ul li{padding:41px 30px 39px}}.sponsored_block_section .competitor_box ul li ul li .logo{max-width:170px}.sponsored_block_section .competitor_box ul li ul li .logo img{width:100%;height:auto}.sponsored_block_section .competitor_box ul li ul li span.clsRating{font-size:28px;margin:16px 0 19px}.sponsored_block_section .competitor_box ul li ul li span.clsRating .starRating{float:right;margin-left:17px;position:relative;top:-2px;width:auto}.sponsored_block_section .competitor_box ul li ul li span.clsRating .starRating .fa-star,.sponsored_block_section .competitor_box ul li ul li span.clsRating .starRating .fa-star-half-empty,.sponsored_block_section .competitor_box ul li ul li span.clsRating .starRating .fa-star-o{margin-right:5px}.sponsored_block_section .competitor_box ul li ul li span.read_references a{color:#3764df;text-decoration:underline}.sponsored_block_section .competitor_box ul li ul li span.read_references a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:8px;height:7px;background-position:-263px -376px;margin-left:9px}.no_active_competitor_box{font-size:18px;line-height:27px;padding:40px;text-align:center}@media (max-width:1139px){.no_active_competitor_box{padding:41px 25px}}.no_active_competitor_box .heading_txt{color:#757575;font-weight:600;margin-bottom:27px}.no_active_competitor_box p{color:#7c7c7c}.no_active_competitor_box .btn_select_category{margin-top:32px}.no_active_competitor_box .btn_select_category a{background-color:#f08230;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;max-width:309px;height:50px;font-size:18px;font-weight:500;color:#fff;display:flex;justify-content:center;align-items:center;margin:0 auto}.caseStudiesBox .reference_locked,.reference_locked_icon,.vendor_caseStudies .vendorDetailBox ul li .reference_locked,.vendorDetails .vendorDetailBox ul li .reference_locked,.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .reference_locked,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .header_img .reference_locked{width:225px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;position:absolute;bottom:24px;left:24px;background-color:#6679a4;color:#fff;font-size:16px;line-height:28px}@media (max-width:939px){.caseStudiesBox .reference_locked,.reference_locked_icon,.vendor_caseStudies .vendorDetailBox ul li .reference_locked,.vendorDetails .vendorDetailBox ul li .reference_locked,.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .reference_locked,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .header_img .reference_locked{bottom:20px;left:20px}}.caseStudiesBox .reference_locked:before,.reference_locked_icon:before,.vendor_caseStudies .vendorDetailBox ul li .reference_locked:before,.vendorDetails .vendorDetailBox ul li .reference_locked:before,.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .reference_locked:before,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .header_img .reference_locked:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:18px;background-position:-2px -602px;top:-2px;margin-right:10px}.competitor_block,.competitor_box_section{background-image:url(https://www.featuredcustomers.com/images/bg-competitor-box.webp);background-repeat:repeat-x;background-size:contain;padding:31px 0 47px;color:#fff;margin:0 0 33px}@media (max-width:939px){.competitor_block,.competitor_box_section{margin-top:15px}}.competitor_block .top_header_,.competitor_box_section .top_header_{width:calc(100% - 66px);max-width:1272px;margin:0 auto;font-size:18px;line-height:22px;text-align:center}@media (max-width:939px){.competitor_block .top_header_,.competitor_box_section .top_header_{max-width:500px;width:calc(100% - 30px)}}@media (max-width:575px){.competitor_block .top_header_,.competitor_box_section .top_header_{max-width:362px}}.competitor_block .top_header_ span.bold,.competitor_box_section .top_header_ span.bold{font-weight:600;margin-right:7px}@media (max-width:939px){.competitor_block .top_header_ span.bold,.competitor_box_section .top_header_ span.bold{display:block;margin:0 0 5px}}.competitor_block .competitor_box,.competitor_box_section .competitor_box{width:calc(100% - 66px);max-width:1272px;margin:29px auto 25px}@media (max-width:575px){.competitor_block .competitor_box,.competitor_box_section .competitor_box{width:calc(100% - 30px);margin-bottom:40px}}.competitor_block .competitor_box ul,.competitor_box_section .competitor_box ul{display:flex;justify-content:center}@media (max-width:939px){.competitor_block .competitor_box ul,.competitor_box_section .competitor_box ul{flex-direction:column}}.competitor_block .competitor_box ul li,.competitor_box_section .competitor_box ul li{display:flex;width:calc(33.3333% - 13px);margin-right:20px;position:relative}@media (max-width:939px){.competitor_block .competitor_box ul li,.competitor_box_section .competitor_box ul li{width:calc(100% - 30px);max-width:500px;flex-wrap:wrap;margin:0 auto}}@media (max-width:575px){.competitor_block .competitor_box ul li,.competitor_box_section .competitor_box ul li{width:100%;max-width:362px}}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.premium,.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.premium,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored{top:-11px;right:-12px}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.premium:before,.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored:before,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.premium:before,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored:before{left:62px}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.premium span,.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored span,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.premium span,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored span{font-size:10px;width:143px;left:43px;padding:3px 0;letter-spacing:2.3px}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.premium span:before,.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored span:before,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.premium span:before,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored span:before{top:5px;left:38px;width:11px;height:10px;background-position:-2px -590px}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.premium span .ribbonTxt,.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored span .ribbonTxt,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.premium span .ribbonTxt,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored span .ribbonTxt{top:1px;left:15px}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.premium:after,.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored:after,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.premium:after,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored:after{bottom:63px;border:6px solid #01a089}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored span .ribbonTxt,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored span .ribbonTxt{left:5px}.competitor_block .competitor_box ul li .ribbon.ribbon-top-right.sponsored:after,.competitor_box_section .competitor_box ul li .ribbon.ribbon-top-right.sponsored:after{border:6px solid #ce6617}.competitor_block .competitor_box ul li .box_content,.competitor_box_section .competitor_box ul li .box_content{background-color:#fff;width:100%;display:flex;align-items:center;padding:23px 30px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}@media (max-width:1139px){.competitor_block .competitor_box ul li .box_content,.competitor_box_section .competitor_box ul li .box_content{flex-direction:column}}@media (max-width:939px){.competitor_block .competitor_box ul li .box_content,.competitor_box_section .competitor_box ul li .box_content{width:100%;margin:0 0 30px}}.competitor_block .competitor_box ul li .box_content .left,.competitor_box_section .competitor_box ul li .box_content .left{margin-right:47px}@media (max-width:1139px){.competitor_block .competitor_box ul li .box_content .left,.competitor_box_section .competitor_box ul li .box_content .left{margin-right:0}}.competitor_block .competitor_box ul li .box_content .left .logo,.competitor_box_section .competitor_box ul li .box_content .left .logo{display:flex;align-items:center;width:120px}@media (max-width:1139px){.competitor_block .competitor_box ul li .box_content .left .logo,.competitor_box_section .competitor_box ul li .box_content .left .logo{height:90px}}@media (max-width:939px){.competitor_block .competitor_box ul li .box_content .left .logo,.competitor_box_section .competitor_box ul li .box_content .left .logo{height:auto;min-height:60px}}.competitor_block .competitor_box ul li .box_content .left .logo img,.competitor_box_section .competitor_box ul li .box_content .left .logo img{max-width:120px;max-height:90px}@media (max-width:1139px){.competitor_block .competitor_box ul li .box_content .right,.competitor_box_section .competitor_box ul li .box_content .right{margin-top:20px}}.clsCompetitor .competitor_block .competitor_box ul li .box_content .right span.name,.clsCompetitor .competitor_box_section .competitor_box ul li .box_content .right span.name,.competitor_block .competitor_box .clsCompetitor ul li .box_content .right span.name,.competitor_block .competitor_box .greyBg .competitorBox ul li .box_content .right span.name,.competitor_block .competitor_box ul li .box_content .right span.vendorName,.competitor_box_section .competitor_box .clsCompetitor ul li .box_content .right span.name,.competitor_box_section .competitor_box .greyBg .competitorBox ul li .box_content .right span.name,.competitor_box_section .competitor_box ul li .box_content .right span.vendorName,.greyBg .competitorBox .competitor_block .competitor_box ul li .box_content .right span.name,.greyBg .competitorBox .competitor_box_section .competitor_box ul li .box_content .right span.name{color:#606060;font-size:16px;font-weight:600;line-height:28px}@media (max-width:1139px){.clsCompetitor .competitor_block .competitor_box ul li .box_content .right span.name,.clsCompetitor .competitor_box_section .competitor_box ul li .box_content .right span.name,.competitor_block .competitor_box .clsCompetitor ul li .box_content .right span.name,.competitor_block .competitor_box .greyBg .competitorBox ul li .box_content .right span.name,.competitor_block .competitor_box ul li .box_content .right span.vendorName,.competitor_box_section .competitor_box .clsCompetitor ul li .box_content .right span.name,.competitor_box_section .competitor_box .greyBg .competitorBox ul li .box_content .right span.name,.competitor_box_section .competitor_box ul li .box_content .right span.vendorName,.greyBg .competitorBox .competitor_block .competitor_box ul li .box_content .right span.name,.greyBg .competitorBox .competitor_box_section .competitor_box ul li .box_content .right span.name{text-align:center}}.competitor_block .competitor_box ul li .box_content .right span.total_references,.competitor_box_section .competitor_box ul li .box_content .right span.total_references{color:#f08230;font-size:16px;line-height:28px;display:block;margin:-8px 0 12px}.competitor_block .competitor_box ul li .box_content .right span.total_references:before,.competitor_box_section .competitor_box ul li .box_content .right span.total_references:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:25px;height:24px;background-position:-263px -349px;top:7px;margin-right:10px}@media (max-width:1139px){.competitor_block .competitor_box ul li .box_content .right span.total_references,.competitor_box_section .competitor_box ul li .box_content .right span.total_references{margin:0 0 12px}}@media (max-width:939px){.competitor_block .competitor_box ul li .box_content .right .btn_visit_profile,.competitor_box_section .competitor_box ul li .box_content .right .btn_visit_profile{margin-top:20px}}.competitor_block .competitor_box ul li .box_content .right .btn_visit_profile a,.competitor_box_section .competitor_box ul li .box_content .right .btn_visit_profile a{height:40px;width:129px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#f08230;border:2px solid #f08230;color:#fff;font-family:"Inter",serif;font-size:14px;display:flex;justify-content:center;align-items:center;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.competitor_block .competitor_box ul li .box_content .right .btn_visit_profile a:hover,.competitor_box_section .competitor_box ul li .box_content .right .btn_visit_profile a:hover{background-color:transparent;color:#f08230}@media (max-width:1139px){.competitor_block .competitor_box ul li .box_content .right .btn_visit_profile a,.competitor_box_section .competitor_box ul li .box_content .right .btn_visit_profile a{margin:0 auto}}.competitor_block .competitor_box ul li:last-child,.competitor_box_section .competitor_box ul li:last-child{margin-right:0}@media (max-width:939px){.competitor_block .competitor_box ul li:last-child,.competitor_box_section .competitor_box ul li:last-child{margin:0 auto}}@media (max-width:939px){.competitor_block .competitor_box ul li:last-child .box_content,.competitor_box_section .competitor_box ul li:last-child .box_content{margin-bottom:0}}.competitor_block .bottom_txt,.competitor_box_section .bottom_txt{width:calc(100% - 66px);max-width:1272px;margin:0 auto;display:flex;justify-content:center;align-items:center;color:#fff;font-family:"Inter",serif}@media (max-width:939px){.competitor_block .bottom_txt,.competitor_box_section .bottom_txt{max-width:500px;width:calc(100% - 30px);flex-direction:column;text-align:center}}@media (max-width:575px){.competitor_block .bottom_txt,.competitor_box_section .bottom_txt{max-width:362px}}.competitor_block .bottom_txt .left,.competitor_box_section .bottom_txt .left{font-size:18px;line-height:20px;margin-right:65px}@media (max-width:939px){.competitor_block .bottom_txt .left,.competitor_box_section .bottom_txt .left{margin:0 0 20px}}.competitor_block .bottom_txt .left span.bold,.competitor_box_section .bottom_txt .left span.bold{font-weight:600;margin-right:5px}@media (max-width:939px){.competitor_block .bottom_txt .left span.bold,.competitor_box_section .bottom_txt .left span.bold{display:block}}.competitor_block .bottom_txt .right .upgrade_btn a,.competitor_box_section .bottom_txt .right .upgrade_btn a{height:44px;width:225px;border:2px solid #fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display:flex;justify-content:center;align-items:center;color:#fff;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.competitor_block .bottom_txt .right .upgrade_btn a:hover,.competitor_box_section .bottom_txt .right .upgrade_btn a:hover{background-color:#fff;color:#000}.competitor_box_section.no_competitors{width:calc(100% - 66px);max-width:1272px;margin-left:auto;margin-right:auto}.competitor_box_section.no_competitors .top_header_{display:none}.sponsored_block,.sponsored_box_section{width:calc(100% - 66px);max-width:1266px;margin:0 auto 25px}@media (max-width:939px){.sponsored_block,.sponsored_box_section{width:calc(100% - 30px)}}.sponsored_block .sponsor_box_container,.sponsored_box_section .sponsor_box_container{margin:15px 0 33px}@media (max-width:939px){.sponsored_block .sponsor_box_container,.sponsored_box_section .sponsor_box_container{max-width:500px;margin:20px auto 40px}}@media (max-width:575px){.sponsored_block .sponsor_box_container,.sponsored_box_section .sponsor_box_container{max-width:362px}}.sponsored_block .sponsor_box_container h2,.sponsored_box_section .sponsor_box_container h2{color:#424242;font-size:24px;font-weight:700;line-height:22px;margin:0 0 38px;text-align:center}@media (max-width:939px){.sponsored_block .sponsor_box_container h2,.sponsored_box_section .sponsor_box_container h2{line-height:28px;margin-bottom:25px;font-size:21px}}.sponsored_block .sponsor_box_container .sponsored_box_content,.sponsored_box_section .sponsor_box_container .sponsored_box_content{position:relative}.sponsored_block .sponsor_box_container .sponsored_box_content .ribbon.ribbon-top-right,.sponsored_box_section .sponsor_box_container .sponsored_box_content .ribbon.ribbon-top-right{top:-11px}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content{display:flex}@media (max-width:939px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content{flex-direction:column}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left{background-color:#fff;width:445px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:44px 82px 43px;box-sizing:border-box;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}@media (max-width:1139px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left{width:350px;padding:44px 62px 43px}}@media (max-width:939px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left{width:100%}}@media (max-width:575px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left{padding:30px}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .logo,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .logo{max-width:170px}@media (max-width:480px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .logo,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .logo{max-width:110px}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .logo img,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .logo img{width:100%;height:auto}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating{font-size:28px;margin:0 0 19px}@media (max-width:379px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating{font-size:21px}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating{float:right;margin-left:17px;position:relative;top:-2px;width:auto}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating .fa-star,.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating .fa-star-half-empty,.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating .fa-star-o,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating .fa-star,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating .fa-star-half-empty,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.clsRating .starRating .fa-star-o{margin-right:5px}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num{font-family:"Inter",serif;width:100%;display:block;text-align:center;border-top:2px solid #e2e2e2;padding:12px 0 6px}@media (max-width:379px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num{font-size:15px}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number{font-weight:600;margin-right:8px}@media (max-width:379px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number{font-size:14px}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number:before,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left .customers_Num span.number:before{width:25px;height:24px;background-position:-263px -349px;top:6px}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.read_references a,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.read_references a{color:#3764df;text-decoration:underline}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .left span.read_references a:after,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .left span.read_references a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:8px;height:7px;background-position:-263px -376px;margin-left:9px}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right{width:calc(100% - 445px);border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;background-image:url(https://www.featuredcustomers.com/images/bg-sponsored-block.webp);background-repeat:repeat-x;background-size:contain;display:flex;align-items:center;padding:50px 80px}@media (max-width:1139px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right{width:calc(100% - 350px)}}@media (max-width:939px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right{width:100%}}@media (max-width:575px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right{padding:30px;text-align:center}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block{max-width:648px}@media (max-width:575px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block{width:100%}}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block .content,.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block p,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block .content,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block p{color:#fff;font-size:18px;line-height:27px;margin:0}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block .content a,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block .content a{color:#fff;text-decoration:underline}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block .visit_profile_btn a,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block .visit_profile_btn a{box-sizing:border-box;height:52px;width:100%;max-width:204px;border:2px solid #fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff;font-size:21px;font-weight:600;line-height:28px;display:flex;justify-content:center;align-items:center;margin-top:23px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block .visit_profile_btn a:hover,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block .visit_profile_btn a:hover{background-color:#fff;color:#000}@media (max-width:575px){.sponsored_block .sponsor_box_container .sponsored_box_content .box_content .right .content_block .visit_profile_btn a,.sponsored_box_section .sponsor_box_container .sponsored_box_content .box_content .right .content_block .visit_profile_btn a{margin:23px auto 0}}.ent_checkbox [type=checkbox]:checked+label,.ent_checkbox [type=checkbox]:not(:checked)+label,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li [type=checkbox]:checked+label,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:checked+label,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:not(:checked)+label,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox [type=checkbox]:checked+label,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox [type=checkbox]:checked+label,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label,.filter_accordion ul li .panel .filter_drop_down_list ul li [type=checkbox]:checked+label,.filter_accordion ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label,.filterSection ul li .filter_drop_down_list ul li [type=checkbox]:checked+label,.filterSection ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label,.notificationsBlock ul li .right [type=checkbox]:checked+label,.notificationsBlock ul li .right [type=checkbox]:not(:checked)+label,.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li [type=checkbox]:not(:checked)+label,.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox [type=checkbox]:not(:checked)+label,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:checked+label,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:not(:checked)+label,.settingsCardBox .form .user_type label.checkbox [type=checkbox]:checked+label,.settingsCardBox .form .user_type label.checkbox [type=checkbox]:not(:checked)+label,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:checked+label,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:checked+label,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label{position:relative;padding-left:30px;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.ent_checkbox [type=checkbox]:checked+label:before,.ent_checkbox [type=checkbox]:not(:checked)+label:before,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li [type=checkbox]:checked+label:before,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:before,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:checked+label:before,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:not(:checked)+label:before,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox [type=checkbox]:checked+label:before,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:before,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox [type=checkbox]:checked+label:before,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:before,.filter_accordion ul li .panel .filter_drop_down_list ul li [type=checkbox]:checked+label:before,.filter_accordion ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:before,.filterSection ul li .filter_drop_down_list ul li [type=checkbox]:checked+label:before,.filterSection ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:before,.notificationsBlock ul li .right [type=checkbox]:checked+label:before,.notificationsBlock ul li .right [type=checkbox]:not(:checked)+label:before,.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li [type=checkbox]:not(:checked)+label:before,.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox [type=checkbox]:not(:checked)+label:before,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:checked+label:before,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:not(:checked)+label:before,.settingsCardBox .form .user_type label.checkbox [type=checkbox]:checked+label:before,.settingsCardBox .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:checked+label:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:checked+label:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;top:.5px;left:0;width:18px;height:18px;border:2px solid hsla(0,0%,60%,.6);background:#fff;border-radius:4px}.ent_checkbox [type=checkbox]:not(:checked)+label:after,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:after,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:not(:checked)+label:after,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:after,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:after,.filter_accordion ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.filterSection ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.notificationsBlock ul li .right [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox [type=checkbox]:not(:checked)+label:after,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:not(:checked)+label:after,.settingsCardBox .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.ent_checkbox [type=checkbox]:checked+label:after,.ent_checkbox [type=checkbox]:not(:checked)+label:after,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li [type=checkbox]:checked+label:after,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:checked+label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li [type=checkbox]:not(:checked)+label:after,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:checked+label:after,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:not(:checked)+label:after,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox [type=checkbox]:checked+label:after,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:after,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox [type=checkbox]:checked+label:after,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:after,.filter_accordion ul li .panel .filter_drop_down_list ul li [type=checkbox]:checked+label:after,.filter_accordion ul li .panel .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.filterSection ul li .filter_drop_down_list ul li [type=checkbox]:checked+label:after,.filterSection ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.notificationsBlock ul li .right [type=checkbox]:checked+label:after,.notificationsBlock ul li .right [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox [type=checkbox]:not(:checked)+label:after,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:checked+label:after,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:not(:checked)+label:after,.settingsCardBox .form .user_type label.checkbox [type=checkbox]:checked+label:after,.settingsCardBox .form .user_type label.checkbox [type=checkbox]:not(:checked)+label:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:checked+label:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:checked+label:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li [type=checkbox]:not(:checked)+label:after{content:"✔";position:absolute;outline:2px solid #3764df;background:#3764df;width:14px;height:14px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;top:3px;left:2px;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:0;color:#fff;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.unlockNow,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref{background:url(https://www.featuredcustomers.com/images/bg_ent_dashboard.webp) repeat-x 0 0;box-shadow:0 6px 32px rgba(51,51,51,.06);-moz-box-shadow:0 6px 32px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 32px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:28px 35px 28px 24px;display:flex;justify-content:space-between;align-items:center;margin:30px 0;height:106px}@media (max-width:1139px){.unlockNow,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref{flex-direction:column;padding:28px 24px;height:auto;background-size:contain}}@media (max-width:575px){.unlockNow,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref{padding:28px 10px;margin:23px 0}}.unlockNow .left,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .left,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .left,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .left{display:flex;align-items:center;line-height:24px;width:calc(100% - 332px);margin-right:20px}@media (max-width:1139px){.unlockNow .left,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .left,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .left,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .left{width:100%;flex-direction:column;text-align:center;margin:0 0 20px}}.unlockNow .left .content_block h1,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .left .content_block h1,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .left .content_block h1,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .left .content_block h1{margin:0;font-size:19px;font-weight:600;letter-spacing:-.004em;color:#fff}.unlockNow .left .content_block p,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .left .content_block p,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .left .content_block p,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .left .content_block p{font-size:16px;margin:0;letter-spacing:-.004em;color:#fff}.unlockNow .left .content_block p span.amount,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .left .content_block p span.amount,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .left .content_block p span.amount,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .left .content_block p span.amount{color:#12f1cf;font-weight:700;position:relative;top:2px}.unlockNow .left .content_block p span.amount:after,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .left .content_block p span.amount:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .left .content_block p span.amount:after,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .left .content_block p span.amount:after{content:"";position:absolute;bottom:-5px;left:2px;height:7px;width:100%;border:3px solid transparent;border-top-color:#12f1cf;border-radius:80%;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}.unlockNow .right,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .right,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .right,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .right{width:312px}.unlockNow .right .btn_unlock a,.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref .right .btn_unlock a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_pay_per_ref .right .btn_unlock a,.vendor_portal_stats_section .ent_stats_container .ent_pay_per_ref .right .btn_unlock a{background-color:#f08230;width:100%;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-size:16px;letter-spacing:.02em;font-weight:600!important;padding:15px 16px}.pi_accordion{width:100%;background-color:#f5f5f5;border:none;outline:none;text-align:left;padding:15px 20px;font-size:18px;color:#333;cursor:pointer;-webkit-transition:background-color .2s linear;transition:background-color .2s linear;box-sizing:border-box}.pi_accordion:after{font-family:FontAwesome;content:"";font-family:"fontawesome";font-size:18px;float:right}.pi_accordion.is-open:after{content:""}.pi_accordion.is-open,.pi_accordion:hover{background-color:#ddd}.pi-accordion-content{max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-in-out;transition:max-height .2s ease-in-out;overflow-y:auto}.header_banner_section{width:calc(100% - 68px);max-width:1200px;margin:0 auto}@media (max-width:575px){.header_banner_section{width:calc(100% - 60px)}}@media (max-width:480px){.header_banner_section{width:calc(100% - 40px)}}.header_banner_section .banner_img{height:208px;overflow:hidden;line-height:0;background-repeat:no-repeat;background-position:50%;background-size:100%;margin-top:15px}@media (max-width:1139px){.header_banner_section .banner_img{height:175px}}@media (max-width:939px){.header_banner_section .banner_img{height:150px}}@media (max-width:767px){.header_banner_section .banner_img{height:112px}}@media (max-width:575px){.header_banner_section .banner_img{height:100px}}@media (max-width:480px){.header_banner_section .banner_img{height:75px}}@media (max-width:379px){.header_banner_section .banner_img{height:65px}}.header_banner_section.vendor_faq_header{margin-top:37px}.showSlide{display:none;line-height:0}.showSlide img{width:100%}.slidercontainer{max-width:1000px;position:relative;margin:auto}.slidercontainer .left,.slidercontainer .right{cursor:pointer;position:absolute;top:50%;width:auto;padding:4px 8px;margin-top:-27px;color:#fff;font-size:30px;-webkit-transition:.6s ease;transition:.6s ease;border-radius:0 3px 3px 0;background:rgba(0,0,0,.9)}@media (max-width:939px){.slidercontainer .left,.slidercontainer .right{font-size:25px}}@media (max-width:575px){.slidercontainer .left,.slidercontainer .right{font-size:20px;margin-top:-15px}}.slidercontainer .right{right:0;border-radius:3px 0 0 3px}.slidercontainer .left:hover,.slidercontainer .right:hover{background-color:rgba(0,0,0,.8)}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}@-webkit-keyframes fade{0%{opacity:.8}to{opacity:1}}@keyframes fade{0%{opacity:.8}to{opacity:1}}.navik-header{background-color:#1c1259;position:relative;z-index:99999;box-sizing:border-box;line-height:1.428572;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.navik-header .container-fluid{width:calc(100% - 68px);max-width:1430px;margin:0 auto}@media (max-width:1139px){.navik-header .container-fluid{width:calc(100% - 40px)}}@media (max-width:939px){.navik-header{z-index:auto}}.navik-header .datalist{position:absolute;width:100%;max-width:374px;font-weight:400;background:#fff;right:141px;top:65px;cursor:pointer;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;z-index:10}.navik-header .datalist ul li{padding:13px 30px;border-bottom:1px solid #f3f3f3}.navik-header .datalist ul li a{font-size:16px}.navik-header .datalist ul li.active{background-color:#f3f3f3}.navik-header .right_nav{float:right;position:absolute;right:60px;top:16px}@media (max-width:1200px){.navik-header .right_nav{right:50px}}@media (max-width:1139px){.navik-header .right_nav{right:40px;font-size:14px}}@media (max-width:939px){.navik-header .right_nav{right:90px}}@media (max-width:575px){.navik-header .right_nav{right:75px}}@media (max-width:480px){.navik-header .right_nav{top:30px}}.navik-header .right_nav ul{display:flex;align-items:center}.navik-header .right_nav ul li a{display:flex;justify-content:center;align-items:center;color:#fff}.navik-header .right_nav ul li.free_advice{margin-right:40px}@media (max-width:1300px){.navik-header .right_nav ul li.free_advice{margin-right:30px}}@media (max-width:1200px){.navik-header .right_nav ul li.free_advice{margin-right:20px}}@media (max-width:1139px){.navik-header .right_nav ul li.free_advice{margin-right:20px}}@media (max-width:939px){.navik-header .right_nav ul li.free_advice{margin-right:15px}}@media (max-width:480px){.navik-header .right_nav ul li.free_advice{display:none}}.navik-header .right_nav ul li.free_advice a{width:255px;height:48px;background-color:#7856ff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:1300px){.navik-header .right_nav ul li.free_advice a{width:205px;font-size:15px}}@media (max-width:1139px){.navik-header .right_nav ul li.free_advice a{width:180px;font-size:14px}}@media (max-width:939px){.navik-header .right_nav ul li.free_advice a{width:225px;font-size:16px}}@media (max-width:575px){.navik-header .right_nav ul li.free_advice a{width:180px;font-size:13px}}.navik-header *,.navik-header:after,.navik-header :after,.navik-header:before,.navik-header :before{box-sizing:border-box}.navik-header ul{margin-bottom:inherit}.navik-header img{max-width:100%;height:auto;vertical-align:top}.navik-header a:active,.navik-header a:focus,.navik-header a:hover{text-decoration:none;outline:none}.navik-header .logo{text-align:center}@media (max-width:1139px){.navik-header .logo{width:130px;text-align:left}.navik-header .logo a img{width:110px;max-width:inherit}}@media (max-width:939px){.navik-header .logo{padding:25px 0;text-align:left}.navik-header .logo img{width:110px}}.navik-header .logo img{max-width:100%;height:auto}.navik-header-container{position:relative}@media (max-width:1139px){.navik-menu{width:calc(100% - 438px)}}@media (max-width:939px){.navik-menu{width:100%}}.navik-menu>ul{display:none;padding:0 0 20px}@media (max-width:939px){.navik-menu>ul{max-width:none!important}}.navik-menu ul li{position:relative}@media (max-width:939px){.navik-menu ul span.viewAll{padding-left:15px}}@media (max-width:939px){.navik-menu ul span.viewAll a{color:#f08230;font-weight:600}}@media (max-width:939px){.navik-menu ul span.viewAll a:after{content:">>";font-size:11px;position:relative;left:5px;font-weight:800;top:-1px}}.navik-menu ul li>a{display:block;padding:14px 15px;font-family:"Inter",serif;font-size:16px;font-weight:400;color:#fff;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media (max-width:1139px){.navik-menu ul li>a{padding:14px 20px;font-size:15px}}@media (max-width:939px){.navik-menu ul li>a{padding:14px 15px}}.navik-menu ul li.current-menu>a,.navik-menu ul li:hover>a{color:#f08231;background:hsla(0,0%,100%,.1)}.navik-menu ul li.current-menu>a span:before,.navik-menu ul li:hover>a span:before{color:#f08231!important}.navik-menu ul ul li>a{padding:14px 15px 14px 30px;text-transform:inherit}@media (max-width:939px){.navik-menu ul ul li>a{padding:4px 15px}}.navik-menu ul ul ul li>a{padding:8px 15px 8px 20px}@media (max-width:480px){.navik-menu ul ul ul li>a{font-size:14px}}.navik-menu li>ul{display:none}.dropdown-plus{position:absolute;top:0;right:0;width:49px;height:49px;line-height:49px;cursor:pointer}.dropdown-plus:after,.dropdown-plus:before{position:absolute;top:24px;right:18px;width:13px;height:1px;content:"";background-color:#fff}.dropdown-plus:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.dropdown-plus.dropdown-open:after{display:none}.burger-menu{position:absolute;top:32px;right:0;display:flex;flex-direction:column;justify-content:space-between;width:20px;height:17px;cursor:pointer;transition:-webkit-transform .33s ease-out;-webkit-transition:-webkit-transform .33s ease-out;transition:transform .33s ease-out;transition:transform .33s ease-out,-webkit-transform .33s ease-out}.burger-menu.menu-open{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.line-menu{width:100%;height:3px;background-color:#fff}.menu-open .line-menu.line-half{width:50%}.line-menu.line-half{width:100%}.line-menu.first-line{-webkit-transform-origin:right;transform-origin:right}.line-menu.first-line,.line-menu.last-line{transition:-webkit-transform .33s cubic-bezier(.54,-.81,.57,.57);-webkit-transition:-webkit-transform .33s cubic-bezier(.54,-.81,.57,.57);transition:transform .33s cubic-bezier(.54,-.81,.57,.57);transition:transform .33s cubic-bezier(.54,-.81,.57,.57),-webkit-transform .33s cubic-bezier(.54,-.81,.57,.57)}.line-menu.last-line{align-self:flex-end;-webkit-transform-origin:left;transform-origin:left}.menu-open .line-menu.first-line{-webkit-transform:rotate(-90deg) translateX(3px);transform:rotate(-90deg) translateX(3px)}.menu-open .line-menu.last-line{-webkit-transform:rotate(-90deg) translateX(-3px);transform:rotate(-90deg) translateX(-3px)}.navik-header.header-dark{background-color:#111}.navik-header.header-dark .dropdown-plus:after,.navik-header.header-dark .dropdown-plus:before,.navik-header.header-dark .line-menu{background-color:#fff}.header-dark .navik-menu ul li>a{color:#fff}.header-dark .navik-menu ul li.current-menu>a,.header-dark .navik-menu ul li:hover>a{color:#26c6da;background-color:#313131}.header-dark .navik-menu ul ul li>a{color:#c1c1c1;background-color:#212121}.navik-menu .mega-menu-container{padding:15px 30px 0}.navik-menu .mega-menu-container ul li{position:relative}.navik-menu .mega-menu-container ul li a{padding:inherit;font-style:inherit;color:inherit;background-color:inherit}.navik-menu .mega-menu-container ul li:hover a{background-color:inherit}.navik-menu .mega-menu-container li>ul{display:block}.navik-menu .mega-menu>ul .dropdown-plus{display:none}.navik-menu .mega-menu-box{margin-bottom:30px}.navik-menu .mega-menu-heading{margin-bottom:12px;font-size:15px;color:#212121;text-transform:uppercase}.navik-menu .mega-menu-heading a{color:#212121;text-decoration:none;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.navik-menu .mega-menu-heading a:hover{color:#26c6da}.navik-menu .mega-menu-desc{font-size:14px;font-style:italic;line-height:1.428572;color:#818181}.navik-menu ul.mega-menu-list li a{padding:5px 0;font-size:14px;font-style:italic;color:#818181}.navik-menu ul.mega-menu-list li a:hover{color:#26c6da}.navik-menu ul.mega-menu-list ul{padding-left:15px!important}.navik-menu .mega-menu-thumbnail{margin-bottom:20px}.navik-menu .mega-menu-thumbnail img{width:100%;height:auto}.navik-menu .mega-menu-thumbnail>a{position:relative;display:block}.navik-menu .mega-menu-thumbnail>a:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background-color:transparent;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.navik-menu .mega-menu-thumbnail:hover>a:before{background-color:rgba(0,0,0,.2)}.header-dark .navik-menu .mega-menu-container ul li a{background-color:inherit}.header-dark .navik-menu .mega-menu-heading a{color:#fff}.header-dark .navik-menu .mega-menu-heading a:hover{color:#26c6da}.navik-menu .navik-menu-icon{margin-right:5px;color:#a1a1a1}.navik-menu .mega-menu-heading a .navik-menu-icon,.navik-menu ul li>a .navik-menu-icon{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.navik-menu .mega-menu-heading a:hover .navik-menu-icon,.navik-menu ul li.current-menu>a .navik-menu-icon,.navik-menu ul li:hover>a .navik-menu-icon{color:#26c6da!important}.header-dark .navik-menu .navik-menu-icon{color:#717171}.navik-menu-overlay .navik-menu-icon{position:relative;top:-2px;margin-right:10px}.navik-menu-overlay>ul ul li a .navik-menu-icon{top:-1px;margin-right:7px}.menu-slide .navik-menu-overlay>ul ul li a .navik-menu-icon,.navik-menu-fixed .navik-menu-icon{margin-right:5px}@media (min-width:768px){.navik-header .logo{float:left}.navik-menu{clear:both}.header-shadow-wrapper:after{box-shadow:0 10px 40px -5px rgba(0,0,0,.1)}.navik-menu .mega-menu-media{display:table;width:100%}.navik-menu .mega-menu-media-img{display:table-cell;width:120px;vertical-align:top}.navik-menu .mega-menu-media-img .mega-menu-thumbnail{margin-bottom:0}.navik-menu .mega-menu-media-img img{width:100%;height:auto}.navik-menu .mega-menu-media-info{display:table-cell;padding-left:20px;vertical-align:top}.navik-menu-overlay .navik-menu-icon{margin-right:12px}.navik-menu-overlay>ul ul li a .navik-menu-icon{margin-right:8px}.menu-slide .navik-menu-overlay .navik-menu-icon{margin-right:10px}}@media (min-width:940px){.navik-header-container{display:flex;align-items:center;height:80px}.navik-header .logo{position:relative}.navik-header .logo img{width:auto;max-width:inherit;max-height:90px}.burger-menu{display:none}.navik-menu{width:calc(100% - 603px)}}@media (min-width:940px) and (max-width:1300px){.navik-menu{width:calc(100% - 538px)}}@media (min-width:940px) and (max-width:1200px){.navik-menu{width:calc(100% - 513px)}}@media (min-width:940px) and (max-width:1139px){.navik-menu{width:calc(100% - 448px)}}@media (min-width:940px){.navik-menu>ul{width:100%;display:flex!important;justify-content:center;align-items:center;margin:0 auto;padding:0;font-size:0}}@media (min-width:940px){.navik-menu>ul>li{display:inline-block}}@media (min-width:940px){.navik-menu>ul>li>a{display:flex;align-items:center;position:relative;box-sizing:border-box;height:80px;padding:0 27px;white-space:nowrap}}@media (min-width:940px) and (max-width:1300px){.navik-menu>ul>li>a{padding:0 20px}}@media (min-width:940px) and (max-width:1200px){.navik-menu>ul>li>a{padding:0 17px}}@media (min-width:940px) and (max-width:1139px){.navik-menu>ul>li>a{padding:0 13px}}@media (min-width:940px){.navik-menu>ul>li:last-child>a{padding:0 0 0 27px}}@media (min-width:940px){.navik-menu ul li{position:relative;cursor:pointer}}@media (min-width:940px){.navik-menu ul li.dd_addcompany{font-size:16px;font-weight:400;padding:0 25px 8px!important}}@media (min-width:940px){.navik-menu ul li.dd_addcompany:hover{color:#f08231}}@media (min-width:940px){.navik-menu ul li.dropdown_menu>a>span{display:none}}@media (min-width:940px){.navik-menu ul li.dropdown_menu>a>span:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-161px -516px;left:5px}}@media (min-width:940px){.navik-menu ul li.current-menu.dropdown_menu>a>span:before{color:#f08231}}@media (min-width:940px){.navik-menu ul ul li.dropdown_menu>a>span:before{top:7px;right:-10px;float:right;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@media (min-width:940px){.navik-menu ul ul li>a{position:relative;padding:0 25px 8px!important;color:#333;font-size:16px;font-weight:400;line-height:26px;background-color:transparent}}@media (min-width:940px){.navik-menu ul ul li>a:before{position:absolute;top:17px;left:35px;width:0;height:1px;content:"";background:#a1a1a1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}}@media (min-width:940px){.navik-menu ul ul li:hover>a{color:#f08231;background-color:transparent}}@media (min-width:940px){.navik-menu li>ul{position:absolute;top:100%;left:0;display:block!important;width:255px;padding:27px 0;visibility:hidden;background-color:#fff;border-top:1px solid #fafafa;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}}@media (min-width:940px){.navik-menu li>ul.research{width:350px}}@media (min-width:940px){.navik-menu li>ul ul{top:-27px;left:100%}}@media (min-width:940px){.navik-menu li:hover>ul{visibility:visible;opacity:1}}@media (min-width:940px){.navik-menu li.submenu-right>ul{right:0;left:inherit}}@media (min-width:940px){.navik-menu li.submenu-right>ul ul{left:-100%!important}}@media (min-width:940px){.navik-menu.menu-caret ul li.dropdown_menu>a>span{display:inline-block;position:relative;left:3px}}@media (min-width:940px){.navik-menu.menu-caret ul ul li.dropdown_menu>a>span{display:inline}}@media (min-width:940px){.navik-menu.separate-line>ul>li>a{position:relative;padding:0 28px}}@media (min-width:940px){.navik-menu.separate-line>ul>li>a:before{position:absolute;top:50%;right:0;width:1px;height:20px;content:"";background-color:#eee;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:940px){.navik-menu.separate-line>ul>li:last-child>a{padding:0 0 0 28px}}@media (min-width:940px){.navik-menu.separate-line>ul>li:last-child>a:before{display:none}}@media (min-width:940px){.header-dark .navik-menu ul li.dropdown_menu>a>span:before{border-color:#a1a1a1}}@media (min-width:940px){.header-dark .navik-menu ul ul li>a{color:#a1a1a1;background-color:transparent}}@media (min-width:940px){.header-dark .navik-menu ul ul li:hover>a{color:#fff;background-color:transparent}}@media (min-width:940px){.header-dark .navik-menu ul ul li:hover>a .navik-menu-icon{color:#fff!important}}@media (min-width:940px){.header-dark .navik-menu li>ul{background-color:#111}}@media (min-width:940px){.header-dark .navik-menu.separate-line>ul>li>a:before{background-color:#333}}@media (min-width:940px){.center-menu-1 .navik-menu>ul>li:last-child>a,.center-menu-2 .navik-menu>ul>li:last-child>a,.navik-menu.menu-hover-2>ul>li:last-child>a,.navik-menu.menu-hover-3>ul>li:last-child>a,.navik-menu.menu-hover-4>ul>li:last-child>a{padding:0 20px}}@media (min-width:940px){.center-menu-1 .navik-menu.separate-line>ul>li:last-child>a,.center-menu-2 .navik-menu.separate-line>ul>li:last-child>a,.navik-menu.menu-hover-2.separate-line>ul>li:last-child>a,.navik-menu.menu-hover-3.separate-line>ul>li:last-child>a,.navik-menu.menu-hover-4.separate-line>ul>li:last-child>a{padding:0 28px}}@media (min-width:940px){.header-dark .navik-menu ul li.current-menu>a,.header-dark .navik-menu ul li:hover>a,.navik-menu ul li.current-menu>a,.navik-menu ul li:hover>a{background-color:inherit}}@media (min-width:940px){.navik-menu ul li.free_advice a{width:192px;height:40px!important;background:#5dae59;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;margin-left:27px;padding:0}}@media (min-width:940px){.dropdown-plus{display:none}}@media (min-width:940px){.navik-header.sticky{width:100%;-webkit-animation-name:stickyTransition;animation-name:stickyTransition;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}}@media (min-width:940px){.navik-header.sticky .navik-header-container{height:80px}}@media (min-width:940px){.navik-header.sticky .navik-menu>ul>li>a{height:70px;line-height:70px}}@media (min-width:940px){.navik-header.sticky .logo{padding-left:32px}}@media (min-width:940px){.navik-header.sticky .logo img{max-height:70px}}@media (min-width:940px){@-webkit-keyframes stickyTransition{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes stickyTransition{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}}@media (min-width:940px){.navik-header.header-opacity-on,.navik-header.header-transparent-on{position:absolute;width:100%;background-color:transparent}}@media (min-width:940px){.navik-header.header-opacity-on{background-color:rgba(0,0,0,.3)}}@media (min-width:940px){.header-opacity-on .header-shadow-wrapper,.header-transparent-on .header-shadow-wrapper{display:none}}@media (min-width:940px){.header-opacity-on .navik-menu>ul>li>a,.header-transparent-on .navik-menu>ul>li>a{color:#f7f7f7}}@media (min-width:940px){.header-opacity-on .navik-menu>ul>li>a .navik-menu-icon,.header-transparent-on .navik-menu>ul>li>a .navik-menu-icon{color:hsla(0,0%,100%,.85)}}@media (min-width:940px){.header-opacity-on .navik-menu>ul>li.current-menu>a,.header-opacity-on .navik-menu>ul>li:hover>a,.header-transparent-on .navik-menu>ul>li.current-menu>a,.header-transparent-on .navik-menu>ul>li:hover>a{color:#26c6da}}@media (min-width:940px){.header-opacity-on .navik-menu>ul>li.dropdown_menu>a>span:before,.header-transparent-on .navik-menu>ul>li.dropdown_menu>a>span:before{border-color:#f7f7f7}}@media (min-width:940px){.header-transparent-on.center-menu-2 .navik-menu{border-color:hsla(0,0%,100%,.25)}}@media (min-width:940px){.header-transparent-on .navik-menu.separate-line>ul>li>a:before{background-color:hsla(0,0%,100%,.25)}}@media (min-width:940px){.header-opacity-on.center-menu-2 .navik-menu{border-color:hsla(0,0%,100%,.2)}}@media (min-width:940px){.header-opacity-on .navik-menu.separate-line>ul>li>a:before{background-color:hsla(0,0%,100%,.2)}}@media (min-width:940px){.navik-menu.menu-hover-2>ul>li.current-menu>a,.navik-menu.menu-hover-2>ul>li:hover>a{color:#212121;background-color:#f8f8f8}}@media (min-width:940px){.navik-menu.menu-hover-2>ul>li.current-menu>a:after,.navik-menu.menu-hover-2>ul>li:hover>a:after{opacity:1}}@media (min-width:940px){.navik-menu.menu-hover-2>ul>li>a:after,.navik-menu.menu-hover-3>ul>li>a:after{position:absolute;bottom:-3px;left:0;z-index:0;width:100%;height:3px;content:"";background-color:#26c6da;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}}@media (min-width:940px){.navik-menu.menu-hover-3>ul>li.current-menu>a,.navik-menu.menu-hover-3>ul>li:hover>a{color:#212121}}@media (min-width:940px){.navik-menu.menu-hover-3>ul>li.current-menu>a:after,.navik-menu.menu-hover-3>ul>li:hover>a:after{width:100%;opacity:1}}@media (min-width:940px){.navik-menu.menu-hover-3>ul>li>a:after{left:50%;width:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li>a>.hover-transition{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;overflow:hidden}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li>a>.hover-transition:after{position:relative;top:50%;left:50%;display:block;width:calc(100% + 2px);height:0;content:"";background-color:#26c6da;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li.current-menu>a,.navik-menu.menu-hover-4>ul>li:hover>a{color:#fff}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li.current-menu>a>.hover-transition:after,.navik-menu.menu-hover-4>ul>li:hover>a>.hover-transition:after{height:100%;opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li.current-menu>a .navik-menu-icon,.navik-menu.menu-hover-4>ul>li:hover>a .navik-menu-icon{color:#fff!important}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li>ul{-webkit-transition-delay:0s;transition-delay:0s}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li:hover>ul{-webkit-transition-delay:.13s;transition-delay:.13s}}@media (min-width:940px){.navik-menu.menu-hover-4>ul>li.dropdown_menu.current-menu>a>span:before,.navik-menu.menu-hover-4>ul>li.dropdown_menu:hover>a>span:before{border-color:#fff}}@media (min-width:940px){.header-dark .navik-menu.menu-hover-2>ul>li.current-menu>a,.header-dark .navik-menu.menu-hover-2>ul>li:hover>a{color:#fff;background-color:#222}}@media (min-width:940px){.header-dark .navik-menu.menu-hover-3>ul>li.current-menu>a,.header-dark .navik-menu.menu-hover-3>ul>li:hover>a{color:#fff}}@media (min-width:940px){.header-transparent-on .navik-menu.menu-hover-2>ul>li.current-menu>a,.header-transparent-on .navik-menu.menu-hover-2>ul>li:hover>a{color:#f7f7f7;background-color:hsla(0,0%,100%,.25)}}@media (min-width:940px){.header-opacity-on .navik-menu.menu-hover-2>ul>li.current-menu>a,.header-opacity-on .navik-menu.menu-hover-2>ul>li:hover>a{color:#f7f7f7;background-color:hsla(0,0%,100%,.2)}}@media (min-width:940px){.header-opacity-on .navik-menu.menu-hover-3>ul>li.current-menu>a,.header-opacity-on .navik-menu.menu-hover-3>ul>li:hover>a,.header-transparent-on .navik-menu.menu-hover-3>ul>li.current-menu>a,.header-transparent-on .navik-menu.menu-hover-3>ul>li:hover>a{color:#f7f7f7}}@media (min-width:940px){.header-opacity-on .navik-menu.menu-hover-2>ul>li.current-menu>a .navik-menu-icon,.header-opacity-on .navik-menu.menu-hover-2>ul>li:hover>a .navik-menu-icon,.header-opacity-on .navik-menu.menu-hover-3>ul>li.current-menu>a .navik-menu-icon,.header-opacity-on .navik-menu.menu-hover-3>ul>li:hover>a .navik-menu-icon,.header-transparent-on .navik-menu.menu-hover-2>ul>li.current-menu>a .navik-menu-icon,.header-transparent-on .navik-menu.menu-hover-2>ul>li:hover>a .navik-menu-icon,.header-transparent-on .navik-menu.menu-hover-3>ul>li.current-menu>a .navik-menu-icon,.header-transparent-on .navik-menu.menu-hover-3>ul>li:hover>a .navik-menu-icon{color:hsla(0,0%,100%,.85)!important}}@media (min-width:940px){.navik-menu.submenu-top-border li>ul{box-shadow:0 4px 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 4px 4px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.3);padding:11px 0 21px}}@media (min-width:940px){.navik-menu.submenu-top-border li>ul ul{top:-30px}}@media (min-width:940px){.navik-menu.submenu-top-border.submenu-list-border li>ul ul{top:-23px}}@media (min-width:940px){.navik-menu.submenu-list-border li>ul ul{top:-20px}}@media (min-width:940px){.navik-menu.submenu-list-border ul ul li>a{padding:15px 35px 14px!important}}@media (min-width:940px){.navik-menu.submenu-list-border ul ul li:first-child>a{padding:8px 35px 14px!important}}@media (min-width:940px){.navik-menu.submenu-list-border ul ul li:last-child>a{padding:15px 35px 8px!important}}@media (min-width:940px){.navik-menu.submenu-list-border ul ul li:last-child:after{display:none}}@media (min-width:940px){.navik-menu.submenu-list-border ul ul li:after{position:absolute;right:35px;bottom:0;left:35px;height:1px;content:"";background-color:#eee}}@media (min-width:940px){.navik-menu.submenu-list-border ul ul li:hover>a{padding-left:55px!important}}@media (min-width:940px){.navik-menu.submenu-list-border ul ul li:nth-child(n+2)>a:before{top:24px}}@media (min-width:940px){.header-dark .navik-menu.submenu-list-border ul ul li:after{background-color:#333}}@media (min-width:940px){.navik-menu.submenu-flip li>ul{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}}@media (min-width:940px){.navik-menu.submenu-flip li:hover>ul{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@media (min-width:940px){.navik-menu.submenu-flip ul,.navik-menu.submenu-flip ul li{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:200px;perspective:200px}}@media (min-width:940px){.navik-menu.submenu-scale li>ul{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(0);transform:scale(0)}}@media (min-width:940px){.navik-menu.submenu-scale li.submenu-right ul{-webkit-transform-origin:100% 0;transform-origin:100% 0}}@media (min-width:940px){.navik-menu.submenu-scale li:hover>ul{-webkit-transform:scale(1);transform:scale(1)}}@media (min-width:940px){.navik-mega-menu.mega-menu-fullwidth .navik-header-container{position:inherit}}@media (min-width:940px){.navik-mega-menu.mega-menu-fullwidth,.navik-mega-menu .navik-header-container{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:200px;perspective:200px}}@media (min-width:940px){.navik-menu .mega-menu-container{padding:15px 15px 0}}@media (min-width:940px){.navik-menu .mega-menu-container ul.mega-menu-list li>a:before{top:13px!important;left:0;display:block}}@media (min-width:940px){.navik-menu.submenu-flip .mega-menu>ul{-webkit-perspective:inherit;perspective:inherit}}@media (min-width:940px){.navik-menu.submenu-flip .mega-menu-container li>ul{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@media (min-width:940px){.navik-menu.submenu-scale .mega-menu-container li>ul{-webkit-transform:scale(1);transform:scale(1)}}@media (min-width:940px){.navik-menu ul li.mega-menu{position:inherit;font-size:medium}}@media (min-width:940px){.navik-menu li.mega-menu>ul{width:100%;padding:10px 13px 30px}}@media (min-width:940px){.viewAll{font-weight:400;font-size:16px;padding:8px 0 0 26px;display:flex}.viewAll a{color:#333;border:1px solid #333;padding:7px 20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.viewAll a:after{content:">>";font-size:11px;position:relative;left:5px;font-weight:800;top:-1px}}@media (min-width:940px){.navik-menu li.mega-menu>ul li.dropdown_menu{width:100%;overflow:hidden}}@media (min-width:940px){.navik-menu li.mega-menu>ul li.dropdown_menu .cls_submenu .menu-column{width:25%;float:left}}@media (min-width:940px){.navik-menu li.mega-menu:hover .mega-menu-container li>ul{visibility:visible;opacity:1}}@media (min-width:940px){.navik-menu li.mega-menu.submenu-right>ul ul{left:inherit!important}}@media (min-width:940px){.navik-mega-menu.mega-menu-fullwidth .navik-header-container,.navik-mega-menu .navik-menu.submenu-flip>ul,.navik-mega-menu .navik-menu.submenu-flip ul li.mega-menu{-webkit-transform-style:unset;transform-style:unset;-webkit-perspective:none;perspective:none}}@media (min-width:940px){.navik-menu.submenu-scale li.mega-menu.submenu-right ul,.navik-menu.submenu-scale li.mega-menu ul{-webkit-transform-origin:50% 0;transform-origin:50% 0}}@media (min-width:940px){.navik-menu .mega-menu-container li ul,.navik-menu.submenu-list-border .mega-menu-container li ul,.navik-menu.submenu-top-border .mega-menu-container li ul{position:relative;top:0!important;left:inherit;width:100%;padding:0;border-top:none;box-shadow:inherit}}@media (min-width:940px){.navik-menu .mega-menu-container ul li>a:before,.navik-menu.menu-caret .mega-menu-container li.dropdown_menu>a>span,.navik-menu.submenu-list-border .mega-menu-container ul li:after{display:none}}@media (min-width:940px){.navik-menu .mega-menu-container ul li:hover a,.navik-menu .mega-menu-container ul li a,.navik-menu.submenu-list-border .mega-menu-container ul li:first-child:hover a,.navik-menu.submenu-list-border .mega-menu-container ul li:first-child a,.navik-menu.submenu-list-border .mega-menu-container ul li:hover a,.navik-menu.submenu-list-border .mega-menu-container ul li:last-child:hover a,.navik-menu.submenu-list-border .mega-menu-container ul li:last-child a,.navik-menu.submenu-list-border .mega-menu-container ul li a{padding:inherit!important}}@media (min-width:940px){.navik-menu .mega-menu-container ul.mega-menu-list li:hover a,.navik-menu .mega-menu-container ul.mega-menu-list li a,.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li:hover a,.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a{padding:5px 0!important;color:#818181}}@media (min-width:940px){.navik-menu .mega-menu-container ul.mega-menu-list li a:hover,.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover{padding-left:20px!important}}@media (min-width:940px){.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a{color:#a1a1a1}}@media (min-width:940px){.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a:hover{color:#fff}}.navik-header.sticky .Exp-serach{top:13px}.navik-header.sticky .login{top:21px}.fixedNav,.nav{overflow:hidden;font-size:21px;margin:0 auto;background-color:#fff;max-width:1272px;border-top:1px solid #d9d9d9}@media (max-width:1139px){.fixedNav,.nav{font-size:18px}}@media (max-width:939px){.fixedNav,.nav{font-size:15px;background:#fff;border-top:1px solid #f3f3f3}}@media (max-width:575px){.fixedNav,.nav{font-size:11px}}@media (max-width:379px){.fixedNav,.nav{font-size:10px}}.fixedNav .container-fluid ul,.nav .container-fluid ul{display:flex;justify-content:flex-start;background:#fff}@media (max-width:939px){.fixedNav .container-fluid ul,.nav .container-fluid ul{display:inherit}}.fixedNav .container-fluid ul li,.nav .container-fluid ul li{width:20%;float:left;text-align:center;padding:21px 0 17px;height:61px;position:relative;display:flex;justify-content:center;align-items:center;background:#fff;cursor:pointer}@media (max-width:939px){.fixedNav .container-fluid ul li,.nav .container-fluid ul li{width:20%!important;display:inherit!important;height:auto;line-height:21px;height:86px}}@media (max-width:575px){.fixedNav .container-fluid ul li,.nav .container-fluid ul li{padding:12px 0;height:73px!important;margin-top:-1px}}@media (max-width:379px){.fixedNav .container-fluid ul li,.nav .container-fluid ul li{height:85px}}@media (max-width:939px){.fixedNav .container-fluid ul li:before,.nav .container-fluid ul li:before{min-height:30px;display:block!important;top:0!important;margin:0 auto!important}}.fixedNav .container-fluid ul li a,.nav .container-fluid ul li a{font-weight:400}@media (max-width:1139px){.fixedNav .container-fluid ul li a,.nav .container-fluid ul li a{font-weight:400}}@media (max-width:939px){.fixedNav .container-fluid ul li .label,.nav .container-fluid ul li .label{display:none!important}}.fixedNav .container-fluid ul li:last-child,.nav .container-fluid ul li:last-child{border-right:none}.fixedNav .container-fluid ul li.active a,.nav .container-fluid ul li.active a{font-weight:700}.fixedNav .container-fluid ul li.profile,.nav .container-fluid ul li.profile{border-bottom:4px solid #fff}.fixedNav .container-fluid ul li.profile:before,.nav .container-fluid ul li.profile:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:27px;height:23px;background-position:-306px -28px;top:-3px;margin-right:7px}@media (max-width:939px){.fixedNav .container-fluid ul li.profile:before,.nav .container-fluid ul li.profile:before{min-height:29px;background-position:-306px -25px}}@media (max-width:1139px){.fixedNav .container-fluid ul li.profile,.nav .container-fluid ul li.profile{width:15%}}@media (max-width:575px){.fixedNav .container-fluid ul li.profile,.nav .container-fluid ul li.profile{width:18%!important}}.fixedNav .container-fluid ul li.profile.active,.fixedNav .container-fluid ul li.profile:hover,.nav .container-fluid ul li.profile.active,.nav .container-fluid ul li.profile:hover{border-bottom:4px solid #f08230;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.fixedNav .container-fluid ul li.profile.active:before,.fixedNav .container-fluid ul li.profile:hover:before,.nav .container-fluid ul li.profile.active:before,.nav .container-fluid ul li.profile:hover:before{background-position:-306px -2px}@media (max-width:939px){.fixedNav .container-fluid ul li.profile.active:before,.fixedNav .container-fluid ul li.profile:hover:before,.nav .container-fluid ul li.profile.active:before,.nav .container-fluid ul li.profile:hover:before{background-position:-306px 2px}}.fixedNav .container-fluid ul li.profile.active a,.fixedNav .container-fluid ul li.profile:hover a,.nav .container-fluid ul li.profile.active a,.nav .container-fluid ul li.profile:hover a{color:#f08230}.fixedNav .container-fluid ul li.testimonials,.nav .container-fluid ul li.testimonials{display:flex;align-items:flex-start;border-bottom:4px solid #fff}.fixedNav .container-fluid ul li.testimonials:before,.nav .container-fluid ul li.testimonials:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:26px;height:28px;background-position:-306px -85px;top:-3px;margin-right:11px}.fixedNav .container-fluid ul li.testimonials .label,.nav .container-fluid ul li.testimonials .label{background:#f3f3f3;color:#333;top:-7px;margin-left:16px}.fixedNav .container-fluid ul li.testimonials.active,.fixedNav .container-fluid ul li.testimonials:hover,.nav .container-fluid ul li.testimonials.active,.nav .container-fluid ul li.testimonials:hover{border-bottom:4px solid #00cbad;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.fixedNav .container-fluid ul li.testimonials.active:before,.fixedNav .container-fluid ul li.testimonials:hover:before,.nav .container-fluid ul li.testimonials.active:before,.nav .container-fluid ul li.testimonials:hover:before{background-position:-306px -54px}.fixedNav .container-fluid ul li.testimonials.active .label,.fixedNav .container-fluid ul li.testimonials.active a,.fixedNav .container-fluid ul li.testimonials:hover .label,.fixedNav .container-fluid ul li.testimonials:hover a,.nav .container-fluid ul li.testimonials.active .label,.nav .container-fluid ul li.testimonials.active a,.nav .container-fluid ul li.testimonials:hover .label,.nav .container-fluid ul li.testimonials:hover a{color:#00cbad}.fixedNav .container-fluid ul li.case-studies,.nav .container-fluid ul li.case-studies{border-bottom:4px solid #fff}.fixedNav .container-fluid ul li.case-studies:before,.nav .container-fluid ul li.case-studies:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:19px;height:24px;background-position:-306px -143px;top:-1px;margin-right:10px}@media (max-width:939px){.fixedNav .container-fluid ul li.case-studies:before,.nav .container-fluid ul li.case-studies:before{background-position:-306px -140px}}.fixedNav .container-fluid ul li.case-studies .label,.nav .container-fluid ul li.case-studies .label{background:#f3f3f3;color:#333;margin-left:14px}.fixedNav .container-fluid ul li.case-studies.active,.fixedNav .container-fluid ul li.case-studies:hover,.nav .container-fluid ul li.case-studies.active,.nav .container-fluid ul li.case-studies:hover{border-bottom:4px solid #3764df;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.fixedNav .container-fluid ul li.case-studies.active:before,.fixedNav .container-fluid ul li.case-studies:hover:before,.nav .container-fluid ul li.case-studies.active:before,.nav .container-fluid ul li.case-studies:hover:before{background-position:-306px -116px}@media (max-width:939px){.fixedNav .container-fluid ul li.case-studies.active:before,.fixedNav .container-fluid ul li.case-studies:hover:before,.nav .container-fluid ul li.case-studies.active:before,.nav .container-fluid ul li.case-studies:hover:before{background-position:-306px -113px}}.fixedNav .container-fluid ul li.case-studies.active .label,.fixedNav .container-fluid ul li.case-studies.active a,.fixedNav .container-fluid ul li.case-studies:hover .label,.fixedNav .container-fluid ul li.case-studies:hover a,.nav .container-fluid ul li.case-studies.active .label,.nav .container-fluid ul li.case-studies.active a,.nav .container-fluid ul li.case-studies:hover .label,.nav .container-fluid ul li.case-studies:hover a{color:#3764df}.fixedNav .container-fluid ul li.customer-videos,.nav .container-fluid ul li.customer-videos{border-bottom:4px solid #fff}@media (max-width:1139px){.fixedNav .container-fluid ul li.customer-videos span.c_videos,.nav .container-fluid ul li.customer-videos span.c_videos{display:none}}.fixedNav .container-fluid ul li.customer-videos:before,.nav .container-fluid ul li.customer-videos:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:31px;height:21px;background-position:-306px -194px;top:1px;margin-right:7px}@media (max-width:939px){.fixedNav .container-fluid ul li.customer-videos:before,.nav .container-fluid ul li.customer-videos:before{min-height:25px;margin-bottom:5px!important;background-position:-306px -191px}}.fixedNav .container-fluid ul li.customer-videos .label,.nav .container-fluid ul li.customer-videos .label{background:#f3f3f3;color:#333;top:0;margin-left:8px}.fixedNav .container-fluid ul li.customer-videos.active,.fixedNav .container-fluid ul li.customer-videos:hover,.nav .container-fluid ul li.customer-videos.active,.nav .container-fluid ul li.customer-videos:hover{border-bottom:4px solid #f45b69;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.fixedNav .container-fluid ul li.customer-videos.active:before,.fixedNav .container-fluid ul li.customer-videos:hover:before,.nav .container-fluid ul li.customer-videos.active:before,.nav .container-fluid ul li.customer-videos:hover:before{background-position:-306px -170px}@media (max-width:939px){.fixedNav .container-fluid ul li.customer-videos.active:before,.fixedNav .container-fluid ul li.customer-videos:hover:before,.nav .container-fluid ul li.customer-videos.active:before,.nav .container-fluid ul li.customer-videos:hover:before{background-position:-306px -167px}}.fixedNav .container-fluid ul li.customer-videos.active .label,.fixedNav .container-fluid ul li.customer-videos:hover .label,.nav .container-fluid ul li.customer-videos.active .label,.nav .container-fluid ul li.customer-videos:hover .label{color:#f4394a}.fixedNav .container-fluid ul li.customer-videos.active a,.fixedNav .container-fluid ul li.customer-videos:hover a,.nav .container-fluid ul li.customer-videos.active a,.nav .container-fluid ul li.customer-videos:hover a{color:#f45b69}.fixedNav .container-fluid ul li.vendor-faq,.nav .container-fluid ul li.vendor-faq{width:calc(20% + 1px);border-bottom:4px solid #fff}@media (max-width:939px){.fixedNav .container-fluid ul li.vendor-faq span.c_vendor,.nav .container-fluid ul li.vendor-faq span.c_vendor{display:none}}.fixedNav .container-fluid ul li.vendor-faq:before,.nav .container-fluid ul li.vendor-faq:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:24px;height:27px;background-position:-306px -248px;top:2px;margin-right:12px}@media (max-width:1139px){.fixedNav .container-fluid ul li.vendor-faq,.nav .container-fluid ul li.vendor-faq{width:21%}}.fixedNav .container-fluid ul li.vendor-faq.active,.fixedNav .container-fluid ul li.vendor-faq:hover,.nav .container-fluid ul li.vendor-faq.active,.nav .container-fluid ul li.vendor-faq:hover{border-bottom:4px solid #606060;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.fixedNav .container-fluid ul li.vendor-faq.active:before,.fixedNav .container-fluid ul li.vendor-faq:hover:before,.nav .container-fluid ul li.vendor-faq.active:before,.nav .container-fluid ul li.vendor-faq:hover:before{background-position:-306px -218px}.fixedNav .container-fluid ul li.vendor-faq.active a,.fixedNav .container-fluid ul li.vendor-faq:hover a,.nav .container-fluid ul li.vendor-faq.active a,.nav .container-fluid ul li.vendor-faq:hover a{color:#606060}.nav.shadow,.shadow.fixedNav{border-bottom:none;margin:0 auto 9px;position:relative;z-index:2}.verifiedNav ul li a{font-weight:400}.verifiedNav ul li.case-studies.active a,.verifiedNav ul li.case-studies:hover a,.verifiedNav ul li.customer-videos.active a,.verifiedNav ul li.customer-videos:hover a,.verifiedNav ul li.profile.active a,.verifiedNav ul li.testimonials.active a,.verifiedNav ul li.testimonials:hover a{font-weight:700}.fixedNav{font-size:16px;padding:0 14px 0 21px;max-width:inherit;height:70px}@media (max-width:1139px){.fixedNav{font-size:13px}}.fixedNav .container-fluid .logo a{width:200px;height:70px;display:flex;justify-content:center;align-items:center;float:left;margin-right:43px}@media (max-width:1139px){.fixedNav .container-fluid .logo a{width:120px;margin-right:20px;top:27px}}.fixedNav .container-fluid .logo a img{max-width:200px;max-height:50px}@media (max-width:1139px){.fixedNav .container-fluid .logo a img{width:100%}}.fixedNav .container-fluid .scrolled_header_nav{width:638px;float:left}@media (max-width:1139px){.fixedNav .container-fluid .scrolled_header_nav{width:calc(100% - 440px)}}.fixedNav .container-fluid .scrolled_header_nav ul li{width:inherit;height:69px;padding:25px 0 17px}.fixedNav .container-fluid .scrolled_header_nav ul li.profile{width:135px}.fixedNav .container-fluid .scrolled_header_nav ul li.testimonials{width:156px}.fixedNav .container-fluid .scrolled_header_nav ul li.testimonials:before{margin-right:9px}.fixedNav .container-fluid .scrolled_header_nav ul li.testimonials a{position:relative;top:3px}@media (max-width:1139px){.fixedNav .container-fluid .scrolled_header_nav ul li.testimonials a{top:4px}}.fixedNav .container-fluid .scrolled_header_nav ul li.case-studies{width:170px;padding:27px 0 17px}.fixedNav .container-fluid .scrolled_header_nav ul li.customer-videos{width:123px;padding:26px 0 17px}.fixedNav .container-fluid .scrolled_header_nav ul li.vendor-faq{width:109px}.fixedNav .container-fluid .scrolled_header_nav ul li.vendor-faq a{position:relative;top:1px}@media (max-width:1139px){.fixedNav .container-fluid .scrolled_header_nav ul li.vendor-faq a{top:1px}}.fixedNav .container-fluid .web_details{width:385px;float:right}@media (max-width:1139px){.fixedNav .container-fluid .web_details{width:292px}}.fixedNav .container-fluid .web_details ul{justify-content:flex-end}.fixedNav .container-fluid .web_details ul li{width:inherit;font-family:"Inter",serif}.fixedNav .container-fluid .web_details ul li:first-child{position:relative;top:3px;cursor:auto}.fixedNav .container-fluid .web_details ul li:first-child:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:25px;height:18px;background-position:-306px -278px;top:-1px;margin-right:13px}.fixedNav .container-fluid .web_details ul li.visit_website_btn{margin-left:23px}.fixedNav .container-fluid .web_details ul li.visit_website_btn a{font-size:18px;font-weight:600;display:flex;align-items:center;width:172px;height:44px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#f08230;color:#fff;padding-left:14px}.fixedNav .container-fluid .web_details ul li.visit_website_btn a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:23px;height:24px;background-position:-305px -360px;margin-right:9px}@media (max-width:1139px){.fixedNav .container-fluid .web_details ul li.visit_website_btn a{width:150px;font-size:15px;padding-left:11px}}.filter{width:calc(100% - 66px);overflow:hidden;font-size:18px;z-index:2;position:relative;z-index:1;margin:16px auto 0}@media (max-width:939px){.filter{padding:0 0 30px;margin-top:0}}@media (max-width:575px){.filter{display:none}}.filter .clsFilter{width:100%;max-width:1272px;margin-left:auto;margin-right:auto}@media (max-width:939px){.filter .clsFilter{width:100%;max-width:500px;padding-left:0;padding-right:0}}@media (max-width:575px){.filter .clsFilter{max-width:330px}}.filter .clsFilter .sortingFilter{width:calc(100% - 435px);float:right;padding-top:1px;display:flex;justify-content:flex-end}@media (max-width:1139px){.filter .clsFilter .sortingFilter{width:calc(100% - 275px)}}@media (max-width:939px){.filter .clsFilter .sortingFilter{width:100%;float:none;border-bottom:1px solid #ccc;padding-bottom:15px;flex-direction:column}}@media (max-width:575px){.filter .clsFilter .sortingFilter{position:relative}}.filter .clsFilter .sortingFilter span.txt{color:#002067;font-weight:600;margin-right:15px;float:left;position:relative;top:14px}@media (max-width:1139px){.filter .clsFilter .sortingFilter span.txt{margin-right:5px}}@media (max-width:939px){.filter .clsFilter .sortingFilter span.txt{display:block;width:100%;margin-bottom:20px!important;margin-right:0;font-size:24px;font-weight:700}}@media (max-width:575px){.filter .clsFilter .sortingFilter span.txt{float:left;width:auto;display:inline}}.filter .clsFilter .sortingFilter span.close_btn{display:none}@media (max-width:575px){.filter .clsFilter .sortingFilter span.close_btn{display:block;float:right;font-size:14px;position:absolute;top:20px;right:0}}.filter .clsFilter .sortingFilter span.close_btn a{text-decoration:underline}.filter .clsFilter .sortingFilter ul{float:left}@media (max-width:939px){.filter .clsFilter .sortingFilter ul{width:100%}}.filter .clsFilter .sortingFilter ul li{float:left;border:2px solid #b9b9b9;padding:12px 60px 12px 20px;margin:1px 10px 0 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:relative;cursor:pointer;background:#fff}@media (max-width:1139px){.filter .clsFilter .sortingFilter ul li{font-size:15px;padding:12px 40px 12px 10px}}@media (max-width:939px){.filter .clsFilter .sortingFilter ul li{width:100%;margin-bottom:10px}}.filter .clsFilter .sortingFilter ul li img{position:absolute;right:15px;top:23px}@media (max-width:1139px){.filter .clsFilter .sortingFilter ul li img{top:19px}}.filter .clsFilter .sortingFilter input[type=button]{background:#fff;border:2px solid #002067;background-color:#091f75;color:#fff;border-radius:4px;font-size:13px;padding:15px 20px 14px;position:relative;top:2px;font-family:"Inter",serif;font-weight:700;cursor:pointer;margin-right:7px}@media (max-width:1139px){.filter .clsFilter .sortingFilter input[type=button]{font-size:15px;margin:0 7px 0 5px;padding:13px 15px;height:46px}}@media (max-width:939px){.filter .clsFilter .sortingFilter input[type=button]{width:100%;font-size:18px;margin:0;height:auto}}.filter .clsFilter .sortingFilter select.industry{padding:11px 10px 11px 13px}@media (max-width:1139px){.filter .clsFilter .sortingFilter select.industry{padding:11px 30px 11px 10px}}.filter .clsFilter .sortingFilter .selectdiv{position:relative;float:left;top:1px}@media (max-width:939px){.filter .clsFilter .sortingFilter .selectdiv{width:100%}}.filter .clsFilter .sortingFilter .selectdiv select.sortBy{padding:12px 20px 11px 12px;font-size:18px;cursor:pointer}@media (max-width:1139px){.filter .clsFilter .sortingFilter .selectdiv select.sortBy{padding:11px 0 11px 10px;font-size:15px;width:140px}}@media (max-width:939px){.filter .clsFilter .sortingFilter .selectdiv select.sortBy{width:100%}}.filter .clsFilter .sortingFilter .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:27px;height:12px;background-position:-213px -383px;right:8px;top:23px;padding:0 0 2px;position:absolute;pointer-events:none}@media (max-width:1139px){.filter .clsFilter .sortingFilter .selectdiv:after{right:3px;top:19px}}@media (max-width:939px){.filter .clsFilter .sortingFilter .selectdiv:after{position:relative;top:-44px;display:flex;float:right;left:0}}.filter .clsFilter .sortingFilter .reset{font-size:14px;color:#4a4a4a;display:inline-block;margin-top:16px}@media (max-width:939px){.filter .clsFilter .sortingFilter .reset{display:block;text-align:center}}.filter .clsFilter .sortingFilter .reset a{text-decoration:underline}@media (max-width:939px){.filter .clsFilter .sortingFilter .reset a{text-decoration:none}}.filter .clsFilter .starRating{width:430px;float:left;position:relative;top:-3px}@media (max-width:1139px){.filter .clsFilter .starRating{width:270px}}@media (max-width:939px){.filter .clsFilter .starRating{margin-top:15px;width:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;float:none;margin-bottom:20px}}.filter .clsFilter .starRating span.txt{color:#002067;font-weight:600;font-size:18px;float:left;margin:7px 20px 0 0}@media (max-width:1139px){.filter .clsFilter .starRating span.txt{font-size:17px}}.filter .clsFilter .starRating .rating{display:flex;align-items:center;justify-content:flex-start}@media (max-width:939px){.filter .clsFilter .starRating .rating{justify-content:left}}.filter .clsFilter .starRating .rating span.clsTxt{font-size:28px;padding-right:17px}.filter .clsFilter .starRating p{margin:0;font-size:13px;color:#000;line-height:20px}@media (max-width:939px){.filter .clsFilter .starRating p{text-align:center}}.filter .clsFilter .starRating.starRating_verified_vendors{display:flex;flex-wrap:wrap;align-items:center;width:100%}.filter .clsFilter .starRating.starRating_verified_vendors span.txt{margin:0 20px 0 0}@media (max-width:939px){.filter .clsFilter .starRating.starRating_verified_vendors span.txt{margin:0}}.filter_mb{display:none}@media (max-width:575px){.filter_mb{display:block;background-color:#fff;padding:30px 0 23px;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);width:calc(100% - 34px);margin:0 auto}}.filter_mb .container_filter{padding:0 30px;display:flex;justify-content:space-between;flex-direction:column;align-items:center}@media (max-width:575px){.filter_mb .container_filter .left{order:2}}.filter_mb .container_filter .left a{display:flex;justify-content:center;align-items:center;width:124px;height:44px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:2px solid #002067;color:#002067;font-size:18px;font-weight:600;line-height:22px}@media (max-width:575px){.filter_mb .container_filter .right{order:1}}@media (max-width:575px){.filter_mb .container_filter .right .starRating{text-align:center}}.filter_mb .container_filter .right .starRating span.txt{color:#002067;font-size:13px;font-weight:600;line-height:16px}@media (max-width:575px){.filter_mb .container_filter .right .starRating span.txt{font-size:17px}}.filter_mb .container_filter .right .starRating .rating{padding-top:6px;position:relative;left:25px}.filter_mb .container_filter .right .starRating .rating span.clsTxt{color:#424242;font-size:21px;line-height:22px;padding-right:10px}.filter_mb .container_filter .right .starRating .rating .fa-star,.filter_mb .container_filter .right .starRating .rating .fa-star-half-empty,.filter_mb .container_filter .right .starRating .rating .fa-star-o{font-size:16px!important}@media (max-width:575px){.filter_mb .container_filter .right .starRating p{font-size:13px}}.filterShadow{height:5px;max-width:1400px;margin:0 auto}@media (max-width:939px){.container-fluid{position:relative}}.container-fluid .fiter_box{position:absolute;z-index:10;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;width:100%;max-width:1272px;margin-top:-23px}@media (max-width:1139px){.container-fluid .fiter_box{margin-top:-73px}}@media (max-width:939px){.container-fluid .fiter_box{top:-291px;margin-top:0;max-width:500px}}@media (max-width:575px){.container-fluid .fiter_box{max-width:330px}}@media (max-width:379px){.container-fluid .fiter_box{width:100%}}.container-fluid .fiter_box .box{background:#fff;position:absolute;width:201px;left:55px;padding:0 15px 13px;border-bottom:1px solid #dadada;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.container-fluid .fiter_box .box span.heading{display:block;padding-bottom:18px}.container-fluid .fiter_box .box span.heading img{float:right;position:relative;top:7px}.container-fluid .fiter_box .box ul li{margin-bottom:10px}.container-fluid .fiter_box .box input[type=checkbox]{display:none}.container-fluid .fiter_box .box [type=checkbox]:checked+label,.container-fluid .fiter_box .box [type=checkbox]:not(:checked)+label{position:relative;padding-left:29px;cursor:pointer;font-weight:500;font-size:13px}.container-fluid .fiter_box .box [type=checkbox]:checked+label:before,.container-fluid .fiter_box .box [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;left:0;top:-1px;width:19px;height:19px;border:2px solid #cbcbcb;background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.container-fluid .fiter_box .box [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.container-fluid .fiter_box .box [type=checkbox]:checked+label:after,.container-fluid .fiter_box .box [type=checkbox]:not(:checked)+label:after{content:"✔";position:absolute;top:3.5px;left:4.5px;font-size:13px;font-weight:700;line-height:.8;color:#ee8231;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.container-fluid .fiter_box .box.clsIndustry{width:auto;left:805px;height:350px;overflow:auto;padding-top:20px}@media (max-width:1139px){.container-fluid .fiter_box .box.clsIndustry{left:522px}}@media (max-width:939px){.container-fluid .fiter_box .box.clsIndustry{border:2px solid #b9b9b9;width:100%!important;margin-top:0;top:50px;padding-top:15px;height:307px}}.container-fluid .fiter_box .box.clsIndustry span.heading{padding-bottom:11px}.container-fluid .fiter_box .box.clsIndustry input{width:100%;border:2px solid #cbcbcb;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:12px 20px 11px 36px;margin-bottom:13px;font-size:14px;color:#333}.container-fluid .fiter_box .box.clsIndustry ::-webkit-input-placeholder{font-size:14px;font-family:"Inter",serif;font-weight:400}.container-fluid .fiter_box .box.clsIndustry :-ms-input-placeholder{font-size:14px;font-family:"Inter",serif;font-weight:400}.container-fluid .fiter_box .box.clsIndustry ::-ms-input-placeholder{font-size:14px;font-family:"Inter",serif;font-weight:400}.container-fluid .fiter_box .box.clsIndustry ::placeholder{font-size:14px;font-family:"Inter",serif;font-weight:400}.container-fluid .fiter_box .box.clsIndustry button[type=submit]{cursor:pointer;content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:20px;height:20px;background-position:-67px -459px;border:none;position:absolute;top:32px!important;left:26px}@media (max-width:939px){.container-fluid .fiter_box .box.clsIndustry button[type=submit]{top:27px!important}}@media (max-width:939px){.container-fluid .fiter_box .box.clsIndustry ul{margin-left:3px}}.container-fluid .fiter_box .box.clsCompanySize{left:590px;padding:15px 15px 13px}@media (max-width:1139px){.container-fluid .fiter_box .box.clsCompanySize{left:359px}}@media (max-width:939px){.container-fluid .fiter_box .box.clsCompanySize{border:2px solid #b9b9b9;margin-top:-10px;padding-bottom:10px;padding-top:21px;width:100%!important;left:0}}@media (max-width:939px){.filter.filter_verified{display:block;width:calc(100% - 34px);padding:15px 0 0}}@media (max-width:939px){.filter.filter_verified .container-fluid .clsFilter .starRating.starRating_verified_vendors{margin-bottom:0}}.middleSection.vendor-directory{padding-top:40px}.middleSection.vendor-directory .search_sorting_section{display:flex;justify-content:space-between;align-items:center;overflow:hidden;padding-bottom:25px}@media (max-width:767px){.middleSection.vendor-directory .search_sorting_section{flex-direction:column}}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section{align-items:flex-start}}.middleSection.vendor-directory .search_sorting_section .search_vendor{font-family:"Geist Mono",serif;font-weight:500}@media (max-width:767px){.middleSection.vendor-directory .search_sorting_section .search_vendor{position:relative;left:-73px}}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .search_vendor{left:0}}.middleSection.vendor-directory .search_sorting_section .search_vendor strong{font-weight:600;color:#1c1259}@media (max-width:767px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block{width:100%;border-top:1px solid #f0f1f2;border-bottom:1px solid #f0f1f2;padding:10px 0;margin:10px 0}}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form{display:flex}@media (max-width:767px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form{justify-content:center}}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form{justify-content:flex-start}}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box{position:relative}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box{width:calc(100% - 62px)}}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input{width:283px;height:48px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #f0f1f2;line-height:26px;padding-left:32px;font-family:"Inter",serif;font-size:16px;color:#000}@media (max-width:1139px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input{width:220px}}@media (max-width:939px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input{width:200px}}@media (max-width:767px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input{width:283px}}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input{width:100%}}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input::-webkit-input-placeholder{font-weight:500;color:#323232}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input:-ms-input-placeholder{font-weight:500;color:#323232}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input::-ms-input-placeholder{font-weight:500;color:#323232}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box input::placeholder{font-weight:500;color:#323232}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .input_box span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-343px -336px;position:absolute;top:19px;left:12px}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .btn_search{width:62px}}.middleSection.vendor-directory .search_sorting_section .search_vendor_block form .btn_search input[type=button]{width:55px;height:48px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-color:#1c1259;font-family:"Inter",serif;font-size:16px;font-weight:500;color:#fff;border:none;margin-left:7px;cursor:pointer}.middleSection.vendor-directory .search_sorting_section .sorting_vendor{display:flex;align-items:center}@media (max-width:767px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor{position:relative;left:5px}}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor{width:100%;left:0}}.middleSection.vendor-directory .search_sorting_section .sorting_vendor span.sortBy{font-family:"Geist Mono",serif;color:#1c1259;font-weight:500;position:relative;right:11px}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor span.sortBy{width:70px;right:0;margin-right:11px}}.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv{position:relative;float:left;top:1px}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv{width:calc(100% - 60px)}}.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv select{font-family:"Inter",serif;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;width:262px;height:48px;padding-left:10px;font-size:15px;font-weight:500;color:#323232}@media (max-width:1139px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv select{width:220px}}@media (max-width:939px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv select{width:150px}}@media (max-width:767px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv select{width:275px}}@media (max-width:575px){.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv select{width:100%}}.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv select option{color:#000}.middleSection.vendor-directory .search_sorting_section .sorting_vendor .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:24px;height:12px;background-position:-336px -436px;position:absolute;top:20px;right:4px}.middleSection.vendor-directory .search_sorting_section .sorting_vendor span.resetTxt{font-size:14px;color:#4a4a4a;display:inline-block;padding-left:10px}.middleSection.vendor-directory .search_sorting_section .sorting_vendor span.resetTxt a{text-decoration:underline}.breadcrumbPanel{overflow:hidden;margin-bottom:14px}@media (max-width:939px){.breadcrumbPanel{display:flex;flex-wrap:wrap}}.breadcrumbPanel .left{width:275px;float:left;color:#002067;font-size:16px;text-transform:uppercase;font-weight:600;letter-spacing:1.78px}@media (max-width:939px){.breadcrumbPanel .left{order:2;width:100%;max-width:500px;margin:20px auto 0}}@media (max-width:575px){.breadcrumbPanel .left{text-align:center}}.breeadCrumb{padding-top:11px;margin-bottom:18px}@media (max-width:939px){.breeadCrumb{margin-bottom:10px}}.breeadCrumb .right{width:auto}.breadcrumb_panel_section{padding:12px 0 17px}.breadcrumb_panel_section .breadcrumbPanel{width:calc(100% - 68px);max-width:1200px;margin:0 auto}@media (max-width:575px){.breadcrumb_panel_section .breadcrumbPanel{width:calc(100% - 60px)}}@media (max-width:480px){.breadcrumb_panel_section .breadcrumbPanel{width:calc(100% - 40px)}}.breadcrumb_panel_section .breadcrumbPanel ul li{font-size:14px;color:#323232;position:relative;display:inline-block;padding:0 6px}@media (max-width:939px){.breadcrumb_panel_section .breadcrumbPanel ul li{line-height:22px}}@media (max-width:575px){.breadcrumb_panel_section .breadcrumbPanel ul li{font-size:13px}}@media (max-width:480px){.breadcrumb_panel_section .breadcrumbPanel ul li{font-size:12px}}@media (max-width:379px){.breadcrumb_panel_section .breadcrumbPanel ul li{padding:0 8px}}.breadcrumb_panel_section .breadcrumbPanel ul li:after{content:"";border-right:1px solid #565656;-webkit-transform:rotate(20deg);transform:rotate(20deg);height:65%;position:absolute;right:0;top:21%}.breadcrumb_panel_section .breadcrumbPanel ul li a{color:#4c4c4c}.breadcrumb_panel_section .breadcrumbPanel ul li:first-child{padding-left:0}.breadcrumb_panel_section .breadcrumbPanel ul li:last-child{padding-right:0}.breadcrumb_panel_section .breadcrumbPanel ul li:last-child:after{border-right:none}.vendorDetails .vendorDetailBox ul{width:100%;display:flex;flex-wrap:wrap}.vendorDetails .vendorDetailBox ul li{position:relative;margin-right:22px}.vendorDetails .vendorDetailBox ul li .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5)}.vendorDetails .vendorDetailBox ul li .profile .details{margin:0 0 11px;height:65px;overflow:hidden}@media (max-width:1139px){.vendorDetails .vendorDetailBox ul li .content_caseStudies .txt{font-size:18px;font-weight:700;line-height:25px}.vendorDetails .vendorDetailBox ul li .content_caseStudies .txt img{display:block}}@media (max-width:939px){.vendorDetails .vendorDetailBox ul li{width:calc(100% - 30px);max-width:500px;margin:0 auto 20px!important}}@media (max-width:575px){.vendorDetails .vendorDetailBox ul li{max-width:362px}}.vendorDetails .vendorDetailBox ul li.video_vimeo .header_img img{top:0;border-top-left-radius:0;border-top-right-radius:0}.vendorDetails .vendorDetailBox ul li:nth-child(3n){margin-right:0}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li,.vendorDetails.vendor_testimonials .vendorDetailBox ul li{cursor:inherit;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li .content_caseStudies .overlay_popup .popBox .vendor_popup_content .box-content .bottom_header .rate_this .txt,.vendorDetails.vendor_testimonials .vendorDetailBox ul li .content_caseStudies .overlay_popup .popBox .vendor_popup_content .box-content .bottom_header .rate_this .txt{height:inherit!important;min-height:inherit!important}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li.case_studies_row1_locked .reference_locked,.vendorDetails.vendor_testimonials .vendorDetailBox ul li.case_studies_row1_locked .reference_locked{margin-top:17px}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li:hover,.vendorDetails.vendor_testimonials .vendorDetailBox ul li:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);cursor:pointer;border:2px solid #afbbbc}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li .content_caseStudies .txt.txt_case_link_spacing{margin-bottom:45px}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li .content_caseStudies .profile{margin-bottom:48px}@media (max-width:939px){.vendorDetails.vendor_caseStudies .vendorDetailBox ul li .content_caseStudies .profile{margin-bottom:24px}}@media (max-width:575px){.vendorDetails.vendor_caseStudies .vendorDetailBox ul li .content_caseStudies .profile{margin-bottom:48px}}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li .content_caseStudies a.link{position:absolute;bottom:22px;display:flex}.vendorDetails.vendor_caseStudies .vendorDetailBox ul li .content_caseStudies a.link.case_study_link{position:inherit;margin-top:24px}.vendor_testimonials{padding-bottom:2px}.vendor_testimonials .container-fluid{max-width:inherit}.vendor_testimonials .vendorDetailBox ul li{padding:21px 31px 28px 24px}.vendor_testimonials .vendorDetailBox ul li .logo{display:flex;align-items:center;height:70px;margin-bottom:14px}.vendor_testimonials .vendorDetailBox ul li .logo img{max-width:180px;max-height:70px}.vendor_testimonials .vendorDetailBox ul li .txt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;height:116px}@media (max-width:939px){.vendor_testimonials .vendorDetailBox ul li .txt{height:inherit}}.vendor_testimonials .vendorDetailBox ul li .txt.d_none{display:none}.vendor_testimonials .vendorDetailBox ul li .profile{margin-top:19px}.vendor_testimonials .vendorDetailBox ul li .profile img{display:block}.vendor_testimonials .vendorDetailBox ul li .profile .btn-read{position:inherit;margin-top:23px}.vendor_testimonials .vendorDetailBox ul li .profile .overlay_popup .popBox .vendor_popup_content .box-content .bottom_header .rate_this .txt{height:inherit!important}@media (max-width:575px){.vendor_caseStudies .vendorDetailBox ul{margin-top:20px}}.vendor_videos .vendorDetailBox ul li .content_videos{padding:8px 0 0 25px}.vendor_videos .vendorDetailBox ul li .content_videos .txt{display:flex;flex-direction:column;font-family:Muller;font-size:18px;font-weight:700;line-height:25px;margin:10px 0 3px;position:relative}.vendor_videos .vendorDetailBox ul li .content_videos .txt .featured_content{font-family:"Open Sans",sans-serif;top:0}.vendor_videos .vendorDetailBox ul li .content_videos .txt .logo{height:45px;display:flex;align-items:center;margin-bottom:7px}.vendor_videos .vendorDetailBox ul li .content_videos .txt .logo img{max-width:140px;margin-bottom:0;max-height:45px}.vendor_videos .vendorDetailBox ul li .content_videos .txt .video_title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:50px;flex-wrap:wrap}@media (max-width:939px){.vendor_videos .vendorDetailBox ul li .content_videos .txt .video_title{height:inherit}}.vendor_videos .vendorDetailBox ul li .content_videos .profile img{margin:-2px 11px 30px 0}.vendor_videos .vendorDetailBox ul li .content_videos .profile .details{margin:11px 0}.verified_vendor{padding-top:11px;padding-bottom:82px}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li{padding:30px}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .logo{margin-bottom:0}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .txt_block{position:relative;margin:31px 0 26px;-webkit-filter:blur(10px);filter:blur(10px)}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .txt_block .txt{-webkit-line-clamp:2;height:60px}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .txt_block .bgSeparator{position:absolute;width:calc(100% + 3px);height:25px;bottom:4px;left:-3px}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .reference_locked{background-color:#6679a4;color:#fff;width:194px;height:35px;position:relative;bottom:0;left:0}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li .reference_locked:before{background-position:-2px -602px;top:-1px}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li.testimonial_row1_locked{position:relative}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li:first-child .profile .btn-read,.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li:nth-child(2) .profile .btn-read{bottom:20px}.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li:first-child .txt,.verified_vendor .vendorDetails .vendorDetailBox.bg_testimonials ul li:nth-child(2) .txt{position:relative;visibility:visible}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img{height:125px;position:relative}@media (max-width:939px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img{height:175px}}@media (max-width:575px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img{height:126px}}@media (max-width:379px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img{height:112px}}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img img{opacity:.2;-webkit-filter:blur(6px);filter:blur(6px)}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked{position:absolute;top:-12px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:1139px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked{background-size:30px}}@media (max-width:939px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked{display:flex;height:100%;align-items:center;top:-13px}}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked span.lockedTxt{padding-top:107px}@media (max-width:1139px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked span.lockedTxt{padding-top:78px;font-size:15px}}@media (max-width:939px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img .locked span.lockedTxt{padding-top:0;position:relative;top:35px}}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .header_img.img_unblur img{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .content_caseStudies{padding:7px 30px 27px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .content_caseStudies .txt{font-weight:700;margin-top:30px}@media (max-width:939px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .content_caseStudies .txt{display:flex}}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .content_caseStudies .txt span.name{opacity:.3}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .claimProfile{padding:0 30px 25px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_CaseStudies .claimProfile span.heading{font-weight:600}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li{margin-bottom:30px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .header_img{position:relative;margin-bottom:20px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .header_img img{opacity:.7}@media (max-width:379px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .header_img img{height:235px}}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li .header_img.img_unblur img{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor{padding:0}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img{position:relative;max-height:200px;overflow:hidden;cursor:pointer}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img img{width:100%;max-width:100%;border-top-left-radius:6px;border-top-right-radius:6px;max-height:270px;position:relative;top:-35px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play{position:absolute;bottom:24px;left:20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;background:#fff;padding:11px 27px 12px 35px;font-family:"Inter",serif;font-size:18px;font-weight:600;color:#4a4a4a;cursor:pointer}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play img{width:auto;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;position:relative;top:5px;right:10px}@media (max-width:1139px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play img{min-height:inherit}}@media (max-width:379px){.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play img{height:auto!important}}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play a{transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play.btn_play_hover,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play:hover,.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .header_img .btn_play a:hover{color:#f45b69}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .content_videos{padding-left:25px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .content_videos .txt{font-size:18px;font-weight:700;line-height:25px;height:inherit}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.premium_vendor .content_videos .profile{margin-top:9px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.videos_row1_locked{padding:0}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.videos_row1_locked .header_img{position:relative;max-height:200px;overflow:hidden;cursor:pointer}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.videos_row1_locked .header_img img{width:100%;max-width:100%;border-top-left-radius:6px;border-top-right-radius:6px;max-height:270px;position:relative;top:-35px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.videos_row1_locked .content_videos{padding-left:25px}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.videos_row1_locked .content_videos .txt{font-size:18px;font-weight:700;line-height:25px;height:inherit}.verified_vendor .vendorDetails .vendorDetailBox.vendorDetail_videos ul li.videos_row1_locked .content_videos .profile{margin-top:9px}.verified_vendor .competitor_box_section{margin-top:15px}.competitor_verified_box{margin:0 0 20px}.competitor_sponsor_box{margin-top:45px}.pagination{padding:20px 0 40px}.pagination,.pagination .arrow a{display:flex;justify-content:center;align-items:center}.pagination .arrow a{background:#fff;width:32px;height:32px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.pagination .arrow a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:6px;height:8px;background-position:-343px -451px}.pagination .arrow.prev{margin-right:16px}.pagination .arrow.next{margin-left:13px}.pagination .arrow.next a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pagination .arrow.disabled a{background:#f0f1f2;border:1px solid #f0f1f2;pointer-events:none}.pagination .pagination_block ul{display:flex;justify-content:center;align-items:center;margin-bottom:0!important}.pagination .pagination_block ul li a{display:block;font-size:14px;padding-left:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.pagination .pagination_block ul li.active a{background:#1c1259;min-width:32px;height:32px;display:flex;justify-content:center;align-items:center;color:#fff;padding-left:0}@media (max-width:939px){.middleSection.vendor_case_studies_section,.middleSection.vendor_profile_section,.middleSection.vendor_testimonials_section,.middleSection.vendor_videos_section{background:none}}.middleSection.vendor_case_studies_section .container,.middleSection.vendor_profile_section .container,.middleSection.vendor_testimonials_section .container,.middleSection.vendor_videos_section .container{width:calc(100% - 68px);max-width:1200px;background-color:#fff;box-shadow:2px 10px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 10px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 10px 12px rgba(50,50,50,.1);padding:30px 30px 50px}@media (max-width:767px){.middleSection.vendor_case_studies_section .container,.middleSection.vendor_profile_section .container,.middleSection.vendor_testimonials_section .container,.middleSection.vendor_videos_section .container{padding:30px 20px 50px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container,.middleSection.vendor_profile_section .container,.middleSection.vendor_testimonials_section .container,.middleSection.vendor_videos_section .container{width:calc(100% - 60px)}}@media (max-width:480px){.middleSection.vendor_case_studies_section .container,.middleSection.vendor_profile_section .container,.middleSection.vendor_testimonials_section .container,.middleSection.vendor_videos_section .container{width:calc(100% - 40px)}}.middleSection.vendor_case_studies_section .container .vendor_profile_description,.middleSection.vendor_profile_section .container .vendor_profile_description,.middleSection.vendor_testimonials_section .container .vendor_profile_description,.middleSection.vendor_videos_section .container .vendor_profile_description{display:flex;justify-content:space-between}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_description,.middleSection.vendor_profile_section .container .vendor_profile_description,.middleSection.vendor_testimonials_section .container .vendor_profile_description,.middleSection.vendor_videos_section .container .vendor_profile_description{flex-direction:column;margin-bottom:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section{width:405px;margin-right:72px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section{width:350px;margin-right:40px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section{width:100%;margin-right:0}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .top_header,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .top_header,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .top_header,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .top_header{margin:23px 0 31px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .top_header h1,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .top_header h1,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .top_header h1,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .top_header h1{font-size:33px;display:inline;margin:0 15px 0 0}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .top_header span.verifiedBadge,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .top_header span.verifiedBadge,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .top_header span.verifiedBadge,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .top_header span.verifiedBadge{background-color:#e4ddff;font-family:"Geist Mono",serif;font-size:11px;font-weight:600;padding:4px 13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#7a58ff;position:relative;top:-5px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .top_header span.premiumBadge,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .top_header span.premiumBadge,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .top_header span.premiumBadge,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .top_header span.premiumBadge{background:#34cd9d;font-family:"Geist Mono",serif;font-size:11px;font-weight:500;padding:4px 13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;text-transform:uppercase;color:#fff;position:relative;top:-5px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .description_block,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .description_block,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .description_block,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .description_block{font-size:14px;line-height:24px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .description_block span.showMore,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .description_block span.showMore,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .description_block span.showMore,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .description_block span.showMore{display:inline-block}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .description_block span.showMore a,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .description_block span.showMore a,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .description_block span.showMore a,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .description_block span.showMore a{font-weight:700}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .vendor_logo,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .vendor_logo,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .vendor_logo,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .vendor_logo{margin:20px 0}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .vendor_logo img,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .vendor_logo img,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .vendor_logo img,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .vendor_logo img{width:auto;height:auto;max-width:200px;max-height:45px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .content_block p,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .content_block p,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .content_block p,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .content_block p{margin-bottom:15px;display:none}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .content_block .hide,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .content_block .hide,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .content_block .hide,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .content_block .hide{height:100px;overflow:hidden}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .content_block .hide p:first-child,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .content_block .hide p:first-child,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .content_block .hide p:first-child,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .content_block .hide p:first-child{display:block;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .content_block .show,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .content_block .show,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .content_block .show,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .content_block .show{height:auto;overflow:visible;overflow:initial}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .content_block .show p,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .content_block .show p,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .content_block .show p,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .content_block .show p{display:block!important;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category{display:flex;align-items:flex-start;margin:15px 0}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category span.txt,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category span.txt,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category span.txt,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category span.txt{width:100px;display:inline-block;margin:10px 10px 0 0;font-weight:500}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category span.txt:before,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category span.txt:before,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category span.txt:before,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category span.txt:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-409px -76px;margin-right:5px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category ul li,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category ul li,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category ul li{background-color:#f3f3f3;font-size:13px;font-weight:600;padding:10px 20px;margin-bottom:10px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category ul li::nth-last-child(1),.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category ul li::nth-last-child(1),.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category ul li::nth-last-child(1),.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category ul li::nth-last-child(1){margin-bottom:0}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category ul.list_category,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category ul.list_category,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category ul.list_category,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category ul.list_category{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:10px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category ul.list_category.clear,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category ul.list_category.clear,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category ul.list_category.clear,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category ul.list_category.clear{overflow:visible;overflow:initial;text-overflow:clip;display:inline;display:initial;-webkit-line-clamp:initial;-webkit-box-orient:initial}.middleSection.vendor_case_studies_section .container .vendor_profile_description .left_section .category ul.showLessMoreContent,.middleSection.vendor_profile_section .container .vendor_profile_description .left_section .category ul.showLessMoreContent,.middleSection.vendor_testimonials_section .container .vendor_profile_description .left_section .category ul.showLessMoreContent,.middleSection.vendor_videos_section .container .vendor_profile_description .left_section .category ul.showLessMoreContent{left:5px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section{width:calc(100% - 477px)}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section{width:calc(100% - 390px)}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section{width:100%}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block{border:1px solid #cfcfcf;margin-bottom:20px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul{width:100%;display:flex;justify-content:center}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li{display:flex;flex-direction:column;align-items:center;flex:1 1;padding:30px 20px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li{padding:30px 10px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number{font-size:48px;font-weight:800;color:#000}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.number{font-size:40px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.no_reviews,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.no_reviews,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.no_reviews,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.no_reviews{opacity:.5;text-align:center;line-height:17px;position:relative;top:-2px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name{font-size:16px;font-weight:500;margin:15px 0 5px;color:#000}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name{font-size:14px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name{font-size:12px}}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name{display:flex;flex-direction:column;align-items:center;margin-top:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;margin-right:10px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name:before{margin-right:0}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name.no,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name.no,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name.no,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.name.no{margin-top:5px!important}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view{font-size:14px;text-transform:uppercase;text-decoration:underline;color:#666}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view{font-size:12px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view:after,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view:after,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view:after,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li span.view:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:7px;height:7px;background-position:-409px -56px;margin-left:5px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials{border-bottom:6px solid #7855ff}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials span.name:before,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials span.name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials span.name:before,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.testimonials span.name:before{width:23px;height:18px;background-position:-409px -1px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies{border-bottom:6px solid #e18643}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies span.name:before,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies span.name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies span.name:before,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.case_studies span.name:before{width:18px;height:16px;background-position:-409px -21px;top:2px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos{border-bottom:6px solid #018b56}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos span.name:before,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos span.name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos span.name:before,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .content_block ul li.videos span.name:before{width:21px;height:14px;background-position:-409px -39px;top:1px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score{display:flex;padding:20px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score{padding:20px 12px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score{flex-direction:column;align-items:center}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left{flex:1 1;color:#999}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left{font-size:14px;flex:1.5 1}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left span.review_heading,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left span.review_heading,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left span.review_heading,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .left span.review_heading{display:block;font-weight:700;color:#000}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right{display:flex;align-items:center;flex:1 1}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star{display:flex;margin-right:6px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star{margin-right:3px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .star .fa.fa-star{font-size:12px!important}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt{font-size:20px;font-weight:800}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt{font-size:14px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review{font-size:12px;font-weight:400}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .reviews_content_block .review_rating_score .right .txt span.total_review{font-size:10px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block{border:1px solid #cfcfcf}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block{padding:30px 20px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul{display:flex;flex-wrap:wrap;grid-gap:30px;gap:30px}@media (max-width:1190px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul{grid-gap:20px;gap:20px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li{width:calc(50% - 15px);display:flex;grid-gap:10px;gap:10px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li{flex-direction:column}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li{width:100%;border-bottom:1px solid #ccc;padding-bottom:15px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .award svg,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .award svg,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .award svg,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .award svg{width:80px;height:70px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span{display:block}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.year,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.year,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.year,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.year{font-size:12px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.award_name,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.award_name,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.award_name,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.award_name{font-size:16px;font-weight:700;padding:2px 0}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.type,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.type,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.type,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block span.type{font-size:12px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block{display:flex;grid-gap:10px;gap:10px;font-size:11px;margin-top:10px}@media (max-width:1190px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block{font-size:10px;grid-gap:9px;gap:9px}}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block{font-size:11px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block span a:before,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block span a:before,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block span a:before,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li .text_block .footer_block span a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:11px;height:11px;background-position:-409px -64px;top:1px;margin-right:4px}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li:last-child{border-bottom:none;padding-bottom:0}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li.item,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li.item,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li.item,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block ul li.item{width:100%}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards{display:inline-block;margin-top:15px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards{font-size:14px}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a{text-transform:uppercase;text-decoration:underline}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a:after,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a:after,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a:after,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:7px;height:7px;background-position:-409px -56px;margin-left:5px;top:-1px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards .showLessMoreAward,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards .showLessMoreAward,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards .showLessMoreAward,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block span.moreAwards .showLessMoreAward{left:0}}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block .award_blur_img img,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block .award_blur_img img,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block .award_blur_img img,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block .award_blur_img img{width:100%}.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward{font-weight:700}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward,.middleSection.vendor_profile_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward,.middleSection.vendor_testimonials_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward,.middleSection.vendor_videos_section .container .vendor_profile_description .right_section .award_block .award_list_block .hiddenAward{display:block;text-align:center}}.middleSection.vendor_case_studies_section .container .more_from_attentive,.middleSection.vendor_profile_section .container .more_from_attentive,.middleSection.vendor_testimonials_section .container .more_from_attentive,.middleSection.vendor_videos_section .container .more_from_attentive{display:flex;flex-wrap:wrap;justify-content:space-between;border:1px solid #cfcfcf;border-bottom:6px solid #1c1258;margin:20px 0;padding:20px}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .more_from_attentive,.middleSection.vendor_profile_section .container .more_from_attentive,.middleSection.vendor_testimonials_section .container .more_from_attentive,.middleSection.vendor_videos_section .container .more_from_attentive{flex-direction:column}}.middleSection.vendor_case_studies_section .container .more_from_attentive h2,.middleSection.vendor_profile_section .container .more_from_attentive h2,.middleSection.vendor_testimonials_section .container .more_from_attentive h2,.middleSection.vendor_videos_section .container .more_from_attentive h2{width:138px;font-size:22px;font-weight:500;line-height:29px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .more_from_attentive h2,.middleSection.vendor_profile_section .container .more_from_attentive h2,.middleSection.vendor_testimonials_section .container .more_from_attentive h2,.middleSection.vendor_videos_section .container .more_from_attentive h2{font-size:20px;line-height:26px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .more_from_attentive h2,.middleSection.vendor_profile_section .container .more_from_attentive h2,.middleSection.vendor_testimonials_section .container .more_from_attentive h2,.middleSection.vendor_videos_section .container .more_from_attentive h2{width:100%;text-align:center;margin-bottom:10px}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .more_from_attentive h2,.middleSection.vendor_profile_section .container .more_from_attentive h2,.middleSection.vendor_testimonials_section .container .more_from_attentive h2,.middleSection.vendor_videos_section .container .more_from_attentive h2{font-size:22px;line-height:29px}}.middleSection.vendor_case_studies_section .container .more_from_attentive ul,.middleSection.vendor_profile_section .container .more_from_attentive ul,.middleSection.vendor_testimonials_section .container .more_from_attentive ul,.middleSection.vendor_videos_section .container .more_from_attentive ul{display:flex;justify-content:flex-end;align-items:center;grid-gap:16px;gap:16px;width:calc(100% - 138px)}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul,.middleSection.vendor_profile_section .container .more_from_attentive ul,.middleSection.vendor_testimonials_section .container .more_from_attentive ul,.middleSection.vendor_videos_section .container .more_from_attentive ul{grid-gap:10px;gap:10px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul,.middleSection.vendor_profile_section .container .more_from_attentive ul,.middleSection.vendor_testimonials_section .container .more_from_attentive ul,.middleSection.vendor_videos_section .container .more_from_attentive ul{width:100%;justify-content:flex-start;grid-gap:5px;gap:5px}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul,.middleSection.vendor_profile_section .container .more_from_attentive ul,.middleSection.vendor_testimonials_section .container .more_from_attentive ul,.middleSection.vendor_videos_section .container .more_from_attentive ul{flex-direction:column}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li,.middleSection.vendor_profile_section .container .more_from_attentive ul li,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li,.middleSection.vendor_videos_section .container .more_from_attentive ul li{width:100%}}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.btn a{font-family:"Geist Mono",serif;border:1px solid #333;display:flex;align-items:center;width:150px;height:50px;font-size:16px;font-weight:500;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding-left:17px;color:#333}@media (max-width:1190px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.btn a{width:auto;padding:15px 20px!important}}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.btn a{font-size:14px;padding:15px!important}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.btn a{font-size:13px}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.btn a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.btn a{font-size:16px}}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.btn a:before,.middleSection.vendor_profile_section .container .more_from_attentive ul li.btn a:before,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.btn a:before,.middleSection.vendor_videos_section .container .more_from_attentive ul li.btn a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;margin-right:10px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.btn a:before,.middleSection.vendor_profile_section .container .more_from_attentive ul li.btn a:before,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.btn a:before,.middleSection.vendor_videos_section .container .more_from_attentive ul li.btn a:before{margin-right:5px}}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.visit_website a{width:223px;font-size:21px;font-weight:500;background-color:#5900ff;justify-content:center;padding-left:0;color:#fff}@media (max-width:1190px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.visit_website a{width:auto}}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.visit_website a{font-size:15px}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_profile_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.visit_website a,.middleSection.vendor_videos_section .container .more_from_attentive ul li.visit_website a{font-size:21px;justify-content:flex-start}}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.visit_website a:before,.middleSection.vendor_profile_section .container .more_from_attentive ul li.visit_website a:before,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.visit_website a:before,.middleSection.vendor_videos_section .container .more_from_attentive ul li.visit_website a:before{display:none}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.linkedin a:before,.middleSection.vendor_profile_section .container .more_from_attentive ul li.linkedin a:before,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.linkedin a:before,.middleSection.vendor_videos_section .container .more_from_attentive ul li.linkedin a:before{width:21px;height:22px;background-position:-409px -95px}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.facebook a:before,.middleSection.vendor_profile_section .container .more_from_attentive ul li.facebook a:before,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.facebook a:before,.middleSection.vendor_videos_section .container .more_from_attentive ul li.facebook a:before{width:21px;height:22px;background-position:-409px -119px}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.x a:before,.middleSection.vendor_profile_section .container .more_from_attentive ul li.x a:before,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.x a:before,.middleSection.vendor_videos_section .container .more_from_attentive ul li.x a:before{width:24px;height:24px;background-position:-409px -143px}.middleSection.vendor_case_studies_section .container .more_from_attentive ul li.youtube a:before,.middleSection.vendor_profile_section .container .more_from_attentive ul li.youtube a:before,.middleSection.vendor_testimonials_section .container .more_from_attentive ul li.youtube a:before,.middleSection.vendor_videos_section .container .more_from_attentive ul li.youtube a:before{width:24px;height:17px;background-position:-409px -169px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section,.middleSection.vendor_profile_section .container .vendor_reviews_section,.middleSection.vendor_testimonials_section .container .vendor_reviews_section,.middleSection.vendor_videos_section .container .vendor_reviews_section{border:1px solid #ddd;margin-bottom:20px;padding:25px 25px 50px;position:relative}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section,.middleSection.vendor_profile_section .container .vendor_reviews_section,.middleSection.vendor_testimonials_section .container .vendor_reviews_section,.middleSection.vendor_videos_section .container .vendor_reviews_section{padding:25px 20px 40px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section h3,.middleSection.vendor_profile_section .container .vendor_reviews_section h3,.middleSection.vendor_testimonials_section .container .vendor_reviews_section h3,.middleSection.vendor_videos_section .container .vendor_reviews_section h3{font-family:"Inter",serif;font-size:21px;font-weight:600;margin-bottom:20px;color:#000}.middleSection.vendor_case_studies_section .container .vendor_reviews_section h3 span.count,.middleSection.vendor_profile_section .container .vendor_reviews_section h3 span.count,.middleSection.vendor_testimonials_section .container .vendor_reviews_section h3 span.count,.middleSection.vendor_videos_section .container .vendor_reviews_section h3 span.count{font-family:"Geist Mono",serif;font-size:21px;font-weight:700;padding:2px 8px;margin-right:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul,.middleSection.vendor_profile_section .container .vendor_reviews_section ul,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul,.middleSection.vendor_videos_section .container .vendor_reviews_section ul{display:flex;flex-wrap:wrap;grid-gap:15px;gap:15px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section .container .vendor_reviews_section ul li{width:calc(33.333% - 10px);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 2px 4px #d8d8d8;-moz-box-shadow:0 2px 4px #d8d8d8;-webkit-box-shadow:0 2px 4px #d8d8d8;cursor:pointer;position:relative}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section .container .vendor_reviews_section ul li{width:100%}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul li .footer_bottom,.middleSection.vendor_profile_section .container .vendor_reviews_section ul li .footer_bottom,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul li .footer_bottom,.middleSection.vendor_videos_section .container .vendor_reviews_section ul li .footer_bottom{font-family:"Geist Mono",serif}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul li .footer_bottom .user_details span,.middleSection.vendor_profile_section .container .vendor_reviews_section ul li .footer_bottom .user_details span,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul li .footer_bottom .user_details span,.middleSection.vendor_videos_section .container .vendor_reviews_section ul li .footer_bottom .user_details span{display:flex}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul li .footer_bottom .user_details span.name,.middleSection.vendor_profile_section .container .vendor_reviews_section ul li .footer_bottom .user_details span.name,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul li .footer_bottom .user_details span.name,.middleSection.vendor_videos_section .container .vendor_reviews_section ul li .footer_bottom .user_details span.name{font-weight:700}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur li,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur li,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur li,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur li{width:100%!important}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked{width:calc(100% - 50px);left:50%;right:auto;-webkit-transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked{top:50%}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt{font-size:20px}@media (max-width:1300px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.heading_txt{font-size:18px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked{margin-top:4px}@media (max-width:1300px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked{font-size:16px}}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked{display:flex;flex-direction:column;align-items:center}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked{flex-direction:row}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before{margin-left:0}@media (max-width:1300px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before{top:5px}}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_profile_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_testimonials_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before,.middleSection.vendor_videos_section .container .vendor_reviews_section ul.cls_vendor_blur .cls_blur .content_locked span.locked:before{margin-bottom:10px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked{width:55.5%;position:absolute;right:6%;border:2px solid #000;top:50%;-webkit-transform:translateY(-50%);background-color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:16px 20px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked{width:56%}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked{width:calc(100% - 100px);top:73%;left:50%;right:auto;-webkit-transform:translate(-50%,-70%);display:flex;justify-content:center;align-items:center}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked{flex-direction:column;top:79%;-webkit-transform:translate(-50%,-70%)}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked{top:82%}}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked{width:calc(100% - 70px);padding:10px 15px;top:85%;line-height:18px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.heading_txt{font-family:"Geist Mono",serif;font-size:24px;font-weight:700}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.heading_txt{font-size:20px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.heading_txt{font-size:18px}}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.heading_txt,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.heading_txt{font-size:15px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.locked{font-size:20px;font-style:italic;font-weight:400;color:#999}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.locked{font-size:16px}}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.locked{font-size:14px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.locked:before,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.locked:before,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.locked:before,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.locked:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:15px;height:22px;background-position:-409px -203px;top:3px;margin:0 10px 0 20px}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .content_locked span.locked:before,.middleSection.vendor_profile_section .container .vendor_reviews_section .content_locked span.locked:before,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .content_locked span.locked:before,.middleSection.vendor_videos_section .container .vendor_reviews_section .content_locked span.locked:before{margin:0 10px 0 0}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .cls_content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .cls_content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .cls_content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .cls_content_locked{width:230px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);border:2px solid #000;background-color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:15px;text-align:center}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .cls_content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .cls_content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .cls_content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .cls_content_locked{width:190px;padding:10px 15px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .cls_content_locked span.locked{font-size:20px;font-style:italic;font-weight:400;color:#999}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .cls_content_locked span.locked{font-size:16px}}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .cls_content_locked span.locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .cls_content_locked span.locked{font-size:14px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .cls_content_locked span.locked:before,.middleSection.vendor_profile_section .container .vendor_reviews_section .cls_content_locked span.locked:before,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .cls_content_locked span.locked:before,.middleSection.vendor_videos_section .container .vendor_reviews_section .cls_content_locked span.locked:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:15px;height:22px;background-position:-409px -203px;top:3px;margin-right:10px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .load_more_btn,.middleSection.vendor_profile_section .container .vendor_reviews_section .load_more_btn,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .load_more_btn,.middleSection.vendor_videos_section .container .vendor_reviews_section .load_more_btn{display:flex;justify-content:center;margin-top:30px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .load_more_btn a,.middleSection.vendor_profile_section .container .vendor_reviews_section .load_more_btn a,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .load_more_btn a,.middleSection.vendor_videos_section .container .vendor_reviews_section .load_more_btn a{width:359px;height:41px;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;font-size:18px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .load_more_btn a,.middleSection.vendor_profile_section .container .vendor_reviews_section .load_more_btn a,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .load_more_btn a,.middleSection.vendor_videos_section .container .vendor_reviews_section .load_more_btn a{font-size:14px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .load_more_btn.testimonial_btn a,.middleSection.vendor_profile_section .container .vendor_reviews_section .load_more_btn.testimonial_btn a,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .load_more_btn.testimonial_btn a,.middleSection.vendor_videos_section .container .vendor_reviews_section .load_more_btn.testimonial_btn a{background-color:#7855ff}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .load_more_btn.case_study_btn a,.middleSection.vendor_profile_section .container .vendor_reviews_section .load_more_btn.case_study_btn a,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .load_more_btn.case_study_btn a,.middleSection.vendor_videos_section .container .vendor_reviews_section .load_more_btn.case_study_btn a{background-color:#f36100}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .load_more_btn.video_btn a,.middleSection.vendor_profile_section .container .vendor_reviews_section .load_more_btn.video_btn a,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .load_more_btn.video_btn a,.middleSection.vendor_videos_section .container .vendor_reviews_section .load_more_btn.video_btn a{background-color:#018b56}.middleSection.vendor_case_studies_section .container .vendor_reviews_section.testimonials,.middleSection.vendor_profile_section .container .vendor_reviews_section.testimonials,.middleSection.vendor_testimonials_section .container .vendor_reviews_section.testimonials,.middleSection.vendor_videos_section .container .vendor_reviews_section.testimonials{border-bottom:6px solid #b293ec}.middleSection.vendor_case_studies_section .container .vendor_reviews_section.testimonials h3 span.count,.middleSection.vendor_profile_section .container .vendor_reviews_section.testimonials h3 span.count,.middleSection.vendor_testimonials_section .container .vendor_reviews_section.testimonials h3 span.count,.middleSection.vendor_videos_section .container .vendor_reviews_section.testimonials h3 span.count{background-color:#5900ff}.middleSection.vendor_case_studies_section .container .vendor_reviews_section.case_study,.middleSection.vendor_profile_section .container .vendor_reviews_section.case_study,.middleSection.vendor_testimonials_section .container .vendor_reviews_section.case_study,.middleSection.vendor_videos_section .container .vendor_reviews_section.case_study{border-bottom:6px solid #fdd0a3}.middleSection.vendor_case_studies_section .container .vendor_reviews_section.case_study h3 span.count,.middleSection.vendor_profile_section .container .vendor_reviews_section.case_study h3 span.count,.middleSection.vendor_testimonials_section .container .vendor_reviews_section.case_study h3 span.count,.middleSection.vendor_videos_section .container .vendor_reviews_section.case_study h3 span.count{background-color:#f36100}.middleSection.vendor_case_studies_section .container .vendor_reviews_section.video,.middleSection.vendor_profile_section .container .vendor_reviews_section.video,.middleSection.vendor_testimonials_section .container .vendor_reviews_section.video,.middleSection.vendor_videos_section .container .vendor_reviews_section.video{border-bottom:6px solid #92c2b0}.middleSection.vendor_case_studies_section .container .vendor_reviews_section.video h3 span.count,.middleSection.vendor_profile_section .container .vendor_reviews_section.video h3 span.count,.middleSection.vendor_testimonials_section .container .vendor_reviews_section.video h3 span.count,.middleSection.vendor_videos_section .container .vendor_reviews_section.video h3 span.count{background-color:#018b56}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .testimonial_reviews ul li,.middleSection.vendor_profile_section .container .vendor_reviews_section .testimonial_reviews ul li,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .testimonial_reviews ul li,.middleSection.vendor_videos_section .container .vendor_reviews_section .testimonial_reviews ul li{width:calc(33.333% - 10px);padding:20px;cursor:pointer}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .testimonial_reviews ul li,.middleSection.vendor_profile_section .container .vendor_reviews_section .testimonial_reviews ul li,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .testimonial_reviews ul li,.middleSection.vendor_videos_section .container .vendor_reviews_section .testimonial_reviews ul li{width:100%}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .testimonial_reviews ul li .logo img,.middleSection.vendor_profile_section .container .vendor_reviews_section .testimonial_reviews ul li .logo img,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .testimonial_reviews ul li .logo img,.middleSection.vendor_videos_section .container .vendor_reviews_section .testimonial_reviews ul li .logo img{width:auto;height:auto;max-width:150px;max-height:50px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .testimonial_reviews ul li p,.middleSection.vendor_profile_section .container .vendor_reviews_section .testimonial_reviews ul li p,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .testimonial_reviews ul li p,.middleSection.vendor_videos_section .container .vendor_reviews_section .testimonial_reviews ul li p{font-size:21px;line-height:29px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:17px 0}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .case_study_reviews ul li h4,.middleSection.vendor_profile_section .container .vendor_reviews_section .case_study_reviews ul li h4,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .case_study_reviews ul li h4,.middleSection.vendor_videos_section .container .vendor_reviews_section .case_study_reviews ul li h4{background-color:#f5f5f9;padding:30px 40px 40px 20px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .case_study_reviews ul li h4 span,.middleSection.vendor_profile_section .container .vendor_reviews_section .case_study_reviews ul li h4 span,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .case_study_reviews ul li h4 span,.middleSection.vendor_videos_section .container .vendor_reviews_section .case_study_reviews ul li h4 span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study,.middleSection.vendor_profile_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study,.middleSection.vendor_videos_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study{display:flex;justify-content:space-between;padding:15px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img,.middleSection.vendor_profile_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img,.middleSection.vendor_videos_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img{width:auto;height:auto;max-width:140px;max-height:50px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img,.middleSection.vendor_profile_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img,.middleSection.vendor_videos_section .container .vendor_reviews_section .case_study_reviews ul li .footer_bottom_case_study .case_study_logo img{max-width:100px}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail{margin-bottom:25px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img{width:100%;height:145px;object-fit:cover;object-position:0 0}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews ul li .video_thumbnail img{max-height:200px;object-fit:cover;object-position:0 0}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn{padding-left:20px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a{background-color:#018b56;display:flex;justify-content:center;align-items:center;font-weight:600;width:122px;height:28px;font-size:12px;text-transform:uppercase;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a:before,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a:before,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a:before,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews ul li .play_video_btn a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:10px;height:14px;background-position:-409px -188px;margin-right:5px}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews ul li .footer_bottom_video,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews ul li .footer_bottom_video,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews ul li .footer_bottom_video,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews ul li .footer_bottom_video{padding:20px}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews .content_locked{top:77%;-webkit-transform:translate(-50%,-80%)}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews .content_locked{top:84%}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_profile_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .video_reviews .content_locked,.middleSection.vendor_videos_section .container .vendor_reviews_section .video_reviews .content_locked{top:85%}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .clsVerified ul li,.middleSection.vendor_profile_section .container .vendor_reviews_section .clsVerified ul li,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .clsVerified ul li,.middleSection.vendor_videos_section .container .vendor_reviews_section .clsVerified ul li{width:calc(50% - 10px)}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .clsVerified ul li img,.middleSection.vendor_profile_section .container .vendor_reviews_section .clsVerified ul li img,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .clsVerified ul li img,.middleSection.vendor_videos_section .container .vendor_reviews_section .clsVerified ul li img{width:100%;height:auto}.middleSection.vendor_case_studies_section .container .vendor_reviews_section .clsVerified ul li .logo img,.middleSection.vendor_profile_section .container .vendor_reviews_section .clsVerified ul li .logo img,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .clsVerified ul li .logo img,.middleSection.vendor_videos_section .container .vendor_reviews_section .clsVerified ul li .logo img{width:auto;max-width:150px;max-height:50px}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_reviews_section .clsVerified ul li:first-child,.middleSection.vendor_profile_section .container .vendor_reviews_section .clsVerified ul li:first-child,.middleSection.vendor_testimonials_section .container .vendor_reviews_section .clsVerified ul li:first-child,.middleSection.vendor_videos_section .container .vendor_reviews_section .clsVerified ul li:first-child{width:100%}}.middleSection.vendor_case_studies_section .container .vendor_reviews_section:last-child,.middleSection.vendor_profile_section .container .vendor_reviews_section:last-child,.middleSection.vendor_testimonials_section .container .vendor_reviews_section:last-child,.middleSection.vendor_videos_section .container .vendor_reviews_section:last-child{margin-bottom:0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block{margin:30px 0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block ul li{width:100%!important}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block ul li .left .content_block p,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block ul li .left .content_block p,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block ul li .left .content_block p,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block ul li .left .content_block p{font-size:16px;overflow:visible;overflow:initial;text-overflow:clip;display:inline;display:initial;-webkit-line-clamp:initial;-webkit-box-orient:initial}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li{width:calc(33.333% - 10px)!important;margin-right:0!important}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_bottom_content_block ul li .right .SponsoredBlockCustomerReferences ul li{width:100%!important}}.middleSection.vendor_case_studies_section .container .additional_info,.middleSection.vendor_profile_section .container .additional_info,.middleSection.vendor_testimonials_section .container .additional_info,.middleSection.vendor_videos_section .container .additional_info{background-color:#f5f5f5;text-align:center;padding:50px;margin-top:30px}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .additional_info,.middleSection.vendor_profile_section .container .additional_info,.middleSection.vendor_testimonials_section .container .additional_info,.middleSection.vendor_videos_section .container .additional_info{padding:40px 30px}}.middleSection.vendor_case_studies_section .container .additional_info h3,.middleSection.vendor_profile_section .container .additional_info h3,.middleSection.vendor_testimonials_section .container .additional_info h3,.middleSection.vendor_videos_section .container .additional_info h3{margin-bottom:10px}.middleSection.vendor_case_studies_section .container .additional_info p,.middleSection.vendor_profile_section .container .additional_info p,.middleSection.vendor_testimonials_section .container .additional_info p,.middleSection.vendor_videos_section .container .additional_info p{padding-bottom:10px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section{background-color:#f7e9b7;padding:30px;margin:5px 0 20px}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section{padding:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section .top_header,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section .top_header,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section .top_header,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section .top_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section .top_header,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section .top_header,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section .top_header,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section .top_header{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section .top_header h2{font-size:24px;line-height:31px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section .top_header h2{font-size:20px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section .top_header h2,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section .top_header h2{margin-bottom:15px;text-align:center}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a{font-family:"Geist Mono",serif;font-size:18px;font-weight:700;text-transform:uppercase;border:2px solid #333;padding:6px 15px;display:inline-block;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section .top_header .sponsored_btn a{font-size:15px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul{display:flex;grid-gap:20px;gap:20px}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul{flex-direction:column}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li{background-color:#fff;flex:1 1;border:1px solid #cfcfcf;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:20px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left{position:relative}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .badge,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .badge,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .badge,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .badge{font-family:"Geist Mono",serif;font-size:14px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display:flex;justify-content:center;align-items:center;position:absolute;top:12px;right:24px}@media (max-width:480px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .badge,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .badge,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .badge,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .badge{position:static}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .badge.badgeMarketLeader,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .badge.badgeMarketLeader,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .badge.badgeMarketLeader,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .badge.badgeMarketLeader{background-color:#5e00ff;display:inline-block;padding:5px 14px;color:#fff}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .logo img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .logo img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .logo img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .logo img{width:auto;height:auto;max-width:200px;max-height:75px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block{display:flex;align-items:center;margin-bottom:10px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block{flex-direction:column;align-items:flex-start}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block{flex-direction:row;align-items:center}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block{flex-direction:column;align-items:flex-start}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .left,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .left,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .left,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .left{font-size:14px;font-weight:700;margin-right:23px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating{display:flex;align-items:center}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating{display:flex;margin-right:2px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-half-empty,.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-o,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-half-empty,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-o,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-half-empty,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-o,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-half-empty,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .rating .fa.fa-star-o{color:#ffd28c;margin-right:3px;font-size:10px!important}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt{font-size:12px;font-weight:700}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt .totalReferences,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt .totalReferences,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt .totalReferences,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left .review_rating_block .right .starRating .ratingTxt .totalReferences{font-size:9px;font-weight:400;margin-top:0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left p,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left p,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left p,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left p{font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;color:#000}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left span,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left span,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left span,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left span{display:inline-block;margin-top:10px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.left span.more a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.left span.more a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.left span.more a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.left span.more a{font-size:14px;font-weight:700;color:#000}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.middle span.featuredBadge,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.middle span.featuredBadge,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.middle span.featuredBadge,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.middle span.featuredBadge{background-color:#5900ff;font-family:"Geist Mono",serif;font-size:14px;font-weight:600;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:7px 12px;display:inline-block;color:#fff}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.middle .logo,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.middle .logo,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.middle .logo,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.middle .logo{margin:20px 0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.middle .logo img,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.middle .logo img,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.middle .logo img,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.middle .logo img{width:auto;height:auto;max-width:200px;max-height:45px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.middle p,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.middle p,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.middle p,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.middle p{font-size:21px;line-height:29px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:25px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom{font-family:"Geist Mono",serif}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span{display:block}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span.name,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span.name,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span.name,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.middle .footer_bottom .user_details span.name{font-weight:700}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .review_rating,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .review_rating,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .review_rating,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .review_rating{display:flex;align-items:center}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star{display:flex}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star .fa.fa-star,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star .fa.fa-star,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star .fa.fa-star,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .review_rating .star .fa.fa-star{font-size:12px!important;margin-right:2px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt{font-weight:800}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt span.total_review,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt span.total_review,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt span.total_review,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .review_rating .txt span.total_review{font-size:11px;font-weight:400}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content{display:flex;align-items:center;border-bottom:1px solid #ccc;padding:20px 0}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span{font-weight:700;color:#000}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number{font-size:36px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.number{font-size:30px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name{font-size:18px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content span.name:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;margin:0 10px 0 15px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.testimonial .name:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.testimonial .name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.testimonial .name:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.testimonial .name:before{width:23px;height:18px;background-position:-409px -1px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.case_study .name:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.case_study .name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.case_study .name:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.case_study .name:before{width:18px;height:16px;background-position:-409px -21px;top:2px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.videos .name:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.videos .name:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.videos .name:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content.videos .name:before{width:21px;height:14px;background-position:-409px -39px;top:1px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .list_content_block .list_content:last-child{border-bottom:none}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn{max-width:250px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a{display:flex;justify-content:center;align-items:center;border:2px solid #000;font-family:"Geist Mono",serif;font-size:21px;font-weight:700;height:50px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:4px 4px 0 #c5a6ff;-moz-box-shadow:4px 4px 0 #c5a6ff;-webkit-box-shadow:4px 4px 0 #c5a6ff;color:#000}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.right .visit_profile_btn a{font-size:18px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block{background-color:transparent;display:flex;align-items:center;padding:0;border:none}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block{margin-top:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul{width:100%;flex-direction:column;grid-gap:40px;gap:40px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul{grid-gap:20px;gap:20px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul{grid-gap:40px;gap:40px}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul{grid-gap:20px;gap:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li{background-color:transparent;width:100%;display:flex;align-items:center;padding:0;border:none}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li{flex-direction:column;padding-bottom:20px;border-bottom:1px solid #c8bb8e;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon{background-color:#feffff;width:52px;height:52px;display:flex;justify-content:center;align-items:center;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;margin-right:20px}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon{margin-right:10px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon{margin-right:20px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon{margin:0 0 10px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li span.icon:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt{width:calc(100% - 72px);font-family:"Geist Mono",serif;font-size:33px;font-weight:700;display:flex;align-items:center}@media (max-width:1300px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt{font-size:28px}}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt{width:calc(100% - 62px);font-size:21px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt{width:calc(100% - 72px);font-size:33px}}@media (max-width:767px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt{font-size:27px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt{width:100%;flex-direction:column}}@media (max-width:379px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt{font-size:22px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn{margin-left:30px}@media (max-width:1300px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn{margin-left:20px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn{margin-left:0;margin-top:20px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a{background-color:#fff;font-size:18px;width:90px;height:44px;display:flex;justify-content:center;align-items:center;border:2px solid #000100;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;color:#000}@media (max-width:1300px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a{font-size:17px;width:86px;height:40px}}@media (max-width:1139px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a{font-size:14px;width:72px;height:36px}}@media (max-width:939px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a{font-size:18px;width:90px;height:44px}}@media (max-width:575px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a{font-size:17px;width:88px;height:42px}}@media (max-width:379px){.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li .txt .view_btn a{font-size:16px;width:86px;height:40px}}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts span.icon:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts span.icon:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts span.icon:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts span.icon:before{width:23px;height:18px;background-position:-409px -1px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.tts .txt .view_btn a{box-shadow:4px 4px 0 #be96d2;-moz-box-shadow:4px 4px 0 #be96d2;-webkit-box-shadow:4px 4px 0 #be96d2}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs span.icon:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs span.icon:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs span.icon:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs span.icon:before{width:18px;height:16px;background-position:-409px -21px;top:2px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.cs .txt .view_btn a{box-shadow:4px 4px 0 #f5a55e;-moz-box-shadow:4px 4px 0 #f5a55e;-webkit-box-shadow:4px 4px 0 #f5a55e}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd span.icon:before,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd span.icon:before,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd span.icon:before,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd span.icon:before{width:21px;height:14px;background-position:-409px -39px;top:1px}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd .txt .view_btn a,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd .txt .view_btn a,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd .txt .view_btn a,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li.vd .txt .view_btn a{box-shadow:4px 4px 0 #79bd84;-moz-box-shadow:4px 4px 0 #79bd84;-webkit-box-shadow:4px 4px 0 #79bd84}.middleSection.vendor_case_studies_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li:last-child,.middleSection.vendor_profile_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li:last-child,.middleSection.vendor_testimonials_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li:last-child,.middleSection.vendor_videos_section .container .vendor_profile_sponsored_section ul li.cls_review_block ul li:last-child{border-bottom:none}.middleSection.vendor_case_studies_section.vendor_portal_profile a,.middleSection.vendor_profile_section.vendor_portal_profile a,.middleSection.vendor_testimonials_section.vendor_portal_profile a,.middleSection.vendor_videos_section.vendor_portal_profile a{cursor:not-allowed;pointer-events:none}@media (max-width:939px){.middleSection.vendor_case_studies_section.vendor_portal_profile,.middleSection.vendor_profile_section.vendor_portal_profile,.middleSection.vendor_testimonials_section.vendor_portal_profile,.middleSection.vendor_videos_section.vendor_portal_profile{background:url(/static/media/bg-vendor-profile2.3fff8e15.webp) no-repeat top #d0d0ed}}.middleSection.vendor_case_studies_section.vendor_case_studies_section,.middleSection.vendor_case_studies_section.vendor_testimonials_section,.middleSection.vendor_case_studies_section.vendor_videos_section,.middleSection.vendor_profile_section.vendor_case_studies_section,.middleSection.vendor_profile_section.vendor_testimonials_section,.middleSection.vendor_profile_section.vendor_videos_section,.middleSection.vendor_testimonials_section.vendor_case_studies_section,.middleSection.vendor_testimonials_section.vendor_testimonials_section,.middleSection.vendor_testimonials_section.vendor_videos_section,.middleSection.vendor_videos_section.vendor_case_studies_section,.middleSection.vendor_videos_section.vendor_testimonials_section,.middleSection.vendor_videos_section.vendor_videos_section{padding:0 0 100px}@media (max-width:767px){.middleSection.vendor_case_studies_section.vendor_case_studies_section,.middleSection.vendor_case_studies_section.vendor_testimonials_section,.middleSection.vendor_case_studies_section.vendor_videos_section,.middleSection.vendor_profile_section.vendor_case_studies_section,.middleSection.vendor_profile_section.vendor_testimonials_section,.middleSection.vendor_profile_section.vendor_videos_section,.middleSection.vendor_testimonials_section.vendor_case_studies_section,.middleSection.vendor_testimonials_section.vendor_testimonials_section,.middleSection.vendor_testimonials_section.vendor_videos_section,.middleSection.vendor_videos_section.vendor_case_studies_section,.middleSection.vendor_videos_section.vendor_testimonials_section,.middleSection.vendor_videos_section.vendor_videos_section{padding-bottom:50px}}.middleSection.vendor_case_studies_section.vendor_case_studies_section .container,.middleSection.vendor_case_studies_section.vendor_testimonials_section .container,.middleSection.vendor_case_studies_section.vendor_videos_section .container,.middleSection.vendor_profile_section.vendor_case_studies_section .container,.middleSection.vendor_profile_section.vendor_testimonials_section .container,.middleSection.vendor_profile_section.vendor_videos_section .container,.middleSection.vendor_testimonials_section.vendor_case_studies_section .container,.middleSection.vendor_testimonials_section.vendor_testimonials_section .container,.middleSection.vendor_testimonials_section.vendor_videos_section .container,.middleSection.vendor_videos_section.vendor_case_studies_section .container,.middleSection.vendor_videos_section.vendor_testimonials_section .container,.middleSection.vendor_videos_section.vendor_videos_section .container{padding:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.middleSection.vendor_case_studies_section.vendor_case_studies_section .container .vendor_reviews_section,.middleSection.vendor_case_studies_section.vendor_testimonials_section .container .vendor_reviews_section,.middleSection.vendor_case_studies_section.vendor_videos_section .container .vendor_reviews_section,.middleSection.vendor_profile_section.vendor_case_studies_section .container .vendor_reviews_section,.middleSection.vendor_profile_section.vendor_testimonials_section .container .vendor_reviews_section,.middleSection.vendor_profile_section.vendor_videos_section .container .vendor_reviews_section,.middleSection.vendor_testimonials_section.vendor_case_studies_section .container .vendor_reviews_section,.middleSection.vendor_testimonials_section.vendor_testimonials_section .container .vendor_reviews_section,.middleSection.vendor_testimonials_section.vendor_videos_section .container .vendor_reviews_section,.middleSection.vendor_videos_section.vendor_case_studies_section .container .vendor_reviews_section,.middleSection.vendor_videos_section.vendor_testimonials_section .container .vendor_reviews_section,.middleSection.vendor_videos_section.vendor_videos_section .container .vendor_reviews_section{padding:0;border:none!important}.middleSection.vendor_case_studies_section.vendor_case_studies_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_case_studies_section.vendor_testimonials_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_case_studies_section.vendor_videos_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_profile_section.vendor_case_studies_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_profile_section.vendor_testimonials_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_profile_section.vendor_videos_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_testimonials_section.vendor_case_studies_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_testimonials_section.vendor_testimonials_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_testimonials_section.vendor_videos_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_videos_section.vendor_case_studies_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_videos_section.vendor_testimonials_section .container .vendor_reviews_section .first_three_columns,.middleSection.vendor_videos_section.vendor_videos_section .container .vendor_reviews_section .first_three_columns{margin-bottom:15px}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified{margin-top:30px}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block{margin-bottom:27px}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h2{font-size:20px;font-weight:500;background-color:#1c1259;display:inline-block;padding:7px 20px;color:#fff}@media (max-width:379px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block{text-align:center}}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block h3{font-family:"Inter",serif;font-size:17px;font-weight:600;color:#000}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_portal_top_header_block p{line-height:25px;margin:5px 0 20px}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified ul li{position:relative}@media (max-width:575px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified ul li{width:100%!important}}@media (max-width:939px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li{width:calc(50% - 8px)!important}}@media (max-width:575px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_testimonials_section_verified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_testimonials_section_verified .vendor_list ul li{width:100%!important}}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_case_studies_section_verified,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_case_studies_section_verified,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_case_studies_section_verified,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_case_studies_section_verified,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_case_studies_section_verified,.middleSection.vendor_profile_section.vendor_videos_section.vendor_case_studies_section_verified,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_case_studies_section_verified,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_case_studies_section_verified,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_case_studies_section_verified,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_case_studies_section_verified,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_case_studies_section_verified,.middleSection.vendor_videos_section.vendor_videos_section.vendor_case_studies_section_verified{margin-top:30px}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li{position:relative}@media (max-width:575px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li{width:100%!important}}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_profile_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img,.middleSection.vendor_videos_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified ul li img{width:100%;height:auto}@media (max-width:939px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li{width:calc(50% - 10px)!important}}@media (max-width:575px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_case_studies_section_verified .container .vendor_reviews_section.case_study .case_study_reviews.clsVerified .vendor_list ul li{width:100%!important}}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_videos_section_verified,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_videos_section_verified,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_videos_section_verified,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_videos_section_verified,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_videos_section_verified,.middleSection.vendor_profile_section.vendor_videos_section.vendor_videos_section_verified,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_videos_section_verified,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_videos_section_verified,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_videos_section_verified,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_videos_section_verified,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_videos_section_verified,.middleSection.vendor_videos_section.vendor_videos_section.vendor_videos_section_verified{margin-top:30px}.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li{position:relative}@media (max-width:575px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section ul li{width:100%!important}}@media (max-width:939px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li{width:calc(50% - 10px)!important}}@media (max-width:575px){.middleSection.vendor_case_studies_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_case_studies_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_profile_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_profile_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_profile_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_testimonials_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_videos_section.vendor_case_studies_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_videos_section.vendor_testimonials_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li,.middleSection.vendor_videos_section.vendor_videos_section.vendor_videos_section_verified .container .vendor_reviews_section .vendor_list ul li{width:100%!important}}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq{padding:36px 24px 24px}@media (max-width:767px){.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq{padding:30px 20px 24px}}@media (max-width:379px){.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq{padding:30px 0 24px}}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3{display:flex;align-items:center;font-size:32px;margin-bottom:36px}@media (max-width:379px){.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3{padding-left:10px}}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3:after,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3:after,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3:after,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block h3:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:27px;height:24px;background-position:-16px -550px;margin-right:17px;top:1px;left:8px}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result{position:relative;margin:18px 0 15px}@media (max-width:939px){.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result{margin-bottom:10px}}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text],.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text],.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text],.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]{width:100%;height:48px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:"Inter",serif;font-size:16px;font-weight:400;color:#000;padding-left:10px;box-sizing:border-box}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-webkit-input-placeholder,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-webkit-input-placeholder,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-webkit-input-placeholder,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-webkit-input-placeholder{font-family:"Inter",serif;font-size:16px;font-weight:400;color:rgba(50,50,50,.5)}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]:-ms-input-placeholder,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]:-ms-input-placeholder,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]:-ms-input-placeholder,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]:-ms-input-placeholder{font-family:"Inter",serif;font-size:16px;font-weight:400;color:rgba(50,50,50,.5)}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-ms-input-placeholder,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-ms-input-placeholder,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-ms-input-placeholder,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::-ms-input-placeholder{font-family:"Inter",serif;font-size:16px;font-weight:400;color:rgba(50,50,50,.5)}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::placeholder,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::placeholder,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::placeholder,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result input[type=text]::placeholder{font-family:"Inter",serif;font-size:16px;font-weight:400;color:rgba(50,50,50,.5)}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span{position:absolute!important;top:20px;right:14px}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span.searchIcon,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span.searchIcon,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span.searchIcon,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .vendor_portal_top_header_block .vendor_profile_search_result span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-343px -336px;cursor:pointer}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li{display:flex;flex-direction:column;justify-content:center;padding:25px 15px 25px 0;border-bottom:1px solid #ccc}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4{background:transparent;width:100%;border:none;text-align:left;outline:none;font-size:24px;font-weight:600;-webkit-transition:.4s;transition:.4s;line-height:36px;text-transform:none;display:flex;align-items:flex-start}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4:before,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4:before,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4:before,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:27px;height:24px;background-position:-16px -550px;margin-right:17px;top:6px}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4 span.txt,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4 span.txt,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4 span.txt,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li h4 span.txt{width:calc(100% - 44px)}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li p,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li p,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li p,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li p{background-color:transparent;font-size:16px;line-height:24px;color:#000;margin:8px 0 0 45px}.middleSection.vendor_case_studies_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li:last-child,.middleSection.vendor_profile_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li:last-child,.middleSection.vendor_testimonials_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li:last-child,.middleSection.vendor_videos_section.vendor_profile_section .container .vendor_block_section .vendor_profile_main_content_block.vendor_faq .vendor_faqs_content_block .QA ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}@media (max-width:939px){.greyBg .container{width:100%}}.greyBg .container .WidthContain .profileUpgrade{padding-top:35px}@media (max-width:939px){.greyBg .container .WidthContain .profileUpgrade{padding:35px 0 30px}}.greyBg .container .WidthContain .profileUpgrade .btn.btn-danger{top:43px}.preview_mode_strip{background:rgba(255,210,140,.2);width:calc(100% - 68px);max-width:1200px;margin:20px auto 0;padding:7px 20px;border-left:5px solid #ffd28c;display:flex;justify-content:space-between}@media (max-width:939px){.preview_mode_strip{width:calc(100% - 40px)}}@media (max-width:767px){.preview_mode_strip{flex-direction:column;align-items:center;padding:20px}}@media (max-width:575px){.preview_mode_strip{width:calc(100% - 60px)}}@media (max-width:480px){.preview_mode_strip{width:calc(100% - 40px)}}.preview_mode_strip span{font-weight:500}.preview_mode_strip a{color:#00e}@media (max-width:767px){.preview_mode_strip a{border:1px solid #1c1259;color:#1c1259;padding:8px 20px;font-weight:700;margin-top:12px}}.btn-primary,.btn a{color:#132d72}.btn-primary{text-align:center;font-size:18px;font-weight:700;margin-top:70px}.btn-primary a{display:block;padding:8px 10px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 48px);bottom:40px;max-width:310px;border:2px solid #3d60ba;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px}.btn-primary a:hover{color:#fff}.btn-primary-lighten{border:2px solid #3764df;text-align:center;font-size:16px;font-weight:600;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;display:inline-block}.btn-primary-lighten a{display:block;padding:12px 23px;color:#466be8;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.btn-primary-lighten a:hover{background:#466be8;color:#fff}.btn-danger{border:2px solid #f08230;text-align:center;color:#f08231;font-size:20px;font-family:"Inter",serif;font-weight:600;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.btn-danger a{display:block;padding:8px 10px;color:#fff}.btn-danger a:hover{color:#333}.btn-read{font-size:16px;position:absolute;bottom:28px}.btn-read a{color:#4a4a4a;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.modal-body{padding:50px 0 51px;overflow:hidden}::-webkit-input-placeholder{color:#bbb;font-weight:300}:-ms-input-placeholder{color:#bbb;font-weight:300}::-ms-input-placeholder{color:#bbb;font-weight:300}::placeholder{color:#bbb;font-weight:300}.noscroll{overflow:hidden}@media (min-device-width:1025px){.noscroll{padding-right:15px}}.overlay_popup{position:fixed;overflow-y:scroll;left:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center}.overlay_popup .popBox{width:85%;max-width:940px;margin:auto;padding:40px 72px 27px 60px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;border:1px solid #e8e8e8;background:#fff}@media (max-width:575px){.overlay_popup .popBox{width:95%}}.overlay_popup .popBox .close-overlay{position:absolute;z-index:10000;top:22px;right:33px;font-size:16px;color:#606060}.overlay_popup .popBox .close-overlay span.cross{display:inline-block;padding-right:7px}.overlay_popup .popup_testimonials{padding-left:80px}@media (max-width:939px){.overlay_popup .popup_testimonials{padding:22px 50px}}@media (max-width:480px){.overlay_popup .popup_testimonials{padding:22px 35px}}@media (max-width:480px){.overlay_popup .popup_testimonials .vendor_popup_content h5.vendorName{padding-top:40px}}@media (max-width:480px){.overlay_popup .popup_testimonials .vendor_popup_content .box-content .content{font-size:21px;line-height:36px}}.overlay_popup .popup_caseStudies{display:inline}@media (max-width:480px){.overlay_popup .popup_caseStudies{padding:40px 35px}}.overlay_popup .video_popup_box{padding:57px 35px 31px}@media (max-width:939px){.overlay_popup .video_popup_box .vendor_popup_content .box-content .video_popup iframe{height:350px}}@media (max-width:575px){.overlay_popup .video_popup_box .vendor_popup_content .box-content .video_popup iframe{height:270px}}@media (max-width:480px){.overlay_popup .video_popup_box .vendor_popup_content .box-content .video_popup iframe{height:190px}}@media (max-width:379px){.overlay_popup .video_popup_box .vendor_popup_content .box-content .video_popup iframe{height:140px}}@media (max-width:939px){.overlay_popup.singleCompetitorPopup{padding:30px 0}}.overlay_popup.singleCompetitorPopup .popBox{width:calc(100% - 66px);max-width:1176px;padding:0;border:none}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox{width:calc(100% - 40px);max-width:650px}}.overlay_popup.singleCompetitorPopup .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.singleCompetitorPopup .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box{display:flex}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box{flex-direction:column;margin:40px auto;margin-bottom:25px}}@media (max-width:480px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box{margin:20px 0 9px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section,.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section{width:50%}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section{padding:24px 48px 32px 24px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}@media (max-width:1139px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section{padding-right:24px}}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:0}}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox{display:flex;flex-direction:column;align-items:center;text-align:center}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .badge-content{font-family:"Geist Mono",serif;width:180px;height:32px;font-size:14px;font-weight:700;text-transform:uppercase;display:flex;justify-content:center;align-items:center}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .badge-content.sponsored-badge-content{background:rgba(238,66,102,.15);color:#ee4266;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox h1{font-size:27px;font-weight:700;line-height:35px;margin-top:31px;color:#000}@media (max-width:1139px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox h1{font-size:30px;line-height:45px;margin-top:10px}}@media (max-width:379px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox h1{font-size:22px;line-height:34px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box{border-top:1px solid #f0f1f2;padding-top:27px;margin-top:22px}@media (max-width:379px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box{padding-top:15px;margin-top:15px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category{display:flex;align-items:baseline;font-weight:500}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category{flex-direction:column;align-items:center}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category .category_txt{width:100px;margin-right:10px}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category .category_txt{margin-right:0}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category .category_txt:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:13px;background-position:-343px -321px;margin-right:9px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category ul{width:calc(100% - 110px);display:flex;flex-wrap:wrap}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category ul{width:100%;justify-content:center;margin-top:10px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category ul.list_category li{margin:0 6px 6px 0}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category ul.list_category li a{background-color:#f3f3f3;padding:8px 15px;display:inline-block;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}@media (max-width:379px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box .category ul.list_category li a{font-size:13px;padding:5px 12px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box p{max-width:476px;line-height:24px;margin:19px 0 50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:71px}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .topContentBox .content_box p{max-width:inherit;margin-bottom:20px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .btn_visit_profile a{width:100%;max-width:476px;height:48px;background:#1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display:flex;justify-content:center;align-items:center;color:#fff;font-family:"Geist Mono",serif;font-weight:500}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .left_section .btn_visit_profile a{width:225px;max-width:inherit}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section{display:flex;flex-direction:column;justify-content:center;background:-webkit-gradient(linear,left top,right top,color-stop(1.56%,#fbc7d4),color-stop(97.4%,#9796f0));background:linear-gradient(90deg,#fbc7d4 1.56%,#9796f0 97.4%);padding:58px}@media (max-width:1139px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section{padding:24px}}@media (max-width:939px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section{width:calc(100% - 48px);margin:0 auto}}@media (max-width:480px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section{width:calc(100% - 18px);padding:9px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock{background:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);display:flex;flex-direction:column;align-items:center;padding:24px 20px 21px}@media (max-width:480px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock{padding:24px 10px 21px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header{display:flex;flex-direction:column;align-items:center}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .logo img{width:auto;height:auto;max-width:151px;max-height:50px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .starRating{display:flex;flex-direction:column;align-items:center;margin:28px 0 21px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .starRating .starIcon{display:flex;margin-bottom:14px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .starRating .starIcon .fa.fa-star{font-size:19px!important;color:#ffd28c;margin-right:7px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .starRating .starIcon .fa:last-child.fa-star{margin-right:0}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .starRating .ratingTxt{font-family:"Geist Mono",serif;font-size:24px;font-weight:700;color:#1c1259}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .svgLogo ul{display:flex}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .svgLogo ul li{margin-right:15px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .svgLogo ul li svg{width:80px;height:auto}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .top_header .svgLogo ul li:last-child{margin-right:0}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box{display:flex;flex-direction:column;align-items:center;padding-top:28px;margin-top:26px;border-top:1px solid #f0f1f2}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .txt_block{font-size:24px}@media (max-width:575px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .txt_block{font-size:20px}}@media (max-width:379px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .txt_block{font-size:16px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .txt_block span.count{font-family:"Geist Mono",serif;font-weight:700;color:#1c1259}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList{padding-top:24px}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul{display:flex;justify-content:space-between}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li{display:flex;flex-direction:column;align-items:center;margin-right:40px}@media (max-width:1139px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li{margin-right:25px}}@media (max-width:575px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li{margin-right:20px}}@media (max-width:379px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li{margin-right:10px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li span{display:flex}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li span.count{font-family:"Geist Mono",serif;font-size:32px;font-weight:700;color:#1c1259;margin-bottom:2px}@media (max-width:575px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li span.count{font-size:27px}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li span.txt{font-size:14px;font-weight:500}@media (max-width:575px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li span.txt{font-size:12px}}@media (max-width:480px){.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li span.txt{font-size:11px;text-align:center}}.overlay_popup.singleCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .singleCompetitorPopup_content_box .right_section .rightSectionContentBlock .footer_content_box .customerReferenceList ul li:last-child{margin-right:0}@media (max-width:939px){.overlay_popup.threeCompetitorPopup{padding:30px 0}}.overlay_popup.threeCompetitorPopup .popBox{width:calc(100% - 48px);max-width:1336px;padding:24px;background:-webkit-gradient(linear,left top,right top,color-stop(1.56%,#fbc7d4),color-stop(97.4%,#9796f0));background:linear-gradient(90deg,#fbc7d4 1.56%,#9796f0 97.4%);border:none;box-sizing:border-box}@media (max-width:1139px){.overlay_popup.threeCompetitorPopup .popBox{width:calc(100% - 40px);padding:15px}}@media (max-width:939px){.overlay_popup.threeCompetitorPopup .popBox{max-width:650px;padding:24px}}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox{padding:24px 15px 0}}.overlay_popup.threeCompetitorPopup .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.threeCompetitorPopup .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block{display:flex;flex-direction:column;align-items:center}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h1,.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h3{font-family:"Inter",serif;color:#fff}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h1{font-family:"Geist Mono",serif;font-size:38px;font-weight:700;margin-bottom:20px;padding-top:10px}@media (max-width:1139px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h1{font-size:35px;margin-bottom:10px}}@media (max-width:939px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h1{font-size:30px;line-height:32px;margin-bottom:6px;text-align:center}}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h1{line-height:32px;margin-bottom:10px}}@media (max-width:379px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h1{font-size:24px;line-height:24px}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h3{font-family:"Geist Mono",serif;font-size:20px;font-weight:600}@media (max-width:939px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h3{font-size:17px;text-align:center}}@media (max-width:767px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .top_header_content_block h3{font-size:14px;font-weight:500}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent{margin-top:27px}@media (max-width:1139px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent{margin-top:15px}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul{display:flex}@media (max-width:939px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul{flex-direction:column}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li{background:#fff;width:calc(33.3333% - 5px);box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-right:8px;padding:20px;position:relative}@media (max-width:939px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li{width:100%;margin:0 0 15px}}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li{display:flex;flex-direction:column;align-items:center;padding:10px}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span{display:inline-block}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.clsBadgeContent{font-family:"Geist Mono",serif;font-size:11px;font-weight:600;text-transform:uppercase;padding:0 10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;position:absolute;top:8px;left:8px;display:flex;justify-content:center;align-items:center}@media (max-width:1139px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.clsBadgeContent{padding:6px}}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.clsBadgeContent{position:inherit;margin-bottom:17px}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.premiumBadge{background:#34cd9d;color:#fff}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.verifiedBadge{background:rgba(120,86,255,.2);color:#7856ff}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.verifiedBadge:after{width:12px;height:10px;background-position:-363px -339px;top:0}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.sponsoredBadge{background:#5900ff;color:#fff}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li span.sponsoredBadge:after{display:none}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block{display:flex;flex-direction:column;align-items:center}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .logo{height:70px;display:flex;align-items:flex-end}@media (max-width:1139px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .logo{height:50px}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .logo a{display:flex}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .logo a img{width:auto;height:auto;max-width:120px;max-height:70px}@media (max-width:1139px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .logo a img{max-height:50px}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .starRating{text-align:center;margin-top:22px}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .starRating .starIcon{display:flex;margin-bottom:14px}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .starRating .starIcon .fa.fa-star,.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .starRating .starIcon .fa.fa-star-half-empty,.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .starRating .starIcon .fa.fa-star-o{margin-right:5px;color:#ffd28c}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .starRating .starIcon .fa:last-child.fa-star{margin-right:0}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .top_content_block .starRating .ratingTxt{font-size:24px;font-weight:700}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block{border-top:1px solid #f0f1f2;padding-top:19px;margin-top:26px}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block{width:100%}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .txt_block{display:flex;justify-content:center;font-size:18px;text-align:center}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .txt_block{flex-direction:column}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .txt_block span.count{font-weight:800;margin-right:6px;color:#7856ff}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .txt_block span.count{margin-right:0}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .txt_block span.txt{font-family:"Geist Mono",serif;font-weight:700}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList{margin-top:22px}@media (max-width:939px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList{display:flex;justify-content:center;max-width:444px;margin:22px auto 0}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList ul{display:flex;justify-content:center}@media (max-width:939px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList ul{width:100%;flex-direction:row}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList ul li{display:flex;flex-direction:column;align-items:center;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;padding:0;margin-right:0}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList ul li span.count{font-weight:700;margin-bottom:5px}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList ul li span.txt{font-family:"Geist Mono",serif;font-size:12px;font-weight:500}@media (max-width:1139px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList ul li span.txt{line-height:16px;text-align:center}}@media (max-width:480px){.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li .footer_content_block .customerReferenceList ul li span.txt{font-size:11px}}.overlay_popup.threeCompetitorPopup .popBox .popup_overlay_screen .modal-content .modal-body .threeCompetitorPopup_content_box .threeCompetitorListContent ul li:last-child{margin-right:0}.overlay_popup.softwareModalPopup .popBox{padding:0;border:none;margin-top:35px}@media (max-width:939px){.overlay_popup.softwareModalPopup .popBox{width:calc(100% - 40px)}}.overlay_popup.softwareModalPopup .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.softwareModalPopup .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .topHeaderBlock{background:#1c1259}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .topHeaderBlock .container{max-width:595px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:41px 0 39px}@media (max-width:939px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .topHeaderBlock .container{width:calc(100% - 40px)}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .topHeaderBlock .container .logo{margin-bottom:6px}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .topHeaderBlock .container h1{font-size:32px;font-weight:700;line-height:40px;color:#fff;margin-bottom:8px}@media (max-width:480px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .topHeaderBlock .container h1{font-size:28px;line-height:35px;margin-bottom:15px}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .topHeaderBlock .container p{color:#fff}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form{width:calc(100% - 56px);margin:20px auto 41px}@media (max-width:767px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form{margin:35px auto}}@media (max-width:379px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form{width:calc(100% - 40px);margin:25px auto}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form .img_block{text-align:center}@media (max-width:480px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form .img_block img{width:100%;max-width:274px}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form{display:flex;flex-direction:column}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form span.heading{font-family:"Geist Mono",serif;font-size:18px;font-weight:600;text-transform:uppercase;padding-bottom:17px}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label{width:100%;display:flex;flex-direction:column;font-family:"Inter",serif;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:28px}@media (max-width:575px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label{margin-bottom:15px}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label input,.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label select{width:100%;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;height:48px;margin-top:13px;padding-left:10px;font-family:"Inter",serif;font-size:16px;color:#000}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label input::-webkit-input-placeholder,.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label select::-webkit-input-placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label input:-ms-input-placeholder,.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label select:-ms-input-placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label input::-ms-input-placeholder,.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label select::-ms-input-placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label input::placeholder,.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label select::placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label .select_div{position:relative}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label .select_div select{color:rgba(50,50,50,.5)}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label .select_div select option{color:#000}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form label .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:24px;height:12px;background-position:-341px -435px;position:absolute;top:30px;right:5px}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName{display:flex}@media (max-width:767px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName{flex-direction:column}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName label.fName,.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName label.lName{width:calc(50% - 8px)}@media (max-width:767px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName label.fName,.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName label.lName{width:100%}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName label.fName{margin-right:16px}@media (max-width:767px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form .yourName label.fName{margin-right:0}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form button.submit{background:#5900ff;font-family:"Geist Mono",serif;font-size:18px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;height:50px;border:none;cursor:pointer;color:#fff}@media (max-width:480px){.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form form button.submit{font-size:15px;font-weight:500}}.overlay_popup.softwareModalPopup .popBox .popup_overlay_screen .modal-content .modal-body .form .clsMsg{margin-top:10px}@media (max-width:939px){.overlay_popup.footerPopup{padding:22px 0}}.overlay_popup.footerPopup .popBox{padding:0;border:none;max-width:896px}@media (max-width:939px){.overlay_popup.footerPopup .popBox{width:calc(100% - 40px)}}.overlay_popup.footerPopup .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.footerPopup .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent{display:flex}@media (max-width:767px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent{flex-direction:column}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section,.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section{width:50%}@media (max-width:767px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section,.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section{width:100%}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section{background:-webkit-gradient(linear,left top,right top,from(#4776e6),to(#8e54e9));background:linear-gradient(90deg,#4776e6,#8e54e9);padding:69px 22px 40px}@media (max-width:767px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section{padding:50px 25px 30px}}@media (max-width:379px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section{padding:50px 15px 30px}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section h1{font-family:"Geist Mono",serif;font-size:40px;font-weight:700;line-height:42px;margin:30px 0 20px;color:#fff}@media (max-width:767px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section h1{margin:20px 0 15px}}@media (max-width:575px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section h1{font-size:36px}}@media (max-width:480px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section h1{font-size:32px}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section p{margin-bottom:24px;line-height:24px;color:#fff}@media (max-width:767px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section p{margin-bottom:15px}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section{display:flex;flex-direction:column;justify-content:center;padding:70px 24px 56px}@media (max-width:939px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section{padding:56px 24px}}@media (max-width:767px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section{padding:35px 24px}}@media (max-width:379px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section{padding:30px 17px}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label{font-family:"Inter",serif;font-size:14px;font-weight:500;display:flex;flex-direction:column;margin-bottom:26px;clear:both;color:#323232}@media (max-width:939px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label{margin-bottom:15px}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label input{width:100%;font-family:"Inter",serif;font-size:14px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;height:40px;margin-top:10px;padding-left:10px}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label input::-webkit-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label input:-ms-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label input::-ms-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label input::placeholder{color:rgba(50,50,50,.5)}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label.fName,.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label.lName{width:calc(50% - 4px);float:left;clear:none}@media (max-width:939px){.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label.fName,.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label.lName{width:100%;margin-right:0!important}}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form label.fName{margin-right:8px}.overlay_popup.footerPopup .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form button.submit{font-family:"Geist Mono",serif;font-size:16px;font-weight:600;width:100%;height:40px;background:#7856ff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;border:none;cursor:pointer}.overlay_popup.footerPopup.verifyProfile .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section{background:-webkit-gradient(linear,left top,right top,from(#4b6cb7),to(#182848));background:linear-gradient(90deg,#4b6cb7,#182848)}.overlay_popup.footerPopup.verifyProfile .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form button.submit{background-color:#1c1259}.overlay_popup.footerPopup.addYourCompany .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section{background:-webkit-gradient(linear,left top,right top,from(#cacaea),to(#e9e4f0));background:linear-gradient(90deg,#cacaea,#e9e4f0)}.overlay_popup.footerPopup.addYourCompany .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section h1,.overlay_popup.footerPopup.addYourCompany .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section p{color:#323232}.overlay_popup.footerPopup.addYourCompany .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section p{font-weight:500}.overlay_popup.footerPopup.addYourCompany .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form button.submit{background:#cacaea;color:#323232;font-weight:600}.overlay_popup.footerPopup.enterpriseLogin .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section{background:-webkit-gradient(linear,left top,right top,from(#4b6cb7),to(#182848));background:linear-gradient(90deg,#4b6cb7,#182848)}.overlay_popup.footerPopup.enterpriseLogin .popBox .popup_overlay_screen .modal-content .modal-body .footerFormContent .right_section .form form button.submit{background:#f36100}.overlay_popup.footerPopup.upgradeProfile .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section h1,.overlay_popup.footerPopup.verifyProfile .popup_overlay_screen .modal-content .modal-body .footerFormContent .left_section h1{font-size:33px}.overlay_popup.case_study_popup_box_s1s .popBox,.overlay_popup.testimonial_popup_box_s1s .popBox,.overlay_popup.video_popup_box_s1s .popBox{width:calc(100% - 60px);max-width:816px;padding:0}@media (max-width:480px){.overlay_popup.case_study_popup_box_s1s .popBox,.overlay_popup.testimonial_popup_box_s1s .popBox,.overlay_popup.video_popup_box_s1s .popBox{width:calc(100% - 40px)}}.overlay_popup.case_study_popup_box_s1s .bottom_header,.overlay_popup.testimonial_popup_box_s1s .bottom_header,.overlay_popup.video_popup_box_s1s .bottom_header{display:flex!important;flex-direction:column!important;align-items:center;text-align:center;background:#fafafa;padding:24px 52px!important;border-top:none!important}@media (max-width:575px){.overlay_popup.case_study_popup_box_s1s .bottom_header,.overlay_popup.testimonial_popup_box_s1s .bottom_header,.overlay_popup.video_popup_box_s1s .bottom_header{padding:24px!important}}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this{width:100%;display:flex;flex-direction:column;align-items:center}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .topHeader h2,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .topHeader h2,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .topHeader h2{font-family:"Inter",serif!important;font-size:18px!important;text-transform:capitalize;color:#000;margin:0 auto!important}@media (max-width:480px){.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .topHeader h2,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .topHeader h2,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .topHeader h2{font-size:17px!important;width:100%!important}}@media (max-width:379px){.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .topHeader h2,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .topHeader h2,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .topHeader h2{font-size:14px!important}}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .topHeader span.txt,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .topHeader span.txt,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .topHeader span.txt{font-size:12px!important;color:#000!important;font-weight:500!important;display:inherit!important;margin-top:5px!important}@media (max-width:379px){.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .topHeader span.txt,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .topHeader span.txt,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .topHeader span.txt{font-size:10px!important;line-height:13px!important}}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .rate_popup,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .rate_popup,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .rate_popup{width:100%!important;float:none!important;display:flex;flex-direction:column;align-items:center}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .rate_popup .star,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .rate_popup .star,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .rate_popup .star{width:100%;float:none;margin:16px 0 20px!important;display:flex;justify-content:center}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .rate_popup .star .star-rating,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .rate_popup .star .star-rating,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .rate_popup .star .star-rating{padding:0}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .rate_popup .star .star-rating label,.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .rate_popup .star .star-rating label,.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .rate_popup .star .star-rating label{left:0}.overlay_popup.case_study_popup_box_s1s .bottom_header .rate_this .rate_popup input[type=button],.overlay_popup.testimonial_popup_box_s1s .bottom_header .rate_this .rate_popup input[type=button],.overlay_popup.video_popup_box_s1s .bottom_header .rate_this .rate_popup input[type=button]{width:100%!important;height:48px;font-family:"Libre Franklin",sans-serif;font-size:16px!important;display:flex;justify-content:center;align-items:center;background:#1c1259!important;font-weight:600;color:#fff;border:none;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.case_study_popup_box_s1s .bottom_header .clsMsg span,.overlay_popup.testimonial_popup_box_s1s .bottom_header .clsMsg span,.overlay_popup.video_popup_box_s1s .bottom_header .clsMsg span{font-size:19px;font-weight:800;margin-bottom:4px;display:block}.overlay_popup.case_study_popup_box_s1s .bottom_header .clsMsg p,.overlay_popup.testimonial_popup_box_s1s .bottom_header .clsMsg p,.overlay_popup.video_popup_box_s1s .bottom_header .clsMsg p{font-size:15px;font-weight:500}.overlay_popup.case_study_popup_box_s1s .bottom_header .clsMsg .fa,.overlay_popup.testimonial_popup_box_s1s .bottom_header .clsMsg .fa,.overlay_popup.video_popup_box_s1s .bottom_header .clsMsg .fa{font-size:14px;border-radius:100px;padding:5px}.overlay_popup.case_study_popup_box_s1s .bottom_header .clsMsg .fa:before,.overlay_popup.testimonial_popup_box_s1s .bottom_header .clsMsg .fa:before,.overlay_popup.video_popup_box_s1s .bottom_header .clsMsg .fa:before{color:#fff}.overlay_popup.case_study_popup_box_s1s .bottom_header .clsMsg .fa.fa-check,.overlay_popup.testimonial_popup_box_s1s .bottom_header .clsMsg .fa.fa-check,.overlay_popup.video_popup_box_s1s .bottom_header .clsMsg .fa.fa-check{background:#00cbad;position:relative;top:-3px}@media (max-width:767px){.overlay_popup.testimonial_popup_box_s1s .popBox{margin-top:30px}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content{padding-top:30px}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block{width:calc(100% - 60px);max-width:542px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto}@media (max-width:480px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block{width:calc(100% - 40px)}}@media (max-width:379px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block{width:calc(100% - 30px)}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block h1{font-family:"Inter",serif;font-size:32px;font-weight:700;color:#000;margin:0}@media (max-width:575px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block h1{font-size:24px}}@media (max-width:480px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block h1{font-size:22px}}@media (max-width:379px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block h1{font-size:20px}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block span.t_text{font-size:14px;font-weight:600;background:rgba(255,147,86,.5);border-radius:54px;-moz-border-radius:54px;-webkit-border-radius:54px;display:inline-block;padding:5px 25px;margin:12px 0 20px}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block p{font-size:18px;font-weight:500;font-style:italic;line-height:27px;color:#000;position:relative}@media (max-width:480px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block p{font-size:17px}}@media (max-width:379px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block p{font-size:16px;line-height:24px}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block p:after,.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block p:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:13px}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block p:before{background-position:-303px -97px;top:-4px;left:-5px}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .t_preview_content_block p:after{background-position:-303px -113px;bottom:3px;margin-left:8px}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails{display:flex;justify-content:center;align-items:center;margin:16px 0 20px}@media (max-width:480px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails{flex-direction:column}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .user_img{margin-right:16px}@media (max-width:480px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .user_img{margin:0 0 3px}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .user_img img{width:34px;height:34px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details{display:flex;flex-direction:column}@media (max-width:480px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details{align-items:center;text-align:center}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details span{color:#000}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details span.name{font-weight:700;padding-bottom:6px}@media (max-width:480px){.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details span.name{padding-bottom:3px}}.overlay_popup.testimonial_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details span.desgn{font-size:14px}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content{padding-top:50px}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .logo_popup{margin-top:0;text-align:center}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .logo_popup img{max-width:200px}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content h2{width:calc(100% - 60px);max-width:550px;font-family:"Inter",serif;font-size:24px;font-weight:600;line-height:33px;margin:20px auto 0;text-align:center}@media (max-width:575px){.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content h2{font-size:24px;line-height:30px}}@media (max-width:480px){.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content h2{width:calc(100% - 40px);font-size:20px;line-height:28px}}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content h2 a{color:#000}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails{width:calc(100% - 60px);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:16px auto 30px}@media (max-width:480px){.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails{width:calc(100% - 40px)}}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .user_img{margin-right:0}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .user_img img{width:34px;height:34px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details{display:flex;flex-direction:column;align-items:center;text-align:center}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details span{color:#000}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details span.name{font-weight:700;padding-bottom:6px}.overlay_popup.case_study_popup_box_s1s .popBox .vendor_popup_content .box-content .userDetails .details span.desgn{font-size:14px}.overlay_popup.video_popup_box_s1s .popBox .vendor_popup_content .box-content .video_popup{display:flex}.overlay_popup.clsOverlayPopup .popBox{max-width:890px;padding:0}.overlay_popup.clsOverlayPopup .popBox .top_header{display:flex;justify-content:space-between;align-items:center;margin:20px;padding-bottom:10px;border-bottom:1px solid #ccc}.overlay_popup.clsOverlayPopup .popBox .top_header h1{font-family:"Inter",serif;font-size:21px;font-weight:500;color:#000}.overlay_popup.clsOverlayPopup .popBox .top_header .close-overlay{width:auto;height:auto;position:static;background:transparent;font-family:"Geist Mono",serif;font-size:14px;font-weight:500;padding:8px 14px;border:1px solid #333;border-radius:5px!important;-webkit-border-radius:5px!important;-moz-border-radius:5px!important;color:#333}.overlay_popup.clsOverlayPopup .popBox .top_header .close-overlay:after{display:none}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box{display:flex;justify-content:space-between;align-items:flex-start;margin:20px 20px 70px}@media (max-width:767px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box{flex-direction:column;align-items:center;margin-bottom:50px}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails{width:165px;margin-right:100px}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails{margin-right:50px}}@media (max-width:767px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails{width:100%;margin:0 0 30px;text-align:center}}@media (max-width:480px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails{display:flex;flex-direction:column}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails span{font-family:"Geist Mono",serif}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails span.name{font-size:16px;font-weight:700;display:block}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails span.desgn{font-size:14px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails .logo{margin-top:20px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .userDetails .logo img{max-height:40px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .text_block{width:calc(100% - 265px);font-size:25px;line-height:37px;color:#1c1258}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .text_block{width:calc(100% - 215px)}}@media (max-width:767px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .text_block{width:100%}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box .text_block p{font-size:25px;line-height:37px;color:#1c1258;margin:0;overflow:visible;overflow:initial;text-overflow:clip;display:inline;display:initial;-webkit-line-clamp:initial;-webkit-box-orient:initial}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies{flex-direction:column-reverse;justify-content:center;align-items:center;text-align:center;margin:50px 0}@media (max-width:575px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies{margin-bottom:60px}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .text_block,.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .userDetails{width:100%;margin:0}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .userDetails{display:flex;flex-direction:column}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .text_block{margin-bottom:10px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .text_block .logo{margin-bottom:20px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .text_block .logo img{max-width:200px;max-height:70px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .text_block h2{font-family:"Inter",serif;font-size:25px;line-height:37px;color:#1c1258;width:70%;font-weight:700;margin:0 auto}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.case_studies .text_block p{width:70%;font-size:16px;font-weight:400;line-height:24px;display:inline-block;margin:10px 0;color:#000}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos{width:100%;margin:0 20px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos .text_block,.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos .text_block .video_popup{width:100%}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos .text_block .video_popup iframe{width:calc(100% - 40px)}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos .text_block .video_popup iframe{height:335px}}@media (max-width:767px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos .text_block .video_popup iframe{height:245px}}@media (max-width:575px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos .text_block .video_popup iframe{height:200px}}@media (max-width:480px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .popup_content_box.videos .text_block .video_popup iframe{height:145px}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter{background-color:#fafafa;padding:30px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container{width:100%;background-color:transparent;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this{display:flex;justify-content:space-between;align-items:center}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this{flex-direction:column}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .left_section{width:300px;margin-right:30px}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .left_section{width:100%;margin:0 0 20px;text-align:center}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .left_section h2{font-size:16px}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .left_section p{font-size:14px;line-height:24px;color:#666}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .right_section{width:calc(100% - 330px);display:flex;justify-content:flex-end}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .right_section{width:100%;flex-direction:column;align-items:center}}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .right_section .star{margin-bottom:20px}}@media (max-width:939px){.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .right_section .star .star-rating{padding:0}}.overlay_popup.clsOverlayPopup .popBox .popup_overlay_screen .modal-content .modal-body .clsOverlayPopupFooter .container .rate_this .right_section input[type=button]{background-color:#1c1258;font-family:"Geist Mono",serif;font-size:18px;font-weight:700;border:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;width:223px;height:46px;cursor:pointer;color:#fff}.overlay_popup.upgrade_profile_popup .popBox{max-width:1147px;padding:0;border:none}.overlay_popup.upgrade_profile_popup .popBox .modal-body{padding:0}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup{display:flex;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}@media (max-width:939px){.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup{flex-direction:column-reverse}}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section{width:calc(100% - 420px);padding:40px 50px}@media (max-width:1139px){.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section{width:calc(100% - 350px)}}@media (max-width:939px){.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section{width:100%;padding:30px}}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .top_header h1{font-size:28px;line-height:37px;margin-bottom:10px;color:#1c1259}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .top_header P{font-size:16px;line-height:20px}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .top_header h3.amount{font-family:"Inter",serif;font-size:32px;margin:20px 0;color:#018b56}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .payment_info h3{font-family:"Inter",serif;font-size:16px;font-weight:700;margin-bottom:25px;color:#333}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .payment_info .payment_form form .save_card_checkbox{display:flex;align-items:center;margin:15px 0 20px}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .payment_info .payment_form form .save_card_checkbox input[type=checkbox]{width:24px;height:24px;margin-right:10px}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .payment_info .payment_form form button{background:#018b56;width:100%;height:56px;font-family:"Geist Mono",serif;font-size:21px;font-weight:700;border:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:3px 3px 0 #b0acc5;-moz-box-shadow:3px 3px 0 #b0acc5;-webkit-box-shadow:3px 3px 0 #b0acc5;color:#fff}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .payment_info .payment_form img{width:100%}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .left_section .payment_info p{font-size:14px;font-weight:300;line-height:19px;margin-top:20px;color:#999}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section{background-color:#1c1259;width:420px;padding:40px 50px}@media (max-width:1139px){.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section{width:350px}}@media (max-width:939px){.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section{width:100%}}@media (max-width:767px){.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section{padding:40px 30px 20px}}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section h3{font-size:20px;font-weight:500;margin:15px 0 25px;color:#fff}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section ul li{display:flex;align-items:flex-start;font-weight:300;padding-bottom:15px;color:#fff}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:23px;margin-right:10px}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section ul li.remove:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;height:22px;background-position:-368px -136px}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section ul li.unlock:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;height:16px;background-position:-368px -159px}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section ul li.award:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;height:18px;background-position:-368px -177px}.overlay_popup.upgrade_profile_popup .popBox .modal-body .upgradeProfilePopup .right_section ul li span{width:calc(100% - 33px)}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content{width:100%}.overlay_popup[aria-hidden=true]{-webkit-transition:opacity 1s,z-index 0s 1s;transition:opacity 1s,z-index 0s 1s;width:100vw;z-index:-1;opacity:0}.overlay_popup[aria-hidden=false]{-webkit-transition:opacity 1s;transition:opacity 1s;width:100%;z-index:100000;opacity:1}.overlay_popup{background:rgba(0,0,0,.7)}.home_header_section{width:calc(100% - 68px);max-width:1200px;position:relative;margin:45px auto 88px}@media (max-width:1139px){.home_header_section{width:calc(100% - 60px);max-width:1000px;margin-bottom:70px}}@media (max-width:939px){.home_header_section{width:calc(100% - 40px);display:flex;flex-direction:column;max-width:675px;text-align:center;margin:46px auto 61px}}@media (max-width:767px){.home_header_section{max-width:505px}}@media (max-width:575px){.home_header_section{max-width:445px}}.home_header_section .header_content_block{max-width:680px;position:relative;top:20px}@media (max-width:1139px){.home_header_section .header_content_block{max-width:456px;top:0}}@media (max-width:939px){.home_header_section .header_content_block{max-width:none}}.home_header_section .header_content_block h1{font-size:53px;line-height:68px}@media (max-width:1139px){.home_header_section .header_content_block h1{font-size:38px;line-height:50px}}@media (max-width:939px){.home_header_section .header_content_block h1{font-size:50px;line-height:60px}}@media (max-width:767px){.home_header_section .header_content_block h1{font-size:42px;line-height:55px}}@media (max-width:575px){.home_header_section .header_content_block h1{font-size:36px;line-height:44px}}@media (max-width:480px){.home_header_section .header_content_block h1{font-size:30px;line-height:42px}}@media (max-width:379px){.home_header_section .header_content_block h1{font-size:24px;line-height:36px}}.home_header_section .header_content_block p{max-width:610px;font-size:18px;font-weight:500;line-height:27px;color:#000;margin:15px 0 19px}@media (max-width:939px){.home_header_section .header_content_block p{max-width:inherit;font-size:18px;line-height:27px}}@media (max-width:575px){.home_header_section .header_content_block p{font-size:16px;line-height:24px}}.home_header_section .header_content_block ul{display:flex}@media (max-width:939px){.home_header_section .header_content_block ul{justify-content:center}}.home_header_section .header_content_block ul.pointers li{font-weight:500;margin-right:16px}@media (max-width:379px){.home_header_section .header_content_block ul.pointers li{margin-right:10px}}.home_header_section .header_content_block ul.pointers li:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:8px;height:8px;background-position:-62px -548px;margin-left:17px}@media (max-width:379px){.home_header_section .header_content_block ul.pointers li:after{margin-left:10px}}.home_header_section .header_content_block ul.pointers li:last-child{margin-right:0}.home_header_section .header_content_block ul.pointers li:last-child:after{display:none}.home_header_section .header_content_block .headerHome_searchBox{width:527px;margin:23px 0 36px;position:relative}@media (max-width:1139px){.home_header_section .header_content_block .headerHome_searchBox{width:420px}}@media (max-width:939px){.home_header_section .header_content_block .headerHome_searchBox{width:527px;margin:20px auto 25px}}@media (max-width:767px){.home_header_section .header_content_block .headerHome_searchBox{width:100%;max-width:450px}}@media (max-width:480px){.home_header_section .header_content_block .headerHome_searchBox{margin-bottom:15px}}.home_header_section .header_content_block .headerHome_searchBox input[type=text]{width:100%;height:56px;background:#fafafa;border:1px solid rgba(50,50,50,.2);font-family:"Inter",serif;font-size:16px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;padding-left:15px;color:#000}@media (max-width:939px){.home_header_section .header_content_block .headerHome_searchBox input[type=text]{height:56px}}@media (max-width:767px){.home_header_section .header_content_block .headerHome_searchBox input[type=text]{height:50px}}.home_header_section .header_content_block .headerHome_searchBox input[type=text]::-webkit-input-placeholder{color:#b9b9b9}.home_header_section .header_content_block .headerHome_searchBox input[type=text]:-ms-input-placeholder{color:#b9b9b9}.home_header_section .header_content_block .headerHome_searchBox input[type=text]::-ms-input-placeholder{color:#b9b9b9}.home_header_section .header_content_block .headerHome_searchBox input[type=text]::placeholder{color:#b9b9b9}.home_header_section .header_content_block .headerHome_searchBox .datalist{position:absolute;top:57px;z-index:100;width:100%;display:none}.home_header_section .header_content_block .headerHome_searchBox .datalist ul{display:block;background:#fff;border:1px solid rgba(50,50,50,.2);border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px}.home_header_section .header_content_block .headerHome_searchBox .datalist ul li a{display:block;padding:11px 20px;border-bottom:1px solid rgba(50,50,50,.2);font-size:15px;color:#323232}.home_header_section .header_content_block .headerHome_searchBox .datalist ul li a:hover{background:#fafafa}.home_header_section .header_content_block .headerHome_searchBox .datalist ul li:first-child a{border-radius:30px 30px 0 0;-moz-border-radius:30px 30px 0 0;-webkit-border-radius:30px 30px 0 0}.home_header_section .header_content_block .headerHome_searchBox .datalist ul li:last-child a{border-bottom:none;border-radius:0 0 30px 30px;-moz-border-radius:0 0 30px 30px;-webkit-border-radius:0 0 30px 30px}.home_header_section .header_content_block .headerHome_searchBox input[type=submit]{background:url(https://www.featuredcustomers.com/images/searchIcon.webp) no-repeat 0 0;text-indent:-9999px;border:0;position:absolute;top:21px;right:20px;width:18px;height:18px;cursor:pointer}@media (max-width:939px){.home_header_section .header_content_block .headerHome_searchBox input[type=submit]{top:21px}}@media (max-width:767px){.home_header_section .header_content_block .headerHome_searchBox input[type=submit]{top:18px}}.home_header_section .header_content_block .btnHeaderHome{display:flex}@media (max-width:939px){.home_header_section .header_content_block .btnHeaderHome{justify-content:center}}@media (max-width:480px){.home_header_section .header_content_block .btnHeaderHome{flex-direction:column}}.home_header_section .header_content_block .btnHeaderHome .btn a{width:272px;height:56px;display:flex;justify-content:center;align-items:center;font-weight:600;border:1px solid #1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:1139px){.home_header_section .header_content_block .btnHeaderHome .btn a{width:200px;font-size:15px;height:42px}}@media (max-width:939px){.home_header_section .header_content_block .btnHeaderHome .btn a{width:272px;font-size:16px;height:56px}}@media (max-width:767px){.home_header_section .header_content_block .btnHeaderHome .btn a{width:100%;height:50px}}@media (max-width:767px){.home_header_section .header_content_block .btnHeaderHome .btn.btnExplore,.home_header_section .header_content_block .btnHeaderHome .btn.btnGetListed{width:100%;max-width:215px}}@media (max-width:480px){.home_header_section .header_content_block .btnHeaderHome .btn.btnExplore,.home_header_section .header_content_block .btnHeaderHome .btn.btnGetListed{max-width:none}}.home_header_section .header_content_block .btnHeaderHome .btn.btnExplore{margin-right:16px}@media (max-width:480px){.home_header_section .header_content_block .btnHeaderHome .btn.btnExplore{margin:0 0 10px}}.home_header_section .header_content_block .btnHeaderHome .btn.btnExplore a{background:#1c1259;color:#fff}.home_header_section .header_content_block .btnHeaderHome .btn.btnGetListed a{color:#1c1259}.home_header_section:after{content:"";display:block;background:url(https://www.featuredcustomers.com/images/home_header_img.webp) no-repeat 100% 0;background-size:500px;width:500px;height:535px;position:absolute;top:0;right:0}@media (max-width:1190px){.home_header_section:after{background-size:450px;width:450px}}@media (max-width:1139px){.home_header_section:after{background-size:400px;width:400px}}@media (max-width:939px){.home_header_section:after{position:inherit;display:none}}.trustedBy_section{background:#fafafa;padding:25px 0 65px}@media (max-width:1139px){.trustedBy_section{padding-bottom:50px}}@media (max-width:939px){.trustedBy_section{padding:40px 0 44px}}.trustedBy_section .container{max-width:1331px;margin:0 auto}@media (max-width:939px){.trustedBy_section .container{width:calc(100% - 60px)}}.trustedBy_section .container h2{font-size:24px;font-weight:400;line-height:36px;text-align:center}@media (max-width:767px){.trustedBy_section .container h2{font-size:20px}}@media (max-width:480px){.trustedBy_section .container h2{line-height:31px}}.trustedBy_section .container h2 span{font-weight:600}.trustedBy_section .container .splide{margin-top:30px}.trustedBy_section .container .splide.splide--loop .splide__arrows{display:none}.trustedBy_section .container .splide.splide--loop .splide__track.splide__track--loop{width:calc(100% - 100px);margin:0 auto}.trustedBy_section .container .splide.splide--loop .splide__track.splide__track--loop ul.splide__list{align-items:center}.trustedBy_section .container .splide.splide--loop .splide__track.splide__track--loop ul.splide__list li{text-align:center}.trustedBy_section .container .splide.splide--loop .splide__track.splide__track--loop ul.splide__list li.splide__slide img{width:auto;height:auto;max-width:120px;max-height:40px}@media (max-width:939px){.trustedBy_section .container .splide.splide--loop .splide__track.splide__track--loop ul.splide__list li.splide__slide img{max-height:35px}}@media (max-width:575px){.trustedBy_section .container .splide.splide--loop .splide__track.splide__track--loop ul.splide__list li.splide__slide img{max-width:85px}}@media (max-width:379px){.trustedBy_section .container .splide.splide--loop .splide__track.splide__track--loop ul.splide__list li.splide__slide img{max-width:150px;max-height:40px}}.trustedBy_section .container .splide.splide--loop ul.splide__pagination{display:none}.trustedBy_section .container .logo_block{margin-top:41px}@media (max-width:1139px){.trustedBy_section .container .logo_block{margin-top:35px}}@media (max-width:939px){.trustedBy_section .container .logo_block{margin-top:25px}}@media (max-width:767px){.trustedBy_section .container .logo_block{margin-top:15px}}@media (max-width:480px){.trustedBy_section .container .logo_block{margin-top:25px}}.trustedBy_section .container .logo_block ul{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media (max-width:480px){.trustedBy_section .container .logo_block ul{flex-direction:column}}@media (max-width:767px){.trustedBy_section .container .logo_block ul li{width:calc(25% - 10px);display:flex;justify-content:center;align-items:center;margin:15px 0}}@media (max-width:480px){.trustedBy_section .container .logo_block ul li{margin:0 0 30px}}.trustedBy_section .container .logo_block ul li img{max-width:160px;max-height:65px}@media (max-width:1139px){.trustedBy_section .container .logo_block ul li img{max-width:100px;max-height:50px}}@media (max-width:939px){.trustedBy_section .container .logo_block ul li img{max-width:90px;max-height:40px}}@media (max-width:767px){.trustedBy_section .container .logo_block ul li img{max-width:120px;max-height:45px}}@media (max-width:575px){.trustedBy_section .container .logo_block ul li img{max-width:90px;max-height:40px}}@media (max-width:480px){.trustedBy_section .container .logo_block ul li img{max-width:150px;max-height:55px}}.trustedBy_section .container .logo_block ul li:last-child{margin:0}.why_fc_section{padding:53px 0 47px}@media (max-width:939px){.why_fc_section{padding-bottom:61px}}@media (max-width:379px){.why_fc_section{padding-top:40px}}.why_fc_section .container{width:calc(100% - 60px);max-width:1331px;margin:0 auto;text-align:center}@media (max-width:1139px){.why_fc_section .container{width:calc(100% - 40px)}}@media (max-width:939px){.why_fc_section .container{max-width:650px}}@media (max-width:575px){.why_fc_section .container{width:calc(100% - 40px)}}.why_fc_section .container h2{font-size:40px}@media (max-width:767px){.why_fc_section .container h2{font-size:37px}}@media (max-width:575px){.why_fc_section .container h2{font-size:30px}}@media (max-width:379px){.why_fc_section .container h2{font-size:24px}}.why_fc_section .container p{line-height:24px;margin:20px 0 30px}@media (max-width:939px){.why_fc_section .container p{margin:19px 0 30px}}.why_fc_section .container p a{font-weight:500;color:#1c1259;position:relative;left:6px}@media (max-width:480px){.why_fc_section .container p a{display:flex;justify-content:center}}.why_fc_section .container ul{display:flex;flex-wrap:wrap}@media (max-width:939px){.why_fc_section .container ul{flex-direction:column;align-items:center}}.why_fc_section .container ul li{width:calc(33.3333% - 19px);display:flex;flex-direction:column;align-items:center;border:1px solid rgba(226,135,68,.2);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:42px 20px 29px;margin-right:28px}@media (max-width:1139px){.why_fc_section .container ul li{width:calc(33.3333% - 11px);margin-right:16px}}@media (max-width:939px){.why_fc_section .container ul li{width:100%;max-width:650px;margin:0 0 20px}}.why_fc_section .container ul li .icon{width:72px;height:72px;display:flex;justify-content:center;align-items:center;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;box-shadow:2px 2px 7px 4px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 7px 4px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 7px 4px rgba(50,50,50,.05)}.why_fc_section .container ul li span.number{font-size:50px;font-weight:800;margin:40px 0 25px}@media (max-width:1139px){.why_fc_section .container ul li span.number{font-size:45px}}@media (max-width:379px){.why_fc_section .container ul li span.number{margin-top:20px;font-size:40px}}.why_fc_section .container ul li span.txt{font-family:"Geist Mono",serif;font-size:21px;font-weight:500}.why_fc_section .container ul li:last-child{margin:0}.discover_customer_reference_section{background:#fafafa;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);padding:54px 0 48px}@media (max-width:939px){.discover_customer_reference_section{padding-bottom:61px}}.discover_customer_reference_section .container{width:calc(100% - 60px);max-width:1331px;margin:0 auto}@media (max-width:1139px){.discover_customer_reference_section .container{width:calc(100% - 40px)}}@media (max-width:939px){.discover_customer_reference_section .container{max-width:650px}}.discover_customer_reference_section .container .top_header{text-align:center;position:relative}.discover_customer_reference_section .container .top_header h2{font-size:40px}@media (max-width:1139px){.discover_customer_reference_section .container .top_header h2{font-size:36px}}@media (max-width:939px){.discover_customer_reference_section .container .top_header h2{line-height:41px}}@media (max-width:575px){.discover_customer_reference_section .container .top_header h2{font-size:30px;line-height:34px}}@media (max-width:379px){.discover_customer_reference_section .container .top_header h2{font-size:24px;line-height:29px}}.discover_customer_reference_section .container .top_header span{position:absolute;top:15px;right:0}@media (max-width:939px){.discover_customer_reference_section .container .top_header span{position:inherit;top:0;display:block;margin-top:15px}}.discover_customer_reference_section .container .top_header span.view_all a{font-weight:500;color:#1c1259}@media (max-width:1139px){.discover_customer_reference_section .container .top_header span.view_all a{font-size:14px}}@media (max-width:939px){.discover_customer_reference_section .container .top_header span.view_all a{width:165px;background-color:#1c1259;display:block;color:#fff;margin:0 auto;padding:11px 15px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}}.discover_customer_reference_section .container .vendor_profile_content_block{margin-top:37px}@media (max-width:939px){.discover_customer_reference_section .container .vendor_profile_content_block{margin-top:48px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block{position:relative}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block span.badge_type{font-size:14px;font-weight:600;text-transform:uppercase;color:#fff;display:inline-block;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:8px 24px;position:absolute;z-index:1;top:13px;right:13px}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block span.badge_type{font-size:12px;padding:6px 10px;top:8px;right:8px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block span.badge_type.b-featured{background-color:#e28744}.discover_customer_reference_section .container .vendor_profile_content_block ul li .vendor_top_content_block h5{font-family:"Inter",serif;font-size:18px;font-weight:700;line-height:27px}.discover_customer_reference_section .container .vendor_profile_content_block ul li .read_btn a{background-color:#1c1259}.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials .vendor_top_content_block span.badge_type{top:-5px;right:-12px}@media (max-width:1139px){.discover_customer_reference_section .container .vendor_profile_content_block ul li.testimonials .vendor_top_content_block span.badge_type{top:-9px;right:-8px}}.discover_customer_reference_section .container .vendor_profile_content_block ul li.case_studies .vendor_top_content_block .case_studies_content_block h5.lrg_txt{max-width:280px;font-size:24px;line-height:36px}.browse_customer_rteference_section{padding:48px 0}.browse_customer_rteference_section .container{width:calc(100% - 60px);max-width:1331px;margin:0 auto}@media (max-width:1139px){.browse_customer_rteference_section .container{width:calc(100% - 40px)}}@media (max-width:939px){.browse_customer_rteference_section .container{max-width:650px}}.browse_customer_rteference_section .container h2{font-size:40px;line-height:60px;text-align:center}@media (max-width:1139px){.browse_customer_rteference_section .container h2{font-size:36px}}@media (max-width:939px){.browse_customer_rteference_section .container h2{line-height:40px}}@media (max-width:575px){.browse_customer_rteference_section .container h2{font-size:30px;line-height:34px}}@media (max-width:379px){.browse_customer_rteference_section .container h2{font-size:24px;line-height:29px}}.browse_customer_rteference_section .container .customer_reference_list_content{margin-top:24px}.browse_customer_rteference_section .container .customer_reference_list_content ul li{display:flex;justify-content:space-between;margin-bottom:24px}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li{flex-direction:column}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section{width:424px;background:#fff;display:flex;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-right:16px}@media (max-width:1139px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section{width:284px;flex-direction:column}}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section{width:100%;margin:0 0 20px}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left{width:152px;background:#fafafa;padding:16px 10px 16px 9px;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}@media (max-width:1139px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .txt{font-size:12px}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .logo_img img{max-width:110px;max-height:40px;object-fit:contain}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating{margin:16px 0 24px}@media (max-width:1139px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating{margin:16px 0}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating span{display:flex}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating span.rating{font-size:14px;font-weight:700}@media (max-width:1139px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating span.rating{justify-content:center}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating .star{margin:3px 0 5px}@media (max-width:1139px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating .star{display:flex;justify-content:center;margin:5px 0}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating .star .fa.fa-star,.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating .star .fa.fa-star-half-empty,.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .starRating .star .fa.fa-star-o{color:#ffd28c;margin-right:1px;font-size:14px!important}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .customer_references{display:flex;flex-direction:column}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .left .customer_references span.total_customers{font-size:14px;font-weight:700;margin-top:8px}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .right{width:calc(100% - 152px);padding:21px 16px 18px}@media (max-width:1139px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .right{width:100%}}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .right .text_block{text-align:center}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .right .text_block h5{font-size:12px;font-weight:700}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .right .text_block p{font-size:14px;line-height:20px;margin:5px 0 28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;max-height:100px}.browse_customer_rteference_section .container .customer_reference_list_content ul li .left_section .right .btn_profile a{width:100%;height:48px;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center;background-color:#1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section{width:calc(100% - 440px);background:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:19px 32px 18px 17px}@media (max-width:1139px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section{width:calc(100% - 300px)}}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section{width:100%;align-items:center;padding:19px 17px}}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block{display:flex;flex-direction:column;align-items:center}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block span.heading{font-size:22px;font-weight:600}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block .starRating{display:flex;margin:11px 0}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block .starRating .fa.fa-star,.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block .starRating .fa.fa-star-half-empty,.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block .starRating .fa.fa-star-o{color:#ffd28c;margin-right:1px;font-size:24px!important}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block p{font-size:18px;line-height:30px;color:#000;position:relative;padding-left:22px;margin-bottom:20px}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block p{text-align:center;padding-left:0}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block p:after,.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block p:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:15px;height:12px;position:absolute}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block p:before{background-position:-62px -579px;top:2px;left:0}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block p:before{position:relative;top:-4px;left:-2px}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .top_content_block p:after{background-position:-80px -579px;bottom:12px;margin-left:6px}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .recent_review_footer{display:flex;justify-content:space-between;align-items:center;font-weight:500}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .recent_review_footer{flex-direction:column}}@media (max-width:939px){.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .recent_review_footer .left{margin-bottom:20px}}.browse_customer_rteference_section .container .customer_reference_list_content ul li .right_section .recent_review_footer .right a{font-family:"Geist Mono",serif;color:#1c1259}.browse_customer_rteference_section .container .customer_reference_list_content ul li:last-child{margin-bottom:0}.get_listed_fc_section{background:#fafafa;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);padding-top:25px}@media (max-width:939px){.get_listed_fc_section{padding:50px 0 65px}}.get_listed_fc_section .container{display:flex;justify-content:space-between;align-items:center;max-width:1331px}@media (max-width:1139px){.get_listed_fc_section .container{width:calc(100% - 40px)}}@media (max-width:939px){.get_listed_fc_section .container{max-width:650px}}.get_listed_fc_section .container .content_block{max-width:594px}@media (max-width:939px){.get_listed_fc_section .container .content_block{max-width:none;display:flex;flex-direction:column;align-items:center;text-align:center}}.get_listed_fc_section .container .content_block h2{font-size:43px;line-height:56px}@media (max-width:575px){.get_listed_fc_section .container .content_block h2{font-size:30px;line-height:34px}}@media (max-width:379px){.get_listed_fc_section .container .content_block h2{font-size:24px;line-height:29px}}.get_listed_fc_section .container .content_block p{font-size:18px;line-height:27px;margin:24px 0}@media (max-width:1139px){.get_listed_fc_section .container .content_block p{margin:10px 0 24px}}.get_listed_fc_section .container .content_block .btn_get_listed a{width:272px;height:56px;display:flex;justify-content:center;align-items:center;background:#f36100;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}.get_listed_fc_section .container:after{content:"";background:url(https://www.featuredcustomers.com/images/get_listed_img.webp) no-repeat 100% 0;display:block;width:734px;height:465px}@media (max-width:1139px){.get_listed_fc_section .container:after{height:370px}}@media (max-width:939px){.get_listed_fc_section .container:after{display:none}}.Exp-serach{position:absolute;top:20px;right:0;width:0;min-width:50px;height:40px;float:right;overflow:hidden;-webkit-transition:width .3s;transition:width .3s;-webkit-backface-visibility:hidden;border-radius:80px}@media (max-width:1139px){.Exp-serach{right:-10px}}@media (max-width:939px){.Exp-serach{top:22px;right:35px}}@media (max-width:575px){.Exp-serach{right:30px}}.ExpInput{background:transparent none repeat scroll 0 0;border:none;color:#000;font-family:"Inter",serif;font-size:15px;letter-spacing:.5px;text-transform:capitalize;height:38px;margin:0;outline:medium none;padding:0 5%;position:absolute;right:0;top:0;width:375px;z-index:10}@media (max-width:480px){.ExpInput{width:315px}}@media (max-width:379px){.ExpInput{width:255px}}.Exp-serach-open .ExpInput{background:#fff none repeat scroll 0 0}input[type=search].ExpInput{-webkit-appearance:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.ExpInput::-webkit-input-placeholder{color:#545454}.ExpInput:-moz-placeholder,.ExpInput::-moz-placeholder{color:#a0b58d}.ExpInput:-ms-input-placeholder{color:#a0b58d}.Expbtn,.ExpIcon{width:39px;height:37px;display:block;position:absolute;right:0;top:0;padding:0;margin:0;line-height:50px;text-align:center;cursor:pointer}.Expbtn{background:#fff;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;color:transparent;color:red;border:none;outline:none;z-index:-1}.ExpIcon{color:#1e1e1e;background:transparent;z-index:90;font-size:22px;font-family:"icomoon";speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;border-radius:80px}.ExpIcon .fa.fa-search{position:relative}.ExpIcon .fa.fa-search:before{width:18px;height:18px;top:-3px;left:-1px}.Exp-serach.Exp-serach-open .ExpIcon .fa.fa-search:before,.ExpIcon .fa.fa-search:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;background-position:-212px -489px}.Exp-serach.Exp-serach-open .ExpIcon .fa.fa-search:before{width:24px;height:24px;top:2px;left:3px}.ExpIcon:before{content:""}.Exp-serach.Exp-serach-open,.no-js .Exp-serach{width:375px;border:1px solid #dfdfdf;margin-top:2px}@media (max-width:480px){.Exp-serach.Exp-serach-open,.no-js .Exp-serach{width:315px}}@media (max-width:379px){.Exp-serach.Exp-serach-open,.no-js .Exp-serach{width:255px}}.Exp-serach.Exp-serach-open .ExpIcon,.no-js .Exp-serach .ExpIcon{background:#1c1259;color:#fff;z-index:11}.clsCompetitor,.greyBg .competitorBox{max-width:1272px;margin:0 auto}@media (max-width:1139px){.clsCompetitor,.greyBg .competitorBox{width:100%}}@media (max-width:939px){.clsCompetitor,.greyBg .competitorBox{margin:0 auto 10px}}.clsCompetitor ul,.greyBg .competitorBox ul{display:flex}@media (max-width:939px){.clsCompetitor ul,.greyBg .competitorBox ul{flex-wrap:wrap}}.clsCompetitor ul li,.greyBg .competitorBox ul li{position:relative;width:402px;background:#fff;text-align:center;padding:23px 0 18px;margin-right:37px;border:1px solid #e7e7e7;border-top:8px solid #424242;cursor:pointer}@media (max-width:1139px){.clsCompetitor ul li,.greyBg .competitorBox ul li{max-width:inherit;width:calc(33.333% - 24px)}}@media (max-width:939px){.clsCompetitor ul li,.greyBg .competitorBox ul li{width:calc(100% - 34px);margin:0 auto 40px!important;max-width:500px}}@media (max-width:575px){.clsCompetitor ul li,.greyBg .competitorBox ul li{max-width:362px}}.clsCompetitor ul li .competitorLogo,.greyBg .competitorBox ul li .competitorLogo{display:flex;justify-content:center;align-items:center;height:70px;margin-bottom:20px}.clsCompetitor ul li .competitorLogo img,.greyBg .competitorBox ul li .competitorLogo img{max-width:140px;max-height:70px;position:relative;z-index:2}.clsCompetitor ul li .clsCustomer-ref-details ul,.greyBg .competitorBox ul li .clsCustomer-ref-details ul{margin:12px 32px 0}.clsCompetitor ul li .clsCustomer-ref-details ul li,.greyBg .competitorBox ul li .clsCustomer-ref-details ul li{border:none}.clsCompetitor ul li .clsCustomer-ref-details ul li:hover,.greyBg .competitorBox ul li .clsCustomer-ref-details ul li:hover{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}@media (max-width:939px){.clsCompetitor ul li ul li,.greyBg .competitorBox ul li ul li{margin:0 auto!important}}.clsCompetitor ul li:hover,.greyBg .competitorBox ul li:hover{border:1px solid #e7e7e7;border-top:8px solid #424242;box-shadow:0 1px 6px 0 rgba(0,0,0,.5);-moz-box-shadow:0 1px 6px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 1px 6px 0 rgba(0,0,0,.5)}.clsCompetitor ul li:last-child,.greyBg .competitorBox ul li:last-child{margin-right:0}@media (max-width:939px){.clsCompetitor ul li:last-child,.greyBg .competitorBox ul li:last-child{margin-bottom:0}}.ribbon{width:148px;height:148px;overflow:hidden;position:absolute;z-index:1}.ribbon:after,.ribbon:before{position:absolute;z-index:1;content:"";display:block;border:7px solid #2980b9}.ribbon span{position:absolute;z-index:2;display:block;width:225px;padding:5px 0;background-color:#3764df;color:#fff;font-size:15px;font-weight:700;text-transform:uppercase;text-align:center}.ribbon-top-right{top:-11px;right:-14px}.ribbon-top-right:after,.ribbon-top-right:before{border-top-color:transparent;border-right-color:transparent}.ribbon-top-right:before{top:-3px;left:22px}.ribbon-top-right:after{bottom:24px;right:0}.ribbon-top-right span{left:-25px;top:30px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sponsored span{background:#fce3e8;color:#ee4266}.sponsored:after,.sponsored:before{content:"";border:7px solid #e396a5}.ribbonTxt{position:relative;top:0;left:15px}.premium span{background:#00cbad}.premium span:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:15px;height:15px;position:absolute;top:8px;left:63px;background-position:-206px -62px;-webkit-transform:rotate(26deg);transform:rotate(26deg)}.premium:after,.premium:before{content:"";border:7px solid #01a089}.verified span{background:#3764df}.verified span:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:20px;height:12px;position:absolute;top:11px;left:63px;background-position:-206px -81px;-webkit-transform:rotate(-48deg);transform:rotate(-48deg)}.verified:after,.verified:before{content:"";border:7px solid #2a4cab}.vendor-directory .container{width:calc(100% - 60px)!important}@media (max-width:939px){.vendor-directory .container{width:calc(100% - 40px)!important}}.vendor-directory .container .searchResult{display:flex;justify-content:space-between;align-items:center;font-size:17px}@media (max-width:379px){.vendor-directory .container .searchResult{font-size:14px}}.vendor-directory .container .searchResult .resultLeft{width:273px}.vendor-directory .container .searchResult .resultLeft span.resultDisplay{color:#1c1259;font-weight:700}.vendor-directory .container .searchResult .resultCenter{width:calc(100% - 523px)}.vendor-directory .container .searchResult .resultCenter ul{display:flex;justify-content:space-between}@media (max-width:939px){.vendor-directory .container .searchResult .resultCenter ul{flex-wrap:wrap;justify-content:center}}.vendor-directory .container .searchResult .resultCenter ul li{float:left}.vendor-directory .container .searchResult .resultCenter ul li a{text-decoration:none;border-bottom:1px solid #333}.vendor-directory .container .searchResult .resultCenter ul li a:hover{border-bottom:1px solid #fff}.vendor-directory .container .searchResult .resultRight{width:250px;display:flex;justify-content:flex-end}.vendor-directory .container .searchResult .resultRight span.txt{font-family:"Geist Mono",serif;padding-right:10px}.vendor-directory .container .searchResult ul{display:flex}.vendor-directory .container .searchResult ul li{margin-right:17px}@media (max-width:379px){.vendor-directory .container .searchResult ul li{margin-right:10px}}.vendor-directory .container .searchResult ul li a{text-decoration:none;border-bottom:1px solid #333}.vendor-directory .container .searchResult ul li a:hover{border-bottom:1px solid #fff}.vendor-directory .container .searchResult ul li.active a{font-weight:700;color:#1c1259;text-decoration:none;border-bottom:none}.vendor-directory .container .searchResult ul li:last-child{margin-right:0}.vendor-directory .container .searchResult a{transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;text-decoration:underline}.vendor-directory .container .searchResult a:hover{text-decoration:none}@media (max-width:1139px){.vendor-directory .container .searchResult.search_vendor_directory{flex-direction:column;text-align:center}}@media (max-width:1139px){.vendor-directory .container .searchResult.search_vendor_directory .resultCenter,.vendor-directory .container .searchResult.search_vendor_directory .resultLeft,.vendor-directory .container .searchResult.search_vendor_directory .resultRight{width:100%}}@media (max-width:1139px){.vendor-directory .container .searchResult.search_vendor_directory .resultCenter{border-top:1px solid #f0f1f2;border-bottom:1px solid #f0f1f2;margin:20px 0;padding:20px 0 27px}}@media (max-width:767px){.vendor-directory .container .searchResult.search_vendor_directory .resultCenter{padding-bottom:14px}}@media (max-width:767px){.vendor-directory .container .searchResult.search_vendor_directory .resultCenter ul li{margin:0 17px 17px 0}}@media (max-width:1139px){.vendor-directory .container .searchResult.search_vendor_directory .resultRight{justify-content:center}}.vendor-directory .container .vendor-directory-list{margin-top:20px}.vendor-directory .container .vendor-directory-list ul{display:flex;flex-wrap:wrap}.vendor-directory .container .vendor-directory-list ul li{width:calc(25% - 21px);position:relative;text-align:center;padding:25px 0 20px;margin:0 28px 28px 0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);cursor:pointer}@media (max-width:1139px){.vendor-directory .container .vendor-directory-list ul li{width:calc(33.333% - 18px);margin:0 24px 24px 0}}@media (max-width:939px){.vendor-directory .container .vendor-directory-list ul li{width:calc(33.333% - 14px);margin:0 20px 20px 0}}@media (max-width:767px){.vendor-directory .container .vendor-directory-list ul li{width:calc(50% - 10px);margin:0 20px 20px 0}}@media (max-width:575px){.vendor-directory .container .vendor-directory-list ul li{width:100%;margin:0 0 20px}}.vendor-directory .container .vendor-directory-list ul li span{display:inline-block}.vendor-directory .container .vendor-directory-list ul li span.clsBadgeContent{width:90px;height:24px;font-family:"Geist Mono",serif;font-size:11px;font-weight:500;text-transform:uppercase;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display:flex;justify-content:center;align-items:center;position:absolute;top:8px;right:8px;color:#fff}.vendor-directory .container .vendor-directory-list ul li span.premiumBadge{background:#34cd9d}.vendor-directory .container .vendor-directory-list ul li span.verifiedBadge{background:#e4ddff;font-weight:600;color:#7855ff}.vendor-directory .container .vendor-directory-list ul li span.sponsoredBadge{background:#5900ff}.vendor-directory .container .vendor-directory-list ul li .logo{height:70px;display:flex;justify-content:center;align-items:center}.vendor-directory .container .vendor-directory-list ul li .logo img{width:auto;height:auto;max-width:150px;max-height:70px;position:relative;z-index:2}.vendor-directory .container .vendor-directory-list ul li h3{font-size:18px;font-weight:700;color:#323232;padding-top:25px}.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details ul{flex-wrap:nowrap}@media (max-width:575px){.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details ul{max-width:340px;margin:0 auto}}.vendor-directory .container .vendor-directory-list ul li .clsCustomer-ref-details ul li{font-family:"Geist Mono",serif;border:none;margin:0;line-height:18px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.vendor-directory .container .vendor-directory-list ul li:nth-child(4n){margin-right:0}@media (max-width:1139px){.vendor-directory .container .vendor-directory-list ul li:nth-child(4n){margin-right:24px}}@media (max-width:939px){.vendor-directory .container .vendor-directory-list ul li:nth-child(4n){margin-right:20px}}@media (max-width:1139px){.vendor-directory .container .vendor-directory-list ul li:nth-child(3n){margin-right:0}}@media (max-width:767px){.vendor-directory .container .vendor-directory-list ul li:nth-child(3n){margin-right:20px}}@media (max-width:575px){.vendor-directory .container .vendor-directory-list ul li:nth-child(3n){margin-right:0}}@media (max-width:767px){.vendor-directory .container .vendor-directory-list ul li:nth-child(2n){margin-right:0}}.vendor-directory .container .vendor-directory-list.preloader_box{min-height:600px;margin-top:40px}.vendor-directory .container .pagination{margin:10px 0 8px}.insideheader.headerAllVendors{color:#fff}.insideheader.headerAllVendors h1{max-width:630px;font-size:45px;line-height:54px;margin-bottom:20px}.insideheader.headerAllVendors p{width:calc(100% - 60px);max-width:1352px;margin:20px auto}@media (max-width:939px){.insideheader.headerAllVendors p{width:100%;padding:0}}.insideheader.headerAllVendors ul{max-width:1352px;display:flex;justify-content:center;margin:0 auto}@media (max-width:767px){.insideheader.headerAllVendors ul{width:100%;flex-direction:column;align-items:center}}.insideheader.headerAllVendors ul li{display:flex;justify-content:center;align-items:center;font-size:16px;border:1px solid #fff;padding:9px 20px;margin-right:10px}@media (max-width:767px){.insideheader.headerAllVendors ul li{width:260px;margin:0 0 10px}}.insideheader.headerAllVendors ul li span.number{font-size:25px;font-weight:600;margin-right:6px}@media (max-width:767px){.insideheader.headerAllVendors ul li:last-child{margin:0}}.insideheader.headerAllVendors span.btn_more{display:flex;justify-content:center;align-items:center}.insideheader.headerAllVendors span.btn_more a{border:1px solid #e28744;font-size:14px;font-weight:500;padding:12px 20px;color:#e28744;text-transform:uppercase;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.insideheader.headerAllVendors span.btn_more a:hover{background:#e28744;color:#fff}.middleSection.vendor-category{max-width:inherit}.middleSection.vendor-category .container{width:calc(100% - 60px);max-width:1331px}@media (max-width:939px){.middleSection.vendor-category .container{width:calc(100% - 40px)}}.middleSection.vendor-category .WidthContain{width:100%;max-width:inherit}.middleSection.vendor-category .vendorCategories{padding-bottom:83px}.middleSection.vendor-category .vendorCategories .vendorTabs{font-size:21px;font-weight:600;width:100%;overflow:hidden}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendorTabs{font-size:19px}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .vendorTabs{font-size:17px}}.middleSection.vendor-category .vendorCategories .vendorTabs ul{float:right;margin-right:102px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorTabs ul{width:500px;max-width:90%;float:none;display:flex;justify-content:flex-end;margin:0 auto}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorTabs ul{float:none;margin:0 auto;width:409px}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendorTabs ul{width:329px}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .vendorTabs ul{width:269px}}.middleSection.vendor-category .vendorCategories .vendorTabs ul li{background:#fff;float:left;margin-right:9px;border-top-left-radius:7px;-webkit-border-top-left-radius:7px;-moz-border-top-left-radius:7px;border-top-right-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-top-right-radius:7px}.middleSection.vendor-category .vendorCategories .vendorTabs ul li a{padding:17px 0 13px;width:235px;display:block;color:#4a4a4a;text-align:center}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorTabs ul li a{width:200px}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendorTabs ul li a{width:160px}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .vendorTabs ul li a{width:130px}}.middleSection.vendor-category .vendorCategories .vendorTabs ul li.active a{color:#002067;font-weight:700}.middleSection.vendor-category .vendorCategories .vendorTabs ul li:last-child{margin-right:0}.middleSection.vendor-category .vendorCategories .vendor_search_bg{position:relative;z-index:1000}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch{display:flex;justify-content:space-between;align-items:center;overflow:hidden;margin:0 auto;padding:20px 0}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch{flex-direction:column}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorResults{margin-bottom:0}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorResults.vendorResult_category{width:calc(100% - 270px)}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorResults.vendorResult_category{width:100%;text-align:center;margin-bottom:5px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorResults.vendorResult_category span.resultDisplay{display:inline-block;font-size:18px;font-weight:600;color:#1c1259;margin-bottom:4px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorResults.vendorResult_category span.resultDisplay span.txt{font-size:14px;display:block;margin-top:3px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorResults.vendorResult_category p{margin-top:5px;line-height:24px}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter{width:260px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter{width:350px}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter{width:300px}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter{width:270px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .filter_category_btn{display:none}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .filter_category_btn{display:block;cursor:pointer}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .filter_category_btn a{display:flex;justify-content:center;align-items:center;width:100%;margin-right:0;font-family:Muller;font-size:24px;font-weight:700;color:#002067;border:2px solid #002067;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:6px 10px}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter{display:flex;flex-direction:row!important}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter{flex-direction:column;align-items:center}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter span.txt{color:#002067;font-weight:600;margin-right:15px;float:left;position:relative;top:14px;font-size:18px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter span.txt{margin-right:5px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter span.txt{display:block;width:100%;margin-bottom:20px!important;margin-right:0;font-size:24px;font-weight:700}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter span.txt{width:50%}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter span.close_btn{display:none;float:right;font-size:14px;position:relative;top:20px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter span.close_btn{display:block}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter span.close_btn a{text-decoration:underline}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul{float:left}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul{width:100%}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li{float:left}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li{width:100%;margin-bottom:10px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box{width:206px;border:2px solid #b9b9b9;padding:12px 17px;margin:1px 10px 0 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:relative;font-size:18px;color:#4a4a4a;cursor:pointer;display:inline-block;background-color:#fff}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box{font-size:15px;width:150px;padding:12px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box{width:100%;font-size:18px;padding:12px 17px;margin-right:0}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box img{position:absolute;right:18px;top:19px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box img{right:11px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box.industry,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box.location{width:179px;position:relative;z-index:10;background:#fff}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box.industry,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box.location{width:110px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box.industry,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li span.filter_box.location{width:100%}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block{position:absolute;z-index:1;background-color:#fff;width:300px;border:2px solid #b9b9b9;border-top:none;margin-top:-5px;padding:30px 15px 15px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block{margin-top:-1px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block{position:absolute;z-index:100;width:100%;max-width:500px;margin-top:-5px;border-top:2px solid #b9b9b9}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block{position:relative;max-width:362px;padding:15px 0}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block input[type=text]{width:100%;border:2px solid #b9b9b9;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:12px 20px 11px 36px;margin-bottom:13px;font-size:14px;color:#333}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block input[type=text]{margin:0 15px 5px;width:calc(100% - 30px)}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block button[type=submit]{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-77px -72px;width:19px;height:20px;position:absolute;left:25px;top:43px;cursor:pointer;border:none}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block button[type=submit]{top:29px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block ul{left:0;width:100%;padding:0 4px 22px 18px;width:300px;margin-left:-2px;border-top:transparent;overflow:auto;overflow-x:hidden;height:135px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block ul{width:calc(100% + 4px)}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li .industry_block ul{padding-top:10px;padding-right:18px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul{position:absolute;z-index:10000;width:206px;display:inherit;background-color:#fff;padding:12px 15px;border:2px solid #b9b9b9;margin-top:-3px;border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul{width:150px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul{width:100%;max-width:500px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul{max-width:362px;position:inherit;margin-top:-2px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li{font-size:13px;color:#333;margin-right:0;float:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;line-height:26px}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li input[type=checkbox]{display:none}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li [type=checkbox]:checked+label,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li [type=checkbox]:not(:checked)+label{position:relative;padding-left:25px;cursor:pointer;font-weight:500;font-size:13px}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li [type=checkbox]:checked+label:before,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;border:1px solid #979797;background:#fff}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li [type=checkbox]:checked+label:after,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul li [type=checkbox]:not(:checked)+label:after{content:"✔";position:absolute;font-family:"Inter",serif;top:4.5px;left:2px;font-size:13px;font-weight:700;line-height:.8;color:#000;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul.industry,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul.location{width:179px;overflow:auto;height:149px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul.industry,.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter ul li ul.location{width:100%}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter select{width:210px;height:48px;font-family:"Inter",serif;font-size:16px;border:1px solid #f0f1f2;padding-left:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter select{width:300px}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter select{width:250px}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter select{width:220px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter input[type=button]{background:#fff;border:1px solid #1c1259;color:#1c1259;border-radius:4px;font-size:13px;padding:12px 20px;font-family:"Inter",serif;font-weight:700;cursor:pointer;margin-right:7px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter input[type=button]{font-size:15px;margin-right:7px;padding:12px 15px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter input[type=button]{width:100%;font-size:18px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter select.industry{padding:11px 10px 11px 13px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter select.industry{padding:11px 30px 11px 10px}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter .selectdiv{position:relative;top:1px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter .selectdiv{top:0;margin:15px 0}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:24px;height:12px;background-position:-336px -436px;position:absolute;top:20px;right:4px}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter .reset{font-size:14px;font-weight:500;padding-left:10px;position:relative;top:13px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter .reset{top:18px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter .reset{top:0}}.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter .reset a{color:#1c1259;text-decoration:underline}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter.sorting_tab{flex-direction:column}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter.sorting_tab .selectdiv{width:100%!important}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendor_search_bg .verdorSearch .vendorFilter .sortingFilter.sorting_tab .selectdiv select.sortBy{width:100%}}.middleSection.vendor-category .vendorCategories .vendor_search_bg.geolocation_search_section .verdorSearch .vendorResults{width:calc(100% - 540px)}.middleSection.vendor-category .vendorCategories .vendor_search_bg.geolocation_search_section .verdorSearch .vendorFilter{width:496px}.middleSection.vendor-category .vendorCategories .vendor_search_bg.geolocation_search_section .verdorSearch .vendorFilter .sortingFilter span.txt{width:auto;margin-right:15px}.middleSection.vendor-category .vendorCategories .premium_customer_block{position:relative;margin:auto}.middleSection.vendor-category .vendorCategories .premium_customer_block span{display:inline-block}.middleSection.vendor-category .vendorCategories .premium_customer_block span.clsBadgeContent{font-size:11px;font-weight:600;text-transform:uppercase;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;padding:0 10px;position:absolute;top:8px;right:8px;color:#fff}.middleSection.vendor-category .vendorCategories .premium_customer_block span.premiumBadge{background:#34cd9d}.middleSection.vendor-category .vendorCategories .premium_customer_block span.verifiedBadge{background:#e4ddff;font-weight:600;color:#7855ff}.middleSection.vendor-category .vendorCategories .premium_customer_block span.sponsoredBadge{background:#5900ff}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box{background-color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #f0f1f2;padding:30px;display:flex;justify-content:space-between}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box{flex-direction:column;padding:40px 20px}}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .left{width:375px;margin-right:40px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .left{width:80%;margin:0 auto 10px;text-align:center}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .left{width:100%}}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .left span.heading{font-family:"Geist Mono",serif;font-size:24px;font-weight:700;color:#1c1259;line-height:33px}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .left p{line-height:24px;margin-top:5px}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right{width:calc(100% - 415px);display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right{width:100%}}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo{width:25%;text-align:center;position:relative;z-index:1000}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo{width:50%;margin:9px 0}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo{width:calc(25% - 23px);text-align:center;margin:20px 30px 20px 0}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo{width:calc(50% - 15px);margin:20px 30px 5px 0}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo{width:100%;margin-right:0}}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo a{display:block}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo a img{width:auto;height:auto;max-width:160px;max-height:50px}@media (max-width:767px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo a img{max-width:100px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo a img{max-width:150px}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo a img{max-width:110px}}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo:last-child,.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo:nth-last-child(2){margin-bottom:0}}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo:nth-last-child(2){margin-bottom:20px}.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo:nth-child(4n){margin-right:0}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .premium_customer_block .premium_customer_box .right .logo:nth-child(2n){margin-right:0}}.middleSection.vendor-category .vendorCategories .vendorCategoryList{padding-top:24px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList{padding-top:20px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul{margin:0 auto}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li{position:relative;background:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-bottom:24px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li{margin-bottom:20px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li span{display:inline-block}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li span.clsBadgeContent{font-size:11px;font-weight:500;text-transform:uppercase;padding:0 10px;display:flex;justify-content:center;align-items:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#fff}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li span.premiumBadge{background:#34cd9d}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li span.verifiedBadge{background:#e4ddff;font-weight:600;color:#7855ff}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li span.sponsoredBadge{background:#5900ff}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox{background:#fff;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:22px 30px;overflow:hidden;display:flex;justify-content:space-between;align-items:center}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox{padding:22px 25px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox{padding:30px 20px;flex-direction:column}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox{padding:40px 10px}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox{padding:40px 15px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left{width:259px;float:left;margin-right:53px;padding-top:21px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left{margin-right:25px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left{width:100%;margin-right:0;display:flex;flex-direction:column;align-items:center;padding-top:0}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .clsBadgeContent.sponsoredBadge{display:inline-block;margin-bottom:15px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .vendorLogo{padding-bottom:19px;display:flex;justify-content:flex-start;align-items:center}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .vendorLogo{min-height:70px;justify-content:center}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .vendorLogo img{width:auto;height:auto;max-width:165px;max-height:70px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .vendorLogo img{max-width:150px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating span.ratingtxt{color:#1c1259;display:block;font-weight:500;padding-bottom:6px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating span.ratingtxt{padding-bottom:9px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating span.clsRating{font-size:21px;font-weight:600;margin-top:-3px;display:flex;align-items:center;color:#1c1259}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating span.clsRating{flex-direction:column;justify-content:center}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating span.clsRating .starRating{display:flex;align-items:center;padding-left:15px;margin-top:3px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating span.clsRating .starRating{padding-left:0;margin-top:7px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating .star,.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .left .overallRating span.clsRating .star{margin-left:8px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle{width:calc(100% - 560px);max-width:610px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle{width:calc(100% - 428px)}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle{width:100%;max-width:inherit;text-align:center}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader{display:flex;align-items:center}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader{flex-direction:column;margin:10px 0}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader h2{font-size:24px;font-weight:600;color:#000;display:inline;padding-right:10px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader h2 a{color:#000}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader span{display:inline-block}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader span.clsBadgeContent{font-size:11px;font-weight:500;text-transform:uppercase;padding:0 10px;display:flex;justify-content:center;align-items:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#fff}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader span.clsBadgeContent{margin-top:5px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader span.premiumBadge{background:#34cd9d}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader span.verifiedBadge{background:#e4ddff;font-weight:600;color:#7855ff}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .topHeader span.sponsoredBadge{background:#5900ff}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .verified-badge{display:inline-block;position:relative;top:2px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle span.viewProfile{font-weight:600;display:inline-block;position:relative;top:-3px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle span.viewProfile{padding-left:0;margin-top:10px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle span.viewProfile a{color:#000;text-decoration:underline}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle span.vendorCategory{display:inline-block;margin:10px 0}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle span.vendorCategory{margin:0}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views{font-size:14px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views{width:100%;margin:10px auto 17px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul{display:flex;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul{justify-content:center}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul{flex-direction:column}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a{display:flex;align-items:center;border:1px solid #f0f1f2;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;font-weight:500;padding:11px 17px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;margin-right:5px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a{font-size:13px;padding:11px 12px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a{font-size:12px;padding:11px 10px}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a{font-size:14px;max-width:170px;margin:0 auto 5px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a span.count{font-size:19px;font-weight:700;margin-right:5px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a span.count{font-size:15px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a span.count{font-size:18px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a span.count{font-size:16px}}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li a span.count{font-size:19px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li:last-child a{margin-right:0}@media (max-width:480px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendor_views ul li:last-child a{margin:0 auto}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle p{line-height:24px;margin:9px 0 13px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details{overflow:hidden}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul{padding-bottom:0}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul{display:flex;flex-direction:column;width:308px;margin:0 auto}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul{text-align:left}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li{float:left;margin-right:35px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li{width:100%;float:none;max-width:inherit}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.contact:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:25px;height:20px;background-position:-2px -29px;top:3px;margin-right:5px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.contact:before{margin-right:10px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.profile{margin-top:4px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.profile{margin:0 0 10px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.profile{margin-bottom:15px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.profile a{color:#323232;font-size:16px;font-weight:700;text-decoration:underline}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.web{position:relative;top:-3px}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.web{margin-top:10px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li.web:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:22px;height:23px;background-position:-3px -1px;top:4px;margin-right:14px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .details ul li:last-child{margin-right:0}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward{margin-top:20px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward{margin:0 auto;display:flex;justify-content:center}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward .clsAward{float:left;width:62px;margin-right:20px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward .clsAward:last-child{margin-right:0}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward .clsAward svg{height:53px!important}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward .clsAward.award_rising_star .prefix__cls-risingstar{height:68px!important}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward .clsSVG{float:left;width:55px;min-height:64px;margin-right:40px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .middle .vendorAward .clsSVG:last-child{margin-right:0}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right{width:217px;float:right;text-align:center;margin-left:31px;position:relative;z-index:2}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right{width:187px;margin-left:25px}}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right{width:100%;max-width:300px;margin:15px auto 0;float:none;overflow:hidden;padding-top:0}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right span.totalReferences{font-size:18px;font-weight:700;display:block;padding-bottom:18px}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right span.totalReferences{font-size:16px;padding-bottom:14px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right span.totalReferences{text-align:left}}@media (max-width:379px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences{font-size:14px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences ul{padding-bottom:0}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences ul li a{border:1px solid #c8c8c8;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-weight:500;margin-bottom:13px;height:52px;display:flex;align-items:center;font-family:"Geist Mono",serif;padding-left:10px;color:#323232}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences ul li a{width:100%!important;max-width:inherit!important}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences ul li a span.totalNumber{font-size:20px;font-weight:600;padding-right:5px;color:#000}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences ul li.visit_website a{width:217px;height:52px;display:flex!important;justify-content:center;align-items:center;color:#fff;display:block;background-color:#1c1259;padding:0;border:none;cursor:pointer}@media (max-width:1139px){.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences ul li.visit_website a{width:187px}}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li .categoryBox .right .btnReferences ul li.view_profile a{margin-bottom:0;display:flex;justify-content:center;align-items:center;padding:inherit;color:#000}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li.sponsoredBlock{background:-webkit-gradient(linear,left top,right top,from(#9796f0),to(#fbc7d4));background:linear-gradient(90deg,#9796f0,#fbc7d4);padding:20px}.middleSection.vendor-category .vendorCategories .vendorCategoryList ul li:last-child .categoryBox{margin-bottom:0}.middleSection.vendor-category .vendorCategories .pagination.vendor-directory-pagination{margin:0 auto;padding:97px 0 0;max-width:inherit}.middleSection.vendor-category .vendorCategories .load_more{padding-top:70px;display:flex;justify-content:center;align-items:center}.middleSection.vendor-category .vendorCategories .load_more a{width:215px;height:56px;display:flex;justify-content:center;align-items:center;background:#1c1259;border:1px solid #1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-weight:600;color:#fff;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.middleSection.vendor-category .vendorCategories .load_more a:hover{background-color:transparent;color:#1c1259}.middleSection.vendor-category .vendorCategories .learnTab{width:90%;max-width:712px;margin:0 auto;padding-top:76px;padding-bottom:364px}.middleSection.vendor-category .vendorCategories .learnTab h2{font-family:"Inter",serif;font-size:32px;font-weight:700;line-height:40px;color:#000;margin:84px 0 24px}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .learnTab h2{font-size:28px;line-height:36px;margin:60px 0 24px}}@media (max-width:575px){.middleSection.vendor-category .vendorCategories .learnTab h2{font-size:26px}}.middleSection.vendor-category .vendorCategories .learnTab h3,.middleSection.vendor-category .vendorCategories .learnTab h5{font-family:"Inter",serif;font-size:21px;font-weight:600;line-height:28px;color:#f08230;margin:0 0 14px;text-align:left}@media (max-width:939px){.middleSection.vendor-category .vendorCategories .learnTab h3,.middleSection.vendor-category .vendorCategories .learnTab h5{font-size:20px;margin:0 0 5px}}.middleSection.vendor-category .vendorCategories .learnTab p{line-height:27px;color:#424242;margin:0 0 28px}.middleSection.vendor-category .vendorCategories .learnTab p:last-child{margin-bottom:0}.middleSection.vendor-category .vendorCategories .learnTab ul{margin-left:20px}.middleSection.vendor-category .vendorCategories .learnTab ul li{list-style-type:disc;line-height:27px;color:#424242;margin-bottom:20px}.middleSection.vendor-category .vendorCategories .learnTab ul li a{text-decoration:underline;font-weight:700;color:#0d2066}.middleSection.vendor-category .vendorCategories .learnTab ol{margin:0 0 0 20px;padding:0}.middleSection.vendor-category .vendorCategories .learnTab ol li{list-style-type:decimal;line-height:27px;color:#424242;margin-bottom:20px}.middleSection.vendor-category .vendorCategories .learnTab ol li a{text-decoration:underline;font-weight:700;color:#0d2066}.middleSection.vendor-category .learn_content_section{background-color:#fff;padding:55px 0 20px;background:url(https://www.featuredcustomers.com/images/bg-vendor-categories.webp) repeat-x #fff;background-position:0 0}@media (max-width:939px){.middleSection.vendor-category .learn_content_section{padding:50px 0 45px}}.middleSection.vendor-category .learn_content_section .learn_content_block{max-width:780px;margin:0 auto}@media (max-width:939px){.middleSection.vendor-category .learn_content_section .learn_content_block{width:calc(100% - 40px)}}@media (max-width:480px){.middleSection.vendor-category .learn_content_section .learn_content_block{width:calc(100% - 10px)}}@media (max-width:379px){.middleSection.vendor-category .learn_content_section .learn_content_block{width:100%}}.middleSection.vendor-category .learn_content_section .learn_content_block .learn{font-family:"Inter",serif;font-size:37px;font-weight:900;color:#000;line-height:48px;margin-bottom:23px}@media (max-width:767px){.middleSection.vendor-category .learn_content_section .learn_content_block .learn{font-size:33px;line-height:45px}}@media (max-width:480px){.middleSection.vendor-category .learn_content_section .learn_content_block .learn{font-size:25px;line-height:34px}}.middleSection.vendor-category .learn_content_section .learn_content_block h1,.middleSection.vendor-category .learn_content_section .learn_content_block h2,.middleSection.vendor-category .learn_content_section .learn_content_block h4{font-family:"Inter",serif}.middleSection.vendor-category .learn_content_section .learn_content_block h1{font-size:29px;color:#323232;margin-top:0}@media (max-width:767px){.middleSection.vendor-category .learn_content_section .learn_content_block h1{font-size:26px}}@media (max-width:480px){.middleSection.vendor-category .learn_content_section .learn_content_block h1{font-size:20px}}.middleSection.vendor-category .learn_content_section .learn_content_block h2,.middleSection.vendor-category .learn_content_section .learn_content_block h4{font-size:26px;font-weight:900;color:#1c1259;margin-bottom:15px}@media (max-width:767px){.middleSection.vendor-category .learn_content_section .learn_content_block h2,.middleSection.vendor-category .learn_content_section .learn_content_block h4{font-size:24px}}@media (max-width:480px){.middleSection.vendor-category .learn_content_section .learn_content_block h2,.middleSection.vendor-category .learn_content_section .learn_content_block h4{font-size:19px;margin-bottom:10px}}.middleSection.vendor-category .learn_content_section .learn_content_block h4{font-size:28px;line-height:43px}.middleSection.vendor-category .learn_content_section .learn_content_block h4:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:36px;height:45px;background-position:-206px -93px;top:12px;margin-right:7px}.middleSection.vendor-category .learn_content_section .learn_content_block h5{font-size:22px;line-height:43px;margin-bottom:25px}.middleSection.vendor-category .learn_content_section .learn_content_block h5:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:45px;height:44px;background-position:-207px -140px;top:7px;margin-right:11px}.middleSection.vendor-category .learn_content_section .learn_content_block p{line-height:24px;margin:0 0 25px}.middleSection.vendor-category .learn_content_section .learn_content_block ol,.middleSection.vendor-category .learn_content_section .learn_content_block ul{margin:0 0 5px;padding:0}.middleSection.vendor-category .learn_content_section .learn_content_block ol li,.middleSection.vendor-category .learn_content_section .learn_content_block ul li{line-height:24px}.middleSection.vendor-category .learn_content_section .learn_content_block ol li h3,.middleSection.vendor-category .learn_content_section .learn_content_block ul li h3{font-family:"Inter",serif;font-size:20px;color:#e28744}@media (max-width:767px){.middleSection.vendor-category .learn_content_section .learn_content_block ol li h3,.middleSection.vendor-category .learn_content_section .learn_content_block ul li h3{font-size:18px}}@media (max-width:480px){.middleSection.vendor-category .learn_content_section .learn_content_block ol li h3,.middleSection.vendor-category .learn_content_section .learn_content_block ul li h3{font-size:16px}}.middleSection.vendor-category .learn_content_section .learn_content_block ol li h3:first-letter,.middleSection.vendor-category .learn_content_section .learn_content_block ul li h3:first-letter{font-size:21px}@media (max-width:767px){.middleSection.vendor-category .learn_content_section .learn_content_block ol li h3:first-letter,.middleSection.vendor-category .learn_content_section .learn_content_block ul li h3:first-letter{font-size:19px}}@media (max-width:480px){.middleSection.vendor-category .learn_content_section .learn_content_block ol li h3:first-letter,.middleSection.vendor-category .learn_content_section .learn_content_block ul li h3:first-letter{font-size:17px}}.middleSection.vendor-category .learn_content_section .learn_content_block ol li h3 strong,.middleSection.vendor-category .learn_content_section .learn_content_block ul li h3 strong{font-weight:600}.middleSection.vendor-category .article_learn_category{background-color:#fff;padding:0 0 49px}.middleSection.vendor-category .article_learn_category .article_learn_category_block{border-top:1px solid #ccc;width:calc(100% - 66px);max-width:1095px;margin:0 auto;padding-top:50px}@media (max-width:480px){.middleSection.vendor-category .article_learn_category .article_learn_category_block{width:100%}}.middleSection.vendor-category .article_learn_category .article_learn_category_block span.heading{display:block;font-family:"Inter",serif;font-size:40px;font-weight:900;color:#000;line-height:34px;text-align:center}@media (max-width:1139px){.middleSection.vendor-category .article_learn_category .article_learn_category_block span.heading{font-size:36px}}@media (max-width:767px){.middleSection.vendor-category .article_learn_category .article_learn_category_block span.heading{font-size:30px}}@media (max-width:480px){.middleSection.vendor-category .article_learn_category .article_learn_category_block span.heading{font-size:27px}}.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article{max-width:941px;overflow:hidden;margin:25px auto 46px}@media (max-width:1139px){.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article{width:100%}}@media (max-width:767px){.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article{margin-top:15px}}@media (max-width:575px){.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul{display:flex;flex-wrap:wrap;justify-content:center}}.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li{width:300px;float:left;margin-right:20px;text-align:center}@media (max-width:1139px){.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li{width:calc(33.3333% - 14px)}}@media (max-width:575px){.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li{width:100%;margin:0 0 25px}}.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li .img_block img{width:100%;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 25px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.2)}.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li .postContent{margin-top:10px}.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li .postContent .title{font-weight:700;font-size:18px;color:#000;line-height:24px;padding:0 10px;margin-bottom:7px}.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li .postContent span.post_date{font-size:14px;font-weight:600;color:#f08231;line-height:24px}.middleSection.vendor-category .article_learn_category .article_learn_category_block .post_article ul li:last-child{margin:0}.middleSection.vendor-category .article_learn_category .article_learn_category_block .read_more a{width:270px;height:56px;display:flex;justify-content:center;align-items:center;background-color:#1c1259;border:1px solid #1c1259;color:#fff;font-weight:600;margin:0 auto;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.middleSection.vendor-category .article_learn_category .article_learn_category_block .read_more a:hover{background-color:transparent;color:#1c1259}@media (max-width:939px){.middleSection.vendor-category.padding_b_0 .container .vendorCategories .verdorSearch{flex-direction:column}}@media (max-width:939px){.middleSection.vendor-category.padding_b_0 .container .vendorCategories .verdorSearch .vendorResults.vendorResult_category{width:100%;text-align:center;margin-bottom:10px}}@media (max-width:939px){.middleSection.vendor-category.padding_b_0 .container .vendorCategories .verdorSearch .vendorFilter .sortingFilter{flex-direction:column;align-items:center}}@media (max-width:939px){.middleSection.vendor-category.padding_b_0 .container .vendorCategories .verdorSearch .vendorFilter .sortingFilter .selectdiv select{width:250px}}.insideheader{background:#1c1259;padding:50px 24px 75px}@media (max-width:575px){.insideheader{padding:30px 24px 55px}}.insideheader h1,.insideheader p{color:#fff;text-align:center}.insideheader h1.lrg_txt,.insideheader p.lrg_txt{font-size:20px;font-weight:500;line-height:30px}@media (max-width:939px){.insideheader h1.lrg_txt,.insideheader p.lrg_txt{width:calc(100% - 40px)}}@media (max-width:575px){.insideheader h1.lrg_txt,.insideheader p.lrg_txt{font-size:18px;line-height:24px}}@media (max-width:480px){.insideheader h1.lrg_txt,.insideheader p.lrg_txt{width:100%}}@media (max-width:379px){.insideheader h1.lrg_txt,.insideheader p.lrg_txt{font-size:16px;line-height:23px}}.insideheader h1 a,.insideheader p a{color:#fff;text-decoration:underline}.insideheader h1{max-width:1164px;margin:0 auto;font-size:55px;line-height:78px;letter-spacing:-1px}@media (max-width:939px){.insideheader h1{font-size:45px;line-height:60px;margin-bottom:10px}}@media (max-width:480px){.insideheader h1{font-size:40px;line-height:50px}}@media (max-width:379px){.insideheader h1{font-size:32px;line-height:40px}}.insideheader h5{font-size:18px;font-weight:500;text-align:center;color:#fff}.insideheader p{max-width:650px;font-family:"Geist Mono",serif;line-height:24px;margin:0 auto;padding:0 24px}@media (max-width:575px){.insideheader p{width:100%;padding:0}}.middleSectionContentBlock.clsAboutSection{width:calc(100% - 60px);max-width:1331px;margin:44px auto}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection{width:calc(100% - 40px);margin:44px auto 64px}}.middleSectionContentBlock.clsAboutSection .our_company_section h2{font-size:50px;text-align:center}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section h2{font-size:45px}}@media (max-width:575px){.middleSectionContentBlock.clsAboutSection .our_company_section h2{font-size:40px}}@media (max-width:379px){.middleSectionContentBlock.clsAboutSection .our_company_section h2{font-size:35px}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block{display:flex;justify-content:space-between;margin:54px 0 60px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block{flex-direction:column-reverse;align-items:center;text-align:center;margin-top:50px}}@media (max-width:379px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block{margin-top:40px}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section{max-width:695px;margin-right:50px}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section{width:calc(100% - 350px)}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section{width:100%;margin:20px 0 0}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3{font-size:35px;display:flex;align-items:center}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3{justify-content:center}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3:before{display:none;content:"";background:#1c1259;width:100px;height:2px;position:relative;left:-17px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3:before{width:100px;display:block}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3:after{content:"";display:block;background:#1c1259;width:422px;height:2px;position:relative;left:17px}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3:after{width:275px}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3:after{width:100px}}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3:after,.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section h3:before{display:none}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section p{line-height:26px;margin:23px 0}@media (max-width:379px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section p{margin:15px 0}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul{display:flex;margin-top:59px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul{margin-top:40px;justify-content:center}}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul{flex-direction:column}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul li{text-align:center;margin-right:40px}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul li{border:1px solid rgba(226,135,68,.2);margin:0 0 20px;padding:25px 15px}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul li h2{font-family:"Inter",serif;font-size:50px;font-weight:800;margin-bottom:10px}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul li h2{font-size:45px}}@media (max-width:575px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul li h2{font-size:40px;margin-bottom:5px}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul li span.txt{font-family:"Geist Mono",serif;font-size:15px}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .left_section ul li:last-child{margin:0}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .right_section{width:300px}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .right_section{width:100%;margin-bottom:30px}}.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .right_section img{width:100%;height:auto}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .right_section img{width:auto}}@media (max-width:767px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .right_section img{max-width:360px}}@media (max-width:575px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .right_section img{max-width:300px}}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .our_company_section .our_company_content_block .right_section img{max-width:250px}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container{width:inherit;max-width:inherit}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container{max-width:650px}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul{display:flex;flex-wrap:wrap}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li{width:calc(33.3333% - 19px);display:flex;flex-direction:column;align-items:center;border:1px solid rgba(226,135,68,.2);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:41px 0 29px;margin-right:28px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li{width:100%;margin:0 0 20px}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li .icon{width:72px;height:72px;display:flex;justify-content:center;align-items:center;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;box-shadow:2px 2px 7px 4px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 7px 4px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 7px 4px rgba(50,50,50,.05)}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li span.number{font-size:50px;font-weight:800;display:flex;margin:40px 0 25px;letter-spacing:1px}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li span.number{font-size:45px}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li span.number{font-size:56px}}@media (max-width:575px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li span.number{font-size:50px;margin-top:30px}}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li span.number{font-size:45px}}@media (max-width:379px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li span.number{font-size:40px;margin-bottom:5px}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li span.txt{font-family:"Geist Mono",serif;font-size:20px;font-weight:500}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box .container ul li:last-child{margin-right:0}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02{margin-top:63px}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container{width:inherit;max-width:inherit}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li{display:flex;justify-content:space-between;align-items:center;margin-bottom:44px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li{flex-direction:column!important}}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .img_block{width:300px}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .img_block{width:100%;margin-bottom:35px;text-align:center}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .img_block img{width:100%;height:auto}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .img_block img{width:auto}}@media (max-width:767px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .img_block img{max-width:360px}}@media (max-width:575px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .img_block img{max-width:300px}}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .img_block img{max-width:250px}}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block{width:calc(100% - 350px)}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block{width:100%!important}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3{font-size:35px;line-height:35px;display:flex;justify-content:flex-end;align-items:center}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3{font-size:33px}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3{width:calc(100% - 160px);justify-content:center!important;text-align:center;margin:0 auto}}@media (max-width:767px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3{width:calc(100% - 130px)}}@media (max-width:575px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3{width:calc(100% - 30px);font-size:31px}}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3{width:100%}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:after,.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:before{content:"";display:block;height:2px;background:#1c1259}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:after,.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:before{display:block!important;width:100px!important;position:relative!important}}@media (max-width:480px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:after,.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:before{display:none!important}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:before{left:-17px!important}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block h3:after{left:17px!important}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block p{line-height:26px;margin:22px 0}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block p{text-align:center}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block .read_btn{margin-top:39px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block .read_btn{margin:0 auto}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block .read_btn a{width:100%;max-width:386px;height:56px;display:flex;justify-content:center;align-items:center;background:#f36100;font-family:"Geist Mono",serif;font-size:18px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li .text_block .read_btn a{margin:0 auto}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(odd) .text_block{max-width:607px;text-align:right;margin-left:50px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(odd) .text_block{margin-left:0}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(odd) .text_block h3:before{width:344px;position:relative;left:-17px}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(odd) .text_block h3:before{width:320px}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n){flex-direction:row-reverse}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n) .text_block{max-width:805px;margin-right:50px}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n) .text_block{margin-right:0}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n) .text_block h3{justify-content:flex-start;position:relative}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n) .text_block h3:before{display:none}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n) .text_block h3:after{width:101px;top:0;right:22px;position:absolute;top:50%;right:-22px}@media (max-width:1139px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n) .text_block h3:after{top:23px}}@media (max-width:939px){.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:nth-child(2n) .text_block h3:after{top:auto;right:0}}.middleSectionContentBlock.clsAboutSection .aboutus_box_content_box02 .container ul li:last-child{margin-bottom:0}.team_listing{background:url(https://www.featuredcustomers.com/images/bg_team.webp) #e0e5ea repeat-x 0 0;margin:0 auto;padding-top:37px;overflow:hidden}.team_listing .container{max-width:1197px}.team_listing .container .heading{text-align:center;line-height:19px;overflow:hidden}.team_listing .container .heading h1,.team_listing .container .heading h2{color:#fff}.team_listing .container .heading h1{margin:30px 0}@media (max-width:575px){.team_listing .container .heading h2{font-size:24px;line-height:32px}}@media (max-width:379px){.team_listing .container .heading h2{font-size:21px;width:90%;margin:0 auto}}.team_listing .container .fc_team{margin-top:52px}@media (max-width:939px){.team_listing .container .fc_team{margin-top:51px}}@media (max-width:575px){.team_listing .container .fc_team{margin-top:3px}}@media (max-width:379px){.team_listing .container .fc_team{margin-top:28px}}.team_listing .container .fc_team ul{display:flex;flex-wrap:wrap;margin-bottom:86px}@media (max-width:939px){.team_listing .container .fc_team ul{display:flex;flex-wrap:wrap;max-width:600px;margin:0 auto}}.team_listing .container .fc_team ul li{width:calc(25% - 19px);float:left;margin-right:25px;font-family:"Inter",serif;background-color:#fff;box-shadow:0 0 25px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.2);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;padding-top:23px;margin-bottom:28px}@media (max-width:939px){.team_listing .container .fc_team ul li{width:calc(50% - 10px);margin:0 20px 28px auto}}@media (max-width:575px){.team_listing .container .fc_team ul li{width:100%;max-width:362px;margin:0 auto 28px}}.team_listing .container .fc_team ul li .content{padding:0 30px 12px;min-height:99px}@media (max-width:575px){.team_listing .container .fc_team ul li .content{min-height:inherit}}.team_listing .container .fc_team ul li .content span.name{color:#000;font-size:24px;font-weight:800;line-height:35px;text-transform:capitalize}.team_listing .container .fc_team ul li .content span.designation{display:block;color:#424242;font-size:16px;line-height:24px;text-transform:uppercase}.team_listing .container .fc_team ul li .content span.details{font-size:16px;font-weight:600}.team_listing .container .fc_team ul li .content span.details a{color:#f08231;line-height:26px;cursor:pointer;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.team_listing .container .fc_team ul li .content span.details a:after{content:">>";color:#f08231;font-size:10px;position:relative;font-weight:900;top:-2px;left:3px}.team_listing .container .fc_team ul li .profile_photo{line-height:10px;position:relative;overflow:hidden;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:263px}.team_listing .container .fc_team ul li .profile_photo img{width:100%;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.team_listing .container .fc_team ul li .profile_photo img:hover{filter:sepia(.3);-webkit-filter:sepia(.3)}@media (max-width:939px){.team_listing .container .fc_team ul li:nth-child(2n){margin-right:0}}@media (max-width:575px){.team_listing .container .fc_team ul li:nth-child(2n){margin:0 auto 28px!important}}@media (max-width:939px){.team_listing .container .fc_team ul li:nth-child(3n){margin:0 20px 28px 0}}@media (max-width:575px){.team_listing .container .fc_team ul li:nth-child(3n){margin:0 auto 28px!important}}.team_listing .container .fc_team ul li:nth-child(4n){margin-right:0}@media (max-width:939px){.team_listing .container .fc_team ul li:nth-child(4n){margin:0 0 28px auto!important}}@media (max-width:575px){.team_listing .container .fc_team ul li:nth-child(4n){margin:0 auto 28px!important}}.team_bioDetails{width:100%;margin:0 auto;background-color:#fff;overflow:hidden;padding-top:75px}@media (max-width:939px){.team_bioDetails{text-align:center}}.team_bioDetails .container{max-width:942px;margin:0 auto;padding-left:0;padding-right:0}@media (max-width:1139px){.team_bioDetails .container{padding-left:33px;padding-right:33px}}.team_bioDetails .container .heading{line-height:17px}.team_bioDetails .container .heading h1{font-size:36px;margin-bottom:25px}.team_bioDetails .container .heading h2{margin-bottom:31px}.team_bioDetails .container .team_bio{overflow:hidden;padding-bottom:100px}@media (max-width:939px){.team_bioDetails .container .team_bio{display:flex;flex-wrap:wrap;flex-direction:column-reverse}}.team_bioDetails .container .team_bio .left{width:555px;float:left}@media (max-width:1139px){.team_bioDetails .container .team_bio .left{width:495px}}@media (max-width:939px){.team_bioDetails .container .team_bio .left{max-width:85%;width:100%;margin:30px auto 0}}.team_bioDetails .container .team_bio .left p{color:#424242;font-size:18px;line-height:32px}.team_bioDetails .container .team_bio .left p:first-child{margin-top:0}.team_bioDetails .container .team_bio .left span.back{font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;padding-left:5px;margin-top:21px}.team_bioDetails .container .team_bio .left span.back a{transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;color:#f08231}.team_bioDetails .container .team_bio .left span.back a:before{content:"<<";font-size:10px;font-weight:900;position:relative;top:-2px;right:5px}.team_bioDetails .container .team_bio .left span.back a:hover{color:#000}.team_bioDetails .container .team_bio .right{width:326px;float:right}@media (max-width:939px){.team_bioDetails .container .team_bio .right{max-width:500px;margin:0 auto}}@media (max-width:575px){.team_bioDetails .container .team_bio .right{width:90%}}.team_bioDetails .container .team_bio .right img{width:100%;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 2px 25px 0 rgba(0,0,0,.2);-moz-box-shadow:0 2px 25px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 2px 25px 0 rgba(0,0,0,.2)}@media (max-width:575px){.team_bioDetails .container .team_bio .right img{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}}.middleSectionContentBlock.ourCustomerSection{width:calc(100% - 60px);max-width:1331px;margin:52px auto}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection{width:calc(100% - 40px)}}.middleSectionContentBlock.ourCustomerSection .trusted_by_companies{border-bottom:1px solid rgba(50,50,50,.2);padding-bottom:12px;margin-bottom:53px}.middleSectionContentBlock.ourCustomerSection .trusted_by_companies h2{font-family:"Geist Mono",serif;font-size:30px;text-align:center}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies h2{font-size:24px;line-height:26px}}@media (max-width:379px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies h2{font-size:22px}}.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos{margin-top:47px}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos{margin-top:25px}}.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li{width:calc(16.66666% - 42px);margin:0 50px 65px 0;text-align:center}@media (max-width:939px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li{width:calc(25% - 30px);margin-bottom:35px}}@media (max-width:575px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li{width:calc(33.333% - 27px);margin-bottom:40px}}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li{width:calc(50% - 20px)}}@media (max-width:379px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li{width:100%;margin-right:0!important}}.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li img{width:100%;max-width:160px;max-height:65px;height:auto}@media (max-width:939px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li img{max-width:120px}}@media (max-width:379px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li img{max-width:150px}}.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li:nth-child(6n){margin-right:0}@media (max-width:939px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li:nth-child(6n){margin-right:40px}}@media (max-width:939px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li:nth-child(4n){margin-right:0}}@media (max-width:575px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li:nth-child(4n){margin-right:40px}}@media (max-width:575px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li:nth-child(3n){margin-right:0}}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li:nth-child(3n){margin-right:40px}}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection .trusted_by_companies .trusted_companies_logos ul li:nth-child(2n){margin-right:0}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying h2{font-family:"Geist Mono",serif;font-size:30px;text-align:center}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying h2{font-size:24px}}@media (max-width:379px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying h2{font-size:22px}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials{margin-top:46px}@media (max-width:480px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials{margin-top:35px}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li{max-width:760px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(50,50,50,.2);padding-bottom:139px;margin:0 auto 52px}@media (max-width:575px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li{flex-direction:column-reverse!important}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box{margin-right:65px;position:relative}@media (max-width:767px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box{margin-right:50px}}@media (max-width:575px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box{margin-right:0}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box .txt{font-family:"Geist Mono",serif;font-size:20px;font-weight:500;font-style:italic;color:#424242;line-height:29px;width:435px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 0 10px #f2f2f2;-moz-box-shadow:0 0 10px #f2f2f2;-webkit-box-shadow:0 0 10px #f2f2f2;padding:33px 38px 49px 23px;border:1px solid #e6e6e6}@media (max-width:767px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box .txt{width:100%}}@media (max-width:379px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box .txt{font-size:18px;line-height:26px}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box .footer_text{font-family:"Geist Mono",serif;line-height:29px;margin-top:30px;position:absolute}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box .footer_text span{display:block}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box .footer_text span.name{font-size:18px;font-weight:500}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box .footer_text span.bold_txt{font-size:18px;font-weight:600;color:#e28744}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .text_box:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:40px;height:23px;background-position:-156px -490px;position:absolute;bottom:-19px;left:50px}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .logo{display:flex}@media (max-width:575px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .logo{margin:0 0 25px!important}}@media (max-width:379px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .logo{margin:0 0 15px!important}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .logo img{width:auto;height:auto;max-width:180px;max-height:180px}@media (max-width:939px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .logo img{max-width:160px;max-height:160px}}@media (max-width:575px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .logo img{max-height:100px}}@media (max-width:379px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li .logo img{max-height:80px}}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li:nth-child(2n){flex-direction:row-reverse}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li:nth-child(2n) .text_box{margin-right:0}.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li:nth-child(2n) .logo{margin-right:65px}@media (max-width:767px){.middleSectionContentBlock.ourCustomerSection .what_vendors_saying .vendor_testimonials ul li:nth-child(2n) .logo{margin-right:50px}}.middleSectionContentBlock.serviceCategoriesSection{width:calc(100% - 60px);max-width:1323px;margin:86px auto 25px}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection{width:calc(100% - 40px);margin-top:55px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block{display:flex;justify-content:space-between;align-items:center}@media (max-width:767px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block{flex-direction:column;align-items:baseline}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block h2{font-size:35px}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block h2{font-size:30px}}@media (max-width:767px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block h2{margin-bottom:20px}}@media (max-width:480px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block h2{font-size:27px}}@media (max-width:379px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block h2{font-size:23px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category{display:flex;align-items:center;font-family:"Geist Mono",serif}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category span.txt{font-size:24px;font-weight:500;margin-right:18px}@media (max-width:1139px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category span.txt{font-size:22px}}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category span.txt{font-size:19px}}@media (max-width:379px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category span.txt{font-size:17px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul{display:flex;align-items:center}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li{margin-right:33px}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li{margin-right:25px}}@media (max-width:379px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li{margin-right:20px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li a{font-size:24px;font-weight:500;text-decoration:underline;color:#323232}@media (max-width:1139px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li a{font-size:22px}}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li a{font-size:19px}}@media (max-width:379px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li a{font-size:17px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .category_block .find_category ul li:last-child{margin-right:0}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox{position:relative;margin-top:29px}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox input[type=text]{width:100%;height:56px;background:#fafafa;font-family:"Inter",serif;font-size:16px;border:1px solid rgba(50,50,50,.2);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding-left:15px;color:#000;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox input[type=text]{height:46px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox input[type=text]:focus{background:#fff}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox input[type=text]::-webkit-input-placeholder{color:#b9b9b9}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox input[type=text]:-ms-input-placeholder{color:#b9b9b9}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox input[type=text]::-ms-input-placeholder{color:#b9b9b9}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox input[type=text]::placeholder{color:#b9b9b9}.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:18px;height:18px;background-position:-62px -559px;position:absolute;top:19px;right:19px;cursor:pointer}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_top_header_block .searhBox span.searchIcon{top:15px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_list{margin-top:40px}@media (max-width:767px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list{margin-top:30px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content{border-bottom:1px solid rgba(50,50,50,.2);margin-bottom:45px}@media (max-width:767px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content{margin-bottom:25px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content h3{font-size:32px;font-weight:600}@media (max-width:1139px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content h3{font-size:29px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul{display:flex;flex-wrap:wrap;margin-top:35px;padding-bottom:24px}@media (max-width:767px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul{margin-top:15px;padding-bottom:10px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul li{width:calc(33.333% - 60px);padding-bottom:29px;margin-right:80px}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul li{width:calc(50% - 20px);margin-right:40px}}@media (max-width:767px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul li{width:100%;margin-right:0!important;padding-bottom:20px}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul li:nth-child(3n){margin-right:0}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul li:nth-child(3n){margin-right:40px}}@media (max-width:939px){.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content ul li:nth-child(2n){margin-right:0}}.middleSectionContentBlock.serviceCategoriesSection .service_categories_list .list_content:last-child{border-bottom:none;margin-bottom:0}.reports_awards_section{width:calc(100% - 60px);max-width:1226px;margin:63px auto 28px}@media (max-width:939px){.reports_awards_section{margin-top:50px}}@media (max-width:767px){.reports_awards_section{width:calc(100% - 40px)}}.reports_awards_section .top_header_block{font-family:"Geist Mono",serif;display:flex;justify-content:space-between;align-items:center}@media (max-width:939px){.reports_awards_section .top_header_block{flex-direction:column;align-items:flex-start}}.reports_awards_section .top_header_block .left{font-size:21px;font-weight:500;color:#000}@media (max-width:1190px){.reports_awards_section .top_header_block .left{font-size:18px}}.reports_awards_section .top_header_block .right{display:flex}@media (max-width:939px){.reports_awards_section .top_header_block .right{width:100%;flex-direction:column;margin-top:15px}}.reports_awards_section .top_header_block .right span.txt{margin-right:9px}@media (max-width:1190px){.reports_awards_section .top_header_block .right span.txt{font-size:14px}}@media (max-width:939px){.reports_awards_section .top_header_block .right span.txt{width:140px}}@media (max-width:575px){.reports_awards_section .top_header_block .right span.txt{font-weight:500}}.reports_awards_section .top_header_block .right .select_div{position:relative}.reports_awards_section .top_header_block .right .select_div select{width:296px;height:48px;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;color:#000;padding-left:10px}@media (max-width:1139px){.reports_awards_section .top_header_block .right .select_div select{width:190px}}@media (max-width:939px){.reports_awards_section .top_header_block .right .select_div select{width:100%}}.reports_awards_section .top_header_block .right .select_div select::-webkit-input-placeholder{color:rgba(50,50,50,.5)}.reports_awards_section .top_header_block .right .select_div select:-ms-input-placeholder{color:rgba(50,50,50,.5)}.reports_awards_section .top_header_block .right .select_div select::-ms-input-placeholder{color:rgba(50,50,50,.5)}.reports_awards_section .top_header_block .right .select_div select::placeholder{color:rgba(50,50,50,.5)}.reports_awards_section .top_header_block .right .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:24px;height:12px;background-position:-343px -437px;position:absolute;top:20px;right:3px}.reports_awards_section .top_header_block .right .filter_by_date,.reports_awards_section .top_header_block .right .sort_by_date{display:flex;align-items:center}@media (max-width:480px){.reports_awards_section .top_header_block .right .filter_by_date,.reports_awards_section .top_header_block .right .sort_by_date{flex-direction:column;align-items:flex-start}}@media (max-width:939px){.reports_awards_section .top_header_block .right .filter_by_date .select_div,.reports_awards_section .top_header_block .right .sort_by_date .select_div{width:calc(100% - 109px)}}@media (max-width:480px){.reports_awards_section .top_header_block .right .filter_by_date .select_div,.reports_awards_section .top_header_block .right .sort_by_date .select_div{width:100%;margin-top:10px}}.reports_awards_section .top_header_block .right .filter_by_date{margin-right:18px}@media (max-width:939px){.reports_awards_section .top_header_block .right .filter_by_date{margin:0 0 10px}}@media (max-width:480px){.reports_awards_section .top_header_block .right .filter_by_date{margin-bottom:20px}}.reports_awards_section .awards_reports_list{margin-top:24px}@media (max-width:939px){.reports_awards_section .awards_reports_list{margin-top:30px}}.reports_awards_section .awards_reports_list ul{display:flex;flex-wrap:wrap;grid-gap:24px;gap:24px}.reports_awards_section .awards_reports_list ul li{width:calc(20% - 20px);display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1)}@media (max-width:1139px){.reports_awards_section .awards_reports_list ul li{width:calc(33.333% - 16px)}}@media (max-width:767px){.reports_awards_section .awards_reports_list ul li{width:calc(50% - 16px)}}@media (max-width:575px){.reports_awards_section .awards_reports_list ul li{width:100%}}.reports_awards_section .awards_reports_list ul li .img_block{margin-bottom:10px}.reports_awards_section .awards_reports_list ul li .img_block img{width:100%;height:auto;max-width:60px}.reports_awards_section .awards_reports_list ul li .postContent{font-family:"Geist Mono",serif}.reports_awards_section .awards_reports_list ul li .postContent .title a{font-size:17px;font-weight:700;line-height:19px;color:#1c1259}.reports_awards_section .awards_reports_list ul li .postContent span.post_date{font-size:13px;font-weight:600;display:inline-block;margin-top:5px}.vendor_testimonials .cls_v_testimonials{background-color:#fff;overflow:hidden}.vendor_testimonials .cls_v_testimonials .vendor_testimonials_header{background:url(https://www.featuredcustomers.com/images/bg-customer-testimonials.webp) repeat-x 0 0;height:261px;font-size:48px;font-weight:700;line-height:58px;text-align:center;color:#fff}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .vendor_testimonials_header{background-size:contain;height:auto}}.vendor_testimonials .cls_v_testimonials .vendor_testimonials_header h1{font-size:48px;font-weight:700;line-height:58px;text-align:center;color:#fff;display:block;width:85%;max-width:815px;margin:0 auto;text-transform:capitalize;padding:64px 0 79px}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .vendor_testimonials_header h1{padding:64px 0;font-size:38px;line-height:48px}}@media (max-width:480px){.vendor_testimonials .cls_v_testimonials .vendor_testimonials_header h1{font-size:35px;line-height:45px}}.vendor_testimonials .cls_v_testimonials .clsTrustComp{box-shadow:0 4px 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 4px 4px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.3);padding-top:10px}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .clsTrustComp{padding-left:17px;padding-right:17px}}.vendor_testimonials .cls_v_testimonials .clsTrustComp h3{margin-bottom:28px}.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo{width:16.66667%;text-align:center}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo{width:20%}}@media (max-width:575px){.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo{width:33.3333%}}.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo a img{max-width:140px;max-height:60px}@media (max-width:1139px){.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo a img{max-width:115px}}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo a img{max-width:80px!important;max-height:45px}}@media (max-width:379px){.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo a img{max-width:70px!important}}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo{padding:5px 0}}.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo:last-child,.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo .logo:nth-last-child(2){display:block}.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo:nth-child(3){margin:45px 0}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .clsTrustComp .clsLogo:nth-child(3){margin:0}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials{padding-top:30px}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials h2{font-weight:800;font-size:28px;text-transform:capitalize;color:#000;text-align:center}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block{width:90%;max-width:937px;margin:0 auto;padding-top:40px}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li{display:flex;align-items:center;width:100%;padding-bottom:40px;margin-bottom:53px;border-bottom:1px solid #ccc}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li{max-width:480px;flex-wrap:wrap;justify-content:center;margin:0 auto 53px}}@media (max-width:575px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left{width:90%}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left .content_box{width:480px;box-shadow:0 0 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.3);border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;padding:32px 25px 53px 26px;color:#424242;font-size:24px;font-style:italic;line-height:42px;word-break:break-word}@media (max-width:575px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left .content_box{width:100%;max-width:480px;margin:0 auto;font-size:21px}}@media (max-width:379px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left .content_box{word-break:break-word}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left .arrow-down{background:url(https://www.featuredcustomers.com/images/down-arrow.webp) no-repeat 0 100%;width:54px;height:24px;position:relative;left:57px}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left .testimonial_by{font-size:21px;color:#424242;line-height:32px;padding-top:10px}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left .testimonial_by span.txt{color:#f08230;font-weight:600;display:block}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .left{order:2}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .right{position:relative;top:-40px}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .right{top:0;margin-bottom:20px}}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .right .img_block{margin-left:0!important}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .right .img_block img{max-width:300px}@media (max-width:575px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li .right .img_block img{max-width:200px}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:nth-child(odd) .img_block{margin-left:75px}@media (max-width:1139px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:nth-child(odd) .img_block{margin-left:40px}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:nth-child(2n){flex-direction:row-reverse}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:nth-child(2n) .img_block{margin-right:62px}@media (max-width:1139px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:nth-child(2n) .img_block{margin-right:40px}}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:nth-child(2n) .img_block{margin-left:40px;margin-right:0}}@media (max-width:939px){.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:nth-child(2n){flex-direction:row}}.vendor_testimonials .cls_v_testimonials .cls_vendor_testimonials .vendor_testimonial_block ul li:last-child{border-bottom:none;margin-bottom:41px}.contactus_box{width:calc(100% - 60px);max-width:884px;background:#fff;box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:0 auto;padding-top:53px}@media (max-width:939px){.contactus_box{width:calc(100% - 40px)}}@media (max-width:767px){.contactus_box{width:100%}}.contactus_box .contact_form{width:100%;max-width:676px;margin:0 auto}@media (max-width:767px){.contactus_box .contact_form{width:calc(100% - 40px);max-width:inherit}}.contactus_box .contact_form form{display:flex;flex-wrap:wrap}.contactus_box .contact_form form h2{font-size:20px;line-height:28px;margin-bottom:20px}.contactus_box .contact_form form label{width:100%;font-family:"Inter",serif;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:20px}.contactus_box .contact_form form label input,.contactus_box .contact_form form label select{width:100%;height:48px;background:#fff;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#000;margin-top:13px;padding-left:8px}.contactus_box .contact_form form label input::-webkit-input-placeholder,.contactus_box .contact_form form label select::-webkit-input-placeholder{color:rgba(50,50,50,.5)}.contactus_box .contact_form form label input:-ms-input-placeholder,.contactus_box .contact_form form label select:-ms-input-placeholder{color:rgba(50,50,50,.5)}.contactus_box .contact_form form label input::-ms-input-placeholder,.contactus_box .contact_form form label select::-ms-input-placeholder{color:rgba(50,50,50,.5)}.contactus_box .contact_form form label input::placeholder,.contactus_box .contact_form form label select::placeholder{color:rgba(50,50,50,.5)}.contactus_box .contact_form form label .select_div{position:relative}.contactus_box .contact_form form label .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:24px;height:12px;background-position:-343px -437px;position:absolute;top:30px;right:3px}.contactus_box .contact_form form label.left{margin-right:8px}@media (max-width:575px){.contactus_box .contact_form form label.left{margin-right:0}}.contactus_box .contact_form form label.width50Percent{width:calc(50% - 4px)}@media (max-width:575px){.contactus_box .contact_form form label.width50Percent{width:100%}}.contactus_box .contact_form form button{width:100%;height:48px;background:#f36100;font-family:"Geist Mono",serif;font-size:16px;font-weight:500;color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:none;cursor:pointer;margin-top:12px}.contactus_box .clsMsg{max-width:676px;margin:10px auto 0}.contactus_box .contact_address{max-width:334px;margin:80px auto 32px}@media (max-width:480px){.contactus_box .contact_address{width:calc(100% - 40px);max-width:inherit;margin:50px auto}}.contactus_box .contact_address ul{display:flex}@media (max-width:480px){.contactus_box .contact_address ul{flex-direction:column}}.contactus_box .contact_address ul li{display:flex;flex-direction:column;align-items:center;margin-right:20px;text-align:center}@media (max-width:480px){.contactus_box .contact_address ul li{margin:0 0 40px}}.contactus_box .contact_address ul li h4{font-size:24px;font-weight:600;color:#000;margin:18px 0 13px}@media (max-width:480px){.contactus_box .contact_address ul li h4{margin:10px 0 3px}}.contactus_box .contact_address ul li span.txt{font-size:16px;line-height:24px;text-align:center;color:#000}.contactus_box .contact_address ul li.find_us:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:28px;height:40px;background-position:-162px -525px}.contactus_box .contact_address ul li.call_us:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:36px;height:40px;background-position:-162px -568px}.contactus_box .contact_address ul li:last-child{margin:0}.contactus_box .google_map{width:100%;background:#d9d9d9;display:flex;justify-content:center;align-items:center}.contactus_box .google_map iframe{width:100%}.contactus_box.do_not_sell{width:calc(100% - 120px);margin:60px auto;padding:0}@media (max-width:767px){.contactus_box.do_not_sell{width:calc(100% - 60px);margin:30px auto}}@media (max-width:480px){.contactus_box.do_not_sell{width:calc(100% - 40px);margin:20px auto}}.contactus_box.do_not_sell .contact_form{width:100%;padding:50px}@media (max-width:767px){.contactus_box.do_not_sell .contact_form{padding:30px}}@media (max-width:480px){.contactus_box.do_not_sell .contact_form{padding:20px}}.contactus_box.do_not_sell .clsMsg .msg_block{padding:50px 20px;border:none}.contactus_box.subscribe_box{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;padding:50px 0}.contactus_box.subscribe_box #subscribeform div{margin:0 auto}.forVendors_section{margin:48px auto}.forVendors_section .fc_profile_section .topHeader{width:calc(100% - 60px);max-width:908px;margin:0 auto;text-align:center}@media (max-width:939px){.forVendors_section .fc_profile_section .topHeader{width:calc(100% - 40px);max-width:650px}}.forVendors_section .fc_profile_section .topHeader h2{font-size:37px;line-height:44px;margin-bottom:15px}@media (max-width:575px){.forVendors_section .fc_profile_section .topHeader h2{font-size:32px;line-height:34px}}@media (max-width:379px){.forVendors_section .fc_profile_section .topHeader h2{font-size:26px;line-height:33px}}.forVendors_section .fc_profile_section .topHeader p{font-size:21px;font-weight:400;line-height:30px}@media (max-width:767px){.forVendors_section .fc_profile_section .topHeader p{font-size:18px;line-height:25px}}.forVendors_section .fc_profile_section .profile_list_block_content{width:calc(100% - 60px);max-width:1331px;margin:40px auto 0}@media (max-width:939px){.forVendors_section .fc_profile_section .profile_list_block_content{width:calc(100% - 40px);max-width:650px}}.forVendors_section .fc_profile_section .profile_list_block_content ul{display:flex;flex-wrap:wrap;justify-content:center}.forVendors_section .fc_profile_section .profile_list_block_content ul li{width:calc(33.3333% - 20px);display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(226,135,68,.2);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:31px 0;margin:0 29px 29px 0}@media (max-width:939px){.forVendors_section .fc_profile_section .profile_list_block_content ul li{width:100%;margin:0 0 20px}}.forVendors_section .fc_profile_section .profile_list_block_content ul li .icon{width:72px;height:72px;display:flex;justify-content:center;align-items:center;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;box-shadow:2px 2px 7px 4px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 7px 4px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 7px 4px rgba(50,50,50,.05)}.forVendors_section .fc_profile_section .profile_list_block_content ul li span.number{font-size:55px;font-weight:800;margin:30px 0}@media (max-width:1139px){.forVendors_section .fc_profile_section .profile_list_block_content ul li span.number{font-size:40px}}.forVendors_section .fc_profile_section .profile_list_block_content ul li span.number.org_txt{color:#e28744}.forVendors_section .fc_profile_section .profile_list_block_content ul li span.number.green_txt{color:#5dae59}.forVendors_section .fc_profile_section .profile_list_block_content ul li span.number.blue_txt{color:#56c2ff}.forVendors_section .fc_profile_section .profile_list_block_content ul li span.number.red_txt{color:#ee4266}.forVendors_section .fc_profile_section .profile_list_block_content ul li span.number.violet_txt{color:#7856ff}.forVendors_section .fc_profile_section .profile_list_block_content ul li span.txt{max-width:248px;font-family:"Geist Mono",serif;font-size:18px;font-weight:500;line-height:24px}.forVendors_section .fc_profile_section .profile_list_block_content ul li:nth-child(3n){margin-right:0}.forVendors_section .what_we_offer_section{width:calc(100% - 60px);max-width:1334px;margin:24px auto 0}@media (max-width:939px){.forVendors_section .what_we_offer_section{max-width:650px}}.forVendors_section .what_we_offer_section h2{font-size:35px;display:flex;justify-content:center;align-items:center}@media (max-width:939px){.forVendors_section .what_we_offer_section h2{font-size:35px}}@media (max-width:575px){.forVendors_section .what_we_offer_section h2{font-size:31px}}@media (max-width:480px){.forVendors_section .what_we_offer_section h2{text-align:center}}@media (max-width:379px){.forVendors_section .what_we_offer_section h2{font-size:28px}}.forVendors_section .what_we_offer_section h2:after,.forVendors_section .what_we_offer_section h2:before{content:"";display:block;background:#cacaea;width:34%;height:8px;border-radius:40px;-moz-border-radius:40px;-webkit-border-radius:40px}@media (max-width:1139px){.forVendors_section .what_we_offer_section h2:after,.forVendors_section .what_we_offer_section h2:before{width:29%}}@media (max-width:939px){.forVendors_section .what_we_offer_section h2:after,.forVendors_section .what_we_offer_section h2:before{width:170px}}@media (max-width:767px){.forVendors_section .what_we_offer_section h2:after,.forVendors_section .what_we_offer_section h2:before{width:70px}}.forVendors_section .what_we_offer_section h2:before{margin-right:15px}.forVendors_section .what_we_offer_section h2:after{margin-left:15px}.forVendors_section .what_we_offer_section .what_we_offer_list_content{margin-top:37px}.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li{display:flex;justify-content:center;align-items:center;margin-bottom:48px}@media (max-width:939px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li{flex-direction:column-reverse;margin-bottom:65px}}.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .text_block{max-width:457px;margin-right:120px}@media (max-width:1139px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .text_block{width:calc(100% - 450px);max-width:inherit;margin-right:50px}}@media (max-width:939px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .text_block{width:100%;margin-right:0;text-align:center}}.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .text_block h3{max-width:455px;font-size:28px;line-height:34px}@media (max-width:939px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .text_block h3{width:100%;margin:0 auto}}.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .text_block p{line-height:24px;margin:8px 0 10px}.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .text_block a{font-family:"Geist Mono",serif;font-weight:500;color:#1c1259}@media (max-width:1139px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block{width:400px}}@media (max-width:939px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block{width:100%;text-align:center;margin-bottom:20px}}.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block img{width:auto;height:auto}@media (max-width:1139px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block img{width:100%}}@media (max-width:939px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block img{width:auto}}@media (max-width:767px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block img{max-width:500px}}@media (max-width:575px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block img{max-width:400px}}@media (max-width:480px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block img{max-width:300px}}@media (max-width:379px){.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li .img_block img{max-width:250px}}.forVendors_section .what_we_offer_section .what_we_offer_list_content ul li:last-child{margin-bottom:0}.forVendors_section .forVendors_profile_options{margin:48px 0}.forVendors_section .forVendors_profile_options h2{font-size:40px;text-align:center}@media (max-width:575px){.forVendors_section .forVendors_profile_options h2{font-size:31px}}.forVendors_section .forVendors_profile_options .profile_option_boxes{background:#fafafa;padding:48px 0;margin-top:29px}.forVendors_section .forVendors_profile_options .profile_option_boxes .container{width:calc(100% - 60px);max-width:858px;display:flex;justify-content:center;margin:0 auto}@media (max-width:939px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container{width:calc(100% - 40px)}}@media (max-width:767px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container{flex-direction:column}}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock{margin-bottom:30px}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader{display:flex;flex-direction:column;align-items:center;min-height:146px;border-bottom:1px solid #f0f1f2;padding-bottom:15px;margin-bottom:37px}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader h3{font-family:"Inter",serif;font-size:32px}@media (max-width:575px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader h3{font-size:28px}}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader p{max-width:258px;font-family:"Geist Mono",serif;font-weight:500;line-height:24px;text-align:center;margin:11px 0 15px}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader span.clsBadge{font-size:14px;font-weight:700;text-transform:uppercase;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader span.clsBadge:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader span.clsBadge.verifiedBadge{width:139px;height:32px;background:rgba(120,86,255,.2);color:#7856ff}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader span.clsBadge.verifiedBadge:after{width:16px;height:14px;background-position:-363px -322px;margin-left:9px}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader span.clsBadge.premiumBadge{width:227px;height:32px;background:rgba(226,135,68,.2);color:#e28744}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .topHeader span.clsBadge.premiumBadge:after{width:14px;height:13px;background-position:-364px -352px;margin-left:11px}@media (max-width:767px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .listContent ul{display:flex;flex-direction:column;align-items:center}}@media (max-width:575px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .listContent ul{align-items:baseline}}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .listContent ul li{list-style-type:disc;margin:0 0 15px 20px;line-height:24px}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .topContentBlock .listContent ul li:last-child{margin-bottom:0}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .footerContentBlock .btn a{width:100%;max-width:368px;height:48px;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;font-size:16px;font-weight:500;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;margin:0 auto}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .footerContentBlock .btn a:hover{color:#fff!important}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .footerContentBlock .btn.btnVerified a{border:1px solid #7856ff;color:#7856ff}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .footerContentBlock .btn.btnVerified a:hover{background:#7856ff}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .footerContentBlock .btn.btnPremium a{border:1px solid #f36100;color:#f36100}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .footerContentBlock .btn.btnPremium a:hover{background:#f36100}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .premium_vendor_box,.forVendors_section .forVendors_profile_options .profile_option_boxes .container .verified_vendor_box{width:400px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:2px 2px 7px 1px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 7px 1px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 7px 1px rgba(50,50,50,.1);padding:33px 16px}@media (max-width:939px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container .premium_vendor_box,.forVendors_section .forVendors_profile_options .profile_option_boxes .container .verified_vendor_box{width:calc(50% - 10px)}}@media (max-width:767px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container .premium_vendor_box,.forVendors_section .forVendors_profile_options .profile_option_boxes .container .verified_vendor_box{width:100%}}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .verified_vendor_box{margin-right:58px}@media (max-width:1139px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container .verified_vendor_box{margin-right:20px}}@media (max-width:767px){.forVendors_section .forVendors_profile_options .profile_option_boxes .container .verified_vendor_box{margin-right:0}}.forVendors_section .forVendors_profile_options .profile_option_boxes .container .premium_vendor_box .topContentBlock .topHeader h3 span{color:#e28744}.forVendors_section .forVendors_scheduleh_demo .form{display:flex;flex-direction:column;align-items:center}.forVendors_section .forVendors_scheduleh_demo .form .logo{margin-bottom:49px}@media (max-width:939px){.forVendors_section .forVendors_scheduleh_demo .form .logo{margin-bottom:25px}}.forVendors_section .forVendors_scheduleh_demo .form h2{font-size:40px}@media (max-width:575px){.forVendors_section .forVendors_scheduleh_demo .form h2{font-size:31px}}.forVendors_section .forVendors_scheduleh_demo .form form{width:100%;max-width:676px;margin-top:33px}@media (max-width:939px){.forVendors_section .forVendors_scheduleh_demo .form form{width:calc(100% - 40px);max-width:650px}}.forVendors_section .forVendors_scheduleh_demo .form form label{width:100%;display:flex;flex-direction:column;margin-bottom:20px}.forVendors_section .forVendors_scheduleh_demo .form form label input{width:100%;height:48px;font-family:"Inter",serif;font-size:16px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding-left:8px;margin-top:12px;color:#000}.forVendors_section .forVendors_scheduleh_demo .form form label input::-webkit-input-placeholder{color:rgba(50,50,50,.5)}.forVendors_section .forVendors_scheduleh_demo .form form label input:-ms-input-placeholder{color:rgba(50,50,50,.5)}.forVendors_section .forVendors_scheduleh_demo .form form label input::-ms-input-placeholder{color:rgba(50,50,50,.5)}.forVendors_section .forVendors_scheduleh_demo .form form label input::placeholder{color:rgba(50,50,50,.5)}.forVendors_section .forVendors_scheduleh_demo .form form label.width50Percent{width:calc(50% - 4px)}@media (max-width:575px){.forVendors_section .forVendors_scheduleh_demo .form form label.width50Percent{width:100%}}.forVendors_section .forVendors_scheduleh_demo .form form label.left{float:left;margin-right:8px}@media (max-width:575px){.forVendors_section .forVendors_scheduleh_demo .form form label.left{float:none;margin-right:0}}.forVendors_section .forVendors_scheduleh_demo .form form label.right{float:right}@media (max-width:575px){.forVendors_section .forVendors_scheduleh_demo .form form label.right{float:none}}.forVendors_section .forVendors_scheduleh_demo .form form button{width:100%;height:48px;background:#f36100;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;border:none;cursor:pointer;margin-top:16px}.forVendors_section .forVendors_scheduleh_demo .form .clsMsg{width:100%;max-width:676px;margin-top:10px}.login_page{width:calc(100% - 60px);max-width:884px;background:#fff;box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:0 auto;padding:50px 0}@media (max-width:939px){.login_page{width:calc(100% - 40px)}}@media (max-width:575px){.login_page{padding:30px 0}}@media (max-width:379px){.login_page{width:100%}}.login_page .login_form{width:calc(100% - 160px);max-width:676px;margin:0 auto;color:#000}@media (max-width:939px){.login_page .login_form{width:calc(100% - 40px)}}.login_page .login_form h1{font-size:35px;margin-bottom:5px}.login_page .login_form p{line-height:25px}@media (max-width:379px){.login_page .login_form p{font-size:16px;line-height:29px}}.login_page .login_form p a{font-family:"Geist Mono",serif;font-weight:600;color:#000;text-decoration:underline}.login_page .login_form form{text-align:left}.login_page .login_form form label{display:block;font-family:"Inter",serif;font-size:12px;font-weight:600;text-transform:uppercase;color:#323232;margin-bottom:25px}.login_page .login_form form label input{font-family:"Inter",serif;font-size:16px;width:100%;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:17px 15px 16px;margin-top:10px;color:#000;border:1px solid #f0f1f2}.login_page .login_form form label input::-webkit-input-placeholder{color:#323232}.login_page .login_form form label input:-ms-input-placeholder{color:#323232}.login_page .login_form form label input::-ms-input-placeholder{color:#323232}.login_page .login_form form label input::placeholder{color:#323232}.login_page .login_form form button{font-family:"Geist Mono",serif;background-color:#f36100;width:100%;height:50px;display:flex;justify-content:center;align-items:center;border:none;color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:20px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.login_page .login_form form ::-webkit-input-placeholder{color:#c3c3c3;font-size:16px}.login_page .login_form form :-ms-input-placeholder{color:#c3c3c3;font-size:16px}.login_page .login_form form ::-ms-input-placeholder{color:#c3c3c3;font-size:16px}.login_page .login_form form ::placeholder{color:#c3c3c3;font-size:16px}.b_space{background:#132d72;height:195px;width:100%;max-width:1400px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.insideheader.press_release_individual{padding:50px 34px}@media (max-width:575px){.insideheader.press_release_individual{padding:20px 30px 50px}}@media (max-width:379px){.insideheader.press_release_individual{padding:50px 20px}}.insideheader.press_release_individual h1{font-size:40px;line-height:50px}@media (max-width:480px){.insideheader.press_release_individual h1{font-size:33px;line-height:45px}}@media (max-width:379px){.insideheader.press_release_individual h1{font-size:24px;line-height:34px}}.insideheader.press_release_individual .details{font-family:"Geist Mono",serif;display:flex;justify-content:center;margin-top:20px}@media (max-width:480px){.insideheader.press_release_individual .details{flex-direction:column;align-items:center;font-size:14px}}.insideheader.press_release_individual .details span{color:#fff}@media (max-width:480px){.insideheader.press_release_individual .details span.posted_by{margin-bottom:10px}}.insideheader.press_release_individual .details span a{color:#fff}.press-release-header{background:#fff;padding:40px 0 55px}.press-release-header .heading{text-align:center}@media (max-width:480px){.press-release-header .heading{width:320px;margin:0 auto}}.press-release-header .heading h1{margin:0 0 4px}.press-release-header .heading h2{margin:0}@media (max-width:575px){.press-release-header .heading h2{font-size:19px}}.press_section_middle_section{padding:35px 0 0}@media (max-width:575px){.press_section_middle_section{padding-top:50px}}.press_section_middle_section .container{width:calc(100% - 60px);max-width:1131px;margin:0 auto;padding:0}@media (max-width:939px){.press_section_middle_section .container{width:calc(100% - 40px)}}.press_section_middle_section .container .search_result_bar{display:flex;justify-content:space-between;align-items:center}@media (max-width:575px){.press_section_middle_section .container .search_result_bar{flex-direction:column}}.press_section_middle_section .container .search_result_bar .search_result_block{font-family:"Geist Mono",serif;font-size:18px}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .search_result_block{font-size:16px}}@media (max-width:939px){.press_section_middle_section .container .search_result_bar .search_result_block{font-size:18px;margin-right:0}}@media (max-width:575px){.press_section_middle_section .container .search_result_bar .search_result_block{margin-bottom:10px}}.press_section_middle_section .container .search_result_bar .search_result_block span.resultDisplay{color:#1c1259;font-weight:700}.press_section_middle_section .container .search_result_bar .vendor_search_block{margin-right:68px}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .vendor_search_block{margin-right:2%}}@media (max-width:939px){.press_section_middle_section .container .search_result_bar .vendor_search_block{margin:15px 0}}.press_section_middle_section .container .search_result_bar .vendor_search_block form{display:flex}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box{position:relative}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box input{width:283px;height:46px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #979797;line-height:26px;padding:2px 0 0 44px;font-size:16px;color:#999;font-weight:400}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box input{width:243px;font-size:14px}}@media (max-width:939px){.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box input{width:283px;font-size:16px}}@media (max-width:575px){.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box input{width:243px;font-size:14px}}@media (max-width:379px){.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box input{width:227px;padding-left:39px}}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-webkit-input-placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box :-ms-input-placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-ms-input-placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-webkit-input-placeholder{font-size:14px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box :-ms-input-placeholder{font-size:14px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-ms-input-placeholder{font-size:14px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::placeholder{font-size:14px}}@media (max-width:939px){.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-webkit-input-placeholder{font-size:16px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box :-ms-input-placeholder{font-size:16px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-ms-input-placeholder{font-size:16px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::placeholder{font-size:16px}}@media (max-width:575px){.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-webkit-input-placeholder{font-size:14px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box :-ms-input-placeholder{font-size:14px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::-ms-input-placeholder{font-size:14px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box ::placeholder{font-size:14px}}.press_section_middle_section .container .search_result_bar .vendor_search_block form .input_box span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:20px;height:20px;background-position:-68px -459px;position:absolute;top:13px;left:14px}.press_section_middle_section .container .search_result_bar .vendor_search_block form .btn_search input[type=button]{width:55px;height:46px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-color:#132d72;font-size:16px;font-weight:600;color:#fff;border:none;margin-left:7px;cursor:pointer}.press_section_middle_section .container .search_result_bar .vendor_sorting_block{display:flex;align-items:center;margin-right:86px}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .vendor_sorting_block{margin-right:2%}}@media (max-width:939px){.press_section_middle_section .container .search_result_bar .vendor_sorting_block{margin:15px 0}}.press_section_middle_section .container .search_result_bar .vendor_sorting_block span.sortBy{color:#002067;font-weight:600;font-size:18px;margin-right:13px}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .vendor_sorting_block span.sortBy{font-size:16px;margin-right:10px}}.press_section_middle_section .container .search_result_bar .vendor_sorting_block .selectdiv{position:relative;float:left;top:1px}.press_section_middle_section .container .search_result_bar .vendor_sorting_block .selectdiv select{border:2px solid #c8c8c8;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;width:178px;padding:11px 13px;font-size:18px;color:#4a4a4a}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .vendor_sorting_block .selectdiv select{width:140px;font-size:16px}}@media (max-width:939px){.press_section_middle_section .container .search_result_bar .vendor_sorting_block .selectdiv select{width:158px;border:1px solid #c8c8c8}}.press_section_middle_section .container .search_result_bar .vendor_sorting_block .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:27px;height:12px;background-position:-213px -383px;right:0;top:18px;position:absolute;pointer-events:none}.press_section_middle_section .container .search_result_bar .pagination_block{font-family:"Geist Mono",serif;font-size:18px}@media (max-width:1139px){.press_section_middle_section .container .search_result_bar .pagination_block{font-size:16px}}.press_section_middle_section .container .search_result_bar .pagination_block span.txt{padding-right:4px}.press_section_middle_section .container .search_result_bar .pagination_block ul{float:right}.press_section_middle_section .container .search_result_bar .pagination_block ul li{float:left;padding:0 13px;border-right:1px solid #666;line-height:15px;position:relative;top:5px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.press_section_middle_section .container .search_result_bar .pagination_block ul li:last-child{border-right:none;padding-right:0}.press_section_middle_section .container .search_result_bar .pagination_block ul li a{text-decoration:underline}.press_section_middle_section .container .search_result_bar .pagination_block ul li a:hover{border-bottom:none}.press_section_middle_section .container .search_result_bar .pagination_block ul li.active a{font-weight:700;color:#1c1259;text-decoration:none;border-bottom:none}.press_section_middle_section .container .press_release_section{background:#fff;margin-top:30px}.press_section_middle_section .container .press_release_section ul li{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);margin-bottom:20px}@media (max-width:939px){.press_section_middle_section .container .press_release_section ul li{flex-direction:column}}.press_section_middle_section .container .press_release_section ul li .left{display:flex;align-items:center}@media (max-width:939px){.press_section_middle_section .container .press_release_section ul li .left{flex-direction:column}}.press_section_middle_section .container .press_release_section ul li .left span.date{color:#323232;font-family:"Geist Mono",serif;font-weight:600}@media (max-width:939px){.press_section_middle_section .container .press_release_section ul li .left span.date{order:2;font-size:13px;margin:7px 0 10px}}.press_section_middle_section .container .press_release_section ul li .left .img_block{margin:0 10px}@media (max-width:939px){.press_section_middle_section .container .press_release_section ul li .left .img_block{display:flex;order:1}}.press_section_middle_section .container .press_release_section ul li .left .img_block img{width:70px;height:64px}.press_section_middle_section .container .press_release_section ul li .left span.title{font-family:"Geist Mono",serif;font-size:18px;line-height:24px;color:#000;margin-right:20px;word-break:break-word}@media (max-width:939px){.press_section_middle_section .container .press_release_section ul li .left span.title{order:3;text-align:center;margin-right:0}}@media (max-width:480px){.press_section_middle_section .container .press_release_section ul li .left span.title{font-size:16px}}@media (max-width:939px){.press_section_middle_section .container .press_release_section ul li .right{margin-top:20px}}.press_section_middle_section .container .press_release_section ul li .right span.read_more a{width:120px;height:40px;background:#1c1259;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;font-size:16px;font-weight:500;border:1px solid #1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;text-transform:capitalize}@media (max-width:939px){.press_section_middle_section .container .press_release_section ul li .right span.read_more a{width:120px;height:38px}}.press_section_middle_section .container .press_release_section ul li:last-child{margin-bottom:0}.press_section_middle_section .container .press_release_section .pagination{margin:0 auto}@media (max-width:939px){.press_section_middle_section .container .press_release_section .pagination{margin-bottom:47px}}@media (max-width:939px){.press_section_middle_section .container .press_release_section .pagination ul{margin-bottom:0}}.press_section_middle_section .container .press_release_section .pagination ul li{display:block;padding:0;border-bottom:none;margin-bottom:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.press_release_individual .header{background:url(https://www.featuredcustomers.com/images/bg-press-release-individual.webp) repeat-x 0 0;height:381px;padding:65px 0 63px;color:#fff;text-align:center;position:relative}@media (max-width:480px){.press_release_individual .header{background-size:contain;height:auto}}.press_release_individual .header h1{width:80%;max-width:1000px;margin:0 auto;font-size:36px;font-weight:700;line-height:45px;height:135px}@media (max-width:939px){.press_release_individual .header h1{font-size:27px;line-height:34px}}@media (max-width:575px){.press_release_individual .header h1{height:auto}}@media (max-width:379px){.press_release_individual .header h1{font-size:30px;line-height:40px}}.press_release_individual .header .details{font-size:14px;font-weight:600;margin-top:28px}@media (max-width:575px){.press_release_individual .header .details{display:flex;justify-content:center}}@media (max-width:480px){.press_release_individual .header .details{flex-direction:column;line-height:30px}}.press_release_individual .header .details span.posted_by{display:inline-block;margin-right:15px}@media (max-width:575px){.press_release_individual .header .details span.posted_by{margin-right:30px}}@media (max-width:480px){.press_release_individual .header .details span.posted_by{display:block;margin-right:0}}@media (max-width:575px){.press_release_individual .press_release_content_section{padding-bottom:6px}}.press_release_individual .press_release_content_section .content_box_section{width:94%;max-width:1000px;margin:0 auto;background-color:#fff;box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);position:relative;padding-top:70px}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section{padding-top:50px}}@media (max-width:480px){.press_release_individual .press_release_content_section .content_box_section{width:100%;margin-top:0}}.press_release_individual .press_release_content_section .content_box_section .links{font-family:"Geist Mono",serif;font-size:20px;padding-bottom:20px;margin-bottom:50px;border-bottom:1px solid #f0f1f2}.press_release_individual .press_release_content_section .content_box_section .links ul{display:flex;justify-content:center;align-items:center}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .links ul{flex-direction:column}}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .links ul li{line-height:40px}}.press_release_individual .press_release_content_section .content_box_section .links ul li:first-child{text-transform:uppercase;font-weight:600;margin-right:15px}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .links ul li:first-child{margin-right:0}}@media (max-width:379px){.press_release_individual .press_release_content_section .content_box_section .links ul li:first-child{font-size:14px}}.press_release_individual .press_release_content_section .content_box_section .links ul li:last-child{display:flex;font-size:18px;font-weight:600}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .links ul li:last-child{align-items:center}}@media (max-width:379px){.press_release_individual .press_release_content_section .content_box_section .links ul li:last-child{font-size:16px}}.press_release_individual .press_release_content_section .content_box_section .links ul li:last-child:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:25px;height:24px;background-position:-150px -176px;margin-right:7px}.press_release_individual .press_release_content_section .content_box_section .links ul li:last-child a{color:#e28744}.press_release_individual .press_release_content_section .content_box_section .press_release_content_box{width:calc(100% - 100px);font-family:"Inter",serif;margin:0 auto;padding-bottom:40px}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .press_release_content_box{text-align:center;padding-bottom:20px}}@media (max-width:767px){.press_release_individual .press_release_content_section .content_box_section .press_release_content_box{width:calc(100% - 60px)}}@media (max-width:480px){.press_release_individual .press_release_content_section .content_box_section .press_release_content_box{width:calc(100% - 40px)}}.press_release_individual .press_release_content_section .content_box_section .press_release_content_box p{font-size:16px;line-height:24px;margin-bottom:25px}.press_release_individual .press_release_content_section .content_box_section .press_release_content_box p img{max-width:375px;margin:35px 0 20px 35px;float:right;height:auto!important;width:auto!important}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .press_release_content_box p img{float:none;max-width:inherit;width:100%!important;margin:20px 0}}.press_release_individual .press_release_content_section .content_box_section .press_release_content_box .brief{margin-bottom:81px}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .press_release_content_box .brief{margin-bottom:30px}}.press_release_individual .press_release_content_section .content_box_section .press_release_content_box .brief img{max-width:375px;float:right;margin:0 0 20px 20px;height:auto!important;width:auto!important}@media (max-width:939px){.press_release_individual .press_release_content_section .content_box_section .press_release_content_box .brief img{display:block;float:none;width:100%;margin:0 auto 40px}}@media (max-width:480px){.press_release_individual .press_release_content_section .content_box_section .press_release_content_box .brief img{width:100%!important}}.header_blog{background:url(https://www.featuredcustomers.com/images/bg_header_blog.webp) no-repeat 0 0;background-size:cover;padding:74px 0 146px;text-align:center}@media (max-width:575px){.header_blog{padding-top:40px}}.header_blog .heading{line-height:51px;padding:0 33px}.header_blog .heading h1{color:#fff;margin:0}@media (max-width:939px){.header_blog .heading h1{font-size:42px}}@media (max-width:575px){.header_blog .heading h1{font-size:34px;line-height:44px}}.header_blog .heading h2{color:#fff;margin:0}@media (max-width:939px){.header_blog .heading h2{font-size:18px;line-height:24px;margin-top:15px}}@media (max-width:575px){.header_blog .heading h2{line-height:28px}}.featured_post_section{background-color:#fff;position:relative;text-align:center;margin:0 auto}.featured_post_section .featured-posts{position:relative;top:-101px;overflow:hidden}.featured_post_section .featured-posts .featured_post_container{width:calc(100% - 66px);max-width:940px;margin:0 auto}@media (max-width:939px){.featured_post_section .featured-posts .featured_post_container{width:calc(100% - 34px)}}.featured_post_section .featured-posts .featured_post_container span.heading{font-size:21px;font-weight:400;line-height:22px;color:#fff}.featured_post_section .featured-posts .featured_post_container ul{margin-top:29px}@media (max-width:939px){.featured_post_section .featured-posts .featured_post_container ul{display:flex;flex-wrap:wrap;justify-content:center}}.featured_post_section .featured-posts .featured_post_container ul li{width:455px;float:left;background-color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 25px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.2);margin-right:30px;margin-bottom:50px}@media (max-width:1139px){.featured_post_section .featured-posts .featured_post_container ul li{width:calc(50% - 15px)}}@media (max-width:939px){.featured_post_section .featured-posts .featured_post_container ul li{width:100%;max-width:500px;margin-right:0}}@media (max-width:575px){.featured_post_section .featured-posts .featured_post_container ul li{max-width:362px}}.featured_post_section .featured-posts .featured_post_container ul li .img_block img{width:100%;max-height:295px;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0}.featured_post_section .featured-posts .featured_post_container ul li .content_box{text-align:center;padding:26px 0 35px;max-width:351px;margin:0 auto}.featured_post_section .featured-posts .featured_post_container ul li .content_box .title{font-size:24px;font-weight:700;line-height:34px;color:#000}@media (max-width:480px){.featured_post_section .featured-posts .featured_post_container ul li .content_box .title{padding:0 25px}}.featured_post_section .featured-posts .featured_post_container ul li .content_box span.post_date{font-size:12px;font-weight:600;color:#f08231;display:block;margin-top:20px}.featured_post_section .featured-posts .featured_post_container ul li:last-child{margin-right:0}.post_content_section{position:relative;margin-top:-97px}.post_content_section .container-fluid{background-color:#fff;overflow:hidden;max-width:inherit}.post_content_section .container-fluid .post_content_box{width:calc(100% - 66px);max-width:1163px;margin:0 auto}@media (max-width:939px){.post_content_section .container-fluid .post_content_box{width:calc(100% - 34px);max-width:500px}}@media (max-width:575px){.post_content_section .container-fluid .post_content_box{max-width:362px}}.blog_detail_page .blog_header_detail{display:flex}@media (max-width:939px){.blog_detail_page .blog_header_detail{flex-wrap:wrap}}.blog_detail_page .blog_header_detail .left{width:50%;line-height:0}@media (max-width:939px){.blog_detail_page .blog_header_detail .left{width:100%}}.blog_detail_page .blog_header_detail .left img{width:100%}.blog_detail_page .blog_header_detail .right{width:50%;background:url(https://www.featuredcustomers.com/images/bg_blog_detail_header_right.webp) #f08230 repeat-x 0 0;color:#fff;display:flex;flex-direction:column;justify-content:center}@media (max-width:939px){.blog_detail_page .blog_header_detail .right{width:100%}}.blog_detail_page .blog_header_detail .right .header_content{width:468px;margin:0 auto}@media (max-width:1139px){.blog_detail_page .blog_header_detail .right .header_content{width:400px}}@media (max-width:939px){.blog_detail_page .blog_header_detail .right .header_content{width:calc(100% - 34px);max-width:500px;padding:40px 0}}@media (max-width:575px){.blog_detail_page .blog_header_detail .right .header_content{padding:40px}}@media (max-width:480px){.blog_detail_page .blog_header_detail .right .header_content{width:calc(100% - 34px);padding:40px 0}}.blog_detail_page .blog_header_detail .right .header_content span.heading{display:block;transform:skewX(-10deg);-webkit-transform:skewX(-10deg);-moz-transform:skewX(-10deg);font-size:48px;font-weight:800;line-height:60px}@media (max-width:1139px){.blog_detail_page .blog_header_detail .right .header_content span.heading{font-size:36px;line-height:45px}}@media (max-width:939px){.blog_detail_page .blog_header_detail .right .header_content span.heading{transform:skewX(0deg);-webkit-transform:skewX(0deg);-moz-transform:skewX(0deg)}}@media (max-width:575px){.blog_detail_page .blog_header_detail .right .header_content span.heading{font-size:38px}}@media (max-width:480px){.blog_detail_page .blog_header_detail .right .header_content span.heading{font-size:30px;line-height:37px}}.blog_detail_page .blog_header_detail .right .header_content span.details{display:block;margin-top:16px;overflow:hidden}.blog_detail_page .blog_header_detail .right .header_content span.details ul li{float:left;font-size:14px;margin-right:15px}@media (max-width:939px){.blog_detail_page .blog_header_detail .right .header_content span.details ul li{float:none;line-height:27px}}.blog_detail_page .blog_header_detail .right .header_content span.details ul li:last-child{margin-right:0}.blog_detail_page .blog_header_detail.blog_header_detail_template .right{background:#470093}.blog_detail_page .blog_header_detail.blog_header_detail_template .right .header_content{margin-left:72px}@media (max-width:1139px){.blog_detail_page .blog_header_detail.blog_header_detail_template .right .header_content{margin:0 auto}}.blog_detail_page .blog_header_detail.blog_header_detail_template .right .header_content span.heading{font-weight:700;-webkit-transform:inherit;transform:inherit;font-size:36px;line-height:45px}@media (max-width:1139px){.blog_detail_page .blog_header_detail.blog_header_detail_template .right .header_content span.heading{font-size:34px;line-height:42px}}.blog_detail_page .blog_header_detail.blog_header_detail_template.template05 .right{background:#132d72}.blog_detail_page .blog_individual_body_content{background-color:#e4e8ed;padding-bottom:242px}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content{padding-bottom:142px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content{padding-bottom:50px}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content{padding-bottom:0}}.blog_detail_page .blog_individual_body_content .width_container{max-width:1000px;margin:0 auto}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container{max-width:802px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container{width:calc(100% - 34px);max-width:500px}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container{width:100%}}.blog_detail_page .blog_individual_body_content .width_container .post_detail_content{width:100%;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);padding:12px 95px 30px 90px}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_detail_content{padding:12px 40px 30px}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_detail_content{padding:12px 17px 30px}}.blog_detail_page .blog_individual_body_content .width_container .post_detail_content p{font-size:21px;color:#3a3a3a;line-height:34px}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_detail_content p{font-size:18px;line-height:30px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);margin-top:30px;padding-bottom:53px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block{display:flex;border-bottom:2px solid #f4f4f4}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block{flex-wrap:wrap;border-bottom:none}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left{width:369px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left{width:100%;padding:60px 0 40px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left .logo{padding-top:45px}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left .logo{padding-top:0;padding-bottom:25px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left .logo img{max-width:200px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left .customer_rating_detail{line-height:30px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left .customer_rating_detail span.txt{font-size:14px;line-height:30px;text-transform:uppercase;color:#002067;display:block}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left .customer_rating_detail .clsRating{display:flex;font-size:18px;color:#424242}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .left .customer_rating_detail .clsRating .starRating{margin-left:13px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right{width:calc(100% - 369px);line-height:0;position:relative}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right{width:calc(100% - 80px);margin:0 auto}}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right{width:calc(100% - 86px)}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right{width:100%}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right img{width:100%}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right .post_number{width:0;height:0;border-top:85px solid transparent;border-bottom:85px solid transparent;border-left:85px solid #132d72;position:absolute;top:-55px;right:-12.4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right .post_number{display:none}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right .post_number .number{font-size:48px;font-weight:600;-webkit-transform:rotate(45deg);transform:rotate(45deg);color:#fff;position:absolute;top:-9px;right:24px;letter-spacing:4px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .header_block .right .post_number .number sup{font-size:28px;position:relative;top:4px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .description_block{width:calc(100% - 175px);margin:0 auto;padding-top:42px}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .description_block{width:calc(100% - 80px)}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .description_block{width:calc(100% - 34px)}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .description_block span.vendor_name{font-size:28px;font-weight:600;line-height:30px;color:#091f75;display:block}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .description_block p{font-size:21px;line-height:34px;color:#3a3a3a;margin:9px 0}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .description_block p{font-size:18px;line-height:30px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy{display:flex;flex-direction:column;align-items:center;padding:20px 0 40px;margin:0 auto 15px;box-shadow:0 2px 2px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);position:relative}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy span.heading{font-size:18px;font-weight:700;letter-spacing:2px;line-height:30px;color:#091f75;margin-bottom:15px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo{width:calc(100% - 175px);display:flex;justify-content:space-evenly;align-items:center}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo{width:calc(100% - 80px)}}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo{width:calc(100% - 34px)}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo .logo{width:20%;text-align:center}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo .logo{width:33.333%;margin:10px 0}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo .logo img{max-width:160px}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo .logo img{max-width:100px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo .logo img{max-width:60px}}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo .logo img{max-width:90px;max-height:35px}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy .trusted_companies_logo .logo img{max-width:60px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy:after{content:"";width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid #132d72;position:absolute;bottom:-27px;right:-4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .trustedBy:after{display:none}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block{padding-top:12px;overflow:hidden}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block .heading{font-size:18px;font-weight:700;letter-spacing:2px;line-height:30px;color:#333;display:flex;align-items:center;padding:4px 0 0 20px;margin-left:46px}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block .heading{margin-left:40px}}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block .heading{flex-direction:column;margin-left:0;padding-left:0}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block .heading:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:45px;height:45px;background-position:-160px -20px;top:-4px;right:20px}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block .heading:before{display:block;right:0}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul{margin-top:38px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li{overflow:hidden;padding-top:80px;position:relative}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li:after{content:"";width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid #132d72;position:absolute;top:24px;right:-4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li:after{display:none}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .left{width:347px;float:left;font-size:14px}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .left{width:300px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .left{width:100%}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .left .img_block{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .left .img_block img{margin-bottom:20px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .left .img_block span.desn{font-weight:700;display:block;margin:8px 0 6px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .left .img_block span.comp_name{font-style:italic}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .right{width:calc(100% - 470px);float:left}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .right{width:calc(100% - 370px)}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .right{width:calc(100% - 80px);margin:30px 40px 0;text-align:center}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .right{width:calc(100% - 34px);margin:30px 17px 0}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .right p{font-size:24px;font-style:italic;line-height:38px;color:#737373;margin:0}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .right p{font-size:21px;line-height:34px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li .right p sup{font-size:12px;font-style:normal}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li:first-child{padding-top:0}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li:first-child:after{content:"";display:none}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .vendor_testimonial_block ul li:last-child{padding-bottom:60px}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences{width:calc(100% - 92px);margin:0 auto;overflow:hidden}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences{width:calc(100% - 34px)}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences .heading{font-size:18px;font-weight:700;letter-spacing:2px;line-height:30px;color:#333;display:flex;align-items:center;padding:13px 0 20px 20px}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences .heading{flex-direction:column;margin-left:0;padding-left:0}}@media (max-width:379px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences .heading{font-size:15px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences .heading:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:45px;height:45px;background-position:-159px -71px;top:-4px;right:20px}@media (max-width:575px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences .heading:before{display:block;top:-10px;right:0}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul{display:flex}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul{display:inherit}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li{width:33.33333%;height:60px;font-size:18px;font-weight:600;line-height:22px;text-align:center;margin-right:11px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display:flex;align-items:center;justify-content:center}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li{width:100%;margin-bottom:15px}}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li a{display:block;width:100%;padding:19px 0;color:#fff}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li.case-studies{background-color:#3764df}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li.testimonials{background-color:#00cbad}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li.videos{background-color:#f45b69}.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li:last-child{margin-right:0}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .post_blog_article .moreVendorReferences ul li:last-child{margin-bottom:0}}.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section{display:flex;align-items:center;padding:58px 0 36px;max-width:905px;margin:0 auto}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section{max-width:840px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section{display:inherit;text-align:center;max-width:362px}}@media (max-width:480px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section{width:calc(100% - 34px)}}.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section img{margin-right:18px}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section img{margin-right:0}}.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt{line-height:34px}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt{line-height:26px;position:relative;top:3px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt{margin:20px 0 30px;line-height:34px}}.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt span.heading{font-size:28px;font-weight:700;color:#002067;display:block}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt span.heading{font-size:24px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt span.heading{font-size:28px}}.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt span.subHeading{font-size:21px;color:#333}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt span.subHeading{font-size:18px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .singupTxt span.subHeading{font-size:21px;line-height:25px;display:block;margin-top:20px}}.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .signup-btn{width:244px;text-align:center;background-color:#f08230;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:21px;display:flex;justify-content:center;align-items:center;margin-left:37px}@media (max-width:1139px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .signup-btn{margin-left:30px;width:218px}}@media (max-width:939px){.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .signup-btn{width:100%;max-width:362px;margin:0 auto}}.blog_detail_page .blog_individual_body_content .width_container .vendorSignup_Section .signup-btn a{display:block;width:100%;padding:21px 0;color:#fff}.blog_detail_page .blog_detail_page_template{overflow:hidden}.blog_detail_page .blog_detail_page_template .blog_header{background:url(https://www.featuredcustomers.com/images/big-data-software-company.webp) no-repeat 0 0 #e0e5ea;background-size:100%;padding-top:58px;padding-bottom:30px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header{padding:58px 30px}}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_header{padding:58px 0}}.blog_detail_page .blog_detail_page_template .blog_header h1{font-size:48px;line-height:55px;color:#fff;font-weight:700;margin:0 auto;max-width:710px;text-align:center}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_header h1{font-size:36px;line-height:45px;padding:0 30px}}.blog_detail_page .blog_detail_page_template .blog_header .category_type{font-size:16px;color:#fff;line-height:27px;display:flex;justify-content:center;margin:8px 0 40px}.blog_detail_page .blog_detail_page_template .blog_header .category_type span.category_type_txt{padding-left:5px}.blog_detail_page .blog_detail_page_template .blog_header .category_type span.category_type_txt a{color:#fff}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container{width:1000px;margin:0 auto}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container{width:calc(100% - 70px);max-width:802px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container{width:calc(100% - 34px);max-width:500px}}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container{width:100%;max-width:inherit}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section{background-color:#fff;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);padding:23px 42px 15px 39px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section{padding-bottom:33px}}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .posted_details{font-size:16px;line-height:27px;color:#3a3a3a;overflow:hidden;padding-top:10px}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .posted_details ul li{float:left;margin-right:18px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .posted_details ul li{float:none;margin-right:none}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .posted_details ul li:last-child{margin-right:0}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header{display:flex;justify-content:center;align-items:center}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header{flex-direction:column}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header span.txt{font-family:"Inter",serif;font-weight:700;font-size:16px;line-height:30px;letter-spacing:1.78px;color:#4c4c4c;text-transform:uppercase}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header span.txt{font-size:13px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header span.txt{text-align:center;line-height:24px;padding-bottom:8px}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header span.logo{max-width:100px;margin:0 21px 0 16px;position:relative;top:3px}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header .customer_reference span.number{font-family:"Inter",serif;font-size:18px;font-weight:600;color:#f08230;line-height:28px}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header .customer_reference span.number:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:25px;height:24px;background-position:-150px -176px;top:7px;margin-right:8px}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header .customer_reference span.ref_txt{font-size:16px;padding-left:3px}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .top_header .customer_reference span.ref_txt{font-size:14px}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section{overflow:hidden;border-top:1px solid #ccc;margin-top:13px;padding-top:18px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section{display:flex;flex-wrap:wrap}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .left_content{width:594px;float:left;margin-right:120px;font-size:18px;line-height:32px;color:#606060}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .left_content{width:calc(100% - 325px)}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .left_content{margin-right:0;width:100%}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .left_content p{margin:33px 0}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .left_content p .firstcharacter{font-size:62px;font-weight:900;color:#424242;float:left;line-height:60px;padding-right:10px}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .left_content p:first-child{margin-top:0}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .social_media_share{width:205px;float:left;text-align:right;padding-top:22px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .social_media_share{text-align:left;padding-top:0}}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .social_media_share span.txt{font-size:16px;letter-spacing:1.78px;color:#565656;font-weight:700;text-transform:uppercase;display:inline-block;padding:0 18px 15px 0}.blog_detail_page .blog_detail_page_template .blog_header .header_content_block .width_container .content_block_section .content_section .social_media_share .share_icons img{margin-right:16px}.blog_detail_page .blog_detail_page_template .blog_header .blog_individual_body_content{background-color:#e0e5ea}.blog_detail_page .blog_detail_page_template .blog_header .blog_individual_body_content .width_container .post_blog_article{border-radius:10px 0 10px 10px;-moz-border-radius:10px 0 10px 10px;-webkit-border-radius:10px 0 10px 10px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_header .blog_individual_body_content .width_container .post_blog_article{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_header .blog_individual_body_content .width_container .post_blog_article{border-radius:0}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section{background-color:#e0e5ea;padding-bottom:50px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details{width:1000px;margin:0 auto 30px;background-color:#fff;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);overflow:hidden}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details{width:calc(100% - 70px);max-width:802px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details{width:calc(100% - 95px);max-width:500px}}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details{width:100%;max-width:inherit;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content{overflow:hidden;padding:37px 34px 0 40px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .left_section{width:585px;float:left;margin-right:75px}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .left_section{width:calc(100% - 335px)}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .left_section{width:100%;margin-right:0}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .left_section h2{font-size:24px;font-weight:700;line-height:30px;color:#002067;margin:0}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .left_section p{font-size:18px;line-height:32px;margin:15px 0}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .left_section .company_img_block{margin-top:23px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .left_section .company_img_block img{width:100%}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section{width:260px;float:left}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section{width:100%;margin-top:50px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .company_logo{text-align:center}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .company_logo img{max-width:150px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .company_review_details{margin-top:40px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .company_review_details ul li a{display:flex;justify-content:center;align-items:center;height:50px;font-size:18px;font-weight:600;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;margin-bottom:12px;color:#fff}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .company_review_details ul li.case_studies a{background-color:#3764df}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .company_review_details ul li.testimonials a{background-color:#00cbad}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .company_review_details ul li.videos a{background-color:#f45b69}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies{border-top:1px solid #ccc;margin-top:35px;padding-top:11px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies{padding-top:35px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies span.txt{font-size:18px;font-weight:700;text-transform:uppercase;line-height:30px;letter-spacing:2px;color:#091f75}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies .trusted_img_logo{margin-top:23px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies .trusted_img_logo .logo{margin-bottom:26px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies .trusted_img_logo .logo{width:calc(25% - 10px);float:left}}@media (max-width:575px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies .trusted_img_logo .logo{width:calc(50% - 10px)}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies .trusted_img_logo .logo img{max-width:160px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content .right_section .trustedBy_companies .trusted_img_logo .logo img{max-width:70px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section{padding:24px 0 15px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section{padding-bottom:33px}}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header{display:flex;justify-content:center;align-items:center;border-bottom:1px solid #ccc;padding-bottom:18px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header{flex-direction:column}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header span.txt{font-family:"Inter",serif;font-weight:700;font-size:16px;line-height:30px;letter-spacing:1.78px;color:#4c4c4c;text-transform:uppercase}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header span.txt{font-size:13px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header span.txt{text-align:center;line-height:24px;padding-bottom:8px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header span.logo{max-width:100px;margin:0 21px 0 16px;position:relative;top:3px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header .customer_reference span.number{font-family:"Inter",serif;font-size:18px;font-weight:600;color:#f08230;line-height:28px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header .customer_reference span.number:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:25px;height:24px;background-position:-150px -176px;top:7px;margin-right:8px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header .customer_reference span.ref_txt{font-size:16px;padding-left:3px}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .top_header .customer_reference span.ref_txt{font-size:14px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .content_section{max-width:775px;margin:0 auto;overflow:hidden;font-family:"Libre Baskerville",serif;font-size:18px;line-height:32px;color:#606060}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .content_section{padding:0 30px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .content_section{display:flex;flex-wrap:wrap}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .content_section p{margin:33px 0}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .content_section p:first-child{margin-top:53px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .content_section p:last-child{margin-bottom:10px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_content_section .content_section img{width:100%}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .ribbon_box{position:absolute}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .ribbon_box .ribbon-blog{width:310px;height:50px;line-height:50px;position:absolute;left:-20px;background:#002067;color:#fff;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:2px;padding-left:19px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .ribbon_box .ribbon-blog{top:30px}}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .ribbon_box .ribbon-blog{width:335px;padding-left:40px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .ribbon_box .ribbon-blog:after{content:"";position:absolute;height:0;width:0;bottom:-19px;left:.1px;border-top:19px solid #011540;border-left:19px solid transparent}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial{padding:90px 45px 65px 40px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial{padding-top:120px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li{overflow:hidden;border-bottom:1px solid #ccc;padding-bottom:40px;margin-bottom:45px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .testimonial_content{font-size:21px;line-height:37px;color:#3a3a3a;width:530px;float:left;padding-left:30px}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .testimonial_content{width:calc(100% - 320px)}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .testimonial_content{width:100%;float:none;padding-left:0}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .testimonial_content p{margin:0}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .img_block{width:250px;float:right;text-align:center;margin-right:42px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .img_block{float:none;margin-top:40px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .img_block .details{text-align:center;font-size:14px;line-height:26px;margin-top:25px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .img_block .details span.name{display:block}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .img_block .details span.desgn{display:block;font-weight:700}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li .img_block .details span.company{font-style:italic}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li:nth-child(2n){display:flex;flex-direction:row-reverse;justify-content:space-between}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li:nth-child(2n){flex-direction:row;flex-wrap:wrap}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li:nth-child(2n) .testimonial_content{padding-left:0;padding-right:20px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li:nth-child(2n) .testimonial_content{padding-right:0}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li:nth-child(2n) .img_block{margin:0 0 0 30px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li:nth-child(2n) .img_block{margin:40px 0 0}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_customer_testimonial ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_vendor_logo{border-top:1px solid #ccc;padding:30px 0}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .blog_vendor_logo .logo{max-width:150px;margin:0 auto}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .view_company_profile a{display:flex;justify-content:center;align-items:center;background-color:#002067;color:#fff;font-size:24px;font-weight:400;line-height:29px;height:78px}@media (max-width:575px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details .view_company_profile a{font-size:18px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details:last-child{margin-bottom:0}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details.template04{border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .company_blog_details.template05{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company{background-image:url(https://www.featuredcustomers.com/images/blog_template02_bg.webp);background-repeat:repeat-x;height:265px;margin:40px 0 34px;padding:65px 105px 0 70px}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company{padding:65px 35px 0 40px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company{background-image:none;background-color:#4156d7;height:auto;overflow:hidden}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section{width:830px;float:left}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section{width:calc(100% - 260px)}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section{width:100%;display:flex;flex-direction:column;align-items:center}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section .img_block{float:left;margin-right:20px}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section h2{font-weight:700;color:#fff;margin:20px 0 7px}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section h2{font-size:23px;margin-top:35px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section h2{font-size:28px;margin-top:15px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section h4{margin:0;font-weight:300;font-size:21px;color:#fff}@media (max-width:1139px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section h4{font-size:18px}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .left_section h4{font-size:21px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .right_section{float:right;font-size:21px;font-weight:400;margin-top:27px}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .right_section{float:none;display:flex;clear:both;justify-content:center;margin:70px auto}}@media (max-width:939px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .right_section .btn_signup{margin-top:30px}}.blog_detail_page .blog_detail_page_template .blog_individual_content_section .blog_template_see_company .right_section .btn_signup a{background-color:#f08230;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;width:296px;height:70px;display:flex;justify-content:center;align-items:center;color:#fff}.blog_detail_page .blog_detail_page_template .blog_individual_content_section.template05 .company_blog_details{border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px}@media (max-width:480px){.blog_detail_page .blog_detail_page_template .blog_individual_content_section.template05 .company_blog_details{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}}.header_research{background:url(https://www.featuredcustomers.com/images/bg_research.webp) no-repeat 0 0;padding:75px 0 62px;background-size:cover}@media (max-width:939px){.header_research{background-size:cover}}.post_research{background-color:#fff;padding-top:54px;margin:0 auto}.post_research .container-fluid{max-width:inherit}.post_research .container-fluid .post_content_box .left_box{padding-bottom:20px}@media (max-width:939px){.post_research .container-fluid .post_content_box .left_box{padding-bottom:0}}.post_research .container-fluid .post_content_box .left_box .search_vendor_block{margin-bottom:30px}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form{display:flex}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box{position:relative}@media (max-width:939px){.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box{width:100%}}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box input{width:100%;height:43px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #979797;line-height:26px;padding:3px 10px 0 37px;font-size:16px;color:#999;font-weight:400}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box ::-webkit-input-placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box :-ms-input-placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box ::-ms-input-placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box ::placeholder{font-family:"Inter",serif;font-size:16px;color:#999;font-weight:400}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .input_box span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:20px;height:20px;background-position:-68px -459px;position:absolute;top:12px;left:12px}.post_research .container-fluid .post_content_box .left_box .search_vendor_block form .btn_search input[type=button]{width:55px;height:43px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-color:#132d72;font-size:16px;font-weight:600;color:#fff;border:none;margin-left:7px;cursor:pointer}.post_research .container-fluid .post_content_box .right_box .post_article{overflow:hidden;margin-top:15px}@media (max-width:939px){.post_research .container-fluid .post_content_box .right_box .post_article ul li{width:calc(50% - 32px);margin-right:63px}}@media (max-width:575px){.post_research .container-fluid .post_content_box .right_box .post_article ul li{width:100%;max-width:362px;margin-right:0;min-height:0}}.post_research .container-fluid .post_content_box .right_box .post_article ul li .img_block{width:155px;margin:0 auto}.post_research .container-fluid .post_content_box .right_box .post_article ul li .img_block img{width:100%;height:auto;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;box-shadow:0 2px 4px 0 rgba(0,0,0,.5)!important;-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5)!important;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5)!important}@media (max-width:1139px){.post_research .container-fluid .post_content_box .right_box .post_article ul li .img_block img{width:100%}}@media (max-width:939px){.post_research .container-fluid .post_content_box .right_box .post_article ul li .img_block img{width:100%}}.post_research .container-fluid .post_content_box .right_box .post_article ul li .postContent{padding:20px 8px 66px}@media (max-width:1139px){.post_research .container-fluid .post_content_box .right_box .post_article ul li .postContent{padding-left:0;padding-right:0}}@media (max-width:939px){.post_research .container-fluid .post_content_box .right_box .post_article ul li:nth-child(2n){margin-right:0!important}}@media (max-width:939px){.post_research .container-fluid .post_content_box .right_box .post_article ul li:nth-child(3n){margin-right:63px}}.post_research .container-fluid .post_content_box .right_box .pagination{position:inherit;margin-top:22px}.marquee{margin:0 auto;width:100%;height:30px;white-space:nowrap;overflow:hidden;box-sizing:border-box;position:relative}.marquee:after,.marquee:before{position:absolute;top:0;width:50px;height:30px;content:"";z-index:1}.marquee:before{left:0;background:-webkit-gradient(linear,left top,right top,color-stop(5%,#fff),to(transparent));background:linear-gradient(90deg,#fff 5%,transparent)}.marquee:after{right:0;background:-webkit-gradient(linear,right top,left top,color-stop(5%,#fff),to(transparent));background:linear-gradient(270deg,#fff 5%,transparent)}.marquee__content{width:300%!important;display:flex;line-height:30px;-webkit-animation:marquee 10s linear infinite forwards;animation:marquee 10s linear infinite forwards}.marquee__content:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.list-inline{display:flex;justify-content:space-around;width:33.33%;list-style:none;padding:0;margin:0}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-66.6%);transform:translateX(-66.6%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-66.6%);transform:translateX(-66.6%)}}.page_not_found{font-size:18px}.page_not_found .page404{width:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:100px}@media (max-width:575px){.page_not_found .page404 .img_404 img{max-width:280px}}.page_not_found .page404 h1{font-size:50px;font-weight:700;color:#002067;line-height:58px;margin:73px 0 3px}@media (max-width:575px){.page_not_found .page404 h1{margin-top:35px}}@media (max-width:480px){.page_not_found .page404 h1{font-size:38px}}.page_not_found .page404 h2{font-family:"Inter",serif;font-size:22px;font-style:italic;color:#424242;line-height:30px;font-weight:400;margin:0;padding:0 40px;text-align:center}@media (max-width:575px){.page_not_found .page404 h2{padding:0 20px}}.page_not_found .page404 .btn_404 a{width:286px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#5900ff;border:2px solid #5900ff;color:#fff;font-family:"Geist Mono",serif;font-size:18px;font-weight:500;line-height:24px;text-decoration:none;margin:37px 0 44px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.page_not_found .page404 .btn_404 a:hover{background-color:#fff;color:#5900ff}.page_not_found a{color:#323232;text-decoration:underline}.page_not_found a:hover{text-decoration:none}.vendor_faq_section{position:relative;z-index:2;margin-top:-9px;padding-bottom:0}@media (max-width:575px){.vendor_faq_section{margin-top:-14px}}.vendor_faq_section .container{width:calc(100% - 66px);max-width:1272px;background:url(https://www.featuredcustomers.com/images/bg-vendor-faq.webp) repeat-x 0 0 #fff;padding-top:10px;padding-left:60px;position:relative;margin-top:-1px}@media (max-width:1139px){.vendor_faq_section .container{padding-left:20px;padding-right:20px}}@media (max-width:939px){.vendor_faq_section .container{padding-left:0;padding-right:0;width:calc(100% - 34px);box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}}.vendor_faq_section .container .cls_vendor_faq{padding:9px 10px 59px}@media (max-width:939px){.vendor_faq_section .container .cls_vendor_faq{padding:9px 17px 59px}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section{overflow:hidden;font-size:16px;padding-top:26px}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left{width:300px;float:left;margin-right:57px}@media (max-width:1139px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left{width:280px;margin-right:35px}}@media (max-width:939px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left{display:none}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left span.heading{display:block;margin-bottom:21px;font-size:24px;font-weight:700;color:#333;line-height:33px}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left span.heading:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:31px;height:34px;background-position:-208px -186px;top:10px;margin-right:14px}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left ul li{line-height:27px;border-bottom:1px solid #d6d6d6;padding-bottom:18px;padding-right:16px;margin-bottom:18px}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left ul li a{color:#333}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left ul li.active a{font-weight:700;color:#002067}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_left ul li:last-child{border-bottom:none}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right{width:595px;float:left;padding-top:10px}@media (max-width:1139px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right{width:calc(100% - 320px)}}@media (max-width:939px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right{width:100%}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel{margin-bottom:22px}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul{float:right}@media (max-width:939px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul{float:none}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul li{float:left;font-size:14px;color:#565656;position:relative;display:inline-block;padding:0 6px}@media (max-width:939px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul li{line-height:22px}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul li:after{content:"";border-right:1px solid #565656;-webkit-transform:rotate(20deg);transform:rotate(20deg);height:65%;position:absolute;right:0;top:21%}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul li a{color:#4c4c4c}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul li:last-child{padding-right:0}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right .breadcrumbPanel ul li:last-child:after{border-right:none}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li{padding-left:41px}@media (max-width:939px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li{padding-left:51px}}@media (max-width:575px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li{padding-left:8px}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li span.question{position:relative;left:-46px;line-height:27px;font-weight:600;color:#000}@media (max-width:575px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li span.question{left:0}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li span.question:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:31px;height:34px;background-position:-208px -222px;top:0;margin-right:15px;display:flex;float:left}@media (max-width:480px){.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li span.question:before{display:none}}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li span.question .q{display:flex}.vendor_faq_section .container .cls_vendor_faq .faq_content_section .faq_right ul li p{color:#3a3a3a;line-height:27px;margin:13px 0 33px}.middleSection.terms-privacy{overflow:visible;overflow:initial}.middleSection.terms-privacy .topHeaderBlock{background:#1c1259;text-align:center;padding:53px 20px 131px}.middleSection.terms-privacy .topHeaderBlock h1,.middleSection.terms-privacy .topHeaderBlock h5{color:#fff}.middleSection.terms-privacy .topHeaderBlock h1{font-size:55px;font-weight:700;margin:0 0 35px}@media (max-width:767px){.middleSection.terms-privacy .topHeaderBlock h1{font-size:50px}}@media (max-width:575px){.middleSection.terms-privacy .topHeaderBlock h1{font-size:40px;line-height:44px}}@media (max-width:379px){.middleSection.terms-privacy .topHeaderBlock h1{font-size:37px}}.middleSection.terms-privacy .topHeaderBlock h5{font-family:"Geist Mono",serif;font-size:18px;font-weight:500}@media (max-width:575px){.middleSection.terms-privacy .topHeaderBlock h5{font-size:20px}}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve{background:url(https://www.featuredcustomers.com/images/bg-terms-privacy.webp) no-repeat top #d0d0ed;background-size:100%;margin-bottom:0}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container{width:calc(100% - 60px);max-width:1081px;background:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px 4px rgba(50,50,50,.1);position:relative;top:-104px;padding:15px 65px 50px;line-height:24px}@media (max-width:1139px){.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container{width:100%}}@media (max-width:939px){.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container{padding:15px 30px 50px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;top:0;margin-top:-90px}}@media (max-width:480px){.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container{padding:15px 20px 50px}}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container p{margin:10px 0 24px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container p:first-child{text-align:center;border-bottom:1px solid #f0f1f2;padding-bottom:22px;margin-bottom:37px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container h2{color:#f36100;text-transform:uppercase;margin-bottom:40px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container h3,.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container h4{font-weight:600;line-height:28px;color:#f36100}@media (max-width:575px){.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container h3,.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container h4{font-size:20px}}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container h5{font-size:16px;font-weight:700}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ol{margin:20px 0;padding-left:20px}@media (max-width:939px){.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ol{margin-top:10px}}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ol li{list-style-type:lower-alpha;line-height:24px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ol li::marker{font-weight:700}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ol li ul{margin:24px 0}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ol li ul li{list-style-type:decimal}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ol li ul li::marker{font-weight:400}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ul{margin-bottom:30px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container ul li{list-style-type:disc;margin-left:25px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container .privacy_policy_footer_content{margin-top:33px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container .privacy_policy_footer_content .toptxt{display:flex}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container .privacy_policy_footer_content .toptxt .left .img_block{background:#d9d9d9;width:64px;height:64px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;margin-right:9px}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container .privacy_policy_footer_content .toptxt .right span{font-family:"Geist Mono",serif;font-weight:700;line-height:24px;color:#000}.middleSection.terms-privacy .middleSectionContentBlock.bgCurve .container .privacy_policy_footer_content .bottomtxt{font-family:"Geist Mono",serif;margin-top:10px;color:#000}@media (max-width:1139px){.overlay_popup.competitorPopup.leadgen .popBox{max-width:780px!important}}.overlay_popup.competitorPopup.leadgen .popBox .close-overlay{top:110px!important;right:15px!important}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .header_img img{margin:36px 0 0;width:auto!important;float:none;display:inline;display:initial;border-radius:0;top:0;border-top:none!important}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box{width:1008px;max-width:99%;margin:0 auto 5px;text-align:center;box-shadow:0 1px 4px #a9acb0!important;-moz-box-shadow:0 1px 4px #a9acb0!important;-webkit-box-shadow:0 1px 4px #a9acb0!important}@media (max-width:1139px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box{width:100%;padding:0 50px}}@media (max-width:575px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box{padding:0 20px}}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .popupHeading{margin-top:50px;padding:73px 0 34px}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .popupHeading .leadgen_popup_txt h1{font-size:24px;margin:0 0 7px;color:#424242}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .popupHeading .leadgen_popup_txt h2{font-family:"Inter",serif;font-size:16px;font-weight:400;margin:0;color:#333}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_btn_linkedin{position:relative;z-index:100;margin-bottom:22px}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_btn_linkedin a{max-width:353px;height:62px;background-color:#00669e;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display:flex;justify-content:center;align-items:center;color:#fff;font-family:"Inter",serif;font-size:21px;margin:0 auto}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_btn_linkedin a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:44px;height:43px;background-position:-208px -276px;top:0;margin-right:12px}@media (max-width:379px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_btn_linkedin a{font-size:16px}}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .sign_email{font-family:"Inter",serif;font-size:18px;color:#666}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .sign_email a{color:#666;text-decoration:underline}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_trusted_box{border-top:2px solid #ccc;max-width:685px;margin:43px auto 0;padding-top:47px;padding-bottom:36px;display:flex;flex-direction:column}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_trusted_box .logo_img{max-width:150px;margin:0 auto}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_trusted_box .logo_img img{max-height:70px;width:auto!important;float:none;display:inline;display:initial;border-radius:0;border-top:none!important}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box span.leadgen_txt{color:#002067;font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:1.56px;line-height:22px;text-transform:uppercase;display:block;margin:17px 0}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox{max-width:675px;display:flex;justify-content:center;align-items:center;margin:0 auto}@media (max-width:767px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox{flex-direction:column}}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox .logo{width:20%;margin:0 15px}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox .logo{margin:15px}}@media (max-width:767px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox .logo{width:100%;max-width:200px;justify-content:center}}.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox .logo img{max-width:130px;max-height:45px;width:auto!important;float:none;display:inline;display:initial;border-radius:0;border-top:none!important}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox .logo img{max-width:110px}}@media (max-width:767px){.overlay_popup.competitorPopup.leadgen .popBox .popup_overlay_screen .modal-content .modal-body .competitor_box.leadgen_popup_box .leadgen_logobox .logo img{max-width:140px;max-height:60px}}.overlay_popup.competitorPopup.leadgen_form .popBox{box-shadow:0 2px 4px 0 rgba(0,0,0,.3)!important}.overlay_popup.competitorPopup.leadgen_form .popBox .close-overlay{top:15px!important;right:11px!important}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen{background:#fff;max-width:1008px;width:100%;padding:0}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box{width:405px;float:left;padding:107px 0 70px;display:flex;flex-direction:column;align-items:center}@media (max-width:1139px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box{width:360px}}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box{width:100%;padding:60px 0 0}}@media (max-width:480px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box{padding:60px 10px 0 15px}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container img{max-width:150px;max-height:100px;width:auto!important;float:none;display:inline;display:initial;border-radius:0;border-top:none!important}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box span.trusted_txt{font-family:"Inter",serif;color:#002067;font-size:14px;font-weight:600;letter-spacing:1.56px;text-transform:uppercase;display:block;margin:107px 0 6px}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box span.trusted_txt{margin:30px 0 0}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 30px}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box{width:100%}}@media (max-width:767px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box{flex-direction:column;margin-top:10px}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box .logo{width:50%;text-align:center;margin:30px 0 0}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box .logo{width:calc(20% - 20px);margin:10px}}@media (max-width:767px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box .logo{width:100%}}@media (max-width:480px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box .logo{width:50%}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box .logo img{max-width:135px;max-height:45px;width:auto!important;float:none;display:inline;display:initial;border-radius:0;border-top:none!important;margin:0 auto}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box .logo img{max-width:100px;width:100%!important;max-height:inherit}}@media (max-width:767px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .left_box .logo_container_box .logo img{max-width:200px;max-height:60px;width:auto!important}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box{width:600px;float:left;padding:50px 100px 26px 70px;border-left:1px solid #d2d2d2}@media (max-width:1139px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box{width:calc(100% - 360px);padding:50px 45px 26px}}@media (max-width:939px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box{width:100%;padding:50px 35px 26px}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box span.instant_access_txt{font-size:24px;font-weight:700;color:#00cbad;line-height:35px}@media (max-width:575px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box span.instant_access_txt{font-size:21px}}@media (max-width:480px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box span.instant_access_txt{text-align:center;display:block;line-height:24px;margin-bottom:20px}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box span.instant_access_txt:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:53px;height:60px;background-position:-207px -320px;top:4px;float:left;margin-right:18px}@media (max-width:480px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box span.instant_access_txt:before{float:none;display:flex;margin:0 auto 15px}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box p{margin:8px 0 7px;color:#333;font-family:"Inter",serif;font-size:16px;line-height:28px}@media (max-width:575px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box p{font-size:15px}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form{margin-top:20px}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form label{color:#666;font-family:"Open Sans";font-size:14px;letter-spacing:0;line-height:19px}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form label input{width:100%;height:50px;border:1px solid #e8e8e8;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:7px 0 12px;font-size:14px;padding-left:10px}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form label.firstname,.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form label.lastname{width:calc(50% - 15px);display:block;float:left}@media (max-width:575px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form label.firstname,.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form label.lastname{width:100%;margin-right:0!important}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form label.firstname{margin-right:30px}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form input[type=button]{height:50px;width:100%;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#00669e;color:#fff;font-family:"Inter",serif;font-size:18px;line-height:22px;border:none;margin:10px 0 17px;cursor:pointer}@media (max-width:379px){.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form input[type=button]{font-size:15px}}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form .sign_linkedin_link{color:#666;font-family:"Inter",serif;font-size:18px;line-height:22px;text-align:center;display:block}.overlay_popup.competitorPopup.leadgen_form .popBox .popup_overlay_screen .modal-content .modal-body .leadgen_popup_box .right_box .cls_linkedin_leadgen_form form .sign_linkedin_link a{color:#666;text-decoration:underline}.middleSection_review{padding:70px 0}.middleSection_review .review_container{width:calc(100% - 60px);max-width:1331px;background-color:#fff;margin:0 auto;display:flex}@media (max-width:939px){.middleSection_review .review_container{width:calc(100% - 40px);flex-direction:column}}.middleSection_review .review_container .left_section{width:300px;margin-right:65px}@media (max-width:1139px){.middleSection_review .review_container .left_section{width:250px}}@media (max-width:939px){.middleSection_review .review_container .left_section{width:100%;margin-right:0;display:flex;flex-direction:column;align-items:center;text-align:center}}.middleSection_review .review_container .left_section .vendor_logo{margin-bottom:25px}@media (max-width:939px){.middleSection_review .review_container .left_section .vendor_logo{margin-bottom:0}}.middleSection_review .review_container .left_section .vendor_logo img{max-width:190px;max-height:68px}@media (max-width:1139px){.middleSection_review .review_container .left_section .vendor_logo img{max-width:160px}}.middleSection_review .review_container .left_section .customer_reference_rating_section{margin:20px 0 25px}@media (max-width:939px){.middleSection_review .review_container .left_section .customer_reference_rating_section{margin:25px 0}}.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.ratingtxt{color:#1c1259;font-family:"Geist Mono",serif;font-size:18px;font-weight:500}@media (max-width:939px){.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.clsRating{display:flex;flex-direction:column;align-items:center}}.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.clsRating span.rating_count{color:#1c1259;font-size:30px;font-weight:600;display:block;margin:15px 0 7px}@media (max-width:939px){.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.clsRating span.rating_count{margin:7px 0}}.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.clsRating .starRating{display:flex;float:left;margin-right:7px}@media (max-width:939px){.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.clsRating .starRating{margin:0 0 7px}}.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.clsRating .starRating .fa.fa-star{font-size:24px!important;color:#ffd28c;margin-right:3px}.middleSection_review .review_container .left_section .customer_reference_rating_section .overallRating span.clsRating span.total_rating{color:#323232;position:relative;top:4px}.middleSection_review .review_container .left_section .btn_visit_profile{clear:both;margin-bottom:41px}@media (max-width:939px){.middleSection_review .review_container .left_section .btn_visit_profile{width:100%}}.middleSection_review .review_container .left_section .btn_visit_profile a{max-width:302px;height:56px;background-color:#1c1259;font-weight:500;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}@media (max-width:939px){.middleSection_review .review_container .left_section .btn_visit_profile a{margin:0 auto}}.middleSection_review .review_container .left_section .review_left_section_list{margin-top:30px}@media (max-width:939px){.middleSection_review .review_container .left_section .review_left_section_list{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:0}}.middleSection_review .review_container .left_section .review_left_section_list span.txt{font-family:"Geist Mono",serif;font-size:18px;font-weight:500;display:block;color:#1c1259}.middleSection_review .review_container .left_section .review_left_section_list ul{margin:10px 0 30px;padding-bottom:25px;border-bottom:1px solid #f0f1f2}@media (max-width:939px){.middleSection_review .review_container .left_section .review_left_section_list ul{width:100%;margin-bottom:20px;padding-bottom:17px}}.middleSection_review .review_container .left_section .review_left_section_list ul li{font-family:"Geist Mono",serif;padding:0 0 10px}.middleSection_review .review_container .left_section .review_left_section_list ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative}.middleSection_review .review_container .left_section .review_left_section_list ul li span.txt{color:#323232;font-size:16px;line-height:27px;text-transform:inherit;font-weight:400;display:inline-block;margin-bottom:0}.middleSection_review .review_container .left_section .review_left_section_list ul li.android:before{width:18px;height:21px;background-position:-163px -120px;top:4px;left:1px;margin-right:13px}.middleSection_review .review_container .left_section .review_left_section_list ul li.windows:before{width:22px;height:20px;background-position:-264px 0;margin-right:10px;top:2px}.middleSection_review .review_container .left_section .review_left_section_list ul li.mac:before{width:17px;height:20px;background-position:-263px -24px;margin-right:16px;top:3px;left:1px}.middleSection_review .review_container .left_section .review_left_section_list ul li.web-based:before{width:23px;height:23px;background-position:-263px -46px;margin-right:10px;top:6px;left:-1px}.middleSection_review .review_container .left_section .review_left_section_list ul.customer_types{border-bottom:none}.middleSection_review .review_container .left_section .review_left_section_list ul.customer_types li:before{display:none}.middleSection_review .review_container .left_section .review_left_section_list ul.customer_types li span.number{display:inline-block;width:55px}.middleSection_review .review_container .left_section .review_left_section_list ul.customer_types li span.txt{line-height:inherit;margin:0}.middleSection_review .review_container .right_section{width:calc(100% - 365px)}@media (max-width:1139px){.middleSection_review .review_container .right_section{width:calc(100% - 300px)}}@media (max-width:939px){.middleSection_review .review_container .right_section{width:100%;margin:0 auto}}@media (max-width:939px){.middleSection_review .review_container .right_section .vendor_review_section{max-width:500px;margin:0 auto}}.middleSection_review .review_container .right_section .vendor_review_section ul{display:flex;position:relative;left:-40px}@media (max-width:1139px){.middleSection_review .review_container .right_section .vendor_review_section ul{left:-27px}}@media (max-width:939px){.middleSection_review .review_container .right_section .vendor_review_section ul{left:0}}@media (max-width:480px){.middleSection_review .review_container .right_section .vendor_review_section ul{flex-direction:column;align-items:center}}.middleSection_review .review_container .right_section .vendor_review_section ul li{width:33.333%;font-family:"Geist Mono",serif;font-size:16px;font-weight:500;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-right:1px solid #f0f1f2}@media (max-width:480px){.middleSection_review .review_container .right_section .vendor_review_section ul li{width:100%;border:1px solid #f0f1f2;margin-bottom:20px;padding:20px 10px}}.middleSection_review .review_container .right_section .vendor_review_section ul li span.number{font-family:"Inter",serif;font-size:50px;font-weight:700;display:flex;margin-bottom:20px;color:#000}.middleSection_review .review_container .right_section .vendor_review_section ul li:last-child{border-right:none;margin-bottom:0}.middleSection_review .review_container .right_section .review_content_section{margin-top:60px}.middleSection_review .review_container .right_section .review_content_section h2{color:#1c1259;font-size:25px;font-weight:700;margin-bottom:10px}.middleSection_review .review_container .right_section .review_content_section p{line-height:24px;margin:0 0 27px}.middleSection_review .review_container .right_section .review_content_section p span{letter-spacing:0}.middleSection_review .review_container .right_section .review_content_section h4{font-size:17px;font-weight:600;line-height:21px;text-transform:uppercase;color:#000;margin-bottom:5px}@media (max-width:767px){.middleSection_review .review_container .right_section .review_content_section h4{margin-bottom:10px}}.middleSection_review .review_container .right_section .review_content_section h4 strong{font-weight:600}.middleSection_review .review_container .right_section .review_content_section ul{margin:0 0 20px 20px;display:flex;flex-wrap:wrap}.middleSection_review .review_container .right_section .review_content_section ul li{width:33.33333%;list-style-type:disc;padding-bottom:10px}@media (max-width:767px){.middleSection_review .review_container .right_section .review_content_section ul li{width:100%}}.middleSection_review .review_container .right_section .review_content_section ul li::marker{display:none}.middleSection_review .review_container .right_section .review_content_section table{border:1px solid #f0f1f2;margin-bottom:20px;font-size:15px;word-break:break-word}@media (max-width:480px){.middleSection_review .review_container .right_section .review_content_section table{display:none}}.middleSection_review .review_container .right_section .review_content_section table tr td{padding:10px;color:#000}.middleSection_review .review_container .right_section .review_content_section table tr td:first-child{width:18%}.middleSection_review .review_container .right_section .review_content_section .customersupport ul{margin:0}.middleSection_review .review_container .right_section .review_content_section .customersupport ul li{list-style-type:none;padding-bottom:0}@media (max-width:767px){.middleSection_review .review_container .right_section .review_content_section .customersupport ul li{display:block;margin-bottom:10px}}.middleSection_review .review_container .right_section .review_content_section .customersupport ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;float:none;margin:0}@media (max-width:767px){.middleSection_review .review_container .right_section .review_content_section .customersupport ul li:last-child{margin-bottom:0}}.middleSection_review .review_container .right_section .review_content_section .customersupport ul li.phone-support:before{width:39px;height:30px;background-position:-263px -187px;top:8px;margin-right:14px}.middleSection_review .review_container .right_section .review_content_section .customersupport ul li.training{position:relative;top:-2px}.middleSection_review .review_container .right_section .review_content_section .customersupport ul li.training:before{width:36px;height:35px;background-position:-263px -219px;top:15px;left:2px;margin-right:14px}.middleSection_review .review_container .right_section .review_content_section .customersupport ul li.support:before{width:38px;height:38px;background-position:-263px -256px;top:12px;margin-right:14px}.geo-location-header{width:100%;height:274px;display:flex;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:480px){.geo-location-header{height:230px}}.geo-location-header .container-fluid{width:100%;height:274px;display:flex;justify-content:center;align-items:center;background:rgba(0,32,103,.4);max-width:inherit}@media (max-width:480px){.geo-location-header .container-fluid{height:230px}}.geo-location-header .container-fluid h1{max-width:1205px;color:#fff;font-weight:700;font-size:48px;margin:0 auto}@media (max-width:575px){.geo-location-header .container-fluid h1{font-size:36px}}@media (max-width:480px){.geo-location-header .container-fluid h1{font-size:30px}}.geo-location-content-listing{background:url(https://www.featuredcustomers.com/images/bg-geolocation-content-section.webp) repeat-x 0 0;background-color:#fff}.geo-location-content-listing .geo_content_listing{max-width:865px;text-align:center;margin:0 auto;padding:95px 0 44px}@media (max-width:939px){.geo-location-content-listing .geo_content_listing{width:calc(100% - 36px);max-width:500px}}.geo-location-content-listing .geo_content_listing h2{margin:0 0 15px;color:#132d72;font-size:36px;font-weight:900;line-height:43px}.geo-location-content-listing .geo_content_listing p{margin:0;font-size:18px;letter-spacing:0;line-height:32px;text-align:center;padding:22px 0}.geo-location-content-listing .geo_content_listing img{margin:15px 0 10px;width:100%}.geo-location-content-listing .geo_content_listing .fc_logo img{width:auto}.geo-location-content-listing .geo_content_listing .top_reference_companies{margin-top:30px}.geo-location-content-listing .geo_content_listing .top_reference_companies span.heading{color:#f08231;font-size:18px;font-weight:700;line-height:28px;text-transform:uppercase}.geo-location-content-listing .geo_content_listing .top_reference_companies .logo_section{display:flex;justify-content:center;align-items:center;margin:4px 0 35px}@media (max-width:480px){.geo-location-content-listing .geo_content_listing .top_reference_companies .logo_section{max-width:170px;flex-wrap:wrap;margin:20px auto}}.geo-location-content-listing .geo_content_listing .top_reference_companies .logo_section .logo{margin:0 20px}@media (max-width:480px){.geo-location-content-listing .geo_content_listing .top_reference_companies .logo_section .logo{margin:5px 20px}}.geo-location-content-listing .geo_content_listing .top_reference_companies .logo_section .logo img{max-width:250px}.geo-location-landing-header{background:url(https://www.featuredcustomers.com/images/bg-geolocation.webp) repeat-x 0 0;min-height:222px;display:flex;justify-content:center;align-items:center}@media (max-width:939px){.geo-location-landing-header{height:auto;background-size:contain;padding:60px 0}}.geo-location-landing-header h1{width:calc(100% - 66px);max-width:790px;font-size:48px;font-weight:700;color:#fff;line-height:58px;margin:0 auto;text-align:center}@media (max-width:939px){.geo-location-landing-header h1{font-size:36px;line-height:45px}}.browse_txt_block{background-color:#fff;padding:14px 20px 17px;text-align:center;text-transform:uppercase;color:#000036;font-weight:600;font-size:18px;letter-spacing:1px}.middleSection.vendor-category.padding_b_0.geo-location-content-section{width:90%;max-width:1200px;padding:0}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region{padding:46px 0 18px}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region h2{margin:0 0 45px;font-weight:900;color:#132d72;font-size:36px;line-height:34px;text-align:center}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region h2{font-size:32px}}@media (max-width:575px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region h2{font-size:28px}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul{overflow:hidden;padding-bottom:12px}@media (max-width:767px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul{display:flex;flex-direction:column}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li{width:calc(33.3333% - 19px);background-color:#fff;float:left;margin:0 28px 37px 0;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;position:relative;cursor:pointer}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li{width:calc(50% - 14px)}}@media (max-width:767px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li{width:100%;max-width:500px;margin:0 auto 20px!important}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li img{width:100%;height:200px}@media (max-width:1139px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li img{height:140px}}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li img{height:200px}}@media (max-width:379px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li img{height:160px}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li h2{font-size:28px;font-weight:700;color:#002067;text-align:left;padding:17px 0 10px 22px;margin-bottom:15px}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li:nth-child(2n){margin-right:0}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li:nth-child(3n){margin-right:0}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li:nth-child(3n){margin-right:28px}}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .browse-region .location-listing ul li:nth-child(6n){margin-right:0}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section{background-color:#fff;padding:62px 0 0;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.5);-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.5);-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.5)}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing{width:940px;margin:0 auto;overflow:hidden}@media (max-width:1139px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing{width:calc(100% - 66px)}}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing{max-width:500px}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing h2{margin:0;font-size:36px;font-weight:900;color:#132d72;line-height:44px;text-align:center}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing h2{text-align:left}}@media (max-width:480px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing h2{font-size:32px;line-height:38px}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing ul{margin:22px 0 45px;overflow:hidden}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing ul li{width:33.33333%;float:left;font-size:21px;font-weight:600;line-height:26px;padding:12px 0;text-align:left;cursor:pointer}@media (max-width:939px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing ul li{width:50%}}@media (max-width:767px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing ul li{width:50%}}@media (max-width:480px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing ul li{width:100%}}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .browse-landing-listing hr{border:.3px solid #ccc;margin-bottom:38px}.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .article_learn_category_block{width:100%;max-width:1400px;border-top:none;padding:52px 0 83px}@media (max-width:1139px){.middleSection.vendor-category.padding_b_0.geo-location-content-section .WidthContain .article_learn_category.geo-location-individual-content-section .article_learn_category_block .post_article{width:calc(100% - 66px)}}.csr_landing_wrapper{background-color:#fff;padding-bottom:200px}@media (max-width:939px){.csr_landing_wrapper{padding-bottom:50px}}.csr_landing_wrapper .csr_top_header .header_logo_section{max-width:580px;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:15px 0 10px}@media (max-width:939px){.csr_landing_wrapper .csr_top_header .header_logo_section{max-width:500px}}@media (max-width:575px){.csr_landing_wrapper .csr_top_header .header_logo_section{max-width:400px}}.csr_landing_wrapper .csr_top_header .header_logo_section .logo{margin:0 25px}@media (max-width:575px){.csr_landing_wrapper .csr_top_header .header_logo_section .logo{width:100%;text-align:center}}@media (max-width:379px){.csr_landing_wrapper .csr_top_header .header_logo_section .logo{margin:10px 20px}}.csr_landing_wrapper .csr_top_header .header_logo_section .logo img{max-width:185px;max-height:70px}@media (max-width:939px){.csr_landing_wrapper .csr_top_header .header_logo_section .logo img{max-width:150px}}@media (max-width:575px){.csr_landing_wrapper .csr_top_header .header_logo_section .logo img{max-width:140px;max-height:55px}}@media (max-width:379px){.csr_landing_wrapper .csr_top_header .header_logo_section .logo img{max-width:100px}}.csr_landing_wrapper .csr_top_header .header_logo_section .logo .clsSVG{width:100px}@media (max-width:379px){.csr_landing_wrapper .csr_top_header .header_logo_section .logo .clsSVG{margin:0 auto 0 4px}}.csr_landing_wrapper .csr_header_content{background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9e8ee));background:linear-gradient(180deg,#fff,#e9e8ee);box-shadow:inset 0 0 3px 0 rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px 0 rgba(0,0,0,.3);-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,.3);padding:57px 0 74px}.csr_landing_wrapper .csr_header_content h1{width:calc(100% - 80px);max-width:1015px;margin:0 auto;color:#002067;font-weight:700;font-size:42px;line-height:58px;text-align:center}@media (max-width:939px){.csr_landing_wrapper .csr_header_content h1{font-size:36px;line-height:52px;max-width:500px}}@media (max-width:480px){.csr_landing_wrapper .csr_header_content h1{font-size:32px}}@media (max-width:379px){.csr_landing_wrapper .csr_header_content h1{font-size:26px;line-height:40px}}.csr_landing_wrapper .csr_landing_content_block{background-color:#fff;overflow:hidden;width:calc(100% - 100px);max-width:1070px;padding:36px 0 69px;border-bottom:1px solid #ccc;margin:0 auto 54px}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block{max-width:500px;padding-top:50px;margin-bottom:15px}}.csr_landing_wrapper .csr_landing_content_block .left{width:421px;margin-right:63px;float:left}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .left{width:370px}}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .left{width:100%;margin-right:0;text-align:center}}.csr_landing_wrapper .csr_landing_content_block .left img{width:100%;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .left img{max-width:150px}}.csr_landing_wrapper .csr_landing_content_block .right{width:calc(100% - 484px);float:left}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .right{width:calc(100% - 433px)}}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right{width:100%;text-align:center;margin-top:30px}}.csr_landing_wrapper .csr_landing_content_block .right .csr_trusted_by h2{margin:0 0 20px;color:#333;font-family:"Inter",serif;font-size:18px;font-weight:800;letter-spacing:2px;line-height:32px;text-transform:uppercase}.csr_landing_wrapper .csr_landing_content_block .right .csr_trusted_by .logo_wrapper{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ccc;padding-bottom:18px;margin-bottom:30px}.csr_landing_wrapper .csr_landing_content_block .right .csr_trusted_by .logo_wrapper .logo{max-width:120px;float:left}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .right .csr_trusted_by .logo_wrapper .logo{width:25%;margin-right:15px}}.csr_landing_wrapper .csr_landing_content_block .right .csr_trusted_by .logo_wrapper .logo img{width:100%}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .right .csr_trusted_by .logo_wrapper .logo img{max-width:110px;max-height:50px}}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right .csr_trusted_by .logo_wrapper .logo img{max-width:100px}}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form h3{margin:0 0 13px;color:#002067;font-family:"Inter",serif;font-size:21px;font-weight:600;line-height:22px}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form h3{line-height:27px}}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form h3{text-align:left}}@media (max-width:480px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form h3{font-size:18px}}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label{color:#4b4b4b;display:block;margin-top:23px;clear:both;position:relative}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label{text-align:left}}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label span.optional{position:absolute;top:4px;right:2px;font-size:12px;color:#999}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label input,.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label select{font-weight:300;width:100%;height:52px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:2px solid #b9b9b9;font-size:16px;color:#4b4b4b;padding-left:16px;margin-top:10px}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label select{color:#cacaca}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label select option{color:#4b4b4b}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label .selectdiv{position:relative;top:1px}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:27px;height:12px;background-position:-213px -383px;right:0;top:30px;padding:0 0 2px;position:absolute;pointer-events:none}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label .selectdiv:after{right:0}}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form label .selectdiv:after{position:relative;top:-31px;display:flex;float:right}}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap{display:flex;justify-content:space-between}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap{flex-wrap:wrap}}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap label.left{width:266px;float:left;margin-right:0}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap label.left{width:calc(50% - 10px);margin-right:10px}}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap label.left{width:100%;margin-right:0}}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap label.right{width:266px;float:right;margin-right:0}@media (max-width:1139px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap label.right{width:calc(50% - 10px);margin-left:10px}}@media (max-width:939px){.csr_landing_wrapper .csr_landing_content_block .right .download_report_form .form_wrap label.right{width:100%;margin-left:0}}.csr_landing_wrapper .csr_landing_content_block .right .download_report_form input[type=button]{font-family:"Inter",serif;height:70px;width:100%;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#132d72;border:none;color:#fff;font-size:21px;font-weight:400;line-height:28px;text-align:center;cursor:pointer;margin-top:34px}.csr_landing_wrapper .csr_key_points{background-color:#fff;width:calc(100% - 100px);max-width:985px;margin:0 auto;overflow:hidden}@media (max-width:939px){.csr_landing_wrapper .csr_key_points{max-width:500px}}.csr_landing_wrapper .csr_key_points .left{width:calc(100% - 395px);margin-right:50px;float:left}@media (max-width:1139px){.csr_landing_wrapper .csr_key_points .left{width:calc(100% - 385px)}}@media (max-width:939px){.csr_landing_wrapper .csr_key_points .left{width:100%}}.csr_landing_wrapper .csr_key_points .left h3{margin:34px 0 28px;color:#002067;font-weight:700;font-size:28px;line-height:42px}@media (max-width:939px){.csr_landing_wrapper .csr_key_points .left h3{margin:34px 0 10px}}.csr_landing_wrapper .csr_key_points .left ul li{color:#333;font-family:"Inter",serif;font-size:21px;font-style:italic;line-height:36px;list-style-type:disc;margin-left:22px;padding-bottom:12px}.csr_landing_wrapper .csr_key_points .right{width:329px;float:right}@media (max-width:939px){.csr_landing_wrapper .csr_key_points .right{width:100%;margin-top:20px}}.csr_landing_wrapper .csr_key_points .right img{box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}@media (max-width:939px){.csr_landing_wrapper .csr_key_points .right img{width:100%;max-width:300px}}@media (max-width:480px){.csr_landing_wrapper .csr_key_points .right img{max-width:inherit}}.container_freeTrial{max-width:1272px;margin:0 auto}.container_freeTrial .free_trial_header_banner_section{background:url(https://www.featuredcustomers.com/images/bg_freeTrial.webp) no-repeat;background-size:cover;display:flex;padding:41px 18px 0 104px;position:relative}.container_freeTrial .free_trial_header_banner_section:before{content:"";background-color:rgba(0,0,0,.44);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media (max-width:1139px){.container_freeTrial .free_trial_header_banner_section{padding:41px 18px 0 50px}}@media (max-width:939px){.container_freeTrial .free_trial_header_banner_section{flex-direction:column;padding:41px 30px 0}}@media (max-width:480px){.container_freeTrial .free_trial_header_banner_section{padding:41px 20px 0}}.container_freeTrial .free_trial_header_banner_section .left_section{width:50%;max-width:512px;margin-right:66px;position:relative;z-index:10}@media (max-width:939px){.container_freeTrial .free_trial_header_banner_section .left_section{width:100%;margin:0 auto;max-width:500px;text-align:center}}.container_freeTrial .free_trial_header_banner_section .left_section h1{color:#fff;font-size:48px;line-height:58px;margin:72px 0 30px}@media (max-width:1139px){.container_freeTrial .free_trial_header_banner_section .left_section h1{font-size:37px;line-height:48px}}@media (max-width:939px){.container_freeTrial .free_trial_header_banner_section .left_section h1{font-size:48px;line-height:58px;margin-top:40px}}@media (max-width:575px){.container_freeTrial .free_trial_header_banner_section .left_section h1{font-size:37px;line-height:48px}}.container_freeTrial .free_trial_header_banner_section .left_section p{color:#fff;font-size:25px;font-weight:600;line-height:39px;text-shadow:0 1px 2px 0 rgba(0,0,0,.5)}.container_freeTrial .free_trial_header_banner_section .right_section{background-color:#fff;max-width:586px;padding:32px 37px 0 48px;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;position:relative;z-index:10}@media (max-width:1139px){.container_freeTrial .free_trial_header_banner_section .right_section{width:50%;padding:32px 30px 0 35px}}@media (max-width:939px){.container_freeTrial .free_trial_header_banner_section .right_section{width:100%;max-width:500px;margin:20px auto 0}}.container_freeTrial .free_trial_header_banner_section .right_section form span.heading{display:block;color:#333;font-size:24px;font-weight:600;line-height:28px;text-align:center;margin-bottom:22px}@media (max-width:1139px){.container_freeTrial .free_trial_header_banner_section .right_section form span.heading{font-size:19px}}@media (max-width:939px){.container_freeTrial .free_trial_header_banner_section .right_section form span.heading{font-size:24px}}.container_freeTrial .free_trial_header_banner_section .right_section form span.heading span{display:inline-block;margin:0 13px}@media (max-width:1139px){.container_freeTrial .free_trial_header_banner_section .right_section form span.heading span{margin:0 5px}}@media (max-width:939px){.container_freeTrial .free_trial_header_banner_section .right_section form span.heading span{margin:0 13px}}@media (max-width:575px){.container_freeTrial .free_trial_header_banner_section .right_section form span.heading span{display:none}}.container_freeTrial .free_trial_header_banner_section .right_section form span.heading span.three_months{display:inline;margin:0}@media (max-width:575px){.container_freeTrial .free_trial_header_banner_section .right_section form span.heading span.three_months{display:block;font-size:18px;margin-top:5px;color:#575757}}.container_freeTrial .free_trial_header_banner_section .right_section form label{display:block;color:#4b4b4b;font-size:16px;line-height:26px;margin-bottom:15px}.container_freeTrial .free_trial_header_banner_section .right_section form label input{width:100%;height:51px;box-sizing:border-box;border:2px solid #b9b9b9;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-color:#fff;padding-left:15px;margin-top:6px;font-size:16px;color:#4b4b4b}.container_freeTrial .free_trial_header_banner_section .right_section form label.firstName{float:left;width:calc(50% - 5px);margin-right:10px}@media (max-width:575px){.container_freeTrial .free_trial_header_banner_section .right_section form label.firstName{width:100%;margin-right:0}}.container_freeTrial .free_trial_header_banner_section .right_section form label.lastName{float:left;width:calc(50% - 5px)}@media (max-width:575px){.container_freeTrial .free_trial_header_banner_section .right_section form label.lastName{width:100%}}.container_freeTrial .free_trial_header_banner_section .right_section form input[type=button]{height:60px;width:100%;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#f08230;color:#fff;font-family:"Inter",serif;font-size:21px;font-weight:600;line-height:28px;display:flex;justify-content:center;align-items:center;border:none;margin-top:23px;cursor:pointer}.container_freeTrial .power_fc_profile{background-color:#fff;padding:52px 75px 73px}@media (max-width:939px){.container_freeTrial .power_fc_profile{padding:52px 75px}}@media (max-width:480px){.container_freeTrial .power_fc_profile{padding:52px 35px}}.container_freeTrial .power_fc_profile span.heading{display:block;color:#333;font-size:24px;font-weight:600;line-height:28px;text-align:center}@media (max-width:480px){.container_freeTrial .power_fc_profile span.heading{font-size:17px;line-height:24px}}.container_freeTrial .power_fc_profile ul{display:flex;flex-wrap:wrap;margin-top:23px}@media (max-width:480px){.container_freeTrial .power_fc_profile ul{margin-top:0}}.container_freeTrial .power_fc_profile ul li{width:33.3333%;color:#333;font-size:18px;font-weight:600;line-height:26px;text-align:center;padding:40px 54px 28px;display:flex;flex-wrap:wrap;justify-content:center}@media (max-width:939px){.container_freeTrial .power_fc_profile ul li{width:100%;max-width:388px;margin:0 auto;border:none!important;border-bottom:1px solid #cdcdcd!important;padding:40px 54px}}@media (max-width:480px){.container_freeTrial .power_fc_profile ul li{padding:40px 0}}.container_freeTrial .power_fc_profile ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;margin-bottom:10px;top:-16px}@media (max-width:939px){.container_freeTrial .power_fc_profile ul li:before{top:-5px!important}}.container_freeTrial .power_fc_profile ul li:first-child,.container_freeTrial .power_fc_profile ul li:nth-child(2),.container_freeTrial .power_fc_profile ul li:nth-child(3){border-bottom:1px solid #cdcdcd}.container_freeTrial .power_fc_profile ul li:nth-child(2),.container_freeTrial .power_fc_profile ul li:nth-child(5){border-left:1px solid #cdcdcd;border-right:1px solid #cdcdcd}@media (max-width:939px){.container_freeTrial .power_fc_profile ul li:last-child{border-bottom:none!important}}.container_freeTrial .power_fc_profile ul li.showcase:before{width:43px;height:43px;background-position:-342px 0}.container_freeTrial .power_fc_profile ul li.select:before{width:41px;height:40px;background-position:-342px -45px;top:-15px}.container_freeTrial .power_fc_profile ul li.manage:before{width:35px;height:37px;background-position:-342px -88px;top:-14px}.container_freeTrial .power_fc_profile ul li.remove:before{width:38px;height:49px;background-position:-342px -127px;top:-8px}.container_freeTrial .power_fc_profile ul li.realtime:before{width:47px;height:47px;background-position:-342px -178px;top:-9px}.container_freeTrial .power_fc_profile ul li.reach:before{width:45px;height:47px;background-position:-342px -227px;top:-10px}.free_trial_happy_customers{background-color:#fff;text-align:center;padding:52px 0 80px;box-shadow:0 -2px 7px 0 rgba(0,0,0,.4);-moz-box-shadow:0 -2px 7px 0 rgba(0,0,0,.4);-webkit-box-shadow:0 -2px 7px 0 rgba(0,0,0,.4);position:relative;z-index:1}@media (max-width:939px){.free_trial_happy_customers{padding-bottom:60px}}.free_trial_happy_customers span.heading{display:block;margin-bottom:37px;font-size:24px;font-weight:800;color:#002067}@media (max-width:939px){.free_trial_happy_customers span.heading{margin-bottom:17px}}.free_trial_happy_customers .img_block_section{max-width:1200px;display:flex;justify-content:space-between;align-items:center;padding:0 50px;margin:0 auto}@media (max-width:1139px){.free_trial_happy_customers .img_block_section{padding:0 69px}}@media (max-width:939px){.free_trial_happy_customers .img_block_section{flex-wrap:wrap;max-width:500px;margin:0 auto;padding:0}}@media (max-width:575px){.free_trial_happy_customers .img_block_section{padding:0 60px 0 65px}}@media (max-width:480px){.free_trial_happy_customers .img_block_section{padding:0 30px}}.free_trial_happy_customers .img_block_section .img_block{margin:0 25px}@media (max-width:1139px){.free_trial_happy_customers .img_block_section .img_block{margin:0 20px}}@media (max-width:939px){.free_trial_happy_customers .img_block_section .img_block{width:calc(33.3333% - 30px);margin:20px 0}}@media (max-width:575px){.free_trial_happy_customers .img_block_section .img_block{width:calc(33.3333% - 28px)}}@media (max-width:480px){.free_trial_happy_customers .img_block_section .img_block{width:calc(50% - 28px);margin:10px 0}}@media (max-width:379px){.free_trial_happy_customers .img_block_section .img_block{width:100%}}.free_trial_happy_customers .img_block_section .img_block img{max-width:217px;max-height:73px}@media (max-width:939px){.free_trial_happy_customers .img_block_section .img_block img{max-width:110px}}@media (max-width:480px){.free_trial_happy_customers .img_block_section .img_block img{width:100%;max-width:110px;max-height:inherit}}@media (max-width:379px){.free_trial_happy_customers .img_block_section .img_block img{max-width:135px;border:1px solid #ccc;padding:20px}}.middleSection .container .breadcrumb_panel{margin-top:30px}.middleSection .container .breadcrumb_panel ul{display:flex}.middleSection .container .breadcrumb_panel ul li{margin-right:10px}.middleSection .container .breadcrumb_panel ul li a{position:relative;margin-right:10px}.middleSection .container .breadcrumb_panel ul li a:after{content:"";border-right:1px solid #565656;-webkit-transform:rotate(20deg);transform:rotate(20deg);height:65%;position:absolute;right:-10px;top:21%}.middleSection .container .breadcrumb_panel ul li:last-child{margin-right:0}.middleSection .container h1{font-size:38px;font-weight:700;line-height:36px;margin:23px 0 31px}@media (max-width:575px){.middleSection .container h1{font-size:34px}}.middleSection .container .SoftwareHeaderBlock{background:url(https://www.featuredcustomers.com/images/headerBgSoftware.webp) no-repeat top;height:330px;text-align:center;color:#fff;display:flex;justify-content:space-between;padding:35px 0 32px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0}@media (max-width:939px){.middleSection .container .SoftwareHeaderBlock{flex-direction:column;align-items:center}}@media (max-width:575px){.middleSection .container .SoftwareHeaderBlock{height:auto;background-color:#b9b8dc}}.middleSection .container .SoftwareHeaderBlock:after,.middleSection .container .SoftwareHeaderBlock:before{display:flex;position:relative}@media (max-width:939px){.middleSection .container .SoftwareHeaderBlock:after,.middleSection .container .SoftwareHeaderBlock:before{display:none}}.middleSection .container .SoftwareHeaderBlock:before{content:"";background:url(https://www.featuredcustomers.com/images/software_headerimg_left.webp) no-repeat 0 0;width:210px;height:146px;top:83px;left:56px}.middleSection .container .SoftwareHeaderBlock .software_content_block{display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media (max-width:939px){.middleSection .container .SoftwareHeaderBlock .software_content_block{width:calc(100% - 40px)}}.middleSection .container .SoftwareHeaderBlock .software_content_block .topHeaderContent h2{color:#fff;margin-bottom:12px}@media (max-width:767px){.middleSection .container .SoftwareHeaderBlock .software_content_block .topHeaderContent h2{font-size:26px}}.middleSection .container .SoftwareHeaderBlock .software_content_block .topHeaderContent p{max-width:615px;margin:0 auto;text-align:center;font-weight:500;line-height:24px}@media (max-width:1139px){.middleSection .container .SoftwareHeaderBlock .software_content_block .topHeaderContent p{max-width:480px}}@media (max-width:939px){.middleSection .container .SoftwareHeaderBlock .software_content_block .topHeaderContent p{margin:0 auto 36px}}@media (max-width:575px){.middleSection .container .SoftwareHeaderBlock .software_content_block .btn_software{width:100%}}.middleSection .container .SoftwareHeaderBlock .software_content_block .btn_software a{background:#7856ff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;max-width:407px;font-family:"Geist Mono",serif;font-size:18px;font-weight:600;display:inline-block;padding:14px 23px;color:#fff}@media (max-width:575px){.middleSection .container .SoftwareHeaderBlock .software_content_block .btn_software a{font-size:16px;margin:0 auto}}@media (max-width:379px){.middleSection .container .SoftwareHeaderBlock .software_content_block .btn_software a{font-size:13px}}.middleSection .container .SoftwareHeaderBlock:after{content:"";background:url(https://www.featuredcustomers.com/images/software_headerimg_right.webp) no-repeat 0 0;width:219px;height:138px;top:75px;right:32px}.middleSection .container .SoftwareMiddleSectionContentBlock{background:#fff}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs{width:calc(100% - 60px);display:flex;flex-direction:column;align-items:center;padding-top:46px;margin:0 auto}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs{width:calc(100% - 40px)}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs h2{text-align:center}@media (max-width:767px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs h2{font-size:26px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul{display:flex;justify-content:center;margin-top:35px}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul{flex-direction:column}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul li{width:calc(33.333% - 10px);background:#fff;box-shadow:2px 2px 7px 1px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 7px 1px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 7px 1px rgba(50,50,50,.05);padding:15px 25px;margin-right:15px}@media (max-width:1139px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul li{padding:15px}}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul li{width:100%;margin:0 0 20px;text-align:center}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul li h3{margin:11px 0}@media (max-width:767px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul li h3{font-size:20px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul li p{font-size:14px;line-height:20px}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareSpecs ul li:last-child{margin:0}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox{display:flex;justify-content:space-between;background:#fafafa;padding:24px 30px 18px;margin-top:56px}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox{flex-direction:column-reverse;padding:50px 20px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section{display:flex;flex-direction:column;justify-content:center;max-width:676px;margin-right:50px}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section{width:100%;max-width:inherit;margin-right:0;text-align:center}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section h2{font-size:22px;line-height:32px}@media (max-width:767px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section h2{font-size:20px;line-height:30px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section p{line-height:24px;margin:19px 0 15px}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section .btn_recommendation a{display:inline-block;background:#7856ff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;padding:10px 17px;color:#fff}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section .btn_recommendation a{margin:0 auto}}@media (max-width:480px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section .btn_recommendation a{width:100%;font-size:15px}}@media (max-width:379px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .left_section .btn_recommendation a{font-size:13px;font-weight:500}}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .right_section{margin:0 auto}}@media (max-width:480px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .right_section{width:250px}}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .right_section .img_block{text-align:center}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .right_section .img_block img{width:auto;height:auto}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareBox .right_section .img_block img{width:100%;max-width:334px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm{display:flex;padding:53px 32px 40px 37px}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm{flex-direction:column;padding:53px 20px 40px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .left_section,.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section{width:50%}@media (max-width:1139px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .left_section{width:400px}}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .left_section{margin:0 auto}}@media (max-width:480px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .left_section{width:250px}}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .left_section .img_block{text-align:center}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .left_section .img_block img{width:auto;height:auto}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .left_section .img_block img{width:100%;max-width:373px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section{padding-top:10px}@media (max-width:1139px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section{width:calc(100% - 450px);margin-left:50px}}@media (max-width:939px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section{width:100%;padding-top:40px;margin-left:0}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form h2{font-size:30px;font-weight:700}@media (max-width:379px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form h2{font-size:29px}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form{display:flex;flex-direction:column;margin-top:32px}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label{width:100%;display:flex;flex-direction:column;font-family:"Inter",serif;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:20px}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label input,.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label select{width:100%;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;height:48px;margin-top:13px;padding-left:10px;font-family:"Inter",serif;font-size:16px;color:#000}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label input::-webkit-input-placeholder,.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label select::-webkit-input-placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label input:-ms-input-placeholder,.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label select:-ms-input-placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label input::-ms-input-placeholder,.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label select::-ms-input-placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label input::placeholder,.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label select::placeholder{font-family:"Inter",serif;color:rgba(50,50,50,.5)}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label .select_div{position:relative}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label .select_div select{color:rgba(50,50,50,.5)}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label .select_div select option{color:#000}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form label .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:24px;height:12px;background-position:-341px -435px;position:absolute;top:30px;right:5px}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form button.submit{background:#5dae59;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;height:48px;border:none;cursor:pointer;color:#fff;margin-top:16px}@media (max-width:575px){.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .form form button.submit{margin-top:0}}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .clsMsg{margin-top:20px}.middleSection .container .SoftwareMiddleSectionContentBlock .tripleEightSoftwareContactForm .right_section .clsMsg .msg_block{margin:0}.middleSection.bgCurve{background:url(https://www.featuredcustomers.com/images/bg-terms-privacy.webp) no-repeat top #d0d0ed;background-size:100%}.accordion-single{display:flex;margin:10px 0 40px}@media (max-width:939px){.accordion-single{flex-direction:column}}.accordion-single .left,.accordion-single .right{width:calc(50% - 25px)}@media (max-width:939px){.accordion-single .left,.accordion-single .right{width:100%}}.accordion-single .left{margin-right:50px}@media (max-width:939px){.accordion-single .left{margin-right:0}}.accordion-single.accordion-toggle{flex-wrap:wrap}.accordion-single.accordion-toggle .accordion-single-item{margin-bottom:10px;padding-bottom:10px}.accordion-single.accordion-toggle .accordion-single-item h3.accordion-single-title{margin:12px 0 0!important}.accordion-single.accordion-toggle .accordion-single-item h3:after{content:"Show More +";width:95px;font-size:10px;text-align:right;text-transform:uppercase;text-shadow:0 0 0 #000}.accordion-single.accordion-toggle .accordion-single-item .accordion-single-content{max-height:60px}.accordion-single.accordion-toggle .accordion-single-item .acc-toggle:after{content:"Show more";color:#1c1259;font-size:13px;font-weight:500;text-decoration:underline;text-align:left;text-shadow:0 0 0 #000;cursor:pointer}.accordion-single.accordion-toggle .accordion-single-item.is-open{padding-bottom:0}.accordion-single.accordion-toggle .accordion-single-item.is-open h3:after{content:"Show Less -"}.accordion-single.accordion-toggle .accordion-single-item.is-open .accordion-single-content{max-height:inherit}.accordion-single.accordion-toggle .accordion-single-item.is-open .acc-toggle{display:block}.accordion-single.accordion-toggle .accordion-single-item.is-open .acc-toggle:after{content:"Show Less"}.accordion-single.disabledHeading .accordion-single-item{padding-bottom:25px}.accordion-single.disabledHeading .accordion-single-item h3{pointer-events:none}.accordion-single.disabledHeading .accordion-single-item h3:after{display:none}.accordion-single.disabledHeading .accordion-single-item .accordion-single-content p{font-size:14px;line-height:22px!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:47px;margin-bottom:0!important}.accordion-single.disabledHeading .accordion-single-item.is-open{padding-bottom:25px!important}.accordion-single.disabledHeading .accordion-single-item.is-open .accordion-single-content p{height:auto;-webkit-line-clamp:initial}.accordion-single.disabledHeading .accordion-single-item:last-child{border-bottom:none;padding-bottom:0}.accordion-single-item{border-bottom:1px solid #ccc}.accordion-single-title{padding:20px;cursor:pointer;position:relative;font-family:"Inter",serif;font-size:17px!important;font-weight:600;margin:12px 0!important;display:block!important;background:transparent!important;color:#000!important;padding:0!important}.accordion-single-title:after{content:"+";position:absolute;right:5px;top:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:block;width:18px;height:18px;font-size:19px}.accordion-single-content{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out}.accordion-single-content p{padding:0}.accordion-single-item.is-open .accordion-single-content{max-height:inherit}.accordion-single-item.is-open .accordion-single-title:after{content:"-"}.footer{background:#1c1259;font-size:16px;color:#fff;padding:33px 0 64px}@media (max-width:939px){.footer{padding:50px 0}}.footer .container{width:calc(100% - 160px);max-width:1050px}@media (max-width:1139px){.footer .container{width:calc(100% - 40px)}}.footer .container .footerTxt{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #fff;padding-bottom:31px;margin-bottom:27px;line-height:24px}@media (max-width:767px){.footer .container .footerTxt{flex-direction:column;text-align:center}}.footer .container .footerTxt img{margin-right:20px}@media (max-width:939px){.footer .container .footerTxt img{margin-bottom:15px}}.footer .container .footerNav ul{display:flex;justify-content:space-between}@media (max-width:939px){.footer .container .footerNav ul{flex-wrap:wrap}}.footer .container .footerNav ul li{font-weight:600}@media (max-width:939px){.footer .container .footerNav ul li{width:calc(33.333% - 10px);margin-bottom:40px}}@media (max-width:767px){.footer .container .footerNav ul li{width:100%;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #362a7f;text-align:center}}.footer .container .footerNav ul li ul{display:inherit;margin-top:10px}.footer .container .footerNav ul li ul li{font-size:14px;font-weight:400;line-height:24px;margin-bottom:9px}@media (max-width:939px){.footer .container .footerNav ul li ul li{width:100%;padding-bottom:0;border-bottom:none}}.footer .container .footerNav ul li ul li a{color:#f1f0f5}.footer .container .footerNav ul li ul li:last-child{margin-bottom:0}.footer .container .footerNav ul li:last-child ul li a{text-decoration:underline}.footer .container .footerNav ul li:last-child ul li.btn_software_recommended{margin-top:11px}.footer .container .footerNav ul li:last-child ul li.btn_software_recommended a{width:324px;height:48px;background:#7856ff;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-size:16px;font-weight:500;color:#fff;text-decoration:none}@media (max-width:767px){.footer .container .footerNav ul li:last-child ul li.btn_software_recommended a{width:100%;max-width:324px;margin:0 auto}}@media (max-width:480px){.footer .container .footerNav ul li:last-child ul li.btn_software_recommended a{font-size:15px}}@media (max-width:379px){.footer .container .footerNav ul li:last-child ul li.btn_software_recommended a{font-size:14px}}@media (max-width:939px){.footer .container .footerNav ul li:last-child{margin-bottom:0}}@media (max-width:767px){.footer .container .footerNav ul li:last-child{border-bottom:none;padding-bottom:0}}.navbar-toggle.fa-lg{cursor:pointer;width:21px;float:right;position:relative;top:12px;display:none}@media (max-width:939px){.navbar-toggle.fa-lg{display:block;top:7px}}@media (max-width:575px){.navbar-toggle.fa-lg{top:4px}}#header{padding:20px 0 10px}@media (max-width:939px){#header{overflow:inherit;display:flex}}#header .topheader{font-weight:800;font-size:18px;position:relative}@media (max-width:939px){#header .topheader{display:inherit}}#header .topheader .logo{width:175px;float:left}@media (max-width:1139px){#header .topheader .logo{width:160px}}@media (max-width:939px){#header .topheader .logo{width:140px}}@media (max-width:575px){#header .topheader .logo{width:115px}}#header .topheader .logo img{width:100%}#header .topheader nav#topnav{width:900px;float:left;margin:0 33px 0 45px}@media (max-width:1139px){#header .topheader nav#topnav{width:74%;margin:0 75px 0 25px}}@media (max-width:939px){#header .topheader nav#topnav{display:none;position:absolute;z-index:100;top:53px;background:#fff;margin:0;left:0;width:100%;box-shadow:0 3px 5px #333;-moz-box-shadow:0 3px 5px #333;-webkit-box-shadow:0 3px 5px #333}}@media (max-width:575px){#header .topheader nav#topnav{top:47px}}@media (max-width:939px){#header .topheader nav#topnav ul{margin:15px 40px;display:inherit}}#header .topheader nav#topnav ul li{padding:8px 33px;float:left}@media (max-width:1139px){#header .topheader nav#topnav ul li{font-size:17px}}@media (max-width:939px){#header .topheader nav#topnav ul li{padding:8px 0;float:none;font-size:18px}}#header .topheader nav#topnav ul li a{transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;color:#000}#header .topheader nav#topnav ul li.active a,#header .topheader nav#topnav ul li a:hover{color:#f08231}.bdr_b_none{border-bottom:none!important}.ent_profile_content_box{max-width:760px}@media (max-width:1139px){.ent_profile_content_box{width:calc(100% - 110px)}}@media (max-width:939px){.ent_profile_content_box{width:calc(100% - 20px)}}.ent_profile_content_box .content-section{padding:35px 0}.ent_profile_content_box .content-section .content h2{font-size:24px;padding-bottom:11px}.ent_profile_content_box .content-section .content form button{width:376px;height:48px;background:#1c1259;font-family:"Geist Mono",serif;font-size:16px;font-weight:500;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;border:none;cursor:pointer}.ent_profile_content_box .content-section .content .companyOverview_tab_content form{display:flex;flex-direction:column}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .uploadLogo label .upload_logo{width:296px;height:48px;border:2px solid #1c1259;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;font-size:16px;font-weight:700;cursor:pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;float:left;color:#1c1259}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .uploadLogo label input[type=file]{display:none}.ent_profile_content_box .content-section .content .companyOverview_tab_content form span.txt{font-family:"Geist Mono",serif;font-size:12px;color:rgba(0,0,0,.5)}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewCover,.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewLogo{border-bottom:1px solid #f0f1f2;padding-bottom:23px;margin-bottom:25px}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewCover span.txt,.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewLogo span.txt{display:inline-block;padding:9px 0 10px}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewLogo .logo_img{display:flex}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewLogo .logo_img img{max-width:296px;max-height:184px}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewCover .cover_img{display:flex}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewCover .cover_img img{width:100%}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewSummary{display:flex;flex-direction:column}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewSummary .topHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewSummary .topHeader h2{padding-bottom:0}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewSummary .topHeader span.txt{font-size:14px}.ent_profile_content_box .content-section .content .companyOverview_tab_content form .companyOverviewSummary textarea{width:100%;height:144px;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;line-height:24px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;color:#323232;padding:16px;margin-bottom:23px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form{position:relative}.ent_profile_content_box .content-section .content .companyDetails_tab_content form h2{border-bottom:1px solid #f0f1f2;padding-bottom:18px;margin-top:28px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form h2:first-child{margin-top:0}.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.txt{font-weight:500}.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.facebook:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.linkedin:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.twitter:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.youtube:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:14px;left:10px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.linkedin:after{background-position:-262px -263px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.facebook:after{background-position:-262px -280px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.twitter:after{height:12px;background-position:-262px -297px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form span.youtube:after{height:10px;background-position:-262px -312px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f1f2;padding:16px 0 15px;position:relative}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others span.txt,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary span.txt,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary span.txt{width:200px}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others span.txt,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary span.txt,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary span.txt{width:120px}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block{width:calc(100% - 200px);height:48px;background:#fff;border:1px solid #f0f1f2;display:flex;align-items:center;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding-left:7px}@media (max-width:939px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block{margin-right:70px}}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block{width:calc(100% - 120px)}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block .category ul,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block .category ul,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block .category ul{display:flex}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block .category ul li,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block .category ul li,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block .category ul li{font-family:"Geist Mono",serif;font-size:14px;font-weight:500;display:inline-block;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;padding:7px 12px;margin-right:6px;display:flex;align-items:center}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block .category ul li,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block .category ul li,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block .category ul li{font-size:13px}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block .category ul li span.close_icon,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block .category ul li span.close_icon,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block .category ul li span.close_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;width:10px;height:10px;background-position:-274px -250px;position:relative;top:1px;margin-left:7px;cursor:pointer}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .input_block .category ul li:last-child,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .input_block .category ul li:last-child,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .input_block .category ul li:last-child{margin-right:0}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:17px;height:17px;background-position:-135px -532px;position:absolute;display:flex;top:28px;right:-34px}@media (max-width:939px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit{right:30px}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit a,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit a,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit a{font-family:"Geist Mono",serif;font-size:14px;font-weight:600;letter-spacing:.02em;color:#4f4f4c;position:relative;right:-25px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section{position:absolute;z-index:1;top:15px;right:-73px;width:calc(100% - 127px);padding:20px;background:#fff;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px}@media (max-width:939px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section{width:calc(100% - 230px);right:60px}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .btn_edit,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .btn_edit,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .btn_edit{font-size:12px;display:flex;justify-content:flex-end;align-items:center}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .btn_edit .btn_cancel,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .btn_edit .btn_cancel,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .btn_edit .btn_cancel{margin-right:13px;color:#4a4a4a}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .btn_edit .btn_save a,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .btn_edit .btn_save a,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .btn_edit .btn_save a{background-color:#1c1259;color:#fff;width:69px;height:32px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;display:flex;justify-content:center;align-items:center;line-height:0}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block{width:100%;background-color:#fff;position:relative;left:0;margin-top:20px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_btn,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_btn,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_btn{border:1px solid #979797;height:50px;display:flex;align-items:center;padding-left:15px;font-size:14px;color:#666;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_btn:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_btn:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_btn:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;position:absolute;width:11px;height:7px;background-position:-77px -63px;right:19px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box{border:1px solid #979797;position:relative;top:-3px;background:#fff;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_box:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_box:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_box:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-77px -72px;position:absolute;top:14px;left:15px;width:19px;height:20px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_box input[type=text],.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_box input[type=text],.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_box input[type=text]{font-size:14px;color:#999;border:none;padding:15px 15px 15px 43px;width:100%}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_box ::-webkit-input-placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_box ::-webkit-input-placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_box ::-webkit-input-placeholder{font-family:"Inter",serif;color:#999}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_box :-ms-input-placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_box :-ms-input-placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_box :-ms-input-placeholder{font-family:"Inter",serif;color:#999}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_box ::-ms-input-placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_box ::-ms-input-placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_box ::-ms-input-placeholder{font-family:"Inter",serif;color:#999}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_box ::placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_box ::placeholder,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_box ::placeholder{font-family:"Inter",serif;color:#999}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list{font-size:14px;color:#666;border-top:1px solid #979797}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul{padding:11px 0 19px;height:370px;overflow:auto}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li{display:flex;align-items:center;line-height:28px;padding:2px 17px;cursor:pointer;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li input[type=checkbox],.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li input[type=checkbox],.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li input[type=checkbox]{display:none}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li label,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li label{border-bottom:none!important}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li label:before,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li label:after,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li label:before{top:auto!important}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li.active,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit_section .ent_search_block .search_drop_list_box .search_list ul li:hover,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li.active,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .edit_section .ent_search_block .search_drop_list_box .search_list ul li:hover,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li.active,.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .edit_section .ent_search_block .search_drop_list_box .search_list ul li:hover{background-color:#1c1259;color:#fff}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .primary .category ul li{background:rgba(93,174,89,.2);color:#5dae59}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .secondary .category ul li{background:rgba(120,86,255,.2);color:#7856ff}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block{width:calc(100% - 200px)}@media (max-width:939px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block{margin-right:70px}}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block{width:calc(100% - 120px)}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block .category ul{display:flex;flex-wrap:wrap}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block .category ul li{font-family:"Geist Mono",serif;font-size:14px;font-weight:500;background-color:#fff;padding:6px 16px;margin:0 5px 5px 0;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;position:relative;display:flex;align-items:center}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block .category ul li{font-size:13px}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block .category ul li span.close_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;width:10px;height:10px;background-position:-274px -250px;position:relative;top:0;margin-left:10px;cursor:pointer}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .others_block .category ul li:last-child{margin-right:0}.ent_profile_content_box .content-section .content .companyDetails_tab_content form .others .edit{top:20px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form label{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f1f2;padding:16px 0;position:relative}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form label span.txt{width:150px}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form label .select_div{position:relative}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form label .select_div{width:calc(100% - 150px)}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form label .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:19px;right:5px}.ent_profile_content_box .content-section .content .companyDetails_tab_content form label input,.ent_profile_content_box .content-section .content .companyDetails_tab_content form label select{width:411px;height:48px;background:#fff;font-family:"Geist Mono",serif;font-size:16px;border:1px solid #f0f1f2;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding-left:7px;color:#323232}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form label input,.ent_profile_content_box .content-section .content .companyDetails_tab_content form label select{width:calc(100% - 150px);font-size:13px}}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyDetails_tab_content form label select{width:100%}}.ent_profile_content_box .content-section .content .companyDetails_tab_content form label span.close_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:10px;height:10px;background-position:-262px -250px;position:absolute;top:36px;right:11px;cursor:pointer}.ent_profile_content_box .content-section .content .companyDetails_tab_content form button{margin-top:30px}.ent_profile_content_box .content-section .content .companyDetails_tab_content.details_tab_verified form .blur_img_container{position:relative}.ent_profile_content_box .content-section .content .companyDetails_tab_content.details_tab_verified form .blur_img_container .blur_img_block img{width:100%}.ent_profile_content_box .content-section .content .companyDetails_tab_content.details_tab_verified form .blur_img_container .btn_upgrade{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center}.ent_profile_content_box .content-section .content .companyDetails_tab_content.details_tab_verified form .blur_img_container .btn_upgrade a{background:#fff;border:1px solid #1c1259;padding:14px 30px;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.ent_profile_content_box .content-section .content .companyDetails_tab_content.details_tab_verified form .blur_img_container .btn_upgrade a span{color:#1c1259;text-decoration:underline}.ent_profile_content_box .content-section .content .companyfaqs_tab_content h2{font-weight:600;border-bottom:1px solid #f0f1f2;padding-bottom:26px;margin-bottom:17px}.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form{border-bottom:1px solid #f0f1f2;padding-bottom:11px;margin-bottom:17px}.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form .topHeader,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock .topHeader,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form .topHeader{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form .topHeader,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock .topHeader,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form .topHeader{align-items:flex-end}}.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form .topHeader h3,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock .topHeader h3,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form .topHeader h3{font-size:16px;font-weight:500;line-height:24px}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form .topHeader h3,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock .topHeader h3,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form .topHeader h3{line-height:18px;width:calc(100% - 111px)}}.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form .topHeader span.txt,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock .topHeader span.txt,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form .topHeader span.txt{font-family:"Geist Mono",serif;font-size:14px}@media (max-width:767px){.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form .topHeader span.txt,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock .topHeader span.txt,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form .topHeader span.txt{width:111px}}.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .form textarea,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock textarea,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .form textarea{width:100%;height:144px;background:#fff;font-family:"Inter",serif;font-size:16px;line-height:24px;border:1px solid #f0f1f2;padding:15px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;color:#323232}.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .ent_settings_content_box .settings_content_block .last.form,.ent_profile_content_box .content-section .content .companyfaqs_tab_content form .formBlock.last,.ent_settings_content_box .settings_content_block .ent_profile_content_box .content-section .content .companyfaqs_tab_content form .last.form{border-bottom:none;padding-bottom:25px;margin-bottom:0}.top_header_section.manage_content_header{position:relative}@media (max-width:767px){.top_header_section.manage_content_header h1{font-size:37px!important}}@media (max-width:575px){.top_header_section.manage_content_header h1{font-size:29px!important}}@media (max-width:480px){.top_header_section.manage_content_header h1{width:140px}}@media (max-width:379px){.top_header_section.manage_content_header h1{width:auto;font-size:28px!important}}.top_header_section.manage_content_header .btn_add_content a{width:224px;height:56px;background:#1c1259;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;font-weight:500;position:absolute;top:0;right:0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}@media (max-width:939px){.top_header_section.manage_content_header .btn_add_content a{width:165px;height:48px}}@media (max-width:767px){.top_header_section.manage_content_header .btn_add_content a{width:141px;height:43px;font-size:15px;top:2px}}@media (max-width:575px){.top_header_section.manage_content_header .btn_add_content a{width:131px;height:40px;font-size:14px;top:-3px}}@media (max-width:480px){.top_header_section.manage_content_header .btn_add_content a{top:13px}}@media (max-width:379px){.top_header_section.manage_content_header .btn_add_content a{top:0;position:relative;margin-top:7px}}.vendor_portal_filter_section .filterBlock{display:flex;width:calc(100% - 246px)}@media (max-width:767px){.vendor_portal_filter_section .filterBlock{flex-direction:column}}.vendor_portal_filter_section .filterBlock .searchBlock{width:100%;height:48px;background:#fff;border:1px solid #f0f1f2;position:relative;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding-left:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:rgba(50,50,50,.5)}.vendor_portal_filter_section .filterBlock .searchBlock:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-343px -349px;position:absolute;top:20px;right:10px}.vendor_portal_filter_section .filterBlock .choose_company_size,.vendor_portal_filter_section .filterBlock .choose_industry{margin-right:10px}@media (max-width:939px){.vendor_portal_filter_section .filterBlock .choose_company_size,.vendor_portal_filter_section .filterBlock .choose_industry{margin-right:9px}}.vendor_portal_filter_section .filterBlock .choose_company_size,.vendor_portal_filter_section .filterBlock .choose_content_type,.vendor_portal_filter_section .filterBlock .choose_industry{width:33.3333%;position:relative}@media (max-width:767px){.vendor_portal_filter_section .filterBlock .choose_company_size,.vendor_portal_filter_section .filterBlock .choose_content_type,.vendor_portal_filter_section .filterBlock .choose_industry{width:100%;margin:0 0 7px}}.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock{width:100%;background:#fff;border:1px solid #f0f1f2;border-top:none;position:absolute;top:48px;z-index:100;height:220px;overflow-y:auto;display:none}.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .searchBox{position:relative;width:calc(100% - 30px);margin:7px auto 0}.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .searchBox input[type=text]{width:100%;height:48px;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:14px;color:rgba(50,50,50,.5);padding-left:10px}.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .searchBox span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-343px -336px;cursor:pointer;position:absolute;top:18px;right:15px}.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group{width:calc(100% - 30px);margin:0 auto;padding-top:4px}.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group label.checkbox_control{padding:6px 20px 10px 24px}.vendor_portal_filter_section .filterBlock .choose_industry .chooseIndustryBlock .checkbox_control_group label.checkbox_control .checkboxControlIndicator{left:0}.vendor_portal_filter_section .filterBlock .choose_company_size .chooseCompanyBlock,.vendor_portal_filter_section .filterBlock .choose_content_type .chooseCompanyBlock{width:100%;background:#fff;border:1px solid #f0f1f2;border-top:none;position:absolute;top:48px;z-index:100;display:none}.vendor_portal_filter_section .filterBlock .selected_list{margin-top:8px;display:none}.vendor_portal_filter_section .filterBlock .selected_list ul{display:flex;flex-wrap:wrap}.vendor_portal_filter_section .filterBlock .selected_list ul li{background:#cacaea;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;padding:4px 8px 4px 12px;font-size:12px;color:#000;margin:0 5px 5px 0;display:flex;align-items:center}.vendor_portal_filter_section .filterBlock .selected_list ul li span.close_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:7px;height:7px;background-position:-343px -426px;margin-left:11px;cursor:pointer;top:1px}.vendor_portal_filter_section .filterBlock .selected_list ul li:last-child{margin-right:0}.ent_manage_content_box .total_aseets{font-family:"Geist Mono",serif;font-size:18px;font-weight:600;margin:30px 0;color:#000}.ent_manage_content_box .table_manage_content{margin-bottom:40px}.ent_manage_content_box .table_manage_content table{width:100%;border:none;border-collapse:separate;border-spacing:0 20px}.ent_manage_content_box .table_manage_content table tbody{position:relative;top:-20px}.ent_manage_content_box .table_manage_content table tr{box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05)}.ent_manage_content_box .table_manage_content table tr.blank,.ent_manage_content_box .table_manage_content table tr.tableHeading{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;height:auto}.ent_manage_content_box .table_manage_content table tr.blank td,.ent_manage_content_box .table_manage_content table tr.tableHeading td{background:transparent;height:auto}.ent_manage_content_box .table_manage_content table tr.tableHeading{font-family:"Geist Mono",serif;font-size:14px;font-weight:600}.ent_manage_content_box .table_manage_content table tr.tableHeading td{padding-bottom:10px}.ent_manage_content_box .table_manage_content table tr.blank{height:16px}.ent_manage_content_box .table_manage_content table tr td{background:#fff;height:104px}.ent_manage_content_box .table_manage_content table tr td.company_logo{width:219px;background:#fafafa;padding-left:17px;border-top-left-radius:4px;border-bottom-left-radius:4px}.ent_manage_content_box .table_manage_content table tr td.company_logo img{max-width:130px;max-height:60px}.ent_manage_content_box .table_manage_content table tr td.company_name{width:270px;padding:0 40px 0 18px}.ent_manage_content_box .table_manage_content table tr td.company_name span{display:flex;flex-direction:column}.ent_manage_content_box .table_manage_content table tr td.company_name span.name{font-family:"Geist Mono",serif;font-size:20px;font-weight:700;line-height:24px;color:#000}.ent_manage_content_box .table_manage_content table tr td.company_name span.date{font-size:12px;padding-top:7px;display:none}.ent_manage_content_box .table_manage_content table tr td.content_type{width:160px}.ent_manage_content_box .table_manage_content table tr td.content_type span{width:126px;height:26px;font-family:"Geist Mono",serif;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center;line-height:0;border-radius:54px;-moz-border-radius:54px;-webkit-border-radius:54px}.ent_manage_content_box .table_manage_content table tr td.content_type span.caseStudy{background:rgba(86,194,255,.5)}.ent_manage_content_box .table_manage_content table tr td.content_type span.testimonial{background:rgba(255,147,86,.5)}.ent_manage_content_box .table_manage_content table tr td.content_type span.video{background:rgba(255,86,86,.5)}.ent_manage_content_box .table_manage_content table tr td.cross,.ent_manage_content_box .table_manage_content table tr td.tick{width:110px;padding-left:20px}.ent_manage_content_box .table_manage_content table tr td.published{width:140px}.ent_manage_content_box .table_manage_content table tr td.featured{width:132px}.ent_manage_content_box .table_manage_content table tr td.actions{display:flex;align-items:center;border-top-right-radius:4px;border-bottom-right-radius:4px;padding-right:25px}.ent_manage_content_box .table_manage_content table tr td.actions span{width:32px;height:32px;display:flex;justify-content:center;align-items:center;box-shadow:2px 2px 10px rgba(50,50,50,.2);-moz-box-shadow:2px 2px 10px rgba(50,50,50,.2);-webkit-box-shadow:2px 2px 10px rgba(50,50,50,.2);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-right:8px}.ent_manage_content_box .table_manage_content table tr td.actions span.edit,.ent_manage_content_box .table_manage_content table tr td.actions span.visibility{background:rgba(120,86,255,.15)}.ent_manage_content_box .table_manage_content table tr td.actions span.delete{background:rgba(238,66,102,.15);margin-right:0}.ent_vendor_awards_content_box .heading_txt{margin:50px 0 20px}@media (max-width:575px){.ent_vendor_awards_content_box .heading_txt{margin-top:30px}}.ent_vendor_awards_content_box .heading_txt h2{margin-bottom:10px}@media (max-width:767px){.ent_vendor_awards_content_box .heading_txt h2{font-size:29px;margin-bottom:3px}}@media (max-width:480px){.ent_vendor_awards_content_box .heading_txt h2{font-size:23px}}@media (max-width:575px){.ent_vendor_awards_content_box .heading_txt p{font-size:15px}}@media (max-width:480px){.ent_vendor_awards_content_box .heading_txt p{font-size:13px}}.ent_vendor_awards_content_box ul{display:flex;flex-wrap:wrap}.ent_vendor_awards_content_box ul li{width:calc(33.333% - 22px);background:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:27px 24px 24px;margin:0 32px 32px 0}@media (max-width:939px){.ent_vendor_awards_content_box ul li{width:calc(50% - 8px);margin:0 16px 16px 0}}@media (max-width:575px){.ent_vendor_awards_content_box ul li{width:100%;margin-right:0!important}}@media (max-width:379px){.ent_vendor_awards_content_box ul li{padding:27px 15px 24px}}.ent_vendor_awards_content_box ul li .headerSection{margin-bottom:26px}.ent_vendor_awards_content_box ul li .headerSection h2{font-size:20px;color:#000}@media (max-width:767px){.ent_vendor_awards_content_box ul li .headerSection h2{font-size:16px}}@media (max-width:575px){.ent_vendor_awards_content_box ul li .headerSection h2{font-size:18px}}.ent_vendor_awards_content_box ul li .headerSection .img_block{margin:19px 0 0}.ent_vendor_awards_content_box ul li .headerSection .img_block img{width:100%}.ent_vendor_awards_content_box ul li .headerSection .img_block .svg_logo{height:150px}.ent_vendor_awards_content_box ul li .headerSection .img_block .svg_logo svg{max-width:250px;height:140px}@media (max-width:767px){.ent_vendor_awards_content_box ul li .headerSection .img_block .svg_logo svg{max-width:200px}}.ent_vendor_awards_content_box ul li .headerSection .img_block .svg_logo.svg_circle_award svg{height:174px;position:relative;top:-14px}@media (max-width:767px){.ent_vendor_awards_content_box ul li .headerSection .img_block .svg_logo.svg_circle_award svg{max-width:250px}}.ent_vendor_awards_content_box ul li .headerSection .img_block .svg_logo.svg_hex_award svg{height:135px;position:relative;top:4px}.ent_vendor_awards_content_box ul li .headerSection .img_block .svg_logo.svg_penta_award svg{height:137px;position:relative;top:2px}.ent_vendor_awards_content_box ul li .headerSection span.category{display:block;font-family:"Geist Mono",serif;font-weight:500;color:#000;margin-top:20px}.ent_vendor_awards_content_box ul li .footerSection ul{justify-content:center}.ent_vendor_awards_content_box ul li .footerSection ul li{width:auto;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;padding:0;margin:0 16px 0 0}@media (max-width:575px){.ent_vendor_awards_content_box ul li .footerSection ul li{margin-right:7px!important}}.ent_vendor_awards_content_box ul li .footerSection ul li a{width:48px;height:48px;background:#1c1259;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.ent_vendor_awards_content_box ul li .footerSection ul li:last-child{margin-right:0}.ent_vendor_awards_content_box ul li .footerSection ul li.btn_upgrade a{width:225px;font-size:15px;font-weight:500;color:#fff}.ent_vendor_awards_content_box ul li:nth-child(3n){margin-right:0}@media (max-width:939px){.ent_vendor_awards_content_box ul li:nth-child(3n){margin-right:16px}}@media (max-width:939px){.ent_vendor_awards_content_box ul li:nth-child(2n){margin-right:0}}.vendor_award_verified_section{background:#9796f0;display:flex;justify-content:space-between;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-bottom:28px}@media (max-width:939px){.vendor_award_verified_section{flex-direction:column;background:-webkit-gradient(linear,right top,left top,from(#4776e6),to(#8e54e9));background:linear-gradient(-90deg,#4776e6,#8e54e9)}}.vendor_award_verified_section .leftSection,.vendor_award_verified_section .rightSection{width:50%}.vendor_award_verified_section .leftSection{width:calc(100% - 487px);max-width:560px;padding:25px 24px 20px}@media (max-width:939px){.vendor_award_verified_section .leftSection{width:100%;max-width:inherit}}@media (max-width:480px){.vendor_award_verified_section .leftSection{padding:25px 15px 20px}}.vendor_award_verified_section .leftSection h2{font-family:"Geist Mono",serif;font-size:32px;line-height:36px;color:#fff;margin-bottom:16px}@media (max-width:480px){.vendor_award_verified_section .leftSection h2{font-size:30px}}@media (max-width:379px){.vendor_award_verified_section .leftSection h2{font-size:22px;line-height:27px;margin-bottom:5px}}.vendor_award_verified_section .leftSection p{font-weight:500;line-height:24px;color:#fff}.vendor_award_verified_section .rightSection{width:487px;display:flex;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0}@media (max-width:939px){.vendor_award_verified_section .rightSection{width:100%;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}}.vendor_award_verified_section .rightSection .right_container{width:100%;background:-webkit-gradient(linear,left top,right top,from(#9796f0),to(#fbc7d4));background:linear-gradient(90deg,#9796f0,#fbc7d4);border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;padding:27px 64px 16px 30px}@media (max-width:939px){.vendor_award_verified_section .rightSection .right_container{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;background:none;padding:0 33px 30px}}@media (max-width:480px){.vendor_award_verified_section .rightSection .right_container{padding:0 17px 30px}}.vendor_award_verified_section .rightSection .right_container .listContent{margin-bottom:21px}.vendor_award_verified_section .rightSection .right_container .listContent ul li{display:flex;align-items:center;line-height:24px;color:#fff;margin-bottom:8px}.vendor_award_verified_section .rightSection .right_container .listContent ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:20px;height:18px;background-position:-262px -3px;right:7px}.vendor_award_verified_section .rightSection .right_container .listContent ul li span.txt{width:calc(100% - 27px)}.vendor_award_verified_section .rightSection .right_container .listContent ul li:last-child{margin-bottom:0}.vendor_award_verified_section .rightSection .right_container .btn_unlock a{width:100%;height:48px;font-family:"Geist Mono",serif;font-weight:500;color:#fff;display:flex;justify-content:center;align-items:center;background:#7856ff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:939px){.vendor_award_verified_section .rightSection .right_container .btn_unlock a{border:2px solid #fff}}@media (max-width:379px){.vendor_award_verified_section .rightSection .right_container .btn_unlock a{font-size:13px}}.vendor_portal_prospect_intelligence_section{width:calc(100% - 40px);max-width:none}@media (max-width:939px){.vendor_portal_prospect_intelligence_section{width:100%}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box{max-width:967px;display:flex;justify-content:space-between;margin:30px 0}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left{width:100%}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_right .last_30_days form .div_select{position:relative}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_right .last_30_days form .div_select select{width:144px;height:52px;background:#fff;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:flex;justify-content:center;align-items:center;padding-left:10px;border:none}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_right .last_30_days form .div_select select{width:129px;font-size:13px!important}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_right .last_30_days form .div_select:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;position:absolute;width:25px;height:11px;background-position:-177px -675px;top:22px;right:2px}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_right .last_30_days form .div_select:after{right:0}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box.hide,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_right.hide{display:none}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_applied_filters{display:flex;align-items:flex-start;color:#132d72;font-weight:600;padding:10px 0 20px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_applied_filters span.txt{width:105px;font-size:13px;margin-right:18px;color:#3764df;position:relative;top:8px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_applied_filters ul{flex-wrap:wrap;width:calc(100% - 123px)}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_applied_filters ul li{float:left;font-size:13px;border:1px solid rgba(55,100,223,.8);border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;background-color:#fff;padding:6px 18px;margin:0 13px 13px 0;color:#3764df}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_applied_filters ul li{margin:0 13px 15px 0}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_applied_filters ul li span.close{position:relative;left:6px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_applied_filters ul li span.close a{color:#3764df}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .left_section{margin-top:0;order:1}}@media (max-width:767px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .left_section{order:3;margin-top:40px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .left_section .total_signals{font-size:16px;font-weight:700;letter-spacing:.02em;color:#333}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .left_section .total_signals{font-size:16px}}@media (max-width:767px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .left_section .total_signals{font-size:18px}}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section{width:calc(100% - 388px);display:flex;justify-content:flex-end;order:2}}@media (max-width:767px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section{width:calc(100% - 130px);justify-content:flex-start;order:1}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input{width:130px;padding:14px 10px 13px 35px;min-height:23px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input{width:100px;padding:14px 10px 13px 30px}}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input{width:170px}}@media (max-width:767px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input{width:250px}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input{width:167px}}@media (max-width:480px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input{width:96px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input:focus{width:174px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input:focus{width:100px}}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input:focus{width:220px}}@media (max-width:767px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input:focus{width:283px}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input:focus{width:197px}}@media (max-width:480px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul#filterBox li.search_box .input_box input:focus{width:96px}}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section{width:130px;order:3}}@media (max-width:767px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section{order:2}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .last_30_days form .div_select{position:relative}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .last_30_days form .div_select select{width:130px;height:52px;background:#fff;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:flex;justify-content:center;align-items:center;padding-left:10px;border:none}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .last_30_days form .div_select select{width:130px;font-size:13px}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .last_30_days form .div_select select{width:129px;font-size:13px!important}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .last_30_days form .div_select:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;position:absolute;width:25px;height:11px;background-position:-177px -675px;top:22px;right:2px}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .last_30_days form .div_select:after{right:0}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .download_csv a{font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:flex;align-items:center}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .download_csv a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:13px;background-position:-177px -325px;margin-right:9px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .right_section .download_csv.hide{display:none}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li{background:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:22px 24px 39px;margin-bottom:24px;box-shadow:0 6px 32px rgba(51,51,51,.06);-moz-box-shadow:0 6px 32px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 32px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li{align-items:flex-start}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li{padding:22px 20px;position:relative}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section{display:flex;justify-content:space-between;align-items:center}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left{width:140px;margin-right:28px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left{width:120px}}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left{order:2;margin-right:0}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left{position:absolute;top:20px;right:20px;width:56px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left .logo{max-width:140px;text-align:center}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left .logo{max-width:inherit;width:56px;height:56px;display:flex;justify-content:center;align-items:center;border:1px solid #e8e8e9;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left .logo img{width:auto;max-width:140px;height:auto;max-height:70px}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_left .logo img{width:100%}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle{width:calc(100% - 382px)}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle{width:calc(100% - 148px)}}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle{order:1;margin-right:28px}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle{width:100%;margin-right:0}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle{margin:15px 0 0}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block{display:flex;flex-wrap:wrap}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block span.signal_type{display:inline-block;background:rgba(55,100,223,.1);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:11px;font-weight:700;padding:3px 7px;color:#3764df;margin:0 5px 5px 0}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block span.signal_type{font-size:10px;margin-right:76px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block span.signal_type.signal_type_blue_bg{background:#022992;color:#fff}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block span.signal_type.signal_type_blue_bg02{background:#3764df;color:#fff}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block span.signal_type.signal_type_blue_bg03{background:#88a4f1;color:#fff}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block span.signal_type.signal_type_blue_bg04{background:#d7def2;color:#3764df}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .signal_type_block span.signal_type.signal_type_light_green{background:rgba(0,203,173,.1);color:#00cbad}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle h2{margin:10px 0;font-size:22px;font-weight:700}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block{display:flex}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block{flex-direction:column}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block ul li{display:flex;flex-direction:row;align-items:flex-start;padding:0;box-shadow:inherit;-moz-box-shadow:inherit;-webkit-box-shadow:inherit;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;font-size:14px;color:#4f4f4c;letter-spacing:-.004em;line-height:19px;margin-bottom:9px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;margin-right:9px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section{width:calc(40% - 20px);margin-right:20px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section{width:100%;margin-right:0}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section ul li.tag:before{width:14px;height:14px;background-position:-177px -414px;top:4px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section ul li.tag span.text_block{width:calc(100% - 23px)}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section ul li.company:before{width:15px;height:15px;background-position:-177px -430px;top:2px;margin-right:8px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section ul li.company span.text_block{width:calc(100% - 23px)}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section ul li.location:before{width:14px;height:16px;background-position:-177px -447px;top:2px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .left_section ul li.location span.text_block{width:calc(100% - 23px)}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section{width:60%}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section{width:100%}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section ul li.point:before{width:16px;height:16px;background-position:-177px -465px;top:3px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section ul li.point span.text_block{width:calc(100% - 25px)}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section ul li.point span.text_block span.text{text-decoration:underline;font-size:14px;color:#4f4f4c;display:block;margin-bottom:3px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section ul li.point span.text_block span{width:100%;font-size:12px;letter-spacing:-.004em;color:#999;text-decoration:none}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section ul li.time:before{width:14px;height:14px;background-position:-177px -483px;top:3px;left:3px;margin-right:10px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_middle .pi_ent_list_block .right_section ul li.time span.text_block{width:calc(100% - 24px)}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right{width:190px;margin-left:24px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right{margin-left:148px}}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right{order:3;margin-left:0}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right{margin-top:8px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right span.add_to_txt{font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333;display:none}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right span.add_to_txt{display:block}}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul{flex-wrap:wrap}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul{margin-top:7px}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul{flex-direction:column}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li{display:inherit;padding:0;margin-bottom:0;box-shadow:inherit;-moz-box-shadow:inherit;-webkit-box-shadow:inherit;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li{width:auto;margin-bottom:6px}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li{width:100%;margin:0 0 10px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn{width:100%;height:40px;display:flex;align-items:center;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;border:1px solid #fff;margin-bottom:8px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;padding-left:17px;cursor:pointer}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;margin-right:11px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn:before{margin-right:0!important}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn:before{margin-right:11px!important}}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn{flex-direction:column;width:110px;height:64px}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn{width:90px;height:59px}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn{width:100%;height:40px;flex-direction:row;justify-content:flex-start;padding-left:15px!important}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce{padding-left:15px;border:1px solid #00a1e0;color:#0088bd}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce:before{width:24px;height:17px;background-position:-177px -499px;margin-right:9px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce:before{margin-bottom:1px}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce:before{margin-bottom:3px}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce:before{margin-right:9px!important;top:3px}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce{font-size:13px}}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce{font-size:14px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_salesforce:hover{background:#e5f6fc}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_hubspot{border:1px solid #ff7a59;color:#ff7a59}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_hubspot:before{width:20px;height:20px;background-position:-177px -518px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_hubspot:before{margin-bottom:1px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_hubspot:hover{background:#fff2ee}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_outreach{border:1px solid #5952ff;color:#5952ff}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_outreach:before{width:20px;height:19px;background-position:-177px -540px}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_outreach:before{margin-bottom:1px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_outreach:hover{background:#eef}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_pipedrive{border:1px solid #000;color:#000}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_pipedrive:before{width:19px;height:19px;background-position:-204px -460px;left:1px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_pipedrive:before{left:0}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_pipedrive:before{margin-bottom:1px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li .btn_pipedrive:hover{background:#eee}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li:last-child .btn{margin-bottom:0}@media (max-width:379px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right ul li:last-child{margin-bottom:0}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_list_top_section .ent_pi_list_right.disabled ul li a{cursor:not-allowed;pointer-events:all!important}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box{margin:10px 0 0 168px}@media (max-width:1139px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box{margin-left:148px}}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box{width:100%;margin-left:0}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi_accordion{width:216px;background-color:transparent;border:1px solid #ff7a59;padding:10px 15px;font-size:15px;font-weight:700;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 10px 20px #e6e6e6;-moz-box-shadow:0 10px 20px #e6e6e6;-webkit-box-shadow:0 10px 20px #e6e6e6;color:#ff7a59}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi_accordion span.count{color:#000}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi_accordion:after{position:relative;top:2px;color:#ff7a59;font-weight:400}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record{padding:25px 15px 15px}@media (max-width:480px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record{padding:15px 12px 10px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul{display:flex;flex-wrap:wrap}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li{margin:0 24px 0 0;background:transparent;padding:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;font-size:14px;flex-direction:row;justify-content:flex-start}@media (max-width:939px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li{width:calc(50% - 24px);margin-right:24px}}@media (max-width:767px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li{width:100%;margin-right:0}}@media (max-width:575px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li{font-size:13px}}@media (max-width:480px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li{font-size:11px}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li img{width:20px;height:20px;margin-right:7px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li .txt{display:flex}@media (max-width:480px){.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li .txt{flex-direction:column}}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li .txt strong{margin-right:3px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li.job_title strong{min-width:61px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li.email img{position:relative;top:4px;height:14px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li.tel{margin-bottom:0}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li a{text-decoration:underline}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li:nth-child(2n){margin-right:0}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li:nth-child(odd){width:400px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li:nth-child(2n){width:calc(100% - 424px)}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li ul{display:inline;display:initial}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record ul li ul li{width:100%!important;margin-bottom:10px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record:nth-child(2n){background-color:#fafafa;border-bottom:none}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li .pi_accordion_box .pi-accordion-content .possible_contact_record:last-child{border-bottom:none}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prospect_intelligence_list ul li:last-child{margin-bottom:0}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination{color:#666;margin:38px auto 0}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination .top{width:calc(100% - 32px);max-width:790px;margin:0 auto}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination .top .nextPrev .prev:before{top:-1px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination .top .nextPrev ul li.active a{text-decoration:none}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination .top .nextPrev .next:after{top:-1px}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination .top .nextPrev .next.disable a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination .top .nextPrev .prev.disable a{color:#b7b7b7}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination a{color:#666;text-decoration:underline}.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .pagination.vendor-directory-pagination .viewall ul li.active a{text-decoration:none}.ent_intelligence_section .turned_on_signal{display:flex;justify-content:space-between;align-items:center;background:#fbf2e4;font-size:16px;font-weight:500;padding:11px 15px;margin-bottom:20px;border-left:4px solid #ffd28c;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:767px){.ent_intelligence_section .turned_on_signal{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.ent_intelligence_section .turned_on_signal{font-size:14px}}.ent_intelligence_section .turned_on_signal a{text-decoration:underline;color:#323232}.ent_intelligence_section .turned_on_signal .right{font-size:12px}@media (max-width:480px){.ent_intelligence_section .turned_on_signal .right{margin-top:5px}}.ent_intelligence_section .ent_intelligence_accordion{position:relative}.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion{width:100%;background-color:#fff;border-left:8px solid #5dae59;padding:16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;position:relative;cursor:pointer}@media (max-width:767px){.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion{padding:10px 16px}}.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion h2{font-size:22px;line-height:27px}@media (max-width:939px){.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion h2{font-size:20px}}@media (max-width:767px){.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion h2{font-size:18px}}.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion .entSettingsBlock{font-size:12px;display:flex;justify-content:space-between;margin-top:6px}.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion .entSettingsBlock .left{position:relative}.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion .entSettingsBlock .left span.txt a{text-decoration:underline}.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:12px;height:8px;background-position:-262px -384px;position:absolute;top:16px;right:16px}.ent_intelligence_section .ent_intelligence_accordion .intelligence_accordion.is-open:after{background-position:-262px -394px}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block{position:absolute;top:65px;left:21px;z-index:10;width:363px;height:142px;background-color:#fff;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);padding:17px 16px;margin-top:25px;display:none}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block:before{content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;position:absolute;top:-8px}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f1f2;padding-bottom:15px;margin-bottom:10px}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .left{font-size:14px;font-weight:500}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .blockContent{display:flex;justify-content:space-between}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .blockContent .left{width:170px;font-size:12px;line-height:16px}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .blockContent .left span{display:block;font-size:14px;font-weight:500;margin-bottom:6px}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .blockContent .left a{text-decoration:underline}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .blockContent .right ul,.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .blockContent .right ul li{display:flex}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .blockContent .right ul li:first-child{margin-right:8px}.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul{background:#eef2ee;padding:17px 24px 19px;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px}@media (max-width:575px){.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul{padding:17px}}.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li{background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-bottom:8px;padding:12px 16px}@media (max-width:575px){.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li{padding:12px}}.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li .txt{font-weight:600;display:flex;align-items:center}.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li .txt:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:24px;height:24px;background-position:-262px -534px;margin-right:16px}@media (max-width:575px){.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li .txt:before{margin-right:8px}}.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li .logo_img{display:flex}.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li .logo_img img{max-width:170px;max-height:25px}.ent_intelligence_section .ent_intelligence_accordion .pi-accordion-content ul li:last-child{margin-bottom:0}.ent_intelligence_section .scheduleh_buyer_section{background:-webkit-gradient(linear,left top,right top,from(#9796f0),to(#fbc7d4));background:linear-gradient(90deg,#9796f0,#fbc7d4);padding:40px 20px 52px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;text-align:center}.ent_intelligence_section .scheduleh_buyer_section h2,.ent_intelligence_section .scheduleh_buyer_section p{color:#fff}.ent_intelligence_section .scheduleh_buyer_section h2{line-height:32px}@media (max-width:939px){.ent_intelligence_section .scheduleh_buyer_section h2{font-size:28px}}@media (max-width:767px){.ent_intelligence_section .scheduleh_buyer_section h2{font-size:26px;line-height:29px}}.ent_intelligence_section .scheduleh_buyer_section p{margin:5px 0 15px}.ent_intelligence_section .scheduleh_buyer_section .btn_scheduleh_buyer{max-width:350px;margin:0 auto}.ent_intelligence_section .scheduleh_buyer_section .btn_scheduleh_buyer a{width:100%;height:40px;background:#7856ff;font-family:"Geist Mono",serif;font-weight:500;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}.ent_intelligence_section .all_competitors{font-family:"Geist Mono",serif;font-size:32px;font-weight:600;line-height:48px;margin:34px 0 23px}@media (max-width:939px){.ent_intelligence_section .all_competitors{font-size:29px}}@media (max-width:767px){.ent_intelligence_section .all_competitors{font-size:27px}}@media (max-width:575px){.ent_intelligence_section .all_competitors{font-size:25px;line-height:31px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection{margin-bottom:11px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter{width:100%;display:flex;justify-content:space-between;align-items:center}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter{flex-direction:column;position:relative}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section{display:flex}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section{width:100%;flex-direction:column}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy{display:flex;align-items:center}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy span.txt,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy span.txt{margin-right:8px}@media (max-width:939px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy span.txt,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy span.txt{font-size:14px}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy span.txt,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy span.txt{font-size:18px;font-weight:500}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy .select_div,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div{position:relative}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy .select_div select,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div select{width:200px;height:40px;background:#fff;font-family:"Inter",serif;font-size:16px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:rgba(50,50,50,.5);padding-left:3px}@media (max-width:1139px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy .select_div select,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div select{width:180px}}@media (max-width:939px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy .select_div select,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div select{width:150px;font-size:13px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy .select_div select option,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div select option{color:#000}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy .select_div:after,.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:17px;right:4px}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy{margin-right:23px}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy span.txt{margin:0 0 7px}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy{flex-direction:column;align-items:flex-start;margin-right:0}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul{display:flex}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul{flex-direction:column;width:100%}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li{margin-bottom:10px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .accordion{background-color:#fff;padding:10.5px 53px 10.5px 8px;border:1px solid #f0f1f2;margin-right:10px;color:rgba(50,50,50,.5);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer;position:relative}@media (max-width:1139px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .accordion{padding-right:45px}}@media (max-width:939px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .accordion{padding-right:35px;font-size:12px}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .accordion{width:100%;font-size:16px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .accordion:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:17px;right:4px}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel{display:none}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel{position:relative}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list{position:absolute;z-index:100;background:#fff;padding:15px 25px 15px 15px;box-shadow:0 11px 28px rgba(79,79,76,.14);-moz-box-shadow:0 11px 28px rgba(79,79,76,.14);-webkit-box-shadow:0 11px 28px rgba(79,79,76,.14);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list{width:100%}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul{display:inherit}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li{font-size:15px;font-weight:500;padding:6px 0}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li input[type=checkbox]{display:none}@media (max-width:939px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li{font-size:13px}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .filter_drop_down_list ul li{font-size:15px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block{padding:15px}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block .search_block{position:relative;margin-top:11px}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block .search_block input[type=text]{background:#f9f9fa;width:100%;border:none;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:12px 20px 12px 37px;margin-bottom:13px;font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block .search_block input[type=text]::-webkit-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block .search_block input[type=text]:-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block .search_block input[type=text]::-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block .search_block input[type=text]::placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block .search_block button[type=submit]{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-177px -397px;width:15px;height:15px;position:absolute;top:15px;left:12px;cursor:pointer;border:none}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block ul{padding:0;margin-top:0;width:344px;left:0;height:240px;overflow:auto}@media (max-width:939px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block ul{height:235px}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li .panel .industry_block ul{width:100%}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .filterBy ul li:last-child .accordion{margin-right:0}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy{flex-direction:column;align-items:flex-start;margin-top:20px}}@media (max-width:575px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy{margin-top:15px}}@media (max-width:480px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy{margin-top:10px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy span.txt{margin-bottom:7px}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div{width:100%}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .left_section .sortBy .select_div select{width:100%;font-size:16px}}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .topFilterSection .entVendorIntelligenceFilter .right_section{position:absolute;top:0;right:5px}}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input[type=text]{padding-left:31px}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox span.searchIcon{left:11px;top:19px!important;right:auto!important}.ent_intelligence_section .intelligence_list_content{margin:25px 0 40px}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content{margin:16px 0}}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content ul{margin-bottom:30px}}.ent_intelligence_section .intelligence_list_content ul li{background:#fff;display:flex;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-bottom:30px}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content ul li{margin-bottom:16px}}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li{flex-direction:column}}.ent_intelligence_section .intelligence_list_content ul li .locked{background:rgba(50,50,50,.2);font-size:15px;font-weight:600;padding:12px 20px;color:rgba(50,50,50,.5);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.ent_intelligence_section .intelligence_list_content ul li .left_section{width:184px;background:#fafafa;display:flex;justify-content:center;align-items:center;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .left_section{width:100%;height:260px}}@media (max-width:575px){.ent_intelligence_section .intelligence_list_content ul li .left_section{height:200px}}@media (max-width:480px){.ent_intelligence_section .intelligence_list_content ul li .left_section{height:150px}}.ent_intelligence_section .intelligence_list_content ul li .left_section .logo_img img{max-width:135px;max-height:75px}.ent_intelligence_section .intelligence_list_content ul li .right_section{width:calc(100% - 184px);padding:24px}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section{width:100%;padding:22px}}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader{flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:25px}}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .left{margin-right:30px}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .left{width:100%}}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .left span.name{font-family:"Geist Mono",serif;font-size:24px;font-weight:700;margin-right:9px}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .left span.new{font-size:15px;font-weight:600;text-transform:uppercase;color:#5dae59}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .left span.new:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:15px;background-position:-262px -405px;left:4px}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .left .locked{font-size:14px;padding:10px 17px}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right{display:flex;flex-wrap:wrap;justify-content:flex-end}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right{width:100%;justify-content:flex-start;margin-top:20px}}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal{font-family:"Geist Mono",serif;font-size:12px;font-weight:500;background:rgba(86,194,255,.2);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:5px 10px;margin:0 0 7px 7px;color:#323232}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:13px;background-position:-262px -423px;right:4px}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:nth-child(2){background:rgba(0,203,173,.2)}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:nth-child(3){background:rgba(216,206,254,.4)}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:nth-child(4){background:rgba(252,221,231,.6)}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:nth-child(5){background:rgba(52,168,83,.1)}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:nth-child(6){background:rgba(86,194,255,.2)}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:nth-child(7){background:rgba(252,221,231,.6)}.ent_intelligence_section .intelligence_list_content ul li .right_section .topHeader .right span.clsSignal:last-child{margin-right:0}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul{display:flex;justify-content:space-between}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul{margin-bottom:0}}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul{flex-direction:column}}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li{display:inline;display:initial;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin-bottom:0}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li{margin-bottom:30px}}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li span.heading{display:inline-block;font-family:"Geist Mono",serif;font-weight:600;margin-bottom:10px}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul{flex-wrap:wrap}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul{flex-direction:row}}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li{width:100%;font-size:14px;display:flex;align-items:center;line-height:21px;margin-bottom:8px}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li{flex-direction:row}}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li span.txt{width:calc(100% - 22px)}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.tag{max-width:182px}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.tag{max-width:inherit}}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.tag:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:10px;background-position:-262px -439px;margin-right:8px;top:0}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.group:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:10px;background-position:-262px -452px;margin-right:8px}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.location:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-262px -464px;margin-right:8px}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.mouse:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:16px;background-position:-262px -482px;margin-right:8px;top:-8px}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.mouse .text{display:flex;flex-direction:column}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.mouse .text span.date{font-size:12px}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.clsFilter:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-262px -498px;margin-right:8px;top:-1px}.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li ul li.timer:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:15px;background-position:-262px -516px;margin-right:8px;top:0}@media (max-width:767px){.ent_intelligence_section .intelligence_list_content ul li .right_section .content_block ul li:last-child{margin-bottom:0}}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion{max-width:665px;margin-top:20px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .intelligence_accordion{background:#f4f3f7;border-left:none;padding:3px 10px 3px 19px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .intelligence_accordion h2{font-size:14px;font-weight:600}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .intelligence_accordion:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-262px -596px;position:absolute;top:14px;right:20px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .intelligence_accordion.is-open:after{background-position:-262px -605px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul{padding:0}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li{width:100%;background:#f4f3f7;margin-bottom:0;padding:17px 10px 0 19px;display:flex;flex-direction:column;align-items:flex-start}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li span.name{font-family:"Geist Mono",serif;font-size:18px;font-weight:700;display:inline-block;margin-bottom:17px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details{width:100%}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul{background:transparent;display:flex;flex-wrap:wrap}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul li{width:50%;background:transparent;display:inline;display:initial;font-size:14px;font-weight:500;padding:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin-bottom:23px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul li.email a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:12px;background-position:-262px -613px;margin-right:8px;top:3px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul li.desgn:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:13px;background-position:-262px -628px;margin-right:8px;top:1px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul li.call:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:12px;background-position:-262px -644px;margin-right:8px;top:1px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul li.linkedin{font-size:16px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul li.linkedin a{color:#2b57c9}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li .other_details ul li.linkedin a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-262px -659px;margin-right:8px;top:3px}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li:nth-child(2n){background:#fafafa}.ent_intelligence_section .intelligence_list_content ul li .right_section .ent_intelligence_accordion .pi-accordion-content ul li:first-child{padding-top:13px}.ent_intelligence_section .intelligence_list_content ul li .right_section .export_lead{display:flex;align-items:center;margin-top:32px}.ent_intelligence_section .intelligence_list_content ul li .right_section .export_lead span.txt{font-family:"Geist Mono",serif;font-size:14px;font-weight:600;margin-right:17px}.ent_intelligence_section .intelligence_list_content ul li .right_section .export_lead .export_icons{display:flex;align-items:center}.ent_intelligence_section .intelligence_list_content ul li .right_section .export_lead .export_icons .icon{margin-right:8px}.ent_intelligence_section .intelligence_list_content ul li .right_section .export_lead .export_icons .icon a{display:flex}.ent_intelligence_section .intelligence_list_content ul li .right_section .export_lead .export_icons .icon.overlay a img{opacity:.5}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content ul li:last-child{margin-bottom:0}}.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section{margin-bottom:30px}.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section{flex-direction:column-reverse!important}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section{flex-direction:column!important}}.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section h2{margin-bottom:0!important}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block{margin:20px 0 10px}}@media (max-width:480px){.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block{margin:10px 0 0}}@media (max-width:939px){.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li{margin-bottom:0}}@media (max-width:480px){.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li{margin:10px 0!important}}.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section ul li{margin-bottom:25px}.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul li{background:transparent}.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section{background:-webkit-gradient(linear,left top,right top,from(#9796f0),to(#fbc7d4));background:linear-gradient(90deg,#9796f0,#fbc7d4);box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display:flex;align-items:center;padding:17px 0}@media (max-width:767px){.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section{flex-direction:column;padding:30px}}.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .left_section,.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .right_section{width:50%;padding-left:32px}@media (max-width:767px){.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .left_section,.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .right_section{width:100%;padding-left:0;text-align:center}}.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .left_section .img_block{display:flex}@media (max-width:767px){.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .left_section .img_block{justify-content:center;margin-bottom:10px}}@media (max-width:767px){.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .left_section .img_block img{max-width:200px}}.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .right_section{max-width:390px}.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .right_section p{font-size:22px;font-weight:500;line-height:24px;color:#fff;margin-bottom:16px}@media (max-width:575px){.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .right_section p{font-size:20px}}.ent_intelligence_section.ent_intelligence_verified .intelligence_upgrade_premium_section .right_section .btn_upgrade a{width:100%;height:40px;background:#7856ff;font-weight:500;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}.ent_settings_content_box{margin-bottom:50px}.ent_settings_content_box .settings_tab_selection_box{display:flex}.ent_settings_content_box .settings_tab_selection_box .boxContainer{width:372px;background:#fff;padding:20px 20px 29px 48px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);position:relative;cursor:pointer}.ent_settings_content_box .settings_tab_selection_box .boxContainer .radiobtn{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-303px -259px;position:absolute;top:16px;right:16px}.ent_settings_content_box .settings_tab_selection_box .boxContainer .top_header{margin-bottom:22px}@media (max-width:767px){.ent_settings_content_box .settings_tab_selection_box .boxContainer .top_header{margin-bottom:10px}}.ent_settings_content_box .settings_tab_selection_box .boxContainer .top_header h2{font-size:24px;margin-bottom:14px;position:relative}@media (max-width:767px){.ent_settings_content_box .settings_tab_selection_box .boxContainer .top_header h2{max-width:100px;font-size:20px}}.ent_settings_content_box .settings_tab_selection_box .boxContainer .top_header h2:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;position:absolute;top:4px;left:-30px}@media (max-width:767px){.ent_settings_content_box .settings_tab_selection_box .boxContainer .top_header p{font-size:14px}}.ent_settings_content_box .settings_tab_selection_box .boxContainer ul li{font-family:"Geist Mono",serif;font-size:12px;margin-bottom:9px;color:rgba(50,50,50,.8)}.ent_settings_content_box .settings_tab_selection_box .boxContainer ul li:last-child{margin-bottom:0}.ent_settings_content_box .settings_tab_selection_box .boxContainer.personal_settings{margin-right:16px}.ent_settings_content_box .settings_tab_selection_box .boxContainer.personal_settings h2:before{width:20px;height:20px;background-position:-303px -215px}.ent_settings_content_box .settings_tab_selection_box .boxContainer.vendor_settings h2:before{width:20px;height:18px;background-position:-303px -238px}.ent_settings_content_box .settings_tab_selection_box .boxContainer.active{border:1px solid #1c1259}.ent_settings_content_box .settings_tab_selection_box .boxContainer.active .radiobtn{background-position:-303px -278px}.ent_settings_content_box .settings_content_block{max-width:760px;margin-top:44px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section{margin-top:30px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details .success_msg_box{margin-top:22px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form{margin-top:25px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form h2{font-size:19px;padding-bottom:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box:nth-child(2){margin-bottom:35px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box:last-child{margin-bottom:40px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details{color:#000}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span{font-size:16px!important}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.card{display:flex;align-items:center;font-size:16px;font-weight:600}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.card:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:64px;height:32px;margin-right:9px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.card.masterCard:before{background-position:-303px -385px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.card.visa:before{background-position:-303px -420px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.card.b_o_america:before{background-position:-303px -455px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.cardDetails,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.expDate{margin-left:73px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.cardDetails strong,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.expDate strong{font-weight:500}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form{margin-top:0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label.cardNumber{position:relative}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label.cardNumber span.checked{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:24px;height:24px;background-position:-262px -534px;position:absolute;top:35px;right:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details .form{margin-top:25px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details .form form{margin-top:0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .success_msg_box{margin-bottom:25px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management h2{font-size:24px;border-bottom:none;margin:35px 0 20px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management h2:first-child{margin-top:0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details h2{font-size:24px}@media (max-width:767px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details h2{font-size:21px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info h2{padding-bottom:20px;margin:20px 0;border-bottom:1px solid #f0f1f2}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li{display:flex;border-bottom:1px solid #f0f1f2;padding-bottom:25px;margin-bottom:25px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li h5{font-size:16px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li .left{width:362px}@media (max-width:767px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li .left{width:calc(100% - 240px);margin-right:40px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li .left h5{font-weight:500;margin-bottom:8px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li .left p{font-size:14px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li .left p a{color:#00e;text-decoration:underline}@media (max-width:767px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li .right{width:200px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .vendor_plan_info ul li .right h5{font-weight:600}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form{margin:24px 0 20px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .invoiceByDate{display:flex;align-items:center;margin:15px 0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .invoiceByDate span.txt{margin-right:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .invoiceByDate .selectdiv{position:relative;margin-right:12px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .invoiceByDate .selectdiv select{width:200px;height:40px;background:#fff;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding-left:8px}@media (max-width:767px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .invoiceByDate .selectdiv select{width:170px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .invoiceByDate .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:16px;right:3px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .searchBox{position:relative}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .searchBox input{width:100%;height:40px;font-family:"Inter",serif;font-size:16px;border:1px solid #f0f1f2;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;color:rgba(50,50,50,.5);padding-left:30px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .form form .searchBox span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-135px -705px;position:absolute;top:15px;left:10px;cursor:pointer}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details table.pi_details_table{width:100%}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details table.pi_details_table tr.tableHeading td{font-size:14px;font-weight:500;color:#323232;opacity:.6}@media (max-width:767px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details table.pi_details_table tr.tableHeading td{font-size:12px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details table.pi_details_table tr td{font-size:16px;font-weight:600;color:#323232;padding:7px 0}@media (max-width:767px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details table.pi_details_table tr td{font-size:13px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content{margin-top:25px}@media (max-width:1139px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content{overflow-x:auto}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content span.heading a{color:#00e}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content span.heading a:after{content:"+";margin-left:5px;position:relative;top:1px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content table{width:100%;margin-top:5px}@media (max-width:1139px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content table{width:760px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content table.cost_breakdown_table{display:none}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content table.cost_breakdown_table tr.tableHeading td{font-size:14px;font-weight:500;opacity:.6}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content table.cost_breakdown_table tr td{font-size:16px;padding:9px 0;border-bottom:1px solid #f0f1f2}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content.show table.cost_breakdown_table{display:table}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #plan-details .pi_cost_details .cost_breakdown_table_content.show span.heading a:after{content:"-"}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .invoiceByDate{display:flex;align-items:center;margin:15px 0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .invoiceByDate span.txt{margin-right:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .invoiceByDate .selectdiv{position:relative;margin-right:12px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .invoiceByDate .selectdiv select{width:200px;height:40px;background:#fff;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding-left:8px}@media (max-width:767px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .invoiceByDate .selectdiv select{width:165px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .invoiceByDate .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:16px;right:3px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .searchBox{position:relative}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .searchBox input{width:100%;height:40px;font-family:"Inter",serif;font-size:16px;border:1px solid #f0f1f2;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;color:rgba(50,50,50,.5);padding-left:30px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .form form .searchBox span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-135px -705px;position:absolute;top:15px;left:10px;cursor:pointer}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table{background:#fff;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;margin-top:15px;padding:20px}@media (max-width:1139px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table{overflow-x:auto}}@media (max-width:1139px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table{width:1004px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table tr.trHeading td{font-size:16px;font-weight:600}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table tr.trHeading td:before{display:none!important}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table tr.trHeading td:last-child{width:auto}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table tr td{font-size:14px;border-bottom:1px solid #f0f1f2;padding:13px 0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table tr td:first-child:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:18px;background-position:-303px -297px;top:4px;margin-right:7px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table tr td:last-child{width:12px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #invoices .invoice_table table tr td:nth-last-child(2){width:200px;position:relative;left:3px}.ent_settings_content_box .settings_content_block .add_btn{margin:15px 0 30px}.ent_settings_content_box .settings_content_block .add_btn a{color:#00e}.ent_settings_content_box .settings_content_block .password{margin-top:28px}.ent_settings_content_box .settings_content_block.ent_vendor_settings{max-width:inherit}.ent_settings_content_box .settings_content_block.ent_vendor_settings .vendorSettingsContentBlock .clsTabs{max-width:760px}@media (max-width:939px){.ent_settings_content_box .settings_content_block.ent_vendor_settings .vendorSettingsContentBlock .clsTabs li{font-size:15px;margin-right:25px}}@media (max-width:767px){.ent_settings_content_box .settings_content_block.ent_vendor_settings .vendorSettingsContentBlock .clsTabs li{font-size:12px;margin-right:18px}}.ent_settings_content_box .settings_content_block.ent_vendor_settings .vendorSettingsContentBlock .content-section #billing-details,.ent_settings_content_box .settings_content_block.ent_vendor_settings .vendorSettingsContentBlock .content-section #plan-details,.ent_settings_content_box .settings_content_block.ent_vendor_settings .vendorSettingsContentBlock .content-section #user-management,.ent_settings_content_box .settings_content_block.ent_vendor_settings .vendorSettingsContentBlock .content-section #vendor-preferences{max-width:760px}.ent_dashboard_content_box{width:900px;background-color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:1px solid #cfcfcf}.ent_dashboard_content_box .ent_list_block_content ul{display:flex}.ent_dashboard_content_box .ent_list_block_content ul li{flex:1 1;border-right:1px solid #ccc;padding:20px}.ent_dashboard_content_box .ent_list_block_content ul li .top h2{font-family:"Inter",serif;font-size:15px;font-weight:700;color:#000}.ent_dashboard_content_box .ent_list_block_content ul li .top span.count{font-size:30px;font-weight:700;display:inline-block;margin:10px 0 15px;color:#7856ff}.ent_dashboard_content_box .ent_list_block_content ul li .bottom .view a{font-size:12px;color:#000}.ent_dashboard_content_box .ent_list_block_content ul li .bottom .view:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:19px;height:15px;background-position:-364px -96px}.ent_dashboard_content_box .ent_list_block_content ul li .bottom .add_btn a{background-color:#1c1259;width:82px;height:35px;font-size:14px;font-weight:400;display:flex;justify-content:center;align-items:center;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff}.ent_dashboard_content_box .ent_list_block_content ul li .bottom .add_btn a:before{content:"+";font-size:13px;display:inline-block;margin-right:7px}.ent_dashboard_content_box .ent_list_block_content ul li .bottom form .selectBox{width:140px;position:relative}.ent_dashboard_content_box .ent_list_block_content ul li .bottom form .selectBox select{width:100%;height:34px;font-family:"Inter",serif;font-size:12px;border:1px solid #ccc;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding-left:7px;color:#000}.ent_dashboard_content_box .ent_list_block_content ul li .bottom form :after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:15px;height:19px;background-position:-364px -112px;position:absolute;top:5px;right:5px}.ent_dashboard_content_box .ent_list_block_content ul li:last-child{border-right:none}.ent_dashboard_content_box2 .ent_sponsor_box_content{margin:40px 0}.ent_dashboard_content_box2 .ent_sponsor_box_content h3{font-family:"Geist Mono",serif!important;font-size:21px;font-weight:500!important;line-height:28px;margin-bottom:5px}.ent_dashboard_content_box2 .ent_sponsor_box_content p{font-size:16px;line-height:20px;color:#000}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block{background-color:#fff;display:flex;align-items:center;max-width:560px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;margin-bottom:8px;border:1px solid #cfcfcf;padding:5px 20px;min-height:72px}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .number{padding:10px 25px 10px 5px;border-right:1px solid #ccc}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .img_block{display:flex;width:140px;padding-left:10px}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .img_block img{max-width:100px}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .name{padding:0 30px 0 10px}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .references{font-size:12px;display:flex;flex-direction:column;line-height:18px}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .references span.all_refrences a{font-weight:700;color:#7856ff}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .references span.all_refrences a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:7px;height:6px;background-position:-368px -199px;margin-left:3px}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .references span.visit_profile a{color:#000}.ent_dashboard_content_box2 .ent_dashboard_list_block .ent_dashboard_content_block .references span.visit_profile a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:5px;height:8px;background-position:-368px -207px;margin-left:10px;top:1px}.upgrade_profile_box{max-width:950px;background-color:#f7e9b7;padding:25px}.upgrade_profile_box h2{font-family:"Geist Mono",serif!important;font-size:21px;font-weight:500!important}.upgrade_profile_box .upgrade_profile_box_content{background-color:#fff;border:1px solid #cfcfcf;display:flex;align-items:center;margin-top:7px;padding:20px 30px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.upgrade_profile_box .upgrade_profile_box_content .img_block{width:170px}.upgrade_profile_box .upgrade_profile_box_content .img_block img{width:100%;height:auto}.upgrade_profile_box .upgrade_profile_box_content .content_block{width:calc(100% - 470px);font-size:14px;line-height:22px;margin:0 40px;color:#000}.upgrade_profile_box .upgrade_profile_box_content .content_block .refrences a{font-weight:700;color:#7856ff}.upgrade_profile_box .upgrade_profile_box_content .upgrade_btn{width:220px}.upgrade_profile_box .upgrade_profile_box_content .upgrade_btn a{width:100%;height:56px;font-family:"Geist Mono",serif;font-size:21px;font-weight:700;display:flex;justify-content:center;align-items:center;border:2px solid #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:4px 4px 0 #b0acc5;-moz-box-shadow:4px 4px 0 #b0acc5;-webkit-box-shadow:4px 4px 0 #b0acc5;color:#000}.ent_dashboard_vendor_profile_box{max-width:900px;padding:40px 0 50px 50px}.ent_dashboard_vendor_profile_box .container{width:100%;display:flex}.ent_dashboard_vendor_profile_box .container .current_profile,.ent_dashboard_vendor_profile_box .container .preview_upgrade,.ent_dashboard_vendor_profile_box .container .unlock_refrences{width:33.333%}.ent_dashboard_vendor_profile_box .container h3{font-family:"Geist Mono",serif!important;font-size:21px;font-weight:500!important;margin-bottom:20px;color:#000}.ent_dashboard_vendor_profile_box .container .btn{display:inline-block;margin-top:20px}.ent_dashboard_vendor_profile_box .container .btn a{font-family:"Geist Mono",serif;font-size:18px;font-weight:500;border:2px solid #000;display:inline-block;padding:7px 20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#333}.ent_dashboard_vendor_profile_box .container .btn.btn_upgrade a{background-color:#5900ff;width:267px;height:54px;font-family:"Geist Mono",serif;font-size:21px;font-weight:600;display:flex;justify-content:center;align-items:center;border:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff}.ent_dashboard_vendor_profile_box .container .preview_upgrade ul li{display:flex;align-items:flex-start;padding-bottom:10px}.ent_dashboard_vendor_profile_box .container .preview_upgrade ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:23px;margin-right:10px}.ent_dashboard_vendor_profile_box .container .preview_upgrade ul li.remove:before{height:22px;background-position:-368px -36px;top:1px}.ent_dashboard_vendor_profile_box .container .preview_upgrade ul li.unlock:before{height:16px;background-position:-368px -60px;top:3px}.ent_dashboard_vendor_profile_box .container .preview_upgrade ul li.award:before{height:18px;background-position:-368px -78px}.ent_dashboard_vendor_profile_box .container .preview_upgrade ul li span{width:calc(100% - 33px)}.unlockAllReferencesSection{background:-webkit-gradient(linear,left top,right top,from(#9796f0),to(#fbc7d4));background:linear-gradient(90deg,#9796f0,#fbc7d4);box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:15px 20px 16px;margin-bottom:16px}@media (max-width:939px){.unlockAllReferencesSection{padding-bottom:21px}}@media (max-width:379px){.unlockAllReferencesSection{padding:15px 15px 21px}}.unlockAllReferencesSection .u_r_container{max-width:609px;display:flex;flex-direction:column;align-items:center;margin:0 auto;text-align:center}.unlockAllReferencesSection .u_r_container h2{font-size:32px;color:#fff}@media (max-width:939px){.unlockAllReferencesSection .u_r_container h2{font-size:26px}}@media (max-width:767px){.unlockAllReferencesSection .u_r_container h2{font-size:24px}}@media (max-width:480px){.unlockAllReferencesSection .u_r_container h2{font-size:22px}}.unlockAllReferencesSection .u_r_container p{color:#fff;margin:9px 0 12px}@media (max-width:939px){.unlockAllReferencesSection .u_r_container p{font-size:15px}}.unlockAllReferencesSection .u_r_container .unlock_btn{width:100%}.unlockAllReferencesSection .u_r_container .unlock_btn a{width:100%;height:40px;background:#7856ff;font-weight:500;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}@media (max-width:939px){.unlockAllReferencesSection .u_r_container .unlock_btn a{max-width:350px;margin:0 auto}}@media (max-width:480px){.unlockAllReferencesSection .u_r_container .unlock_btn a{font-size:14px}}@media (max-width:379px){.unlockAllReferencesSection .u_r_container .unlock_btn a{font-size:11px}}.ent_vendor_pa_content_box{display:flex;justify-content:space-between}@media (max-width:1139px){.ent_vendor_pa_content_box{flex-direction:column}}.ent_vendor_pa_content_box .topHeader h2{font-size:24px;margin-bottom:10px}@media (max-width:939px){.ent_vendor_pa_content_box .topHeader h2{font-size:22px}}@media (max-width:767px){.ent_vendor_pa_content_box .topHeader h2{font-size:20px}}.ent_vendor_pa_content_box .topHeader p{font-size:14px}.ent_vendor_pa_content_box .total_content_box,.ent_vendor_pa_content_box .total_reference_rating_box{width:calc(50% - 12px);background:#fff;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:1139px){.ent_vendor_pa_content_box .total_content_box,.ent_vendor_pa_content_box .total_reference_rating_box{width:100%}}.ent_vendor_pa_content_box .total_content_box{padding:20px 0 12px 24px;margin-right:24px}@media (max-width:1139px){.ent_vendor_pa_content_box .total_content_box{margin-right:0}}.ent_vendor_pa_content_box .total_content_box .topHeader{display:flex;justify-content:space-between;margin-bottom:23px}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection{display:flex;flex-direction:column;align-items:flex-end}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .select_div{position:relative;top:-4px;right:24px}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .select_div select{width:182px;height:48px;font-family:"Inter",serif;font-size:16px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding-left:7px}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -187px;position:absolute;top:18px;right:3px}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .sorting{margin:2px 25px 0 0}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .sorting ul{display:flex}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .sorting ul li{margin-right:22px}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .sorting ul li a{font-size:14px;padding-bottom:2px}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .sorting ul li.active a{font-weight:700;border-bottom:2px solid #1c1259}.ent_vendor_pa_content_box .total_content_box .topHeader .rightSection .sorting ul li:last-child{margin-right:0}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;padding:11px 41px 11px 48px}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li .leftSection{display:flex;align-items:center}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li .leftSection h2{min-width:75px;font-size:56px;margin-right:17px}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li .leftSection span.name{font-size:24px;font-weight:500}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li .rightSection .totalContent_rightBox{background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:9px 16px 7px}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li .rightSection .totalContent_rightBox:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-262px -202px}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li .rightSection .totalContent_rightBox h4{font-size:14px;font-weight:600;margin:8px 0 7px}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li .rightSection .totalContent_rightBox p{font-size:12px}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li.caseStudies{background:rgba(86,194,255,.3)}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li.videos{background:rgba(255,86,86,.3)}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li.testimonials{background:rgba(255,147,86,.3)}.ent_vendor_pa_content_box .total_content_box .totalContent_list ul li:last-child{margin-bottom:0}.ent_vendor_pa_content_box .total_reference_rating_box{padding:20px 48px 8px 34px}.ent_vendor_pa_content_box .total_reference_rating_box .topHeader{margin-bottom:49px}.ent_vendor_pa_content_box .total_reference_rating_box .total_reference_rating_graph img{width:100%}.ent_vendor_pa_content_box .total_reference_rating_box .total_reference_rating_graph .img_block{display:flex}.ent_vendor_pa_content_box .total_reference_rating_box .total_reference_rating_graph .img_block img{width:100%}.ent_vendor_pa_content_box.monthView{align-items:baseline}.ent_vendor_pa_content_box.monthView .total_content_box{padding:20px 24px 24px}.ent_vendor_pa_content_box.monthView .total_content_box .topHeader .rightSection .select_div{right:0}.ent_vendor_pa_content_box.monthView .total_content_box .topHeader .rightSection .sorting{margin-right:0}.ent_vendor_pa_content_box.monthView .total_content_box .totalContent_list02 ul li{display:flex;align-items:center;background:#fafafa;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;padding:8px 32px;margin-bottom:8px}.ent_vendor_pa_content_box.monthView .total_content_box .totalContent_list02 ul li .left{width:150px;font-weight:700;margin-right:30px}.ent_vendor_pa_content_box.monthView .total_content_box .totalContent_list02 ul li .right{display:flex;width:calc(100% - 150px)}.ent_vendor_pa_content_box.monthView .total_content_box .totalContent_list02 ul li .right img{width:100%}.ent_vendor_pa_content_box.monthView .total_content_box .totalContent_list02 ul li:last-child{margin-bottom:0}.ent_vendor_pa_content_box.ent_pa_verified .total_content_box .totalContent_list ul li .rightSection .totalContent_rightBox:before{display:none}.ent_vendor_pa_content_box.ent_pa_verified .total_reference_rating_box .total_reference_rating_graph{position:relative}.ent_vendor_pa_graph_section{background:#fff;padding:20px 24px 13px;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-top:16px}.ent_vendor_pa_graph_section .topHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.ent_vendor_pa_graph_section .topHeader h2{font-size:24px}@media (max-width:939px){.ent_vendor_pa_graph_section .topHeader h2{font-size:22px}}@media (max-width:767px){.ent_vendor_pa_graph_section .topHeader h2{font-size:20px}}.ent_vendor_pa_graph_section .topHeader .sorting ul{display:flex}.ent_vendor_pa_graph_section .topHeader .sorting ul li{margin-right:33px}@media (max-width:767px){.ent_vendor_pa_graph_section .topHeader .sorting ul li{margin-right:17px}}.ent_vendor_pa_graph_section .topHeader .sorting ul li a{font-size:14px;padding-bottom:2px}@media (max-width:767px){.ent_vendor_pa_graph_section .topHeader .sorting ul li a{font-size:12px}}.ent_vendor_pa_graph_section .topHeader .sorting ul li.active a{font-weight:700;border-bottom:2px solid #1c1259}.ent_vendor_pa_graph_section .topHeader .sorting ul li:last-child{margin-right:0}.ent_vendor_pa_graph_section .graph_section .stat_graph_bottom_footer ul{display:flex;justify-content:flex-end;margin:0 10px 10px 0}.ent_vendor_pa_graph_section .graph_section .stat_graph_bottom_footer ul li{display:flex;align-items:center;margin-right:30px}.ent_vendor_pa_graph_section .graph_section .stat_graph_bottom_footer ul li:before{content:"";width:10px;height:10px;display:block;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;margin-right:6px}.ent_vendor_pa_graph_section .graph_section .stat_graph_bottom_footer ul li.testimonials:before{background-color:#5bc7ae}.ent_vendor_pa_graph_section .graph_section .stat_graph_bottom_footer ul li.case_studies:before{background-color:#3f67d7}.ent_vendor_pa_graph_section .graph_section .stat_graph_bottom_footer ul li.videos:before{background-color:#e2656d}.ent_vendor_pa_graph_section .graph_section .stat_graph_bottom_footer ul li:last-child{margin-right:0}.ent_vendor_pa_graph_section .ent_vendor_pa_graph .img_block img,.ent_vendor_pa_graph_section .ent_vendor_pa_graph img{width:100%}.ent_vendor_pa_graph_section.ent_pa_graph_verified .topHeader{margin-bottom:0}.ent_vendor_pa_graph_section.ent_pa_graph_verified .ent_vendor_pa_graph{position:relative}.ent_vendor_pa_graph_section.ent_pa_graph_verified .ent_vendor_pa_graph .img_block img{width:100%}.ent_vendor_pa_graph_section.ent_pa_graph_verified .ent_vendor_pa_graph .upgrade_btn a{width:375px;text-align:center}.ent_vendor_pa_organicKeywordRanking{background:#fff;padding:20px 41px 32px 24px;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:16px 0 15px}.ent_vendor_pa_organicKeywordRanking .topHeader{margin-bottom:24px}@media (max-width:939px){.ent_vendor_pa_organicKeywordRanking .topHeader{margin:15px 0 5px}}.ent_vendor_pa_organicKeywordRanking .topHeader h2{font-size:24px;margin-bottom:12px}@media (max-width:939px){.ent_vendor_pa_organicKeywordRanking .topHeader h2{font-size:22px;margin-bottom:5px}}@media (max-width:767px){.ent_vendor_pa_organicKeywordRanking .topHeader h2{font-size:20px}}.ent_vendor_pa_organicKeywordRanking .topHeader p{line-height:24px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList{margin-left:18px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul{display:flex;justify-content:space-between}@media (max-width:939px){.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul{flex-direction:column}}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li{width:33.3333%;margin-right:54px}@media (max-width:939px){.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li{width:100%;margin-right:0}}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .topHeader{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;color:#52524f}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .topHeader .left{display:flex;align-items:center}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .topHeader .left:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;margin-right:13px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .listContent{margin-top:15px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .listContent ul{flex-direction:column}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .listContent ul li{width:100%;display:flex;justify-content:space-between;margin:0 0 4px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .listContent ul li span{background:#f8f8f8;height:47px;display:flex;align-items:center;font-size:15px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .listContent ul li span.keyword{width:calc(100% - 51px);padding-left:13px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li .listContent ul li span.rank{width:48px;justify-content:center;margin-left:3px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li.google .topHeader .left:before{width:25px;height:26px;background-position:-262px -92px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li.bing .topHeader .left:before{width:18px;height:26px;background-position:-262px -122px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li.yahoo .topHeader .left:before{width:37px;height:36px;background-position:-262px -150px}.ent_vendor_pa_organicKeywordRanking .organicKeywordRankingList ul li:last-child{margin-right:0}.ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .topHeader{margin-bottom:0}.ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .keywordRanking_graph_verified{position:relative}.ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .keywordRanking_graph_verified .img_block img{width:100%}.ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .keywordRanking_graph_verified .upgrade_btn a{width:375px;text-align:center}.vendor_portal_stats_section .ent_stats_container{max-width:920px;width:calc(100% - 40px)}@media (max-width:939px){.vendor_portal_stats_section .ent_stats_container{max-width:inherit;width:100%}}.vendor_portal_stats_section .ent_stats_container h2{font-size:18px;font-weight:700;color:#333;letter-spacing:-.004em;margin:0}.vendor_portal_stats_section .ent_stats_container .ranking_detail_top_header{display:flex;flex-direction:column;margin-bottom:14px;line-height:26px}.vendor_portal_stats_section .ent_stats_container .ranking_detail_top_header p{margin:0;font-size:14px;color:#4f4f4c;opacity:.8;letter-spacing:-.004em}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details{background-color:#fff;padding:19px 24px 20px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 6px 32px rgba(51,51,51,.06);-moz-box-shadow:0 6px 32px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 32px rgba(51,51,51,.06);overflow:hidden;margin-top:30px}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details{margin-top:20px}}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .top_header{justify-content:inherit;align-items:center;margin-bottom:12px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .top_header h2{margin-right:15px;position:relative;top:-1px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details{display:flex}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box{width:calc(33.33333% - 32px);margin-right:48px;color:#333}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul{margin-top:9px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li{width:100%}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .top_header_block{display:flex;justify-content:space-between}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .top_header_block .left{width:calc(100% - 42px)}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .top_header_block .left:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:22px;height:22px;background-position:-135px -622px;margin-right:13px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .top_header_block .left,.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .top_header_block .right{display:flex;align-items:center;font-size:12px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;height:32px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .top_header_block .right{width:40px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .rank_details ul li{display:flex;align-items:center;background:#f8f8f8;margin-bottom:4px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .rank_details ul li .left,.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .rank_details ul li .right{letter-spacing:-.004em;color:#333;padding:11px 12px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .rank_details ul li .left{width:calc(100% - 42px);border-right:2px solid #fff;font-size:13px;font-weight:600}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .rank_details ul li .right{font-size:14px;font-weight:700;width:40px;display:flex;justify-content:center;align-items:center}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box ul li .rank_details .img_verified img{width:100%}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box.Google ul .rank_details ul li:hover{background:#fef7f3}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box.Bing .top_header_block .left:before{width:15px;height:22px;background-position:-135px -646px;margin-right:15px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box.Bing .rank_details ul li:hover{background:#e5faf7}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box.Yahoo{margin-right:0;padding-right:0;border-right:none}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box.Yahoo .top_header_block .left:before{width:32px;height:32px;background-position:-135px -670px;margin-right:8px}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box.Yahoo .rank_details ul li:hover{background:#f2ebfb}.vendor_portal_stats_section .ent_stats_container .ent_stats_keyword_ranking_details .keyword_ranking_details .ranking_detail_box:last-child{margin-right:0}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box{background-color:#fff;padding:20px 24px 19px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 6px 32px rgba(51,51,51,.06);-moz-box-shadow:0 6px 32px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 32px rgba(51,51,51,.06);margin:30px 0}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:37px}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header{flex-direction:column;align-items:flex-start}}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header .right{margin-top:10px}}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header .right .dashboard_filter ul{display:flex}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header .right .dashboard_filter ul li{margin-right:25px}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header .right .dashboard_filter ul li a{font-size:13px;font-weight:600;color:#4f4f4c;letter-spacing:-.004em;opacity:.75}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header .right .dashboard_filter ul li.active a{font-weight:700;border-bottom:3px solid #f08230;color:#333;opacity:1}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_top_header .right .dashboard_filter ul li:last-child{margin-right:0}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .graph_section .ent_stat_graph img{width:100%}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer{flex-direction:column;align-items:flex-start}}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download{position:relative}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download a.download{background:#f9f9fa;width:124px;padding:7px 0;font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;display:flex;justify-content:center;align-items:center}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download a.download:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:13px;background-position:-177px -325px;margin-right:7px}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download a.download:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-177px -340px;top:1px;left:7px}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download .dropdown{display:none}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download.open a.download{background:#eff3fc}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download.open .dropdown{width:245px;background:#fff;border:1px solid rgba(79,79,76,.1);box-shadow:0 11px 28px rgba(79,79,76,.14);-moz-box-shadow:0 11px 28px rgba(79,79,76,.14);-webkit-box-shadow:0 11px 28px rgba(79,79,76,.14);border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;display:block;position:absolute;z-index:100;top:30px}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download.open .dropdown ul li a{font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333;display:block;padding:15px 24px}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .left_section .download.open .dropdown ul li a:hover{background:#f9f9fa}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section{margin-top:15px}}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul{display:flex}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul{flex-direction:column}}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li{font-size:12px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:flex;align-items:center;margin-right:33px}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li:before{content:"";background:#ccc;width:10px;height:10px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;position:relative;top:1px;margin-right:6px}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li{margin:0 0 10px}}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li.testimonials:before{background:#00cbad}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li.videos:before{background:#f45b69}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li.case_studies:before{background:#3764df}.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li:last-child{margin-right:0}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_graph_box .stat_graph_bottom_footer .right_section ul li:last-child{margin:0}}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section{display:flex;justify-content:space-between}@media (max-width:1139px){.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section{flex-direction:column}}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header{align-items:center;margin-bottom:24px}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .left h2{margin:0}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .right ul{display:flex}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .right ul li{font-size:10px;color:#000;margin-right:27px}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .right ul li span.colorbx{display:flex;width:24px;height:11px;margin-bottom:2px}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .right ul li.testimonials span.colorbx{background-color:#00cbad}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .right ul li.case_studies span.colorbx{background-color:#3764df}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .right ul li.videos{margin-right:0}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .top_header .right ul li.videos span.colorbx{background-color:#f45b69}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content,.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section{width:calc(50% - 16px);background-color:#fff;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 6px 32px rgba(51,51,51,.06);-moz-box-shadow:0 6px 32px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 32px rgba(51,51,51,.06);overflow:hidden}@media (max-width:1139px){.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content,.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section{width:100%}}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content{padding:20px 24px 23px;margin-right:32px}@media (max-width:1139px){.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content{margin:0 0 30px}}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .content_graph_block{margin:38px 0 11px}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .content_graph_block img{width:100%}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul{display:flex;justify-content:flex-end}@media (max-width:1139px){.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul{flex-direction:row;justify-content:flex-start}}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul{flex-direction:column}}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li{font-size:12px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:flex;align-items:center;margin-right:29px}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li:before{content:"";background:#ccc;width:14px;height:10px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;margin-right:6px}@media (max-width:1139px){.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li{margin:0 25px 0 0}}@media (max-width:575px){.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li{margin:0 0 5px}}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li.testimonials:before{background:#00cbad}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li.videos:before{background:#f45b69}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li.case_studies:before{background:#3764df}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .footer_block ul li:last-child{margin-right:0}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section{padding:20px;margin-right:0}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section h2{margin:0}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section .reference_rating_graph{margin-top:38px}.vendor_portal_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section .reference_rating_graph img{width:100%}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .upgrade_txt{font-size:18px;font-weight:700;text-align:center}@media (max-width:767px){.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .upgrade_txt{font-size:15px}}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .upgrade_txt span{color:#3764df}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section{background:#fff;box-shadow:0 6px 32px rgba(51,51,51,.06);-moz-box-shadow:0 6px 32px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 32px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;display:flex;justify-content:space-between;align-items:center;padding:15px 25px;margin-top:20px}@media (max-width:1139px){.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section{flex-direction:column;padding:25px 15px}}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section span.heading{font-size:18px;font-weight:600;color:#132d72;line-height:26px;display:flex;align-items:center;width:calc(100% - 164px)}@media (max-width:1139px){.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section span.heading{width:100%;flex-direction:column;text-align:center;margin-bottom:10px}}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section span.heading:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-177px -276px;width:44px;height:44px;float:left;margin-right:10px}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section span.heading .txt{width:calc(100% - 54px)}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section .btn_upgrade_plan{width:154px}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_upgrade_plan_section .btn_upgrade_plan a{display:flex;justify-content:center;align-items:center;width:154px;height:40px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background-color:#3764df;color:#fff;font-size:15px;font-weight:600}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_graph_box .graph_section{position:relative}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_graph_box .graph_section .upgrade_txt{position:absolute;top:calc(50% - 23px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .content_graph_block{position:relative}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .graph_content .content_graph_block .upgrade_txt{position:absolute;top:calc(50% - 23px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section{position:relative}.vendor_portal_stats_section.vendor_portal_verified_stats_section .ent_stats_container .ent_stats_content_refernce_graph_section .reference_rating_graph_section .reference_rating_graph .upgrade_txt{position:absolute;top:calc(50% - 1px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.container_extranet{width:100%;max-width:1440px;margin:0 auto 0 0;position:relative}.vendor_portal_middle_section .vendor_portal_right_content_section{padding:35px 0 0 358px;min-height:700px}@media (max-width:1139px){.vendor_portal_middle_section .vendor_portal_right_content_section{padding:35px 0 0 305px}}@media (max-width:939px){.vendor_portal_middle_section .vendor_portal_right_content_section{width:calc(100% - 48px);padding:35px 0 0;margin:0 auto}}@media (max-width:575px){.vendor_portal_middle_section .vendor_portal_right_content_section{width:calc(100% - 40px);padding:18px 0 0}}.vendor_portal_middle_section .vendor_portal_right_content_section h1{margin:0;font-size:40px;font-weight:800;letter-spacing:.02em}@media (max-width:575px){.vendor_portal_middle_section .vendor_portal_right_content_section h1{font-size:26px}}.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref{width:100%;max-width:920px}.vendor_portal_middle_section .vendor_portal_right_content_section .ent_pay_per_ref.upgrade_profile_section{max-width:940px}.filterSection ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul{display:flex}.filterSection ul li,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li{margin-right:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;position:relative}.filterSection ul li span.head_txt,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li span.head_txt,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li span.head_txt{background:-webkit-gradient(linear,left bottom,left top,from(#fff),to(#fff)),rgba(55,100,223,.1);background:linear-gradient(0deg,#fff,#fff),rgba(55,100,223,.1);box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;border:1px solid #fff;padding:15px 10px;font-size:13px;min-height:52px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;position:relative;cursor:pointer;display:block}.filterSection ul li span.head_txt:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li span.head_txt:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li span.head_txt:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-177px -340px;margin-left:13px;top:-1px}.filterSection ul li span.head_txt.open,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li span.head_txt.open,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li span.head_txt.open{background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.93)),to(hsla(0,0%,100%,.93))),#3764df;background:linear-gradient(0deg,hsla(0,0%,100%,.93),hsla(0,0%,100%,.93)),#3764df;border:1px solid rgba(55,100,223,.8);color:#3764df}.filterSection ul li span.head_txt.open:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li span.head_txt.open:after,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li span.head_txt.open:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-79px -706px}.filterSection ul li .filter_top_header,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_top_header,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_top_header{display:flex;justify-content:space-between;font-size:12px;font-weight:600;letter-spacing:-.004em;opacity:.8;width:calc(100% - 8px);margin:0 auto}.filterSection ul li .filter_top_header .right_section a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_top_header .right_section a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_top_header .right_section a{color:#3764df}.filterSection ul li .filter_drop_down_list,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list{position:absolute;z-index:10000;background-color:#fff;margin-top:1px;padding:15px 12px;border:1px solid rgba(79,79,76,.1);box-shadow:0 11px 28px rgba(79,79,76,.14);-moz-box-shadow:0 11px 28px rgba(79,79,76,.14);-webkit-box-shadow:0 11px 28px rgba(79,79,76,.14);border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;min-width:340px}.filterSection ul li .filter_drop_down_list ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul{display:inherit;margin-top:5px;background-color:#fff;position:absolute;left:0;width:320px;height:240px;z-index:1;overflow-y:scroll}@media (max-width:767px){.filterSection ul li .filter_drop_down_list ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul{width:100%}}.filterSection ul li .filter_drop_down_list ul li,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li{margin:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;cursor:pointer;line-height:48px;padding:0 19px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.filterSection ul li .filter_drop_down_list ul li:hover,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li:hover,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li:hover{background:#f9f9fa}.filterSection ul li .filter_drop_down_list ul li input[type=checkbox],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li input[type=checkbox],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li input[type=checkbox]{display:none}.filterSection ul li .filter_drop_down_list ul li span.number,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .filter_drop_down_list ul li span.number,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .filter_drop_down_list ul li span.number{font-size:14px;font-weight:600;color:#4c4c4c}.filterSection ul li .industry_block,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block{width:346px;height:350px}.filterSection ul li .industry_block .search_block,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block .search_block,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block .search_block{position:relative;margin-top:11px}.filterSection ul li .industry_block .search_block input[type=text],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block .search_block input[type=text],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block .search_block input[type=text]{background:#f9f9fa;width:100%;border:none;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:12px 20px 12px 37px;margin-bottom:13px;font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em}.filterSection ul li .industry_block .search_block input[type=text]::-webkit-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block .search_block input[type=text]::-webkit-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block .search_block input[type=text]::-webkit-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filterSection ul li .industry_block .search_block input[type=text]:-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block .search_block input[type=text]:-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block .search_block input[type=text]:-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filterSection ul li .industry_block .search_block input[type=text]::-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block .search_block input[type=text]::-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block .search_block input[type=text]::-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filterSection ul li .industry_block .search_block input[type=text]::placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block .search_block input[type=text]::placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block .search_block input[type=text]::placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filterSection ul li .industry_block .search_block button[type=submit],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block .search_block button[type=submit],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block .search_block button[type=submit]{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-177px -397px;width:15px;height:15px;position:absolute;top:15px;left:12px;cursor:pointer;border:none}.filterSection ul li .industry_block ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .industry_block ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .industry_block ul{padding:0;margin-top:0;width:344px;left:0;height:240px;overflow:auto}.filterSection ul li .signal_type_block,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .signal_type_block,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .signal_type_block{height:290px}.filterSection ul li .company_size,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .company_size,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .company_size{height:190px}.filterSection ul li .company_size ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .company_size ul,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .company_size ul{overflow-y:inherit;height:160px}.filterSection ul li .input_box,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box{position:relative}.filterSection ul li .input_box input[type=search],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]{padding:14px 10px 13px 45px;width:72px;min-height:23px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-transition:all .5s;transition:all .5s;font-family:"Inter",serif;font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;-webkit-appearance:textfield;-webkit-box-sizing:content-box;font-family:inherit;border:1px solid #fff}@media (max-width:1139px){.filterSection ul li .input_box input[type=search],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]{font-size:13px}}.filterSection ul li .input_box input[type=search]::-webkit-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]::-webkit-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]::-webkit-input-placeholder{font-family:"Inter",serif;font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.filterSection ul li .input_box input[type=search]:-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:-ms-input-placeholder{font-family:"Inter",serif;font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.filterSection ul li .input_box input[type=search]::-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]::-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]::-ms-input-placeholder{font-family:"Inter",serif;font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.filterSection ul li .input_box input[type=search]::placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]::placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]::placeholder{font-family:"Inter",serif;font-size:13px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.filterSection ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus{border:1px solid #3764df;width:174px}@media (max-width:1139px){.filterSection ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus{width:100px}}@media (max-width:939px){.filterSection ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus{width:220px}}@media (max-width:767px){.filterSection ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus{width:283px}}@media (max-width:575px){.filterSection ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus{width:197px}}@media (max-width:480px){.filterSection ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus{width:96px}}.filterSection ul li .input_box input[type=search]:focus::-webkit-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus::-webkit-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus::-webkit-input-placeholder{color:#dededc}.filterSection ul li .input_box input[type=search]:focus:-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus:-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus:-ms-input-placeholder{color:#dededc}.filterSection ul li .input_box input[type=search]:focus::-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus::-ms-input-placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus::-ms-input-placeholder{color:#dededc}.filterSection ul li .input_box input[type=search]:focus::placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box input[type=search]:focus::placeholder,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box input[type=search]:focus::placeholder{color:#dededc}.filterSection ul li .input_box .search_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box .search_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box .search_icon{position:absolute;top:18px;left:16px}@media (max-width:1139px){.filterSection ul li .input_box .search_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box .search_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box .search_icon{left:10px}}.filterSection ul li .input_box .search_icon:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box .search_icon:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box .search_icon:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-177px -367px}.filterSection ul li .input_box .close_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box .close_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box .close_icon{display:none}.filterSection ul li .input_box.searhbox_expand .close_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box.searhbox_expand .close_icon,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box.searhbox_expand .close_icon{position:absolute;top:18px;right:16px;display:block}.filterSection ul li .input_box.searhbox_expand .close_icon:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li .input_box.searhbox_expand .close_icon:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li .input_box.searhbox_expand .close_icon:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-177px -384px;top:2px}@media (max-width:575px){.filterSection ul li.search_box .input_box input[type=search],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.search_box .input_box input[type=search],.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.search_box .input_box input[type=search]{padding:14px 10px 13px 37px;width:12px}}@media (max-width:575px){.filterSection ul li.search_box .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.search_box .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.search_box .input_box input[type=search]:focus{width:200px}}@media (max-width:379px){.filterSection ul li.search_box .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.search_box .input_box input[type=search]:focus,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.search_box .input_box input[type=search]:focus{width:82px}}.filterSection ul li.filterButton,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton{display:none}@media (max-width:1139px){.filterSection ul li.filterButton,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton{display:block;margin-right:3px}}.filterSection ul li.filterButton a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton a{background:#fff;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);display:block;padding:14.5px 16px;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;border:1px solid #fff}.filterSection ul li.filterButton a:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton a:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:16px;background-position:-204px -372px;top:3px;margin-right:9px}.filterSection ul li.filterButton.selected a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton.selected a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton.selected a{border:1px solid #3764df;background:-webkit-gradient(linear,left bottom,left top,from(rgba(55,100,223,.06)),to(rgba(55,100,223,.06))),#fff;background:linear-gradient(0deg,rgba(55,100,223,.06),rgba(55,100,223,.06)),#fff;color:#3764df}.filterSection ul li.filterButton.selected a:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton.selected a:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton.selected a:before{background-position:-204px -390px}.filterSection ul li.filterButton.filterButton_block a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton.filterButton_block a,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton.filterButton_block a{padding:14.5px 18px}.filterSection ul li.filterButton.filterButton_block a:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton.filterButton_block a:before,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton.filterButton_block a:before{margin-right:0}.filterSection ul li.filterButton.filterButton_block a span.filter_txt,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton.filterButton_block a span.filter_txt,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton.filterButton_block a span.filter_txt{display:none}.filterSection ul li.filterButton.show,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.filterButton.show,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.filterButton.show{display:block}.filterSection ul li.hide,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.hide,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.hide{display:none}@media (max-width:1139px){.filterSection ul li.company_size,.filterSection ul li.industry,.filterSection ul li.signal_type,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.company_size,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.industry,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li.signal_type,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.company_size,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.industry,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li.signal_type{display:none}}.filterSection ul li:last-child,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .ent_prosprect_intelligence_header02 .middle_section .filiter_section ul li:last-child,.vendor_portal_prospect_intelligence_section .ent_prosprect_intelligence .filter_box .pi_header_left .filiter_section ul li:last-child{margin-right:0}.applied_filters .ent_applied_filters{display:flex;align-items:baseline;color:#132d72;font-weight:600;padding:40px 0 0}@media (max-width:1139px){.applied_filters .ent_applied_filters{align-items:flex-start;max-width:760px}}@media (max-width:939px){.applied_filters .ent_applied_filters{max-width:inherit}}.applied_filters .ent_applied_filters span.txt{width:105px;font-size:13px;margin-right:18px;color:#3764df}.applied_filters .ent_applied_filters ul{flex-wrap:wrap;width:calc(100% - 123px)}.applied_filters .ent_applied_filters ul li{float:left;font-size:13px;border:1px solid rgba(55,100,223,.8);border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;background-color:#fff;padding:6px 18px;margin:0 13px 13px 0;color:#3764df}@media (max-width:1139px){.applied_filters .ent_applied_filters ul li{margin:0 13px 15px 0}}.applied_filters .ent_applied_filters ul li span.close{position:relative;left:6px}.applied_filters .ent_applied_filters ul li span.close a{color:#3764df}.filter_accordion{display:none}@media (max-width:1139px){.filter_accordion{display:block;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000;background:#fff}}.filter_accordion .accordion_filter_top_header{width:100%;height:64px;background:#fff;box-shadow:0 4px 16px rgba(51,51,51,.05);-moz-box-shadow:0 4px 16px rgba(51,51,51,.05);-webkit-box-shadow:0 4px 16px rgba(51,51,51,.05);display:flex;justify-content:center;align-items:center}.filter_accordion .accordion_filter_top_header span.txt{font-size:18px;font-weight:700;color:#333}.filter_accordion .accordion_filter_top_header span.closeBtn a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:17px;height:17px;background-position:-204px -409px;position:absolute;top:23px;right:21px}.filter_accordion ul{padding-top:12px}.filter_accordion ul li .accordion{background-color:#fff;color:#444;cursor:pointer;padding:18px;width:100%;border:none;text-align:left;outline:none;font-size:16px;color:#333;-webkit-transition:.4s;transition:.4s;position:relative}.filter_accordion ul li .accordion.selected{color:#3764df}.filter_accordion ul li .accordion:after{background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);background-position:-204px -428px}.filter_accordion ul li .accordion:after,.filter_accordion ul li .active:after{content:"";display:inline-block;position:relative;width:10px;height:6px;position:absolute;top:26px;right:20px}.filter_accordion ul li .active:after{background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);background-position:-204px -436px}.filter_accordion ul li .panel{background-color:#f9f9fa;max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}.filter_accordion ul li .panel .filter_drop_down_list ul{display:inherit;height:265px;z-index:1;overflow-y:scroll}@media (max-width:767px){.filter_accordion ul li .panel .filter_drop_down_list ul{width:100%}}.filter_accordion ul li .panel .filter_drop_down_list ul li{margin:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;cursor:pointer;line-height:48px;padding:0 19px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.filter_accordion ul li .panel .filter_drop_down_list ul li:hover{background:#f9f9fa}.filter_accordion ul li .panel .filter_drop_down_list ul li input[type=checkbox]{display:none}.filter_accordion ul li .panel .industry_block{width:100%;height:310px}.filter_accordion ul li .panel .industry_block .search_block{position:relative;width:calc(100% - 16px);margin:11px auto 0}.filter_accordion ul li .panel .industry_block .search_block input[type=text]{background:#f9f9fa;width:100%;border:none;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:12px 20px 12px 37px;font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em}.filter_accordion ul li .panel .industry_block .search_block input[type=text]::-webkit-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filter_accordion ul li .panel .industry_block .search_block input[type=text]:-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filter_accordion ul li .panel .industry_block .search_block input[type=text]::-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filter_accordion ul li .panel .industry_block .search_block input[type=text]::placeholder{font-family:"Inter",serif;font-size:14px;font-weight:400;color:#4f4f4c;letter-spacing:-.004em;opacity:.7}.filter_accordion ul li .panel .industry_block .search_block button[type=submit]{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-177px -397px;width:15px;height:15px;position:absolute;top:15px;left:12px;cursor:pointer;border:none}.filter_accordion ul li .panel .industry_block ul{padding:0;margin-top:0;left:0;height:240px;overflow:auto}.filter_accordion ul li .panel .signal_type_block{height:265px}.filter_accordion ul li .panel .company_size{height:190px}.filter_accordion ul li .panel .company_size ul{overflow-y:inherit;height:160px}.filter_accordion .btn_apply{margin-top:40px}.filter_accordion .btn_apply a{background:#3764df;width:calc(100% - 15px);max-width:335px;height:48px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;justify-content:center;font-size:14px;letter-spacing:.02em;color:#fff;margin:0 auto}.filter_accordion .btn_apply a,.switcher{display:flex;align-items:center;font-weight:700}.switcher{padding:10px 15px;color:#626262;justify-content:space-between;width:64px;height:36px;font-size:21px;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;border-radius:100px;cursor:pointer}.switcher input{opacity:0;pointer-events:none}.switcher .left{left:4px;-webkit-transform-origin:50%;transform-origin:50%;background:#fff;z-index:2}.switcher .left,.switcher .right{position:absolute;top:4px;width:28px;height:28px;border-radius:50%;pointer-events:none}.switcher .right{content:"";-webkit-transform:scale(12);transform:scale(12);right:5px;-webkit-transform-origin:50%;transform-origin:50%;z-index:1;background:#e8e8e9}.switcher label{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:100px;z-index:10;cursor:pointer}.switcher.active .left{background:#00cbad}.switcher.active .right{background:#fff}.cls-Tabs,.ent_profile_content_box,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock{display:flex;flex-direction:column}.cls-Tabs ul.clsTabs,.ent_profile_content_box ul.clsTabs,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock ul.clsTabs{display:flex;border-bottom:1px solid #f0f1f2}.cls-Tabs ul.clsTabs li,.ent_profile_content_box ul.clsTabs li,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock ul.clsTabs li{list-style:none;display:inline-block;padding-bottom:8px;margin-right:42px;text-align:center;cursor:pointer}.cls-Tabs ul.clsTabs li.active,.ent_profile_content_box ul.clsTabs li.active,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock ul.clsTabs li.active{font-weight:700;border-bottom:4px solid #1c1259;color:#1c1259}.cls-Tabs ul.clsTabs li:last-child,.ent_profile_content_box ul.clsTabs li:last-child,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock ul.clsTabs li:last-child{margin-right:0}.cls-Tabs .content-section .overview_content_block .page_container button.btn_save,.ent_profile_content_box .content-section .overview_content_block .page_container button.btn_save,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section .overview_content_block .page_container button.btn_save{margin-top:32px}.cls-Tabs .content-section .content,.ent_profile_content_box .content-section .content,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section .content{display:none;opacity:0;-webkit-animation:display-none-transition 1s ease;animation:display-none-transition 1s ease}.cls-Tabs .content-section .content.active,.ent_profile_content_box .content-section .content.active,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section .content.active{display:block;opacity:1}.overlay_popup .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.embedCode .popBox{max-width:648px;padding:53px 56px 26px;border:none}@media (max-width:767px){.overlay_popup.embedCode .popBox{padding:53px 30px 26px}}.overlay_popup.embedCode .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.embedCode .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body .embedCodePopupBox{display:flex;flex-direction:column;align-items:center}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body .embedCodePopupBox h1{font-size:32px;color:#000}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body .embedCodePopupBox .img_block{margin:20px 0 13px}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body .embedCodePopupBox .img_block img{max-width:400px;border-radius:10px;margin:18px 0 30px}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body .embedCodePopupBox .html_code{width:100%;padding:20px 10px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-size:13px;font-weight:600;line-height:20px;color:#000}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body .embedCodePopupBox button.copy{width:100%;height:48px;background:#1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:"Geist Mono",serif;font-weight:600;cursor:pointer;color:#fff;margin-top:16px;border:none}.overlay_popup.embedCode .popBox .popup_overlay_screen .modal-content .modal-body .embedCodePopupBox button.copy:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:8px;background-position:-262px -23px;left:7px}@media (max-width:939px){.overlay_popup.accessPrPackage{padding-top:25px}}.overlay_popup.accessPrPackage .popBox{max-width:966px;padding:0;border:none}.overlay_popup.accessPrPackage .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.accessPrPackage .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox{display:flex;justify-content:space-between}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox{flex-direction:column}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection,.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection{width:50%}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection,.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection{width:100%!important}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection{padding:25px 40px 20px 20px}@media (max-width:1139px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection{width:45%}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .topHeader{margin-bottom:30px}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .topHeader{text-align:center}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .topHeader h1{font-size:24px;line-height:32px;margin-bottom:7px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .topHeader p{font-size:12px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form{margin-bottom:10px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form h3{font-size:16px;margin-bottom:20px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label{font-family:"Inter",serif;font-size:14px;font-weight:500;display:block;margin-bottom:14px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label input{width:100%;height:40px;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:14px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-top:10px;padding-left:10px;color:#000}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label input::-webkit-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label input:-ms-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label input::-ms-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label input::placeholder{color:rgba(50,50,50,.5)}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label img{width:100%;margin-top:10px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label.fName,.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label.lName{width:calc(50% - 4px)}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label.fName{margin-right:8px;float:left}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form label.lName{float:right}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form form button.unlock{width:100%;height:40px;background:#7856ff;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;border:none;cursor:pointer}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form p{font-size:10px;line-height:15px;color:rgba(50,50,50,.5)}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .leftSection .form p{text-align:center}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection{background:-webkit-gradient(linear,left top,right top,from(#9796f0),to(#fbc7d4));background:linear-gradient(90deg,#9796f0,#fbc7d4);padding:32px 27px 32px 24px}@media (max-width:1139px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection{width:55%}}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection{text-align:center;padding:50px 30px}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection span.clsFeature{font-family:"Geist Mono",serif;font-size:12px;font-weight:600;text-transform:uppercase;display:inline-block;padding:8px 16px;border-radius:34px;-moz-border-radius:34px;-webkit-border-radius:34px;color:#fff}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection span.premium_f{background:#7856ff}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .listContent{margin:35px 0 54px 10px}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .listContent{margin:10px 0 40px}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .listContent ul li{line-height:24px;color:#fff;padding-bottom:8px}@media (max-width:1139px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .listContent ul li{font-size:15px}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .listContent ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-262px -34px;top:3px;right:8px}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .listContent ul li:before{display:none}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .listContent ul li:last-child{padding-bottom:0}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .codeEmbedSection{display:flex;justify-content:center;align-items:center;margin:0 10px 53px 0}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .codeEmbedSection{margin:0 0 40px}}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .codeEmbedSection .logo{margin-right:19px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .codeEmbedSection .codeEmbed{width:277px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .codeEmbedSection .codeEmbed .form form textarea{width:100%;height:54px;font-family:"Inter",serif;font-size:7px;border:1px solid #f0f1f2;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .codeEmbedSection .codeEmbed .form form button.copy{width:100%;height:25px;background:#1c1259;font-family:"Inter",serif;font-size:8px;font-weight:600;margin-top:4px;border:none;color:#fff}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .accessPr_banner span.heading{font-size:12px;font-style:italic;font-weight:600;display:inline-block;margin-bottom:11px}.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .accessPr_banner .img_block img{width:100%}@media (max-width:939px){.overlay_popup.accessPrPackage .popBox .popup_overlay_screen .modal-content .modal-body .accessPrPackagePopupBox .rightSection .accessPr_banner .img_block img{width:auto}}@media (max-width:939px){.overlay_popup.competitorAnalysis{padding-top:25px}}.overlay_popup.competitorAnalysis .popBox{max-width:896px;padding:0;border:none}.overlay_popup.competitorAnalysis .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.competitorAnalysis .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox{display:flex}@media (max-width:939px){.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox{flex-direction:column}}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section,.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section{width:50%}@media (max-width:939px){.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section,.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section{width:100%!important}}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section{padding:25px 24px 36px}@media (max-width:1139px){.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section{width:45%}}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section h1{max-width:380px;font-size:24px;line-height:32px}@media (max-width:939px){.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section h1{max-width:inherit}}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .contentBox{margin:8px 0 27px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .contentBox p{line-height:24px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .contentBox span{font-size:12px;line-height:18px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form h2{font-size:16px;margin-bottom:20px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label{font-size:14px;font-weight:500;display:block;margin-bottom:18px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label input[type=text]{border:1px solid #f0f1f2;width:100%;height:40px;font-family:"Inter",serif;font-size:14px;padding-left:7px;margin-top:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label.fName{margin-right:8px;float:left}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label.lName{float:right}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label.fName,.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label.lName{width:calc(50% - 4px)}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label .cardDetails{margin-top:10px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label .cardDetails img{width:100%}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label .save_card_checkbox{display:flex;align-items:center;margin:10px 0 30px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label .save_card_checkbox input[type=checkbox]{width:auto;height:auto}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form label .save_card_checkbox label{margin-bottom:0;padding-bottom:0;border-bottom:none}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form button{width:100%;height:40px;background:#1c1259;font-family:"Geist Mono",serif;font-size:16px;font-weight:500;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;cursor:pointer;border:none}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .left_section .form form p{font-size:10px;line-height:15px;color:rgba(50,50,50,.5);margin-top:8px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section{background:-webkit-gradient(linear,left top,right top,color-stop(1.56%,#fbc7d4),color-stop(97.4%,#9796f0));background:linear-gradient(90deg,#fbc7d4 1.56%,#9796f0 97.4%);padding:46px}@media (max-width:1139px){.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section{width:55%}}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .topContentBlock span.badge-premium{width:152px;height:32px;background:#7856ff;font-family:"Geist Mono",serif;font-size:12px;font-weight:600;display:flex;justify-content:center;align-items:center;text-transform:uppercase;color:#fff;border-radius:34px;-moz-border-radius:34px;-webkit-border-radius:34px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .topContentBlock ul{margin:24px 0}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .topContentBlock ul li{font-size:14px;font-weight:500;line-height:18px;color:#fff;display:flex;margin-bottom:8px;background-color:transparent;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .topContentBlock ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-color:#7856ff;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;margin-right:8px;top:3px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .topContentBlock ul li:first-child:before{background-position:-261px -559px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .topContentBlock ul li:nth-child(2):before{background-position:-258px -572px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .topContentBlock ul li:nth-child(3):before{background-position:-259px -583px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .competitor_imgBlock ul li{display:flex;margin-bottom:9px}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .competitor_imgBlock ul li img{width:100%}.overlay_popup.competitorAnalysis .popBox .popup_overlay_screen .modal-content .modal-body .competitorAnalysisPopupBox .right_section .competitor_imgBlock ul li:last-child{margin-bottom:0}@media (max-width:767px){.overlay_popup.manageContentPopup{padding-top:25px}}.overlay_popup.manageContentPopup .popBox{max-width:816px;padding:33px 64px 24px;border:none}@media (max-width:767px){.overlay_popup.manageContentPopup .popBox{padding:33px 30px 24px}}.overlay_popup.manageContentPopup .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.manageContentPopup .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form span.steps_txt{font-family:"Geist Mono",serif;font-size:12px;font-weight:500;text-transform:uppercase}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form h1{font-size:32px;font-weight:700;margin:13px 0 24px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form span.back{margin-top:17px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form span.back a{font-family:"Geist Mono",serif;font-size:12px;font-weight:500;text-transform:uppercase;position:relative;padding-left:17px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form span.back a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:5px;left:-5px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label{font-size:12px;font-weight:600;text-transform:uppercase;display:block;margin-bottom:20px;position:relative}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label input[type=email],.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label input[type=tel],.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label input[type=text],.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label select,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label textarea{width:100%;height:48px;background-color:#fff;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding-left:12px;margin-top:13px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label textarea{height:176px;padding-top:15px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .select_div{position:relative}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .select_div select{color:rgba(50,50,50,.5)}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .select_div select option{color:#000}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:30px;right:5px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .select_div.disabled select{background:rgba(50,50,50,.1);pointer-events:none}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .select_div.disabled:after{background-position:-280px -189px;top:33px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.clr_edit{position:relative}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.clr_edit .fa.fa-times{display:block;position:absolute;top:42px;right:15px;font-size:20px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit{position:relative}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit input:disabled{background:rgba(50,50,50,.1)}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit span.edit_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:17px;background-position:-114px -52px;position:absolute;top:33px;right:15px;cursor:pointer}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit .fa.fa-times{display:none}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit .list_content{position:relative}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit .list_content ul{position:absolute;background:#fff;border:1px solid #ccc;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;width:100%;height:319px!important;overflow-y:auto;z-index:100;top:2px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit .list_content ul span.cross{position:absolute;top:0;right:18px;cursor:pointer}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit .list_content ul li{text-transform:none;font-size:14px;font-weight:500;padding:11px 15px;border-bottom:1px solid #ccc}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit .list_content ul li:last-child{border-bottom:none}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label.edit_name .list_content ul{height:auto}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .company_name_list{position:absolute;z-index:10;background:#fff;width:100%;border:1px solid #f0f1f2;margin-top:2px;height:200px;overflow:auto}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .company_name_list ul{position:relative}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .company_name_list ul span.cross{position:absolute;top:0;right:15px;cursor:pointer}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form label .company_name_list ul li{padding:11px 12px;border-bottom:1px solid #f0f1f2;cursor:pointer}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .width50Percent{width:calc(50% - 8px)}@media (max-width:767px){.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .width50Percent{width:100%}}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .width50Percent.left{margin-right:16px;float:left}@media (max-width:767px){.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .width50Percent.left{margin-right:0}}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .width50Percent.right{float:right}@media (max-width:767px){.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .width50Percent.right{margin-top:20px}}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse{font-size:12px;font-weight:600;text-transform:uppercase}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse label{margin-bottom:0}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse label .cls_browse{width:100%;font-family:"Inter",serif;font-size:16px;font-weight:400;border:1px dashed rgba(50,50,50,.5);display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Geist Mono",serif;cursor:pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;text-transform:none;padding:15px 0 17px;margin-top:13px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse label .cls_browse span{font-weight:500}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse label .cls_browse span a{color:#00e}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse label .cls_browse:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:48px;height:48px;background-position:-303px -3px;margin-bottom:19px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse label input[type=file]{display:none}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse .uploaded_files{text-transform:lowercase;font-weight:500;text-align:center;margin-top:7px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .clsBrowse .uploaded_files a{text-decoration:underline}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form span{display:block;margin-top:12px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form span.recommended_size{font-size:12px;display:block;color:#000;opacity:.5}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form button{width:100%;height:48px;background:#1c1259;font-family:"Geist Mono",serif;font-size:16px;font-weight:500;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-top:32px;color:#fff;border:none;cursor:pointer}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection{display:flex;justify-content:space-between}@media (max-width:767px){.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection{flex-direction:column}}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .clsBrowse label .cls_browse:before{margin-bottom:7px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .clsBrowse span.r_size{font-size:12px;color:rgba(0,0,0,.5)}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox span.heading{font-size:12px;font-weight:600;text-transform:uppercase;margin:0 0 13px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview{display:flex;justify-content:center;background:#fafafa;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:12.5px 0}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview .img_block{display:flex}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview .img_block img{max-width:150px;max-height:95px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview .remove_icon a{width:24px;height:24px;display:flex;justify-content:center;align-items:center;box-shadow:2px 2px 2px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 2px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 2px rgba(50,50,50,.1);border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview .remove_icon a span{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:10px;height:10px;background-position:-264px -679px;top:1px;left:1px;margin-top:0}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview.edit_person{padding:16px 0}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview.edit_person .img_block img{width:88px;height:88px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .browseSection .imgPreviewBox .img_preview.edit_person .remove_icon a{position:relative;left:3px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection{margin-top:20px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li{display:flex;justify-content:space-between;margin-bottom:16px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .left{font-weight:500}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .left span{font-size:12px;color:rgba(0,0,0,.5);margin-top:6px}.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li:last-child{margin-bottom:0}@media (max-width:767px){.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form.edit label.right{margin-top:0}}.overlay_popup.deletePopup .popBox{padding:24px 64px 32px;border-top:8px solid #ff5656}@media (max-width:767px){.overlay_popup.deletePopup .popBox{padding:24px 30px 32px}}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .topContentBox{max-width:479px;margin:0 auto 31px;text-align:center}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .topContentBox:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:40px;height:40px;background-position:-303px -54px;margin-bottom:9px}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .topContentBox h1{font-size:32px;font-weight:700;margin-bottom:13px}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .topContentBox p{font-weight:500;line-height:24px}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .button_control{display:flex;justify-content:center;align-items:center}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .button_control .btn a{width:279px;height:48px;font-weight:600;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;border:1px solid rgba(50,50,50,.5);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:939px){.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .button_control .btn a{width:225px}}@media (max-width:767px){.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .button_control .btn a{width:195px;font-size:15px}}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .button_control .btn.btn_cancel{margin-right:8px}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .button_control .btn.btn_cancel a{color:#323232}.overlay_popup.deletePopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .deleteContentBox .button_control .btn.btn_delete a{background:rgba(255,86,86,.3);border:none;color:#ff5656}.overlay_popup.testimonialPreviewPopup .popBox{padding:0}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box span.msg{display:block;background:rgba(255,210,140,.2);border-left:3px solid #ffd28c;font-weight:500;width:calc(100% - 50px);margin:16px auto 13px;padding:7px 24px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block{max-width:542px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto}@media (max-width:767px){.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block{max-width:400px}}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block h1{font-family:"Inter",serif;font-size:32px;font-weight:700;color:#000}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block span.t_text{font-size:14px;font-weight:600;background:rgba(255,147,86,.5);border-radius:54px;-moz-border-radius:54px;-webkit-border-radius:54px;display:inline-block;padding:5px 25px;margin:12px 0 20px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block p{font-size:18px;font-weight:500;font-style:italic;line-height:27px;color:#000;position:relative}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block p:after,.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block p:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:13px;position:absolute}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block p:before{background-position:-303px -97px;top:1px;left:-21px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .t_preview_content_block p:after{background-position:-303px -113px;bottom:8px;margin-left:13px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .userDetails{display:flex;justify-content:center;align-items:center;margin:16px 0 20px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .userDetails .user_img{margin-right:16px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .userDetails .user_img img{width:34px;height:34px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .userDetails .details{display:flex;flex-direction:column}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .userDetails .details span{color:#000}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .userDetails .details span.name{font-weight:700;padding-bottom:6px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .userDetails .details span.desgn{font-size:14px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fafafa;padding:18px 52px 24px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section .text_block h3{font-family:"Inter",serif;font-size:18px;font-weight:700;margin-bottom:8px;color:#000}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section .text_block p{font-size:12px;color:#000}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section .star_rating{display:flex;margin:18px 0 24px}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section .star_rating .fa.fa-star{font-size:38px!important;color:#ffd28c}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section .star_rating .fa.fa-star:before{content:""}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section .submit{width:100%}.overlay_popup.testimonialPreviewPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .t_preview_box .rate_testimonial_section .submit a{width:100%;height:48px;display:flex;justify-content:center;align-items:center;background:#1c1259;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs{display:flex;margin:13px 0 20px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li{width:221px;height:88px;font-weight:500;list-style:none;display:flex;align-items:center;text-align:center;font-family:"Geist Mono",serif;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-right:16px;cursor:pointer;padding-left:7px}@media (max-width:767px){.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li{height:60px}}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-303px -129px;margin-right:8px}@media (max-width:767px){.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li:before{margin-right:5px}}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li.testimonial.active{background:rgba(255,147,86,.3);border:1px solid #ff9356}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li.testimonial.active:before{background-position:-303px -148px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li.case_study.active{background:rgba(86,194,255,.3);border:1px solid #56c2ff}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li.case_study.active:before{background-position:-303px -167px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li.video.active{background:rgba(255,86,86,.3);border:1px solid rgba(255,86,86,.5)}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li.video.active:before{background-position:-303px -186px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li.active{font-weight:600}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox ul.clsTabs li:last-child{margin-right:0}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .content-section form .overview_content_block .page_container button.btn_save{margin-top:32px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .content-section form .content{display:none;opacity:0;-webkit-animation:display-none-transition 1s ease;animation:display-none-transition 1s ease}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .content-section form .content.active{display:block;opacity:1}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .content-section form .clsBrowse .cls_browse:before{margin-bottom:7px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .content-section form button{background:#5dae59;margin-top:37px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .content-section form button.disabled{background:rgba(93,174,89,.3)}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox span.back{display:inline-block;margin-top:17px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .form h1{margin:13px 0 24px}.overlay_popup.addContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .addContentBox .form p.clsHeading{font-size:12px;font-weight:600;text-transform:uppercase}.overlay_popup.downloadCSVPopup .popBox{max-width:600px;padding:32px 64px 24px;border:none}.overlay_popup.downloadCSVPopup .popBox .close-overlay{width:40px;height:40px;background:#323232;border-radius:100px!important;color:#fff;display:flex;justify-content:center;align-items:center;top:-16px;right:-13px}.overlay_popup.downloadCSVPopup .popBox .close-overlay:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:14px;height:14px;background-position:-343px -396px;top:1px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .top_header{margin-bottom:29px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .top_header h1{font-family:"Inter",serif;font-size:32px;font-weight:600;margin-bottom:11px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form{width:100%}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block{width:100%;position:relative;margin-bottom:19px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block span.heading{font-weight:600}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .searchBlock{width:100%;height:48px;background:#fff;border:1px solid #f0f1f2;position:relative;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding-left:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:rgba(50,50,50,.5)}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .searchBlock:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:8px;height:6px;background-position:-343px -349px;position:absolute;top:20px;right:10px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList{width:100%;background:#fff;border:1px solid #f0f1f2;border-top:none;position:absolute;top:48px;z-index:100;display:none}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .searchBox{position:relative;width:calc(100% - 30px);margin:0 auto;padding-top:18px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .searchBox input[type=text]{width:100%;height:48px;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;color:rgba(50,50,50,.5);padding-left:10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .searchBox span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-343px -336px;cursor:pointer;position:absolute;top:37px;right:15px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group{width:calc(100% - 30px);margin:0 auto;padding:12px 0 3px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group label.checkbox_control{padding:6px 20px 15px 24px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group label.checkbox_control .checkboxControlIndicator{left:0}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .checkbox_control input:checked~.checkboxControlIndicator{background:#4ba3ff;border:1px solid #4ba3ff}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .dropDownList .checkbox_control_group .control--checkbox .checkboxControlIndicator:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:10px;height:8px;background-position:-303px -203px;top:2px;left:3px;display:none}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .downloadBy,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .industry,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .signalType,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .timeFrame{position:relative;margin:10px 0 20px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .downloadBy .dropDownList,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .industry .dropDownList,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .signalType .dropDownList,.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .timeFrame .dropDownList{position:relative;top:0}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .selected_list{position:absolute;z-index:1;top:9px;left:9px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .selected_list ul{display:flex}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .form_block .selected_list ul li{background:#aae0ff;border-radius:34px;-moz-border-radius:34px;-webkit-border-radius:34px;font-size:14px;font-weight:500;padding:5px 14px 7px;margin-right:8px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .btn_download a{width:100%;height:40px;display:flex;justify-content:center;align-items:center;background:#1c1259;font-weight:600;color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.downloadCSVPopup .popBox .popup_overlay_screen .modal-content .modal-body .download_CSV .form .btn_download.disabled a{background:#cfcfcf;color:#939393;pointer-events:none}.overlay_popup.overlay_popup_extranet{background:rgba(0,0,0,.6)}.overlay_popup.overlay_popup_extranet .popBox{border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;box-shadow:0 11px 40px rgba(79,79,76,.12);-moz-box-shadow:0 11px 40px rgba(79,79,76,.12);-webkit-box-shadow:0 11px 40px rgba(79,79,76,.12);padding:0}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}}.overlay_popup.overlay_popup_extranet .popBox .close-overlay{display:flex;justify-content:center;align-items:center;width:48px;height:48px;background:rgba(29,27,27,.6);top:-2px;right:-70px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox .close-overlay{right:-63px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox .close-overlay{background:transparent;width:auto;height:auto;top:24px;right:30px}}.overlay_popup.overlay_popup_extranet .popBox h1,.overlay_popup.overlay_popup_extranet .popBox h2,.overlay_popup.overlay_popup_extranet .popBox h3,.overlay_popup.overlay_popup_extranet .popBox p{margin:0;padding:0}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code{max-width:600px}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .close-overlay{position:absolute;z-index:10000;top:14px;right:13px;font-size:22px;font-weight:800;width:20px;height:20px;color:#000;background:transparent}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .close-overlay:before{display:none}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content{display:flex;flex-direction:column;align-items:center;padding:50px;box-sizing:border-box}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content h2{font-size:20px}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content .award{margin:30px 0}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content .award .clsSVG svg{height:95px}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content form{width:100%;display:flex;flex-direction:column;align-items:center}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content form textarea{border:1px solid #ccc;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin-bottom:20px;padding:10px;width:100%;height:120px}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content form button{background-color:#3764df;border:none;color:#fff;width:140px;height:40px;font-size:15px;letter-spacing:.2px;cursor:pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.overlay_popup_extranet .popBox.popup_embed_code .embed_code_content form button .fa.fa-copy{margin-right:3px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox{max-width:940px;margin-top:40px;position:relative;border:none}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .close-overlay{z-index:1}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block{display:flex}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block{flex-direction:column}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section{width:400px;background:-webkit-gradient(linear,left top,right top,from(#4776e6),to(#8e54e9));background:linear-gradient(90deg,#4776e6,#8e54e9);padding:69px 22px 40px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section{width:300px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section{width:100%;text-align:center;padding:40px 22px}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section h1{font-family:"Geist Mono",serif;font-size:36px;font-weight:700;line-height:40px;margin-top:33px;color:#fff}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section h1{font-size:29px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section h1{font-size:36px;margin:13px auto;max-width:450px}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section p{margin-top:24px;line-height:24px;color:#fff}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .left_section p{margin-top:0}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section{width:calc(100% - 400px);display:flex;flex-direction:column;justify-content:center;padding:40px 24px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section{width:calc(100% - 300px)}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section{width:100%}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section{align-items:center}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section span.txt{font-family:"Geist Mono",serif;font-size:15px;font-weight:700;line-height:16px;text-transform:uppercase;color:#1c1259}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .badge-premium{font-family:"Inter",serif;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#00cbad;display:flex;flex-direction:column;align-items:center;margin-top:-32px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .badge-premium:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:66px;height:66px;background-position:-194px -2px;margin-bottom:12px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block{width:100%;display:flex;justify-content:space-between;align-items:center;margin:10px 0 60px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block{flex-direction:column}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul{width:100%}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li{font-family:"Inter",serif;font-size:16px;font-weight:600;letter-spacing:-.004em;color:#323232;line-height:38px;display:flex;align-items:flex-start}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li{justify-content:center;align-items:center;text-align:center}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-205px -665px;top:5px;margin-right:10px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li:before{display:none}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li span{width:calc(100% - 39px);line-height:26px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li span{font-size:14px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li span{font-size:16px}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block ul li:last-child{margin-bottom:0}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .left{width:calc(100% - 140px)}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .left{width:100%}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right{width:123px;display:flex;flex-direction:column;align-items:flex-end;letter-spacing:-.004em}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right{align-items:flex-start;margin-top:15px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right{align-items:flex-end}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right{align-items:center}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right span.price{font-family:"Inter",serif;font-size:30px;font-weight:900;letter-spacing:-2px;color:#1c1259;position:relative}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right span.price{font-size:32px}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right span.price:after{content:"";position:absolute;bottom:-5px;left:2px;height:7px;width:100%;border:3px solid transparent;border-top-color:#1c1259;border-radius:80%;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .unlock_references_text_block .right span.per_month{font-size:12px;font-weight:600;color:#323232;position:relative;top:8px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info{display:flex;flex-direction:column;align-items:center;text-align:center}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .card_info_block{padding:20px 0 0}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .card_info_block{width:100%}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .card_info_block form label{font-weight:700}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox{margin-top:10px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info .save_card_checkbox input[type=checkbox]{display:none}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info button{background:#1c1259;width:100%;height:50px;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:none;font-family:"Inter",serif;font-size:14px;font-weight:500;text-transform:uppercase;color:#fff;margin:25px 0 16px;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .card_payment_info p{font-size:11px;line-height:15px;color:#999}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .clsMsg{margin-top:30px;text-align:center}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .clsMsg .success_msg{border:1px solid #37ce5a;padding:18px 20px 14px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .clsMsg .success_msg span.success{font-weight:800}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .clsMsg .failure_msg{border:1px solid #ee0016;padding:18px 20px 14px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .right_section .clsMsg .failure_msg span.failure{font-weight:800}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .heading{font-size:15px;display:flex;flex-direction:column;align-items:center;margin-bottom:23px;text-align:center}@media (max-width:480px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .heading{font-size:14px;line-height:20px}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .heading h2{font-size:26px;text-align:center}@media (max-width:480px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .heading h2{font-size:23px;line-height:27px;margin-top:11px}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list{display:flex;align-items:center;padding-bottom:0}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list{flex-wrap:wrap;padding-bottom:20px}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .left{border-right:1px solid #ccc;padding:0 40px 28px 20px;margin-right:36px;width:411px}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .left{width:55%;padding-right:20px;margin-right:20px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .left{width:100%;padding:0 0 20px;margin-right:0;border-right:none;display:flex;justify-content:center}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .right{width:calc(100% - 411px);line-height:26px;padding-bottom:9px}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .right{width:45%}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .right{width:100%;text-align:center}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .right span.txt{text-transform:uppercase;color:#00cbad;font-size:14px;font-weight:600;letter-spacing:1.56px;line-height:22px;margin-bottom:5px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .right p{margin:0}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .right ul li{list-style-type:disc;margin-left:20px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list .right ul li:before{display:none}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block .ent_upgrade_profile_header_content .header_content_list.subscription_popup_content .left{border-right:none;padding:0 0 23px;margin:0 auto}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block.request_upgrade .left_section h1{margin-top:30px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block.request_upgrade .right_section{padding:40px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block.request_upgrade .right_section .unlock_references_content_block{text-align:center}}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block.request_upgrade .right_section .unlock_references_content_block p{margin:10px 0 20px}.overlay_popup.overlay_popup_extranet.ent_unlock_references .popBox .unlock_references_block.request_upgrade .right_section .unlock_references_content_block .btn_request_upgrade a{background:#1c1259;width:100%;height:50px;display:flex;justify-content:center;align-items:center;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:none;font-family:"Geist Mono",serif;font-size:14px;font-weight:500;text-transform:uppercase;color:#fff;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox{max-width:600px;padding:39px 0 32px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox{width:100%;max-width:500px;padding-top:70px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block{width:calc(100% - 80px);margin:0 auto}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block{width:calc(100% - 40px)}}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block h1{font-size:24px;font-weight:800;line-height:24px;color:#000}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block h1{font-size:22px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box{position:relative;margin:25px auto 15px}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box input{background:#f9f9fa;width:100%;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;height:48px;border:none;font-family:"Inter",serif;font-size:14px;font-weight:500;color:#4f4f4c;padding-left:42px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box input::-webkit-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:500;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box input:-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:500;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box input::-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:500;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box input::placeholder{font-family:"Inter",serif;font-size:14px;font-weight:500;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box input:focus{background:#fff;border:1px solid #3764df}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .search_box span.search_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:15px;height:15px;background-position:-177px -618px;position:absolute;top:18px;left:17px}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul{height:230px;overflow-y:scroll;margin-bottom:30px}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li{padding:13px 15px}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li input[type=checkbox]{display:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form ul li:hover{background:#f9f9fa}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form span.add_text{display:block;margin:0 0 15px 15px}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form span.add_text a{font-family:"Geist Mono",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;display:block;color:#3764df}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form input[type=text]{display:block;width:100%;height:52px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border:1px solid rgba(79,79,76,.3);font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333;margin:11px 0 30px;padding-left:16px}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form input[type=text]::-webkit-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form input[type=text]:-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form input[type=text]::-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form input[type=text]::placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_categories_popup_section .popBox .ent_add_edit_categories_block .ent_add_edit_categories_list form button{width:160px;height:56px;background:#3764df;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;border:none;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;letter-spacing:-.004em;color:#fff;cursor:pointer;margin-left:15px}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox{max-width:600px;padding:42px 40px}@media (max-width:480px){.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox{width:100%;max-width:inherit}}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block h1{font-size:24px;font-weight:800;color:#000;text-align:center}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block .add_card_details{padding:30px 0}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block form{margin-top:30px}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block form label{font-weight:700}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block form button{width:100%;height:56px;background:#3764df;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;font-family:"Inter",serif;font-size:16px;font-weight:600;letter-spacing:-.004em;color:#fff;border:none;cursor:pointer;margin-top:15px}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block .overlay_popup.ent_upgrade_modal .popBox{min-height:370px;display:flex;justify-content:center;align-items:center;max-width:700px}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block .overlay_popup.ent_upgrade_modal .popBox .ent_upgrade_profile_content_block .clsMsg{text-align:center}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block .overlay_popup.ent_upgrade_modal .popBox .ent_upgrade_profile_content_block .clsMsg .success_msg span.success{font-size:30px;font-weight:800;color:#5ec30c;text-align:center}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block .overlay_popup.ent_upgrade_modal .popBox .ent_upgrade_profile_content_block .clsMsg .success_msg p{font-weight:600}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block .overlay_popup.ent_upgrade_modal .popBox .ent_upgrade_profile_content_block .clsMsg .failure_msg span.failure{font-size:30px;font-weight:800;color:#e90000;text-align:center}.overlay_popup.overlay_popup_extranet.ent_add_new_card_section .popBox .add_new_card_content_block .overlay_popup.ent_upgrade_modal .popBox .ent_upgrade_profile_content_block .clsMsg .failure_msg p{font-weight:600}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox{max-width:600px;padding:44px 55px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox{width:100%;max-width:500px;padding:30px}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block h1{font-size:28px;font-weight:800;line-height:32px;color:#000;margin-bottom:26px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block h1{font-size:27px}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block h1{font-size:21px;line-height:26px}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block p,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block p,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block p,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block p{font-size:16px;font-weight:600;line-height:18px;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul{margin:8px 0 29px}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul{margin-top:25px}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li{font-size:20px;font-weight:700;line-height:22px;letter-spacing:-.004em;color:#333;line-height:38px}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li:before,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li:before,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li:before,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:21px;height:16px;background-position:-177px -600px;top:2px;margin-right:18px}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li span,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li span,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li span,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li span{width:calc(100% - 39px)}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li{font-size:17px;display:flex;align-items:baseline;line-height:20px;margin-bottom:15px}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li:last-child,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li:last-child,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .ent_downgrade_text_block ul li:last-child,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .ent_downgrade_text_block ul li:last-child{margin-bottom:10px}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn{display:flex;margin-top:28px}@media (max-width:480px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn{flex-direction:column}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm{width:50%}@media (max-width:480px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm{width:100%}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a{font-family:"Geist Mono",serif;font-size:16px;font-weight:700;height:56px;display:flex;justify-content:center;align-items:center;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);letter-spacing:-.004em}@media (max-width:480px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a{width:100%;height:48px}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a{border:1px solid #999;margin-right:24px;color:#333}@media (max-width:480px){.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .confirm a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .confirm a{margin-bottom:10px}}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block .btn .cancel a,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_downgrade_popup_content_block .btn .cancel a{background:#1c1259;color:#fff}.overlay_popup.overlay_popup_extranet.ent_confirm_popup_section .popBox .ent_confirm_popup_content_block h1,.overlay_popup.overlay_popup_extranet.ent_downgrade_popup_section .popBox .ent_confirm_popup_content_block h1{width:100%;max-width:inherit;text-align:center}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox{max-width:940px}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox{max-width:600px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox{width:100%;max-width:500px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .vendore_text_type{display:flex;justify-content:center;align-items:center}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .vendore_text_type span{background:#333;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:-.004em;display:inline-block;padding:4px 8px;color:#fff}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details{display:flex;justify-content:center;align-items:center}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details{padding:0 21px;justify-content:flex-start;margin-top:63px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details .img_block{position:relative;top:4px;margin-right:12px}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details .img_block img{width:40px;height:40px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details .text_block{display:flex;flex-direction:column;line-height:27px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details .text_block{line-height:23px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details .text_block span.name{font-size:18px;font-weight:700;color:#333}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details .text_block span.name{font-size:16px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .profile_details .text_block span.designation{font-size:14px;line-height:16px;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section{background:#f9f9fa;display:flex;justify-content:space-between;padding:28px 38px 35px;margin-top:39px;border-radius:0 0 16px 16px;-moz-border-radius:0 0 16px 16px;-webkit-border-radius:0 0 16px 16px}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section{flex-direction:column;padding:20px 21px 40px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .left_section{line-height:28px;letter-spacing:-.004em}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .left_section{text-align:center}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .left_section h3{font-size:20px;font-weight:700;color:#333}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .left_section h3{font-size:18px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .left_section p{max-width:290px;font-size:14px;line-height:18px;color:#333}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .left_section p{margin:0 auto}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section{display:flex;align-items:center}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section{flex-direction:column;align-items:center}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star-rating{padding:10px 0 20px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star{margin-right:36px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star{margin-right:20px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star{margin:21px 0 46px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star-half-empty,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star-o{font-size:37px!important;color:#3764df}@media (max-width:379px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star-half-empty,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star-o{font-size:32px!important}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star-half-empty,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section .star .fa-star-o{color:#999;opacity:.4}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section button.submit{width:220px;height:56px;background:#3764df;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;display:flex;justify-content:center;align-items:center;font-family:"Inter",serif;font-size:16px;font-weight:600;letter-spacing:-.004em;border:none;color:#fff;cursor:pointer}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section button.submit{width:145px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_preview_content_block .ent_preview_footer_section .right_section button.submit{width:100%;font-size:14px;height:48px;letter-spacing:.02em}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block{padding-top:38px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block{padding-top:60px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block span.vendor_name{font-size:24px;font-weight:700;letter-spacing:-.004em;line-height:24px;color:#333;display:block;margin-bottom:9px;text-align:center}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block span.vendor_name{font-size:18px;margin-bottom:6px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .vendore_text_type.testimonial span{background:#00cbad}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block{max-width:730px;margin:30px auto 36px;position:relative}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block{max-width:600px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block{max-width:430px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block{padding:0 21px;max-width:inherit}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-136px -112px;top:7px;left:-61px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:before{background-position:-136px -172px;top:0;left:0}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block p{font-size:28px;font-style:italic;line-height:39px;color:#333}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block p{font-size:20px;line-height:28px;margin:12px 0 16px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;background-position:-136px -142px;bottom:7px;right:-62px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:after{background-position:-166px -172px;bottom:0;right:0;float:right}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:after,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:before{width:34px;height:28px;position:absolute}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:after,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_testimonial_preview_content_block.ent_preview_content_block .ent_testimonial_preview_text_block:before{position:relative;width:28px;height:22px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block{padding-top:40px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block{padding-top:64px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendore_text_type.case_studies span{background:#3764df}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_logo{margin-top:40px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_logo{margin-top:48px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_logo img{max-width:180px;max-height:132px}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_name{margin:16px 0 40px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_name{margin:25px 0 15px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_name h1{font-size:40px;font-weight:800;color:#000;line-height:40px}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_name h1{font-size:32px;line-height:32px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_logo,.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .vendor_name{text-align:center}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_case_studies_preview_content_block.ent_preview_content_block .profile_details{justify-content:center}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_video_preview_content_block.ent_preview_content_block .ent_vendor_video{line-height:0}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_video_preview_content_block.ent_preview_content_block .ent_vendor_video iframe{border-radius:16px 16px 0 0;-moz-border-radius:16px 16px 0 0;-webkit-border-radius:16px 16px 0 0}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_video_preview_content_block.ent_preview_content_block .ent_vendor_video iframe{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;height:300px}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_video_preview_content_block.ent_preview_content_block .ent_vendor_video iframe{height:260px}}.overlay_popup.overlay_popup_extranet.ent_preview_popup .popBox .ent_video_preview_content_block.ent_preview_content_block .ent_preview_footer_section.ent_video_preview_footer{margin-top:0}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox{max-width:760px}@media (max-width:939px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox{max-width:600px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox{width:100%}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .left{width:80px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .left{width:18px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .left span.back a{background:#f9f9fa;width:80px;height:36px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#000}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .left span.back a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:12px;background-position:-177px -635px;top:1px;margin-right:8px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .left span.back a:before{width:18px;height:18px;background-position:-187px -144px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .left span.back a{background:transparent;width:30px;height:18px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .left span.back a span{display:none}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .middle h1{font-size:24px;font-weight:800;line-height:24px;color:#000}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .middle h1{font-size:18px;font-weight:700}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .middle h1 span{display:none}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .right span.steps{font-family:"Geist Mono",serif;font-size:14px;font-weight:700;color:#000}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .add_edit_top_header .right span.steps{display:none}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block{padding:33px 40px 40px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block{padding:21px 20px 40px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label{width:100%;font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:block;margin-bottom:22px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label input{display:block;width:100%;height:52px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border:1px solid rgba(79,79,76,.3);font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333;margin-top:11px;padding-left:16px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label input::-webkit-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label input:-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label input::-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label input::placeholder{font-family:"Inter",serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label .div_select{position:relative}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label .div_select select{width:100%;height:52px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border:1px solid rgba(79,79,76,.3);font-family:"Open Sans",sans-serif;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#333;margin-top:11px;padding-left:16px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label .div_select:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:25px;height:11px;background-position:-177px -675px;position:absolute;top:34px;right:1px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.email,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.function{margin-right:32px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.email,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.function{margin-right:0}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.email,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.function,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.phone,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.seniority{width:calc(50% - 16px);float:left;display:block}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.email,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.function,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.phone,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form label.seniority{width:100%}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .optional_field_text{font-size:13px;text-transform:uppercase;letter-spacing:.02em;color:#999;opacity:.8;margin:11px 0 23px;display:flex;clear:both;align-items:center}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .optional_field_text span.txt{width:153px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .optional_field_text:after{content:"";width:calc(100% - 153px);height:2px;background:#e8e8e9;display:block}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block span.txt{font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:block;margin-bottom:8px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box{display:flex;align-items:center;margin-bottom:38px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box{flex-direction:column}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .left{width:164px;margin-right:40px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .left{width:100%;margin-right:0;order:2}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .left label{margin-bottom:0}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .left label span.upload_logo{font-family:"Geist Mono",serif;width:164px;height:52px;display:flex;justify-content:center;align-items:center;border:1px solid #999;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .left label span.upload_logo:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:13px;background-position:-135px -590px;margin-right:10px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .left label span.upload_logo{width:100%;height:48px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .left label input[type=file]{display:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .right{display:flex}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .right{margin:17px 0 19px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .right .logo_img_block img{width:40px;height:40px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .right span.close{position:relative;top:-3px;left:5px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .right span.close a{width:24px;height:24px;border:1px solid #e8e8e9;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);display:flex;justify-content:center;align-items:center;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form .company_logo_block .company_logo_box .right span.close a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:8px;background-position:-177px -649px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form button.btn_next{width:100%;height:56px;background:#3764df;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;border:none;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;letter-spacing:-.004em;color:#fff;cursor:pointer}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form button.btn_next{font-size:14px;height:48px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form button.btn_next:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:12px;background-position:-177px -659px;margin-left:17px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_add_edit_content_block .add_edit_form form button.btn_next:after{top:2px;margin-left:13px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_top_header{justify-content:center}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_top_header .left{display:none}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit{position:relative}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit input{background:#f9f9fa;border:1px solid #e8e8e9}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .fa.fa-times{display:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .edit_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:17px;height:17px;background-position:-135px -532px;position:absolute;top:48px;right:16px;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list{position:absolute;z-index:1;background:#fff;border:1px solid #e8e8e9;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;width:100%;margin-top:2px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul{position:relative}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul span.cross{position:absolute;top:12px;right:18px;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul li{padding:0 16px;line-height:42px;border-bottom:1px solid #e8e8e9;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul li:hover{background:#fafafa}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul li:last-child{border-bottom:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label{position:relative}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label .fa.fa-times{position:absolute;top:49px;right:15px;display:block}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.disabled input,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.disabled select{background:#ededed;opacity:.4;color:#333;border:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.disabled .div_select{position:relative}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form label.disabled .div_select:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;position:absolute;background-position:-177px -705px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step1_content_block.ent_add_edit_content_block .add_edit_form form .company_logo_block .right .logo_img_block img{width:auto;height:auto;max-width:165px;max-height:52px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_top_header{margin-bottom:44px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit{position:relative}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit input{background:#f9f9fa;border:1px solid #e8e8e9}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .fa.fa-times{display:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .edit_icon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:17px;height:17px;background-position:-135px -532px;position:absolute;top:48px;right:16px;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list{position:absolute;z-index:1;background:#fff;border:1px solid #e8e8e9;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;width:100%;margin-top:2px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul{position:relative}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul span.cross{position:absolute;top:12px;right:18px;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul li{padding:0 16px;line-height:42px;border-bottom:1px solid #e8e8e9;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul li:hover{background:#fafafa}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form label.edit .company_name_list ul li:last-child{border-bottom:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form .company_logo_block{clear:both}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step2_content_block.ent_add_edit_content_block .add_edit_form form .company_logo_block span.close{top:3px;left:0}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block{padding:33px 40px 40px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block{padding:21px 20px 40px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box span.txt{font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs{margin:10px 0 22px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul{display:flex}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li{width:calc(33.333% - 10px);margin-right:15px}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li{margin-right:12px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li a{width:100%;height:64px;border:1px solid rgba(79,79,76,.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c;display:flex;justify-content:center;align-items:center}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li a{flex-direction:column;height:80px;font-size:14px}}@media (max-width:379px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li a{font-size:12px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;margin-right:11px}@media (max-width:575px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li a:before{margin:0 0 8px}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.testimonial a:before{width:26px;height:24px;background-position:-188px -70px;top:1px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.testimonial.active a{background:#00cbad;border:1px solid #00cbad;color:#fff}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.testimonial.active a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:26px;height:24px;background-position:-216px -70px;top:1px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.case_study a:before{width:25px;height:23px;background-position:-188px -96px;top:-1px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.case_study.active a{background:#3764df;border:1px solid #3764df;color:#fff}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.case_study.active a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:25px;height:23px;top:-1px;background-position:-215px -96px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.video a:before{width:26px;height:21px;background-position:-187px -121px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.video.active a{background:#f45b69;border:1px solid #f45b69;color:#fff}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li.video.active a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:26px;height:21px;background-position:-215px -121px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tabs ul li:last-child{margin-right:0}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form{margin-bottom:18px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label{display:block;margin-bottom:22px;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label input,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label textarea{display:block;width:100%;border:1px solid rgba(79,79,76,.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding:15px;font-family:"Inter",serif;font-size:14px;line-height:20px;letter-spacing:-.004em;color:#333;font-weight:400;margin-top:11px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label input::-webkit-input-placeholder,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label textarea::-webkit-input-placeholder{font-family:"Inter",serif;font-size:14px;line-height:20px;letter-spacing:-.004em;color:#333;font-weight:400}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label input:-ms-input-placeholder,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label textarea:-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;line-height:20px;letter-spacing:-.004em;color:#333;font-weight:400}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label input::-ms-input-placeholder,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label textarea::-ms-input-placeholder{font-family:"Inter",serif;font-size:14px;line-height:20px;letter-spacing:-.004em;color:#333;font-weight:400}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label input::placeholder,.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label textarea::placeholder{font-family:"Inter",serif;font-size:14px;line-height:20px;letter-spacing:-.004em;color:#333;font-weight:400}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label input{height:56px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form label textarea{height:130px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link{display:flex;align-items:center}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link{align-items:flex-start;flex-direction:column}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .left{width:50%}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .left{width:100%}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .left label{margin-bottom:10px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .middle{position:relative;top:4px;margin:0 20px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .middle{top:7px;margin:0}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .middle span{font-size:14px;font-weight:600}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .right label input[type=file]{display:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .tab_form form .case_study_link .right label .upload_logo{font-size:12px;text-decoration:underline;position:relative;top:14px;cursor:pointer}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section{margin-top:40px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section ul{margin-bottom:48px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section ul li{display:flex;align-items:center;margin-bottom:40px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section ul li .left{margin-right:17px}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section ul li .right{font-family:"Geist Mono",serif;font-size:14px;font-weight:600;line-height:16px;letter-spacing:-.004em;color:#4f4f4c}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section ul li .right span{font-size:12px;font-weight:400}@media (max-width:767px){.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section ul li .right span{display:block}}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab .switch_btn_section ul li:last-child{margin-bottom:0}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab button.save{background:#afc1f2;width:100%;height:56px;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;letter-spacing:-.004em;color:#fff;border:none}.overlay_popup.overlay_popup_extranet.ent_add_edit_popup .popBox .ent_step3_content_block .ent_step3_content_box .select_content_tab button.save.active{background:#3764df;cursor:pointer}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user{max-width:740px;padding:45px 40px 58px;box-shadow:0 0 5px 2px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px 2px rgba(0,0,0,.3);-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.3)}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.popup_new_user{max-width:580px}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet .popBox.popup_new_user{padding:45px 25px 58px}}@media (max-width:480px){.overlay_popup.overlay_popup_extranet .popBox.popup_new_user{width:100%;max-width:inherit;padding:45px 20px 58px}}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form{padding-bottom:14px;margin-bottom:10px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form span.heading,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form span.heading{font-family:"Geist Mono",serif;font-size:24px;font-weight:800;color:#000;display:block;margin-bottom:20px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label{font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label input,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label input{border:1px solid rgba(79,79,76,.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;height:52px;display:block;width:100%;padding-left:15px;margin:10px 0 20px;font-size:14px;font-weight:600;font-family:"Inter",serif;letter-spacing:-.004em;color:#333}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label input[type=checkbox],.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label input[type=checkbox]{display:none}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label input[type=radio],.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label input[type=radio]{opacity:0;position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;cursor:pointer}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label .custom-radio.selected input[type=radio]~.c-mark:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label .type-option-list.active .po-icon input[type=radio]~.c-mark:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label input[type=radio]:checked~.c-mark:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label .custom-radio.selected input[type=radio]~.c-mark:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label .type-option-list.active .po-icon input[type=radio]~.c-mark:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label input[type=radio]:checked~.c-mark:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label span.c-mark.ib,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label span.c-mark.ib{border:1px solid #d2d2d2;border-radius:50%;height:20px;width:20px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:block;margin-right:10px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label span.c-mark.ib:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label span.c-mark.ib:after{content:"";width:12px;height:12px;border-radius:50%;position:absolute;left:4px;top:4px;right:0;bottom:0;background:#1a1a1a;-webkit-transform:scale(0);transform:scale(0);opacity:0}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.phone,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.phone{display:block;margin-bottom:30px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form span.txt,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form span.txt{font-size:17px;font-weight:700;color:#000;display:block;margin-bottom:10px;letter-spacing:-.004em}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox{display:flex;font-size:14px;width:100%;margin-bottom:20px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox i,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox i{display:block;font-weight:400;font-style:inherit;font-size:12px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox [type=checkbox]:not(:checked)+label,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox [type=checkbox]:not(:checked)+label{position:relative;padding-left:30px;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:-.004em;color:#4f4f4c}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox [type=checkbox]:not(:checked)+label:before,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;top:.5px;left:0;width:18px;height:18px;border:2px solid hsla(0,0%,60%,.6);background:#fff;border-radius:4px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox [type=checkbox]:not(:checked)+label:after{content:"✔";position:absolute;outline:2px solid #3764df;background:#3764df;width:14px;height:14px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;top:3px;left:2px;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:0;color:#fff;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form span.checkbox_txt,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form span.checkbox_txt{position:relative;top:-2px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox.checkbox_alert,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.company_staff,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox.checkbox_alert,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.company_staff{margin-bottom:15px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox.checkbox_alert [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.checkbox.checkbox_alert [type=checkbox]:not(:checked)+label,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox.checkbox_alert [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.checkbox.checkbox_alert [type=checkbox]:not(:checked)+label{top:-2px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form span.clsNote,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form span.clsNote{font-size:11px;position:relative;top:1px;margin-left:18px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.radio_btn,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.radio_btn{position:relative;display:flex;margin-bottom:14px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.fName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.fName{margin-right:20px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.fName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.fName{margin-right:0}}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.fName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.lName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.fName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.lName{width:calc(50% - 10px);float:left}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.fName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.lName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.fName,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.lName{width:100%}}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form label.c_pwd,.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form label.c_pwd{display:block;margin-top:25px}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .ent_pwd_form form input[type=button],.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .new_user_form form input[type=button]{background-color:#3764df;height:56px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 6px 16px rgba(51,51,51,.06);-moz-box-shadow:0 6px 16px rgba(51,51,51,.06);-webkit-box-shadow:0 6px 16px rgba(51,51,51,.06);display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;color:#fff;border:none;width:100%;font-family:"Inter",serif;margin:0 0 30px;cursor:pointer}.overlay_popup.overlay_popup_extranet .popBox.popup_new_user .msg{font-size:14px;color:#333;text-align:center;display:block;letter-spacing:-.004em}.overlay_popup.overlay_popup_extranet .popup_others,.overlay_popup.overlay_popup_extranet .popup_specialities{padding:80px 50px!important;box-shadow:0 0 5px 2px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px 2px rgba(0,0,0,.3);-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.3)}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box{height:267px;display:flex;overflow:hidden;border:1px solid #f3f3f3;padding:0 40px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box{padding:0 0 0 30px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box{display:inherit;height:auto;padding:0}}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box h3,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box h3,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box h3,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box h3{font-family:"Inter",serif;font-size:21px;color:#002067;font-weight:600;margin:20px 0 10px;padding:0;text-align:left}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content{width:360px;float:left;margin-right:30px;border-right:1px solid #ccc}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content{width:50%}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content{width:100%;margin-right:0;padding-left:20px}}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul{height:229px;overflow:auto}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li{font-size:14px;line-height:28px}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li input[type=checkbox],.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li input[type=checkbox],.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li input[type=checkbox],.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li input[type=checkbox]{display:none}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:checked+label,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label{position:relative;padding-left:25px;cursor:pointer;font-weight:500;font-size:13px}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:before,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:before,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:before,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:checked+label:before,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;border:1px solid #979797;background:#fff}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:checked+label:after,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .checkBox_content ul li [type=checkbox]:not(:checked)+label:after{content:"✔";position:absolute;font-family:"Inter",serif;top:4.5px;left:3px;font-size:13px;font-weight:700;line-height:.8;color:#000;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities{width:calc(100% - 390px);float:left;background:#f3f3f3;padding:30px 30px 40px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities{width:50%}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities{width:100%;margin-top:20px}}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities input[type=text],.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities input[type=text],.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities input[type=text],.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities input[type=text]{font-family:"Inter",serif;outline:none;width:100%;padding:10px;display:block;margin-top:20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:2px solid #ccc;font-size:16px;font-weight:400}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities ::-webkit-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities ::-webkit-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities ::-webkit-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities ::-webkit-input-placeholder{font-family:"Inter",serif;font-weight:400}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities :-ms-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities :-ms-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities :-ms-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities :-ms-input-placeholder{font-family:"Inter",serif;font-weight:400}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities ::-ms-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities ::-ms-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities ::-ms-input-placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities ::-ms-input-placeholder{font-family:"Inter",serif;font-weight:400}.overlay_popup.overlay_popup_extranet .popup_others .popup_others_content_box .custom_specialities ::placeholder,.overlay_popup.overlay_popup_extranet .popup_others .popup_specialities_content_box .custom_specialities ::placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_others_content_box .custom_specialities ::placeholder,.overlay_popup.overlay_popup_extranet .popup_specialities .popup_specialities_content_box .custom_specialities ::placeholder{font-family:"Inter",serif;font-weight:400}.overlay_popup.overlay_popup_extranet .popup_others .btn_save,.overlay_popup.overlay_popup_extranet .popup_specialities .btn_save{margin-top:23px;text-align:center}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popup_others .btn_save,.overlay_popup.overlay_popup_extranet .popup_specialities .btn_save{text-align:left}}.overlay_popup.overlay_popup_extranet .popup_others .btn_save input[type=submit],.overlay_popup.overlay_popup_extranet .popup_specialities .btn_save input[type=submit]{background-color:#132d72;color:#fff;border:none;padding:13px 35px 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:17px;outline:none;cursor:pointer;font-weight:600}.overlay_popup.overlay_popup_extranet .popBox.forgot_password{width:calc(100% - 160px);max-width:815px;background-color:#fff;text-align:center;padding:40px 50px 50px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.forgot_password{width:calc(100% - 100px);padding:40px 30px 50px}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet .popBox.forgot_password{width:calc(100% - 40px)}}@media (max-width:480px){.overlay_popup.overlay_popup_extranet .popBox.forgot_password{width:100%;padding:40px 15px 50px}}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .logo{margin-bottom:20px}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box{background-color:#fff;max-width:480px;margin:0 auto;padding:50px 50px 70px;border:1px solid #f0f1f2}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box{padding:30px 50px}}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box h1{font-size:30px;font-weight:800;color:#000;margin:0;letter-spacing:0}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box h1{margin-bottom:5px}}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box p{text-align:center}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .form{display:flex;flex-direction:column;margin:15px auto 0}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .form input[type=email]{padding:17px 10px;font-family:"Inter",serif;font-size:16px;font-weight:500;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#000}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .form input[type=email]::-webkit-input-placeholder{font-weight:500;color:#323232}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .form input[type=email]:-ms-input-placeholder{font-weight:500;color:#323232}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .form input[type=email]::-ms-input-placeholder{font-weight:500;color:#323232}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .form input[type=email]::placeholder{font-weight:500;color:#323232}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .form input[type=button]{font-family:"Geist Mono",serif;font-size:16px;font-weight:500;background:#e28744;color:#fff;border:none;margin-top:10px;padding:15px 0;cursor:pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.overlay_popup_extranet .popBox.forgot_password .ent_white_box .btn_reset_password{width:476px;height:51px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#132d72;font-size:16px;color:#fff;display:flex;justify-content:center;align-items:center}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview{max-width:995px;padding:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;position:relative}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview{width:calc(100% - 190px)}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview{width:calc(100% - 90px)}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview{width:100%}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box{overflow:hidden;padding:76px 30px 59px 65px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box{padding:65px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box{padding:65px 30px}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left{width:240px;float:left;margin-right:70px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left{width:100%;text-align:center;margin-right:0}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left .csr_image_block{margin-bottom:15px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left .csr_image_block{margin-bottom:40px}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left .csr_image_block img{max-height:150px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left span.txt{font-size:18px;font-weight:700;color:#3764df;letter-spacing:-.004em}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left .img_logo{margin:20px 0}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left .img_logo img{max-height:50px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left .content{color:#a3a3a3;font-size:14px;line-height:25px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_left .content p{font-size:20px;font-weight:300;margin:19px 0;color:#000;line-height:28px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right{width:calc(100% - 310px);float:left}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right{width:100%}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader{color:#4f4f4c;letter-spacing:.02em;overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding-bottom:20px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader{flex-direction:column;overflow:inherit;padding-bottom:0;margin:20px 0 80px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader{flex-wrap:wrap;justify-content:center}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .left{width:300px;float:left;font-weight:600}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .left{text-align:center}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .left{width:100%;text-align:center;margin-bottom:15px}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .left span.number{font-size:40px;font-weight:800;display:block;margin-bottom:7px;color:#000}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .left span.number:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:40px;height:39px;background-position:-37px 106px;top:7px;margin-right:10px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .left span.total_reference{font-size:22px;font-weight:700}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .right span.btn_viewAll_references{text-transform:uppercase}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .previewHeader .right span.btn_viewAll_references a{display:flex;justify-content:center;align-items:center;width:220px;height:50px;background-color:#3764df;color:#fff;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;font-size:15px;position:relative;top:20px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials{margin-top:33px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials{text-align:center}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials span.heading{font-size:22px;font-weight:800;color:#3764df}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials ul{margin-top:0}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials ul li{padding:47px 0 0;margin-bottom:0;width:100%}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials ul li p{color:#4f4f4c;font-size:20px;font-weight:400;line-height:27px;text-shadow:0 0 0 #717171;-moz-text-shadow:0 0 0 #717171;-webkit-text-shadow:0 0 0 #717171;margin:0 0 15px;letter-spacing:-.004em}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials ul li .details{width:100%;font-size:11px;color:#333;line-height:18px;text-align:left;text-transform:uppercase}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials ul li .details{text-align:center}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials ul li .details span.name{display:block;color:#000;font-weight:600}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_content_box .csr_preview_right .csr_preview_featured_testimonials ul li:first-child{padding-top:10px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby{border-top:2px solid #eaecf1;padding:20px 0 30px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby span.heading{text-transform:uppercase;font-size:17px;text-align:center;display:block;font-weight:800;letter-spacing:-.004em}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby .trustedby_logo{display:flex;justify-content:center;align-items:center;max-width:880px;margin:21px auto 0}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby .trustedby_logo{flex-direction:column}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby .trustedby_logo img{max-width:130px;max-height:65px;margin:0 15px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby .trustedby_logo img{max-width:90px;margin:0 20px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby .trustedby_logo img{max-width:65px;margin:0 17px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_trustedby .trustedby_logo img{max-width:130px;margin:15px 0}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer{display:flex;justify-content:space-between;padding:20px 28px 18px 38px;box-shadow:0 -3px 6px #5c5c5c;-moz-box-shadow:0 -3px 6px #5c5c5c;-webkit-box-shadow:0 -3px 6px #5c5c5c;margin:4px 0}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer{flex-direction:column;align-items:center;padding:40px 0 30px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer{flex-direction:column;align-items:center;padding:40px 0}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .left{margin-bottom:20px}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right{display:flex;align-items:center}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right{margin-top:20px}}@media (max-width:480px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right{flex-direction:column}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right .csr_report{float:left;border-right:2px solid #c7c7c7;text-align:right;padding-right:23px;margin-right:19px}@media (max-width:480px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right .csr_report{border-right:none;text-align:center;padding-right:0;margin:0 0 10px}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right .csr_report span.csr_report_txt{display:block;color:#333;font-size:14px}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right .csr_report span.csr_report_category{font-weight:600;font-size:21px;color:#000}@media (max-width:379px){.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right .csr_report span.csr_report_category{font-size:16px}}.overlay_popup.overlay_popup_extranet .popBox.popup_csr_preview .csr_preview_footer .right .report_count{float:left;font-weight:600;font-size:18px;color:#000}.overlay_popup.overlay_popup_extranet .popBox.select_popbox{box-shadow:0 0 5px 2px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px 2px rgba(0,0,0,.3);-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.3);padding:25px 50px}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox{max-width:580px}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox{width:100%;max-width:inherit;padding:25px 20px}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box{margin-top:35px}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li{border-bottom:1px solid #ccc;margin-bottom:35px}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block{display:flex;align-items:center}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block{display:inherit}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .left{width:calc(100% - 100px)}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .left{width:100%}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .left .img_block img{max-width:200px;max-height:70px}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .left span.name{font-size:19px;font-weight:700;display:block;margin-top:15px;color:#000;letter-spacing:-.004em}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .right{width:100px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .right{margin-top:10px}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .right .add_btn a{border:1px solid #3764df;background-color:#3764df;color:#fff;display:flex;align-items:center;justify-content:center;height:46px;font-family:"Geist Mono",serif;font-size:17px;font-weight:600;letter-spacing:-.004em;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .top_section_block .right .add_btn a:hover{background-color:#eaeffa;color:#000}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li p{font-weight:400;line-height:24px;margin:15px 0;color:#000}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .profile_block{font-family:"Inter",serif}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .profile_block span.name{font-size:17px;font-weight:600;color:#000}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li .profile_block span.desgn{display:block;font-size:11px;text-transform:uppercase;margin-bottom:17px}.overlay_popup.overlay_popup_extranet .popBox.select_popbox .select_popup_box ul li:last-child{border-bottom:none}.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li{padding-bottom:17px;margin-bottom:17px}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image{display:inherit}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left{display:flex;align-items:center}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left{width:calc(100% - 150px);margin-right:50px}}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left{display:inherit}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left{width:100%}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left .img_block{width:200px;text-align:center;margin-right:100px}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left .img_block{width:150px;margin-right:60px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left .img_block{width:110px;margin-right:60px}}@media (max-width:1139px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left .img_block img{max-width:150px}}@media (max-width:939px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left .img_block img{width:100%;max-width:110px}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left span.name{display:block;width:310px;margin-top:0;font-size:17px;font-weight:600;color:#333}@media (max-width:767px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left span.name{margin:15px 0}}@media (max-width:575px){.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li .top_section_block.select_image .left span.name{width:100%}}.overlay_popup.overlay_popup_extranet .popBox.select_popbox.select_image_popup ul li:last-child{padding-bottom:0;margin-bottom:0}.overlay_popup .popBox.popup_confirmation{max-width:450px}.overlay_popup .popBox.popup_confirmation .confirmation_box h4{display:flex;flex-direction:column;align-items:center;font-weight:400;text-align:center;font-size:17px;line-height:23px;margin-bottom:14px;font-weight:700}.overlay_popup .popBox.popup_confirmation .confirmation_box h4 span{display:block;font-weight:800}.overlay_popup .popBox.popup_confirmation .confirmation_box .btn_section{display:flex;justify-content:center}.overlay_popup .popBox.popup_confirmation .confirmation_box .btn_section a{padding:5px 15px;background:#1c1259;color:#fff;width:90px;height:38px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-weight:400;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.popup_billing_method .popBox{max-width:816px;padding:37px 64px 24px;border:none}@media (max-width:767px){.overlay_popup.popup_billing_method .popBox{padding:37px 30px 24px}}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body{padding:0}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box h1{font-size:32px;margin-bottom:32px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form h2{font-size:24px;margin-bottom:20px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:12px;border-bottom:none}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label input,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label select{width:100%;height:48px;font-family:"Inter",serif;font-size:16px;color:rgba(50,50,50,.5);border:1px solid #f0f1f2;color:#000;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;margin-top:13px;padding-left:6px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label input::-webkit-input-placeholder,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label select::-webkit-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label input:-ms-input-placeholder,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label select:-ms-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label input::-ms-input-placeholder,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label select::-ms-input-placeholder{color:rgba(50,50,50,.5)}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label input::placeholder,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label select::placeholder{color:rgba(50,50,50,.5)}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label input option,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label select option{color:#323232}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label input[type=checkbox]{display:none}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:checked+label,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:not(:checked)+label{padding-left:18px;margin:0 0 19px 10px;position:relative;top:1px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:checked+label:before,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:not(:checked)+label:before{width:16px;height:16px;background:transparent;border:1px solid rgba(50,50,50,.5);border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:checked+label:after,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label [type=checkbox]:not(:checked)+label:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;outline:1px solid #5dae59;background-position:-302px -315px;position:absolute;top:1px;left:1px;background-color:#5dae59}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label .selectdiv{position:relative}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label .selectdiv select,.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label .selectdiv select option{color:#000}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label .selectdiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:33px;right:3px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label .tick{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:#5dae59;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;position:absolute;top:40px;right:10px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label .tick:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:12px;height:9px;background-position:-303px -318px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label.w50{width:calc(50% - 8px)}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label.left{float:left;margin-right:16px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label.right{float:right}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label.r{position:relative}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form label.d-flex{display:flex;align-items:center}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form .save_card_checkbox{display:flex;margin-bottom:20px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form .save_card_checkbox input[type=checkbox]{position:relative;top:-3px;margin-right:7px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form .save_card_checkbox label{padding-bottom:0;margin-bottom:0}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form span.addLink{display:inline-block;margin-bottom:20px}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form span.addLink a{font-size:14px;font-weight:500;color:#00e}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form button{width:100%;height:48px;background:rgba(50,50,50,.1);font-family:"Geist Mono",serif;font-size:16px;font-weight:500;color:rgba(50,50,50,.5);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border:none;cursor:pointer}.overlay_popup.popup_billing_method .popBox .popup_overlay_screen .modal-content .modal-body .billing_popup_content_box .form form button.active{background:#1c1259;color:#fff}.overlay_popup.ent_settings_popup .popBox{width:calc(100% - 60px);max-width:816px;padding:0;border:none}.overlay_popup.ent_settings_popup .popBox .container{width:auto;max-width:inherit;display:flex;flex-direction:column;justify-content:space-between;padding:33px 65px 32px}.overlay_popup.ent_settings_popup .popBox .container .content_box{text-align:center}.overlay_popup.ent_settings_popup .popBox .container .content_box h1{font-size:24px;font-weight:600;line-height:36px;margin-bottom:8px;color:#000}@media (max-width:767px){.overlay_popup.ent_settings_popup .popBox .container .content_box h1{line-height:32px}}.overlay_popup.ent_settings_popup .popBox .container .content_box p{line-height:24px;color:#000}.overlay_popup.ent_settings_popup .popBox .container .button_section{display:flex;justify-content:center;align-items:center;margin-top:15px}.overlay_popup.ent_settings_popup .popBox .container .button_section .btn{width:calc(50% - 8px)}.overlay_popup.ent_settings_popup .popBox .container .button_section .btn a{width:100%;height:48px;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.overlay_popup.ent_settings_popup .popBox .container .button_section .btn.btn_cancel{margin-right:16px}.overlay_popup.ent_settings_popup .popBox .container .button_section .btn.btn_cancel a{border:1px solid #323232;color:#323232}.overlay_popup.ent_settings_popup .popBox .container .button_section .btn.btn_save a{background:#5dae59;color:#fff}.overlay_popup.ent_settings_popup .popBox .container .button_section .btn.btn_delete a{background:rgba(255,86,86,.3);color:#ff5656}.overlay_popup.ent_settings_popup.default_popup_box .popBox .container{height:236px}@media (max-width:939px){.overlay_popup.ent_settings_popup.default_popup_box .popBox .container{height:auto}}@media (max-width:767px){.overlay_popup.ent_settings_popup.default_popup_box .popBox .container{padding:30px}}@media (max-width:939px){.overlay_popup.ent_settings_popup.default_popup_box .popBox .container .content_box{margin-bottom:30px}}@media (max-width:767px){.overlay_popup.ent_settings_popup.default_popup_box .popBox .container .content_box{margin-bottom:20px}}@media (max-width:767px){.overlay_popup.ent_settings_popup.default_popup_box .popBox .container .button_section{flex-direction:column}}@media (max-width:767px){.overlay_popup.ent_settings_popup.default_popup_box .popBox .container .button_section .btn{width:100%}}@media (max-width:767px){.overlay_popup.ent_settings_popup.default_popup_box .popBox .container .button_section .btn.btn_cancel{margin:0 0 10px}}.overlay_popup.ent_settings_popup.cancel_popup .popBox,.overlay_popup.ent_settings_popup.delete_popup .popBox{border-top:8px solid #ff5656}.overlay_popup.ent_settings_popup.cancel_popup .popBox .container,.overlay_popup.ent_settings_popup.delete_popup .popBox .container{max-width:535px;margin:0 auto;padding:24px 0 32px}.overlay_popup.ent_settings_popup.cancel_popup .popBox .container .content_box:before,.overlay_popup.ent_settings_popup.delete_popup .popBox .container .content_box:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:40px;height:40px;background-position:-303px -54px;margin-bottom:11px}.overlay_popup.ent_settings_popup.cancel_popup .popBox .container .content_box h1,.overlay_popup.ent_settings_popup.delete_popup .popBox .container .content_box h1{font-size:32px;font-weight:700}.overlay_popup.ent_settings_popup.cancel_popup .popBox .container .button_section .btn,.overlay_popup.ent_settings_popup.delete_popup .popBox .container .button_section .btn{width:calc(50% - 4px)}@media (max-width:767px){.overlay_popup.ent_settings_popup.cancel_popup .popBox .container .button_section .btn,.overlay_popup.ent_settings_popup.delete_popup .popBox .container .button_section .btn{width:200px}}.overlay_popup.ent_settings_popup.cancel_popup .popBox .container .button_section .btn.btn_cancel,.overlay_popup.ent_settings_popup.delete_popup .popBox .container .button_section .btn.btn_cancel{margin-right:8px}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container{height:auto}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .content_box,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .content_box{margin-bottom:50px}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .content_box:before,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .content_box:before{width:42px;height:42px;background-position:-303px -526px}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .content_box p,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .content_box p{font-size:18px;font-weight:500}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .content_box ul,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .content_box ul{margin-top:45px}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .content_box ul li,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .content_box ul li{padding:3px 0;text-align:center;color:#000}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .content_box ul li:before,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .content_box ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-205px -665px;top:2px;margin-right:7px}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .button_section,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .button_section{flex-direction:column}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .button_section span.heading,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .button_section span.heading{font-family:"Geist Mono",serif;font-weight:600;margin-bottom:15px}.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .button_section .buttons,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .button_section .buttons{width:100%;display:flex}@media (max-width:767px){.overlay_popup.ent_settings_popup.cancel_popup.cancel_popup .popBox .container .button_section .buttons,.overlay_popup.ent_settings_popup.delete_popup.cancel_popup .popBox .container .button_section .buttons{justify-content:center}}.overlay_popup.ent_settings_popup.default_delete_popup .popBox{border-top:8px solid #ffd28c}@media (max-width:767px){.overlay_popup.ent_settings_popup.default_delete_popup .popBox{padding:0 40px 20px}}.overlay_popup.ent_settings_popup.default_delete_popup .popBox .container{max-width:621px}.overlay_popup.ent_settings_popup.default_delete_popup .popBox .container .content_box:before{width:38px;height:34px;background-position:-303px -348px;margin-bottom:17px}.overlay_popup.ent_settings_popup.default_delete_popup .popBox .container .content_box h1{color:#323232;margin-bottom:14px}.overlay_popup.ent_settings_popup.default_delete_popup .popBox .container .content_box p{max-width:487px;margin:0 auto}@media (max-width:767px){.overlay_popup.ent_settings_popup.default_delete_popup .popBox .container .content_box p{padding-bottom:20px}}.overlay_popup.ent_settings_popup.default_delete_popup .popBox .container .button_section .btn{width:100%;margin:20px 0 0!important}.m-1{margin-bottom:11px!important}.clr{clear:both}body.entBg,body.entBg .wrapper .containerExtranet{background:#e5e5e5}body.entBg .wrapper .containerExtranet h1,body.entBg .wrapper .containerExtranet h2,body.entBg .wrapper .containerExtranet h3,body.entBg .wrapper .containerExtranet h4,body.entBg .wrapper .containerExtranet h5{font-weight:700}body.entBg .wrapper .containerExtranet .extranetMiddleSection{display:flex}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection{width:256px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:36px 15px 26px;box-shadow:2px 2px 12px rgba(50,50,50,.1);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.1);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.1);position:relative}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection:before{content:"";background:#fff;width:256px;height:calc(100% - 64px);display:block;position:fixed;top:64px;left:0;z-index:1}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .bottomSection,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection{position:relative;z-index:2}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection{z-index:3}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent{position:relative}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .vendorSwitch{position:absolute;width:100%;top:17px;right:10px;display:none}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .vendorSwitch .vendorListBox{background:#fff;position:relative;z-index:2;top:36px;left:10px;box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;-webkit-box-shadow:0 0 10px #ccc;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:20px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .vendorSwitch .vendorListBox span.heading{display:block;font-weight:700;margin-bottom:5px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .vendorSwitch .vendorListBox ul li{display:block;font-size:14px;padding:7px 0}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .vendorSwitch .vendorListBox ul li a{display:flex;justify-content:space-between;align-items:center;color:#000}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .vendorSwitch .vendorListBox ul li a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:5px;background-position:-205px -523px;top:3px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent ul li{display:flex;align-items:center;cursor:pointer}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent ul li .vendorLogo{display:flex;margin-right:10px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent ul li .vendorLogo img{max-width:48px;max-height:48px}.clsCompetitor body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent ul li span.name,.greyBg .competitorBox body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .clsCompetitor ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent .greyBg .competitorBox ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent ul li .vendorName{max-width:120px;font-size:24px;font-weight:700;line-height:25px;color:#323232}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent ul li .downArrow a span.arrow{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:5px;background-position:-205px -523px;left:10px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent.open .vendorSwitch{display:block}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .vendorListContent.open ul li .downArrow a span.arrow{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg)}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .userDetails{display:flex;align-items:flex-start;margin:36px 0 20px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .userDetails .user_img{display:flex;margin-right:11px;position:relative;top:5px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .userDetails .user_img img{width:34px;height:34px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .userDetails .txt_block{display:flex;flex-direction:column;line-height:26px;word-break:break-all}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .userDetails .txt_block span.name{font-weight:600}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .userDetails .txt_block span.email a{color:#323232;font-size:12px;word-break:break-word;line-height:15px;display:block}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .level_up_profile .top_header h4{width:100%;font-family:"Geist Mono",serif!important;font-size:14px;font-weight:600!important;line-height:18px;display:flex;color:#000}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .level_up_profile .top_header h4:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:32px;height:32px;background-position:-368px -3px;margin-right:10px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .level_up_profile .top_header h4 span{width:calc(100% - 120px);display:inline-block}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .level_up_profile p{font-size:14px;line-height:17px;margin:8px 0 15px;color:#333}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .level_up_profile .pick_time a{background-color:#1c1259;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center;width:100%;height:40px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .bottomSection .logout a{display:block}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .bottomSection .logout a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:14px;height:12px;background-position:-205px -608px;margin-right:9px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .bottomSection .logout a .txt{width:calc(100% - 23px)}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav{width:63px;height:100%;position:absolute;justify-content:flex-start}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav:before{width:63px;height:100%;top:0}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .vendorListContent ul li .vendorLogo img{max-width:33px;max-height:33px}.clsCompetitor body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .vendorListContent ul li span.name,.greyBg .competitorBox body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .vendorListContent ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .userDetails .txt_block,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .vendorListContent .clsCompetitor ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .vendorListContent .greyBg .competitorBox ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .vendorListContent ul li .downArrow,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .vendorListContent ul li .vendorName{display:none}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .leftNav nav ul li a{display:block;padding:6px 10px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .leftNav nav ul li a .icon-arrow,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .leftNav nav ul li a .txt{display:none}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .leftNav nav ul li.pi a:before{left:2px;margin-right:0}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .leftNav nav ul li ul li.m-content a:before{margin-right:0;left:-9px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .topHeaderSection .leftNav nav ul li ul li.v-awards a:before{left:-8px;margin-right:0}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .bottomSection{margin-top:20px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .bottomSection .logout a:before{margin-right:0;left:9px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.collapseNav .bottomSection .logout a .txt{display:none}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open{width:256px;padding-bottom:15px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open:before{width:256px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .vendorListContent ul li .vendorLogo img{max-width:48px;max-height:48px}.clsCompetitor body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .vendorListContent ul li span.name,.greyBg .competitorBox body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .vendorListContent ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .userDetails .txt_block,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .vendorListContent .clsCompetitor ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .vendorListContent .greyBg .competitorBox ul li span.name,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .vendorListContent ul li .downArrow,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .vendorListContent ul li .vendorName{display:block}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .leftNav nav ul li a span.txt{display:inline;display:initial}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .leftNav nav ul li a .icon-arrow{display:flex}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .leftNav nav ul li.pi a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .leftNav nav ul li ul li.m-content a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .leftNav nav ul li ul li.v-awards a:before{left:auto;margin-right:10px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .bottomSection .logout a:before{margin-right:9px;left:auto}body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .bottomSection .logout a span.txt{display:inline;display:initial}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer{width:calc(100% - 352px);max-width:1160px;margin:45px 48px 0}@media (max-width:1139px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer{width:calc(100% - 95px);margin:45px 16px 0 79px}}@media (max-width:480px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer{margin-top:40px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block{position:relative}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section{margin-bottom:22px}@media (max-width:480px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section{margin-bottom:17px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section h1{font-size:35px}@media (max-width:480px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section h1{font-size:32px}}@media (max-width:379px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section h1{font-size:29px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section p{margin-top:15px;line-height:24px;color:#000}@media (max-width:480px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section p{margin-top:5px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.vendor_analytics_header{display:flex;align-items:center}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.vendor_analytics_header:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:40px;height:36px;background-position:-262px -53px;top:-1px;left:21px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.vendor_profile_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:33px}@media (max-width:939px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.vendor_profile_header{margin-left:0}}@media (max-width:939px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.vendor_profile_header .preview_profile{margin-right:20px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.vendor_profile_header .preview_profile a{font-family:"Geist Mono",serif;color:#00e}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.vendor_profile_header .preview_profile a:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:11px;background-position:-262px -236px;left:9px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.intelligence_header h1{display:flex;align-items:center}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.intelligence_header h1 span.btn_preview{position:relative;top:3px;left:17px}@media (max-width:767px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.intelligence_header h1 span.btn_preview{margin-left:17px;left:0}}@media (max-width:480px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.intelligence_header h1 span.btn_preview{margin-left:10px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.intelligence_header h1 span.btn_preview a{width:108px;height:32px;background:rgba(120,86,255,.15);font-size:14px;font-weight:700;text-transform:uppercase;display:flex;justify-content:center;align-items:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#7856ff}@media (max-width:480px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .top_header_section.intelligence_header h1 span.btn_preview a{width:85px;height:30px;font-size:12px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .clsViewProfile{position:absolute;top:19px;right:0}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .clsViewProfile a{color:#1c1259;font-size:18px;font-weight:700;text-decoration:underline}@media (max-width:939px){body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_profile_content_box{margin-left:10px}}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox{margin:5px 0 16px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox h2{font-size:24px;margin-bottom:11px}.ent_vendor_pa_content_box.ent_pa_verified body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .upgrade_btn,.ent_vendor_pa_graph_section.ent_pa_graph_verified .ent_vendor_pa_graph body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .upgrade_btn,.ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .keywordRanking_graph_verified body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .upgrade_btn,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .clsUpgradeBtn,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_vendor_pa_content_box.ent_pa_verified .upgrade_btn,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_vendor_pa_graph_section.ent_pa_graph_verified .ent_vendor_pa_graph .upgrade_btn,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .keywordRanking_graph_verified .upgrade_btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ent_vendor_pa_content_box.ent_pa_verified body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .upgrade_btn a,.ent_vendor_pa_graph_section.ent_pa_graph_verified .ent_vendor_pa_graph body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .upgrade_btn a,.ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .keywordRanking_graph_verified body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .upgrade_btn a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .clsUpgradeBtn a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_vendor_pa_content_box.ent_pa_verified .upgrade_btn a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_vendor_pa_graph_section.ent_pa_graph_verified .ent_vendor_pa_graph .upgrade_btn a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_vendor_pa_organicKeywordRanking.ent_pa_k_ranking_verified .keywordRanking_graph_verified .upgrade_btn a{background:#7856ff;display:inline-block;font-weight:500;color:#fff;padding:18px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer.manageContent_rightSection{max-width:1030px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer.int_rightSection{max-width:943px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer.pi_landing_container{width:100%;max-width:1160px;margin:45px 17px 0}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer.dashboard_verified{margin:0}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer.dashboard_verified .right_section_content_block .ent_dashboard_content_box{max-width:643px;margin-left:50px}body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer.dashboard_verified .right_section_content_block .ent_dashboard_content_box .ent_list_block_content ul li{flex-basis:33.3333%}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox,.vendor_portal_filter_section .searchBox,.vendorPortalSearchBox,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox{position:relative;margin-right:10px}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input,.vendor_portal_filter_section .searchBox input,.vendorPortalSearchBox input,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox input{width:100%;height:48px;background:#fff;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding-left:8px;color:#000}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input::-webkit-input-placeholder,.vendor_portal_filter_section .searchBox input::-webkit-input-placeholder,.vendorPortalSearchBox input::-webkit-input-placeholder,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox input::-webkit-input-placeholder{color:rgba(50,50,50,.5)}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input:-ms-input-placeholder,.vendor_portal_filter_section .searchBox input:-ms-input-placeholder,.vendorPortalSearchBox input:-ms-input-placeholder,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox input:-ms-input-placeholder{color:rgba(50,50,50,.5)}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input::-ms-input-placeholder,.vendor_portal_filter_section .searchBox input::-ms-input-placeholder,.vendorPortalSearchBox input::-ms-input-placeholder,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox input::-ms-input-placeholder{color:rgba(50,50,50,.5)}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input::placeholder,.vendor_portal_filter_section .searchBox input::placeholder,.vendorPortalSearchBox input::placeholder,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox input::placeholder{color:rgba(50,50,50,.5)}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input[type=search],.vendor_portal_filter_section .searchBox input[type=search],.vendorPortalSearchBox input[type=search],body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox input[type=search]{outline:0}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox input[type=search]::-webkit-search-cancel-button,.vendor_portal_filter_section .searchBox input[type=search]::-webkit-search-cancel-button,.vendorPortalSearchBox input[type=search]::-webkit-search-cancel-button,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox input[type=search]::-webkit-search-cancel-button{position:relative;z-index:100;top:6px;right:7px;-webkit-appearance:none;height:32px;width:24px;background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);background-position:-305px -486px;cursor:pointer}.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox span.searchIcon,.vendor_portal_filter_section .searchBox span.searchIcon,.vendorPortalSearchBox span.searchIcon,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox span.searchIcon{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:12px;height:12px;background-position:-135px -705px;position:absolute;top:18px;right:18px;cursor:pointer}@media (max-width:767px){.ent_intelligence_section .ent_vendor_intelligence_filter_section .searchBox span.searchIcon,.vendor_portal_filter_section .searchBox span.searchIcon,.vendorPortalSearchBox span.searchIcon,body.entBg .wrapper .containerExtranet .extranetMiddleSection .rightContainer .right_section_content_block .ent_searchBox .searchBox span.searchIcon{right:10px}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section,.unlockIntelligenceSection{display:flex;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05)}@media (max-width:939px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section,.unlockIntelligenceSection{flex-direction:column}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section,.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section,.unlockIntelligenceSection .left_section,.unlockIntelligenceSection .right_section{width:50%}@media (max-width:939px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section,.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section,.unlockIntelligenceSection .left_section,.unlockIntelligenceSection .right_section{width:100%}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section,.unlockIntelligenceSection .left_section{background:#fff;display:flex;flex-direction:column;align-items:center;padding:50px 18px 48px;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}@media (max-width:939px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section,.unlockIntelligenceSection .left_section{padding:20px}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section h2,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section h2,.unlockIntelligenceSection .left_section h2{font-size:22px;font-weight:700;line-height:31px;text-align:center;margin-bottom:32px}@media (max-width:939px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section h2,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section h2,.unlockIntelligenceSection .left_section h2{text-align:left;margin-bottom:20px}}@media (max-width:939px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block,.unlockIntelligenceSection .left_section .logo_img_block{width:100%}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul,.unlockIntelligenceSection .left_section .logo_img_block ul{display:flex;align-items:center}@media (max-width:939px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul,.unlockIntelligenceSection .left_section .logo_img_block ul{margin-bottom:0}}@media (max-width:480px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul,.unlockIntelligenceSection .left_section .logo_img_block ul{flex-direction:column;align-items:flex-start}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul li,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li,.unlockIntelligenceSection .left_section .logo_img_block ul li{margin-right:35px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}@media (max-width:480px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul li,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li,.unlockIntelligenceSection .left_section .logo_img_block ul li{margin:5px 0}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul li img,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li img,.unlockIntelligenceSection .left_section .logo_img_block ul li img{max-width:130px;max-height:32px}@media (max-width:575px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul li img,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li img,.unlockIntelligenceSection .left_section .logo_img_block ul li img{max-width:90px}}@media (max-width:480px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul li img,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li img,.unlockIntelligenceSection .left_section .logo_img_block ul li img{max-width:130px}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .left_section .logo_img_block ul li:last-child,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .left_section .logo_img_block ul li:last-child,.unlockIntelligenceSection .left_section .logo_img_block ul li:last-child{margin-right:0}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section,.unlockIntelligenceSection .right_section{background:-webkit-gradient(linear,left top,right top,from(#fbc7d4),color-stop(51.04%,#caafe2),to(#9796f0));background:linear-gradient(90deg,#fbc7d4,#caafe2 51.04%,#9796f0);padding:17px 43px}@media (max-width:939px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section,.unlockIntelligenceSection .right_section{padding:20px}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section span.clsBadge,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section span.clsBadge,.unlockIntelligenceSection .right_section span.clsBadge{font-size:12px;font-weight:600;text-transform:uppercase;display:inline-block;padding:9px 16px;border-radius:34px;-moz-border-radius:34px;-webkit-border-radius:34px;color:#fff}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section span.clsBadge.clsPremium,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section span.clsBadge.clsPremium,.unlockIntelligenceSection .right_section span.clsBadge.clsPremium{background:#7856ff}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section ul,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul,.unlockIntelligenceSection .right_section ul{margin:15px 0 29px}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section ul li,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul li,.unlockIntelligenceSection .right_section ul li{font-size:14px;font-weight:500;line-height:21px;color:#fff;display:flex;margin-bottom:8px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}@media (max-width:767px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section ul li,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul li,.unlockIntelligenceSection .right_section ul li{flex-direction:row}}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section ul li:before,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul li:before,.unlockIntelligenceSection .right_section ul li:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-color:#7856ff;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;margin-right:8px;top:3px}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section ul li:first-child:before,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul li:first-child:before,.unlockIntelligenceSection .right_section ul li:first-child:before{background-position:-261px -559px}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section ul li:nth-child(2):before,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul li:nth-child(2):before,.unlockIntelligenceSection .right_section ul li:nth-child(2):before{background-position:-258px -572px}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section ul li:nth-child(3):before,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section ul li:nth-child(3):before,.unlockIntelligenceSection .right_section ul li:nth-child(3):before{background-position:-259px -583px}.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section .btn_unlock a,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section .btn_unlock a,.unlockIntelligenceSection .right_section .btn_unlock a{width:100%;height:40px;background:#7856ff;display:flex;justify-content:center;align-items:center;font-family:"Geist Mono",serif;font-weight:600;color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media (max-width:480px){.ent_intelligence_section.ent_intelligence_verified .unlock_intelligence_section .right_section .btn_unlock a,.ent_intelligence_section .intelligence_list_content .unlock_intelligence_section .right_section .btn_unlock a,.unlockIntelligenceSection .right_section .btn_unlock a{font-size:14px}}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button,.notificationsBlock .top_header .right .button,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button,.switch_btn .button{position:relative;top:0;width:48px;height:24px;margin:0 auto;overflow:hidden}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button.r,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button.r,.notificationsBlock .top_header .right .button.r,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button.r,.switch_btn .button.r{border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button .knobs,.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button .layer,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button .knobs,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button .layer,.notificationsBlock .top_header .right .button .knobs,.notificationsBlock .top_header .right .button .layer,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button .knobs,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button .layer,.switch_btn .button .knobs,.switch_btn .button .layer{position:absolute;top:0;right:0;bottom:0;left:0}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button .knobs,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button .knobs,.notificationsBlock .top_header .right .button .knobs,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button .knobs,.switch_btn .button .knobs{z-index:2}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button .layer,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button .layer,.notificationsBlock .top_header .right .button .layer,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button .layer,.switch_btn .button .layer{width:100%;background:rgba(50,50,50,.1);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button .checkbox,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button .checkbox,.notificationsBlock .top_header .right .button .checkbox,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button .checkbox,.switch_btn .button .checkbox{position:relative;width:100%;height:100%;padding:0;margin:0;opacity:0;cursor:pointer;z-index:3}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button#switchButton .knobs:before,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button#switchButton .knobs:before,.notificationsBlock .top_header .right .button#switchButton .knobs:before,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button#switchButton .knobs:before,.switch_btn .button#switchButton .knobs:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;color:#fff;font-size:10px;font-weight:700;text-align:center;line-height:1;padding:9px 4px;background-color:#fff;border-radius:50%;-webkit-transition:all .3s cubic-bezier(.18,.89,.35,1.15);transition:all .3s cubic-bezier(.18,.89,.35,1.15)}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button#switchButton .checkbox:checked+.knobs:before,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button#switchButton .checkbox:checked+.knobs:before,.notificationsBlock .top_header .right .button#switchButton .checkbox:checked+.knobs:before,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button#switchButton .checkbox:checked+.knobs:before,.switch_btn .button#switchButton .checkbox:checked+.knobs:before{content:"";left:25px;background-color:#fff}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button#switchButton .checkbox:checked~.layer,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button#switchButton .checkbox:checked~.layer,.notificationsBlock .top_header .right .button#switchButton .checkbox:checked~.layer,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button#switchButton .checkbox:checked~.layer,.switch_btn .button#switchButton .checkbox:checked~.layer{background-color:#5dae59}.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button#switchButton .knobs,.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button#switchButton .knobs:before,.ent_intelligence_section .ent_intelligence_accordion .auto_sync_block .topHeader .right .button#switchButton .layer,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button#switchButton .knobs,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button#switchButton .knobs:before,.ent_settings_content_box .settings_content_block .notifications .top_header .right .button#switchButton .layer,.notificationsBlock .top_header .right .button#switchButton .knobs,.notificationsBlock .top_header .right .button#switchButton .knobs:before,.notificationsBlock .top_header .right .button#switchButton .layer,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button#switchButton .knobs,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button#switchButton .knobs:before,.overlay_popup.manageContentPopup .popBox .popup_overlay_screen .modal-content .modal-body .manageContentPopupBox .form form .switchBtnSection ul li .right .button#switchButton .layer,.switch_btn .button#switchButton .knobs,.switch_btn .button#switchButton .knobs:before,.switch_btn .button#switchButton .layer{-webkit-transition:all .3s ease;transition:all .3s ease}.ent_settings_content_box .settings_content_block .form h2,.formBlock h2{font-size:24px;border-bottom:1px solid #f0f1f2;padding-bottom:10px;margin-bottom:16px}.ent_settings_content_box .settings_content_block .form form label,.formBlock form label{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #f0f1f2}.ent_settings_content_box .settings_content_block .form form label span.txt,.formBlock form label span.txt{font-weight:500}@media (max-width:767px){.ent_settings_content_box .settings_content_block .form form label span.txt,.formBlock form label span.txt{width:150px;font-size:14px}}.ent_settings_content_box .settings_content_block .form form label input,.ent_settings_content_box .settings_content_block .form form label select,.formBlock form label input,.formBlock form label select{width:411px;height:48px;border:1px solid #f0f1f2;font-family:"Inter",serif;font-size:16px;font-weight:400;padding-left:10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.ent_settings_content_box .settings_content_block .form form label input::-webkit-input-placeholder,.ent_settings_content_box .settings_content_block .form form label select::-webkit-input-placeholder,.formBlock form label input::-webkit-input-placeholder,.formBlock form label select::-webkit-input-placeholder{color:#323232;font-weight:400}.ent_settings_content_box .settings_content_block .form form label input:-ms-input-placeholder,.ent_settings_content_box .settings_content_block .form form label select:-ms-input-placeholder,.formBlock form label input:-ms-input-placeholder,.formBlock form label select:-ms-input-placeholder{color:#323232;font-weight:400}.ent_settings_content_box .settings_content_block .form form label input::-ms-input-placeholder,.ent_settings_content_box .settings_content_block .form form label select::-ms-input-placeholder,.formBlock form label input::-ms-input-placeholder,.formBlock form label select::-ms-input-placeholder{color:#323232;font-weight:400}.ent_settings_content_box .settings_content_block .form form label input::placeholder,.ent_settings_content_box .settings_content_block .form form label select::placeholder,.formBlock form label input::placeholder,.formBlock form label select::placeholder{color:#323232;font-weight:400}@media (max-width:767px){.ent_settings_content_box .settings_content_block .form form label input,.ent_settings_content_box .settings_content_block .form form label select,.formBlock form label input,.formBlock form label select{width:calc(100% - 150px);font-size:14px}}.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto,.formBlock form label .browseProfilePhoto{width:411px;display:flex;justify-content:space-between;align-items:center}@media (max-width:767px){.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto,.formBlock form label .browseProfilePhoto{width:calc(100% - 150px)}}.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto .uploadPhoto label,.formBlock form label .browseProfilePhoto .uploadPhoto label{border-bottom:none;padding-bottom:0;margin-bottom:0}.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto .uploadPhoto label .upload_photo,.formBlock form label .browseProfilePhoto .uploadPhoto label .upload_photo{font-size:16px;font-weight:500;cursor:pointer;float:left;color:#1c1259}@media (max-width:767px){.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto .uploadPhoto label .upload_photo,.formBlock form label .browseProfilePhoto .uploadPhoto label .upload_photo{font-size:13px}}.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto .uploadPhoto label input[type=file],.formBlock form label .browseProfilePhoto .uploadPhoto label input[type=file]{display:none}.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto .profile_photo,.formBlock form label .browseProfilePhoto .profile_photo{display:flex}.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto .profile_photo img,.formBlock form label .browseProfilePhoto .profile_photo img{max-width:64px;max-height:64px}@media (max-width:767px){.ent_settings_content_box .settings_content_block .form form label .browseProfilePhoto .profile_photo img,.formBlock form label .browseProfilePhoto .profile_photo img{max-width:44px;max-height:44px}}.ent_settings_content_box .settings_content_block .form form label .selectDiv,.formBlock form label .selectDiv{position:relative}@media (max-width:767px){.ent_settings_content_box .settings_content_block .form form label .selectDiv,.formBlock form label .selectDiv{width:calc(100% - 150px)}}@media (max-width:767px){.ent_settings_content_box .settings_content_block .form form label .selectDiv select,.formBlock form label .selectDiv select{width:100%}}.ent_settings_content_box .settings_content_block .form form label .selectDiv:after,.formBlock form label .selectDiv:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:20px;right:5px}.ent_settings_content_box .settings_content_block .form form label .selectDiv.disabled:after,.formBlock form label .selectDiv.disabled:after{background-position:-281px -217px}.ent_settings_content_box .settings_content_block .form form button,.formBlock form button{width:376px;height:48px;background:#1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:"Libre Franklin",sans-serif;font-size:16px;font-weight:500;color:#fff;border:none;cursor:pointer}.clsPasswordFormBlock,.ent_settings_content_box .settings_content_block .password{display:flex;flex-direction:column}.clsPasswordFormBlock .top_header,.ent_settings_content_box .settings_content_block .password .top_header{margin-bottom:20px}.clsPasswordFormBlock .top_header h2,.ent_settings_content_box .settings_content_block .password .top_header h2{font-size:24px;margin-bottom:14px}@media (max-width:767px){.clsPasswordFormBlock .top_header h2,.ent_settings_content_box .settings_content_block .password .top_header h2{margin-bottom:5px}}@media (max-width:767px){.clsPasswordFormBlock .top_header p,.ent_settings_content_box .settings_content_block .password .top_header p{font-size:13px}}.clsPasswordFormBlock .form_block,.ent_settings_content_box .settings_content_block .password .form_block{display:flex}.clsPasswordFormBlock .form_block .left,.clsPasswordFormBlock .form_block .right,.ent_settings_content_box .settings_content_block .password .form_block .left,.ent_settings_content_box .settings_content_block .password .form_block .right{width:calc(50% - 9px)}.clsPasswordFormBlock .form_block .left,.ent_settings_content_box .settings_content_block .password .form_block .left{margin-right:17px}@media (max-width:767px){.clsPasswordFormBlock .form_block .left,.ent_settings_content_box .settings_content_block .password .form_block .left{width:calc(100% - 200px)}}.clsPasswordFormBlock .form_block .left form label,.ent_settings_content_box .settings_content_block .password .form_block .left form label{display:block;font-size:14px;font-weight:500;margin-bottom:18px}.clsPasswordFormBlock .form_block .left form label input,.ent_settings_content_box .settings_content_block .password .form_block .left form label input{width:100%;height:48px;border:1px solid #f0f1f2;padding-left:10px;margin-top:10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.clsPasswordFormBlock .form_block .left form button,.ent_settings_content_box .settings_content_block .password .form_block .left form button{width:100%;height:48px;background:#1c1259;font-family:"Geist Mono",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;border:none;cursor:pointer;margin-top:14px}.clsPasswordFormBlock .form_block .right,.ent_settings_content_box .settings_content_block .password .form_block .right{background:#fff;padding:25px;box-shadow:2px 2px 9px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 9px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 9px rgba(50,50,50,.05);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}@media (max-width:767px){.clsPasswordFormBlock .form_block .right,.ent_settings_content_box .settings_content_block .password .form_block .right{width:200px;padding:25px 15px}}.clsPasswordFormBlock .form_block .right h4,.ent_settings_content_box .settings_content_block .password .form_block .right h4{font-size:14px;font-weight:600}.clsPasswordFormBlock .form_block .right p,.ent_settings_content_box .settings_content_block .password .form_block .right p{font-size:14px;line-height:21px;margin:10px 0}@media (max-width:767px){.clsPasswordFormBlock .form_block .right p,.ent_settings_content_box .settings_content_block .password .form_block .right p{font-size:12px;line-height:17px;margin:5px 0}}.clsPasswordFormBlock .form_block .right ul,.ent_settings_content_box .settings_content_block .password .form_block .right ul{margin-left:20px}.clsPasswordFormBlock .form_block .right ul li,.ent_settings_content_box .settings_content_block .password .form_block .right ul li{font-size:14px;line-height:24px;list-style-type:disc}@media (max-width:767px){.clsPasswordFormBlock .form_block .right ul li,.ent_settings_content_box .settings_content_block .password .form_block .right ul li{font-size:12px;line-height:17px;margin-bottom:5px}}.ent_settings_content_box .settings_content_block .notifications,.notificationsBlock{border-bottom:1px solid #f0f1f2;padding-bottom:15px;margin-bottom:15px}.ent_settings_content_box .settings_content_block .notifications h2,.notificationsBlock h2{font-size:24px;border-bottom:1px solid #f0f1f2;padding-bottom:15px;margin-bottom:15px}.ent_settings_content_box .settings_content_block .notifications .top_header,.notificationsBlock .top_header{display:flex;justify-content:space-between;margin:25px 0}.ent_settings_content_box .settings_content_block .notifications .top_header .right .button.r#switchButton,.notificationsBlock .top_header .right .button.r#switchButton{width:41px}.ent_settings_content_box .settings_content_block .notifications .top_header .right .button.r#switchButton .checkbox:checked+.knobs:before,.notificationsBlock .top_header .right .button.r#switchButton .checkbox:checked+.knobs:before{left:19px}.ent_settings_content_box .settings_content_block .notifications ul,.notificationsBlock ul{margin-left:25px}.ent_settings_content_box .settings_content_block .notifications ul li,.notificationsBlock ul li{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}@media (max-width:767px){.ent_settings_content_box .settings_content_block .notifications ul li,.notificationsBlock ul li{font-size:13px}}.ent_settings_content_box .settings_content_block .notifications ul li .right input[type=checkbox],.notificationsBlock ul li .right input[type=checkbox]{display:none}.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:checked+label,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:not(:checked)+label,.notificationsBlock ul li .right [type=checkbox]:checked+label,.notificationsBlock ul li .right [type=checkbox]:not(:checked)+label{padding-left:17px;position:relative;right:11px}.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:checked+label:before,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:not(:checked)+label:before,.notificationsBlock ul li .right [type=checkbox]:checked+label:before,.notificationsBlock ul li .right [type=checkbox]:not(:checked)+label:before{width:16px;height:16px;background:transparent;border:1px solid #5dae59}.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:checked+label:after,.ent_settings_content_box .settings_content_block .notifications ul li .right [type=checkbox]:not(:checked)+label:after,.notificationsBlock ul li .right [type=checkbox]:checked+label:after,.notificationsBlock ul li .right [type=checkbox]:not(:checked)+label:after{outline:2px solid #5dae59;background:#5dae59}.ent_settings_content_box .settings_content_block .notifications ul li:last-child,.notificationsBlock ul li:last-child{margin-bottom:0}.ent_settings_content_box .settings_content_block .integrations form h2,.integrationBlock form h2{font-size:24px;border-bottom:1px solid #f0f1f2;padding-bottom:15px;margin-bottom:15px}.ent_settings_content_box .settings_content_block .integrations form ul li,.integrationBlock form ul li{display:flex;justify-content:space-between;align-items:center;font-weight:500;border-bottom:1px solid #f0f1f2;padding-bottom:15px;margin-bottom:15px}@media (max-width:767px){.ent_settings_content_box .settings_content_block .integrations form ul li .left,.integrationBlock form ul li .left{width:150px}}@media (max-width:767px){.ent_settings_content_box .settings_content_block .integrations form ul li .right,.integrationBlock form ul li .right{width:calc(100% - 150px)}}.ent_settings_content_box .settings_content_block .integrations form ul li .right a,.integrationBlock form ul li .right a{width:411px;height:48px;background:#eaeaea;border:1px solid #f0f1f2;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;display:flex;justify-content:center;align-items:center;color:#1c1259}.ent_settings_content_box .settings_content_block .integrations form button,.integrationBlock form button{width:376px;height:48px;background:#1c1259;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:"Inter",serif;font-size:16px;font-weight:500;color:#fff;border:none;cursor:pointer}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box,.settingsCardBox{position:relative;background:#fff;box-shadow:2px 2px 10px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 10px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 10px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:20px;margin-bottom:16px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box span.tick,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box span.tick,.settingsCardBox span.tick{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-205px -665px;position:absolute;top:10px;right:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box,.settingsCardBox .edit_box{position:absolute;top:0;right:0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box span.edit,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box span.edit,.settingsCardBox .edit_box span.edit{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:4px;height:16px;background-position:-303px -329px;position:absolute;top:9px;right:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box ul.nav_user_mgmt,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box ul.nav_user_mgmt,.settingsCardBox .edit_box ul.nav_user_mgmt{width:159px;background:#fff;position:absolute;top:20px;right:-140px;padding:10px 0;box-shadow:2px 2px 12px rgba(50,50,50,.05);-moz-box-shadow:2px 2px 12px rgba(50,50,50,.05);-webkit-box-shadow:2px 2px 12px rgba(50,50,50,.05);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display:none}@media (max-width:1139px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box ul.nav_user_mgmt,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box ul.nav_user_mgmt,.settingsCardBox .edit_box ul.nav_user_mgmt{width:120px;top:31px;right:8px;padding:5px 0;border:1px solid #ccc}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box ul.nav_user_mgmt li a,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box ul.nav_user_mgmt li a,.settingsCardBox .edit_box ul.nav_user_mgmt li a{display:block;width:100%;padding:6px 8px}@media (max-width:1139px){.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box ul.nav_user_mgmt li a,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box ul.nav_user_mgmt li a,.settingsCardBox .edit_box ul.nav_user_mgmt li a{font-size:14px;padding:4px 8px}}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box ul.nav_user_mgmt li a:hover,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box ul.nav_user_mgmt li a:hover,.settingsCardBox .edit_box ul.nav_user_mgmt li a:hover{background:rgba(202,202,234,.4)}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .edit_box.open .nav_user_mgmt,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .edit_box.open .nav_user_mgmt,.settingsCardBox .edit_box.open .nav_user_mgmt{display:block}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .saved_details,.settingsCardBox .saved_details{display:flex;flex-direction:column}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .saved_details span,.settingsCardBox .saved_details span{font-size:14px;line-height:24px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .saved_details span.name,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .saved_details span.name,.settingsCardBox .saved_details span.name{font-size:18px;font-weight:700}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form,.settingsCardBox .form{padding-top:30px;display:none}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label,.settingsCardBox .form label{font-size:12px;font-weight:600;text-transform:uppercase;display:flex;flex-direction:column;margin-bottom:20px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label input,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label select,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label input,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label select,.settingsCardBox .form label input,.settingsCardBox .form label select{width:100%;height:48px;background:#fff;font-family:"Inter",serif;font-size:16px;border:1px solid #f0f1f2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-top:8px;padding-left:8px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label input::-webkit-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label select::-webkit-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label input::-webkit-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label select::-webkit-input-placeholder,.settingsCardBox .form label input::-webkit-input-placeholder,.settingsCardBox .form label select::-webkit-input-placeholder{font-family:"Inter",serif;color:#323232}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label input:-ms-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label select:-ms-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label input:-ms-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label select:-ms-input-placeholder,.settingsCardBox .form label input:-ms-input-placeholder,.settingsCardBox .form label select:-ms-input-placeholder{font-family:"Inter",serif;color:#323232}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label input::-ms-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label select::-ms-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label input::-ms-input-placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label select::-ms-input-placeholder,.settingsCardBox .form label input::-ms-input-placeholder,.settingsCardBox .form label select::-ms-input-placeholder{font-family:"Inter",serif;color:#323232}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label input::placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label select::placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label input::placeholder,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label select::placeholder,.settingsCardBox .form label input::placeholder,.settingsCardBox .form label select::placeholder{font-family:"Inter",serif;color:#323232}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label input[type=email],.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label input[type=email],.settingsCardBox .form label input[type=email]{font-size:14px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label .select_div,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label .select_div,.settingsCardBox .form label .select_div{position:relative}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label .select_div select option,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label .select_div select option,.settingsCardBox .form label .select_div select option{color:#000}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label .select_div:after,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label .select_div:after,.settingsCardBox .form label .select_div:after{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:18px;height:10px;background-position:-262px -189px;position:absolute;top:28px;right:4px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label.cc,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label.cc,.settingsCardBox .form label.cc{position:relative}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label.cc span.cross,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label.cc span.cross,.settingsCardBox .form label.cc span.cross{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;position:absolute;top:0;right:0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label.width50percent,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label.width50percent,.settingsCardBox .form label.width50percent{width:calc(50% - 8px)}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form label.left,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form label.left,.settingsCardBox .form label.left{float:left;margin-right:16px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type,.settingsCardBox .form .user_type{margin-bottom:30px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type span.heading,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type span.heading,.settingsCardBox .form .user_type span.heading{font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox,.settingsCardBox .form .user_type label.checkbox{flex-direction:row;margin-bottom:10px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox input[type=checkbox],.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox input[type=checkbox],.settingsCardBox .form .user_type label.checkbox input[type=checkbox]{display:none}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox label,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox label,.settingsCardBox .form .user_type label.checkbox label{height:19px;margin-bottom:0;top:-1px;padding-left:25px!important}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox span.checkbox_txt,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox span.checkbox_txt,.settingsCardBox .form .user_type label.checkbox span.checkbox_txt{font-size:14px;font-weight:500;line-height:18px;text-transform:capitalize;color:#000;margin-bottom:0}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form .user_type label.checkbox span.checkbox_txt i,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form .user_type label.checkbox span.checkbox_txt i,.settingsCardBox .form .user_type label.checkbox span.checkbox_txt i{font-size:12px;font-weight:400;display:block}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form span,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form span,.settingsCardBox .form span{display:block;margin-bottom:25px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form span.add a,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form span.add a,.settingsCardBox .form span.add a{font-size:14px;font-weight:500;color:#00e}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form button,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form button,.settingsCardBox .form button{background:#5dae59;width:100%;height:48px;font-family:"Inter",serif;font-size:16px;font-weight:600;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;border:none;cursor:pointer}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details form .payment_method_box .form.open,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .user_management_box .form.open,.settingsCardBox .form.open{display:block}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details .success_msg_box,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .success_msg_box,.settingsSuccessMsg{background-color:#ebfbed;border-left:4px solid #5dae59;display:flex;align-items:center;padding:8px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details .success_msg_box:before,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .success_msg_box:before,.settingsSuccessMsg:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:16px;height:16px;background-position:-205px -665px;margin-right:6px}.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #billing-details .success_msg_box h3,.ent_settings_content_box .settings_content_block .vendorSettingsContentBlock .content-section #user-management .success_msg_box h3,.settingsSuccessMsg h3{font-size:14px;font-weight:500;color:#5dae59}.extranetHeader{background:#1c1259;box-shadow:0 2px 7px rgba(50,50,50,.05);-moz-box-shadow:0 2px 7px rgba(50,50,50,.05);-webkit-box-shadow:0 2px 7px rgba(50,50,50,.05);padding:16px 17px;position:relative}@media (max-width:1139px){.extranetHeader{z-index:2}}@media (max-width:939px){.extranetHeader{padding:15px}}.extranetHeader .logo{display:flex;-webkit-transform:inherit;transform:inherit}@media (max-width:1139px){.extranetHeader .logo{margin-left:55px}}.extranetHeader .toggle_icon{position:absolute;z-index:100;top:12px;left:12px;display:none}@media (max-width:1139px){.extranetHeader .toggle_icon{display:block}}.extranetHeader .toggle_icon a{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:40px;height:40px;background-position:-303px -571px}.extranetHeader .toggle_icon.open a{background-position:-303px -614px}@media (max-width:1139px){.extranetHeader.pi_landing_header .logo{margin-left:0}}.clsLeftNav nav ul li a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .leftNav nav ul li a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li a{font-weight:500;display:flex;align-items:center;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding:10px;margin-bottom:10px}.clsLeftNav nav ul li a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection.open .topHeaderSection .leftNav nav ul li a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li a:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;margin-right:10px}.clsLeftNav nav ul li.dashboard a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dashboard a:before{width:12px;height:12px;background-position:-205px -531px}.clsLeftNav nav ul li.dashboard a .txt,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dashboard a .txt{width:calc(100% - 22px)}.clsLeftNav nav ul li.manageContent a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.manageContent a:before{width:12px;height:12px;background-position:-222px -547px}.clsLeftNav nav ul li.manageContent a .txt,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.manageContent a .txt{width:calc(100% - 22px)}.clsLeftNav nav ul li.vendorAwards a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.vendorAwards a:before{width:12px;height:12px;background-position:-222px -562px}.clsLeftNav nav ul li.vendorAwards a .txt,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.vendorAwards a .txt{width:calc(100% - 22px)}.clsLeftNav nav ul li.profile a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.profile a:before{width:12px;height:12px;background-position:-205px -546px}.clsLeftNav nav ul li.profile a .txt,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.profile a .txt{width:calc(100% - 22px)}.clsLeftNav nav ul li.profile ul li a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.profile ul li a{background:transparent;padding:6px 20px;margin-bottom:6px}.clsLeftNav nav ul li.profile ul li.m-content a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.profile ul li.m-content a:before{background-position:-222px -547px}.clsLeftNav nav ul li.profile ul li.v-awards a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.profile ul li.v-awards a:before{background-position:-222px -562px}.clsLeftNav nav ul li.pa a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.pa a:before{width:14px;height:12px;background-position:-205px -561px}.clsLeftNav nav ul li.pa a .txt,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.pa a .txt{width:calc(100% - 24px)}.clsLeftNav nav ul li.pi a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.pi a:before{width:8px;height:12px;background-position:-205px -575px}.clsLeftNav nav ul li.pi a .txt,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.pi a .txt{width:calc(100% - 18px)}.clsLeftNav nav ul li.settings a:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.settings a:before{width:14px;height:14px;background-position:-205px -591px;top:0}.clsLeftNav nav ul li.settings a .txt,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.settings a .txt{width:calc(100% - 24px)}.clsLeftNav nav ul li.active a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.active a{background:rgba(202,202,234,.4)}.clsLeftNav nav ul li.dropdown [data-toggle=dropdown],body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown [data-toggle=dropdown]{position:relative;display:block}.clsLeftNav nav ul li.dropdown .icon-arrow,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .icon-arrow{position:absolute;display:block;font-size:.7em;color:#000;top:0;right:0;width:38px;height:38px;display:flex;justify-content:center;align-items:center}.clsLeftNav nav ul li.dropdown .icon-arrow.open,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .icon-arrow.open{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.clsLeftNav nav ul li.dropdown .icon-arrow.close,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .icon-arrow.close{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.clsLeftNav nav ul li.dropdown .icon-arrow:before,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .icon-arrow:before{content:"";background:url(https://www.featuredcustomers.com/images/css_sprites_extranet.webp);display:inline-block;position:relative;width:8px;height:5px;background-position:-205px -523px}.clsLeftNav nav ul li.dropdown .dropdown-menu,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .dropdown-menu{max-height:0;overflow:hidden;list-style:none;padding:0;margin:0}.clsLeftNav nav ul li.dropdown .dropdown-menu li,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .dropdown-menu li{padding:0}.clsLeftNav nav ul li.dropdown .dropdown-menu li a,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .dropdown-menu li a{display:block}.clsLeftNav nav ul li.dropdown .hide,.clsLeftNav nav ul li.dropdown .show,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .hide,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .show{-webkit-transform-origin:50% 0;transform-origin:50% 0}.clsLeftNav nav ul li.dropdown .show,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .show{display:block;max-height:9999px;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.clsLeftNav nav ul li.dropdown .hide,body.entBg .wrapper .containerExtranet .extranetMiddleSection .leftNavSection .topHeaderSection .leftNav nav ul li.dropdown .hide{max-height:0;-webkit-transform:scaleY(0);transform:scaleY(0);animation:hideAnimation .3s ease-out;-moz-animation:hideAnimation .3s ease-out;-webkit-animation:hideAnimation .3s ease-out;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition:max-height .3s ease-out;transition:max-height .3s ease-out}@keyframes showAnimation{0%{-webkit-transform:scaleY(.1);transform:scaleY(.1)}40%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}60%{-webkit-transform:scaleY(.98);transform:scaleY(.98)}80%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}to{-webkit-transform:scaleY(.98);transform:scaleY(.98)}80%{-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes showAnimation{0%{-webkit-transform:scaleY(.1);transform:scaleY(.1)}40%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}60%{-webkit-transform:scaleY(.98);transform:scaleY(.98)}80%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}to{-webkit-transform:scaleY(.98);transform:scaleY(.98)}80%{-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes hideAnimation{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}60%{-webkit-transform:scaleY(1.02);transform:scaleY(.98)}80%{-webkit-transform:scaleY(.98);transform:scaleY(.98)}to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes hideAnimation{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}60%{-webkit-transform:scaleY(.98);transform:scaleY(.98)}80%{-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}to{-webkit-transform:scaleY(0);transform:scaleY(0)}}
/*# sourceMappingURL=main.027f3ecf.chunk.css.map */