@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

#mxreconnect-root{
  --mag:#de097f;
  --mag-deep:#b60768;
  --mag-tint:#fdf2f8;
  --aqua:#14e0c0;
  --blue:#3d7bff;
  --ink:#12081d;
  --ink-2:#51485f;
  --muted:#776d82;
  --paper:#ffffff;
  --paper-2:#faf8fb;
  --line:#ece6ef;
  --line-strong:#ddd3e2;
  --success:#087f68;
  --shadow:0 28px 80px rgba(18,8,29,.10);
  --wrap:min(1220px,calc(100% - 48px));
  --header-height:180px;
  --root-pullup:0px;
  --font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  position:relative;
  display:block;
  isolation:isolate;
  width:100vw;
  max-width:100vw;
  margin-top:calc(var(--root-pullup) * -1);
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:0;
  overflow-x:clip;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
#mxreconnect-root::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:0;
  right:0;
  top:calc(var(--header-height) * -1);
  height:calc(var(--header-height) + 4px);
  background:
    radial-gradient(560px 300px at 7% 100%,rgba(20,224,192,.07),transparent 72%),
    radial-gradient(620px 320px at 94% 100%,rgba(222,9,127,.055),transparent 74%),
    #fff;
  pointer-events:none;
}
#mxreconnect-root *, #mxreconnect-root *::before, #mxreconnect-root *::after{box-sizing:border-box}
#mxreconnect-root *{margin:0}
#mxreconnect-root a{color:inherit}
#mxreconnect-root button, #mxreconnect-root select{font:inherit}
#mxreconnect-root img, #mxreconnect-root svg{display:block;max-width:100%}
#mxreconnect-root button{cursor:pointer}
#mxreconnect-root h1, #mxreconnect-root h2, #mxreconnect-root h3{
  color:var(--ink);
  font-weight:800;
  text-wrap:balance;
}
#mxreconnect-root p{text-wrap:pretty}
#mxreconnect-root .mxrc-shell{width:var(--wrap);margin-inline:auto}







body.mxreconnect-page{
  margin-top:0!important;
  background:#fff!important;
}


body.mxreconnect-page #mxr-header-root, body.mxreconnect-page .mxr_header_chrome, body.mxreconnect-page #site-header{
  position:relative;
  z-index:9500;
}
body.mxreconnect-page #mxr-hdr .mxr_hdr-in{background:transparent!important}
body.mxreconnect-page #mxr-hdr .mxr_hdr-nav a, body.mxreconnect-page #mxr-hdr .mxr_hdr-login{color:#12081d!important}
body.mxreconnect-page #mxr-hdr .mxr_hdr-nav a:hover{
  color:#de097f!important;
  background:rgba(222,9,127,.055)!important;
}
body.mxreconnect-page #mxr-hdr .mxr_hdr-login svg{stroke:currentColor!important}
body.mxreconnect-page #mxr-hdr .mxr_hdr-logo img{filter:none!important;opacity:1!important}




body.mxreconnect-page #mxr-header-root, body.mxreconnect-page .mxr_header_chrome, body.mxreconnect-page #mxr-hdr, body.mxreconnect-page #site-header{
  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.mxreconnect-page #mxr-hdr.--sc{
  background:rgba(255,255,255,.95)!important;
  background-color:rgba(255,255,255,.95)!important;
  border-bottom:1px solid #ece6ef!important;
  box-shadow:0 10px 30px rgba(18,8,29,.08)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  backdrop-filter:blur(16px)!important;
}

@media(max-width:1040px){
  #mxreconnect-root{--header-height:148px}
}
@media(max-width:620px){
  #mxreconnect-root{
    --header-height:126px;
    --wrap:calc(100% - 30px);
  }
}


#mxreconnect-root .mxrc-hero{
  position:relative;
  overflow:hidden;
  padding:
    calc(var(--header-height) + clamp(58px,6.3vw,86px))
    0
    clamp(72px,7vw,96px);
  background:
    radial-gradient(680px 430px at 4% 12%,rgba(20,224,192,.095),transparent 70%),
    radial-gradient(760px 470px at 96% 10%,rgba(222,9,127,.075),transparent 72%),
    linear-gradient(180deg,#fff 0%,#fbf9fc 100%);
}
#mxreconnect-root .mxrc-hero::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.68;
  background-image:
    linear-gradient(rgba(18,8,29,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,8,29,.03) 1px,transparent 1px);
  background-size:58px 58px;
  -webkit-mask-image:radial-gradient(900px 600px at 54% 16%,#000 18%,transparent 78%);
  mask-image:radial-gradient(900px 600px at 54% 16%,#000 18%,transparent 78%);
  pointer-events:none;
}
#mxreconnect-root .mxrc-hero::after{
  content:"";
  position:absolute;
  top:calc(var(--header-height) + 34px);
  right:max(-150px,calc((100vw - 1220px)/2 - 210px));
  width:390px;
  height:390px;
  border:1px solid rgba(222,9,127,.09);
  border-radius:50%;
  box-shadow:
    0 0 0 54px rgba(222,9,127,.025),
    0 0 0 108px rgba(20,224,192,.018);
  pointer-events:none;
}
#mxreconnect-root .mxrc-hero>.mxrc-shell{position:relative;z-index:2}
#mxreconnect-root .mxrc-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);
  gap:clamp(46px,6vw,78px);
  align-items:center;
}
#mxreconnect-root .mxrc-copy{max-width:570px}
#mxreconnect-root .mxrc-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:20px;
  color:var(--mag);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  line-height:1.4;
  text-transform:uppercase;
}
#mxreconnect-root .mxrc-kicker::before{
  content:"";
  width:29px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--aqua),var(--mag));
}
#mxreconnect-root h1{
  max-width:650px;
  font-size:clamp(40px,4.45vw,58px);
  letter-spacing:-.045em;
  line-height:1.03;
}
#mxreconnect-root .mxrc-lead{
  max-width:620px;
  margin-top:23px;
  color:var(--ink-2);
  font-size:clamp(17px,1.45vw,19px);
  font-weight:500;
  line-height:1.65;
}
#mxreconnect-root .mxrc-warning{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:13px;
  align-items:start;
  margin-top:27px;
  padding:17px 18px;
  border:1px solid rgba(222,9,127,.17);
  border-radius:14px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 28px rgba(18,8,29,.035);
}
#mxreconnect-root .mxrc-warning-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:11px;
  background:var(--mag-tint);
}
#mxreconnect-root .mxrc-warning-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:var(--mag);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#mxreconnect-root .mxrc-warning p{
  color:var(--ink-2);
  font-size:13.5px;
  font-weight:600;
  line-height:1.56;
}
#mxreconnect-root .mxrc-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:25px;
}
#mxreconnect-root .mxrc-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  padding:13px 20px;
  border:1px solid transparent;
  border-radius:11px;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  text-decoration:none!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease,background .2s ease;
}
#mxreconnect-root .mxrc-button:hover{transform:translateY(-2px)}
#mxreconnect-root .mxrc-button:focus-visible, #mxreconnect-root .mxrc-result-action:focus-visible, #mxreconnect-root .mxrc-reset:focus-visible, #mxreconnect-root select:focus-visible, #mxreconnect-root .mxrc-choice input:focus-visible+.mxrc-radio, #mxreconnect-root .mxrc-locale-flag:focus-visible{
  outline:3px solid rgba(61,123,255,.42);
  outline-offset:3px;
}
#mxreconnect-root .mxrc-button--primary{
  background:linear-gradient(110deg,var(--mag),var(--mag-soft,#ff4fae));
  color:#fff!important;
  box-shadow:0 12px 30px rgba(222,9,127,.24);
}
#mxreconnect-root .mxrc-button--primary:hover{
  background:var(--mag-deep);
  box-shadow:0 17px 36px rgba(222,9,127,.30);
}
#mxreconnect-root .mxrc-button--ghost{
  border-color:var(--line-strong);
  background:rgba(255,255,255,.72);
  color:var(--ink)!important;
}
#mxreconnect-root .mxrc-button--ghost:hover{
  border-color:var(--mag);
  color:var(--mag)!important;
  box-shadow:0 12px 28px rgba(222,9,127,.09);
}
#mxreconnect-root .mxrc-button svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#mxreconnect-root .mxrc-button .wpel-icon, #mxreconnect-root .mxrc-button .external-link-icon, #mxreconnect-root .mxrc-button .ext-link-icon, #mxreconnect-root .mxrc-result-action .wpel-icon, #mxreconnect-root .mxrc-result-action .external-link-icon, #mxreconnect-root .mxrc-result-action .ext-link-icon{display:none!important}


#mxreconnect-root .mxrc-card{
  position:relative;
  overflow:hidden;
  padding:clamp(30px,3.4vw,42px);
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.96);
  box-shadow:var(--shadow);
}
#mxreconnect-root .mxrc-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--aqua),var(--mag));
}
#mxreconnect-root .mxrc-card-head{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:15px;
  align-items:start;
  margin-bottom:27px;
}
#mxreconnect-root .mxrc-card-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(20,224,192,.17),rgba(222,9,127,.09));
}
#mxreconnect-root .mxrc-card-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:var(--mag);
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#mxreconnect-root .mxrc-card h2{
  margin-top:1px;
  font-size:clamp(24px,2.35vw,31px);
  letter-spacing:-.03em;
  line-height:1.12;
}
#mxreconnect-root .mxrc-card-head p{
  margin-top:7px;
  color:var(--muted);
  font-size:14px;
  font-weight:500;
  line-height:1.55;
}
#mxreconnect-root .mxrc-field label, #mxreconnect-root .mxrc-fieldset legend{
  display:block;
  margin-bottom:9px;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  line-height:1.4;
}
#mxreconnect-root .mxrc-select-wrap{position:relative}
#mxreconnect-root .mxrc-select-wrap::after{
  content:"";
  position:absolute;
  top:50%;
  right:19px;
  width:9px;
  height:9px;
  border-right:2px solid var(--ink-2);
  border-bottom:2px solid var(--ink-2);
  pointer-events:none;
  transform:translateY(-72%) rotate(45deg);
}
#mxreconnect-root select{
  width:100%;
  min-height:56px;
  padding:0 50px 0 17px;
  appearance:none;
  border:1px solid var(--line-strong);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-size:15px;
  font-weight:650;
  line-height:1.4;
  cursor:pointer;
  transition:border-color .2s ease,box-shadow .2s ease;
}
#mxreconnect-root select:hover{border-color:#cbbfd2}
#mxreconnect-root select:focus{
  outline:none;
  border-color:var(--mag);
  box-shadow:0 0 0 4px rgba(222,9,127,.09);
}
#mxreconnect-root .mxrc-fieldset{
  min-width:0;
  margin-top:23px;
  padding:0;
  border:0;
}
#mxreconnect-root .mxrc-fieldset[hidden], #mxreconnect-root .mxrc-result[hidden]{display:none!important}
#mxreconnect-root .mxrc-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
#mxreconnect-root .mxrc-choice{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:11px;
  min-height:76px;
  padding:15px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease;
}
#mxreconnect-root .mxrc-choice:hover{
  border-color:rgba(222,9,127,.34);
  box-shadow:0 10px 24px rgba(18,8,29,.045);
  transform:translateY(-1px);
}
#mxreconnect-root .mxrc-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
#mxreconnect-root .mxrc-radio{
  position:relative;
  width:19px;
  height:19px;
  flex:0 0 auto;
  margin-top:1px;
  border:2px solid #c8becd;
  border-radius:50%;
  background:#fff;
}
#mxreconnect-root .mxrc-choice input:checked+.mxrc-radio{border-color:var(--mag)}
#mxreconnect-root .mxrc-choice input:checked+.mxrc-radio::after{
  content:"";
  position:absolute;
  inset:3px;
  border-radius:50%;
  background:var(--mag);
}
#mxreconnect-root .mxrc-choice:has(input:checked){
  border-color:var(--mag);
  background:rgba(222,9,127,.04);
  box-shadow:0 0 0 2px rgba(222,9,127,.055);
}
#mxreconnect-root .mxrc-choice strong{
  display:block;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  line-height:1.35;
}
#mxreconnect-root .mxrc-choice small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
  font-weight:500;
  line-height:1.42;
}
#mxreconnect-root .mxrc-result{
  margin-top:23px;
  padding:21px;
  border:1px solid rgba(20,224,192,.31);
  border-radius:15px;
  background:linear-gradient(145deg,rgba(20,224,192,.09),rgba(255,255,255,.96));
  animation:mxrcResultIn .3s ease both;
}
@keyframes mxrcResultIn{
  from{opacity:0;transform:translateY(7px)}
  to{opacity:1;transform:none}
}
#mxreconnect-root .mxrc-result-label{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:9px;
  color:var(--success);
  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
#mxreconnect-root .mxrc-result-label svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#mxreconnect-root .mxrc-result h3{
  margin-bottom:8px;
  font-size:19px;
  line-height:1.3;
}
#mxreconnect-root .mxrc-result p{
  color:var(--ink-2);
  font-size:14px;
  font-weight:500;
  line-height:1.62;
}
#mxreconnect-root .mxrc-result p+p{margin-top:9px}
#mxreconnect-root .mxrc-result a:not(.mxrc-result-action){
  color:var(--mag)!important;
  font-weight:800;
  overflow-wrap:anywhere;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
#mxreconnect-root .mxrc-result-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:47px;
  margin-top:17px;
  padding:12px 18px;
  border:1px solid var(--mag);
  border-radius:10px;
  background:var(--mag);
  color:#fff!important;
  font-size:13px;
  font-weight:800;
  line-height:1.3;
  text-decoration:none!important;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
#mxreconnect-root .mxrc-result-action:hover{
  background:var(--mag-deep);
  box-shadow:0 12px 28px rgba(222,9,127,.22);
  transform:translateY(-1px);
}
#mxreconnect-root .mxrc-result-action svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#mxreconnect-root .mxrc-reset{
  display:none;
  margin-top:17px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
  line-height:1.4;
  text-decoration:underline;
  text-underline-offset:3px;
}
#mxreconnect-root .mxrc-reset.is-visible{display:inline-block}
#mxreconnect-root .mxrc-reset:hover{color:var(--mag)}


#mxreconnect-root .mxrc-locale-bar{
  margin-top:clamp(38px,4.5vw,58px);
  padding-top:23px;
  border-top:1px solid rgba(221,211,226,.78);
  background:transparent;
}
#mxreconnect-root .mxrc-locale{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:11px;
  color:var(--muted);
  font-size:11px;
  line-height:1;
}
#mxreconnect-root .mxrc-locale-label{
  font-weight:700;
  white-space:nowrap;
}
#mxreconnect-root .mxrc-locale-flag{
  position:relative;
  display:inline-flex;
  width:34px;
  height:23px;
  flex:0 0 34px;
  overflow:hidden;
  border:1px solid rgba(18,8,29,.16);
  border-radius:2px;
  opacity:.66;
  box-shadow:0 2px 6px rgba(18,8,29,.07);
  transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#mxreconnect-root .mxrc-locale-flag svg{
  width:100%;
  height:100%;
}
#mxreconnect-root .mxrc-locale-flag:hover{
  opacity:1;
  border-color:rgba(222,9,127,.42);
  transform:translateY(-1px);
}
#mxreconnect-root .mxrc-locale-flag[aria-current="page"]{
  opacity:1;
  border-color:var(--mag);
  box-shadow:0 0 0 2px rgba(222,9,127,.11),0 3px 8px rgba(18,8,29,.08);
}
#mxreconnect-root .mxrc-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);
}


@media(max-width:1040px){
  #mxreconnect-root .mxrc-hero{
    padding-top:calc(var(--header-height) + 52px);
    padding-bottom:76px;
  }
  #mxreconnect-root .mxrc-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  #mxreconnect-root .mxrc-copy{
    max-width:760px;
    margin-inline:auto;
    text-align:center;
  }
  #mxreconnect-root .mxrc-kicker{justify-content:center}
  #mxreconnect-root h1, #mxreconnect-root .mxrc-lead{margin-inline:auto}
  #mxreconnect-root .mxrc-warning{
    max-width:690px;
    margin-inline:auto;
    margin-top:25px;
    text-align:left;
  }
  #mxreconnect-root .mxrc-actions{justify-content:center}
  #mxreconnect-root .mxrc-card{
    width:min(720px,100%);
    margin-inline:auto;
  }
  #mxreconnect-root .mxrc-locale-flag{
    width:32px;
    height:22px;
    flex-basis:32px;
  }
}
@media(max-width:620px){
  #mxreconnect-root .mxrc-hero{
    padding-top:calc(var(--header-height) + 34px);
    padding-bottom:56px;
  }
  #mxreconnect-root .mxrc-hero::after{display:none}
  #mxreconnect-root .mxrc-grid{gap:34px}
  #mxreconnect-root .mxrc-copy{text-align:center}
  #mxreconnect-root .mxrc-kicker{
    margin-bottom:16px;
    font-size:11px;
    letter-spacing:.11em;
  }
  #mxreconnect-root h1{
    max-width:520px;
    font-size:clamp(33px,9.6vw,42px);
    letter-spacing:-.04em;
    line-height:1.06;
  }
  #mxreconnect-root .mxrc-lead{
    max-width:520px;
    margin-top:18px;
    font-size:15.5px;
    line-height:1.6;
  }
  #mxreconnect-root .mxrc-warning{
    grid-template-columns:34px minmax(0,1fr);
    gap:11px;
    margin-top:22px;
    padding:14px;
    border-radius:13px;
  }
  #mxreconnect-root .mxrc-warning-icon{
    width:34px;
    height:34px;
  }
  #mxreconnect-root .mxrc-warning p{
    font-size:13px;
    line-height:1.52;
  }
  #mxreconnect-root .mxrc-actions{
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:10px;
    width:100%;
    margin-top:21px;
  }
  #mxreconnect-root .mxrc-button{
    width:min(286px,100%);
    min-height:48px;
    padding:12px 18px;
  }
  #mxreconnect-root .mxrc-card{
    padding:25px 18px;
    border-radius:19px;
  }
  #mxreconnect-root .mxrc-card-head{
    grid-template-columns:42px minmax(0,1fr);
    gap:12px;
    margin-bottom:21px;
  }
  #mxreconnect-root .mxrc-card-icon{
    width:42px;
    height:42px;
    border-radius:12px;
  }
  #mxreconnect-root .mxrc-card h2{
    font-size:23px;
    line-height:1.14;
  }
  #mxreconnect-root .mxrc-card-head p{
    margin-top:5px;
    font-size:13.25px;
    line-height:1.5;
  }
  #mxreconnect-root select{
    min-height:54px;
    font-size:14.5px;
  }
  #mxreconnect-root .mxrc-fieldset{margin-top:20px}
  #mxreconnect-root .mxrc-options{
    grid-template-columns:1fr;
    gap:10px;
  }
  #mxreconnect-root .mxrc-choice{
    min-height:0;
    padding:14px;
  }
  #mxreconnect-root .mxrc-result{
    margin-top:20px;
    padding:18px;
  }
  #mxreconnect-root .mxrc-result-action{width:100%}
  #mxreconnect-root .mxrc-locale-bar{
    margin-top:34px;
    padding-top:19px;
  }
  #mxreconnect-root .mxrc-locale{gap:9px}
  #mxreconnect-root .mxrc-locale-flag{
    width:30px;
    height:20px;
    flex-basis:30px;
  }
}
@media(max-width:380px){
  #mxreconnect-root{--wrap:calc(100% - 24px)}
  #mxreconnect-root .mxrc-hero{
    padding-top:calc(var(--header-height) + 28px);
  }
  #mxreconnect-root h1{font-size:31px}
  #mxreconnect-root .mxrc-card-head{
    grid-template-columns:38px minmax(0,1fr);
    gap:10px;
  }
  #mxreconnect-root .mxrc-card-icon{
    width:38px;
    height:38px;
  }
  #mxreconnect-root .mxrc-card h2{font-size:21px}
}

@media(prefers-reduced-motion:reduce){
  #mxreconnect-root *, #mxreconnect-root *::before, #mxreconnect-root *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
}
#mxreconnect-root{margin-bottom:0!important}
