#et-main-area {
    position: relative;
    z-index: 1;
}

/* Stores */

.ip-about-sec-stores {
    /* min-height: 767px; */
    background: rgba(252, 218, 0, 0.10);
}

.ip-about-stores-xl {
    width: 74.7916%;
    padding: 30px 15px;
}

.ip-about-stores-sm {
    width: 25.2084%;
    padding: 0 0 0 15px;
}

.ip-about-stores-item {
    position: relative;
}

.ip-about-stores-item .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}

.ip-about-stores-item .img-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: .2;
    background: linear-gradient(0deg, #000cff 0%, rgba(0, 12, 255, 0) 100%);
}

.ip-about-stores-item .img-wrapper img {
    opacity: 0.5;
}

.ip-about-stores-item-details {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: clamp(23px,3.385vw,65px);
    width: 100%;
    z-index: 100;
    padding: 0 15px;
}

.ip-about-stores-item-details h2 {
    color: #fff;
    font-size: clamp(25px,2.083vw,40px);
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.ip-about-stores-item-details p {
    font-size: clamp(13px,0.833vw,16px);
    font-weight: 700;
    color: #fff;
    margin: 15px 0 0;

}

.ip-about-stores-holder-sm .ip-about-stores-item-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
}

.ip-about-stores-holder-sm .img-wrapper {
    width: clamp(70px,7.292vw,140px);
}

.ip-about-stores-item-name {
    width: calc(100% - clamp(70px,7.292vw,140px));
    padding: 0 0 0 21px;
}

.ip-about-stores-item-name-inner {
    height: 54px;
    background: #FCD900;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px 0 18px;
}

.ip-about-stores-item-name h3 {
    font-size: 16px;
    font-weight: 700;
    color: #FA0000;
    padding: 0;
}

.ip-about-stores-holder-sm .ip-about-stores-item .img-wrapper::before {
    background: linear-gradient(0deg, #fcd900 0%, rgba(252, 217, 0, 0) 100%);
}

.ip-about-stores-holder-sm .ip-about-stores-item {
    padding: 6px 0;
}

.ip-about-stores-holder-lg .slick-track,
.ip-about-stores-holder-sm .slick-track {
    padding: 0 !important;
}

.ip-about-stores-holder-lg:not(.slick-initialized) .ip-about-stores-item ~ div {
    display: none;
}

.ip-about-stores-holder-sm:not(.slick-initialized) .ip-about-stores-item:nth-child(n + 5) ~ div {
    display: none;
}

.ip-about-stores-holder-sm .ip-about-stores-item.slick-current .img-wrapper img {
    opacity: 1;
}

.ip-about-stores-holder-sm .ip-about-stores-item.slick-current .img-wrapper::before {
    opacity: 0;
}

.ip-about-stores-holder-sm .ip-about-stores-item:not(.slick-current) .ip-about-stores-item-name-inner {
    background: transparent;
}

.ip-about-stores-holder-sm .ip-about-stores-item:not(.slick-current) .ip-about-stores-item-name h3 {
    color: #000;
}


/* Years */

.ip-about-sec-years {
    padding: 67px 15px 156px;
}

.ip-about-sec-years .ip-about-container {
    max-width: 1530px;
    width: 100%;
    margin: auto;
    position: relative;
}

.ip-about-sec-years .txt {
    width: 76.2745%;
    min-height: clamp(400px, 35vw, 672px);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 47px;
}

.ip-about-sec-years .img {
    width: 60.1307%;
    position: absolute;
    right: 0;
    bottom: -93px;
    /* height: 553px; */
    z-index: 100;
    border-radius: 20px;
    border: 15px solid #fff;
}

.ip-about-sec-years .img .img-wrapper {
    border-radius: 5px;
    overflow: hidden;
}

.ip-about-sec-years .txt .ip-about-col-inner {
    max-width: 502px;
    width: 100%;
}

.ip-about-sec-years .txt .ip-about-col-inner h2,
.ip-about-sec-years .txt .ip-about-col-inner h3 {
    color: #fff;
    font-size: clamp(30px,2.604vw,50px);
    font-weight: 700;
    line-height: 1.3;
}

.ip-about-sec-years .txt .ip-about-col-inner h2 {
    line-height: 1;
}

.ip-about-sec-years .txt .ip-about-col-inner h2 span {
    font-size: clamp(150px,11.875vw,228px);
}

/* Welcome */
.ip-about-sec-wc {
    padding: 0 0 92px;
}

.ip-about-sec-wc > .bg-canvas {
    opacity: 0.8;
}

.ip-about-sec-wc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.8) 100%);
    z-index: 10;
    pointer-events: none;
}

.ip-about-sec-wc .img {
    width: 41.302%;
    padding: 96px 15px;
    position: relative;
}

.ip-about-sec-wc .txt {
    width: 58.698%;
    padding: 215px 15px 15px 76px;
}

.ip-about-sec-wc .img .img-wrapper {
    border: 15px solid #fff;
    border-radius: 20px;
    max-width: 555px;
    width: 100%;
    margin: auto;
}

.ip-about-sec-wc .txt h1 {
    font-size: clamp(30px,2.083vw,40px);
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 42px;
}

.ip-about-sec-wc .txt p {
    font-weight: 300;
    font-size: clamp(18px,1.302vw,25px);
    line-height: 1.3;
    color: #000;
    margin: 0 0 6px;
}

.ip-about-sec-wc .txt b,
.ip-about-sec-wc .txt a {
    color: #000;
}

.ip-about-sec-wc .txt img {
    margin: 25px 0 0;
    width: clamp(200px, 24.479vw, 470px);
}

.ip-about-sec-wc .txt .ip-about-col-inner {
    max-width: 820px;
    width: 100%;
}

.ip-about-sec-wc .img::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(200px,22.708vw,436px);
    height: clamp(232px,21.979vw,422px);
    background: #fcd900;
    border-radius: 20px;
}

.ip-about-sec-wc .img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 195px;
    width: 400px;
    height: clamp(180px,16.354vw,314px);
    background: #fcd900;
    opacity: 0.50;
    z-index: -1;
}

.ip-about-sec-wc .img .accent {
    position: absolute;
    right: 57px;
    top: 59px;
    width: 172px;
    height: 110px;
    background: #fcd900;
    opacity: 0.25;
    z-index: -1;
    border-radius: 20px;
}

/* History */
.ip-about-sec-history {
    padding: 0 0 159px;
}

.ip-about-sec-history .txt {
    width: 72.5%;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 100;
}

.ip-about-sec-history .img {
    width: 27.5%;
    position: relative;
}

.ip-about-sec-history .txt .ip-about-col-inner {
    max-width: 1243px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    /* min-height: 608px; */
    background: #FFFCEC;
    border-radius: 33px;
    padding: 70px 15px;
}

.ip-about-sec-history .img canvas {
    height: clamp(500px,40.104vw,770px);
}

.ip-about-sec-history .img .ip-about-col-inner {
    margin-left: -207px;
}

.ip-about-sec-history .img .img-wrapper {
    border: 15px solid #fff;
    border-radius: 20px;
    border-right: 0;
}

.ip-about-sec-history .img .ip-about-col-inner::after {
    content: '';
    position: absolute;
    left: -279px;
    bottom: -52px;
    width: 472px;
    height: 211px;
    background: #fcd900;
    border-radius: 20px;
    z-index: -1;
}

.ip-about-accordion-list {
    max-width: 1106px;
    width: 100%;
    margin: auto;
}

.ip-about-accordion-item-icon {
    height: clamp(60px,4.167vw,80px);
    width: clamp(60px,4.167vw,80px);
    background: #000CFF;
    font-size: clamp(25px,1.823vw,35px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ip-about-accordion-item-header {
    cursor: pointer;
}

.ip-about-accordion-item-header h2 {
    font-size: clamp(20px,1.563vw,30px);
    font-weight: 700;
    padding: 0;
    color: #000;
    padding: 0 0 0 21px;
}

.ip-about-accordion-item-icon-trigger {
    margin-left: auto;
    font-size: 25px;
    color: #000CFF;
}

.ip-about-accordion-item-icon-trigger i {
    display: none;
}

.ip-about-accordion-item-icon-trigger i + i {
    display: block;
}

.active .ip-about-accordion-item-icon-trigger i {
    display: block;
}

.active .ip-about-accordion-item-icon-trigger i + i {
    display: none;
}

.ip-about-accordion-item-body {
    font-size: clamp(16px,0.938vw,18px);
    line-height: 1.5;
    color: #000;
    padding: 15px 0 0 clamp(82px,5.26vw,101px);
    transition: max-height 0.2s ease-out;
    max-height: 0;
    overflow: hidden;
}

.ip-about-accordion-item-body p {
    font-weight: 400;
}

.active .ip-about-accordion-item-header h2 {
    color: #FA0000;
}

.active .ip-about-accordion-item-icon {
    background: #FA0000;  
}

.active .ip-about-accordion-item-icon-trigger {
    color: #FA0000;
}

.ip-about-accordion-item-body ul {
    list-style: disc;
    margin: 20px 0 0 40px;
}

.ip-about-accordion-item:not(:last-child) {
    margin: 0 0 20px;
}
/* 
.ip-about-accordion-item:not(.active) .ip-about-accordion-item-body {
    display: none;
} */

/* DNA */
.ip-about-sec-dna {
    padding: 0 24px;
}

.ip-about-sec-dna .ip-about-container {
    background: #FFFCEC;
    border-radius: 20px;
    padding: 70px 0 100px;
}

.ip-about-dna-list-details-icon {
    height: clamp(60px,4.167vw,80px);
    width: clamp(60px,4.167vw,80px);
    background: #000CFF;
    font-size: clamp(25px,1.823vw,35px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ip-about-dna-list-details-header h3 {
    font-size: clamp(20px,1.563vw,30px);
    font-weight: 700;
    padding: 0;
    color: #000;
    padding: 0 0 0 21px;
}

.ip-about-dna-list-details-body {
    font-size: clamp(16px,.938vw,18px);
    line-height: 1.5;
    color: #000;
    padding: 15px 0 0 26px;
    max-width: 678px;
    width: 100%;
}

.ip-about-dna-list-details-body p {
    font-weight: 400;
}

.ip-about-dna-list-col {
    width: 50%;
    padding: 0 30px;
}

.ip-about-dna-list {
    max-width: 1700px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    position: relative;
}

.ip-about-dna-list-col:first-child .ip-about-dna-list-details {
    margin: 62px 0 0;
}

.ip-about-dna-list-col:last-child .ip-about-dna-list-details {
    margin: 0 0 110px;
}

.ip-about-sec-dna h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
    margin: 0 0 70px;
}

.ip-about-dna-list-img::before {
    content: '';
    position: absolute;
    height: clamp(211px,20.625vw,396px);
    width: clamp(190px,18.438vw,354px);
    border-radius: 20px;
    background: #fcd900;
}

.ip-about-dna-list-col:first-child .ip-about-dna-list-img::before {
    left: -30px;
    top: -30px;
}

.ip-about-dna-list-col:last-child .ip-about-dna-list-img::before {
    right: -30px;
    bottom: -30px;
}

.ip-about-dna-list-img {
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .ip-about-stores-sm {
        display: none;
    }

    .ip-about-stores-xl {
        width: 100%;
    }

    .ip-about-sec-years .txt {
        width: 100%;
    }

    .ip-about-sec-years .img {
        width: 100%;
        position: relative;
        bottom: 0;
        max-width: 600px;
        border: 0;
        margin: 0 auto 30px;
    }

    .ip-about-sec-years .txt {
        padding: 30px 15px;
        text-align: center;
        justify-content: center;
        max-width: 600px;
        margin: auto;
    }

    .ip-about-sec-years .txt .ip-about-col-inner h2 span {
        display: block;
    }

    .ip-about-sec-years .ip-about-main {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ip-about-sec-years {
        padding: 30px 15px;
    }

    .ip-about-sec-wc .img {
        width: 100%;
        max-width: 600px;
    }

    .ip-about-sec-wc .txt {
        width: 100%;
        padding: 30px 15px 15px;
        text-align: center;
    }

    .ip-about-sec-wc .txt .ip-about-col-inner {
        margin: auto;
    }

    .ip-about-sec-history .img {
        width: 100%;
    }

    .ip-about-sec-history .ip-about-main {
        flex-direction: column-reverse;
    }

    .ip-about-sec-history .img .ip-about-col-inner {
        margin-left: 0;
    }

    .ip-about-sec-history .img .img-wrapper {
        border: 0;
        max-width: 600px;
        width: 100%;
        margin: auto;
    }

    .ip-about-sec-history .img canvas {
        height: auto;
    }

    .ip-about-sec-history .txt {
        width: 100%;
        padding: 15px;
    }
    
    .ip-about-accordion-item-header h2,
    .ip-about-dna-list-details-header h3 {
        font-size: 18px;
        padding: 0 0 0 10px;
    }

    .ip-about-accordion-item-body {
        padding-left: 0;
    }

    .ip-about-dna-list-col {
        width: 100%;
        padding: 15px;
    }

    .ip-about-dna-list-col:last-child .ip-about-dna-list-details {
        margin: 30px 0 30px;
    }

    .ip-about-dna-list-details-body {
        padding: 15px 0 0 0;
        max-width: 100%;
    }

    .ip-about-dna-list-col:last-child {
        display: flex;
        flex-direction: column-reverse;
    }

    .ip-about-dna-list-details-header h3 {
        width: 100%;
        padding: 15px 0 0;
    }

}