:root {
    --purple-bg-color: #3a2382;
    --purple-text-color: #5335b0;
    --menu-speed: 0.4s;
    font-size: 14px;
    /* --menu-speed: 0s; */
}
/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav input[type="checkbox"] {
    -webkit-tap-highlight-color: transparent;
}

input[type="submit"] {
    -webkit-appearance: none;
}

body {
    font-family: Inter;
    margin: 0;
    font-size: 14px;
}

h1 {
    font-size: 2.357rem;
    font-weight: 800;
}

.text-black {
    color: #000000;
}

.text-purple {
    color: var(--purple-text-color);
}

.plans-text-offer {
    color: var(--purple-bg-color);
    text-align: left;
    font-weight: 600;
}

.align-left {
    text-align: left;
}

.link {
    color: var(--purple-text-color);
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

.btn {
    display: block;
    background-color: #5335b0;
    color: white;
    font-weight: 600;
    font-size: 1.143rem;
    line-height: 24px;
    padding: 12px 35px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

    .btn.disabled {
        background-color: #d1d1d1;
        pointer-events: none;
    }

    .btn:hover {
        text-decoration: none;
        background-color: #a698dd;
        color: white;
    }

    .btn:active {
        text-decoration: none;
        background-color: #a698dd;
        color: white;
    }

.btn-narrow {
    display: inline-block;
}

.btn-outline_primary {
    border: 1px solid var(--purple-bg-color);
    line-height: 24px;
    border-radius: 8px;
    background-color: white;
    color: var(--purple-bg-color);
    font-weight: 600;
    font-size: 0.94rem;
    padding: 12px 35px;
    cursor: pointer;
}

    .btn-outline_primary:hover {
        background-color: #f2efff;
    }

.tag-outline_secondary {
    border: 1px solid rgba(204, 50, 23, 1);
    padding: 11px 24px;
    border-radius: 15px;
    color: rgba(204, 50, 23, 1);
    font-size: 0.85rem;
    padding: 7px 19px;
    /* white-space: nowrap; */
}

.checkbox-md {
    position: relative;
    user-select: none;
    display: flex;
}

    .checkbox-md .checkbox {
        opacity: 0;
        width: 28px;
        height: 20px;
    }

    .checkbox-md .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        border: 1px solid #a0a9b0;
    }

    .checkbox-md .checkmark-error {
        border: 2px solid #b81237;
    }

    .checkbox-md .checkbox:checked ~ .checkmark {
        background-color: var(--purple-text-color);
        border: 0;
    }

        .checkbox-md .checkbox:checked ~ .checkmark:after {
            position: absolute;
            content: "";
            background: center / contain url(./img/check_tick.png);
            color: white;
            top: 4px;
            left: 4px;
            width: 12px;
            height: 12px;
        }

.form-register {
    margin-bottom: 4rem;
}

.form-payment {
    margin-bottom: 8rem;
}

.form-payment-actions {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 7rem 0 2rem 0;
}

    .form-payment-actions :first-child {
        margin-bottom: 15px;
    }

.bloc-steps {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f5f4f9;
    padding: 50px 82px;
}

    .bloc-steps > div:nth-child(2) {
        margin: 33px 0;
    }

.bloc-steps_item {
    display: flex;
    align-items: center;
    font-size: 1.286rem;
    font-weight: 600;
}

    .bloc-steps_item img {
        width: 30px;
        height: 23px;
        margin-right: 22px;
    }

.picture-devices {
    width: 100%;
    max-width: 800px;
}

.download-platforms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
}

    .download-platforms img {
        width: 165px;
        height: 48px;
    }

    .download-platforms :nth-child(2) {
        margin: 14px 0;
    }

.page {
    display: grid;
    grid-template-rows: 80px 1fr 96px;
    background: url(./img/bg.png) no-repeat;
    background-size: cover;
    height: 100vh;
}

.no-bg {
    background: none;
}

.header {
    position: relative;
    background-color: var(--purple-bg-color);
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.container {
    padding: 3rem 17px;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}

.container-md {
    max-width: 800px;
}

.container select {
    appearance: none;
    -webkit-appearance: none;
    background: url(./img/arrow_down.png) no-repeat;
    background-position: 95% 50%;
}

.intro-subtitle {
    font-size: 1.143rem;
    margin: 0 auto 2rem auto;
    max-width: 580px;
}
/* ------------------------------- PLANS ------------------------------- */
.plans-bloc {
    background-color: white;
    margin: 23px 0;
    padding: 24px;
    border: 1px solid rgba(160, 169, 176, 0.5);
    box-shadow: 0px 4px 32px 11px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

    .plans-bloc:hover {
        border: 1px solid var(--purple-text-color);
    }

.plans-bloc_header {
    display: flex;
    justify-content: space-between;
}

.label-email {
    background-color: #ededed;
    padding: 6px 15px;
    border-radius: 5px;
    display: inline-block;
    margin: 2rem 0;
}

.text-wlogo {
    display: inline;
}

.text-logo {
    display: inline;
    font-size: 1.571rem;
    color: var(--purple-text-color);
}

    .text-logo img {
        width: 65px;
        margin-right: 6px;
        display: inline;
    }

.bloc-logo {
    font-size: 1.571rem;
    color: var(--purple-text-color);
}

    .bloc-logo img {
        width: 65px;
        margin-right: 6px;
    }

.bloc-logo_lg {
    font-size: 2.186rem;
    margin-bottom: 2rem;
}

    .bloc-logo_lg img {
        width: 91px;
    }

.bloc-compliancy img {
    width: 57px;
    height: 23px;
}

.bloc-title {
    font-size: 1.571rem;
    font-weight: 600;
}

.bloc-subtitle {
    font-size: 1.571rem;
    text-align: left;
    margin-top: 4rem;
}

.bloc-text {
    font-size: 1.143rem;
    font-weight: 400;
    line-height: 1.714rem;
    margin-top: 1.1rem;
}

.bloc-certify {
    margin: 3rem 0 5rem 0;
}

.plans-bloc_price {
    min-width: 270px;
    display: flex;
    font-weight: 600;
    font-size: 3rem;
    align-items: center;
    margin-top: 16px;
}

.plans-bloc_unit {
    color: rgba(96, 111, 123);
    text-align: left;
    margin-bottom: 16px;
}

.plans-bloc_price :nth-child(1) {
    margin-left: 20px;
}

.plans-bloc_features {
    text-align: left;
    margin: 40px 0 40px 41px;
    font-size: 1.071rem;
}

    .plans-bloc_features li {
        padding-left: 8px;
    }

.feature-yes {
    margin-top: 15px;
    font-weight: 700;
    list-style-image: url(./img/bullet_tick.png);
    background-size: 13px 10px;
}

.feature-no {
    margin-top: 15px;
    font-weight: 700;
    list-style-image: url(./img/bullet_notick.png);
    opacity: 0.3;
}

.feature-desc {
    list-style: none;
    color: #333333;
    opacity: 0.7;
    font-size: 0.857rem;
    margin-top: 3px;
}

.feature-yes_desc {
    opacity: 0.7;
}

.feature-no_desc {
    opacity: 0.3;
}
/* ------------------------------- ADDONS ------------------------------- */
.addons-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin: 23px 0;
    padding: 24px;
    border: 1px solid rgba(160, 169, 176, 0.5);
    border-radius: 15px;
}

.addons-bloc_tag {
    background: #20c997;
    opacity: 0.9;
    color: white;
    font-weight: 800;
    font-size: 0.786rem;
    border-radius: 15px;
    padding: 6px 12px;
    width: 72px;
    margin-bottom: 22px;
}

.addons-bloc_title {
    font-size: 2rem;
    font-weight: 600;
}

.addons-bloc_text {
    margin: 20px 0;
}

.addons-bloc_footer {
    font-size: 0.857rem;
    margin-top: 32px;
}
/* ------------------------------- FORMS ------------------------------- */
.bloc-form {
    display: flex;
    margin: 14px 0;
}



.form-input {
    border: 1px solid #949494;
    border-radius: 8px;
    padding: 15px 16px;
    flex: 1 0 auto;
}

    .form-input:focus {
        outline: none;
        border: 1px solid #007bff;
    }

.form-input-wrapper {
    position: relative;
    display: flex;
}

.form-label {
    position: absolute;
    font-size: 0.9rem;
    top: 1.2rem;
    left: 17px;
}

.form-input:focus + .floating-label {
    top: 0.5rem;
    font-size: 0.6rem;
    color: grey;
    font-weight: 600;
}

.form-input:not(:placeholder-shown) + .floating-label {
    top: 0.5rem;
    font-size: 0.6rem;
    font-weight: 600;
    color: grey;
}

.floating-label {
    transition: all 0.2s ease-in-out;
}




.field-error {
    border: 2px solid #b81237;
}

.bloc-form-single :first-child {
    flex: 0 0 100%;
}

.bloc-form-double > *:first-child {
    margin-right: 15px;
}

.bloc-form-double > * {
    flex: 1 0 auto;
}

.bloc-form-carddetails :nth-child(1) {
    flex-basis: 60%;
}

.bloc-form-carddetails :nth-child(2) {
    flex: 1 0 35%;
}

.bloc-form-cardexpirycvc {
    display: flex;
    flex-direction: row;
}

    .bloc-form-cardexpirycvc :first-child {
        margin: 0 15px;
    }

    .bloc-form-cardexpirycvc :nth-child(2) {
        width: 80px;
    }

@media screen and (max-width: 800px) {
    .bloc-form-double {
        display: flex;
        flex-direction: column;
    }

        .bloc-form-double :first-child {
            margin-bottom: 15px;
            margin-right: 0;
        }

    .bloc-form-carddetails {
        flex-direction: column;
    }

    .bloc-form-cardexpirycvc .form-input {
        margin: 15px 0 0 0;
    }

    .bloc-form-cardexpirycvc :nth-child(1) {
        margin-right: 15px;
    }
}

.footer-top {
    background-color: rgba(242, 242, 247, 0.6);
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 29px 30px;
}

    .footer-top li {
        text-align: center;
        padding: 11px 0;
    }

.footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
}

.footer-menu-link {
    color: black;
    text-decoration: none;
    margin: 0 16px;
    text-align: center;
}

.footer-bottom-links .link {
    margin: 0 12px;
}

.footer-copyright {
    padding: 30px 0 18px 0;
}

.logo-lg {
    display: block;
}

    .logo-lg img {
        width: 92px;
    }

.logo-xl {
    display: block;
}

    .logo-xl img {
        width: 131px;
    }

.logo-sm {
    display: none;
}

.btn-download {
    max-width: 232px;
}

.selected-plan {
    text-align: left;
    margin: 2rem 0 1rem 0;
}

    .selected-plan > * {
        display: inline-block;
    }

    .selected-plan :first-child {
        margin-right: 7px;
    }

.form-payment .bloc-text {
    color: #303030;
}

.bloc-total {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.571rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.3rem 0;
}

.bloc-payment-options {
    display: flex;
    justify-content: flex-start;
    margin: 2rem 0 3rem 0;
}

.bloc-payment-select {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 1rem 0 2rem 0;
}

    .bloc-payment-select > label {
        margin: 1rem 0 0 1rem;
    }

.payment-options {
    width: 51px;
    height: 35px;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
}

.payment-options_visa {
    background: no-repeat center / contain url(./img/bt_visa.png);
}

.payment-options_mastercard {
    background: no-repeat center / contain url(./img/bt_mastercard.png);
}

.payment-options_amex {
    background: no-repeat center / contain url(./img/bt_amex.png);
}

.payment-options_google {
    background: no-repeat center / contain url(./img/bt_google.png);
}

.payment-options_applepay {
    background: no-repeat center / contain url(./img/bt_applepay.png);
}

.payment-options_paypal {
    background: no-repeat center / contain url(./img/bt_paypal.png);
}

.payment-options_selected {
    border: 1px solid var(--purple-bg-color);
    border-radius: 5px;
}
/* ------------------------------------------------------------------------- */
/*                                 Navigation                                */
/* ------------------------------------------------------------------------- */
.nav-logo {
    flex: 0 1 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
}

    .nav-logo img {
        width: 96px;
        height: 25px;
    }

.nav-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    padding-top: 14vh;
    font-size: 1.8rem;
    background-color: var(--purple-bg-color);
    list-style: none;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-100%);
    z-index: 5;
    overflow: hidden;
}

.nav-menu-animate-out {
    transition: transform var(--menu-speed) ease-in-out;
    transition-delay: calc(var(--menu-speed) - 0.2s);
}

.nav-menu li {
    margin: 0 0 40px 0;
    transition: transform var(--menu-speed) ease-in-out, opacity var(--menu-speed) ease-in-out;
    opacity: 0;
    text-align: center;
    transform: translateY(200px);
}

.nav-menu-link, .nav-menu-link:hover {
    color: white;
    text-decoration: none;
}

.nav-toggle:checked ~ .nav-menu li {
    transform: none;
    opacity: 1;
}

.nav-toggle:checked ~ .nav-menu {
    transform: none;
}

.nav-toggle:checked ~ .nav-menu-animate-in {
    transition: transform calc(var(--menu-speed) / 2) ease-in-out;
    transition-delay: 0s;
}

.nav-toggle:checked ~ .nav-menu li:nth-child(1) {
    transition-delay: calc(var(--menu-speed) - 0.2s);
}

.nav-toggle:checked ~ .nav-menu li:nth-child(2) {
    transition-delay: calc(var(--menu-speed) - 0.16s);
}

.nav-toggle:checked ~ .nav-menu li:nth-child(3) {
    transition-delay: calc(var(--menu-speed) - 0.12s);
}

.nav-toggle:checked ~ .nav-menu li:nth-child(4) {
    transition-delay: calc(var(--menu-speed) - 0.08s);
}

.nav-toggle:checked ~ .nav-menu li:nth-child(5) {
    transition-delay: calc(var(--menu-speed) - 0.04s);
}

/* Icon Nav */
.nav-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 20;
}

    .nav-icon span {
        position: relative;
        display: block;
        width: 32px;
        height: 3px;
        background-color: white;
        border-radius: 2px;
        margin: 6px 0;
        transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
/* Hidden checkbox */
.nav-toggle {
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    z-index: 30;
    cursor: pointer;
}

    /* Icon active color */
    .nav-toggle:checked ~ .nav-icon > span {
        background-color: rgba(235, 235, 235, 1);
    }
        /* Icon active position */
        .nav-toggle:checked ~ .nav-icon > span:nth-child(1) {
            transform: rotate(45deg);
            top: 9px;
        }

        .nav-toggle:checked ~ .nav-icon > span:nth-child(2) {
            transform: scale(0, 1);
        }

        .nav-toggle:checked ~ .nav-icon > span:nth-child(3) {
            transform: rotate(-45deg);
            top: -9px;
        }

/* -------------------------------------------------------------------------------------------------------------------------------------  */
/*                                                                DESKTOP                                                                 */
/* -------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (min-width: 1120px) {
    h1 {
        font-size: 3rem;
    }

    .container {
        padding: 5rem 4rem;
    }

    .intro-subtitle {
        margin-bottom: 4.5rem;
    }
    /* ------------------------------------------------------------------------- */
    /*                                 Navigation                                */
    /* ------------------------------------------------------------------------- */
    .header {
        padding: 0 127px;
    }

    .nav-toggle,
    .nav-icon {
        display: none;
    }

    .nav-menu {
        font-size: 1rem;
        padding-top: 0;
        display: flex;
        flex-direction: row;
        min-height: 100%;
        transform: none;
        transition: none;
        justify-content: flex-end;
    }

    .nav-toggle:checked ~ .nav-menu {
        transition: none;
    }

    .nav-menu li {
        display: flex;
        align-items: center;
        margin: 0 40px 0 0;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .nav-menu-btn {
        border: 1px solid white;
        padding: 11px 24px;
        border-radius: 8px;
    }
    /* ------------------------------- PLANS & ADDONS ------------------------------- */
    .plans,
    .addons {
        display: flex;
        flex-direction: row;
    }

    .plans-bloc {
        flex: 1 0 30%;
        margin: 0 8px;
    }

    .addons-bloc {
        flex: 1 0 45%;
        margin: 22px 8px 36px 8px;
    }

    .form-payment-actions {
        flex-direction: row;
        margin: 5rem 0 3rem 0;
    }

        .form-payment-actions :first-child {
            margin-right: 15px;
            margin-bottom: 0;
        }

    .bloc-steps {
        justify-content: center;
        flex-direction: row;
    }

        .bloc-steps > div:nth-child(2) {
            margin: 0 65px;
        }

    .bloc-steps_item img {
        margin-right: 22px;
    }

    .download-platforms {
        flex-direction: row;
    }

        .download-platforms :nth-child(2) {
            margin: 0 22px;
        }

    .footer-top {
        flex-direction: row;
        padding: 21px 30px;
    }

    .footer-bottom {
        width: 100%;
        padding: 0 46px;
    }

        .footer-bottom .infos {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

    .footer-copyright {
        padding: 32px;
    }



    /* ------------------------------- BUSY INDICATOR ------------------------------- */
    @keyframes ldio-s5x817ffyl {
        0% {
            transform: translate(-50%,-50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%,-50%) rotate(360deg);
        }
    }

    .ldio-s5x817ffyl div {
        position: absolute;
        width: 86.26px;
        height: 86.26px;
        border: 13.620000000000001px solid #5335b0;
        border-top-color: transparent;
        border-radius: 50%;
    }

    .ldio-s5x817ffyl div {
        animation: ldio-s5x817ffyl 1.408450704225352s linear infinite;
        top: 113.5px;
        left: 113.5px
    }

    .loadingio-spinner-rolling-g5mrtvhqs97 {
        width: 227px;
        height: 227px;
        display: inline-block;
        overflow: hidden;
        background: none;
    }

    .ldio-s5x817ffyl {
        width: 100%;
        height: 100%;
        position: relative;
        transform: translateZ(0) scale(1);
        backface-visibility: hidden;
        transform-origin: 0 0; /* see note above */
    }

        .ldio-s5x817ffyl div {
            box-sizing: content-box;
        }
}



.error-text {
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #B81237;
}

.input-row {
    display: flex;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    height: 48px;
    margin: 14px 8px;
    flex: 1;
}

    .input-wrapper:first-child {
        margin-left: 0;
    }

    .input-wrapper:last-child {
        margin-right: 0;
    }

.input-row-single {
}

@media screen and (max-width: 800px) {
    .input-row-double {
        flex-direction: column;
    }

    .input-wrapper:first-child {
        margin-left: 0;
        margin-right: 0;
    }

    .input-wrapper:last-child {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #card-input-wrapper {
        margin-bottom: 14px;
    }

}

@media (min-width: 667px) {
    .plans {
        max-width: 540px;
        margin: auto;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}