:root{color-scheme:light;--card:#fff;--ink:#4a586c;--link:#0068da;--brand:#06c;--brand-text:#06c;--bg-value:#f9f9f9;--border-value:#ececec;--about-ink:#4f398e;--orange:#fd940f;--trust-ink:#0b564b;--tint-product:#cce6ff;--tint-team:#c2eee3;--tint-industry:#ded4f2;--status-link:white}:root[data-theme=dark]{color-scheme:dark;--card:#19171d;--ink:#ece9f2;--link:#1c2936;--brand-text:#0079ff;--brand:#1c3556;--bg-value:#141217;--border-value:#2d2b31;--about-ink:#bba5fa;--trust-ink:#6fd0c2;--tint-product:#1c3556;--tint-team:#14403a;--tint-industry:#322a4d;--status-link:var(--orange)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--card:#19171d;--ink:#ece9f2;--link:#1c2936;--brand-text:#0079ff;--brand:#1c3556;--bg-value:#141217;--border-value:#2d2b31;--about-ink:#bba5fa;--trust-ink:#6fd0c2;--tint-product:#1c3556;--tint-team:#14403a;--tint-industry:#322a4d;--status-link:var(--orange)}}html{scroll-behavior:smooth;scroll-padding-top:85px}body{background:var(--card);color:var(--ink);font-family:myriad-pro,Myriad Pro,Helvetica Neue,Helvetica,sans-serif;line-height:1.2;&.status{flex-direction:column;min-height:100dvh;display:flex}&.error-404{background-color:#d9e8f9;flex-direction:column;min-height:100dvh;display:flex;& main{flex:1;display:flex}}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--card);color:var(--ink);z-index:1000;padding:.75rem 1.25rem;transition:transform .2s,top .2s;position:absolute;top:-100%;left:1rem;transform:translateY(-1rem);&:focus{top:1rem;transform:translateY(0)}}.content{width:100%;max-width:1100px;margin:0 auto;padding:0 1rem;@media only screen and (width>=800px){padding:0 2rem}}nav.main{backdrop-filter:blur(16px);z-index:99;background:#ffffffd9;position:fixed;top:0;left:0;right:0;:root[data-theme=dark] &{background:#18151bd9}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{background:#18151bd9}}& .nav-inner{align-items:center;gap:2rem;max-width:1100px;height:85px;margin:0 auto;padding:0 1rem;display:flex;position:relative}& .nav-bar{flex:1;align-items:center;gap:2rem;display:flex;& li:first-of-type{flex:1}}& .nav-links{align-items:center;gap:2rem;display:flex}& .nav-bar a,& .nav-links a{color:var(--brand-text);padding:2rem 1rem;font-weight:700;text-decoration:none;&:hover,&:active,&:focus{text-decoration:underline}}& .nav-toggle{color:var(--brand-text);cursor:pointer;background:0 0;border:0;align-items:center;padding:.5rem;display:none;& .icon-close{display:none}}&.is-open .nav-toggle{& .icon-menu{display:none}& .icon-close{display:block}}.about &{& .nav-bar a,& .nav-links a,& .nav-toggle{color:var(--about-ink)}}.error-404 &{background:#2e3842;& .nav-bar a,& .nav-links a,& .nav-toggle{color:#fff}}.trust &{& .nav-bar a,& .nav-links a,& .nav-toggle{color:var(--trust-ink)}}@media (width<=800px){& .nav-toggle{display:inline-flex}& .nav-links{backdrop-filter:blur(16px);background:#ffffffd9;border-top:1px solid #00000014;flex-direction:column;gap:0;padding:.5rem 0;display:none;position:absolute;top:85px;left:0;right:0;:root[data-theme=dark] &{background:#18151bd9}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{background:#18151bd9}}& a{width:100%;padding:1rem 1.5rem}}&.is-open .nav-links{display:flex;& li{display:flex}}}}header{color:#fff;min-height:35dvh;margin-top:85px;display:flex;& .content{flex-direction:column;justify-content:center;padding:0 2rem;display:flex}& h1{text-shadow:0 .25rem .5rem #00000080;margin:0;font-size:2.5rem;font-weight:900;line-height:1.2;@media only screen and (width>=800px){text-shadow:0 .25rem .5rem #00000040}}.home &{background:#576478 url(../im/all-the-people.webp) 25%/cover no-repeat}.about &{background:url(../im/beep-beep-boop.webp) 50%/cover no-repeat;min-height:35dvh;&>div{flex-direction:row;justify-content:space-between;align-items:center;margin:auto;& h1{margin:0 0 1rem}}}.trust &{color:#fff;background:#0b564b url(../im/people-pattern.png) 0 0/400px;min-height:35dvh;&>div{flex-direction:row;justify-content:space-between;align-items:center;margin:auto;& h1{margin:0 auto 1rem}& p{font-size:1.2rem;&+p{margin-top:.5rem}& a{color:var(--orange);font-weight:700;text-decoration:none;&:hover,&:active,&:focus{text-decoration:underline}}}& img{width:auto;max-height:100px}}}}section{flex-direction:column;justify-content:center;align-items:center;min-height:90dvh;padding:3rem 0;display:flex;.home &{& h2{text-align:center;margin:3rem 0 2rem;font-size:2.5rem;font-weight:600}& div>p{text-align:center;max-width:42rem;margin:0 auto;font-size:1.75rem;font-weight:600;&+p{margin-top:2rem}}}&.section-values{& .content{flex-direction:column;justify-content:space-between;gap:3rem;display:flex;@media only screen and (width>=800px){flex-direction:row}}& .intro{& p{text-align:left}}& .values-list{color:var(--ink);& h2{color:var(--ink);margin-top:1rem;font-size:1.25rem}& ul{flex-direction:column;gap:2rem;display:flex;& li{background:var(--bg-value);border:1px solid var(--border-value);border-radius:.5rem;flex:1;justify-content:flex-start;align-items:center;min-height:90px;padding:1rem 1rem 1rem 6rem;font-size:1.125rem;display:flex;position:relative;@media only screen and (width>=800px){justify-content:center;max-width:20rem}& span{opacity:.1;z-index:0;font-size:6rem;font-weight:900;position:absolute;left:1rem}& p{z-index:1}& em{white-space:nowrap;font-style:normal;font-weight:600}}}}& div>p{color:var(--ink)}}&.section-products{background:var(--link) url(../im/people-pattern.png) scroll repeat top left;color:#fff;background-size:400px;& div{margin-bottom:2rem;&>h2{margin-bottom:1rem}&>p{margin-bottom:3rem;font-size:1.75rem;font-weight:400}}& ul{flex-direction:column;gap:2rem;display:flex;@media only screen and (width>=800px){flex-direction:row}& li{flex:1;& a{color:#f3f0ff;text-align:center;background:#00000040;border:1px solid #0000001a;border-radius:.5rem;flex-direction:column;align-items:center;gap:1rem;padding:1rem;font-size:1.125rem;text-decoration:none;display:flex;& p:first-of-type{font-weight:700}& .faux-btn{border:1px solid #0000001a;border-radius:.5rem;width:100%;padding:.5rem 1rem;font-size:1.25rem;line-height:1.4;&:hover,&:active,&:focus{border-color:#f3f0ff}}}& img{max-width:100%;height:100%;max-height:35px}}}}&.section-about{& h2{text-align:left;margin:3rem 0 1rem;font-size:1.2rem;font-weight:900}& h3{margin:1rem 0 .5rem;font-weight:700}& div.content{& div.intro{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:3rem;display:flex;@media only screen and (width>=800px){flex-direction:row}& ul{color:var(--ink);letter-spacing:5%;text-align:center;text-transform:uppercase;grid-template-columns:1fr 1fr;align-items:center;font-size:.75rem;font-weight:700;display:grid;& small{font-size:.5rem}& img{@media only screen and (width>=800px){max-width:125px}}}}& div.cols{grid-template-columns:1fr;gap:1rem 3rem;display:grid;@media only screen and (width>=800px){grid-template-columns:1fr 1fr}}}& p{text-align:left;max-width:42rem;margin:0;font-size:1.1rem;font-weight:300;line-height:1.4;&+p{margin-top:1rem}& a{color:var(--about-ink);font-weight:700;text-decoration:none;&:hover,&:active,&:focus{text-decoration:underline}}}}&.section-trust{justify-content:flex-start;& nav{backdrop-filter:blur(16px);z-index:10;background:#ffffffd9;position:sticky;top:85px;:root[data-theme=dark] &{background:#18151bd9}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{background:#18151bd9}}}& nav ul{flex-direction:column;padding-bottom:1rem;display:flex;@media only screen and (width>=800px){flex-direction:row;gap:2rem}& a{color:var(--trust-ink);border-left:2px solid #0000;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;display:block;@media only screen and (width>=800px){border-bottom:2px solid #0000;border-left:none;padding:.5rem 0}&:hover,&.active{border-color:var(--trust-ink)}}}& h2{color:#000;scroll-margin-top:calc(45px + var(--trust-nav-height,41px));text-align:left;align-items:center;gap:.5rem;margin:3rem 0 1rem;font-size:1.2rem;font-weight:900;display:flex;:root[data-theme=dark] &{color:#fff}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{color:#fff}}&#gdpr{& img{width:26px;height:22px;:root[data-theme=dark] &{border:.5px solid #fff}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{border:.5px solid #fff}}}}& span{font-size:1.5em;line-height:1}}& .content>div{flex-direction:column;justify-content:space-between;gap:2rem;display:flex;@media only screen and (width>=800px){flex-direction:row}& h3{align-items:center;gap:.5rem;margin:1rem 0 .5rem;font-weight:700;display:flex;& span{color:var(--trust-ink);background-color:#f3fcfb;border:1px solid #9aebdf;border-radius:.25rem;padding:.125rem .25rem;font-size:.5rem;:root[data-theme=dark] &{background-color:#000}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{background-color:#000}}}}& p{text-align:left;max-width:42rem;margin:0;font-size:1rem;font-weight:300;line-height:1.4;&+p{margin-top:1rem}& a{color:var(--trust-ink);font-weight:700;text-decoration:none;&:hover,&:active,&:focus{text-decoration:underline}}}& .trust-grid{flex-direction:column;gap:.5rem;width:100%;display:flex;@media only screen and (width>=800px){max-width:17rem}& li{color:#000;--fa-primary-color:#00cdae;--fa-secondary-color:#00cdae80;background:#99ebdf1f;border:1px solid #99ebdf;border-radius:.5rem;align-items:center;gap:.5rem;padding:1rem;font-size:.75rem;font-weight:700;display:flex;:root[data-theme=dark] &{color:#fff;background:#000}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{color:#fff;background:#000}}&:has(a){padding:0}& a{color:#000;align-items:center;gap:.5rem;width:100%;padding:1rem;text-decoration:none;display:flex;:root[data-theme=dark] &{color:#fff}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{color:#fff}}& .fa-arrow-up-right-from-square{color:var(--fa-primary-color)}&:hover,&:active,&:focus{& .fa-arrow-up-right-from-square{color:#000;:root[data-theme=dark] &{color:#fff}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{color:#fff}}}}}}&.links{& .svg-inline--fa:not(.fa-arrow-up-right-from-square){font-size:1.5em}& .fa-arrow-up-right-from-square{margin-left:auto}}}}}&.section-status{background:var(--brand) url(../im/people-pattern.png) scroll repeat top left;background-size:400px;flex:1;min-height:0;margin-top:85px;& h1{color:#fff;text-align:center;text-shadow:0 .25rem .5rem #00000040;margin:0 auto;font-size:2.5rem;font-weight:900;line-height:1.2}& p{color:#fff;text-align:center;margin:1rem auto;font-size:1.2rem;& a{color:var(--status-link);font-weight:700;text-decoration:none;&:hover,&:focus,&:active{text-decoration:underline}}}& p+img{margin-top:6rem}& img{max-width:100%;height:100%;max-height:35px;margin-bottom:2rem}& iframe+img{margin-top:6rem}}&.section-error{flex:1;min-height:0;margin-top:85px;& h1{margin-bottom:2rem;font-size:2.5rem;font-weight:900}& p+p{margin-top:1rem}}}footer{color:var(--ink);background:#d9e8f9;padding:3rem 0;.about &{background:#f3f0ff}.trust &{background:#99ebdf1f}.status &{background:#fff}:root[data-theme=dark] &{background:var(--tint-product)}:root[data-theme=dark] .about &{background:var(--tint-industry)}:root[data-theme=dark] .trust &{background:var(--tint-team)}:root[data-theme=dark] .status &{background:var(--card)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) &{background:var(--tint-product)}:root:not([data-theme=light]) .about &{background:var(--tint-industry)}:root:not([data-theme=light]) .trust &{background:var(--tint-team)}:root:not([data-theme=light]) .status &{background:var(--card)}}& .content{flex-direction:column-reverse;justify-content:space-between;gap:3rem;display:flex;@media only screen and (width>=800px){flex-direction:row}}& .footer-brand{& p{margin-bottom:1rem;line-height:1.6}& b{font-weight:700}}& .footer-columns{grid-template-columns:1fr 1fr;gap:3rem;display:grid;@media only screen and (width>=800px){grid-template-columns:1fr 1fr 1fr}& .footer-links{flex-direction:column;flex:1;gap:.5rem;display:flex;& h3{letter-spacing:.05em;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:700}& a{color:var(--ink);text-decoration:none;&:hover,&:active,&:focus{text-decoration:underline}}}}}.wave{transform-origin:100% 100%;animation-name:waving;animation-duration:3s;animation-iteration-count:1;display:inline-block}@keyframes waving{0%{transform:rotate(30deg)}5%{transform:rotate(-10deg)}10%{transform:rotate(30deg)}15%{transform:rotate(-10deg)}20%{transform:rotate(30deg)}to{transform:rotate(0)}}.theme-toggle{color:var(--ink);cursor:pointer;opacity:.75;background:0 0;border:0;flex-shrink:0;align-self:center;align-items:center;padding:.5rem;display:inline-flex;&:hover{opacity:1}& .icon-sun{display:none}}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}:root[data-theme=dark] .theme-toggle .icon-moon{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle .icon-sun{display:block}:root:not([data-theme=light]) .theme-toggle .icon-moon{display:none}}