/***<<--- Pricing Table Transition --->>***/

.wdt-pricing-table-holder,
.wdt-pricing-table-holder > div,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span,
.wdt-pricing-table-holder .wdt-content-image a,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-pricing-table-footer-description,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']:before,
.wdt-pricing-table-holder[class*='-template-list'],
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
{
    -webkit-transition: var(--wdt-elementor-base-transition);
            transition: var(--wdt-elementor-base-transition);
}

/***<<--- Pricing Table Common --->>***/

.wdt-pricing-table-holder
{
    position: relative;
    z-index: 0;

    border-width: 0;
    border-style: solid;
    border-color: transparent;
}

.wdt-pricing-table-holder > div:not(:last-child)
{
    margin-bottom: 20px;
}

/***<<--- Pricing Table Media - Image & Icon Element --->>***/

.wdt-pricing-table-holder div[class*='-table-media']
{
    position: relative;
}

/* Pricing Table Media - Image Element */

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image-wrapper,
.wdt-pricing-table-holder .wdt-content-image-wrapper .wdt-content-image,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image > span,
.wdt-pricing-table-holder .wdt-content-image > a
{
    display: inline-flex;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image > span > img,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image > a > img
{
    -webkit-border-radius: inherit;
            border-radius: inherit;

    width: 100%;
    height: 100%;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span
{
    position: relative;

    display: inline-block;

    width: 120px;
    height: 120px;

    background-position: center;
    background-size: cover;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    content: '';

    -webkit-border-radius: inherit;
            border-radius: inherit;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span:before
{
    background-color: rgba(0,0,0,.2);
}

/* Pricing Table Media - Icon Element */

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon
{
    display: inline-block;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
    font-size: 1.125rem;

    position: relative;
    z-index: 0;

    display: inline-block;

    width: 45px;
    height: 45px;

    text-align: center;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span i
{
    position: relative;

    display: inline-flex;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;

    place-content: center;
    place-items: center;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span svg
{
    width: 1em;
    height: 1em;

    fill: currentColor;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: auto;

    content: '';

    -webkit-border-radius: inherit;
            border-radius: inherit;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
    color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span:before
{
    background-color: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table Header - Title & Subtitle Element --->>***/

.wdt-pricing-table-holder div[class*='-table-header']
{
    position: relative;
}
.wdt-pricing-table-holder div[class*='-table-header'] > div:not(:last-child)
{
    margin-bottom: 10px;
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5
{
    font-size: 1.25em;

    margin-top: 0;
    margin-bottom: 0;

    text-transform: none;
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a
{
    -webkit-transition: inherit;
            transition: inherit;
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a
{
    color: var(--wdt-elementor-color-primary);
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a:hover
{
    color: var(--wdt-elementor-color-accent);
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle
{
    font-size: 1rem;

    letter-spacing: .05em;

    color: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table Footer - Description & Button Element --->>***/

.wdt-pricing-table-holder div[class*='-table-footer']
{
    position: relative;

    display: inline-block;

    width: 100%;
}
.wdt-pricing-table-holder div[class*='-table-footer'] > div:not(:last-child)
{
    margin-bottom: 20px;
}

/* Pricing Table Footer - Button Element */

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button
{
    position: relative;
    z-index: 0;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a
{
    font-size: 1em;
    line-height: 1;

    display: inline-block;

    padding: .75em 1.5em;

    text-align: center;

    color: var(--wdt-elementor-color-white);
    border: 1px solid transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: var(--wdt-elementor-color-accent);

    fill: var(--wdt-elementor-color-white);
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth
{
    display: inline-flex;

    width: 100%;
}
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth > a
{
    width: 100%;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button:not(.fullwidth)
{
    margin-bottom: 20px;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a:hover
{
    background-color: var(--wdt-elementor-color-primary);
}

/* Pricing Table Footer - Description Element */

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-pricing-table-footer-description
{
    position: relative;
    z-index: 0;

    padding: 0 10px;
}

/***<<--- Pricing Table Pricing - Original & Sales Price --->>***/

.wdt-pricing-table-holder .wdt-pricing-table-pricing
{
    font-size: 1em;
    line-height: 1em;

    position: relative;

    margin: 0;
    padding: 0;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-original
{
    font-size: .8em;
    font-weight: 400;
    line-height: 1;

    display: inline-flex;
    -ms-flex-item-align: center;
    flex-wrap: wrap;

    margin-right: 15px;

    text-decoration: line-through;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale
{
    line-height: 1;

    display: inline-table;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale > span
{
    display: table-cell;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below
{
    display: block;

    width: 100%;
    padding-top: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
    padding-left: 5px;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix
{
    padding-right: 5px;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix
{
    padding-left: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix:last-child,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-price + .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction + .wdt-pricing-table-pricing-prefix
{
    padding-right: 0;
    padding-left: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
    line-height: 1;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing
{
    color: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table features - Features --->>***/
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li
{
    font-size: inherit;
    line-height: 1;

    position: relative;

    margin: 0;
    padding: 0;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after
{
    display: inline-block;
    clear: both;

    width: 100%;

    content: '';
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon
{
    display: inline-block;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text
{
    clear: both;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text:not(:only-child)
{
    padding-left: 10px;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded']
{
    opacity: .5;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon:empty
{
    display: none;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon
{
    color: #b4d856;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon
{
    color: #d85656;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text
{
    color: var(--wdt-elementor-color-text);
}

/***<<--- Pricing Table Badges - Badges Types --->>***/

.wdt-pricing-table-holder div[class*='-table-badge']:not(.type4)
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;

    position: absolute;

    margin: 0;

    color: var(--wdt-elementor-color-white);
    background-color: var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder div[class*='-table-badge'] { z-index: 1; }

.wdt-pricing-table-holder div[class*='-table-badge'].left
{
    right: auto;
    left: 15px;
}

.wdt-pricing-table-holder div[class*='-table-badge'].right
{
    right: 15px;
    left: auto;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type1
{
    top: 15px;

    padding: 8px 15px;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2
{
    top: 30px;

    padding: 8px 15px;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2:after
{
    position: absolute;
    z-index: 9;
    top: -15px;

    width: 0;
    height: 0;

    content: '';

    opacity: .9;
    border-bottom: 15px solid var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2.left
{
    right: auto;
    left: -15px;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2.right
{
    right: -15px;
    left: auto;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2.left:after
{
    right: auto;
    left: 0;

    border-left: 15px solid transparent;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2.right:after
{
    right: 0;
    left: auto;

    border-right: 15px solid transparent;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type3
{
    font-weight: 500;

    top: -1px;

    width: auto;
    padding: 20px 12px;

    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg);
    letter-spacing: 1.5px;
    text-transform: uppercase;

    border-radius: 50px 50px 0 0;

            writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4
{
    position: absolute;
    top: 0;

    overflow: hidden;

    width: 100px;
    height: 100px;
    margin: 0;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4.left
{
    right: auto;
    left: 0;

    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4.right
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4 .wdt-pricing-table-badge-inner
{
    font-size: .6em;
    font-weight: 700;

    display: inline-block;

    width: 150%;
    margin-top: 35px;
    padding: 10px 15px;

    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--wdt-elementor-color-white);
    background: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table Type - Default Template --->>***/

.wdt-pricing-table-holder[class*='-template-default']
{
    padding: 0;

    text-align: center;

    border: 1px solid;
    border-radius: 5px;
}

.wdt-pricing-table-holder[class*='-template-default'] > div:not(.wdt-pricing-table-badge):first-child,
.wdt-pricing-table-holder[class*='-template-default'] > .wdt-pricing-table-badge + div
{
    padding: 30px 20px 0 20px;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
    width: 50px;
    height: 50px;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5
{
    font-size: 25px;

    text-transform: uppercase;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing
{
    font-size: 60px;
    font-weight: 700;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing + .wdt-pricing-table-features
{
    margin-top: 50px;
    padding: 20px 0 0;

    border-top: 1px solid;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after
{
    margin-top: 20px;
    padding-bottom: 20px;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon
{
    font-size: 14px;
}
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text
{
    font-size: 16px;

    letter-spacing: .5px;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing-original,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix
{
    font-size: 25px;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-original
{
    vertical-align: top;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-prefix
{
    vertical-align: top;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-sale-fraction
{
    vertical-align: baseline;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child
{
    margin-top: 10px;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child .fullwidth
{
    border-top-width: 1px;
    border-top-style: solid;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer .wdt-content-button > a
{
    font-size: 20px;
    font-weight: 700;

    padding: 25px 40px;

    color: var(--wdt-elementor-color-secondary);
    background-color: #f9f9f9;
}

.wdt-pricing-table-holder[class*='-template-default']
{
    background-color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder[class*='-template-default'],
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing + .wdt-pricing-table-features,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child .fullwidth
{
    border-color: #e1e1e1;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5 a
{
    color: var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder[class*='-template-default']:hover
{
    background-color: #f9f9f9;
}
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-footer .wdt-content-button > a
{
    color: var(--wdt-elementor-color-white);
    background-color: var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder[class*='-template-default']:hover,
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-pricing + .wdt-pricing-table-features,
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-default']:hover div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-footer:last-child .fullwidth
{
    border-color: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table Type - Classic Template --->>***/

.wdt-pricing-table-holder[class*='-template-classic']
{
    padding: 0;

    text-align: center;

    border: 1px solid;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge']
{
    z-index: 2;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type2:after
{
    opacity: .7;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']
{
    z-index: 1;

    padding: 50px 20px;

    background-color: #f9f9f9;
}

.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-media
{
    padding: 0 0 20px;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
    font-size: 50px;

    width: 120px;
    height: 120px;

    border-radius: 50%;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5
{
    font-size: 25px;

    text-transform: uppercase;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 5px;

    content: '';
}

.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header']:before
{
    height: 100%;
}

.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing
{
    padding: 30px 0;
}

.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing
{
    font-size: 60px;
    font-weight: 700;
}

.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-footer .wdt-content-button > a
{
    font-size: 20px;
    font-weight: 700;

    padding: 25px 40px;

    color: var(--wdt-elementor-color-secondary);
    background-color: #f9f9f9;
}

.wdt-pricing-table-holder[class*='-template-classic']
{
    background-color: var(--wdt-elementor-color-white);
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge']:not(.type4),
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type4 .wdt-pricing-table-badge-inner
{
    background-color: var(--wdt-elementor-color-primary);
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type2:after
{
    border-bottom-color: var(--wdt-elementor-color-primary);
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']:before
{
    background-color: var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder[class*='-template-classic'],
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing,
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-footer:last-child .fullwidth
{
    border-color: #e1e1e1;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5 a
{
    color: var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header'] .wdt-content-subtitle
{
    color: var(--wdt-elementor-color-white);
}

.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-footer .wdt-content-button > a
{
    color: var(--wdt-elementor-color-white);
    background-color: var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder[class*='-template-classic']:hover,
.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-pricing,
.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-footer:last-child .fullwidth
{
    border-color: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table Type - List Template --->>***/

.wdt-pricing-table-holder[class*='-template-list']
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    padding: 0;

    border: 1px solid;
}

.wdt-pricing-table-holder[class*='-template-list'] > *
{
    padding: 25px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
{
    min-width: 20%;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header
{
    display: inline-flex;
    align-content: center;
    align-items: center;
    align-self: stretch;
    flex: 0 1 30%;
    flex-wrap: wrap;

    margin-bottom: 0;

    border-right: 1px solid;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header > div
{
    width: 100%;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features
{
    display: inline-flex;
    align-content: center;
    align-items: center;
    align-self: stretch;
    flex: 0 1 50%;
    flex-wrap: wrap;

    margin-bottom: 0;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
{
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    flex: 0 1 20%;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.wdt-pricing-table-holder[class*='-template-list']
{
    border-color: var(--wdt-elementor-color-primary);
    background-color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header
{
    border-color: var(--wdt-elementor-color-primary);
    background: rgba(110,193,228,.1);
}
.wdt-pricing-table-holder[class*='-template-list']:hover
{
    background-color: rgba(110,193,228,.1);
}
.wdt-pricing-table-holder[class*='-template-list']:hover .wdt-pricing-table-header
{
    background-color: var(--wdt-elementor-color-white);
}

/***<<--- List Template - Original & Sales Price --->>***/

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner
{
    font-size: 22px;
    line-height: 1em;

    position: relative;

    margin: 10px 0 0;
    padding: 0;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-original
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1;

    display: inline-flex;
    -ms-flex-item-align: center;
    flex-wrap: wrap;

    margin-right: 15px;

    text-decoration: line-through;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-sale
{
    line-height: 1;

    display: inline-table;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-sale > span
{
    display: table-cell;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-suffix.below
{
    display: block;

    width: 100%;
    padding-top: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
    padding-left: 5px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix
{
    padding-right: 5px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix
{
    padding-left: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix:last-child,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-price + .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction + .wdt-pricing-table-pricing-prefix
{
    padding-right: 0;
    padding-left: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
    line-height: 1;
}

/***<<--- List Template - Features --->>***/

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list
{
    display: inline-flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    gap: 20px;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li
{
    display: inline-flex;
    flex-wrap: wrap;

    min-width: 30%;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-inner
{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon
{
    font-size: 10px;
    line-height: 25px;

    width: 25px;
    height: 25px;

    text-align: center;

    color: #ffffff;
    border: 1px solid rgba(110,193,228,.1);
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon
{
    background: #b4d856;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon
{
    background: #d85656;
}

/***<<--- List Template - Badges Types --->>***/

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge']:not(.type4)
{
    width: auto;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type1
{
    top: 25px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].left
{
    right: auto;
    left: 25px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].right
{
    right: 25px;
    left: auto;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type2.left
{
    right: auto;
    left: -15px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type2.right
{
    right: -15px;
    left: auto;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4
{
    width: 100px;
    height: 100px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4.left
{
    right: auto;
    left: 0;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4.right
{
    right: 0;
    left: auto;
}

/* Responsive */

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
    .wdt-pricing-table-holder[class*='-template-list']
    {
        justify-content: space-between;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header
    {
        flex: 0 1 100%;

        border-width: 0 0 1px 0;
        border-style: solid;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
    {
        flex: 0 1 50%;
    }

    .wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li
    {
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px)
{
    .wdt-pricing-table-holder[class*='-template-list']
    {
        justify-content: space-between;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header
    {
        flex: 0 1 100%;

        border-width: 0 0 1px 0;
        border-style: solid;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features
    {
        flex: 0 1 100%;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
    {
        flex: 0 1 100%;
    }

    .wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li
    {
        min-width: 100%;
    }
}

/*custom css*/
.wdt-custom-pricing-table{
    background: var(--wdtPrimaryColor);
    padding: 1px;
    border-radius: var(--wdtRadius_3X);
    overflow: hidden;
    will-change: transform;
    background-color: var(--wdtPrimaryColor);
    transition: var(--wdtAltTransition)
}
.wdt-custom-pricing-table.wdt-custom-pricing-table-active{
    background-color: var(--wdtAccentTxtColor);
}
.wdt-custom-pricing-table:hover{
    background-color: var(--wdtAccentTxtColor); 
}
.wdt-custom-pricing-table .wdt-pricing-table-holder{
    padding: 60px 50px;
    background: var(--wdtBodyBGColor);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: var(--wdtRadius_3X);
}
.wdt-custom-pricing-table .wdt-pricing-table-holder:before{
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0%;
    right: 0;
    height: 150%;
    width: 150%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1248 1520' style='enable-background:new 0 0 1248 1520;' xml:space='preserve'%3E%3Cg transform='translate(-704 -5887)'%3E%3Cg transform='translate(310.197 7160.322) rotate(-56)' class='st0'%3E%3Cpath d='M758.5,829.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L758.5,829.1z'/%3E%3Cpath d='M627.9,181.4l-8,3.8l-1,8.9l7,5.1l8-3.8l1-8.9L627.9,181.4z'/%3E%3Cpath d='M371.7,392.6l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L371.7,392.6z'/%3E%3Cpath d='M1867.4,522.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1867.4,522.1z'/%3E%3Cpath d='M1078.3,619.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1078.3,619.9z'/%3E%3Cpath d='M1051.8,918.9l-1,8.9l7,5.1l8-3.8l1-8.9l-7-5.1L1051.8,918.9z'/%3E%3Cpath d='M1017.5,447.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1017.5,447.7z'/%3E%3Cpath d='M775.8,656.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L775.8,656.1z'/%3E%3Cpath d='M535.8,307.5l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L535.8,307.5z'/%3E%3Cpath d='M1456.8,567.8l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1456.8,567.8z'/%3E%3Cpath d='M1635.6,514.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1635.6,514.1z'/%3E%3Cpath d='M874.4,510.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L874.4,510.7z'/%3E%3Cpath d='M621.1,322l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L621.1,322z'/%3E%3Cpath d='M1236.2,562.6l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1236.2,562.6z'/%3E%3Cpath d='M1522.2,738.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1522.2,738.7z'/%3E%3Cpath d='M568.5,519l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L568.5,519z'/%3E%3Cpath d='M1000.4,660.4l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1000.4,660.4z'/%3E%3Cpath d='M714.3,774.8l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L714.3,774.8z'/%3E%3Cpath d='M622.6,449.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L622.6,449.1z'/%3E%3Cpath d='M439.8,793.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L439.8,793.9z'/%3E%3Cpath d='M755.7,277.5l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L755.7,277.5z'/%3E%3Cpath d='M489.2,643.4l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L489.2,643.4z'/%3E%3Cpath d='M1248.9,707.2l-0.2-0.6l153-42.1l62.9-100.6l0.6,0.3L1402.1,665l-0.1,0L1248.9,707.2z'/%3E%3Cpath d='M1401.7,665l-157.5-105.8l-157.7,57.2l-0.2-0.6l158-57.4l0.1,0.1l157.7,105.9L1401.7,665z'/%3E%3Cpath d='M1464.8,564.4l-0.1-0.1l-122.9-88.9l81.7-34.2l0.3,0.6l-80.6,33.7l121.8,88.2l181.7-54.4 l0.2,0.6L1464.8,564.4z'/%3E%3Crect x='1198.1' y='454.4' transform='matrix(-0.9598 -0.2807 0.2807 -0.9598 2364.7271 1248.1206)' width='147.3' height='0.7'/%3E%3Crect x='1430.2' y='448.8' transform='matrix(-0.9655 -0.2604 0.2604 -0.9655 2666.2666 1470.5469)' width='0.7' height='219.7'/%3E%3Cpath d='M1086.6,616.3l-0.6-0.4l115.8-181.5l-23.5-69.5L960.4,571.4l-0.5-0.5l218.8-207.1l23.6,69.9 l33.1-51.9l0.3,0.3l107.2,93.4l-0.3,0.2l-98.6,83.7l-0.2-0.5l-41.8-123.7L1086.6,616.3z M1202.6,434.5l41.8,123.7l97.6-82.8 l-106.3-92.6L1202.6,434.5z'/%3E%3Crect x='1246.3' y='558.8' transform='matrix(-0.9997 2.599358e-02 -2.599358e-02 -0.9997 2509.8271 1271.7924)' width='0.7' height='186.9'/%3E%3Cpath d='M1086,616.2L981.8,303.1L828.5,423.4l2.1,177.4l-0.7,0l-2.1-177.7l0.1-0.1l154.2-121l0.1,0.4 L1086.7,616L1086,616.2z'/%3E%3Cpath d='M632,446.4l-0.4-0.1l-261.8-63.5l0.2-0.6l261.4,63.4L627,191l0.7,0L632,446.4z'/%3E%3Crect x='413' y='476.3' transform='matrix(-0.9768 0.214 -0.214 -0.9768 952.8632 1165.5095)' width='0.7' height='316.1'/%3E%3Cpath d='M785.1,506.8l-0.6-0.3l116.9-228.1L631.8,446.2l-0.3-0.6l271.6-169.1L785.1,506.8z'/%3E%3Cpath d='M274.1,687.6l-0.1-0.6L726.6,590l-95.2-143.9l0.5-0.4l95.8,144.7l-0.5,0.1L274.1,687.6z'/%3E%3Crect x='413.4' y='638.3' transform='matrix(-0.9057 0.424 -0.424 -0.9057 1092.4949 1191.2837)' width='0.7' height='157.8'/%3E%3Cpath d='M372.2,384.9l204.1,130.3l-337,281.5l0.4,0.5l337.3-281.8l0.3-0.3L372.5,384.3L372.2,384.9z' /%3E%3Crect x='724.1' y='590.2' transform='matrix(-0.9995 -3.048384e-02 3.048384e-02 -0.9995 1427.8137 1383.7295)' width='0.7' height='181.5'/%3E%3Crect x='856.9' y='606.6' transform='matrix(-0.8779 -0.4789 0.4789 -0.8779 1710.4581 1650.0576)' width='417.4' height='0.7'/%3E%3Cpath d='M1040.5,762.4l-32.9-103l-73.7,40.1l-0.2-0.1L631.4,443.8l0.4-0.5L934,698.7l73.4-40 l-32.1-100.3l0.6-0.2l32,100.2l78.9-43L1040.5,762.4z M1008.2,659.1l32.3,101.1l45.3-143.4L1008.2,659.1z'/%3E%3Cpath d='M933.7,699.2l-51-192.4l-0.3,0.1l-0.1-0.4l-27.4-104.5l0.6-0.2l0,0l27.6,104l145.1-62.3 l0.3,0.6l-145.2,62.4l51,192.5L933.7,699.2z'/%3E%3Cpath d='M1008.2,657.1L784.7,507L497.3,640.1l-0.2-0.2L375,474.4l0.5-0.4l122,165.2l287.2-133 l0.2,0.1l223.6,150.2L1008.2,657.1z'/%3E%3Cpath d='M882.5,506.9l-0.6-0.3L982,301.9l103.6,149.5l256.9,23.7l-0.1,0.7L1085.2,452l-0.1-0.1 l-103-148.7L882.5,506.9z'/%3E%3Cpath d='M765.8,826.5l-194.3-88.7l0-0.1l-75.7-95.7l0.5-0.4l75.7,95.6l194.2,88.6L765.8,826.5z'/%3E%3Cpath d='M1509.9,649.6l-41.6-85.4l0.5,0l410.6,4.6l0,0.7l-410.1-4.6l41.2,84.4L1509.9,649.6z'/%3E%3Cpath d='M1261.4,913.1l-107.5-66.2l-0.2,0.2l-0.1-0.4l-0.1,0l0-0.1l-68-233.1l79.3,104.8l0,0.1 l-10.5,127.2L1308.9,690l0.5,0.5l-154.9,155.9l107.4,66.2L1261.4,913.1z M1087.2,616.7l66.5,228l10.5-126.2L1087.2,616.7z'/%3E%3Crect x='1164.1' y='712.3' transform='matrix(-0.9908 0.1356 -0.1356 -0.9908 2498.7744 1254.9987)' width='85.1' height='0.7'/%3E%3Cpath d='M1058.6,924.2L933.9,699.7L870.3,756l-0.4-0.5l64.2-56.9l0.2,0.4l124.9,224.9L1058.6,924.2z' /%3E%3Crect x='713.1' y='621.1' transform='matrix(-0.6785 -0.7346 0.7346 -0.6785 811.2637 1597.8003)' width='84.3' height='0.7'/%3E%3Crect x='783.2' y='602.7' transform='matrix(-0.768 -0.6405 0.6405 -0.768 937.9587 1736.519)' width='0.7' height='191.4'/%3E%3Crect x='484.1' y='707.4' transform='matrix(-0.8648 -0.5021 0.5021 -0.8648 785.5529 1626.9602)' width='255.4' height='0.7'/%3E%3Crect x='576' y='506.2' transform='matrix(-0.9823 0.1875 -0.1875 -0.9823 1327.5574 887.5676)' width='91.5' height='0.7'/%3E%3Crect x='716.2' y='735.2' transform='matrix(-0.9459 0.3245 -0.3245 -0.9459 1850.0496 1162.4906)' width='223.9' height='0.7'/%3E%3Crect x='375.1' y='316.4' transform='matrix(-0.9648 -0.2629 0.2629 -0.9648 908.5792 755.0407)' width='259.5' height='0.7'/%3E%3Crect x='336.4' y='331.1' transform='matrix(-0.7476 -0.6642 0.6642 -0.7476 663.0285 914.8071)' width='337.8' height='0.7'/%3E%3Crect x='581.6' y='434.7' transform='matrix(-0.9922 -0.125 0.125 -0.9922 1099.8463 1019.1915)' width='0.7' height='80.8'/%3E%3Crect x='644.1' y='261.8' transform='matrix(-0.8685 -0.4957 0.4957 -0.8685 1058.5442 867.8522)' width='0.7' height='63.4'/%3E%3Crect x='539.8' y='327.2' transform='matrix(-0.874 -0.486 0.486 -0.874 942.4451 899.5052)' width='96.2' height='0.7'/%3E%3Cpath d='M999.7,533.5l-9.5-73.5l-116.4,14.4l-0.1-0.7l117.1-14.5l9.6,74.1L999.7,533.5z'/%3E%3Cpath d='M317.3,678l-0.6-0.3l107.9-207.7l0.3,0.6l72.9,169l-0.6,0.3l-72.6-168.3L317.3,678z'/%3E%3Cpath d='M511.4,417.2l-0.2-0.2L379.4,282.8l0.5-0.5l131.7,134l118.2-65.7l0.3,0.6L511.4,417.2z'/%3E%3Cpath d='M741.3,378l20.7-101.9l0.6,0.1l-20.5,100.9l121.4-25.6l0.1,0.6L741.3,378z'/%3E%3Crect x='987.7' y='741.1' transform='matrix(-0.7422 -0.6701 0.6701 -0.7422 1172.2686 2089.6362)' width='0.7' height='156.6'/%3E%3Cpath d='M1568.7,642.2L1438,375.2l1,0.7L1645.9,511l-0.4,0.5l-205.9-134.5l129.7,264.8L1568.7,642.2z '/%3E%3Cpath d='M1402.7,663.3l377.9-47.6l-250.4,118.8L1402.7,663.3z M1782.5,614.8l-380.9,47.9l-1,0.1 l129.4,72.3l0.1,0.1l252.5-119.8l138-17.4l-0.1-0.7l-136,17.1l95-45.1l-0.3-0.6L1782.5,614.8z'/%3E%3Cpath d='M1306.4,600.2l-0.2-0.2l-84.1-103.5l-94.8,52.6l-0.2-0.2l-98.8-104.5l-105.2,85.2l-0.2-0.1 L811.3,459l-122,34l0-0.4l-29.4-226.2l-114,38.1l-0.1-0.1l-166.7-84.9l0.3-0.6l166.6,84.9l114.5-38.2l0.1,0.4l29.4,226.2 l121.5-33.9l0.1,0.1l111.6,70.4l105.3-85.3l0.2,0.2l98.9,104.5l94.8-52.6l84.3,103.7l127.7-57.7l0.3,0.6L1306.4,600.2z'/%3E%3Cpath d='M723.1,772.3l-1-0.1l-355.4-51.3l0.1-0.7l354.4,51.1L424,470.6l0.4-0.2l283.4-124.1l0.1,0.3 l172.9,305.7l246.7-104l32.7,109.8l175.9-37.8h0.1l232.7,21.4l151.5-235.6L1459.2,453l-0.1-0.6l262.6-47.2l-0.4,0.6l-152.1,236.6 l-233-21.5l-176.4,37.9l-0.1-0.3l-32.5-109.4l-246.6,104l-0.1-0.3L707.6,347.2L425.2,470.8L723.1,772.3z'/%3E%3Cpath d='M1569,642.4l-0.1-0.1l-105.2-78.8l1.3,0.2l255.9,37.4L1569,642.4z M1466.1,564.5l103,77.2 l148.5-40.4L1466.1,564.5z'/%3E%3Cpath d='M996.3,811.4l-61.9-112l0.3-0.2l73.2-41.5l0,0.6L996.3,811.4z M935.3,699.6l60.6,109.5 l11.2-150.2L935.3,699.6z'/%3E%3Cpath d='M1875.9,519.4l-232.3-10l77.2-104l0.5,0.4l-76.4,103l231.1,9.9L1875.9,519.4z'/%3E%3Crect x='1371.7' y='470.9' transform='matrix(-0.9537 0.3009 -0.3009 -0.9537 2851.8413 699.3375)' width='0.7' height='196.9'/%3E%3Crect x='1797.6' y='488.5' transform='matrix(-0.735 -0.678 0.678 -0.735 2710.3486 2265.7678)' width='0.7' height='229.6'/%3E%3Crect x='1308.7' y='325' transform='matrix(-0.9057 0.424 -0.424 -0.9057 2665.7527 214.7401)' width='0.7' height='157.8'/%3E%3Cpath d='M1720.3,687.6h-0.7l1-281.1l-258.5,157l-0.3-0.6l259.5-157.6v0.6L1720.3,687.6z'/%3E%3Cpath d='M1913.3,690.1L1719,601.5l0-0.1l-75.7-95.7l0.5-0.4l75.7,95.6l194.2,88.6L1913.3,690.1z'/%3E%3Crect x='1429.2' y='374.9' transform='matrix(-0.9623 -0.272 0.272 -0.9623 2693.7959 1191.8284)' width='0.7' height='68.7'/%3E%3Cpath d='M1335,480.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1335,480.7z'/%3E%3Cpath d='M1712.8,409.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1712.8,409.7z'/%3E%3Cpath d='M776.7,510.4l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L776.7,510.4z'/%3E%3Cpath d='M735.1,382.2l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L735.1,382.2z'/%3E%3Cpath d='M928,879.3l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L928,879.3z'/%3E%3Cpath d='M1412.1,446l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1412.1,446z'/%3E%3Cpath d='M1271.3,342l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1271.3,342z'/%3E%3Cpath d='M1255.9,918l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1255.9,918z'/%3E%3Cpath d='M861.9,759.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L861.9,759.9z'/%3E%3Cpath d='M1712.1,694.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1712.1,694.9z'/%3E%3Cpath d='M1392.6,668.6l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1392.6,668.6z'/%3E%3Cpath d='M1449.7,457.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1449.7,457.1z'/%3E%3Cpath d='M973.9,307.8l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L973.9,307.8z'/%3E%3Cpath d='M952.1,575l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L952.1,575z'/%3E%3Cpath d='M1775.1,545.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L1775.1,545.8z'/%3E%3Cpath d='M1038.5,763l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L1038.5,763z'/%3E%3Cpath d='M1524.3,492.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1524.3,492.9z'/%3E%3Cpath d='M750.6,577.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L750.6,577.9z'/%3E%3Cpath d='M899.3,278.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L899.3,278.5z'/%3E%3Cpath d='M974.3,910.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L974.3,910.5z'/%3E%3Cpath d='M841.3,684.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L841.3,684.5z'/%3E%3Cpath d='M1022.9,553.3l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1022.9,553.3z'/%3E%3Cpath d='M1157.8,659.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1157.8,659.5z'/%3E%3Cpath d='M865.7,543l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L865.7,543z'/%3E%3Cpath d='M1246.5,746.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1246.5,746.8z'/%3E%3Cpath d='M1349.3,534.2l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1349.3,534.2z'/%3E%3Cpath d='M1548.1,651.7l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1548.1,651.7z'/%3E%3Cpath d='M686,493.2l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L686,493.2z'/%3E%3Cpath d='M621.9,544.6l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L621.9,544.6z'/%3E%3Cpath d='M422,471.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L422,471.9z'/%3E%3Cpath d='M1219.1,497.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1219.1,497.8z'/%3E%3Cpath d='M569,739.1l2.3,1.6l2.6-1.2l0.3-2.9L572,735l-2.6,1.2L569,739.1z'/%3E%3Cpath d='M1211.6,588.6l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1211.6,588.6z'/%3E%3Cpath d='M972.1,659.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L972.1,659.9z'/%3E%3Cpath d='M843.5,819.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L843.5,819.8z'/%3E%3Cpath d='M1120.7,510.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1120.7,510.9z'/%3E%3Cpath d='M645.3,333.7l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L645.3,333.7z'/%3E%3Cpath d='M425.4,370.3l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L425.4,370.3z'/%3E%3Cpath d='M377.1,481.2l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L377.1,481.2z'/%3E%3Cpath d='M1437,769.4l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1437,769.4z'/%3E%3Cpath d='M1876.9,570.4l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1876.9,570.4z'/%3E%3Cpath d='M661.7,658.3l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L661.7,658.3z'/%3E%3Cpath d='M827.5,601.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L827.5,601.9z'/%3E%3Cpath d='M1293.4,650.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1293.4,650.9z'/%3E%3Cpath d='M753.1,411.7l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L753.1,411.7z'/%3E%3Cpath d='M987.2,460.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L987.2,460.5z'/%3E%3Cpath d='M1083.7,376.6l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1083.7,376.6z'/%3E%3Cpath d='M997.2,535l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L997.2,535z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: 100%;
    --webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1248 1520' style='enable-background:new 0 0 1248 1520;' xml:space='preserve'%3E%3Cg transform='translate(-704 -5887)'%3E%3Cg transform='translate(310.197 7160.322) rotate(-56)' class='st0'%3E%3Cpath d='M758.5,829.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L758.5,829.1z'/%3E%3Cpath d='M627.9,181.4l-8,3.8l-1,8.9l7,5.1l8-3.8l1-8.9L627.9,181.4z'/%3E%3Cpath d='M371.7,392.6l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L371.7,392.6z'/%3E%3Cpath d='M1867.4,522.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1867.4,522.1z'/%3E%3Cpath d='M1078.3,619.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1078.3,619.9z'/%3E%3Cpath d='M1051.8,918.9l-1,8.9l7,5.1l8-3.8l1-8.9l-7-5.1L1051.8,918.9z'/%3E%3Cpath d='M1017.5,447.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1017.5,447.7z'/%3E%3Cpath d='M775.8,656.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L775.8,656.1z'/%3E%3Cpath d='M535.8,307.5l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L535.8,307.5z'/%3E%3Cpath d='M1456.8,567.8l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1456.8,567.8z'/%3E%3Cpath d='M1635.6,514.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1635.6,514.1z'/%3E%3Cpath d='M874.4,510.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L874.4,510.7z'/%3E%3Cpath d='M621.1,322l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L621.1,322z'/%3E%3Cpath d='M1236.2,562.6l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1236.2,562.6z'/%3E%3Cpath d='M1522.2,738.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1522.2,738.7z'/%3E%3Cpath d='M568.5,519l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L568.5,519z'/%3E%3Cpath d='M1000.4,660.4l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1000.4,660.4z'/%3E%3Cpath d='M714.3,774.8l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L714.3,774.8z'/%3E%3Cpath d='M622.6,449.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L622.6,449.1z'/%3E%3Cpath d='M439.8,793.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L439.8,793.9z'/%3E%3Cpath d='M755.7,277.5l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L755.7,277.5z'/%3E%3Cpath d='M489.2,643.4l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L489.2,643.4z'/%3E%3Cpath d='M1248.9,707.2l-0.2-0.6l153-42.1l62.9-100.6l0.6,0.3L1402.1,665l-0.1,0L1248.9,707.2z'/%3E%3Cpath d='M1401.7,665l-157.5-105.8l-157.7,57.2l-0.2-0.6l158-57.4l0.1,0.1l157.7,105.9L1401.7,665z'/%3E%3Cpath d='M1464.8,564.4l-0.1-0.1l-122.9-88.9l81.7-34.2l0.3,0.6l-80.6,33.7l121.8,88.2l181.7-54.4 l0.2,0.6L1464.8,564.4z'/%3E%3Crect x='1198.1' y='454.4' transform='matrix(-0.9598 -0.2807 0.2807 -0.9598 2364.7271 1248.1206)' width='147.3' height='0.7'/%3E%3Crect x='1430.2' y='448.8' transform='matrix(-0.9655 -0.2604 0.2604 -0.9655 2666.2666 1470.5469)' width='0.7' height='219.7'/%3E%3Cpath d='M1086.6,616.3l-0.6-0.4l115.8-181.5l-23.5-69.5L960.4,571.4l-0.5-0.5l218.8-207.1l23.6,69.9 l33.1-51.9l0.3,0.3l107.2,93.4l-0.3,0.2l-98.6,83.7l-0.2-0.5l-41.8-123.7L1086.6,616.3z M1202.6,434.5l41.8,123.7l97.6-82.8 l-106.3-92.6L1202.6,434.5z'/%3E%3Crect x='1246.3' y='558.8' transform='matrix(-0.9997 2.599358e-02 -2.599358e-02 -0.9997 2509.8271 1271.7924)' width='0.7' height='186.9'/%3E%3Cpath d='M1086,616.2L981.8,303.1L828.5,423.4l2.1,177.4l-0.7,0l-2.1-177.7l0.1-0.1l154.2-121l0.1,0.4 L1086.7,616L1086,616.2z'/%3E%3Cpath d='M632,446.4l-0.4-0.1l-261.8-63.5l0.2-0.6l261.4,63.4L627,191l0.7,0L632,446.4z'/%3E%3Crect x='413' y='476.3' transform='matrix(-0.9768 0.214 -0.214 -0.9768 952.8632 1165.5095)' width='0.7' height='316.1'/%3E%3Cpath d='M785.1,506.8l-0.6-0.3l116.9-228.1L631.8,446.2l-0.3-0.6l271.6-169.1L785.1,506.8z'/%3E%3Cpath d='M274.1,687.6l-0.1-0.6L726.6,590l-95.2-143.9l0.5-0.4l95.8,144.7l-0.5,0.1L274.1,687.6z'/%3E%3Crect x='413.4' y='638.3' transform='matrix(-0.9057 0.424 -0.424 -0.9057 1092.4949 1191.2837)' width='0.7' height='157.8'/%3E%3Cpath d='M372.2,384.9l204.1,130.3l-337,281.5l0.4,0.5l337.3-281.8l0.3-0.3L372.5,384.3L372.2,384.9z' /%3E%3Crect x='724.1' y='590.2' transform='matrix(-0.9995 -3.048384e-02 3.048384e-02 -0.9995 1427.8137 1383.7295)' width='0.7' height='181.5'/%3E%3Crect x='856.9' y='606.6' transform='matrix(-0.8779 -0.4789 0.4789 -0.8779 1710.4581 1650.0576)' width='417.4' height='0.7'/%3E%3Cpath d='M1040.5,762.4l-32.9-103l-73.7,40.1l-0.2-0.1L631.4,443.8l0.4-0.5L934,698.7l73.4-40 l-32.1-100.3l0.6-0.2l32,100.2l78.9-43L1040.5,762.4z M1008.2,659.1l32.3,101.1l45.3-143.4L1008.2,659.1z'/%3E%3Cpath d='M933.7,699.2l-51-192.4l-0.3,0.1l-0.1-0.4l-27.4-104.5l0.6-0.2l0,0l27.6,104l145.1-62.3 l0.3,0.6l-145.2,62.4l51,192.5L933.7,699.2z'/%3E%3Cpath d='M1008.2,657.1L784.7,507L497.3,640.1l-0.2-0.2L375,474.4l0.5-0.4l122,165.2l287.2-133 l0.2,0.1l223.6,150.2L1008.2,657.1z'/%3E%3Cpath d='M882.5,506.9l-0.6-0.3L982,301.9l103.6,149.5l256.9,23.7l-0.1,0.7L1085.2,452l-0.1-0.1 l-103-148.7L882.5,506.9z'/%3E%3Cpath d='M765.8,826.5l-194.3-88.7l0-0.1l-75.7-95.7l0.5-0.4l75.7,95.6l194.2,88.6L765.8,826.5z'/%3E%3Cpath d='M1509.9,649.6l-41.6-85.4l0.5,0l410.6,4.6l0,0.7l-410.1-4.6l41.2,84.4L1509.9,649.6z'/%3E%3Cpath d='M1261.4,913.1l-107.5-66.2l-0.2,0.2l-0.1-0.4l-0.1,0l0-0.1l-68-233.1l79.3,104.8l0,0.1 l-10.5,127.2L1308.9,690l0.5,0.5l-154.9,155.9l107.4,66.2L1261.4,913.1z M1087.2,616.7l66.5,228l10.5-126.2L1087.2,616.7z'/%3E%3Crect x='1164.1' y='712.3' transform='matrix(-0.9908 0.1356 -0.1356 -0.9908 2498.7744 1254.9987)' width='85.1' height='0.7'/%3E%3Cpath d='M1058.6,924.2L933.9,699.7L870.3,756l-0.4-0.5l64.2-56.9l0.2,0.4l124.9,224.9L1058.6,924.2z' /%3E%3Crect x='713.1' y='621.1' transform='matrix(-0.6785 -0.7346 0.7346 -0.6785 811.2637 1597.8003)' width='84.3' height='0.7'/%3E%3Crect x='783.2' y='602.7' transform='matrix(-0.768 -0.6405 0.6405 -0.768 937.9587 1736.519)' width='0.7' height='191.4'/%3E%3Crect x='484.1' y='707.4' transform='matrix(-0.8648 -0.5021 0.5021 -0.8648 785.5529 1626.9602)' width='255.4' height='0.7'/%3E%3Crect x='576' y='506.2' transform='matrix(-0.9823 0.1875 -0.1875 -0.9823 1327.5574 887.5676)' width='91.5' height='0.7'/%3E%3Crect x='716.2' y='735.2' transform='matrix(-0.9459 0.3245 -0.3245 -0.9459 1850.0496 1162.4906)' width='223.9' height='0.7'/%3E%3Crect x='375.1' y='316.4' transform='matrix(-0.9648 -0.2629 0.2629 -0.9648 908.5792 755.0407)' width='259.5' height='0.7'/%3E%3Crect x='336.4' y='331.1' transform='matrix(-0.7476 -0.6642 0.6642 -0.7476 663.0285 914.8071)' width='337.8' height='0.7'/%3E%3Crect x='581.6' y='434.7' transform='matrix(-0.9922 -0.125 0.125 -0.9922 1099.8463 1019.1915)' width='0.7' height='80.8'/%3E%3Crect x='644.1' y='261.8' transform='matrix(-0.8685 -0.4957 0.4957 -0.8685 1058.5442 867.8522)' width='0.7' height='63.4'/%3E%3Crect x='539.8' y='327.2' transform='matrix(-0.874 -0.486 0.486 -0.874 942.4451 899.5052)' width='96.2' height='0.7'/%3E%3Cpath d='M999.7,533.5l-9.5-73.5l-116.4,14.4l-0.1-0.7l117.1-14.5l9.6,74.1L999.7,533.5z'/%3E%3Cpath d='M317.3,678l-0.6-0.3l107.9-207.7l0.3,0.6l72.9,169l-0.6,0.3l-72.6-168.3L317.3,678z'/%3E%3Cpath d='M511.4,417.2l-0.2-0.2L379.4,282.8l0.5-0.5l131.7,134l118.2-65.7l0.3,0.6L511.4,417.2z'/%3E%3Cpath d='M741.3,378l20.7-101.9l0.6,0.1l-20.5,100.9l121.4-25.6l0.1,0.6L741.3,378z'/%3E%3Crect x='987.7' y='741.1' transform='matrix(-0.7422 -0.6701 0.6701 -0.7422 1172.2686 2089.6362)' width='0.7' height='156.6'/%3E%3Cpath d='M1568.7,642.2L1438,375.2l1,0.7L1645.9,511l-0.4,0.5l-205.9-134.5l129.7,264.8L1568.7,642.2z '/%3E%3Cpath d='M1402.7,663.3l377.9-47.6l-250.4,118.8L1402.7,663.3z M1782.5,614.8l-380.9,47.9l-1,0.1 l129.4,72.3l0.1,0.1l252.5-119.8l138-17.4l-0.1-0.7l-136,17.1l95-45.1l-0.3-0.6L1782.5,614.8z'/%3E%3Cpath d='M1306.4,600.2l-0.2-0.2l-84.1-103.5l-94.8,52.6l-0.2-0.2l-98.8-104.5l-105.2,85.2l-0.2-0.1 L811.3,459l-122,34l0-0.4l-29.4-226.2l-114,38.1l-0.1-0.1l-166.7-84.9l0.3-0.6l166.6,84.9l114.5-38.2l0.1,0.4l29.4,226.2 l121.5-33.9l0.1,0.1l111.6,70.4l105.3-85.3l0.2,0.2l98.9,104.5l94.8-52.6l84.3,103.7l127.7-57.7l0.3,0.6L1306.4,600.2z'/%3E%3Cpath d='M723.1,772.3l-1-0.1l-355.4-51.3l0.1-0.7l354.4,51.1L424,470.6l0.4-0.2l283.4-124.1l0.1,0.3 l172.9,305.7l246.7-104l32.7,109.8l175.9-37.8h0.1l232.7,21.4l151.5-235.6L1459.2,453l-0.1-0.6l262.6-47.2l-0.4,0.6l-152.1,236.6 l-233-21.5l-176.4,37.9l-0.1-0.3l-32.5-109.4l-246.6,104l-0.1-0.3L707.6,347.2L425.2,470.8L723.1,772.3z'/%3E%3Cpath d='M1569,642.4l-0.1-0.1l-105.2-78.8l1.3,0.2l255.9,37.4L1569,642.4z M1466.1,564.5l103,77.2 l148.5-40.4L1466.1,564.5z'/%3E%3Cpath d='M996.3,811.4l-61.9-112l0.3-0.2l73.2-41.5l0,0.6L996.3,811.4z M935.3,699.6l60.6,109.5 l11.2-150.2L935.3,699.6z'/%3E%3Cpath d='M1875.9,519.4l-232.3-10l77.2-104l0.5,0.4l-76.4,103l231.1,9.9L1875.9,519.4z'/%3E%3Crect x='1371.7' y='470.9' transform='matrix(-0.9537 0.3009 -0.3009 -0.9537 2851.8413 699.3375)' width='0.7' height='196.9'/%3E%3Crect x='1797.6' y='488.5' transform='matrix(-0.735 -0.678 0.678 -0.735 2710.3486 2265.7678)' width='0.7' height='229.6'/%3E%3Crect x='1308.7' y='325' transform='matrix(-0.9057 0.424 -0.424 -0.9057 2665.7527 214.7401)' width='0.7' height='157.8'/%3E%3Cpath d='M1720.3,687.6h-0.7l1-281.1l-258.5,157l-0.3-0.6l259.5-157.6v0.6L1720.3,687.6z'/%3E%3Cpath d='M1913.3,690.1L1719,601.5l0-0.1l-75.7-95.7l0.5-0.4l75.7,95.6l194.2,88.6L1913.3,690.1z'/%3E%3Crect x='1429.2' y='374.9' transform='matrix(-0.9623 -0.272 0.272 -0.9623 2693.7959 1191.8284)' width='0.7' height='68.7'/%3E%3Cpath d='M1335,480.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1335,480.7z'/%3E%3Cpath d='M1712.8,409.7l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1712.8,409.7z'/%3E%3Cpath d='M776.7,510.4l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L776.7,510.4z'/%3E%3Cpath d='M735.1,382.2l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L735.1,382.2z'/%3E%3Cpath d='M928,879.3l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L928,879.3z'/%3E%3Cpath d='M1412.1,446l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1412.1,446z'/%3E%3Cpath d='M1271.3,342l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1271.3,342z'/%3E%3Cpath d='M1255.9,918l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1255.9,918z'/%3E%3Cpath d='M861.9,759.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L861.9,759.9z'/%3E%3Cpath d='M1712.1,694.9l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1712.1,694.9z'/%3E%3Cpath d='M1392.6,668.6l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1392.6,668.6z'/%3E%3Cpath d='M1449.7,457.1l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L1449.7,457.1z'/%3E%3Cpath d='M973.9,307.8l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L973.9,307.8z'/%3E%3Cpath d='M952.1,575l7,5.1l8-3.8l1-8.9l-7-5.1l-8,3.8L952.1,575z'/%3E%3Cpath d='M1775.1,545.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L1775.1,545.8z'/%3E%3Cpath d='M1038.5,763l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L1038.5,763z'/%3E%3Cpath d='M1524.3,492.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1524.3,492.9z'/%3E%3Cpath d='M750.6,577.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L750.6,577.9z'/%3E%3Cpath d='M899.3,278.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L899.3,278.5z'/%3E%3Cpath d='M974.3,910.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L974.3,910.5z'/%3E%3Cpath d='M841.3,684.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L841.3,684.5z'/%3E%3Cpath d='M1022.9,553.3l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1022.9,553.3z'/%3E%3Cpath d='M1157.8,659.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1157.8,659.5z'/%3E%3Cpath d='M865.7,543l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L865.7,543z'/%3E%3Cpath d='M1246.5,746.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1246.5,746.8z'/%3E%3Cpath d='M1349.3,534.2l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1349.3,534.2z'/%3E%3Cpath d='M1548.1,651.7l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1548.1,651.7z'/%3E%3Cpath d='M686,493.2l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L686,493.2z'/%3E%3Cpath d='M621.9,544.6l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L621.9,544.6z'/%3E%3Cpath d='M422,471.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L422,471.9z'/%3E%3Cpath d='M1219.1,497.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1219.1,497.8z'/%3E%3Cpath d='M569,739.1l2.3,1.6l2.6-1.2l0.3-2.9L572,735l-2.6,1.2L569,739.1z'/%3E%3Cpath d='M1211.6,588.6l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1211.6,588.6z'/%3E%3Cpath d='M972.1,659.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L972.1,659.9z'/%3E%3Cpath d='M843.5,819.8l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L843.5,819.8z'/%3E%3Cpath d='M1120.7,510.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1120.7,510.9z'/%3E%3Cpath d='M645.3,333.7l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L645.3,333.7z'/%3E%3Cpath d='M425.4,370.3l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L425.4,370.3z'/%3E%3Cpath d='M377.1,481.2l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L377.1,481.2z'/%3E%3Cpath d='M1437,769.4l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1437,769.4z'/%3E%3Cpath d='M1876.9,570.4l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1876.9,570.4z'/%3E%3Cpath d='M661.7,658.3l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L661.7,658.3z'/%3E%3Cpath d='M827.5,601.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L827.5,601.9z'/%3E%3Cpath d='M1293.4,650.9l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1293.4,650.9z'/%3E%3Cpath d='M753.1,411.7l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L753.1,411.7z'/%3E%3Cpath d='M987.2,460.5l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.7l-2.6,1.2L987.2,460.5z'/%3E%3Cpath d='M1083.7,376.6l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L1083.7,376.6z'/%3E%3Cpath d='M997.2,535l2.3,1.6l2.6-1.2l0.3-2.9l-2.3-1.6l-2.6,1.2L997.2,535z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: var(--wdtPrimaryColor);
    transform: translate3d(-30px, -30px, 0px);
    -webkit-transform: translate3d(-30px, -30px, 0px);
    z-index: -1;
    transition: all 0.3s linear;
    opacity: 0;
    transition-delay: opacity 0.2s;
}
.wdt-custom-pricing-table .wdt-pricing-table-holder:hover:before{
    opacity: .1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.wdt-custom-pricing-table:after{
    content: "";
    position: absolute;
    display: block;
    top: -50%;
    left: -50%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom right;
    background-image: linear-gradient(45deg, transparent, transparent, var(--wdtPrimaryColor), var(--wdtPrimaryColor), var(--wdtPrimaryColor));
    animation: 5s rotate-2 linear infinite;
    z-index: 0;
    opacity: 1;
    transition: var(--wdtAltTransition);
}
.wdt-custom-pricing-table:before{
    content: "";
    position: absolute;
    display: block;
    top: -50%;
    left: -50%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom right;
    background-image: linear-gradient(45deg, transparent, transparent, var(--wdtPrimaryColor), var(--wdtPrimaryColor), var(--wdtPrimaryColor));
    animation: 5s rotate-2 linear infinite;
    z-index: 0;
    opacity: 1;
    transition: var(--wdtAltTransition);
    animation-delay: 3s;
    border-radius: var(--wdtRadius_3X);
    
}

@keyframes rotate-2{
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.wdt-custom-pricing-table.wdt-custom-pricing-table-active .wdt-pricing-table-holder:before{
    opacity: .1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.wdt-custom-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale > span{
    font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem);
    font-weight: var(--wdtFontWeight_Alt);
}
.wdt-custom-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale{
    display: block;
}
.wdt-custom-pricing-table .wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span:before{
    opacity: 0;
}
.wdt-custom-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale > span.wdt-pricing-table-pricing-suffix{
    font-size: var(--wdtFontSize_Ext);
    display: block;
    margin-top: 15px;
}
.wdt-custom-pricing-table.wdt-custom-pricing-table-active .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth > a{
    background-color: var(--wdtLinkHoverColor);
}   
.wdt-custom-pricing-table .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth > a{
    background-color: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_3X);
    /* box-shadow: rgba(0,0,0,.8) 0 0 40px; */
    position: relative;
}
.wdt-custom-pricing-table .wdt-pricing-table-holder:hover div[class*='-table-footer'] .wdt-content-button.fullwidth > a{
    background: var(--wdtHeadAltColor);
}
.wdt-custom-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list-icon .wdt-content-icon span{
    font-size: calc(var(--wdtFontSize_Ext) - 1px);
    position: relative;
    /* top: -3px; */
}
.wdt-custom-pricing-table .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text{
    line-height: var(--wdtLineHeight_Alt);
}
.wdt-custom-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list-icon .wdt-content-icon span:before{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgba(var(--wdtPrimaryColorRgb),0.15);
    border-radius: var(--wdtRadius_Full);
    z-index: -1;
    bottom: -3px;
    left: -3px;
}
.wdt-custom-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-media .wdt-content-image span{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wdt-custom-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features ul li .wdt-pricing-table-features-list-inner{
    display: flex;
}
.wdt-custom-pricing-table-text .wdt-heading-holder .wdt-heading-content-wrapper span{
    color: var(--wdtAccentTxtColor);
    background: var(--wdtPrimaryColor);
    padding: 5px 18px;
    border-radius: var(--wdtRadius_Part);
    font-size: 0.9rem;
}
.wdt-custom-toggle-for-pricing .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container{
    display: flex;
    align-items: center;
}
.wdt-custom-toggle-for-pricing .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container > div{
    padding: 0 20px;
    color: var(--wdtHeadAltColor);
}
.wdt-custom-toggle-for-pricing .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle { font-weight: var(--wdtFontWeight_Ext); }

@media only screen and (max-width:767px)
{
    .wdt-custom-pricing-table .wdt-pricing-table-holder{padding: 30px 20px;}
}
@media only screen and (max-width:480px)
{
    .wdt-custom-toggle-for-pricing .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container > div{padding: 0 10px;}
}
