:root{font-family:Inter,Arial,sans-serif;line-height:1.5;font-weight:400;--site-max-width: calc(1280px + 2 * var(--site-gutter));--site-gutter: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;overflow-x:hidden}body{min-width:320px;min-height:100vh;max-width:100vw}body,button,input,textarea,select{font:inherit}code,pre,kbd,samp{font-family:IBM Plex Mono,Arial,monospace}button{border:0;cursor:pointer;background:transparent}a{color:inherit;text-decoration:none}img,svg{max-width:100%}#root{min-height:100vh}:focus-visible{outline:2px solid rgb(255 255 255 / 80%);outline-offset:3px}.container{width:min(100%,var(--site-max-width));margin:0 auto;padding:0 var(--site-gutter)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}[data-pdf-export-root]{width:100%}[data-pdf-export-root][data-pdf-export-active=true]{isolation:isolate}[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-section]{break-before:page;page-break-before:always}[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-section]:first-child{break-before:auto;page-break-before:auto}[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-card],[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-block],[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-chart],[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-title],[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-chart-frame]{break-inside:avoid;page-break-inside:avoid}[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-title]{break-after:avoid;page-break-after:avoid}[data-pdf-export-root][data-pdf-export-active=true] [data-pdf-export-chart]{width:100%}[data-pdf-export-root][data-pdf-export-active=true] h1,[data-pdf-export-root][data-pdf-export-active=true] h2,[data-pdf-export-root][data-pdf-export-active=true] h3,[data-pdf-export-root][data-pdf-export-active=true] h4,[data-pdf-export-root][data-pdf-export-active=true] p,[data-pdf-export-root][data-pdf-export-active=true] li{break-inside:avoid;page-break-inside:avoid;orphans:3;widows:3}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrap_5nf8g_1{display:flex;flex-direction:column;min-height:100vh}._footer_1t7cs_1{background:#6c3bff}._wrap_1t7cs_5{max-width:1216px;margin:0 auto;padding:0 16px}._columns_1t7cs_11{display:grid;grid-template-columns:1fr;gap:24px;padding:32px 0}@media(min-width:640px){._columns_1t7cs_11{grid-template-columns:repeat(3,1fr);gap:32px;padding:40px 0}}._column_1t7cs_11{display:flex;flex-direction:column;gap:16px}._columnTitle_1t7cs_30{font-size:14px;font-weight:600;color:#fff}._linkList_1t7cs_36{display:flex;flex-direction:column;gap:8px;list-style:none}._link_1t7cs_36{font-size:14px;color:#99a1af;transition:color .15s ease}._link_1t7cs_36:hover{color:#fff}._bottom_1t7cs_53{display:flex;flex-direction:column;gap:24px;align-items:flex-start;justify-content:space-between;padding:20px 0;border-top:1px solid rgb(255 255 255 / 20%)}@media(min-width:640px){._bottom_1t7cs_53{flex-direction:row;align-items:center}}._bottomRight_1t7cs_68{display:flex;gap:24px;align-items:center}._socialList_1t7cs_74{display:flex;gap:12px;align-items:center;list-style:none}._socialLink_1t7cs_81{display:grid;place-items:center;width:40px;height:40px;color:#fff;border:1px solid rgb(255 255 255 / 25%);transition:background-color .15s ease,border-color .15s ease}._socialLink_1t7cs_81:hover{background-color:#ffffff1f;border-color:#ffffff73}._socialLink_1t7cs_81:focus-visible{outline:2px solid #fff;outline-offset:2px}._socialIcon_1t7cs_103{width:20px;height:20px}@media(prefers-reduced-motion:reduce){._socialLink_1t7cs_81{transition:none}}._copyright_1t7cs_114{font-size:14px;color:#99a1af}._logo_1t7cs_119{font-size:16px;font-weight:700;color:#fff}._header_16uoz_1{position:sticky;display:flex;align-items:center;top:0;height:76px;gap:16px;padding:0 16px;border-bottom:1px solid #1a2a3f;background:#0a1a2f;z-index:50}@media(min-width:768px){._header_16uoz_1{gap:24px;padding:0 24px}}@media(min-width:1280px){._header_16uoz_1{padding:0 48px}}._logo_16uoz_23{height:40px;width:auto;object-fit:contain}@media(min-width:640px){._logo_16uoz_23{height:48px}}@media(min-width:1280px){._logo_16uoz_23{height:56px}}._brand_16uoz_37{display:inline-flex;flex-shrink:0;align-items:center}._desktopNav_16uoz_43{display:none;align-items:center;gap:24px}@media(min-width:1280px){._desktopNav_16uoz_43{position:absolute;left:50%;display:flex;transform:translate(-50%)}}._desktopActions_16uoz_56{display:none;align-items:center;gap:16px;margin-left:auto}@media(min-width:1280px){._desktopActions_16uoz_56{display:flex}}._burger_16uoz_67{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:auto;color:#d1d5dc;transition:color .15s ease-in}._burger_16uoz_67:hover{color:#fff}@media(min-width:1280px){._burger_16uoz_67{display:none}}._btnText_16uoz_86{color:#d1d5dc;font-size:15px;white-space:nowrap;transition:color .15s ease-in}._btnText_16uoz_86:hover{color:#fff}._navLink_16uoz_97{display:inline-flex;align-items:center;gap:4px;padding:8px 0}._navWrap_16uoz_104{position:relative}._navWrap_16uoz_104>._navLink_16uoz_97 svg{transition:transform .15s ease}._navWrap_16uoz_104:hover ._innerMenu_16uoz_112{opacity:1;visibility:visible;pointer-events:auto}._navWrap_16uoz_104:hover>._navLink_16uoz_97 svg{transform:rotate(180deg)}._navWrap_16uoz_104 ._innerMenuItem_16uoz_123{display:block;padding:8px 16px;color:#1c1c28;font-size:14px;white-space:nowrap;transition:color .15s ease}._navWrap_16uoz_104 ._innerMenuItem_16uoz_123:hover{background-color:#f5f2fa}._innerMenu_16uoz_112{position:absolute;top:100%;left:0;min-width:200px;padding:8px 0;list-style:none;background:#fff;border:1px solid #e5e7eb;opacity:0;visibility:hidden;pointer-events:none;transition:.15s ease;z-index:100}._btnAction_16uoz_153{padding:8px 16px}._profileWrap_16uoz_157{position:relative}._profileWrap_16uoz_157:hover ._profileMenu_16uoz_160{opacity:1;visibility:visible;pointer-events:auto}._profileWrap_16uoz_157:hover ._profileButton_16uoz_166{color:#fff;background-color:#233144}._profileWrap_16uoz_157:hover ._profileButton_16uoz_166>svg:last-child{transform:rotate(180deg)}._profileButton_16uoz_166{display:flex;align-items:center;gap:8px;max-width:260px;padding:6px 12px;color:#d1d5dc;font-size:14px;transition:.15s ease}._profileButton_16uoz_166:hover{color:#fff;background-color:#233144}._profileButton_16uoz_166>svg:last-child{flex-shrink:0;transition:transform .15s ease}._profileMenu_16uoz_160{position:absolute;top:100%;right:0;z-index:100;min-width:220px;padding:0;background:#233144;list-style:none;opacity:0;visibility:hidden;pointer-events:none;transition:.15s ease}._profileMenuItem_16uoz_212{display:flex;gap:12px;align-items:center;width:100%;padding:12px 16px;border-bottom:1px solid rgb(255 255 255 / 10%);color:#d1d5dc;font-size:14px;text-align:left;transition:.15s ease}._profileMenuItem_16uoz_212:hover{color:#fff;background:#2d3f57}._profileMenu_16uoz_160 li:last-child ._profileMenuItem_16uoz_212{border-bottom:0}._profileLabel_16uoz_234{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._subMenuWrap_16uoz_240{position:relative}._subMenuWrap_16uoz_240:hover ._subMenu_16uoz_240{opacity:1;visibility:visible;pointer-events:auto}._subMenuTrigger_16uoz_252{display:flex;gap:8px;align-items:center;justify-content:space-between;width:100%;text-align:left}._subMenuTrigger_16uoz_252 svg{flex-shrink:0;color:#6a6a6a}._subMenu_16uoz_240{position:absolute;top:-8px;left:100%;z-index:100;min-width:260px;max-width:340px;padding:8px 0;border:1px solid #e5e7eb;background:#fff;list-style:none;opacity:0;visibility:hidden;pointer-events:none;transition:.15s ease}._subMenu_16uoz_240 ._innerMenuItem_16uoz_123{display:block;padding:8px 16px;color:#1c1c28;font-size:14px;white-space:normal;transition:color .15s ease}._subMenu_16uoz_240 ._innerMenuItem_16uoz_123:hover{background-color:#f5f2fa}._mobileMenu_16uoz_296{position:fixed;inset:76px 0 0;z-index:49;display:flex;flex-direction:column;overflow-y:auto;padding:16px;background:#0a1a2f}@media(min-width:1280px){._mobileMenu_16uoz_296{display:none}}._mobileNav_16uoz_311{flex:1}._mobileList_16uoz_315,._mobileSubList_16uoz_316{display:grid;gap:2px;list-style:none}._mobileSubList_16uoz_316{padding-left:12px;margin:2px 0 8px;border-left:1px solid #1a2a3f}._mobileLink_16uoz_328,._mobileTrigger_16uoz_329{display:flex;gap:12px;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:12px 8px;color:#d1d5dc;font-size:16px;text-align:left;transition:color .15s ease-in}:is(._mobileLink_16uoz_328,._mobileTrigger_16uoz_329):hover{color:#fff}._mobileTrigger_16uoz_329{font-weight:600}._mobileTriggerOpen_16uoz_351{color:#fff}._mobileTriggerIcon_16uoz_355{flex-shrink:0;transition:transform .15s ease}._mobileTriggerOpen_16uoz_351 ._mobileTriggerIcon_16uoz_355{transform:rotate(180deg)}._mobileLinkNested_16uoz_364{font-size:15px;font-weight:400}._mobileActions_16uoz_369{display:grid;gap:12px;padding-top:16px;margin-top:16px;border-top:1px solid #1a2a3f}._mobileTextButton_16uoz_377{display:flex;gap:12px;align-items:center;justify-content:center;width:100%;min-height:44px;padding:8px 16px;border:1px solid #1a2a3f;color:#d1d5dc;font-size:15px}._mobileTextButton_16uoz_377:hover{color:#fff}._mobileAccessButton_16uoz_394{border-color:#6c3bff;background:#6c3bff;color:#fff}._mobileAccessButton_16uoz_394:hover{background:#5a2daf;color:#fff}._mobileProfileButton_16uoz_405{display:flex;gap:8px;align-items:center;justify-content:center;width:100%;min-height:44px;padding:8px 16px;border:1px solid #1a2a3f;color:#d1d5dc}._mobileProfileButton_16uoz_405:hover{color:#fff}._accessWrap_16uoz_421{position:relative}._accessWrap_16uoz_421:hover ._accessMenu_16uoz_424{opacity:1;visibility:visible;pointer-events:auto}._accessWrap_16uoz_421:hover ._accessButton_16uoz_430 svg{transform:rotate(180deg)}._accessButton_16uoz_430{display:inline-flex;gap:8px;align-items:center;padding:8px 20px;background:#6c3bff;color:#fff;font-size:15px;font-weight:500;white-space:nowrap;transition:background-color .2s ease}._accessButton_16uoz_430:hover{background:#5a2daf}._accessButton_16uoz_430 svg{transition:transform .15s ease}._accessMenu_16uoz_424{position:absolute;top:100%;right:0;z-index:100;min-width:240px;padding:0;background:#6c3bff;list-style:none;opacity:0;visibility:hidden;pointer-events:none;transition:.15s ease}._accessMenuItem_16uoz_471{display:flex;gap:12px;align-items:center;width:100%;padding:14px 20px;border-bottom:1px solid rgb(255 255 255 / 15%);color:#fff;font-size:15px;text-align:left;transition:background-color .15s ease}._accessMenuItem_16uoz_471:hover{background:#5a2daf}._accessMenu_16uoz_424 li:last-child ._accessMenuItem_16uoz_471{border-bottom:0}._auth_13a03_1{background:#fff;border-radius:8px;width:480px;max-width:100%;overflow:hidden}._step_13a03_9{display:contents}._header_13a03_13{background:#0a1a2f;color:#fff;padding:24px 28px;display:flex;justify-content:space-between;align-items:flex-start}._title_13a03_22{font-size:20px;font-weight:600;margin:0 0 4px}._subtitle_13a03_28{font-size:13px;color:#a0aec0;margin:0}._closeBtn_13a03_34{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;opacity:.7}._closeBtn_13a03_34:hover{opacity:1}._body_13a03_47{padding:28px;display:flex;flex-direction:column;gap:16px;max-height:80vh;overflow-y:auto}._row_13a03_56{display:flex;gap:12px}._regionDesc_13a03_61{font-size:14px;color:#555;line-height:1.5}._regionCard_13a03_67{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #d9d4e7;border-radius:8px;background:#fff;cursor:pointer;text-align:left;width:100%}._regionCard_13a03_67 strong{display:block;font-size:15px}._regionCard_13a03_67 p{margin:4px 0 0;font-size:13px;color:#666}._regionCard_13a03_67:hover{border-color:#5a2daf}._regionCard_13a03_67 ._privateUserIcon_13a03_94{background-color:#2563eb}._notice_13a03_99{padding:14px;border:1px solid #d9d4e7;background-color:#f8fafc;border-radius:6px;font-size:13px;color:#6a7282;line-height:1.5}._footerText_13a03_109{text-align:center;font-size:14px;color:#555;margin:0}._linkBtn_13a03_116{background:none;border:none;color:#5a2daf;font-size:14px;cursor:pointer;padding:0}._linkBtn_13a03_116:hover{text-decoration:underline}._apiError_13a03_129{color:#e53e3e;font-size:13px;margin:0;text-align:center}._successMessage_13a03_136{color:#166534;font-size:13px;line-height:1.4;margin:0;text-align:center}._field_121d4_1{display:flex;flex-direction:column;gap:6px;flex:1}label{font-size:13px;font-weight:500;color:#1c1c28}._required_121d4_14{color:red}._error_121d4_18{font-size:12px;color:#e53e3e}._button_1onqw_1{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:none;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease}._button_1onqw_1:focus-visible{outline:none;box-shadow:0 0 0 3px #5a2daf38}._button_1onqw_1:disabled{cursor:not-allowed;pointer-events:none}._default_1onqw_28{min-height:40px;padding:0 14px;background:#5a2daf;color:#fff;font-size:15px;font-weight:600}._default_1onqw_28:hover:not(:disabled){background:#4a1f9f}._default_1onqw_28:disabled{opacity:.7}._payment_1onqw_45{min-height:56px;padding:8px 16px;border-radius:6px;background:#5a2daf;color:#fff;font-size:1.125rem;font-weight:600;line-height:1.2}._payment_1onqw_45:hover:not(:disabled){background:#2563eb}._payment_1onqw_45:disabled{background:#5a2daf;opacity:.7}._spinner_1onqw_65{width:20px;height:20px;border:2px solid rgb(255 255 255 / 30%);border-top-color:#fff;border-radius:50%;animation:_spin_1onqw_65 .7s linear infinite}@keyframes _spin_1onqw_65{to{transform:rotate(360deg)}}._closeBtn_1shrz_1{background:none;border:none;font-size:18px;cursor:pointer;opacity:.7}._closeBtn_1shrz_1:hover{opacity:1}._closeBtn_1shrz_1._white_1shrz_12{color:#fff}._closeBtn_1shrz_1._grey_1shrz_16{color:#4a5565}._costCard_2j9o9_1{padding:16px;border:1px solid #d9d4e7;background:#f5f2fa}._items_2j9o9_7{display:grid;gap:8px;margin-bottom:8px}._costRow_2j9o9_13,._totalRow_2j9o9_14{display:flex;align-items:center;justify-content:space-between;gap:16px}._itemTitle_2j9o9_21{color:#4a5565;font-size:.875rem;font-weight:500;line-height:1.5}._itemValue_2j9o9_28{text-align:right}._itemPrice_2j9o9_32{color:#0a1a2f;font-size:.875rem;font-weight:600;line-height:1.5}._totalRow_2j9o9_14{padding-top:8px;border-top:1px solid #d9d4e7}._totalLabel_2j9o9_44{color:#0a1a2f;font-size:1rem;font-weight:700;line-height:1.5}._totalPrice_2j9o9_51{color:#5a2daf;font-size:1.125rem;font-weight:700;line-height:1.5556}._card_uest2_1{display:flex;gap:12px;padding:12px;border:1px solid #d9d4e7;border-radius:8px;background:#f5f2fa66;transition:background-color .15s ease}._card_uest2_1:hover{background:#f5f2fa}._icon_uest2_15{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:#5a2daf;stroke-width:1.5}._content_uest2_24{min-width:0}._title_uest2_28{margin-bottom:2px;color:#0a1a2f;font-size:.75rem;font-weight:600;line-height:1.3334}._description_uest2_36{color:#6a7282;font-size:11px;line-height:1.625}._field_17n8s_1{display:flex;flex-direction:column;gap:6px;flex:1}._field_17n8s_1 label{font-size:13px;font-weight:500;color:#1c1c28}._field_17n8s_1 input{width:100%;padding:9.5px 14px;border:1px solid #d9d4e7;border-radius:6px;font-size:14px;outline:none}._field_17n8s_1 input:focus{border-color:#5a2daf}._field_17n8s_1 input._inputError_17n8s_25{border-color:#e53e3e}._inputWrapper_17n8s_31{position:relative}._inputWithToggle_17n8s_35{padding-right:44px}._passwordToggle_17n8s_39{position:absolute;top:50%;right:8px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:4px;background:transparent;color:#6f6a7c;cursor:pointer;transform:translateY(-50%);transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}._passwordToggle_17n8s_39:hover:not(:disabled){background:#f4f0ff;color:#5a2daf}._passwordToggle_17n8s_39:focus-visible{outline:none;box-shadow:0 0 0 3px #5a2daf38}._passwordToggle_17n8s_39:disabled{cursor:not-allowed;opacity:.5}._hint_17n8s_76{font-size:12px;color:#888}._required_17n8s_81{color:red}._error_17n8s_85{font-size:12px;color:#e53e3e}._panel_13d75_1{overflow:hidden;border:1px solid #d9d4e7;background:#fff}._toggleButton_13d75_7{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:#f9fafb;color:#0a1a2f;font-size:1rem;font-weight:500;text-align:left;transition:background-color .2s ease,color .2s ease}._toggleButton_13d75_7:hover{background:#f3f4f6}._toggleButton_13d75_7:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #5a2daf47}._titleGroup_13d75_33{display:inline-flex;align-items:center;gap:8px;min-width:0}._leadingIcon_13d75_40,._chevronIcon_13d75_41{flex-shrink:0}._leadingIcon_13d75_40{width:20px;height:20px;color:#5a2daf;stroke-width:2}._chevronIcon_13d75_41{width:20px;height:20px;color:currentcolor;stroke-width:2;transition:transform .2s ease}._chevronIconOpen_13d75_60{transform:rotate(180deg)}._content_13d75_64{display:grid;gap:24px;padding:24px;border-top:1px solid #e5e7eb;background:#fff}._notification_177lp_1{overflow:hidden;border:1px solid #d9d4e7;border-radius:8px}._header_177lp_7{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#0a1a2f}._icon_177lp_15{width:16px;height:16px;color:#7b3ff2;stroke-width:1.5;flex-shrink:0}._title_177lp_23{color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.03em;line-height:1.3334}._body_177lp_31{display:grid;gap:6px;padding:12px 16px;background:#f5f2fa99}._description_177lp_38,._note_177lp_39{font-size:11px;line-height:1.625}._description_177lp_38{color:#6a7282}._note_177lp_39{color:#99a1af;font-style:italic}._textarea_4ns1g_1{width:100%;padding:8px 12px;border:1px solid #d1d5dc;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;line-height:1.5;outline:none;transition:border-color .2s ease,box-shadow .2s ease;resize:none}._textarea_4ns1g_1::placeholder{color:#6b7280}._textarea_4ns1g_1:focus{border-color:#5a2daf;box-shadow:0 0 0 2px #5a2daf29}._error_4ns1g_26{color:#dc2626;font-size:.75rem;line-height:1.5}._checkbox_1hxlf_1{position:relative;display:inline-flex}._input_1hxlf_6{position:absolute;opacity:0;pointer-events:none}._label_1hxlf_12{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 16px;border-radius:6px;background:#f3f4f6;color:#6a7282;font-size:.875rem;font-weight:500;line-height:1.5;text-align:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,opacity .2s ease}._checkbox_1hxlf_1:hover ._label_1hxlf_12{background:#e5e7eb}._input_1hxlf_6:focus-visible+._label_1hxlf_12{outline:none;box-shadow:0 0 0 3px #5a2daf2e}._input_1hxlf_6:checked+._label_1hxlf_12{background:#5a2daf;color:#fff}._input_1hxlf_6:checked:focus-visible+._label_1hxlf_12{box-shadow:0 0 0 3px #5a2daf47}._disabled_1hxlf_51 ._label_1hxlf_12,._input_1hxlf_6:disabled+._label_1hxlf_12{cursor:not-allowed;opacity:.6}._radio_wl303_1{position:relative;display:inline-flex}._input_wl303_6{position:absolute;opacity:0;pointer-events:none}._label_wl303_12{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 16px;border:2px solid #d1d5dc;border-radius:8px;background:#fff;color:#6a7282;font-size:.875rem;font-weight:500;line-height:1.5;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease,opacity .2s ease}._radio_wl303_1:hover ._label_wl303_12{border-color:#60a5fa}._input_wl303_6:focus-visible+._label_wl303_12{outline:none;box-shadow:0 0 0 3px #5a2daf2e}._input_wl303_6:checked+._label_wl303_12{border-color:#5a2daf;background:#5a2daf14;color:#0a1a2f}._disabled_wl303_50 ._label_wl303_12,._input_wl303_6:disabled+._label_wl303_12{cursor:not-allowed;opacity:.6}._sectionHeader_xsaek_1{text-align:center}._title_xsaek_5{font-size:48px;margin-bottom:16px;line-height:1;font-weight:700;letter-spacing:-.5px;color:#0a1a2f}._subtitle_xsaek_14{display:inline-block;font-size:18px;color:#6a7282;max-width:768px}._iconWrapper_16u6i_1{display:flex;align-items:center;justify-content:center;padding:10px;transition:.15s ease-in}._iconWrapper_16u6i_1 svg{color:#fff}._small_16u6i_13{width:36px;height:36px}._medium_16u6i_18{width:40px;height:40px}._large_16u6i_23{width:48px;height:48px}._primary_16u6i_28{background-color:#0a1a2f}._accent_16u6i_32{background-color:#5a2daf}._tag_46o38_1{display:inline-flex;align-items:center;font-size:12px;padding:8px 16px;border:1px solid #d9d4e7;background-color:#fff;color:#1c1c28;font-weight:500;letter-spacing:.6px;text-transform:uppercase}._tag_46o38_1 ._closeBtn_46o38_13{font-size:12px;margin-right:4px}._root_1tdni_1{display:grid;gap:12px}._tags_1tdni_6{display:flex;flex-wrap:wrap;gap:8px}._input_1tdni_12{width:100%}._button_1tdni_16{width:fit-content;min-height:40px;padding:8px 16px;border:1px solid #d1d5dc;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;font-weight:500;line-height:1.5;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}._button_1tdni_16:hover:not(:disabled){border-color:#5a2daf;background:#f5f2fa}._button_1tdni_16:focus-visible{outline:none;border-color:#5a2daf;box-shadow:0 0 0 2px #5a2daf29}._button_1tdni_16:disabled{cursor:not-allowed;opacity:.6}._modal_1ec9b_1{position:fixed;z-index:50;inset:0;display:flex;align-items:center;justify-content:center}._modal_1ec9b_1 ._overlay_1ec9b_9{position:absolute;inset:0;background:#0000007f}._modal_1ec9b_1 ._inner_1ec9b_15{position:relative;max-width:calc(100% - 20px)}._page_1q79n_1{flex:1;padding:24px 0 56px;background:#fafafa}@media(min-width:768px){._page_1q79n_1{padding:32px 0 80px}}._heroSection_1q79n_11{margin-bottom:40px}@media(min-width:768px){._heroSection_1q79n_11{margin-bottom:64px}}._section_1q79n_19{margin-bottom:40px}@media(min-width:768px){._section_1q79n_19{margin-bottom:64px}}._sectionCompact_1q79n_27{margin-bottom:64px}._darkBandSection_1q79n_31{margin-bottom:40px;padding:40px 0;background:#0a1a2f}@media(min-width:768px){._darkBandSection_1q79n_31{margin-bottom:64px;padding:64px 0}}._darkBandSectionLarge_1q79n_42{margin-bottom:64px;padding:64px 0;background:#0a1a2f}._ctaSection_1q79n_48{margin-bottom:0}._heroContent_1q79n_52{width:min(100%,896px);margin:0 auto;text-align:center}._heroBadge_1q79n_58{display:inline-flex;gap:8px;align-items:center;padding:8px 16px;margin-bottom:24px;border:1px solid #d9d4e7;background:#fff;color:#6c3bff;font-size:12px;font-weight:500;letter-spacing:.7px;text-transform:uppercase}._heroBadgeIcon_1q79n_73{width:16px;height:16px}._title_1q79n_78{margin-bottom:24px;color:#0a1a2f;font-size:clamp(40px,6vw,60px);font-weight:700;letter-spacing:-1.5px;line-height:1.25}._heroLead_1q79n_87{margin-bottom:16px;color:#4a5565;font-size:20px;line-height:1.625}._heroText_1q79n_94{width:min(100%,768px);margin:0 auto 16px;color:#6a7282;font-size:16px;line-height:1.625}._heroEmphasis_1q79n_102{color:#0a1a2f;font-size:18px;font-weight:600;line-height:1.625}._lightCard_1q79n_109{padding:20px;border:1px solid #d9d4e7;background:#fff}@media(min-width:640px){._lightCard_1q79n_109{padding:32px}}@media(min-width:1024px){._lightCard_1q79n_109{padding:48px}}._darkBandContent_1q79n_123{color:#fff}._numberedHeader_1q79n_127{display:flex;gap:12px;align-items:center;margin-bottom:24px}._numberBadge_1q79n_134{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;background:#6c3bff;color:#fff;font-size:14px;font-weight:700}._sectionLabel_1q79n_147{color:#0a1a2f;font-size:12px;font-weight:700;letter-spacing:1.44px;text-transform:uppercase}._sectionLabelDark_1q79n_155{color:#fff}._sectionLead_1q79n_159{width:min(100%,768px);margin-bottom:16px;color:#4a5565;font-size:18px;line-height:1.625}._sectionText_1q79n_167{width:min(100%,768px);margin-bottom:16px;color:#6a7282;font-size:16px;line-height:1.625}._sectionEmphasis_1q79n_175{color:#0a1a2f;font-size:16px;font-weight:600;line-height:1.625}._iconFeatureGrid_1q79n_182{display:grid;gap:16px;margin-bottom:32px}@media(min-width:768px){._iconFeatureGrid_1q79n_182{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._iconFeatureGrid_1q79n_182{grid-template-columns:repeat(3,minmax(0,1fr))}}._iconFeatureGridThree_1q79n_196{display:grid;gap:16px;margin-bottom:32px}@media(min-width:768px){._iconFeatureGridThree_1q79n_196{grid-template-columns:repeat(3,minmax(0,1fr))}}._iconFeatureCard_1q79n_206{display:flex;gap:12px;align-items:center;padding:16px;border:1px solid #d9d4e7;background:#f5f2fa}._iconFeatureIcon_1q79n_215{flex-shrink:0;width:20px;height:20px;color:#6c3bff}._iconFeatureTitle_1q79n_222{color:#0a1a2f;font-size:14px;font-weight:500;line-height:1.4286}._shapingGrid_1q79n_229{display:grid;gap:20px}@media(min-width:768px){._shapingGrid_1q79n_229{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._shapingGrid_1q79n_229{grid-template-columns:repeat(4,minmax(0,1fr))}}._shapingCard_1q79n_242{padding:24px;border:1px solid #d9d4e7;background:#f5f2fa}._shapingBar_1q79n_248{width:100%;height:4px;margin-bottom:16px;background:#6c3bff}._shapingTitle_1q79n_255{margin-bottom:8px;color:#0a1a2f;font-size:16px;font-weight:700;line-height:1.5}._shapingText_1q79n_263{color:#6a7282;font-size:14px;line-height:1.625}._darkGuaranteeGrid_1q79n_269{display:grid;gap:16px;margin-bottom:32px}@media(min-width:768px){._darkGuaranteeGrid_1q79n_269{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){._darkGuaranteeGrid_1q79n_269{grid-template-columns:repeat(6,minmax(0,1fr))}}._darkGuaranteeCard_1q79n_283{padding:20px;border:1px solid rgb(255 255 255 / 20%);background:#ffffff1a;text-align:center}._darkGuaranteeTitle_1q79n_290{color:#fff;font-size:14px;font-weight:600;line-height:1.4286}._darkText_1q79n_297{margin-bottom:16px;color:#d1d5dc;font-size:16px;line-height:1.625}._darkEmphasis_1q79n_304{color:#fff;font-size:18px;font-weight:600;line-height:1.625}._sectionLabelPersistent_1q79n_311{margin-bottom:12px;color:#0a1a2f;font-size:12px;font-weight:700;letter-spacing:1.44px;text-transform:uppercase}._lightTags_1q79n_320{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}._lightTag_1q79n_320{padding:6px 12px;border:1px solid #d9d4e7;background:#f5f2fa;color:#6c3bff;font-size:12px;font-weight:500;letter-spacing:.7px;text-transform:uppercase}._organizationGrid_1q79n_338{display:grid;gap:20px;margin-bottom:32px}@media(min-width:768px){._organizationGrid_1q79n_338{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._organizationGrid_1q79n_338{grid-template-columns:repeat(4,minmax(0,1fr))}}._organizationCard_1q79n_352{padding:24px;border:1px solid #d9d4e7;background:#f5f2fa;text-align:center}._organizationIconWrap_1q79n_359{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;background:#0a1a2f}._organizationIcon_1q79n_359{width:24px;height:24px;color:#fff}._organizationTitle_1q79n_375{color:#0a1a2f;font-size:14px;font-weight:600;line-height:1.5}._darkTags_1q79n_382{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}._darkTag_1q79n_382{padding:6px 12px;background:#0a1a2f;color:#fff;font-size:12px;font-weight:500;letter-spacing:.7px;text-transform:uppercase}._darkTitle_1q79n_399{margin-bottom:24px;color:#fff;font-size:20px;font-weight:600;line-height:1.5}._darkTextLarge_1q79n_407{margin-bottom:32px;color:#d1d5dc;font-size:16px;line-height:1.625}._finalStatementsGrid_1q79n_414{display:grid;gap:20px}@media(min-width:768px){._finalStatementsGrid_1q79n_414{grid-template-columns:repeat(3,minmax(0,1fr))}}._finalStatementCard_1q79n_423{padding:24px;border:1px solid rgb(255 255 255 / 20%);background:#ffffff1a;text-align:center}._finalStatementText_1q79n_430{color:#fff;font-size:18px;font-weight:700;line-height:1.5}._ctaCard_1q79n_437{padding:24px;border:1px solid #d9d4e7;background:#f5f2fa;text-align:center}@media(min-width:640px){._ctaCard_1q79n_437{padding:32px}}@media(min-width:1024px){._ctaCard_1q79n_437{padding:48px}}._ctaTitle_1q79n_452{margin-bottom:16px;color:#0a1a2f;font-size:clamp(24px,3vw,30px);font-weight:700;line-height:1.2}._ctaText_1q79n_460{width:min(100%,576px);margin:0 auto 32px;color:#4a5565;font-size:16px;line-height:1.625}._ctaActions_1q79n_468{display:flex;flex-flow:column wrap;gap:16px;align-items:stretch;justify-content:center}@media(min-width:640px){._ctaActions_1q79n_468{flex-direction:row;align-items:center}}._primaryCta_1q79n_481,._secondaryCta_1q79n_482{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-width:min(240px,100%);padding:16px 24px;font-size:16px;font-weight:600;text-align:center;text-decoration:none;transition:background-color .2s ease}@media(min-width:640px){._primaryCta_1q79n_481,._secondaryCta_1q79n_482{padding:16px 32px}}._primaryCta_1q79n_481{background:#6c3bff;color:#fff}._primaryCta_1q79n_481:hover{background:#4a1d9f}._primaryCtaIcon_1q79n_509{width:20px;height:20px}._secondaryCta_1q79n_482{border:2px solid #0a1a2f;background:#fff;color:#0a1a2f}._secondaryCta_1q79n_482:hover{background:#f5f2fa}._faqList_1q79n_526{display:grid;gap:16px}._faqItem_1q79n_531{border:1px solid #d9d4e7;background:#fff;transition:border-color .15s ease}._faqItem_1q79n_531:hover,._faqItem_1q79n_531[open]{border-color:#6c3bff}._faqSummary_1q79n_545{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;list-style:none}._faqSummary_1q79n_545::-webkit-details-marker{display:none}._faqSummary_1q79n_545:focus-visible{outline:2px solid #6c3bff;outline-offset:-2px}._faqQuestion_1q79n_564{color:#0a1a2f;font-size:16px;font-weight:600;line-height:1.5}._faqIcon_1q79n_571{flex-shrink:0;width:20px;height:20px;color:#6c3bff;transition:transform .15s ease}._faqItem_1q79n_531[open] ._faqIcon_1q79n_571{transform:rotate(180deg)}._faqAnswer_1q79n_583{padding:0 24px 24px;border-top:1px solid #d9d4e7}._faqAnswerText_1q79n_588{margin-top:20px;color:#6a7282;font-size:15px;line-height:1.6667}._faqAnswerLink_1q79n_595{color:#6c3bff;font-weight:500;text-decoration:underline}._userTypeGrid_1q79n_601{display:grid;gap:20px;margin-top:24px}@media(min-width:768px){._userTypeGrid_1q79n_601{grid-template-columns:repeat(2,minmax(0,1fr))}}._userTypeCard_1q79n_611{padding:24px;border:1px solid #d9d4e7;background:#f5f2fa}._userTypeTitle_1q79n_617{margin-bottom:8px;color:#0a1a2f;font-size:16px;font-weight:700;line-height:1.5}._userTypeText_1q79n_625{color:#6a7282;font-size:14px;line-height:1.625}@media(prefers-reduced-motion:reduce){._faqIcon_1q79n_571,._faqItem_1q79n_531{transition:none}}._card_lri6n_1{display:block;width:100%;padding:16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}._card_lri6n_1:hover{border-color:#d1d5dc;box-shadow:0 4px 14px #0000000f}._disabled_lri6n_20{cursor:not-allowed;opacity:.6}._header_lri6n_25{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._main_lri6n_32{display:flex;flex:1;align-items:flex-start;gap:12px}._input_lri6n_39{width:20px;height:20px;margin-top:4px;accent-color:#5a2daf;cursor:pointer;flex-shrink:0}._content_lri6n_48{flex:1;min-width:0}._titleRow_lri6n_53{display:flex;align-items:center;gap:8px;margin-bottom:8px}._iconWrap_lri6n_60{display:flex;width:40px;height:40px;align-items:center;justify-content:center;background:#5a2daf1a;flex-shrink:0}._icon_lri6n_60{width:20px;height:20px;color:#5a2daf;stroke-width:2}._title_lri6n_53{color:#111827;font-size:16px;font-weight:700;line-height:1.4}._priceBadge_lri6n_84{display:inline-flex;align-items:center;padding:8px 12px;border-radius:24px;background:#5a2daf;color:#fff;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;flex:0 0 auto}._description_lri6n_98{margin-bottom:8px;color:#4b5563;font-size:14px;line-height:1.5}._toggle_lri6n_105{display:inline-flex;align-items:center;gap:4px;color:#5a2daf;font-size:12px;font-weight:500}._toggle_lri6n_105:hover{color:#0a1a2f}._chevron_lri6n_118{width:12px;height:12px;transition:transform .2s ease}._chevronExpanded_lri6n_124{transform:rotate(180deg)}._details_lri6n_128{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}._detailList_lri6n_134{display:grid;gap:6px}._detailItem_lri6n_139{display:flex;align-items:flex-start;gap:8px;color:#4b5563;font-size:14px;line-height:1.5}._bullet_lri6n_148{font-weight:700;color:#5a2daf}._card_lri6n_1:has(._input_lri6n_39:checked){border-color:#5a2daf;background:#fff;box-shadow:0 0 0 1px #5a2daf1f}._card_lri6n_1:has(._input_lri6n_39:focus-visible){box-shadow:0 0 0 3px #5a2daf29}@media not (min-width:640px){._header_lri6n_25{flex-direction:column;align-items:stretch}._priceBadge_lri6n_84{align-self:flex-start;margin-left:32px}}._card_gqdl3_1{display:flex;flex-direction:column;width:100%;overflow:hidden;border:1px solid #d9d4e7;border-radius:8px;background:#fff;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease}._cardHeader_gqdl3_15{display:flex;align-items:center;gap:12px;padding:12px 24px;border-bottom:1px solid #d9d4e7;background:linear-gradient(180deg,#f5f2fa,#fff)}._headerDotPrimary_gqdl3_24,._headerDotSecondary_gqdl3_25,._headerDotMuted_gqdl3_26{width:8px;height:8px;border-radius:999px;flex-shrink:0}._headerDotPrimary_gqdl3_24{background:#5a2daf}._headerDotSecondary_gqdl3_25{background:#7b3ff2;opacity:.6}._headerDotMuted_gqdl3_26{background:#d9d4e7}._headerSpacer_gqdl3_46{flex:1}._diagnosticLabel_gqdl3_50{color:#5a2daf99;font-family:IBM Plex Mono,Arial,monospace;font-size:9px;letter-spacing:.2em;line-height:1.2;text-transform:uppercase}._cardBody_gqdl3_59{display:flex;min-height:650px;flex-direction:column;padding:24px}@media(min-width:640px){._cardBody_gqdl3_59{padding:32px}}._titleRow_gqdl3_70{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}@media not (min-width:480px){._titleRow_gqdl3_70{flex-direction:column;align-items:stretch}}._titleBlock_gqdl3_83{min-width:0}._productLabel_gqdl3_87{margin-bottom:4px;color:#5a2daf;font-family:IBM Plex Mono,Arial,monospace;font-size:10px;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}._productTitle_gqdl3_97{color:#0a1a2f;font-size:1.25rem;font-weight:700;letter-spacing:-.025em;line-height:1.2}@media(min-width:640px){._productTitle_gqdl3_97{font-size:1.5rem}}._priceBlock_gqdl3_109{flex-shrink:0;text-align:right}@media not (min-width:480px){._priceBlock_gqdl3_109{text-align:left}}._price_gqdl3_109{color:#0a1a2f;font-size:1.25rem;font-weight:700;line-height:1.2}._priceCaption_gqdl3_125{margin-top:2px;color:#99a1af;font-size:9px;line-height:1.3}._description_gqdl3_132{color:#6a7282;font-size:.875rem;line-height:1.625}._priceCard_khcv6_1{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:12px 16px;border:1px solid #d9d4e7;border-radius:8px;background:#f5f2fa66}._priceGroup_khcv6_12{display:flex;align-items:center;gap:8px}._price_khcv6_1{color:#0a1a2f;font-size:1.25rem;font-weight:700;line-height:1.2}._caption_khcv6_25{color:#99a1af;font-size:10px;line-height:1.3}._tabs_1n4yh_1{display:flex;gap:0;overflow:hidden;border:1px solid #d9d4e7;border-radius:8px}._tabButton_1n4yh_9{flex:1;padding:10px 12px;font-size:.75rem;font-weight:600;line-height:1.3334;transition:background-color .2s ease,color .2s ease}._tabButtonDivider_1n4yh_20{border-right:1px solid #d9d4e7}._tabButtonActive_1n4yh_24{background:#0a1a2f;color:#fff}._tabButtonInactive_1n4yh_29{background:#f5f2fa;color:#6a7282}._tabButtonInactive_1n4yh_29:hover{background:#eeeaf5}._statusPanel_1qqnw_1{display:grid;gap:10px;margin-top:14px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}._statusTitle_1qqnw_11{color:#111827;font-size:.875rem;font-weight:500;line-height:1.35}._statusList_1qqnw_18{display:grid;gap:8px}._statusItem_1qqnw_23{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:12px;color:#364153;font-size:.875rem;line-height:1.4}._statusName_1qqnw_34{min-width:0}._statusDetails_1qqnw_38{display:grid;min-width:0;gap:3px}._statusPaymentHint_1qqnw_44{color:#6a7282;font-size:.8125rem;line-height:1.35}._statusPaymentLink_1qqnw_50{padding:0;border:0;background:transparent;color:#5a2daf;cursor:pointer;font:inherit;text-decoration:underline}._statusControls_1qqnw_60{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}._statusRetryButton_1qqnw_67,._statusCheckoutButton_1qqnw_68{min-height:28px;padding:0 10px;border:1px solid #d8d0eb;border-radius:6px;background:#fff;color:#5a2daf;cursor:pointer;font-size:.8125rem;font-weight:600;line-height:1}:is(._statusRetryButton_1qqnw_67,._statusCheckoutButton_1qqnw_68):hover{border-color:#5a2daf;background:#f7f4ff}:is(._statusRetryButton_1qqnw_67,._statusCheckoutButton_1qqnw_68):focus-visible{outline:none;box-shadow:0 0 0 3px #5a2daf2e}._statusIcon_1qqnw_91{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;flex:0 0 auto}._statusCompleted_1qqnw_100{color:#12803b;font-size:1.125rem;font-weight:800;line-height:1}._statusFailed_1qqnw_107{color:#d92d20;font-size:1.125rem;font-weight:800;line-height:1}._statusLoader_1qqnw_114{width:16px;height:16px;border:2px solid #d1d5dc;border-top-color:#5a2daf;border-radius:999px;animation:_status-loader-spin_1qqnw_1 .8s linear infinite}@keyframes _status-loader-spin_1qqnw_1{to{transform:rotate(360deg)}}._features_rjm8u_1{display:flex;flex-direction:column;gap:12px;margin:20px 0}._notification_rjm8u_8{margin:24px 0 16px}._panel_rjm8u_12{margin:16px 0}._features_1pmbx_1{display:flex;flex-direction:column;gap:12px;margin:20px 0}._notification_1pmbx_8{margin:24px 0 16px}._panel_1pmbx_12{margin:16px 0}._description_1pmbx_16{color:#6a7282;font-size:.875rem;line-height:1.625}._tabs_1pmbx_22{margin-bottom:16px}._features_suy00_1{display:flex;flex-direction:column;gap:12px;margin:20px 0}._notification_suy00_8{margin:24px 0 16px}._panel_suy00_12{margin:16px 0}._modules_suy00_16{display:grid;gap:12px}._description_suy00_21{color:#6a7282;font-size:.875rem;line-height:1.625}._tabs_suy00_27{margin-bottom:16px}._card_5pj4i_1{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:24px 28px;page-break-inside:avoid}._cardTitle_5pj4i_10{margin-bottom:20px;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1c1c28}._frame_sqkd6_1{width:100%;max-width:100%}._cartesianGrid_19ury_1{stroke:#e5e7eb;stroke-dasharray:3 3}._customLabel_19ury_6{font-size:12px;text-anchor:middle;fill:#374151}._labelValue_19ury_12{text-anchor:middle;font-size:12px;fill:#374151}._cartesianGrid_ivpfk_1{stroke:#e5e7eb;stroke-dasharray:3 3}._barLabel_ivpfk_6{text-anchor:middle;font-size:12px;fill:#374151}._radarWrap_wovff_1{position:relative}._radarLegend_wovff_5{position:absolute;top:0;right:0;z-index:1;max-width:220px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;color:#4b5563;font-size:12px;line-height:1.3;text-align:center}._radarLabel_wovff_21{font-size:12px;fill:#374151;text-anchor:middle;dominant-baseline:central}._cartesianGrid_1vvf3_1{stroke:#e5e7eb;stroke-dasharray:3 3}._bubble_1vvf3_6{fill:#d9d4e7;stroke:#5a2daf;stroke-width:1}._labelName_1vvf3_12{text-anchor:start;dominant-baseline:auto;font-size:10px;font-weight:500;fill:#374151}._labelValue_1vvf3_20{text-anchor:start;dominant-baseline:hanging;font-size:10px;fill:#374151}._axisLabel_1vvf3_27{font-size:12px;fill:#374151;text-anchor:middle}._heatmapContainer_19z1v_1{display:flex;align-items:flex-start;gap:80px;max-width:920px}._heatmapMain_19z1v_8{flex:1}._heatmapGrid_19z1v_12{display:flex;align-items:stretch}._likelihoodLabel_19z1v_17{display:flex;align-items:center;justify-content:center;width:10px;transform:rotate(-90deg);font-size:12px;color:#374151;letter-spacing:.04em;white-space:nowrap}._row_19z1v_29{display:flex;margin-bottom:1px}._rowLabel_19z1v_34{width:112px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;font-size:12px;color:#374151}._cell_19z1v_45{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:76px;padding:0 5px;margin-right:1px;border-radius:3px;cursor:default}._score_19z1v_58{font-size:12px;font-weight:700;line-height:1}._pointLabel_19z1v_64{font-size:9px;margin-top:3px;text-align:center;line-height:1.2}._severityLabels_19z1v_71{display:flex;margin-top:6px}._severitySpacer_19z1v_76{width:120px;flex-shrink:0}._severityLabel_19z1v_71{flex:1;margin-right:2px;text-align:center;font-size:12px;color:#374151;line-height:1.3}._severityTitle_19z1v_90{text-align:center;margin-top:12px;padding-left:120px;font-size:12px;color:#374151;letter-spacing:.04em}._legend_19z1v_99{display:flex;flex-direction:column;gap:6px;justify-content:center}._legendTitle_19z1v_106{margin:0 0 8px;font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}._legendItem_19z1v_115{display:flex;align-items:center;gap:8px}._legendColor_19z1v_121{width:16px;height:16px;border-radius:3px;flex-shrink:0}._legendLabel_19z1v_128{font-size:12px;color:#374151;white-space:nowrap}._container_16p8q_1{position:relative;display:flex;align-items:stretch}._yAxis_16p8q_7{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:20px;padding-bottom:40px;margin-right:24px}._axisLabel_16p8q_17{font-size:12px;color:#374151}._axisTitle_16p8q_22{font-size:12px;color:#374151;letter-spacing:.04em}._yaxisTitle_16p8q_28{transform:rotate(-90deg);white-space:nowrap}._xAxis_16p8q_33{display:flex;align-items:center;justify-content:space-between;margin-top:24px}._arrow_16p8q_40{position:absolute;display:flex;justify-content:space-between}._arrow_16p8q_40:after{content:"";position:absolute;background-color:#e5e7eb}._arrow_16p8q_40._verticalArrow_16p8q_51{left:20px;height:calc(100% - 40px);flex-direction:column}._arrow_16p8q_40._verticalArrow_16p8q_51:after{width:2px;height:calc(100% - 36px);top:18px;left:50%;transform:translate(-50%)}._arrow_16p8q_40._horizontalArrow_16p8q_65{width:calc(100% - 40px);bottom:18px}._arrow_16p8q_40._horizontalArrow_16p8q_65:after{width:calc(100% - 36px);height:2px;left:18px;top:50%;transform:translateY(-50%)}._gridWrapper_16p8q_79{flex:1;display:flex;flex-direction:column}._gridContainer_16p8q_85{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:3px}._quadrant_16p8q_92{display:flex;flex-direction:column;padding:16px 18px;min-height:140px;border-radius:3px}._quadrantTitle_16p8q_100{margin-bottom:16px;font-size:12px;font-weight:500;line-height:1.3}._itemsContainer_16p8q_107{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._itemCard_16p8q_114{padding:5px 12px;border-radius:3px;font-size:12px;font-weight:500;border:1px solid #e5e7eb;background:#fff;color:#374151}._proportionalChart_8uncp_1{display:flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;gap:16px}._circleGroup_8uncp_9{display:flex;flex-direction:column;align-items:center}._groupTitle_8uncp_15{margin-bottom:2px;font-size:12px;font-weight:700;color:#374151;text-align:center}._groupSubtitle_8uncp_23{margin-bottom:8px;font-size:12px;color:#374151;text-align:center}._chartSvg_8uncp_30{overflow:visible}._ratioText_8uncp_34{text-anchor:middle;dominant-baseline:central;font-weight:500;fill:#fff}._labelHeading_8uncp_41{text-anchor:middle;font-size:12px;font-weight:600;fill:#374151}._labelValue_8uncp_48{text-anchor:middle;font-size:12px;fill:#374151}._section_zslzf_1{width:100%;padding:0 24px}._section_zslzf_1:not(:first-child){page-break-before:always}._sectionTitle_zslzf_10{margin-bottom:24px;font-size:32px;font-weight:700;letter-spacing:.06em;page-break-after:avoid}._sectionBody_zslzf_18{display:flex;flex-wrap:wrap;gap:20px}._summaryBlock_zslzf_24{padding:40px 0 60px;page-break-inside:avoid;page-break-before:always}._summaryCard_zslzf_30{background:#f5f2fa;border-color:#d9d4e7}._summary_zslzf_24{margin:0;font-size:14px;line-height:1.5;color:#374151}._chart_zslzf_42,._scoreBlock_zslzf_47{width:100%;page-break-inside:avoid}._scoreScale_zslzf_52{display:grid;gap:14px}._scoreTicks_zslzf_57{display:flex;justify-content:space-between;padding:0 4px;font-size:12px;font-weight:600;color:#6b7280}._scoreTrack_zslzf_66{position:relative;height:28px;overflow:visible;border-radius:6px;background:linear-gradient(90deg,#f5c2c7 0% 20%,#f3dfa2 20% 40%,#dce9b2 40% 60%,#8ed1b2 60% 80%,#2ea84f 80% 100%)}._scoreMarker_zslzf_86{position:absolute;top:-6px;width:0;height:38px;transform:translate(-50%)}._scoreMarker_zslzf_86:before{content:"";position:absolute;top:0;left:-8px;width:0;height:0;border-top:11px solid #7b8497;border-right:8px solid transparent;border-left:8px solid transparent}._scoreMarker_zslzf_86:after{content:"";position:absolute;top:10px;left:-1px;width:2px;height:24px;background:#7b8497}._scoreValue_zslzf_116{text-align:center;font-size:24px;line-height:1;font-weight:800;color:#111827}._scoreValue_zslzf_116 span{font-size:18px;font-weight:500;color:#8b8b8b}._scoreComponents_zslzf_130{display:grid;gap:12px;margin-top:20px}._scoreItem_zslzf_136{display:grid;gap:6px;padding-top:12px;border-top:1px solid #e5e7eb}._scoreItemHeader_zslzf_143{display:flex;justify-content:space-between;gap:16px;font-size:14px;color:#111827}._scoreRationale_zslzf_151{margin:0;font-size:13px;line-height:1.45;color:#4b5563}._lists_zslzf_158{display:flex;gap:20px}._listItems_zslzf_163{display:flex;flex-direction:column;gap:6px;margin:0;padding-left:16px}._listItem_zslzf_163{font-size:14px;line-height:1.4;color:#374151}._section_2xwsv_1{width:100%;padding:0 24px;margin-bottom:60px}._title_2xwsv_7{margin-bottom:24px;font-size:32px;font-weight:700;letter-spacing:.06em}._body_2xwsv_14{display:flex;flex-wrap:wrap;gap:20px}._verdictBadge_2xwsv_20{display:inline-block;padding:4px 12px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#d1fae5;color:#065f46}._verdictBadge_2xwsv_20[data-verdict=fail]{background:#fee2e2;color:#991b1b}._listItems_2xwsv_37{padding-left:0;list-style:none}._listItem_2xwsv_37{font-size:14px;line-height:1.6;color:#374151}._listItem_2xwsv_37:not(:last-child){margin-bottom:8px}._section_7345r_1{width:100%;padding:0 24px;margin-top:60px}._title_7345r_7{margin-bottom:24px;font-size:32px;font-weight:700;letter-spacing:.06em}._body_7345r_14{display:flex;flex-wrap:wrap;gap:20px}._row_7345r_20{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}._fieldLabel_7345r_27{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1c1c28}._fieldValue_7345r_35{font-size:12px;line-height:1.6;color:#374151}._nullValue_7345r_41{font-size:14px;color:#9ca3af;font-style:italic}._root_x1ve4_1{display:grid;gap:10px}._wrap_x1ve4_6{display:grid;gap:16px;width:100%;max-width:760px;margin:0 auto}._scale_x1ve4_14{display:flex;justify-content:space-between;gap:8px;padding:0 6px}._tick_x1ve4_21{font-size:12px;color:#6b7280;font-weight:600}._track_x1ve4_27{position:relative;display:flex;height:28px;overflow:visible}._zone_x1ve4_34{flex:1;height:100%}._marker_x1ve4_39{position:absolute;top:-6px;width:0;height:36px;transform:translate(-50%)}._marker_x1ve4_39:before{content:"";position:absolute;top:0;left:-8px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:11px solid #7b8497}._marker_x1ve4_39:after{content:"";position:absolute;top:10px;left:-1px;width:2px;height:24px;background:#7b8497}._valueRow_x1ve4_69{display:flex;align-items:baseline;justify-content:center;gap:8px}._value_x1ve4_69{font-size:24px;line-height:1;font-weight:800;color:#111827}._scaleLabel_x1ve4_83{font-size:18px;line-height:1;color:#8b8b8b}._card_1whij_1{margin-bottom:60px;background:#f5f2fa;border-color:#d9d4e7}._copy_1whij_7{display:grid;gap:8px;margin-top:20px}._title_1whij_13{margin:0;font-size:18px;font-weight:700;color:#1c1c28}._text_1whij_20{max-width:720px;margin:0;font-size:14px;line-height:1.5;color:#374151}._componentList_1whij_28{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}._componentItem_1whij_35{display:grid;gap:8px;padding:16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}._componentRow_1whij_44{display:flex;align-items:center;justify-content:space-between;gap:12px}._componentMetric_1whij_51{font-size:13px;font-weight:700;color:#1c1c28}._componentValue_1whij_57{font-size:13px;font-weight:700;color:#5a2daf}._componentTrack_1whij_63{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}._componentFill_1whij_71{height:100%;border-radius:inherit;background:#5a2daf}._rationale_1whij_77{margin:0;font-size:12px;line-height:1.45;color:#374151}._root_gwh0n_1{width:100%}._note_gwh0n_5{margin:16px 0 0;font-size:12px;font-weight:600;color:#5a2daf}._gaugeLabel_gwh0n_12{margin:0 0 18px;font-size:14px;font-weight:600;color:#374151}._matrix_gwh0n_19{display:grid;grid-template-columns:22px 1fr;gap:12px}._matrixAxisY_gwh0n_25{display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;transform:rotate(180deg);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5a2daf}._matrixGrid_gwh0n_38{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._quadrant_gwh0n_44{min-height:170px;padding:16px;border:1px solid #d9d4e7;border-radius:6px;background:#fbfaff}._quadrantTitle_gwh0n_52{margin:0 0 12px;font-size:13px;font-weight:700;color:#1c1c28}._revenueItems_gwh0n_59{display:flex;flex-direction:column;gap:8px}._revenueItem_gwh0n_59{display:grid;gap:4px;padding:10px;border-radius:6px;background:#fff;border:1px solid #e5e7eb;font-size:12px;color:#374151}._revenueItem_gwh0n_59 [data-priority]{width:fit-content;padding:2px 8px;border-radius:999px;background:#ede9fe;color:#5a2daf;font-size:10px;font-weight:700;text-transform:uppercase}._revenueName_gwh0n_87{font-weight:700;color:#1c1c28}._revenueMeta_gwh0n_92{color:#6b7280}._matrixAxisX_gwh0n_96{grid-column:2;text-align:center;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5a2daf}._heatmap_gwh0n_106{overflow-x:auto}._heatmapGrid_gwh0n_110{display:grid;grid-template-columns:150px repeat(6,minmax(92px,1fr));gap:6px;min-width:780px}._heatmapCorner_gwh0n_117,._heatmapStage_gwh0n_118,._heatmapDimension_gwh0n_119,._heatmapCell_gwh0n_120{min-height:52px;border-radius:6px}._heatmapStage_gwh0n_118,._heatmapDimension_gwh0n_119{display:flex;align-items:center;padding:8px;background:#f5f2fa;font-size:11px;font-weight:700;color:#1c1c28}._heatmapStage_gwh0n_118{justify-content:center;text-align:center}._heatmapCell_gwh0n_120{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#1c1c28}._trend_gwh0n_150{width:100%}._axisLabel_gwh0n_154{fill:#374151;font-size:12px}._legend_gwh0n_159{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}._legendItem_gwh0n_166{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#374151}._legendSwatch_gwh0n_175{width:10px;height:10px;border-radius:999px}._rationaleList_gwh0n_181{display:grid;gap:8px;margin-top:16px}._rationaleItem_gwh0n_187{margin:0;font-size:12px;line-height:1.5;color:#374151}[data-pdf-export-active=true] ._heatmap_gwh0n_106{overflow:visible}[data-pdf-export-active=true] ._heatmapGrid_gwh0n_110{min-width:0;grid-template-columns:130px repeat(6,minmax(0,1fr))}._section_1abdf_1{width:100%;padding:0 24px;margin-bottom:60px}._title_1abdf_7{margin:0 0 24px;font-size:32px;font-weight:700;letter-spacing:.06em}._body_1abdf_14{display:flex;flex-wrap:wrap;gap:20px}._row_1abdf_20{display:flex;flex-direction:column;gap:4px;margin-bottom:18px}._row_1abdf_20:last-child{margin-bottom:0}._fieldLabel_1abdf_31{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1c1c28}._fieldValue_1abdf_39{font-size:12px;line-height:1.6;color:#374151}._root_16i2m_1{width:100%;padding:0 24px}._root_16i2m_1:not(:first-child){page-break-before:always}._titleRow_16i2m_10{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px;page-break-after:avoid}._title_16i2m_10{margin:0;font-size:32px;font-weight:700;letter-spacing:.06em}._scoreLabel_16i2m_26{margin:8px 0 0;font-size:14px;font-weight:600;color:#225f68}._badge_16i2m_33{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:8px 14px;border-radius:999px;background:#0a1a2f;color:#fff;font-size:14px;font-weight:700}._body_16i2m_46{display:flex;flex-wrap:wrap;gap:20px}._chart_16i2m_52{width:100%;page-break-inside:avoid}._summaryBlock_16i2m_57{padding:40px 0 60px;page-break-inside:avoid;page-break-before:always}._summaryCard_16i2m_63{background:#f0f8f7;border-color:#cce5e1}._summary_16i2m_57{margin:0;font-size:14px;line-height:1.5;color:#374151}._card_1tggh_1{margin-bottom:60px;background:#f0f8f7;border-color:#cce5e1}._copy_1tggh_7{display:grid;gap:8px;margin-top:20px}._title_1tggh_13{margin:0;font-size:18px;font-weight:700;color:#1c1c28}._text_1tggh_20{max-width:720px;margin:0;font-size:14px;line-height:1.5;color:#374151}._componentList_1tggh_28{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}._componentItem_1tggh_35{display:grid;gap:8px;padding:16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}._componentRow_1tggh_44{display:flex;align-items:center;justify-content:space-between;gap:12px}._componentMetric_1tggh_51{font-size:13px;font-weight:700;color:#1c1c28}._componentValue_1tggh_57{font-size:13px;font-weight:700;color:#225f68}._componentTrack_1tggh_63{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}._componentFill_1tggh_71{height:100%;border-radius:inherit;background:#225f68}._rationale_1tggh_77{margin:0;font-size:12px;line-height:1.45;color:#374151}._root_1j3b8_1{width:100%}._note_1j3b8_5{margin:16px 0 0;font-size:12px;font-weight:600;color:#225f68}._gaugeLabel_1j3b8_12{margin:0 0 18px;font-size:14px;font-weight:600;color:#374151}._heatmap_1j3b8_19{overflow-x:auto}._heatmapGrid_1j3b8_23{display:grid;grid-template-columns:170px repeat(4,minmax(130px,1fr));gap:6px;min-width:760px}._heatmapCorner_1j3b8_30,._heatmapDimension_1j3b8_31,._heatmapSegment_1j3b8_32,._heatmapCell_1j3b8_33{min-height:52px;border-radius:6px}._heatmapDimension_1j3b8_31,._heatmapSegment_1j3b8_32{display:flex;align-items:center;padding:8px;background:#f0f8f7;font-size:11px;font-weight:700;color:#1c1c28}._heatmapDimension_1j3b8_31{justify-content:center;text-align:center}._heatmapCell_1j3b8_33{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#1c1c28}._trend_1j3b8_63{width:100%}._axisLabel_1j3b8_67{fill:#374151;font-size:12px}._legend_1j3b8_72{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}._legendItem_1j3b8_79{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#374151}._legendSwatch_1j3b8_88{width:10px;height:10px;border-radius:999px}._rationaleList_1j3b8_94,._priorityList_1j3b8_95{display:grid;gap:8px;margin-top:16px}._rationaleItem_1j3b8_101,._priorityItem_1j3b8_102{margin:0;font-size:12px;line-height:1.5;color:#374151}[data-pdf-export-active=true] ._heatmap_1j3b8_19{overflow:visible}[data-pdf-export-active=true] ._heatmapGrid_1j3b8_23{min-width:0;grid-template-columns:140px repeat(4,minmax(0,1fr))}._section_h7pj4_1{width:100%;padding:0 24px 40px;page-break-inside:avoid}._title_h7pj4_7{margin:0 0 24px;font-size:32px;font-weight:700;letter-spacing:.06em}._body_h7pj4_14{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}._row_h7pj4_20{display:grid;gap:4px}._row_h7pj4_20:not(:last-child){margin-bottom:12px}._fieldLabel_h7pj4_29{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}._fieldValue_h7pj4_37{font-size:13px;line-height:1.45;color:#111827}._card_1ba33_1{margin:0 0 24px;page-break-inside:avoid}._copy_1ba33_6{flex:1 1 260px;min-width:260px;padding-top:8px;margin-bottom:24px}._title_1ba33_13{margin-bottom:8px;font-size:18px;font-weight:700;color:#0f172a}._text_1ba33_20{font-size:14px;line-height:1.5;color:#374151}._componentList_1ba33_26{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:6px}._componentItem_1ba33_33{display:grid;gap:8px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}._componentRow_1ba33_42{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:#111827}._componentMetric_1ba33_51{font-weight:600}._componentValue_1ba33_55{font-weight:700;color:#5a2daf}._componentTrack_1ba33_60{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}._componentFill_1ba33_68{height:100%;border-radius:inherit;background:linear-gradient(90deg,#5a2daf,#8b5cf6)}._rationale_1ba33_74{margin:0;font-size:12px;line-height:1.45;color:#4b5563}._root_1wwdw_1{width:100%}._heatmapList_1wwdw_5,._rationaleList_1wwdw_6{display:grid;gap:8px;margin-top:18px}._heatmapItem_1wwdw_12,._rationale_1wwdw_6,._thresholdNote_1wwdw_14{margin:0;font-size:13px;line-height:1.45;color:#374151}._seriesGrid_1wwdw_21{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}._seriesItem_1wwdw_27{min-width:0;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}._seriesTitle_1wwdw_35,._gaugeLabel_1wwdw_36{margin:0 0 12px;font-size:14px;font-weight:700;color:#111827}._thresholdNote_1wwdw_14{margin-top:12px;font-weight:600;color:#5a2daf}._section_fae93_1{width:100%;padding:0 24px 40px}._title_fae93_6{margin-bottom:24px;font-size:32px;font-weight:700;letter-spacing:.06em}._body_fae93_13{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}._row_fae93_19{display:grid;gap:6px}._row_fae93_19:not(:last-child){margin-bottom:16px}._fieldLabel_fae93_28{color:#6b7280;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}._fieldValue_fae93_36{color:#1f2937;font-size:14px;line-height:1.45}._root_6r7tp_1{width:100%;padding:0 24px}._root_6r7tp_1:not(:first-child){page-break-before:always}._titleRow_6r7tp_10{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;page-break-after:avoid}._title_6r7tp_10{font-size:32px;font-weight:700;letter-spacing:.06em}._badge_6r7tp_25{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:8px 14px;border-radius:999px;background:#0a1a2f;color:#fff;font-size:14px;font-weight:700}._scoreLabel_6r7tp_38{margin-bottom:20px;color:#5a2daf;font-size:14px;font-weight:700}._body_6r7tp_45{display:flex;flex-wrap:wrap;gap:20px}._chart_6r7tp_51{width:100%;page-break-inside:avoid}._summaryBlock_6r7tp_56{padding:40px 0 60px;page-break-inside:avoid;page-break-before:always}._summaryCard_6r7tp_62{border-color:#d9d4e7;background:#f5f2fa}._summary_6r7tp_56{margin:0;color:#374151;font-size:14px;line-height:1.5}._card_yccqw_1{margin-bottom:40px}._copy_yccqw_5{display:grid;gap:8px;margin:24px 0}._title_yccqw_11{color:#111827;font-size:18px;font-weight:700}._text_yccqw_17,._rationale_yccqw_18{color:#4b5563;font-size:14px;line-height:1.45}._componentList_yccqw_24{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}._componentItem_yccqw_30{display:grid;gap:8px;padding:16px;border:1px solid #e5e7eb;border-radius:6px}._componentRow_yccqw_38{display:flex;align-items:center;justify-content:space-between;gap:12px}._componentMetric_yccqw_45{color:#111827;font-size:14px;font-weight:700}._componentValue_yccqw_51{color:#5a2daf;font-size:14px;font-weight:700}._componentTrack_yccqw_57{height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}._componentFill_yccqw_64{height:100%;border-radius:inherit;background:#5a2daf}._root_chy8m_1{width:100%}._matrixLegend_chy8m_5{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin-top:20px}._matrixItem_chy8m_12{color:#374151;font-size:12px;line-height:1.35}._gaugeLabel_chy8m_18,._lineTitle_chy8m_19{margin-bottom:12px;color:#1f2937;font-size:14px;font-weight:700}._lineGrid_chy8m_26{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}._lineItem_chy8m_32{min-width:0;padding:16px;border:1px solid #e5e7eb;border-radius:6px}._networkList_chy8m_39{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._networkItem_chy8m_45{display:grid;gap:8px;padding:16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;line-height:1.4}._networkHeader_chy8m_56{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#111827}._networkHeader_chy8m_56 span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:4px 8px;border-radius:999px;background:#0a1a2f;color:#fff;font-size:12px;font-weight:700}._root_15ror_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%}._listItems_15ror_8{display:grid;gap:10px;padding-left:18px}._listItem_15ror_8{color:#374151;font-size:14px;line-height:1.45}._reportRoot_yaw2e_1{min-height:100vh;margin-top:32px;padding:40px 32px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;font-family:system-ui,sans-serif}._reportTop_yaw2e_11{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}._reportTitle_yaw2e_20{font-size:28px}._reportContainer_yaw2e_24{text-align:left}._exportButton_yaw2e_28{max-width:200px}._wrap_yaw2e_32{width:1098px;margin:0 auto;padding:24px 0;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff}._pdfContainer_yaw2e_41{display:flex;flex-direction:column}._reportRoot_9j294_1{background:#f9fafb;min-height:100vh;margin-top:32px;padding:40px 32px;font-family:system-ui,sans-serif;border-radius:6px;border:1px solid #e5e7eb}._reportTop_9j294_11{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}._reportTitle_9j294_20{font-size:28px}._reportContainer_9j294_24{text-align:left}._exportButton_9j294_28{max-width:200px}._wrap_9j294_32{background-color:#fff;padding:24px 0;width:1098px;margin:0 auto;border:1px solid #e5e7eb;border-radius:6px}._pdfContainer_9j294_41{display:flex;flex-direction:column}._loadingMessage_9j294_46{text-align:center;color:#6b7280;font-size:14px;padding:40px 0}._errorMessage_9j294_53{color:#b45309;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:10px 16px;font-size:13px;margin-bottom:16px}._root_14eh0_1{display:flex;flex-direction:column;gap:18px}._gaugeLabel_14eh0_7{margin:0;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1c1c28}._positioningList_14eh0_16{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}._positioningItem_14eh0_22{margin:0;font-size:12px;line-height:1.35;color:#374151}._card_47ufe_1{margin:0 0 24px;page-break-inside:avoid}._copy_47ufe_6{flex:1 1 260px;min-width:260px;padding-top:8px;margin-bottom:24px}._title_47ufe_13{margin-bottom:8px;font-size:18px;font-weight:700;color:#0f172a}._text_47ufe_20{font-size:14px;line-height:1.5;color:#374151}._componentList_47ufe_26{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:6px}._componentItem_47ufe_33{display:grid;gap:8px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb}._componentRow_47ufe_42{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:#111827}._componentMetric_47ufe_51{font-weight:600}._componentValue_47ufe_55{font-weight:700;color:#5a2daf}._componentTrack_47ufe_60{width:100%;height:8px;border-radius:999px;background:#e5e7eb;overflow:hidden}._componentFill_47ufe_68{height:100%;border-radius:inherit;background:linear-gradient(90deg,#5a2daf,#8b5cf6)}._root_1p3t6_1{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:20px;align-items:start}._card_1p3t6_8{padding-top:16px;padding-bottom:16px;page-break-inside:avoid}._panel_1p3t6_14{display:grid}._bars_1p3t6_18{display:grid;gap:10px}._barRow_1p3t6_23{display:grid;grid-template-columns:170px minmax(0,1fr);gap:10px;align-items:center}._barLabel_1p3t6_30{font-size:12px;color:#374151;text-align:right}._barTrack_1p3t6_36{position:relative;display:flex;align-items:center;min-height:38px;overflow:hidden;border-radius:6px;background:#f3f4f6}._barFill_1p3t6_46{position:absolute;inset:0 auto 0 0;border-radius:inherit;opacity:.95}._barValue_1p3t6_53{position:relative;z-index:1;margin-left:14px;font-size:12px;font-weight:700}._key_1p3t6_61{display:flex;flex-direction:column;gap:18px;justify-content:center;min-height:100%}._keyItem_1p3t6_69{display:flex;align-items:center;gap:14px}._keySwatch_1p3t6_75{width:24px;height:24px;border-radius:6px;flex-shrink:0}._keyLabel_1p3t6_82{font-size:15px;line-height:18px;color:#374151}._root_qqiaj_1{display:grid;gap:20px}._svgWrap_qqiaj_6{display:flex;justify-content:center;align-items:center;padding:12px 0 0}._legend_qqiaj_13{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}._legendItem_qqiaj_19{display:grid;gap:4px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb}._legendLabel_qqiaj_28{font-size:12px;font-weight:700;letter-spacing:.08em;color:#5a2daf;text-transform:uppercase}._legendValue_qqiaj_36{font-size:18px;font-weight:700;color:#0f172a}._legendNote_qqiaj_42{font-size:12px;line-height:1.4;color:#6b7280}._root_12vt6_1{width:100%;padding:0 24px}._root_12vt6_1:not(:first-child){page-break-before:always}._titleRow_12vt6_10{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;page-break-after:avoid}._title_12vt6_10{font-size:32px;font-weight:700;letter-spacing:.06em}._badge_12vt6_25{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:8px 14px;border-radius:999px;background:#0a1a2f;color:#fff;font-size:14px;font-weight:700}._body_12vt6_38{display:flex;flex-wrap:wrap;gap:20px}._chart_12vt6_44{width:100%;page-break-inside:avoid}._summaryBlock_12vt6_49{padding:40px 0 60px;page-break-inside:avoid;page-break-before:always}._summaryCard_12vt6_55{background:#f5f2fa;border-color:#d9d4e7}._summary_12vt6_49{margin:0;font-size:14px;line-height:1.5;color:#374151}._root_1132o_1{width:100%}._matrixLegend_1132o_5{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin-top:18px}._matrixItem_1132o_12{margin:0;font-size:12px;line-height:1.4;color:#4b5563}._gaugeLabel_1132o_19{margin:0 0 16px;font-size:14px;font-weight:700;color:#374151}._reportRoot_w6pxm_1{background:#f9fafb;min-height:100vh;margin-top:32px;padding:40px 32px;font-family:system-ui,sans-serif;border-radius:6px;border:1px solid #e5e7eb}._reportTop_w6pxm_11{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}._reportTitle_w6pxm_20{font-size:28px}._reportContainer_w6pxm_24{text-align:left}._exportButton_w6pxm_28{max-width:200px}._wrap_w6pxm_32{background-color:#fff;padding:24px 0;width:1098px;margin:0 auto;border:1px solid #e5e7eb;border-radius:6px}._pdfContainer_w6pxm_41{display:flex;flex-direction:column}._root_12r6d_1{width:100%;padding:0 24px}._root_12r6d_1:not(:first-child){page-break-before:always}._titleRow_12r6d_10{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px;page-break-after:avoid}._title_12r6d_10{margin:0;font-size:32px;font-weight:700;letter-spacing:.06em}._scoreLabel_12r6d_26{margin:8px 0 0;font-size:14px;font-weight:600;color:#5a2daf}._badge_12r6d_33{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:8px 14px;border-radius:999px;background:#0a1a2f;color:#fff;font-size:14px;font-weight:700}._body_12r6d_46{display:flex;flex-wrap:wrap;gap:20px}._chart_12r6d_52{width:100%;page-break-inside:avoid}._summaryBlock_12r6d_57{padding:40px 0 60px;page-break-inside:avoid;page-break-before:always}._summaryCard_12r6d_63{background:#f5f2fa;border-color:#d9d4e7}._summary_12r6d_57{margin:0;font-size:14px;line-height:1.5;color:#374151}._card_dv1us_1{display:flex;flex-direction:column;gap:24px}._copy_dv1us_7{max-width:760px}._title_dv1us_11{margin:0 0 8px;font-size:20px;font-weight:700;color:#1c1c28}._text_dv1us_18{margin:0;font-size:14px;line-height:1.5;color:#4b5563}._componentList_dv1us_25{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}._componentItem_dv1us_31{display:flex;flex-direction:column;gap:8px}._componentRow_dv1us_37{display:flex;align-items:center;justify-content:space-between;gap:12px}._componentMetric_dv1us_44{font-size:13px;font-weight:700;color:#1f2937}._componentValue_dv1us_50{font-size:13px;font-weight:700;color:#5a2daf}._componentTrack_dv1us_56{height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}._componentFill_dv1us_63{height:100%;border-radius:inherit;background:#5a2daf}._rationale_dv1us_69{margin:0;font-size:12px;line-height:1.4;color:#4b5563}._root_an9kp_1{display:flex;flex-direction:column;gap:18px}._gaugeLabel_an9kp_7{margin:0;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1c1c28}._heatmapList_an9kp_16{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}._heatmapItem_an9kp_22{margin:0;font-size:12px;line-height:1.35;color:#374151}._root_1i95w_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%}._listItems_1i95w_8{display:flex;flex-direction:column;gap:6px;margin:0;padding-left:16px}._listItem_1i95w_8{font-size:14px;line-height:1.4;color:#374151}._reportRoot_1f8we_1{background:#f9fafb;min-height:100vh;margin-top:32px;padding:40px 32px;font-family:system-ui,sans-serif;border:1px solid #e5e7eb;border-radius:6px}._reportTop_1f8we_11{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}._reportTitle_1f8we_20{font-size:28px}._reportContainer_1f8we_24{text-align:left}._exportButton_1f8we_28{max-width:200px}._wrap_1f8we_32{width:1098px;margin:0 auto;padding:24px 0;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff}._pdfContainer_1f8we_41{display:flex;flex-direction:column}._reportReadyCard_17k6w_1{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-top:24px;padding:18px 20px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0f172a14}@media not (min-width:640px){._reportReadyCard_17k6w_1{flex-direction:column;align-items:flex-start}}._reportReadyTitle_17k6w_19{margin:0;color:#111827;font-size:1rem;font-weight:700;line-height:1.4}._reportReadyText_17k6w_27{margin:4px 0 0;color:#4b5563;font-size:.875rem;line-height:1.4}._reportReadyButton_17k6w_34{width:auto;min-height:38px;padding:0 16px}._reportPreviewToolbar_17k6w_40{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-top:24px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0f172a14}@media not (min-width:640px){._reportPreviewToolbar_17k6w_40{flex-direction:column;align-items:flex-start}}._reportPreviewTitle_17k6w_58{margin:0;color:#111827;font-size:.95rem;font-weight:700;line-height:1.35}._reportPreviewText_17k6w_66{margin:2px 0 0;color:#6b7280;font-size:.8125rem;line-height:1.35}._reportCloseButton_17k6w_73{width:auto;min-height:34px;padding:0 14px}._root_1b13v_1,._notice_1b13v_5{margin-bottom:24px}._panel_1b13v_9{padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0f172a14}._title_1b13v_17{margin:0 0 12px;color:#111827;font-size:1rem;line-height:1.4}._list_1b13v_24{display:grid;gap:8px;margin:0;padding:0;list-style:none}._item_1b13v_32{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb}._name_1b13v_43{color:#111827;font-size:.875rem;font-weight:600;line-height:1.4}._controls_1b13v_50{display:inline-flex;align-items:center;gap:10px}._action_1b13v_56{width:auto;min-height:34px;padding:0 16px;border-radius:4px;font-weight:400}._statusIcon_1b13v_64{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}._failed_1b13v_72{color:#dc2626;font-size:.875rem;font-weight:700;line-height:1}._loader_1b13v_79{width:16px;height:16px;border:2px solid #d1d5db;border-top-color:#5a2daf;border-radius:999px;animation:_guest-payment-spin_1b13v_1 .8s linear infinite}@keyframes _guest-payment-spin_1b13v_1{to{transform:rotate(360deg)}}._features_12h3c_1{display:flex;flex-direction:column;gap:12px;margin:20px 0}._notification_12h3c_8{margin:24px 0 16px}._panel_12h3c_12{margin:16px 0}._statusPanel_12h3c_16{display:grid;gap:10px;margin-top:14px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}._statusTitle_12h3c_26{color:#111827;font-size:.875rem;font-weight:500;line-height:1.35}._statusList_12h3c_33{display:grid;gap:8px}._statusItem_12h3c_38{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:12px;color:#364153;font-size:.875rem;line-height:1.4}._statusName_12h3c_49{min-width:0}._statusDetails_12h3c_53{display:grid;min-width:0;gap:3px}._statusPaymentHint_12h3c_59{color:#6a7282;font-size:.8125rem;line-height:1.35}._statusPaymentLink_12h3c_65{padding:0;border:0;background:transparent;color:#5a2daf;cursor:pointer;font:inherit;text-decoration:underline}._statusControls_12h3c_75{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}._statusRetryButton_12h3c_82,._statusCheckoutButton_12h3c_83{min-height:28px;padding:0 10px;border:1px solid #d8d0eb;border-radius:6px;background:#fff;color:#5a2daf;cursor:pointer;font-size:.8125rem;font-weight:600;line-height:1}:is(._statusRetryButton_12h3c_82,._statusCheckoutButton_12h3c_83):hover{border-color:#5a2daf;background:#f7f4ff}:is(._statusRetryButton_12h3c_82,._statusCheckoutButton_12h3c_83):focus-visible{outline:none;box-shadow:0 0 0 3px #5a2daf2e}._statusIcon_12h3c_106{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;flex:0 0 auto}._statusCompleted_12h3c_115{color:#12803b;font-size:1.125rem;font-weight:800;line-height:1}._statusFailed_12h3c_122{color:#d92d20;font-size:1.125rem;font-weight:800;line-height:1}._statusLoader_12h3c_129{width:16px;height:16px;border:2px solid #d1d5dc;border-top-color:#5a2daf;border-radius:999px;animation:_status-loader-spin_12h3c_1 .8s linear infinite}@keyframes _status-loader-spin_12h3c_1{to{transform:rotate(360deg)}}._form_irr7l_1{display:grid;gap:24px;padding:24px 0;border-top:1px solid #e5e7eb;background:#fff}._fieldset_irr7l_9{display:grid;gap:24px;min-width:0;margin:0;padding:0;border:0}._field_irr7l_9{display:grid;gap:8px}._requiredLabel_irr7l_23,._optionalLabel_irr7l_24{display:inline-flex;align-items:center;gap:8px;color:#111827;font-size:.875rem;line-height:1.5}._requiredLabel_irr7l_23{font-weight:600}._optionalLabel_irr7l_24{font-weight:500;color:#4b5563}._requiredMark_irr7l_42{color:#ef4444}._optionalText_irr7l_46{color:#9ca3af}._textarea_irr7l_50,._shortTextarea_irr7l_51,._textInput_irr7l_52{width:100%;border:1px solid #d1d5dc;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;line-height:1.5;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._textarea_irr7l_50{min-height:80px}._shortTextarea_irr7l_51{min-height:60px}._textInput_irr7l_52{min-height:40px;padding:8px 16px}._textarea_irr7l_50::placeholder,._shortTextarea_irr7l_51::placeholder,._textInput_irr7l_52::placeholder{color:#6b7280}._textarea_irr7l_50:focus,._shortTextarea_irr7l_51:focus,._textInput_irr7l_52:focus{border-color:#5a2daf;box-shadow:0 0 0 2px #5a2daf29}._optionList_irr7l_92,._radioList_irr7l_93{display:flex;flex-wrap:wrap;gap:12px}._helper_irr7l_99{color:#6a7282;font-size:.75rem;line-height:1.5}._error_irr7l_105{color:#dc2626;font-size:.75rem;line-height:1.5}._tag_irr7l_111{font-size:10px;padding:4px 10px;background:#f5f2fa;transition:background-color .2s ease}._tag_irr7l_111:hover{background:#f1ecf5}._block_1i0c8_1{display:grid;gap:16px;padding:16px;border:2px solid #bfdbfe;border-radius:8px;background:#eff6ff4d}._title_1i0c8_10{color:#111827;font-size:.875rem;font-weight:700;line-height:1.5}._field_1i0c8_17{display:grid;gap:8px}._requiredLabel_1i0c8_22,._optionalLabel_1i0c8_23{display:inline-flex;align-items:center;gap:8px;color:#111827;font-size:.875rem;line-height:1.5}._requiredLabel_1i0c8_22{font-weight:600}._optionalLabel_1i0c8_23{font-weight:500;color:#4b5563}._requiredMark_1i0c8_41{color:#ef4444}._optionalText_1i0c8_45{color:#9ca3af}._textInput_1i0c8_49{width:100%;min-height:44px;padding:12px;border:2px solid #d1d5dc;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;line-height:1.5;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._textInput_1i0c8_49:focus{border-color:#5a2daf;box-shadow:0 0 0 2px #5a2daf29}._textInput_1i0c8_49::placeholder{color:#6b7280}._shortTextarea_1i0c8_74{min-height:60px}._optionList_1i0c8_78{display:flex;flex-wrap:wrap;gap:8px}._error_1i0c8_84{color:#dc2626;font-size:.75rem;line-height:1.5}._form_e0vpj_1{display:grid;gap:16px}._fieldset_e0vpj_6{display:grid;gap:16px;min-width:0;margin:0;padding:0;border:0}._panel_e0vpj_15{margin:0}._sectionContent_e0vpj_19{display:grid;gap:24px}._modules_e0vpj_24{display:grid;gap:12px}._field_e0vpj_6{display:grid;gap:8px}._requiredLabel_e0vpj_34,._optionalLabel_e0vpj_35{display:inline-flex;align-items:center;gap:8px;color:#111827;font-size:.875rem;line-height:1.5}._requiredLabel_e0vpj_34{font-weight:600}._optionalLabel_e0vpj_35{font-weight:500;color:#4b5563}._optionalText_e0vpj_53{color:#9ca3af}._requiredMark_e0vpj_57{color:#ef4444}._helper_e0vpj_61{color:#6a7282;font-size:.75rem;line-height:1.5}._emptyState_e0vpj_67{padding:16px;border:1px dashed #d1d5dc;border-radius:8px;background:#f9fafb;color:#4b5563;font-size:.875rem;line-height:1.6}._moduleFields_e0vpj_77{display:grid;gap:16px}._radioList_e0vpj_82{display:flex;flex-wrap:wrap;gap:12px}._textInput_e0vpj_88{width:100%;min-height:44px;padding:12px;border:2px solid #d1d5dc;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;line-height:1.5;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._textInput_e0vpj_88::placeholder{color:#6b7280}._textInput_e0vpj_88:focus{border-color:#5a2daf;box-shadow:0 0 0 2px #5a2daf29}._error_e0vpj_113{color:#dc2626;font-size:.75rem;line-height:1.5}._validationDetailsModal_lavzw_1{padding:24px}._validationDetailsCard_lavzw_5{position:relative;width:min(100%,560px);padding:32px 28px 24px;border:1px solid #d9d4e7;background:#fff;box-shadow:0 24px 64px #0a1a2f2e}._validationDetailsClose_lavzw_14{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d9d4e7;background:#fff;color:#6b7280;transition:border-color .2s ease,color .2s ease,background-color .2s ease}._validationDetailsClose_lavzw_14:hover{border-color:#5a2daf;background:#f5f2fa;color:#0a1a2f}._validationDetailsCloseIcon_lavzw_38{width:18px;height:18px}._validationDetailsTitle_lavzw_43{margin:0 32px 20px 0;color:#0a1a2f;font-size:24px;font-weight:700;line-height:1.2}._validationDetailsList_lavzw_51{display:flex;flex-direction:column;gap:14px;margin:0;padding:0 0 0 20px}._validationDetailsItem_lavzw_59{color:#1e2a3a;font-size:14px;line-height:1.5}._validationDetailsButton_lavzw_65{width:auto;min-width:120px;margin-top:24px;margin-left:auto}._carousel_o7dnl_1{display:flex;flex-direction:column;gap:12px;width:100%}._frame_o7dnl_8{position:relative;display:grid;border:1px solid #d9d4e7;background:#fff}._badge_o7dnl_15{position:absolute;top:12px;right:12px;z-index:1;padding:6px 12px;background:#0a1a2f;color:#fff;font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}._image_o7dnl_31{grid-area:1 / 1;width:100%;height:auto;opacity:0;transition:opacity .4s ease}._imageActive_o7dnl_39{opacity:1}._dots_o7dnl_43{display:flex;gap:6px;justify-content:center}._dot_o7dnl_43{width:18px;height:4px;padding:0;border:0;background:#d9d4e7;cursor:pointer;transition:background-color .2s ease}._dot_o7dnl_43:hover{background:#b7aed3}._dot_o7dnl_43:focus-visible{outline:2px solid #6c3bff;outline-offset:3px}._dotActive_o7dnl_68{background:#6c3bff}._caption_o7dnl_72{color:#99a1af;font-size:12px;line-height:1.5;text-align:center}@media(prefers-reduced-motion:reduce){._image_o7dnl_31,._dot_o7dnl_43{transition:none}}._gallery_limlt_1{display:flex;flex-direction:column;gap:12px;align-items:center;width:min(100%,544px);margin:48px auto 0;text-align:center}._frame_limlt_11{display:grid;width:100%;padding:24px;border:1px solid #d9d4e7;background:#fff}._image_limlt_19{grid-area:1 / 1;width:100%;height:auto;opacity:0;transition:opacity .3s ease}._imageActive_limlt_27{opacity:1}._label_limlt_31{margin-top:8px;color:#6c3bff;font-size:12px;font-weight:700;letter-spacing:1.44px;text-transform:uppercase}._description_limlt_40{color:#6a7282;font-size:14px;line-height:1.625}._controls_limlt_46{display:flex;gap:16px;align-items:center;justify-content:space-between;width:100%;margin-top:8px}._arrows_limlt_55{display:flex;gap:8px}._arrow_limlt_55{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid #d9d4e7;background:#fff;color:#0a1a2f;cursor:pointer;transition:border-color .15s ease,color .15s ease}._arrow_limlt_55:hover{border-color:#6c3bff;color:#6c3bff}._arrow_limlt_55:focus-visible{outline:2px solid #6c3bff;outline-offset:2px}._arrowIcon_limlt_85{width:14px;height:14px}._dots_limlt_90{display:flex;gap:6px}._dot_limlt_90{width:14px;height:4px;padding:0;border:0;background:#d9d4e7;cursor:pointer;transition:background-color .15s ease}._dot_limlt_90:hover{background:#b7aed3}._dot_limlt_90:focus-visible{outline:2px solid #6c3bff;outline-offset:3px}._dotActive_limlt_114{background:#6c3bff}@media(prefers-reduced-motion:reduce){._image_limlt_19,._arrow_limlt_55,._dot_limlt_90{transition:none}}._page_c3bu7_1{flex:1;background:#fff}._heroSection_c3bu7_6{width:100%;padding:48px 16px;background:#0a1a2f}@media(min-width:640px){._heroSection_c3bu7_6{padding-top:64px;padding-bottom:64px}}._heroContent_c3bu7_17{width:min(100%,896px);margin:0 auto;text-align:center}._eyebrow_c3bu7_23{margin-bottom:4px;color:#a78bfa;font-size:18px;font-weight:700;letter-spacing:4.5px;text-transform:uppercase}@media(min-width:640px){._eyebrow_c3bu7_23{font-size:20px}}._caption_c3bu7_36{margin-bottom:16px;color:#99a1af;font-size:12px;line-height:1.5;letter-spacing:.35px}@media(min-width:640px){._caption_c3bu7_36{font-size:14px}}._title_c3bu7_48{color:#fff;font-size:36px;font-weight:700;letter-spacing:-1.5px;line-height:1.25;text-wrap:balance}@media(min-width:640px){._title_c3bu7_48{font-size:48px}}@media(min-width:1024px){._title_c3bu7_48{font-size:60px}}._subtitle_c3bu7_65{margin-top:16px;color:#99a1af;font-size:16px;line-height:1.625}@media(min-width:640px){._subtitle_c3bu7_65{font-size:18px}}._mainContent_c3bu7_76{padding:64px 16px 80px}@media(min-width:1024px){._mainContent_c3bu7_76{padding-top:80px}}._introSection_c3bu7_84,._productsSection_c3bu7_85,._coreValueSection_c3bu7_86,._unitsSection_c3bu7_87,._industriesSection_c3bu7_88{width:min(100%,1280px);margin:0 auto 96px}._introGrid_c3bu7_93{display:grid;gap:64px}@media(min-width:1024px){._introGrid_c3bu7_93{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}}._introLeft_c3bu7_102{display:flex;flex-direction:column;gap:40px}._introCopyBlock_c3bu7_108,._introStandardBlock_c3bu7_109,._outputCard_c3bu7_110{width:min(100%,640px)}._introTitle_c3bu7_114{color:#0a1a2f;font-size:24px;font-weight:800;letter-spacing:-1.2px;line-height:1.1}@media(min-width:640px){._introTitle_c3bu7_114{font-size:30px}}@media(min-width:1024px){._introTitle_c3bu7_114{font-size:36px}}._introLead_c3bu7_130{width:min(100%,576px);margin-top:12px;color:#0a1a2f99;font-size:16px;font-weight:500;line-height:1.625}@media(min-width:640px){._introLead_c3bu7_130{font-size:18px}}._introStandardTitle_c3bu7_143{margin-bottom:8px;color:#0a1a2f;font-size:18px;font-weight:700;text-transform:uppercase}@media(min-width:640px){._introStandardTitle_c3bu7_143{font-size:20px}}._introStandardText_c3bu7_155{color:#6a7282;font-size:14px;line-height:1.625}._validateTags_c3bu7_161{display:flex;flex-wrap:wrap;gap:8px}._validateTag_c3bu7_161{padding:4px 10px;border:1px solid #d9d4e7;background:#f5f2fa;color:#1c1c28;font-size:10px;font-weight:500;letter-spacing:.7px;text-transform:uppercase}._outputCard_c3bu7_110{padding:20px;border:1px solid #d9d4e7;background:#f5f2fa}._outputCardHeader_c3bu7_184{margin-bottom:12px}._outputCardLabel_c3bu7_188{color:#5a2daf;font-size:12px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}._outputCardTitle_c3bu7_196{color:#0a1a2f;font-size:16px;font-weight:700;line-height:1.5}._outputCardText_c3bu7_203{color:#6a7282;font-size:12px;line-height:1.5}._outputCardText_c3bu7_203+._outputCardText_c3bu7_203{margin-top:4px}@media(min-width:1024px){._introRight_c3bu7_213{align-self:start}}._sectionIntro_c3bu7_219,._sectionIntroWide_c3bu7_220{text-align:center}._sectionIntro_c3bu7_219{margin-bottom:48px}._sectionIntroWide_c3bu7_220{margin-bottom:56px}._sectionBadge_c3bu7_232{display:inline-block;padding:6px 16px;margin-bottom:16px;border:1px solid rgb(108 59 255 / 20%);border-radius:6px;background:#6c3bff1a;color:#6c3bff;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}._sectionHeadline_c3bu7_246{line-height:1}._sectionHeadlineAccent_c3bu7_250,._sectionHeadlineBase_c3bu7_251{font-size:30px;font-weight:700;line-height:1;text-transform:uppercase}@media(min-width:640px){._sectionHeadlineAccent_c3bu7_250,._sectionHeadlineBase_c3bu7_251{font-size:36px}}._sectionHeadlineAccent_c3bu7_250{color:#6c3bff}._sectionHeadlineBase_c3bu7_251{color:#0a1a2f}._sectionIntroText_c3bu7_270,._sectionIntroTextPreline_c3bu7_271{white-space:pre-line}._productGrid_c3bu7_275{display:grid;gap:24px}@media(min-width:768px){._productGrid_c3bu7_275{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._productGrid_c3bu7_275{grid-template-columns:repeat(4,minmax(0,1fr))}}._productCard_c3bu7_288{display:flex;flex-direction:column;padding:24px;background:#fff;color:inherit;text-decoration:none}._productCardIcon_c3bu7_297{width:48px;height:48px;margin-bottom:16px;color:#6c3bff}._productCardEyebrow_c3bu7_304{margin-bottom:8px;color:#6c3bff;font-size:12px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}._productCardTitle_c3bu7_313{margin-bottom:12px;color:#0a0a0a;font-size:18px;font-weight:700}._productCardDescription_c3bu7_320{flex:1;margin-bottom:16px;color:#6a6a6a;font-size:14px;line-height:1.625}._productCardLink_c3bu7_328{color:#6c3bff;font-size:12px;font-weight:500}._productCard_c3bu7_288:hover ._productCardLink_c3bu7_328{text-decoration:underline}._intelligenceSection_c3bu7_338,._applicationSection_c3bu7_339{margin:0 -16px 96px;padding:80px 16px;border-top:1px solid #d9d4e7;background:#f5f2fa}._intelligenceInner_c3bu7_346{width:min(100%,1024px);margin:0 auto}._applicationInner_c3bu7_351{width:min(100%,1280px);margin:0 auto}._architectureBlock_c3bu7_356{margin-bottom:56px}._architectureTitle_c3bu7_360{margin-bottom:32px;color:#0a1a2f;font-size:20px;font-weight:700;text-align:center;text-transform:uppercase}._architectureGrid_c3bu7_369{display:grid;gap:20px}@media(min-width:640px){._architectureGrid_c3bu7_369{grid-template-columns:repeat(2,minmax(0,1fr))}}._architectureCard_c3bu7_378{padding:24px;border:1px solid #d9d4e7;background:#fff}._architectureCardTitle_c3bu7_384{margin-bottom:8px;color:#5a2daf;font-size:14px;font-weight:700;text-transform:uppercase}._architectureCardText_c3bu7_392{color:#6a7282;font-size:14px;line-height:1.625}._intelligenceLink_c3bu7_398{display:flex;gap:16px;align-items:center;justify-content:center;width:min(100%,448px);margin:0 auto;padding:16px 20px;background:#0a1a2f;color:inherit;text-decoration:none;cursor:pointer;transition:background-color .2s ease}._intelligenceLink_c3bu7_398:hover{background:#0f2240}._intelligenceLinkText_c3bu7_417{text-align:center}._intelligenceLinkTitle_c3bu7_421{color:#fff;font-size:14px;font-weight:600}._intelligenceLinkCaption_c3bu7_427{color:#99a1af;font-size:9px}._intelligenceLinkIcon_c3bu7_432{flex-shrink:0;width:16px;height:16px;color:#7b3ff2}._coreValueGrid_c3bu7_439,._applicationGrid_c3bu7_440{display:grid;gap:20px}@media(min-width:768px){._coreValueGrid_c3bu7_439,._applicationGrid_c3bu7_440{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._coreValueGrid_c3bu7_439,._applicationGrid_c3bu7_440{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){._applicationGrid_c3bu7_440{grid-template-columns:repeat(3,minmax(0,1fr))}}._coreValueCard_c3bu7_459,._applicationCard_c3bu7_460{display:flex;flex-direction:column;padding:24px;background:#fff;text-align:center}._applicationCard_c3bu7_460{text-align:left}._coreValueIcon_c3bu7_472,._applicationIcon_c3bu7_473{width:48px;height:48px;margin:0 auto 16px;color:#6c3bff}._applicationIcon_c3bu7_473{margin:0 0 16px}._coreValueTitle_c3bu7_484,._applicationTitle_c3bu7_485{margin-bottom:8px;color:#0a0a0a;font-size:16px;font-weight:700}._coreValueText_c3bu7_492,._applicationText_c3bu7_493{color:#6a6a6a;font-size:14px;line-height:1.625}._unitGroup_c3bu7_499+._unitGroup_c3bu7_499{margin-top:48px}._unitGroupHeader_c3bu7_503{display:flex;gap:12px;align-items:center;margin-bottom:8px}._unitGroupIcon_c3bu7_510{width:24px;height:24px;color:#6c3bff}._unitGroupTitle_c3bu7_516{color:#6c3bff;font-size:16px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}._unitGroupDescription_c3bu7_524{margin-bottom:24px;color:#6a6a6a;font-size:14px;line-height:1.625}._unitCardsGrid_c3bu7_531{display:grid;gap:20px}@media(min-width:768px){._unitCardsGrid_c3bu7_531{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._unitCardsGrid_c3bu7_531{grid-template-columns:repeat(4,minmax(0,1fr))}}._unitCard_c3bu7_531{display:flex;flex-direction:column;min-height:420px;padding:24px;background:#fff}._unitCardIcon_c3bu7_552{width:48px;height:48px;margin-bottom:16px;color:#6c3bff}._unitCardTitle_c3bu7_559{margin-bottom:8px;color:#0a0a0a;font-size:16px;font-weight:700}._unitCardText_c3bu7_566{flex:1;margin-bottom:16px;color:#6a6a6a;font-size:14px;line-height:1.625}._unitCardFooter_c3bu7_574{margin-top:auto;padding-top:12px;border-top:1px solid #d9d4e7}._unitCardFooterLabel_c3bu7_580{margin-bottom:8px;color:#6a6a6a;font-size:10px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}._unitCardTags_c3bu7_589{display:flex;flex-wrap:wrap;gap:6px;min-height:44px}._unitCardTag_c3bu7_589{padding:2px 8px;border:1px solid #d9d4e7;background:#f5f2fa;color:#6c3bff;font-size:10px;font-weight:500}._industryGrid_c3bu7_605{display:grid;gap:24px}@media(min-width:768px){._industryGrid_c3bu7_605{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._industryGrid_c3bu7_605{grid-template-columns:repeat(3,minmax(0,1fr))}}._industryCard_c3bu7_618{display:flex;flex-direction:column;padding:24px;background:#fff}._industryIcon_c3bu7_625{width:48px;height:48px;margin-bottom:16px;color:#6c3bff}._industryTitle_c3bu7_632{margin-bottom:16px;color:#0a0a0a;font-size:16px;font-weight:700}._industryList_c3bu7_639{display:flex;flex:1;flex-direction:column;gap:8px;margin:0 0 12px;padding:0;list-style:none}._industryListItem_c3bu7_649{display:flex;gap:8px;align-items:flex-start;color:#6a6a6a;font-size:14px;line-height:1.625}._industryBullet_c3bu7_658{width:4px;height:4px;margin-top:8px;border-radius:999px;background:#6c3bff;flex-shrink:0}._industryNote_c3bu7_667{margin-top:12px;padding-top:12px;border-top:1px solid #d9d4e7;color:#6a6a6a;font-size:11px;font-style:italic;line-height:1.625}._philosophySection_c3bu7_677{margin:0 -16px;padding:80px 16px;border-top:1px solid #d9d4e7;background:#0a1a2f}._philosophyInner_c3bu7_684{position:relative;z-index:1;width:min(100%,1280px);margin:0 auto;text-align:center}._philosophyHeadline_c3bu7_692{margin-bottom:24px;line-height:1}._philosophyAccent_c3bu7_697,._philosophyBase_c3bu7_698{font-size:30px;font-weight:700;line-height:1;text-transform:uppercase}@media(min-width:640px){._philosophyAccent_c3bu7_697,._philosophyBase_c3bu7_698{font-size:36px}}._philosophyAccent_c3bu7_697{color:#9b72ff}._philosophyBase_c3bu7_698{color:#fff}._philosophyText_c3bu7_717{width:min(100%,768px);margin:0 auto 12px;color:#99a1af;font-size:16px;line-height:1.625}._philosophySubtext_c3bu7_725{width:min(100%,576px);margin:0 auto 24px;color:#6a7282;font-size:14px;line-height:1.625}._philosophyButton_c3bu7_733{display:inline-flex;gap:8px;align-items:center;padding:10px 20px;border:1px solid rgb(255 255 255 / 20%);background:transparent;color:#fff;font-size:14px;font-weight:500;transition:background-color .2s ease,border-color .2s ease}._philosophyButton_c3bu7_733:hover{border-color:#ffffff4d;background:#ffffff0d}._philosophyButtonIcon_c3bu7_753{width:16px;height:16px;transition:transform .2s ease}._philosophyButtonIconExpanded_c3bu7_759{transform:rotate(180deg)}._moreInformationBlock_c3bu7_763{width:min(100%,768px);margin:40px auto 0;padding-top:32px;border-top:1px solid rgb(255 255 255 / 10%);color:#99a1af;text-align:left}._moreInformationBlock_c3bu7_763>*+*{margin-top:32px}._moreInformationTitle_c3bu7_776{display:flex;gap:8px;align-items:center;margin-bottom:12px;color:#fff;font-size:16px;font-weight:600}._moreInformationTitleIcon_c3bu7_786,._moreInformationTitleIconMuted_c3bu7_787{width:16px;height:16px}._moreInformationTitleIconSuccess_c3bu7_792{color:#27ae60}._moreInformationTitleIconPrimary_c3bu7_796{color:#5a2daf}._moreInformationTitleIconWarning_c3bu7_800{color:#f2c94c}._moreInformationTitleIconMuted_c3bu7_787{color:#fff9}._moreInformationIntro_c3bu7_808,._moreInformationDescription_c3bu7_809{color:#99a1af;font-size:14px;line-height:1.625}._moreInformationDescription_c3bu7_809{margin-top:12px;color:#6a7282;font-size:12px;font-style:italic}._moreInformationList_c3bu7_822,._moreInformationListSpacious_c3bu7_823{display:grid;gap:8px;margin:0;padding:0;list-style:none;color:#99a1af;font-size:14px;line-height:1.625}._moreInformationListSpacious_c3bu7_823{gap:12px}._moreInformationItem_c3bu7_838{display:flex;gap:8px;align-items:flex-start}._moreInformationBulletIcon_c3bu7_844{width:8px;height:8px;flex-shrink:0;margin-top:6px}._moreInformationBulletIconSuccess_c3bu7_851{color:#27ae60}._moreInformationBulletIconPrimary_c3bu7_855{color:#5a2daf}._moreInformationTags_c3bu7_859{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}._moreInformationTag_c3bu7_859{padding:6px 12px;border:1px solid rgb(255 255 255 / 10%);background:#ffffff0d;color:#fff;font-size:12px;font-weight:500}._moreInformationStrong_c3bu7_875{color:#fff}._moreInformationFinalBlock_c3bu7_879{padding-top:24px;border-top:1px solid rgb(255 255 255 / 10%)}._moreInformationValueGrid_c3bu7_884{display:grid;gap:16px;margin:16px 0}@media(min-width:640px){._moreInformationValueGrid_c3bu7_884{grid-template-columns:repeat(2,minmax(0,1fr))}}._moreInformationValueCard_c3bu7_894{padding:12px 16px;border:1px solid rgb(255 255 255 / 10%);background:#ffffff05;text-align:center}._moreInformationValueText_c3bu7_901{color:#fff;font-size:14px;font-weight:500}._snapsStack_c3bu7_907{display:flex;flex-direction:column;gap:32px;min-width:0}._heroSupport_c3bu7_916{margin-top:16px;color:#6a7282;font-size:15px;line-height:1.625}@media(min-width:640px){._heroSupport_c3bu7_916{font-size:16px}}._heroAssurances_c3bu7_927{display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:center;margin-top:32px;list-style:none}._heroAssurance_c3bu7_927{display:flex;gap:24px;align-items:center;color:#6a7282;font-size:11px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase}._heroAssurance_c3bu7_927:not(:last-child):after{width:4px;height:4px;border-radius:50%;background:#6c3bff;content:""}._introEyebrow_c3bu7_958{margin-bottom:12px;color:#6c3bff;font-size:12px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase}._introHighlight_c3bu7_967{margin-top:16px;color:#0a1a2f;font-size:16px;font-weight:600;line-height:1.625}._introRemains_c3bu7_975{display:grid;gap:4px;margin-top:16px;list-style:none}._introRemainsItem_c3bu7_982{color:#4a5565;font-size:15px;line-height:1.625}._introRemainsItem_c3bu7_982 b{color:#0a1a2f;font-weight:700}._introPowered_c3bu7_993{margin-top:16px;color:#6a7282;font-size:14px;line-height:1.625}._introPoweredLink_c3bu7_1000{color:#6c3bff;font-weight:600;text-decoration:underline}._introStandardLabel_c3bu7_1006{margin-bottom:8px;color:#6c3bff;font-size:12px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase}._page_1aor4_1{display:flex;flex:1;align-items:center;justify-content:center;min-height:calc(100vh - 68px);padding:32px 24px;background:#f6f3fb}@media(min-width:640px){._page_1aor4_1{padding:48px 32px}}._content_1aor4_15{max-width:768px;text-align:center}._title_1aor4_20{color:#0a1a2f;font-size:36px;font-weight:700;line-height:1.1;letter-spacing:-1.2px}@media(min-width:640px){._title_1aor4_20{font-size:48px;letter-spacing:-1.8px}}@media(min-width:1024px){._title_1aor4_20{font-size:60px;letter-spacing:-2.4px}}._text_1aor4_38{margin-top:20px;color:#6a7282;font-size:18px;line-height:1.6}@media(min-width:640px){._text_1aor4_38{margin-top:24px;font-size:20px}}._link_1aor4_50{color:inherit;text-decoration:underline;text-underline-offset:3px}._wrap_1689p_1{flex:1;width:min(100%,var(--site-max-width));margin:0 auto;padding:32px var(--site-gutter) 64px}@media(min-width:768px){._wrap_1689p_1{padding:64px var(--site-gutter) 96px}}._products_1689p_12{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media(min-width:1024px){._products_1689p_12{grid-template-columns:1fr 1fr}}._actions_1689p_23{display:flex;justify-content:center;margin-top:24px;max-width:280px}._page_ef0q5_1{flex:1;padding:24px 0 56px;background:#fafafa}@media(min-width:768px){._page_ef0q5_1{padding:32px 0 80px}}._heroSection_ef0q5_11{margin-bottom:40px}@media(min-width:768px){._heroSection_ef0q5_11{margin-bottom:64px}}._section_ef0q5_19{margin-bottom:40px}@media(min-width:768px){._section_ef0q5_19{margin-bottom:64px}}._darkBandSection_ef0q5_27{margin-bottom:40px;padding:40px 0;background:#0a1a2f}@media(min-width:768px){._darkBandSection_ef0q5_27{margin-bottom:64px;padding:64px 0}}._ctaSection_ef0q5_38{margin-bottom:0}._heroContent_ef0q5_42{width:min(100%,896px);margin:0 auto;text-align:center}._heroBadge_ef0q5_48{display:inline-flex;gap:8px;align-items:center;padding:8px 16px;margin-bottom:24px;border:1px solid #d9d4e7;background:#fff;color:#6c3bff;font-size:12px;font-weight:500;letter-spacing:.7px;text-transform:uppercase}._heroBadgeIcon_ef0q5_63{width:16px;height:16px}._title_ef0q5_68{margin-bottom:24px;color:#0a1a2f;font-size:clamp(40px,6vw,60px);font-weight:700;letter-spacing:-1.5px;line-height:1.25}._heroLead_ef0q5_77{margin-bottom:16px;color:#4a5565;font-size:20px;line-height:1.625}._heroText_ef0q5_84{width:min(100%,768px);margin:0 auto;color:#6a7282;font-size:16px;line-height:1.625}._lightCard_ef0q5_92{padding:20px;border:1px solid #d9d4e7;background:#fff}@media(min-width:640px){._lightCard_ef0q5_92{padding:32px}}@media(min-width:1024px){._lightCard_ef0q5_92{padding:48px}}._darkBandContent_ef0q5_106{color:#fff}._numberedHeader_ef0q5_110{display:flex;gap:12px;align-items:center;margin-bottom:24px}._numberBadge_ef0q5_117{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;background:#6c3bff;color:#fff;font-size:14px;font-weight:700}._sectionLabel_ef0q5_130{color:#0a1a2f;font-size:12px;font-weight:700;letter-spacing:1.44px;text-transform:uppercase}._sectionLabelDark_ef0q5_138{color:#fff}._sectionText_ef0q5_142{width:min(100%,768px);margin-bottom:16px;color:#6a7282;font-size:16px;line-height:1.625}._textLink_ef0q5_150{color:#6c3bff;font-weight:600}._textLink_ef0q5_150:hover{text-decoration:underline}._guestNote_ef0q5_159{padding:20px 24px;margin-bottom:24px;border-left:4px solid #6c3bff;background:#f5f2fa}._guestNoteTitle_ef0q5_166{margin-bottom:8px;color:#0a1a2f;font-size:12px;font-weight:700;letter-spacing:1.44px;text-transform:uppercase}._guestNoteText_ef0q5_175{color:#4a5565;font-size:16px;line-height:1.625}._pricingGrid_ef0q5_181{display:grid;gap:24px}@media(min-width:1024px){._pricingGrid_ef0q5_181{grid-template-columns:repeat(3,minmax(0,1fr))}}._pricingCard_ef0q5_190{display:flex;flex-direction:column;padding:24px;border:1px solid #d9d4e7;background:#f5f2fa}._pricingTitle_ef0q5_198{margin-bottom:8px;color:#0a1a2f;font-size:20px;font-weight:700;line-height:1.4}._pricingDescription_ef0q5_206{margin-bottom:16px;color:#6a7282;font-size:14px;line-height:1.625}._pricingLabel_ef0q5_213{margin-bottom:12px;color:#6c3bff;font-size:12px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}._moduleList_ef0q5_222{display:grid;gap:12px;margin-bottom:16px;list-style:none}._moduleRow_ef0q5_229{padding:16px;border:1px solid #d9d4e7;background:#fff}._moduleTitle_ef0q5_235{margin-bottom:12px;color:#0a1a2f;font-size:14px;font-weight:600;line-height:1.4286}._moduleValues_ef0q5_243{display:flex;gap:24px}._moduleValue_ef0q5_243{display:flex;flex-direction:column;gap:4px}._moduleValueLabel_ef0q5_254{color:#6a7282;font-size:11px;font-weight:500;letter-spacing:.7px;text-transform:uppercase}._moduleValueNumber_ef0q5_262{color:#0a1a2f;font-size:18px;font-weight:700}._vatNote_ef0q5_268{margin-top:auto;color:#6a7282;font-size:12px;line-height:1.5}._lightTags_ef0q5_275{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}._lightTag_ef0q5_275{padding:6px 12px;border:1px solid #d9d4e7;background:#f5f2fa;color:#6c3bff;font-size:12px;font-weight:500;letter-spacing:.7px;text-transform:uppercase}._infoNote_ef0q5_293{padding:16px 20px;margin-bottom:24px;border:1px dashed #d9d4e7;background:#f5f2fa;color:#4a5565;font-size:14px;line-height:1.625}._packageGrid_ef0q5_303{display:grid;gap:20px;margin-bottom:24px}@media(min-width:768px){._packageGrid_ef0q5_303{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._packageGrid_ef0q5_303{grid-template-columns:repeat(4,minmax(0,1fr))}}._packageCard_ef0q5_317{position:relative;padding:24px;border:1px solid #d9d4e7;background:#f5f2fa;text-align:center}._packageCardHighlighted_ef0q5_325{border-color:#6c3bff;background:#fff}._packageBadge_ef0q5_330{position:absolute;top:-12px;left:50%;padding:4px 12px;background:#6c3bff;color:#fff;font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;transform:translate(-50%)}._packageTier_ef0q5_344{margin-bottom:8px;color:#6a7282;font-size:12px;font-weight:700;letter-spacing:1.44px;text-transform:uppercase}._packageCredits_ef0q5_353{margin-bottom:12px;color:#0a1a2f;font-size:20px;font-weight:700}._packagePrice_ef0q5_360{margin-bottom:4px;color:#6c3bff;font-size:24px;font-weight:700}._packagePerCredit_ef0q5_367{color:#6a7282;font-size:13px}._volumeCard_ef0q5_372{padding:24px;margin-bottom:24px;border:1px solid #d9d4e7;background:#fff}._volumeTitle_ef0q5_379{margin-bottom:8px;color:#0a1a2f;font-size:16px;font-weight:700}._volumeText_ef0q5_386{margin-bottom:16px;color:#6a7282;font-size:14px;line-height:1.625}._volumeLink_ef0q5_393{display:inline-flex;gap:8px;align-items:center;color:#6c3bff;font-size:14px;font-weight:600}._volumeLink_ef0q5_393:hover{text-decoration:underline}._volumeLinkIcon_ef0q5_406{width:16px;height:16px}._inlineLink_ef0q5_411{display:inline-flex;color:#6c3bff;font-size:14px;font-weight:600}._inlineLink_ef0q5_411:hover{text-decoration:underline}._userGrid_ef0q5_422{display:grid;gap:20px;margin-bottom:24px}@media(min-width:768px){._userGrid_ef0q5_422{grid-template-columns:repeat(3,minmax(0,1fr))}}._userCard_ef0q5_432{padding:24px;border:1px solid #d9d4e7;background:#f5f2fa;text-align:center}._userIconWrap_ef0q5_439{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;background:#0a1a2f}._userIcon_ef0q5_439{width:24px;height:24px;color:#fff}._userTitle_ef0q5_455{margin-bottom:8px;color:#0a1a2f;font-size:16px;font-weight:700;line-height:1.5}._userText_ef0q5_463{color:#6a7282;font-size:14px;line-height:1.625}._darkText_ef0q5_469{margin-bottom:24px;color:#d1d5dc;font-size:16px;line-height:1.625}._darkGrid_ef0q5_476{display:grid;gap:16px}@media(min-width:768px){._darkGrid_ef0q5_476{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._darkGrid_ef0q5_476{grid-template-columns:repeat(3,minmax(0,1fr))}}._darkCard_ef0q5_489{display:flex;gap:12px;align-items:center;padding:20px;border:1px solid rgb(255 255 255 / 20%);background:#ffffff1a}._darkCardIcon_ef0q5_498{flex-shrink:0;width:20px;height:20px;color:#fff}._darkCardText_ef0q5_505{color:#fff;font-size:14px;font-weight:600;line-height:1.4286}._coverageGrid_ef0q5_512{display:grid;gap:20px;margin-bottom:24px}@media(min-width:768px){._coverageGrid_ef0q5_512{grid-template-columns:repeat(3,minmax(0,1fr))}}._coverageCard_ef0q5_522{padding:24px;border:1px solid #d9d4e7;background:#f5f2fa}._coverageIcon_ef0q5_528{width:24px;height:24px;margin-bottom:16px;color:#6c3bff}._coverageTitle_ef0q5_535{margin-bottom:8px;color:#0a1a2f;font-size:16px;font-weight:700;line-height:1.5}._coverageText_ef0q5_543{color:#6a7282;font-size:14px;line-height:1.625}._ctaCard_ef0q5_549{padding:24px;border:1px solid #d9d4e7;background:#f5f2fa;text-align:center}@media(min-width:640px){._ctaCard_ef0q5_549{padding:32px}}@media(min-width:1024px){._ctaCard_ef0q5_549{padding:48px}}._ctaTitle_ef0q5_564{margin-bottom:16px;color:#0a1a2f;font-size:clamp(24px,3vw,30px);font-weight:700;line-height:1.2}._ctaText_ef0q5_572{width:min(100%,576px);margin:0 auto 32px;color:#4a5565;font-size:16px;line-height:1.625}._ctaActions_ef0q5_580{display:flex;flex-flow:column wrap;gap:16px;align-items:stretch;justify-content:center}@media(min-width:640px){._ctaActions_ef0q5_580{flex-direction:row;align-items:center}}._primaryCta_ef0q5_593,._secondaryCta_ef0q5_594{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-width:min(240px,100%);padding:16px 24px;font-size:16px;font-weight:600;text-align:center;text-decoration:none;transition:background-color .2s ease}@media(min-width:640px){._primaryCta_ef0q5_593,._secondaryCta_ef0q5_594{padding:16px 32px}}._primaryCta_ef0q5_593{background:#6c3bff;color:#fff}._primaryCta_ef0q5_593:hover{background:#4a1d9f}._primaryCtaIcon_ef0q5_621{width:20px;height:20px}._secondaryCta_ef0q5_594{border:2px solid #0a1a2f;background:#fff;color:#0a1a2f}._secondaryCta_ef0q5_594:hover{background:#f5f2fa}._tabs_1ybp1_1{display:flex;justify-content:center;gap:8px;margin-bottom:48px}._tabButton_1ybp1_8{display:flex;align-items:center;padding:12px 24px;border:1px solid #d9d4e7;background:#fff;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}._tabButtonActive_1ybp1_23{border-color:#5a2daf;background:#5a2daf0d;color:#5a2daf}._tabButtonInactive_1ybp1_29{color:#6a7282}._tabButtonInactive_1ybp1_29:hover{border-color:#5a2daf;color:#5a2daf}._tabContent_1ybp1_38{display:flex;align-items:center;gap:8px}._tabIcon_1ybp1_44{width:16px;height:16px;flex-shrink:0}@media not (min-width:640px){._tabs_1ybp1_1{flex-wrap:wrap;margin-bottom:32px}._tabButton_1ybp1_8{width:100%;justify-content:center}._tabContent_1ybp1_38{justify-content:center}}
