@font-face {
  font-family: 'Journal SansSerif Plain:001.001';
  src: url(/fonts/journal.ttf);
}

a {
  color: #EB055A;
  transition: all ease-in-out 150ms;
  text-decoration: none;
  font-weight: 400;
}
a:hover {
  color: #fb4286;
}
a.active {
  font-weight: 700;
  color: #EB055A !important;
}
a[disabled] {
  color: #6D6496;
}
.muted {
  color: #6D6496;
}
.button {
  padding: 0.5rem;
  margin: 0.25rem;
  width: fit-content;
  height: fit-content;
  border: none;
  border-radius: 4px;
  background: #211B45;
  color: #F5F5F5;
  transition: all 150ms ease-in-out;
}
.button:hover {
  background: rgba(235, 5, 90, 0.15);
  color: #F5F5F5;
}
.button:disabled {
  background: rgba(0, 0, 0, 0.12) !important;
  cursor: default;
}
.button.primary {
  background: linear-gradient(to right, #EB055A 40%, #eb0520 100%) right 0;
  background-size: 150%;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
.button.primary:hover {
  background-position: 0 0;
  color: #F5F5F5;
}
.button.negative {
  background: linear-gradient(to right, #ff3b3b 40%, #ff6c3b 100%) right 0;
  background-size: 150%;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
.button.negative:hover {
  background-position: 0 0;
  color: #F5F5F5;
}
.tabs {
  display: flex;
  flex-direction: column;
  width: 16em;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
}
@media (max-width: 720px) {
  .tabs {
    width: auto;
  }
}
.tabs a {
  color: #F5F5F5;
  padding: 0.5rem;
  border-left: 3px solid #3C355D;
}
.tabs a.active {
  color: #EB055A !important;
  border-left: 3px solid #EB055A;
}
.tabs a:hover {
  color: #F5F5F5;
  background: #27223d;
}
.tabs a i {
  margin-right: 0.5rem;
}
.tabs.inline {
  flex-direction: row;
  margin-bottom: 1rem;
  width: auto;
}
.tabs.inline a {
  border-left: none;
  border-bottom: 3px solid #3C355D;
}
.tabs.inline a.active {
  border-left: none;
  border-bottom: 3px solid #EB055A;
}
table {
  width: 100%;
  margin: 1rem 0;
  background: #191534;
  color: #F5F5F5;
  border: none;
  border-radius: 4px;
  border-spacing: 0;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
table th,
table td {
  margin: 0;
  padding: 8px 16px;
  text-align: left;
}
table thead {
  margin: 0;
  background: #211B45;
}
table thead th {
  border-bottom: 1px solid #3C355D;
}
table thead th:first-child {
  border-top-left-radius: 4px;
}
table thead th:last-child {
  border-top-right-radius: 4px;
}
table tbody td.action {
  width: 1%;
  background: #211B45;
  white-space: nowrap;
}
nav.pagination {
  display: flex;
  flex-direction: row;
}
nav.pagination a {
  color: #F5F5F5;
  padding: 0.25rem;
}
nav.pagination a:hover {
  color: #F5F5F5;
}
nav.pagination a[disabled] {
  color: #6D6496;
}
nav.pagination a.left,
nav.pagination a.right {
  margin-right: 0.25em;
  background: #211B45;
  border: 1px solid #3C355D;
  border-radius: 4px;
}
nav.pagination .pages {
  display: inherit;
  margin-right: 0.25em;
}
nav.pagination .pages a {
  color: #F5F5F5;
  background: #211B45;
  border-top: 1px solid #3C355D;
  border-bottom: 1px solid #3C355D;
  border-right: 1px solid #3C355D;
}
nav.pagination .pages a:hover {
  color: #F5F5F5;
}
nav.pagination .pages a[disabled] {
  color: #6D6496;
}
nav.pagination .pages a:first-child {
  border-left: 1px solid #3C355D;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
nav.pagination .pages a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
span.badge {
  display: block;
  width: fit-content;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.25);
  color: #F5F5F5;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 11px;
}
span.badge.big {
  padding: 0.5rem;
  font-size: 16pt;
}
span.badge.success {
  background: rgba(93, 236, 53, 0.15);
  color: #cdf9c1;
}
span.badge.fail {
  background: rgba(255, 59, 59, 0.15);
  color: #ffd4d4;
}
span.badge.warning {
  background: rgba(255, 217, 28, 0.15);
  color: #fff3b5;
}
.page-actions {
  display: flex;
  flex-direction: row;
}
.page-actions .action {
  margin-left: 0.5rem;
}
input,
textarea,
select {
  display: block;
  padding: 0.5rem;
  font-family: 'Fira Sans Condensed', sans-serif;
  background: #211B45;
  color: #F5F5F5;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid #3C355D;
  border-radius: 4px;
  outline: none !important;
  transition: all 150ms ease;
}
input:disabled,
textarea:disabled,
select:disabled {
  color: #6D6496;
}
input:focus,
textarea:focus,
select:focus {
  background: #110F23;
  color: #F5F5F5;
  border: 1px solid #3C355D;
}
.checkbox {
  height: fit-content;
  width: fit-content;
}
.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox input:not(:checked) + label::before {
  content: ' ';
}
.checkbox input:checked + label::before {
  content: ' ';
}
.checkbox label:before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
}
form {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  background: #191534;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
form .row {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
@media (max-width: 720px) {
  form .row {
    flex-direction: column;
  }
}
form .row.card {
  display: block;
  width: 24rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media (max-width: 720px) {
  form .row.card {
    width: 14rem;
  }
}
form .row.header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5rem;
  background: #211B45;
  border-bottom: 1px solid #3C355D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
form .row.centric {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5rem;
}
form .row.message {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5rem;
  font-size: 16pt;
}
form .row.submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5rem;
  background: #211B45;
  border-top: 1px solid #3C355D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
form .row.first,
form .row:first-child {
  border-top-left-radius: 4px;
}
form .row.last,
form .row:last-child {
  border-bottom-left-radius: 4px;
}
form .row .label {
  padding: 1.45rem 1rem 1rem;
  width: 35%;
  background: #211B45;
  border-right: 1px solid #3C355D;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  text-align: right;
}
@media (max-width: 720px) {
  form .row .label {
    padding: 1rem 1rem 0;
    width: auto;
    background: initial;
    border: none;
    text-align: left;
  }
}
form .row > label {
  padding: 1.45rem 1rem 1rem;
  width: 35%;
  background: #211B45;
  border-right: 1px solid #3C355D;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  text-align: right;
}
@media (max-width: 720px) {
  form .row > label {
    padding: 1rem 1rem 0;
    width: auto;
    background: initial;
    border: none;
    text-align: left;
  }
}
form .row > label:after {
  content: ':';
}
form .row .hint {
  display: block;
  margin-top: -0.5rem;
  margin-left: 1rem;
  color: #6D6496;
  font-size: 9pt;
}
form .row .input {
  margin: 1rem;
  flex: 1;
}
.block {
  display: block;
  margin: 1rem 0;
  padding: 1rem;
  background: #191534;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.block .header {
  margin: -1rem;
  padding: 0.75rem;
  background: url("/img/pattern.png") no-repeat;
  background-size: 200%;
  text-transform: uppercase;
  border-bottom: 1px solid #3C355D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.block .content {
  margin-top: 2rem;
}
.modal {
  position: absolute;
  display: none;
  opacity: 0;
  flex-grow: 1;
  flex-direction: column;
  width: 50%;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #191534;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.modal.dimmer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transform: none;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.modal.active {
  z-index: 9999;
}
.modal .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  font-weight: bold;
  background: #211B45;
  background-size: 200%;
  color: #EB055A;
  border-bottom: 1px solid #3C355D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal .title .close {
  cursor: pointer;
}
.modal .content {
  padding: 1rem;
}
.loader {
  display: none;
  position: relative;
  margin-bottom: -2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #3C355D;
}
.loader.active {
  display: block;
}
.loader span {
  display: block;
  position: relative;
  top: 0;
  width: 33%;
  height: 100%;
  background: #EB055A;
  animation: 1s infinite ease-in-out loader;
}
@keyframes loader {
  0% {
    left: -33%;
    width: 33%;
  }
  50% {
    width: 66%;
  }
  100% {
    left: 100%;
    width: 33%;
  }
}
.purchase-button {
  display: block;
  margin-top: 2rem;
  width: fit-content;
  padding: 1rem 2rem;
  background: #EB055A;
  color: white;
  text-transform: uppercase;
  border: 1px solid #fa2976;
  border-radius: 10px;
}
.purchase-button.disabled {
  background: #191534;
  color: #6D6496;
}
.purchase-button.disabled:hover {
  background: #191534;
  color: #6D6496;
}
.purchase-button:hover {
  background: #fa2976;
  color: white;
  text-decoration: none;
}
.product-page {
  background-repeat: no-repeat;
  background-size: cover;
}
.product-page .title {
  display: block;
  font-size: 48px;
  color: white;
}
.product-page .title.logo {
  font-weight: bold;
  font-size: 40px;
  background: linear-gradient(90deg, #EB055A 0%, #9F27B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.product-page .price {
  display: block;
  color: #F5F5F5;
  font-size: 32px;
}
.product-page .features {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.product-page .features .title {
  font-size: 36px;
  color: #EB055A;
}
.product-page .features .subtitle {
  font-size: 20px;
  color: white;
}
.product-page .features .list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.product-page .features .list .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.product-page .features .list .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  color: #EB055A;
  font-size: 32px;
}
.product-page .features .list .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-page .features .list .item .text .title {
  font-size: 24px;
  color: #F5F5F5 !important;
  font-weight: bold;
}
.product-page .features .list .item .text .subtitle {
  font-size: 20px;
  color: #6D6496 !important;
}
.checkout .meta {
  display: none;
}
.checkout .product-info img {
  width: 8rem;
  height: 8rem;
}
.checkout .product-info .title {
  margin-top: auto;
  margin-bottom: auto;
  color: #EB055A;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.checkout form .total {
  margin-left: 1rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #EB055A;
  text-transform: uppercase;
}
.home .title {
  font-size: 40px;
  color: white;
}
.home .title.logo {
  font-weight: bold;
  font-size: 40px;
  background: linear-gradient(90deg, #EB055A 0%, #9F27B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.home .subtitle {
  font-size: 30px;
  color: #6D6496;
}
.home .features {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.home .features .title {
  font-size: 32px;
  color: #F5F5F5;
  font-weight: bold;
}
.home .features .subtitle {
  font-size: 20px;
  color: white;
}
.home .features .list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.home .features .list .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.home .features .list .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  color: #EB055A;
  font-size: 32px;
}
.home .features .list .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .features .list .item .text .title {
  font-size: 24px;
}
.home .features .list .item .text .subtitle {
  font-size: 20px;
  color: #6D6496 !important;
}
.home .products {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.home .products .product {
  display: flex;
  flex-direction: column;
  width: 15rem;
  height: 20rem;
  background: #1e1e1e;
  border-radius: 20px;
  border: 1px solid #3a3a3a;
}
.home .products .product:hover {
  background: #212121;
}
.home .products .product .title {
  margin-left: 1.5rem;
  color: white;
  font-size: 20px;
}
.home .products .product .price {
  margin-left: 1.5rem;
  color: #EB055A;
  font-size: 26px;
}
body.home {
  background: url('/img/bg.jpg') no-repeat center;
  background-size: cover;
}
* {
  scroll-behavior: smooth;
}
html {
  background: #110F23;
}
body {
  background: #110F23;
  margin: 0;
  width: 100%;
  height: 100vh;
  font-family: 'Journal SansSerif Plain:001.001', sans-serif;
  font-size: 14px;
  color: #F5F5F5;
}
h1 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  color: #F5F5F5;
}
.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}
.flex.column {
  flex-direction: column;
}
.flex.fill {
  flex-grow: 1;
}
.flex.justify.space-between {
  justify-content: space-between;
}
.flex.justify.right {
  justify-content: right;
}
@media (min-width: 1025px) {
  .flex.desktop-row {
    flex-direction: row;
  }
  .flex.desktop-column {
    flex-direction: column;
  }
  .flex.desktop-fill {
    flex-grow: 1;
  }
  .flex.desktop-justify-space-between {
    justify-content: space-between;
  }
  .flex.desktop-justify-right {
    justify-content: right;
  }
}
@media (max-width: 720px) {
  .flex.phone-row {
    flex-direction: row;
  }
  .flex.phone-column {
    flex-direction: column;
  }
  .flex.phone-fill {
    flex-grow: 1;
  }
  .flex.phone-justify-space-between {
    justify-content: space-between;
  }
  .flex.phone-justify-right {
    justify-content: right;
  }
}
.margin.top {
  margin-top: 0.5rem;
}
.margin.left {
  margin-left: 0.5rem;
}
.margin.bottom {
  margin-bottom: 0.5rem;
}
.margin.right {
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .margin.desktop-top {
    margin-top: 0.5rem;
  }
  .margin.desktop-left {
    margin-left: 0.5rem;
  }
  .margin.desktop-bottom {
    margin-bottom: 0.5rem;
  }
  .margin.desktop-right {
    margin-right: 0.5rem;
  }
}
@media (max-width: 720px) {
  .margin.phone-top {
    margin-top: 0.5rem;
  }
  .margin.phone-left {
    margin-left: 0.5rem;
  }
  .margin.phone-bottom {
    margin-bottom: 0.5rem;
  }
  .margin.phone-right {
    margin-right: 0.5rem;
  }
}
.padding.top {
  padding-top: 0.5rem;
}
.padding.left {
  padding-left: 0.5rem;
}
.padding.bottom {
  padding-bottom: 0.5rem;
}
.padding.right {
  padding-right: 0.5rem;
}
@media (min-width: 1025px) {
  .padding.desktop-top {
    padding-top: 0.5rem;
  }
  .padding.desktop-left {
    padding-left: 0.5rem;
  }
  .padding.desktop-bottom {
    padding-bottom: 0.5rem;
  }
  .padding.desktop-right {
    padding-right: 0.5rem;
  }
}
@media (max-width: 720px) {
  .padding.phone-top {
    padding-top: 0.5rem;
  }
  .padding.phone-left {
    padding-left: 0.5rem;
  }
  .padding.phone-bottom {
    padding-bottom: 0.5rem;
  }
  .padding.phone-right {
    padding-right: 0.5rem;
  }
}
.container {
  margin-top: 4rem;
  margin-left: 10%;
  width: 80%;
}
.container.tab {
  flex: 1;
  margin-top: 0;
  margin-left: 1rem;
  width: auto;
}
@media (max-width: 720px) {
  .container.tab {
    margin-left: 0;
  }
}
nav.header {
  display: flex;
  overflow-x: auto;
  height: 4rem;
  width: 100%;
  font-weight: 400;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
nav.header .nav {
  display: flex;
  margin-left: 10%;
  width: max-content;
}
nav.header .nav a {
  color: #F5F5F5;
  padding: 1.5rem 1rem;
  width: max-content;
}
nav.header .nav a:hover {
  color: #F5F5F5;
}
nav.header .nav a i {
  margin-right: 0.5rem;
}
footer {
  position: absolute;
  display: flex;
  font-size: 10px;
  color: #6D6496;
  bottom: 0;
  width: 100%;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 1024px) {
  footer {
    flex-direction: column;
  }
}
footer a {
  color: #EB055A;
}
footer a:hover {
  text-decoration: underline;
}
footer p .payment {
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2rem;
}
footer p.left {
  margin-left: 10%;
  display: flex;
}
@media (max-width: 1024px) {
  footer p.left {
    margin: 0.5rem;
  }
}
footer p.right {
  position: absolute;
  right: 0;
  margin-right: 10%;
}
@media (max-width: 1024px) {
  footer p.right {
    position: initial;
    right: initial;
    margin: 0.5rem;
  }
}
footer p.right a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 1024px) {
  footer p.right a {
    margin: 0.25rem;
  }
}
@media (max-width: 720px) {
  .hidden.phone {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hidden.tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden.desktop {
    display: none !important;
  }
}
.accent {
  color: #EB055A;
}
.big {
  font-size: 1.5rem;
}
.no-margin {
  margin: 0;
}
.no-bold {
  font-weight: normal;
}
/*# sourceMappingURL=style.css.map */