/* Minification failed. Returning unminified contents.
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-blue'
(28,21): run-time error CSS1039: Token not allowed after unary operator: '-btn-blue-hover'
(270,28): run-time error CSS1039: Token not allowed after unary operator: '-border-light-blue'
(409,28): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(425,32): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(450,35): run-time error CSS1039: Token not allowed after unary operator: '-border-light-blue'
(487,17): run-time error CSS1039: Token not allowed after unary operator: '-font-blue'
(497,35): run-time error CSS1039: Token not allowed after unary operator: '-border-light-blue'
(571,28): run-time error CSS1039: Token not allowed after unary operator: '-border-light-blue'
(580,35): run-time error CSS1039: Token not allowed after unary operator: '-border-light-blue'
(614,36): run-time error CSS1039: Token not allowed after unary operator: '-btn-blue'
 */
html {
    overflow: visible;
}

:root {
    --dark: #000;
    --body: #B1B1CD;
    --purple: #8c20f8;
    --lavender: #ab88fb;
    --white: white;
    --purple-400: #a652fa;
    --dark-950: #050308;
    --subheading: #e9e2ff;
    --dark-850: #403054;
    --label: #aba9ae;
    --dark-50: #f3f3f3;
    --grey: #848088;
    --animation-type: fade-in;
    --animation-duration: 1s;
}

#callback-form-section a, .sky-blue-link, .city-meet-ups a, .faq-row a {
    color: var(--btn-blue);
    text-decoration: none;
}

    #callback-form-section a:hover, .sky-blue-link:hover, .city-meet-ups a:hover, .faq-row a:hover {
        color: var(--btn-blue-hover);
    }

.line-height1 {
    line-height: 1.8;
}

.line-height2 {
    line-height: 1.6;
}

.line-height3 {
    line-height: 1.4;
}

header {
    position: relative;
}

.animation-element {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

    .animation-element[data-animation-type="fade-in"] {
        opacity: 0;
        transform: translateY(0);
    }

#whatsAppRequest .form-group {
    color: #819BA6;
}

.modalWhatsAppRequest .modal-header .close {
    padding: 0;
    margin: 3px;
}

.display-block {
    display: block;
}

.text-color-body {
    justify-content: space-between;
    display: flex;
}

.text-align-left {
    text-align: left;
}

.display-inlineblock {
    display: inline-block;
}

.heading2 {
    font-size: 38px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 25px;
}

.heading3 {
    font-size: 24px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 15px;
}

.heading4 {
    font-size: 20px;
    font-weight: 600;
    color: #1B1B1B;
    margin-bottom: 15px;
}

.section_home-header {
    position: relative;
    margin-top: 0px;
    z-index: 1;
}

.analysts-slider {
    padding-bottom: 20px;
    padding-top: 40px;
    max-height: 630px;
    overflow: hidden;
    margin: 0 -15px;
}

    .analysts-slider .img-profile {
        max-width: 257px;
        height: auto;
        width: 100%;
    }

.testimonials-slider {
    padding-bottom: 50px;
    max-height: 462px;
    overflow: hidden;
    margin: 0 -15px;
}

.host-of-feature-slider {
    padding-bottom: 20px;
    margin-bottom: 40px;
    max-height: 375px;
    overflow: hidden;
}

.host-of-feature-slider .slick-slide {
    display: flex !important;
}

.expert-slider {
    max-height: 215px;
    overflow: hidden;
    margin: 0 -15px;
}

.analysts-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testimonials-slider .slick-dots, .host-of-feature-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .analysts-slider .slick-dots li, .testimonials-slider .slick-dots li, .host-of-feature-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .analysts-slider .slick-dots li button, .testimonials-slider .slick-dots li button, .host-of-feature-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 15px;
            height: 3px;
            cursor: pointer;
            border: 0;
            outline: none;
            border-radius: 5px;
            background-color: #a7a7a7;
        }

            .analysts-slider .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
                background-color: #0B57D0;
            }

            .testimonials-slider .slick-dots li button:hover, .slick-dots li button:focus, .host-of-feature-slider .slick-dots li button:hover {
                outline: none;
                background-color: #0B57D0;
            }

    .analysts-slider .slick-dots .slick-active button, .testimonials-slider .slick-dots .slick-active button, .host-of-feature-slider .slick-dots .slick-active button {
        background-color: #0B57D0;
        width: 30px;
    }

.analysts-slider .slick-slide {
    padding: 10px;
    text-align: center;
}

    .analysts-slider .slick-slide img {
        visibility: hidden;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        transition: 0.3s linear;
        transform: scale(0.8);
        margin: auto;
    }

.expert-slider .slick-slide .expert-section {
    margin: auto;
}

.analysts-slider .slick-slide:focus-visible {
    outline: none;
}

.testimonials-slider .slick-slide:focus-visible, .host-of-feature-slider .slick-slide:focus-visible {
    outline: none;
}

.analysts-slider .slick-active img {
    visibility: visible;
}

.analysts-slider .slick-center img {
    transform: scale(1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.analysts-slider .slick-next, .expert-slider .slick-next, .testimonials-slider .slick-next {
    right: 0px;
}

.analysts-slider .slick-prev, .expert-slider .slick-prev, .testimonials-slider .slick-prev {
    left: 0px;
}

.analysts-content-title {
    margin-top: 20px;
    font-size: 24px;
    color: #1B1B1B;
    font-weight: 600;
}

.analysts-sab-content1 {
    color: #1B1B1B;
}

.testimonials-content {
    border-radius: 10px;
    display: inline-block;
    padding: 25px 25px 95px;
    min-height: 280px;
    width: 100%;
    position: relative;
    border: 1px solid var(--border-light-blue);
}

.testimonials-footer {
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    height: 95px;
    margin-top: 0px;
    padding-top: 15px;
}

.testimonials-slider .item {
    padding: 15px;
}

.testimonials-footer-svg {
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: -1;
}

.expert-container {
    display: inline-block;
}

.expert-section {
    margin: 10px;
    vertical-align: top;
    display: block;
}

.expert-slider .slick-dots {
    list-style-type: none;
    text-align: center;
    padding: 0px;
    margin-top: 20px;
}

    .expert-slider .slick-dots li {
        display: inline-block;
        padding: 0px 5px;
    }

    .expert-slider .slick-dots button {
        width: 15px;
        height: 3px;
        padding: 0;
        border: 0;
        outline: none;
        border-radius: 5px;
        background-color: #a7a7a7;
        text-indent: -9999px;
    }

    .expert-slider .slick-dots .slick-active button {
        background-color: #0B57D0;
        width: 30px;
    }

.slick-arrow, .slick-arrow:focus {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-bottom: 4px;
    background-color: #0B57D0;
    border: 1px solid #0B57D0;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 1;
    box-shadow: unset;
    display: none !important;
    margin-top: -45px;
}

    .slick-arrow:hover {
        background-color: #0B295B;
        border: 1px solid #0B295B;
    }

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
    display: block !important;
}

.slick-prev {
    left: -14px;
}

.slick-next {
    right: -14px;
}

    .slick-prev.slick-disabled, .slick-next.slick-disabled {
        background-color: #9CA4BD;
        border: 2px solid #9CA4BD;
        cursor: not-allowed;
    }

.host-of-feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    border: 1px solid #DFE4F9;
    min-height: 266px;
    margin: 0px 12px;
}

    .host-of-feature-card svg {
        margin-bottom: 15px;
    }

.price-grid {
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #DFE4F9;
    position: relative;
    overflow: hidden;
}

.save-more-text {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 13px;
    font-weight: 600;
    top: 7px;
    right: 20px;
}

.one-year-plan {
    border: 2px solid var(--color-orange);
    transform: scale(1.05);
}

.orange-shape {
    width: 95px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

    .orange-shape::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--color-orange);
        border-bottom-left-radius: 15px;
        display: block;
    }

.product-name {
    color: #1B1B1B;
    position: relative;
    font-weight: 700;
    padding: 25px 20px 20px;
    text-align: left;
    font-size: 24px;
    margin: 0px;
}

.product-price {
    padding: 0px 20px 5px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1B1B1B;
    font-size: 24px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: left;
    border-bottom: 1px solid var(--border-light-blue);
}

.price-grid-footer {
    position: relative;
    padding: 0px 20px;
}

.price-save {
    color: #606060;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-description {
    margin: 15px 0px;
    text-align: center;
    font-size: 14px;
}

.fixed-bottom-xs {
    display: none;
}

.subscribe-btn {
    padding: 10px 15px;
    font-size: 18px;
    margin: 15px 0px;
    font-weight: 500;
    width: 100% !important;
    min-width: auto;
}

.callbackRequest-link {
    border: none;
    background-color: transparent;
    color: var(--font-blue);
    text-decoration: underline;
    font-weight: 600;
    margin-top: 50px;
}

.faq-row {
    cursor: pointer;
    padding: 20px 30px;
    background-color: #fff;
    border-bottom: 1px solid var(--border-light-blue);
}

.question-div {
    color: #1B1B1B;
    text-align: left;
    padding-right: 30px;
    position: relative;
    line-height: 1.8;
}

.answer-div {
    display: none;
    padding: 7px 0px;
    line-height: 1.6;
}

.down_icon {
    transition: all .6s;
    position: absolute;
    right: 10px;
    top: 7px;
}

.down_icon_up {
    transform: rotate(-180deg);
}

.whatsapp-chat a {
    display: inline-block;
    width: 55px;
}

.whatsapp-chat img {
    max-width: 42px;
    padding: 0px;
    height: auto;
    margin-top: 7px;
}

.whatsapp-chat {
    display: block;
    right: 13px;
    bottom: 130px;
    position: fixed;
    z-index: 10;
    width: 55px;
    height: 55px;
    background-color: #24243F;
    border-radius: 50%;
    text-align: center;
}

.analysts-sab-content1, .analysts-sab-content2 {
    font-size: 14px;
}

    .analysts-sab-content1, .analysts-sab-content2 p {
        margin-bottom: 10px;
    }

.btn-blue, .btn-blue:focus {
    text-transform: none;
}

.analyst-text {
    line-height: 1.8;
}

.btn-view-plan {
    margin-top: 15%;
}

.accordian-border {
    border: 1px solid var(--border-light-blue);
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.accordian-item {
    padding: 20px;
    border-bottom: 1px solid var(--border-light-blue);
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
}

.accordian-border .accordian-item:nth-last-child(1) {
    border-bottom: none;
}

.accordian-item .accordianTab {
    color: #1b1b1b;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding-right: 40px;
}

.accordian-content {
    display: none;
    padding: 15px 40px 0px 0px;
}

    .accordian-content.active {
        display: block;
    }

        .accordian-content.active .accordian-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background-color: var(--btn-blue);
        }

.accordian-icon {
    transition: transform 0.3s ease;
    position: absolute;
    right: 10px;
    top: 7px;
}

.icon-minus {
    display: none;
}

.accordianTab.active .icon-plus {
    display: none;
}

.accordianTab.active .icon-minus {
    display: block;
}

#clubAccordianWithTabImage {
    max-width: 100%;
    height: auto;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@media screen and (max-width: 991px) {
    .home-header_texts {
        margin-bottom: 3.875rem;
        padding-top: 2rem;
        padding-bottom: 0;
        position: relative;
        top: auto;
    }
}

@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .margin-b20-mobile {
        margin-bottom: 20px;
    }

    .heading2 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .heading3 {
        font-size: 18px;
    }

    .heading4 {
        font-size: 16px;
    }

    .home-header_texts {
        margin-bottom: 3rem;
    }

    .price-grid {
        height: unset;
        margin-top: 15px;
    }

    #clubAccordianWithTabImage {
        max-width: 100%;
        height: auto;
    }

    .btn-view-plan {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .btn-callback {
        margin-top: 40px;
    }

    .host-of-feature-card {
        min-height: 327px;
        margin: 0px;
    }

    .host-of-feature-slider {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .joinclubdiv {
        padding-bottom: 30px;
    }

    .analysts-slider .slick-center img {
        margin-left: auto;
        margin-right: auto;
    }

    .analysts-slider {
        padding-bottom: 20px;
    }

    .one-year-plan {
        transform: scale(1);
    }

    .testimonials-footer-svg {
        position: absolute;
        right: 0;
        bottom: 25px;
    }

    .testimonials-content {
        min-height: 400px;
    }

    .testimonials-slider {
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

    .expert-intro {
        text-align: center;
    }

    .faq-row {
        padding: 20px 10px;
    }
}

