.ip-banner{
	display: none;
}

header.main-header {
    background: #000;
}

#inner-page-wrapper {
    margin-top: 145px;
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

.ip-breadcrumbs {
    padding: 0 15px;
    background: #f5f5f5;
}

.ip-breadcrumbs p#breadcrumbs {
    margin: 0 auto;
    max-width: 1380px;
}

.ip-breadcrumbs {
    padding: 7px 15px;
    background: #f5f5f5;
    background: #e5dada;
}

.ip-about-content {
    line-height: 1;
    padding: 87px 0 112px;
    position: relative;
}

.ip-about-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 48%;
    background: #000;
}

.ip-about-head {
    margin-bottom: 29px;
    text-align: center;
}

    .ip-about-title {
        position: relative;
        font-size: 30px;
        font-weight: 300;
        color: #000;
        font-family: var(--font-family-default);
        text-transform: uppercase;
        letter-spacing: 4.4px;
        letter-spacing: 0;
        padding: 0 15px;
    }

        .ip-about-title span {
            display: inline-block;
            font-size: 60px;
            font-family: var(--font-family-title);
            position: relative;
            z-index: 2;
            background: #fff;
            letter-spacing: 3px;
            letter-spacing: 0;
            margin-top: 13px;
            padding: 0 45px;
            text-transform: none;
        }

            .ip-about-title::after {
                content: '';
                position: absolute;
                bottom: 35px;
                left: 0;
                width: 100%;
                height: 1px;
                background: #c4c4c4;
            }

.ip-about-photo img {
    margin: 0 auto;
}

.ip-about-photo {
    padding: 0 15px;
    margin-top: 48px;
}

.ip-about-text p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: var(--font-family-default);
    line-height: 1.55 !important;
    padding: 0 0 24px;
    text-align: center;
    margin: 0 !important;
}

.ip-about-text{
    max-width: 1170px;
    margin: 64px auto 0;
    padding: 0 15px;
}

.ip-logo-slider {
    position: relative;
    max-width: 1170px;
    margin: 53px auto 0;
    padding: 0 15px;
}

.ip-logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 154px;
}

.ip-logo-arrow-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.ip-logo-arrow-holder > span {
    cursor: pointer;
    font-size: 25px;
    color: #000;
    padding: 5px;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-logo-arrow-holder > span:hover{
    color: #18324c;
}

.ip-logo-slick-slider {
    padding: 0 10px;
}

.ip-logo-slick-slider .slick-slide > div > div{
    display: block !important;
}

    .ip-logo-slick-slider:not(.slick-initialize) > div:not(:first-child){
        display:none;
    }

.ip-about-agent-feed {
    line-height: 1;
    padding: 0 0 90px;
}

.ip-agent-photo a {
    display: block;
    position: relative;
    max-width: 484px;
    margin: 0 auto;
    overflow: hidden;
}

.ip-agent-photo a canvas {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ip-agent-photo a img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-agent-photo a:hover canvas{
    opacity: .3;
}
.ip-agent-photo a:hover img{
    /*transform: scale(1.1);*/
}

.ip-agent-photo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ip-agent-content {
    max-width: 470px;
    margin: 0 auto;
}

.ip-agent-name a {
    display: inline-block;
    font-size: 30px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: var(--font-family-title);
    letter-spacing: 1.7px;
}

.ip-agent-name a:hover{
    opacity: .6;
}

.ip-agent-position {
    font-size: 15px;
    letter-spacing: .2px;
    margin-top: 11px;
    font-family: var(--font-family-default);
    color: #000;
}

.ip-agent-dre {
    font-size: 15px;
    letter-spacing: .2px;
    margin-top: 24px;
    font-family: var(--font-family-default);
    color: #000;
}

.ip-agent-contact {
    margin-top: 4px;
}

.ip-agent-contact a{
    font-size: 15px;
    letter-spacing: .2px;
    display: inline-block;
    font-family: var(--font-family-default);
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-agent-contact a:hover{
    opacity: .6;
}

.ip-agent-contact span{
    display: block;
    margin-bottom: 4px;
}

.ip-agent-text {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: var(--font-family-default);
    line-height: 1.55 !important;
    padding: 0 0 24px;
    margin: 32px 0 0 !important;
}

.ip-agent-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 222px;
    width: 100%;
    height: 51px;
    border: solid 1px #18324c;
    font-size: 23px;
    font-weight: 300;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: #18324c;
  color: #fff;
	font-size: 21px;
}

.ip-agent-link a:hover {
    border: solid 1px #000;
    background: #000;
    color: #fff;
}

.ip-agent-link {
    margin-top: 15px;
}

.ip-about-agent-list {
    position: relative;
    padding: 64px 0;
}

.row.ip-agent-list-row::before{
    display: none;
}

.row.ip-agent-list-row{
    display: flex;
}

.ip-about-agent-list:nth-child(even) .row.ip-agent-list-row{
    flex-direction: row-reverse;
}

.ip-about-agent-list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 100%;
    background: #000;
}

.ip-about-agent-list:nth-child(4n)::after, 
.ip-about-agent-list:nth-child(4n - 1)::after {
    right: auto;
    left: 0;
}

.ip-about-play-link {
    padding: 0 015px;
    text-align: center;
    margin-top: 20px;
}

.ip-about-play-link a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-about-play-link a:hover{
    opacity: .7;
}

.ip-about-play-link a img {
    max-width: 40px;
    margin-right: 15px;
}

.ip-logo-list img {
	height: 154px;
}

.slick-slide:has(.ip-logo-list  img[src=""]) {
	display: none;
}

@media only screen and (max-width: 1366px) {
    .ip-about-content::after,
    .ip-about-agent-list::after {
        width: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-about-content::after, 
    .ip-about-agent-list::after {
        width: 15px;
    }
}

@media only screen and (max-width: 991px) {
	#inner-page-wrapper {
	    margin-top: 0;
	}

	.ip-about-title::after{
		display: none;
	}

	.ip-about-content {
	    padding: 50px 0 0;
	}

	.ip-about-title {
	    font-size: 20px;
	    letter-spacing: 3px;
	    letter-spacing: 0;
	}

	.ip-about-title span {
	    font-size: 50px;
	    padding: 0 0;
	}

    .ip-about-content::after, 
    .ip-about-agent-list::after {
        display: none;
    }

    .ip-logo-slider {
        max-width: 300px;
    }

    .row.ip-agent-list-row {
        display: block;
        text-align: center;
    }

    .ip-about-agent-list {
        padding: 0 0 30px;
    }

    .ip-about-agent-feed {
        line-height: 1;
        padding: 50px 0 0;
    }

    .ip-agent-content {
        margin: 30px auto 0;
    }

    .ip-agent-link a {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
	.ip-about-title {
	    font-size: 17px;
	}

	.ip-about-title span {
	    font-size: 35px;
	}
}



