@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }
}.animate-morph{animation:morph 8s ease-in-out infinite;background-blend-mode:multiply;box-shadow:inset 0 0 0 18px rgba(255,255,255,.8);overflow:hidden}.flex{display:flex!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.item-center{align-content:center!important}.justify-center{justify-content:center!important}li{margin-right:20px}.dir-ltr{direction:ltr;text-align:left}._child_button_full_width button.input[type="submit"]{margin:0!important}.rounded{border-radius:8px}.rounded .col-inner{border-radius:8px;overflow:hidden}.gform-button--width-full{margin:0!important}