/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
img {
  border-style: none;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[hidden] {
  display: none;
}
h2,
h3 {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}
img {
  border-style: solid;
}
input::placeholder {
  color: #a0aec0;
}
button {
  cursor: pointer;
}
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-proportionateIvory {
  --bg-opacity: 1;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, var(--bg-opacity));
}
.bg-enigmaticPeacock {
  --bg-opacity: 1;
  background-color: #5c35ac;
  background-color: #5c35ac;
}
.rounded-full {
  border-radius: 9999px;
}
.border-0 {
  border-width: 0;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.self-center {
  align-self: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.order-first {
  order: -9999;
}
.float-left {
  float: left;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-12 {
  height: 3rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.h-screen {
  height: 100vh;
}
.min-h-80-screen {
  min-height: 80vh;
}
.outline-none {
  outline: 0;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pt-17r {
  padding-top: 17rem;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0;
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.text-center {
  text-align: center;
}
.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}
.text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}
.text-red-500 {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}
.text-green-500 {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}
.hover\:underline:hover {
  text-decoration: underline;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-9\/12 {
  width: 75%;
}
.w-full {
  width: 100%;
}
.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.translate-y-40d {
  --transform-translate-y: 60%;
}
.container_one {
  background: #5e88ee;
  background: -moz-linear-gradient(top left, #5e88ee 0, #1fd19a 100%);
  background: -webkit-linear-gradient(top left, #5e88ee 0, #1fd19a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e88ee",endColorstr="#1fd19a",GradientType=0);
  background: linear-gradient(to bottom right, #9ea6d7 0, #3a307d);
}
@media only screen and (max-width: 1024px) {
  .container-two {
    margin-top: 60vh !important;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1024px) {
  .browser-screen {
    --transform-translate-y: 55%;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1024px) {
  .container-two {
    margin-top: 60vh !important;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1366px) {
  .container-two {
    margin-top: 50vh !important;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1366px) {
  .container-two {
    margin-top: 70vh !important;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  .container-two {
    margin-top: 20vh !important;
  }
}
@media only screen and (max-width: 768px) {
  .container-two {
    margin-top: 30vh !important;
  }
  .desktop {
    display: none;
  }
}
.container_three {
  background-image: url(/orion/public/images/icons_bg.png);
  background-color: #000;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}
.container_three .inner {
  background: -moz-linear-gradient(
    left,
    transparent 0,
    transparent 1%,
    #000 40%,
    #000 100%
  );
  background: -webkit-linear-gradient(
    left,
    transparent,
    transparent 1%,
    #000 40%,
    #000
  );
  background: linear-gradient(
    90deg,
    transparent 0,
    transparent 1%,
    #000 40%,
    #000
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=1);
}
@media only screen and (max-width: 767px) {
  .container_three .inner {
    background: -moz-linear-gradient(
      top,
      transparent 0,
      transparent 1%,
      #000 40%,
      #000 100%
    );
    background: -webkit-linear-gradient(
      top,
      transparent,
      transparent 1%,
      #000 40%,
      #000
    );
    background: linear-gradient(
      180deg,
      transparent 0,
      transparent 1%,
      #000 40%,
      #000
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
  }
}
.outline-none {
  outline: none !important;
}
.noViz {
  visibility: hidden;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.loader {
  font-size: 10px;
  position: relative;
  border: 5px solid hsla(0, 0%, 100%, 0.2);
  border-left-color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s linear infinite;
  animation: load8 1.1s linear infinite;
}
.lg\:mt-20 {
    margin-top: 5rem;
  }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media (min-width: 640px) {
  .sm\:w-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .container_one {
    min-height: 1100px;
    height: 100vh;
    max-height: 100vh;
  }
  .md\:rounded-full {
    border-radius: 9999px;
  }
  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
  .md\:my-0 {
    margin-bottom: 0;
  }
  .md\:mt-0,
  .md\:my-0 {
    margin-top: 0;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mb-56 {
    margin-bottom: 14rem;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:shadow-xl {
   
  }
  .md\:shadow-none {
    box-shadow: none;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-22r {
    width: 22rem;
  }
}
@media (min-width: 1024px) {
  .lg\:text-lg {
    font-size: 1.125rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
  }
  .lg\:text-6xl {
    font-size: 3rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }
  .xl\:max-w-6xl {
    max-width: 72rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:pr-32 {
    padding-right: 8rem;
  }
}
.w-40 {
  width: 10rem;
}
.pb-17vh {
  padding-bottom: 17vh;
}

@media (min-width: 768px) {
  .discord-message {
    width: 80%;
  }
}

.discord-message {
  width: 100%;
  display: flex;
  margin: 0 auto;
  font-size: 15px;
  font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default;
  user-select: none;
  position: relative;
  max-width: 800px;
}

.discord-message-header {
  display: flex;
  align-items: baseline;
  line-height: 1.375rem;
}

.discord-user-avatar {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.discord-username {
  font-weight: 600;
  margin-right: 4px;
  display: block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.discord-message-date {
  font-size: 0.75rem;
  color: #747f8d;
}

.discord-message-text {
  line-height: 1.375rem;
  color: rgb(46, 51, 56);
}

.download_sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.download_sec_col {
  max-width: 370px;
  width: 100%;
  padding-left: 20px;
}

.download_sec_col_inner {
  display: inline-block;
}

.download_item {
  display: flex;
  margin-bottom: 20px;
}

.download_item:hover .download_item_title {
  text-decoration: underline;
}

.download_icon {
  width: 18px;
  height: 18px;
}

.download_item_text {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  line-height: 18px;
}

.download_item_title {
  color: #3066cb;
  font-size: 16px;
  display: flex;
  align-items: baseline;
}

.download_item_title img {
  margin: 0;
  margin-left: 4px;
}

.download_item_desc {
  font-size: 12px;
  color: #000b0d;
  margin-top: 2px;
  padding-left: 2px;
}

.download_sec_divider {
  border: 0;
  border-top: 1px solid #b3b3b3;
  margin-bottom: 20px;
}

.bott_faq_link {
  color: #3066cb;
  text-decoration: underline;
}

.top_features_img {
  position: absolute;
  top: 25px;
  right: 20px;
}

.top_features_img img {
  width: 345px;
}

@media screen and (min-width: 1675px) {
  .top_features_img {
    right: 70px;
  }
}

#toc_container {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #aaa;
  display: table;
  font-size: 95%;
  margin-bottom: 1em;
  padding: 20px;
  width: auto;
}

.toc_title {
  font-weight: 700;
  text-align: center;
}

#toc_container li,
#toc_container ul,
#toc_container ul li {
  list-style: outside none none !important;
}

.privacy_design_table .ft-20 {
  font-size: 20px;
}

.privacy_design_table .tht {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.privacy_design_table .tht:last-child {
  padding-right: 0;
}

.privacy_design_table thead td {
  padding-bottom: 20px;
}

.privacy_design_table tbody td {
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
}

.privacy_design_table {
  font-size: 18px;
  width: 100%;
  max-width: 660px;
  border-spacing: 0;
}
