.bd-scan-lines:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-image:repeating-linear-gradient(180deg,rgba(var(--aj-theme-palette-foregroundRgb)/.5) 0,rgba(var(--aj-theme-palette-foregroundRgb)/.5) 2.5px,rgba(var(--aj-theme-palette-backgroundRgb)/.5) 2.5px,rgba(var(--aj-theme-palette-backgroundRgb)/.5) 5px);z-index:0}.bd-scan-lines.bd-no-black:before{background-image:repeating-linear-gradient(180deg,rgba(var(--aj-theme-palette-foregroundRgb)/.5) 0,rgba(var(--aj-theme-palette-foregroundRgb)/.5) 2.5px,rgba(var(--aj-theme-palette-foregroundRgb)/0) 2.5px,rgba(var(--aj-theme-palette-foregroundRgb)/0) 5px)}.bd-scan-lines.bd-blend-lighten:before{mix-blend-mode:lighten;opacity:.3}.bd-scan-lines.bd-blend-overlay:before{mix-blend-mode:overlay;opacity:.5}.bd-scan-lines>*{position:relative;z-index:10}.bd-scan-lines.bd-over:before{z-index:100}.bd-scan-lines.bd-animate-scroll:before{animation:scanLinesScroll .6s linear infinite}@keyframes scanLinesScroll{0%{background-position:0 0}to{background-position:0 5px}}.bd-mixed-title .bd-main{color:var(--aj-theme-txt-primary);font-weight:var(--aj-fontWeight-xxl);line-height:var(--aj-lineHeight-md)}.bd-mixed-title .bd-sub{display:block;font-size:.8em;text-transform:uppercase;color:var(--aj-theme-txt-secondary);font-weight:var(--aj-fontWeight-lg);line-height:var(--aj-lineHeight-lg)}[data-aj-mode=light] .bd-inverted-container{--inverted-bg:var(--aj-palette-neutral-11)}.bd-inverted-container{--h-margin:calc(var(--sp) * 4);--h-pad:calc(var(--sp) * 12);--details-v-pad-t:calc(var(--sp) * 28);--details-v-pad-b:calc(var(--sp) * 28);--visual-v-pad-t:calc(var(--sp) * 28);--visual-v-pad-b:calc(var(--sp) * 28);width:calc(100vw - var(--h-margin)*2);max-width:calc(100% + var(--h-pad)*2);margin-left:50%;transform:translateX(-50%);position:relative;background:var(--inverted-bg);border-radius:calc(var(--sp)*.5)}.bd-inverted-container.bd-first{border-radius:calc(var(--sp)*1.5) calc(var(--sp)*1.5) calc(var(--sp)*.5) calc(var(--sp)*.5)}.bd-inverted-container.bd-last{border-radius:calc(var(--sp)*.5) calc(var(--sp)*.5) calc(var(--sp)*1.5) calc(var(--sp)*1.5)}@media screen and (max-width:1180px){.bd-inverted-container{--h-pad:calc(var(--sp) * 7)}}@media screen and (max-width:1024px){.bd-inverted-container{--h-pad:calc(var(--sp) * 6);--details-v-pad-t:calc(var(--sp) * 20);--details-v-pad-b:calc(var(--sp) * 10);--visual-v-pad-t:calc(var(--sp) * 10);--visual-v-pad-b:calc(var(--sp) * 16)}}@media screen and (max-width:768px){.bd-inverted-container{--h-margin:calc(var(--sp) * 3)}}@media screen and (max-width:480px){.bd-inverted-container{--h-pad:calc(var(--sp) * 5)}}@media screen and (max-width:420px){.bd-inverted-container{--h-margin:calc(var(--sp) * 1.5);--h-pad:calc(var(--sp) * 4);--details-v-pad-t:calc(var(--sp) * 16);--visual-v-pad-b:calc(var(--sp) * 16)}}@media screen and (max-width:360px){.bd-inverted-container{--h-pad:calc(var(--sp) * 3)}}.bd-color-glow{overflow:hidden;will-change:transform;--glow-rotate:rotate(0deg);--glow-translate:translate(-50%,-50%);--glow-scale-x:1;--glow-scale-y:1;--glow-scale-mult:1.4}.bd-color-glow:before{content:"";position:absolute;width:100%;height:100%;top:50%;left:50%;transform:var(--glow-translate) scale(calc(var(--glow-scale-x) * var(--glow-scale-mult)),calc(var(--glow-scale-y) * var(--glow-scale-mult))) var(--glow-rotate);border-radius:50%;background:radial-gradient(ellipse at center,rgba(var(--feature-page-inverted-section-glowRgb)/1) 0,rgba(var(--feature-page-inverted-section-glowRgb)/.5) 50%,rgba(var(--feature-page-inverted-section-glowRgb)/0) 70%);opacity:.8;pointer-events:none}.bd-grid-section-vars{--h-margin:calc(var(--sp) * 7);--h-pad:calc(var(--sp) * 8);--grid-border-color:var(--aj-theme-palette-dividerRgb);--grid-border:1px solid rgba(var(--grid-border-color)/0.3)}.bd-grid-section{position:relative;display:flex;flex-flow:row nowrap;margin:0 var(--h-margin);border:var(--grid-border)}.bd-grid-section:not(:last-child){border-bottom:none}.bd-grid-section>*{flex:0 0 50%}.bd-grid-section:not(.bd-invert-flow) .bd-grid-section-border{border-left:var(--grid-border)}.bd-grid-section.bd-invert-flow{flex-flow:row-reverse nowrap}.bd-grid-section.bd-invert-flow .bd-grid-section-border{border-right:var(--grid-border);margin-right:-1px;flex-grow:0;flex-shrink:0;flex-basis:calc(50% + 1px)}.bd-grid-section.bd-extend-left-top:before{top:-1px}.bd-grid-section.bd-extend-left-bottom:before,.bd-grid-section.bd-extend-left-top:before{content:"";height:1px;width:100%;background:linear-gradient(to left,rgba(var(--grid-border-color)/.3),transparent);position:absolute;right:calc(100% + 1px)}.bd-grid-section.bd-extend-left-bottom:before{bottom:-1px}.bd-grid-section.bd-extend-right-top:after{content:"";height:1px;width:100%;background:linear-gradient(to right,rgba(var(--grid-border-color)/.3),transparent);position:absolute;top:-1px;left:calc(100% + 1px)}.bd-grid-section .bd-extend-vertical-left-bottom:before{left:-1px}.bd-grid-section .bd-extend-vertical-left-bottom:before,.bd-grid-section .bd-extend-vertical-right-bottom:after{content:"";height:320px;width:1px;background:linear-gradient(to bottom,rgba(var(--grid-border-color)/.3),transparent);position:absolute;top:calc(100% + 1px)}.bd-grid-section .bd-extend-vertical-right-bottom:after{right:-1px}@media screen and (max-width:1360px){.bd-grid-section-vars{--h-margin:calc(var(--sp) * 2)}}@media screen and (max-width:1280px){.bd-grid-section-vars{--h-pad:calc(var(--sp) * 7)}}@media screen and (max-width:1024px){.bd-grid-section-vars{--h-pad:calc(var(--sp) * 6)}.bd-grid-section,.bd-grid-section.bd-invert-flow{flex-flow:column nowrap}.bd-grid-section.bd-invert-flow .bd-grid-section-border,.bd-grid-section.bd-invert-flow.bd-invert-flow .bd-grid-section-border,.bd-grid-section.bd-invert-flow:not(.bd-invert-flow) .bd-grid-section-border,.bd-grid-section:not(.bd-invert-flow) .bd-grid-section-border{border-left:none;border-right:none;border-top:var(--grid-border)}.bd-grid-section.bd-invert-flow .bd-grid-section-border,.bd-grid-section.bd-invert-flow.bd-invert-flow .bd-grid-section-border{margin-right:0;flex:0 0 50%}}@media screen and (max-width:580px){.bd-grid-section-vars{--h-margin:0;--h-pad:calc(var(--sp) * 5)}}@media screen and (max-width:420px){.bd-grid-section-vars{--h-pad:calc(var(--sp) * 4)}}@media screen and (max-width:360px){.bd-grid-section-vars{--h-pad:calc(var(--sp) * 3)}}.bd-grid-section-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.bd-grid-section-visual .bd-visual-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:max(852px,110%);height:auto;object-fit:cover;mix-blend-mode:lighten;z-index:1}.bd-grid-section-visual .bd-grid-section-visual-gradient{position:absolute;top:0;left:0;right:0;bottom:0;mix-blend-mode:multiply;z-index:5}.bd-grid-section-visual .bd-grid-section-visual-gradient.bd-type-1{background:var(--feature-page-grid-section-visual-gradient1)}.bd-grid-section-visual .bd-grid-section-visual-gradient.bd-type-2{background:var(--feature-page-grid-section-visual-gradient2)}.bd-grid-section-visual .bd-grid-section-visual-gradient.bd-type-3{background:var(--feature-page-grid-section-visual-gradient3)}.bd-grid-section-visual:after,.bd-noise:after{mix-blend-mode:overlay;opacity:.3}.bd-noise:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-image:url(/static/arcjet-noise.png);background-repeat:repeat;background-size:128px 128px}.bd-noise.bd-animate-move:after{animation:noiseMove .5s steps(1) infinite}@keyframes noiseMove{0%{background-position:0 0}10%{background-position:-32px -64px}20%{background-position:-64px -32px}30%{background-position:-96px -96px}40%{background-position:-32px -96px}50%{background-position:-64px 0}60%{background-position:0 -64px}70%{background-position:-96px -32px}80%{background-position:-32px -32px}90%{background-position:-64px -96px}to{background-position:0 0}}.bd-glow-line{position:absolute;left:-8px;top:0;height:520px;width:17px;-webkit-mask-image:linear-gradient(180deg,transparent 0,black 40%,transparent);mask-image:linear-gradient(180deg,transparent 0,black 40%,transparent)}.bd-glow-line:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:1px;background:linear-gradient(to bottom,rgba(var(--feature-page-neon-line-accentRgb)/1) 0,rgba(var(--feature-page-neon-line-accentRgb)/1) 40%,rgba(var(--feature-page-neon-line-accentHighRgb)/1) 50%,rgba(var(--feature-page-neon-line-accentRgb)/1) 60%,rgba(var(--feature-page-neon-line-accentRgb)/1) 100%);background-size:100% 300%;animation:glowLineTravel 6s ease-in-out infinite}@keyframes glowLineTravel{0%{background-position:0 100%}50%{background-position:0 0}to{background-position:0 100%}}.bd-glow-line:after{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:9px;background:rgba(var(--feature-page-neon-line-accentRgb)/.15);filter:blur(3px);animation:glowLinePulse 6s ease-in-out infinite}@keyframes glowLinePulse{0%,to{background:rgba(var(--feature-page-neon-line-accentRgb)/.15)}30%{background:rgba(var(--feature-page-neon-line-accentRgb)/.2);filter:blur(1px)}70%{background:rgba(var(--feature-page-neon-line-accentRgb)/.1)}}.bd-signal{position:relative;width:42px;height:4px;--signal-reflect-distance:7px}.bd-signal:before{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(var(--aj-theme-palette-foregroundRgb)/.2) 0,rgba(var(--aj-theme-palette-foregroundRgb)/0) 70%);animation:signalReflect1 7s linear infinite}@keyframes signalReflect1{0%,to{transform:translate(-50%,-50%) rotate(215deg) translateY(-7px) rotate(-215deg)}50%{transform:translate(-50%,-50%) rotate(245deg) translateY(-7px) rotate(-245deg)}}.bd-signal:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(var(--aj-theme-palette-foregroundRgb)/.15) 0,rgba(var(--aj-theme-palette-foregroundRgb)/0) 70%);animation:signalReflect2 5s linear infinite}@keyframes signalReflect2{0%,to{transform:translate(-50%,-50%) rotate(35deg) translateY(-7px) rotate(-35deg)}50%{transform:translate(-50%,-50%) rotate(65deg) translateY(-7px) rotate(-65deg)}}.bd-signal .bd-signal-line{position:absolute;top:50%;left:0;right:0;height:1px;transform:translateY(-50%);background:linear-gradient(to right,rgba(var(--aj-theme-palette-foregroundRgb)/0) 0,rgba(var(--aj-theme-palette-foregroundRgb)/1) 50%,rgba(var(--aj-theme-palette-foregroundRgb)/0) 100%)}.bd-signal .bd-signal-point{width:3px;height:3px;background:rgba(var(--aj-theme-palette-foregroundRgb)/1)}.bd-signal .bd-signal-point,.bd-signal .bd-signal-point:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.bd-signal .bd-signal-point:before{content:"";width:16px;height:9px;background:radial-gradient(ellipse at center,rgba(var(--aj-theme-palette-foregroundRgb)/.5) 0,rgba(var(--aj-theme-palette-foregroundRgb)/0) 70%);animation:signalGlowOuter 3s ease-in-out infinite}@keyframes signalGlowOuter{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}4%{opacity:.4}6%{opacity:.9}30%{transform:translate(-50%,-50%) scaleX(1.4);opacity:1}50%{opacity:1}52%{opacity:.5}54%{opacity:1}70%{transform:translate(-50%,-50%) scaleX(.8)}}.bd-signal .bd-signal-point:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7px;height:5px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(var(--aj-theme-palette-foregroundRgb)/.9) 0,rgba(var(--aj-theme-palette-foregroundRgb)/0) 70%);animation:signalGlowInner 3s ease-in-out infinite}@keyframes signalGlowInner{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}8%{opacity:.5}10%{opacity:1}30%{transform:translate(-50%,-50%) scaleX(.7)}55%{opacity:1}57%{opacity:.4}59%{opacity:.9}70%{transform:translate(-50%,-50%) scaleX(1.3)}}.FeatureHighlight_FeatureHighlight__CttN9{position:relative;z-index:200;--h-margin:calc(var(--sp) * 7);--v-margin-t:calc(var(--sp) * 36);--v-margin-b:calc(var(--sp) * 24);--card-h-pad:calc(var(--sp) * 10);--card-v-pad:calc(var(--sp) * 8);--card-radius:calc(var(--sp) * 2);padding:var(--v-margin-t) var(--h-margin) var(--v-margin-b)}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Card__dTkC4{position:relative;display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*9);border-radius:var(--card-radius);padding:var(--card-v-pad) var(--card-h-pad);overflow:hidden;max-width:1072px;margin:0 auto;background:var(--aj-theme-block-level1-glare),var(--aj-theme-block-level1-bg)}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Card__dTkC4.bd-noise:after{mix-blend-mode:plus-lighter;opacity:.04;-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 100%);mask-image:radial-gradient(ellipse at center,black 40%,transparent 100%)}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Card__dTkC4 .FeatureHighlight_Glows__1CAFb{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Card__dTkC4 .FeatureHighlight_Glows__1CAFb .FeatureHighlight_Glow__LhsOi{--glow-color:transparent;--glow-rotate:rotate(0);display:block;position:absolute;border-radius:50%;background:radial-gradient(ellipse at center,var(--glow-color),var(--glow-color) 30%,transparent 70%);filter:blur(80px);transform:scale(1.3) var(--glow-rotate)}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Card__dTkC4 .FeatureHighlight_Glows__1CAFb .FeatureHighlight_Glow1__495_W{--glow-color:var(--aj-palette-tint-14-01);--glow-rotate:rotate(14deg);width:106%;height:103%;left:-42%;top:-23%}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Card__dTkC4 .FeatureHighlight_Glows__1CAFb .FeatureHighlight_Glow2__L9R1G{--glow-color:var(--aj-palette-tint-13-02);--glow-rotate:rotate(-45deg);width:68.5%;height:83%;left:.9%;top:71%}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Card__dTkC4 .FeatureHighlight_Glows__1CAFb .FeatureHighlight_Glow3__XxKG7{--glow-color:var(--aj-palette-tint-14-03);--glow-rotate:rotate(-3deg);width:110%;height:135%;left:29%;top:-91%}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Inner__c6uOe{position:relative;display:flex;flex-flow:row nowrap;gap:calc(var(--sp)*8);z-index:100}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Visual__kerBs{position:relative;flex:0 0 calc(var(--sp)*20.5);display:flex;align-items:center}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Visual__kerBs .FeatureHighlight_VisualImage__w75CN{width:170px;height:auto;object-fit:contain}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Content__SQbc8{position:relative;flex:1 1;display:flex;flex-flow:column nowrap;justify-content:center}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Details__yNTmd{position:relative;display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*2)}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Details__yNTmd h2{font-size:calc(var(--aj-fontSize-xl4)*.8);font-weight:var(--aj-fontWeight-heading-caps);text-transform:uppercase}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Cta__B7sMl{position:relative;z-index:100}@media screen and (max-width:1194px){.FeatureHighlight_FeatureHighlight__CttN9{--v-margin-t:calc(var(--sp) * 32)}}@media screen and (max-width:1024px){.FeatureHighlight_FeatureHighlight__CttN9{--h-margin:calc(var(--sp) * 4);--v-margin-b:calc(var(--sp) * 18);--card-h-pad:calc(var(--sp) * 8);--card-v-pad:calc(var(--sp) * 8)}}@media screen and (max-width:900px){.FeatureHighlight_FeatureHighlight__CttN9{--card-h-pad:calc(var(--sp) * 6);--card-v-pad:calc(var(--sp) * 7)}}@media screen and (max-width:830px){.FeatureHighlight_FeatureHighlight__CttN9{--h-margin:calc(var(--sp) * 2)}}@media screen and (max-width:768px){.FeatureHighlight_FeatureHighlight__CttN9{--h-margin:calc(var(--sp) * 4);--v-margin-t:calc(var(--sp) * 20);--v-margin-b:calc(var(--sp) * 12);--card-h-pad:calc(var(--sp) * 6);--card-v-pad:calc(var(--sp) * 6)}.FeatureHighlight_FeatureHighlight__CttN9 .FeatureHighlight_Inner__c6uOe{flex-flow:column nowrap}}@media screen and (max-width:480px){.FeatureHighlight_FeatureHighlight__CttN9{--h-margin:calc(var(--sp) * 2);--card-h-pad:calc(var(--sp) * 5)}}@media screen and (max-width:420px){.FeatureHighlight_FeatureHighlight__CttN9{--h-margin:0;--card-h-pad:calc(var(--sp) * 4);--card-v-pad:calc(var(--sp) * 5)}}@media screen and (max-width:400px){.FeatureHighlight_FeatureHighlight__CttN9{--v-margin-t:calc(var(--sp) * 8)}}@media screen and (max-width:360px){.FeatureHighlight_FeatureHighlight__CttN9{--card-h-pad:calc(var(--sp) * 3);--card-v-pad:calc(var(--sp) * 4)}}.InvertedSection1_InvertedSection1__wYHsA{position:relative;will-change:transform}.InvertedSection1_InvertedSection1__wYHsA .bd-color-glow{--glow-translate:translate(-25%,3%);--glow-scale-x:0.85;--glow-scale-y:0.6;--glow-rotate:rotate(-6deg)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Top__qrdSf{position:relative;display:flex;flex-flow:row nowrap}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Top__qrdSf>*{flex:0 0 50%}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Special__TGyJq{padding:calc(var(--sp)*16) var(--h-pad) 0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Inner__ZDJ_h{position:relative;display:flex;flex-flow:row nowrap}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Inner__ZDJ_h>*{flex:0 0 50%}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Content__8nlR1{position:relative;display:flex;flex-flow:column nowrap}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI{position:relative;display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*9);padding:var(--details-v-pad-t) var(--h-pad) var(--details-v-pad-b)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsIntro__Ehdj0{display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*3)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsIntro__Ehdj0>*{max-width:600px}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsIntro__Ehdj0 .InvertedSection1_DetailsTitle__dmf5b{font-size:calc(var(--aj-fontSize-xl3)*1.1667)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsItems__AlMdj{display:flex;flex-flow:column nowrap;gap:0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsItems__AlMdj p{padding:calc(var(--sp)*3.25) 0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsItems__AlMdj p:first-child{padding-top:0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsItems__AlMdj p:last-child{padding-bottom:0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Details__G7sfI .InvertedSection1_DetailsItems__AlMdj p:not(:last-child){border-bottom:1px solid rgba(var(--aj-theme-palette-backgroundRgb)/.3)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Visual__6QO5C{position:relative;padding:var(--visual-v-pad-t) 0 var(--visual-v-pad-b) calc(var(--sp)*0);display:flex;align-items:center}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS{position:relative;margin-top:calc(var(--sp)*-10)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTab__zXw_X{--tab-bg-opacity:1;--tab-margin-x-mult:0;position:relative;display:flex;align-items:center;height:calc(var(--sp)*5);padding:0 calc(var(--sp)*2);margin:0 calc(var(--sp)*5*var(--tab-margin-x-mult))}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTab__zXw_X:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:calc(var(--sp)*1.5) calc(var(--sp)*1.5) 0 0;-webkit-backdrop-filter:blur(calc(var(--sp) * 2.25));backdrop-filter:blur(calc(var(--sp) * 2.25));background:rgba(var(--aj-palette-neutralRgb-00)/var(--tab-bg-opacity));z-index:0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTab__zXw_X span{position:relative;z-index:1}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTab__zXw_X.InvertedSection1_First__OKbQz{--tab-bg-opacity:0.38;--tab-margin-x-mult:2}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTab__zXw_X.InvertedSection1_Second__QaAjf{--tab-bg-opacity:0.58;--tab-margin-x-mult:1}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAware__xef2L .expressive-code .frame.has-title:not(.is-terminal) .header .title{color:var(--aj-theme-txt-secondary)}@media screen and (min-width:1025px){.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Visual__6QO5C:before{top:-100%}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS{width:140%;margin-right:-40%;padding-left:calc(var(--sp)*7)}}@media screen and (max-width:1024px){.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Top__qrdSf{flex-flow:column nowrap}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Top__qrdSf>:last-child{display:none}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Top__qrdSf .InvertedSection1_Special__TGyJq{padding:calc(var(--sp)*12) var(--h-pad) 0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_Inner__ZDJ_h{flex-flow:column nowrap}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS{margin:0 auto;width:70%;min-width:min-content}}@media screen and (max-width:720px){.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS .expressive-code pre code{--ec-codeFontSize:0.8rem}}@media screen and (max-width:600px){.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS{min-width:auto;width:calc(100% - var(--h-pad));margin-right:0;margin-left:var(--h-pad)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS .InvertedSection1_RouteAware__xef2L .expressive-code{border-radius:calc(var(--sp)*1.5) 0 0 calc(var(--sp)*1.5)}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS .InvertedSection1_RouteAware__xef2L .expressive-code .ec-line .gutter{background:var(--aj-theme-neutral-02);opacity:1}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS .InvertedSection1_RouteAwareTab__zXw_X{margin-right:0}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteAwareTabs__5JDWS .InvertedSection1_RouteAwareTab__zXw_X:before{border-radius:calc(var(--sp)*1.5) 0 0 0}}@media screen and (max-width:580px){.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteTabBack__L2dU5{transform:translateX(calc(var(--sp) * 6))}.InvertedSection1_InvertedSection1__wYHsA .InvertedSection1_RouteTabMid__RkrbR{transform:translateX(calc(var(--sp) * 3))}}.HexagonalMask_HexagonalMask__qr4ZB{position:relative}.HexagonalMask_Svg__VaoYS{position:absolute;width:0;height:0;overflow:hidden}.InvertedSection2_InvertedSection2__Uq4ZD{position:relative}.InvertedSection2_InvertedSection2__Uq4ZD .bd-color-glow{--glow-translate:translate(-90%,-10%);--glow-scale-x:0.71;--glow-scale-y:0.69;--glow-rotate:rotate(130deg)}.InvertedSection2_InvertedSection2__Uq4ZD{--h-pad:calc(var(--sp) * 12)}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Inner__ouWBG{position:relative;display:flex;flex-flow:row nowrap}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Inner__ouWBG>*{flex:0 0 50%}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt{position:relative;padding:var(--visual-v-pad-t) 0 var(--visual-v-pad-b);display:flex;align-items:center;overflow:hidden}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMask__YG73c{height:calc(var(--sp)*42);max-width:608px;width:88%;margin:0 auto}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMaskImage__4hvmL{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:270%;height:auto;min-height:150%;min-width:150%;object-fit:cover;z-index:10}@media(prefers-reduced-motion:no-preference){.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMaskImage__4hvmL{animation:InvertedSection2_terrainDrift__H5m_Y 100s var(--easing-default) infinite alternate}}@keyframes InvertedSection2_terrainDrift__H5m_Y{0%{transform:translate(-50%,-50%) scale(1.12)}20%{transform:translate(-56%,-42%) scale(.94)}40%{transform:translate(-62%,-54%) scale(1.15)}60%{transform:translate(-44%,-38%) scale(.9)}80%{transform:translate(-36%,-58%) scale(1.12)}to{transform:translate(-48%,-44%) scale(.92)}}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMask__YG73c:before{content:"";position:absolute;inset:0;bottom:-1px;background:var(--feature-page-inverted-section-art-terrain-gradient);mix-blend-mode:screen;z-index:20}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_Diff__GhLTA{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;height:auto;z-index:30}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_Diff__GhLTA .expressive-code{min-width:280px}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Content__RoCnV{position:relative;display:flex;flex-flow:column nowrap}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd{position:relative;display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*9);padding:var(--details-v-pad-t) var(--h-pad) var(--details-v-pad-b)}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsIntro__zL08Y{display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*3)}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsIntro__zL08Y>*{max-width:600px}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsIntro__zL08Y .InvertedSection2_DetailsTitle__dmjHJ{font-size:calc(var(--aj-fontSize-xl3)*1.1667)}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsItems__hizTv{display:flex;flex-flow:column nowrap;gap:0}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsItems__hizTv p{padding:calc(var(--sp)*3.25) 0}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsItems__hizTv p:first-child{padding-top:0}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsItems__hizTv p:last-child{padding-bottom:0}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Details__A9IJd .InvertedSection2_DetailsItems__hizTv p:not(:last-child){border-bottom:1px solid rgba(var(--aj-theme-palette-backgroundRgb)/.3)}@media screen and (max-width:1024px){.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Inner__ouWBG{flex-flow:column nowrap}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt{order:1}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Content__RoCnV{order:0}}@media screen and (max-width:580px){.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMask__YG73c{min-width:90%}}@media screen and (max-width:520px){.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMask__YG73c{min-width:95%}}@media screen and (max-width:480px){.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMask__YG73c{min-width:110%;margin-left:-5%}}@media screen and (max-width:400px){.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_HexMask__YG73c{min-width:120%;margin-left:-10%}.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_Diff__GhLTA .expressive-code{transform:scale(.95)}}@media screen and (max-width:360px){.InvertedSection2_InvertedSection2__Uq4ZD .InvertedSection2_Visual__4lUmt .InvertedSection2_Diff__GhLTA .expressive-code{transform:scale(.9)}}.InvertedSection3_InvertedSection3__P2rK6{position:relative}.InvertedSection3_InvertedSection3__P2rK6 .bd-color-glow{--glow-translate:translate(-2%,-55%);--glow-scale-x:0.82;--glow-scale-y:0.56;--glow-rotate:rotate(165deg)}.InvertedSection3_InvertedSection3__P2rK6{--h-pad:calc(var(--sp) * 12)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Inner__EKi_c{position:relative;display:flex;flex-flow:row nowrap}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Inner__EKi_c>*{flex:0 0 50%}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Content__YE4vv{position:relative;display:flex;flex-flow:column nowrap}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Details__jw7pV{position:relative;display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*9);padding:var(--details-v-pad-t) var(--h-pad) var(--details-v-pad-b)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Details__jw7pV .InvertedSection3_DetailsIntro__VMaIJ{display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*3)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Details__jw7pV .InvertedSection3_DetailsIntro__VMaIJ>*{max-width:600px}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Details__jw7pV .InvertedSection3_DetailsIntro__VMaIJ .InvertedSection3_DetailsTitle__jqS09{font-size:calc(var(--aj-fontSize-xl3)*1.1667)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Visual__ibUfr{position:relative;padding:var(--visual-v-pad-t) var(--h-pad) var(--visual-v-pad-b)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK{position:relative;display:flex;flex-flow:column nowrap;gap:calc(var(--sp)*6)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullet__E2H2W{position:relative;display:flex;flex-flow:row nowrap;align-items:center;gap:calc(var(--sp)*5);padding:calc(var(--sp)*3.5) calc(var(--sp)*4);background:var(--aj-theme-block-level3-bg);border-radius:calc(var(--sp)*2);box-shadow:0 0 calc(var(--sp)*2) rgba(0,0,0,.12);overflow:clip}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullet__E2H2W.bd-noise:after{mix-blend-mode:hard-light;opacity:.06}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_BulletArt__ZuIJ_{position:relative;flex-shrink:0;width:calc(var(--sp)*12);height:calc(var(--sp)*12)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_BulletArt__ZuIJ_ img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:170%;height:170%;object-fit:cover}@media screen and (max-width:1024px){.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Inner__EKi_c{flex-flow:column nowrap}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK{flex-flow:row nowrap}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK .InvertedSection3_Bullet__E2H2W{flex:1 1;flex-flow:column nowrap}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK .InvertedSection3_Bullet__E2H2W p{text-align:center}}@media screen and (max-width:960px){.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK{gap:calc(var(--sp)*4)}}@media screen and (max-width:920px){.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK{gap:calc(var(--sp)*2)}}@media screen and (max-width:880px){.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK{gap:calc(var(--sp)*4);flex-flow:column nowrap}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK .InvertedSection3_Bullet__E2H2W{flex-flow:row nowrap}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK .InvertedSection3_Bullet__E2H2W p{text-align:left}}@media screen and (max-width:480px){.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK{gap:calc(var(--sp)*3)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK .InvertedSection3_Bullet__E2H2W{flex-flow:column nowrap;gap:calc(var(--sp)*3)}.InvertedSection3_InvertedSection3__P2rK6 .InvertedSection3_Bullets__8vfTK .InvertedSection3_Bullet__E2H2W p{text-align:center}}