/*! elementor-pro - v3.27.0 - 27-01-2025 */
.elementor-price-table {
    text-align: center
}

.elementor-price-table .elementor-price-table__header {
    background: var(--e-price-table-header-background-color, #555);
    padding: 30px 0
}

.elementor-price-table .elementor-price-table__heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__subheading {
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

.elementor-price-table .elementor-price-table__original-price {
    align-self: center;
    font-size: .5em;
    font-weight: 400;
    line-height: 1;
    margin-inline-end: 15px;
    text-decoration: line-through
}

.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
    font-size: 1em;
    margin: 0
}

.elementor-price-table .elementor-price-table__price {
    align-items: center;
    color: #555;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 65px;
    font-weight: 800;
    justify-content: center;
    padding: 20px 0
}

.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none
}

.elementor-price-table .elementor-price-table__after-price {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: start
}

.elementor-price-table .elementor-price-table__integer-part {
    line-height: .8
}

.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
    font-size: .3em;
    line-height: 1
}

.elementor-price-table .elementor-price-table__currency {
    margin-inline-end: 3px
}

.elementor-price-table .elementor-price-table__period {
    font-size: 13px;
    font-weight: 400;
    width: 100%
}

.elementor-price-table .elementor-price-table__features-list {
    color: var(--e-price-table-features-list-color);
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__features-list li {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    margin-left: 15px;
    margin-right: 15px
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
    border: 0 solid hsla(0, 0%, 48%, .3);
    content: "";
    display: block;
    margin: 10px 12.5%
}

.elementor-price-table .elementor-price-table__features-list i {
    font-size: 1.3em;
    margin-inline-end: 10px
}

.elementor-price-table .elementor-price-table__features-list svg {
    margin-inline-end: 10px;
    fill: var(--e-price-table-features-list-color);
    height: 1.3em;
    width: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg~* {
    vertical-align: text-top
}

.elementor-price-table .elementor-price-table__footer {
    padding: 30px 0
}

.elementor-price-table .elementor-price-table__additional_info {
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.elementor-price-table__ribbon {
    height: 150px;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    width: 150px
}

.elementor-price-table__ribbon-inner {
    background: #000;
    font-size: 13px;
    font-weight: 800;
    left: 0;
    line-height: 2;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    width: 200%
}

.elementor-price-table__ribbon.elementor-ribbon-left {
    left: 0;
    right: auto;
    transform: rotate(0)
}

.elementor-price-table__ribbon.elementor-ribbon-right {
    left: auto;
    right: 0;
    transform: rotate(90deg)
}

.elementor-widget-price-table .elementor-widget-container,
.elementor-widget-price-table:not(:has(.elementor-widget-container)) {
    background-color: #f9fafa;
    overflow: hidden
}