﻿.ff_conv_app_frame .vff
{
    min-height: 80vh!important;
}
footer.wp-block-template-part
{
    margin-block-start: 0;
}
@media(max-width: 768px)
{
    .reverse-column-in-mobile
    {
        flex-direction: column-reverse;
    }
}
.c-card-light
{
    text-align: left;
    background-color: #fff;
    width: 100%;
    border-radius: 7px;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.ff-btn-next
{
    background-color: var(--wp--preset--color--brand);
    border-radius: .33rem;
    border-color: var(--wp--preset--color--base-900);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding-top: .6rem;
    padding-right: 1rem;
    padding-bottom: .6rem;
    padding-left: 1rem;
    text-decoration: none;
}
footer.wp-block-template-part
{
    margin-block-start: 0;
}
html
{
    scroll-behavior: smooth;
}
ul.navigation-submenu-class li
{
    margin-bottom: 5px;
}
.d-none
{
    display: none;
}
.m-0
{
    margin: 0 auto;
}