.hero{position:relative;margin-top:var(--section-gap)}.layout__body>.hero:first-child{margin-top:var(--section-gap-first)}.hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/immutable/background-grid.svg);background-repeat:repeat;background-size:187px auto;background-position:50%;-webkit-mask-image:radial-gradient(ellipse 75% 50% at 50% 50%,#000 50%,transparent 100%);mask-image:radial-gradient(ellipse 75% 50% at 50% 50%,#000 50%,transparent 100%);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero__wrap{position:relative;display:flex;align-items:center;overflow:hidden;gap:24px}@media (max-width:768px){.hero__wrap{flex-direction:column;align-items:stretch;gap:16px}}.hero__illustration{flex:1;max-width:480px}@media (max-width:1231px){.hero__illustration{max-width:340px}}@media (max-width:768px){.hero__illustration{max-width:100%}}.hero__illustration img{width:100%;height:auto;border-radius:24px}.hero__content{position:relative;flex:1}@media (max-width:768px){.hero__content{width:100%;padding:24px 0}}.hero__title{max-width:18ch;font-family:var(--font-family-heading);font-size:56px;font-weight:500;line-height:1.15;letter-spacing:-.018em}.hero__title strong{font-weight:inherit;color:var(--primary-main)}@media (max-width:1231px){.hero__title{font-size:48px}}@media (max-width:1024px){.hero__title{font-size:36px}}@media (max-width:768px){.hero__title{font-size:32px}.hero__title br{display:none}}.hero__description{max-width:60ch;font-size:18px;font-weight:400;line-height:1.6}*+.hero__description{margin-top:32px}@media (max-width:1024px){.hero__description{font-size:17px}}@media (max-width:768px){.hero__description{font-size:16px}*+.hero__description{margin-top:24px}}.hero__description *+p,.hero__description *+ul{margin-top:.5em}.hero__description ul{display:flex;flex-wrap:wrap;-moz-column-gap:16px;column-gap:16px;row-gap:12px;list-style:none}.hero__description ul li>p:first-child:before{content:"";display:inline-block;width:14px;height:12px;margin-right:8px;background-image:url(/immutable/icons/checkmark-green-small.svg);background-repeat:no-repeat;background-size:contain}.hero__cta{display:flex;flex-wrap:wrap;gap:12px}*+.hero__cta{margin-top:32px}.image-text{margin-top:var(--section-gap)}.heading+.image-text{margin-top:var(--section-gap-small)}.image-text__wrap{position:relative;display:flex;align-items:center;overflow:hidden;gap:56px;min-height:400px;padding:40px;color:#fff;border-radius:24px;background-color:var(--primary-main);background-image:radial-gradient(160% 120% at 0 100%,rgba(var(--white-rgb),.6) 0,rgba(var(--white-rgb),0) 100%)}.image-text--theme-primary-dark .image-text__wrap{background-image:radial-gradient(125% 90% at 78% 110%,rgba(240,156,46,.5) 0,rgba(240,156,46,0) 100%),linear-gradient(102deg,#732714 33.66%,#8b3015 100.44%)}@media (max-width:1231px){.image-text__wrap{gap:32px;padding:40px 32px}}@media (max-width:1024px){.image-text__wrap{gap:24px;padding:32px 24px}}@media (max-width:768px){.image-text__wrap{flex-direction:column;gap:32px;padding:24px}}.image-text__grid{position:absolute;right:0;bottom:0;left:0;height:350px;background-image:url(/immutable/dots-grid-white.svg);background-repeat:repeat;background-size:15px auto;background-position:50%;-webkit-mask-image:radial-gradient(ellipse 60% 100% at 50% 100%,#000 0,transparent 100%);mask-image:radial-gradient(ellipse 60% 100% at 50% 100%,#000 0,transparent 100%);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-text__image{position:relative;flex:1;max-width:500px}@media (max-width:1231px){.image-text__image{max-width:400px}}@media (max-width:1024px){.image-text__image{max-width:350px}}.image-text__image img{width:100%;height:auto;border-radius:24px}.image-text__content{display:flex;flex:1;flex-direction:column;justify-content:center}.image-text__sup-title.sup-title{color:inherit}.image-text__title{font-family:var(--font-family-heading);font-size:32px;font-weight:500;line-height:1.3;letter-spacing:-.03em}*+.image-text__title{margin-top:10px}@media (max-width:1024px){.image-text__title{font-size:24px}}@media (max-width:768px){.image-text__title{font-size:20px}.image-text__title br{display:none}}.image-text__description{font-size:18px;font-weight:400;line-height:1.5;color:rgba(var(--white-rgb),.8)}*+.image-text__description{margin-top:18px}@media (max-width:1024px){.image-text__description{font-size:16px}}.image-text__description *+p,.image-text__description *+ul{margin-top:1em}.image-text__description ul{padding-left:24px}.image-text__description ul *+li{margin-top:.25em}*+.image-text__cta{margin-top:20px}@media (max-width:1024px){*+.image-text__cta{margin-top:16px}}*+.job-index,.job-index:first-child{margin-top:var(--section-gap)}.job-index__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px;list-style:none}@media (max-width:1231px){.job-index__list{gap:24px}}@media (max-width:1024px){.job-index__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.job-index__list{display:flex;flex-direction:column}}.job-card{--color:var(--black);--color-rgb:var(--black-rgb);position:relative;display:flex;flex-direction:column;overflow:hidden;color:var(--color);border-radius:var(--radius);background-color:var(--primary-50);transition:background-color .2s ease-in-out}.job-card:hover:not(:active){background-color:var(--primary-100)}.job-card__content{display:flex;flex:1;flex-direction:column;padding:24px}@media (max-width:1231px){.job-card__content{padding:16px}}.job-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}*+.job-card__header{margin-top:16px}.job-card__date{font-size:var(--font-size-16);font-weight:500;line-height:1.4;color:var(--primary-main)}.job-card__title{display:block;font-size:var(--font-size-24);font-weight:600;line-height:1.3;letter-spacing:-.01em;-webkit-text-decoration:none;text-decoration:none}.job-card__title:before{position:absolute;top:0;right:0;bottom:0;left:0;content:""}*+.job-card__title{margin-top:14px}@media (max-width:1024px){.job-card__title{font-size:20px}}@media (max-width:768px){.job-card__title{font-size:18px}}.job-card__footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:16px;font-size:var(--font-size-16);font-weight:500;line-height:1.4;color:var(--primary-main)}.job-card__footer svg{--size:14px;position:relative;top:2px;flex-shrink:0;width:14px;width:var(--size);height:14px;height:var(--size);-o-object-fit:contain;object-fit:contain}.legal{margin-top:var(--section-gap)}.heading+.legal{margin-top:var(--section-gap-small)}.legal__wrap{max-width:85ch;font-size:16px;line-height:1.8}@media (max-width:768px){.legal__wrap{font-size:15px}}.legal__wrap *+ol,.legal__wrap *+p,.legal__wrap *+ul{margin-top:1.25em}.legal__wrap *+h1,.legal__wrap *+h2,.legal__wrap *+h3,.legal__wrap *+h4,.legal__wrap *+h5,.legal__wrap *+h6{margin-top:1.5em}.legal__wrap ol *+li,.legal__wrap ul *+li{margin-top:8px}.legal__wrap ol,.legal__wrap ul{padding-left:1.5em}.legal__wrap h2{font-size:28px}.legal__wrap h3{font-size:24px}.legal__wrap h4{font-size:20px}.logos{--gap:52px;margin-top:var(--section-gap)}.heading+.logos{margin-top:48px}@media (max-width:768px){.logos{--gap:32px}.heading+.logos{margin-top:24px}}.logos__static{flex-wrap:wrap}.logos__carousel,.logos__static{display:flex;justify-content:center}.logos__carousel{--mask-size:100px;position:relative;flex-flow:row nowrap;align-items:center;overflow:hidden;margin-right:calc(-1 * var(--page-right-padding));margin-left:calc(-1 * var(--page-left-padding));-webkit-mask-image:linear-gradient(to right,transparent 0,#000 100px,#000 calc(var(--page-max-width) - 100px * 2),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 100px,#000 calc(var(--page-max-width) - 100px * 2),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--mask-size),#000 calc(var(--page-max-width) - var(--mask-size) * 2),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--mask-size),#000 calc(var(--page-max-width) - var(--mask-size) * 2),transparent 100%)}@media (max-width:1231px){.logos__carousel{--mask-size:64px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 64px,#000 calc(100vw - 64px * 2),transparent);mask-image:linear-gradient(90deg,transparent 0,#000 64px,#000 calc(100vw - 64px * 2),transparent);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--mask-size),#000 calc(100vw - var(--mask-size) * 2),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--mask-size),#000 calc(100vw - var(--mask-size) * 2),transparent 100%)}}.logos__carousel__wrap{display:flex;flex:0 0 auto;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;padding-left:var(--column-gap);-moz-column-gap:var(--column-gap);column-gap:var(--column-gap);animation:trusted-mobile-wrap infinite calc(var(--count) * 4.5s) linear}@keyframes trusted-mobile-wrap{0%{transform:translateX(75%)}to{transform:translateX(-25%)}}.logos__item{display:flex;align-items:center;justify-content:center;padding:0 calc(var(--gap) / 2)}.logos__item img{width:auto;height:64px;-o-object-fit:contain;object-fit:contain}@media (max-width:768px){.logos__item img{height:44px}}.pain-points{margin-top:var(--section-gap)}.pain-points__wrap{display:flex;flex-direction:column;list-style:none}@media (max-width:768px){.pain-points__wrap{gap:16px}}.pain-points__item{display:flex;align-items:center;gap:96px;padding:24px 16px;font-size:16px;font-weight:400;line-height:1.7;letter-spacing:-.025em}.pain-points__item:nth-child(odd){border-radius:16px;background-color:#f9f9f9}@media (max-width:1231px){.pain-points__item{gap:32px}}@media (max-width:1024px){.pain-points__item{padding:16px}}@media (max-width:768px){.pain-points__item{flex-direction:column;gap:16px;font-size:15px}}.pain-points__title{display:flex;flex:1;align-items:center;gap:16px;width:100%;color:var(--primary-950)}@media (max-width:768px){.pain-points__title{gap:9px}}.pain-points__title img{--size:32px;flex-shrink:0;width:32px;width:var(--size);height:32px;height:var(--size)}.pain-points__solution{display:flex;flex:1;align-items:center;gap:8px;width:100%;padding:8px;color:#23ca76;border-radius:16px;background:rgba(35,202,118,.1)}.pain-points__solution img{--size:24px;flex-shrink:0;width:24px;width:var(--size);height:24px;height:var(--size)}.services{margin-top:var(--section-gap);text-align:center}.services__wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:32px;-moz-column-gap:32px;column-gap:32px;grid-row-gap:80px;row-gap:80px}@media (max-width:1024px){.services__wrap{grid-template-columns:repeat(2,1fr)}.services__wrap--count-1{grid-template-columns:1fr}.services__wrap--count-3{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.services__wrap{grid-template-columns:1fr;row-gap:44px}}.services__item{display:flex;flex:1;flex-direction:column;align-items:center}.services__item__icon{--size:48px;width:48px;width:var(--size);height:48px;height:var(--size)}@media (max-width:768px){.services__item__icon{--size:38px}}.services__item__title{font-family:var(--font-family-heading);font-size:20px;font-weight:600;line-height:1.3;letter-spacing:-.03em}*+.services__item__title{margin-top:28px}@media (max-width:768px){.services__item__title{font-size:18px}.services__item__title br{display:none}*+.services__item__title{margin-top:16px}}.services__item__description{font-size:16px;font-weight:400;line-height:1.5;color:rgba(var(--black-rgb),.5)}*+.services__item__description{margin-top:18px}@media (max-width:768px){.services__item__description{font-size:15px}*+.services__item__description{margin-top:8px}}.steps{margin-top:var(--section-gap);text-align:center}.heading+.steps{margin-top:var(--section-gap-small)}.steps__wrap{position:relative;display:flex;flex-direction:column;overflow:hidden;gap:72px;padding:48px;border-radius:24px;background-image:linear-gradient(110deg,#ffd8be -10%,#fff2c5 85%)}@media (max-width:1024px){.steps__wrap{gap:64px;padding:24px}}@media (max-width:768px){.steps__wrap{gap:32px;padding:24px}}.steps__grid{position:absolute;right:0;bottom:0;left:0;height:350px;background-image:url(/immutable/dots-grid-black.svg);background-repeat:repeat;background-size:15px auto;background-position:50%;-webkit-mask-image:radial-gradient(ellipse 60% 100% at 50% 100%,#000 0,transparent 100%);mask-image:radial-gradient(ellipse 60% 100% at 50% 100%,#000 0,transparent 100%);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.steps__illustrations{position:relative;display:flex;gap:24px}@media (max-width:768px){.steps__illustrations{flex-direction:column;gap:16px}}.steps__illustrations__item{flex:1}.steps__illustrations__item img{width:100%;height:auto;border-radius:24px}.steps__list{--gap:24px;position:relative;display:flex;gap:24px;gap:var(--gap)}@media (max-width:1024px){.steps__list{--gap:16px}}@media (max-width:768px){.steps__list{--gap:44px;flex-direction:column}}.steps__item{--number-size:66px;position:relative;display:flex;flex:1;flex-direction:column;align-items:center}@media (max-width:1024px){.steps__item{--number-size:52px}}@media (max-width:768px){.steps__item{--number-size:44px}}.steps__item:not(:last-child):before{--stroke-width:5px;position:absolute;top:calc(var(--number-size) / 2 - 5px / 2);top:calc(var(--number-size) / 2 - var(--stroke-width) / 2);left:50%;content:"";width:calc(100% + var(--gap));border-bottom:var(--stroke-width) solid rgba(var(--black-rgb),.1);pointer-events:none}@media (max-width:1024px){.steps__item:not(:last-child):before{--stroke-width:4px}}@media (max-width:768px){.steps__item:not(:last-child):before{display:none}}.steps__item__number{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-width:var(--number-size);height:var(--number-size);padding:12px;font-size:24px;font-weight:500;line-height:1.4;letter-spacing:-.04em;color:#fff;border-radius:16px;background-color:#000}@media (max-width:1024px){.steps__item__number{font-size:20px}}@media (max-width:768px){.steps__item__number{font-size:18px}}.steps__item__title{font-size:24px;font-weight:500;line-height:1.4;letter-spacing:-.04em}*+.steps__item__title{margin-top:32px}@media (max-width:1024px){.steps__item__title{font-size:18px}*+.steps__item__title{margin-top:16px}}@media (max-width:768px){.steps__item__title{font-size:18px}.steps__item__title br{display:none}}.steps__item__description{font-size:16px;font-weight:400;line-height:1.7;color:rgba(var(--black-rgb),.6)}*+.steps__item__description{margin-top:18px}@media (max-width:1024px){.steps__item__description{font-size:15px}*+.steps__item__description{margin-top:8px}}.testimonials-slider{overflow:hidden;margin-top:var(--section-gap)}.heading+.testimonials-slider{margin-top:var(--section-gap-small)}@media (max-width:1400px){.testimonials-slider{-webkit-mask-image:none;mask-image:none}}.testimonials-slider__slider{display:flex;overflow:visible!important;gap:24px;width:100%}.testimonials-slider--mounted .testimonials-slider__slider{gap:0}@media (max-width:768px){.testimonials-slider__slider{gap:12px}}.testimonials-slider__item{--width:424px;position:relative;display:flex;flex-direction:column;flex-basis:424px;flex-basis:var(--width);flex-shrink:0;justify-content:flex-end;overflow:hidden;width:424px;width:var(--width);height:510px;padding:32px;color:#fff;border-radius:24px;background-color:var(--grey-800)}.testimonials-slider__item:nth-child(odd){margin-top:40px}@media (max-width:768px){.testimonials-slider__item{--width:270px;height:360px;padding:16px;border-radius:16px}.testimonials-slider__item:nth-child(odd){margin-top:24px}}.testimonials-slider__item__image{position:absolute;top:0;right:0;bottom:0;left:0}.testimonials-slider__item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonials-slider__item__image:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-image:linear-gradient(180deg,transparent 15%,rgba(0,0,0,.9))}.testimonials-slider__item--long-text .testimonials-slider__item__image:after{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.9) 90%)}@media (max-width:768px){.testimonials-slider__item--long-text .testimonials-slider__item__image:after{background-image:linear-gradient(180deg,transparent -20%,rgba(0,0,0,.9) 80%)}}.testimonials-slider__item__content{position:relative;font-size:20px;font-weight:400;line-height:1.8;letter-spacing:-.04em}.testimonials-slider__item--long-text .testimonials-slider__item__content{font-size:18px;line-height:1.7}@media (max-width:768px){.testimonials-slider__item__content{font-size:17px;line-height:1.7}.testimonials-slider__item--long-text .testimonials-slider__item__content{font-size:15px;line-height:1.5}}.testimonials-slider__item__name{position:relative;font-family:var(--font-family-heading);font-size:16px;font-weight:600;line-height:1.4;letter-spacing:-.025em}*+.testimonials-slider__item__name{margin-top:24px}@media (max-width:768px){.testimonials-slider__item__name{font-size:15px}*+.testimonials-slider__item__name{margin-top:12px}}.testimonials-slider__item__company{position:relative;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.025em}*+.testimonials-slider__item__company{margin-top:6px}@media (max-width:768px){.testimonials-slider__item__company{font-size:15px}}.testimonials-slider__nav{display:flex;justify-content:center}*+.testimonials-slider__nav{margin-top:64px}@media (max-width:768px) or (pointer:coarse){.testimonials-slider__nav{display:none}}.testimonials-slider__nav button{--size:48px;display:flex;align-items:center;justify-content:center;width:48px;width:var(--size);height:48px;height:var(--size)}.testimonials-slider__nav button svg{--size:32px;width:32px;width:var(--size);height:32px;height:var(--size)}