<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#march-promo {
    font-size: 16px;
    --yellow: #fcdb29;
}
#march-hero{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../../images/25/march/hero/back.jpg);
	background-image: -webkit-image-set(url("../../../images/25/march/hero/back.jpg") 1x, url("../../../images/25/march/hero/back@2x.jpg") 2x);
}
.mh-inner {
    padding: 0 15px;
    max-width: 50vw;
}
.mh-inner  dotlottie-player {
    height: auto;
}
.mh-inner .mh-animation {
    transform: translateX(-5%);
}
.mh-inner .button{
    width: 214px;
    height: 38px;
    border-radius: 19px;
    font-size: 1.3125em;
    margin-top: 22px;
}
.mh-left {
    max-width: 42.92%;
    bottom: 28px;
    left: -37.63%;
}
.mh-right {
    max-width: 47.078%;
    right: -41.55%;
    bottom: 39px;
}
.mh-right dotlottie-player {
    width: 116%;
    left: -5%;
}
.mh-main {
    padding-top: 5vw;
    padding-bottom: 4.1vw;
}

@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) {
    .mh-inner {
        flex-direction: column;
        padding: 0;
        max-width: 100%;
    }
    .mh-inner .mh-animation {
        transform: none;
        margin-bottom: 8px;
        align-items: center;
    }
    .mh-inner .button{
        width: 157px;
        height: 28px;
        font-size: 1em;
        margin-top: 10px;
    }
    .mh-main {
        padding-top: 54px;
        padding-bottom: 73px;
    }
    .mh-right {
        max-width: 100%;
        right: inherit;
        bottom: inherit;
        position: relative;
        margin-bottom: 4px;
    }
    .mh-right dotlottie-player {
        width: 83%;
        left: 8%;
    }
}
@media screen and (max-width: 567px) {
    #march-hero{
        background-image: url(../../../images/25/march/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/march/hero/back-m.jpg") 1x, url("../../../images/25/march/hero/back-m@2x.jpg") 2x);
    }
}</pre></body></html>