@font-face {
  font-family: Robotoslab Variablefont Wght;
  src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arvo;
  src: url('../fonts/Arvo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arvo;
  src: url('../fonts/Arvo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arvo;
  src: url('../fonts/Arvo-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arvo;
  src: url('../fonts/Arvo-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nimbusmono;
  src: url('../fonts/NimbusMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbusmono;
  src: url('../fonts/NimbusMono-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nimbusmono;
  src: url('../fonts/NimbusMono-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nimbusmono;
  src: url('../fonts/NimbusMono-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --_u-s-data-watch-brand---black: #141414;
  --_u-s-data-watch-brand---grey: #2e2e2e;
  --_u-s-data-watch-brand---transparent: #0000;
  --_u-s-data-watch-brand---dark-grey: #1a1a1c;
  --_u-s-data-watch-brand---text-white: #cfcfcf;
  --_u-s-data-watch-brand---text-sub-white: grey;
  --transgrey: #1a1a1c66;
}

.appwrap {
  background-color: var(--_u-s-data-watch-brand---black);
  color: var(--_u-s-data-watch-brand---grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  font-family: Courier Prime, sans-serif;
  display: flex;
}

.herox1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_u-s-data-watch-brand---transparent);
  flex-flow: column;
  grid-template-rows: minmax(auto, 60px) auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  padding: 10px;
  display: flex;
}

.heropane {
  border: 1px solid var(--_u-s-data-watch-brand---dark-grey);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heroheadingx1 {
  color: var(--_u-s-data-watch-brand---text-white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbusmono, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heroheadingwrap {
  border: 1px none var(--_u-s-data-watch-brand---grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.heroheadingbottomtext {
  color: var(--_u-s-data-watch-brand---text-sub-white);
  text-align: center;
  max-width: 375px;
  margin-top: 5px;
}

.innerhero {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---transparent);
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px 5px;
  display: flex;
}

.sectionx1 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 0;
  padding: 0 10px 10px;
  display: none;
}

.sectionheading {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--transgrey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
}

.innersection {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.innersection.stats {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.innersection.overview {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.heading2 {
  color: var(--_u-s-data-watch-brand---text-white);
  letter-spacing: 2px;
  font-size: 24px;
}

.code-embed {
  width: 60px;
  height: 60px;
  display: none;
}

.bottomherobar {
  border: 1px none var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---transparent);
  border-radius: 0 0 15px 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  min-height: 100px;
  padding: 5px;
  display: none;
}

.herotopbar {
  background-color: var(--_u-s-data-watch-brand---transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -2px;
  display: flex;
}

.leftslant {
  background-image: linear-gradient(45deg, var(--_u-s-data-watch-brand---transparent) 48%, var(--_u-s-data-watch-brand---grey) 50%, var(--_u-s-data-watch-brand---black) 50%);
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.leftslant.right {
  background-image: linear-gradient(-45deg, var(--_u-s-data-watch-brand---transparent) 48%, var(--_u-s-data-watch-brand---grey) 50%, var(--_u-s-data-watch-brand---transparent) 50%);
}

.leftslant._2 {
  background-image: linear-gradient(-45deg, var(--_u-s-data-watch-brand---transparent) 48%, var(--_u-s-data-watch-brand---grey) 50%, var(--_u-s-data-watch-brand---black) 50%);
}

.centertopfill {
  border-bottom: 1px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-bottom: 5px;
  display: flex;
}

.centerlogowrap {
  border: 1px none var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---transparent);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.logox1 {
  width: 30px;
  height: auto;
}

.innertopbarwrap {
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  min-width: 500px;
  height: 60px;
  display: flex;
}

.tbwrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block {
  color: var(--_u-s-data-watch-brand---text-sub-white);
  text-align: center;
}

.herostatbar {
  border: 2px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---dark-grey);
  width: 33.33%;
  height: 100%;
}

.herostatbar.center {
  background-color: var(--_u-s-data-watch-brand---transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-style: solid;
  border-width: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.herostatbar.first {
  background-color: var(--_u-s-data-watch-brand---transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-width: 1px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herostatbar.last {
  background-color: var(--_u-s-data-watch-brand---transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-width: 1px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.innerherostatbarwrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.heroctabutton {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: 15px;
  padding-top: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.heroctabutton:hover {
  background-color: var(--_u-s-data-watch-brand---black);
}

.ctabuttontext {
  color: var(--_u-s-data-watch-brand---text-white);
  margin-top: 5px;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.heroctaicon {
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
  transition: all .2s;
}

.heroctaicon:hover {
  filter: brightness(200%);
}

.disclaimertextx1 {
  color: var(--_u-s-data-watch-brand---text-sub-white);
  text-align: center;
  font-size: 10px;
  line-height: 13px;
}

.downicon {
  width: 15px;
  height: 15px;
  margin-top: 0;
}

.trend {
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-left: 0;
}

.overviewtextwrap {
  max-width: 500px;
}

.overviewtext {
  color: var(--_u-s-data-watch-brand---text-white);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.faqwrap {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  height: auto;
  margin-top: 10px;
  padding: 10px;
}

.faqheadingwrap {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  background-image: linear-gradient(355deg, var(--_u-s-data-watch-brand---black), var(--_u-s-data-watch-brand---dark-grey));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.faqheading {
  color: var(--_u-s-data-watch-brand---text-white);
  margin-top: 5px;
  font-size: 20px;
}

.faqexpandbutton {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---dark-grey);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.faqexpandbutton:hover {
  background-color: var(--_u-s-data-watch-brand---black);
}

.faqicon {
  width: 20px;
  height: 20px;
  transition: all .2s;
}

.faqicon:hover {
  filter: brightness(200%);
}

.faqanswerwrap {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 0;
  margin-top: 10px;
  padding: 10px;
  display: none;
  overflow: hidden;
}

.text-block-3 {
  color: var(--_u-s-data-watch-brand---text-sub-white);
}

.heroctaiconwrap {
  border-left: 1px solid var(--_u-s-data-watch-brand---grey);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding-top: 5px;
  display: flex;
}

.heroctatextwrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  padding-left: 15px;
  display: flex;
}

.sectionstatbarswrap {
  border: 1px none var(--_u-s-data-watch-brand---grey);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 10px 0;
  display: flex;
}

.sectionstatbarswrap.bottom {
  border-style: none;
  margin-top: 0;
  padding-top: 0;
}

.sectiondualwrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.advertisingbannerwrap {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  width: 100%;
  height: 200px;
  margin-top: 0;
}

.statbarwrap {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---transparent);
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  margin-right: 10px;
}

.statbarwrap.right {
  margin-right: 0;
}

.resizewrap {
  display: none;
}

.downiconwrap {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---dark-grey);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 0;
  display: flex;
}

.trendiconwrap {
  border: 2px solid var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---dark-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_u-s-data-watch-brand---transparent) 36%, var(--_u-s-data-watch-brand---black) 62%), radial-gradient(circle farthest-corner at 50% 50%, #31872b38 15%, var(--_u-s-data-watch-brand---transparent) 64%), url('../images/4.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 80px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: 0;
  display: flex;
  box-shadow: inset 0 2px 1px 1px #0003;
}

.innerstatbarwrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.statbarwraptop {
  border: 1px none var(--_u-s-data-watch-brand---grey);
  background-color: var(--_u-s-data-watch-brand---transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  padding-top: 0;
  display: flex;
}

.statbarwraptop.main {
  background-color: var(--_u-s-data-watch-brand---transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.statbarwrapbottom {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--_u-s-data-watch-brand---grey);
  background-color: var(--transgrey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.statbarvalue {
  color: var(--_u-s-data-watch-brand---text-white);
  letter-spacing: -1px;
  margin-top: 10px;
  font-size: 26px;
}

.statbarvalue.large {
  margin-top: 0;
  font-size: 34px;
}

.statbartitle {
  color: var(--_u-s-data-watch-brand---text-sub-white);
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
}

.mainnumbercounterwrap {
  border: 1px solid var(--_u-s-data-watch-brand---grey);
  width: 100%;
  height: 150px;
}

.statbardoubleheadingwrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.overviewdualwrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.statbardeswrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  display: flex;
}

.trendsquare {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  margin-right: 5px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .appwrap {
    display: flex;
  }

  .resizewrap {
    background-color: var(--_u-s-data-watch-brand---black);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
  }

  .resizetext {
    color: var(--_u-s-data-watch-brand---text-white);
    text-align: center;
    max-width: 200px;
    font-size: 19px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .innertopbarwrap {
    width: 250px;
    min-width: 250px;
  }

  .tbwrap, .text-block, .herostatbar.center {
    display: none;
  }

  .herostatbar.first, .herostatbar.last {
    width: 50%;
  }

  .disclaimertextx1 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heroheadingx1 {
    text-align: center;
    font-size: 33px;
    line-height: 33px;
  }

  .heroheadingwrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heroheadingbottomtext {
    font-size: 13px;
    line-height: 17px;
  }

  .innersection.overview {
    padding-left: 15px;
    padding-right: 15px;
  }

  .herotopbar {
    height: 45px;
  }

  .leftslant {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

  .leftslant.right {
    background-image: linear-gradient(-45deg, var(--_u-s-data-watch-brand---black) 48%, var(--_u-s-data-watch-brand---grey) 57%);
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

  .leftslant._2 {
    background-image: linear-gradient(-45deg, var(--_u-s-data-watch-brand---transparent) 48%, var(--_u-s-data-watch-brand---grey) 50%, var(--_u-s-data-watch-brand---black) 50%);
  }

  .centertopfill {
    background-color: var(--_u-s-data-watch-brand---black);
    height: 45px;
  }

  .heroctabutton {
    width: 275px;
  }

  .ctabuttontext {
    font-size: 14px;
  }

  .faqheading {
    font-size: 16px;
  }

  .sectionstatbarswrap {
    flex-flow: column;
  }

  .statbarwrap {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .statbarvalue.large {
    text-align: center;
    font-size: 20px;
  }
}

#w-node-e34f822b-8fba-0578-6067-3ea48afee549-c1c1622f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}


@font-face {
  font-family: 'Robotoslab Variablefont Wght';
  src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbusmono';
  src: url('../fonts/NimbusMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbusmono';
  src: url('../fonts/NimbusMono-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbusmono';
  src: url('../fonts/NimbusMono-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbusmono';
  src: url('../fonts/NimbusMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}