.ripple-container-e05bcbf3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #000;
}
.ripple-canvas-e05bcbf3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ripple-content-e05bcbf3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    pointer-events: none;
    width: 100%;
    padding: 0 20px;
}
.ripple-title-e05bcbf3 {
    margin: 0 0 10px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.ripple-subtitle-e05bcbf3 {
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
