/*! Place your custom styles here */
.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.landing {
    background: url("/img/bg-top-1.png");
    background-size: cover;
}

.hamburger-toggle i {
    background: #6bc481;
    border-radius: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.pos-vertical-bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
}

.process-1 ul, .feature ul {
    list-style: inside;
}

.feature p {
    max-width: none !important;
}

.feature img {
    max-height: 308px;
    width: 100%;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.videobg {
    height: 98vh;
}

#play {
    font-size: 100px;
    color: white;
}

.table-scrollable {
    min-width: max-content;
}

@media (min-width: 768px) {
    #main-video {
        object-fit: contain;
    }

    .videobg {
        height: 100vh;
    }
}

@media (max-width: 767px) {
    .bar.hidden-sm {
        background: #FFFFFF;
        margin-top: -64px !important;
        padding-top: 64px !important;
    }
    .imageblock .imageblock__content {
        height: auto;
    }
}