<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Element Name: Counter
 */
.counter-number {
    padding-bottom: 0;
}

/**
 * Style 1
 */

.wpsection-counter-1 {
    text-align: center;
    margin-bottom: 30px;
}

.wpsection-counter-1 i {
    font-size: 60px;
    line-height: 1;
    color: #444;
    display: inline-block;
    margin-bottom: 18px;
}

.wpsection-counter-1 .counter-number {
    font-size: 46px;
    line-height: 1.4;
    color: #F1C40F;
    margin-bottom: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.wpsection-counter-1 .counter-title {
    font-size: 22px;
    line-height: 1.4;
    color: #999;
    margin-bottom: 0;
    letter-spacing: 0;
}


/**
* Style 2
*/

.wpsection-counter-2 {
    text-align: center;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.wpsection-counter-2 i {
    font-size: 52px;
    line-height: 1;
    color: #444;
    display: inline-block;
    margin-bottom: 17px;
}

.wpsection-counter-2 .counter-number {
    font-size: 40px;
    line-height: 1.4;
    color: #E91E63;
    margin-bottom: 9px;
    font-weight: 600;
    letter-spacing: 0;
}

.wpsection-counter-2 .counter-title {
    font-size: 22px;
    line-height: 1.4;
    color: #999;
    margin-bottom: 0;
    letter-spacing: 0;
}

/**
* Style 3
*/

.wpsection-counter-3 {
    position: relative;
    text-align: center;
    z-index: 10;
    padding: 24%;
}

.wpsection-counter-3 &gt; svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.wpsection-counter-3 i {
    font-size: 52px;
    line-height: 1;
    color: #222;
    display: inline-block;
    margin-bottom: 17px;
}

.wpsection-counter-3 .counter-number {
    font-size: 40px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 9px;
    font-weight: 600;
    letter-spacing: 0;
}

.wpsection-counter-3 .counter-title {
    font-size: 22px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 0;
    letter-spacing: 0;
}


/**
* Style 4
*/

.wpsection-counter-4 {
    position: relative;
    text-align: center;
    z-index: 10;
    padding: 27%;
}

.wpsection-counter-4 &gt; svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.wpsection-counter-4 i {
    font-size: 52px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    margin-bottom: 17px;
}

.wpsection-counter-4 .counter-number {
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 9px;
    font-weight: 600;
    letter-spacing: 0;
}

.wpsection-counter-4 .counter-title {
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0;
}


/**
* Style 5
*/

.wpsection-counter-5.has-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wpsection-counter-5.has-icon .counter-icon {
    position: relative;
    margin-right: 15px;
    top: 6px;
    left: -10px;
}

.wpsection-counter-5.has-icon .counter-icon &gt; i {
    position: absolute;
    top: 50%;
    left: calc(50% + 16px);
    font-size: 40px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.wpsection-counter-5.has-icon .counter-icon &gt; img {
    position: absolute;
    top: 47%;
    left: calc(50% + 16px);
    color: #fff;
    transform: translate(-50%, -50%);
    max-width: 50px;
}

.wpsection-counter-5 .counter-number {
    font-size: 40px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 9px;
    font-weight: 600;
    letter-spacing: 0;
}

.wpsection-counter-5 .counter-title {
    font-size: 22px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 0;
    letter-spacing: 0;
}</pre></body></html>