#april-promo {
    font-size: 16px;
    --purple: #8a32ae !important;
}
#april-hero{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../../images/25/april/hero/back.jpg);
	background-image: -webkit-image-set(url("../../../images/25/april/hero/back.jpg") 1x, url("../../../images/25/april/hero/back@2x.jpg") 2x);
}
#april-hero .b-purple {
    background-color: var(--purple) !important;
}
.ah-main .button{
    width: 214px;
    height: 38px;
    border-radius: 19px;
    font-size: 1.3125em;
    margin-top: 22px;
}
.ah-right {
    width: 35%;
    margin: 2% 0;
}
.ah-right dotlottie-player {
    height: auto;
    width: 100%;
}
.ah-main {
    padding-top: 5vw;
    padding-bottom: 4.1vw;
    width: 36%;
}
.ah-main img {
    width: 85%;
}

@media screen and (min-width: 1341px){
}
@media screen and (max-width: 1340px){
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
    #april-hero{
        background-image: url(../../../images/25/april/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/april/hero/back-m.jpg") 1x, url("../../../images/25/april/hero/back-m@2x.jpg") 2x);
    }
    .ah-inner {
        flex-direction: column;
        padding: 0;
        max-width: 100%;
    }
    .ah-inner .ah-animation {
        transform: none;
        margin-bottom: 8px;
        align-items: center;
    }
    .ah-inner .button{
        width: 157px;
        height: 28px;
        font-size: 1em;
        margin-top: 10px;
    }
    .ah-main {
        padding-top: 5%;
        width: 100%;
    }
    .ah-main img {
        width: 90%;
    }
    .ah-right {
        width: 100%;
        right: inherit;
        bottom: inherit;
        position: relative;
        margin: 0;
    }
    .ah-right dotlottie-player {
        width: 83%;
        left: 2%;
        position: relative;
        bottom: -2%;
    }
}
@media screen and (max-width: 567px) {
}