.footerContainer{background-color:#002e52;padding:50px 0}.footerWrapper{display:flex;justify-content:space-between;text-align:left;gap:50px;width:86%;margin:0 auto}.footer-section h3{font-size:var(--font-size-medium);color:var(--white-color);padding-bottom:30px}.footer-section ul{display:flex;flex-direction:column;gap:30px;font-size:var(--font-size-small);color:var(--white-color)}.footer-section a{color:#fff;text-decoration:none}.ciDirectorySubOptionFooter{margin-left:40px}@media screen and (max-width:1360px){.footerWrapper{gap:30px}.footer-section ul{gap:20px}.footer-section h3{font-size:var(--font-size-large)}.footerWrapper{justify-content:space-between;flex-wrap:wrap}.footer-section ul{width:auto}.footer-section{width:45%}}@media screen and (max-width:560px){.footerContainer{padding:50px 0}.footerWrapper{flex-direction:column}.footer-section{width:100%}.footer-section h3{font-size:24px}}.headerFixed{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:9999}.headerContainer{display:flex;justify-content:space-around;align-items:center;padding:25px 0}.logoCut{display:block}.logoCut img{width:50px;height:auto}.navigationHeader ul{display:flex;gap:35px}.loginAndContactHeader{display:flex;align-items:center;gap:20px}ul li a.active,ul li a:hover{color:#00a8ff}.navMenuContainer li a{font-size:18px;color:var(--blue-theme-color);font-weight:700;text-decoration:none;text-align:center;display:flex;align-items:center;gap:8px}.navMenuContainer li a svg{min-width:18px}.loginLinkHeader{padding:13.5px 30px;border:1.5px solid var(--blue-theme-color);color:var(--blue-theme-color);border-radius:50px;text-decoration:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;gap:8px}.burgerMenu,.burgerMenu .navigationHeaderBurger .navMenuContainer{display:flex;flex-direction:column}.burgerMenu{align-items:flex-start;background-color:#fff;position:fixed;top:0;right:-100%;width:270px;padding:15px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:1000;transition:right .5s;border-bottom-left-radius:25px;border-top-left-radius:25px}.burgerMenu a{color:#fff;text-decoration:none;font-size:18px;margin:10px}.burgerIcon,.hamburger-icon{display:none;cursor:pointer}.burgerCheckbox{display:none}.burgerIcon span{display:block;width:30px;height:3px;background-color:var(--blue-theme-color);margin:6px 0;transition:.4s}.burgerOverlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}.burgerOverlay.visible{display:block}body.burgerMenuOpen{overflow:hidden}.navigationHeader .navMenuContainer,.navigationHeaderBurger .navMenuContainer{list-style-type:none;margin:0;padding:0}.navigationHeader .navMenuItem,.navigationHeaderBurger .navMenuItem{position:relative;display:inline-block}.navigationHeader .navMenuItem .dropdownContent,.navigationHeaderBurger .navMenuItem .dropdownContent{display:none;position:absolute;background-color:#f9f9f9;min-width:130px;width:max-content;text-align:left;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1}.navigationHeader .navMenuItem:hover .dropdownContent,.navigationHeaderBurger .navMenuItem:hover .dropdownContent{display:block}.navigationHeader .navMenuItem .dropdownContent a,.navigationHeaderBurger .navMenuItem .dropdownContent a{color:#000;padding:12px 16px;text-decoration:none;display:block;text-align:left}.navigationHeader .navMenuItem .dropdownContent a:hover,.navigationHeaderBurger .navMenuItem .dropdownContent a:hover{background-color:#ddd}.ciDirectorySubOption{padding-left:40px!important}.loginAndContactHeaderInBurger{display:flex}.loginAndContactHeaderInBurger .loginHeader .loginLinkHeader{color:var(--blue-theme-color)}.logoFull img{width:375px;height:auto}@media screen and (max-width:1600px){.headerContainer{width:95%;gap:20px;margin:0 auto}.navigationHeader ul{gap:25px}}@media screen and (max-width:1440px){.logoLinkWrapper{height:60px}.logoFull img{position:absolute;clip:rect(0,50px,200px,0)}.navigationHeader ul{gap:19px}.headerContainer{width:95%;gap:10px}.navMenuContainer li a{gap:5px;text-align:center}}@media only screen and (max-width:1279px) and (min-width:280px){.burgerIcon{display:block;z-index:1001}.loginAndContactHeader{display:none}.burgerCheckbox:checked+.burgerIcon span:first-child{transform:rotate(-45deg) translate(-1px,5px)}.burgerCheckbox:checked+.burgerIcon span:nth-child(2){opacity:0;display:none}.burgerCheckbox:checked+.burgerIcon span:nth-child(3){transform:rotate(45deg) translate(-1px,-5px)}.burgerCheckbox:checked~.burgerMenu{transition:right .5s;right:0;top:30px;display:flex;align-items:flex-start}.headerContainer{width:90%;justify-content:space-between}.navigationHeader{display:none}.hamburger-icon{display:block}.dropdownContent{max-width:350px;right:130px}.navigationHeaderBurger .navMenuItem .dropdownContent a{padding:9px 16px}}@media screen and (max-width:720px){.headerContainer{width:95%}}@media screen and (max-width:620px){.dropdownContent{right:130px}}@media screen and (max-width:560px){.burgerMenu{width:250px;right:-150%}.logoFull{display:none}.logoLinkWrapper{margin-right:0}.dropdownContent{right:70px}}@media screen and (max-width:440px){.dropdownContent{right:unset;left:-140px;max-width:270px}}@media screen and (max-width:380px){.dropdownContent{right:unset;left:-40px;max-width:250px}}.LatestNewsContainer{background-color:#f0efef;padding-bottom:50px}.LatestNewsHeaderText{font-size:var(--font-size-xlarge);color:var(--grey-theme-color);font-weight:400;padding:50px 0;text-align:center}.LatestNewsContentContainer{display:flex;justify-content:center;gap:15px;width:95%;margin:0 auto}.LatestNewsContentText{color:var(--white-color);font-size:var(--font-size-medium);padding-bottom:240px;text-align:left;font-weight:700}.LatestNewsContentBlock1,.LatestNewsContentBlock2,.LatestNewsContentBlock3,.LatestNewsContentBlock4{width:25%;min-height:506px;padding:30px 30px 0;border-radius:25px;display:flex;flex-direction:column;justify-content:space-between;background-repeat:no-repeat;background-size:cover;background-position:50%;overflow:hidden}.LatestNewsContentBlock1{background-image:url(/_next/static/media/news-section-not-just-connector.4f25a600.jpg)}.LatestNewsContentBlock2{background-image:url(/_next/static/media/news-section-ai-wont-take-over.7dd52ebd.jpg)}.LatestNewsContentBlock3{background-image:url(/_next/static/media/CITeamSerious2.35819bc5.png)}.LatestNewsContentBlock4{background-image:url(/_next/static/media/RelaunchBlogCover.535f99c0.png)}.LatestNewsContentBlockContainerDateAndReadMore{padding:30px 0;display:flex;justify-content:space-between;border-top:1.5px solid #fff}.LatestNewsContentBlockContainerReadMore a,.LatestNewsContentBlockContainerTime{color:var(--white-color);font-size:var(--font-size-smallest)}.LatestNewsContentBlockContainerReadMore a{border-bottom:1px solid var(--white-color);text-decoration:none;cursor:pointer}.goToBlogButtonForm{width:-moz-fit-content;width:fit-content;margin:0 auto}.goToBlogButtonWrapper{display:flex;justify-content:center;margin:50px 0 0}@media screen and (max-width:1280px){.LatestNewsContentContainer{flex-wrap:wrap}.LatestNewsContentBlock1,.LatestNewsContentBlock2,.LatestNewsContentBlock3,.LatestNewsContentBlock4{width:calc(50% - 7.5px);height:100%;background-size:cover;border-radius:25px}}@media screen and (max-width:768px){.LatestNewsContentBlock3{width:100%;min-height:350px;height:auto;background-position:top}.LatestNewsContentBlock1,.LatestNewsContentBlock2,.LatestNewsContentBlock4{width:100%;min-height:350px;height:auto;background-position:50%}.LatestNewsContentText{padding-bottom:140px}}@media screen and (max-width:320px){.LatestNewsContentBlockContainerDateAndReadMore{flex-direction:column;gap:15px}}.popupMessage{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:auto;padding:20px;background-color:#fff;border:1px solid #ddd;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1000;text-align:center;border-radius:8px;animation:popupAnimation .5s ease forwards}.popupMessage button{margin-top:20px;padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.popupMessage button:hover{background-color:#0056b3}.logoContainer{width:280px;height:45px;margin-right:0}.courtroominsightWhiteLogo{width:100%;height:100%}.courtroominsightWhiteLogoCut{display:none;width:50px;height:60px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}.dropDownCustomArrow{position:relative}.dropDownCustomArrow select{-webkit-appearance:none;-moz-appearance:none;appearance:none}@keyframes popupAnimation{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1}to{transform:translate(-50%,-50%) scale(1)}}@media only screen and (max-width:1279px) and (min-width:1024px){.contactContainerUnderContactForm{gap:30px}.logoContainer{width:unset;height:unset}.courtroominsightWhiteLogo{display:none}.courtroominsightWhiteLogoCut{display:block}}.meetOurProductsContainer{border-bottom:1px solid #9b9b9b;padding-bottom:50px;width:86%;margin:0 auto;position:relative}.sliderInfoContainer{width:40%;display:flex;flex-direction:column;align-items:flex-start}.meetOurProductsText{font-size:var(--font-size-xlarge);letter-spacing:2px;color:var(--blue-theme-color);font-weight:400;margin-bottom:100px;text-align:center}.SliderContainer{height:max-content;display:flex;justify-content:space-between;gap:220px;margin:0 auto}.meetOurProductsSlideNumber{font-size:var(--font-size-medium);color:var(--blue-theme-color)}.meetOurProductsSlideName{font-weight:700;font-size:var(--font-size-large);color:var(--black-color);padding:25px 0;text-align:left}.meetOurProductsSlideText{font-size:var(--font-size-medium);color:var(--grey-theme-color);text-align:left;padding-bottom:70px}.meetOurProductsSlideButtonsContainer{width:100%;display:flex;justify-content:space-between}.separationLine{margin:50px 0;height:1px;background-color:#9b9b9b;width:1400px}.meetOurProductsSlideNavigation{display:flex;gap:10px}.meetOurProductImagesContainer{width:100%;position:relative;z-index:2}.firstImage{box-shadow:0 4px 8px 0 rgba(0,0,0,.5);border-radius:35px;width:100%;height:auto}.image0{box-shadow:0 4px 18px 0 rgba(0,0,0,.3);border-radius:15px;left:-130px;top:15px}.Circle0,.image0{position:absolute}.Circle0{height:700px;width:700px;top:-66px;right:-25px;bottom:0;border-radius:50%;border:1px dotted #9b9b9b;z-index:-1}.image1{position:absolute;right:-35px;bottom:-105px;box-shadow:0 4px 8px 0 rgba(0,0,0,.3);border-radius:15px}.Circle1{height:690px;width:690px;top:23px;right:64px;border-radius:50%;border:1px dotted #9b9b9b;z-index:-1}.Circle1,.image2{position:absolute;bottom:0}.image2{right:-30px;box-shadow:0 4px 18px 0 rgba(0,0,0,.3);border-radius:25px}.Circle2{top:-66px;right:-12px;bottom:0;border-radius:50%;z-index:-1}.meetOurProductsImage2{position:absolute;left:85px;top:-35px}.meetOurProductsImageBackground3,.meetOurProductsImageBackground4{padding-top:35px}.image3{border-radius:10px;position:absolute;bottom:-20px;left:-95px;box-shadow:0 2px 15px 8px rgba(0,0,0,.2)}.fourthImage{width:90%;height:90%;box-shadow:0 8px 6px -6px rgba(0,0,0,.2)}.Circle3{height:110%;width:100%;position:absolute;top:-13px;right:127px;bottom:0;border-radius:50%;border:1px dotted #9b9b9b;z-index:-1}.secondImage{max-width:562px;max-height:650px;box-shadow:0 4px 8px 0 rgba(0,0,0,.5);border-radius:25px}.sliderInfoTextWrapper{display:flex;flex-direction:column;height:300px}.sliderNavigationContainerAlignment{display:flex;flex-direction:column;width:100%}@media screen and (max-width:1800px){.Circle3{top:-35px;bottom:0;right:23px}}@media screen and (max-width:1600px){.thirdImage{width:100%}.firstImage,.fourthImage,.meetOurProductImagesContainer,.secondImage{display:flex;align-items:center;justify-content:flex-end}.SliderContainer{gap:150px}.image0{left:-70px}.Circle0{height:120%;width:100%;top:-56px;right:-25px}.Circle1{height:100%;width:490px;top:88px;right:-72px}.Circle2{height:120%;width:100%;top:-105px;right:-70px}.separationLine{width:1200px}.image2{bottom:-70px}.meetOurProductsImage2{top:90px}.image3{left:-10px}.fourthImage{height:unset}}@media screen and (max-width:1440px){.meetOurProductsText{margin-bottom:90px}.meetOurProductsContainer{padding-bottom:100px}.SliderContainer{gap:100px}.image0{left:-45px;top:150px;width:276px;height:320px}.Circle0{height:100%;top:0;right:-45px}.image1{bottom:-70px}.Circle1{display:none}.image2{width:200px;height:200px;bottom:0;right:-35px}.Circle2{height:100%;top:-19px}.meetOurProductsImage2{top:35px;left:60px}.meetOurProductsImageBackground4{padding-top:30px}.firstImage{width:inherit}.Circle3{top:-30px;right:20px}.separationLine{width:1000px}}@media screen and (max-width:1280px){.SliderContainer{width:100%;flex-direction:column-reverse;align-items:center;gap:30px}.Circle0,.Circle1,.Circle2,.Circle3{display:none}.meetOurProductImagesContainer{width:100%;justify-content:center}.secondImage,.separationLine,.sliderInfoContainer{width:100%}.thirdSlideImageContainer{width:668px}.meetOurProductsImageBackground3{width:100%}.image0{bottom:30px;left:-10px;top:unset;border-radius:20px}.image1{width:unset;right:30px}.meetOurProductsSlideButtonsContainer{gap:0}.image2{right:-30px}.meetOurProductsImage2{left:70px}.image3{left:unset;top:unset;right:unset;bottom:-30px}.meetOurProductsText{text-align:center}.firstImage,.fourthImage{width:auto;height:100%}}@media screen and (max-width:960px){.image3{width:60%}}@media screen and (max-width:768px){.firstImage,.fourthImage,.image0,.image1,.image2,.image3,.meetOurProductsImage2,.secondImage,.thirdImage{border-radius:10px}.meetOurProductsText{margin-bottom:50px}.meetOurProductsSlideText{padding-bottom:30px}.separationLine{margin:20px 0}.meetOurProductsSlideButtonsContainer{padding-bottom:30px}.firstImage,.fourthImage,.secondImage,.thirdImage{justify-content:center}.meetOurProductImagesContainer{display:none}.meetOurProductsContainer{width:100%}.SliderContainer{background-color:#f0efef;padding:25px;border-radius:25px;width:90%}.firstImage{height:auto;width:100%}.image0{left:-25px}.secondImage{height:450px;width:360px}.fourthImage,.secondImage{border-radius:25px}.thirdSlideImageContainer{width:100%}.image2{width:150px;height:150px;bottom:50px;right:-25px}.meetOurProductsImage2{left:75px;bottom:unset;top:80px;width:100px;height:100px}.image3{width:80%;bottom:-50px}.fourthImage{height:100%}.image0,.image1,.image2,.image3,.meetOurProductsImage2{display:none}}@media screen and (max-width:580px){.meetOurProductsText{width:90%;margin:0 auto 50px;font-size:var(--font-size-large)}}@media screen and (max-width:440px){.meetOurProductsContainer{padding-bottom:50px}.sliderInfoTextWrapper{height:450px}.meetOurProductsText{font-size:40px}.meetOurProductsSlideButtonsContainer{flex-direction:column;align-items:start;gap:15px;padding-bottom:0}.meetOurProductsSlideButtonsContainer>.meetOurProductsSlideNavigation{margin-left:auto}}.SubscriptionOptions{width:710px;display:flex;justify-content:flex-start;gap:55px}.SubscriptionOption1,.SubscriptionOption2{width:200px;display:flex;flex-direction:column;align-items:flex-start;gap:15px;text-align:left;font-weight:700}.SubscriptionOption2{filter:grayscale(1);opacity:40%;position:relative}.SubscriptionOption2,.SubscriptionOption3{cursor:pointer}.SubscriptionOption3{width:200px;filter:grayscale(1);opacity:20%;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:15px;text-align:left;font-weight:700}.SubscriptionOption3:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));z-index:1}.SubscriptionOption4{display:none}.SubscriptionOption3 p{color:#9b9b9b}@media screen and (max-width:1440px){.SubscriptionOptions{justify-content:flex-start}.SubscriptionOption3{display:none}}@media screen and (max-width:1280px){.SubscriptionOptions{width:100%}}@media screen and (max-width:560px){.SubscriptionOption2{width:auto;align-items:center;display:none}}@media screen and (max-width:440px){.SubscriptionOptions{gap:15px}}.WhyCIMainContainer{background-color:var(--blue-theme-color);display:flex;justify-content:center;padding:100px 0 50px;position:relative;z-index:15}.lines2{z-index:-1;width:100%;height:955px;margin:0;padding:0;position:absolute;top:-120px;left:0;background-image:url(/_next/static/media/bottom.e9240d66.png);background-size:auto;background-position:top;background-repeat:no-repeat;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.WhyCIMainWrapper{width:86%;display:flex;align-items:center;justify-content:space-around;gap:150px}.whyCIContentContainer{width:828px}.whyCIContentWrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:0;grid-row-gap:0;grid-gap:20px;gap:20px;margin-bottom:20px}.whyCIcontentBottom{background-color:var(--blue-theme-color)}.whyCIcontent{border-radius:25px;background-color:#fff;padding:40px 30px 30px}.whyCIcontentContent a{text-decoration:none;cursor:pointer;color:var(--blue-theme-color)}.whyCIcontentContent a:hover{text-decoration:underline}.whyCIcontentIconNameWrapper{display:flex;align-items:center;gap:20px;padding-bottom:25px;text-decoration:none}.whyCIcontentIconNameWrapper img{width:35px;height:35px;align-self:flex-start}.whyCIcontentName{color:var(--black-color);min-height:56px}.whyCIcontentContent,.whyCIcontentName{font-size:var(--font-size-medium);text-align:left;font-family:Helvetica,Arial,"sans-serif"}.whyCIcontentContent{color:var(--grey-theme-color)}.whyCIcontentBottom{border-radius:25px;background-color:#fff;padding:40px 30px 30px}.whyCIText{font-size:var(--font-size-xlarge);color:var(--white-color);font-family:Helvetica,Arial,"sans-serif";width:min-content;text-align:right}@media screen and (max-width:1440px){.lines2{background-size:contain;top:-100px}.WhyCIMainContainer{padding:90px 0}.whyCIText{font-size:52px}.whyCIcontent{padding:15px}}@media screen and (max-width:1280px){.WhyCIMainContainer{padding:50px 0}.WhyCIMainWrapper{flex-direction:column-reverse;gap:50px}.whyCIContentContainer{width:auto}.whyCIText{text-align:center}.whyCIcontentName{min-height:28px}.lines2{top:-75px;background-size:cover}}@media screen and (max-width:1126px){.whyCIcontentName{min-height:56px}}@media screen and (max-width:1024px){.WhyCIMainWrapper{gap:20px}}@media screen and (max-width:720px){.WhyCIMainWrapper{width:95%}.whyCIcontentName{min-height:42px}.whyCIcontentIconNameWrapper{padding:10px}.whyCIcontentContent,.whyCIcontentName{font-size:var(--font-size-small)}}@media screen and (max-width:560px){.whyCIContentWrapper{display:flex;flex-direction:column}.whyCIcontentName{min-height:auto}}@media screen and (max-width:440px){.lines2{top:-30px}}.connectedProffessionals_ConnectedProfessionalsContainer__TDXFS{position:relative}.connectedProffessionals_ConnectedProfessionalsTopWrapper__PMcVp{display:flex;flex-direction:column;padding-bottom:65px;position:relative}.connectedProffessionals_blurLoad__727tJ{background-size:cover;background-position:50%;width:100%;position:absolute;z-index:-1}.connectedProffessionals_hiddenLoadingImage__dkVsC{object-position:center;object-fit:cover;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.connectedProffessionals_hiddenLoadingImage__dkVsC.connectedProffessionals_loaded__jWebc{opacity:1}.connectedProffessionals_profilePictureContainer__PIJkD{min-width:1100px;max-width:80%;position:absolute;left:300px;top:575px;z-index:10}.connectedProffessionals_connectedProfessionalsText__yWNIH{width:90%;margin:0 auto;color:#fff;font-size:var(--font-size-xlarge);font-weight:700;font-family:Helvetica,Arial,"sans-serif";padding:50px 0;text-align:center}.connectedProffessionals_connectedProfessionalsText__yWNIH span{display:block;padding-top:5px}.connectedProffessionals_textUnderConnectedProfessionals__Fh5vi{font-size:var(--font-size-medium);font-weight:400;color:#fff;width:90%;margin:0 auto;padding-bottom:72px;text-align:center}.connectedProffessionals_textUnderConnectedProfessionals__Fh5vi span{display:block}.connectedProffessionals_requestDemoHomePageButton__xuwL2{z-index:100;color:#fff;margin:0 auto}.connectedProffessionals_connectedContainer__0MUaE{position:absolute;top:100px;width:100%;height:100%;background-image:url(/_next/static/media/backgroundLines.7dacd808.png)}.connectedProffessionals_howWeDoItContainer__l71AA{margin:50px 0 0;display:flex;justify-content:center}.connectedProffessionals_howWeDoItContentText__VlXoM{width:75%;padding:25px;background-color:#f0efef;border-radius:25px;z-index:16}.connectedProffessionals_howWeDoItContentText__VlXoM h4{font-family:Helvetica,Arial,"sans-serif";font-size:var(--font-size-xlarge);color:var(--blue-theme-color);font-weight:400;text-align:center}.connectedProffessionals_howWeDoItContentTextParagraph__3thGD{font-family:Helvetica,Arial,"sans-serif";color:var(--blue-theme-color);font-size:var(--font-size-medium);text-align:left;padding:40px 0}.connectedProffessionals_howWeDoItListContainer__N5Ol5{display:flex;flex-direction:column;gap:15px}.connectedProffessionals_howWeDoItList__DEgOh{display:flex;align-items:center;gap:15px;background-color:#5e99c7;border-radius:25px;padding:25px}.connectedProffessionals_howWeDoItList__DEgOh p{font-family:Helvetica,Arial,"sans-serif";color:var(--white-color);font-size:var(--font-size-medium)}.connectedProffessionals_howWeDoItCheckmark__3gaaH{border-radius:50px;background-color:var(--white-color);min-width:32px;min-height:32px;color:var(--blue-theme-color);font-size:24px;display:flex;align-items:center;justify-content:center}.connectedProffessionals_howWeDoItButtonWrapper__S04H2{display:flex;justify-content:center;margin:50px 0 0}.connectedProffessionals_lines1__iSLID{z-index:-1;width:100%;height:670px;margin:0;padding:0;left:0;background-image:url(/_next/static/media/top.05c5a6b3.png);background-size:cover;background-position:bottom;background-repeat:no-repeat}.connectedProffessionals_lines3__KcHqF{z-index:-1;width:100%;height:955px;margin:0;padding:0;position:absolute;left:0;background-image:url(/_next/static/media/bottom.e9240d66.png);background-size:auto;background-position:top;background-repeat:no-repeat}.connectedProffessionals_lastHope__RMeTS{z-index:15}.connectedProffessionals_lastHopeWrapper__Ord1o{display:flex;flex-direction:column;position:relative}.connectedProffessionals_imagesContainer__WFKQL{position:absolute;white-space:nowrap;overflow-x:hidden;top:480px;width:100%;height:100%;background-repeat:no-repeat;background-image:url(/_next/static/media/lines1.1922b276.png)}.connectedProffessionals_person0__zwM8k{position:absolute;top:300px;right:150px;z-index:11}.connectedProffessionals_person1__wwVmZ{position:absolute;left:377px;top:0}.connectedProffessionals_person2__LpSXE{position:absolute;left:136px;top:297px}.connectedProffessionals_person3__DQjLB{position:absolute;left:1685px;top:264px}.connectedProffessionals_person4__0XqYZ{position:absolute;left:1701px;top:672px;z-index:12}.connectedProffessionals_person5__9Yg12{position:absolute;left:18px;top:242px}.connectedProffessionals_person6__0OtbH{position:absolute;top:653px;left:300px;z-index:12}.connectedProffessionals_person7__8hHXg{position:absolute;top:611px}.connectedProffessionals_person8__VNXrs{position:absolute;left:1446px;top:216px}.connectedProffessionals_person9__Jm9Q6{position:absolute}@media screen and (max-width:1440px){.connectedProffessionals_lines1__iSLID{height:425px}}@media screen and (max-width:860px){.connectedProffessionals_lines1__iSLID{background-size:contain;height:250px}.connectedProffessionals_blurLoad__727tJ{height:100%}}@media screen and (max-width:720px){.connectedProffessionals_textUnderConnectedProfessionals__Fh5vi{width:95%}.connectedProffessionals_howWeDoItList__DEgOh p{font-size:var(--font-size-small)}.connectedProffessionals_howWeDoItButtonWrapper__S04H2{margin-top:25px}}@media screen and (max-width:640px){.connectedProffessionals_textUnderConnectedProfessionals__Fh5vi{padding-bottom:50px}.connectedProffessionals_connectedProfessionalsText__yWNIH{font-size:40px}.connectedProffessionals_howWeDoItContentText__VlXoM h4{font-size:35px}}@media screen and (max-width:440px){.connectedProffessionals_lines1__iSLID{height:95px}}.relatedResourcesMainContainer{background:linear-gradient(180deg,#f0efef 515px,#fff 0)}.relatedResourcesContentContainer{display:flex;justify-content:center;gap:25px;padding-top:125px;max-width:86%;margin:0 auto}.relatedResourcesText{padding:140px 0 40px;font-family:Helvetica,Arial,sans-serif;font-size:var(--font-size-xlarge);color:var(--grey-theme-color);font-weight:400}.relatedResourcesTextUnderIt{font-size:var(--font-size-medium);color:#000}.contentHeader{display:flex;padding:20px;border-radius:25px 25px 0 0;background-color:#5e99c7}.contentHeaderName{color:var(--white-color)}.contentBlockContainer{background-color:#fff;border-radius:0 0 25px 25px;padding:25px;border:1px solid #c2c2c2}.contentBlockContainerText{color:#000;font-size:var(--font-size-medium);text-align:left;padding-bottom:25px;border-bottom:1.5px solid #d4d4d4}.contentBlockContainerTimeAndReadMore{padding-top:25px;display:flex;justify-content:space-between}.contentBlockContainerTime{color:#9b9b9b;font-size:var(--font-size-smallest)}.contentBlockContainerReadMore{color:var(--blue-theme-color);font-size:var(--font-size-smallest);border-bottom:1px solid var(--blue-theme-color)}.goToResourcesButton{margin:155px 0 200px;background-color:var(--blue-theme-color);color:var(--white-color);padding:15px 40px;border-radius:50px;font-size:var(--font-size-medium)}.ourPartners_ourPartnersContainer__9FbIk{padding:50px 0;scroll-margin-top:74px}.ourPartners_ourPartnersText__UDl8o{font-size:var(--font-size-xlarge);color:var(--grey-theme-color);font-family:Helvetica,Arial,"sans-serif";padding-bottom:30px;text-align:center}.ourPartners_ourPartnersSlider__6VRUq,.ourPartners_partnrLogos__YbhGk{display:flex;justify-content:center;gap:50px;overflow:hidden;filter:grayscale(100%);padding-bottom:100px;border-bottom:1px solid #9b9b9b}.ourPartners_logoBl__W1_wG{width:100%}.ourPartners_logoBl__W1_wG img{width:100%;height:auto}.ourPartners_slick-slider__GJ7_4 .ourPartners_slick-list__vmwVr,.ourPartners_slick-slider__GJ7_4 .ourPartners_slick-track__gFB0F{display:flex;gap:50px}.ourPartners_slick-initialized__ySSGT .ourPartners_slick-slide__3r5HE{display:flex;align-items:center;justify-content:center;max-height:150px}@media screen and (max-width:768px){.ourPartners_ourPartnersContainer__9FbIk{padding:50px 0}.ourPartners_ourPartnersText__UDl8o{padding-bottom:50px;font-size:35px}.ourPartners_partnrLogos__YbhGk{padding-bottom:50px}}.ourPartners_marquee__dwXgc{--gap:1rem;position:relative;display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:var(--gap)}.ourPartners_marquee__content__8ZvCf{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;gap:100px;min-width:100%}.ourPartners_marquee__content__8ZvCf img{height:max-content;filter:grayscale(1)}.ourPartners_marquee__content2__I5gKh{margin-left:100px}.ourPartners_enableAnimation__9t4mo .ourPartners_marquee__content__8ZvCf{animation:ourPartners_scroll__9ajf6 40s linear infinite}.ourPartners_marquee--reverse__T7wzO .ourPartners_marquee__content__8ZvCf{animation-direction:reverse}.ourPartners_marquee__dwXgc:hover .ourPartners_marquee__content__8ZvCf{animation-play-state:paused}.ourPartners_marquee--fit-content__NYE7U{max-width:-moz-fit-content;max-width:fit-content}.ourPartners_marquee--pos-absolute__udkmu .ourPartners_marquee__content__8ZvCf:last-child{position:absolute;top:0;left:0}.ourPartners_enable-animation__3VO4f .ourPartners_marquee--pos-absolute__udkmu .ourPartners_marquee__content__8ZvCf:last-child{animation-name:ourPartners_scroll-abs__dltgk}@media (prefers-reduced-motion:reduce){.ourPartners_marquee__content__8ZvCf{animation-play-state:paused!important}}@keyframes ourPartners_scroll__9ajf6{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@keyframes ourPartners_scroll-abs__dltgk{0%{transform:translateX(calc(100% + var(--gap)))}to{transform:translateX(0)}}@media screen and (max-width:760px){.ourPartners_logoBl__W1_wG img{width:100px;height:max-content}.ourPartners_whoUsesCIText__ieORk{font-size:35px}}@media screen and (max-width:540px){.ourPartners_whoUsesCIContainer__Q4X6a{padding:50px 0}.ourPartners_whoUsesCIText__ieORk{padding-bottom:50px}}@media screen and (max-width:440px){.ourPartners_slick-dots__vNLk9{display:none!important}}.whoUsesCIContainer{padding:100px 0 80px}.whoUsesCIText{font-size:var(--font-size-xlarge);color:var(--grey-theme-color);font-family:Helvetica,Arial,"sans-serif";padding-bottom:80px;text-align:center}.whoUsesCISlider{justify-content:center;gap:50px;filter:grayscale(100%)}.marquee,.whoUsesCISlider{display:flex;overflow:hidden}.marquee{--gap:1rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:var(--gap)}.marquee__content{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;gap:100px;min-width:100%}.marquee__content img{height:max-content;filter:grayscale(1)}.marquee__content2{margin-left:100px}.enable-animation .marquee__content{animation:scroll 40s linear infinite}.marquee--reverse .marquee__content{animation-direction:reverse}.marquee:hover .marquee__content{animation-play-state:paused}.marquee--fit-content{max-width:-moz-fit-content;max-width:fit-content}.marquee--pos-absolute .marquee__content:last-child{position:absolute;top:0;left:0}.enable-animation .marquee--pos-absolute .marquee__content:last-child{animation-name:scroll-abs}@media (prefers-reduced-motion:reduce){.marquee__content{animation-play-state:paused!important}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@keyframes scroll-abs{0%{transform:translateX(calc(100% + var(--gap)))}to{transform:translateX(0)}}@media screen and (max-width:760px){.logoBl img{width:100px;height:max-content}.whoUsesCIText{font-size:35px}}@media screen and (max-width:540px){.whoUsesCIContainer{padding:50px 0}.whoUsesCIText{padding-bottom:50px}}@media screen and (max-width:440px){.slick-dots{display:none!important}}