
.logo-img {
    height: 46px;
}
.bold {
    font-weight: bold;
    color: #414344 !important;
}
html {
    scroll-padding-top: 110px;
}
.menu-item a {
    color: black;
    text-decoration: none;
}
a {
    color: #FF8A24;
    text-decoration: none;
}
    a:hover, a:focus, a:active, a:visited {
        text-decoration: none !important;
    }
.menu {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.image-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .image-container img {
        width:360px;
        height: auto;
        border-radius: 8px;
    }
#searchResults ul li {
        padding-left: 12px;
        border-radius: 8px;
        transition: background-color 0.2s, padding-left 0.2s;
        position: relative;
    }

        #searchResults ul li:hover {
            background-color: #f6f6f6;
            padding-left: 16px;
        }

            #searchResults ul li:hover::before {
                content: "";
                position: absolute;
                left: 0;
                top: 15px;
                width: 4px;
                height: 32px;
                background-color: #FF8A24;
                border-radius: 8px;
            }
#searchResultsNavBar ul li {
    padding-left: 12px;
    border-radius: 8px;
    transition: background-color 0.2s, padding-left 0.2s;
    position: relative;
}

    #searchResultsNavBar ul li:hover {
        background-color: #f6f6f6;
        padding-left: 16px;
    }

        #searchResultsNavBar ul li:hover::before {
            content: "";
            position: absolute;
            left: 0;
            top: 15px;
            width: 4px;
            height: 32px;
            background-color: #FF8A24;
            border-radius: 8px;
        }
.plus-sign {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.best-fragment-booleanquery {
    font-weight: 700
}
.best-fragment-wildcardquery {
    font-weight: 700
}
.best-fragment-fuzzyquery {
    background-color: #FFE7D1
}

.inactive-link {
    display: inline-block;
    text-decoration: none;
    color: gray;
}
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 125%;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 20%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }


.documentation-title {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
}
.documentation-center-request-li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card {
    flex-shrink: 0;
    min-width: 200px;
    height: 202px;
    position: relative;
    margin-bottom: 20px;
    width: 48%;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

    .modal img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
    }

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.menu-item {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
}
.all-articles {
    height: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 5px 0;
}
.submenu-item {
    margin-left: 5px;
}
.nav-content {
    padding: 0 20px;
    position: sticky;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 70vh;
    overflow-y: auto;
}
.autocomplete-items {
    border: 1px solid #d4d4d4;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    width: inherit;
    margin-top: 2px;
}

    .autocomplete-items ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .autocomplete-items li {
        padding: 10px;
        cursor: pointer;
    }

        .autocomplete-items li:hover {
            background-color: #e9e9e9;
        }
.rectangle-23 {
    background: url(../Images/backgraundDevcenter.svg) no-repeat, linear-gradient(to bottom,transparent 0px, transparent 100px, #79ADC3 0px, #79ADC3 800px, #FFFFFF 300px);
    background-size: 100% auto;
}
.about-hush-hush:hover, .contact-us:hover, .terms-of-use-privacy:hover {
    color: white;
    text-decoration: underline;
}


.documentation-container,
.documentation-container * {
    box-sizing: border-box;
}

.documentation-panel {
    background: #ffffff;
    height: 919px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.menu-bar {
    width: 1280px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.navigation-pane {
    background: var(--light-background-fill-color-layer-default, #ffffff);
    border-radius: 0px 8px 8px 0px;
    border: 1px solid var(--light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06));
    width: 255px;
    height: 700px;
}

.card-surface {
    background: #ffffff;
    width: 400px;
    height: 272px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.documentation-frame,
.documentation-frame * {
    box-sizing: border-box;
}

.documentation-frame {
    background: #ffffff;
    height: auto;
    position: relative;
    overflow: hidden;
}

.documentation-title-main {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.documentation-title-sub {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: lowercase;
}

.back-link {
    text-decoration: none;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.trial-frame {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    justify-content: flex-start;
}

.trial-frame .documentation-center-request {
    display: none;
    margin-right: 0;
}

.trial-button-background {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #414344;
    width: 100%;
    height: 100%;
    position: absolute;
}

.trial-button-text {
    color: #414344;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: calc(50% - 55.77px);
    height: 40%;
    width: 111.54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-surface {
    background: #ffffff;
    min-width: 200px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}


.semi-bold {
    font-family: "Montserrat", sans-serif;
}

.bold-span-header {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px
}

.sixteen-font-size {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.search-container {
    max-width: 1088.15px;
    min-height: calc(100vh - 122px);
    background: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.search-container a {
   color: black;
}

.search-container a:hover {
    color: black;
}

.search-upper-nav {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    margin: 25px 0 35px 0;
}

.search-form-container {
    max-height: 54px;
    position: relative;
    width: inherit;
}

.search-image-container {
    display: flex;
    align-items: center;
    padding: 5px;
    color: #888;
}

.search-form-border {
    display: flex;
    align-items: center;
    border: none;
}

.search-form-container:focus-within {
    border: transparent;
    outline: transparent;
}

.search-form-container:focus-visible {
    border: transparent;
    outline: transparent;
}

.search-form-border:focus-within {
    border: transparent;
    outline: transparent;
}

.search-form-border:focus-visible {
    border: transparent;
    outline: transparent;
}

.search-input {
    border: none;
    outline: none;
    min-height: 16px;
    width: 100%;
}

.search-input:focus-within {
    border: none !important;
    outline: none;
}

.search-input:focus-visible {
    border: transparent;
    outline: transparent;
}

.search-loaded-results-and-tags-container {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 10px 0;
}

.search-loaded-results-and-tags-container ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search-loaded-results-and-tags-container li {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    margin: 3px 16px 8px 0;
    margin-right: 16px;
    margin-bottom: 8px;
}

.search-loaded-results-and-tags-container .tag {
    margin: 0 8px 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 3px 8px 3px 12px;
    max-height: 24px;
}

.tag a {
    text-decoration: none;
    cursor: pointer;
}

.tag a:hover, .tag a:active, .tag a:focus, .tag a:focus-within {
    text-decoration: none;
    color: black;
}

.search-page {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-path {
    margin-bottom: 13px;
}

.search-page-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.search-last-modified-date {
    margin: 13px 0;
}

.search-page-content {
    display: flex;
}

.search-page-content span {
    flex-grow: 1;
    text-align: justify;
}

.search-delimiter {
    height: 0.5px;
    background-color: #C4C4C4;
    width: 100%;
    margin: 31px 0 16px 0
}

.load-search-results-button {
    color: #FF8A24;
    padding: 0;
    border: 0;
    background-color: transparent;
    height: 36px;
    font-size: 14px;
    margin-bottom: 20px;
}

.search-no-resutls-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 132.8px auto auto auto;
}

    .search-no-resutls-container button {
        padding: 15px 25px;
        border-radius: 6px;
        border: solid #FF8A24 1px;
        margin-top: 58px;
        text-decoration: none;
        color: white;
        cursor: pointer;
        font-size: 16px;
        background-color: #FF8A24;
    }

.card-background {
    background: var(--light-background-fill-color-card-background-default, rgba(255, 255, 255, 0.7));
    border-radius: 7px;
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 1px;
    top: 1px;
}

.card-shadow {
    background: #ffffff;
    border-radius: 7px;
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 1px;
    top: 1px;
    box-shadow: var(--light-shadows-card-rest-box-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.04));
    mix-blend-mode: multiply;
}

.card-border {
    border-radius: 7px;
    border: 1px solid var(--light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06));
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 1px;
    top: 1px;
}
.documentation-center {
    margin-bottom:5px;
    flex-grow: 1;
    font-weight: bold;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    margin-left:20px;
}
.sign-up-login {
    color: #414344;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: absolute;
    left: 1079.44px;
    top: calc(50% - 12.1px);
    width: 105px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-1 {
    width: 4.85%;
    height: 46px;
    position: absolute;
    right: 87.61%;
    left: 7.54%;
    top: calc(50% - 23px);
    object-fit: cover;
}

.frame-634592 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    top: 135px;
    width: 100%;
}

.frame-634589 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.frame-634590 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}
.what-can-we-help-you-find {
    color: #020202;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    letter-spacing: -0.015em;
    font-weight: 600;
    position: relative;
    width: 345.96px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter {
    background: var(--light-theme-rest-background-default-background, #ffffff);
    border-radius: 4px;
    flex-shrink: 0;
    width: 100%;
    height: 56px;
    position: relative;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.08), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}
.filter-nav-bar-block {
    display: block;
    background: var(--light-theme-rest-background-default-background, #ffffff);
    border-radius: 4px;
    width: 80%;
    height: 56px;
}

.frame-634090 {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    left: 0px;
    top: 16px;
}

.frame-633982 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 268px;
    position: relative;
}

.icon {
    color: var(--light-fill-color-text-secondary, rgba(0, 0, 0, 0.61));
    text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    color: var(--light-fill-color-text-secondary, rgba(0, 0, 0, 0.61));
    text-align: left;
    font-family: var(--body-font-family, 'Montserrat', Arial, sans-serif);
    font-size: var(--body-font-size, 14px);
    line-height: var(--body-line-height, 20px);
    font-weight: var(--body-font-weight, 400);
    position: relative;
    width: 248px;
}

.frame-634588 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.frame-634586 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.product-card-dev-center {
    flex-shrink: 0;
    min-height: 271px;
    position: relative;
    min-width: 250px;
    width: 31%;
    border-radius: 7px;
    border-style: solid;
    border-color: var(--light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06));
    border-width: 1px;
}
.product-big-card-dev-center-desktop {
    display: block;
    flex-shrink: 0;
    min-height: 271px;
    position: relative;
    min-width: 250px;
    width: 100%;
    border-radius: 7px;
    border-style: solid;
    border-color: var(--light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06));
    border-width: 1px;
}
.product-big-card-dev-center-mobile {
    display:none;
    flex-shrink: 0;
    min-height: 271px;
    position: relative;
    min-width: 250px;
    width: 100%;
    border-radius: 7px;
    border-style: solid;
    border-color: var(--light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06));
    border-width: 1px;
}
.surface-card-surface {
    width: 100%;
}

.card-base-fill {
    border-radius: 7px;
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 1px;
    top: 1px;
    background: #ffffff;
}

.card-base-shadow {
    background: #ffffff;
    border-radius: 7px;
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 1px;
    top: 1px;
    box-shadow: var( --light-shadows-card-rest-box-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.04) );
    mix-blend-mode: multiply;
}

.card-base-stroke {
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 1px;
    top: 1px;
}
.des-item {
    display: block;
    margin-bottom: 10px;
    color:black;
}

.children-columns {
    display: flex;
    flex-wrap: wrap;
}

.full-width .children-columns {
    flex-direction: row;
}

.frame-634581 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 30px;
}
.frame-des-card {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 15px;
}
.frame-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 15px;
}
.trial-button-navbar-none{
    display:none;
    flex-shrink: 0;
    width: 179px;
    height: 44px;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #414344;
}
.trial-button-navbar-block {
    display: none;
    flex-shrink: 0;
    width: 179px;
    height: 44px;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #414344;
}
.trial-button{
    flex-shrink: 0;
    width: 179px;
    height: 44px;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #414344;
}
.frame-634580 {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.frame-634582 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.ellipse-6 {
    background: #d9d9d9;
    border-radius: 50%;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.sensitive-data-discovery-tool {
    text-decoration: none;
    color: var(--light-fill-color-text-primary, rgba(0, 0, 0, 0.9));
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.side-nav-parts-divider {
    align-self: stretch;
    flex-shrink: 0;
    height: 8px;
    position: relative;
    overflow: visible;
}
.separator {
    border: 1px solid var(--light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06));
    width: 100%;
    margin: 5px 0;
}
.separator-card {
    border: 1px solid var(--light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06));
    margin: 5px 0;
    position: relative;
}
.trial-installation-help {
    font-size: 18px;
    margin:0;
    width: 216px;
    color: #414344;
}
.frame-634585 {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 30px;
}

.frame-634583 {
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.get-started {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    position: relative;
}

.what-s-new {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    position: relative;
}

.tutorial {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.documentation {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.start-a-trail {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.side-nav-parts-divider2 {
    align-self: stretch;
    flex-shrink: 0;
    height: 8px;
    position: relative;
    overflow: visible;
}

.installation-help {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.ssis-help {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.start-a-trial {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.frame-634597 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.frame-6345882 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.side-nav-parts-divider3 {
    align-self: stretch;
    flex-shrink: 0;
    height: 8px;
    position: relative;
    overflow: visible;
}

.frame-6345892 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.side-nav-parts-divider4 {
    align-self: stretch;
    flex-shrink: 0;
    height: 8px;
    position: relative;
    overflow: visible;
}

.signup-c {
    background: url(../Images/backgraundDevcenter2.svg) no-repeat;
    background-size: 100% auto;
    flex-shrink: 0;
    height: auto;
    min-height: 160px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    width: 99.7vw;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dev-center-request {
    color:white;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frame-634591 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 35px;
    justify-content: space-between;
}

.download-a-free-trial-now-with-a-privacy-expert {
    color: white;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: relative;
}

.button {
    flex-shrink: 0;
    width: 179px;
    height: 44px;
    position: relative;
}

.rectangle-2 {
    background: #ffffff;
    border-radius: 6px;
    border-style: solid;
    border-color: #414344;
    border-width: 1px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
}

.request-a-trial {
    color: #414344;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: absolute;
    left: calc(50% - 55.77px);
    bottom: 31.43%;
    top: 28.57%;
    height: 40%;
    width: 111.54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-c2 {
    background: #003E57;
    width: 100%;
    height: auto;
    min-height: 60px;
    position: relative;
    overflow: hidden;
}


.frame-634593 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    top: 12px;
    justify-content: center;
    margin-top: 10px;
}

.hush-hush {
    color: #ffffff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.hidden-element {
    display: none;
}

.about-hush-hush {
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: relative;
}
.hush-hush-copyright {
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: relative;
    margin: 0;
}

.contact-us {
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: relative;
}

.terms-of-use-privacy {
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.015em;
    font-weight: 500;
    position: relative;
}

.frame-6345862 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    top: 1028px;
    margin-bottom: 50px;
}

.product-card2 {
    flex-shrink: 0;
    width: 100%;
    height: 271px;
    position: relative;
}

.surface-card-surface2 {
    background: #ffffff;
    width: 100%;
    height: 272px;
    position: absolute;
    border-radius: 7px;
    border-style: solid;
    border-color: var( --light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06) );
    border-width: 1px;
}

.frame-6345812 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 11px;
    top: 15px;
}

.hush-hush-knowledge-center {
    color: var(--light-fill-color-text-primary, rgba(0, 0, 0, 0.9));
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.side-nav-parts-divider5 {
    align-self: stretch;
    flex-shrink: 0;
    height: 8px;
    position: relative;
    overflow: visible;
}

.frame-634594 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 11px;
    top: 77.98px;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-incididunt-ut-labore-et-dolore-magna-aliqua {
    color: #000000;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
}

.go-to-tutorials {
    color: #ff8a24;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.015em;
    font-weight: 400;
    position: relative;

}

.feedback {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 1205px;
    top: 1235.5px;
}

.surface-card-surface3 {
    background: #ffffff;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.like-1 {
    width: 32px;
    height: 32px;
    position: absolute;
    left: calc(50% - -16px);
    top: calc(50% - 16px);
    transform-origin: 0 0;
    transform: rotate(0deg) scale(-1, 1);
    overflow: hidden;
}

.group {
    width: 81.25%;
    height: 87.5%;
    position: absolute;
    right: 9.38%;
    left: 9.38%;
    bottom: 3.12%;
    top: 9.38%;
    overflow: visible;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
}

.card-row {
    display: flex;
    flex: 1 1 100%;
    gap: 3.5%;
    margin: 10px 0;
    justify-content: space-between;
}


@media (min-width: 576px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1800px;
    }
}
@media (min-width: 2000px) {
    .container {
        max-width: 2000px;
    }
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.frame-633997 {
    display: flex;
    flex-direction: row;
    height: 45px;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
  justify-content: flex-end;
}
#mainNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


    #navbarResponsive.show {
        display: block;
    }
#containerNavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

#LogoLightImage {
    max-width: 100px; /* Adjust as needed for logo size */
    height: auto;
}

.developer-center2-none {
    display: block;
    flex-grow: 1;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-left: 20px;
    width: 350px;
    margin-right: 5%;
}
.developer-center2-block {
    display: block;
    flex-grow: 1;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-left: 20px;
    width: 350px;
    margin-right: 5%;
    margin-top:12px;
    margin-bottom:12px;

}
.nav-pane {
    background: var(--light-background-fill-color-layer-default, #ffffff);
    border-radius: 0px 8px 8px 0px;
    border-style: solid;
    border-color: var( --light-stroke-color-card-stroke-default, rgba(0, 0, 0, 0.06) );
    border-width: 1px;
    position: sticky;
    height: 100vh;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 10px; 
}
#TelAndEmail {
    display: flex;
    gap: 20px;
}
.home-knowledge-center a {
    text-decoration: none;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
/* Style for breadcrumb container */
.forum-breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    font-size: 14px;
    background-color: #f9f9f9; /* Light background */
    padding: 10px 15px;
    border-radius: 4px;
}

    /* Style for individual breadcrumb items */
    .forum-breadcrumb li {
        margin: 0;
        padding: 0 5px;
        color: #333; /* Text color */
    }

        /* Remove the last separator (|) */
        .forum-breadcrumb li:last-child {
            margin-right: 0;
        }

        /* Active/current page breadcrumb style */
        .forum-breadcrumb li.active {
            font-weight: bold; /* Highlight the current page */
            color: #000;
        }

        /* Style for breadcrumb links */
        .forum-breadcrumb li a {
            color: #007bff; /* Link color */
            text-decoration: none;
        }

            .forum-breadcrumb li a:hover {
                text-decoration: underline; /* Underline on hover */
            }

.breadcrumb li.no-before::before {
    content: none !important;
}

.dev-center-article-nav-element-desctop, .dev-center-article-nav-element-mobile {
    display: inline-flex;
    background: #fff;
    padding-right: 10px;
}
.dev-center-article-nav-element-mobile {
    display: none;
}

#previous-article, #next-article {
    display: flex;
    cursor: pointer;
}

#previous-article {
    padding: 5px 8px 5px 0;
}

#next-article {
    padding: 5px 0 5px 8px;
}

#previous-article span, #next-article span {
    color: rgba(0, 62, 87, 1);
}

/* Responsive style */
@media (max-width: 576px) {
    .forum-breadcrumb li {
        display: none; /* Hide all breadcrumb items except the current page */
    }

        .forum-breadcrumb li.active {
            display: block;
        }
}
.nav-pane-title {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-weight: 600;
}

.nav-item {
    cursor: pointer;
}
.nav-item-header.active {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center; /* Vertically center the content */
}

    .nav-item-header.active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%; /* Position the top of the element at 50% */
        transform: translateY(-50%); /* Adjust the element to be centered vertically */
        width: 4px;
        background-color: orange;
        border-radius: 7px;
        height: 20px;
    }
.nav-item-child {
    margin: 5px 0;
}
.nav-item-child .active {
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
}

    .nav-item-child .active::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 5px;
        background-color: orange;
        border-radius: 7px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
.nav-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    margin-bottom:10px;
}

.nav-link {
    color: #414344;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: -0.015em;
    text-decoration: none;
    font-weight: 400;
}
.col-md-developer-center {
    padding-left: 15px;
}
.active {
    background-color: #e8e8e8;
    border-radius: 5px;
}

.chevron-icon img {
    cursor: pointer;
    transition: transform 0.2s;
}

.child-pages {
    display: none; /* Default state hidden */
}

.child-link {
    color: #414344;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: -0.015em;
    font-weight: 400;
    text-decoration: none;
}
.menu-navbar {
    display: none;
}
.documentation-center-frame {
    display: none;
}
.nav-pane-component-desktop {
    display: block;
}
.nav-pane-component-mobile {
    display: none;
}
.chevron-icon-toggle {
    display: none;
}
.chevron-rotated {
    transform: rotate(180deg);
}

.developer-center-menu {
    display: none;
    font-weight: bold;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 5%;
}
.navbar-brand-menu {
    display: none;
}
.menu-navbar-title {
    display: none;
}
.ul-menu-navbar {
    display: none;
}
.close-modal-navbar {
    display: none;
}
.children-column {
    flex: 1;
}
.col-md-3 {
    position: sticky;
    padding-right: 0;
    padding-left: 0;
}
.home-request-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    gap: 25px;
}
.documentation-center-titel-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #D7DBE1
}
.documentation-center-titel-mobile {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #D7DBE1
}
.documentation-center-request {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    gap: 15px;
    margin-right: 20px
}
.position-top {
    position: sticky;
    top: 80px;
}
.trial-nav-bar-block {
    display: none;
}
.trial-nav-bar-none {
    display: none;
}
.footer-dev-desktop{
    display: block;
}
.footer-dev-mobile {
    display: none;
}
.open-navigation-article {
    display:none;
    background-color: #79ADC3;
    height: 60px;
    width: 100%;
    align-items: center;
    padding: 0 10px;
}
.open-nav-pane-component {
    display: none;
    background-color: #D7DBE1;
    height: 60px;
    width: 100%;
    align-items: center;
    padding: 0 10px;
}
.menu-navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.download-user-guide {
    color: #FF8A24;
    display:block;
}
.frame-6345909 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
}

.frame-6345900 {
    display:none;
}
.download-user-guide:hover img {
    filter: invert(70%);
}
.go-to-tutorials:hover img {
    filter: invert(90%);
}
@media (max-width: 768px) {
    .dev-center-request {
    margin-bottom: 10px;
    }
    .trial-installation-help {
        font-size: 18px;
        margin: 0;
        width: 100%;
    }
    .frame-6345909 {
        display: none;
    }
    .frame-6345900 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px;
    }
    .trial-frame .download-user-guide {
        display: none;
    }
    #LogoLightImage {
        height: auto;
        width: 50px;
    }
    .open-navigation-article {
        display: flex;
        position: sticky;
        top: 145px;
        z-index: 1000;
    }
    .open-nav-pane-component {
        display: flex;
        position: sticky;
        top: 75px;
        z-index: 1000;
        margin-bottom:10px;
    }
    .footer-dev-desktop {
        display: none;
    }

    .footer-dev-mobile {
        display: block;
    }
    .hush-hush-knowledge-center {
        color: var(--light-fill-color-text-primary, rgba(0, 0, 0, 0.9));
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        position: relative;
    }
    .sensitive-data-discovery-tool {
        text-decoration: none;
        color: var(--light-fill-color-text-primary, rgba(0, 0, 0, 0.9));
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        position: relative;
    }
    .product-big-card-dev-center-desktop {
        display: none;
    }

    .product-big-card-dev-center-mobile {
        display: block;
    }
    .nav-link {
        color: black;
        text-decoration: none;
        position: relative;
        padding-bottom: 5px; /* Space for the underline */
    }
        .bold {
            font-weight: bold;
        }
        .nav-link:hover::after {
            width: 100%;
        }

        .nav-link:focus::after, .nav-link:hover::after {
            width: 100%;
        }
    .trial-nav-bar-block {
        display: block;
    }
    .trial-nav-bar-none {
        display: none;
    }
    .iframe {
        width: 120px;
        height: 315px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
    }
    .position-top {
        position: page;
        top: 0;
        display:none;
    }
    .documentation-center-titel-desktop {
        display: none;
        align-items: center;
        justify-content: space-between;
        background-color: #D7DBE1;
        height: 160px;
    }
    .documentation-center-titel-mobile {
        display: block;
        align-items: center;
        justify-content: space-between;
        background-color: #D7DBE1;
    }
    .documentation-center {
        padding-top: 10px;
        flex-grow: 1;
        font-weight: bold;
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        margin: 5px 20px;
        margin-bottom: 10px;
    }
    .documentation-center-request {
        gap: 60px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
list-style: none;
margin: 0;
    }
    .col-md-developer-center {
        padding: 0;
    }
    .home-request-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 25px;
        justify-content: center;
        align-items: center;
    }
    .frame-634591 {
        display: block;
        flex-direction: column-reverse;
        align-items: baseline;
        text-align: center;
        margin: 0;
    }
    .download-a-free-trial-now-with-a-privacy-expert {
        color: white;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.015em;
        font-weight: 500;
        position: relative;
        margin: 0 0 20px 0;
    }

    .rectangle-23 {
        background: url(../Images/backgraundDevcenterMobile.svg) no-repeat, linear-gradient(to bottom, #79ADC3 0px, #79ADC3 1220px, #FFFFFF 300px);
        background-size: 100% auto;
    }
    .search-upper-nav {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
        margin: 15px 0 15px 0;
    }
    .frame-634581 {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 10px 15px;
    }
    .frame-634585 {
        display: flex;
        flex-direction: row;
        gap: 72px;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 15px 15px;
    }
    .signup-c {
        background: url(../Images/backgraundDevcenter2Mobile.svg) no-repeat center center;
        flex-shrink: 0;
        height: auto;
        min-height: 160px;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        box-sizing: border-box;
        width: 99.79vw;
        margin-top: 0;
        margin-bottom: 40px;
        background-size: cover;
    }
    .col-md-3 {
        position: static;
        top: auto;
    }

    .children-column {
        flex: auto;
        max-width: 250px;
    }
    .nav-content {
        padding: 0 15px;
        position: static;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        overflow-y: auto;
        height: 100%;
    }
    .trial-frame {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        justify-content: flex-start;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
    }
    .ul-menu-navbar {
        display: block;
        list-style-type: none;
        padding: 0 10px;
        font-size: 14px;
        margin-top: 20px;
    }

    .navbar-brand {
        padding: 15px 0 !important;
    }

    .navbar-brand img {
        max-width: 40px;
        max-height: 30px;
    }

    .ul-menu-navbar li a {
        font-size: 18px;
        color: #414344;
        text-decoration: none;
    }
    .menu-navbar-title {
        display: block;
        font-weight: 600;
        font-size: 18px;
        margin-top: 20px;
    }
    .navbar-inline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .navbar-brand-menu {
        display: block;
    }
    #navbarResponsive {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 9999;
        display: none;
        overflow-y: auto;
        transition: transform 0.3s ease;
        padding-top: 10px;
        padding-right: 30px;
        box-shadow: -2em 0 4.5em #a3a0a0;
    }
    #menuNavbarResponsive {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 90%;
        background-color: #fff;
        z-index: 9999;
        display: none;
        overflow-y: auto;
        padding-right: 30px;
        box-shadow: -30px 0px 100px 0px black;
    }
    .developer-center-menu {
        display: block;
        font-weight: bold;
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        min-width: 165px;
    }
    .close-modal-navbar {
        display: block;
        width: 20px;
        height: 20px;
    }
    table {
        width: 100%;
        display: block;
    }

        table thead {
            display: none;
        }

    table, tbody, tr, td {
        display: block;
        width: 100%;
    }

    td {
        width: 100%;
        display: block;
        padding: 10px;
        border: none;
        box-sizing: border-box;
    }

        td img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

    .chevron-rotated {
        transform: rotate(0deg);
    }
    #mainNav .navbar-toggler {
        font-size: 35px;
        color: #ffffff;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        text-transform: uppercase;
        font-weight: 700;
    }
    .nav-pane-title {
        color: #020202;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0;
        font-weight: 600;
        padding: 0 15px;
    }
    .chevron-icon-toggle {
        display: block;
    }
    .what-new-Tutorials {
        position: relative;
    }
    .nav-pane {
        border-radius: 0;
        border-style: solid;
        border-width: 0;
        height: 100%;
        margin-bottom: 20px;
    }
    .trial-button {
        flex-shrink: 0;
        width: 179px;
        height: 44px;
        position: relative;
        background: #ffffff;
        border-radius: 6px;
        border: 1px solid #414344;
        display: none;
    }
    .product-card-surface {
        background: #ffffff;
        width: 243px;
        height: 202px;
        position: absolute;
        display: none;
    }
    .nav-pane-component-mobile {
        display: block;
    }
    .nav-pane-component-desktop, .dev-center-article-nav-element-desctop {
        display: none;
    }

    .dev-center-article-nav-element-mobile {
        display: inline-flex;
    }

    .developer-center2-block {
        flex-grow: 1;
        font-weight: bold;
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        margin-left: 20px;
        max-width: 200px;
        margin-right: 5%;
    }

    .search-container {
        min-height: calc(100vh - 186px) !important;
    }

    #containerNavbar {
        margin: 0;
        width: 100%;
        justify-content: flex-start;
    }

    #containerNavbar #NavBarMenu {
        margin-left: auto;
    }

    #mainNav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
        background-color: #fff;
    }
    .developer-center2-none {
        flex-grow: 1;
        font-weight: 600;
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        margin-left: 20px;
        width: 290px;
        margin-right: 5%;
    }
    .trial-button-navbar-block {
        display: block;
        flex-shrink: 0;
        width: 179px;
        height: 44px;
        position: relative;
        background: #ffffff;
        border-radius: 6px;
        border: 1px solid #414344;
        margin-left: 50px;
        margin-right: 50px;
    }
    .documentation-center-frame {
        display: block;
    }
    .filter-nav-bar-block {
        display: none;
    }
    .frame-633997 {
        display: none;
    }
    .menu-navbar {
        display: block;
        left:0;

    }
    .frame-634593 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        position: relative;
        left:0;
        top:0;
        padding:15px;
    }
    .card-container {
        display: flex;
        gap: 0;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .card-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 10px;
        margin-top:0;
    }
    .list-card {
        flex-shrink: 0;
        width: 100%;
        height: 271px;
        position: relative;
        display: none;
    }
    .product-card {
        flex-shrink: 0;
        width: 100%;
        height: 271px;
        position: relative;
    }
    .product-card-dev-center {
        flex-shrink: 0;
        min-height: 271px;
        position: relative;
        min-width: 250px;
        width: 100%;
    }
    .hush-hush {
        color: #ffffff;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.015em;
        font-weight: 500;
        position: relative;
        text-decoration: none;
        margin:0;
    }


    .about-hush-hush {
        text-decoration: none;
        color: #ffffff;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.015em;
        font-weight: 500;
        position: relative;
    }

    .contact-us {
        text-decoration: none;
        color: #ffffff;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.015em;
        font-weight: 500;
        position: relative;
    }

    .terms-of-use-privacy {
        text-decoration: none;
        color: #ffffff;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.015em;
        font-weight: 500;
        position: relative;
    }
    .frame-634594 {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        left: 11px;
        top: 60px;
    }
    .product-card2 {
        height: 330px;
    }
    .surface-card-surface2 {
        height: 330px;
    }
}