.tech-slider{flex-direction:column;justify-content:center;gap:5px;width:100%;display:flex}.slider-row{white-space:nowrap;width:100%;padding:3px 0;overflow:hidden}.track{white-space:nowrap;will-change:transform;backface-visibility:hidden;gap:8px;display:inline-flex;transform:translate(0,0)}.slide-track-left{animation:200s linear infinite forwards scroll-left}.slide-track-right{animation:200s linear infinite forwards scroll-right}.tech-item{white-space:nowrap;background:#fff;border:2px solid #e5e7eb;border-radius:30px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:8px 20px;display:flex}.tech-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.tech-icon{object-fit:contain;width:100%;height:100%}.tech-name{white-space:nowrap;line-height:1.1}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translateX(calc(-1*var(--scroll-width)))}}@keyframes scroll-right{0%{transform:translateX(calc(-1*var(--scroll-width)))}to{transform:translate(0)}}@media screen and (max-width:768px){.tech-item{width:fit-content}.tech-name{text-overflow:none;max-width:none;font-size:16px}.tech-icon-wrapper{width:24px;height:24px}}@media screen and (max-width:426px){.tech-item{min-width:fit-content}.tech-icon-wrapper{width:16px;height:16px}.tech-name{font-size:12px}}.skill-first-hiring,.skill-first-hiring-icon-wrapper,.skill-first-hiring-header{box-shadow:none!important;transition:all .5s!important}.skill-first-hiring:hover{cursor:pointer;background:#e8eef5!important;border-color:#16509e!important;box-shadow:0 14px 25px -6px #e6f6f7!important}.skill-first-hiring:hover .skill-first-hiring-icon-wrapper{background:#dce5f0!important}.skill-first-hiring:hover .skill-first-hiring-header{color:#16509e!important}.skill-first-hiring svg,.skill-first-hiring svg g{stroke:#16509e}.tech-skeleton-item{box-sizing:border-box;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:30px;justify-content:center;align-items:center;gap:10px;min-width:190px;height:50px;padding:8px 10px;display:flex;position:relative;overflow:hidden}.tech-skeleton-item:after{content:"";background-image:linear-gradient(90deg,#fff0 0%,#fff9 20%,#ffffffe6 60%,#fff0 100%);animation:1.6s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.tech-skeleton-icon{background:#e5e7eb;border-radius:50%;flex-shrink:0;width:28px;height:28px}.tech-skeleton-title{background:#e5e7eb;border-radius:4px;width:80px;height:14px}
.trusted-by-wrapper{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.trusted-by-track{gap:52px;animation:40s linear infinite scroll-logos;display:flex}.trusted-by-track:hover{animation-play-state:paused}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-logo-container{flex:0 0 180px;justify-content:center;align-items:center;height:100px;display:flex}.trusted-logo-img{object-fit:contain;filter:grayscale();opacity:.6;max-width:100%;max-height:100%;transition:all .3s}.trusted-logo-img:hover{filter:grayscale(0%);opacity:1}
