.socials-xPv5HrIZ {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 28px);
  list-style: none;
  row-gap: 20px;
  width: 100%;
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .socials-xPv5HrIZ {
      grid-template-columns: repeat(9, 28px);
      justify-content: end;
    }
  }
}
@container (min-width: 768px) {
  .socials-xPv5HrIZ {
    grid-template-columns: repeat(9, 28px);
    justify-content: end;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1024px) {
    .socials-xPv5HrIZ {
      grid-template-columns: repeat(auto-fill, 28px);
      justify-content: start;
    }
  }
}
@container (min-width: 1024px) {
  .socials-xPv5HrIZ {
    grid-template-columns: repeat(auto-fill, 28px);
    justify-content: start;
  }
}
.socialsItem-xPv5HrIZ {
  margin: -6px;
  padding: 6px;
}
.footerLinks-YEcDt_jj {
  column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .footerLinks-YEcDt_jj {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
  }
}
@container (min-width: 768px) {
  .footerLinks-YEcDt_jj {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1024px) {
    .footerLinks-YEcDt_jj {
      margin-top: 0;
    }
  }
}
@container (min-width: 1024px) {
  .footerLinks-YEcDt_jj {
    margin-top: 0;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1440px) {
    .footerLinks-YEcDt_jj {
      padding-right: 40px;
    }
  }
}
@container (min-width: 1440px) {
  .footerLinks-YEcDt_jj {
    padding-right: 40px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1920px) {
    .footerLinks-YEcDt_jj {
      padding-right: 80px;
    }
  }
}
@container (min-width: 1920px) {
  .footerLinks-YEcDt_jj {
    padding-right: 80px;
  }
}
.footerLinksGroup-YEcDt_jj {
  gap: 20px;
}
.footerLinksColumn-YEcDt_jj,
.footerLinksGroup-YEcDt_jj {
  display: flex;
  flex-direction: column;
}
.footerLinksColumnTitle-YEcDt_jj {
  color: #707070;
  font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu,
    sans-serif;
  font-feature-settings: "tnum" on, "lnum" on;
  --ui-lib-typography-line-height: 16px;
  line-height: var(--ui-lib-typography-line-height);
  --ui-lib-typography-font-size: 12px;
  font-size: var(--ui-lib-typography-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.footerLinksColumnList-YEcDt_jj {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 8px;
  row-gap: 4px;
}
.footerLinksColumnListItem-YEcDt_jj {
  clear: left;
  float: left;
  font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu,
    sans-serif;
  font-feature-settings: "tnum" on, "lnum" on;
  font-style: normal;
  margin: -1px -8px;
  padding: 1px 8px;
  --ui-lib-typography-font-size: 14px;
  font-size: var(--ui-lib-typography-font-size);
  font-weight: 400;
  --ui-lib-typography-line-height: 18px;
  color: #0f0f0f;
  line-height: var(--ui-lib-typography-line-height);
  fill: #0f0f0f;
  border-radius: 4px;
}
html.theme-dark .footerLinksColumnListItem-YEcDt_jj {
  fill: #dbdbdb;
  color: #dbdbdb;
}
.footerLinksColumnListItem-YEcDt_jj:visited {
  color: #0f0f0f;
  fill: #0f0f0f;
}
html.theme-dark .footerLinksColumnListItem-YEcDt_jj:visited {
  fill: #dbdbdb;
  color: #dbdbdb;
}
@media (any-hover: hover) {
  .footerLinksColumnListItem-YEcDt_jj:hover {
    color: #0f0f0f;
    fill: #0f0f0f;
  }
  html.theme-dark .footerLinksColumnListItem-YEcDt_jj:hover {
    fill: #fff;
    color: #fff;
  }
}
.footerLinksColumnListItem-YEcDt_jj:active {
  color: #0f0f0f;
  fill: #0f0f0f;
}
html.theme-dark .footerLinksColumnListItem-YEcDt_jj:active {
  fill: #fff;
  color: #fff;
}
.footerLinksColumnListItem-YEcDt_jj:focus {
  outline: auto;
  outline-offset: 2px;
}
.footerLinksColumnListItem-YEcDt_jj:focus-visible {
  outline: auto;
  outline-offset: 2px;
}
.footerLinksColumnListItem-YEcDt_jj:focus:not(:focus-visible) {
  outline: none;
}
@media (any-hover: hover) {
  .footerLinksColumnListItem-YEcDt_jj:hover {
    background-color: #f2f2f2;
  }
  html.theme-dark .footerLinksColumnListItem-YEcDt_jj:hover {
    background-color: #2e2e2e;
  }
}
.footerLinksColumnListItem-YEcDt_jj {
  outline: none;
  overflow: visible;
  position: relative;
}
.footerLinksColumnListItem-YEcDt_jj:focus {
  outline: none;
}
.footerLinksColumnListItem-YEcDt_jj:focus-visible {
  outline: none;
}
.footerLinksColumnListItem-YEcDt_jj:after {
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: "";
  display: none;
  height: calc(100% + 8px);
  left: -4px;
  pointer-events: none;
  position: absolute;
  top: -4px;
  width: calc(100% + 8px);
  z-index: 1;
}
.footerLinksColumnListItem-YEcDt_jj:focus:after {
  display: block;
}
.footerLinksColumnListItem-YEcDt_jj:focus-visible:after {
  display: block;
}
.footerLinksColumnListItem-YEcDt_jj:focus:not(:focus-visible):after {
  display: none;
}
.footerLinksColumnListItem-YEcDt_jj:after,
html.theme-dark .footerLinksColumnListItem-YEcDt_jj:after {
  border-color: #2962ff;
}
.footerLinksColumnListItem-YEcDt_jj:after {
  border-radius: 6px;
}
.footerLinksColumnListItem-YEcDt_jj.activePathname-YEcDt_jj {
  color: #2962ff;
}
html.theme-dark .footerLinksColumnListItem-YEcDt_jj.activePathname-YEcDt_jj {
  color: #5b9cf6;
}
.showMobile-YEcDt_jj {
  display: flex;
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .showMobile-YEcDt_jj {
      display: none;
    }
  }
}
@container (min-width: 768px) {
  .showMobile-YEcDt_jj {
    display: none;
  }
}
.showTablet-YEcDt_jj {
  display: none;
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .showTablet-YEcDt_jj {
      display: flex;
    }
  }
}
@container (min-width: 768px) {
  .showTablet-YEcDt_jj {
    display: flex;
  }
}
.root-uKAlzXxC {
  container-type: inline-size;
}
.separator-uKAlzXxC {
  border: none;
  border-top: 1px solid #ebebeb;
  height: 0;
  margin: 0;
  width: 100%;
}
html.theme-dark .separator-uKAlzXxC {
  border-top: 1px solid #4a4a4a;
}
.container-uKAlzXxC {
  overflow-x: clip;
  position: relative;
  --adaptive-mf-container-padding: 20px;
  --adaptive-mf-container-max-width: 2360px;
  padding-left: var(--adaptive-mf-container-padding);
  padding-right: var(--adaptive-mf-container-padding);
}
@media (min-width: 1024px) {
  .container-uKAlzXxC {
    --adaptive-mf-container-padding: 32px;
  }
}
@media (min-width: 1440px) {
  .container-uKAlzXxC {
    --adaptive-mf-container-padding: 40px;
  }
}
@media (min-width: 1920px) {
  .container-uKAlzXxC {
    --adaptive-mf-container-padding: 100px;
  }
}
@media (min-width: 2560px) {
  .container-uKAlzXxC {
    --adaptive-mf-container-padding: calc(
      (100vw - var(--adaptive-mf-container-max-width)) / 2
    );
    margin-left: auto;
    margin-right: auto;
    max-width: var(--adaptive-mf-container-max-width);
  }
}
.content-uKAlzXxC {
  margin: 0 auto;
  padding: 32px 0;
  position: relative;
  z-index: 2;
}
@supports not (container-type: inline-size) {
  @media (min-width: 568px) {
    .content-uKAlzXxC {
      padding-bottom: 0;
    }
  }
}
@container (min-width: 568px) {
  .content-uKAlzXxC {
    padding-bottom: 0;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1024px) {
    .content-uKAlzXxC {
      display: flex;
      gap: 24px;
    }
  }
}
@container (min-width: 1024px) {
  .content-uKAlzXxC {
    display: flex;
    gap: 24px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1280px) {
    .content-uKAlzXxC {
      gap: 40px;
    }
  }
}
@container (min-width: 1280px) {
  .content-uKAlzXxC {
    gap: 40px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1440px) {
    .content-uKAlzXxC {
      gap: 80px;
      padding-top: 48px;
    }
  }
}
@container (min-width: 1440px) {
  .content-uKAlzXxC {
    gap: 80px;
    padding-top: 48px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1920px) {
    .content-uKAlzXxC {
      gap: 120px;
    }
  }
}
@container (min-width: 1920px) {
  .content-uKAlzXxC {
    gap: 120px;
  }
}
.logoWrapper-uKAlzXxC {
  display: block;
  height: 54px;
  outline: none;
  overflow: visible;
  position: relative;
  width: 162px;
}
.logoWrapper-uKAlzXxC:focus {
  outline: none;
}
.logoWrapper-uKAlzXxC:focus-visible {
  outline: none;
}
.logoWrapper-uKAlzXxC:after {
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: "";
  display: none;
  height: calc(100% + 20px);
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: 1;
}
.logoWrapper-uKAlzXxC:focus:after {
  display: block;
}
.logoWrapper-uKAlzXxC:focus-visible:after {
  display: block;
}
.logoWrapper-uKAlzXxC:focus:not(:focus-visible):after {
  display: none;
}
.logoWrapper-uKAlzXxC:after,
html.theme-dark .logoWrapper-uKAlzXxC:after {
  border-color: #2962ff;
}
.logoWrapper-uKAlzXxC:after {
  border-radius: 10px;
}
.logoWrapper-uKAlzXxC.logoExpert-uKAlzXxC {
  width: 202px;
}
.logoWrapper-uKAlzXxC.logoExpert-uKAlzXxC .logo-uKAlzXxC {
  -webkit-mask-image: url(tradingview-with-text-logo-pro.a264d0e4813360aa17e1.svg);
  mask-image: url(tradingview-with-text-logo-pro.a264d0e4813360aa17e1.svg);
}
.logo-uKAlzXxC {
  background-color: #0f0f0f;
  display: block;
  height: 100%;
  -webkit-mask: url(tradingview-with-text-logo.6e2e37594ee4de0b1c9c.svg) center;
  mask: url(tradingview-with-text-logo.6e2e37594ee4de0b1c9c.svg) center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
}
html.theme-dark .logo-uKAlzXxC {
  background-color: #dbdbdb;
}
.logoIcon-uKAlzXxC {
  display: block;
  height: 100%;
  width: 100%;
}
.logoIcon-uKAlzXxC svg {
  color: #0f0f0f;
}
html.theme-dark .logoIcon-uKAlzXxC svg {
  color: #dbdbdb;
}
.logoSocials-uKAlzXxC {
  display: grid;
  gap: 22px;
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .logoSocials-uKAlzXxC {
      grid-template-columns: repeat(2, 1fr);
      margin-right: 6px;
    }
  }
}
@container (min-width: 768px) {
  .logoSocials-uKAlzXxC {
    grid-template-columns: repeat(2, 1fr);
    margin-right: 6px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1024px) {
    .logoSocials-uKAlzXxC {
      grid-template-columns: auto;
      margin-right: 0;
      width: 226px;
    }
  }
}
@container (min-width: 1024px) {
  .logoSocials-uKAlzXxC {
    grid-template-columns: auto;
    margin-right: 0;
    width: 226px;
  }
}
.copyrightContainer-uKAlzXxC {
  margin-top: 22px;
}
.copyrightContainer-uKAlzXxC .languageButton-uKAlzXxC {
  margin-left: -12px;
}
.copyright-uKAlzXxC {
  color: #707070;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu,
    sans-serif;
  font-feature-settings: "tnum" on, "lnum" on;
  font-style: normal;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
  --ui-lib-typography-font-size: 12px;
  font-size: var(--ui-lib-typography-font-size);
  font-weight: 400;
  --ui-lib-typography-line-height: 16px;
  line-height: var(--ui-lib-typography-line-height);
}
html.theme-dark .copyright-uKAlzXxC {
  color: #8c8c8c;
}
@supports not (container-type: inline-size) {
  @media (min-width: 1024px) {
    .copyright-uKAlzXxC {
      width: 226px;
    }
  }
}
@container (min-width: 1024px) {
  .copyright-uKAlzXxC {
    width: 226px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1280px) {
    .copyright-uKAlzXxC {
      width: 310px;
    }
  }
}
@container (min-width: 1280px) {
  .copyright-uKAlzXxC {
    width: 310px;
  }
}
.textLink-uKAlzXxC {
  color: #2962ff;
  fill: #2962ff;
}
html.theme-dark .textLink-uKAlzXxC {
  fill: #5b9cf6;
  color: #5b9cf6;
}
.textLink-uKAlzXxC:visited {
  color: #2962ff;
  fill: #2962ff;
}
html.theme-dark .textLink-uKAlzXxC:visited {
  fill: #5b9cf6;
  color: #5b9cf6;
}
@media (any-hover: hover) {
  .textLink-uKAlzXxC:hover {
    color: #1e53e5;
    fill: #1e53e5;
  }
  html.theme-dark .textLink-uKAlzXxC:hover {
    fill: #3179f5;
    color: #3179f5;
  }
}
.textLink-uKAlzXxC:active {
  color: #1848cc;
  fill: #1848cc;
}
html.theme-dark .textLink-uKAlzXxC:active {
  fill: #2962ff;
  color: #2962ff;
}
.textLink-uKAlzXxC:focus {
  outline: auto;
  outline-offset: 2px;
}
.textLink-uKAlzXxC:focus-visible {
  outline: auto;
  outline-offset: 2px;
}
.textLink-uKAlzXxC:focus:not(:focus-visible) {
  outline: none;
}
@media (any-hover: hover) {
  .textLink-uKAlzXxC:hover {
    text-decoration: underline;
  }
}
.backgroundImage-uKAlzXxC {
  display: none;
}
html.theme-dark .backgroundImage-uKAlzXxC {
  background-image: url(rocket-flight-phone.bdf6b29f4731a583bc5b.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  display: block;
  height: 510px;
  left: -239px;
  opacity: 40%;
  pointer-events: none;
  position: absolute;
  width: 700px;
  z-index: 0;
}
html.theme-dark .backgroundImage-uKAlzXxC:after,
html.theme-dark .backgroundImage-uKAlzXxC:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
html.theme-dark .backgroundImage-uKAlzXxC:before {
  background: linear-gradient(0deg, #000, #0000 100px),
    linear-gradient(90deg, #000, #0000);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100px, 140px 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
html.theme-dark .backgroundImage-uKAlzXxC:after {
  background: linear-gradient(180deg, #000, #0000 140px),
    linear-gradient(90deg, #0000, #000);
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 100% 140px, 80px 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
@supports not (container-type: inline-size) {
  @media (min-width: 568px) {
    html.theme-dark .backgroundImage-uKAlzXxC {
      bottom: 10px;
      left: -151px;
      opacity: 100%;
    }
  }
}
@container (min-width: 568px) {
  html.theme-dark .backgroundImage-uKAlzXxC {
    bottom: 10px;
    left: -151px;
    opacity: 100%;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    html.theme-dark .backgroundImage-uKAlzXxC {
      bottom: 30px;
      left: auto;
      right: -160px;
    }
  }
}
@container (min-width: 768px) {
  html.theme-dark .backgroundImage-uKAlzXxC {
    bottom: 30px;
    left: auto;
    right: -160px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1024px) {
    html.theme-dark .backgroundImage-uKAlzXxC {
      bottom: 50px;
    }
  }
}
@container (min-width: 1024px) {
  html.theme-dark .backgroundImage-uKAlzXxC {
    bottom: 50px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1280px) {
    html.theme-dark .backgroundImage-uKAlzXxC {
      bottom: 70px;
      right: -50px;
    }
  }
}
@container (min-width: 1280px) {
  html.theme-dark .backgroundImage-uKAlzXxC {
    bottom: 70px;
    right: -50px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1440px) {
    html.theme-dark .backgroundImage-uKAlzXxC {
      background-image: url(rocket-flight-desktop.a35fd4b04715b0db637e.jpg);
      bottom: 80px;
      height: 715px;
      right: -130px;
      width: 980px;
    }
  }
}
@container (min-width: 1440px) {
  html.theme-dark .backgroundImage-uKAlzXxC {
    background-image: url(rocket-flight-desktop.a35fd4b04715b0db637e.jpg);
    bottom: 80px;
    height: 715px;
    right: -130px;
    width: 980px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1920px) {
    html.theme-dark .backgroundImage-uKAlzXxC {
      bottom: 120px;
      right: -30px;
    }
  }
}
@container (min-width: 1920px) {
  html.theme-dark .backgroundImage-uKAlzXxC {
    bottom: 120px;
    right: -30px;
  }
}
@media (min-width: 2560px) {
  html.theme-dark .backgroundImage-uKAlzXxC {
    bottom: 160px;
    right: -5px;
  }
}
.lookFirstContainer-uKAlzXxC {
  display: none;
  --negative-margin: 20px;
}
@supports not (container-type: inline-size) {
  @media (min-width: 568px) {
    .lookFirstContainer-uKAlzXxC {
      display: block;
      margin-top: 16px;
      margin-inline: calc(var(--negative-margin) * -1);
      overflow: hidden;
      padding-bottom: calc(7.13172% + var(--negative-margin) * 2 / 14.02186);
      position: relative;
      view-timeline: --footer-lookfirstanimation block 100% 0;
      z-index: 2;
    }
  }
}
@container (min-width: 568px) {
  .lookFirstContainer-uKAlzXxC {
    display: block;
    margin-top: 16px;
    margin-inline: calc(var(--negative-margin) * -1);
    overflow: hidden;
    padding-bottom: calc(7.13172% + var(--negative-margin) * 2 / 14.02186);
    position: relative;
    view-timeline: --footer-lookfirstanimation block 100% 0;
    z-index: 2;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .lookFirstContainer-uKAlzXxC {
      margin-top: 24px;
    }
  }
}
@container (min-width: 768px) {
  .lookFirstContainer-uKAlzXxC {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .lookFirstContainer-uKAlzXxC {
    --negative-margin: 32px;
  }
}
@media (min-width: 1440px) {
  .lookFirstContainer-uKAlzXxC {
    --negative-margin: 40px;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 1440px) {
    .lookFirstContainer-uKAlzXxC {
      margin-top: 32px;
    }
  }
}
@container (min-width: 1440px) {
  .lookFirstContainer-uKAlzXxC {
    margin-top: 32px;
  }
}
@media (min-width: 1920px) {
  .lookFirstContainer-uKAlzXxC {
    --negative-margin: 100px;
  }
}
.lookFirstImg-uKAlzXxC {
  height: 100%;
  inset: 0;
  position: absolute;
  transform-origin: top;
  width: 100%;
}
@supports (animation-timeline: --footer-lookfirstanimation) {
  .lookFirstImg-uKAlzXxC {
    animation: lookFirstAnimation-uKAlzXxC 1ms linear;
    animation-timeline: --footer-lookfirstanimation;
  }
}
.darkImg-uKAlzXxC {
  display: none;
}
.lightImg-uKAlzXxC,
html.theme-dark .darkImg-uKAlzXxC {
  display: block;
}
html.theme-dark .lightImg-uKAlzXxC {
  display: none;
}
@keyframes lookFirstAnimation-uKAlzXxC {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
.pepeContainer-uKAlzXxC {
  display: none;
}
@supports not (container-type: inline-size) {
  @media (min-width: 1280px) {
    .pepeContainer-uKAlzXxC {
      bottom: 0;
      display: block;
      height: 60%;
      isolation: isolate;
      left: 50%;
      position: absolute;
      transform: translate(-45%, 100%);
    }
  }
}
@container (min-width: 1280px) {
  .pepeContainer-uKAlzXxC {
    bottom: 0;
    display: block;
    height: 60%;
    isolation: isolate;
    left: 50%;
    position: absolute;
    transform: translate(-45%, 100%);
  }
}
.animatePepe-uKAlzXxC {
  animation: pepe-fly-uKAlzXxC 5s ease-in-out;
  animation-delay: 10s;
}
.iconPepe-uKAlzXxC {
  display: inline-block;
}
.iconPepe-uKAlzXxC,
.iconPepe-uKAlzXxC svg {
  height: 100%;
  width: 100%;
}
@keyframes pepe-fly-uKAlzXxC {
  0% {
    transform: translate(-45%, 100%);
  }
  20% {
    transform: translate(-45%, -50%);
  }
  35% {
    transform: translate(-45%, calc(-50% + 10px));
  }
  50% {
    transform: translate(-45%, calc(-50% - 10px));
  }
  65% {
    transform: translate(-45%, -50%);
  }
  80% {
    transform: translate(-45%, calc(-50% - 10px));
  }
  to {
    transform: translate(-45%, 100%);
  }
}
.pepeLauncher-uKAlzXxC {
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
[data-container-name="main-market-summary"] {
  display: none !important;
}

[data-an-widget-id="community_ideas"] {
  display: none !important;
}
[data-container-name="top-stories"] {
  display: none !important;
}
[data-container-name="stocks"]{
    display: none !important;
}
[data-container-name="crypto-trend-symbols"]{
    display: none !important;
}
[data-container-name="crypto-ideas"]{
    display: none !important;
}

[data-an-widget-id="crypto"] .header-oFtCtY_t.header-l-oFtCtY_t{
    display: none !important;
}

[data-an-widget-id="crypto-news"]{
    display: none !important;
}

[data-an-widget-id="futures"]{
    display: none !important;
}

[data-an-widget-id="forex"]{
    display: none !important;
}

[data-an-section-id="stock-section"]{
    display: none !important;
}
[data-an-widget-id="economy"]{
    display: none !important;
}

[data-an-widget-id="brokers"]{
    display: none !important;
}

.socialButton-nKAw8Hvt {
    display: none !important;
}

.googleButton-nKAw8Hvt {
    display: block !important;
}
.separator-mqB4thBa{
    display: none !important;
}
.emailButton-nKAw8Hvt{
    display: none !important;
}

.container-qD3tmqQv.footer-U88gE00K{
    display: none !important;
}
.is-not-authenticated1 {
    pointer-events: none !important;
}