﻿html, body {
    overflow-x: hidden;
    font-size: 15px;
}

.anchor-item {
    color: #bababa;
    font-weight: bold;
}

#anchor-menu-container {
    background: #ffffff;
}

.hero-breadcrumb {
    margin-top: 0.5em !important;
}

.hr-who-is-securely {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
    .products-areas .hero-area {
        margin-bottom: 0;
    }

    #anchor-menu {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .header-banner {
        display: none;
    }

    .hero-area {
        margin-top: 55px !important;
    }
}

#anchor-menu {
    justify-content: space-between;
}

.generic_signup h2 {
    max-width: unset !important;
}

#SID-Who .sid-who-logo {
    margin: 2em 0
}

#SID-Who p {
    font-size: 1rem;
    line-height: 1.667em
}

@media(min-width: 768px) {
    #SID-Who {
        margin: 8em auto 10em
    }

        #SID-Who .sid-who-logo {
            margin: 7em auto 0
        }

        #SID-Who p {
            font-size: 1.1333em;
            line-height: 2.13333em
        }
}

#SID-Features {
    background-color: #fbfbfb
}

    #SID-Features h1 {
        line-height: 1.3333333333em;
        font-size: 1.6rem;
        margin: 0 auto 1em
    }

    #SID-Features .product_rows {
        padding: 0 0;
    }

        #SID-Features .product_rows .video-container .video-content {
            padding: 1em 1em;
        }

    #SID-Features .sid-features {
        max-width: 650px;
        line-height: 2em;
        font-size: 1rem;
        margin: 2em auto 3em
    }

    #SID-Features .sid-feature h4 {
        font-size: 1.3333333333rem;
        line-height: 1.6em;
        margin-bottom: 1em;
        position: relative;
        padding-left: 10px;
    }

        #SID-Features .sid-feature h4 ::before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 5px;
            height: 16px;
            background-color: #00b67a;
            left: -8px;
            top: 8px
        }

    #SID-Features .sid-feature p {
        margin-left: -8px;
    }

@media(min-width: 768px) {
    #SID-Features {
        padding: 4em 0 5em
    }

        #SID-Features h1 {
            font-size: 2.3rem;
            text-align: center
        }

        #SID-Features .sid-features {
            font-size: 1.3333333334rem;
            text-align: center
        }

        #SID-Features .sid-wrapper {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(3, 1fr);
            grid-column-gap: 62px;
            grid-row-gap: 62px
        }
}
