.elementor-55 .elementor-element.elementor-element-f74f35d > .elementor-container{max-width:800px;min-height:300px;}.elementor-55 .elementor-element.elementor-element-f74f35d > .elementor-container:after{content:"";min-height:inherit;}.elementor-55 .elementor-element.elementor-element-f74f35d > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-55 .elementor-element.elementor-element-f74f35d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-55 .elementor-element.elementor-element-1ab6b0de{text-align:center;}.elementor-55 .elementor-element.elementor-element-1ab6b0de .elementor-heading-title{color:#323344;font-size:46px;}.elementor-55 .elementor-element.elementor-element-1ab6b0de > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-55 .elementor-element.elementor-element-622bd7{color:#323344;font-size:20px;}.elementor-55 .elementor-element.elementor-element-5edf9297 > .elementor-container{max-width:900px;}.elementor-55 .elementor-element.elementor-element-5edf9297{margin-top:40px;margin-bottom:40px;}.elementor-55 .elementor-element.elementor-element-5fc5ab24 .elementor-blockquote__content{color:#323344;font-family:"Roboto Slab", Sans-serif;font-size:30px;}.elementor-55 .elementor-element.elementor-element-5fc5ab24 .elementor-blockquote:before{color:rgba(171, 85, 255, 0.42);font-size:calc(1px * 100);}@media(max-width:767px){.elementor-55 .elementor-element.elementor-element-3cac01af > .elementor-element-populated{padding:80px 20px 80px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-46c68c2 */.pricing span {color:black;}
.pricing span:hover, .pricing span:active {color:black;}

.pricing {
    max-width: 848px;
    width: 100%;
    padding: 10px;
    margin: 0 auto 30px;
    font-family: "Roboto", Sans-serif;
}

.pricing, .pricing * {
    box-sizing: border-box;
}

.pricing__header-period {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.pricing__header-period button {
    margin-left: 10px;
    border: none;
    background: transparent;
    line-height: 36px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.pricing__header-period button span {
    position: relative;
}

.pricing__header-period.mount button:first-child span:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #bab2ff;
}

.pricing__header-period.mount button:last-child span:before {
    content: none;
}

.pricing__header-period button:last-child span:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #bab2ff;
}

.pricing__header-title {
    font-size: 28px;
    margin-bottom: 50px;
}

.pricing__content {
    display: flex;
    justify-content: space-between;
}

.pricing__content-slider {
    max-width: 550px;
    width: 100%;
}

.pricing__content-price {
    text-align: center;
    min-width: 220px;
    margin-bottom: 30px;
}

.pricing__content-slider-items {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: calc(115% - 10px);
    padding: 15px 0 0;
    list-style: none;
}

.pricing__content-slider-items li {
    position: relative;
}

.pricing__content-slider-items li:not(:first-child) {
    text-align: center;
}

.pricing__content-slider-items li:not(:first-child):not(:last-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    height: 45px;
    width: 2px;
    background: #fff;
}

.pricing__content-slider-items li:not(:first-child) span {
    position: absolute;
    left: -50%;
    width: 100%;
    text-align: center;
}

.pricing__value span {
    font-size: 36px;
}

.pricing__placeholder {
    width: calc(100% + (60px * 2));
    height: 1px;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 30px;
    margin-left: -60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
    font-size: 21px;
}

.pricing__placeholder.active {
    height: 150px;
    border-bottom: none;
    background: #bab2ff;
}

.pricing__placeholder:not(.active):after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - (60px * 2));
    left: 54px;
    height: 1px;
    background: #b0b0b7;
}

.pricing__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing__footer-visitors {
    font-size: 36px;
}

.pricing__value span {
    font-size: 36px;
}

.pricing__footer .btn-color-primary {
    width: 250px;
    line-height: 48px;
    background: #ab55ff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
}

.price-slider-range {
    height: 48px;
    display: flex;
    align-items: center;
}

.price-slider-range input {
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    height: 0;
}

.price-slider-range input:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    border-radius: 3px;
    height: 12px;
    width: 0;
    background: #ab55ff;
}

.price-slider-range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border: 5px solid #ab55ff !important;
    margin-top: -11px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.price-slider-range input::-moz-range-thumb {
    height: 34px;
    width: 34px;
    background-color: #fff;
    border: 5px solid #ab55ff !important;
    margin-top: -11px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.price-slider-range input::-ms-thumb {
    height: 34px;
    width: 34px;
    background-color: #fff;
    border: 5px solid #ab55ff !important;
    margin-top: -11px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.price-slider-range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #b2b2b2;
    border-radius: 3px;
}

.price-slider-range input::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #b2b2b2;
    border-radius: 3px;
}

.price-slider-range input::-ms-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #b2b2b2;
    border-radius: 3px;
}

.price-slider-range input:focus {
    background: none;
    outline: none;
}

.price-slider-range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}


@media only screen and (max-width: 960px) {
    .pricing__header-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .pricing__footer-visitors {
        font-size: 26px;
    }

    .pricing__value span {
        font-size: 26px;
    }

    .pricing__placeholder {
        width: calc(100% + (10px * 2));
        margin-left: -10px;
        padding: 0 20px;
        font-size: 16px;
    }

    .pricing__placeholder.active {
        height: 100px;
    }

    .pricing__placeholder:not(.active):after {
        width: calc(100% - (10px * 2));
        left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .pricing__content {
        display: block;
    }

    .pricing__content-slider {
        max-width: 100%;
    }

    .pricing__footer .btn-color-primary {
        width: 165px;
        font-size: 14px;
    }
}/* End custom CSS */