:root {
    --font-title: 'Gilda Display', serif;
    --color-accent : #c50000;
    --color-accent-light: #b40101;
}


/* Reset */
#header_wrap:not(.fixedhead) #nav li a {
    color: var(--primary-color);
    text-shadow: none;
}
#header_wrap:not(.fixedhead) .nsite-logo img {
    filter: none;
}
.ip-banner {}

.ip-banner, p#breadcrumbs, #content .entry-title, #content .archive-title {
    display: none;
}

div#inner-page-wrapper {
    margin: 0;
    z-index: unset;
    padding-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin: 0;
}
/* Reset */

/* Globals */
/* Fixed Background */
canvas.parallax-bg.lazyloaded {
    background-attachment: fixed;
}

.safari-true canvas.parallax-bg.lazyloaded,
.mobile canvas.parallax-bg.lazyloaded{
    background-attachment: scroll;
}
/* Fixed Background */

/* Section Background */
.section-bg, .section-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.section-bg {
    background: var(--primary-color);
}

.section-bg canvas {
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
/* Section Background */

/* Mixblend */
/* .styled-mixblend canvas {
    mix-blend-mode: multiply;
} */
/* Mixblend */

/* Image Canvas Overlay */
.image-canvas-overlay {
    position: relative;
}

    .image-canvas-overlay canvas {
        display: block;
        width: 100%;
        height: auto;
    }

    .image-canvas-overlay img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
/* Image Canvas Overlay */

/* Globals */

/* Icons */
span[class*="jot-icon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    span[class*="jot-icon-"]::before {
        content: '';
        width: 30px;
        height: 30px;
        background: #fff;
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

    span.jot-icon-zillow::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-zillow.png);
    }

    span.jot-icon-rdc::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-rdc.png);
    }

    span.jot-icon-isa::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-isa.png);
        width: 40px;
        height: 40px;
    }

    span.jot-icon-google::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-google.png);
    }

    span.jot-icon-iheart::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-iheart.png);
        width: 40px;
        height: 40px;
    }

    span.jot-icon-mortgage-links::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-mortgage-lists.png);
    }

    span.jot-icon-operations::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-operations.png);
    }

    span.jot-icon-transactions::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-transactions.png);
    }

    span.jot-icon-marketing::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-marketing.png);
    }

    span.jot-icon-agent-development::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-agent-development.png);
    }

    span.jot-icon-weekly-training::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-weekly-training.png);
    }

    span.jot-icon-technology::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-technology.png);
    }

    span.jot-icon-structure::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-structure.png);
    }

    span.jot-icon-accountability::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-accountability.png);
    }

    span.jot-icon-fun::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-fun.png);
    }

    span.jot-icon-collab::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-collab.png);
    }
/* Icons */

/* Sticky Buttons START */
.sticky-btns-wrap {
    position: fixed;
    right: 40px;
    top: 10%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1012;
    font-size: 0;
    transform-origin: top right;
}
    .sticky-btn {
        width: 260px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
        margin: 0 1px;
    }
    .sticky-btn a {
        width: 100%;
        height: 100%;
        display: block;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: 0.2em;
        background-color: var(--color-accent-light);
    }
    .sticky-btn a:hover {
        background-color: var(--primary-color);
    }
/* Sticky Buttons END */

/* Banner */
.ip-team-banner-wrap {
    position: relative;
    z-index: 2;
}
    .ip-team-banner {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
        .ip-team-banner canvas {
            width: 100%;
            height: 100%;
            display: block;
            background-size: cover;
            background-position: top center;
            opacity: 1;
        }
    .ip-team-banner-accent {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }
        .ip-team-banner-accent canvas {
            height: 100%;
            background-position: left center;
            background-repeat: no-repeat;
            background-size: 1069px;
            background-size: 66.8125vw;
            opacity: 0.10;
        }
    .ip-team-banner-content {
        position: relative;
        z-index: 5;
        text-align: center;
        padding-top: 265px;
    }
        .ip-team-banner-title {

        }
            #content .ip-team-banner-title h2 {
                margin: 0 0 113px;
                font-weight: 400;
                color: var(--primary-color);
                display: inline-block;
                text-align: left;
            }
            .ip-team-banner-title h2 span.small {
                display: block;
                color: inherit;
                font-size: 20px;
                letter-spacing: 0.08em;
                text-transform: uppercase;
                position: relative;
            }
                .ip-team-banner-title h2 span.small em {
                    width: 100%;
                    height: 1px;
                    display: block;
                    position: absolute;
                    right: 76%;
                    bottom: -5px;
                    background-color: #000000;
                }
                    .ip-team-banner-title h2 span.small em.aos-animate {
                        width: 461px;
                    }
                    .ip-team-banner-title h2 span.small em::before {
                        width: 6px;
                        height: 6px;
                        content: '';
                        position: absolute;
                        top: calc(50% - 3px);
                        left: 0;
                        border-radius: 50%;
                        background-color: #000000;
                    }
            .ip-team-banner-title h2 span.big {
                display: inline-block;
                font-size: 40px;
                font-family: var(--font-title);
                position: relative;
            }
                .ip-team-banner-title h2 span.big span {
                    color: var(--color-accent);
                }
                    .ip-team-banner-title h2 span.big em {
                        width: 100%;
                        height: 1px;
                        display: block;
                        position: absolute;
                        left: 23%;
                        bottom: 10px;
                        background-color: var(--color-accent);
                    }
                        .ip-team-banner-title h2 span.big em.aos-animate {
                            width: 692px;
                        }
                        .ip-team-banner-title h2 span.big em::after {
                            width: 6px;
                            height: 6px;
                            content: '';
                            position: absolute;
                            top: calc(50% - 3px);
                            right: 0;
                            border-radius: 50%;
                            background-color: var(--color-accent);
                        }
    .ip-team-banner-inner-wrap {
        position: relative;
    }
        .ip-team-banner-photo {
            font-size: 0;
        }
            .ip-team-banner-photo img {
                width: 100%;
                height: auto;
            }

        /* Search START */
        .ip-team-banner-search-wrap {
            width: 100%;
            position: absolute;
            z-index: 3;
            bottom: 0;
            left: 0;
            padding: 50px 0 103px;
        }
            #content .ip-team-banner-search-wrap h2 {
                margin: 0 0 65px;
                font-size: 40px;
                font-weight: 400;
                font-family: var(--font-title);
                line-height: 1;
            }
                .ip-team-banner-search-wrap h2 span {
                    color: var(--color-accent);
                }
            .ip-team-banner-search {
                
            }
                .ip-team-banner-search form {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin: 0 !important;
                    font-family: var(--Roboto);
                }
                .ip-team-banner-search strong {
                    margin-right: 35px;
                    color: var(--color-accent-light);
                    font-size: 18px;
                    letter-spacing: 0.05em;
                    text-transform: uppercase;
                }
                .ip-team-qs-field {
                    margin-right: 10px;
                }
                .ip-team-qs-field.long {
                    width: 200px;
                }
                .ip-team-qs-field.short {
                    width: 149px;
                }
                    .ip-team-qs-field input,
                    .ip-team-qs-field button {
                        width: 100%;
                        height: 32px;
                        color: var(--primary-color);
                        font-size: 14px;
                        letter-spacing: 0.05em;
                        text-align: left;
                        text-transform: uppercase;
                        background: transparent;
                        border: none;
                        border-bottom: 1px solid var(--primary-color);
                        appearance: none;
                        outline: none;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }
                    .ip-team-qs-field button .caret {
                        position: absolute;
                        right: 0;
                        top: calc(50% - 3px);
                    }
                    #content .ip-team-qs-field ul.dropdown-menu {
                        min-width: 100%;
                        margin: 2px 0 0;
                        padding: 7px 0;
                        list-style: none;
                        border: 1px solid #000000;
                        border-radius: 0;
                    }
                        .ip-team-qs-field .dropdown-menu>li>a {
                            color: var(--primary-color);
                            font-size: 13px;
                            letter-spacing: 0.025em;
                            padding: 3px 10px;
                            white-space: normal;
                        }
                        .ip-team-qs-field .dropdown-menu>li>a:focus,
                        .ip-team-qs-field .dropdown-menu>li>a:hover {
                            color: #ffffff;
                            background-color: var(--color-accent-light);
                        }
                    .ip-team-qs-btn {
                        position: relative;
                        padding-right: 26px;
                        transition: all 0.3s ease-in-out;
                    }
                    .ip-team-qs-btn.submit {
                        margin: 0 15px 0 20px;
                    }
                        .ip-team-qs-btn input {
                            width: 100%;
                            color: var(--color-accent-light);
                            font-size: 18px;
                            font-weight: 700;
                            letter-spacing: 0.05em;
                            text-transform: uppercase;
                            background: transparent;
                            border: none;
                            outline: none;
                            appearance: none;
                        }
                        .ip-team-qs-btn > span {
                            position: absolute;
                            top: calc(50% - 8px);
                            right: 0;
                            color: var(--color-accent-light);
                        }
                            .ip-team-qs-btn span.ai-font-magnifying-glass-b {
                                font-size: 16px;
                            }
                        .ip-team-qs-btn:hover {
                            filter: brightness(0);
                        }
            
          
        /* Search END */

/* Agents List START */
.ip-team-agents-outer-wrap {
    position: relative;
}
.ip-team-agents-wrap {
    padding-top: 80px;
    position: relative;
    z-index: 1;
    overflow: clip;
}
.ip-team-agents-default-content {
    position: relative;
    overflow: hidden;
}
    .ip-team-agents-outer-wrap.show-results .ip-team-agents-default-content {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
    }
    .ip-team-agents-banner.banner-1 {
        /* top: 631px; */
        top: 39.4375vw;
    }
    .ip-team-agents-banner.banner-2 {
        /* top: 2681px; */
        top: 167.5625vw;
    }
    .ip-team-agents-banner.banner-3 {
        /* top: 4730px; */
        top: 295.625vw;
    }
    .ip-team-agents-banner.banner-4 {
        /* top: 6566px; */
        top: 410.375vw;
    }
    .ip-team-agents-banner.banner-parallax canvas {
        background-size: 100vw 100vw;
        background-attachment: scroll!important;
    }
    .ip-team-agents-banner {
        width: 100%;
        /* height: 100%; */
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
        .ip-team-agents-banner canvas {
            width: 100%;
            height: 100%;
            display: block;
            background-size: cover;
            background-position: top center;
            opacity: 1;
        }
        .ip-team-agents-banner canvas.triangle-cut {
            position: absolute;
            height: auto;
            /* width: 542px;
            height: 1085px; */
            height: 77.6665%;
            width: 33.875%;
        }
        .ip-team-agents-banner canvas.triangle-left {
            left: 0;
            top: 0;
            clip-path: polygon(100% 50%, 0 100%, 0 0);
        }
        .ip-team-agents-banner canvas.triangle-right {
            right: 0;
            /* bottom: 0; */
            top: 0;
            clip-path: polygon(0 47%, 100% 100%, 100% 0);
        }
    .ip-team-agents-accent {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
    }
        .ip-team-agents-accent canvas {
            height: 100%;
            /* background-position: top left; */
            background-position: 0 center;
            background-repeat: no-repeat;
            background-size: 1069px;
            background-size: 66.8125vw;
            opacity: 0.10;
        }
    .ip-team-agents-content {
        position: relative;
        z-index: 3;
    }
        .ip-team-top-text {
            padding: 0 13.75%;
            margin-bottom: 70px;
            font-size: 16px;
            font-family: var(--Roboto);
            letter-spacing: 0.08em;
            text-align: center;
        }
        .ip-team-agents-list-wrap {
            padding: 0 15.5% 90px;
        }
            .ip-team-list-title {
                margin-bottom: 40px;
            }
                #content .ip-team-list-title h2 {
                    margin: 0;
                }
                    .ip-team-list-title h2 span {
                        display: block;
                        margin-bottom: 15px;
                        color: var(--color-accent);
                        font-size: 20px;
                        font-weight: 400;
                        font-family: var(--Roboto);
                        text-transform: uppercase;
                        letter-spacing: 0.08em;
                    }
                    #content .ip-team-list-title h2 strong {
                        display: block;
                        color: var(--primary-color);
                        font-size: 55px;
                        font-weight: 400;
                        font-family: var(--font-title);
                        line-height: 1;
                    }
                .ip-team-list {
                    font-size: 0;
                    margin-left: -2.5px;
                    margin-right: -2.5px;
                }
                    .ip-team-item {
                        width: 20%;
                        padding: 0 2.5px 5px;
                        display: inline-block;
                        vertical-align: top;
                        position: relative;
                    }
                        .ip-team-item-photo {
                            position: relative;
                            overflow: hidden;
                            background-color: #000000;
                        }
                            .ip-team-item-photo > a {
                                display: block;
                                position: relative;
                                bottom: 25px;
                            }
                            .ip-team-item-photo img {
                                filter: grayscale(1);
                                transition: all 0.3s ease-in-out;
                            }
                                .ip-team-item:hover .ip-team-item-photo img {
                                    filter: none;
                                }
                        .ip-team-item-info {
                            width: 100%;
                            position: absolute;
                            z-index: 2;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            color: #ffffff;
                            font-size: 12px;
                            font-weight: 300;
                            font-family: var(--Roboto);
                            text-align: center;
                            text-transform: uppercase;
                            transition: all 0.3s ease-in-out;
                        }
                            .ip-team-item-default {
                                width: 100%;
                                min-height: 70px;
                                padding: 5px 15px;
                                position: absolute;
                                z-index: 1;
                                bottom: 0;
                                display: flex;
                                flex-flow: column;
                                align-items: center;
                                justify-content: center;
                                background: #000000;
                                transition: all 0.2s ease-in-out;
                            }
                                .ip-team-item:hover .ip-team-item-default {
                                    bottom: -10px;
                                    opacity: 0;
                                }
                            .ip-team-item-hover {
                                width: 100%;
                                min-height: 165px;
                                padding: 15px 0;
                                position: absolute;
                                z-index: 2;
                                bottom: -100px;
                                opacity: 0;
                                pointer-events: none;
                                visibility: hidden;
                                background: #000000;
                                transition: all 0.3s ease-in-out;
                                display: flex;
                                flex-flow: column;
                                align-items: center;
                                justify-content: center;
                            }
                                .ip-team-item:hover .ip-team-item-hover {
                                    bottom: 0;
                                    opacity: 1;
                                    pointer-events: auto;
                                    visibility: visible;
                                }
                                .ip-team-item-hover .ip-team-item-position {
                                    margin-bottom: 5px;
                                }
                            #content .ip-team-item-info i {
                                font-size: 9px;
                                font-style: normal;
                            }
                                #content .ip-team-item-info i.ai-font-language{
                                    font-size: 13px;
                                }
                            .ip-team-item-info a {
                                color: inherit;
                                transition: all 0.3s ease-in-out;
                            }
                                .ip-team-item-info a:hover {
                                    color: var(--color-accent-light);
                                }
                                .ip-team-item-hover .info {
                                    letter-spacing: 0.05em;
                                }
                            .ip-team-item-name {
                                font-size: 14px;
                                font-weight: 700;
                                letter-spacing: 0.100em;
                            }
                            .ip-team-item-position {
                                font-size: 11px;
                                line-height: 1;
                            }
                            .ip-team-learn-more {
                                margin-top: 3px;
                                color: var(--color-accent-light);
                                font-size: 14px;
                                font-weight: 700;
                                letter-spacing: 0.05em;
                            }
                                .ip-team-learn-more a:hover {
                                    color: #ffffff;
                                }              
/* Agents List END */

/* Agents Results START */

#spinner{
	text-align: center;
	min-height: 100px;
}
.ip-team-agents-results-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 14.0625%;
    padding-right: 15.3125%;
    font-family: var(--Roboto);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.ip-team-agents-outer-wrap.show-results .ip-team-agents-results-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
}
    .ip-filter-results-text {
        margin-bottom: 40px;
        color: var(--primary-color);
        font-size: 16px;
        letter-spacing: 0.08em;
    }
        .ip-filter-results-text span {
            color: var(--color-accent);
        }
    .ip-agent-results-list {
    	min-height: 100px;
    }
        .ip-agent-results-item {
            padding-bottom: 125px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }
            .ip-agent-results-item:nth-child(odd) {
                padding-left: 60px;
            }
            .ip-agent-results-item:nth-child(even) {
                flex-flow: row-reverse;
                padding-right: 60px;
            }
                .ip-agent-results-item-photo-wrap {
                    width: 35.607%;
                    text-align: center;
                }
                    .ip-agent-results-item-photo {
                        font-size: 0;
                        margin-bottom: 28px;
                    }
                        .ip-agent-results-item-photo a {
                            display: block;
                        }
                    .ip-agent-results-smi {
                        font-size: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                        .ip-agent-results-smi a {
                            width: 32px;
                            height: 32px;
                            margin: 0 3px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            color: #ffffff;
                            background-color: var(--primary-color);
                            border-radius: 50%;
                            transition: all 0.3s ease-in-out;
                        }
                            .ip-agent-results-smi a span {
                                font-size: 17px;
                            }
                        .ip-agent-results-smi a:hover {
                            background-color: var(--color-accent);
                        }
                .ip-agent-results-item-info-wrap {
                    width: 64.393%;
                    margin-top: 15px;
                    font-family: var(--Roboto);
                }
                    .ip-agent-results-item:nth-child(odd) .ip-agent-results-item-info-wrap {
                        padding-left: 145px;
                    }
                    .ip-agent-results-item:nth-child(even) .ip-agent-results-item-info-wrap {
                        padding-right: 145px;
                    }

                    .ip-agent-results-item-name {
                        color: var(--primary-color);
                        font-size: 55px;
                        font-family: var(--font-title);
                        line-height: 1;
                        margin-left: -5px;
                    }
                    .ip-agent-results-item-position {
                        margin-top: 3px;
                        color: var(--color-accent);
                        font-size: 18px;
                        font-weight: 500;
                        letter-spacing: 0.05em;
                        text-transform: uppercase;
                    }
                    .ip-agent-results-item-description {
                        margin: 25px 0 30px;
                        font-size: 15px;
                        line-height: 2;
                        letter-spacing: 0.08em;
                    }
                    .ip-agent-results-item-contact {
                        width: 100%;
                        display: inline-block;
                        vertical-align: top;
                    }
                        .ip-agent-contact-info {
                            margin-bottom: 17px;
                            line-height: 1;
                        }
                            #content .ip-agent-contact-info i {
                                min-width: 22px;
                                display: inline-block;
                                margin-right: 14px;
                                color: var(--color-accent);
                                font-size: 13px;
                                font-style: normal;
                            }
                                #content .ip-agent-contact-info i.ai-font-language {
                                    font-size: 22px;
                                }
                            .ip-agent-contact-info span {
                                color: #000000;
                                font-size: 16px;
                                font-weight: 700;
                                letter-spacing: 0.05em;
                            }
                                .ip-agent-contact-info span a {
                                    color: inherit;
                                }
                                .ip-agent-contact-info span a:hover {
                                    color: var(--color-accent);
                                }
                        .ip-agent-results-item-button {
                            width: 100%;
                            display: inline-block;
                            vertical-align: top;
                            margin-top: 25px;
                        }
                            .ip-agent-results-item-button a {
                                width: 100%;
                                max-width: 335px;
                                height: 54px;
                                padding: 0 10px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: #ffffff;
                                font-size: 16px;
                                font-weight: 700;
                                letter-spacing: 0.15em;
                                text-transform: uppercase;
                                background-color: var(--color-accent);
                                transition: all 0.3s ease-in-out;
                            }
                                .ip-agent-results-item-button a:hover {
                                    background-color: var(--primary-color);
                                }

/* Agents Results END */

/* Testimonials START */
.ip-team-testimonials-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 125px 0;
    text-align: center;
}
    .ip-team-testimonials-banner {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
        .ip-team-testimonials-banner canvas {
            width: 100%;
            height: 100%;
            display: block;
            background-size: cover;
            background-position: center;
            opacity: 1;
        }
    .ip-team-testimonials-content {
        position: relative;
        z-index: 2;
    }
    .ip-team-testimonials-title {
        margin-bottom: 80px;
    }
    #content .ip-team-testimonials-title h2 {
        margin: 0;
    }
        .ip-team-testimonials-title h2 span {
            display: block;
            margin-bottom: 15px;
            color: var(--primary-color);
            font-size: 20px;
            font-weight: 400;
            font-family: var(--Roboto);
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        #content .ip-team-testimonials-title h2 strong {
            display: block;
            color: var(--primary-color);
            font-size: 55px;
            font-weight: 400;
            font-family: var(--font-title);
            line-height: 1;

            text-transform: capitalize;
        }
    .ip-team-testimonials-slider-wrap {
        padding: 0 15.75%;
    }
        .ip-testimonials-slider {
            position: relative;
            padding: 80px 12.317%;
            background-color: rgba(255,255,255,0.8);
        }
            .ip-testimonials-slider::before,
            .ip-testimonials-slider::after {
                width: 124px;
                height: 106px;
                content: '';
                position: absolute;
                z-index: 1;
                background-image: url(../../images/meet-the-team/icon-quote-big.png);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0;
            }
                .ip-testimonials-slider::before {
                    top: -34px;
                    left: 0;
                }
                .ip-testimonials-slider::after {
                    bottom: -28px;
                    right: 0;
                    transform: rotate(-180deg);
                }

            .ip-testimonials-slider-container {
                position: relative;
            }
            
            .ip-testimonials-quotes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
            }
            
            .ip-testimonials-quotes .ip-testimonials-quote-top {
                position: absolute;
                left: 0;
                top: -34px;
            }
            
            .ip-testimonials-quote-bottom {
                position: absolute;
                bottom: -55px;
                right: 0;
                transform: rotate(-180deg);
            }
            .ip-testi-stars {
                color: var(--color-accent-light);
                margin-bottom: 30px;
            }
                .ip-testi-stars span {
                    font-size: 17px;
                    padding: 0 3px;
                }
            .ip-testi-text {
                margin-bottom: 25px;
                font-size: 17px;
                font-family: var(--font-title);
                text-align: justify;
                line-height: 1.8;
                letter-spacing: 0.08em;
            }
            .ip-testi-name {
                color: var(--color-accent-light);
                font-size: 19px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.08em;
            }
        .ip-testimonials-pagination-wrap {
            position: relative;
            z-index: 2;
            margin-top: 53px;
            padding: 0 10%;
            font-size: 0;
            text-align: center;
            display: flex;
            align-items: end;
            justify-content: space-between;
        }
            .ip-testimonials-arrow {

            }
                .ip-testimonials-arrow-left {
                    text-align: right;
                }
                .ip-testimonials-arrow-right {
                    text-align: left;
                }
                .ip-testimonials-arrow a {
                    display: block
                }
                .ip-testimonials-arrow img {
                    max-width: 100%;
                    transition: all 0.3s ease-in-out;
                }
                    .ip-testimonials-arrow:hover img {
                        filter: brightness(0);
                    }
                    .ip-testimonials-arrow-right img {
                        -webkit-transform: scaleX(-1);
                        transform: scaleX(-1);
                    }
                .ip-testimonials-arrow span {
                    display: block;
                    margin-top: 10px;
                    color: var(--color-accent-light);
                    font-size: 15.89px;
                    font-weight: 600;
                    letter-spacing: 0.08em;
                    text-transform: uppercase;
                    transition: all 0.3s ease-in-out;
                }
                .ip-testimonials-arrow:hover span {
                    color: var(--primary-color);
                }


            .ip-testimonials-pagination {
                display: none;
            }
            
            .ip-testimonials-viewmore {}
            
            .ip-testimonials-viewmore a {
                width: 320px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                vertical-align: top;
                color: #ffffff !important;
                font-size: 18px;
                font-weight: 500;
                text-align: center;
                text-transform: uppercase;
                line-height: 50px;
                letter-spacing: 0.06em;
                background-color: var(--primary-color);
                position: relative;
                top: 15px;
            }

            .ip-testimonials-viewmore a:focus,
            .ip-testimonials-viewmore a:hover{
                background-color: #c03330;
            }
                
            #content .ip-testimonials-pagination ul {
                margin: 0;
                list-style: none;
            }
                .ip-testimonials-pagination li {
                    padding: 0 28px;
                    display: inline-block;
                }
                    .ip-testimonials-pagination li a {
                        color: var(--color-accent-light);
                        font-size: 16px;
                        font-weight: 600;
                        text-transform: uppercase;
                        letter-spacing: 0.08em;
                        transition: all 0.3s ease-in-out;
                    }
                    .ip-testimonials-pagination li a:hover {
                        color: var(--primary-color);
                    }

                    .ip-testimonials-pagination li span {
                        color: var(--primary-color);
                        font-size: 16px;
                        font-weight: 600;
                        text-transform: uppercase;
                        letter-spacing: 0.08em;
                        transition: all 0.3s ease-in-out;
                    }
                    .ip-testimonials-pagination li span:hover {
                        color: var(--primary-color);
                    }
/* Testimonials START */

/* awards */
.ip-swuv2__awards {
    position: relative;
    padding: 100px 0 138px;
}
    .ip-swuv2__awards .ip-join-our-team-section-title {
        text-align: center;
        position: relative;
        z-index: 1;
        color: #ffffff;
        margin-bottom: 57px;
    }
        #content .ip-swuv2__awards .ip-join-our-team-section-title h2 {
            font-size: 55px;
            margin: 0;
            font-weight: 400;
            font-family: var(--font-title);
            line-height: 1;
        }
        .ip-join-our-team-section-title h2 span {
            display: block;
            font-family: var(--Roboto);
            text-transform: uppercase;
            font-size: 20px;
            line-height: 1.5;
            letter-spacing: 0.080em;
            padding-bottom: 18px;
        }
    .ip-swuv2__awards-list {
        font-size: 0;
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 0 34px;
    }
        .awards-slide {
            display: inline-block;
            vertical-align: top;
            /* width: 20%; */
            padding: 0 23px;
            color: #fff;
        }
            .awards-year {
                font-size: 30px;
                font-weight: 700;
                text-transform: uppercase;
                padding-bottom: 22px;
            }
                .awards-year span {
                    display: block;
                    font-size: 18px;
                    font-weight: 500;
                    text-transform: initial;
                    margin-bottom: 10px;
                }
                .awards-year strong {
                    display: inline-block;
                    font-size: 36px;
                    position: relative;
                }
                    .awards-year strong:before,
                    .awards-year strong:after {
                        content: '';
                        position: absolute;
                        width: 27px;
                        height: 1px;
                        background: #fff;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                    }
                        .awards-year strong:before {
                            right: 100%;
                            margin-right: 8px;
                        }
                        .awards-year strong:after {
                            left: 100%;
                            margin-left: 8px;
                        }
                .awards-year.award-top {
                    font-size: 36px;
                    padding: 16px 0 22px;
                }
                .awards-year.award-trends {
                    padding: 7px 0 11px;
                }
            .awards-trophy {
                position: relative;
            }
                .awards-trophy img {
                    margin: 0 auto;
                }
                .awards-trophy img[src*="trophies-2.png"],
                .awards-trophy img[src*="trophies-1-1.png"] {
                    filter: brightness(0) invert(1);
                }

        .awards-title {
            font-size: 16px;
            line-height: 1;
            color: #1e1718;
            background: #fff;
            font-weight: 700;
            padding: 9px 10px 8px;
            margin-top: 10px;
            margin-bottom: 20px;
        }
        .awards-logo {
            position: relative;
        }
            .awards-logo img {
                display: block;
                margin: 0 auto;
                height: auto;
                max-width: 100%;
                filter: brightness(0) invert(1);
            }

    .ip-swuv2__awards-pagination,
    .carousel-progress {
        width: 260px;
        height: 1px;
        background: #fff;
        margin: 98px auto 0;
        position: relative;
    }
        .ip-swuv2__awards-pagination .slick-dots {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0;
        }
            .ip-swuv2__awards-pagination .slick-dots li {
                flex-grow: 1;
                position: relative;
            }
                .ip-swuv2__awards-pagination .slick-dots li button {
                    padding: 0;
                    border: none;
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    .ip-swuv2__awards-pagination .slick-dots li button:before {
                        content: '';
                        width: 25px;
                        height: 25px;
                        position: absolute;
                        margin: auto;
                        border-radius: 50%;
                        background: var(--color-accent);
                    }
        .carousel-progress-bar {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            background: var(--color-accent);
            display: flex;
            align-items: center;
            transition: all .3s ease;
        }
            .carousel-progress-bar::before {
                content: '';
                position: absolute;
                width: 25px;
                height: 25px;
                background: var(--color-accent);
                right: -12px;
                border-radius: 50%;
            }
/* awards */

#hp_widget9 {
    display: block !important;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1601px) {
    .ip-team-banner-accent canvas {
        background-position: left 25%;
    }
}

/* Default Layout */
@media only screen and (max-width: 1440px) {
    .sticky-btns-wrap {
        right: 28px;
        top: 21%;
        transform: translateY(-50%) rotate(-90deg) scale(0.7);
    }
}
@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1280px) {
    .ip-testimonials-list-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .ip-testimonials-column {
        width: 45%;
    }
}
@media only screen and (max-width: 1199px) {
    [data-paroller-factor] {
        transform: none !important;
        will-change: unset !important;
    }
    .ip-team-agents-banner canvas {
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .ip-testimonials-bg canvas {
        background-attachment: scroll;
    }
    .ip-testimonials-pagination li {
        padding: 0 20px;
    }
    .ip-testimonials-top-title {
        font-size: 30px;
    }
    .ip-team-qs-field.long {
        width: 150px;
    }
    .ip-team-qs-field.short {
        width: 120px;
    }
    .ip-team-qs-btn.submit {
        margin: 0 10px;
    }
    .ip-team-banner-search strong,
    .ip-team-qs-btn input {
        font-size: 16px;
    }

    .ip-team-top-text,
    .ip-team-agents-results-content,
    .ip-team-agents-list-wrap,
    .ip-team-testimonials-slider-wrap,
    .ip-testimonials-pagination-wrap  {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ip-agent-results-item:nth-child(odd) {
        padding-left: 0;
    }
    .ip-agent-results-item:nth-child(even) {
        padding-right: 0;
    }
    .ip-agent-results-item:nth-child(odd) .ip-agent-results-item-info-wrap {
        padding-left: 50px;
    }
    .ip-agent-results-item:nth-child(even) .ip-agent-results-item-info-wrap {
        padding-right: 50px;
    }
    
}
@media only screen and (max-width: 991px) {
    .ip-team-banner-accent {
        top: -25%;
    }
    .ip-team-agents-banner canvas.triangle-cut {
        display: none;
    }
    .ip-testimonials-banner canvas {
        background-size: cover;
    }
    .ip-team-banner-accent canvas {
        background-position: top left;
    }
    .ip-testimonials-inner {
        flex-flow: column;
        align-items: center;
        padding: 100px 15px 230px;
    }
    .ip-testimonials-top-left {
        width: 100%;
        max-width: 350px;
        margin-bottom: 40px;
        padding-top: 0;
    }
    .ip-testimonials-top-right {
        
    }
    .ip-testimonials-slide-item {
        text-align: center;
    }
    .ip-testimonials-list-wrap {
        margin-top: 0;
    }
    .ip-testimonials-list {
        flex-flow: column;
    }
    .ip-testimonials-column {
        width: 100%;
    }
    .ip-testimonials-column:last-child {
        margin-top: 0;
    }
    .ip-testimonials-item {
        margin-bottom: 50px;
    }
    .ip-testimonials-arrow {
        width: 15%;
    }
    .ip-testimonials-pagination li {
        padding: 0 10px;
    }
    .ip-testi-quote.top {
        left: -20px;
    }
    .ip-testi-quote.bottom {
        right: -20px;
    }
    .ip-testimonials-right-text {
        margin-right: 0;
        text-align: center;
    }
    .ip-testimonials-arrow-left {
        order: 1;
    }
    
    .ip-testimonials-arrow-right {
        order: 2;
    }
    
    .ip-testimonials-viewmore {
        order: 3;
        width: 100%;
        text-align: center;
    }
    .ip-testimonials-viewmore a {
        display: inline-block;
        vertical-align: top;
    }
    .ip-testimonials-pagination-wrap{
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }
    .sticky-btns-wrap {
        min-width: 786px;
    }
    .ip-team-banner-content {
        padding-top: 130px;
    }
    .ip-team-banner-title h2 span em {
        display: none !important;
    }
    #content .ip-team-banner-title h2 {
        text-align: center;
        margin-bottom: 60px;
    }
    .ip-team-banner-title h2 span.big {
        line-height: 1;
        margin-top: 15px;
    }
    .ip-team-banner-search-wrap {
        position: relative;
        padding-bottom: 0;
        background-color: #ffffff;
    }
    .ip-team-banner-search strong, .ip-team-qs-btn input {
        font-size: 18px;
    }
    #content .ip-team-banner-search-wrap h2 {
        margin-bottom: 35px;
    }
    .ip-team-banner-search form {
        flex-flow: column;
        max-width: 400px;
        margin: 0 auto !important;
        padding: 0 30px;
    }
    .ip-team-banner-search strong {
        margin-right: 0;
    }
    .ip-team-qs-field {
        width: 100% !important;
        margin: 0 0 10px;
    }
    .ip-team-item {
        width: 50%;
    }
    .ip-testimonials-slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ip-testi-text {
        text-align: center;
    }

    .ip-agent-results-item {
        flex-flow: column-reverse !important;
        align-items: center;
        text-align: center;
    }
    .ip-agent-results-item-photo-wrap {
        width: 100%;
        max-width: 381px;
        margin: 40px auto 0;
    }
    .ip-agent-results-item-info-wrap {
        width: 100%;
        padding: 0 !important;
        text-align: left;
    }
    .ip-agent-results-item-description {
        text-align: justify;
    }
    #content .ip-agent-contact-info i {
        margin-right: 5px;
    }
    .ip-team-top-text {
        text-align: justify;
    }

    .ip-agent-results-item-photo {
        margin-bottom: 0;
    }

    .ip-agent-results-smi {
        position: absolute;
        bottom: 110px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .ip-agent-results-item-photo-wrap {
        position: relative;
    }

    .ip-agent-results-item-button a {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .ip-testimonials-arrow span,
    .ip-testimonials-pagination li span,
    .ip-testimonials-pagination li a {
        font-size: 12px;
    }
    .ip-testimonials-pagination li span,
    .ip-testimonials-pagination li a {
        padding: 0 5px;
        letter-spacing: 0;
    }
    .ip-testimonials-item-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ip-testimonials-inner {
        padding: 120px 0 200px;
    } 
    .ip-testimonials-pagination li {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-team-banner-accent {
        top: -17%;
    }
}

@media only screen and (max-width: 480px) {
    .ip-team-banner-accent {
        top: -15%;
    }
    /* .ip-testimonials-pagination-wrap {
        flex-flow: column;
        align-items: center;
    } */
    .ip-testimonials-pagination {
        margin: 20px 0;
    }
    .ip-team-item {
        width: 100%;
    }
    .ip-agent-contact-info span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .ip-team-banner-accent {
        top: -12%;
    }
}