.font-italic {
    font-style: italic
}

.font-normal {
    font-style: normal
}

.btn,
a,
button {
    font-family: outfit, "sans-serif"
}

.bg-gradient-primary {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #091629, #150d38)
}

.btn-gradient-primary {
    padding: 1rem 2rem;
    border-radius: 12px;
    border: 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .72px;
    text-align: center;
    color: hsla(0, 0%, 100%, .85);
    margin-top: 8px;
    background-image: linear-gradient(43deg, #9b34d7, #3f34d7 15%, #871eff 31%, #2793ff 48%, #8817ff 63%, #ff00c2 81%, #fffd37);
    background-size: 900%;
    animation: anime 10s linear infinite;
    transform: scale(1)
}

.btn-gradient-primary:hover {
    color: #fff !important;
    transform: scale(1.05)
}

.btn-gradient-primary.btn-gradient-primary-small {
    padding: .5rem 1.5rem;
    border-radius: 6px;
    font-size: .85rem
}

.btn-gradient-primary.btn-gradient-primary-small .btn-with-icon {
    font-size: .85rem !important
}

.badge-gradient-gold-animation {
    padding: .2rem .85rem;
    border-radius: 4px;
    font-size: .85rem;
    background-color: rgba(48, 11, 197, .1333333333);
    color: #f5c21b
}

.btn-with-icon {
    padding-left: 4px
}

.btn-primary-2 {
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .72px;
    text-align: center;
    color: hsla(0, 0%, 100%, .85);
    margin-top: 8px;
    background-color: #3001ea;
    transform: scale(1);
    border: 0;
    box-shadow: none
}

.btn-primary-2:hover {
    color: #fff !important;
    transform: scale(1.05);
    background-color: #300bc5 !important
}

.btn-secondary-2 {
    padding: 10px 30px;
    border-radius: 12px;
    border: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: .72px;
    text-align: center;
    color: hsla(0, 0%, 100%, .85);
    margin-top: 8px;
    background-color: #150c37;
    transform: scale(1)
}

.btn-secondary-2:hover {
    color: #fff !important;
    transform: scale(1.05);
    background-color: #0c0620 !important
}

.button-scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 100px;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    z-index: 101;
    background-color: hsla(0, 0%, 100%, .9);
    color: #282828;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .button-scroll-to-top {
        display: none !important
    }
}

.floating-box-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #0e1040;
    background: linear-gradient(180deg, rgba(14, 16, 64, 0) 9%, rgba(14, 16, 64, 0) 10%, #0e1040 75%);
    padding: 24px 16px 38px;
    z-index: 99;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: .325s ease
}

.floating-box-cta.show {
    transform: translateY(-2rem);
    opacity: 1;
    visibility: visible;
    transition: .325s ease
}

.floating-box-cta .btn-gradient-primary.btn-gradient-primary-sm {
    font-size: 12px !important;
    padding: 10px 24px;
    border-radius: 8px;
    text-transform: uppercase
}

.floating-box-cta .label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-top: 8px;
    color: #eaeaea
}

@media screen and (min-width:992px) {
    .floating-box-cta .btn-gradient-primary.btn-gradient-primary-sm {
        font-size: 14px !important;
    }

    .floating-box-cta .label {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-top: 8px;
        color: #eaeaea
    }
}

/* .section-price {

} */

.section-price .section-price-title {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: .76px
}

@media screen and (max-width:1024px) {
    .section-price .section-price-title {
        font-size: 2rem;
        line-height: 36px
    }
}

@media screen and (max-width:992px) {
    .section-price .section-price-title {
        font-size: 1.75rem;
        line-height: 36px;
        margin-top: 44px;
        padding: 0 24px 0 0;
        text-align: left
    }
}

.section-price .section-price-des {
    color: #fff;
    text-align: center;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    width: 100%;
    max-width: 992px;
    margin: 0 auto
}

.section-price .section-price-des .section-price-des-highlight {
    color: #967cfd;
    font-weight: 600
}

@media screen and (max-width:1024px) {
    .section-price .section-price-des {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding: 0
    }
}

@media screen and (max-width:992px) {
    .section-price .section-price-des {
        text-align: left
    }
}

.section-price .section-price-box-items-header {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    position: relative;
    margin-top: 32px
}

.section-price .section-price-box-items-header .section-price-box-items-header-label {
    display: flex;
    flex-direction: row;
    /* transform: translateX(4rem); */
    margin-inline: auto;
}

@media screen and (max-width:568px) {
    /* .section-price .section-price-box-items-header .section-price-box-items-header-label {
        transform: translateX(-45px)
    } */
}

.section-price .section-price-box-items-header .section-price-box-items-header-label .section-price-box-items-header-label-info {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 150px;
    padding-left: 8px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .section-price .section-price-box-items-header .section-price-box-items-header-label .section-price-box-items-header-label-info {
        font-size: 1.15rem;
        line-height: 27px;
    }

    .section-price .section-price-box-items-toggle .btn-toggle {
        width: 10rem !important;
    }
}

.section-price .section-price-box-items-header .section-price-box-items-header-label .section-price-box-items-header-label-box-image {
    padding-top: 16px
}

@media screen and (max-width:568px) {
    /* .section-price .section-price-box-items-header .section-price-box-items-header-label .section-price-box-items-header-label-box-image {
        order: 2
    } */
}

.section-price .section-price-box-items-header .section-price-box-items-header-label .bounce-out-down {
    animation: bounce-out-down 1s ease-out infinite
}

@keyframes bounce-out-down {
    0% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(10px)
    }
}

.section-price .section-price-box-items-toggle {
    display: flex;
    flex-direction: row;
    border-radius: 99px;
    background: rgba(76, 76, 76, .13);
    padding: 6px;
    margin-top: 8px;
    width: fit-content;
}

.section-price .section-price-box-items-toggle .btn-toggle {
    background-color: transparent;
    color: hsla(0, 0%, 100%, .64);
    text-align: center;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    padding: 12px 16px;
    width: 7.5rem;
    border-radius: 99px;
}

.section-price .section-price-box-items-toggle .btn-toggle.active {
    color: #fff;
    border-radius: 99px;
    background: #3001ea
}

.section-price .section-price-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 24px
}

.section-price .section-price-items .section-price-item {
    width: 33.3333333333%
}

@media screen and (max-width:992px) {
    .section-price .section-price-items .section-price-item {
        width: 100%
    }
}

.section-price .section-price-items .section-price-item .section-price-item-box {
    border-radius: 6px
}

.section-price .section-price-items .section-price-item .section-price-item-box.highlight {
    background: rgba(12, 4, 35, .89)
}

.section-price .section-price-items .section-price-item .section-price-item-box.highlight .section-price-item-header {
    background: rgba(12, 4, 35, .89) !important
}

.section-price .section-price-items .section-price-item .section-price-item-header {
    padding: 32px 32px 16px;
    position: sticky;
    top: 85px;
    background-color: #101132;
    height: 345px
}

@media screen and (max-width:1440px) {
    .section-price .section-price-items .section-price-item .section-price-item-header {
        position: relative;
        top: 0;
        height: 345px
    }
}

@media screen and (max-width:992px) {
    .section-price .section-price-items .section-price-item .section-price-item-header {
        position: relative;
        top: 0;
        height: auto
    }
}

.section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-title {
    color: #fff;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-title .badge-sm {
    font-size: .75rem;
    background: #fec20f;
    color: #222104;
    position: relative;
    top: -4px
}

.section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-des {
    color: #fff;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media screen and (max-width:1200px) {
    .section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-des {
        height: 70px
    }
}

.section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-subtitle {
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

.section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-subtitle .section-price-item-subtitle-label {
    color: #fff;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 8px
}

.section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-subtitle-label {
    color: #fff;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.section-price .section-price-items .section-price-item .section-price-item-header .section-price-item-label {
    display: block;
    margin-top: 16px;
    color: var(--red, #eb5757);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.section-price .section-price-items .section-price-item .section-price-item-header.section-price-item-header-with-discount {
    height: auto
}

.section-price .section-price-items .section-price-item .section-price-item-body {
    padding-bottom: 32px
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-items {
    list-style: none;
    margin: 12px 0;
    padding: 0
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-items.section-price-list-items {
    margin-top: 0
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-title {
    padding: 12px 24px;
    margin-top: 12px;
    border-top: 1px solid rgba(54, 68, 87, .69)
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item {
    padding: 12px 24px;
    border-bottom: 1px solid rgba(54, 68, 87, .69);
    list-style-type: none
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item .section-price-list-item-box {
    display: flex;
    flex-direction: row;
    align-items: center
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item .section-price-list-item-icon {
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 99px;
    background-color: var(--green-3, #6fcf97);
    color: #fff;
    margin-right: 8px;
    font-size: .75rem;
    text-align: center;
    justify-content: center;
    align-items: center
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item .section-price-list-item-icon.section-price-list-item-icon-red {
    background-color: var(--red, #eb5757);
    color: #fff
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item .section-price-list-item-title {
    color: #919eaf;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    cursor: default
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item .section-price-list-item-title.section-price-list-item-title-red {
    color: var(--red, #eb5757);
    text-decoration: line-through
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item-top-title {
    color: #fff;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 8px 0
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item-top-title .highlight {
    color: #967cfd;
    font-weight: 600
}

.section-price .section-price-items .section-price-item .section-price-item-body .section-price-list-item-title-label {
    color: #919eaf;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin: 0 0 16px
}

.section-price .section-price-items .section-price-yearly {
    display: none
}

.section-price .section-price-items .section-price-monthly,
.section-price .section-price-items.yearly .section-price-yearly {
    display: block
}

.section-price .section-price-items.yearly .section-price-monthly {
    display: none
}

@media screen and (max-width:992px) {
    /* .section-price .section-price-box-items-header-label-image {
        transform: scaleX(-1)
    } */
}

.line-through {
    text-decoration: line-through
}

.section-pricing-discount-label {
    padding: 1px 3px;
    border-radius: 4px;
    color: rgba(12, 4, 35, .89);
    background-color: hsla(0, 0%, 100%, .6);
    display: inline-block
}

.coupon-copy-price {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .6)
}

.coupon-copy-price .inner-shiny:after,
.coupon-copy-price .inner-shiny:before {
    display: none
}

.shiny {
    color: #f5c21b;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5c21b), to(#d17000));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 900;
    position: relative;
    text-transform: uppercase
}

.inner-shiny:after,
.inner-shiny:before {
    -webkit-animation: sparkle 5s infinite;
    -webkit-animation-timing-function: linear;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff;
    content: "";
    display: block;
    height: 10px;
    opacity: .7;
    position: absolute;
    width: 10px
}

.inner-shiny:before {
    -webkit-animation-delay: .2s;
    height: 7px;
    left: .12em;
    top: .8em;
    width: 7px
}

.inner-shiny:after {
    top: .32em;
    right: -5px
}

.ribbon {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    letter-spacing: -2px;
    display: block;
    color: #fff;
    float: left;
    -webkit-filter: drop-shadow(0 .5rem .3em rgba(0, 0, 0, .5));
    transform: translateZ(0);
    padding: 3px;
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #0a0218
}

.ribbon.ribbon-gold {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5c21b), to(#d17000));
    color: rgba(0, 0, 0, .6)
}

.ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 1.5rem solid #ccc;
    position: absolute;
    top: 5rem;
    left: 0
}

.section-price .section-price-box-items-header .section-price-box-items-header-label.black-friday-label {
    transform: translateX(185px)
}

.section-price .section-price-box-items-header .section-price-box-items-header-label.black-friday-label .section-price-box-items-header-label-info {
    text-align: left
}

@media screen and (max-width:768px) {
    .section-price .section-price-box-items-header .section-price-box-items-header-label.black-friday-label {
        transform: translateX(16px)
    }

    .section-price .section-price-box-items-header .section-price-box-items-header-label.black-friday-label .section-price-box-items-header-label-info {
        text-align: right;
        padding-right: 16px
    }
}

.floating-box-black-friday {
    background: rgba(10, 2, 22, .95);
    display: flex;
    border-top: 2px solid #f1ae1d;
    flex-direction: row;
    align-items: center;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition-delay: 1.5s !important;
    transition: all .325s ease !important
}

@media screen and (max-width:768px) {
    .floating-box-black-friday {
        padding-left: 0;
        padding-right: 0
    }
}

.floating-box-black-friday.show-2 {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important
}

.floating-box-black-friday h4,
.floating-box-black-friday p {
    text-align: center;
    color: #fff
}

.floating-box-black-friday h4 {
    font-size: 1.2rem;
    width: 100%;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: left
}

@media screen and (max-width:992px) {
    .floating-box-black-friday h4 {
        text-align: center
    }
}

.floating-box-black-friday h4 .black-friday-bold {
    font-weight: 600;
    color: #db9a10;
    font-size: 1.4rem
}

.floating-box-black-friday p {
    font-size: 1rem
}

.floating-box-black-friday p .black-friday-bold {
    text-decoration: underline;
    color: #db9a10
}

.floating-acsent {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    height: 180px
}

@media screen and (max-width:992px) {
    .floating-acsent {
        height: 100%;
        opacity: .3
    }
}

.floating-acsent-left {
    left: 0
}

.floating-acsent-right {
    right: 0
}

.btn-floating-box-black-friday {
    position: absolute;
    top: -28px;
    right: 8px;
    padding: 2px 8px;
    background-color: #f5c21b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none
}

@media screen and (max-width:768px) {
    .btn-floating-box-black-friday {
        display: block
    }
}

.btn-floating-black-friday-arrow {
    background-color: transparent;
    border: 0;
    outline: none
}

.btn-floating-black-friday-arrow svg {
    fill: rgba(0, 0, 0, .7)
}

#floatingBoxCta.down {
    transform: translateY(165px) !important
}

#floatingBoxCta.down .btn-floating-black-friday-arrow svg {
    transform: rotate(180deg)
}

.grab-the-deal-box-image {
    display: block;
    height: 400px;
    overflow: hidden
}

@media screen and (max-width:992px) {
    .grab-the-deal-box-image {
        height: auto
    }
}

.black-friday-bold {
    font-weight: 600;
    color: #db9a10;
    font-size: 1.4rem
}

@media screen and (max-width:992px) {
    .countdown-timer .countdown-timer-items {
        margin-bottom: 0;
        padding-left: 0
    }
}

.countdown-timer .countdown-timer-item {
    display: inline-block;
    font-size: 1rem;
    list-style-type: none;
    padding: 0 4px;
    text-transform: uppercase;
    width: 60px
}

@media screen and (max-width:992px) {
    .countdown-timer .countdown-timer-item {
        font-size: 1rem;
        padding: 6px 3px
    }
}

.countdown-timer .countdown-timer-item .coundown-timer-number {
    display: block;
    background-color: #f5c21b;
    border-radius: 6px;
    padding: 10px 3px;
    color: #000;
    font-size: 1.15rem;
    font-weight: 500;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:992px) {
    .countdown-timer .countdown-timer-item .coundown-timer-number {
        font-size: 1rem;
        padding: 6px 3px
    }
}

.countdown-timer .countdown-timer-item .coundown-timer-number:before {
    content: "";
    position: absolute;
    background-color: #dead0e;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%
}

.countdown-timer .countdown-timer-item .coundown-timer-number .timer-number {
    position: relative;
    z-index: 1
}

.countdown-timer .countdown-timer-item .coundown-timer-label {
    font-size: .95rem;
    text-transform: none;
    position: relative;
    z-index: 1
}

.footer-v3 {
    position: relative;
    padding-top: 116px !important;
    padding-bottom: 0 !important;
    background: #0e122f;
    z-index: 100 !important
}

.footer-v3 .footer-item-logo-link {
    text-align: left
}

.footer-v3 .footer-des {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    max-width: 300px;
    margin: 16px 0 0;
    text-align: left
}

.footer-v3 .footer-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 32px !important
}

.footer-v3 .footer-copyright {
    padding: 16px 0;
    border-top: 1px solid rgba(251, 248, 255, .27);
    margin-top: 64px
}

@media screen and (max-width:992px) {
    .footer-v3 .footer-copyright {
        margin-top: 24px
    }

    .footer-v3 .footer-copyright span {
        display: block;
        width: 100%;
        text-align: center
    }

    .footer-v3 .footer-copyright span:last-child {
        display: none
    }
}

.footer-v3 .footer-link-parent-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-v3 .footer-link-parent-menu a:hover {
    color: #987dff;
    text-decoration: none
}

.footer-v3 .footer-link-title {
    color: #fff;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px
}

.footer-v3 .footer-link-menu {
    color: #bfbfbf;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 0;
    display: block
}

.footer-v3 .social-icons {
    display: flex !important
}

.feature-list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.feature-list.on-the-left {
    padding-top: 16px;
    margin-top: 1px;
    padding-right: 12px;
    border-width: 1px 0 1px 1px;
    border-color: var(--falcon-border-color);
    border-style: solid;
    border-bottom-left-radius: .25rem!important;
    border-top-left-radius: .25rem!important;
}

.feature-list-item {
    height: 2.5rem;
    padding: 0;
    display: grid;
    align-items: center;
    justify-content: start;
    background-color: var(--falcon-list-group-bg);
    border: 1px solid var(--falcon-border-color);
    border-width: 0 0 1px;
}

.feature-list-item:last-child {
    border-bottom: 0;
}

.feature-list-item.borderless {
    border: 0 !important;
    height: 2rem;
}

.feature-list-item.center {
    justify-content: center;
}

.feature-list-item.end {
    justify-content: end;
}

@media screen and (max-width:768px) {
    .row.scrollable-x {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .row.scrollable-x .col {
        display: inline-block;
        float: none; /* Undo float: left by Bootstrap */
        white-space: normal; /* Revert white-space for content */
    }
    .row.scrollable-x > * {
        max-width: calc(100% - 1rem) !important;
        width: calc(100% - 1rem) !important;
    }
}
