/*******************************************************
 *
 * About
 *
 *******************************************************/
 body.ip-container {
    background: #fcf7f3;
}

.ip-banner {
    display: none;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.custom-banner, .custom-banner-img, .custom-banner-img canvas {
    display: block;
    position: relative;
}

.custom-banner {
	background: #7a7571;
}

.custom-banner-img canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .65;
    min-height: 270px;
}

.custom-banner-img {
    background-color: #000;
}

.custom-banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.custom-banner-title h1 {
    font-size: 120px;
    line-height: 1;
    color: #fcf7f3;
    font-family: var(--font-family-title);
}

.custom-banner-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,35,73,0)),to(rgba(0,35,73,1)));
    background: -o-linear-gradient(top, rgba(0,35,73,0) 0%,rgba(0,35,73,1) 100%);
    background: linear-gradient(to bottom, rgba(0,35,73,0) 0%,rgba(0,35,73,1) 100%);
}

.custom-breadcrumbs {
    position: relative;
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
}

.custom-breadcrumbs p#breadcrumbs {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.200em;
}

.custom-breadcrumbs p#breadcrumbs 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;
}

.custom-breadcrumbs p#breadcrumbs a:hover {
    color: var(--primary);
}

.custom-breadcrumbs span.breadcrumb_last {
    color: var(--primary);
}

.ss-smi {
    position: fixed;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    right: 50px;
    z-index: 1000;
}

.ss-smi-inner {
    position: relative;
}

.ss-smi a {
    display: block;
    font-size: 20px;
    color: inherit;
    margin-bottom: 26px;
    -webkit-transition: color var(--default-transition);
    -o-transition: color var(--default-transition);
    transition: color var(--default-transition);
    text-shadow: 0 2px 3px rgba(0,0,0,.50);
}

.ss-smi a:hover {
    color: var(--primary);
}

.ss-smi a i.ai-font-phone {
    font-size: 16px;
}

.ss-smi a i.ai-font-envelope-f {
    font-size: 10px;
}

.ss-smi a:last-child {
    margin-bottom: 0;
}

.ss-smi .-line {
    width: 1px;
    height: 50px;
    display: block;
    margin: 0 auto 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.50);
    box-shadow: 0 2px 3px rgba(0,0,0,.50);
}

[class*="ai-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.attachment-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-scroll canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-img {
    display: block;
    position: relative;
}

.site-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

#ip-about {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-about-section, .ip-about-container {
    display: block;
    position: relative;
}

/* Section 1 */
.ip-about-content-container, .ip-about-main, .ip-about-content-row, .ip-about-content-img, .ip-about-content {
    display: block;
    position: relative;
}

.ip-about-content-container {
    padding: 65px 0 0;
}

.ip-about-main {
    width: 100%;
    max-width: 1290px;
    margin: 100px auto 0;
    padding: 0 15px;
}

.ip-about-content-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 99px);
    background-color: var(--secondary);
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.ip-about-content-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-about-content-col:first-child {
    width: 45.715%;
}

.ip-about-content-col:last-child {
    width: 54.285%;
}

.ip-about-content-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ip-about-content p:not(.lg) {
    font-size: 30px;
    line-height: 1.3334;
    font-weight: 300;
    letter-spacing: 0.020em;
    color: #fcf7f3;
    display: block;
    margin-bottom: 25px;
}

.ip-about-content p.lg {
    font-size: 48px;
    line-height: 0.8334;
    letter-spacing: 0.020em;
    font-style: italic;
    color: #fff;
    font-family: var(--font-family-title);
    margin-bottom: 40px;
    display: block;
}

.ip-about-content p.lg span {
    color: var(--primary);
}

.ip-about-content {
    padding-left: 86px;
}

.ip-about-brand-container, .ip-about-brand-main, .ip-about-brand-row, .ip-about-brand-content, .ip-about-brand-img {
    display: block;
    position: relative;
}

.ip-about-brand-container {
    padding: 110px 0 118px;
}

.ip-about-brand-main {
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}

.ip-about-brand-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-about-brand-col:first-child {
    width: 56.922%;
}

.ip-about-brand-col:last-child {
    width: 43.078%;
}

.ip-about-brand-content h2 {
    font-size: 120px;
    line-height: 0.85;
    font-family: var(--font-family-title);
    color: #333333;
    display: block;
    text-align: right;
}

.ip-about-brand-content p {
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: 0.020em;
    color: #666666;
    display: block;
    margin-top: 40px;
    text-align: right;
}

.ip-about-brand-content h2 span {
    color: var(--primary);
    font-style: italic;
}

.ip-about-brand-content {
    padding: 60px 55px 60px 80px;
    border-radius: 50px 0 0 50px;
    border: 1px solid var(--secondary);
    border-right: none;
}

.ip-about-brand-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Section 2 */
.ip-about-video-container, .ip-about-video-main, .ip-about-video-title, .ip-about-video-holder, .ip-about-video-caption, .ip-about-video-holder a {
    display: block;
    position: relative;
}

.ip-about-video-main {
    width: 100%;
    max-width: 1235px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
}

.ip-about-video-bg {
    background-color: #fcf7f3;
    top: 80px;
}

.ip-about-video-title h2 {
    font-size: 120px;
    line-height: 1;
    color: #333333;
    font-family: var(--font-family-title);
}

.ip-about-video-title h2 span {
    color: var(--primary);
    font-style: italic;
}

.ip-about-video-title > span {
    color: var(--primary);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.400em;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-top: 55px;
}

.ip-about-video-caption p {
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: 0.020em;
    /*color: #666666;*/
    color: #0b0700;
}

.ip-about-video-caption {
    text-align: center;
    margin: 30px auto 45px;
}

.ip-about-video-title {
    text-align: center;
}

.ip-about-video-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252,247,243,1)),color-stop(20%, rgba(252,247,243,1)),to(rgba(252,247,243,0)));
    background: -o-linear-gradient(top, rgba(252,247,243,1) 0%,rgba(252,247,243,1) 20%,rgba(252,247,243,0) 100%);
    background: linear-gradient(to bottom, rgba(252,247,243,1) 0%,rgba(252,247,243,1) 20%,rgba(252,247,243,0) 100%);
    z-index: 1;
}

.ip-about-video-holder {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.ip-about-video-container {
    padding: 0 0 104px;
}

.ip-about-video-holder, .ip-about-video-holder a, .ip-about-video-img, .ip-about-video-img canvas, .ip-about-video-img img {
    border-radius: 20px;
}

.ip-about-video-img {
    background-color: #000;
    overflow: hidden;
}

.ip-about-video-holder a:hover .ip-about-video-img img {
    opacity: 0.75;
}

.ip-about-video-holder {
    background-color: #000;
    border: 3px solid var(--primary);
}

.ip-about-video-img span.ai-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 45px;
    height: 45px;
    z-index: 5;
    background-color: rgba(193,154,61,.80);
    border-radius: 50%;
}

.ip-about-video-img span.ai-play-btn:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
}

.ip-about-video-img span.ai-play-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -5px;
    border: 1px solid rgba(255,255,255,.50);
    border-radius: 50%;
}

.ip-about-video-img img {
    border-radius: 16px;
}

/* Section 3 */
.ip-about-ph-container, .ip-about-ph-main, .ip-about-ph-title, .ip-about-ph-row, .ip-about-ph-content-container, .ip-about-ph-content, .ip-about-ph-logo-list, .ip-about-ph-logo-item, .ip-about-ph-tagline {
    display: block;
    position: relative;
}

.ip-about-ph-main {
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}

.ip-about-ph-container {
    padding: 80px 0 90px;
    z-index: 2;
}

.ip-about-ph-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #002349;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}

.ip-about-ph-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-about-ph-title h2 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: var(--primary);
    font-family: var(--font-family-title);
}

.ip-about-ph-title h2 span {
    color: #fff;
}

.ip-about-ph-title {
    margin-bottom: 40px;
}

.ip-about-ph-content h2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.020em;
    font-weight: 300;
    color: var(--primary);
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}

.ip-about-ph-content p {
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: 0.020em;
    color: #fcf7f3;
    display: block;
    margin-right: -53px;
}

.ip-about-ph-logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-about-ph-logo-list {
    margin-top: 37px;
}

.ip-about-ph-logo img {
    max-width: 100%;
    height: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.ip-about-ph-tagline h2 {
    font-size: 450px;
    line-height: 0.44em;
    color: var(--primary);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font-family: var(--font-family-title);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    letter-spacing: -0.07em;
    margin-top: 10px;
}

.ip-about-ph-tagline p {
    font-size: 60px;
    line-height: 0.9167;
    font-weight: 300;
    letter-spacing: 0.020em;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.ip-about-ph-tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    margin-right: -25px;
}

.ip-about-ph-tagline h2 i {
    font-size: 1.4666666666666666em;
    font-style: normal;
}

.ip-about-ph-col:first-child {
    width: 41%;
}

.ip-about-ph-col:last-child {
    width: 59%;
}

.ip-about-ph-logo:not(:last-child) {
    margin-right: 40px;
}

.ip-about-ph-logo-item:not(:last-child) {
    margin-bottom: 31px;
}

.ip-about-ph-logo-item:last-child {
    padding-left: 25px;
}

/* Section 4 */
.ip-about-stats-container, .ip-about-stats-main {
    display: block;
    position: relative;
}

.ip-about-stats-container {
    padding: 135px 30px 100px;
	background: #000;
}

.ip-about-stats-bg {
    background-color: var(--secondary);
}

.ip-about-stats-bg canvas {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .12;
}

.ip-about-stats-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 110px;
}

.ip-about-stats-title h2 {
    display: inline-block;
    font-size: 120px;
    line-height: 0.88;
    color: #fcf7f3;
    font-family: var(--font-family-title);
    text-align: right;
}

.ip-about-stats-title h2 em {
    color: var(--primary);
    display: block;
}

.ip-about-stats-lg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.ip-about-stats-lg h2 {
    font-size: 150px;
    line-height: 1;
    color: var(--primary);
    display: block;
    font-family: var(--font-family-title);
}

.ip-about-stats-lg h2 em {
    font-style: normal;
}

.ip-about-stats-lg span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.200em;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-top: 13px;
}

.ip-about-stats-top-content {
    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;
}

.ip-about-stats-main {
    z-index: 5;
}

.ip-about-stats-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    width: calc(100% / 3);
}

.ip-about-stats-item:not(:last-child) {
    /* margin-right: 80px; */
}

.ip-about-stats-item h2 {
    font-size: 90px;
    line-height: 1;
    color: var(--primary);
    font-family: var(--font-family-title);
    display: block;
    font-weight: 300;
}

.ip-about-stats-item span {
    font-size: 18px;
    line-height: 1.201;
    letter-spacing: 0.180em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.ip-about-stats-item span em {
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.100em;
    display: block;
    margin-top: 2px;
}

.ip-about-stats-list {
    text-align: center;
    width: 100%;
    max-width: 1267px;
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-about-stats-item h2 em {
    font-style: normal;
}

.ip-about-stats-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,35,73,1)),to(rgba(0,35,73,0)));
    background: -o-linear-gradient(top, rgba(0,35,73,1) 0%,rgba(0,35,73,0) 100%);
    background: linear-gradient(to bottom, rgba(0,35,73,1) 0%,rgba(0,35,73,0) 100%);
}

.aios-popup-body .aiosp-iframe-holder .aiosp-close, .aiosp-close-btn-in .aiosp-iframe-holder .aiosp-close {
    color: #fff;
    top: -45px;
    right: -35px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .custom-breadcrumbs {
        max-width: 1280px;
    }

    .ss-smi {
        right: 30px;
    }

    .ip-about-stats-title {
        margin-right: 78px;
    }

    .ip-about-stats-title h2 {
        font-size: 110px;
    }

    .ip-about-stats-lg h2 {
        font-size: 130px;
    }

    .ip-about-ph-main {
        max-width: 1280px;
    }

    .ip-about-ph-tagline h2 {
        font-size: 420px;
    }

    .ip-about-ph-tagline p {
        font-size: 58px;
    }

    .ip-about-ph-content p {
        margin-right: -30px;
    }

    .ip-about-ph-content p, .ip-about-video-caption p, .ip-about-brand-content p {
        line-height: 2;
        font-size: 13px;
    }

    .custom-banner-title h1, .ip-about-video-title h2, .ip-about-brand-content h2, .ip-about-ph-title h2, .ip-about-stats-title h2 {
        font-size: 110px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-about-content {
        padding-left: 50px;
    }

    .ip-about-main {
        max-width: 1220px;
    }

    .ip-about-content p:not(.lg) {
        font-size: 28px;
    }

    .ip-about-content p.lg {
        font-size: 45px;
    }

    .ip-about-content-container:before {
        height: calc(100% - 75px);
    }

    .ip-about-brand-main {
        max-width: 1220px;
    }

    .ip-about-brand-content {
        padding: 60px 55px 60px 60px;
    }

    .ip-about-brand-content h2 {
        font-size: 110px;
    }
}

@media only screen and (max-width: 1366px) {
    .custom-breadcrumbs {
        max-width: 1200px;
    }

    .ip-about-main {
        max-width: 1110px;
    }

    .ip-about-brand-main {
        max-width: 1140px;
    }

    .custom-banner-title h1, .ip-about-video-title h2, .ip-about-brand-content h2, .ip-about-ph-title h2, .ip-about-stats-title h2 {
        font-size: 95px;
    }

    .ip-about-brand-content {
        padding: 50px 40px 50px 50px;
    }

    .ip-about-video-main {
        max-width: 1200px;
    }

    .ip-about-video-title > span {
        font-size: 25px;
        letter-spacing: 0.300em;
    }

    .ip-about-ph-main {
        max-width: 1200px;
    }

    .ip-about-ph-tagline h2 {
        font-size: 415px;
    }

    .ip-about-ph-tagline p {
        font-size: 49px;
    }

    .ip-about-ph-content p {
        margin-right: -60px;
    }

    .ip-about-ph-tagline {
        margin-right: -10px;
    }

    .ip-about-ph-logo:not(:last-child) {
        margin-right: 30px;
    }

    .ip-about-stats-lg h2 {
        font-size: 120px;
    }

    .ip-about-stats-lg span {
        font-size: 25px;
        letter-spacing: 0.150em;
    }

    .ip-about-stats-item h2 {
        font-size: 75px;
    }

    .ip-about-stats-item span {
        font-size: 17px;
        letter-spacing: 0.150em;
    }

    .ip-about-stats-item span em {
        font-size: 13px;
    }

    .ip-about-stats-list {
        max-width: 1200px;
    }

    .ip-about-stats-title {
        margin-right: 70px;
    }

    .ip-about-content p:not(.lg) {
        font-size: 25px;
    }

    .ip-about-content p.lg {
        font-size: 43px;
    }

    .ip-about-content-container:before {
        height: calc(100% - 65px);
    }
}

@media only screen and (max-width: 1280px) {
    .custom-breadcrumbs {
        max-width: 1140px;
    }

    .ss-smi {
        right: 20px;
    }

    .ip-about-ph-main {
        max-width: 1110px;
    }

    .ip-about-ph-content h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .ip-about-ph-tagline h2 {
        font-size: 335px;
        line-height: 0.7em;
        margin-top: -33px;
    }

    .ip-about-ph-tagline p {
        font-size: 46px;
    }

    .ip-about-ph-tagline h2 i {
        font-size: 1.4em;
    }

    .ip-about-ph-logo:not(:last-child) {
        margin-right: 20px;
    }

    .ip-about-ph-content p {
        margin-right: -102px;
    }

    .ip-about-ph-tagline {
        margin-left: 80px;
    }

    html.safari-true .ip-about-ph-tagline h2 {
        background-attachment: scroll!important;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .custom-breadcrumbs {
        max-width: 900px;
    }

    .ss-smi {
        right: 20px;
    }

    .custom-banner-title h1, .ip-about-video-title h2, .ip-about-brand-content h2, .ip-about-ph-title h2, .ip-about-stats-title h2 {
        font-size: 80px;
    }

    .ip-about-main {
        max-width: 940px;
        margin: 60px auto 0;
    }

    .ip-about-content {
        padding-left: 30px;
    }

    .ip-about-content p:not(.lg) {
        font-size: 19px;
    }

    .ip-about-content p.lg {
        font-size: 40px;
        margin-bottom: 26px;
    }

    .ip-about-content-container {
        padding: 45px 0 0;
    }

    .ip-about-content-container:before {
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .ip-about-brand-main {
        max-width: 940px;
    }

    .ip-about-brand-content {
        padding: 30px 30px 30px 40px;
    }

    .ip-about-ph-content p, .ip-about-video-caption p, .ip-about-brand-content p {
        line-height: 1.8;
    }

    .ip-about-brand-content p {
        margin-top: 30px;
    }

    .ip-about-video-title > span {
        font-size: 22px;
        letter-spacing: 0.200em;
        margin-top: 35px;
    }

    .ip-about-video-caption {
        margin: 20px auto 45px;
    }

    .ip-about-video-main {
        max-width: 940px;
    }

    .ip-about-video-holder {
        max-width: 810px;
    }

    .ip-about-brand-container {
        padding: 90px 0;
    }

    .ip-about-video-container {
        padding: 0 0 70px;
    }

    .ip-about-ph-main {
        max-width: 940px;
    }

    .ip-about-ph-content h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .ip-about-ph-tagline h2 {
        font-size: 275px;
    }

    .ip-about-ph-tagline p {
        font-size: 37px;
    }

    .ip-about-ph-tagline h2 i {
        font-size: 1.4em;
    }

    .ip-about-ph-logo:not(:last-child) {
        margin-right: 20px;
    }

    .ip-about-ph-tagline {
    }

    .ip-about-ph-logo img {
        max-width: 145px;
    }

    .ip-about-ph-logo-list {
        margin-top: 21px;
        margin-right: -66px;
    }

    .ip-about-ph-container {
        padding: 70px 0 60px;
    }

    .ip-about-stats-container {
        padding: 70px 0;
    }

    .ip-about-stats-title h2 {
        font-size: 70px;
    }

    .ip-about-stats-lg h2 {
        font-size: 85px;
    }

    .ip-about-stats-title {
        margin-right: 50px;
    }

    .ip-about-stats-item span {
        font-size: 16px;
        letter-spacing: 0.100em;
    }

    .ip-about-stats-item span em {
        font-size: 12px;
        letter-spacing: 0.050em;
    }

    .ip-about-stats-item h2 {
        font-size: 60px;
    }

    .ip-about-stats-list {
        max-width: 940px;
        margin: 50px auto 0;
    }

    .ip-about-ph-logo-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-about-ph-title {
        margin-bottom: 30px;
    }

    .ip-about-stats-lg span {
        font-size: 20px;
        letter-spacing: 0.100em;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .custom-breadcrumbs {
        max-width: 100%;
        padding: 0 15px;
    }

    .custom-breadcrumbs p#breadcrumbs {
        letter-spacing: 0.150em;
        font-size: 11px;
    }

    .ss-smi {
        display: none;
    }

    .custom-banner-title {
        padding: 0 15px;
    }

    .custom-banner-title h1, .ip-about-video-title h2, .ip-about-brand-content h2, .ip-about-ph-title h2, .ip-about-stats-title h2 {
        font-size: 45px;
    }

    .ip-about-content-col {
        display: block;
        width: 100%!important;
    }

    .ip-about-content-img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-about-content-container:before {
        height: 100%;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .ip-about-content-container {
        padding: 40px 0 60px;
    }

    .ip-about-content {
        padding: 30px 0 0;
        text-align: center;
    }

    .ip-about-content p.lg {
        font-size: 30px;
        line-height: 1;
    }

    .ip-about-content p:not(.lg) {
        font-size: 16px;
    }

    .ip-about-main {
        max-width: 768px;
        margin: 50px auto 0;
    }

    .ip-about-brand-container {
        padding: 60px 0;
    }

    .ip-about-brand-col {
        display: block;
        width: 100%!important;
    }

    .ip-about-brand-content {
        padding: 40px 15px;
        text-align: center;
        border: 1px solid var(--secondary)!important;
        border-bottom: none!important;
        border-radius: 30px 30px 0 0;
    }

    .ip-about-brand-content h2 {
        text-align: center;
    }

    .ip-about-brand-content p {
        margin-top: 20px;
        text-align: center;
    }

    .ip-about-brand-main {
        max-width: 567px;
    }

    .ip-about-video-main {
        max-width: 768px;
    }

    .ip-about-video-caption {
        margin: 20px auto 30px;
    }

    .ip-about-video-holder {
        max-width: 567px;
    }

    .ip-about-video-title > span {
        font-size: 18px;
        letter-spacing: 0.100em;
        margin-top: 30px;
    }

    .ip-about-ph-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .ip-about-ph-col {
        width: 100%!important;
    }

    .ip-about-ph-content h2 {
        font-size: 19px;
    }

    .ip-about-ph-content-container {
        text-align: center;
    }

    .ip-about-ph-content p {
        margin-right: 0;
    }

    .ip-about-ph-content p, .ip-about-video-caption p, .ip-about-brand-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ip-about-ph-tagline {
        display: block;
        text-align: center;
        margin: 50px auto 0;
        max-width: 360px;
    }

    .ip-about-ph-tagline h2 {
        font-size: 200px;
        margin-bottom: 30px;
    }

    .ip-about-ph-tagline p {
        font-size: 23px;
        margin: 0 auto;
        line-height: 1.2;
    }

    .ip-about-ph-logo-list {
        margin: 20px auto 0;
    }

    .ip-about-ph-logo img {
        max-width: 100%;
    }

    .ip-about-ph-logo:not(:last-child), .ip-about-ph-logo-item:not(:last-child) {
        margin: 0 0 25px;
    }

    .ip-about-ph-logo {
        display: block;
    }

    .ip-about-ph-logo-item:last-child {
        padding: 0;
    }

    .ip-about-ph-main {
        max-width: 768px;
    }

    .ip-about-ph-container {
        padding: 60px 0 30px;
    }

    .ip-about-ph-container:before {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .ip-about-stats-container {
        padding: 30px 0 60px;
    }

    .ip-about-stats-top-content {
        display: block;
        text-align: center;
    }

    .ip-about-stats-title {
        display: block;
        margin: 0 auto 40px;
    }

    .ip-about-stats-lg {
        display: block;
    }

    .ip-about-stats-lg h2 {
        font-size: 50px;
    }

    .ip-about-stats-item h2 {
        font-size: 50px;
        font-weight: 400;
    }

    .ip-about-stats-item {
        display: block;
        width: 100%;
    }

    .ip-about-stats-list {
        display: block;
        text-align: center;
        margin: 30px auto 0;
    }

    .ip-about-stats-item:not(:last-child) {
        margin: 0 0 30px;
    }

    .ip-about-stats-item span {
        font-size: 15px;
    }

    .ip-about-stats-lg span {
        font-size: 15px;
    }

    .ip-about-stats-title h2 {
        text-align: center;
    }

    .ip-about-video-img canvas {
        min-height: 250px;
    }

    html.safari-true .ip-about-ph-tagline h2 {
        background-attachment: scroll!important;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}
