﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gantari:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Edu+SA+Hand:wght@400..700&family=Ubuntu:wght@400&display=swap");
:root {
  --tblr-body-color: rgb(168,168,168);
  --tblr-red: #a73558 !important;
  --tblr-green: #4fa08b !important;
  --plyr-color-main: #b8800e !important;
}

html {
  margin: 0 !important;
}

body {
  font-family: "Open Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: clip;
}

h1, h2, h3, h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
}

h1, h2, h3, h4,
em, strong {
  color: #fff;
}

p em {
  font-style: normal;
  font-weight: 600;
}

p.big {
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  color: #dedede;
}

.montserrat * {
  font-family: "Edu SA Hand", cursive;
}

a {
  color: #5ea6d9;
  transition: all linear 0.1s;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

.text-right * {
  text-align: right;
}

.text-left * {
  text-align: left;
}

.success .btn-block {
  width: 100%;
  display: inline-block;
  text-wrap: wrap;
}

.mono {
  font-family: Consolas, monospace;
  color: #6c7a91 !important;
}

.monospace {
  font-family: "Cascadia Mono", Consolas, monospace;
}

.text-big {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.text-big.h1 {
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 36px;
}

.muted {
  opacity: 0.3;
}

h1.feature-title {
  font-size: 48px;
  font-weight: 300;
  opacity: 0.5;
}

.navbar, .navbar .navbar-nav {
  min-height: 28px !important;
}
.navbar .active .nav-item, .navbar .active .nav-link, .navbar .navbar-nav .active .nav-item, .navbar .navbar-nav .active .nav-link {
  color: #fff !important;
  text-shadow: 0 0 1px rgba(255, 239, 136, 0.3), 0 0 36px white;
}
.navbar .nav-link, .navbar .navbar-nav .nav-link {
  margin-right: 12px;
  min-height: 0 !important;
  line-height: normal;
  padding: 0 !important;
  transition: color linear 0.1s, text-shadow linear 0.6s;
}

.nav-link {
  transition: color linear 0.1s, text-shadow linear 0.6s;
}
.nav-link.active {
  color: #fff !important;
}
.nav-link:focus {
  background: none;
}
.nav-link:hover {
  color: #fff !important;
  background: none !important;
  text-shadow: 0 0 2px rgba(255, 239, 136, 0.8), 0 0 26px white;
}

nav#prime {
  padding-bottom: 12px;
  position: relative;
  z-index: 100;
}
nav#prime span {
  display: inline-block;
  margin-right: 12px;
  font-weight: 200;
  opacity: 0.5;
}
nav#prime a {
  margin-right: 12px;
  color: #aaa;
  transition: all linear 0.2s;
}
nav#prime a:hover {
  color: #fff;
}

.custom-tooltip {
  --bs-tooltip-bg: #222;
  --bs-tooltip-color: #ccc;
}

header {
  font-size: 12px;
  font-weight: 600;
}
header .nav-item::after {
  display: none !important;
}
header#secondary {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: rgba(30, 30, 30, 0.4);
  backdrop-filter: blur(10px);
}
header#secondary .navbar {
  background: none !important;
  padding-left: 132px;
}
header#secondary.visible {
  visibility: visible;
  opacity: 1;
}

/*
header, .next-flow {
    a:hover {
        text-shadow: 0 0 1px rgba(255, 239, 136, 0.3), 0 0 16px white;
    }
}*/
.nav-title {
  padding-bottom: 16px;
  padding-left: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #6c7a91;
}

.btn, .dropdown-item {
  font-size: 10px;
  font-weight: 600;
}

tr:last-child td {
  border-bottom: 0;
}

.small-header td,
.header-small th {
  font-size: 10px;
  font-weight: 600;
}

.header-small th {
  padding: 10px 12px 0;
  background: #f2f6fc;
  border-bottom: 0;
}

.spacer {
  display: block;
  height: 10vh;
}
.spacer.big {
  height: 20vh;
}
.spacer.small {
  height: 4vh;
}

.img-title {
  height: 4vh;
  width: auto;
  padding-bottom: 1px;
  margin-right: 36px;
}
@media only screen and (max-width: 980px) {
  .img-title {
    display: none;
  }
}

.shadow-lg {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px !important;
}

.features {
  padding: 0 5vw;
}
@media only screen and (max-width: 980px) {
  .features {
    padding: 4px;
  }
}

.clip {
  overflow: hidden;
}

.border-box {
  border-radius: 24px;
  margin-bottom: 36px;
  border: 1.5px solid #333;
  min-height: 36vh;
}
@media only screen and (max-width: 980px) {
  .border-box {
    border-radius: 4px;
  }
}

.presbox {
  background: #050505 no-repeat center center;
  background-size: cover;
  height: 65vh;
  border-radius: 24px;
  margin-bottom: 36px;
  border: 1.5px solid #333;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  .presbox {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 980px) {
  .presbox {
    align-items: end;
    padding: 32px;
  }
}
.presbox h1, .presbox h1.text-big {
  font-weight: 300;
  font-size: 2.5rem;
}
.presbox .row {
  width: 100%;
}
.presbox .row p {
  font-size: 0.7rem;
  margin: 12px 0;
}

.bg-blur-white {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(100px);
}

.no-height {
  height: auto !important;
}

.video {
  height: auto;
  margin: 12px;
  padding: 0;
  border-radius: 6px !important;
}
.video video {
  border-radius: 6px !important;
  height: 100%;
  width: 100%;
}

.client-gallery .col {
  padding: 0 6px;
}
.client-gallery img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 6px !important;
  filter: grayscale(60%);
  transition: linear filter 0.5s;
}
.client-gallery img:hover {
  filter: grayscale(0%);
}

.img-gallery .col {
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #0d0d0d;
  border-radius: 4px;
}
.img-gallery img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 6px !important;
}

.footer {
  background: #000;
  padding: 64px 128px;
}
@media only screen and (max-width: 980px) {
  .footer {
    padding: 24px 12px;
  }
}
.footer ul li {
  display: block;
  margin-bottom: 4px;
}
.footer ul li a {
  color: #fff;
  font-size: 12px;
}
.footer ul li a:hover {
  color: #0094ff;
  /*text-shadow: 0 0 3px rgb(161, 238, 247), 0 0 26px white;*/
}
.footer .muted, .footer .muted a, .footer a.muted {
  opacity: 1;
  color: #888 !important;
}
.footer .footer-logo {
  height: 5vh;
  width: auto;
  opacity: 0.33;
  margin-bottom: 12px;
}

.btn {
  box-shadow: none !important;
}

.table-bordered tr {
  border-color: #222 !important;
}
.table-bordered td {
  border-color: #222 !important;
}

img.pres {
  border-radius: 24px;
  border: 1.5px solid #333;
}
@media only screen and (max-width: 980px) {
  img.pres {
    border-radius: 4px;
  }
}

video {
  border-radius: 24px;
  border: 1.5px solid #333;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  video {
    border-radius: 4px;
  }
}

.fslightbox-source {
  border-radius: 4px !important;
  border: 1.5px solid #333;
  box-shadow: rgba(0, 0, 0, 0.66) 0px 8px 32px 0px !important;
}

.fslightbox-container {
  background: rgba(33, 33, 33, 0.4) !important;
  backdrop-filter: blur(6px);
}

[data-fslightbox] {
  position: relative;
  display: block;
  overflow: hidden;
}
[data-fslightbox] canvas {
  margin: 2px;
  border-radius: 24px;
}
@media only screen and (max-width: 980px) {
  [data-fslightbox] canvas {
    border-radius: 4px;
  }
}

.tab-pane {
  min-height: 20vh;
}

.tab-content p, .feature-text p {
  padding-left: 15%;
  max-width: 85%;
  font-size: 14px;
}

.bg-dark-lt {
  color: #7f919f !important;
}

.corner-4 {
  border-radius: 4px !important;
}

.carousel {
  border-radius: 24px;
  border: 1.5px solid #333;
  color: #fff;
  --tblr-carousel-indicator-active-bg: #fff;
  --tblr-carousel-control-icon-filter: none;
}
@media only screen and (max-width: 980px) {
  .carousel {
    border-radius: 4px;
  }
}
.carousel .slide, .carousel img {
  border-radius: 24px;
}
@media only screen and (max-width: 980px) {
  .carousel .slide, .carousel img {
    border-radius: 4px;
  }
}
.carousel * {
  color: #fff;
}
.carousel p {
  padding: 0 !important;
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.carousel .carousel-control-next {
  opacity: 1;
  background: none;
  /*background: radial-gradient(at right center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.0) 60%);*/
  width: 8%;
}
.carousel .carousel-control-prev {
  opacity: 1 !important;
  background: none;
  /*background: radial-gradient(at left center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.0) 60%) !important;*/
  width: 8%;
  color: #fff;
}
.carousel .carousel-caption {
  color: #fff;
  text-shadow: 0 1px 2px #000, 0 2px 4px #000, 0 6px 12px #000, 0 2px 36px #000;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
  width: 2.2rem;
  height: 2.2rem;
}
.carousel carousel-control-next-icon .carousel-indicators [data-bs-target] {
  border: 1px solid #666;
  transition: all linear 0.1s;
  width: 3vw;
  height: 6px;
  background-color: #000;
  opacity: 1;
}
.carousel carousel-control-next-icon .carousel-indicators [data-bs-target].active {
  background-color: #fff;
}
.carousel carousel-control-next-icon .carousel-indicators [data-bs-target]:hover {
  border-color: #fff;
  opacity: 0.75;
}

blockquote {
  border: 0;
  padding: 6vh 10vw;
}
blockquote p {
  font-family: "Edu SA Hand", cursive;
  font-size: 14px;
  color: #c6c6d2;
}
blockquote .big {
  font-size: 18px;
  font-weight: 300;
}
blockquote cite {
  text-align: center;
}
blockquote img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 16px auto;
  opacity: 0.1;
  mix-blend-mode: screen;
}

.next-flow {
  margin-bottom: 36px;
}
.next-flow div a {
  display: inline-block;
  margin-right: 16px;
}
.next-flow div .muted {
  opacity: 1;
  color: #666;
  padding-bottom: 4px;
  border-bottom: 1px solid #444;
}

.mid-feature h1 {
  font-size: 32px;
  margin-top: 16px;
  line-height: 110%;
  margin-bottom: 12px;
}

kbd {
  padding: 2px 4px;
  border-radius: 2px;
  border: 1px solid rgba(30, 30, 30, 0.4);
  background-color: rgba(30, 30, 30, 0.8);
  color: rgba(255, 239, 136, 0.8);
}

.bigSplash {
  margin: 0;
  position: relative;
  padding-top: 33vh;
  top: 0;
  z-index: 50;
  text-shadow: 0 1px 2px #000, 0 2px 4px #000, 0 6px 12px #000, 0 2px 36px #000;
  color: #fff;
}
@media only screen and (max-width: 980px) {
  .bigSplash {
    padding-top: 15vh !important;
  }
}
.bigSplash .bitbox-prime {
  display: block;
  height: 40vh;
}
@media only screen and (max-width: 980px) {
  .bigSplash .bitbox-prime {
    height: 60vh !important;
  }
}
.bigSplash .home-buttons a {
  text-shadow: none !important;
}

.fine-print {
  font-size: 10px;
  opacity: 0.3;
}

.pricing-table li {
  font-size: 12px;
  margin-bottom: 4px;
}
.pricing-table .grey {
  opacity: 0.5;
  text-decoration: line-through;
}

.accordion-header {
  font-weight: 600;
  color: #ddd;
}

.home-buttons .btn {
  min-width: 45%;
  border-style: inset;
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.fff {
  z-index: 9999999;
  position: absolute;
  top: 24px;
  width: 100%;
  margin: auto;
}
.fff a {
  color: #fff !important;
}

.compare-table {
  /*    tr {
      td:first-child {
          background-color: #1f1f1f;
          text-align: right;
      }
  }*/
}
.compare-table tr td:first-child {
  max-width: 12vw;
  text-wrap: auto;
  color: #ddd;
}
.compare-table tr td:first-child small {
  color: #999;
  font-size: 11px;
}
.compare-table .samesame {
  display: none;
}
.compare-table .icon-info {
  margin-left: auto;
  cursor: help;
}
.compare-table.hide-desc small {
  display: none;
}
.compare-table.hide-same .samesame {
  display: block !important;
}
.compare-table.hide-same .c-True {
  display: none;
}
.compare-table td {
  font-size: 14px;
}
@media only screen and (max-width: 980px) {
  .compare-table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid;
  }
  .compare-table td {
    border: 0 !important;
    padding: 0.5rem;
  }
  .compare-table td:first-child {
    flex: 1 0 100%;
    text-align: left;
    max-width: 100vw !important;
    border-bottom: 1px solid #333;
  }
  .compare-table td:not(:first-child) {
    flex: 1 0 25%;
    text-align: center;
    border-top: none;
    font-size: 10px;
  }
}

.learning-deck .card {
  margin: 8px;
}
.learning-deck .card .card-title {
  color: #eee;
}
.learning-deck .card img {
  border-radius: 8px;
}

.about-deck .card {
  margin: 8px;
}
.about-deck .card p {
  margin: 0;
  font-size: 12px;
  color: #aaa;
}
.about-deck .card small {
  font-size: 10px;
  color: #777;
}
.about-deck .card .card-img-top {
  padding-top: 256px !important;
}
.about-deck .card .card-title {
  color: #eee;
}

.video-deck iframe {
  border-radius: 4px;
  border: 1.5px solid #333;
  width: 100%;
}
.video-deck .plyr {
  border-radius: 4px;
  border: 1.5px solid #333;
  width: 100%;
}

.btn:hover {
  filter: saturate(0.5);
}

.top-empty {
  height: 15vh;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  z-index: 0;
  border: 0;
  border-radius: 0;
}

.sell-cards .card {
  background-image: url("/img/gaea3/sandbuy.webp");
  background-size: cover;
  background-position-x: 0%;
}
.sell-cards .b25 {
  background-position-x: 36% !important;
}
.sell-cards .b50 {
  background-position-x: 71% !important;
}
.sell-cards .b75 {
  background-position-x: 100% !important;
}

section#timeline img {
  border-radius: 4px;
  border: 1.5px solid #333;
  margin: 4px;
  padding: 0;
}
section#timeline .row-cols-md-2 img {
  border-radius: 4px;
  border: 1.5px solid #333;
  margin: 4px;
  padding: 0;
  width: 48%;
}

.gallery img {
  border-radius: 4px;
  border: 1.5px solid #333;
  opacity: 0.8;
  transition: all linear 0.2s;
}
.gallery img:hover {
  opacity: 1;
  border-color: #ccc;
}

.icon-info {
  width: 16px;
  height: 16px;
}

.zoombox img {
  border-radius: 24px;
}
@media only screen and (max-width: 980px) {
  .zoombox img {
    border-radius: 4px;
  }
}

.splash-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 0;
  background: #010605 url("https://cdn.gaea.app/web2025/img/endframe.png") no-repeat;
  background-size: cover;
  /*    #splash-ender {
      background: red url('https://cdn.gaea.app/web2025/img/endframe.png') no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: 46;
      border-radius: 0;
      transition: opacity linear 1s;
      aspect-ratio: 1920 / 720 !important;
      position: absolute;
  }*/
}
@media only screen and (max-width: 980px) {
  .splash-holder {
    aspect-ratio: auto !important;
    height: 100vh !important;
    width: 100vw !important;
  }
}
.splash-holder.gaea3 {
  background: #e3e3e3 !important;
}
.splash-holder #screenshot {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 15vh;
  right: -30vw;
  opacity: 0;
  /*z-index: 100;*/
  transition: all ease-in 1.65s;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
}
.splash-holder #screenshot.show {
  opacity: 1;
  right: -4vw;
}
.splash-holder #cta {
  background: #121212 url("https://cdn.gaea.app/web2025/img/wallpaper.png") no-repeat;
  background-size: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 4px;
  height: 20vw;
  left: 0vw;
  opacity: 0;
  padding: 2rem;
  position: absolute;
  top: 25vh;
  transition: all linear 1s;
  width: 30vw;
}
.splash-holder #cta.show {
  left: 10vw;
  opacity: 1;
}
.splash-holder #splash-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 44;
  border: 0;
  border-radius: 0;
  opacity: 1;
  transition: opacity linear 1s;
}
.splash-holder #splash-video.show {
  opacity: 0;
}
.splash-holder #cutout {
  position: absolute;
  top: 13vw;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 49;
  pointer-events: none;
}
@media only screen and (max-width: 980px) {
  .splash-holder #cutout {
    top: 25vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 980px) {
  .feature {
    padding: 24px;
  }
}
.feature .feature-title {
  text-align: right;
  text-transform: capitalize;
}
@media only screen and (max-width: 980px) {
  .feature .feature-title {
    text-align: left;
  }
}

h2, h3 {
  text-transform: capitalize;
}

.video-background-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-background-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.video-background-container .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-background-container .cta-overlay .cta-content {
  background: #121212 url("https://cdn.gaea.app/web2025/img/wallpaper.png") no-repeat;
  background-size: cover;
  padding: 2rem;
  font-size: 11px;
  margin-left: 40vw;
  color: white;
  text-align: left;
  border-radius: 24px;
  width: 25vw;
  border: 1px solid #2a2a2a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 980px) {
  .video-background-container .cta-overlay .cta-content {
    border-radius: 4px;
  }
}

.impress {
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 980px) {
  .impress {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 980px) {
  .impress .img-gallery .col {
    aspect-ratio: 16/7;
  }
}

.home-cta {
  background: #121212 url("https://cdn.gaea.app/web2025/img/wallpaper.png") no-repeat;
  background-size: cover;
  padding: 2rem;
  color: white;
  margin: auto;
  text-align: left;
  border-radius: 24px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 980px) {
  .home-cta {
    border-radius: 4px;
  }
}

.inline-buttons .btn {
  min-width: 192px;
  display: inline-block;
  padding: 12px;
}
@media only screen and (max-width: 980px) {
  .inline-buttons .btn {
    min-width: 33vw;
  }
}

.resource-gallery {
  font-size: 12px;
}

.ext::after {
  content: "↗";
  display: inline;
  position: relative;
  top: -4px;
  left: 3px;
  opacity: 0.7;
}

.box {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a2a2a;
}
.box h1 {
  transition: all linear 0.15s;
  z-index: 999999999999;
}
.box:hover h1 {
  transform: scale(1.2);
}

.button-box {
  background: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a2a2a;
  padding: 12px;
  font-size: 11px;
  font-weight: 600;
}

.faq-list h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
}
.faq-list .accordion {
  margin-left: 36px;
}

figure figcaption {
  font-family: "Edu SA Hand", cursive;
  font-size: 12px;
}

.press .btn {
  min-width: 40%;
  text-align: left !important;
  display: inline-block;
}
.press em {
  font-size: 11px;
  color: #a0a0a0;
}

.video-tutorials a {
  transition: all linear 0.2s;
}
.video-tutorials a:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
}

.license-table .card {
  border-radius: 0 !important;
}
.license-table table {
  border-radius: 6px !important;
}
.license-table table thead, .license-table table th {
  background-color: inherit !important;
}
.license-table table tbody td {
  font-size: 12px;
  border: 0;
}
.license-table table tbody .activation-row td {
  background: #090909;
}
.license-table table tbody .license-row {
  background: #1b1b1d;
}
.license-table table tbody .license-row td {
  border: 0;
}
.license-table table tbody .license-row:last-child {
  border: none;
}
.license-table table tbody .sep-row {
  background-color: #18181b;
}

.tippy-box {
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
  transition: all linear 0.3s;
  padding: 24px;
  background-color: #101010 !important;
  border: 1.5px #008dff solid;
}
.tippy-box li {
  margin-top: 8px;
}

.form-check-input, .form-control {
  background-color: #000;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  border: 1.5px solid #333;
}
.form-check-input:checked, .form-control:checked {
  background-color: #008dff;
}

.dark p, .dark div, .dark li, .dark ol {
  color: #111316 !important;
}
.dark h1, .dark h2, .dark h3, .dark h4 {
  color: #25282e !important;
}

.order-row {
  padding: 4px;
}

.gaea3-toc {
  position: sticky;
  top: 36px;
  right: 36px;
  width: 260px;
  z-index: 9999;
}
.gaea3-toc ul li {
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  /*text-align: right;*/
  padding-top: 3px;
  padding-bottom: 3px;
}
.gaea3-toc ul li ul {
  display: none;
}
.gaea3-toc ul li a {
  color: #777;
}
.gaea3-toc ul li a:hover {
  color: #25282e;
}
.gaea3-toc ul li.active a {
  color: #000;
  /*text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: all;*/
}
.gaea3-toc ul li.active ul {
  display: block;
  padding: 6px;
  padding-left: 0;
}
.gaea3-toc ul li.active ul li {
  border-left: 1px solid #ccc;
  padding-left: 12px;
}
.gaea3-toc ul li.active ul li a {
  color: #777;
  text-decoration: none;
}
.gaea3-toc ul li.active ul li a:hover {
  color: #25282e;
}
.gaea3-toc ul li.active ul li.active {
  border-left: 1px solid #000;
}
.gaea3-toc ul li.active ul li.active a {
  color: #000;
}
@media only screen and (max-width: 980px) {
  .gaea3-toc ul {
    display: none;
  }
}

.offer-alert {
  padding: 6px 12px;
  font-size: 12px;
}
.offer-alert a {
  color: inherit !important;
}
.offer-alert a:hover {
  color: #e88484 !important;
}
.offer-alert strong {
  font-weight: 700;
  color: inherit !important;
}

.bring-up {
  position: relative;
  top: -250px;
  display: block;
}
@media only screen and (max-width: 980px) {
  .bring-up {
    top: 0;
    position: initial;
  }
}

#others h3 {
  margin-top: 48px;
}

.cyberweek-table .table th, .cyberweek-table .table td, .cyberweek-table .table tr {
  background: none;
}

.fx1 {
  background: linear-gradient(90deg, rgba(255, 166, 61, 0.2666666667), rgba(255, 61, 119, 0.2666666667), rgba(51, 138, 255, 0.2666666667), rgba(60, 240, 197, 0.2666666667));
  background-size: 600%;
  -webkit-animation: anime 6s linear infinite;
  animation: anime 6s linear infinite;
}
.fx1 a {
  color: #fefefe !important;
}

.fx2 {
  background: linear-gradient(-66deg, rgba(37, 26, 13, 0.2666666667), rgba(255, 61, 119, 0.2666666667), rgba(14, 22, 31, 0.2666666667), rgba(255, 61, 119, 0.2666666667));
  background-size: 600%;
  -webkit-animation: anime 12s linear infinite;
  animation: anime 12s linear infinite;
}
.fx2 a {
  color: #fefefe !important;
}

@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fw-bold sup {
  font-size: 18px;
}

@media only screen and (max-width: 980px) {
  .badge {
    display: inline-block;
    text-wrap: auto;
  }
}

body .vwarn {
  display: none;
}
body.vert-body .v-none {
  display: none;
}
body.vert-body .vwarn {
  position: fixed;
  display: inline-block !important;
  bottom: 5vh;
  border: 1px solid #222;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.4);
  left: 32px;
  width: 60vw;
  text-align: center;
  padding: 6px;
  text-wrap: auto;
  color: #fff;
  font-size: 12px;
  background: #000;
  border-radius: 8px;
  z-index: 100000000000000000;
}
body.vert-body .cyberweek-table {
  display: none;
}

#faq h3 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.btn-lg {
  font-size: 14px;
}
