.product-dropdown-content {
    background-color: white;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 420px;
    display: grid;
    grid-template-columns: 186px auto;
  }
  
  #product-menu-dropdown {
    max-width: 868px;
    padding: 0;
  }
  
  .product-dropdown-content__category {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
    background: #f0f6ff;
    border-right: solid #bfdafc;
    border-width: 2px;
  }
  
  .product-classification {
    padding: 20px 16px 20px 10px;
    width: 100%;
    text-align: left;
    border: none;
    border-left: 5px solid transparent;
    background: transparent;
  }
  
  .product-classification__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  
  .product-classification__desc {
    margin: 0;
  }
  
  .product-classification.active {
    position: relative;
    background: #fff;
    border-left: 5px solid #0070f0;
    border-radius: 0;
  }
  
  .product-classification.active:first-child {
    border-bottom: 1px solid #bfdafc;
  }
  
  .product-classification.active:nth-child(2) {
    border-top: 1px solid #bfdafc;
    border-bottom: 1px solid #bfdafc;
  }
  
  #product-menu-toggle {
    display: flex;
    align-items: baseline;
  }
  
  .product-menu-animator > div {
    height: 10px;
    width: 10px;
    background: #009cfc;
    border-radius: 2px;
}

.product-menu-animator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    position: absolute;
    left: -1rem;
}

.product-classification.active::after {
    content: "";
    display: block;
    position: absolute;
    border-color: #bfdafc;
    border-style: solid;
    border-width: 2px 2px 0 0;
    background: #fff;
    z-index: 1;
    height: 10px;
    right: -6.5px;
    top: 45%;
    width: 10px;
    transform: rotate(45deg);
}

.product-classification.active>.product-classification__title {
    color: #0070f0;
}

.products__manual-container {
    display: flex;
    flex-direction: column;
    height: 420px;
}

.products__manual {
    display: grid;
    padding: 20px 16px 0px 16px;
    height: 410px;
    grid-template-columns: 1fr 1fr 1fr;
}

.products__manual-testing__header,
.products__test-automation__header,
.products__test-management-optimization__header {
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    color: #374151;
    padding-bottom: 2px;
    margin: 0;
}

.products__manual-testing__item-header:hover p {
    color: #0070f0
}

.products__manual-testing__item-header,
.products__test-automation__item-header,
.products__test-management-optimization__item-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.products__manual-testing__item-description,
.products__test-automation__item-description,
.products__test-management-optimization__item-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.products__manual-testing__item,
.products__test-automation__item,
.products__test-management-optimization__item {
    position: relative;
}

.products__product-divider {
    margin: 0 1rem;
    border-top: 1px solid #d1d5db;
    height: 35px;
}

.products__product-footer-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.products__product-footer {
    display: flex;
    height: fit-content;
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: normal;
    align-items: center;
}

.products__product-footer a {
    padding: 0 0 0 3px !important;
}

.products__product-footer--eds:hover {
    color: #0070f0;
}

.products__sprite-1::before {
    background-position: 0px 0;
}

.products__sprite-2::before {
    background-position: -34px 0;
}

.products__sprite-3::before {
    background-position: -68px 0;
}

.products__sprite-4::before {
    background-position: -101px 0;
}

.products__sprite-5::before {
    background-position: -136px 0;
}

.products__sprite-6::before {
    background-position: -170px 0;
}

.products__sprite-7::before {
    background-position: -204px 0;
}

.products__sprite-8::before {
    background-position: -238px 0;
}

.products__sprite-9::before {
    background-position: -272px 0;
}

.products__sprite-10::before {
    background-position: -340px 0;
}

.products__sprite-11::before {
    background-position: -376px 0;
}

.products__sprite-12::before {
    background-position: -307px 0;
}

.products__sprite-13::before {
    background-position: -408px 0;
}

.products__sprite-14::before {
    background-position: -440px 0;
}

.products__sprite-15::before {
    background-position: -477px 0;
}

.products__sprite-16::before {
    background-position: -510px 0;
}

.products__sprite-17::before {
    background-position: -544px 0;
}

.products__sprite-18::before {
    background-position: -578px 0;
}

.products__sprite::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    vertical-align: middle;
    background-image: url("https://dgzoq9b5asjg1.cloudfront.net/production/images/static/sprites/header-v8.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: auto 24px;
    top: 10px;
}

.products__sprite:hover::before {
    background-image: url("https://dgzoq9b5asjg1.cloudfront.net/production/images/static/sprites/header-global-hover-v8.svg");
    color: #0070f0;
}

.products__product-separator {
    display: inline-block;
    color: #D1D5DB;
    margin: 0 3px 0 6px;
}

.hide {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .header-habitat {
        height: auto;
    }
}

#header-habitat.header-habitat {
    background-color: #142434;
    color: #333;
    font-weight: 400;
    left: 0;
    min-height: 63px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
#header-habitat.header-habitat li {
    margin: 0;
    line-height: 0;
}

#header-habitat.header-habitat a {
    text-decoration: none
}

#header-habitat.header-habitat::before,
#header-habitat.header-habitat::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -9999px;
    background-repeat: no-repeat;
    width: 0;
    height: 0
}

#header-habitat.header-habitat::before {
    background-image: url("../images/header-products-sprites-new.svg")
}

#header-habitat.header-habitat::after {
    background-image: url("../images/header-products-sprites-new-hover.svg")
}

#header-habitat.header-habitat .top-bar-menu-container {
    position: relative;
    height: 63px;
    max-width: 100%;
    margin: 0 auto
}

@media screen and (min-width: 1440px) {
    #header-habitat.header-habitat .top-bar-menu-container {
        width: 1440px
    }
}

@media screen and (max-width: 1440px) {
    #header-habitat.header-habitat .top-bar-menu-container {
        width: 100%
    }
}

#header-habitat.header-habitat .header-habitat--has-secondary-menu {
    margin-bottom: 63px
}

#header-habitat.header-habitat .bstack-mm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0
}

#header-habitat.header-habitat .top-bar-menu-container .logo {
    display: block;
    margin-right: 10px;
    line-height: 0;
    padding: 0;
    float: none
}

#header-habitat.header-habitat .product-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    width: 100%;
    margin-left: 80px;
    padding: 0;
    top: 0
}

@media screen and (max-width: 1279px) {
    #header-habitat.header-habitat .product-nav {
        margin-left: 40px
    }
}

@media screen and (max-width: 1023px) {
    #header-habitat.header-habitat .product-nav {
        margin-left: 12px
    }
}

#header-habitat.header-habitat .product-nav .product-menu {
    top: 0;
    display: flex;
}

#header-habitat.header-habitat .product-nav .product-menu li {
    margin-bottom: 0;
}

#header-habitat.header-habitat .product-nav .product-menu>li>a {
    display: inline-block;
    padding: 22px 20px 20px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#header-habitat.header-habitat .product-nav .product-menu>li>a:hover {
    color: #42a9ff;
    text-decoration: none
}

#header-habitat.header-habitat .product-nav .product-menu-button:hover+.product-menu-button-dropdown {
    visibility: visible;
    opacity: 1;
    transition: opacity 50ms ease-in, visibility 50ms ease-in
}

#header-habitat.header-habitat .product-menu-right {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header-habitat.header-habitat .product-menu-right li a {
    padding: 22px 28px 20px !important
}

#header-habitat.header-habitat .product-menu-right li .free-trial-btn {
    margin-left: 7px;
    margin-right: 4px
}

#header-habitat.header-habitat .product-menu-right li .btn-secondary-white {
    padding: 5px 15px !important;
    text-transform: uppercase;
    margin-left: 0;
    background-color: transparent;
    border-color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    text-decoration: none
}

#header-habitat.header-habitat .product-menu-right li .btn-secondary-white:hover,
#header-habitat.header-habitat .product-menu-right li .btn-secondary-white:focus {
    color: #fff !important;
    border-color: #0070f0;
    background: #0070f0
}

#header-habitat.header-habitat .top-bar-menu-container .doc-search-menu-icon {
    padding: 19px 10px 19px 26px !important;
    line-height: 0 !important;
    font-size: 0 !important
}

#header-habitat.header-habitat .top-bar-menu-container .doc-search-menu-icon:before {
    content: '';
    position: relative;
    vertical-align: text-top;
    display: inline-block;
    background: url("../images/docs_search/ic-search.svg") no-repeat;
    background-position: center;
    background-size: contain !important;
    width: 26px;
    height: 25px;
    margin-right: 4px;
    margin-left: -4px
}

#header-habitat.header-habitat .top-bar-menu-container .doc-search-menu-icon:hover:before {
    background: url("../images/docs_search/ic-search-dark-blue.svg") no-repeat
}

#header-habitat.header-habitat .top-bar-menu-container .primary-menu-container .primary-menu .sign-in-link:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    left: -9px;
    top: 23px
}

#header-habitat.header-habitat .dropdown-holder a {
    cursor: pointer
}

#header-habitat.header-habitat .dropdown-holder a .account-down-caret {
    display: inline-block;
    position: relative;
    top: -1px;
    right: -5px;
    width: 11px;
    height: auto;
    background-size: unset;
    background-position: unset
}

#header-habitat.header-habitat .dropdown-holder a .account-down-caret svg {
    display: inline-block;
    fill: none
}

#header-habitat.header-habitat .dropdown-holder a:hover,
#header-habitat.header-habitat .dropdown-holder a.dropdown-active {
    color: #42a9ff !important
}

#header-habitat.header-habitat .dropdown-holder a:hover .account-down-caret,
#header-habitat.header-habitat .dropdown-holder a.dropdown-active .account-down-caret {
    top: 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#header-habitat.header-habitat .dropdown-holder a:hover .account-down-caret svg path,
#header-habitat.header-habitat .dropdown-holder a.dropdown-active .account-down-caret svg path {
    stroke: #42a9ff
}

#header-habitat.header-habitat .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 62px;
    left: auto;
    background-color: #fff;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.15), 0 -5px 15px -5px rgba(0, 0, 0, 0.3);
    border: 1px solid #dedede;
    z-index: 4;
    width: 224px;
    padding: 0;
    transition: opacity 50ms ease-in, visibility 50ms ease-in;
    right: unset
}

#header-habitat.header-habitat .dropdown-menu::before {
    display: none
}

#header-habitat.header-habitat .dropdown-menu li {
    padding: 12px 16px
}

#header-habitat.header-habitat .dropdown-menu li:hover a {
    color: #0070f0 !important;
    background-color: transparent
}

#header-habitat.header-habitat .dropdown-menu a {
    display: block;
    color: #111827;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#header-habitat.header-habitat .dropdown-menu a:hover {
    color: #0070f0 !important;
    background-color: transparent
}

#header-habitat.header-habitat .dropdown-menu.dropdown-visible,
#header-habitat.header-habitat .dropdown-menu:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 50ms ease-in, visibility 50ms ease-in
}

#header-habitat.header-habitat .bstack-product-list-dropdown:hover .products__dropdown {
    visibility: visible;
    opacity: 1;
    transition: opacity 50ms ease-in, visibility 50ms ease-in
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__dropdown {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 50ms ease-in, visibility 50ms ease-in
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__dropdown.dropdown-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 50ms ease-in, visibility 50ms ease-in
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__container {
    display: flex;
    z-index: 99;
    position: absolute;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 31.4px 3px rgba(0, 0, 0, 0.15);
    width: 1174px;
    max-width: 1174px;
    max-height: 583px;
    min-height: 380px;
    height: auto;
    left: 0;
    right: 0;
    top: 62px;
    overflow: hidden;
    transition: opacity 50ms ease-in, visibility 50ms ease-in
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__container:hover {
    display: flex;
    z-index: 99;
    visibility: visible;
    opacity: 1;
    transition: opacity 50ms ease-in, visibility 50ms ease-in
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__holder {
    display: flex;
    flex-direction: row !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
    height: inherit;
    width: 100%
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 516px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__content-area::before,
#header-habitat.header-habitat .bstack-product-list-dropdown .products__content-area::after {
    content: "";
    position: absolute;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: 1;
    width: 191px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__content-area::before {
    height: 163px;
    background: #c5d1ff;
    right: -15px;
    bottom: -120px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__content-area::after {
    height: 171px;
    background: rgba(222, 197, 255, 0.5);
    right: 146px;
    bottom: -165px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__scroll-viewport {
    overflow: hidden;
    position: relative
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__scroll-track {
    display: flex;
    flex-direction: column;
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    height: 472px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab {
    position: relative;
    border: 0;
    margin: 8px 0;
    padding: 10px;
    width: 100%;
    background: transparent;
    text-align: left
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab::before {
    left: 10px !important;
    top: 12px !important
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    left: unset;
    margin: auto 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #374151;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    background: transparent
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-wrapper {
    width: 226px;
    background: transparent;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    padding: 0 6px;
    display: flex;
    position: relative;
    flex-direction: column;
    height: auto
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-wrapper::before,
#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-wrapper::after {
    content: "";
    position: absolute;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(-90.595deg);
    transform: rotate(-90.595deg);
    z-index: -1;
    width: 191px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-wrapper::before {
    height: 163px;
    background: #c5d1ff;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    left: -93px;
    top: -40px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-wrapper::after {
    height: 171px;
    background: rgba(222, 197, 255, 0.5);
    top: 115px;
    left: 0
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab__header {
    padding-left: 28px;
    color: #111827;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    display: inline-block;
    white-space: normal
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab__description {
    display: none
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab.active {
    border-radius: 8px;
    background: linear-gradient(92deg, #1f55cb 1.9%, #9070eb 115.65%);
    color: #fff;
    position: relative
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab.active::before {
    background-image: url("../images/header-products-sprites-new-hover.svg")
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab.active::after {
    border-color: #fff
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab.active .products__tab__header {
    color: #fff
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 0;
    width: 948px;
    background: #fff;
    border-radius: 0 6px 6px 0;
    height: 472px;
    max-height: 583px;
    min-height: 380px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content.hide {
    display: flex !important
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content-container {
    display: flex;
    padding: 0;
    height: 100%;
    min-height: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
    position: relative
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content-wrapper {
    display: flex;
    height: 100%
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content-wrapper.hide {
    display: none
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content-description {
    position: relative;
    padding: 16px 40px 16px 60px;
    color: #3730a3;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    background-image: url("../images/product-tab-desc-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content-description::before {
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 24px;
    margin-top: auto;
    margin-bottom: auto;
    background-size: auto 24px;
    content: "";
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url("../images/header-products-sprite-tabs-desc.svg")
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content-description-wrapper {
    padding: 12px 24px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content--featured .products__tab-col {
    width: calc((100% - 96px) / 3) !important
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content--featured .products__tab-col-wrapper {
    gap: 48px;
    justify-content: space-between
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col {
    width: calc((100% - 45px) / 4);
    min-width: 0
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-wrapper {
    display: flex;
    gap: 15px;
    padding: 8px 24px 8px 24px;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-heading {
    margin-top: 0;
    margin-bottom: 16px;
    color: #3730a3;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-item {
    margin-top: 18px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-item-link {
    margin-bottom: 24px;
    padding: 0 0 0 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    text-decoration: none
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-item-link:hover {
    outline: none;
    text-decoration: none;
    color: #0070f0 !important;
    background-color: transparent
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-item-link:hover .products__tab-col-item-header,
#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-item-link:hover .products__tab-col-item-description {
    color: #0070f0 !important
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-item-header {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #111827;
    margin: 0;
    white-space: unset
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-item-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #374151;
    margin: 0;
    white-space: unset
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__product-divider {
    padding: 0;
    background-color: #fff;
    z-index: 2
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer {
    line-height: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #374151;
    display: flex;
    align-items: center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer b {
    font-weight: 600;
    margin-left: 16px;
    color: #111827
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer b:hover {
    color: #0070f0
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer.hidden {
    display: none
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer-fixed {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    margin-top: 0;
    background: #fff;
    z-index: 2
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer-content {
    display: none
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer-content.active {
    display: block
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__footer-container {
    display: flex;
    align-self: flex-end;
    width: 100%;
    border-top: 1px solid #d1d5db;
    border-color: #c1dcff;
    padding: 14px 24px;
    justify-content: flex-end
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__product-separator {
    margin-left: 16px;
    position: relative;
    height: 20px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__product-separator::before {
    content: "|";
    position: absolute;
    top: 0;
    left: -3px;
    color: #d1d5db;
    line-height: 20px;
    width: 1px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite::before {
    background-image: url("../images/header-products-sprites-new.svg");
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: 0 center;
    background-size: auto 20px
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite:hover::before {
    background-image: url("../images/header-products-sprites-new-hover.svg")
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-1::before {
    background-position: -84px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-2::before {
    background-position: -126px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-3::before {
    background-position: -495px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-4::before {
    background-position: -427px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-5::before {
    background-position: -168px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-6::before {
    background-position: -200px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-7::before {
    background-position: -210px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-8::before {
    background-position: 0 center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-9::before {
    background-position: -252px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-10::before {
    background-position: -336px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-11::before {
    background-position: -563px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-15::before {
    background-position: -42px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-16::before {
    background-position: -378px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-17::before {
    background-position: -595px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-18::before {
    background-position: -633px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-19::before {
    background-position: -712px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-20::before {
    background-position: -751px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-21::before {
    background-position: -790px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-22::before {
    background-position: -829px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-23::before {
    background-position: -868px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-24::before {
    background-position: -850px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-25::before {
    background-position: -1020px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-t-1::before {
    background-position: -900px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-t-2::before {
    background-position: -930px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-t-3::before {
    background-position: -960px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-t-4::before {
    background-position: -990px center
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-d-1::before {
    background-position: 0 center !important
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-d-2::before {
    background-position: -38px center !important
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-d-3::before {
    background-position: -76px center !important
}

#header-habitat.header-habitat .bstack-product-list-dropdown .products__sprite-d-4::before {
    background-position: -114px center !important
}

@media screen and (max-width: 1279px) {
    #header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col {
        width: calc((100% - 24px) / 4)
    }

    #header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-wrapper {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px
    }

    #header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-col-heading {
        font-size: 10px
    }

    #header-habitat.header-habitat .bstack-product-list-dropdown .products__product-footer-container {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media screen and (max-width: 1205px) {
    #header-habitat.header-habitat .bstack-product-list-dropdown .products__container {
        width: 100vw;
        left: -248px !important
    }
}
@media screen and (max-width: 1200px) {
    #header-habitat.header-habitat .bstack-product-list-dropdown .products__container {
        width: 100vw;
        left: -248px !important
    }

    #header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-wrapper {
        width: 172px
    }

    #header-habitat.header-habitat .bstack-product-list-dropdown .products__tab-content {
        width: 100%
    }
}
@media screen and (max-width: 1080px) {
    .ds__input__container, .ds__dropdown__container input{
        max-width: 600px;
    }
}

@media screen and (max-width: 1023px) {
    #header-habitat.header-habitat .bstack-product-list-dropdown .products__container {
        width: 100vw;
        left: -220px !important
    }
}


@media screen and (min-width: 980px) {
    #header-habitat.header-habitat .primary-menu.hide {
        display: block
    }

    #header-habitat.header-habitat .bs-collapse-toggle {
        display: none
    }

    #header-habitat.header-habitat .doc-search-mobile-cta {
        display: none
    }

    body.bstack-blur-bg-active::after {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 9;
        background: rgba(0, 0, 0, 0.16);
    }
    body.bstack-blur-bg-active .site-wrapper {
        position: relative;
        filter: blur(2px);
    }
}

@media screen and (max-width: 979px) {
    #header-habitat.header-habitat .top-bar-menu-container {
        border-bottom: 1px solid;
        border-bottom-color: rgba(255, 255, 255, 0.1)
    }

    #header-habitat.header-habitat .bstack-mm {
        width: 100%;
        height: 63px
    }

    #header-habitat.header-habitat .bs-collapse-toggle {
        z-index: 3;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        height: 63px
    }

    #header-habitat.header-habitat .bs-collapse-toggle svg {
        display: none;
        width: 18px
    }

    #header-habitat.header-habitat .bs-collapse-toggle svg:first-child {
        display: block
    }

    #header-habitat.header-habitat .bs-collapse-toggle.active svg {
        display: block
    }

    #header-habitat.header-habitat .bs-collapse-toggle.active svg:first-child {
        display: none
    }

    #header-habitat.header-habitat .container .doc-search-mobile-cta {
        display: block;
        position: absolute;
        top: 18px;
        right: 52px;
        padding: 0 !important;
        display: block;
        position: absolute;
        top: 19px;
        right: 65px;
        padding: 0 !important
    }

    #header-habitat.header-habitat .container .doc-search-mobile-cta.hide {
        display: none
    }

    #header-habitat.header-habitat .primary-menu-container {
        padding: 0;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 63px;
        background-color: #142434;
        z-index: 3;
        max-width: 100%;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif
    }

    #header-habitat.header-habitat .primary-menu-container .doc-search-cta {
        display: none
    }

    #header-habitat.header-habitat .primary-menu-container .doc-search-menu-icon.hide {
        display: none
    }

    #header-habitat.header-habitat .primary-menu {
        display: none;
        flex-direction: column;
        float: none;
        width: 100%
    }

    #header-habitat.header-habitat .primary-menu.active {
        display: flex !important;
        min-height: calc(100vh - 63px)
    }

    #header-habitat.header-habitat .primary-menu-container .primary-menu li {
        display: block;
        border-bottom: 1px solid;
        border-bottom-color: rgba(255, 255, 255, 0.1)
    }

    #header-habitat.header-habitat .primary-menu-container .primary-menu li a:hover {
        color: #42a9ff !important
    }

    #header-habitat.header-habitat .dropdown-toggle {
        width: 100%;
        text-align: left;
        font-weight: 600;
        background: transparent;
        border: 0;
        border-radius: 0;
        margin: 0;
        display: inline-block;
        padding: 16px 20px;
        color: #fff;
        line-height: 20px;
        font-size: 14px;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #header-habitat.header-habitat .dropdown-toggle svg {
        vertical-align: middle;
        display: inline-block !important;
        fill: none
    }

    #header-habitat.header-habitat .primary-menu-container .primary-menu .product-responsive-item {
        position: relative;
        width: 100%;
        background: transparent;
        text-align: left;
        border: 0 !important;
        background-color: #142433 !important;
        padding: 16px 20px 16px !important;
        margin: 0 !important;
        gap: 0;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #header-habitat.header-habitat .primary-menu-container .primary-menu .product-responsive-item__title {
        font-weight: 600;
        font-size: 14px;
        margin: 0;
        display: inline-block;
        color: #fff !important;
        position: relative;
        padding: 0;
        line-height: 20px
    }

    #header-habitat.header-habitat .primary-menu-container .primary-menu .product-responsive-item__title svg {
        vertical-align: middle;
        display: inline-block
    }

    #header-habitat.header-habitat .primary-menu-container .primary-menu .product-responsive-item__subtitle {
        color: #d1d5db !important;
        display: block !important;
        font-size: 12px
    }

    #header-habitat.header-habitat .product-responsive-link {
        display: inline-block;
        color: #fff;
        line-height: 20px;
        font-size: 14px;
        width: 100%;
        text-align: left;
        font-weight: 600
    }

    #header-habitat.header-habitat .product-responsive-link__title {
        padding: 16px 20px;
        color: #fff;
        font-weight: 600;
        line-height: 20px;
        font-size: 14px;
        display: block
    }

    #header-habitat.header-habitat .product-responsive-link__title:hover {
        color: #42a9ff !important
    }

    #header-habitat.header-habitat .header-mobile-dropdown {
        padding: 0 0 8px;
        margin: 0;
        padding: 0 0 8px;
        margin: 0;
        height: auto;
        font-family: inherit;
        overflow: unset
    }

    #header-habitat.header-habitat .header-mobile-dropdown button.header-mobile-dropdown__title {
        padding: 16px 20px;
        color: white;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        display: flex;
        gap: 6px;
        align-items: center;
        width: 100%;
        text-align: left;
        background: transparent;
        border: 0
    }

    #header-habitat.header-habitat .header-mobile-dropdown li.header-mobile-dropdown__section-head {
        font-weight: 500 !important;
        text-transform: uppercase;
        font-size: 12px !important;
        line-height: 20px !important;
        padding: 30px 20px 12px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(255, 255, 255, 0.1);
        margin-bottom: 0;
        color: #fff
    }

    #header-habitat.header-habitat .header-mobile-dropdown.mobile-dropdown-menu .header-mobile-dropdown__product {
        padding: 16px 20px 12px !important;
        margin-bottom: 0;
        margin-left: 0;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
        display: block;
        color: #fff
    }

    #header-habitat.header-habitat .header-mobile-dropdown.mobile-dropdown-menu .header-mobile-dropdown__product:hover--title {
        color: #0070f0 !important
    }

    #header-habitat.header-habitat .header-mobile-dropdown.mobile-dropdown-menu .header-mobile-dropdown__product:hover--subtitle {
        color: #0070f0 !important
    }

    #header-habitat.header-habitat .header-mobile-dropdown.mobile-dropdown-menu .header-mobile-dropdown__product--title {
        color: #fff;
        line-height: 20px;
        font-weight: 600;
        font-size: 14px
    }

    #header-habitat.header-habitat .header-mobile-dropdown.mobile-dropdown-menu .header-mobile-dropdown__product--subtitle {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #fff
    }

    #header-habitat.header-habitat .dropdown-section li {
        display: flex;
        border-bottom: 1px solid;
        border-bottom-color: rgba(255, 255, 255, 0.1);
        padding: 0 10px
    }

    #header-habitat.header-habitat .dropdown-section li.section-title {
        margin: 0;
        padding: 0;
        border: 0
    }

    #header-habitat.header-habitat .dropdown-section li button {
        color: white
    }

    #header-habitat.header-habitat .dropdown-section li button:hover {
        color: #0070f0 !important
    }

    #header-habitat.header-habitat .dropdown-section li a {
        padding: 16px 20px 12px !important;
        color: #fff;
        display: block;
        font-size: 14px;
        text-align: left;
        font-weight: 500;
        width: 100%;
        line-height: 20px
    }

    #header-habitat.header-habitat .dropdown-section li a:hover {
        color: #0070f0 !important
    }
}
@media screen and (max-width: 768px) {
    .ds__input__container input{
        width: 90%;
    }
}
.capabilities__root #header-habitat.header-habitat {
    position: fixed
}

.docs-container {
    display: flex;
    font-family: "source-sans-pro", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: calc(100vh - 63px);
    line-height: 2;
    margin: 0
}