/*
Theme Name: WC Order Sync
Author: WPPOOL
Version: 2.0.0
URL: http://wcordersync.com/
Text Domain: wco
*/
/* Background Colors*/
/* BASE base styles, variables, mixins ect. */
@font-face {
    font-family: 'SF Pro Text';
    src: url("../font/SFProText-Regular.woff2") format("woff2"), url("../font/SFProText-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url("../font/SFProText-Light.woff2") format("woff2"), url("../font/SFProText-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("../font/SFProDisplay-Semibold.woff2") format("woff2"), url("../font/SFProDisplay-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("../font/SF-Pro-Display-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: url("../font/SF-Pro-Rounded-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: url("../font/SF-Pro-Rounded-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 01. Custom Icon fonts */
@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?43940719");
    src: url("../font/fontello.eot?43940719#iefix") format("embedded-opentype"), url("../font/fontello.woff2?43940719") format("woff2"), url("../font/fontello.woff?43940719") format("woff"), url("../font/fontello.ttf?43940719") format("truetype"), url("../font/fontello.svg?43940719#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
    content: '\e800';
}

.icon-play:before {
    content: '\e801';
}

.icon-cancel:before {
    content: '\e802';
}

.icon-arrow-right:before {
    content: '\e80b';
}

.icon-x:before {
    content: '\e80c';
}

.icon-info:before {
    content: '\e812';
}

.icon-right-arrow:before {
    content: '\e831';
}

.icon-live-demo:before {
    content: '\e84d';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-linkedin:before {
    content: '\f0e1';
}

.icon-youtube-play:before {
    content: '\f16a';
}

.icon-wordpress:before {
    content: '\f19a';
}

body {
    font-size: 16px;
    font-size: 100%;
    font-weight: 400;
    color: #2d2734;
    position: relative;
    overflow-x: hidden;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #ffffff;
    -webkit-transition: none;
    transition: none;
}

a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
div,
img,
nav,
article,
.navbar,
section {
    margin: 0;
    padding: 0;
    color: #29282b;
}

.h1,
h1 {
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: -0.045em;
    font-size: clamp(2.75rem, 5.75vw, 4.3125rem);
    color: #2e134e;
}

.h2,
h2 {
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
    font-size: clamp(2.25rem, 5vw, 3.3125rem);
}

.h2.titel,
h2.titel {
    font-size: clamp(2.375rem, 5vw, 3.75rem);
}

.h2.mb-0,
h2.mb-0 {
    margin-bottom: 0;
}

h3 {
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: normal;
    font-size: clamp(1.5rem, 2.75vw, 2rem);
}

h4 {
    font-size: clamp(1.25rem, 1.66vw, 1.5rem);
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.hidden {
    display: none !important;
}

.white-text {
    color: #ffffff;
}

p {
    font-size: 24px;
    margin-bottom: 0;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.4;
}

img {
    width: 100%;
}

a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.demo-link-sec {
    margin-top: 32px;
}

.demo-link-sec .demo-link {
    font-size: 20px;
    font-weight: 600;
    color: #6621BA;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.demo-link-sec .demo-link .icon {
    position: relative;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
    left: 0;
    display: inline-block;
}

.demo-link-sec .demo-link:hover .icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}

.bold {
    font-weight: 600;
    margin-bottom: 25px;
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 575.98px) {
    .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.btns > .btn {
    width: 220px;
}

.btn {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 28px;
    border-radius: 8px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #6621ba;
    background-color: #6621ba;
    position: relative;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
}

.btn.big-btn {
    font-size: 18px;
    font-weight: 600;
    min-width: 156px;
    padding: 18px 32px;
}

@media (max-width: 768.98px) {
    .btn.big-btn {
        padding: 13px 28px;
    }
}

.btn.big-btn.btn-outline {
    background: none;
    color: #6621ba;
}

.btn.big-btn.btn-outline:hover {
    color: #6621ba;
}

.btn.big-btn.btn-icon {
    position: relative;
    padding-right: 60px;
}

.btn.big-btn.btn-icon .icon {
    right: 15px;
    font-size: 20px;
    position: absolute;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media (max-width: 768px) {
    .btn.big-btn {
        margin-bottom: 20px;
    }
}

.btn::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 8px;
    animation-duration: 1s;
    border: #6621ba solid 1px;
    -webkit-animation-duration: 1s;
}

.btn:hover, .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.section-title {
    max-width: 872px;
    margin-bottom: 72px;
}

@media (max-width: 1024.98px) {
    .section-title {
        margin-bottom: 60px;
    }
}

@media (max-width: 768.98px) {
    .section-title {
        margin-bottom: 40px;
    }
}

.section-title.text-center {
    margin: 0 auto;
    margin-bottom: 72px;
}

.section-title > p {
    font-size: 28px;
    color: #010c17;
}

.section-padding {
    padding-top: 130px;
    padding-bottom: 100px;
    overflow: hidden;
}

@media (max-width: 1200.98px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media (max-width: 1024.98px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.section-padding .section-title {
    max-width: 882px;
    margin-bottom: 60px;
}

@media (max-width: 1024.98px) {
    .section-padding .section-title {
        margin-bottom: 60px;
    }
}

@media (max-width: 768.98px) {
    .section-padding .section-title {
        margin-bottom: 40px;
    }
}

.section-padding .section-title.text-center {
    margin: 0 auto;
    margin-bottom: 40px;
}

.section-padding .section-title > p {
    font-size: 28px;
    color: #010c17;
}

.section-padding .gap132 {
    padding-bottom: 132px;
}

@media (max-width: 1560.98px) {
    .section-padding .gap132 {
        padding-bottom: 120px;
    }
}

@media (max-width: 1200.98px) {
    .section-padding .gap132 {
        padding-bottom: 90px;
    }
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@media (min-width: 1536px) {
    .section-padding {
        padding-top: 130px;
        padding-bottom: 100px;
    }
}

/**---- container ----*/
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1170px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

/* ************************************** */
/* Video pop up ************ */
/* ************************************** */
.video-popup {
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.video-popup .p-video {
    display: block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-popup .p-video::after {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(0, 0, 0, 0.16);
}

.video-popup .p-video .icon {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-popup .p-video .icon::before {
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.video-popup .p-video:hover::after {
    background: rgba(0, 0, 0, 0.56);
}

.video-popup .p-video:hover .icon {
    color: #ffffff;
}

.error-page {
    text-align: center;
    height: 45vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 46px;
}

.menu-item-flexsync-woo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 45px !important;
    position: relative;
}

.menu-item-flexsync-woo a::before {
    content: '';
    display: block;
    background: url("/wp-content/themes/wcordersync/assets/img/products-icon/flexsync-woo-icon.svg") no-repeat center center;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.menu-item-flexsync-woo-order a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 45px !important;
    position: relative;
}

.menu-item-flexsync-woo-order a::before {
    content: '';
    display: block;
    background: url("/wp-content/themes/wcordersync/assets/img/products-icon/flexsync-order-woocommerce-icon.svg") no-repeat center center;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.menu-item-flexsync-shopify a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 45px !important;
    position: relative;
}

.menu-item-flexsync-shopify a::before {
    content: '';
    display: block;
    background: url("/wp-content/themes/wcordersync/assets/img/products-icon/flexsync-shopify-icon.svg") no-repeat center center;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* ******************* */
/* Global NavBar style */
/* ******************* */
nav.navbar {
    padding: 6px 0;
    background-color: transparent;
    position: relative;
}

nav.navbar::after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
    -webkit-transition: all 500ms ease !important;
    transition: all 500ms ease !important;
    opacity: 0;
}

nav.navbar .home-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav.navbar .home-links .home-logo {
    right: 5px;
    opacity: 0.6;
    padding-top: 4px;
    margin-right: 8px;
    position: relative;
    padding-right: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

nav.navbar .home-links .home-logo::after {
    top: 50%;
    width: 1px;
    right: -3px;
    content: "";
    height: 32px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(37, 29, 45, 0.4);
}

nav.navbar .home-links .home-logo img {
    width: auto;
    height: 32px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 575px) {
    nav.navbar .home-links .home-logo img {
        height: 23px;
    }
}

nav.navbar .home-links .home-logo:hover {
    opacity: 1;
}

nav.navbar .home-links .navbar-brand {
    margin: 0;
    padding: 4px 0;
}

nav.navbar .home-links .navbar-brand img {
    width: auto;
    height: 36px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

nav.navbar .home-links .navbar-brand img.dark-logo {
    display: none;
}

nav.navbar.sticky {
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    background: transparent;
}

nav.navbar.sticky::after {
    opacity: 1;
}

nav.navbar.sticky .home-links .navbar-brand img.dark-logo {
    display: block;
}

nav.navbar.sticky .home-links .navbar-brand img.light-logo {
    display: none;
}

.main_menu .navBar {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.main_menu .navBar li {
    position: relative;
    display: inline-block;
}

.main_menu .navBar li a {
    color: #251d2d;
    display: block;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
    text-transform: capitalize;
    font-weight: 600;
}

.main_menu .navBar li a.active, .main_menu .navBar li a:hover {
    color: #6621ba;
}

.main_menu .navBar li a.btn {
    display: none;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 16px;
    margin-left: 10px;
    text-transform: capitalize;
    border-radius: 40px;
    border-color: #6621ba;
    background-color: #6621ba;
}

.main_menu .navBar li a.btn::before {
    border-radius: 40px;
    border-color: #6621ba;
}

.main_menu .navBar li a.btn.active, .main_menu .navBar li a.btn:hover {
    color: #ffffff;
}

.main_menu .navBar li:hover::after {
    color: #6621ba;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.main_menu .navBar li:hover > a {
    color: #6621ba;
}

.main_menu .mobile_logo_closeButton {
    display: none;
}

.header-btn .btn {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 16px;
    margin-left: 10px;
    text-transform: capitalize;
    border-radius: 40px;
    border-color: #6621ba;
    background-color: #6621ba;
}

.header-btn .btn:before {
    border-radius: 40px;
    border-color: #6621ba;
}

.header-btn .fb-btn {
    border: 1px solid #47bcff !important;
    padding: 6px 10px;
    color: #47bcff !important;
    background-color: transparent !important;
}

.header-btn .fb-btn .community-tooltips {
    position: absolute;
    top: 40px;
    width: 155px;
    padding: 5px 10px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}

.header-btn .fb-btn:before {
    content: none !important;
}

.header-btn .fb-btn:hover {
    background: #47bcff !important;
    color: #fff !important;
}

.header-btn .fb-btn:hover .community-tooltips {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
}

/* ************************************** */
/* Mega menu ************ */
/* ************************************** */
.w-mega-menu {
    visibility: hidden;
    position: absolute;
}

@media (max-width: 992.98px) {
    .w-mega-menu {
        display: none;
    }
}

.products-menu {
    position: relative;
    padding-right: 14px;
}

.products-menu::after {
    position: absolute;
    content: "\e831";
    font-family: "fontello";
    right: 8px;
    top: 9px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-menu > .sub-menu {
    display: none !important;
}

@media (min-width: 992.98px) {
    .products-menu > .sub-menu {
        display: none;
    }
}

.products-menu:hover .w-mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.products-menu .w-mega-menu {
    position: absolute;
    width: 1000px;
    border-radius: 8px;
    background-color: #ffffff;
    left: -566px;
    top: 45px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-menu .w-mega-menu::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -8px;
    left: 595px;
}

.products-menu .w-mega-menu .product-list {
    padding: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.products-menu .w-mega-menu .product-list .product-item.shofi {
    position: relative;
}

.products-menu .w-mega-menu .product-list .product-item.shofi h4 {
    position: absolute;
    left: 0;
    top: -100%;
    font-size: 18px;
    color: rgba(18, 18, 18, 0.7);
    text-transform: uppercase;
    font-weight: bold;
}

.products-menu .w-mega-menu .product-list .product-item a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px 15px auto;
    grid-template-columns: 42px auto;
    grid-gap: 15px;
    padding: 15px;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products-menu .w-mega-menu .product-list .product-item a img {
    width: 42px;
    height: auto;
}

.products-menu .w-mega-menu .product-list .product-item a .title {
    position: relative;
}

.products-menu .w-mega-menu .product-list .product-item a .title h5 {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
    margin-right: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 600;
}

.products-menu .w-mega-menu .product-list .product-item a .title h5 > span {
    position: relative;
    color: #ce0404;
    line-height: 1;
    padding: 2px 5px;
    top: -2px;
    background-color: #ffe7d6;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.products-menu .w-mega-menu .product-list .product-item a .title h5 > span.new {
    padding: 3px 5px;
    color: #017d01;
    background-color: #e0ffe0;
}

.products-menu .w-mega-menu .product-list .product-item a .title h5 > span img {
    width: 10px;
    margin-left: 4px;
}

.products-menu .w-mega-menu .product-list .product-item a .title p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    letter-spacing: -0.1px;
    text-transform: initial;
}

.products-menu .w-mega-menu .product-list .product-item:hover a {
    background-color: #edf5f9;
}

.products-menu .w-mega-menu .product-list .product-item:hover a .title h5 {
    color: #0068ce;
}

.help-mega-menu {
    visibility: hidden;
    position: absolute;
}

.help-menu {
    position: relative;
    padding-right: 14px;
}

.help-menu::after {
    position: absolute;
    content: "\e831";
    font-family: "fontello";
    right: 8px;
    top: 9px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.help-menu:hover .help-mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.help-menu .help-mega-menu {
    background: #fff;
    width: 230px;
    position: absolute;
    padding: 15px;
    border-radius: 10px;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: 0px 4px 8px 0px #00000033;
            box-shadow: 0px 4px 8px 0px #00000033;
}

.help-menu .help-mega-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
}

@media (max-width: 1199.98px) {
    .help-menu .help-mega-menu .menu {
        gap: 8px;
    }
}

.help-menu .help-mega-menu .menu li {
    width: 100%;
}

.help-menu .help-mega-menu .menu li a {
    color: #4A4A4A !important;
    border-radius: 4px;
    padding: 3px 10px !important;
    width: 100%;
}

.help-menu .help-mega-menu .menu li a svg {
    margin-bottom: 3px;
    width: 14px;
}

.help-menu .help-mega-menu .menu li:hover a {
    background: #F0F8FC;
    color: #00A2FF !important;
}

.help-menu .help-mega-menu .menu li:hover a svg path {
    fill: #00A2FF;
}

.help-menu .help-mega-menu .menu .support-menu a {
    background: #00a2ff;
    color: #fff !important;
    width: auto;
    float: left;
    border-radius: 999px;
    margin-top: 14px;
    margin-left: 10px;
}

.help-menu .help-mega-menu .menu .support-menu:hover a {
    background: #048BD9;
    color: #fff !important;
}

.navbar-toggler {
    right: 15px;
    width: 46px;
    height: 42px;
    display: none;
    padding: 5px 7px;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.navbar-toggler:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-toggler span.bar {
    height: 4px;
    width: 100%;
    border-radius: 3px;
    background: #6621ba !important;
}

/* Medium devices (tablets, 992px and up) */
@media (max-width: 992px) {
    .navbar-toggler {
        display: -ms-grid;
        display: grid;
    }
    .main_menu {
        right: -110%;
        opacity: 0;
        top: 0;
        width: 375px;
        padding: 30px;
        height: 100vh;
        z-index: 9999;
        position: fixed;
        padding-top: 70px;
        background-color: #0b0a21;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        scrollbar-width: thin !important;
        scrollbar-color: #4e4e4e transparent !important;
    }
    .main_menu::-webkit-scrollbar {
        width: 7px !important;
        height: 45px !important;
    }
    .main_menu::-webkit-scrollbar-track {
        background-color: transparent !important;
    }
    .main_menu::-webkit-scrollbar-thumb {
        background-color: #4e4e4e !important;
    }
    .main_menu::-webkit-scrollbar-track, .main_menu::-webkit-scrollbar-thumb {
        border-radius: 12px !important;
    }
    .main_menu.open_menu {
        right: 0;
        opacity: 1;
    }
    .main_menu .navBar {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        height: 92%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main_menu .navBar li {
        display: block !important;
        position: relative;
        padding: 8px 0;
        width: 100%;
        border-bottom: 0.3px solid #5e5e5e;
    }
    .main_menu .navBar li:last-child {
        border: none;
        margin-top: auto;
    }
    .main_menu .navBar li:hover > a {
        background-color: #11103a;
        color: #ffffff !important;
    }
    .main_menu .navBar li::after {
        color: #ffffff;
    }
    .main_menu .navBar li > .sub-menu {
        width: 100%;
    }
    .main_menu .navBar li.drop-item::after {
        top: 16px;
        right: 6%;
    }
    .main_menu .navBar li a {
        color: #ffffff;
        padding: 8px;
        border-radius: 5px;
    }
    .main_menu .navBar li a.btn {
        width: 100%;
        display: block;
        margin-top: 15px;
        padding: 13px 26px;
        border-radius: 25px;
        color: #ffffff;
        background: #6621ba;
    }
    .main_menu .navBar li a.btn:hover {
        color: #ffffff !important;
    }
    .main_menu .navBar li a.btn::before {
        border-radius: 25px;
    }
    .main_menu .mobile_logo_closeButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 15px;
    }
    .main_menu .mobile_logo_closeButton .logo {
        max-width: 150px;
        width: 100%;
    }
    .main_menu .mobile_logo_closeButton .logo img {
        width: 100%;
    }
    .main_menu .mobile_logo_closeButton .close_menu {
        width: 35px;
        height: 35px;
        cursor: pointer;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #fff;
        outline: none;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: transparent;
        padding: 0 !important;
    }
    .main_menu .mobile_logo_closeButton .close_menu::after, .main_menu .mobile_logo_closeButton .close_menu::before {
        left: 50%;
        top: 50%;
        width: 3px;
        content: "";
        height: 70%;
        position: absolute;
        border-radius: 3px;
        background: #ffffff;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .main_menu .mobile_logo_closeButton .close_menu::after {
        height: 3px;
        width: 70%;
    }
    .main_menu .mobile_logo_closeButton .close_menu:focus {
        border: 2px solid #fff;
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .main_menu .mobile_logo_closeButton .close_menu:hover {
        background-color: #ee5913;
    }
    .main_menu .products-menu .w-mega-menu {
        position: relative;
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        left: 0;
        top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        display: none;
        padding-top: 8px;
    }
    .main_menu .products-menu .w-mega-menu.show {
        opacity: 1;
        display: block;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    .main_menu .products-menu .w-mega-menu::after {
        content: none;
    }
    .main_menu .products-menu .w-mega-menu .product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        padding: 0 0 0 15px;
    }
    .main_menu .products-menu .w-mega-menu .product-list .product-item {
        display: block;
        position: relative;
        padding: 8px 0;
        border-bottom: 0.3px solid #2a2929;
        width: 100%;
    }
    .main_menu .products-menu .w-mega-menu .product-list .product-item:last-child {
        border-bottom: none;
    }
    .main_menu .products-menu .w-mega-menu .product-list .product-item:hover a {
        background-color: #11103a !important;
    }
    .main_menu .products-menu .w-mega-menu .product-list .product-item a {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40px 15px auto;
        grid-template-columns: 40px auto;
        grid-gap: 15px;
        padding: 8px;
        border-radius: 8px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .main_menu .products-menu .w-mega-menu .product-list .product-item a .title h5 {
        font-family: "SF Pro Display";
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 1.214285714285714;
        color: #ffffff;
        margin-bottom: 5px !important;
    }
    .main_menu .products-menu .w-mega-menu .product-list .product-item a .title h5 span {
        display: none;
    }
    .main_menu .products-menu .w-mega-menu .product-list .product-item a .title p {
        font-family: "SF Pro Display";
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.230769230769231;
        color: #a3a3a3;
    }
    .main_menu .help-menu {
        border-bottom: 0 !important;
    }
    .main_menu .help-menu .help-mega-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        position: relative;
        width: 100%;
        background: transparent;
        padding: 0;
        background-color: transparent;
        padding-left: 20px;
    }
    .main_menu .help-menu .help-mega-menu .menu li a {
        color: #fff !important;
        padding: 0 8px !important;
    }
    .main_menu .help-menu .help-mega-menu .menu li a svg path {
        fill: #fff;
    }
    .main_menu .help-menu .help-mega-menu .menu li:hover a {
        background: #11103a;
    }
    .main_menu .help-menu .help-mega-menu .menu .support-menu {
        border-bottom: 0 !important;
        width: auto;
    }
    .main_menu .help-menu .help-mega-menu .menu .support-menu a {
        padding: 3px 10px !important;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .header-btn .btn {
        display: none;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .navbar .navbar-toggler .bar {
        margin: 4px 0px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .navbar .navbar-toggler .bar {
        margin: 2px 0px;
    }
}

@supports (-webkit-touch-callout: none) {
    .navbar .navbar-toggler .bar {
        margin: 2px 0px;
    }
}

.dropdown-menu {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    border-top: 2px solid #7629d1;
    background-color: white;
    -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.06);
            box-shadow: 0 12px 12px rgba(0, 0, 0, 0.06);
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
}

.menu-item-flexsync-shopify .dropdown-item:focus,
.menu-item-flexsync-shopify .dropdown-item:hover {
    background-color: transparent !important;
}

.menu-item-flexsync-woo .dropdown-item:focus,
.menu-item-flexsync-woo .dropdown-item:hover {
    background-color: transparent !important;
}

.navBar .dropdown:hover .dropdown-menu {
    display: block;
}

.nav-link.dropdown-toggle:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-link.dropdown-toggle:hover::after, .nav-link.dropdown-toggle.show::after {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}

#fscCanvas > img {
    width: 25% !important;
    height: 25% !important;
    margin: 0 !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}

.body-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
}

.banner .banner-content {
    padding-bottom: 60px;
    padding-top: 200px;
}

.banner .banner-content .hero-content {
    text-align: center;
}

.banner .banner-content .hero-content h1 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.banner .banner-content .hero-content h1 span {
    color: #7f54b3;
}

.banner .banner-content .hero-content p {
    font-size: 23px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.banner .banner-content .hero-content .btns .btn.big-btn {
    padding: 12px 22px;
    text-transform: capitalize;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
}

.banner .banner-content .hero-content .btns .btn.big-btn.btn-outline {
    background: #f7f9fb;
    color: rgb;
    border: 2px solid #dedef1;
}

.banner .banner-content .hero-content .btns .btn.big-btn.btn-outline::before {
    border-color: #dedef1;
}

.banner .banner-media {
    position: relative;
}

.banner .banner-media .layer {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1330px;
    left: calc(50% - 74px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
}

/* ******************************************** */
/* Work Process section style */
/* ******************************************** */
.work-process.section-padding {
    padding-top: 20px;
}

.work-process.section-padding .section-title h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#b273ff), to(#6407d6));
    background: linear-gradient(180deg, #b273ff 0%, #6407d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.work-process .video {
    margin-bottom: 78px;
    margin-top: 22px;
}

@media (max-width: 575.98px) {
    .work-process .video {
        margin-top: 32px;
    }
}

.work-process .video .intro-video a {
    display: block;
    position: relative;
}

.work-process .video .intro-video a::after {
    position: inherit;
    display: none;
}

.work-process .video .intro-video a .icon {
    position: absolute;
    height: 82px;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 50%;
    top: calc(50% - 25px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #6621ba;
}

.work-process .video .intro-video a .icon.icon-play::before {
    position: absolute;
    color: #ffffff;
    left: calc(50% + 4px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 52px;
    margin: 0;
    padding: 0;
}

.work-process .working-step {
    position: relative;
    padding: 32px;
    margin-bottom: 30px;
    margin-top: 32px;
    padding-top: 58px;
    border-radius: 16px;
    background: #f5f8ff;
    border-radius: 16px;
}

.work-process .working-step span {
    position: absolute;
    width: 52px;
    aspect-ratio: 1/1;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    top: -26px;
    color: #8d3fed;
}

.work-process .working-step span.radish {
    color: #ff6871;
}

.work-process .working-step span.orange {
    color: #ff7a2f;
}

.work-process .working-step img {
    margin-bottom: 22px;
}

.work-process .working-step h3 {
    font-size: clamp(1.5rem, 2.75vw, 1.8rem);
}

.work-process .working-step p {
    font-size: 18px;
    color: #676565;
}

.main_cta {
    padding-bottom: 140px;
}

.main_cta .cta-container {
    background: linear-gradient(170.73deg, rgba(137, 53, 139, 0.08) 33.77%, rgba(93, 33, 234, 0.216) 91.55%, rgba(139, 53, 122, 0) 265.82%);
    border-radius: 16px;
}

.main_cta .cta-container .cta-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 490px;
}

@media (min-width: 1024.98px) {
    .main_cta .cta-container .cta-content {
        margin-left: 40px;
    }
}

@media (max-width: 992.98px) {
    .main_cta .cta-container .cta-content {
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .main_cta .cta-container .cta-content {
        padding: 0 30px;
    }
}

.main_cta .cta-container .cta-content h2 {
    color: #000;
    font-size: clamp(1.5rem, 2.75vw, 2rem);
}

.main_cta .cta-container .cta-content h2 span {
    background: linear-gradient(271.99deg, #b108d3 48.73%, #6518ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main_cta .cta-container .cta-content .btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.main_cta .cta-container .cta-content .btns .btn.big-btn {
    padding: 12px 24px;
}

.ex-feature {
    margin-bottom: 120px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ex-feature .section-title h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#b273ff), to(#6407d6));
    background: linear-gradient(180deg, #b273ff 0%, #6407d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature .section-title {
    max-width: inherit;
}

.feature .section-title h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#b273ff), to(#6407d6));
    background: linear-gradient(180deg, #b273ff 0%, #6407d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 80px;
}

.feature .feature-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (min-width: 992.98px) {
    .feature .feature-content h2 {
        max-width: 510px;
    }
}

.feature.variable_product_sync {
    background: #f7f8fb;
}

.feature.variable_product_sync h3 {
    color: #64748b;
}

.feature.variable_product_sync p {
    color: #64748b;
}

.feature.variable_product_sync .order-status h2 {
    background: linear-gradient(94.44deg, #2163b1 3.2%, #3ab6f4 64.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature.variable_product_sync .automatic-order h2 {
    background: linear-gradient(90.54deg, #4532b4 0%, #9b81f3 76.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature.variable_product_sync .manual-order-import h2 {
    background: linear-gradient(95.14deg, #9e3e18 0%, #ff7b51 80.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature.variable_product_sync .manual-order-sync h2 {
    background: linear-gradient(90.54deg, #4532b4 0%, #9b81f3 76.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature.update-anything-about-prtoduct .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 36px;
}

.feature.update-anything-about-prtoduct .heading h2 {
    background: linear-gradient(90.3deg, #973c9f 19.46%, #6e1a8c 78.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature.update-anything-about-prtoduct .heading h3 {
    font-weight: normal;
}

.feature.update-anything-about-prtoduct .heading h3 strong {
    font-weight: 600;
}

.feature.update-anything-about-prtoduct .feature-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1092px;
    margin-left: auto;
    gap: 40px;
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .feature.update-anything-about-prtoduct .feature-list {
        -ms-grid-columns: 1fr 160px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 160px;
    }
}

@media (max-width: 767.98px) {
    .feature.update-anything-about-prtoduct .feature-list {
        grid-column-gap: 100px;
    }
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .feature-list {
        grid-column-gap: 30px;
    }
}

@media (max-width: 480.98px) {
    .feature.update-anything-about-prtoduct .feature-list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.feature.update-anything-about-prtoduct .feature-list .main-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
}

.feature.update-anything-about-prtoduct .feature-list .main-features .icon {
    font-size: clamp(1.3rem, 2.75vw, 1.75rem);
}

.feature.update-anything-about-prtoduct .feature-list .main-features .icon::before {
    background: linear-gradient(170.56deg, #38ff88 -151%, #008334 125.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature.update-anything-about-prtoduct .feature-list .main-features p {
    color: #494a52;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.3rem, 2.75vw, 1.75rem);
    line-height: 1.1875;
}

.feature.update-anything-about-prtoduct .enhanced-features {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    max-width: 1024px;
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media {
        background-size: contain;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media img {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media img {
        max-width: 380px;
    }
}

@media (max-width: 480.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media img {
        max-width: 250px;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag {
    background: -webkit-gradient(linear, left top, left bottom, from(#d2e7ff), to(rgba(210, 231, 255, 0)));
    background: linear-gradient(180deg, #d2e7ff 0%, rgba(210, 231, 255, 0) 100%);
    position: absolute;
    border-radius: 55px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.181818181818182;
    text-align: center;
    letter-spacing: -0.02em;
    color: #043976;
    height: 60px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-auto-flow: column;
    grid-gap: 10px;
    padding-left: 22px;
    padding-right: 22px;
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-tag {
    top: 27%;
    left: 3%;
    background: #d2e7ff;
    -webkit-box-shadow: 0px 50px 90px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 50px 90px rgba(0, 0, 0, 0.15);
    color: #3d0b8e;
}

@media (max-width: 1199.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-tag {
        left: -1%;
    }
}

@media (max-width: 991.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-tag {
        left: -12%;
    }
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-tag {
        left: 13%;
    }
}

@media (max-width: 480.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-tag {
        left: 6%;
    }
}

@media (max-width: 380.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-tag {
        left: -3%;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.pricing-tag {
    top: 4%;
    right: 10%;
    background: #d2d7ff;
    -webkit-box-shadow: 0px 50px 90px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 50px 90px 5px rgba(0, 0, 0, 0.15);
    color: #081583;
}

@media (max-width: 1199.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.pricing-tag {
        right: 5%;
    }
}

@media (max-width: 991.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.pricing-tag {
        right: -1%;
    }
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.pricing-tag {
        right: 20%;
    }
}

@media (max-width: 480.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.pricing-tag {
        right: 16%;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.short-des-tag {
    top: 30%;
    right: 10%;
    background: #ffead2;
    -webkit-box-shadow: 0px 50px 90px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 50px 90px 5px rgba(0, 0, 0, 0.15);
    color: #7b4300;
}

@media (max-width: 1199.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.short-des-tag {
        right: 7%;
    }
}

@media (max-width: 991.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.short-des-tag {
        right: -2%;
    }
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.short-des-tag {
        right: 16%;
    }
}

@media (max-width: 480.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.short-des-tag {
        right: 16%;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.sales-count-tag {
    top: 57%;
    right: 8%;
    background: #ffe5e3;
    -webkit-box-shadow: 0px 50px 90px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 50px 90px 5px rgba(0, 0, 0, 0.15);
    color: #a00a00;
}

@media (max-width: 991.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.sales-count-tag {
        right: 0%;
    }
}

@media (max-width: 767.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.sales-count-tag {
        top: 55%;
        right: 0%;
    }
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.sales-count-tag {
        right: 22%;
    }
}

@media (max-width: 480.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.sales-count-tag {
        top: 55%;
        right: 16%;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-type-tag {
    top: 4%;
    left: 5%;
    color: #3d0b8e;
    background: #eeddff;
    -webkit-box-shadow: 0px 50px 90px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 50px 90px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-type-tag {
        left: 0%;
    }
}

@media (max-width: 991.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-type-tag {
        left: -10%;
    }
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-type-tag {
        left: 13%;
    }
}

@media (max-width: 480.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-type-tag {
        left: 6%;
    }
}

@media (max-width: 380.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag.product-type-tag {
        left: -3%;
    }
}

@media (max-width: 767.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag {
        font-size: 14px;
        width: 110px;
        height: 35px;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .features-media .enhanced-feature-tag > img {
    width: 22px;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details {
    padding-left: 50px;
    position: relative;
    opacity: 0;
    top: 100px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details.active {
    top: 0px;
    opacity: 1;
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details {
        padding-left: 25px;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 87%;
    width: 1px;
    background: #3a3c4d;
    margin: auto 0;
}

@media (max-width: 767.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details::before {
        height: 83%;
    }
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details::before {
        height: 81%;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block {
    margin-bottom: 45px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.active {
    top: 0px;
    opacity: 1;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block .left-content {
    position: relative;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block .left-content::before {
    position: absolute;
    content: "";
    left: -80px;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
            box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block .left-content::before {
        left: -36px;
        top: 0;
        height: 25px;
        width: 25px;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block .left-content::after {
    position: absolute;
    content: "";
    left: -60px;
    top: 21px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: #ffffff;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block .left-content::after {
        left: -29px;
        top: 7px;
        height: 10px;
        width: 10px;
    }
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block .left-content .enhanced-feature-tag {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.181818181818182;
    text-align: left;
    letter-spacing: -0.02em;
    color: #043976;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 23px 42px;
    border-radius: 55px;
    display: inline-block;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block .left-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.416666666666667;
    letter-spacing: 0.02em;
    color: #646464;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.product .left-content::after {
    background-color: #71a5e0;
    -webkit-animation: pulse-animation-1 2.5s infinite;
            animation: pulse-animation-1 2.5s infinite;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.product .enhanced-feature-tag {
    color: #043976 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2e7ff), to(rgba(210, 231, 255, 0)));
    background: linear-gradient(180deg, #d2e7ff 0%, rgba(210, 231, 255, 0) 100%);
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.pricing-sec .left-content::after {
    background-color: #707fff;
    -webkit-animation: pulse-animation-2 2.5s infinite;
            animation: pulse-animation-2 2.5s infinite;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.pricing-sec .enhanced-feature-tag {
    color: #081583 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2d7ff), to(rgba(210, 215, 255, 0)));
    background: linear-gradient(180deg, #d2d7ff 0%, rgba(210, 215, 255, 0) 100%);
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.short-des .left-content::after {
    background-color: #f49523;
    -webkit-animation: pulse-animation-3 2.5s infinite;
            animation: pulse-animation-3 2.5s infinite;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.short-des .enhanced-feature-tag {
    color: #7b4300 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffead2), to(rgba(255, 234, 210, 0)));
    background: linear-gradient(180deg, #ffead2 0%, rgba(255, 234, 210, 0) 100%);
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.sales-count .left-content::after {
    background-color: #f73124;
    -webkit-animation: pulse-animation-4 2.5s infinite;
            animation: pulse-animation-4 2.5s infinite;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.sales-count .enhanced-feature-tag {
    color: #a00a00 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe5e3), to(rgba(255, 229, 227, 0)));
    background: linear-gradient(180deg, #ffe5e3 0%, rgba(255, 229, 227, 0) 100%);
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.product-type .left-content::after {
    background-color: #8b44ff;
    -webkit-animation: pulse-animation-5 2.5s infinite;
            animation: pulse-animation-5 2.5s infinite;
}

.feature.update-anything-about-prtoduct .enhanced-features .enhanced-features-details .enhanced-feature-block.product-type .enhanced-feature-tag {
    color: #3d0b8e !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeddff), to(rgba(238, 221, 255, 0)));
    background: linear-gradient(180deg, #eeddff 0%, rgba(238, 221, 255, 0) 100%);
}

/* ************************************ */
/* core feature section  */
/* ************************************ */
.core-feature .section-title {
    max-width: 760px;
    margin: 0 auto;
}

.core-feature .section-title h2 {
    margin-bottom: 82px;
    background: linear-gradient(90.3deg, #a926b5 19.46%, #6e1a8c 78.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.core-feature .feature-block {
    padding: 36px;
    padding-top: 60px;
    border-radius: 16.2801px;
    margin-bottom: 30px;
    margin: 0px 5px;
    margin-bottom: 70px;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
    position: relative;
}

.core-feature .feature-block .layer {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    clip-path: polygon(85% 0, 100% 24%, 100% 100%, 0 100%, 0 0);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 16px;
}

.core-feature .feature-block img {
    width: 76px;
    position: absolute;
    left: 36px;
    top: -40px;
}

.core-feature .feature-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}

.core-feature .feature-block p {
    font-size: 18px;
    color: #757095;
}

/* ******************************************************** */
/* Pricing Table */
/* ******************************************************** */
.new_tag {
    font-size: 12px !important;
    padding: 3px 8px;
    color: white;
    border-radius: 20px;
    background: #eb14d2;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    vertical-align: middle;
}

h5 .new_tag {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    font-size: 12px !important;
    margin-left: 10px !important;
    color: white !important;
}

.pricing {
    padding-top: 120px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 100%;
}

.pricing.section-padding {
    margin-bottom: 0;
    padding-bottom: 42px;
}

.pricing .pricing-headline {
    /* ******************************************************** */
    /* Toggle button */
    /* ******************************************************** */
}

.pricing .pricing-headline.section-title {
    margin-bottom: 60px;
    max-width: 942px;
}

.pricing .pricing-headline.section-title h2 {
    margin-bottom: 60px;
    font-size: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-62.24%, #2949b8), color-stop(113.23%, #3c0082));
    background: linear-gradient(180deg, #2949b8 -62.24%, #3c0082 113.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 575.98px) {
    .pricing .pricing-headline.section-title h2 {
        margin-bottom: 92px;
    }
}

.pricing .pricing-headline .plan-time {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 768.98px) {
    .pricing .pricing-headline .plan-time {
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .pricing .pricing-headline .plan-time {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        max-width: 325px;
        margin: 0 auto;
    }
}

.pricing .pricing-headline .plan-time .plan-btns {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 504px;
    border-radius: 50px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(131, 136, 243, 0.25);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pricing .pricing-headline .plan-time .plan-btns::after {
    top: 0;
    content: "";
    width: 33.33%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    background: #7629d1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: -webkit-gradient(linear, left top, left bottom, from(#a65aff), to(#8249c5));
    background: linear-gradient(180deg, #a65aff 0%, #8249c5 100%);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.pricing .pricing-headline .plan-time .plan-btns::before {
    top: -11px;
    left: -11px;
    content: "";
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    position: absolute;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.pricing .pricing-headline .plan-time .plan-btns.left::after {
    left: 0;
}

.pricing .pricing-headline .plan-time .plan-btns.right::after {
    left: 33.33%;
}

.pricing .pricing-headline .plan-time .plan-btns.bundle-position::after {
    left: 66.66%;
}

.pricing .pricing-headline .plan-time .plan-btns span {
    z-index: 2;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    text-align: center;
    padding: 13px 15px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.pricing .pricing-headline .plan-time .plan-btns span.active {
    z-index: 1;
    color: #ffffff;
    border-color: #7629d1;
}

@media (max-width: 575.98px) {
    .pricing .pricing-headline .plan-time .plan-btns {
        width: 325px;
        margin: 0 auto;
    }
    .pricing .pricing-headline .plan-time .plan-btns::before {
        top: -9px;
        left: -9px;
        width: calc(100% + 18px);
        height: calc(100% + 18px);
    }
    .pricing .pricing-headline .plan-time .plan-btns span {
        padding: 8px 13px;
        font-size: 20px;
    }
}

.pricing .pricing-headline .plan-time .image {
    color: transparent;
    background: transparent;
    position: absolute;
    top: 19px;
    right: -150px;
    width: 180px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.pricing .pricing-headline .plan-time .image .offer_off {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    color: #e98c00;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 24px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    background-color: #ffeed6;
    top: -54px;
    left: 160px;
    cursor: pointer;
}

@media (max-width: 768.98px) {
    .pricing .pricing-headline .plan-time .image .offer_off {
        font-size: 22px;
        top: -62px;
        left: 107px;
        cursor: pointer;
        display: inline-block;
        width: 139px;
    }
}

@media (max-width: 575.98px) {
    .pricing .pricing-headline .plan-time .image .offer_off {
        font-size: 16px;
        top: -62px;
        left: 6px;
        padding: 7px;
        width: 104px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

@media (max-width: 575.98px) {
    .pricing .pricing-headline .plan-time .image {
        right: 45px;
        width: 89px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: -39px;
    }
}

.pricing .demolink-sec {
    text-align: center;
    margin-top: 42px;
}

.pricing .demolink-sec .demo-link {
    font-size: 22px;
    font-weight: 600;
    color: #7d48c2;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.pricing .demolink-sec .demo-link span {
    position: relative;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
    left: 0;
    -webkit-animation: sliding 2500ms infinite;
            animation: sliding 2500ms infinite;
}

.pricing .demolink-sec .demo-link:hover {
    color: #8249c5;
}

/* ******************************************************** */
/* Pricing Tables */
/* ******************************************************** */
.pricing-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pricing-table .plan {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    color: #2d2734;
    text-align: center;
    padding-bottom: 56px;
    background: linear-gradient(179.94deg, #fcfdff -9.82%, #ffffff 99.95%);
    -webkit-box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.1);
    max-width: 610px;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 100%;
}

.pricing-table .plan.yearly_plan_table {
    display: none;
}

.pricing-table .plan .table_head {
    text-align: left;
    position: relative;
    padding: 46px 62px;
    padding-bottom: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}

@media (max-width: 575.98px) {
    .pricing-table .plan .table_head {
        padding: 30px 42px;
    }
}

.pricing-table .plan .table_head .plan_name {
    margin: 0;
    color: #ffffff;
    font-size: 53px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pricing-table .plan .table_head .packaage_plan {
    display: -ms-grid;
    display: grid;
    grid-gap: 28px;
    grid-auto-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin-top: 5px;
}

@media only screen and (max-width: 575px) {
    .pricing-table .plan .table_head .packaage_plan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.pricing-table .plan .table_head .packaage_plan .plan-group {
    position: relative;
    border: 4px solid #ffffff;
    border-radius: 8px;
    display: inline-block;
    min-width: 110px;
}

.pricing-table .plan .table_head .packaage_plan .plan-group label {
    font-size: 48px;
    display: block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: 400;
    padding: 0 10px;
}

.pricing-table .plan .table_head .packaage_plan .plan-group label span {
    font-size: 20px;
    display: block;
    line-height: 0;
}

.pricing-table .plan .table_head .packaage_plan .plan-group input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.pricing-table .plan .table_head .packaage_plan .plan-group > span {
    position: absolute;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    background-color: #fff;
    border-radius: 6px;
    color: #471176;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -11px;
    padding: 0px 7px;
    text-transform: capitalize;
}

.pricing-table .plan .table_head .packaage_plan .plan-group.selected {
    background-color: #ffffff;
    border-color: #eb14d2;
    position: relative;
}

.pricing-table .plan .table_head .packaage_plan .plan-group.selected > span {
    background-color: #eb14d2;
    color: #fff;
}

.pricing-table .plan .table_head .packaage_plan .plan-group.selected label {
    color: #5d1fa7;
    font-weight: 600;
}

.pricing-table .plan .table_head .price_footer {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.pricing-table .plan .table_head .price_footer .main_price {
    font-size: 40px;
    color: #bebebe;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: line-through;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pricing-table .plan .table_head .price_footer .price {
    margin: 0;
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    display: inline-block;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pricing-table .plan .table_head .badge {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding: 12px 25px;
    color: #fdfeff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed18ff), to(#e60000));
    background: linear-gradient(180deg, #ed18ff 0%, #e60000 100%);
    border-radius: 10px;
    text-transform: uppercase;
}

.pricing-table .plan .table_head .badge .off {
    display: inline;
    color: inherit;
}

.pricing-table .plan .table_head .price-button {
    margin-top: 30px;
}

.pricing-table .plan .table_head .price-button .btn {
    color: #6621ba;
    background: #FFFFFF;
}

.pricing-table .plan .table_head .price-button .btn:before {
    border-color: #FFFFFF;
}

@media (max-width: 540.98px) {
    .pricing-table .plan .table_head {
        padding: 30px 42px;
    }
    .pricing-table .plan .table_head .plan_name {
        font-size: 36px;
    }
    .pricing-table .plan .table_head .packaage_plan {
        grid-gap: 16px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group {
        min-width: 90px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group label {
        font-size: 28px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group label span {
        font-size: 16px;
    }
    .pricing-table .plan .table_head .price_footer .main_price {
        font-size: 24px;
    }
    .pricing-table .plan .table_head .price_footer .price {
        font-size: 38px;
    }
    .pricing-table .plan .table_head .price_footer .badge {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 20px;
        border-radius: 8px;
    }
}

@media (max-width: 375.98px) {
    .pricing-table .plan .table_head {
        padding: 30px 22px;
    }
    .pricing-table .plan .table_head .packaage_plan {
        grid-gap: 16px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group {
        min-width: 80px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group > span {
        font-size: 10px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group label {
        font-size: 22px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group label span {
        font-size: 14px;
    }
    .pricing-table .plan .table_head .price_footer {
        margin-top: 20px;
    }
}

@media (max-width: 320.98px) {
    .pricing-table .plan .table_head .packaage_plan {
        grid-gap: 10px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group {
        min-width: 75px;
        border-width: 2px;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group label {
        font-size: 20px;
        padding: 0;
    }
    .pricing-table .plan .table_head .packaage_plan .plan-group label span {
        font-size: 14px;
    }
    .pricing-table .plan .table_head .price_footer {
        margin-top: 20px;
    }
}

.pricing-table .plan .packages {
    list-style: none;
    text-align: left;
    padding: 26px 60px;
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing-table .plan .packages {
        padding: 20px 42px;
    }
}

.pricing-table .plan .packages::after {
    position: absolute;
    content: "";
    width: calc(100% - 120px);
    height: 1px;
    bottom: 20px;
    border-bottom: 1px dashed #b5b5b5;
    left: 60px;
}

.pricing-table .plan .packages li {
    font-size: 18px;
    color: #272727;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    padding-bottom: 18px;
    font-weight: 400;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pricing-table .plan .packages li.title {
    color: #5d5764;
    text-transform: uppercase;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 20px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pricing-table .plan .packages li img {
    width: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}

.pricing-table .plan .packages li .icon {
    top: 6px;
    left: 0px;
    position: absolute;
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pricing-table .plan .packages li .icon::before {
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.pricing-table .plan .packages li .icon.icon-check {
    top: 4px;
    color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #00B132;
}

.pricing-table .plan .packages li .info {
    position: relative;
    margin-left: 5px;
    color: #c176a7;
    font-size: 16px;
}

.pricing-table .plan .packages li .infotip {
    margin: 0;
    position: absolute;
    background: #dde7ff;
    padding: 8px 13px;
    border-radius: 4px;
    max-width: 100%;
    width: auto;
    font-size: 14px;
    left: 0;
    line-height: 24px;
    font-weight: 400;
    bottom: calc(100% + 5px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #1f2335;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    visibility: hidden;
}

.pricing-table .plan .packages li .infotip::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #dde7ff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: -5px;
    left: 22%;
}

.pricing-table .plan .packages li:hover .infotip {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}

.pricing-table .plan .btn {
    font-size: 24px;
    padding: 12px 28px;
    border-radius: 8px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-transform: uppercase;
}

.pricing-table .plan .star-info {
    margin-top: 10px;
    margin-bottom: 0;
    color: rgba(82, 69, 97, 0.8);
    font-size: 18px;
}

.pricing-table .plan .saves {
    color: rgba(82, 69, 97, 0.8);
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pricing-table .plan .saves .highlight {
    color: rgba(51, 65, 85, 0.8);
    font-weight: 600;
    font-size: 32px;
    margin-left: 10px;
}

.pricing-table .plan__footer {
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 575.98px) {
    .pricing-table .plan__footer {
        padding-left: 42px;
        padding-right: 42px;
    }
}

@media (max-width: 992px) {
    .pricing-table .black-friday-deal .black-friday-special {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .pricing-table .black-friday-deal .special-plans {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .pricing-table .black-friday-deal .bfp-save-price {
        font-size: 15px;
        line-height: 26px;
        padding: 5px 15px;
    }
}

@media (max-width: 768px) {
    .pricing-table .black-friday-deal .bfp-save-price {
        font-size: 14px;
        top: 30px;
        right: 30px;
    }
}

@media (max-width: 992px) {
    .pricing-table .black-friday-deal .table_head .bfp-site {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .pricing-table .plan.black-friday-plan {
        width: 337px;
    }
    .pricing-table .plan.black-friday-plan .plan_name {
        font-size: 20px !important;
    }
}

.pricing-table .plan.bundle_plan_table {
    max-width: 87%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
}

@media (max-width: 992px) {
    .pricing-table .plan.bundle_plan_table {
        max-width: 100%;
    }
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (max-width: 992px) {
    .pricing-table .plan.bundle_plan_table .special-bundle-plans {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head {
    padding: 25px 40px;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .plan_name {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 10px;
    color: #FFC5F8;
}

@media only screen and (max-width: 575px) {
    .pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .plan_name {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 0;
    }
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .plan-title {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    color: #ffffff;
}

@media only screen and (max-width: 575px) {
    .pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .plan-title {
        font-size: 35px;
        line-height: 45px;
    }
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .bundle-logo {
    padding-top: 10px;
    padding-bottom: 25px;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .packaage_plan .plan-group {
    min-width: 75px;
    border-color: #363636;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .packaage_plan .plan-group label {
    font-size: 30px;
    color: #363636;
}

@media only screen and (max-width: 575px) {
    .pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .packaage_plan .plan-group label {
        font-size: 25px !important;
    }
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .packaage_plan .plan-group.selected {
    background: #ffffff;
    border-color: #EB14D2;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .packaage_plan .plan-group.selected label {
    color: #5D1FA7;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .packaage_plan .plan-group.selected::after {
    content: none;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .plan .table_head .price_footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .bundle-plan-1 .table_head .plan_name {
    color: #6621BA;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .bundle-plan-1 .table_head .plan-title {
    color: #000000;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .bundle-plan-1 .table_head .price_footer .price {
    color: #272727;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .bundle-plan-2 .table_head .packaage_plan .plan-group {
    border-color: #ffffff;
}

.pricing-table .plan.bundle_plan_table .special-bundle-plans .bundle-plan-2 .table_head .packaage_plan .plan-group label {
    color: #ffffff;
}

.bundle-packages-site-plan {
    text-align: left;
}

.bundle-packages-site-plan img {
    width: initial;
}

.bundle-prices__sites .bundle-site-plan {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bundle-prices__sites .bundle-site-plan .bundle-field input {
    display: none;
}

.bundle-prices__sites .bundle-site-plan .bundle-field input:checked ~ label {
    color: #ffffff;
    border-color: #733CFF;
    background-color: #733CFF;
}

.bundle-prices__sites .bundle-site-plan .bundle-field label {
    display: block;
    color: #4A4A4A;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 19px;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    padding: 12px 24px;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bundle-prices__container {
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1028px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.bundle-prices__package-types {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 437px;
    max-width: 437px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.bundle-prices__package-types .bundle-field input {
    display: none;
}

.bundle-prices__package-types .bundle-field input:checked ~ label {
    color: #ffffff;
    border-color: #733CFF;
    background-color: #F6F6FF;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.bundle-prices__package-types .bundle-field input:checked ~ label .check-mark {
    opacity: 1;
    visibility: visible;
}

.bundle-prices__package-types .bundle-field label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding: 44px 28px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bundle-prices__package-types .bundle-field label .check-mark {
    top: 12px;
    right: 14px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1px;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 500px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1.5px solid #00CA7C;
    background-color: #00CA7C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bundle-prices__package-types .bundle-field label .check-mark svg {
    text-indent: 3px;
}

.bundle-prices__package-types .bundle-field label .check-mark svg path {
    fill: #ffffff;
}

.bundle-prices__package-types .bundle-field label ul.icon-list {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}

.bundle-prices__package-types .bundle-field label ul.icon-list li {
    position: relative;
    line-height: 1;
}

.bundle-prices__package-types .bundle-field label ul.icon-list li:nth-child(3)::after {
    display: none;
}

.bundle-prices__package-types .bundle-field label ul.icon-list li:not(:last-child) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bundle-prices__package-types .bundle-field label ul.icon-list li:not(:last-child)::after {
    color: #6D6D6D;
    content: '\e833';
    padding-left: 10px;
    font-family: 'fontello';
}

.bundle-prices__package-types .bundle-field label .badge {
    margin-top: 16px;
    color: #764BD1;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    padding: 1px 9px;
    line-height: 16px;
    /* 160% */
    letter-spacing: 0.05px;
    border-radius: 500px;
    background-color: #F0E9FF;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bundle-prices__table {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    position: relative;
    padding: 44px 48px;
    border-radius: 12px;
    border: 1px solid #E9E9FF;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.bundle-prices__table .discount-badge {
    top: 36px;
    right: -72px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 12px 15px;
    min-width: 247px;
    font-style: normal;
    position: absolute;
    display: inline-block;
    line-height: 120%;
    /* 28.8px */
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    -webkit-transform: rotate(43.786deg);
            transform: rotate(43.786deg);
    background: #733CFF;
}

.bundle-prices__table .badge-tag {
    color: #888888;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 12px;
}

.bundle-prices__table .price-header {
    gap: 18px;
    margin-bottom: 28px;
}

.bundle-prices__table .price-header .wrap {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bundle-prices__table .price-header .badge-label {
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    padding: 3.5px 8px;
    line-height: 15px;
    letter-spacing: 0.05px;
    border-radius: 500px;
    white-space: nowrap;
    display: inline-block;
    background-color: #15AD72;
}

.bundle-prices__table .price-header .original-price {
    color: #B0B0B0;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    /* 234.217% */
    text-decoration-line: line-through;
}

.bundle-prices__table .price-header .current-price {
    color: #272727;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 81.6px */
}

.bundle-prices__table .buy-button, .bundle-prices__table .save-button {
    outline: 0;
    display: block;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #5110C3;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 28px;
    line-height: 160%;
    /* 35.2px */
    border-radius: 12px;
    font-style: normal;
    padding: 11px 24px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border: 1px solid #733CFF;
    background-color: #E9E9FF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bundle-prices__table .buy-button:hover, .bundle-prices__table .buy-button:focus, .bundle-prices__table .save-button:hover, .bundle-prices__table .save-button:focus {
    color: #ffffff;
    background-color: #733CFF;
}

.bundle-prices__table .save-button {
    color: #ffffff;
    background-color: #733CFF;
}

.bundle-prices__table .save-button:hover, .bundle-prices__table .save-button::after {
    background: radial-gradient(40.19% 90.45% at 49.86% 100.44%, #B178F5 0%, rgba(177, 120, 245, 0) 100%), #6E1AFF;
}

.bundle-prices__table .bundle-card {
    padding: 24px 52px;
    border-radius: 12px;
    background-color: #F9F9FB;
    margin-bottom: 28px;
}

.bundle-prices__table .bundle-card .label-text {
    color: #6E1AFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 23px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #D1D1D1;
}

.bundle-prices__table .bundle-card .plugins-list {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-bottom: 16px;
}

.bundle-prices__table .bundle-card .plugins-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 10;
    grid-area: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bundle-prices__table .bundle-card .plugins-list li .plugin-price {
    color: #B0B0B0;
    font-size: 12px;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bundle-prices__table .bundle-card .plugins-list li .plugin-price span {
    color: #6D6D6D;
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
}

.bundle-prices__table .bundle-card .bundle-packags-list {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}

.bundle-prices__table .bundle-card .bundle-packags-list li {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bundle-prices__table .bundle-card .bundle-packags-list li::before {
    width: 20px;
    height: 20px;
    color: #998DFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    border-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #E9E9FF;
}

.bundle-prices__table .bundle-card .plugin-all-price {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #D1D1D1;
    margin-bottom: 16px;
}

.bundle-prices__table .bundle-card .plugin-all-price .total-price, .bundle-prices__table .bundle-card .plugin-all-price .discount-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-row: 10;
    grid-area: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bundle-prices__table .bundle-card .plugin-all-price .total-price .icon, .bundle-prices__table .bundle-card .plugin-all-price .discount-price .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #4F4F4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bundle-prices__table .bundle-card .plugin-all-price .total-price .icon img, .bundle-prices__table .bundle-card .plugin-all-price .total-price .icon i, .bundle-prices__table .bundle-card .plugin-all-price .discount-price .icon img, .bundle-prices__table .bundle-card .plugin-all-price .discount-price .icon i {
    margin-right: 8px;
}

.bundle-prices__table .bundle-card .plugin-all-price .total-price .price, .bundle-prices__table .bundle-card .plugin-all-price .total-price .together-price, .bundle-prices__table .bundle-card .plugin-all-price .discount-price .price, .bundle-prices__table .bundle-card .plugin-all-price .discount-price .together-price {
    color: #3D3D3D;
    text-align: right;
    font-size: 18.123px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: capitalize;
}

.bundle-prices__table .bundle-card .plugin-all-price .total-price .together-price {
    color: #5D5D5D;
}

.bundle-prices__table .bundle-card .bundle-save-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    padding: 11px 15px 12px 17px;
    border: 1px solid #20684B;
    background-color: #EDFEF3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bundle-prices__table .bundle-card .bundle-save-price .bundle-label {
    color: #0D4730;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bundle-prices__table .bundle-card .bundle-save-price .bundle-label .new-tag {
    margin-left: 8px;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    padding: 1px 6.5px;
    line-height: 16px;
    letter-spacing: 0.05px;
    border-radius: 500px;
    white-space: nowrap;
    vertical-align: 1.5px;
    background-color: #15AD72;
    border: 1px solid #15AD72;
}

.bundle-prices__table .bundle-card .bundle-save-price .bundle-amount {
    color: #0D4730;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bundle-prices__table .btn-wrap .save-button {
    margin-bottom: 14px;
}

.bundle-prices__table .bundle-saving {
    color: #888888;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bundle-prices__table .bundle-saving span {
    color: #15AD72;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .bundle-prices__package-types {
        min-width: 320px;
        max-width: 320px;
    }
    .bundle-prices__package-types .bundle-field label {
        padding: 24px 15px;
        border-radius: 12px;
    }
    .bundle-prices__package-types .bundle-field label .check-mark {
        top: 9px;
        right: 8px;
        width: 15px;
        height: 15px;
        padding-left: 1px;
        border: 1px solid #00CA7C;
    }
    .bundle-prices__package-types .bundle-field label .check-mark svg {
        height: 8px;
        width: 8px;
    }
    .bundle-prices__package-types .bundle-field label ul.icon-list {
        gap: 8px;
    }
    .bundle-prices__package-types .bundle-field label ul.icon-list li:not(:last-child)::after {
        padding-left: 8px;
    }
    .bundle-prices__table {
        padding: 30px 30px;
    }
    .bundle-prices__table .discount-badge {
        top: 16px;
        right: -30px;
        font-size: 16px;
        padding: 7px 10px;
        min-width: 128px;
    }
    .bundle-prices__table .badge-tag {
        font-size: 18px;
    }
    .bundle-prices__table .price-header {
        gap: 18px;
        margin-bottom: 15px;
    }
    .bundle-prices__table .price-header .wrap {
        margin-bottom: 6px;
    }
    .bundle-prices__table .price-header .original-price {
        font-size: 24px;
        line-height: 1;
    }
    .bundle-prices__table .price-header .current-price {
        font-size: 46px;
    }
    .bundle-prices__table .buy-button, .bundle-prices__table .save-button {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 9px 20px;
        border-radius: 8px;
    }
    .bundle-prices__table .save-button {
        margin-bottom: 0;
    }
    .bundle-prices__table .bundle-card {
        padding: 20px 20px;
        border-radius: 12px;
        background-color: #F6F6F6;
        margin-bottom: 28px;
    }
    .bundle-prices__table .bundle-card .label-text {
        font-size: 15px;
    }
    .bundle-prices__table .bundle-card .plugins-list {
        gap: 10px;
        margin-bottom: 12px;
    }
    .bundle-prices__table .bundle-card .plugins-list li {
        -ms-grid-row: 10;
        grid-area: 10px;
    }
    .bundle-prices__table .bundle-card .plugins-list li .plugin-icon img {
        width: 90%;
    }
    .bundle-prices__table .bundle-card .bundle-save-price {
        border-radius: 8px;
        padding: 9px 10px 10px 12px;
    }
    .bundle-prices__table .bundle-card .bundle-save-price .bundle-label {
        font-size: 14px;
    }
    .bundle-prices__table .bundle-card .bundle-save-price .bundle-amount {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .bundle-prices__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .bundle-prices__package-types {
        min-width: 100%;
        max-width: 100%;
    }
    .bundle-prices__package-types .bundle-field label {
        padding: 24px 15px;
        border-radius: 12px;
    }
    .bundle-prices__package-types .bundle-field label .check-mark {
        top: 9px;
        right: 8px;
        width: 15px;
        height: 15px;
        padding-left: 1px;
        border: 1px solid #00CA7C;
    }
    .bundle-prices__package-types .bundle-field label .check-mark svg {
        height: 8px;
        width: 8px;
    }
    .bundle-prices__package-types .bundle-field label ul.icon-list {
        gap: 8px;
    }
    .bundle-prices__package-types .bundle-field label ul.icon-list li:not(:last-child)::after {
        padding-left: 8px;
    }
}

@media only screen and (max-width: 575px) {
    .bundle-prices__sites .bundle-site-plan .bundle-field label {
        font-size: 14px;
        border-radius: 8px;
        padding: 11px 15px;
    }
    .bundle-prices__container {
        padding-top: 30px;
    }
    .bundle-prices__table {
        padding: 30px 20px;
    }
    .bundle-prices__table .price-header {
        gap: 10px;
        margin-bottom: 15px;
    }
    .bundle-prices__table .price-header .original-price {
        font-size: 21px;
    }
    .bundle-prices__table .price-header .current-price {
        font-size: 36px;
    }
    .bundle-prices__table .bundle-card {
        padding: 20px 15px;
        margin-bottom: 24px;
    }
}

/* ******************************************************** */
/* Policy section */
/* ******************************************************** */
.pricing-title {
    margin: 80px auto;
    margin-top: 96px;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-title h2 {
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.327px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.supports {
    margin: 0 auto;
    padding: 0px 74px;
    border-radius: 16px;
    display: -ms-grid;
    display: grid;
    gap: 50px;
    grid-auto-flow: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.supports .block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.supports .block img {
    width: auto;
    height: 42px;
}

.supports .block img.norton-image {
    height: 66px;
}

.supports .block img.bank {
    height: 42px;
}

@media (max-width: 575px) {
    .supports .block img.bank {
        height: 30px;
    }
}

.supports .block h4 {
    font-weight: 600;
    margin-bottom: 0;
    color: #2d2734;
    letter-spacing: -0.327px;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.supports .block .block-image {
    opacity: 0.7;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.supports .block:hover .block-image {
    opacity: 1;
}

@media (max-width: 768px) {
    .supports {
        grid-auto-flow: inherit;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .supports .block {
        margin-bottom: 30px;
    }
}

.sticky-button {
    top: 20%;
    right: 0;
    overflow: hidden;
    position: fixed;
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), -webkit-gradient(linear, right top, left top, color-stop(-0.37%, #BB9AFE), color-stop(77.15%, #FFDCF5));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(270deg, #BB9AFE -0.37%, #FFDCF5 77.15%);
}

@media only screen and (max-width: 767px) {
    .sticky-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: -110px;
    }
    .sticky-button:hover {
        right: 0;
    }
}

.sticky-button .heading {
    background: #CC0066;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.64px;
    padding: 17px 10px;
}

@media only screen and (max-width: 991px) {
    .sticky-button .heading {
        font-size: 14px;
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-button .heading {
        font-size: 14px;
        padding: 10px 8px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-button .heading span {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        display: block;
        -webkit-writing-mode: tb;
            -ms-writing-mode: tb;
                writing-mode: tb;
    }
}

.sticky-button .text {
    padding: 20px;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .sticky-button .text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .sticky-button .text {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-button .text {
        padding: 8px;
    }
}

.sticky-button .text img {
    width: 34px;
    height: 34px;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .sticky-button .text img {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
}

.sticky-button .text .title {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .sticky-button .text .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-button .text .title {
        font-size: 14px;
    }
}

.sticky-button .text .btn {
    border: 0;
    width: 100%;
    display: block;
    margin-top: 14px;
    border-radius: 6px;
    background: linear-gradient(97deg, #864AFC 1.02%, #4D0099 100.84%);
}

@media only screen and (max-width: 991px) {
    .sticky-button .text .btn {
        font-size: 16px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-button .text .btn {
        font-size: 14px;
        margin-top: 8px;
        line-height: 1.4;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.sticky-button .text .btn:before {
    opacity: 0;
    border-radius: 6px;
    border-color: #864AFC;
}

.sticky-button .text .btn:hover:before {
    opacity: 1;
}

/* ******************************************* */
/* Price comparison section */
/* ******************************************* */
#comparison {
    padding-bottom: 110px;
}

#comparison .section-title {
    margin: 0 auto;
    max-width: 842px;
    margin-bottom: 86px;
}

#comparison .section-title h2 {
    margin-bottom: 24px;
}

#comparison .section-title p {
    color: #1e1e1e;
    font-size: 22px;
}

#comparison .compare-features {
    background: #ffffff;
}

@media (max-width: 575px) {
    #comparison .compare-features {
        padding: 36px 15px;
    }
}

@media (max-width: 380px) {
    #comparison .compare-features {
        padding: 36px 0px;
    }
}

#comparison .compare-features .compare-column {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 3fr 20px 1fr 20px 1fr;
    grid-template-columns: 3fr 1fr 1fr;
    padding-left: 54px;
}

@media (max-width: 768px) {
    #comparison .compare-features .compare-column {
        grid-gap: 5px;
        -ms-grid-columns: 2fr 5px 1fr 5px 1fr;
        grid-template-columns: 2fr 1fr 1fr;
    }
}

@media (max-width: 575px) {
    #comparison .compare-features .compare-column {
        -ms-grid-columns: 3fr 0px 1fr 0px 1.5fr;
        grid-template-columns: 3fr 1fr 1.5fr;
        grid-gap: 0px;
        padding-left: 5px;
    }
}

#comparison .compare-features .compare-column .c_ultimate {
    width: 100%;
    text-align: center;
    background-color: #f7fbff;
}

#comparison .compare-features .feature-title {
    position: relative;
}

#comparison .compare-features .feature-title::after {
    background-color: #ccc;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0;
    position: absolute;
    content: "";
}

#comparison .compare-features .feature-title h4 {
    margin-bottom: 0;
    font-size: 24px;
    -ms-grid-column-align: center;
        justify-self: center;
    color: #5e5e5e;
    font-weight: 600;
    padding: 25px 0;
}

#comparison .compare-features .feature-title h4.features {
    -ms-grid-column-align: start;
        justify-self: start;
}

#comparison .compare-features .feature-title h4.c_ultimate {
    background: linear-gradient(275.34deg, #2127c5 -27.46%, #5d2de3 105.68%);
    border-radius: 20px 20px 0px 0px;
    color: #fff;
    border: 0;
}

@media (max-width: 575.98px) {
    #comparison .compare-features .feature-title h4 {
        font-size: 22px;
    }
}

#comparison .compare-features .compare-feature {
    position: relative;
}

#comparison .compare-features .compare-feature::after {
    background-color: #9897a3;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0;
    position: absolute;
    content: "";
    opacity: 0.2;
}

#comparison .compare-features .compare-feature .feature-name {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
}

#comparison .compare-features .compare-feature .feature-name::after, #comparison .compare-features .compare-feature .feature-name::before {
    top: 32px;
    height: 3px;
    width: 15px;
    left: 18px;
    content: "";
    background: #1f1f1f;
    position: absolute;
    border-radius: 2px;
}

@media (max-width: 575.98px) {
    #comparison .compare-features .compare-feature .feature-name::after, #comparison .compare-features .compare-feature .feature-name::before {
        left: 0px;
        top: 30px;
        height: 2px;
        width: 11px;
    }
}

#comparison .compare-features .compare-feature .feature-name::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#comparison .compare-features .compare-feature .feature-name:hover::after, #comparison .compare-features .compare-feature .feature-name:hover::before {
    background: rgba(31, 31, 31, 0.8);
}

#comparison .compare-features .compare-feature .feature-name.open {
    color: #1f1f1f;
}

#comparison .compare-features .compare-feature .feature-name.open::before {
    background: #1f1f1f;
}

#comparison .compare-features .compare-feature .feature-name.open::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background: #1f1f1f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#comparison .compare-features .compare-feature .feature-name h5 {
    margin: 0;
    font-size: 20px;
    color: #1f1f1f;
    font-weight: 600;
    padding: 22px 0;
}

@media (max-width: 480px) {
    #comparison .compare-features .compare-feature .feature-name h5 {
        font-size: 16px;
        padding-left: 10px;
    }
}

#comparison .compare-features .compare-feature .feature-name span {
    font-size: 16px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 575px) {
    #comparison .compare-features .compare-feature .feature-name span {
        font-weight: 400;
        font-size: 12px !important;
    }
}

#comparison .compare-features .compare-feature .feature-name span.upcoming {
    font-size: 16px !important;
    padding: 3px 8px;
    color: white;
    border-radius: 20px;
    background: #c30ad3;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    display: inline;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    #comparison .compare-features .compare-feature .feature-name span.upcoming {
        font-weight: 400;
        font-size: 12px !important;
    }
}

#comparison .compare-features .compare-feature .feature-name span.icon::before {
    width: 32px;
    aspect-ratio: 1/1;
    font-size: 15px;
    color: #0ac069;
    margin: 0;
    padding: 0;
    border: 1px solid #0ac069;
    background: #ffffff;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 575.98px) {
    #comparison .compare-features .compare-feature .feature-name span.icon::before {
        width: 26px;
    }
}

#comparison .compare-features .compare-feature .feature-name span.icon.icon-cancel::before {
    color: #ee6c8b;
    border-color: #ee6c8b;
}

#comparison .compare-features .compare-feature .feature-name span.icon.c_ultimate::before {
    background-color: #0ac069;
    color: #fff;
}

#comparison .compare-features .compare-feature .feature-name span > span {
    background-color: #0ac069;
    color: #fff;
    padding: 3px 12px;
    border-radius: 14px;
    font-size: 18px;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media (max-width: 575.98px) {
    #comparison .compare-features .compare-feature .feature-name span > span {
        font-size: 12px;
        padding: 2px 10px;
    }
}

#comparison .compare-features .compare-feature .feature-name span.bar {
    position: relative;
}

#comparison .compare-features .compare-feature .feature-name span.bar::after {
    inset: 0;
    content: "";
    height: 2px;
    width: 12px;
    margin: auto;
    border-radius: 2px;
    position: absolute;
    background-color: #000000;
}

#comparison .compare-features .compare-feature .feature-info {
    padding-top: 0;
    overflow: hidden;
}

#comparison .compare-features .compare-feature .feature-info p {
    font-size: 18px;
    margin-bottom: 15px;
    color: rgba(31, 31, 31, 0.6);
    padding-left: 54px;
}

@media (max-width: 575px) {
    #comparison .compare-features .compare-feature .feature-info p {
        padding-left: 15px;
    }
}

#comparison .compare-features .compare-feature .feature-info .compare-column p {
    padding-left: 0;
}

#comparison .compare-features .compare-feature .feature-info.hide {
    display: none;
}

#comparison .compare-features .compare-feature .feature-info .mfp-arrow {
    display: none !important;
}

#comparison .compare-features .compare-btns::after {
    display: none;
}

@media (max-width: 768px) {
    #comparison .compare-features .compare-btns .compare-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#comparison .compare-features .compare-btns span {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#comparison .compare-features .compare-btns span .btn {
    width: 200px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#9e4bff), to(#742dc8));
    background: linear-gradient(180deg, #9e4bff 0%, #742dc8 100%);
    border-color: #9e4bff;
    color: #fff;
}

#comparison .compare-features .compare-btns span .btn:hover, #comparison .compare-features .compare-btns span .btn:focus {
    background-color: #9e4bff;
}

#comparison .compare-features .compare-btns span .btn::before, #comparison .compare-features .compare-btns span .btn::after {
    position: inherit;
    visibility: hidden;
}

@media (min-width: 768.1px) {
    #comparison .compare-features .compare-btns span .btn {
        display: none;
    }
}

#comparison .compare-features .compare-btns span.c_ultimate {
    margin-top: 0;
    padding: 25px 15px;
    border-radius: 0 0 20px 20px;
}

#comparison .compare-features .compare-btns span.c_ultimate .compare-btn {
    width: auto;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#9e4bff), to(#742dc8));
    background: linear-gradient(180deg, #9e4bff 0%, #742dc8 100%);
    border-radius: 8px;
    padding: 10px 32px;
}

@media (max-width: 1024.99px) {
    #comparison .compare-features .compare-btns span.c_ultimate .compare-btn {
        padding: 10px 18px;
    }
}

@media (max-width: 767.99px) {
    #comparison .compare-features .compare-btns span.c_ultimate {
        display: none;
    }
}

/* ******************************************* */
/* FAQ section style */
/* ******************************************* */
.faq.section-padding {
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.faq_list {
    margin: 0 auto;
    max-width: 920px;
    margin-bottom: 30px;
    background: #f4f9ff;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px;
}

.faq_list dl {
    margin-bottom: 0;
}

.faq_list dl dt {
    padding: 40px 50px;
    cursor: pointer;
    font-size: 24px;
    color: #1e293b;
    font-weight: 400;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 28px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #ffffff;
    border: 1px solid rgba(150, 150, 150, 0.4);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
}

.faq_list dl dt::after, .faq_list dl dt::before {
    top: 52px;
    height: 4px;
    width: 24px;
    right: 30px;
    content: "";
    border-radius: 4px;
    position: absolute;
    background-color: #9746f5;
}

.faq_list dl dt::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq_list dl dt:hover {
    color: #000000;
}

.faq_list dl dt:hover::after, .faq_list dl dt:hover::before {
    background-color: #9746f5;
}

.faq_list dl dt.open {
    color: #1e293b;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.faq_list dl dt.open::before {
    background-color: #9746f5;
}

.faq_list dl dt.open::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background: #9746f5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq_list dl dt:first-child {
    margin-top: 0;
}

.faq_list dl dd {
    margin: 0;
    padding: 25px 50px;
    color: #252525;
    padding-top: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    border-radius: 0 0 4px 4px;
    padding-bottom: 30px;
    line-height: 1.5;
    background: #ffffff;
    border: 1px solid rgba(150, 150, 150, 0.4);
    border-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.faq_list dl dd p {
    margin-bottom: 10px;
}

.faq_list dl dd a {
    color: #6621ba;
    text-decoration: underline;
    font-size: 20px;
}

.faq_list dl .hide {
    display: none;
}

@media (max-width: 575.98px) {
    .faq_list {
        padding: 20px;
    }
    .faq_list dl dt {
        padding: 20px 22px;
        font-size: 20px;
        padding-right: 26px;
    }
    .faq_list dl dt::before, .faq_list dl dt::after {
        top: 36px;
        height: 3px;
        width: 16px;
        right: 17px;
    }
    .faq_list dl dd {
        padding: 20px 22px;
        padding-top: 0;
        font-size: 18px;
    }
}

#footer {
    background: #f6f8fc;
    padding-top: 120px;
    padding-bottom: 100px;
}

#footer .footer-links {
    text-align: center;
}

#footer .footer-links .links {
    display: inline-block;
}

#footer .footer-links .links li {
    display: inline-block;
}

#footer .footer-links.pages-links .links li {
    position: relative;
}

#footer .footer-links.pages-links .links li:not(:first-child)::after {
    position: absolute;
    content: "";
    height: 18px;
    width: 2px;
    background-color: #3a2d48;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#footer .footer-links.pages-links .links li a {
    color: #1859f2;
    padding: 3px 8px;
    font-size: 18px;
}

#footer .footer-links.pages-links .links li a:hover {
    color: #3a2d48;
}

#footer .footer-links.social-media {
    margin-bottom: 25px;
}

#footer .footer-links.social-media .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: revert;
            flex-direction: revert;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}

@media (max-width: 575px) {
    #footer .footer-links.social-media .links {
        gap: 20px;
    }
}

#footer .footer-links.social-media .links li a {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 1;
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 500px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #212121;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#footer .footer-links.social-media .links li a:-moz-any-link:hover {
    transform: translateY(-5px);
}

#footer .footer-links.social-media .links li a:any-link:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}

#footer .footer-links.social-media .links li a.icon-facebook:-moz-any-link:hover {
    color: #FFF;
    background-color: #246BF1;
}

#footer .footer-links.social-media .links li a.icon-facebook:any-link:hover {
    color: #FFF;
    background-color: #246BF1;
}

#footer .footer-links.social-media .links li a.icon-facebook-official:-moz-any-link:hover {
    color: #FFF;
    background-color: #246BF1;
}

#footer .footer-links.social-media .links li a.icon-facebook-official:any-link:hover {
    color: #FFF;
    background-color: #246BF1;
}

#footer .footer-links.social-media .links li a.icon-facebook-alt:-moz-any-link:hover {
    color: #FFF;
    background-color: #246BF1;
}

#footer .footer-links.social-media .links li a.icon-facebook-alt:any-link:hover {
    color: #FFF;
    background-color: #246BF1;
}

#footer .footer-links.social-media .links li a.icon-gplus:-moz-any-link:hover {
    color: #FFF;
    background-color: #E33E2B;
}

#footer .footer-links.social-media .links li a.icon-gplus:any-link:hover {
    color: #FFF;
    background-color: #E33E2B;
}

#footer .footer-links.social-media .links li a.icon-instagram:-moz-any-link:hover {
    color: #FFF;
    background-color: #DC3C8B;
}

#footer .footer-links.social-media .links li a.icon-instagram:any-link:hover {
    color: #FFF;
    background-color: #DC3C8B;
}

#footer .footer-links.social-media .links li a.icon-linkedin:-moz-any-link:hover {
    color: #FFF;
    background-color: #1A5ABB;
}

#footer .footer-links.social-media .links li a.icon-linkedin:any-link:hover {
    color: #FFF;
    background-color: #1A5ABB;
}

#footer .footer-links.social-media .links li a.icon-linkedin-1:-moz-any-link:hover {
    color: #FFF;
    background-color: #1A5ABB;
}

#footer .footer-links.social-media .links li a.icon-linkedin-1:any-link:hover {
    color: #FFF;
    background-color: #1A5ABB;
}

#footer .footer-links.social-media .links li a.icon-linkedin-alt:-moz-any-link:hover {
    color: #FFF;
    background-color: #1A5ABB;
}

#footer .footer-links.social-media .links li a.icon-linkedin-alt:any-link:hover {
    color: #FFF;
    background-color: #1A5ABB;
}

#footer .footer-links.social-media .links li a.icon-pinterest:-moz-any-link:hover {
    color: #FFF;
    background-color: #EB274D;
}

#footer .footer-links.social-media .links li a.icon-pinterest:any-link:hover {
    color: #FFF;
    background-color: #EB274D;
}

#footer .footer-links.social-media .links li a.icon-qq:-moz-any-link:hover {
    color: #FFF;
    background-color: #FEBF1B;
}

#footer .footer-links.social-media .links li a.icon-qq:any-link:hover {
    color: #FFF;
    background-color: #FEBF1B;
}

#footer .footer-links.social-media .links li a.icon-quora:-moz-any-link:hover {
    color: #FFF;
    background-color: #b92b27;
}

#footer .footer-links.social-media .links li a.icon-quora:any-link:hover {
    color: #FFF;
    background-color: #b92b27;
}

#footer .footer-links.social-media .links li a.icon-reddit-alien:-moz-any-link:hover {
    color: #FFF;
    background-color: #FF5600;
}

#footer .footer-links.social-media .links li a.icon-reddit-alien:any-link:hover {
    color: #FFF;
    background-color: #FF5600;
}

#footer .footer-links.social-media .links li a.icon-rss:-moz-any-link:hover {
    color: #FFF;
    background-color: #F16522;
}

#footer .footer-links.social-media .links li a.icon-rss:any-link:hover {
    color: #FFF;
    background-color: #F16522;
}

#footer .footer-links.social-media .links li a.icon-sina-weibo:-moz-any-link:hover {
    color: #FFF;
    background-color: #E6162D;
}

#footer .footer-links.social-media .links li a.icon-sina-weibo:any-link:hover {
    color: #FFF;
    background-color: #E6162D;
}

#footer .footer-links.social-media .links li a.icon-snapchat-ghost:-moz-any-link:hover {
    color: #FFF;
    background-color: #FFFC00;
}

#footer .footer-links.social-media .links li a.icon-snapchat-ghost:any-link:hover {
    color: #FFF;
    background-color: #FFFC00;
}

#footer .footer-links.social-media .links li a.icon-telegram:-moz-any-link:hover {
    color: #FFF;
    background-color: #0088cc;
}

#footer .footer-links.social-media .links li a.icon-telegram:any-link:hover {
    color: #FFF;
    background-color: #0088cc;
}

#footer .footer-links.social-media .links li a.icon-twitter:-moz-any-link:hover {
    color: #FFF;
    background-color: #2B96F0;
}

#footer .footer-links.social-media .links li a.icon-twitter:any-link:hover {
    color: #FFF;
    background-color: #2B96F0;
}

#footer .footer-links.social-media .links li a.icon-vkontakte:-moz-any-link:hover {
    color: #FFF;
    background-color: #5181b8;
}

#footer .footer-links.social-media .links li a.icon-vkontakte:any-link:hover {
    color: #FFF;
    background-color: #5181b8;
}

#footer .footer-links.social-media .links li a.icon-wechat:-moz-any-link:hover {
    color: #FFF;
    background-color: #7bb32e;
}

#footer .footer-links.social-media .links li a.icon-wechat:any-link:hover {
    color: #FFF;
    background-color: #7bb32e;
}

#footer .footer-links.social-media .links li a.icon-whatsapp:-moz-any-link:hover {
    color: #FFF;
    background-color: #25D366;
}

#footer .footer-links.social-media .links li a.icon-whatsapp:any-link:hover {
    color: #FFF;
    background-color: #25D366;
}

#footer .footer-links.social-media .links li a.icon-tiktok:-moz-any-link:hover {
    color: #FFF;
    background-color: #ff0050;
}

#footer .footer-links.social-media .links li a.icon-tiktok:any-link:hover {
    color: #FFF;
    background-color: #ff0050;
}

#footer .footer-links.social-media .links li a.icon-youtube:-moz-any-link:hover {
    color: #FFF;
    background-color: #FF0000;
}

#footer .footer-links.social-media .links li a.icon-youtube:any-link:hover {
    color: #FFF;
    background-color: #FF0000;
}

#footer .footer-links.social-media .links li a.icon-youtube-play:-moz-any-link:hover {
    color: #FFF;
    background-color: #FF0000;
}

#footer .footer-links.social-media .links li a.icon-youtube-play:any-link:hover {
    color: #FFF;
    background-color: #FF0000;
}

#footer .footer-links.social-media .links li a.icon-clone:-moz-any-link:hover {
    color: #FFF;
    background-color: #E77527;
}

#footer .footer-links.social-media .links li a.icon-clone:any-link:hover {
    color: #FFF;
    background-color: #E77527;
}

#footer .footer-links.social-media .links li a.icon-x:-moz-any-link:hover {
    color: #FFF;
    background-color: #0f1419;
}

#footer .footer-links.social-media .links li a.icon-x:any-link:hover {
    color: #FFF;
    background-color: #0f1419;
}

#footer .footer-links.social-media .links li a.icon-github-circled-alt2:-moz-any-link:hover {
    color: #FFF;
    background-color: #1F2328;
}

#footer .footer-links.social-media .links li a.icon-github-circled-alt2:any-link:hover {
    color: #FFF;
    background-color: #1F2328;
}

#footer .footer-links.social-media .links li a.icon-stackoverflow:-moz-any-link:hover {
    color: #FFF;
    background-color: #f48225;
}

#footer .footer-links.social-media .links li a.icon-stackoverflow:any-link:hover {
    color: #FFF;
    background-color: #f48225;
}

#footer .footer-links.social-media .links li a.icon-email:-moz-any-link:hover {
    color: #FFF;
    background-color: #0f1419;
}

#footer .footer-links.social-media .links li a.icon-email:any-link:hover {
    color: #FFF;
    background-color: #0f1419;
}

#footer .copyright {
    padding-top: 12px;
    text-align: center;
}

#footer .copyright p {
    font-size: 14px;
    color: #4d4d4d;
}

@-webkit-keyframes pulse-animation-1 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(113, 165, 224, 0.2);
                box-shadow: 0 0 0 0px rgba(113, 165, 224, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(113, 165, 224, 0);
                box-shadow: 0 0 0 20px rgba(113, 165, 224, 0);
    }
}

@keyframes pulse-animation-1 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(113, 165, 224, 0.2);
                box-shadow: 0 0 0 0px rgba(113, 165, 224, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(113, 165, 224, 0);
                box-shadow: 0 0 0 20px rgba(113, 165, 224, 0);
    }
}

@-webkit-keyframes pulse-animation-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(112, 127, 255, 0.2);
                box-shadow: 0 0 0 0px rgba(112, 127, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(112, 127, 255, 0);
                box-shadow: 0 0 0 20px rgba(112, 127, 255, 0);
    }
}

@keyframes pulse-animation-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(112, 127, 255, 0.2);
                box-shadow: 0 0 0 0px rgba(112, 127, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(112, 127, 255, 0);
                box-shadow: 0 0 0 20px rgba(112, 127, 255, 0);
    }
}

@-webkit-keyframes pulse-animation-3 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(244, 149, 35, 0.2);
                box-shadow: 0 0 0 0px rgba(244, 149, 35, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 149, 35, 0);
                box-shadow: 0 0 0 20px rgba(244, 149, 35, 0);
    }
}

@keyframes pulse-animation-3 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(244, 149, 35, 0.2);
                box-shadow: 0 0 0 0px rgba(244, 149, 35, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 149, 35, 0);
                box-shadow: 0 0 0 20px rgba(244, 149, 35, 0);
    }
}

@-webkit-keyframes pulse-animation-4 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(247, 49, 36, 0.2);
                box-shadow: 0 0 0 0px rgba(247, 49, 36, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(247, 49, 36, 0);
                box-shadow: 0 0 0 20px rgba(247, 49, 36, 0);
    }
}

@keyframes pulse-animation-4 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(247, 49, 36, 0.2);
                box-shadow: 0 0 0 0px rgba(247, 49, 36, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(247, 49, 36, 0);
                box-shadow: 0 0 0 20px rgba(247, 49, 36, 0);
    }
}

@-webkit-keyframes pulse-animation-5 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(139, 68, 255, 0.2);
                box-shadow: 0 0 0 0px rgba(139, 68, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(139, 68, 255, 0);
                box-shadow: 0 0 0 20px rgba(139, 68, 255, 0);
    }
}

@keyframes pulse-animation-5 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(139, 68, 255, 0.2);
                box-shadow: 0 0 0 0px rgba(139, 68, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(139, 68, 255, 0);
                box-shadow: 0 0 0 20px rgba(139, 68, 255, 0);
    }
}

.main-content {
    width: 100%;
    color: #fff;
    padding: 80px;
    margin: 0 auto;
    max-width: 1024px;
    margin-top: 200px;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    background: #212121;
    border-radius: 5px 5px 0 0;
}

@media (max-width: 575.98px) {
    .main-content {
        padding: 50px 30px;
    }
}

.main-content .section-border {
    left: 0;
    width: 100%;
    height: 26px;
    bottom: -24px;
    position: absolute;
    background-repeat-y: no-repeat;
}

.main-content h1,
.main-content p,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content a,
.main-content span {
    color: #fff;
}

.main-content .sucess-icon {
    text-align: center;
    margin-bottom: 20px;
}

.main-content .sucess-icon img {
    width: 50px;
    margin: 0 auto;
}

.main-content h2 {
    line-height: 1;
    font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.main-content h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.main-content .mail-mention {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    margin-top: 24px;
    line-height: 1.5;
    padding-bottom: 27px;
}

.main-content .mail-mention > p {
    font-size: 28px;
    color: #bfbfbf;
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .main-content .mail-mention > p {
        font-size: 18px;
    }
}

.main-content .mail-mention > p.info {
    font-size: 14px;
    color: #212121;
    border-radius: 8px;
    padding: 12px 16px;
    background-color: #f3e7bf;
}

.main-content .wp-dark-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 32px 0px;
    margin-bottom: 36px;
}

.main-content .wp-dark-promo .package-title {
    text-align: left;
}

.main-content .wp-dark-promo .package-title h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.main-content .wp-dark-promo .package-title span {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.main-content .wp-dark-promo .package-value {
    font-weight: 600;
}

.main-content .wp-dark-promo .package-value span {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.main-content .go-btns {
    padding-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 379px) {
    .main-content .go-btns {
        display: block;
    }
    .main-content .go-btns a:first-child {
        margin-bottom: 20px;
    }
}

.main-content .go-btns a {
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-content .go-btns a.btn-fill {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    padding: 16px 48px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ee5913;
    background-color: #ee5913;
    text-transform: inherit;
}

@media (max-width: 575.98px) {
    .main-content .go-btns a.btn-fill {
        padding: 15px 20px;
    }
}

.main-content .go-btns a.btn-fill::before {
    border-radius: 3px;
    border-color: #ee5913;
}

.main-content .go-btns a.btn-fill:hover {
    background: transparent;
}

.main-content .go-btns a:hover {
    text-decoration: none;
    background: transparent;
}

.main-content .social-world {
    margin-top: 27px;
}

.main-content .social-world a {
    margin-top: 15px;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50px;
    color: #444;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    display: inline-block;
    margin-right: 6px;
}

.main-content .social-world a:hover {
    background-color: #ee5913;
    color: #fff;
}

.products-promo .section-title {
    text-align: left;
    margin-bottom: 60px;
}

@media (max-width: 575.98px) {
    .products-promo .section-title {
        max-width: 345px;
    }
}

.products-promo .section-title h2 {
    color: #000;
    margin-bottom: 25px;
    font-size: clamp(2.25rem, 3.3vw, 3rem);
}

.products-promo .section-title p {
    margin-left: 0;
    font-size: 18px;
    max-width: 492px;
    color: #333;
}

.products-promo .single-item {
    padding: 42px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 56px;
    padding-top: 66px;
    background-color: #fff;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
}

.products-promo .single-item:hover {
    -webkit-filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.09));
            filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.09));
}

.products-promo .single-item * {
    z-index: 1;
}

.products-promo .single-item .badge {
    position: absolute;
    font-size: 14px;
    padding: 8px 18px;
    background-color: #121212;
    border-radius: 10px;
    top: 10px;
    right: 10px;
    padding-top: 6px;
}

.products-promo .single-item .media {
    position: absolute;
    top: -45px;
    width: 86px;
    left: 40px;
}

.products-promo .single-item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.products-promo .single-item .item-content h4 {
    font-size: 26px;
    margin-bottom: 20px;
}

.products-promo .single-item .item-content .main-price {
    margin-bottom: 18px;
}

.products-promo .single-item .item-content .main-price .product_subtitle {
    font-size: 20px;
    position: relative;
    line-height: 1;
    display: inline;
    margin-bottom: 0;
    font-weight: 600;
    opacity: 0.7;
}

.products-promo .single-item .item-content > .btn {
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    width: 144px;
    padding: 8px 40px;
    text-transform: inherit;
}

.products-promo .single-item .item-content > .btn::before {
    border-radius: 30px;
}

.products-promo .single-item.dark-mode .badge {
    color: #ff983d;
    border: 1px solid #ff983d;
}

.products-promo .single-item.table-sync .badge {
    color: #3873ff;
    border: 1px solid #3873ff;
}

.products-promo .single-item.table-sync .item-content > .btn {
    background-color: #0bd069;
    border-color: #0bd069;
}

.products-promo .single-item.table-sync .item-content > .btn::before {
    border-color: #0bd069;
}

.products-promo .single-item.evr-block .item-content > .btn {
    background-color: #0080ca;
    border-color: #0080ca;
}

.products-promo .single-item.evr-block .item-content > .btn::before {
    border-color: #0080ca;
}

.products-promo .single-item.jitsi-block .item-content > .btn {
    background-color: #407bff;
    border-color: #407bff;
}

.products-promo .single-item.jitsi-block .item-content > .btn::before {
    border-color: #407bff;
}

.products-promo .single-item.cwmm-block .item-content > .btn {
    background-color: #6a49ec;
    border-color: #6a49ec;
}

.products-promo .single-item.cwmm-block .item-content > .btn::before {
    border-color: #6a49ec;
}

.products-promo .single-item.stock-notifier-block .item-content > .btn {
    background-color: #46a336;
    border-color: #46a336;
}

.products-promo .single-item.stock-notifier-block .item-content > .btn::before {
    border-color: #46a336;
}

.products-promo .single-item.social-contact-form-block .item-content > .btn {
    background-color: #8646d1;
    border-color: #8646d1;
}

.products-promo .single-item.social-contact-form-block .item-content > .btn::before {
    border-color: #8646d1;
}

.products-promo .single-item.support-cta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 30px;
    padding-top: 42px;
}

@media (max-width: 768.98px) {
    .products-promo .single-item.support-cta {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 575.98px) {
    .products-promo .single-item.support-cta {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.products-promo .single-item.support-cta .item-content h3 {
    margin-bottom: 15px;
}

.products-promo .single-item.support-cta .item-content p {
    font-size: 18px;
    max-width: 492px;
    margin-bottom: 0;
    color: #bfbfbf;
}

.products-promo .single-item.support-cta .cta-btn .btn {
    border-radius: 7px;
    padding-left: 80px;
    padding-right: 80px;
}

.products-promo .single-item.support-cta .cta-btn .btn::before {
    border-radius: 7px;
}

.top_bar {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: radial-gradient(50% 51200% at 50% 0%, #33002B 0%, #21003D 100%);
}

@media (min-width: 1170px) {
    .top_bar {
        background-position: 0 center;
    }
}

@media (max-width: 575.98px) {
    .top_bar {
        height: 70px;
    }
}

.top_bar .close_bar {
    top: 50%;
    z-index: 98;
    width: 20px;
    right: 30px;
    height: 20px;
    display: block;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: rotate(45deg) translateY(-74%);
            transform: rotate(45deg) translateY(-74%);
}

.top_bar .close_bar::after, .top_bar .close_bar::before {
    left: 50%;
    width: 4px;
    content: "";
    height: 100%;
    border-radius: 3px;
    position: absolute;
    background: #5a5a5a;
    background: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.top_bar .close_bar::after {
    left: 0;
    top: 50%;
    height: 4px;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.top_bar > .hidden_btn {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
}

.top_bar .offer_section {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 2fr 2fr 4fr 2fr 2fr;
    grid-template-columns: 2fr 2fr 4fr 2fr 2fr;
    width: 100%;
    height: 60px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .top_bar .offer_section {
        padding-right: 35px;
        -ms-grid-columns: 1fr 1fr 2fr 1fr;
        grid-template-columns: 1fr 1fr 2fr 1fr;
    }
}

@media (max-width: 575px) {
    .top_bar .offer_section {
        grid-gap: 0;
        -ms-grid-columns: 1fr 0 2fr 0 1fr;
        grid-template-columns: 1fr 2fr 1fr;
        height: 70px;
    }
}

@media (max-width: 426px) {
    .top_bar .offer_section {
        grid-gap: 0;
        -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
        grid-template-columns: repeat(5, 1fr);
    }
}

.top_bar .offer_section img {
    width: auto;
    height: 50px;
}

.top_bar .offer_section img.offer-sticker-1 {
    -ms-grid-column-align: start;
        justify-self: start;
}

@media (max-width: 426.98px) {
    .top_bar .offer_section img.offer-sticker-1 {
        padding: 0;
        height: auto;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-column-align: center;
            justify-self: center;
    }
}

.top_bar .offer_section img.offer-sticker-2 {
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: inherit;
}

@media (max-width: 575px) {
    .top_bar .offer_section img.offer-sticker-2 {
        display: none;
    }
}

.top_bar .offer_section img.offer-sticker-3 {
    position: relative;
    -ms-grid-column-align: center;
        justify-self: center;
    height: 36px;
}

@media (max-width: 768px) {
    .top_bar .offer_section img.offer-sticker-3 {
        display: none;
    }
}

.top_bar .offer_section img.offer-sticker-4 {
    height: auto;
    max-width: 120px;
    -ms-grid-column-align: end;
        justify-self: end;
}

@media (max-width: 426px) {
    .top_bar .offer_section img.offer-sticker-4 {
        top: -3px;
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
        grid-column: 3/6;
        max-width: 100px;
        position: relative;
    }
}

.top_bar .offer_section #offer_limit {
    -ms-grid-column-align: center;
        justify-self: center;
}

@media (max-width: 426px) {
    .top_bar .offer_section #offer_limit {
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
        grid-column: 3/6;
        -ms-grid-column-align: end;
            justify-self: end;
    }
}

.top_bar .offer_section #offer_limit ul {
    display: block;
}

.top_bar .offer_section #offer_limit ul li {
    padding: 0 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding-right: 7px;
    display: inline-block;
    margin-top: 3px;
}

@media (max-width: 767px) {
    .top_bar .offer_section #offer_limit ul li {
        padding: 0 5px;
        margin-top: 0;
    }
}

.top_bar .offer_section #offer_limit ul li .time {
    display: block;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 28px;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1;
}

@media (max-width: 990px) {
    .top_bar .offer_section #offer_limit ul li .time {
        font-size: 22px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .top_bar .offer_section #offer_limit ul li .time {
        font-size: 18px;
    }
}

.top_bar .offer_section #offer_limit ul li .time span {
    top: -2px;
    right: -14px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    font-size: 28px;
}

@media (max-width: 767px) {
    .top_bar .offer_section #offer_limit ul li .time span {
        right: -10px;
        font-size: 20px;
    }
}

.top_bar .offer_section #offer_limit ul li > span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0;
    color: #DA4EFE;
}

@media (max-width: 990px) {
    .top_bar .offer_section #offer_limit ul li > span {
        display: none;
    }
}

.header-menu .top_bar {
    top: 0px;
}

.top_bar {
    position: relative;
    z-index: 1;
}

.top_bar .badge-1 {
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

@media (max-width: 1440.98px) {
    .top_bar .badge-1 {
        left: -96px;
    }
}

@media (max-width: 1280.98px) {
    .top_bar .badge-1 {
        opacity: 0.2;
        left: 0;
    }
}

.top_bar .badge-2 {
    top: 0;
    height: 100%;
    width: auto;
    right: 0;
}

@media (max-width: 768px) {
    .top_bar .badge-2 {
        opacity: 0.2;
    }
}

.top_bar .badge-1,
.top_bar .badge-2 {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
}

body.popup-no-scroll {
    overflow: hidden;
}

.en-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.en-popup.show-en-popup.show {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.en-popup.show-en-popup.show .popup-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.en-popup .popup-content {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    padding: 42px 38px;
    text-align: center;
}

.en-popup .popup-content h1.title {
    font-size: 28px;
    color: #000;
    margin-bottom: 24px;
}

.en-popup .popup-content > p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #000;
}

.en-popup .popup-content > p > span {
    color: #9f0000;
    font-weight: 600;
}

.en-popup .popup-content span {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
}

.en-popup .popup-content span.no_thanks {
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: underline;
}

.en-popup .popup-content span.no_thanks:hover {
    text-decoration: none;
}

.en-popup .popup-content span.close {
    position: absolute;
    top: 13px;
    right: 13px;
    border-radius: 2px;
    height: 16px;
    aspect-ratio: 1;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    opacity: 1;
    cursor: pointer;
}

.en-popup .popup-content span.close.icon-cancel::before {
    padding: 0;
    font-size: 12px;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.en-popup .popup-content .osgs-subscriber-form {
    gap: 0;
    margin-bottom: 24px;
}

.en-popup .popup-content .osgs-subscriber-form .osgs-form-container {
    margin: 0;
}

.en-popup .popup-content .osgs-subscriber-form .osgs-form-container .osgs-form-input {
    border-radius: 4px 0 0 4px;
    padding: 15px;
    padding-left: 22px;
}

.en-popup .popup-content .osgs-subscriber-form .osgs-fluent-btn {
    margin: 0;
}

.en-popup .popup-content .osgs-subscriber-form .osgs-fluent-btn .osgs-btn {
    margin: 0;
    border-radius: 0 4px 4px 0;
    background-color: #6621ba;
    padding: 15px 22px;
}

.en-popup .popup-content .ff-message-success {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 15px rgba(51, 174, 30, 0.1);
            box-shadow: 0 1px 15px rgba(51, 174, 30, 0.1);
}

.pricing-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.pricing-layer .layer {
    position: absolute;
    width: 100%;
    height: 110vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}

@media (max-width: 1440.98px) {
    .pricing-layer .layer {
        background-size: inherit;
    }
}

.pricing_page_header {
    font-family: "SF Pro Display";
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 82px;
}

.pricing_page_header .offer_iamge {
    max-width: 720px;
    margin: 0px auto;
}

.pricing_page_header .deal_btn {
    margin-top: 0;
}

.pricing_page_header .offer_banner .offer_iamge {
    margin-top: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing_page_header .offer_banner .offer_iamge {
        max-width: 300px;
        margin: 0 auto;
        margin-top: 20px;
    }
}

.pricing_page_header .offer_banner .deal_btn {
    display: block;
    margin-top: 42px;
    margin-bottom: 42px;
}

@media (max-width: 768.98px) {
    .pricing_page_header .offer_banner .deal_btn {
        margin-top: 10px;
    }
}

.pricing_page_header .offer_banner .deal_btn .btn.btn-big {
    font-size: 30px;
    font-weight: 600;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    padding: 18px 40px;
}

@media (max-width: 768.98px) {
    .pricing_page_header .offer_banner .deal_btn .btn.btn-big {
        padding: 12px 30px;
        font-size: 20px;
    }
}

.pricing_page_header {
    position: relative;
    background-position: center 100%;
    padding-top: 92px;
}

@media (max-width: 1440.98px) {
    .pricing_page_header {
        background-size: cover;
        background-position: 20% center !important;
    }
}

.pricing_page_header .pricing-layers {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: right;
    opacity: 0.2;
    display: none;
}

.pricing_page_header .pricing-layers > .layer-right {
    height: 50%;
    width: auto;
    position: relative;
    top: 25%;
}

@media (max-width: 768.98px) {
    .pricing_page_header .pricing-layers > .layer-right {
        top: 65%;
    }
}

@media (max-width: 1366.98px) {
    .pricing_page_header .pricing-layers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

.pricing_page_header .hero_timer {
    max-width: 650px;
    margin: 40px auto;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    position: relative;
    margin-bottom: 15px;
    border: 2px solid #f500f5;
    display: inline-block;
    border-radius: 12px;
    padding: 30px 20px;
    padding-top: 42px;
    font-weight: 600;
    background-color: #170214;
}

@media (max-width: 575.98px) {
    .pricing_page_header .hero_timer {
        padding: 18px;
        padding-top: 28px;
    }
}

@media (max-width: 375.98px) {
    .pricing_page_header .hero_timer {
        padding: 12px;
        padding-top: 28px;
    }
}

.pricing_page_header .hero_timer > h5 {
    font-size: 30px;
    position: absolute;
    margin-bottom: 20px;
    font-weight: 400;
    top: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 20px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .pricing_page_header .hero_timer > h5 {
        padding: 0 7px;
        font-size: 24px;
        top: -15px;
    }
}

.pricing_page_header .hero_timer > h5::before, .pricing_page_header .hero_timer > h5::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 136px;
}

@media (max-width: 575px) {
    .pricing_page_header .hero_timer > h5::before, .pricing_page_header .hero_timer > h5::after {
        display: none;
        position: inherit;
    }
}

.pricing_page_header .hero_timer > h5::after {
    top: 20px;
    right: -136px;
}

.pricing_page_header .hero_timer > h5::before {
    top: 20px;
    left: -136px;
}

.pricing_page_header .hero_timer .timer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing_page_header .hero_timer .timer ul li {
    margin: 0 25px;
    display: inline-block;
}

@media (max-width: 575px) {
    .pricing_page_header .hero_timer .timer ul li {
        margin: 0 8px;
        text-align: left;
    }
}

.pricing_page_header .hero_timer .timer ul li > p.time {
    width: 76px;
    aspect-ratio: 1;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    border-radius: 8px;
    margin-bottom: 4px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #f500f5;
    background-color: #080514;
    border: 1px solid #67036e;
}

@media (max-width: 575px) {
    .pricing_page_header .hero_timer .timer ul li > p.time {
        height: 48px;
        width: 48px;
        font-size: 22px;
        margin-bottom: 0;
    }
}

.pricing_page_header .hero_timer .timer ul li > p.time::after {
    top: 2px;
    right: -36px;
    content: ":";
    color: #f500f5;
    font-size: 44px;
    position: absolute;
}

@media (max-width: 575px) {
    .pricing_page_header .hero_timer .timer ul li > p.time::after {
        display: none;
        position: inherit;
    }
}

.pricing_page_header .hero_timer .timer ul li > p.time.n-dot::after {
    display: none;
    position: inherit;
}

.pricing_page_header .hero_timer .timer ul li > p.time > span {
    display: none;
}

.pricing_page_header .hero_timer .timer ul li span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 575px) {
    .pricing_page_header .hero_timer .timer ul li span {
        font-size: 12px;
    }
}

.pricing_page_header {
    background-color: #121212;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "SF Pro Display";
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 82px;
    padding-bottom: 42px;
}

@media (max-width: 1440.98px) {
    .pricing_page_header {
        background-size: cover;
        background-position: 80% center;
    }
}

.pricing_page_header .pp-hero-layers {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pricing_page_header .pp-hero-layers img {
    position: absolute;
    height: auto;
}

.pricing_page_header .pp-hero-layers img.pp-layer {
    left: 0;
    width: 20%;
    bottom: 0;
    min-width: 182px;
}

@media (max-width: 575.98px) {
    .pricing_page_header .pp-hero-layers img.pp-layer {
        max-width: 158px;
        min-width: inherit;
    }
}

.pricing_page_header .offer_iamge {
    max-width: 620px;
    margin: 0px auto;
}

.pricing_page_header .hero_timer {
    margin-top: 66px;
}

.pricing_page_header .hero_timer h5 {
    color: #fff;
}

.pricing_page_header .hero_timer h5::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    left: 0;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    background: #03241c;
}

@media (max-width: 575px) {
    .pricing_page_header .hero_timer h5::before {
        display: block;
        position: absolute;
        top: 50%;
    }
}

.pricing_page_header .hero_timer .timer ul li > p.time {
    color: #39e318;
    background: #052400;
    border: 0px solid #fff;
}

.pricing_page_header .deal_btn {
    margin-top: 0;
}

.pricing_page_header .offer_banner .deal_btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

@media (max-width: 768.98px) {
    .pricing_page_header .offer_banner .deal_btn {
        margin-top: 10px;
    }
}

.pricing_page_header .offer_banner .deal_btn .btn.btn-big {
    font-size: 30px;
    font-weight: 600;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    padding: 18px 40px;
}

@media (max-width: 768.98px) {
    .pricing_page_header .offer_banner .deal_btn .btn.btn-big {
        padding: 12px 30px;
        font-size: 20px;
    }
}

.pricing_page_header .offer_iamge {
    margin-top: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing_page_header .offer_iamge {
        max-width: 300px;
        margin: 0 auto;
        margin-top: 20px;
    }
}

.pricing_page_header .border-cover {
    position: absolute;
    height: 250px;
    width: 100%;
    bottom: -248px;
    background-color: #121212;
}

@media (max-width: 575.98px) {
    .pricing_page_header .border-cover {
        height: 429px;
        bottom: -414px;
    }
}

.pricing_page_header .border-cover img {
    position: relative;
    bottom: -180px;
}

.pricing_page_header {
    background-position: center 100%;
    padding-top: 92px;
}

.pricing_page_header .offer_iamge {
    max-width: 565px;
    margin: 0px auto;
    margin-bottom: 32px;
}

@media (min-width: 768.98px) {
    .pricing_page_header .offer_iamge {
        left: 0;
    }
}

.pricing_page_header .hero_timer {
    border: 0.094rem solid transparent;
    border-radius: 17px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: transparent;
    margin-top: 0;
}

.pricing_page_header .hero_timer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#A004FB), to(rgba(48, 0, 102, 0.1))) border-box;
    background: linear-gradient(180deg, #A004FB, rgba(48, 0, 102, 0.1)) border-box;
    border: inherit;
    border-radius: inherit;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
            mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

@media (max-width: 768.98px) {
    .pricing_page_header .hero_timer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.pricing_page_header .hero_timer h5 {
    color: #fff;
    top: -20px;
}

.pricing_page_header .hero_timer h5::before {
    background-color: #03032f;
}

@media (max-width: 768.98px) {
    .pricing_page_header .hero_timer h5 {
        top: -14px;
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .pricing_page_header .hero_timer h5 {
        top: -11px;
    }
}

@media (max-width: 575.98px) {
    .pricing_page_header .hero_timer .timer ul li {
        text-align: center;
    }
}

.pricing_page_header .hero_timer .timer ul li > p.time {
    color: #fff;
    background: transparent;
    border: 0px;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    width: 70px;
    height: 80px;
    margin-bottom: 8px;
}

.pricing_page_header .hero_timer .timer ul li > p.time::after {
    color: #fff;
}

@media (max-width: 768.98px) {
    .pricing_page_header .hero_timer .timer ul li > p.time {
        height: 52px;
        width: 52px;
        font-size: 22px;
    }
}

.pricing_page_header .offer_banner .deal_btn {
    margin-top: 46px;
    margin-bottom: 0;
}

.pricing_page_header .offer_banner .deal_btn .btn.btn-big {
    background-color: #ff9500;
    border-color: #ff9500;
    color: #000;
    border-radius: 8px;
    text-transform: inherit;
    padding: 18px 72px;
}

.pricing_page_header .offer_banner .deal_btn .btn.btn-big::before {
    border-color: #ff9500;
    border-radius: 8px;
}

/* *********************************************** */
/* Order Sync with Google Sheet all campaign style */
/* *********************************************** */
.top_bar.limeted-offer {
    background: radial-gradient(50% 1600% at 50% 50%, #240f3d 0%, #2b114b 100%);
}

.top_bar.limeted-offer .offer_section img.offer-sticker-3 {
    height: 42px;
}

.top_bar.limeted-offer .offer_section #offer_limit ul li {
    margin-top: 0 !important;
}

.top_bar.limeted-offer .offer_section #offer_limit ul li .time {
    line-height: 1;
    margin-bottom: 0 !important;
}

.top_bar.limeted-offer .offer_section #offer_limit ul li > span {
    color: #cd64ff;
}

.fs-popup-background {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8));
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2147483647;
    overflow-y: scroll;
}
/*# sourceMappingURL=style.css.map */