/*******************************************************
 *
 * About
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-about {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.custom-breadcrumbs {
    display: block;
    position: relative;
    margin: 20px 0;
}

.custom-breadcrumbs .custom-container {
    padding: 0 200px;
}

.ip-about-container {
    display: block;
    position: relative;
}

.ip-about-section {
    display: block;
    position: relative;
}

.ip-about-agent-container {
    display: block;
    position: relative;
}

.ip-about-agent-bg {
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 76%;
    pointer-events: none;
    padding: 0 59px 62px 0;
    width: calc(100% - 65px);
}

.ip-about-agent-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-about-agent-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-about-agent-holder {
    display: block;
    position: relative;
    z-index: 5;
    margin-bottom: 90px;
}

.ip-about-agent-photo {
    display: block;
    position: relative;
}

.ip-about-agent-photo img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

.ip-about-agent-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-bottom: 90px; */
}

.ip-about-accent-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 12%;
    width: 37.58%;
    height: 56.191%;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
}

.ip-about-accent-logo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .04;
}

.ip-about-agent-border {
    position: absolute;
    top: 7%;
    right: -15%;
    width: 95%;
    height: 68%;
}

.ip-about-agent-border canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 6px solid;
    -o-border-image: -o-linear-gradient(330deg, #e2a43f, #f3cc6b, #f2ca68) 1;
    border-image: linear-gradient(120deg, #e2a43f, #f3cc6b, #f2ca68) 1;
}

.ip-about-agent-bg-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 145px);
    pointer-events: none;
}

.ip-about-agent-container .custom-container {
    padding: 0 75px 0 95px;
}

.ip-about-agent-content-container {
    position: relative;
    padding: 0 25px 70px 60px;
    height: 100%;
}

.ip-about-agent-content {
    display: block;
    position: relative;
    padding-left: 50px;
    /* padding-bottom: 103px; */
}

.ip-about-agent-content p strong {
    font-size: 20px;
    line-height: 2;
    font-family: var(--title-font);
    font-weight: 400;
    letter-spacing: 0.050em;
}

.ip-about-agent-content p:not(:last-child) {
    margin-bottom: 25px;
}

.ip-about-agent-title {
    display: block;
    position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
}

.ip-about-agent-title span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #000;
    font-family: var(--title-font);
}

.ip-about-agent-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.010em;
    color: #222222;
    display: block;
}

.ip-about-agent-content-container .global-title {
    margin-bottom: 0;
}

.ip-about-agent-bg:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: calc(100% - 80px);
    background-color: #373737;
    width: 100%;
}

.ip-about-agent-col:last-child {
    width: 45.208%;
}

.ip-about-agent-col:first-child {
    width: 54.792%;
}

.ip-about-agent-row:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 100%;
    pointer-events: none;
    background-color: #fff;
}

.ip-about-agent-main-holder {
    display: block;
    position: relative;
    z-index: 5;
    padding-top: 119px;
}

.ip-about-agent-bg-main:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 67%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(50%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    z-index: 1;
}

.ip-about-agent-bg-main canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-about-agent-contact-holder {
    display: block;
    position: relative;
    padding: 136px 50px 136px 209px;
    margin-top: auto;
    margin-bottom: 0;
}

.ip-about-agent-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
}

.ip-about-agent-contact-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .15;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ip-about-agent-contact-info {
    display: block;
    position: relative;
    margin-bottom: 68px;
}

.ip-about-agent-contact-info span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
}

.ip-about-agent-contact-info span a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-agent-contact-info span a:hover {
    color: var(--secondary-color);
}

.ip-about-agent-btn a {
    max-width: 236px;
}

.ip-about-agent-contact-info span:not(:last-child) {
    margin-bottom: 47px;
}

.ip-about-agent-contact-info span em[class^=ai-font] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    font-size: 18px;
    color: var(--secondary-color);
    width: 25px;
    text-align: center;
}

.ip-about-agent-contact-info span em.ai-font-location-c {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    font-size: 21px;
}

.ip-about-agent-contact-info span em.ai-font-envelope-f {
    font-size: 15px;
}

.ip-about-agent-contact-info span em[class*="ai-icon-"] {
    margin-right: 40px;
}

.ip-about-agent-contact-info span em.ai-icon-dre {
    background-image: url(../../images/contact/ai-icon-dre-a.png);
    width: 25px;
    height: 21px;
}

.ip-about-agent-contact-smi {
    display: block;
    position: relative;
}

.ip-about-agent-contact-smi a {
    display: inline-block;
    vertical-align: middle;
    font-size: 31px;
    color: #fff;
    line-height: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-agent-contact-smi a:hover {
    color: var(--secondary-color);
}

.ip-about-agent-contact-smi a:not(:last-child) {
    margin-right: 45px;
}

.ip-about-agent-contact-bg:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: calc(100% - 180px);
    height: 33px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd9933+0,f4ce6d+50,dd9933+100 */
    background: rgb(221,153,51);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(221,153,51,1)),color-stop(50%, rgba(244,206,109,1)),to(rgba(221,153,51,1)));
    background: -o-linear-gradient(left, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    background: linear-gradient(to right, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9933', endColorstr='#dd9933',GradientType=1 );
    /* IE6-9 */
    pointer-events: none;
}

/* Section 2 */
.ip-about-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
}

.ip-about-info-bg canvas {
}

.ip-about-info-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .15;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ip-about-info-bg:before {
    position: absolute;
    content: '';
    bottom: 100%;
    right: 0;
    width: calc(100% - 30px);
    height: 33px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd9933+0,f4ce6d+50,dd9933+100 */
    background: rgb(221,153,51);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(221,153,51,1)),color-stop(50%, rgba(244,206,109,1)),to(rgba(221,153,51,1)));
    background: linear-gradient(to right, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9933', endColorstr='#dd9933',GradientType=1 );
    /* IE6-9 */
    pointer-events: none;
}

.ip-about-info-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-about-info-content-container {
    display: block;
    position: relative;
    padding: 107px 148px 139px 98px;
}

.ip-about-info-container {
    display: block;
    position: relative;
    padding: 73px 0 0;
}

.ip-about-info-content {
    display: block;
    position: relative;
}

.ip-about-info-content p {
    font-size: 15px;
    line-height: 2.132;
    color: #fff;
    display: block;
    letter-spacing: 0.020em;
}

.ip-about-info-content p:not(:last-child) {
    margin-bottom: 30px;
}

.ip-about-info-row {
    display: block;
    position: relative;
    z-index: 2;
    margin: 96px 0 60px;
}

.ip-about-cta-content-container {
    display: block;
    position: relative;
    padding-left: 220px;
}

.ip-about-cta-logo {
    display: block;
    position: relative;
    margin-bottom: 37px;
}

.ip-about-cta-logo img {
    max-width: 100%;
    height: auto;
}

.ip-about-info-col:last-child {
    /* width: 57.486%; */
}

.ip-about-info-col:first-child {
    /* width: 42.514%; */
}

.ip-about-info-row:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 59px 70px 56px 70px;
    z-index: 2;
    pointer-events: none;
    border: 6px solid;
    -o-border-image: -o-linear-gradient(330deg, #e2a43f, #f3cc6b, #f2ca68) 1;
    border-image: linear-gradient(120deg, #e2a43f, #f3cc6b, #f2ca68) 1;
}

.ip-about-info-container:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100&0+0,1+70 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 70%,rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(70%, rgba(243,243,243,1)),to(rgba(238,238,238,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 70%,rgba(238,238,238,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeeeee',GradientType=0 );
    /* IE6-9 */
    z-index: -1;
}

.ip-about-ac-title {
    display: block;
    position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
}

.ip-about-ac-title span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #000;
    font-family: var(--title-font);
}

.ip-about-agent-contact-name .global-title {
    margin-bottom: 0;
}

.ip-about-agent-contact-name {
    display: block;
    position: relative;
    padding: 0 109px;
}

.ip-about-ac-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 5%;
    width: 531px;
    height: 532px;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ip-about-ac-logo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .04;
}

.ip-about-agent-btn,.ip-about-ac-title {
    padding-left: 47px;
}

/*Video*/
.ip-about-video-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding: 0 0 33px;
    cursor: pointer;
}

.ip-about-video-item:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 50%;
    height: 33px;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd9933+0,f4ce6d+50,dd9933+100 */
    background: rgb(221,153,51);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(221,153,51,1)),color-stop(50%, rgba(244,206,109,1)),to(rgba(221,153,51,1)));
    background: -o-linear-gradient(left, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    background: linear-gradient(to right, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9933', endColorstr='#dd9933',GradientType=1 );
    /* IE6-9 */
}

.ip-about-main-video {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.ip-about-main-video:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.20);
    z-index: 2;
}

.ip-about-main-video canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    min-height: 698px;
}

.ip-about-main-video iframe {
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}

.ip-about-main-video iframe {
    display: none;
}

.about-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 176px;
    height: 176px;
    cursor: pointer;
}

.about-video-icon span.ai-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    width: 100%;
    height: 100%;
    background-image: url(../../images/about/ai-play-icon.png);
}

.ip-about-video-item:hover .about-video-icon {
    opacity: 0.75;
}

.ip-about-video-slide button.slick-arrow {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 61px;
    height: 91px;
    z-index: 5;
    border: none;
    background-color: #3a2b2b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0;
}

.ip-about-video-slide button.slick-prev.slick-arrow {
    left: -30px;
}

.ip-about-video-slide button.slick-next.slick-arrow {
    right: -30px;
}

.ip-about-video-slide button.slick-arrow:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.ip-about-video-slide button.slick-next.slick-arrow:before {
    border-left: 15px solid #fff;
}

.ip-about-video-slide button.slick-prev.ai-font-arrow-b-p.slick-arrow:before {
    border-right: 15px solid #fff;
}

.ip-about-video-slide button.slick-arrow:hover {
    background-color: var(--secondary-color);
}

.ip-about-video-slide:not(.slick-initialized) .ip-about-video-item:nth-child(n+2) {
    display: none;
}

.ip-about-video-slide {
    display: block;
    position: relative;
}

.ip-about-video-container {
    display: block;
    position: relative;
    padding: 9px 0 63px;
}

.ip-about-video-container .custom-container {
    padding: 0 70px;
}

.ip-about-video-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 833px;
    margin-bottom: 25px;
}

.ip-about-video-tab-control {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-about-video-tab-control a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #818181;
    width: 100%;
    height: 77px;
    letter-spacing: 0.025em;
    font-family: var(--title-font);
    padding: 0 33px;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-video-tab-control a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(330deg, #e2a43f, #f3cc6b, #f2ca68) 1;
    border-image: linear-gradient(120deg, #e2a43f, #f3cc6b, #f2ca68) 1;
}

.ip-about-video-tab-control.active a:before, .ip-about-video-tab-control:hover a:before {
    opacity: 1;
    visibility: visible;
}

.ip-about-video-tab-control.active a, .ip-about-video-tab-control:hover a {
    color: #000;
}

.ip-about-video-item-holder.hide-tab {
    display: none;
}

.ip-about-main-video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 60px 50px;
    z-index: 5;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-main-video-title h2 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.ip-about-main-video-title span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #fff;
    display: block;
    font-weight: 300;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .custom-breadcrumbs {
        margin: 1.25vw 0;
    }

    .custom-breadcrumbs .custom-container {
        padding: 0 12.5vw;
    }

    .ip-about-agent-bg {
        right: 0.938vw;
        height: 76%;
        padding: 0 3.688vw 3.875vw 0;
        width: calc(100% - 4.063vw);
    }

    .ip-about-agent-holder {
        margin-bottom: 5.625vw;
    }

    .ip-about-agent-bg-main {
        height: calc(100% - 9.063vw);
    }

    .ip-about-agent-container .custom-container {
        padding: 0 4.688vw 0 5.938vw;
    }

    .ip-about-agent-content-container {
        padding: 0 1.563vw 70px 3.75vw;
    }

    .ip-about-agent-main-holder {
        padding-top: 7.438vw;
    }

    .ip-about-agent-content {
        padding-left: 3.125vw;
    }

    .ip-about-agent-content p strong {
        font-size: 1.25vw;
    }

    .ip-about-agent-content p:not(:last-child) {
        margin-bottom: 1.563vw;
    }

    .ip-about-agent-title {
        margin-bottom: 3.125vw;
        margin-top: 0.625vw;
    }

    .ip-about-agent-title span {
        font-size: 1.875vw;
    }

    .ip-about-agent-content p {
        font-size: 0.938vw;
    }

    .ip-about-agent-bg:before {
        height: calc(100% - 5vw);
    }

    .ip-about-agent-row:before {
        width: calc(100% - 0.938vw);
    }

    .ip-about-agent-contact-holder {
        padding: 8.5vw 3.125vw 8.5vw 13.063vw;
    }

    .ip-about-agent-contact-info {
        margin-bottom: 4.25vw;
    }

    .ip-about-agent-contact-info span {
        font-size: 1.5vw;
    }

    .ip-about-agent-btn a {
        max-width: 14.75vw;
    }

    .ip-about-agent-contact-info span:not(:last-child) {
        margin-bottom: 2.938vw;
    }

    .ip-about-agent-contact-info span em[class^=ai-font] {
        margin-right: 2.5vw;
        font-size: 1.125vw;
        width: 1.563vw;
    }

    .ip-about-agent-contact-info span em.ai-font-location-c {
        font-size: 1.313vw;
    }

    .ip-about-agent-contact-info span em.ai-font-envelope-f {
        font-size: 0.938vw;
    }

    .ip-about-agent-contact-info span em[class*="ai-icon-"] {
        margin-right: 2.5vw;
    }

    .ip-about-agent-contact-info span em.ai-icon-dre {
        width: 1.563vw;
        height: 1.313vw;
    }

    .ip-about-agent-contact-smi a {
        font-size: 1.938vw;
    }

    .ip-about-agent-contact-smi a:not(:last-child) {
        margin-right: 2.813vw;
    }

    .ip-about-agent-contact-bg:before {
        width: calc(100% - 11.25vw);
        height: 2.063vw;
    }

    /* Section 2 */
    .ip-about-info-bg:before {
        width: calc(100% - 1.875vw);
        height: 2.063vw;
    }

    .ip-about-info-content-container {
        padding: 6.688vw 9.25vw 8.688vw 6.125vw;
    }

    .ip-about-info-container {
        padding: 4.563vw 0 0;
    }

    .ip-about-info-content p {
        font-size: 0.938vw;
    }

    .ip-about-info-content p:not(:last-child) {
        margin-bottom: 1.875vw;
    }

    .ip-about-info-row {
        margin: 6vw 0 3.75vw;
    }

    .ip-about-cta-content-container {
        padding-left: 13.75vw;
    }

    .ip-about-cta-logo {
        margin-bottom: 2.313vw;
    }

    .ip-about-info-row:before {
        margin: 3.688vw 4.375vw 3.5vw 4.375vw;
    }

    .ip-about-ac-title {
        margin-bottom: 3.125vw;
        margin-top: 0.625vw;
    }

    .ip-about-ac-title span {
        font-size: 1.875vw;
    }

    .ip-about-agent-contact-name {
        padding: 0 6.813vw;
    }

    .ip-about-ac-logo {
        width: 33.188vw;
        height: 33.25vw;
    }

    .ip-about-agent-btn,.ip-about-ac-title {
        padding-left: 2.938vw;
    }

    /*Video*/
    .ip-about-video-item {
        padding: 0 0 2.063vw;
    }

    .ip-about-video-item:after {
        height: 2.063vw;
    }

    .ip-about-main-video canvas {
        min-height: 43.625vw;
    }

    .about-video-icon {
        width: 11vw;
        height: 11vw;
    }

    .ip-about-video-slide button.slick-arrow {
        width: 3.813vw;
        height: 5.688vw;
    }

    .ip-about-video-slide button.slick-prev.slick-arrow {
        left: -1.875vw;
    }

    .ip-about-video-slide button.slick-next.slick-arrow {
        right: -1.875vw;
    }

    .ip-about-video-container {
        padding: 0.563vw 0 3.938vw;
    }

    .ip-about-video-container .custom-container {
        padding: 0 4.375vw;
    }

    .ip-about-video-tabs {
        max-width: 52.063vw;
        margin-bottom: 1.563vw;
    }

    .ip-about-video-tab-control {
    }

    .ip-about-video-tab-control a {
        font-size: 1.5vw;
        height: 4.813vw;
        padding: 0 2.063vw;
    }

    .ip-about-main-video-title {
        padding: 0 3.75vw 3.125vw;
    }

    .ip-about-main-video-title h2 {
        font-size: 1.875vw;
        margin-bottom: 0.938vw;
    }

    .ip-about-main-video-title span {
        font-size: 1vw;
    }

    .ip-about-video-tab-control a:before {
        border: 0.188vw solid;
        -o-border-image: -o-linear-gradient(330deg, #e2a43f, #f3cc6b, #f2ca68) 1;
        border-image: linear-gradient(120deg, #e2a43f, #f3cc6b, #f2ca68) 1;
    }

    .ip-about-cta-logo img {
        width: 20.938vw;
    }

    .ip-about-agent-photo img {
        width: 40.563vw;
    }

    .ip-about-info-row:before, .ip-about-agent-border canvas {
        border: 0.375vw solid;
        -o-border-image: -o-linear-gradient(330deg, #e2a43f, #f3cc6b, #f2ca68) 1;
        border-image: linear-gradient(120deg, #e2a43f, #f3cc6b, #f2ca68) 1;
    }

    .ip-about-video-slide button.slick-arrow:before {
        border-top: 0.750vw solid transparent;
        border-bottom: 0.750vw solid transparent;
    }

    .ip-about-video-slide button.slick-next.slick-arrow:before {
        border-left: 0.938vw solid #fff;
    }

    .ip-about-video-slide button.slick-prev.ai-font-arrow-b-p.slick-arrow:before {
        border-right: 0.938vw solid #fff;
    }

    .ip-container #breadcrumbs {
        font-size: 0.875vw;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-about-agent-col {
        display: block;
        width: 100%!important;
    }

    .ip-about-accent-logo {
        width: 50%;
        height: 50%;
        right: 0;
        top: auto;
        bottom: 17%;
    }

    .ip-about-agent-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .ip-about-agent-holder {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .ip-about-agent-bg {
        padding: 0 40px 40px 0;
    }

    .ip-about-agent-bg:before {
        height: calc(100% - 40px);
    }

    .ip-about-agent-border {
        display: none;
    }

    .ip-about-agent-contact-holder {
        padding: 125px 30px 80px;
        text-align: center;
        z-index: 5;
    }

    .ip-about-agent-content-container {
        padding: 50px 30px 0;
    }

    .ip-about-agent-row:before {
        width: 100%;
    }

    .ip-about-agent-content {
        text-align: center;
        padding: 0 0 50px;
    }

    .ip-about-agent-contact-smi a:not(:last-child) {
        margin-right: 30px;
    }

    .ip-about-agent-contact-smi a {
        font-size: 23px;
    }

    .ip-about-agent-btn a {
        max-width: 195px;
        margin: 0 auto;
    }

    .ip-about-agent-contact-info span {
        font-size: 16px;
    }

    .ip-about-agent-contact-info span em.ai-icon-dre {
        width: 20px;
        height: 20px;
    }

    .ip-about-agent-contact-info span em[class^=ai-font] {
        font-size: 15px;
        width: 20px;
    }

    .ip-about-agent-contact-info span em[class^=ai-font], .ip-about-agent-contact-info span em[class*="ai-icon-"] {
        margin-right: 15px;
    }

    .ip-about-info-col {
        display: block;
        width: 100%!important;
    }

    .ip-about-info-row:before {
        margin: 30px;
        z-index: 6;
    }

    .ip-about-cta-content-container {
        padding: 95px 30px 95px;
        text-align: center;
    }

    .ip-about-cta-btn a {
        margin: 0 auto;
    }

    .ip-about-info-container {
        padding: 50px 0 0;
    }

    .ip-about-info-content-container {
        padding: 70px 50px 100px;
        text-align: center;
    }

    .ip-about-info-content p:not(:last-child) {
        margin-bottom: 25px;
    }

    .ip-about-info-content p, .ip-about-agent-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ip-about-info-bg:before {
        width: 100%;
    }

    .ip-about-agent-contact-bg:before {
        width: 100%;
    }

    .ip-about-agent-content-container .global-title {
        margin-bottom: 0;
    }

    .ip-container #breadcrumbs {
        letter-spacing: 0.100em;
        font-size: 13px;
    }

    .ip-about-agent-container {
        padding-top: 40px;
    }

    .ip-about-agent-contact-name {
        padding: 107px 0;
    }

    .ip-about-main-video canvas {
        min-height: 0;
    }

    .about-video-icon {
        width: 80px;
        height: 80px;
    }

    .ip-about-video-tab-control a {
        font-size: 14px;
        height: 54px;
        padding: 0 30px;
    }

    .ip-about-agent-contact-name .global-mob-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ip-about-ac-title {
        padding-left: 0;
        margin-bottom: 35px;
    }

    .ip-about-ac-title span, .ip-about-agent-title span {
        font-size: 19px;
    }

    .ip-about-agent-content p strong {
        font-size: 16px;
        line-height: 1.7;
    }

    .ip-about-ac-logo {
        right: 0;
        width: 50%;
        height: 75%;
    }

    .ip-about-agent-contact-info span:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-about-agent-contact-info {
        margin-bottom: 40px;
    }

    .ip-about-video-slide button.slick-arrow {
        width: 46px;
        height: 60px;
    }

    .ip-about-video-slide button.slick-prev.slick-arrow {
        left: 0;
    }

    .ip-about-video-slide button.slick-next.slick-arrow {
        right: 0;
    }

    .ip-about-video-slide button.slick-arrow:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .ip-about-video-slide button.slick-next.slick-arrow:before {
        border-left: 12px solid #fff;
    }

    .ip-about-video-slide button.slick-prev.ai-font-arrow-b-p.slick-arrow:before {
        border-right: 12px solid #fff;
    }

    .ip-about-main-video-title h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ip-about-main-video-title span {
        font-size: 13px;
    }

    .ip-about-main-video-title {
        padding: 0 30px 30px;
    }

    .ip-about-agent-main-holder {
        padding-top: 0;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    body.page-template-about .ip-banner h1.no-subtitle {
        font-size: 50px;
    }

    .ip-about-agent-content-container {
        padding: 50px 15px 0;
    }

    .ip-about-agent-contact-holder {
        padding: 100px 15px 80px;
        margin: 0 -15px;
    }

    .ip-about-agent-contact-smi a:not(:last-child) {
        margin-right: 20px;
    }

    .ip-about-agent-contact-smi a {
        font-size: 17px;
    }

    .ip-about-agent-contact-info span:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-about-agent-contact-info span {
        font-size: 14px;
    }

    .ip-about-info-row:before {
        margin: 15px;
    }

    .ip-about-cta-logo img {
        max-width: 200px;
    }

    .ip-about-info-content-container {
        padding: 55px 30px 75px;
    }

    .ip-about-agent-content p {
        font-size: 14px;
    }

    .ip-about-agent-bg {
        padding: 0 20px 20px 0;
        width: calc(100% - 45px);
    }

    .ip-about-agent-bg:before {
        height: calc(100% - 20px);
    }

    .ip-about-accent-logo {
        width: 75%;
    }

    .ip-about-video-tabs {
        display: block;
        max-width: 245px;
        margin: 0 auto 20px;
    }

    .ip-about-video-tab-control {
        display: block;
        width: 100%;
    }

    .ip-about-video-tab-control a:before {
        opacity: 1!important;
        visibility: visible!important;
    }

    .ip-about-video-tab-control:not(:last-child) {
        margin-bottom: 5px;
    }

    .ip-about-video-container {
        padding: 9px 0 20px;
    }

    .ip-about-info-row {
        margin: 70px 0 0;
    }

    .ip-about-ac-logo {
        width: 70%;
    }

    .ip-about-ac-title span, .ip-about-agent-title span {
        font-size: 14px;
    }

    .ip-about-agent-btn, .ip-about-ac-title {
        padding: 0;
    }

    .ip-about-agent-contact-name {
        padding: 80px 0;
    }

    .ip-about-main-video canvas {
        min-height: 225px;
    }

    .ip-about-main-video-title {
        padding: 0 15px 20px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-about-main-video-title h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ip-about-main-video-title span {
        font-size: 12px;
    }

    .ip-about-video-slide button.slick-arrow {
        width: 30px;
        height: 47px;
    }

    .ip-about-video-slide button.slick-arrow:before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    .ip-about-video-slide button.slick-next.slick-arrow:before {
        border-left: 10px solid #fff;
    }

    .ip-about-video-slide button.slick-prev.ai-font-arrow-b-p.slick-arrow:before {
        border-right: 10px solid #fff;
    }

    .about-video-icon {
        width: 60px;
        height: 60px;
    }
}
