.hpart{
    font-size: 30px;
    font-weight: bold;
}
.order-form__bottom2 {
    clear: both;
    text-align: center;
    color: #003269;
    padding-top: 10px;
}
.order-form__bottom3 {
    clear: both;
    text-align: center;
    color: #003269;
    padding-top: 20px;
}
.order-form__title2 {
    font-size: 26px;
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
.order-form__title3 {
    font-size: 22px;
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.teaser2 {
    height: 945px;
}

.pouring {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    background: white;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
}
.pouring:before {
    content: '';
    position: absolute;
    filter: blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 1em, #fd1700 1em, #ff0516 50%), repeating-linear-gradient(45deg,#fb5106, #f6b4ff 1em, #f6b4ff 1em, #f6b4ff 50%);
    background-size: 3em 3em, 2em 2em;
    animation-name: ani;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes ani {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@media (max-width:690px) {    
    .pouring {font-size: 30px;}    
}

.particles {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.particles div {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    animation: neon-1 0.9s ease-in-out infinite alternate;
}
@keyframes neon-1 {
    from {
                text-shadow: 0 0 5px rgba(255, 0, 0, 0.92), 0 0 30px rgba(255, 0,0, 0.34), 0 0 12px rgba(234, 38, 11, 10.52), 0 0 21px rgba(191, 226, 255, 0.92), 0 0 34px rgba(191, 226, 255, 0.78), 0 0 54px rgba(191, 226, 255, 0.92);
    }
    to {
                text-shadow: 0 0 1px rgba(255, 0, 0, 0.92), 0 0 30px rgba(0, 0, 225, 0.34), 0 0 12px rgba(0, 0, 255, 0.52), 0 0 21px rgba(0, 226, 255, 0.92), 0 0 34px rgba(191, 226, 255, 0.78), 0 0 54px rgba(191, 226, 255, 0.92);
    }
}

