@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.orbitron {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

*, ::before, ::after {
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
}

:root {
    width: 100%;
    font-size: 62.5%;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
}

a:not(.btn):hover {
    color: #aa94cc;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style-position: inside;
}

section p,
section ul,
section ol {
    margin-bottom: 15px;
}

body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 100%;
    background: #000;
    color: #1c2434;
    font-family: 'Poppins', sans-serif;
    font-size: 1.7rem;
    padding-top: 64px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper span {
    font-size: 3rem;
    margin-left: 10px;
    white-space: nowrap;
}

.logo {
    background: url(/images/logo.avif) center / contain no-repeat;
    width: 100px;
    height: 100px;
    margin-bottom: -40px;
}

.logo:hover {
    color: #aa94cc;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 2.5rem;
    font-weight: 400;
}

h1,
h2 {
    font-family: 'Orbitron', sans-serif;
}

.subtitle {
    font-size: 2rem;
}

header {
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    padding: 10px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    margin-right: 1.8rem;
}

header nav a {
    font-size: 1.8rem;
    white-space: nowrap;
}

.shell {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
}

.shell.shell--large {
    max-width: 1270px;
}

.shell.shell--small {
    max-width: 770px;
}

main {
    background: #fafafa;
}

[data-help] {
    vertical-align: middle;
    cursor: pointer;
    transition: color .4s;
}

[data-help]:hover {
    filter: brightness(0) saturate(100%) invert(40%) sepia(11%) saturate(2598%) hue-rotate(222deg) brightness(93%) contrast(91%);
}

section {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.section--black {
    background: #000;
    color: white;
}

.section__group {
    margin: 30px 0;
}

.section__box {
    position: relative;
    box-shadow: 0 8px 13px -3px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    background: #fff;
    padding: 15px;
}

.section__box--register {
    min-height: 512px
}

.section__box .section__col {
    padding: 15px;
}

.section__cols {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.section__col {
    width: 50%;
}

.section__header {
    margin-bottom: 20px;
}

.section__main h1,
.section__main h2,
.section__main h3 {
    margin-bottom: 10px;
}

.section__footer {
    margin-top: 20px;
}

.section-hero {
    background-image: linear-gradient(180deg, #000, #171632);
    color: #fff;
    overflow: hidden;
}

.section-hero h1 {
    font-size: 7.2rem;
    font-weight: 700;
}

.section-hero .section__actions > ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.section-hero .section__actions > ul > li {
    padding: 10px;
}

.section-hero .section__actions > ul > li > .btn {
    width: 180px;
}

.section-hero .section__footer {
    height: 450px;
    perspective: 1000px;
}

.section-hero .section__footer img {
    transform: rotateZ(4deg) rotateX(45deg) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 60px;
    transform-origin: center top;
}

.section-review {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 8px 13px -3px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.section-review .section__header {
    display: flex;
    align-items: center;
}

.section-review .section__header > div:first-child {
    flex-shrink: 0;
    margin-right: 15px;
}

.section-review h3 {
    margin-bottom: 0;
    font-size: 2rem;
}


.section-features {
    background: #fafafa;
}

.section-features h2 {
    margin-bottom: 30px;
}

.section-features ol > li:not(:last-child) {
    margin-bottom: 50px;
}

.section-last {
    padding-bottom: 60px;
}

.round {
    border-radius: 50%;
}

.link {
    color: #5987ff;
    text-decoration: underline;
}

.btn {
    padding: 10px 15px;
    background-color: #7956ad;
    color: #fff;
    border-radius: 8px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    line-height: 1;
    transition: background-color 0.3s;
}

.btn:not([class*="btn--"]):hover {
    background-color: #aa94cc;
}

.btn--white {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

.btn--white:hover {
    background-color: #f5f5f5;
    opacity: 0.9;
}

.btn--ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn--ico i {
    margin-right: 4px;
}

.btn--outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn--outline:hover {
    background-color: #7956ad;
}

.btn--gradient {
    background-image: linear-gradient(90deg, #1373d9, #9333ea);
}

.btn--gradient:hover {
    filter: brightness(1.1);
}

input, textarea {
    display: block;
    width: 100%;
    max-width: 350px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px;
    font-size: inherit;
    line-height: inherit;
}

input[type="submit"] {
    background: #7956ad;
    color: #fff;
    border: none;
    max-width: 250px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
}

input[type="submit"]:hover {
    background: #aa94cc;
}

.form label {
    display: block;
    margin-bottom: 20px;
}

footer {
    margin-top: auto;
}

.footer__bar {
    padding: 10px 0;
    color: #f4f4f4;
    border-top: 1px solid #333;
}

.footer__bar .shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__bar a {
    margin-left: 10px;
    transition: opacity .3s;
}

.footer__bar a:hover {
    opacity: .8;
}

.footer__bar span {
    margin-right: auto;
}

.text-center {
    text-align: center;
}

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

.text-gradient {
    background: linear-gradient(90deg, #4d8ee9, #975def);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mask {
    color: #fafafa;
    filter: drop-shadow(0 -2px 0 #e4e4e7);
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 75px;
}

.mask > svg {
    position: absolute;
    inset-inline: 0;
    max-height: none;
    max-width: none;
    bottom: -1px;
}

.list-checkmarks {
    list-style: none;
    display: inline-block;
    text-align: left;
}

.list-checkmarks li {
    position: relative;
    padding-left: 2rem;
}

.list-checkmarks li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
}

/** Features **/

.features {
    margin: 80px 0;
}

.features:first-child {
    margin-top: 0;
}

.features:last-child {
    margin-bottom: 0;
}

.features__items {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.features__item {
    width: 25%;
    padding: 15px;
}

.feature {

}

.feature__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.feature__text {
    text-align: center;
}

.feature__text h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.feature__text p {
    font-size: 16px;
}

.tabs-vertical {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
}

.tabs-vertical__nav {
    width: 250px;
}

.tabs-vertical__nav-item {
    padding: 10px 20px;
    margin-bottom: 14px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    color: inherit;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 8px;
}

a.tabs-vertical__nav-item:hover {
    color: #af81f4;
}

.tabs-vertical__nav-item.active {
    border-color: #5987ff;
    color: #5987ff;
}

.tabs-vertical__content {
    width: calc(100% - 250px);
    padding-left: 30px;
}

.tabs-vertical__tab {
    display: none;
}

.tabs-vertical__tab.active {
    display: block;
}

.tabs-vertical__icon {
    display: none;
    width: 100px;
    height: 100px;
    border: 2px solid #71a0f0;
    border-radius: 50%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    color: #71a0f0;
}

.tabs-vertical__actions {
    display: none;
}

.table-striped {
    display: inline-block;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 8px 13px -3px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.table-striped table {
    border-collapse: collapse;
}

.table-striped tr:nth-child(even) {
    background: #fafafa;
}

.table-striped td {
    border-top: 1px solid #ccc;
}

.table-striped th {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
}

.table-striped th,
.table-striped td {
    padding: 16px;
}

.table-striped td:not(:first-child) {
    text-align: center;
}

.table-striped span {
    vertical-align: middle;
}


.modal {
}

.modal__content {
    max-width: 300px;
    margin: 50px auto;
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
}

.form-payment input[type="email"],
.form-payment input[type="text"] {
    padding: 12px;
    border: 1px solid #d4d4d8;
    color: #000;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
}

.form-payment input[type="email"]:focus,
.form-payment input[type="text"]:focus {
    outline: none;
}

.form-payment input[type="submit"] {
    /* green success background */
    background: #4caf50;
    color: #fff;
    border: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background 0.3s;
}

.form-payment input[type="submit"]:hover {
    background: #43a047;
}

.form-payment__header {
    margin-bottom: 20px;
}

.form-payment__body {
    margin-bottom: 20px;
}

.form-payment__row {
    margin-bottom: 10px;
}

.form-payment__radio-btns > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.form-payment__radio-btns > ul > li {
    width: 50%;
    padding: 6px;
}

.form-payment__radio-btn input[type="radio"] {
    display: none;
}

.form-payment__radio-btn label {
    display: block;
    background: #f5f5f5;
    line-height: 1.3;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.form-payment__radio-btn label:hover {
    opacity: 1;
}

.form-payment__radio-btn input[type="radio"]:checked + label {
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.form-payment__radio-btn label strong {
    display: block;
    font-weight: 600;
    font-size: 3rem;
    padding: 1rem;
}

.form-payment__radio-btn label > span {
    font-size: 2rem;
    display: block;
    padding: 1rem;
    transition: background 0.3s;
}

.form-payment__radio-btn input[type="radio"]:checked + label > span {
    background-image: linear-gradient(45deg, #1373d9, #9333ea);
    color: #fff;
}

@media (max-width: 1024px) {
    .features__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 80px;
        height: 80px;
        margin-bottom: -30px;
    }

    .logo-wrapper span {
        display: none;
    }

    header nav a,
    header .btn {
        font-size: 1.6rem;
    }

    .section-hero h1 {
        font-size: 5.7rem;
    }

    .section-hero .section__footer img {
        opacity: 0;
        transition: opacity 1s;
    }

    .section-hero .section__footer {
        max-height: 30vh;
    }

    h1,
    h2,
    h3 {
        line-height: 1.2;
    }

    h2 {
        font-size: 3.4rem;
    }

    .section__cols {
        flex-direction: column;
    }

    .section__col {
        width: 100%;
    }

    .features {
        display: none;
    }

    .features__item {
        width: 100%;
    }

    .feature__icon {
        width: 80px;
        height: 80px;
    }

    .table-striped th,
    .table-striped td {
        padding: 10px;
    }

    .tabs-vertical__nav {
        display: none;
    }

    .tabs-vertical__nav-item {
    }

    .tabs-vertical__content {
        width: 100%;
        padding-left: 0;
    }

    .tabs-vertical__tab {
        display: block;
        margin-bottom: 60px;
    }

    .tabs-vertical__tab p:last-child {
        display: none;
    }

    .tabs-vertical__icon {
        display: flex;
    }

    .tabs-vertical__actions {
        display: block;
    }
}

/* Modal */

.wis-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
    pointer-events: none;
}

.wis-modal.is-active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.wis-modal__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wis-modal__content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 350px;
    margin-top: 40px;
    opacity: 0;
    transition: margin-top 0.5s, opacity 0.5s;
    transition-delay: 0.3s;
}

.wis-modal.is-active .wis-modal__content {
    margin-top: 0;
    opacity: 1;
}

.wis-modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
}

.wis-modal__close:hover span {
    background-image: linear-gradient(90deg, #9333ea, #1373d9);
}

.wis-modal__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-image: linear-gradient(90deg, #1373d9, #9333ea);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: background-color .3s;
}

.wis-modal__close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wis-modal__header {
    margin-bottom: 20px;
}

.wis-modal__header h3 {
    font-size: 2.4rem;
}

.icon-github {
    display: inline-block;
    background: url(/images/github-mark-white.svg) center / contain no-repeat;
    width: 27px;
    height: 27px;
}

.icon-wordpress {
    display: inline-block;
    background: url(/images/wordpress-logo.svg) center / contain no-repeat;
    width: 27px;
    height: 27px;
}