.accumulation-sec .accumulation-inner-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
}
.accumulation-sec .accumulation-inner-box .lpe-cta .bottom{
    background-color: #ed1a3d;
    height: 240px;
}
.accumulation-sec .lpe-cta{
    flex-direction: column;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.accumulation-sec .lpe_link-icon {
    width: 16px;
    height: 16px;
    margin-right: .2em;
}
.accumulation-sec img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
.accumulation-sec .bottom {
    background-color: #ed1a3d;
    height: 15em;
   
}

.accumulation-sec .cta-wrapper {
    z-index: 5;
    background-color: #ed1a3d;
    flex-direction: column;
    justify-content: flex-start;
    width: 360px;
    height: 42%;
    padding-top: 2em;
    padding-right: 2em;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 15px 1px #0000004d;
}
.accumulation-sec .cta-content h4 {
    padding-left: 60px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.accumulation-sec .cta-list {
    background-color: #fff;
    height: .1em;
    margin-bottom: 1em;
}
.accumulation-sec .cta-list ul {
    padding-top: 30px;
    margin-top: 10px;
    padding-left: 46px;
    list-style: none;
}
.accumulation-sec .cta-list ul li a {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.accumulation-sec .cta-list ul li {
    margin-bottom: 10px;
}
.accumulation-sec .cta-list ul li a:hover img {
    opacity: 1 !important;
}

.accumulation-sec .cta-list ul li a:hover {
    margin-left: 10px;
}
.accumulation-sec .accumulation-inner-box .top img {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    transition: all 0.9s ease-in-out;
}
.accumulation-sec .accumulation-inner-cta img.lpe_cta-img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.accumulation-sec .accumulation-inner-cta:hover img.lpe_cta-img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.accumulation-sec .accumulation-inner-cta {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    width: 32.5%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.accumulation-sec .accumulation-inner-cta:hover .cta-wrapper {
    height: 44%;
    transition: all 0.5s ease-in-out;
}
.accumulation-sec{
    padding: 70px 0;
}
.accumulation-sec .accumulation-inner-cta .top {
    overflow: hidden;
    width: 526px;
    height: 620px;
    object-fit: cover;
}

.accumulation-sec .accumulation-main-box h4 {
    font-size: 29px;
    padding-left: 12em;
    font-weight: 400;
    margin: 44px 0 14px;
}
.accumulation-sec .accumulation-main-box h3 {
    margin-top: 24px;
    margin-bottom: .5em;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.accumulation-sec .accumulation-inner-cta .top img {
    object-fit: cover;
}