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

html {
    scroll-behavior: smooth
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #0d0c41;
    background: url("../assets/images/project-bg.png"), #091417;
    background-repeat: no-repeat;
    background-size: cover
}

.main-wrapper {
    padding-top: 0
}

img {
    height: auto;
    display: block
}

a {
    color: inherit;
    transition: all .3s ease;
    text-decoration: none
}

a:hover {
    color: #0d0c41
}

ul, ol {
    list-style-type: none;
    color: #c8c8c8;
    font-size: 16px;
    line-height: 1.6
}

button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    font-family: "Work Sans", sans-serif;
    color: #fff
}

.container {
    width: 100%;
    max-width: 1472px;
    padding: 16px 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px
}

.section {
    scroll-margin-top: 100px;
    margin-top: 150px
}

@media (max-width: 992px) {
    .section {
        margin-top: 70px
    }
}

@media (max-width: 768px) {
    .section {
        margin-top: 100px
    }
}

.hidden {
    display: none
}

.section-title {
    font-family: Futura PT, sans-serif;
    font-size: 36px;
    font-weight: 450;
    line-height: 110%
}

@media (max-width: 390px) {
    .section-title {
        font-size: 20px
    }
}

@media (max-width: 350px) {
    .section-title {
        font-size: 18px
    }
}

.text-primary-title {
    font-size: 24px;
    font-family: Futura PT, sans-serif;
    font-weight: 450;
    line-height: 110%
}

@media (max-width: 768px) {
    .text-primary-title {
        font-size: 20px
    }
}

@media (max-width: 390px) {
    .text-primary-title {
        font-size: 18px
    }
}

@media (max-width: 320px) {
    .text-primary-title {
        font-size: 16px
    }
}

.text-primary-subtitle {
    color: #c8c8c8;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    font-family: "Inter", sans-serif
}

@media (max-width: 768px) {
    .text-primary-subtitle {
        font-size: 16px
    }
}

.header {
    width: 100%;
    background: #000;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100
}

.header.side-menu-open {
    background: #091417
}

.header__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap
}

.header .logo img {
    width: 100%
}

.header__nav {
    margin-left: -140px
}

.header__nav__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px
}

@media (max-width: 992px) {
    .header__nav__list {
        gap: 20px
    }
}

.header__nav__link {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    font-family: "Manrope", sans-serif
}

.header__nav__link.active {
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media (max-width: 1200px) {
    .header__nav {
        display: none
    }
}

@media (max-width: 1200px) {
    .header .btn-primary {
        display: none
    }
}

@media (max-width: 1200px) {
    .header .lines-button {
        display: block
    }
}

.header .menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 5px
}

.header .menu-toggle span {
    width: 30px;
    height: 3px;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    border-radius: 3px;
    transition: all .3s ease
}

@media (max-width: 1200px) {
    .header .menu-toggle {
        display: flex
    }
}

.banner {
    margin-top: 30px
}

.banner__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap
}

@media (max-width: 768px) {
    .banner__content {
        flex-direction: column
    }
}

.banner__content .info-column, .banner__content .image-column {
    flex: 1
}

@media (max-width: 768px) {
    .banner__content .info-column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap
    }
}

.banner__content .info-column .title {
    font-family: Futura PT, sans-serif;
    font-size: 48px;
    font-weight: 450;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .banner__content .info-column .title {
        font-size: 30px
    }
}

.banner__content .info-column .title .blue-text {
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.banner__content .info-column .subtitle {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 400
}

@media (max-width: 390px) {
    .banner__content .info-column .subtitle {
        margin: 15px 0
    }
}

.banner__content .info-column .btn-primary {
    padding: 20px 30px
}

@media (max-width: 768px) {
    .banner__content .info-column .btn-primary {
        display: none
    }
}

.banner__content .btn-primary.mobile {
    display: none
}

@media (max-width: 768px) {
    .banner__content .btn-primary.mobile {
        display: block;
        width: 100%;
        margin-top: 40px
    }
}

.banner__content .image-column {
    position: relative
}

.banner__content .image-column img {
    width: 100%
}

.banner__content .image-column:before {
    content: "";
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
    box-shadow: 0 0 120px 60px rgba(0, 207, 255, .4), 0 0 200px 100px rgba(252, 252, 0, .25);
    position: absolute;
    top: 140px;
    left: 140px;
    z-index: -1
}

@media (max-width: 768px) {
    .banner__content .image-column:before {
        display: none
    }
}

.banner__content .image-column:after {
    content: "";
    background: #00cfff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
    box-shadow: 0 0 120px 60px rgba(0, 207, 255, .4), 0 0 200px 100px rgba(252, 252, 0, .25);
    position: absolute;
    bottom: 140px;
    right: 70px;
    z-index: -1
}

@media (max-width: 768px) {
    .banner__content .image-column:after {
        display: none
    }
}

.advantages .section-title {
    text-align: center;
    margin-bottom: 40px
}

.advantages__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap
}

@media (max-width: 768px) {
    .advantages__content {
        flex-direction: column
    }
}

@media (max-width: 992px) {
    .advantages__content {
        gap: 10px
    }
}

@media (max-width: 768px) {
    .advantages__content {
        gap: 0
    }
}

.advantages__content .left-column, .advantages__content .right-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 40px
}

@media (max-width: 768px) {
    .advantages__content .left-column, .advantages__content .right-column {
        gap: 20px;
        margin-bottom: 20px
    }
}

.advantages__content .img-column img {
    width: 100%;
    transform: scale(1.4)
}

@media (max-width: 768px) {
    .advantages__content .img-column img {
        height: auto;
        transform: scale(1.3)
    }
}

@media (max-width: 992px) {
    .advantages__content .img-column {
        display: none
    }
}

@media (max-width: 768px) {
    .advantages__content .img-column {
        display: block;
        height: 100%;
        order: 3
    }
}

.advantages__content .card {
    width: 450px;
    background: rgba(47, 47, 47, .5);
    border-radius: 30px;
    padding: 23px
}

@media (max-width: 992px) {
    .advantages__content .card {
        width: 100%;
        height: 240px
    }
}

@media (max-width: 768px) {
    .advantages__content .card {
        height: auto
    }
}

.advantages__content .card .icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px
}

.advantages__content .card .text-primary-title {
    text-transform: uppercase
}

.advantages__content .card .text-primary-subtitle {
    color: #c8c8c8
}

@media (max-width: 390px) {
    .advantages .text-primary-title {
        font-size: 18px
    }

    .advantages .icon-wrapper img {
        width: 40px
    }
}

@media (max-width: 320px) {
    .advantages .text-primary-title {
        font-size: 16px
    }
}

.work-with .btn-primary.mobile {
    display: none
}

.work-with__content .top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 70px
}

.work-with__content .section-title {
    text-transform: uppercase
}

.work-with__content .section-title .blue-text {
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.work-with__content .card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    gap: 20px
}

.work-with__content .card-wrapper .card {
    width: 452px;
    padding: 30px;
    border-radius: 30px;
    background: rgba(47, 47, 47, .5)
}

.work-with__content .card-wrapper .card .text-primary-title {
    text-transform: uppercase
}

.work-with__content .card-wrapper .card .title-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap
}

.work-with__content .card-wrapper .card .title-wrap .btn-plus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    cursor: pointer
}

.work-with__content .card-wrapper .card .title-wrap .btn-plus span {
    height: 103%;
    font-weight: 100;
    font-size: 37px
}

.work-with__content .card-wrapper .card .text-primary-subtitle {
    display: none
}

.work-with__content .card-wrapper .card.active .text-primary-subtitle {
    margin-top: 20px;
    display: block
}

.work-with__content .card-wrapper .card.active .title-wrap .btn-plus {
    background: #5a5a5a !important;
    color: #091417
}

@media (max-width: 500px) {
    .work-with__content .top-row {
        margin-bottom: 24px
    }
}

@media (max-width: 992px) {
    .work-with .work-with__content .card-wrapper {
        justify-content: center
    }
}

@media (max-width: 768px) {
    .work-with .btn-primary {
        display: none
    }

    .work-with .btn-primary.mobile {
        display: block;
        margin: 32px auto 0 auto
    }
}

@media (max-width: 768px) {
    .work-with .card {
        padding: 20px
    }
}

.work-condition__content {
    background: rgba(47, 47, 47, .5019607843);
    border-radius: 30px;
    padding: 52px 34px
}

.work-condition__content .top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 70px
}

.work-condition__content .section-title {
    text-transform: uppercase
}

.work-condition__content .section-title .blue-text {
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.work-condition__content .work-condition-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.work-condition__content .work-condition-list__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    max-width: 430px;
    width: 100%;
    position: relative;
    border-radius: 30px
}

.work-condition__content .work-condition-list__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1.5px;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude
}

.work-condition__content .work-condition-list__item .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 30px;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    padding: 6px 16px;
    border-radius: 16px;
    font-weight: 450;
    width: 80px;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #091417
}

.work-condition__content .work-condition-list__item .text-primary-title {
    color: #fff
}

.work-condition__content .work-condition-list__item .dot {
    font-size: 40px;
    position: relative;
    bottom: -8px
}

@media (max-width: 768px) {
    .work-condition .top-row {
        margin-bottom: 24px
    }

    .work-condition .work-condition__content {
        padding: 20px
    }

    .work-condition .section-title {
        text-align: center;
        display: block;
        margin-inline: auto
    }
}

@media (max-width: 1200px) {
    .work-condition .work-condition__content .work-condition-list__item {
        max-width: 1200px !important
    }
}

.faq-help__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 16px
}

.faq-help__content .top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 70px
}

.faq-help__content .top-row.low-margin {
    margin-bottom: 12px
}

.faq-help__content .top-row .section-title {
    margin-bottom: 15px
}

.faq-help__content .left-side, .faq-help__content .right-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 831px;
    width: 100%
}

.faq-help__content .left-side {
    max-width: 831px
}

.faq-help__content .right-side {
    max-width: 464px
}

.faq-help__content .right-side .top-row {
    flex-direction: column
}

.faq-help__content .right-side .top-row.low-margin {
    margin-bottom: 32px
}

.faq-help__content .right-side .btn-primary {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 285px;
    width: 100%
}

.faq-help__content .section-title {
    text-transform: uppercase
}

.faq-help__content .section-title .blue-text {
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.faq-help__content .card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    gap: 20px
}

.faq-help__content .card-wrapper .card {
    max-width: 831px;
    width: 100%;
    min-height: 81px;
    padding: 12px;
    border-radius: 30px;
    background: rgba(47, 47, 47, .5)
}

.faq-help__content .card-wrapper .card .text-primary-title {
    text-transform: uppercase
}

.faq-help__content .card-wrapper .card .title-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    flex-shrink: 1
}

.faq-help__content .card-wrapper .card .title-wrap .btn-plus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    cursor: pointer;
    flex-shrink: 0
}

.faq-help__content .card-wrapper .card .title-wrap .btn-plus span {
    height: 103%;
    font-weight: 100;
    font-size: 37px
}

.faq-help__content .card-wrapper .card .text-primary-subtitle {
    display: none
}

.faq-help__content .card-wrapper .card.active .text-primary-subtitle {
    margin-top: 20px;
    display: block
}

.faq-help__content .card-wrapper .card.active .title-wrap .btn-plus {
    background: #5a5a5a !important;
    color: #091417
}

@media (max-width: 1200px) {
    .faq-help .faq-help__content {
        flex-direction: column;
        align-items: center;
        gap: 32px
    }
}

.subscribe {
    padding: 140px 0 80px 0
}

.subscribe__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    background: url("../assets/images/subscribe-bg.png"), rgba(47, 47, 47, .5019607843);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 50px
}

.subscribe__wrapper .text__wrapper {
    max-width: 990px
}

.subscribe__wrapper .text__wrapper h3 {
    font-family: Futura PT, sans-serif;
    font-weight: 450;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0;
    text-transform: uppercase
}

.subscribe__wrapper .text__wrapper .text-primary-subtitle {
    font-size: 18px
}

.subscribe__wrapper .btn-primary {
    max-width: 295px;
    width: 100%
}

.trust {
    padding: 180px 0 80px 0
}

.trust h2 {
    text-align: center;
    margin-bottom: 44px
}

.trust__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    background: rgba(47, 47, 47, .5019607843);
    border-radius: 30px;
    padding: 30px
}

.trust__wrapper h3 {
    font-family: Futura PT, sans-serif;
    font-weight: 450;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0;
    text-transform: uppercase;
    max-width: 680px
}

.trust__wrapper .text-primary-subtitle {
    max-width: 680px
}

.commissions {
    padding: 80px 0
}

.commissions .mobile {
    display: none !important
}

.commissions h2 {
    text-align: center;
    margin-bottom: 24px
}

.commissions .text-primary-subtitle {
    text-align: center
}

.commissions ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    margin-top: 44px
}

.commissions ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    background: rgba(47, 47, 47, .5019607843);
    padding: 30px;
    border-radius: 30px;
    max-width: 700px;
    width: 100%;
    min-height: 210px
}

.commissions ul li h3 {
    font-size: 24px
}

.commissions ul li h4 {
    font-size: 20px
}

.commissions ul li .text-primary-subtitle {
    text-align: left;
    margin-top: 4px
}

.commissions ul li .commissions__list__item__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 24px
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0d0c41;
    z-index: 200
}

.mobile-menu__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    padding: 15px 30px
}

.mobile-menu__logo {
    height: 30px
}

.mobile-menu__nav {
    display: flex;
    flex-direction: column
}

.mobile-menu__nav a {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 100%;
    padding: 40px 0
}

.mobile-menu__nav a:hover {
    color: #fcfcfc
}

.footer {
    padding-bottom: 32px
}

.footer__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%
}

.footer__content h4 {
    font-size: 24px;
    margin-bottom: 8px
}

.footer__content .footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 16px
}

.footer__content .footer-contact__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px
}

.footer__content .footer-contact__text {
    font-weight: 450;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0;
    color: #fff
}

.footer .all-rights {
    margin-top: 24px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    max-width: 300px
}

.logo img {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .footer .footer__content {
        flex-direction: column;
        align-items: center;
        gap: 32px
    }

    .footer .footer__content h4 {
        text-align: center
    }

    .footer .footer__content .footer-contact {
        flex-direction: column;
        align-items: center;
        gap: 24px
    }

    .footer .footer__content .footer-contact__text {
        text-align: center
    }
}

.btn-primary {
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    padding: 15px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    border-radius: 54px
}

.btn-primary:hover {
    background: linear-gradient(85.65deg, #10caef -16.56%, #e6e610 127.65%)
}

.d-flex {
    display: flex
}

.content-center {
    justify-content: center
}

.align-center {
    align-items: center
}

form {
    max-width: 464px;
    width: 100%
}

.inputs-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 16px;
    max-width: 464px;
    width: 100%;
    margin-bottom: 24px
}

.inputs-wrapper .input-wrapper {
    position: relative;
    z-index: 1
}

.inputs-wrapper .input-wrapper .err-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #e04a4d;
    display: none
}

.inputs-wrapper .input-wrapper input[type=text].validation-error, .inputs-wrapper .input-wrapper input[type=password].validation-error {
    border: 1px solid #e04a4d
}

.inputs-wrapper .input-wrapper input[type=text].validation-error ~ label, .inputs-wrapper .input-wrapper input[type=password].validation-error ~ label {
    color: #e04a4d !important
}

.inputs-wrapper .input-wrapper input[type=text].validation-error ~ .err-text, .inputs-wrapper .input-wrapper input[type=password].validation-error ~ .err-text {
    display: block
}

.inputs-wrapper .input-wrapper input[type=text], .inputs-wrapper .input-wrapper input[type=password] {
    max-width: 464px;
    width: 100%;
    height: 64px;
    border-radius: 20px;
    background: rgba(47, 47, 47, .5019607843);
    padding: 18px 12px 10px 16px;
    border: none;
    color: #fff
}

.inputs-wrapper .input-wrapper input[type=text]:focus, .inputs-wrapper .input-wrapper input[type=password]:focus {
    outline: none
}

.inputs-wrapper .input-wrapper input[type=text]:focus ~ label, .input-wrapper .inputs-wrapper .input-wrapper input[type=text]:not(:placeholder-shown) ~ label, .inputs-wrapper .input-wrapper input[type=password]:focus ~ label, .input-wrapper .inputs-wrapper .input-wrapper input[type=password]:not(:placeholder-shown) ~ label {
    top: 13px;
    font-size: 14px;
    color: #c8c8c8;
    line-height: 90%
}

.inputs-wrapper .input-wrapper input[type=text]:focus ~ label, .inputs-wrapper .input-wrapper input[type=text]:not(:placeholder-shown) ~ label, .inputs-wrapper .input-wrapper input[type=text].filled ~ label, .inputs-wrapper .input-wrapper input[type=password]:focus ~ label, .inputs-wrapper .input-wrapper input[type=password]:not(:placeholder-shown) ~ label, .inputs-wrapper .input-wrapper input[type=password].filled ~ label {
    top: 13px;
    font-size: 14px;
    color: #c8c8c8;
    line-height: 90%
}

.inputs-wrapper .input-wrapper input[type=text]:focus ~ label, .inputs-wrapper .input-wrapper input[type=text]:not(:placeholder-shown) ~ label, .inputs-wrapper .input-wrapper input[type=password]:focus ~ label, .inputs-wrapper .input-wrapper input[type=password]:not(:placeholder-shown) ~ label {
    top: 13px;
    font-size: 14px;
    color: #c8c8c8;
    line-height: 90%
}

.inputs-wrapper .input-wrapper label {
    z-index: 0;
    position: absolute;
    top: 21px;
    left: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;
    transition: .1s all linear;
    pointer-events: none
}

.lines-button {
    display: none;
    margin-bottom: -12px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    padding: 15px 3px;
    border: 0;
    outline: none;
    transition: .1s all linear
}

.lines-button:hover {
    transform: scale(1.02)
}

.lines {
    display: inline-block;
    width: 38px;
    height: 3px;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    transition: .35s;
    position: relative;
    background: rgba(0, 0, 0, 0)
}

.lines:before, .lines:after {
    display: inline-block;
    width: 36px;
    height: 4px;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    transition: .35s;
    position: absolute;
    left: -3px;
    content: "";
    -webkit-transform-origin: 0.1785714286rem center;
    -moz-transform-origin: 0.1785714286rem center;
    -ms-transform-origin: 0.1785714286rem center;
    transform-origin: 0.1785714286rem center
}

.lines:before {
    top: 0px
}

.lines:after {
    top: -14px
}

.lines-button.x .lines:before, .lines-button.x .lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .1s ease, transform .3s ease
}

.lines-button.x.close .lines {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg)
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    -webkit-transition: top .3s ease, transform .3s .1s ease;
    -moz-transition: top .3s ease, transform .3s .1s ease;
    -ms-transition: top .3s ease, transform .3s .1s ease;
    transition: top .3s ease, transform .3s .1s ease;
    top: 2px
}

.lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.side-menu {
    position: fixed;
    z-index: 25;
    margin-top: 65px;
    top: -8px;
    right: -100%;
    height: 100vh;
    background: #091417;
    padding: 32px 24px 0 24px;
    width: 281px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: right .5s ease
}

.side-menu nav {
    display: block
}

.side-menu nav .header__nav__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 32px;
    margin-bottom: 32px
}

.side-menu nav .header__nav__list .header__nav__item:hover {
    transform: scale(1.01)
}

.side-menu nav .header__nav__list .header__nav__item a:hover {
    color: #fff
}

.backdrop {
    background: rgba(0, 0, 0, .7);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0
}

.hide {
    display: none !important
}

.side-menu.open {
    right: 0
}

.disable-body {
    overflow: hidden
}

@media (max-width: 500px) {
    .section {
        margin-top: 70px
    }

    .container {
        padding: 0 12px
    }

    .main-wrapper {
        background-image: url("../assets/images/main-bg-mobile.svg")
    }

    .faq-help__content .card-wrapper .card {
        min-height: auto;
        padding: 24px
    }

    h2 {
        font-size: 26px !important
    }

    .btn-plus {
        width: 44px !important;
        height: 44px !important
    }

    .btn-plus span {
        margin-top: -8px
    }

    .work-with__content .card-wrapper .card {
        padding: 20px
    }
}

.checkbox-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.checkbox-wrapper .text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #c8c8c8;
    position: relative;
    top: 2px
}

.checkbox-wrapper .checkbox-content-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 4px;
    margin-top: 24px;
    margin-left: -8px
}

.checkbox-wrapper.validation-error .checkmark {
    border-color: #ff5454;
    border-width: 1px
}

.checkbox-wrapper .validation-text {
    font-family: Mazzard, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ff5454
}

.checkbox-wrapper .wrapper {
    display: flex;
    background: rgba(0, 0, 0, 0) !important;
    left: -8px
}

.checkbox-container {
    display: inline-block;
    position: relative !important;
    padding-left: 30px;
    margin-bottom: 10px
}

.checkmark {
    position: absolute;
    left: 6px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid #c8c8c8;
    background-color: rgba(0, 0, 0, 0);
    transition: border-color .3s ease-in-out;
    z-index: 1
}

input[type=checkbox]:checked ~ .checkmark {
    background: #2e353f;
    border: none
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-wrapper input[type=checkbox]:checked ~ .checkmark:after {
    display: block
}

.checkbox-wrapper .checkmark:after {
    left: 7.5px;
    top: 2px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.checkbox-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid #4f5d6d
}

.checkbox-wrapper input[type=checkbox] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2
}

.modal {
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    top: 20%;
    z-index: 51
}

.modal .close-modal {
    position: absolute;
    top: 24px;
    right: 24px
}

.modal {
    max-width: 524px;
    width: 100%;
    border-radius: 30px;
    padding: 30px 30px 60px 30px;
    background: linear-gradient(143.13deg, #1E2B2F -12.19%, #091417 63.09%);
    box-shadow: 0px 17px 40.5px 0px #000
}

.modal.consultation-modal {
    max-width: 548px
}

.modal .text-primary-subtitle {
    text-align: center
}

.modal .image-center-position {
    margin: 0 auto;
    margin-bottom: 24px
}

.modal .title {
    font-family: Futura PT, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    margin-bottom: 24px
}

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

.modal .wrapper .forgot-password {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    cursor: pointer
}

.modal .btn-primary {
    max-width: 300px;
    height: 64px;
    width: 100%;
    margin: 24px auto 0 auto;
    display: block
}

.modal .logo {
    width: 200px;
    margin: 0 auto 20px auto
}

.modal .modal-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #c8c8c8;
    text-align: center
}

@media (max-width: 550px) {
    .modal {
        width: 90vw
    }
}

@media (max-width: 375px) {
    .modal {
        padding: 30px 15px 40px 15px
    }

    .checkbox-wrapper .text {
        font-size: 14px
    }

    .modal .wrapper .forgot-password {
        font-size: 14px
    }
}

.backdrop {
    background: rgba(0, 0, 0, .4);
    mix-blend-mode: multiply;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0
}

.disable-body {
    overflow: hidden
}

.form-popup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 24px;
    background: #2f2f2f;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: -1000000px;
    right: 70px;
    z-index: 10;
    transition: .3s all linear;
    opacity: 0
}

.form-popup.active {
    top: 195px;
    opacity: 1
}

.green-gradient-text {
    background: linear-gradient(85.65deg, #00CFFF -16.56%, #FCFC00 127.65%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media (max-width: 1200px) {
    .footer__content {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        max-width: 300px;
        margin: 0 auto
    }

    footer.section {
        margin-top: 0
    }

    .footer .all-rights {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .subscribe__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 64px
    }

    .commissions ul {
        flex-direction: column;
        align-items: center
    }

    .trust__wrapper {
        flex-direction: column
    }

    .trust__wrapper h3, .trust__wrapper p {
        max-width: 1200px;
        text-align: left !important
    }
}

@media (max-width: 500px) {
    .subscribe {
        padding: 64px 0
    }

    section.banner {
        padding-top: 24px
    }

    section {
        padding: 64px 0;
        margin-top: 0 !important
    }

    .trust__wrapper {
        padding: 20px
    }

    .trust {
        padding: 64px 0
    }

    body {
        background-image: url("../assets/images/project-mobile-bg.png");
        background-position: 0 -173px
    }

    .main-wrapper {
        background: none
    }

    .commissions .desktop {
        display: none !important
    }

    .commissions .mobile {
        display: block !important
    }

    .commissions p {
        text-align: left !important
    }

    .commissions ul li .commissions__list__item__wrapper img {
        width: 40px;
        height: 40px
    }

    .trust__wrapper h3 {
        font-size: 20px
    }

    .commissions ul li {
        padding: 20px;
        min-height: auto
    }

    section.subscribe .subscribe__wrapper {
        padding: 32px;
        background-image: url("../assets/images/subscribe-mobile-bg.png")
    }

    .commissions ul li h3 {
        font-size: 20px
    }
}

.header__nav.mobile {
    margin-left: 0
}

@media (max-width: 321px) {
    body {
        background-image: url("../assets/images/project-mobile-bg.png");
        background-position: 0 0
    }
}

#chat-open-btn {
    position: fixed;
    bottom: .5%;
    right: .5%;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    z-index: 10
}

#chat-open-btn img {
    border-radius: 50%
}

@media (max-width: 1660px) {
    #chat-open-btn {
        right: 1%
    }
}

.online-chat {
    z-index: 10;
    position: fixed;
    bottom: 5%;
    right: 10%;
    width: 325px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, .1607843137);
    background: #fff;
    border-radius: 32px;
    height: 416px
}

.online-chat input {
    background: #c8fcfe !important;
    color: #404040 !important
}

.online-chat label {
    color: #404040 !important
}

.online-chat #close-chat-btn {
    cursor: pointer
}

.online-chat .chat-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    border-radius: 32px 32px 0 0;
    background: linear-gradient(90deg, #2CDBE0 0%, #CBF344 100%);
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
    width: 100%
}

.online-chat .chat-body {
    padding: 18px
}

.online-chat .chat-body h4 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin-bottom: 12px
}

.online-chat .chat-body img {
    margin: 25px auto 12px auto
}

.online-chat .text {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000
}

.online-chat .chat-body button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 10px 30px
}

.online-chat .chat-body .success {
    display: flex;
    align-items: center;
    justify-content: center
}

.online-chat input {
    border-radius: 20px
}

.online-chat .btn {
    height: 40px;
    min-height: auto;
    padding: 10px 30px;
    margin-top: 32px
}

.online-chat .chat-body form {
    gap: 12px
}

.ttu {
    text-transform: uppercase
}

.fw-700 {
    font-weight: 700
}

.w-100 {
    width: 100%
}

.hide {
    display: none !important
}

.opacity-07 {
    opacity: .7 !important
}

.opacity-1 {
    opacity: 1 !important
}

.d-flex-default {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.align-center {
    align-items: center
}

.align-start {
    align-items: flex-start
}

.align-end {
    align-items: flex-end
}

.jc-center {
    justify-content: center
}

.jc-start {
    justify-content: flex-start
}

.jc-between {
    justify-content: space-between
}

.flex-wrap {
    flex-wrap: wrap
}

.gap-8 {
    gap: 8px
}

.gap-12 {
    gap: 12px
}

.gap-16 {
    gap: 16px
}

.gap-20 {
    gap: 20px
}

.gap-24 {
    gap: 24px
}

.gap-32 {
    gap: 32px
}

.gap-40 {
    gap: 40px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-64 {
    margin-bottom: 64px
}

a[type="button"] {
    display: inline-block;
    text-align: center;
    line-height: inherit;
}


@media (max-width: 500px) {
    .online-chat {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        border-radius: 20px
    }

    .online-chat .chat-header {
        border-radius: 20px 20px 0 0
    }
}

@media (max-width: 360px) {
    .online-chat {
        width: 95vw
    }

    .online-chat .chat-header {
        padding-inline: 12px
    }
}

.footer-bottom-section {
    margin-top: 60px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

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