:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 15px;
    font-size: clamp(10px, 0.94vw, 15px);
    line-height: 2;
    font-weight: 300;
    margin-bottom: 0;
    color: #333333;
    letter-spacing: 0.057em;
    margin-bottom: 25px;
    margin-bottom: clamp(15px, 1.56vw, 25px);
}
.desc p:last-child{
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#inner-page-wrapper .inner-page-container{
    padding: 0 125px;
    padding: 0 44px;
    padding: 0 2.75vw;
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}

.sec-stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.sec-stats > div {
    display: flex;
    flex-flow: row wrap;
    width: 33.33%;
    max-width: 467px;
    padding: 0 32.5px;
    padding: 0 2.03vw;
}
.stat-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.stat-title h2 {font-size: 23px;font-size: clamp(16px, 1.44vw, 23px);font-weight: 500 !important;letter-spacing: 0.025em;line-height: 1;color: #333333;text-align: center;text-transform: uppercase;}
.stat-title span {
    font-size: 13px;
    font-size: max(0.81vw, 10px);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #4f4f4f;
    text-align: center;
    text-transform: uppercase;
    margin: 4px 0 0;
}
.stat-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    margin: 9px 0 0;
}
.stat-item {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    position: relative;
}
.stat-item::before {
    content: '';
    width: 1px;
    height: 27px;
    background: #000;
}
.stat-item.center::before {
    height: 60px;
}
.stat-item span {
    display: block;
    font-size: 20.55px;
    font-size: clamp(12px, 1.41vw, 20.55px);
    font-weight: 700;
    line-height: 1;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0 0;
    font-family: var(--font-family-default);
}
.stat-item em {
    display: block;
    font-size: 12px;
    font-size: clamp(10px, 0.75vw, 12px);
    font-style: normal !important;
    color: #9e9f99;
    text-align: center;
    text-transform: uppercase;
    margin: 4px 0 0;
    letter-spacing: 0.05em;
    width: max-content;
}

.sec-stats > div:nth-child(2){
    /* padding-left: clamp(0px, 4.06vw, 65px); */
}
.sec-stats > div:last-child{
    /* padding-left: 60px; */
    /* padding-left: clamp(0px, 3.75vw, 60px); */
}
.sec-stats > div:first-child .stat-title + .stat-item{
    padding-right: 55px;
    padding-right: clamp(0px, 3.44vw, 55px);
}
.sec-stats > div:first-child .stat-title + .stat-item + .stat-item + .stat-item{
    padding-left: 55px;
    padding-left: clamp(0px, 3.44vw, 55px);
}
.sec-stats > div:nth-child(2) .stat-title + .stat-item{
    padding-right: 59px;
    padding-right: 3.69vw;
}
.sec-stats > div:nth-child(2) .stat-title + .stat-item + .stat-item + .stat-item{
    padding-left: 55px;
    padding-left: 3.44vw;
}
.sec-stats > div:last-child .stat-title + .stat-item{
    padding-right: 60px;
}
.sec-stats > div:last-child .stat-title + .stat-item + .stat-item + .stat-item{
    padding-left: 55px;
}
.ec-main-title-wrap{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-top: clamp(50px, 5vw, 80px);
}
.ec-main-title{
    font-size: 60px;
    font-size: clamp(45px, 3.75vw, 60px);
    color: #9e9f99;
    text-transform: uppercase;
    font-family: var(--font-family-title);
}
.ec-main-title span{
    display: block;
    position: relative;
    /*width: max-content;*/
}
.ec-main-title .main-title-bot{
    color: #2b3747;
    font-size: 70px;
    font-size: clamp(50px, 4.38vw, 70px);
    padding-left: 80px;
}
.ec-main-title .main-title-top::before{
    position: absolute;
    content: '';
    width: 415px;
    width: 25.94vw;
    height: 1px;
    bottom: 21%;
    left: calc(100% + 20px);
    background: #9cadb5;
}
.ec-main-title .main-title-bot::before{
    position: absolute;
    content: '';
    width: 66px;
    height: 1px;
    top: 21%;
    left: 0;
    background: #9cadb5;
}
.stats-sec{
    padding-top: 50px;
}
.stats-content{
    margin-bottom: 80px;
}
.stats-content:last-child{
    margin-bottom: 0;
}
.stats-title{
    margin-bottom: 45px;
}
.stats-title h2{
    font-size: 50px;
    font-size: clamp(35px, 3.13vw, 50px);
    color: #2b3747;
    text-align: center;
    font-family: var(--font-family-title);
    text-transform: uppercase;
}

/* ALTERNATING SEC */
.alternating-sec{
    margin-top: 100px;
}
.alt-item{
    margin-bottom: 98px;
}
.alt-item-inner{
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.alt-img-col{
    width: 47.09%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
}
.alt-txt-col{
    width: 52.91%;
    padding-left: 44px;
    padding-left: 2.75vw;
    padding-right: 42px;
    padding-right: 2.63vw;
}
.alt-title{
    font-size: 40px;
    font-size: 2.5vw;
    color: #9e9f99;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.alt-title > span{
    display: block;
}
.alt-title-bot,
.alt-title-bot em{
    color: #2b3747;
    font-size: 50px;
    font-size: 3.13vw;
    font-style: normal;
}
.alt-title-bot em{
    display: block;
    padding-left: 50px;
    position: relative;
}
.alt-title-bot em::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #9cadb5;
    left: 0;
    top: 23%;
}
.alt-title-top{
    position: relative;
    width: max-content;
    margin-bottom: 10px;
}
.alt-title-top::after{
    position: absolute;
    content: '';
    width: 176px;
    width: 11vw;
    height: 1px;
    left: calc(100% + 10px);
    background: #9cadb5;
    bottom: 6%;
}
.alt-desc{
    margin-top: 20px;
    margin-top: clamp(14px, 1.25vw, 20px);
}
.alt-item:last-child{
    margin-bottom: 0;
}
.alt-item:nth-child(even) .alt-item-inner{
    flex-direction: row-reverse;
}
.alt-item:nth-child(even) .alt-txt-col{
    padding-right: 80px;
}
.alt-title-2 .alt-title-top::after{
    width: 56px;
}
.desc-ul-list{
    
}
.col-count-2{
    column-count: 2;
}
.desc-ul-list.with-mar{
    margin-bottom: 5px;
}
.desc-ul-list li{
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.desc-ul-list li::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    width: clamp(5px, 0.5vw, 8px);
    height: clamp(5px, 0.5vw, 8px);
    background: #2b3747;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    top: clamp(5px, 0.63vw, 10px);
}
.desc-ul-list li strong{
    color: #2b3747;
}
.desc-ul-list li:last-child{
    margin-bottom: 0;
}
.withbg-sec{
    padding: 89px 115px;
    padding: 5.56vw 7.19vw;
    margin: 100px 0;
}
.dec-padding{
    padding: 89px 60px;
    padding: 5.56vw 3.75vw;
}
.withbg-sec-inner{
    display: flex;
    align-items: center;
    position: relative;
    flex-flow: wrap;
}
.withbg-title-col{
    width: 49.29%;
}
.withbg-txt-col{
    width: 50.71%;
}
.withbg-title{
    font-size: 50px;
    font-size: 3.13vw;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    color: #2b3747;
    letter-spacing: 0.066em;
}
.withbg-desc p{
    margin-bottom: 10px;
}
.withbg-desc .desc-ul-list li{
    margin-bottom: 0px;
}
.bg-withbg{
    background: #ffffff;
}
.bg-withbg canvas{
    opacity: 7%;
    filter: grayscale(1);
}
.alt-item:has(> .alt-item-ol-li) .alt-item-inner{
    margin-bottom: 65px;
    margin-bottom: clamp(45px, 4.06vw, 65px);
}
.alt-item:has(> .alt-item-ul-li) .alt-item-inner{
    margin-bottom: 65px;
    margin-bottom: clamp(45px, 4.06vw, 65px);
}
.alt-item:has(> .alt-item-ul-li > p) .alt-item-inner{
    margin-bottom: 40px;
}
.alt-item-ol-li{
    position: relative;
}
.alt-item-ol-li ol{
}
.alt-item-ol-li ol > li{
    padding-left: 58px;
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 1.56vw;
}
.alt-item-ol-li ol > li:last-child{
    margin-bottom: 0;
}
.alt-item-ol-li ol > li::before {
    content: "1. "; /* Static — same for all items */
    position: absolute;
    left: 34px;
    top: 0;
}
.alt-item-ol-li ol {
    counter-reset: my-counter; /* Initialize counter */
    column-count: 2;
    /* display: grid; */
    /* grid-template-rows: repeat(3, auto); */
    /* grid-auto-flow: column; */
}
.d-grid{
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
}
.alt-item-ol-li ol > li::before {
    counter-increment: my-counter; /* Increase counter on each li */
    content: counter(my-counter) ". "; /* Show counter value */
    color: #2b3747;
    font-weight: 700;
    font-size: 15px;
    font-size: clamp(10px, 0.94vw, 15px);
}

.al-item-ol-title{
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-size: clamp(10px, 0.94vw, 15px);
    color: #2b3747;
}
.alt-item-ol-li ol .desc-ul-list{
    margin-top: clamp(-15px, -1.56vw, -25px);
}
.alt-item-ol-li ol .desc-ul-list li{
    margin-bottom: 0;
}
.alt-title-6 .alt-title-top::after,
.alt-title-8 .alt-title-top::after{
    width: 22px;
    width: 1.38vw;
}
.alt-title-7 .alt-title-top::after{
    width: 150px;
    width: 9.38vw;
    left: unset;
    right: -5%;
}
#inner-page-wrapper{
    overflow-x: hidden;
}

.comm-caption {
	color: #333333;
	font-size: clamp(9px, 0.74vw, 13px);
	padding: 10px 20px;
	line-height: 1.5;
}

/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){

}
@media only screen and (max-width: 1480px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 991px){
    #inner-page-wrapper .inner-page-container{
        padding: 0 15px;
    }
    .ec-main-title .main-title-top::before,
    .ec-main-title .main-title-bot::before{
        opacity: 0;
        display: none;
    }
    .ec-main-title span{
        padding: 0 !important;
        text-align: center;
        width: unset !important;
    }
    .sec-stats{
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .stats-title{
        margin-bottom: 35px;
    }
    .sec-stats > div{
        width: 100%;
        padding: 0 !important;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .sec-stats > div:last-child{
        margin-bottom: 0;
    }
    .alternating-sec{
        margin: 70px auto 0;
        max-width: 700px;
    }
    .alt-img-col,
    .alt-txt-col{
        width: 100%;
        padding: 0 !important;
    }
    .alt-img-col{
        margin-bottom: 35px;
    }
    .alt-title-top::after,
    .alt-title-bot em::before{
        display: none;
    }
    .alt-title-top{
        width: unset;
    }
    .alt-title{
        text-align: center;
        font-size: 35px;
    }
    .alt-title-bot, .alt-title-bot em{
        font-size: 45px;
    }
    .alt-title-bot em{
        padding: 0;
    }
    .desc p,
    .al-item-ol-title,
    .alt-item-ol-li ol li::before{
        font-size: 15px;
    }
    .alt-desc{
        margin-top: 20px;
    }
    .alt-item{
        margin-bottom: 70px;
    }
    .alt-item-ol-li ol{
        column-count: 1;
    }
    .alt-item:has(> .alt-item-ol-li) .alt-item-inner{
        margin-bottom: 10px;
    }
    .alt-item-ol-li ol > li{
        padding-left: 30px;
    }
    .alt-item-ol-li ol > li::before{
        left: 7px;
    }
    .withbg-sec{
        padding: 50px 15px;
        margin: 70px 0;
    }
    .withbg-sec-inner{
        max-width: 700px;
        margin: auto;
    }
    .withbg-title-col,
    .withbg-txt-col{
        width: 100%;
    }
    .withbg-title{
        text-align: center;
        font-size: 35px;
    }
    .withbg-txt-col{
        margin-top: 25px;
    }
    .al-item-ol-title,
    .alt-item-ol-li ol > li::before{
        line-height: 1.5;
    }
    .alt-item-ol-li ol li{
        margin-bottom: 15px;
    }
    .d-grid{
        display: block;
    }
    .desc-ul-list li::before{
        width: 8px;
        height: 8px;
        top: 10px;
    }
    .col-count-2{
        column-count: 1;
    }
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 480px){
    .alt-title,
    .withbg-title{
        font-size: 25px;
    }
    .alt-title-bot, .alt-title-bot em{
        font-size: 25px;
    }
    .desc p,
    .al-item-ol-title,
    .alt-item-ol-li ol li::before{
        font-size: 12px;
    }
    .desc-ul-list li::before{
        top: 7px;
    }
    .desc-ul-list li::before{
        width: 5px;
        height: 5px;
        top: 8px;
    }
    .al-item-ol-title{
        margin-bottom: 5px;
    }
}
