html.disable-scroll {
    overflow: hidden;
}

#page {
    opacity: 0;
    transition: opacity .4s .1s ease;
    overflow-x: hidden;
}

#page.active {
    opacity: 1;
}

::-moz-selection {
    color: #fff;
    background: var(--accent-color, #B80E67);
}

::selection {
    color: #fff;
    background: var(--accent-color, #B80E67);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

#content p {
    line-height: normal;
    margin-bottom: 10px;
}

ul,
ol {
    margin-bottom: 0;
    margin-left: 0;
    list-style-position: inside;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.widget_nav_menu {
    margin-bottom: 0 !important;
}


@media screen and (max-width: 768px) {}


@media screen and (min-width: 769px) {
}
