@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.none-select,
button,
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

::-moz-selection {
    background-color: var(--principal-color);
    color: #fff
}

::selection {
    background-color: var(--principal-color);
    color: #fff
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    background: #1f1f1f
}

body::-webkit-scrollbar-thumb {
    background-color: #6d39ff;
    border-radius: 20px;
    border: 2px solid #1f1f1f
}

:root {
    --primary-gradient-bg: linear-gradient(90deg, #895ffc , #00a1d2  );
    --space-bg-image: url(/img/space-background.5548b9ba.svg);
    --primary-font-bg: linear-gradient(90deg, #fff, #beb1b1);
    --font-work-sans: "Work Sans";
    --font-space-grotesk: "Space Grotesk";
    --font-montserrat: "Montserrat";
    --principal-color: #6d39ff;
}

body {
    background-color: #130f1c   ;
    scroll-behavior: smooth;
    overflow-x: hidden
}

.bg {
    width: 100%
}

.container {
    max-width: 1228px;
    margin: 0 auto;
    padding: 0 0
}

.px-20 {
    padding: 0 20px
}

.bg-alert[data-v-233c6cc4] {
    width: 100%;
    padding: 12px;
    background-image: var(--primary-gradient-bg);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.bg-alert p[data-v-233c6cc4] {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.28px
}

.bg-alert p[data-v-233c6cc4],
button[data-v-4a88c074] {
    text-align: center;
    font-family: var(--font-work-sans);
    font-style: normal
}

button[data-v-4a88c074] {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.32px;
    cursor: pointer
}

.colorful[data-v-4a88c074] {
    color: #fff;
    background-color: hsla(0, 0%, 56%, .07);
    background-image: linear-gradient(90deg, #a688fa, #6f3ef6 50%, #00d0d2  90%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: all .4s ease;
    border: 1px solid var(--Linear, #5d25f7);
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px)
}

.colorful[data-v-4a88c074]:hover {
    background-image: linear-gradient(90deg, #a688fa 50%, #6f3ef6 70%, #00d0d2 90%);
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0
}

.none-colorful[data-v-4a88c074] {
    background-color: hsla(0, 0%, 56%, .07);
    background-image: linear-gradient(90deg, #6f3ef6, #00d0d2 25%, #7948ff 50%, hsl(259.67deg 93.57% 62.01%) 90%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: all .4s ease;
    border: 1px solid var(--Linear, #5d25f7 );
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px);
    color: #fff
}

.none-colorful[data-v-4a88c074]:hover {
    background-image: linear-gradient(90deg, #6f3ef6, #00d0d2 50%, hsla(0, 0%, 56%, .07) 90%);
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0
}

.rounded-100[data-v-4a88c074] {
    border-radius: 100px
}

.bg-nav[data-v-1e3e5890] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 19
}

.bg-nav figure img[data-v-1e3e5890] {
    cursor: pointer
}

.bg-nav .nav-links[data-v-1e3e5890] {
    display: flex;
    align-items: center;
    gap: 40px
}

.bg-nav .nav-links p[data-v-1e3e5890] {
    color: #fff;
    font-family: var(--font-work-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    transition: .2s
}

.bg-nav .nav-links p[data-v-1e3e5890]:hover {
    color: var(--principal-color);
    transition: .2s
}

.bg-nav .bg-button[data-v-1e3e5890] {
    width: 160px;
    height: 48px
}

.bg-nav .open-mobile-menu[data-v-1e3e5890],
.mobile-menu[data-v-1e3e5890] {
    display: none
}

@media screen and (max-width:980px) {
    .bg-nav figure img[data-v-1e3e5890] {
        width: 130px
    }
    .bg-nav .bg-button[data-v-1e3e5890],
    .bg-nav .nav-links[data-v-1e3e5890] {
        display: none
    }
    .bg-nav .open-mobile-menu[data-v-1e3e5890] {
        display: flex
    }
    .bg-nav .open-mobile-menu .icon[data-v-1e3e5890] {
        width: 30px;
        color: #fff
    }
    .mobile-menu[data-v-1e3e5890] {
        width: 100%;
        background-color: #101010;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        border-radius: 5px;
        position: absolute;
        height: 0;
        overflow: hidden;
        transition: height .4s ease;
        padding: 0 20px;
        left: 0
    }
    #mobile-menu.open[data-v-1e3e5890] {
        height: 264px
    }
    .mobile-menu p[data-v-1e3e5890] {
        color: #fff;
        font-family: var(--font-work-sans);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        transition: .2s
    }
    .mobile-menu p[data-v-1e3e5890]:hover {
        color: var(--principal-color);
        transition: .2s
    }
    .mobile-menu .access[data-v-1e3e5890] {
        color: var(--principal-color) !important
    }
}

.bg-notification[data-v-790df577] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, .07);
    background: hsla(0, 0%, 100%, .07);
    display: flex;
    align-items: center;
    padding: 8px 10px 4px 10px;
    justify-content: flex-start;
    gap: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bg-notification .notification-infos h2[data-v-790df577] {
    color: #fff;
    font-family: var(--font-work-sans);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.24px
}

.bg-notification .notification-infos p[data-v-790df577] {
    color: #bfbfbf;
    font-family: var(--font-work-sans);
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.16px;
    margin-bottom: 5px
}

.bg-loader[data-v-fdee50d8] {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    background-color: #000000df;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: re
}

.close-bg[data-v-fdee50d8] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.bg-waiting[data-v-fdee50d8] {
    max-width: 98%;
    width: 700px;
    height: 500px;
    background-color: #111111e5;
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px);
    padding: 18px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    z-index: 2
}

.bg-waiting figure img[data-v-fdee50d8] {
    width: 130px;
    margin-bottom: 20px
}

.bg-loader h2[data-v-fdee50d8] {
    max-width: 98%;
    font-family: var(--font-montserrat);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.8px;
    text-transform: capitalize;
    color: var(--principal-color)
}

.bg-loader p[data-v-fdee50d8] {
    width: 500px;
    max-width: 100%;
    color: #afaec6;
    font-family: var(--font-work-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.36px;
    margin-top: 10px
}

.bg-loader .input[data-v-fdee50d8] {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px
}

.bg-loader .input input[data-v-fdee50d8] {
    width: 350px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid hsla(0, 0%, 80%, .15);
    background: hsla(0, 0%, 100%, .05);
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .05);
    color: #fff;
    padding: 0 55px 0 30px
}

.bg-loader .input input[data-v-fdee50d8]:focus {
    box-shadow: 0 0 0 0;
    outline: 0
}

.bg-loader .input .send-button[data-v-fdee50d8] {
    position: absolute;
    right: 5px;
    top: 4px;
    background-color: hsla(0, 0%, 56%, .07);
    background-image: linear-gradient(90deg, #a688fa, #6f3ef6 50%, #00d0d2  90%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: all .4s ease;
    border: 1px solid var(--Linear, #6f3ef6);
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer
}

.bg-loader .input .send-button[data-v-fdee50d8]:hover {
    background-image: linear-gradient(90deg, #a688fa, #6f3ef6 50%, #00d0d2  90%);
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0
}

.bg-loader .input .send-button .icon[data-v-fdee50d8] {
    width: 20px;
    color: #fff
}

.bg-loader .button[data-v-fdee50d8] {
    margin-top: 30px;
    height: 50px;
    width: 350px
}

.bg-loader[data-v-370fa93a] {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    background-color: #000000df;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: re
}

.close-bg[data-v-370fa93a] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.bg-waiting[data-v-370fa93a] {
    max-width: 98%;
    width: 700px;
    height: 500px;
    background-color: #111111e5;
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px);
    padding: 18px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    z-index: 2
}

.bg-waiting figure img[data-v-370fa93a] {
    width: 130px;
    margin-bottom: 20px
}

.bg-loader h2[data-v-370fa93a] {
    max-width: 98%;
    font-family: var(--font-montserrat);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.8px;
    text-transform: capitalize;
    color: var(--principal-color)
}

.bg-loader p[data-v-370fa93a] {
    width: 500px;
    max-width: 100%;
    color: #afaec6;
    font-family: var(--font-work-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.36px;
    margin-top: 10px
}

.bg-loader .input[data-v-370fa93a] {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px
}

.bg-loader .input input[data-v-370fa93a] {
    width: 350px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid hsla(0, 0%, 80%, .15);
    background: hsla(0, 0%, 100%, .05);
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .05);
    color: #fff;
    padding: 0 55px 0 30px
}

.bg-loader .input input[data-v-370fa93a]:focus {
    box-shadow: 0 0 0 0;
    outline: 0
}

.bg-loader .input .send-button[data-v-370fa93a] {
    position: absolute;
    right: 5px;
    top: 4px;
    background-color: hsla(0, 0%, 56%, .07);
    background-image: linear-gradient(90deg, #a688fa, #6f3ef6 50%, #00d0d2  90%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: all .4s ease;
    border: 1px solid var(--Linear, #f84983);
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer
}

.bg-loader .input .send-button[data-v-370fa93a]:hover {
    background-image: linear-gradient(90deg,#a688fa, #6f3ef6 50%, #00d0d2  90%);
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0
}

.bg-loader .input .send-button .icon[data-v-370fa93a] {
    width: 20px;
    color: #fff
}

.bg-loader .button[data-v-370fa93a] {
    margin-top: 30px;
    height: 50px;
    width: 350px
}

.header-page[data-v-b8eee3e0] {
    width: 100%;
    background-image: var(--space-bg-image);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: 50%;
    padding: 20px 0
}

.header-page .bg-content-header[data-v-b8eee3e0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.header-page .bg-content-header .bg-content[data-v-b8eee3e0] {
    display: flex;
    flex-direction: column;
    gap: 36px;
    max-width: 505px
}

.header-page .bg-content-header .bg-content h1[data-v-b8eee3e0] {
    font-family: var(--font-space-grotesk);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -.8px;
    text-transform: capitalize;
    background: var(--primary-font-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -50px
}

.header-page .bg-content-header .bg-content p[data-v-b8eee3e0] {
    color: #afaec6;
    font-family: var(--font-work-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px
}

.header-page .bg-content-header .bg-content .action-button[data-v-b8eee3e0] {
    width: 250px;
    height: 55px
}

.header-page .bg-content-header .bg-content .total-datas[data-v-b8eee3e0] {
    display: flex;
    align-items: flex-start;
    gap: 90px
}

.header-page .bg-content-header .bg-content .total-datas .data h3[data-v-b8eee3e0] {
    color: #fff;
    font-family: var(--font-space-grotesk);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -.48px;
    text-transform: capitalize
}

.header-page .bg-content-header .bg-content .total-datas .data span[data-v-b8eee3e0] {
    color: var(--principal-color)
}

.header-page .bg-content-header .bg-figure[data-v-b8eee3e0] {
    position: relative;
    width: 652px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-page .bg-content-header .bg-figure img[data-v-b8eee3e0] {
    width: 800px
}

.header-page .bg-content-header .bg-figure .bg-notifications[data-v-b8eee3e0] {
    position: absolute;
    right: -50px
}

.header-page .bg-content-header .bg-figure .bg-notifications .notifications[data-v-b8eee3e0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
    height: 360px;
    overflow: hidden;
    width: 344px
}

.header-page .bg-content-header .bg-figure .bg-notifications .notification[data-v-b8eee3e0] {
    width: 280px;
    margin: 10px 0
}

.notification-enter-active[data-v-b8eee3e0],
.notification-leave-active[data-v-b8eee3e0] {
    transition: transform .8s ease
}

.notification-enter[data-v-b8eee3e0],
.notification-leave-to[data-v-b8eee3e0] {
    transform: translateY(-100%)
}

.fade-in-section[data-v-b8eee3e0] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, transform
}

.fade-in-section.is-visible[data-v-b8eee3e0] {
    opacity: 1;
    transform: translateY(0)
}

.bubbleblur[data-v-b8eee3e0] {
    position: absolute;
    z-index: 1;
    right: 0
}

.four-steps-to-sale[data-v-b8eee3e0] {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.four-steps-to-sale article[data-v-b8eee3e0] {
    padding-right: 30px;
    position: relative;
    z-index: 2
}

.four-steps-to-sale article h2[data-v-b8eee3e0] {
    background: var(--primary-font-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-space-grotesk);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -.72px
}

.four-steps-to-sale article .steps[data-v-b8eee3e0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    max-width: 600px
}

.four-steps-to-sale article .steps .step[data-v-b8eee3e0] {
    width: 100%;
    border-top: 1px solid #2b2b2b;
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 40px
}

.four-steps-to-sale article .steps .step .step-article h3[data-v-b8eee3e0] {
    color: #fff;
    font-family: Space Grotesk;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -.48px;
    text-transform: capitalize
}

.four-steps-to-sale article .steps .step .step-article .register-account[data-v-b8eee3e0] {
    color: var(--principal-color);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.four-steps-to-sale article .steps .step .step-article .register-account .icon[data-v-b8eee3e0] {
    width: 20px
}

.four-steps-to-sale article .steps .step .step-article p[data-v-b8eee3e0] {
    color: #afaec6;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.36px
}

.learn-sell-bg[data-v-b8eee3e0] {
    width: 100%;
    background-image: url(/img/lines-background-1.66ee47f4.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 80px 20px
}

.learn-sell-bg .learn-sell[data-v-b8eee3e0] {
    width: 100%;
    height: 475px;
    background-image: url(/img/pink-waves.cd1f37a9.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px
}

.learn-sell-bg .learn-sell .bg[data-v-b8eee3e0] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(130, 14, 78, .404);
    border-radius: 20px;
    gap: 35px
}

.learn-sell-bg .learn-sell .bg header[data-v-b8eee3e0] {
    text-align: center;
    font-family: var(--font-space-grotesk);
    font-size: 20px;
    font-style: normal;
    letter-spacing: -.64px;
    color: #fff
}

.learn-sell-bg .learn-sell .bg header h3[data-v-b8eee3e0] {
    font-size: 24px;
    font-weight: 500
}

.learn-sell-bg .learn-sell .bg header h2[data-v-b8eee3e0] {
    font-size: 28px;
    font-weight: 500
}

.learn-sell-bg .learn-sell .bg article[data-v-b8eee3e0] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.learn-sell-bg .learn-sell .bg article p[data-v-b8eee3e0] {
    color: #f0f0f0;
    text-align: center;
    font-family: var(--font-work-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.36px;
    width: 684px;
    max-width: 95%
}

.learn-sell-bg .learn-sell .bg .button[data-v-b8eee3e0] {
    width: 300px;
    max-width: 95%;
    height: 55px
}

.why-us-bg[data-v-b8eee3e0] {
    width: 100%;
    padding: 80px 20px;
    position: relative
}

.why-us-bg .rounded-red-blur[data-v-b8eee3e0] {
    fill: var(--6645-eb, #ff0054);
    opacity: 1;
    filter: blur(15.0500030517578px);
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: 1
}

.why-us-bg .wave[data-v-b8eee3e0] {
    position: absolute;
    right: 60px;
    top: 510px
}

.why-us-bg .why-us[data-v-b8eee3e0] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 80px
}

.why-us-bg .why-us h2[data-v-b8eee3e0] {
    color: #fff;
    text-align: center;
    font-family: var(--font-space-grotesk);
    font-size: 28px;
    font-style: normal;
    font-weight: 450;
    line-height: 50px;
    letter-spacing: -.8px
}

.why-us-bg .why-us .cards-list[data-v-b8eee3e0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.why-us-bg .why-us .cards-list .card[data-v-b8eee3e0] {
    width: 390px;
    border-radius: 15px;
    border: 1px solid hsla(0, 0%, 100%, .15);
    background: rgba(68, 18, 132, .1);
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px);
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.why-us-bg .why-us .cards-list .card .rounded-gradient[data-v-b8eee3e0] {
    fill: var(--Linear, linear-gradient(86deg, #f84983 6.15%, #ee135b 132.87%));
    opacity: 0;
    filter: blur(60px);
    width: 165px;
    height: 165px;
    position: absolute;
    transition: .2s
}

.why-us-bg .why-us .cards-list .card:hover .rounded-gradient[data-v-b8eee3e0] {
    opacity: 1
}

.why-us-bg .why-us .cards-list .card header[data-v-b8eee3e0] {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.why-us-bg .why-us .cards-list .card header h3[data-v-b8eee3e0] {
    color: #fff;
    font-family: Space Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.4px;
    text-transform: capitalize;
    max-width: 200px
}

.why-us-bg .why-us .cards-list .card .figure[data-v-b8eee3e0] {
    width: 65px;
    height: 65px;
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .4s
}

.why-us-bg .why-us .cards-list .card .figure .rounded-purple-blur[data-v-b8eee3e0] {
    border-radius: 22.082px;
    background: #6645eb;
    filter: blur(14.25px);
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -15px;
    transition: .3s
}

.why-us-bg .why-us .cards-list .card .figure .icon[data-v-b8eee3e0] {
    width: 30px;
    color: var(--principal-color);
    transition: .3s
}

.why-us-bg .why-us .cards-list .card:hover .rounded-purple-blur[data-v-b8eee3e0] {
    opacity: 0
}

.why-us-bg .why-us .cards-list .card:hover .figure[data-v-b8eee3e0] {
    background-color: var(--principal-color);
    transition: .8s
}

.why-us-bg .why-us .cards-list .card:hover .figure .icon[data-v-b8eee3e0] {
    color: #fff;
    transition: .8s
}

.why-us-bg .why-us .cards-list .card .card-info[data-v-b8eee3e0] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 50px;
    border-top: 1px solid #ffffff1f
}

.why-us-bg .why-us .cards-list .card .card-info p[data-v-b8eee3e0] {
    color: var(--afaec-6, #afaec6);
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px
}

.why-us-bg .why-us .cards-list .card .card-info .subtitle[data-v-b8eee3e0] {
    color: #fff
}

.why-us-bg .why-us .button[data-v-b8eee3e0] {
    width: 370px;
    height: 55px
}

.awards-bg[data-v-b8eee3e0] {
    width: 100%;
    padding: 80px 20px;
    background-image: url(/img/lines-rounded-blur.61fed3a6.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.awards-bg h2[data-v-b8eee3e0] {
    color: #fff;
    text-align: center;
    font-family: var(--font-space-grotesk);
    font-size: 28px;
    font-style: normal;
    font-weight: 450;
    line-height: 50px;
    letter-spacing: -.8px
}

.awards-bg .awards-list[data-v-b8eee3e0] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 30px
}

.awards-bg .awards-list .award[data-v-b8eee3e0] {
    width: 390px;
    max-width: 100%;
    border-radius: 18px;
    border: 1px solid hsla(0, 0%, 100%, .15);
    background: rgba(152, 95, 226, .086);
    -webkit-backdrop-filter: blur(8.75px);
    backdrop-filter: blur(8.75px);
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative
}

.awards-bg .awards-list .award figure[data-v-b8eee3e0] {
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 100%, .09);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    height: 220px
}

.awards-bg .awards-list .award figure img[data-v-b8eee3e0] {
    max-width: 100%
}

.awards-bg .awards-list .award article[data-v-b8eee3e0] {
    width: 100%;
    border-radius: 18px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: rgba(0, 0, 0, .003);
    -webkit-backdrop-filter: blur(8.75px);
    backdrop-filter: blur(8.75px);
    height: 150px;
    margin-top: -30px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px
}

.awards-bg .awards-list .award article h3[data-v-b8eee3e0] {
    color: #fff;
    text-align: center;
    font-family: Space Grotesk;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 30px;
    letter-spacing: -.4px;
    text-transform: capitalize
}

.awards-bg .awards-list .award article p[data-v-b8eee3e0] {
    color: var(--afaec-6, #afaec6);
    text-align: center;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -.36px
}

.awards-bg .button[data-v-b8eee3e0] {
    width: 370px;
    height: 55px
}

.tax-withdrawal-bg[data-v-b8eee3e0] {
    width: 100%;
    background-image: url(/img/square-blocks.6a123989.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.tax-withdrawal-bg .tax-withdrawal-second-bg[data-v-b8eee3e0] {
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 80px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg h2[data-v-b8eee3e0] {
    color: #fff;
    text-align: center;
    font-family: var(--font-space-grotesk);
    font-size: 28px;
    font-style: normal;
    font-weight: 450;
    line-height: 50px;
    letter-spacing: -.8px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards[data-v-b8eee3e0] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .four-cards[data-v-b8eee3e0] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 30px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .four-cards .card[data-v-b8eee3e0] {
    width: 390px;
    height: auto;
    border-radius: 15px;
    border: 1px solid hsla(0, 0%, 100%, .15);
    background: rgba(68, 18, 132, .1);
    -webkit-backdrop-filter: blur(8.75px);
    backdrop-filter: blur(8.75px);
    padding: 40px;
    text-align: left
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .four-cards .card h3[data-v-b8eee3e0] {
    color: #fff;
    font-family: var(--font-space-grotesk);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -.4px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .four-cards .card h2[data-v-b8eee3e0] {
    color: var(--d-445-eb, #6d39ff);
    font-family: var(--font-space-grotesk);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -.48px;
    text-align: left
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .four-cards .card p[data-v-b8eee3e0] {
    color: var(--afaec-6, #afaec6);
    font-family: var(--font-work-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    letter-spacing: -.36px;
    padding-top: 10px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .withdrawal-politic[data-v-b8eee3e0] {
    width: 390px;
    border-radius: 15px;
    border: 1px solid hsla(0, 0%, 100%, .15);
    background: rgba(68, 18, 132, .1);
    -webkit-backdrop-filter: blur(8.75px);
    backdrop-filter: blur(8.75px);
    padding: 40px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .withdrawal-politic h3[data-v-b8eee3e0] {
    color: var(--d-445-eb, #00d0d2);
    font-family: var(--font-space-grotesk);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -.48px;
    text-align: left;
    padding-bottom: 20px
}

.tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .withdrawal-politic p[data-v-b8eee3e0] {
    color: var(--afaec-6, #afaec6);
    font-family: var(--font-work-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    letter-spacing: -.36px;
    padding-top: 20px
}

.download-app-bg[data-v-b8eee3e0] {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.download-app-bg .infos[data-v-b8eee3e0] {
    width: 560px
}

.download-app-bg .infos h2[data-v-b8eee3e0] {
    font-family: var(--font-space-grotesk);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -.8px;
    text-transform: capitalize;
    background-image: var(--primary-font-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.download-app-bg .infos h3[data-v-b8eee3e0] {
    color: #fff;
    font-family: var(--font-space-grotesk);
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 34px;
    letter-spacing: -.48px;
    text-transform: capitalize;
    margin-top: 100px
}

.download-app-bg .infos p[data-v-b8eee3e0] {
    color: #afaec6;
    font-family: var(--font-work-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    letter-spacing: -.36px;
    margin-top: 10px
}

.download-app-bg .infos .download-buttons[data-v-b8eee3e0] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    margin-top: 80px;
    padding-top: 40px
}

.download-app-bg .infos .download-buttons img[data-v-b8eee3e0] {
    cursor: pointer;
    width: 180px
}

.download-app-bg .infos .download-buttons .app-store[data-v-b8eee3e0] {
    width: 160px
}

.download-app-bg figure img[data-v-b8eee3e0] {
    width: 100%
}

.footer[data-v-b8eee3e0] {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.footer .top[data-v-b8eee3e0] {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer .top .left[data-v-b8eee3e0] {
    width: 420px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 200px
}

.footer .top .left h2[data-v-b8eee3e0] {
    font-family: var(--font-space-grotesk);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -.8px;
    text-transform: capitalize;
    background-image: var(--primary-font-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer .top .left .input-subscription[data-v-b8eee3e0] {
    position: relative;
    display: flex;
    align-items: center
}

.footer .top .left .input-subscription input[data-v-b8eee3e0] {
    width: 350px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid hsla(0, 0%, 80%, .15);
    background: hsla(0, 0%, 100%, .05);
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .05);
    color: #fff;
    padding: 0 55px 0 30px
}

.footer .top .left .input-subscription input[data-v-b8eee3e0]:focus {
    box-shadow: 0 0 0 0;
    outline: 0
}

.footer .top .left .input-subscription .send-button[data-v-b8eee3e0] {
    position: absolute;
    right: 6px;
    background-color: hsla(0, 0%, 56%, .07);
    background-image: linear-gradient(90deg,#a688fa, #6f3ef6 50%, #00d0d2  90%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: all .4s ease;
    border: 1px solid var(--Linear, #6f3ef6);
    -webkit-backdrop-filter: blur(2.6500000953674316px);
    backdrop-filter: blur(2.6500000953674316px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer
}

.footer .top .left .input-subscription .send-button[data-v-b8eee3e0]:hover {
    background-image: linear-gradient(90deg,#a688fa, #6f3ef6 50%, #00d0d2  90%);
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0
}

.footer .top .left .input-subscription .send-button .icon[data-v-b8eee3e0] {
    width: 20px;
    color: #fff
}

.footer .top .right[data-v-b8eee3e0] {
    display: flex;
    align-items: flex-star;
    justify-content: space-between;
    gap: 50px
}

.footer .top .right nav[data-v-b8eee3e0] {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.footer .top .right nav h3[data-v-b8eee3e0] {
    color: #fff;
    font-family: var(--font-space-grotesk);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.4px;
    text-transform: capitalize
}

.footer .top .right nav p[data-v-b8eee3e0] {
    color: var(--afaec-6, #afaec6);
    font-family: var(--font-work-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.36px;
    transition: .2s
}

.footer .top .right nav p[data-v-b8eee3e0]:hover {
    transition: .2s;
    color: var(--principal-color)
}

.footer .bottom[data-v-b8eee3e0] {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
    border-top: 1px solid #2b2b2b;
    padding-top: 40px
}

.footer .bottom p[data-v-b8eee3e0] {
    width: 100%;
    color: #afaec6;
    font-family: var(--font-work-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.36px
}

.footer .bottom .social-infos[data-v-b8eee3e0] {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer .bottom .social-infos .social[data-v-b8eee3e0] {
    border-radius: 7px;
    background: #ffffff1b;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s
}

.footer .bottom .social-infos .social[data-v-b8eee3e0]:hover {
    border-radius: 7px;
    background: var(--principal-color);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

@media screen and (max-width:1280px) {
    .why-us-bg .why-us .cards-list[data-v-b8eee3e0] {
        grid-template-columns: repeat(2, 3fr)
    }
    .why-us-bg .why-us .button[data-v-b8eee3e0],
    .why-us-bg .why-us .cards-list .card[data-v-b8eee3e0] {
        width: 100%
    }
    .awards-bg .awards-list[data-v-b8eee3e0] {
        grid-template-columns: repeat(2, 3fr)
    }
    .awards-bg .button[data-v-b8eee3e0] {
        width: 100%
    }
    .tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards[data-v-b8eee3e0] {
        grid-template-columns: 1fr
    }
    .tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .four-cards .card[data-v-b8eee3e0],
    .tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .withdrawal-politic[data-v-b8eee3e0] {
        width: 100%
    }
}

@media screen and (max-width:1125px) {
    .header-page .bg-content-header[data-v-b8eee3e0] {
        flex-direction: column
    }
    .header-page .bg-content-header .bg-content[data-v-b8eee3e0] {
        max-width: 100%
    }
    .header-page .bg-content-header .bg-content h1[data-v-b8eee3e0] {
        margin-top: 30px
    }
    .header-page .bg-content-header .bg-figure[data-v-b8eee3e0] {
        margin-right: 0;
        overflow-x: hidden;
        max-width: 100%
    }
    .header-page .bg-content-header .bg-figure .bg-notifications[data-v-b8eee3e0] {
        right: 40px;
        bottom: 100px
    }
    .header-page .bg-content-header .bg-figure .bg-notifications .notifications[data-v-b8eee3e0] {
        height: 400px
    }
    .four-steps-to-sale[data-v-b8eee3e0] {
        flex-direction: column
    }
    .four-steps-to-sale article[data-v-b8eee3e0] {
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .four-steps-to-sale article h2[data-v-b8eee3e0] {
        font-size: 30px;
        text-align: center
    }
    .four-steps-to-sale article .steps[data-v-b8eee3e0] {
        width: 100%;
        align-items: center
    }
    .four-steps-to-sale article .steps .step .step-article h3[data-v-b8eee3e0] {
        font-size: 20px
    }
    .four-steps-to-sale article .steps .step .step-article p[data-v-b8eee3e0] {
        font-size: 16px
    }
    .four-steps-to-sale .future-people img[data-v-b8eee3e0] {
        max-width: 100%
    }
    .why-us-bg .why-us .cards-list[data-v-b8eee3e0] {
        width: 100%;
        grid-template-columns: 1fr
    }
    .why-us-bg .rounded-red-blur[data-v-b8eee3e0] {
        overflow: hidden;
        left: -400px
    }
    .awards-bg .awards-list[data-v-b8eee3e0],
    .tax-withdrawal-bg .tax-withdrawal-second-bg .bg-cards .four-cards[data-v-b8eee3e0] {
        grid-template-columns: 1fr
    }
    .download-app-bg[data-v-b8eee3e0] {
        flex-direction: column
    }
    .download-app-bg .infos[data-v-b8eee3e0] {
        width: 100%
    }
    .download-app-bg figure[data-v-b8eee3e0] {
        width: 100%;
        margin-top: 50px
    }
}

@media screen and (max-width:920px) {
    .footer .top[data-v-b8eee3e0] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 80px
    }
    .footer .top .left[data-v-b8eee3e0] {
        align-items: center
    }
    .footer .top .left h2[data-v-b8eee3e0] {
        text-align: center
    }
    .footer .top .left .input-subscription input[data-v-b8eee3e0],
    .footer .top .left .input-subscription[data-v-b8eee3e0] {
        width: 100%
    }
    .footer .bottom[data-v-b8eee3e0] {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center
    }
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: #ffffffb3;
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
    --toastify-color-progress-colored: #ddd
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    transform: translate3d(0, 0, var(--toastify-z-index) px);
    width: var(--toastify-toast-width);
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 #0000001a, 0 2px 15px 0 #0000000d;
    box-sizing: border-box;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: var(--toastify-toast-max-height);
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px;
    white-space: pre-wrap
}

.Toastify__toast-body>div:last-child {
    flex: 1
}

.Toastify__toast-icon {
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px
}

.Toastify--animate {
    animation-duration: .7s;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    animation-duration: .3s;
    animation-fill-mode: both
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: var(--toastify-color-info);
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: var(--toastify-color-success);
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: var(--toastify-color-warning);
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: var(--toastify-color-error);
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default {
    background: var(--toastify-color-progress-colored)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: #0000;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentcolor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    transform-origin: right
}

.Toastify__spinner {
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__none {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-duration: 0;
        animation-timing-function: none
    }
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        transform: translateZ(0)
    }
}

.Toastify__none-enter--bottom-center,
.Toastify__none-enter--bottom-left,
.Toastify__none-enter--bottom-right,
.Toastify__none-enter--top-center,
.Toastify__none-enter--top-left,
.Toastify__none-enter--top-right {
    animation-name: Toastify__none
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}