 @media only screen and (min-width: 0rem) {#hero {padding: var(--sectionPadding);padding-block: 400px 60px;position: relative;z-index: 1;}#hero .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: clamp(60px, 8vw, 130px);}#hero .cs-content {text-align: left;width: 100%;max-width: 39.375rem;display: flex;flex-direction: column;align-items: center;text-align: center;}#hero .cs-topper {color: var(--headerColor);font-size: clamp(12px, 0.196vw + 11.26px, 15px);margin-bottom: clamp(5px, 0.327vw + 3.77px, 10px);}#hero .cs-title {font-size: clamp(28px, 2.16vw + 19.9px, 61px);max-width: 600px;margin-bottom: clamp(5px, 0.72vw + 2.3px, 16px);}#hero .cs-text {font-size: clamp(15px, 0.327vw + 13.77px, 20px);margin-bottom: clamp(12px, 1.309vw + 7.09px, 32px);max-width: 520px;}#hero .cs-background {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -2;transition: opacity 0.3s;}#hero .cs-background:before {content: "";width: 100%;height: 100%;pointer-events: none;display: block;position: absolute;background: linear-gradient(0deg, rgba(174, 187, 219, 0.95) 40%, rgba(238, 232, 245, 0) 90%);top: 0;left: 0;z-index: 1;}#hero .cs-background img {width: 100%;height: 100%;object-fit: cover;object-position: 27%;position: absolute;top: 0;left: 0;}#hero .cs-background.cs-dark {opacity: 0;}#hero .cs-button-solid {padding: 20px 20px 19px;width: 100%;}}@media only screen and (min-width: 48rem) {#hero {padding-top: clamp(150px, 11.377vw + 33.5px, 250px);padding-bottom: clamp(60px, 10.239vw - 44.85px, 150px);min-height: 100vh;}#hero .cs-container {align-items: flex-start;}#hero .cs-content {text-align: left;margin-left: 0;width: 50%;align-items: flex-start;}#hero .cs-background {height: 100%;display: block;}#hero .cs-background:before {background: linear-gradient(120deg, rgba(174, 187, 219, 0.95) 40%, rgba(238, 232, 245, 0) 90%);}#hero .cs-button-solid {padding: 20px clamp(20px, 1.309vw + 15.09px, 40px) 19px;width: auto;}}@media only screen and (min-width: 0rem) {body.dark-mode #hero .cs-topper {color: #fff;}body.dark-mode #hero .cs-background:before {background: linear-gradient(0deg, #0C0A1F 0%, rgba(23, 18, 56, 0.78) 50%, rgba(78, 75, 102, 0) 100%);}}@media only screen and (min-width: 48rem) {body.dark-mode #hero .cs-background:before {background: linear-gradient(120deg, #0C0A1F 0%, rgba(23, 18, 56, 0.78) 50%, rgba(78, 75, 102, 0) 100%);}}@media only screen and (min-width: 0rem) {#problem {padding: var(--sectionPadding);}#problem .cs-container {width: 100%;max-width: 36.5rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#problem .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#problem .cs-title {max-width: none;}#problem .cs-text {max-width: 800px;}#problem .cs-card-group {width: 100%;margin: 0 auto;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);grid-auto-flow: row;gap: 1.75rem;}#problem .cs-item {list-style: none;width: 100%;margin: 0 auto;box-sizing: border-box;padding-bottom: 1.75rem;border-bottom: 1px solid var(--secondary);display: flex;flex-direction: column;justify-content: flex-start;grid-column: span 12;grid-row: span 1;position: relative;z-index: 1;transition: box-shadow 0.3s, border-color 0.3s;}#problem .cs-item:last-of-type {padding-bottom: 0;border-bottom: none;}#problem .cs-h3 {font-size: clamp(1.25rem, 2vw, 1.9375rem);font-weight: bold;line-height: 1.2em;text-align: inherit;margin: 0 0 1rem;color: var(--headerColor);transition: color 0.3s;}#problem .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;margin: 0;padding: 0;color: var(--bodyTextColor);}}@media only screen and (min-width: 48rem) {#problem .cs-container {max-width: 80rem;}#problem .cs-card-group {gap: clamp(1.25rem, 3vw, 2rem);}#problem .cs-item {padding: 0;padding-left: clamp(1.25rem, 3vw, 2rem);border: none;border-left: 1px solid var(--secondary);grid-column: span 4;}}@media only screen and (min-width: 0rem) {body.dark-mode #problem .cs-item {border-left-color: rgba(255, 255, 255, 0.2);}body.dark-mode #problem .cs-title, body.dark-mode #problem .cs-h3, body.dark-mode #problem .cs-item-text {color: #fff;}body.dark-mode #problem .cs-text, body.dark-mode #problem .cs-item-text {color: var(--light1);}}@media only screen and (min-width: 0rem) {#value {padding: var(--sectionPadding);background: linear-gradient(115deg, #fff 0%, var(--tertiaryLight) 52%, var(--tertiary) 99%);}#value .cs-container {width: 100%;max-width: 36.5rem;margin: auto;display: flex;flex-direction: column;gap: clamp(50px, 1.963vw + 42.64px, 80px);}#value .cs-wrapper {display: flex;flex-direction: column;gap: clamp(3rem, 5vw, 4rem);}#value .cs-content {text-align: left;width: 100%;max-width: 37.5rem;display: flex;flex-direction: column;align-items: flex-start;}#value .cs-picture {width: 100%;max-width: 614px;}#value .cs-picture img {display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 22px;}#value .cs-card-group {margin: 0;padding: 0;display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: clamp(1rem, 2.5vw, 1.25rem);}#value .cs-item {list-style: none;padding: clamp(20px, 0.654vw + 17.55px, 30px) clamp(20px, 0.262vw + 19.02px, 24px);box-sizing: border-box;background-color: #fff;display: flex;flex-direction: column;gap: 15px;border-radius: clamp(12px, 2vw, 24px);}#value .cs-h3 {font-size: clamp(1.25rem, 2vw, 1.5625rem);margin: 0;color: var(--headerColor);}#value .cs-number {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);font-weight: 700;line-height: 1.2em;margin: 0;width: 100%;color: var(--headerColor);margin-top: auto;}}@media only screen and (min-width: 48rem) {#value .cs-container {max-width: 80rem;}#value .cs-wrapper {flex-direction: row;justify-content: space-between;align-items: center;}#value .cs-card-group {grid-template-columns: repeat(2, minmax(0, 1fr));}}@media only screen and (min-width: 64rem) {#value .cs-card-group {grid-template-columns: repeat(4, minmax(0, 1fr));}}@media only screen and (min-width: 0) {body.dark-mode #value {background: linear-gradient(126deg, var(--dark4) 1%, var(--dark3) 48%, var(--dark1) 100%);}body.dark-mode #value .cs-item {background-color: rgba(0, 0, 0, 0.4);}body.dark-mode #value .cs-h3, body.dark-mode #value .cs-number {color: #fff;}body.dark-mode #value .cs-item-text {color: var(--light1);}}@media only screen and (min-width: 0rem) {#technical {padding: var(--sectionPadding);overflow: hidden;position: relative;z-index: 1;}#technical .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#technical .cs-content {text-align: left;width: 100%;max-width: 33.875rem;display: flex;flex-direction: column;align-items: flex-start;position: relative;z-index: 3;}#technical .cs-text {font-size: clamp(16px, 1.3vw, 18px);margin-bottom: 16px;}#technical .cs-text:last-of-type {margin-bottom: 0;}#technical .cs-picture {display: block;position: relative;width: clamp(490px, 46.296vw + 316.39px, 790px);height: clamp(314px, 29.784vw + 202.31px, 507px);margin: 0 0 calc(clamp(60px, 3.086vw + 48.43px, 80px) * -1) 0;}#technical .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: contain;}#technical .cs-button-solid {margin-top: 24px;}}@media only screen and (min-width: 64rem) {#technical .cs-container {max-width: 80rem;flex-direction: row;justify-content: space-between;align-items: center;}#technical .cs-picture {width: clamp(900px, 14.448vw + 752.05px, 1027px);height: clamp(577px, 9.329vw + 481.47px, 659px);margin: clamp(-60px, 3.413vw - 94.95px, -30px) calc(clamp(100px, 14.79vw - 51.44px, 230px) * -1) -120px -130px;}#technical .cs-content {width: 51%;}}@media only screen and (min-width: 0rem) {body.dark-mode #technical {background: linear-gradient(126deg, var(--dark1) 0%, var(--dark3) 52%, var(--dark4) 99%);}}@media only screen and (min-width: 0rem) {#workflows {padding: var(--sectionPadding);overflow: hidden;position: relative;z-index: 1;background-color: #f7f7f7;}#workflows .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#workflows .cs-content {text-align: center;width: 100%;max-width: 620px;display: flex;flex-direction: column;align-items: center;position: relative;z-index: 3;}#workflows ul {box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);border-radius: clamp(12px, 2vw, 24px);overflow: clip;}#workflows ul .cs-head {display: none;}#workflows ul .cs-item {list-style: none;padding: 20px;}#workflows ul .cs-item h3 {font-size: 20px;margin-bottom: 18px;line-height: 1.3;}#workflows ul .cs-item h3 br {display: none;}#workflows ul .cs-item p {padding-left: 33px;background: url("/assets/images/bullet-check.avif") no-repeat 0 1px/22px;color: var(--headerColor);}#workflows ul .cs-item p.cs-hard-way {background: url("/assets/images/bullet-x.avif") no-repeat 2px 3px/18px;margin-bottom: 15px;color: #666;}#workflows ul .cs-item p span {font-weight: 700;}#workflows ul .cs-item:nth-of-type(odd) {background: linear-gradient(108deg, var(--secondary) 0%, var(--secondaryLight) 100%);}#workflows ul .cs-item:nth-of-type(odd) h3, #workflows ul .cs-item:nth-of-type(odd) p {color: #fff;}#workflows ul .cs-item:nth-of-type(odd) p.cs-hard-way {color: #ddd;}}@media only screen and (min-width: 48rem) {#workflows .cs-container {max-width: 80rem;}#workflows ul .cs-head {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));}#workflows ul .cs-head span {display: block;padding: 30px 10px;background: linear-gradient(108deg, var(--secondary) 0%, var(--secondaryLight) 100%);text-align: center;font-size: clamp(22px, 0.264vw + 19.97px, 25px);font-family: var(--headerFont);font-weight: 900;color: #fff;border-bottom: 1px solid #ccc;}#workflows ul .cs-head span:nth-of-type(2) {background: #ddd;color: #444;font-weight: 500;}#workflows ul .cs-item {padding: 0;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));}#workflows ul .cs-item h3 {background: linear-gradient(108deg, var(--secondary) 0%, var(--secondaryLight) 100%);padding: 15px 10px;text-align: center;margin-bottom: 0;color: #fff;display: flex;align-items: center;justify-content: center;line-height: 1.4;border-bottom: 1px solid #ccc;}#workflows ul .cs-item h3 br {display: block;}#workflows ul .cs-item p {padding: 15px clamp(15px, 1.322vw + 4.85px, 30px) 15px clamp(40px, 2.026vw + 24.44px, 63px);color: #fff;background: linear-gradient(108deg, var(--secondary) 0%, var(--secondaryLight) 100%);border-bottom: 1px solid #ccc;position: relative;}#workflows ul .cs-item p span {display: none;}#workflows ul .cs-item p:before {content: "";position: absolute;width: 22px;height: 22px;background: url(/assets/images/bullet-check.avif) no-repeat center/contain;top: 16px;left: clamp(13px, 1.498vw + 1.5px, 30px);}#workflows ul .cs-item p.cs-hard-way {color: #444;background: #ddd;margin-bottom: 0;}#workflows ul .cs-item p.cs-hard-way:before {width: 19px;height: 19px;background-image: url(/assets/images/bullet-x.avif);top: 17px;}#workflows ul .cs-item:nth-of-type(odd) {background: none;}#workflows ul .cs-item:nth-of-type(odd) p.cs-hard-way {color: #444;}#workflows ul .cs-item:last-of-type h3, #workflows ul .cs-item:last-of-type p {border-bottom: none;}}@media only screen and (min-width: 0rem) {body.dark-mode #workflows {background-color: var(--dark3);}body.dark-mode #workflows ul {box-shadow: 0px 4px 25px 0px rgba(149, 157, 165, 0.2);}body.dark-mode #workflows ul .cs-item p {color: #fff;}body.dark-mode #workflows ul .cs-item p.cs-hard-way {color: #999;}body.dark-mode #workflows ul .cs-item:nth-of-type(odd) {background: linear-gradient(125deg, var(--dark5) 60%, var(--dark2));}}@media only screen and (min-width: 48rem) {body.dark-mode #workflows ul .cs-head span {background: #403693;border-bottom-color: #1E1A55;}body.dark-mode #workflows ul .cs-head span:nth-of-type(2) {color: #A5A5BA;background: #151041;}body.dark-mode #workflows ul .cs-item h3 {background: #1E1A55;border-bottom-color: #2E2973;}body.dark-mode #workflows ul .cs-item p {border-bottom-color: #2E2973;background: #1E1A55;}body.dark-mode #workflows ul .cs-item p.cs-hard-way {color: #8698C4;background: var(--dark2);border-bottom-color: #1E1A55;}}@media only screen and (min-width: 0rem) {#video-testimonials {padding: var(--sectionPadding);}#video-testimonials .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);position: relative;z-index: 1;}#video-testimonials .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#video-testimonials .cs-card-group {width: 100%;max-width: 400px;margin: 0;padding: 0;display: grid;gap: clamp(1rem, 1.8vw, 1.25rem);row-gap: 2.5rem;}#video-testimonials .cs-item {list-style: none;position: relative;aspect-ratio: 1/1;border-radius: clamp(12px, 2vw, 24px);overflow: clip;cursor: pointer;box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);}#video-testimonials .cs-item:before {content: "";position: absolute;width: 100%;height: 288px;background: linear-gradient(to top, #000, transparent);bottom: 0;left: 0;transition: opacity 0.5s;}#video-testimonials .cs-item:hover .cs-play, #video-testimonials .cs-item:has(:focus) .cs-play {border-color: var(--primary);}#video-testimonials .cs-item:hover .cs-icon, #video-testimonials .cs-item:has(:focus) .cs-icon {background-color: var(--primary);}#video-testimonials .cs-item.cs-playing:before, #video-testimonials .cs-item.cs-playing .cs-bio {opacity: 0;}#video-testimonials .cs-item.cs-playing .cs-play {background-color: var(--primary);border-color: var(--primary);}#video-testimonials .cs-item.cs-playing .cs-icon {background-color: #fff;rotate: -90deg;}#video-testimonials .cs-item.cs-playing .cs-icon:first-child {clip-path: polygon(56.42249% 57.01763%, 54.93283% 57.0175%, 53.00511% 57.01738%, 50.83554% 57.01727%, 48.62036% 57.01718%, 46.55585% 57.01709%, 44.83822% 57.01702%, 43.66373% 57.01698%, 43.22863% 57.01696%, 42.86372% 57.01904%, 42.56988% 57.01621%, 42.3402% 56.99486%, 42.16778% 56.94152%, 42.0457% 56.84267%, 41.96705% 56.68478%, 41.92493% 56.45432%, 41.91246% 56.13777%, 41.91258% 55.76282%, 41.9129% 55.37058%, 41.91335% 54.96757%, 41.91387% 54.56032%, 41.91439% 54.15537%, 41.91485% 53.75926%, 41.91517% 53.3785%, 41.91529% 53.01965%, 41.94275% 52.72355%, 42.02117% 52.51653%, 42.14465% 52.38328%, 42.30727% 52.30854%, 42.50308% 52.27699%, 42.72619% 52.27341%, 42.97065% 52.28248%, 43.23056% 52.2889%, 43.94949% 52.28896%, 45.45083% 52.28912%, 47.47445% 52.28932%, 49.76027% 52.28957%, 52.04818% 52.28981%, 54.07805% 52.29003%, 55.5898% 52.29019%, 56.32332% 52.29024%, 56.58221% 52.28816%, 56.83726% 52.28948%, 57.07897% 52.30593%, 57.29794% 52.34898%, 57.48468% 52.43029%, 57.62978% 52.56146%, 57.72375% 52.7541%, 57.75718% 53.01981%, 57.75713% 53.37763%, 57.75699% 53.81831%, 57.75679% 54.31106%, 57.75657% 54.82507%, 57.75635% 55.32958%, 57.75615% 55.79377%, 57.75601% 56.18684%, 57.75596% 56.47801%, 57.7549% 56.50122%, 57.74034% 56.5624%, 57.6955% 56.64887%, 57.60334% 56.748%, 57.44691% 56.84712%, 57.20925% 56.93358%, 56.87342% 56.99471%);}#video-testimonials .cs-item.cs-playing .cs-icon:last-child {clip-path: polygon(56.42249% 42.44625%, 54.93283% 42.44637%, 53.00511% 42.44649%, 50.83554% 42.4466%, 48.62036% 42.4467%, 46.55585% 42.44679%, 44.83822% 42.44685%, 43.66373% 42.4469%, 43.22863% 42.44691%, 42.86372% 42.44483%, 42.56988% 42.44767%, 42.3402% 42.46902%, 42.16778% 42.52235%, 42.0457% 42.6212%, 41.96705% 42.77909%, 41.92493% 43.00956%, 41.91246% 43.32611%, 41.91258% 43.70105%, 41.9129% 44.0933%, 41.91335% 44.49631%, 41.91387% 44.90355%, 41.91439% 45.3085%, 41.91485% 45.70462%, 41.91517% 46.08537%, 41.91529% 46.44422%, 41.94275% 46.74032%, 42.02117% 46.94735%, 42.14465% 47.0806%, 42.30727% 47.15534%, 42.50308% 47.18688%, 42.72619% 47.19047%, 42.97065% 47.1814%, 43.23056% 47.17497%, 43.94949% 47.17491%, 45.45083% 47.17476%, 47.47445% 47.17455%, 49.76027% 47.1743%, 52.04818% 47.17406%, 54.07805% 47.17384%, 55.5898% 47.17369%, 56.32332% 47.17363%, 56.58221% 47.17571%, 56.83726% 47.17439%, 57.07897% 47.15795%, 57.29794% 47.1149%, 57.48468% 47.03359%, 57.62978% 46.90242%, 57.72375% 46.70977%, 57.75718% 46.44406%, 57.75713% 46.08625%, 57.75699% 45.64557%, 57.75679% 45.15282%, 57.75657% 44.6388%, 57.75635% 44.1343%, 57.75615% 43.6701%, 57.75601% 43.27703%, 57.75596% 42.98586%, 57.7549% 42.96265%, 57.74034% 42.90148%, 57.6955% 42.815%, 57.60334% 42.71587%, 57.44691% 42.61675%, 57.20925% 42.53029%, 56.87342% 42.46916%);}#video-testimonials .cs-video {position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: 0;object-fit: cover;z-index: -1;}#video-testimonials .cs-details {display: flex;align-items: end;justify-content: space-between;gap: 20px;position: absolute;width: calc(100% - 60px);bottom: 30px;left: 50%;translate: -50% 0;}#video-testimonials .cs-bio {transition: opacity 0.5s;}#video-testimonials .cs-name {font-size: 24px;color: #fff;line-height: 1.1;margin-bottom: 3px;}#video-testimonials .cs-position, #video-testimonials .cs-company {font-size: 14px;color: #fff;opacity: 0.8;display: block;line-height: 1.2;}#video-testimonials .cs-position {color: var(--primary);opacity: 1;font-weight: 500;margin-bottom: 6px;font-size: 15px;}#video-testimonials .cs-play {flex-shrink: 0;position: relative;width: 48px;height: 48px;border: 1px solid #fff;border-radius: 8px;outline-color: var(--primary);transition: border-color 0.3s;}#video-testimonials .cs-icon {position: absolute;width: 100px;height: 100px;background-color: #fff;top: 50%;left: 50%;translate: -50% -50%;transition: background-color 0.3s, rotate 0.5s, clip-path 0.5s;}#video-testimonials .cs-icon:first-child {clip-path: polygon(43.77666% 55.85251%, 43.77874% 55.46331%, 43.7795% 55.09177%, 43.77934% 54.74844%, 43.77855% 54.44389%, 43.77741% 54.18863%, 43.77625% 53.99325%, 43.77533% 53.86828%, 43.77495% 53.82429%, 43.77518% 53.55329%, 43.7754% 53.2823%, 43.77563% 53.01131%, 43.77585% 52.74031%, 43.77608% 52.46932%, 43.7763% 52.19832%, 43.77653% 51.92733%, 43.77675% 51.65633%, 43.77653% 51.38533%, 43.7763% 51.11434%, 43.77608% 50.84334%, 43.77585% 50.57235%, 43.77563% 50.30136%, 43.7754% 50.03036%, 43.77518% 49.75936%, 43.77495% 49.48837%, 44.48391% 49.4885%, 45.19287% 49.48865%, 45.90183% 49.48878%, 46.61079% 49.48892%, 47.31975% 49.48906%, 48.0287% 49.4892%, 48.73766% 49.48934%, 49.44662% 49.48948%, 50.72252% 49.48934%, 51.99842% 49.4892%, 53.27432% 49.48906%, 54.55022% 49.48892%, 55.82611% 49.48878%, 57.10201% 49.48865%, 58.3779% 49.4885%, 59.6538% 49.48837%, 59.57598% 49.89151%, 59.31883% 50.28598%, 58.84686% 50.70884%, 58.12456% 51.19714%, 57.11643% 51.78793%, 55.78697% 52.51828%, 54.10066% 53.42522%, 52.02202% 54.54581%, 49.96525% 55.66916%, 48.3319% 56.57212%, 47.06745% 57.27347%, 46.11739% 57.79191%, 45.42719% 58.14619%, 44.94235% 58.35507%, 44.60834% 58.43725%, 44.37066% 58.41149%, 44.15383% 58.27711%, 43.99617% 58.0603%, 43.88847% 57.77578%, 43.82151% 57.43825%, 43.78608% 57.06245%, 43.77304% 56.66309%, 43.773% 56.25486%);}#video-testimonials .cs-icon:last-child {clip-path: polygon(43.77666% 43.83035%, 43.77874% 44.21955%, 43.7795% 44.59109%, 43.77934% 44.93442%, 43.77855% 45.23898%, 43.77741% 45.49423%, 43.77625% 45.68961%, 43.77533% 45.81458%, 43.77495% 45.85858%, 43.77518% 46.12957%, 43.7754% 46.40056%, 43.77563% 46.67156%, 43.77585% 46.94255%, 43.77608% 47.21355%, 43.7763% 47.48454%, 43.77653% 47.75554%, 43.77675% 48.02654%, 43.77653% 48.29753%, 43.7763% 48.56852%, 43.77608% 48.83952%, 43.77585% 49.11051%, 43.77563% 49.38151%, 43.7754% 49.65251%, 43.77518% 49.9235%, 43.77495% 50.1945%, 44.48391% 50.19436%, 45.19287% 50.19422%, 45.90183% 50.19408%, 46.61079% 50.19394%, 47.31975% 50.1938%, 48.0287% 50.19366%, 48.73766% 50.19353%, 49.44662% 50.19338%, 50.72252% 50.19353%, 51.99842% 50.19366%, 53.27432% 50.1938%, 54.55022% 50.19394%, 55.82611% 50.19408%, 57.10201% 50.19422%, 58.3779% 50.19436%, 59.6538% 50.1945%, 59.57598% 49.79136%, 59.31883% 49.39688%, 58.84686% 48.97402%, 58.12456% 48.48572%, 57.11643% 47.89493%, 55.78697% 47.16458%, 54.10066% 46.25764%, 52.02202% 45.13705%, 49.96525% 44.01371%, 48.3319% 43.11074%, 47.06745% 42.4094%, 46.11739% 41.89096%, 45.42719% 41.53667%, 44.94235% 41.3278%, 44.60834% 41.24561%, 44.37066% 41.27137%, 44.15383% 41.40575%, 43.99617% 41.62256%, 43.88847% 41.90709%, 43.82151% 42.24461%, 43.78608% 42.62041%, 43.77304% 43.01978%, 43.773% 43.428%);}}@media only screen and (min-width: 48rem) {#video-testimonials .cs-content {flex-direction: row;justify-content: space-between;align-items: center;}#video-testimonials .cs-flex-group {width: 45%;}#video-testimonials .cs-title {margin-bottom: 0;}#video-testimonials .cs-text {width: 48vw;}#video-testimonials .cs-card-group {grid-template-columns: repeat(3, minmax(0, 1fr));max-width: 100%;}}@media only screen and (min-width: 0rem) {body.dark-mode #video-testimonials .cs-card-group .cs-item {box-shadow: 0px 4px 25px 0px rgba(149, 157, 165, 0.2);}}@media only screen and (min-width: 0rem) {body.dark-mode #video-testimonials {background-color: var(--dark2);}}@media only screen and (min-width: 0rem) {#cta .cs-text {max-width: 780px;}}