/*******************************************************
 *
 * New Community Template
 *
 *******************************************************/
.page-template-community-v2 .global-site-title {
    font-size: clamp(30px, 3.438vw, 55px) !important;
    line-height: 1;
    font-family: var(--font-family-title);
}

.page-template-community-v2 p {
    font-size: 15px !important;
    letter-spacing: 0.03em !important;
    line-height: 28px !important;
    color: #666;
}


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

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

.ip-ec-comm-content-wrap {
    padding-top: 10px;
}

.page-template-community-v2 p#breadcrumbs {
    max-width: 1500px;
    margin: 1.12em auto;
    padding: 0 20px;
}

.ip-ec-community-wrap {
    padding-bottom: 0px;
    padding-top: 40px;
}


.title-widget {
    font-weight: 400 !important;
    font-size: clamp(35px, 3.438vw, 55px) !important;
}

.ip-ec-comm-stat-title h3 em {
    font-style: normal !important;
    font-weight: 600;
}

.ip-ec-comm-stat-title h3 {
    font-size: clamp(15px, 1.563vw, 25px) !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.025em;
    line-height: 1;
    margin: 0 !important;
}

.stat-data-num {
    font-size: clamp(13px, 1.250vw, 20px);
    font-weight: 800;
}

.stat-data-label {
    text-transform: uppercase;
    font-size: clamp(9px, 0.750vw, 12px);
    letter-spacing: 0.025em;
}

.stat-data-line {
    width: 1px;
    height: 30px;
    background: #000;
    margin: 0 auto;
}

.ip-ec-comm-stat-data {
    display: flex;
    text-align: center;
    border-top: 1px solid #000;
    justify-content: space-between;
}


.ip-ec-comm-stat-data .stat-data:nth-child(2) .stat-data-line {
    height: 60px;
}

.ip-ec-comm-stats .ip-ec-comm-stat-entry:nth-child(2) {
    margin: 0 max(25px, 3.125vw);
}

.ip-ec-comm-stat-entry {
    width: 33.33%;
    text-align: center;
}

.ip-ec-comm-stat-title span {
    text-transform: uppercase;
    font-size: clamp(12px, 1.125vw, 18px);
}

.ip-ec-comm-stat-title {
    min-height: 55px;
}

.ip-ec-comm-title {
    text-align: center;
}

.ip-ec-comm-stats {
    display: flex;
    max-width: 1340px;
    margin: 0 auto;
    align-items: end;
    padding: 70px 20px 0;
}



/** Feed **/
.ip-ec-comm-feed-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: .0;
    left: 0;
    object-fit: cover;
    transition: 0.3s;
}

.ip-ec-comm-feed-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.ip-ec-comm-feed-photo {
    position: relative;
    overflow: hidden;
}

.ip-ec-comm-feed-photo:hover img {
    transform: scale(1.2);
}

.ip-ec-comm-feeds {
    display: flex;
}

.ip-ec-comm-feeds {
    display: flex;
    max-width: 1488px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.ip-ec-comm-feed {
    width: 33.33%;
    padding: 14px;
    position: relative;
}

.ip-ec-comm-feed-det {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 285px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
}

.ip-ec-comm-feed-det h3 span {
    text-transform: uppercase;
    font-weight: 600;
}

.ip-ec-comm-feed-det h3 {
    line-height: 1;
}

.ip-ec-comm-feed-btn a {
    height: 65px !important;
    max-width: max-content !important;
    margin: 50px auto !important;
    font-size: 15px !important;
    letter-spacing: normal !important;
    padding: 0 30px !important;
    letter-spacing: 0.05em !important;
}

.ec-list-btn a:hover {
    background: #151e3e;
    border-color: #151e3e;
    color: #fff;
}

.ec-list-btn a {
    font-size: 17px !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #000;
    letter-spacing: 0.1em !important;
    height: 57px !important;
}

/*Section*/

.photo-dark {
    filter: grayscale(1) brightness(0.5);
}

h2.section-title {
    font-weight: 400 !important;
    font-size: clamp(35px, 3.438vw, 55px) !important;
    font-family: var(--font-family-title);
    line-height: 1.2;
}

.ip-ec-comm-text-intro h2.section-title {
    margin: 0 !important;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) {
    padding: 56px 0px 0;
    position: relative;
}


.ip-ec-comm-text-body {
    padding: 0px 130px;
    background: #fff;
    margin-top: -2px;
}


.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-text-body {
    padding-top: 30px !important;
}


.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-body {
    padding-top: 50px;
}

.ip-ec-comm-text-intro {
    max-width: 52.375vw;
    min-width: 800px;
    padding: 50px 53px 35px 60px;
    background: #fff;
    margin-left: 170px;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-intro {
    max-width: 55.625vw;
}

.ip-ec-comm-text-intro p,
.ip-ec-comm-text-body p {
    letter-spacing: 0.03em;
    line-height: 28px;
}

.ip-ec-comm-list p span {
    font-weight: 700;
}

.ip-ec-comm-entry-list {
    column-count: 2;
    column-gap: 65px;
}

.ip-ec-comm-list {
    display: flex;
    break-inside: avoid-column;
}

.list-bullet {
    width: 100%;
    max-width: 15px;
    height: 15px;
    border: 1px solid;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.2em;
}

.list-bullet:before {
    width: 7px;
    height: 7px;
    position: absolute;
    content: '';
    background: #000;
}

.ip-ec-comm-list p {
    padding-left: 20px;
    margin: 0.7em 0 !important;
    letter-spacing: 0.03em;
}

.ip-ec-comm-bg {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    padding-right: 10.625vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-left {
    width: 10.625vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-left canvas,
.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-left canvas,
.third-sec .photo-left canvas,
.fourth-sec .photo-left canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-right {
    width: 29.063vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-right canvas,
.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-right canvas,
.third-sec .photo-right canvas,
.fourth-sec .photo-right canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-ec-comm-content-section {
    position: relative;
    padding: 100px 0px 0;
}

/*.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2),
.ip-ec-comm-content-section.third-sec,
.ip-ec-comm-content-section.fourth-sec {
    position: relative;
    padding: 100px 0px 0;
}*/

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-bg {
    padding-left: 4.500vw;
    padding-right: 0;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-text-intro,
.ip-ec-comm-content-section.third-sec .ip-ec-comm-text-intro {
    margin-left: auto;
    margin-right: 18.75vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-left {
    width: 30.875vw;

}

.third-sec .photo-right {
    width: 18.750vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-right {
    width: 18.750vw;

}

.third-sec .photo-left {
    width: 35.313vw;
}

.ip-ec-comm-content-section.third-sec .ip-ec-comm-bg {
    padding: 0;
}

.ip-ec-comm-content-section.fourth-sec .ip-ec-comm-bg {
    padding-right: 0;
    padding-left: 70px;
}

.ip-ec-comm-content-section.fourth-sec .ip-ec-comm-text-intro {
    margin-left: auto;
    margin-right: 220px;
}

.ip-ec-comm-content-section p a {
    text-decoration: underline;
}

.ip-ec-comm-content-section {
    margin-top: 60px;
}


/** Tob **/

.ip-ec-comm-tob h2 {
    font-size: 25px !important;
    font-family: var(--font-family-title);
    font-weight: 300 !important;
    text-transform: uppercase;
}

.ip-ec-comm-tob ol li {
    margin-bottom: 25px;
}

.ip-ec-comm-tob ol li a {
    letter-spacing: 0.03em !important;
    font-size: 16px;
    color: #fff;
}

.ip-ec-comm-tob ol li a:hover {
    color: var(--primary);
}

.ip-ec-comm-welcome-photo {
    position: relative;
    margin-bottom: 50px;
    margin-left: -130px;
    transform: translateX(10px);
}

.ip-ec-comm-welcome-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.ip-ec-comm-welcome-photo img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    object-fit: cover;
}

.ip-ec-comm-welcome {
    max-width: 1488px;
    margin: 0 auto;
    display: flex;
    padding: 90px 14px 75px;
    align-items: start;
}

.ip-ec-comm-welcome-left {
    display: flex;
    min-width: 595px;
}

.ip-ec-comm-tob {
    width: 100%;
    max-width: 456px;
    color: #fff;
    background: #151e3e;
    padding: 40px 110px 20px 45px;
    min-height: auto;
    margin-top: 50px;
}

.ip-ec-comm-tob ol {
    margin-left: 0 !important;
    list-style-position: inside;
}

.ip-ec-comm-welcome-right,
.ip-ec-comm-welcome-left {
    width: 50%;
}

.ip-ec-comm-welcome-right {
    margin-top: 60px;
    padding: 53px 0 80px 60px;
    margin-left: -100px;
    z-index: unset;
    position: relative;
    width: 50%;
    letter-spacing: 0.03em;
    background: #fff;
}

.ip-ec-comm-welcome-right:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.ip-ec-comm-welcome-right a {
    text-decoration: underline;
}


.ip-ec-comm-welcome-right p {
    padding-right: 60px;
    letter-spacing: 0.03em;
}

.list-txt p span {
    display: block;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-entry-list {
    margin-top: 15px;
}


.ip-ec-comm-text-intro .ip-ec-comm-list {
    margin-top: 19px;
}


.ip-ec-comm-entry {
    padding-top: 40px;
}

.ip-ec-comm-text-body .ip-ec-comm-entry:first-child {
    padding: 0;
}


.ip-ec-comm-welcome-right:before {
    position: absolute;
    content: '';
    width: 157px;
    height: 396px;
    top: -60px;
    right: -170px;
    background: url('https://cdn.agentimagehosting.com/GjfD9SkAbxUayWEdFBo1G/2023/11/27073135/fh-toc-2.jpg');
    left: auto;
    z-index: -2;
    filter: grayscale(1) brightness(0.45);
}




/* additional css */

.spacer {
    padding: 20px 0;
}

.ip-ec-comm-content-text h3 {
    font-size: 17px !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ip-ec-comm-two-col-content {
    column-count: 2;
    column-gap: 7.938vw;
}

.ip-ec-comm-two-col-content > div {
    break-inside: avoid;

}

.ec-list-col-item ul {
    list-style-position: inside;
    margin: 0 !important;
    padding-top: 10px;
}

.ec-list-col-item ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.list-bullet {
    margin-top: 0;
    margin-right: 15px;
}

.ec-list-col-item ul li p {
    margin: 0 !important;
}

.ec-list-col-item h4 {
    margin: 0 !important;
}

.ec-list-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ec-list-col-item {
    break-inside: avoid;
    margin-bottom: 20px;
}

.ec-num-list-text-entry span {
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ec-num-list-text {
    column-count: 2;
    column-gap: clamp(40px, 6.063vw, 97px);
    padding-top: 20px;
}

.ec-num-list-col {
    break-inside: avoid;
}

.ip-ec-comm-entry hr {
    margin: 60px 0 50px;
}

.ip-ec-comm-last-content {
    position: relative;
    padding: 77px 0 140px;
    margin-top: 80px;
}

.ip-ec-comm-last-content .ip-ec-comm-bg {
    justify-content: space-between;
    padding-right: 0;
    height: 100%;
}

.ip-ec-comm-last-content .ip-ec-comm-bg .photo-left {
    width: 10.625vw;
    overflow: hidden;
}

.ip-ec-comm-last-content .ip-ec-comm-bg canvas {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
}

.ip-ec-comm-last-content .global-site-title {
    font-size: clamp(30px, 3.125vw, 50px) !important;
}

.ip-ec-comm-last-content .ip-ec-comm-text-intro {
    min-width: 910px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (min-width: 1601px) {
    .ip-ec-comm-text-body {
        padding: 30px 230px 0;
    }

}

@media only screen and (max-width: 1399px) {
    .ip-ec-comm-text-body {
        padding: 0 90px;
    }

    .ip-ec-comm-text-intro {
        margin-left: 20px;
    }

    .ip-ec-comm-bg {
        padding-right: 20px;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-text-intro,
    .ip-ec-comm-content-section.fourth-sec .ip-ec-comm-text-intro {
        margin-right: 12.500vw;
    }

    .third-sec .ip-ec-comm-text-intro {
        margin-left: auto !important;
        margin-right: 20px !important;
    }
}




@media only screen and (max-width: 1199px) {
    .ip-ec-comm-welcome-right {
        padding: 53px 0 0 60px;
    }

    .ip-ec-comm-welcome-right p {
        padding-right: 10px;
    }

    .ip-ec-comm-welcome-right:before {
        right: -100px;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-text-intro,
    .ip-ec-comm-content-section.fourth-sec .ip-ec-comm-text-intro {
        margin-right: 50px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-ec-comm-welcome-photo img {
        height: 100%;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-intro {
        max-width: 100%;
    }

    .ip-ec-comm-content-section.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) {
        padding: 0 !important;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-body,
    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-text-body {
        padding-top: 0px !important;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2), .ip-ec-comm-content-section.third-sec, .ip-ec-comm-content-section.fourth-sec {
        padding: 0 !important;
    }

    .ip-ec-comm-text-intro .ip-ec-comm-list {
        text-align: left;
    }

    .ip-ec-comm-stats {
        flex-direction: column;
        align-items: center;
    }

    .ip-ec-comm-stat-entry {
        width: 100%;
        max-width: 600px;
    }

    .ip-ec-comm-stats .ip-ec-comm-stat-entry:nth-child(2) {
        margin: 0;
    }

    .ip-ec-comm-stat-entry {
        padding-top: 50px;
    }

    .stat-data-num {
        font-size: 16px;
    }

    .ip-ec-comm-feeds {
        flex-direction: column;
    }

    .ip-ec-comm-feed {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .ip-ec-comm-bg {
        position: relative;
        padding: 0;
        justify-content: center;
    }

    .ip-ec-comm-bg {
        max-height: 350px;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-left,
    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-right {
        width: 50%;
    }

    .ip-ec-comm-text-intro {
        max-width: 100%;
        margin: 0;
        text-align: center;
        padding: 50px 20px 40px;
        min-width: auto;
    }

    .ip-ec-comm-text-body {
        padding: 0 20px;
        text-align: center;
    }

    .ip-ec-comm-entry-list {
        column-count: 1;
        text-align: left;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-bg,
    .ip-ec-comm-content-section.fourth-sec .ip-ec-comm-bg {
        padding: 0;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-left, .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-right,
    .third-sec .photo-left, .third-sec .photo-right,
    .fourth-sec .photo-left, .fourth-sec .photo-right {
        width: 50% !important;
    }

    .ip-ec-comm-content-section {
        margin-top: 75px;
    }

    .ip-ec-comm-welcome {
        flex-direction: column-reverse;
    }

    .ip-ec-comm-welcome-right {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .ip-ec-comm-welcome-right:before {
        display: none;
    }

    .ip-ec-comm-welcome-left {
        width: 100%;
        min-width: auto;
    }

    .ip-ec-comm-tob {
        max-width: 100%;
        margin-top: 0;
        min-height: auto;
        padding: 30px 20px;
    }

    .ip-ec-comm-welcome-photo {
        margin-bottom: 0;
    }

    .ip-ec-comm-two-col-content,
    .ec-num-list-text {
        column-count: 1;
    }

    .ec-list-col-item ul li {
        justify-content: center;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-text-intro, .ip-ec-comm-content-section.fourth-sec .ip-ec-comm-text-intro {
        margin-right: 0;
    }

    .ip-ec-comm-last-content .ip-ec-comm-text-intro {
        min-width: auto;
    }

    .ip-ec-comm-last-content .ip-ec-comm-bg .photo-left {
        display: none;
    }

    .ip-ec-comm-last-content {
        padding: 20px 0;
    }




}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-ec-comm-welcome-left {
        flex-direction: column;
    }

    .ip-ec-comm-welcome-photo {
        margin-left: 0;
        max-height: 250px;
        transform: none;
    }

    .ip-ec-comm-tob ol li a {
        font-size: 14px;
    }

    .ip-ec-comm-tob ol {
        width: fit-content;
        margin: 0 auto !important;
    }

    .ip-ec-comm-tob h2 {
        text-align: center;
    }

    .ec-list-col {
        grid-template-columns: 1fr;
    }




}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

    .ec-list-btn a {
        font-size: 13px !important;
    }

}