/* [project]/src/styles/main.module.css [app-client] (css) */
.main-module__2b5E5a__main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-module__2b5E5a__mainWrapper {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-module__2b5E5a__headerWrapper {
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.main-module__2b5E5a__header {
  background-color: var(--color-navbar);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 999;
  border: 1px solid #ffffff08;
  border-radius: 12px;
  place-items: center;
  width: 100%;
  max-width: 78rem;
  margin-top: 30px;
  padding: 12px 20px;
  transition: all .25s;
  display: flex;
  position: fixed;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f, inset 0 1px #ffffff0d;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__header.main-module__2b5E5a__open {
  flex-direction: column;
  height: 89%;
}

.main-module__2b5E5a__headerLogo {
  position: absolute;
  top: 19px;
  left: 20px;
}

.main-module__2b5E5a__headerMenu {
  position: absolute;
  top: 15px;
  right: 15px;
}

.main-module__2b5E5a__header.main-module__2b5E5a__closed {
  flex-direction: column;
  height: 80px;
}

.main-module__2b5E5a__headerLogo {
  place-items: center;
  display: flex;
}

.main-module__2b5E5a__headerLogo a {
  display: flex;
}

.main-module__2b5E5a__headerLogoImage {
  width: auto;
  height: 42px;
}

.main-module__2b5E5a__headerLogo h1 {
  letter-spacing: .5px;
  font-size: 20px !important;
}

.main-module__2b5E5a__headerNav {
  gap: 10px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.main-module__2b5E5a__headerNav a:not(.main-module__2b5E5a__userDropdown a), .main-module__2b5E5a__headerNav .main-module__2b5E5a__loginButton {
  color: #dadada;
  letter-spacing: .08px;
  border-radius: 10px;
  place-items: center;
  padding: 11px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.main-module__2b5E5a__headerNav a svg, .main-module__2b5E5a__headerNav span svg {
  margin-right: 7px;
  font-size: 20.5px !important;
}

.main-module__2b5E5a__headerNav span {
  cursor: pointer;
}

.main-module__2b5E5a__headerNav .main-module__2b5E5a__loginButton {
  background-color: #1268ca6e;
  border: 2px solid #1268ca;
  padding: 10px 20px;
}

.main-module__2b5E5a__headerNav .main-module__2b5E5a__loginButton:hover {
  background-color: #1268ca54;
  border: 2px solid #1268ca8a;
}

.main-module__2b5E5a__headerNav a:hover:not(.main-module__2b5E5a__userDropdown a) {
  color: #fff;
  background-color: #fafafa1f;
}

.main-module__2b5E5a__headerNavPremium span, .main-module__2b5E5a__headerNavPremium svg {
  color: #f4c542;
  background: linear-gradient(90deg, #f4c542 0% 40%, #ffecb3 50%, #f4c542 60% 100%) 0 0 / 200% 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  text-decoration: none;
  animation: 3s linear infinite main-module__2b5E5a__shine;
  display: inline-flex;
  position: relative;
}

@keyframes main-module__2b5E5a__shine {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.main-module__2b5E5a__headerNavPremium:hover {
  background-color: #f4c5421e !important;
}

.main-module__2b5E5a__landingText {
  margin: 0;
  padding: 2rem;
}

@media (max-width: 860px) {
  .main-module__2b5E5a__landingText {
    margin: 0;
    padding: 1rem;
  }
}

@media (max-width: 550px) {
  .main-module__2b5E5a__landingText {
    margin: 0;
    padding: 1rem;
  }
}

.main-module__2b5E5a__landing {
  text-align: center;
  z-index: 10;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding: 10px;
  display: flex;
  position: relative;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__landingHeading {
  margin-top: 30px;
}

.main-module__2b5E5a__landingHeading h1, .main-module__2b5E5a__landingDescription h2 {
  margin: 0;
}

.main-module__2b5E5a__landingHeading h1 {
  line-height: 65px;
  font-size: 50px !important;
}

.main-module__2b5E5a__landingDescription {
  color: #b9bbc5;
  max-width: 37rem;
  margin-top: 16px;
  font-size: 15px !important;
}

.main-module__2b5E5a__landingDescription h2 {
  font-weight: 500;
  font-size: 18px !important;
}

.main-module__2b5E5a__landingButtons {
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  display: flex;
}

.main-module__2b5E5a__landingButtons a {
  color: #fafafa;
  text-decoration: none;
}

.main-module__2b5E5a__landingButtons a:first-child {
  background-color: #1268ca6b;
  border: 2px solid #1268ca;
  border-radius: 13px;
  place-items: center;
  padding: 10px 20px;
  transition: all .3s ease-in-out;
  display: flex;
}

.main-module__2b5E5a__landingButtons a:first-child svg {
  margin-right: 5.5px;
  font-size: 25px !important;
}

.main-module__2b5E5a__landingButtons a:first-child:hover {
  background-color: #1268ca59;
  border: 2px solid #1268ca9f;
  transform: scale(1.05);
}

.main-module__2b5E5a__landingButtons a:nth-child(2) {
  background-color: #7e93aa44;
  border: 2px solid #6775869d;
  border-radius: 13px;
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}

.main-module__2b5E5a__landingButtons a:nth-child(2):hover {
  color: #d8d8d8;
  background-color: #7e93aa33;
  border: 2px solid #67758663;
}

.main-module__2b5E5a__relative {
  position: relative;
}

.main-module__2b5E5a__gradient {
  -webkit-text-fill-color: transparent;
  z-index: 52;
  background-image: linear-gradient(to right, #89cdfd, #3787ff 50%, #7790c7);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.main-module__2b5E5a__headingNeverEffect {
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 4px #478eff38, 0 0 8px #478eff1f;
  filter: drop-shadow(0 1px 4px #3787ff14);
  will-change: transform, background-position, filter;
  background-image: linear-gradient(90deg, #7ec8ff 0%, #3787ff 35%, #7aa0ff 60%, #b4c6ff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 4.2s linear .75s infinite main-module__2b5E5a__headingNeverShimmer, 3.5s ease-in-out 1.2s infinite main-module__2b5E5a__headingNeverPulse;
  display: inline-block;
  position: relative;
}

@keyframes main-module__2b5E5a__headingNeverShimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes main-module__2b5E5a__headingNeverPulse {
  0%, 100% {
    text-shadow: 0 0 4px #478eff38, 0 0 8px #478eff1f;
  }

  50% {
    text-shadow: 0 0 6px #478eff4d, 0 0 12px #478eff2e;
  }
}

.main-module__2b5E5a__underlineReveal {
  pointer-events: none;
  height: 1em;
  animation: .82s cubic-bezier(.22, 1, .36, 1) 60ms both main-module__2b5E5a__underlineSlide;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  overflow: hidden;
}

.main-module__2b5E5a__underlineReveal svg {
  opacity: .9;
  filter: drop-shadow(0 1px 3px #3787ff26);
  width: auto;
  height: 1em;
  display: block;
  transform: translateX(-4%);
}

@keyframes main-module__2b5E5a__underlineSlide {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translateY(4px);
  }

  60% {
    clip-path: inset(0);
    opacity: 1;
    transform: translateY(-1px);
  }

  100% {
    clip-path: inset(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-module__2b5E5a__headingNeverEffect {
    text-shadow: none;
    filter: none;
    animation: none;
  }

  .main-module__2b5E5a__underlineReveal {
    animation: none;
  }
}

.main-module__2b5E5a__landingRight {
  position: absolute;
  right: 0;
}

.main-module__2b5E5a__landingRight img {
  border-radius: 30px 0 0 30px;
  box-shadow: 0 5px 15px #00000059;
}

.main-module__2b5E5a__content {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .45s;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__m-15 {
  margin-top: 12rem;
}

.main-module__2b5E5a__featuresDescription {
  text-align: center;
  margin-bottom: 7.5rem;
  transition: all .55s;
}

.main-module__2b5E5a__featuresDescription h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #686d86;
  font-size: 16.5px !important;
}

.main-module__2b5E5a__featuresDescription h5 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px !important;
}

.main-module__2b5E5a__showcase {
  flex-direction: column;
  place-items: center;
  gap: 140px;
  display: flex;
}

.main-module__2b5E5a__showcaseFeature {
  place-items: center;
  transition: all .55s;
  display: flex;
}

.main-module__2b5E5a__showcaseRight {
  text-align: left;
  flex-direction: row-reverse;
}

.main-module__2b5E5a__showcaseDescription {
  min-width: 300px;
}

.main-module__2b5E5a__showcaseIcon svg {
  background-image: linear-gradient(320deg, #0e0f18, #2f334e62);
  border: 1px solid #222638;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  padding: 9px;
  box-shadow: 0 5px 15px #00000059;
}

.main-module__2b5E5a__showcaseDescription h2, .main-module__2b5E5a__showcaseDescription h3 {
  margin: 0;
}

.main-module__2b5E5a__showcaseDescription h2 {
  margin-bottom: 7px;
  font-size: 2em;
}

div.main-module__2b5E5a__showcaseFeature:not(.main-module__2b5E5a__showcase_right) {
  gap: 60px;
}

.main-module__2b5E5a__showcaseDescription h3 {
  color: #b6b6b6;
  max-width: 600px;
  font-weight: 400;
}

.main-module__2b5E5a__showcaseFeatureImage {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 350px;
  transition: all .35s;
}

.main-module__2b5E5a__showcaseFeatureImage:hover {
  transform: translateY(-15px)scale(1.05);
}

.main-module__2b5E5a__statsDescription {
  text-align: center;
  margin-top: 5.5rem;
  margin-bottom: 4rem;
}

.main-module__2b5E5a__statsDescription h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #686d86;
  font-size: 16.5px !important;
}

.main-module__2b5E5a__statsDescription h5 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px !important;
}

.main-module__2b5E5a__statsShowcase {
  justify-content: center;
  gap: 25px;
  display: flex;
}

.main-module__2b5E5a__statistic {
  opacity: 0;
  background-image: linear-gradient(320deg, #131520, #272a4162);
  background-origin: border-box;
  border: 2px solid #2a2d42;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 100px;
  padding: 30px;
  transition: all .4s;
  display: flex;
  transform: translateY(-100px);
}

.main-module__2b5E5a__statsInfo h3 {
  margin: 0;
}

.main-module__2b5E5a__statsInfo .main-module__2b5E5a__statsInfoText {
  color: #686d86;
  font-size: 13px !important;
}

.main-module__2b5E5a__statsInfo .main-module__2b5E5a__statsCountup {
  font-size: 30px !important;
}

.main-module__2b5E5a__statsIcon svg {
  filter: drop-shadow(0 0 5px #ffffff60);
  font-size: 25px !important;
}

.main-module__2b5E5a__statsInvite {
  z-index: 51;
  text-align: center;
  margin-top: 50px;
  position: relative;
  font-size: 20px !important;
}

.main-module__2b5E5a__hide {
  opacity: 0;
  transform: translateY(250px);
}

.main-module__2b5E5a__show {
  opacity: 1;
  transform: translateY(0);
}

.main-module__2b5E5a__statsWrapper {
  width: 100%;
  padding-top: 95px;
  padding-bottom: 20px;
  position: relative;
}

.main-module__2b5E5a__statsWrapper:before {
  content: "";
  background: var(--color-secondary);
  z-index: -1;
  position: absolute;
  inset: 0;
}

.main-module__2b5E5a__statsBackground {
  width: 100%;
  position: relative;
}

.main-module__2b5E5a__serversHeading h3 {
  text-align: center;
  width: 100%;
  font-size: 2em;
}

.main-module__2b5E5a__servers {
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 75rem;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-module__2b5E5a__server {
  background-color: var(--color-sidebar);
  border: 2px solid var(--color-border-subtle);
  border-radius: 15px;
  justify-content: left;
  place-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.main-module__2b5E5a__serverLogo {
  border-radius: 15px;
  height: 62px;
}

.main-module__2b5E5a__serverInfo h5, .main-module__2b5E5a__serverInfo h6 {
  margin: 0;
}

.main-module__2b5E5a__serverInfo {
  margin-left: 8px;
}

.main-module__2b5E5a__serverInfo h5 {
  font-size: 20px !important;
}

.main-module__2b5E5a__serverInfo h6 {
  color: #cfcfcf;
  font-weight: 400;
  font-size: 14px !important;
}

.main-module__2b5E5a__serverInvite {
  text-align: center;
  margin-top: 50px;
  font-size: 20px !important;
}

.main-module__2b5E5a__serverInvite h4 a, .main-module__2b5E5a__statsInvite h4 a {
  color: #fafafa;
  background-color: #1268ca6b;
  border: 2px solid #1268ca;
  border-radius: 13px;
  padding: 2px 10px;
  text-decoration: none;
  transition: all .3s;
  font-size: 20px !important;
}

.main-module__2b5E5a__serverInvite h4 a:hover, .main-module__2b5E5a__statsInvite h4 a:hover {
  color: #ddd;
  background-color: #1268ca51;
  border: 2px solid #1268ca98;
}

.main-module__2b5E5a__footerWrapper {
  background-color: var(--color-footer);
  width: 100%;
  position: relative;
}

.main-module__2b5E5a__footer {
  justify-content: space-between;
  max-width: 78rem;
  height: 15rem;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media (max-width: 860px) {
  .main-module__2b5E5a__footer {
    flex-direction: column;
    gap: 15px;
    height: 22rem;
  }

  .main-module__2b5E5a__footerLinks {
    margin-bottom: 30px;
  }
}

.main-module__2b5E5a__footer {
  padding: 0 25px;
}

.main-module__2b5E5a__footerInformationImage {
  width: auto;
  height: 40px;
}

.main-module__2b5E5a__footerInformation h4 {
  color: #9a9eb3;
  max-width: 300px;
  margin: 3px 0 0;
  font-weight: 400;
  font-size: 15px !important;
}

.main-module__2b5E5a__footerLinks {
  gap: 35px;
  display: flex;
}

.main-module__2b5E5a__link {
  flex-direction: column;
  display: flex;
}

.main-module__2b5E5a__link p {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 19px !important;
}

.main-module__2b5E5a__link a {
  color: #5d6483;
  letter-spacing: .5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  font-size: 15px !important;
}

.main-module__2b5E5a__link a:hover {
  color: #fafafa;
}

.main-module__2b5E5a__footerLinkGap {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.main-module__2b5E5a__footerBottom {
  border-top: 1px solid #2d3349;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 78rem;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  display: flex;
}

.main-module__2b5E5a__footerLeft {
  padding-left: 15px;
}

.main-module__2b5E5a__footerRight {
  padding-right: 15px;
}

.main-module__2b5E5a__footerLeft span {
  font-weight: 400;
}

.main-module__2b5E5a__footerRight {
  gap: 10px;
  display: flex;
}

.main-module__2b5E5a__footerRight svg {
  color: #fff;
  width: 28px;
  height: 28px;
  transition: color .15s cubic-bezier(.4, 0, .2, 1);
}

.main-module__2b5E5a__footerRight svg:hover {
  color: #acacac;
}

.main-module__2b5E5a__footerRight a {
  align-items: center;
  display: flex;
}

@media (max-width: 1350px) {
  .main-module__2b5E5a__header {
    width: 91%;
  }
}

@media (max-width: 930px) {
  .main-module__2b5E5a__showcaseFeature {
    flex-direction: column;
  }

  .main-module__2b5E5a__showcaseFeatureImage {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
  }
}

.main-module__2b5E5a__dividerWrapper svg:not(.main-module__2b5E5a__statsIcon svg) {
  z-index: 50;
  position: absolute;
}

@media (max-width: 915px) {
  .main-module__2b5E5a__statsShowcase {
    flex-wrap: wrap;
  }

  .main-module__2b5E5a__statistic {
    flex: auto;
  }
}

@media (max-width: 1200px) {
  .main-module__2b5E5a__dividerWrapper svg:not(.main-module__2b5E5a__statsIcon svg) {
    display: none;
  }

  .main-module__2b5E5a__statsDescription {
    margin-top: 0;
  }

  .main-module__2b5E5a__statsWrapper {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

@media (max-width: 880px) {
  .main-module__2b5E5a__headerNav {
    display: none !important;
  }

  .main-module__2b5E5a__headerMenu {
    display: flex !important;
  }
}

.main-module__2b5E5a__ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  width: 50px;
  height: 50px;
  transition: transform .4s;
}

.main-module__2b5E5a__hamRotate180.main-module__2b5E5a__active {
  transform: rotate(180deg);
}

.main-module__2b5E5a__line {
  fill: none;
  stroke: #b4b9d3;
  stroke-width: 5.5px;
  stroke-linecap: round;
  transition: stroke-dasharray .4s, stroke-dashoffset .4s;
}

.main-module__2b5E5a__ham5 .main-module__2b5E5a__top, .main-module__2b5E5a__ham5 .main-module__2b5E5a__bottom {
  stroke-dasharray: 40 82;
}

.main-module__2b5E5a__ham5.main-module__2b5E5a__active .main-module__2b5E5a__top, .main-module__2b5E5a__ham5.main-module__2b5E5a__active .main-module__2b5E5a__bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.main-module__2b5E5a__headerMenu {
  display: none;
}

.main-module__2b5E5a__mobileSelectionWrapper {
  z-index: 999;
  background-color: #0e0f18b7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 0%;
  padding: 0;
  transition: all .29s;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__mobileSelectionWrapper.main-module__2b5E5a__active {
  width: 100%;
  height: 100%;
  padding: 25px;
}

.main-module__2b5E5a__mobileSelection {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 2px solid #191c29;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__mobileHeader {
  justify-content: space-between;
  display: flex;
}

.main-module__2b5E5a__mobileHeader img {
  height: 42px;
  margin-right: 15px;
}

.main-module__2b5E5a__mobileHeader h1 {
  letter-spacing: .5px;
  font-size: 20px !important;
}

.main-module__2b5E5a__mobileNav {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 75px;
  transition: all .25s;
  display: flex;
}

.main-module__2b5E5a__mobileNav.main-module__2b5E5a__hidden {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.main-module__2b5E5a__mobileNav a:not(.main-module__2b5E5a__userDropdown a, .main-module__2b5E5a__userDropdown span), .main-module__2b5E5a__mobileNav .main-module__2b5E5a__loginButton {
  color: #fafafa;
  letter-spacing: .08px;
  background-color: #22253690;
  border: 2px solid #31334d99;
  border-radius: 12px;
  place-items: center;
  width: 100%;
  padding: 10px 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  box-sizing: border-box !important;
  font-size: 17px !important;
}

.main-module__2b5E5a__mobileNav a svg, .main-module__2b5E5a__mobileNav span svg {
  margin-right: 7px;
  font-size: 20.5px !important;
}

.main-module__2b5E5a__seperated span {
  cursor: pointer;
}

.main-module__2b5E5a__seperated:nth-child(2) .main-module__2b5E5a__loginButton {
  background-color: #1268ca6e;
  border: 2px solid #1268ca;
  padding: 10px 20px;
}

.main-module__2b5E5a__seperated:nth-child(2) .main-module__2b5E5a__loginButton:hover {
  background-color: #1268ca54;
  border: 2px solid #1268ca8a;
}

.main-module__2b5E5a__mobileNav a:hover {
  background-color: #fafafa1f;
}

.main-module__2b5E5a__seperated {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.main-module__2b5E5a__seperated:nth-child(2) {
  margin-bottom: 15px;
}

.main-module__2b5E5a__backgroundWrapper {
  background: var(--bg-page);
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: -140px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.main-module__2b5E5a__containerWrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-module__2b5E5a__notFoundContainer, .main-module__2b5E5a__checkoutContainer {
  text-align: center;
  background-color: #1a1c29;
  border: 2px solid #222433;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 575px;
  padding: 27px;
  display: flex;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__checkoutContainer svg {
  font-size: 95px !important;
}

.main-module__2b5E5a__notFoundContainer h1, .main-module__2b5E5a__checkoutContainer h1 {
  font-weight: lighter;
  line-height: 115px;
  font-size: 100px !important;
}

.main-module__2b5E5a__notFoundContainer h1, .main-module__2b5E5a__notFoundContainer h2, .main-module__2b5E5a__checkoutContainer h2, .main-module__2b5E5a__checkoutContainer h3, .main-module__2b5E5a__notFoundContainer h3 {
  margin: 0;
}

.main-module__2b5E5a__notFoundContainer h2, .main-module__2b5E5a__checkoutContainer h2 {
  font-weight: 550;
  font-size: 22px !important;
}

.main-module__2b5E5a__notFoundContainer h3, .main-module__2b5E5a__checkoutContainer h3 {
  color: #a7a7a8;
  margin-top: 5px;
  font-weight: 450;
  font-size: 15.5px !important;
}

.main-module__2b5E5a__voteDescription {
  color: #c1c1d5;
  max-width: 46ch;
  margin-top: 6px;
  line-height: 1.6;
  font-size: 15.5px !important;
}

.main-module__2b5E5a__notFoundContainer span, .main-module__2b5E5a__checkoutContainer a {
  cursor: pointer;
  color: #fafafa;
  background-color: #1268ca6e;
  border: 2px solid #1268ca;
  border-radius: 12px;
  width: fit-content;
  margin-top: 12px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.main-module__2b5E5a__notFoundContainer span:hover, .main-module__2b5E5a__checkoutContainer a:hover {
  background-color: #1268ca54;
  border: 2px solid #1268ca8a;
}

@media (max-width: 615px) {
  .main-module__2b5E5a__notFoundContainer, .main-module__2b5E5a__checkoutContainer {
    width: 95%;
  }
}

.main-module__2b5E5a__termsOfService, .main-module__2b5E5a__privacyPolicy {
  background-color: var(--color-secondary);
  border-radius: 25px;
  width: 100%;
  max-width: 820px;
  margin-top: 5rem;
  padding: 25px;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__termsOfServiceDescription, .main-module__2b5E5a__privacyPolicyDescription {
  margin-bottom: 50px;
}

.main-module__2b5E5a__termsOfServiceDescription h1, .main-module__2b5E5a__privacyPolicyDescription h1 {
  color: #fafafa;
  margin: 0;
}

.main-module__2b5E5a__termsOfServiceDescription div, .main-module__2b5E5a__privacyPolicyDescription div {
  color: #bcc3da;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px !important;
}

.main-module__2b5E5a__paragraph h1 {
  color: #fafafa;
  margin: 0;
}

.main-module__2b5E5a__paragraph div {
  color: #bcc3da;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px !important;
}

.main-module__2b5E5a__terms {
  flex-direction: column;
  gap: 45px;
  display: flex;
}

.main-module__2b5E5a__linkUnderline {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 530px) {
  .main-module__2b5E5a__backgroundWrapper {
    margin-top: -140px;
    padding-top: 60px;
  }
}

.main-module__2b5E5a__fullWidth {
  width: 100%;
}

.main-module__2b5E5a__userAvatar {
  cursor: pointer;
  align-items: center;
  gap: 3px;
  margin-left: 12.05px;
  display: flex;
}

.main-module__2b5E5a__userAvatar svg {
  color: #8b91b3;
  font-size: 21.5px !important;
}

.main-module__2b5E5a__userAvatarImage {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.main-module__2b5E5a__navbarDropdown svg {
  transition: transform .2s;
  transform: rotate(0);
}

.main-module__2b5E5a__navbarDropdownOpen svg {
  transform: rotate(-180deg);
}

.main-module__2b5E5a__userDropdown {
  border: 2px solid #0000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  height: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 60px;
  right: 0;
  overflow: hidden;
}

.main-module__2b5E5a__userDropdown.main-module__2b5E5a__active {
  background-color: var(--color-secondary);
  border: 2px solid #1c1e2e;
  height: auto;
  padding: 10px 0;
  box-shadow: 0 5px 15px #00000040;
}

.main-module__2b5E5a__userDropdown a, .main-module__2b5E5a__userDropdown span {
  color: #d8dbe3;
  text-align: center;
  align-items: center;
  padding: 10px 30px;
  font-weight: 450;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  font-size: 14px !important;
}

.main-module__2b5E5a__userDropdown a:last-child, .main-module__2b5E5a__userDropdown span:last-child {
  color: #ee3131;
}

.main-module__2b5E5a__userDropdown a svg, .main-module__2b5E5a__userDropdown span svg {
  margin-right: 7px;
  font-size: 18px !important;
}

.main-module__2b5E5a__userDropdown a:hover, .main-module__2b5E5a__userDropdown span:hover {
  background-color: #8c91ad0c;
}

.main-module__2b5E5a__userDropdown a:last-child:hover, .main-module__2b5E5a__userDropdown span:hover {
  background-color: #ee31311f;
}

.main-module__2b5E5a__dropdownSeperator {
  background-color: #1c1e2e;
  width: 100%;
  padding: 1px;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__mobileUserAvatar {
  background-color: #1268ca54;
  border: 2px solid #1268ca8a;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  padding: 2px 18px;
  box-sizing: border-box !important;
}

.main-module__2b5E5a__mobileUserAvatar span img {
  width: 45px;
  height: 45px;
}

.main-module__2b5E5a__mobileUserAvatar span {
  align-items: center;
  gap: 2px;
  display: flex;
}

.main-module__2b5E5a__mobileUserAvatar p {
  margin: 0;
  font-weight: 450;
  font-size: 16px !important;
}

.main-module__2b5E5a__mobileUserDropdown {
  bottom: 90px;
  top: inherit !important;
}

.main-module__2b5E5a__skeleton {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite main-module__2b5E5a__pulse;
}

.main-module__2b5E5a__loadingBar {
  background-color: #e5e7eb;
  border-radius: 100px;
  width: 100%;
  height: 20px;
  margin-bottom: 15px;
}

.main-module__2b5E5a__loadingBarHalf {
  background-color: #e5e7eb;
  border-radius: 100px;
  width: 50%;
  height: 20px;
  margin-bottom: 15px;
}

.main-module__2b5E5a__loadingBarHalf:last-child {
  margin-bottom: 0;
}

@media (prefers-color-scheme: dark) {
  .main-module__2b5E5a__loadingBar, .main-module__2b5E5a__loadingBarHalf {
    background-color: #4a5568;
  }
}

@keyframes main-module__2b5E5a__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@media screen and (max-width: 999px) {
  .main-module__2b5E5a__loadingBar, .main-module__2b5E5a__loadingBarHalf {
    width: 80vw !important;
  }
}

.main-module__2b5E5a__transcriptLoading {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.main-module__2b5E5a__transcriptLoading svg {
  font-size: 50px !important;
}

/*# sourceMappingURL=src_styles_main_module_76a62743.css.map*/