:root{--font-family-primary:"Plus Jakarta Sans", sans-serif;--color-primary:#1a69fd;--color-primary-hover:#0c4fcb;--color-bg-dark:#000;--color-text-white:#fff;--color-text-black:#111;--fs-para:clamp(.8rem, .8rem + .167vw, .7rem);--fs-base:clamp(1rem, 1rem + .104vw, 1.125rem);--fs-subtitle:clamp(1.125rem, 1rem + .625vw, 1.5rem);--fs-h2:clamp(1.5rem, 1rem + 1.6667vw, 3rem);--fs-h1:clamp(3rem, 3rem + 1.875vw, 4.5rem)}.bh-desktop-block{display:block}.bh-mobile-block{display:none}.bh-weight500{font-weight:500}.bh-weight600{font-weight:600}.bh-wht-text{color:var(--color-text-white)}.bh-br-16{border-radius:16px}.bh-title-h1{font-size:clamp(30px,3.5vw,68px);font-family:var(--font-family-primary);letter-spacing:-.25px;z-index:2;margin-top:0;margin-bottom:1.5rem;font-weight:600;line-height:1.2;position:relative}.bh-fs-base{font-size:var(--fs-base);font-family:var(--font-family-primary);line-height:1.6}.bh-layout-container-lg{width:100%;max-width:100%;height:100%;margin:0 auto;padding:0 48px;position:relative}.bh-hero-main{background-color:var(--color-bg-dark);align-items:center;min-height:100vh;padding-top:95px;display:flex;position:relative;overflow:hidden}.bh-hero-video-wrap{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.bh-hero-video{object-fit:cover;object-position:center;width:100%;height:100%}.bh-hero-content-gradient{display:none}.bh-hero-video-wrap:after{content:"";pointer-events:none;z-index:1;background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.bh-hero-content-wrapper{z-index:2;justify-content:space-between;align-items:flex-end;gap:40px;width:100%;min-height:calc(100vh - 95px);padding:0 0 32px;display:flex;position:relative}.bh-hero-text-content{flex-shrink:0;width:100%;max-width:55%}.bh-hero-text-content .bh-title-h1{letter-spacing:-.5px;margin-bottom:32px;font-size:clamp(36px,4.5vw,80px);font-weight:600;line-height:1.15}.bh-hero-text-content .bh-title-h1 .text-gradient{background:linear-gradient(135deg,#2f70ff,#7b61ff 40%,#a78bfa 60%,#7b61ff 80%,#2f70ff) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite heroGradientShift}@keyframes heroGradientShift{0%,to{background-position:0%}50%{background-position:100%}}.bh-hero-text-content .bh-fs-base{color:#ffffffd9;margin:0;font-size:clamp(14px,1vw,18px);font-weight:500;line-height:1.7}.bh-hero-button{margin-top:2em;display:inline-flex}.bh-swap-text-button{color:#fff;cursor:pointer;background-color:var(--color-primary);font-size:1rem;font-weight:600;line-height:1.26;font-family:var(--font-family-primary);border:none;border-top:2px solid #5e96fe;border-bottom:2px solid #0000;border-radius:3rem;align-items:center;gap:10px;padding:14px 26px;text-decoration:none;transition:background .3s;display:inline-flex;position:relative;overflow:hidden}.bh-swap-text-button:hover{background-color:var(--color-primary-hover);color:#fff}.bh-swap-text-button .bh-text-original,.bh-swap-text-button .bh-text-hover{display:flex;overflow:hidden}.bh-swap-text-button .bh-text-original span,.bh-swap-text-button .bh-text-hover span{transition:transform .2s;display:block}.bh-swap-text-button .bh-text-hover{position:absolute;overflow:hidden}.bh-swap-text-button .bh-text-hover span{transform:translateY(-1.3em)}.bh-swap-text-button:hover .bh-text-original span{transform:translateY(1.3em)}.bh-swap-text-button:hover .bh-text-hover span{transform:translateY(0)}.bh-button-icon-wrapper{flex-shrink:0;place-items:center;width:18px;height:18px;display:grid;position:relative;overflow:hidden}.bh-button-icon-svg{width:100%;height:100%;transition:transform .2s;position:absolute;top:0;left:0}.bh-button-icon-svg--copy{transition-delay:0s;transform:translate(-150%,150%)}.bh-swap-text-button:hover .bh-button-icon-svg:not(.bh-button-icon-svg--copy){transform:translate(150%,-150%)}.bh-swap-text-button:hover .bh-button-icon-svg--copy{transition-delay:.1s;transform:translate(0)}.bh-hero-awards-wrapper{flex-shrink:0;align-self:flex-end;width:100%;max-width:668px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 14% 86%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 14% 86%,#0000 100%)}.bh-hero-awards-marquee{overflow:hidden}.bh-hero-awards-track{align-items:center;gap:10px;width:max-content;animation:28s linear infinite bh-awards-scroll;display:flex}.bh-hero-awards-track:hover{animation-play-state:paused}@keyframes bh-awards-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.bh-award-box{box-sizing:border-box;cursor:default;background:#ffffff12;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;height:68px;padding:14px 22px;transition:background .3s;display:flex}.bh-award-box:hover{background:#ffffff21}.bh-award-box img{height:var(--logo-h,26px);object-fit:contain;filter:brightness(0)invert();opacity:.75;width:auto;max-width:100%;transition:opacity .3s;display:block}.bh-award-box:hover img{opacity:1}.bh-hero-video-wrap-mobile{width:100%;overflow:hidden}.bh-hero-video-wrap-mobile .bh-hero-video{width:100%;height:auto;display:block}@media (max-width:1440px){.bh-hero-text-content{max-width:55%}.bh-hero-text-content .bh-title-h1{margin-bottom:24px;font-size:58px}.bh-hero-awards-wrapper{max-width:560px}.bh-hero-content-wrapper{gap:40px}.bh-award-box{height:52px}.bh-award-box img{height:calc(var(--logo-h,26px) * .92)}}@media (max-width:1200px){.bh-hero-text-content{max-width:55%}.bh-hero-text-content .bh-title-h1{font-size:48px}.bh-hero-awards-wrapper{max-width:472px}.bh-hero-content-wrapper{gap:32px;padding-bottom:40px}.bh-layout-container-lg{padding:0 36px}.bh-award-box{height:48px}.bh-award-box img{height:calc(var(--logo-h,26px) * .85)}}@media (max-width:1024px){.bh-hero-text-content{max-width:60%}.bh-hero-text-content .bh-title-h1{margin-bottom:16px;font-size:42px}.bh-hero-awards-wrapper{max-width:432px}.bh-hero-content-wrapper{gap:48px;padding:100px 0 60px}.bh-hero-main{min-height:800px}.bh-award-box{height:44px}.bh-award-box img{height:calc(var(--logo-h,26px) * .77)}}@media (max-width:768px){.bh-desktop-block{display:none}.bh-mobile-block{display:block}.bh-hero-main{min-height:100vh;flex-direction:column;min-height:100dvh;max-height:100dvh;padding-top:0;display:flex;overflow:hidden}.bh-hero-video-wrap-mobile{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.bh-hero-video-wrap-mobile .bh-hero-video{object-fit:cover;object-position:65% center;width:100%;height:100%}.bh-hero-video-wrap-mobile:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#000000b3 0%,#00000059 40%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.bh-layout-container-lg{flex:1;padding:0 24px;display:flex}.bh-hero-content-wrapper{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:32px;min-height:auto;padding:80px 0 32px}.bh-hero-text-content{max-width:100%}.bh-hero-awards-wrapper{align-self:flex-start;width:100%;max-width:100%;padding-bottom:24px}.bh-award-box{min-width:90px;height:56px}.bh-award-box img{height:calc(var(--logo-h,26px) * .85);max-width:110px}}@media (max-width:480px){.bh-hero-text-content .bh-title-h1{margin-bottom:12px;font-size:30px;line-height:1.35}.bh-hero-text-content .bh-fs-base{font-size:13px}.bh-hero-content-wrapper{gap:24px;padding:60px 0 24px}.bh-swap-text-button{padding:14px 22px;font-size:13px}.bh-award-box{border:1px solid #fff3;min-width:80px;height:50px}.bh-award-box img{height:calc(var(--logo-h,26px) * .69);max-width:96px}}@media (prefers-reduced-motion:reduce){.bh-hero-awards-track,.bh-hero-text-content .bh-title-h1 .text-gradient{animation:none}}#hero-ogl-canvas{z-index:1;pointer-events:none;width:100%;height:100%;display:none;position:absolute;top:0;left:0}@media (max-width:768px){#hero-ogl-canvas{display:block}}