/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

.hero-center,.w-layout-blockcontainer.container---no-space.w-container,.w-layout-grid.grid-integration-split,
.section-title.text-center,[class^="feature-"],.pricing,[class$="box"],[class^="section-title-"],.section,[class^="testimonial-"],
[class^="div-block-"],.faq-page-item,.white-box.left {
    opacity: 1 !important;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;}

@media screen and (min-width: 1280px) {
    .dropdown-list.w--open  div{
        flex-flow: column !important;
        justify-content: flex-start;
        align-items: flex-start;
        width: 200px;
        margin-top: 0;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        position: absolute;
}}
.dropdown-list.w--open div {
    background-color: var(--white) !important;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 18px;
    display: flex;
    position: absolute;
}
nav#w-dropdown-list-0 div {
background-color: var(--white) !important;
flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 200px;
        margin-top: 0;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        position: absolute;
		    width: 200px;
    height: 0px;
}