:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}html,body,#root{height:100%;margin:0}img{display:inline-block}.userAttributes{height:40px;width:40px;border-radius:50%;background:teal;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-bottom:20px}.actionBtn{width:150px;padding:10px;border:1px solid teal}.menuOptions{position:absolute;top:0;left:50px;background-color:#1c232c;border:1px solid teal;border-radius:8px;padding:10px;z-index:1000;display:flex;gap:8px;flex-direction:column}.nodelabel{position:absolute;bottom:0;width:100px;left:50%;transform:translate(-50%,120%);font-size:12px;font-weight:500;color:#fff;margin-top:20px}.sidebarControls{bottom:15px;left:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:24px;cursor:pointer}.sidebarControls .iconButton{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#1c232c;border-radius:50%;transition:background .3s ease}.sidebarControls .iconButton:hover{background:#1c232c}.sidebarControls .active{color:#00e8af}.sidebarControls .iconButton:after{content:attr(data-tooltip);position:absolute;top:50%;left:120%;transform:translateY(-50%);background-color:#1c232c;color:#fff;padding:5px 8px;border-radius:3px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:10}.sidebarControls .iconButton:hover:after{opacity:1}.spinner{animation:spin 1s linear infinite}.nodeitemWrapper{width:86px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6be5b2;margin-top:16px;cursor:pointer}.nodeitemWrapper:hover{background:linear-gradient(90deg,rgba(107,229,178,.1) 0%,rgba(28,35,44,.1) 100%);border-left:2px solid #6be5b2;transition:1s ease}.nodeitemWrapper:active{background:linear-gradient(90deg,rgba(107,229,178,.25) 0%,rgba(28,35,44,.25) 100%);transition:1s ease}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.node_selector{position:absolute;width:167px;height:106px;border-radius:8px;padding:12px;background:#14191f;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:14px;font-weight:400;z-index:99999999}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:rgba(255,255,255,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.projectWrapper{padding:20px;display:flex;flex-wrap:wrap;gap:16px;height:auto;border:1px solid #3a4052;background:#232836;margin:24px;border-radius:8px}.projectBox{width:200px;height:100px;border:1px solid teal;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:16px;cursor:pointer;color:teal}.manualTaskBadge{position:absolute;top:5px;right:5px;background-color:#6be5b2;color:#fff;border-radius:50%;width:15px;height:15px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.modalContent{position:fixed;top:50%;left:50%;right:auto;bottom:auto;margin-right:-50%;transform:translate(-50%,-50%);background:#1c232c;color:#fff;padding:20px;border:.5px solid #6be5b2;border-radius:8px;font-size:12px;font-family:Arial,Helvetica,sans-serif;width:616px;height:600px}.FeedBackmodalContent{height:400px}.clientConfigModel{height:auto;max-height:800px;overflow:auto}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(40,44,52,.44);display:flex;align-items:center;justify-content:center}.modalContent h2{margin-top:0;font-size:20px}.modalContent form{display:flex;flex-direction:column}.modalContent form label{font-size:14px;align-self:flex-start}.modalContent form input,.modalContent form textarea,.modalContent form select{padding:10px 8px;border:1px solid #f7f7f7;border-radius:8px;background:#232836;color:#fff;height:40px;font-size:14px;font-family:Arial,Helvetica,sans-serif;width:100%}.modalContent form textarea{height:100px;resize:none}.modalContent form .input-group{display:flex;flex-direction:column;width:100%}.modalContent form button{padding:5px 10px;border:none;border-radius:4px;cursor:pointer;background:#ddd;color:#111;font-size:12px;font-weight:700;margin-right:200px;margin-bottom:10px}.modalContent form button:hover{background-color:#ccc}.modalContent form .button-group{display:flex;justify-content:flex-end}.modalContent form .inline-group{display:flex;align-items:center;margin-bottom:15px}.modalContent form .inline-group label{margin-right:10px}.modalContent form .inline-group input{margin-right:10px;flex:1}.modalContent form .inline-group select{width:auto;flex:0}.baseNodeToolbar{display:flex;flex-direction:row;gap:8px;justify-content:center}.baseNodeToolbarButton{border-radius:6px;display:flex;flex-direction:row;gap:8px;padding:8px;align-items:center;justify-content:center;height:40px}.toolbar_button{width:42px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:8px 8px 0 0!important;margin-bottom:2px}.activity_name{width:200px;border:.3px solid;border-radius:4px;padding:8px;background:#6be5b2;color:#1c232c;font-weight:700;margin:8px}.attributes_wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:8px;gap:8px}.select_attribute{height:20px;font-size:9px;display:flex;background:#232836;color:#6be5b2;border:.3px solid #4f637d;color:#fff}.pop-up{display:flex;flex-direction:row;gap:12px;padding:12px 16px;border-radius:12px;background-color:#1c232c}.groupNode-textArea{position:absolute;background-color:#6be5b2;top:-1px;left:-1px;padding:3px 2px 0;border-radius:8px 0}.labelTextArea{width:auto;height:53px;min-width:200px;max-width:30px;font-weight:700;font-size:24px;color:#1c232c;height:auto;overflow:hidden;resize:none;border:none;background:none;font-family:Arial,sans-serif;color:#000;outline:none;box-sizing:border-box;text-align:center}.groupNodeToolbar{display:flex;flex-direction:column;gap:8px}.groupNodeToolbarButton{border-radius:0 8px 8px 0!important;justify-content:center;align-items:center;width:max-content}.groupNodeToolbarButton span{margin:auto 8px}.groupNodeToolbarButton .text{max-width:0;-webkit-transition:max-width .5s ease-in-out;transition:max-width .5s ease-in-out;display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden}.groupNodeToolbarButton:hover .text{max-width:7rem}.chakra-popover__body button,.chakra-popover__body button:hover{background:#6be5b2;color:#1c232c;font-size:16px;font-weight:400;cursor:pointer}.collapsedMetricsContainer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;box-shadow:0 0 5px #0003;text-align:center;display:flex;flex-direction:column;align-items:center;width:50%;height:50%;max-width:1500px;max-height:1500px;height:200px;width:360px;font-size:.5vw}.tableWrapper{background:#6be5b2;width:360px;height:40px;border-radius:8px 8px 0 0;font-weight:700;font-size:16px;display:flex;align-items:center;padding-left:20px}.itemWrapper{height:40px;width:360px;display:flex;align-items:center;gap:12px;padding:8px;font-size:14px;border-bottom:.2px solid #4f637d;border-radius:8px}.itemBackground{background:#232836;width:360px;height:160px;border-radius:0 0 8px 8px;color:#fff}.postItNode{background-color:#f8f1b0;box-shadow:0 2px 4px #0003;padding:10px;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:transparent}.postItTextArea{width:100%;height:100%;border:none;background:none;font-size:12px;font-family:Arial,sans-serif;color:#000;outline:none;resize:none;display:flex;justify-content:center;align-items:center;text-align:center}.buttonToolbar{display:flex;gap:8px}.activity_name{width:200px;overflow:"hidden";border:.3px solid;border-radius:4px;padding:8px;background:#6be5b2;color:#1c232c;font-weight:700;margin:8px}.attribute_wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:8px;gap:8px}.attribute_text{height:40px;border:1px solid white;width:100%;min-width:150px;border-radius:8px;display:flex;align-items:center;justify-content:center}.clientWrapper{display:flex;border:1px solid #3a4052;padding:24px;gap:16px;flex-wrap:wrap;height:auto;background:#232836;margin:24px;border-radius:8px}.folder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;height:80px;background-color:#333;border-radius:10px;color:#fff}.folder-icon{background-color:#444;width:100%;height:70%;border-radius:10px 10px 0 0}.folder-name{font-size:14px;color:#fff;margin-top:8px;text-align:center;font-family:Arial,sans-serif}.clientBox{width:200px;height:100px;border:1px solid teal;border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:20px;gap:16px;cursor:pointer;color:#000}.clientBox:hover{background-color:teal;color:#fff}.projectWrapper{display:flex;border:1px solid #3a4052;padding:20px;gap:16px;flex-wrap:wrap;height:auto;background:#232836;margin:24px;border-radius:8px}.projectBox{width:200px;height:100px;border:1px solid teal;border-radius:8px;padding:8px;display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;cursor:pointer;color:#000}.projectBox:hover{background-color:teal;color:#fff}.empty-state-container{width:100%;padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:8px}.project-name-container{color:#fff;width:110px;height:70px;top:30px;padding:0 8px;position:absolute;align-content:center;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu{position:absolute;top:20px;background-color:#14191f;color:#e0e5eb;border:.5px solid #8296B0;border-radius:8px;padding:12px;z-index:10}.menu ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.menu ul>li{padding:5px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:12px}.headerWrapper{display:flex;height:56px;background:#1c232c;align-items:center;justify-content:space-between;position:relative}.shareCanvasModal{height:270px;width:600px}.loginContainer{padding-right:24px;display:flex;height:100vh;width:100vw}.login_content{display:flex;flex-direction:column;align-items:flex-start;padding-left:50px;justify-content:center;width:700px;gap:24px}.Banner{height:100%;width:100%;background-color:#232836;display:flex;align-items:center;justify-content:center}.headerWrapper{display:flex;height:7vh;background:#1c232c;align-items:center;justify-content:space-between;position:relative}.headerWrapper:after{content:"";position:absolute;bottom:0;width:100%;border-bottom:1px solid #6be5b2}.projectName{color:#fff;padding-left:20px;font-weight:400;font-size:16px;line-height:16px}.wrapper{width:auto;height:auto;padding:24px;background-color:#14191f;position:relative;min-width:1440px;height:100%}.content-container{display:flex;flex-direction:row;justify-content:center;gap:16px;margin:auto;height:95%}.header{width:100%;height:auto;padding:16px;border-radius:12px 12px 0 0;background:linear-gradient(90deg,#6BE5B2 0%,rgba(107,229,178,0) 100%);color:#1c232c;font-size:28px;font-style:normal;font-weight:700;line-height:32px}.header h1{word-spacing:.01px;letter-spacing:.01px}.slide-content{width:100%;height:100%;min-height:864px;border-radius:0 0 12px 12px;background-color:#232836;display:flex;flex-direction:column;gap:100px}.footer{margin:auto;padding:32px 16px 16px;width:auto;display:flex;flex-direction:row;align-items:center;gap:18px;justify-content:center}.footer-divider{width:100%;height:1px;border-top:1px solid #6BE5B2}.slide-number{color:#c4a3ff;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.carousel-controls-container{background-color:#14191f;padding:0 200px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;bottom:8px;z-index:1;width:min-content}.carousel-controls{display:flex;height:56px;padding:8px;align-items:center;gap:8px;border-radius:4px;background:#3A4052;opacity:1;transition:opacity .3s ease-in-out}.carousel-controls button,.carousel-controls a{display:flex;width:40px;height:40px;justify-content:center;align-items:center;border-radius:8px;background:#232836;cursor:pointer}.carousel-controls.visible{opacity:1}.carousel-controls.hidden{opacity:0}.vertical-divider{border-left:1px solid #FFF;opacity:.25;height:36px}.report-carousel-left,.report-carousel-right{transition:transform .3s ease}.report-carousel-left:disabled,.report-carousel-right:disabled{display:none}.download-pdf svg{transform:rotate(0);transition:transform .3s ease}.download-pdf svg:hover{transform:rotate(180deg);fill:#fff}.carousel-container{position:relative;display:flex;align-items:center;background-color:#14191f;height:100vh}._wrapper_11mmj_1{flex-direction:row;display:flex;height:100%}._wrapper_11mmj_1 aside{border-right:1px solid #6be5b2;padding:15px;font-size:12px;background-color:#1c232c;color:#fff}._wrapper_11mmj_1 aside div[class^=react-flow__node-]{width:100%;box-sizing:border-box;font-size:12px;width:40px;height:40px;position:relative;color:#fff;cursor:grab;margin-bottom:35px}._wrapper_11mmj_1 ._rfWrapper_11mmj_29{flex-grow:1;height:100%;border-bottom:1px solid #6be5b2}._wrapper_11mmj_1 .react-flow__handle{background:#ddd;box-shadow:0 0 8px #ffffff80}._wrapper_11mmj_1 .react-flow__node-node,._wrapper_11mmj_1 .react-flow__node-project{background:rgba(28,35,44,1);border:.3px solid rgba(107,229,178,1);color:#6be5b2;border-radius:4px;width:"auto";height:"auto";text-align:center}._wrapper_11mmj_1 .label{position:absolute;bottom:0;width:100px;left:50%;transform:translate(-50%,120%);color:#6be5b2;font-size:12px}._wrapper_11mmj_1 .icon{position:absolute;top:0;width:100%;height:100%;color:#6be5b2;font-size:12px;display:flex;justify-content:center;align-items:center}._wrapper_11mmj_1 .react-flow__node-node.selected,._wrapper_11mmj_1 .react-flow__node-node:hover{box-shadow:0 1px 10px #3a4052}._wrapper_11mmj_1 .react-flow__node-node.selected{box-shadow:0 0 10px #ddbc6fcc}._wrapper_11mmj_1 .react-flow__node-group{z-index:-1!important;background:rgba(28,35,44,.6);border:2px solid #6be5b2;border-style:dashed;border-radius:8px;resize:both;width:auto}._wrapper_11mmj_1 .react-flow__node-group.active{box-shadow:0 0 12px #ffffffe6}._wrapper_11mmj_1 .react-flow__node-group.selected,._wrapper_11mmj_1 .react-flow__node-group:hover{box-shadow:0 0 8px #ffffff80}._wrapper_11mmj_1 .react-flow__node-group.selected{border-width:2px}._wrapper_11mmj_1 .react-flow{background:#3a4052}._wrapper_11mmj_1 .react-flow__node-toolbar{border-radius:2px;overflow:hidden}._wrapper_11mmj_1 .react-flow__node-toolbar button{background:#6be5b2;padding:4px;color:#1c232c;font-size:16px;font-weight:400;border:none;cursor:pointer}._wrapper_11mmj_1 .react-flow__node-toolbar button:nth-child(2n){border-left:1px solid #999}._wrapper_11mmj_1 .react-flow__node-postit{background-color:#f8f1b0;box-shadow:0 0 8px #ffffff1a;width:100px;height:100px;text-align:center;border-radius:5px;cursor:grab;border:none}.block-approach-wheel{height:100%;align-content:center;overflow:hidden;background-color:#1b232c;justify-content:center;display:grid}.block-approach-wheel.block-approach-wheel--half{padding-bottom:0}.block-approach-wheel.block-approach-wheel--half .circle-carousel{margin-top:6.25rem}@media (min-width: 992px){.block-approach-wheel.block-approach-wheel--half .circle-carousel{margin-top:12.5rem}}.block-approach-wheel.block-approach-wheel--half .slides h2,.block-approach-wheel.block-approach-wheel--half .slides .slide-copy{margin-top:-5.3125rem}.block-approach-wheel>.container{border-top:1px solid rgba(255,255,255,.3);padding-top:2.5rem}@media (min-width: 992px){.block-approach-wheel>.container{padding-top:6.25rem}}.block-approach-wheel #js-prev,.block-approach-wheel #js-next{margin-top:2.5rem;cursor:pointer}@media (min-width: 992px){.block-approach-wheel #js-prev,.block-approach-wheel #js-next{margin-top:5rem}}@media (max-width: 992px){.block-approach-wheel #js-prev svg,.block-approach-wheel #js-next svg{width:2.25rem;height:2.25rem}}@-webkit-keyframes pulse-secondary{0%{stroke:#fff}50%{stroke:#6be5b2}to{stroke:#fff}}@keyframes pulse-secondary{0%{stroke:#fff}50%{stroke:#6be5b2}to{stroke:#fff}}.block-approach-wheel.current-group-1 .arrow svg{-webkit-animation:pulse-secondary 2s infinite;animation:pulse-secondary 2s infinite}@-webkit-keyframes pulse-purple{0%{stroke:#fff}50%{stroke:#bfa4f9}to{stroke:#fff}}@keyframes pulse-purple{0%{stroke:#fff}50%{stroke:#bfa4f9}to{stroke:#fff}}.block-approach-wheel.current-group-2 .arrow svg{-webkit-animation:pulse-purple 2s infinite;animation:pulse-purple 2s infinite}@-webkit-keyframes pulse-bluegrey{0%{stroke:#fff}50%{stroke:#afe1fc}to{stroke:#fff}}@keyframes pulse-bluegrey{0%{stroke:#fff}50%{stroke:#afe1fc}to{stroke:#fff}}.block-approach-wheel.current-group-3 .arrow svg{-webkit-animation:pulse-bluegrey 2s infinite;animation:pulse-bluegrey 2s infinite}.block-approach-wheel .group-1 .navigation-title{color:#6be5b2}.block-approach-wheel .group-1 svg path,.block-approach-wheel .group-1 svg rect{stroke:#6be5b2}.block-approach-wheel .group-2 .navigation-title{color:#bfa4f9}.block-approach-wheel .group-2 svg path,.block-approach-wheel .group-2 svg rect{stroke:#bfa4f9}.block-approach-wheel .group-3 .navigation-title{color:#afe1fc}.block-approach-wheel .group-3 svg path,.block-approach-wheel .group-3 svg rect{stroke:#afe1fc}.block-approach-wheel .heading{color:#fff;font-size:30px}@media only screen and (min-width: 320px){.block-approach-wheel .heading{font-size:calc(30px + 38 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel .heading{font-size:68px}}.block-approach-wheel .navigation-title{color:#fff;font-size:16px;font-weight:700;line-height:1.2;margin-bottom:1.875rem;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;min-height:4.0625rem}@media only screen and (min-width: 320px){.block-approach-wheel .navigation-title{font-size:calc(16px + 10 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel .navigation-title{font-size:26px}}.block-approach-wheel__intro{height:auto;display:none;margin-bottom:3%}.block-approach-wheel__intro.active{display:-webkit-box;display:-ms-flexbox;display:flex}.block-approach-wheel__buttons{margin-top:1.875rem}@media (max-width: 992px){.block-approach-wheel__wheel-right-nav{position:absolute;top:0;right:0;width:33%}}.block-approach-wheel [data-segment-content="1"] .btn{color:#1b232c;background-color:#6be5b2}.block-approach-wheel [data-segment-content="1"] .btn:after{content:url(/button-arrow.svg)}.block-approach-wheel [data-segment-content="2"] .btn{color:#1b232c;background-color:#bfa4f9}.block-approach-wheel [data-segment-content="2"] .btn:after{content:url(/button-arrow.svg)}.block-approach-wheel [data-segment-content="3"] .btn{color:#1b232c;background-color:#afe1fc}.block-approach-wheel [data-segment-content="3"] .btn:after{content:url(/button-arrow.svg)}.block-approach-wheel__pre-heading{color:#fff;font-size:1.625rem;font-weight:400}.block-approach-wheel__wheel-row{position:relative}.block-approach-wheel--half .block-approach-wheel__wheel-row{overflow-x:visible;overflow-y:clip;height:31.25rem}@media (min-width: 576px){.block-approach-wheel--half .block-approach-wheel__wheel-row{height:35rem}}@media (min-width: 768px){.block-approach-wheel--half .block-approach-wheel__wheel-row{height:35rem}}@media (min-width: 992px){.block-approach-wheel--half .block-approach-wheel__wheel-row{height:33.75rem}}@media (min-width: 1300px){.block-approach-wheel--half .block-approach-wheel__wheel-row{height:36.25rem}}.block-approach-wheel--half .block-approach-wheel__wheel-row:after{content:"";pointer-events:none;position:absolute;bottom:0;left:0;right:0;height:2.5rem;background:#1b232c;background:-webkit-gradient(linear,left bottom,left top,from(#1b232c),to(rgba(27,35,44,0)));background:linear-gradient(0deg,#1b232c 0%,rgba(27,35,44,0) 100%)}@media (min-width: 992px){.block-approach-wheel--half .block-approach-wheel__wheel-row:after{height:5rem}}.block-approach-wheel__content{font-size:18px;color:#fff;opacity:.7}@media only screen and (min-width: 320px){.block-approach-wheel__content{font-size:calc(18px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel__content{font-size:20px}}.block-approach-wheel__content p{font-size:18px;color:#fff;opacity:.7}@media only screen and (min-width: 320px){.block-approach-wheel__content p{font-size:calc(18px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel__content p{font-size:20px}}.block-approach-wheel__content-box-slide{display:none;padding:2.5rem;overflow-y:scroll;height:100%;max-height:16.25rem;margin-right:.3125rem;margin-top:.3125rem;margin-bottom:.3125rem}.block-approach-wheel__content-box-slide::-webkit-scrollbar{width:.3125rem}.block-approach-wheel__content-box-slide::-webkit-scrollbar-track{padding:.625rem}.block-approach-wheel__content-box-slide::-webkit-scrollbar-thumb{background-color:#5f656b;border-radius:3.125rem;width:.3125rem}.block-approach-wheel__content-box-slide.active{display:block}.block-approach-wheel__content-box{border:1px solid #8d9195;border-radius:.375rem;position:relative;margin-top:6.25rem}@media (min-width: 992px){.block-approach-wheel__content-box{margin-top:0}}.block-approach-wheel__content-box:before{content:"";width:60%;height:37.5rem;border:1px solid #8d9195;position:absolute;top:0;left:-50%;border-top-left-radius:4.125rem;border-right-color:transparent;border-bottom-color:transparent;display:none}@media (min-width: 992px){.block-approach-wheel__content-box:before{display:block}}.block-approach-wheel__content-box:after{content:"";width:.0625rem;height:100%;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);background-color:#8d9195;display:block}@media (min-width: 992px){.block-approach-wheel__content-box:after{display:none}}.block-approach-wheel__content-box-icon{position:absolute;top:-1.875rem;left:50%;background-color:#5f656b;width:3.75rem;height:3.75rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media (min-width: 992px){.block-approach-wheel__content-box-icon{width:5.5rem;height:5.5rem;left:-2.75rem;top:-2.75rem;-webkit-transform:none;transform:none}}.block-approach-wheel__content-box-icon svg{max-width:50%}.block-approach-wheel__content-box-heading{color:#fff;font-weight:700;font-size:20px}@media only screen and (min-width: 320px){.block-approach-wheel__content-box-heading{font-size:calc(20px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel__content-box-heading{font-size:22px}}.block-approach-wheel__content-box-copy{color:#fff;opacity:.7;font-weight:500;font-size:16px}@media only screen and (min-width: 320px){.block-approach-wheel__content-box-copy{font-size:calc(16px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel__content-box-copy{font-size:18px}}.block-approach-wheel__content-box-copy p{color:#fff;font-weight:500;font-size:18px}@media only screen and (min-width: 320px){.block-approach-wheel__content-box-copy p{font-size:calc(18px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel__content-box-copy p{font-size:20px}}.block-approach-wheel .next,.block-approach-wheel .prev{cursor:pointer;opacity:.5;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media (hover: hover){.block-approach-wheel #js-next:hover .next,.block-approach-wheel #js-next:hover .prev,.block-approach-wheel #js-prev:hover .next,.block-approach-wheel #js-prev:hover .prev{opacity:1}}.block-approach-wheel .arrow{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);top:5rem;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media (min-width: 992px){.block-approach-wheel .arrow{display:none}}.block-approach-wheel.animating .arrow{opacity:0;-webkit-transform:translateX(-50%) translateY(50px);transform:translate(-50%) translateY(50px)}.block-approach-wheel .circle-carousel{position:relative;width:48rem;height:39.625rem;-webkit-transform:scale(.4) translateX(-50%);transform:scale(.3) translate(-50%);-webkit-transform-origin:top left;transform-origin:top left;display:inline-block;left:50%;margin-bottom:-10rem;margin-top:8.125rem}@media (min-width: 400px) and (min-height: 750px){.block-approach-wheel .circle-carousel{-webkit-transform:scale(.4) translateX(-50%);transform:scale(.4) translate(-50%);margin-top:8.75rem}}@media (min-width: 400px) and (min-height: 850px){.block-approach-wheel .circle-carousel{-webkit-transform:scale(.5) translateX(-50%);transform:scale(.5) translate(-50%);margin-bottom:-8.75rem;margin-top:8.75rem}}@media (min-width: 576px) and (min-height: 900px){.block-approach-wheel .circle-carousel{-webkit-transform:scale(.6) translateX(-50%);transform:scale(.6) translate(-50%);margin-bottom:-5.75rem;margin-top:8.75rem}}@media (min-width: 768px) and (min-height: 1000px){.block-approach-wheel .circle-carousel{-webkit-transform:scale(.6) translateX(-50%);transform:scale(.6) translate(-50%);margin-bottom:-3.75rem;margin-top:10rem}}@media (min-width: 992px) and (min-height: 1000px){.block-approach-wheel .circle-carousel{-webkit-transform:scale(.7) translateX(-50%);transform:scale(.7) translate(-50%);margin-bottom:1.25rem}}@media (min-width: 1300px) and (min-height: 1400px){.block-approach-wheel .circle-carousel{-webkit-transform:scale(.85) translateX(-50%);transform:scale(.85) translate(-50%);margin-bottom:3.125rem}}.block-approach-wheel .circle-carousel .slides{position:absolute;top:0%;left:0;width:100%;height:100%}.block-approach-wheel .circle-carousel .slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);z-index:9;pointer-events:none;background-color:#1b232c;aspect-ratio:1/1;border-radius:50%;padding:10%}.block-approach-wheel .circle-carousel .slide:before{content:"";position:absolute;top:4%;left:4%;right:4%;bottom:4%;background-image:url(/circle-inner.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.block-approach-wheel .circle-carousel .slide h2{color:#fff;margin-bottom:0;margin-top:-.625rem;font-size:3.75rem}.block-approach-wheel .circle-carousel .slide.active{z-index:1;opacity:1}.block-approach-wheel .circle-carousel .slide-copy{color:#fff;opacity:.7;font-size:18px;text-align:center}@media only screen and (min-width: 320px){.block-approach-wheel .circle-carousel .slide-copy{font-size:calc(18px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-approach-wheel .circle-carousel .slide-copy{font-size:20px}}@keyframes rotate-wheel{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(-40deg);transform:translate3d(-50%,-50%,0) rotate(-40deg)}}.block-approach-wheel .circle-carousel .pagination{position:absolute;top:50%;left:50%;z-index:1;width:90%;height:90%;border-radius:50%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;animation:rotate-wheel 2s forwards}.block-approach-wheel .circle-carousel .pagination:before{content:"";position:absolute;top:-35%;left:-35%;right:-35%;bottom:-35%;background-image:url(/wheel-outline-02.svg);background-size:contain;background-position:center;background-repeat:no-repeat;-webkit-transform:rotate(40deg);transform:rotate(40deg)}.block-approach-wheel .circle-carousel .pagination:after{content:"";position:absolute;top:-35%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);bottom:-35%;aspect-ratio:1/1;background-color:#1b232c;border-radius:50%;z-index:-1}.block-approach-wheel .circle-carousel .pagination .dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:38%;height:57%;border-radius:1.875rem;pointer-events:auto;-webkit-transition:.3s;transition:.3s;color:#1b232c;padding-left:10%;padding-right:10%;text-align:center;line-height:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-clip-path:url(#mask);clip-path:url(#mask);text-decoration:none;opacity:1}.block-approach-wheel .circle-carousel .pagination .dot svg{opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-top:1.25rem}@media (hover: hover){.block-approach-wheel .circle-carousel .pagination .dot:hover{-webkit-transform:translate(-50%,-60%) scale(1.1);transform:translate(-50%,-60%) scale(1.1);cursor:pointer;opacity:1}.block-approach-wheel .circle-carousel .pagination .dot:hover svg{opacity:1}.block-approach-wheel .circle-carousel .pagination .dot:hover .dot-image{opacity:1}.block-approach-wheel .circle-carousel .pagination .dot:hover .dot-content{color:#fff}}.block-approach-wheel .circle-carousel .pagination .dot-image{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-clip-path:url(#inner-mask);clip-path:url(#inner-mask);-webkit-transform:scale(.92) translateY(-1.5%);transform:scale(.92) translateY(-1.5%)}.block-approach-wheel .circle-carousel .pagination .dot-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1b232c;opacity:.7;z-index:9}.block-approach-wheel .circle-carousel .pagination .dot-image:after{content:"";position:absolute;top:50%;left:0;right:0;bottom:0;z-index:99}.block-approach-wheel .circle-carousel .pagination .dot-content{position:relative;z-index:9;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-top:-70%}.block-approach-wheel .circle-carousel .pagination .dot-icon{display:block;margin:0 auto 10px}.block-approach-wheel .circle-carousel .pagination .dot-icon path{-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.block-approach-wheel .circle-carousel .pagination .dot-pre-heading{font-size:1.75em}.block-approach-wheel .circle-carousel .pagination .dot-heading{font-size:1.75rem;font-weight:700;margin-top:.3125rem}@media (min-width: 992px){.block-approach-wheel .circle-carousel .pagination .dot-heading{font-size:1.5rem}}.block-approach-wheel .circle-carousel .pagination .item{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.block-approach-wheel .circle-carousel .pagination .item.active-group .dot{opacity:1}.block-approach-wheel .circle-carousel .pagination .item.active .dot{opacity:1;-webkit-transform:translate(-50%,-60%) scale(1.1);transform:translate(-50%,-60%) scale(1.1);color:#fff}.block-approach-wheel .circle-carousel .pagination .item.active .dot-icon path{fill:#fff}.block-approach-wheel .circle-carousel .pagination .item.active .dot-content{-webkit-transform:translateY(-20%);transform:translateY(-20%)}.block-approach-wheel .circle-carousel .pagination .item.active .dot-image{opacity:1}.block-approach-wheel .circle-carousel .pagination .item:nth-child(-n+3) .dot-image:after{background:#6be5b2;background:-webkit-gradient(linear,left top,left bottom,from(rgba(107,229,178,0)),to(#6be5b2));background:linear-gradient(180deg,rgba(107,229,178,0) 0%,#6be5b2 100%)}.block-approach-wheel .circle-carousel .pagination .item:nth-child(n+4):nth-child(-n+6) .dot{background-color:#bfa4f9}.block-approach-wheel .circle-carousel .pagination .item:nth-child(n+4):nth-child(-n+6) .dot-image:after{background:#bfa4f9;background:-webkit-gradient(linear,left top,left bottom,from(rgba(191,164,249,0)),to(#bfa4f9));background:linear-gradient(180deg,rgba(191,164,249,0) 0%,#bfa4f9 100%)}.block-approach-wheel .circle-carousel .pagination .item:nth-child(n+7):nth-child(-n+9) .dot{background-color:#afe1fc}.block-approach-wheel .circle-carousel .pagination .item:nth-child(n+7):nth-child(-n+9) .dot-image:after{background:#afe1fc;background:-webkit-gradient(linear,left top,left bottom,from(rgba(175,225,252,0)),to(#afe1fc));background:linear-gradient(180deg,rgba(175,225,252,0) 0%,#afe1fc 100%)}.block-approach-wheel .circle-carousel .next,.block-approach-wheel .circle-carousel .prev{position:absolute;bottom:6%;z-index:1;font-size:12px;text-transform:uppercase;letter-spacing:.3em;-webkit-transition:.3s;transition:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.block-approach-wheel .circle-carousel .next:before,.block-approach-wheel .circle-carousel .prev:before{content:"";position:absolute;top:50%;z-index:-1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-style:solid;border-color:transparent black;-webkit-transition:.3s;transition:.3s}@media (hover: hover){.block-approach-wheel .circle-carousel .next:hover,.block-approach-wheel .circle-carousel .prev:hover{cursor:pointer;color:#000}.block-approach-wheel .circle-carousel .next:hover:before,.block-approach-wheel .circle-carousel .prev:hover:before{border-color:transparent white;-webkit-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}}.block-approach-wheel .circle-carousel .next{right:5%}.block-approach-wheel .circle-carousel .next:before{left:65%;border-width:30px 0 30px 70px}.block-approach-wheel .circle-carousel .prev{left:5%}.block-approach-wheel .circle-carousel .prev:before{left:35%;border-width:30px 70px 30px 0}.behave-as-bg,.behave-as-bg img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;z-index:0}article{padding-bottom:2.5rem}article a{color:#1b232c}article a:hover{color:#6be5b2}article img{border-radius:.375rem}.post-hero{background:#cce9f8;border-bottom:.0625rem solid rgba(27,35,44,.3);padding:5.3125rem 0 2.5rem;margin-bottom:2.5rem}.post-hero h1{color:#1b232c;font-weight:700;font-size:38px;line-height:110%;margin-bottom:2.25rem}@media only screen and (min-width: 320px){.post-hero h1{font-size:calc(38px + 24 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.post-hero h1{font-size:62px}}.post-hero__avatar{width:3.125rem;height:3.125rem;margin-right:.625rem}.post-hero__avatar img{border-radius:3.125rem}.post-hero__author-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post-hero__author-wrapper{margin-bottom:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.post-hero__author-details{font-weight:400;font-size:1.125rem;line-height:150%}.post-hero__author-details a{font-weight:700;color:#1b232c!important;text-decoration:underline}.post-hero__author{font-weight:700}.post-hero__date{margin-left:1.1875rem}.post-hero__meta ul{margin:0;padding:0}.post-hero__meta ul li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0 0 0 1.25rem;margin:0;position:relative}.post-hero__meta ul li:before{content:"|";position:absolute;left:.3125rem}.post-hero__meta ul li:first-child{padding:0}.post-hero__meta ul li:first-child:before{content:""}.post-details p.has-medium-font-size{font-size:1.625rem!important}.post-details p{font-size:1.25rem}.post-details ul{list-style:disc;margin-left:1.25rem;font-size:1.25rem;margin-bottom:1.875rem}.post-details ul li{margin-bottom:.625rem}.post-sidebar{padding:3rem 0 0;height:100%}@media (min-width: 992px){.post-sidebar{padding:5.8125rem 0 2.5rem}}.post-sidebar-container{position:-webkit-sticky;position:sticky;top:8.125rem}.post-sidebar h2,.post-sidebar h4{font-weight:500;font-size:1.625rem;line-height:130%;border-bottom:1px solid rgba(27,35,44,.3);padding-bottom:.625rem;margin-bottom:1.25rem}.post-sidebar__related{margin-bottom:2.5rem}.post-sidebar__related .cat{font-weight:600;font-size:.75rem;line-height:1.5rem;padding:.125rem .5rem!important;border:.0625rem solid #1b232c;border-radius:.25rem;margin:0 .625rem .625rem 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:.3s;transition:.3s}.post-sidebar__related .cat a{padding:0!important;border:0}.post-sidebar__related .cat:hover{background-color:#1b232c}.post-sidebar__related .cat:hover a{color:#fff!important}.post-sidebar__related a{text-decoration:none;color:#1b232c!important;-webkit-transition:.3s;transition:.3s;background:transparent;border-bottom:1px solid rgba(27,35,44,.3);display:block;padding:.625rem 0 1.25rem!important}.post-sidebar__related a:first-of-type{padding-top:0!important}.post-sidebar__related a:last-of-type{border-bottom:none}.post-sidebar__related a:hover{color:#fff}.post-sidebar__related h5,.post-sidebar__related h3{font-weight:700;font-size:1.625rem;line-height:130%;color:#1b232c;-webkit-transition:.3s;transition:.3s;margin-bottom:.5rem;padding-bottom:0;padding-top:.8125rem}.post-sidebar__related h5:hover,.post-sidebar__related h3:hover{color:#6be5b2}.post-sidebar__related p{padding:0;margin:0 0 .3125rem;display:inline-block}.post-sidebar__author{margin-bottom:2.5rem}@media (min-width: 992px){.post-sidebar__author{margin-bottom:5.75rem}}.post-sidebar__author-details{background:#232836;border-radius:.5rem;padding:2.5rem;color:#fff}.post-sidebar__author-details a{color:#fff;text-decoration:none}.post-sidebar__author-details a:hover{color:#6be5b2}.post-sidebar__author-avatar{width:10rem;height:10rem;margin:0 auto}.post-sidebar__author-avatar img{border-radius:10rem}.post-sidebar__author-title{font-weight:700;font-size:1.625rem;line-height:130%;margin-top:1.375rem}.post-sidebar__author-job{font-weight:400;font-size:.875rem;line-height:150%;margin-bottom:.875rem}.post-sidebar__author-bio{font-weight:400;font-size:1rem;line-height:150%}.post-sidebar__author-bio p{font-size:1rem}.post-sidebar__author .more{color:#6be5b2;margin:.625rem 0;font-weight:700;display:block}.meta{font-weight:700;font-size:14px;margin-bottom:2rem}.meta .author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px}.meta .author-avatar{height:100%}.meta .author-avatar img{border-radius:50%;margin-right:1rem}.meta .readtime{height:40px;line-height:40px;margin-right:1rem;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.meta .readtime svg{width:14px;height:14px;margin-right:.5rem}.meta .datetime{font-weight:400;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1rem}.social-sharer{padding:0;display:none;-webkit-transition:.5s;transition:.5s}.social-sharer.show{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:auto;bottom:-3.125rem;right:-1.25rem;padding:0;-webkit-animation:pop .3s linear 1;animation:pop .3s linear 1}@media (min-width: 992px){.social-sharer.show{right:-5rem;top:-3.125rem;bottom:auto}}.social-sharer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-sharer__container p{font-weight:600;margin-right:1.5rem;margin-bottom:0}.social-sharer__container a{margin-right:1rem;display:block}.social-sharer__container a:last-of-type{margin-right:0}.social-sharer__container a svg{width:24px;display:block}.social-sharer__container a svg path{-webkit-transition:.3s fill ease-in-out;transition:.3s fill ease-in-out}.social-sharer__container a svg:hover path{fill:#6be5b2}.social-sharer__container .copy-link{position:relative}.social-sharer__container .copy-link span.clipboard-notification{width:100px;position:absolute;top:0;left:50%;-webkit-transform:translate3d(-50%,calc(-100% - 12px),0);transform:translate3d(-50%,calc(-100% - 12px),0);font-size:.75rem;font-weight:700;color:#1b232c;text-decoration:none;text-align:center;background-color:#1b232c;color:#fff;padding:.25rem;display:none}.social-sharer__container .copy-link span.clipboard-notification:after{width:0;height:0;content:"";border-style:solid;border-width:10px 10px 0 10px;border-color:#1b232c transparent transparent transparent;position:absolute;bottom:0;left:50%;-webkit-transform:translate3d(-50%,99%,0);transform:translate3d(-50%,99%,0)}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.single-case-study article{position:relative;overflow:clip}.single-case-study article:before{background:-webkit-gradient(linear,left top,left bottom,color-stop(7%,#1b232c),color-stop(40%,#cce9f8),to(#cce9f8));background:linear-gradient(180deg,#1b232c 7%,#cce9f8 40%,#cce9f8 100%);content:"";top:0;position:absolute;width:100%;height:30%}@media (min-width: 992px){.single-case-study article:before{background:-webkit-gradient(linear,left top,left bottom,color-stop(7%,#1b232c),color-stop(77%,#cce9f8),to(#cce9f8));background:linear-gradient(180deg,#1b232c 7%,#cce9f8 77%,#cce9f8 100%)}}.single-case-study article .entry-content{position:relative;z-index:1}.single-case-study .block-home-hero{overflow:visible}@media (min-width: 992px){.single-case-study .block-home-hero{border-radius:0 .375rem .375rem}}@media (min-width: 992px){.single-case-study .block-home-hero.has-img:after{border-radius:0 .375rem .375rem}}@media (min-width: 992px){.single-case-study .block-home-hero__image img{border-radius:0 .375rem .375rem}}.single-case-study .block-home-hero__circles{bottom:-6.25rem;background-image:url(/circles.svg);opacity:.2}.single-team__wrapper .heading{font-weight:700;font-size:38px;margin-bottom:2.5rem}@media only screen and (min-width: 320px){.single-team__wrapper .heading{font-size:calc(38px + 24 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.single-team__wrapper .heading{font-size:62px}}.single-team__wrapper p{font-weight:500;font-size:1.25rem;line-height:150%}.single-team__wrapper-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.single-team__wrapper-title p{font-size:1.625rem;font-weight:700;margin-bottom:.625rem}.single-team__wrapper-social{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.single-team__wrapper-social .linkedin{width:2.1875rem;height:2.1875rem;margin-bottom:.625rem;margin-left:2.5rem}.single-team__image{position:relative;min-height:31.25rem}.centre-aligned-text-container{width:100%;height:100%;min-height:864px;text-align:center;align-content:center;color:#c4a3ff;font-size:36px;font-weight:700;line-height:44px}.green-text{margin:auto;color:#6be5b2;text-align:center;font-size:18px;font-weight:700;line-height:28px;max-width:1100px}.white-text{color:#fff;font-size:24px;font-weight:400;line-height:32px}.white-text p,.white-text ul{margin-bottom:16px}.circle-carousel-container{display:flex;justify-content:center}.circle-carousel-container svg{width:80%;height:auto}.ql-editor p{word-spacing:.01px;letter-spacing:.01px}.short-summary-icon-card-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:8px}.short-summary-icon-card{max-width:411px;display:flex;flex-direction:row;gap:12px;color:#6be5b2;font-size:16px;font-weight:700;line-height:24px}.ql-tooltip,.ql-clipboard,.ql-toolbar{display:none}.richtext-container{position:relative}.ql-editor ol{list-style-type:none}.tile{display:flex;padding:8px;justify-content:center;align-self:stretch;border-radius:12px;background:#C4A3FF}.tile span{word-spacing:.01px;letter-spacing:.01px;color:#1c232c;font-size:18px;line-height:28px}.section-title{color:#c4a3ff;text-align:center;font-size:24px;font-weight:700;line-height:32px}.tiles-section-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-around}.tiles-wrapper{display:flex;flex-direction:column;gap:16px;color:#1c232c;font-size:18px;line-height:28px}.card-wrapper{display:flex;flex-direction:row;gap:16px}.card{width:auto;height:auto;display:flex;flex-direction:column;gap:16px;border-radius:12px;border:2px solid #C4A3FF;padding-bottom:16px;flex:1;max-width:500px}.card-header{width:100%;height:auto;padding:4px;background-color:#c4a3ff;border-radius:8px 8px 0 0;text-align:center;flex:none}.card-title{color:#1c232c;font-size:16px;font-style:normal;font-weight:700;line-height:24px;background-color:transparent;width:100%;text-align:center}.card-primary-content{text-align:left;padding:0 16px;font-size:16px;font-weight:700;line-height:24px;color:#c4a3ff}.card-secondary-content{color:#6be5b2;font-size:16px;font-weight:400;line-height:22px;text-align:left;padding:0 16px}ul{list-style:none;padding:0;margin:0}li:before{content:"• "}li{margin-bottom:8px;text-indent:-11px;padding-left:16px}li:last-child{margin-bottom:0}.event{width:auto;position:relative}.event-name{color:#fff;height:100px;width:100px;position:absolute;display:flex;flex-direction:row;left:-40px;text-align:center;color:#6be5b2;font-size:14px;font-weight:700;line-height:20px}.timeline-divider{border-color:#c4a3ff!important;opacity:1!important;border-bottom-width:3px!important}.event-duration{color:#6be5b2;font-size:10px;font-weight:700;line-height:28px;text-align:center}.group{border-radius:8px;border:1px dashed var(--Primary-500, #6BE5B2);align-content:center;padding:8px;height:auto;background-color:transparent;color:#c4a3ff;font-weight:700;line-height:24px;text-align:center}.arrow-container svg{width:inherit}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.nav-btn-container{display:flex;justify-content:center;gap:8px;padding:20px 0}.swiper-button-prev,.swiper-button-next{position:static!important;color:#fff!important;display:inline!important;width:24px!important;height:24px!important;margin:0!important}.swiper-button-prev:disabled,.swiper-button-next:disabled{color:gray!important}.swiper-button-prev:after,.swiper-button-next:after{content:none!important}.pagination-container{display:flex;justify-content:flex-end;color:#fff}
