div#inner-page-wrapper {
    margin: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin: 0;
}

div#inner-page-wrapper div#content-full article#content > .container {
    display: none;
}

div#inner-page-wrapper div#content-full article#content .type-page > .container {
    display: none;
}

.stat-section {
    position: relative;
    margin-top: 0;
}

    .stat-section-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000;
        pointer-events: none;
    }

        .stat-section-bg canvas {
            z-index: 1;
            opacity: 0.20;
        }

        .safari-true .stat-section-bg canvas,
        .mobile .stat-section-bg canvas{
            background-attachment: scroll;
        }

    .stat-section-inner {
        position: relative;
        z-index: 2;
        padding-top: 100px;
        padding-bottom: 100px;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 8.55%;
    }

        .stat-section-inner::before, .stat-section-inner::after {
            display: none;
        }

        .stat-box {
            width: 45.46%;
            height: auto;
            background: var(--accent-color);
            padding: 25px;
        }

            .stat-box-inner {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                border: 1px solid #fff;
                padding: 20px;
                flex-direction: column;
                gap: 15px;
            }

                .stat-box-inner span {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    text-align: center;
                    color: #ffff;
                    font-size: 85px;
                    letter-spacing: -0.040em;
                    text-transform: uppercase;
                    line-height: 1.2;
                }
                

                .stat-box-inner span.full-text{
                    font-size: 50px;
                }

                    #content .stat-box-inner span small {
                        font-size: 25px;
                        letter-spacing: normal;
                    }

                    .stats-body-content {
                        color: #fff;
                    }

        .stat-agent {
            width: 52.09%;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
            .stat-agent-title {}

                .stat-agent-title .global-heading > div {
                    line-height: 0.8;
                }

                .stat-agent-title .global-heading > span {
                    line-height: 1;
                }

            .stat-agent-details {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 25px;
            }
            
                .stat-agent-details-photo {
                    position: relative;
                    width: 28%;
                }
                
                    .stat-agent-details-photo canvas {
                        display: block;
                        width: 100%;
                        height: auto;
                    }
                    
                    .stat-agent-details-photo img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
                    
                .stat-agent-details-info {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                }
                
                    .stat-agent-details-info span {
                        font-size: 18px;
                        color: #fff;
                        letter-spacing: 0.200em;
                        line-height: 1.4;
                        margin: 0;
                        text-transform: uppercase;
                        font-weight: 600;
                    }
                    
                    .stat-agent-details-info em {
                        font-size: 14px;
                        color: #fff;
                        letter-spacing: 0.200em;
                        line-height: 1.4;
                        margin: 0;
                        text-transform: uppercase;
                        font-weight: 600;
                        font-style: normal !important;
                    }
            
            #content .stat-agent-verbiage{}

                #content .stat-agent-verbiage p {
                    color: #fff;
                    font-size: 13px;
                    letter-spacing: 0.200em;
                    line-height: 1.4;
                    margin: 0;
                    text-transform: uppercase;
                    font-weight: 600;
                }

                #content .stat-agent-verbiage p:not(:last-child) {
                    margin-bottom: 20px;
                }

            .stat-agent-button {}

                .stat-agent-button a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    width: 100%;
                    height: 62px;
                    max-width: 485px;
                    background: #fff;
                    font-size: 16px;
                    letter-spacing: 0.200em;
                    text-transform: uppercase;
                    font-weight: 600;
                    -webkit-transition: all .4s ease-in-out;
                    -moz-transition: all .4s ease-in-out;
                    -ms-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
                }

                .stat-agent-button a:hover {
                    background: #000;
                    color: #fff;
                }

@media only screen and (max-width: 1199px) {
    .stat-section-bg canvas{
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 991px) {
    .stat-section-inner {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }
    
    .stat-box {
        width: 100%;
        max-width: 350px;
    }
    
    .stat-box-inner span {
        font-size: 45px;
    }

    .stat-box-inner span.full-text {
        font-size: 35px;
    }
    
    #content .stat-box-inner span small {
        font-size: 18px;
    }
    
    .stat-agent {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        gap: 25px;
    }

    .stat-agent-details {
        justify-content: center;
        flex-direction: column;
    }
    
    .stat-agent-details-photo {
        width: 100%;
        max-width: 200px;
    }
    
    .stat-agent-details-info {
        width: 100%;
    }
    
    #content .stat-agent-verbiage p {
        font-size: 15px;
    }
    
    .stat-agent-button a {font-size: 15px;line-height: 1.2;padding: 15px;}
    
    .stat-agent-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}