.laborMarketIntelligenceSection{background-color:var(--white-background)}.laborMarketIntelligenceSection .section-wrapper{display:flex;gap:50px}.laborMarketIntelligenceSection .left-content,.laborMarketIntelligenceSection .right-content{flex:1}.laborMarketIntelligenceSection .left-content{transform:translateX(-200%);transition:var(--transition-value)}.laborMarketIntelligenceSection .left-content img{position:static!important;height:auto!important}.laborMarketIntelligenceSection .right-content{transform:translateX(200%);transition:var(--transition-value)}@media(max-width:768px){.laborMarketIntelligenceSection .section-wrapper{flex-direction:column;gap:30px}}.dataToDecisionsSection{background-color:var(--background-color);overflow:unset}.dataToDecisionsSection .dataToDecisionsSectionHeading{overflow:hidden}.dataToDecisionsSection .content-wrapper{display:flex;gap:50px;margin-top:20px;align-items:flex-start;position:relative}.dataToDecisionsSection .left-content,.dataToDecisionsSection .right-content{width:calc(50% - 25px)}.dataToDecisionsSection .right-content{margin-top:70px;position:sticky;top:150px}.dataToDecisionsSection .right-content.posFix{position:fixed;top:100px;right:0}.dataToDecisionsSection .right-content.posAbs{position:absolute;bottom:0;right:0;top:auto}.dataToDecisionsSection .right-content img{position:static!important;height:auto!important}.dataToDecisionsSection .left-content{display:flex;flex-direction:column;gap:30px}.dataToDecisionsSection .left-content li{padding:30px;border-radius:24px;background-color:var(--white-background)}.dataToDecisionsSection .left-content li h4{font-size:20px;color:var(--tertiary-color);line-height:20px}.dataToDecisionsSection .left-content .useCaseWrapper{margin-top:30px;background-color:#9c97ff;padding:20px;border-radius:12px;color:var(--white-text);font-size:18px}.dataToDecisionsSection .left-content .useCaseWrapper .useCaseHeading{font-weight:600}@media(max-width:768px){.dataToDecisionsSection .right-content{display:none}.dataToDecisionsSection .left-content{width:100%}.dataToDecisionsSection .left-content li{padding:20px}.dataToDecisionsSection .left-content li h4{font-size:18px}.dataToDecisionsSection .left-content li .useCaseWrapper{font-size:16px}}@media(max-width:480px){.dataToDecisionsSection .left-content li h4{font-size:16px}}.visibleSection.laborMarketIntelligenceSection .left-content,.visibleSection.laborMarketIntelligenceSection .right-content{transform:translateX(0)}