@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

#mxf-root{
  --mag:#de097f;
  --mag-soft:#ff4fae;
  --mag-deep:#a30560;
  --aqua:#14e0c0;
  --aqua-deep:#0aa88e;
  --blue:#3d7bff;
  --ink:#12081d;
  --ink-2:#4d4460;
  --paper:#ffffff;
  --paper-2:#faf7fc;
  --line:#eee6f2;
  --dark:#120a1c;
  --dark-2:#1b1029;
  --dark-card:#211534;
  --dark-line:rgba(255,255,255,.10);
  --dark-text:#f6f1fa;
  --dark-muted:#b8adc7;
  --shadow:0 24px 70px rgba(18,8,29,.12);
  --wrap:min(1380px,calc(100% - 48px));
  --font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;
  --header-overlap:180px;
  position:relative;
  isolation:isolate;
  display:block;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  overflow-x:clip;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
#mxf-root *, #mxf-root *::before, #mxf-root *::after{box-sizing:border-box;margin:0;padding:0;}
#mxf-root img, #mxf-root svg{display:block;max-width:100%;}
#mxf-root button, #mxf-root input{font:inherit;}
#mxf-root button{cursor:pointer;}
#mxf-root a{color:inherit;text-decoration:none;}
#mxf-root ul{list-style:none;}
#mxf-root .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
#mxf-root h1, #mxf-root h2, #mxf-root h3{color:var(--ink);font-weight:800;letter-spacing:-.025em;line-height:1.08;}
#mxf-root h1{font-size:clamp(34.2px,4.59vw,57.6px);}
#mxf-root h2{font-size:clamp(27px,3.6vw,43.2px);}
#mxf-root h3{font-size:19px;letter-spacing:-.012em;}
#mxf-root p{line-height:1.68;}
#mxf-root .mxf_wrap{width:var(--wrap);margin:0 auto;}
#mxf-root .mxf_section{position:relative;padding:104px 0;}
#mxf-root .mxf_tint{background:var(--paper-2);}
#mxf-root .mxf_dark{background:var(--dark);color:var(--dark-text);}
#mxf-root .mxf_dark h1, #mxf-root .mxf_dark h2, #mxf-root .mxf_dark h3{color:#fff!important;}
#mxf-root .mxf_head{max-width:790px;margin-bottom:52px;}
#mxf-root .mxf_head.--center{margin-left:auto;margin-right:auto;text-align:center;}
#mxf-root .mxf_head.--center .mxf_eyebrow{justify-content:center;}
#mxf-root .mxf_lead{max-width:700px;margin-top:16px;color:var(--ink-2);font-size:clamp(16px,1.35vw,18.5px);}
#mxf-root .mxf_eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--mag);font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;}
#mxf-root .mxf_eyebrow::before{content:"";width:22px;height:2px;border-radius:2px;background:currentColor;}
#mxf-root .mxf_dark .mxf_eyebrow{color:var(--aqua);}
#mxf-root .mxf_mark{position:relative;display:inline-block;color:var(--mag-soft);white-space:nowrap;}
#mxf-root .mxf_mark svg{position:absolute;left:0;bottom:-.16em;width:100%;height:.3em;overflow:visible;pointer-events:none;}
#mxf-root .mxf_mark path{fill:none;stroke:var(--aqua);stroke-width:7;stroke-linecap:round;stroke-dasharray:620;stroke-dashoffset:620;animation:mxf-underline 1.1s .35s cubic-bezier(.6,.05,.2,1) forwards;}
@keyframes mxf-underline{to{stroke-dashoffset:0;}}

#mxf-root .mxf_btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 25px;border:1px solid transparent;border-radius:12px;font-size:15px;font-weight:700;line-height:1.2;overflow:hidden;transition:transform .22s cubic-bezier(.34,1.35,.64,1),box-shadow .25s ease,border-color .2s ease,color .2s ease,background .2s ease;}
#mxf-root .mxf_btn:hover{transform:translateY(-3px);}
#mxf-root .mxf_btn:focus-visible, #mxf-root .mxf_category-link:focus-visible, #mxf-root .mxf_search-input:focus-visible, #mxf-root .mxf_question:focus-visible{outline:3px solid var(--aqua);outline-offset:3px;}
#mxf-root .mxf_btn i{font-size:13px;transition:transform .2s ease;}
#mxf-root .mxf_btn:hover i{transform:translateX(4px);}
#mxf-root .mxf_btn--primary{background:linear-gradient(120deg,var(--mag),var(--mag-soft) 130%);color:#fff;box-shadow:0 10px 28px rgba(222,9,127,.34),inset 0 1px 0 rgba(255,255,255,.25);}
#mxf-root .mxf_btn--primary::after{content:"";position:absolute;top:-50%;bottom:-50%;left:-70%;width:42%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg);transition:left .6s ease;pointer-events:none;}
#mxf-root .mxf_btn--primary:hover{box-shadow:0 20px 46px rgba(222,9,127,.46);}
#mxf-root .mxf_btn--primary:hover::after{left:130%;}
#mxf-root .mxf_btn--ghost{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.02);color:#fff;}
#mxf-root .mxf_btn--ghost:hover{border-color:var(--aqua);color:var(--aqua);box-shadow:0 14px 34px rgba(20,224,192,.14);}
#mxf-root .mxf_btn--light{border-color:var(--line);background:#fff;color:var(--ink);box-shadow:0 8px 22px rgba(18,8,29,.08);}
#mxf-root .mxf_btn--light:hover{border-color:var(--mag);color:var(--mag);box-shadow:0 16px 36px rgba(222,9,127,.14);}





@media(min-width:1041px){
  #mxf-root{margin-top:calc(var(--header-overlap) * -1);}
  
  body.mxf-faq-page #mxr-header-root, body.mxf-faq-page .mxr_header_chrome{position:relative;z-index:9500;background:transparent!important;}
  body.mxf-faq-page #mxr-hdr{background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;}
  body.mxf-faq-page #mxr-hdr.--sc{background:rgba(18,8,29,.90)!important;background-color:rgba(18,8,29,.90)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 10px 30px rgba(18,8,29,.16)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;}
  body.mxf-faq-page #mxr-hdr .mxr_hdr-in{background:transparent!important;}
  body.mxf-faq-page #mxr-hdr .mxr_hdr-nav a, body.mxf-faq-page #mxr-hdr .mxr_hdr-login{color:#f6f1fa!important;}
  body.mxf-faq-page #mxr-hdr .mxr_hdr-nav a:hover{color:#fff!important;background:rgba(255,255,255,.07)!important;}
  body.mxf-faq-page #mxr-hdr .mxr_hdr-login svg{stroke:currentColor!important;}
  body.mxf-faq-page #mxr-hdr .mxr_hdr-logo img{transition:filter .2s ease,opacity .2s ease;}
  body.mxf-faq-page #mxr-hdr .mxr_hdr-logo img.mxf-header-logo-white-fallback{filter:brightness(0) invert(1);}
}


#mxf-root .mxf_hero{position:relative;padding:100px 0 98px;overflow:hidden;background:radial-gradient(920px 540px at 50% -9%,rgba(222,9,127,.28),transparent 62%),radial-gradient(700px 450px at 2% 88%,rgba(61,123,255,.14),transparent 62%),radial-gradient(700px 450px at 98% 84%,rgba(20,224,192,.12),transparent 62%),var(--dark);}


@media(min-width:1041px){
  #mxf-root .mxf_hero{padding-top:200px!important;}
}
#mxf-root .mxf_hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(950px 660px at 50% 18%,#000 24%,transparent 78%);-webkit-mask-image:radial-gradient(950px 660px at 50% 18%,#000 24%,transparent 78%);pointer-events:none;}
#mxf-root .mxf_hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr);gap:64px;align-items:center;}
#mxf-root .mxf_hero-copy .mxf_eyebrow{color:var(--aqua);}
#mxf-root .mxf_hero h1{max-width:790px;color:#fff!important;}
#mxf-root .mxf_hero-sub{max-width:690px;margin-top:24px;color:var(--dark-muted);font-size:clamp(16px,1.45vw,19px);}
#mxf-root .mxf_hero-sub strong{color:#fff;}
#mxf-root .mxf_hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px;}
#mxf-root .mxf_proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;}
#mxf-root .mxf_chip{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--dark-line);border-radius:999px;background:rgba(255,255,255,.045);color:#ddd5e7;font-size:12px;font-weight:700;}
#mxf-root .mxf_chip i{color:var(--aqua);font-size:12px;}

#mxf-root .mxf_support-panel{position:relative;overflow:hidden;border:1px solid var(--dark-line);border-radius:24px;background:linear-gradient(180deg,rgba(33,21,52,.86),rgba(18,10,28,.95));box-shadow:0 34px 90px rgba(0,0,0,.38);}
#mxf-root .mxf_support-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(460px 240px at 58% 14%,rgba(222,9,127,.19),transparent 70%);pointer-events:none;}
#mxf-root .mxf_panel-bar{position:relative;z-index:2;display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--dark-line);color:#8f839d;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;}
#mxf-root .mxf_panel-dots{display:flex;gap:6px;}
#mxf-root .mxf_panel-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.14);}
#mxf-root .mxf_panel-dots i:first-child{background:var(--mag-soft);}
#mxf-root .mxf_panel-dots i:nth-child(2){background:var(--aqua);}
#mxf-root .mxf_panel-status{margin-left:auto;display:inline-flex;align-items:center;gap:7px;color:var(--aqua);}
#mxf-root .mxf_panel-status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 6px rgba(20,224,192,.08);}
#mxf-root .mxf_panel-body{position:relative;z-index:2;padding:28px;}
#mxf-root .mxf_panel-query{display:flex;align-items:center;gap:13px;padding:17px 18px;border:1px solid var(--dark-line);border-radius:14px;background:#0c0616;color:#d6cbdf;font-family:var(--mono);font-size:11px;}
#mxf-root .mxf_panel-query i{color:var(--aqua);}
#mxf-root .mxf_panel-query span{overflow:hidden;white-space:nowrap;animation:mxf-query 7s steps(45,end) infinite;}
@keyframes mxf-query{0%,8%{width:0;}38%,78%{width:100%;}90%,100%{width:0;}}
#mxf-root .mxf_support-path{display:grid;gap:12px;margin-top:18px;}
#mxf-root .mxf_support-step{display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center;padding:16px;border:1px solid var(--dark-line);border-radius:14px;background:rgba(255,255,255,.035);}
#mxf-root .mxf_support-step-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(222,9,127,.13);color:var(--mag-soft);}
#mxf-root .mxf_support-step:nth-child(2) .mxf_support-step-icon{background:rgba(61,123,255,.12);color:#7aa5ff;}
#mxf-root .mxf_support-step:nth-child(3) .mxf_support-step-icon{background:rgba(20,224,192,.10);color:var(--aqua);}
#mxf-root .mxf_support-step b{display:block;color:#fff;font-size:13px;}
#mxf-root .mxf_support-step small{display:block;margin-top:3px;color:#8f839d;font-family:var(--mono);font-size:9.5px;line-height:1.5;}
#mxf-root .mxf_support-step-status{color:var(--aqua);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;}
#mxf-root .mxf_panel-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;}
#mxf-root .mxf_panel-stat{padding:15px 12px;border:1px solid var(--dark-line);border-radius:12px;background:rgba(255,255,255,.03);text-align:center;}
#mxf-root .mxf_panel-stat b{display:block;color:#fff;font-family:var(--mono);font-size:19px;font-weight:600;}
#mxf-root .mxf_panel-stat span{display:block;margin-top:3px;color:var(--dark-muted);font-size:10.5px;font-weight:600;}


#mxf-root .mxf_controls-shell{position:relative;z-index:20;margin-top:-34px;}
#mxf-root .mxf_controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 52px rgba(18,8,29,.12);}
#mxf-root .mxf_search{position:relative;}
#mxf-root .mxf_search>i{position:absolute;z-index:2;left:18px;top:50%;transform:translateY(-50%);color:var(--mag);font-size:14px;pointer-events:none;}
#mxf-root .mxf_search-input{width:100%;min-height:54px;padding:14px 52px 14px 47px;border:1px solid var(--line);border-radius:13px;background:var(--paper-2);color:var(--ink);font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;}
#mxf-root .mxf_search-input::placeholder{color:#93879e;}
#mxf-root .mxf_search-input:focus{border-color:rgba(222,9,127,.45);background:#fff;box-shadow:0 0 0 4px rgba(222,9,127,.08);}
#mxf-root .mxf_search-clear{position:absolute;right:10px;top:50%;display:none;width:34px;height:34px;place-items:center;transform:translateY(-50%);border:0;border-radius:9px;background:transparent;color:#82758f;}
#mxf-root .mxf_search-clear.--show{display:grid;}
#mxf-root .mxf_search-clear:hover{background:#f0e9f3;color:var(--mag);}
#mxf-root .mxf_expand-all{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:13px 20px;border:1px solid #ded3e6;border-radius:12px;background:#fff;color:var(--ink);font-size:13px;font-weight:700;white-space:nowrap;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;}
#mxf-root .mxf_expand-all:hover{transform:translateY(-2px);border-color:var(--mag);color:var(--mag);box-shadow:0 12px 28px rgba(222,9,127,.12);}
#mxf-root .mxf_search-status{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 4px;color:var(--ink-2);font-size:12.5px;}
#mxf-root .mxf_search-status[hidden]{display:none;}
#mxf-root .mxf_search-status strong{color:var(--mag);}
#mxf-root .mxf_search-clear-link{padding:0;border:0;background:transparent;color:var(--mag);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px;}
#mxf-root .mxf_search-clear-link:hover{color:var(--mag-deep);}


#mxf-root .mxf_faq-intro{padding-bottom:50px;}
#mxf-root .mxf_faq-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:48px;align-items:start;}
#mxf-root .mxf_sidebar{position:sticky;top:120px;}
#mxf-root .mxf_sidebar-card{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 40px rgba(18,8,29,.06);}
#mxf-root .mxf_sidebar-label{display:block;margin-bottom:14px;color:#8b7e98;font-family:var(--mono);font-size:9.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;}
#mxf-root .mxf_category-nav{display:grid;gap:7px;}
#mxf-root .mxf_category-link{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;width:100%;padding:10px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--ink-2);text-align:left;transition:background .2s ease,border-color .2s ease,color .2s ease;}
#mxf-root .mxf_category-link:hover, #mxf-root .mxf_category-link[aria-current="true"]{border-color:var(--line);background:var(--paper-2);color:var(--ink);}
#mxf-root .mxf_category-link[aria-current="true"]{border-color:rgba(222,9,127,.22);box-shadow:inset 3px 0 0 var(--mag);}
#mxf-root .mxf_category-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(222,9,127,.08);color:var(--mag);font-size:13px;}
#mxf-root .mxf_category-link:nth-child(3n/**/+2) .mxf_category-icon{background:rgba(61,123,255,.09);color:var(--blue);}
#mxf-root .mxf_category-link:nth-child(3n/**/+3) .mxf_category-icon{background:rgba(20,224,192,.11);color:var(--aqua-deep);}
#mxf-root .mxf_category-name{font-size:12.5px;font-weight:700;line-height:1.35;}
#mxf-root .mxf_category-count{color:#9b8fa6;font-family:var(--mono);font-size:9px;}
#mxf-root .mxf_sidebar-help{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);}
#mxf-root .mxf_sidebar-help b{display:block;font-size:13px;}
#mxf-root .mxf_sidebar-help p{margin-top:6px;color:var(--ink-2);font-size:12px;}
#mxf-root .mxf_sidebar-help a{display:inline-flex;align-items:center;gap:7px;margin-top:12px;color:var(--mag);font-size:12px;font-weight:700;}
#mxf-root .mxf_sidebar-help a i{font-size:10px;transition:transform .2s ease;}
#mxf-root .mxf_sidebar-help a:hover i{transform:translateX(4px);}

#mxf-root .mxf_faq-content{min-width:0;}
#mxf-root .mxf_category{scroll-margin-top:125px;margin-bottom:72px;}
#mxf-root .mxf_category:last-child{margin-bottom:0;}
#mxf-root .mxf_category[hidden]{display:none!important;}
#mxf-root .mxf_category-head{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-bottom:22px;padding-bottom:19px;border-bottom:1px solid var(--line);}
#mxf-root .mxf_category-head-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(222,9,127,.09);color:var(--mag);font-size:18px;}
#mxf-root .mxf_category:nth-child(3n/**/+2) .mxf_category-head-icon{background:rgba(61,123,255,.09);color:var(--blue);}
#mxf-root .mxf_category:nth-child(3n/**/+3) .mxf_category-head-icon{background:rgba(20,224,192,.11);color:var(--aqua-deep);}
#mxf-root .mxf_category-kicker{display:block;margin-bottom:5px;color:#8b7e98;font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;}
#mxf-root .mxf_category-head h2{font-size:clamp(25px,2.7vw,34px);}
#mxf-root .mxf_category-total{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-2);font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
#mxf-root .mxf_items{display:grid;gap:13px;}
#mxf-root .mxf_item{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 7px 26px rgba(18,8,29,.04);opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease,border-color .25s ease,box-shadow .25s ease;}
#mxf-root .mxf_item.--in{opacity:1;transform:none;}
#mxf-root .mxf_item:hover{border-color:rgba(222,9,127,.25);box-shadow:0 16px 38px rgba(18,8,29,.08);}
#mxf-root .mxf_item.--open{border-color:rgba(222,9,127,.30);box-shadow:0 18px 44px rgba(18,8,29,.09);}
#mxf-root .mxf_question{position:relative;display:grid;grid-template-columns:1fr 38px;gap:18px;align-items:center;width:100%;padding:22px 23px;border:0;background:#fff;color:var(--ink);text-align:left;}
#mxf-root .mxf_question::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--mag),var(--mag-soft));opacity:0;transition:opacity .2s ease;}
#mxf-root .mxf_item.--open .mxf_question::before{opacity:1;}
#mxf-root .mxf_question-text{font-size:15.5px;font-weight:700;line-height:1.5;}
#mxf-root .mxf_toggle-icon{position:relative;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--paper-2);color:var(--mag);transition:transform .25s ease,background .2s ease,border-color .2s ease;}
#mxf-root .mxf_toggle-icon::before, #mxf-root .mxf_toggle-icon::after{content:"";position:absolute;width:13px;height:2px;border-radius:2px;background:currentColor;transition:transform .25s ease;}
#mxf-root .mxf_toggle-icon::after{transform:rotate(90deg);}
#mxf-root .mxf_item.--open .mxf_toggle-icon{border-color:rgba(222,9,127,.22);background:rgba(222,9,127,.07);transform:rotate(180deg);}
#mxf-root .mxf_item.--open .mxf_toggle-icon::after{transform:rotate(0);}
#mxf-root .mxf_answer{height:0;overflow:hidden;transition:height .34s ease;}
#mxf-root .mxf_answer-inner{padding:0 76px 24px 23px;color:var(--ink-2);font-size:14.5px;}
#mxf-root .mxf_answer-inner p+p{margin-top:12px;}
#mxf-root .mxf_answer-inner a{color:var(--mag);font-weight:700;text-decoration:underline;text-decoration-color:rgba(222,9,127,.30);text-decoration-thickness:2px;text-underline-offset:3px;}
#mxf-root .mxf_answer-inner a:hover{color:var(--mag-deep);text-decoration-color:currentColor;}
#mxf-root .mxf_no-results{display:none;min-height:250px;place-items:center;padding:42px;border:1px dashed #d9cede;border-radius:18px;background:#fff;text-align:center;}
#mxf-root .mxf_no-results.--show{display:grid;}
#mxf-root .mxf_no-results i{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 16px;border-radius:15px;background:rgba(222,9,127,.08);color:var(--mag);font-size:20px;}
#mxf-root .mxf_no-results h3{font-size:20px;}
#mxf-root .mxf_no-results p{max-width:520px;margin-top:9px;color:var(--ink-2);font-size:14px;}


#mxf-root .mxf_guidance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
#mxf-root .mxf_guidance-card{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 38px rgba(18,8,29,.05);}
#mxf-root .mxf_guidance-icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:17px;border-radius:13px;background:rgba(222,9,127,.09);color:var(--mag);}
#mxf-root .mxf_guidance-card:nth-child(2) .mxf_guidance-icon{background:rgba(61,123,255,.09);color:var(--blue);}
#mxf-root .mxf_guidance-card:nth-child(3) .mxf_guidance-icon{background:rgba(20,224,192,.11);color:var(--aqua-deep);}
#mxf-root .mxf_guidance-card h3{font-size:17px;}
#mxf-root .mxf_guidance-card p{margin-top:8px;color:var(--ink-2);font-size:13.5px;}
#mxf-root .mxf_guidance-card a{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--mag);font-size:12.5px;font-weight:700;}
#mxf-root .mxf_guidance-card a i{font-size:10px;transition:transform .2s ease;}
#mxf-root .mxf_guidance-card a:hover i{transform:translateX(4px);}


#mxf-root .mxf_final{padding-top:0;}
#mxf-root .mxf_final-panel{position:relative;overflow:hidden;padding:72px 56px;border-radius:28px;background:radial-gradient(600px 320px at 15% 0%,rgba(255,79,174,.35),transparent 60%),radial-gradient(520px 300px at 90% 100%,rgba(20,224,192,.22),transparent 60%),var(--dark);box-shadow:0 34px 90px rgba(18,8,29,.30);color:var(--dark-text);text-align:center;}
#mxf-root .mxf_final-panel h2{max-width:820px;margin:0 auto;color:#fff!important;}
#mxf-root .mxf_final-panel p{max-width:720px;margin:16px auto 0;color:var(--dark-muted);font-size:16px;}
#mxf-root .mxf_final-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px;}
#mxf-root .mxf_final-checks{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-top:30px;color:var(--dark-muted);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;}
#mxf-root .mxf_final-checks span::before{content:"✓";margin-right:8px;color:var(--aqua);font-weight:800;}

@media(max-width:1120px){
  #mxf-root .mxf_hero-inner{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);gap:42px;}
  #mxf-root .mxf_faq-layout{grid-template-columns:245px minmax(0,1fr);gap:34px;}
}
@media(max-width:960px){
  #mxf-root .mxf_section{padding:82px 0;}
  #mxf-root .mxf_hero{padding:84px 0 84px;}
  #mxf-root .mxf_hero-inner{grid-template-columns:1fr;}
  #mxf-root .mxf_hero-copy{max-width:790px;margin:0 auto;text-align:center;}
  #mxf-root .mxf_hero-copy .mxf_eyebrow{justify-content:center;}
  #mxf-root .mxf_hero h1, #mxf-root .mxf_hero-sub{margin-left:auto;margin-right:auto;}
  #mxf-root .mxf_hero-actions, #mxf-root .mxf_proof{justify-content:center;}
  #mxf-root .mxf_support-panel{max-width:760px;margin:0 auto;}
  #mxf-root .mxf_faq-layout{grid-template-columns:1fr;}
  #mxf-root .mxf_sidebar{position:relative;top:auto;}
  #mxf-root .mxf_sidebar-card{padding:14px;}
  #mxf-root .mxf_category-nav{display:flex;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;}
  #mxf-root .mxf_category-nav::-webkit-scrollbar{display:none;}
  #mxf-root .mxf_category-link{flex:0 0 auto;grid-template-columns:30px 1fr auto;min-width:max-content;}
  #mxf-root .mxf_category-icon{width:30px;height:30px;}
  #mxf-root .mxf_sidebar-help{display:none;}
}
@media(max-width:720px){
  #mxf-root{--wrap:min(100% - 30px,1380px);}
  #mxf-root .mxf_section{padding:68px 0;}
  #mxf-root .mxf_hero{padding:68px 0 76px;}
  #mxf-root .mxf_hero h1{font-size:clamp(36px,11vw,52px);}
  #mxf-root .mxf_mark{white-space:normal;}
  #mxf-root .mxf_hero-actions .mxf_btn{width:100%;}
  #mxf-root .mxf_support-panel{border-radius:20px;}
  #mxf-root .mxf_panel-body{padding:20px;}
  #mxf-root .mxf_support-step{grid-template-columns:38px 1fr;}
  #mxf-root .mxf_support-step-icon{width:38px;height:38px;}
  #mxf-root .mxf_support-step-status{display:none;}
  #mxf-root .mxf_panel-stats{grid-template-columns:1fr;}
  #mxf-root .mxf_panel-stat{display:flex;align-items:center;justify-content:space-between;text-align:left;}
  #mxf-root .mxf_panel-stat span{margin-top:0;}
  #mxf-root .mxf_controls-shell{margin-top:-28px;}
  #mxf-root .mxf_controls{grid-template-columns:1fr;padding:12px;border-radius:15px;}
  #mxf-root .mxf_expand-all{width:100%;}
  #mxf-root .mxf_faq-layout{gap:30px;}
  #mxf-root .mxf_category{margin-bottom:58px;scroll-margin-top:100px;}
  #mxf-root .mxf_category-head{grid-template-columns:auto 1fr;}
  #mxf-root .mxf_category-total{grid-column:2;justify-self:start;}
  #mxf-root .mxf_question{grid-template-columns:1fr 36px;padding:19px 18px;}
  #mxf-root .mxf_answer-inner{padding:0 18px 21px;}
  #mxf-root .mxf_guidance-grid{grid-template-columns:1fr;}
  #mxf-root .mxf_final-panel{padding:54px 24px;border-radius:22px;}
}
@media(prefers-reduced-motion:reduce){
  #mxf-root *, #mxf-root *::before, #mxf-root *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}
  #mxf-root .mxf_item{opacity:1;transform:none;}
}



#mxf-root{
  margin-top:calc(var(--header-overlap) * -1)!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-bottom:0!important;
}







body.mxf-faq-page{
  margin-top:0!important;
  padding-top:0!important;
  overflow-x:clip;
  background:var(--dark)!important;
}

body.mxf-faq-page #mxr-header-root, body.mxf-faq-page .mxr_header_chrome, body.mxf-faq-page #mxr-hdr, body.mxf-faq-page #site-header{
  position:relative;
  z-index:9500;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border-color:transparent!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

body.mxf-faq-page #mxr-hdr .mxr_hdr-in{background:transparent!important}
body.mxf-faq-page #mxr-hdr .mxr_hdr-nav a, body.mxf-faq-page #mxr-hdr .mxr_hdr-login{color:#f6f1fa!important}
body.mxf-faq-page #mxr-hdr .mxr_hdr-nav a:hover{
  color:#fff!important;
  background:rgba(255,255,255,.07)!important;
}
body.mxf-faq-page #mxr-hdr .mxr_hdr-login svg{stroke:currentColor!important}
body.mxf-faq-page #mxr-hdr .mxr_hdr-logo img.mxf-header-logo-white-fallback{filter:brightness(0) invert(1)!important}

body.mxf-faq-page #mxr-hdr.--sc{
  background:rgba(18,8,29,.92)!important;
  background-color:rgba(18,8,29,.92)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 10px 30px rgba(18,8,29,.18)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  backdrop-filter:blur(16px)!important;
}

#mxf-root .mxf_hero{
  --mxf-orbit-x:0px;
  --mxf-orbit-y:0px;
  min-height:650px;
  padding:
    calc(var(--header-overlap) + 76px)
    0
    76px!important;
}

#mxf-root .mxf_hero-inner{
  position:relative;
  z-index:3;
  display:block;
}

#mxf-root .mxf_hero-copy{
  width:min(940px,100%);
  margin-inline:auto;
  text-align:center;
}

#mxf-root .mxf_hero-copy .mxf_eyebrow{justify-content:center}
#mxf-root .mxf_hero h1, #mxf-root .mxf_hero-sub{margin-inline:auto}
#mxf-root .mxf_hero-actions{justify-content:center}
#mxf-root .mxf_support-panel, #mxf-root .mxf_proof, #mxf-root .mxf_controls-shell{display:none!important}

#mxf-root .mxf_scroll-cue{
  position:relative;
  z-index:4;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:9px;
  margin-top:24px;
  color:#d9d0e2;
  font-size:10.5px;
  font-weight:750;
  letter-spacing:.11em;
  line-height:1.2;
  text-transform:uppercase;
  transition:color .2s ease,transform .2s ease;
}
#mxf-root .mxf_scroll-cue i{
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border:1px solid rgba(255,255,255,.20);
  border-radius:50%;
  background:rgba(255,255,255,.045);
  color:var(--aqua);
  font-size:13px;
  box-shadow:0 12px 30px rgba(0,0,0,.14);
  animation:mxfScrollCue 1.8s ease-in-out infinite;
}
#mxf-root .mxf_scroll-cue:hover{
  color:#fff;
  transform:translateY(2px);
}
@keyframes mxfScrollCue{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(5px)}
}

#mxf-root .mxf_hero-orbits{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
}
#mxf-root .mxf_orbit, #mxf-root .mxf_orbit-core{
  position:absolute;
  left:76%;
  top:48%;
  border-radius:50%;
  transform:
    translate(
      calc(-50% + var(--mxf-orbit-x)),
      calc(-50% + var(--mxf-orbit-y))
    );
  transition:transform .32s cubic-bezier(.22,1,.36,1);
}
#mxf-root .mxf_orbit{
  border:1px solid rgba(255,255,255,.105);
  box-shadow:
    inset 0 0 50px rgba(255,255,255,.015),
    0 0 80px rgba(222,9,127,.035);
}
#mxf-root .mxf_orbit--one{
  width:260px;
  height:260px;
  animation:mxfOrbitFloat 10s ease-in-out infinite;
}
#mxf-root .mxf_orbit--two{
  width:430px;
  height:430px;
  border-color:rgba(255,79,174,.105);
  animation:mxfOrbitFloat 13s 1s ease-in-out infinite reverse;
}
#mxf-root .mxf_orbit--three{
  width:610px;
  height:610px;
  border-color:rgba(20,224,192,.075);
  animation:mxfOrbitFloat 16s 2s ease-in-out infinite;
}
#mxf-root .mxf_orbit-core{
  width:82px;
  height:82px;
  background:
    radial-gradient(circle at 34% 30%,rgba(255,255,255,.14),transparent 34%),
    linear-gradient(145deg,rgba(222,9,127,.32),rgba(20,224,192,.08));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 26px 70px rgba(0,0,0,.22);
  animation:mxfCorePulse 6s ease-in-out infinite;
}
@keyframes mxfOrbitFloat{
  0%,100%{margin-top:0;margin-left:0}
  50%{margin-top:-13px;margin-left:10px}
}
@keyframes mxfCorePulse{
  0%,100%{opacity:.72}
  50%{opacity:1}
}

#mxf-root .mxf_faq-intro{
  padding-top:96px;
  padding-bottom:54px;
  background:#fff;
}
#mxf-root .mxf_faq-intro .mxf_head{
  max-width:850px;
  margin-bottom:48px;
}
#mxf-root .mxf_head.--center .mxf_lead{
  margin-left:auto;
  margin-right:auto;
}
#mxf-root .mxf_faq-tools{
  display:flex;
  justify-content:center;
  margin-top:27px;
}
#mxf-root .mxf_expand-all{
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 10px 28px rgba(18,8,29,.07);
}

#mxf-root .mxf_category-head-icon .fa-screwdriver-wrench, #mxf-root .mxf_category-icon .fa-screwdriver-wrench{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  font-size:inherit!important;
  line-height:1!important;
}

#mxf-root .mxf_locale-bar{
  margin-top:34px;
  padding-top:0;
}
#mxf-root .mxf_locale{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  color:var(--dark-muted);
  font-size:11px;
  line-height:1;
}
#mxf-root .mxf_locale-label{
  font-weight:700;
  white-space:nowrap;
}
#mxf-root .mxf_locale-flag{
  position:relative;
  display:inline-flex;
  width:34px;
  height:23px;
  flex:0 0 34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:2px;
  opacity:.68;
  box-shadow:0 3px 10px rgba(0,0,0,.15);
  transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#mxf-root .mxf_locale-flag svg{
  width:100%;
  height:100%;
}
#mxf-root a.mxf_locale-flag:hover{
  opacity:1;
  border-color:var(--aqua);
  transform:translateY(-1px);
}
#mxf-root .mxf_locale-flag[aria-current="page"]{
  opacity:1;
  border-color:var(--mag-soft);
  box-shadow:0 0 0 2px rgba(255,79,174,.14),0 3px 10px rgba(0,0,0,.16);
}
#mxf-root .mxf_locale-flag[aria-current="page"]::after{
  content:"";
  position:absolute;
  right:1px;
  bottom:1px;
  width:5px;
  height:5px;
  border:1px solid #fff;
  border-radius:50%;
  background:var(--aqua);
}

#mxf-root .mxf_final, #mxf-root .mxf_final-panel, #mxf-root>:last-child{margin-bottom:0!important}
#mxf-root .mxf_final{padding-bottom:0!important}


@media(max-width:1040px){
  #mxf-root{--header-overlap:150px}
  #mxf-root .mxf_hero{
    min-height:0;
    padding-top:calc(var(--header-overlap) + 168px)!important;
    padding-bottom:76px!important;
  }
  #mxf-root .mxf_hero-copy{max-width:820px}
  #mxf-root .mxf_orbit, #mxf-root .mxf_orbit-core{left:82%;top:50%}
  #mxf-root .mxf_orbit--one{width:220px;height:220px}
  #mxf-root .mxf_orbit--two{width:360px;height:360px}
  #mxf-root .mxf_orbit--three{width:500px;height:500px}
  #mxf-root .mxf_locale-flag{
    width:32px;
    height:22px;
    flex-basis:32px;
  }
}

@media(max-width:720px){
  #mxf-root{--header-overlap:126px}
  #mxf-root .mxf_hero{
    padding-top:calc(var(--header-overlap) + 132px)!important;
    padding-bottom:64px!important;
  }
  #mxf-root .mxf_hero-inner{width:calc(100% - 28px)}
  #mxf-root .mxf_hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  #mxf-root .mxf_hero-actions .mxf_btn{width:100%}
  #mxf-root .mxf_scroll-cue{margin-top:21px}
  #mxf-root .mxf_scroll-cue span{font-size:9.5px}
  #mxf-root .mxf_orbit, #mxf-root .mxf_orbit-core{
    left:92%;
    top:46%;
    opacity:.72;
  }
  #mxf-root .mxf_orbit--one{width:175px;height:175px}
  #mxf-root .mxf_orbit--two{width:280px;height:280px}
  #mxf-root .mxf_orbit--three{width:390px;height:390px}
  #mxf-root .mxf_orbit-core{width:60px;height:60px}
  #mxf-root .mxf_faq-intro{padding-top:72px}
  #mxf-root .mxf_locale{gap:9px}
  #mxf-root .mxf_locale-flag{
    width:26px;
    height:18px;
    flex-basis:26px;
  }
}

@media(prefers-reduced-motion:reduce){
  #mxf-root .mxf_orbit, #mxf-root .mxf_orbit-core, #mxf-root .mxf_scroll-cue i{
    animation:none!important;
    transition:none!important;
  }
}
