#algolia-search {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 25px;
}

.sds-hits {
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    flex-direction: row;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 15px;
    padding: 20px 20px 20px 29px;
}

.search-results {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 30px;
    padding-top: 0px;
}



.sticky-sidebar-trigger {
    width: 30%;
}

.filter-checkbox-wrap {
    align-items: center;
    display: none
}
.ais-RefinementList-list {
    padding: 0;
}

.ais-RefinementList-label {
    align-items: flex-start;
    display: flex
}

.ais-RefinementList-labelText {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #595959;
    font-size: 14px;
    cursor: pointer;
}

.ais-RefinementList-count {
    color: #595959;
    font-size: 14px;
}

.showMore {
    background-color: initial!important;
    border: 1px solid #f2b705!important;
    border-radius: 15px!important;
    color: #f2b705!important;
    font-size: 12px!important;
    line-height: 1.7!important;
    margin-top: 8px!important;
    padding: 0!important;
    width: 110px!important
}

.filter-checkbox-wrap {
    padding: 5px 0
}

.ais-Hits-list {
    margin: 0;
    padding: 0;
}

.ais-RefinementList-item,
.ais-Hits-item {
    list-style: none;
}

.ais-RefinementList-checkbox {
    align-items: center;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    height: 17px;
    justify-content: center;
    margin-right: 10px;
    padding: 0;
    position: relative;
    transition: background-color .3s ease,border-color .3s ease;
    width: 17px
}

.ais-RefinementList-checkbox:focus, .ais-RefinementList-checkbox:hover {
    background-color: #fdfaef;
    border-color: #eca304
}

.ais-RefinementList-checkbox:before {
    background-color: #f2b705;
    border-radius: 3px;
    content: "";
    height: 13px;
    opacity: 0;
    transition: opacity .3s ease;
    width: 13px
}

.ais-RefinementList-checkbox:after {
    background-color: #fff;
    content: "";
    height: 4px;
    left: 50%;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.966' height='3.856'%3E%3Cpath d='M1.9 3.782a.253.253 0 0 1-.359 0L.111 2.35a.38.38 0 0 1 0-.538l.179-.179a.38.38 0 0 1 .538 0l.894.894L4.138.112a.38.38 0 0 1 .538 0l.179.182a.38.38 0 0 1 0 .538Zm0 0' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.966' height='3.856'%3E%3Cpath d='M1.9 3.782a.253.253 0 0 1-.359 0L.111 2.35a.38.38 0 0 1 0-.538l.179-.179a.38.38 0 0 1 .538 0l.894.894L4.138.112a.38.38 0 0 1 .538 0l.179.182a.38.38 0 0 1 0 .538Zm0 0' fill='%23fff'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: initial;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px);
    transition: opacity .3s ease;
    width: 5px
}

.ais-RefinementList-checkbox:checked {
    background-color: #fff;
    border-color: #d7d7d7
}

.ais-RefinementList-checkbox:checked:after,.ais-RefinementList-checkbox:checked:before {
    opacity: 1
}

.filter-container {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 33px 20px 20px;
    width: 100%
}

.filter-container .searchFilter {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.filter-container .searchFilter.is-collapsed {
    margin-bottom: 37px
}

.filter-container .searchFilterText {
    color: #595959;
    font-size: 14px;
    margin-bottom: 10px
}

.filter-container .filterIcon {
    color: #717171;
    height: 13.48px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 9.44px
}

.filter-container .filterCategoryWrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    width: 100%
}

.filter-container .filterCategoryWrap:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 17px;
    padding-bottom: 17px
}

.filter-container .filterCategoryWrap.is-mobile {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.filter-container .filterCategoryWrap .filterCategory {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.filter-container .filterCategoryWrap .filterCategory.is-mobile {
    margin-bottom: 0
}

.filter-container .filterCategoryWrap .filter-section {
    max-height: 269px;
    overflow: hidden auto;
    overflow: -moz-scrollbars-vertical;
    padding-right: 15px
}

.filter-container .filterCategoryWrap .filter-section::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px!important;
    width: 8px
}

.filter-container .filterCategoryWrap .filter-section::-webkit-scrollbar-track-piece {
    background-color: initial!important
}

.filter-container .filterCategoryWrap .filter-section::-webkit-scrollbar-thumb {
    background-color: #f1b705;
    border-radius: 4px;
    box-shadow: 0 0 1px hsla(0,0%,100%,.5)
}

.filter-container .filterCategoryText {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.text {
    font-family: SF Pro Text
}

.ellipsis {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

.item-card-value {
    line-height: 14px
}

.one-line {
    -webkit-line-clamp: 1;
    max-height: 35px
}

.buttons {
    font-size: 14px!important;
    height: 38px;
    letter-spacing: -.01em!important;
    line-height: 1px!important;
    margin-bottom: 0!important;
    margin-left: 0!important;
    max-width: 195px!important;
    text-transform: uppercase!important;
    width: 100%!important
}

@media (max-width: 1024px) {
    .buttons {
        font-size:12px!important;
        line-height: 1.2!important
    }
}

@media (max-width: 768px) {
    .buttons {
        margin-bottom:10px!important;
        max-width: none!important
    }
}

.modal .modal-body {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 400px
}

.modal .modal-body .modal-close {
    position: absolute;
    right: 10px;
    top: 10px
}

.modal .modal-body .modal-message {
    font-size: 18px;
    margin: auto;
    text-align: center
}

.modal .modal-body .modal-footer {
    margin-top: 20px;
    text-align: center
}

.modal .modal-body .modal-footer button {
    padding: 5px
}

form.msds-searchform {
    align-items: center;
    background: #fff;
    border-radius: 18px;
    display: flex;
    height: 78px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 15px 0 40px;
    width: 100%
}

form.msds-searchform>svg {
    flex-shrink: 0;
    height: 28px;
    width: 28px
}

form.msds-searchform input.searchform__search {
    border: none;
    color: #595959;
    font-size: 22px;
    outline: none;
    padding: 10px 10px 10px 17px;
    width: 100%
}

form.msds-searchform button.searchform__submit {
    background: #fff;
    border: none;
    border-left: 1px solid #c7c7c7;
    color: #000;
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 700;
    height: 53.32px;
    letter-spacing: .1px;
    min-width: 0;
    min-width: auto;
    transition: color .3s ease;
    width: 100px
}

form.msds-searchform button.searchform__submit:hover {
    color: #f2b705
}

.search-text {
    display: none
}

@media (max-width: 991px) {
    .msds-form-block .msds-form-box {
        height:118px
    }

    .msds-form-box .msds-form-img {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        padding: 0;
        text-align: left;
        width: 27%
    }

    .msds-form-box .msds-form-img img {
        margin-top: -58px!important
    }

    .msds-form-box .msds-form-wrap {
        width: 73%
    }
}

@media (max-width: 767px) {
    .msds-form-block .msds-form-box {
        height:auto;
        padding: 46px 13px 15px;
        position: relative
    }

    .msds-form-box .msds-form-img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%!important
    }

    .msds-form-box .msds-form-wrap {
        padding: 0;
        width: 100%!important
    }

    form.msds-searchform {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        padding: 26px 16px 24px
    }

    form.msds-searchform>svg {
        margin-bottom: 9px
    }

    form.msds-searchform input.searchform__search {
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        width: calc(100% - 50px)
    }

    .search-text {
        display: none
    }

    form.msds-searchform button.searchform__submit {
        border-color: #e5e5e5;
        height: 38.32px;
        padding-left: 1rem;
        width: 50px
    }

    .searchform__submit svg {
        font-size: 2rem;
        margin-right: 10px
    }
}

.sidebar-review {
    background-color: #fff;
    border-radius: 15px;
    margin: 0 30px 25px 0;
    padding: 22px;
    width: 100%
}

.sidebar-review__head {
    margin: 0 auto 35px;
    max-width: 284px
}

.sidebar-review__head:before {
    background-color: #f4f4f3;
    content: "";
    display: block;
    height: 94px;
    margin: 0 auto -35px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='19.409'%3E%3Cpath d='M0 9.704v9.7h9.7v-9.7H3.235A6.477 6.477 0 0 1 9.7 3.235V0A9.715 9.715 0 0 0 0 9.704ZM22.644 3.235V0a9.715 9.715 0 0 0-9.7 9.7v9.7h9.7V9.7h-6.47a6.477 6.477 0 0 1 6.47-6.465Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='19.409'%3E%3Cpath d='M0 9.704v9.7h9.7v-9.7H3.235A6.477 6.477 0 0 1 9.7 3.235V0A9.715 9.715 0 0 0 0 9.704ZM22.644 3.235V0a9.715 9.715 0 0 0-9.7 9.7v9.7h9.7V9.7h-6.47a6.477 6.477 0 0 1 6.47-6.465Z' fill='%23fff'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: initial;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 110px
}

.sidebar-review__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    z-index: 1
}

.sidebar-review__image {
    display: flex
}

.sidebar-review__image img {
    height: auto;
    max-width: 100%
}

.sidebar-review__image.trastpilot {
    justify-content: flex-end;
    margin-bottom: 25px
}

.sidebar-review__image.sdscore {
    justify-content: center
}

.sidebar-review__review {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 28px 30px 19px 21px
}

.sidebar-review .review-icon {
    align-items: center;
    background-color: #f2b705;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-bottom: 25px;
    width: 49px
}

.sidebar-review .review-icon:before {
    background-color: #fff;
    content: "";
    height: 19px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='19.409'%3E%3Cpath d='M0 9.704v9.7h9.7v-9.7H3.235A6.477 6.477 0 0 1 9.7 3.235V0A9.715 9.715 0 0 0 0 9.704ZM22.644 3.235V0a9.715 9.715 0 0 0-9.7 9.7v9.7h9.7V9.7h-6.47a6.477 6.477 0 0 1 6.47-6.465Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='19.409'%3E%3Cpath d='M0 9.704v9.7h9.7v-9.7H3.235A6.477 6.477 0 0 1 9.7 3.235V0A9.715 9.715 0 0 0 0 9.704ZM22.644 3.235V0a9.715 9.715 0 0 0-9.7 9.7v9.7h9.7V9.7h-6.47a6.477 6.477 0 0 1 6.47-6.465Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 23px
}

.sidebar-review .review-title {
    color: #000;
    font-size: 19px;
    font-weight: 900;
    margin: 0 0 3px;
    text-transform: uppercase
}

.sidebar-review .review-subtitle {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px
}

.sidebar-review .review-rating {
    align-items: center;
    display: flex;
    margin-bottom: 12px
}

.sidebar-review .review-rating__start {
    display: flex;
    margin-right: 6px
}

.sidebar-review .review-rating__start:last-child {
    margin-right: 0
}

.sidebar-review .review-rating__start svg {
    height: auto;
    width: 100%
}

.sidebar-review .review-text {
    color: #595959;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0
}

@media (max-width: 599px) {
    .sidebar-review {
        border-radius:15px;
        padding: 54px 24px 51px
    }

    .sidebar-review__image.trastpilot {
        justify-content: center;
        margin-bottom: 20px
    }

    .sidebar-review__review {
        padding: 38px 21px 30px;
        text-align: center
    }

    .sidebar-review .review-icon {
        height: 48px;
        margin: 0 auto 18px;
        width: 47px
    }

    .sidebar-review .review-title {
        font-size: 17px;
        margin-bottom: 4px
    }

    .sidebar-review .review-subtitle {
        font-size: 16px;
        margin-bottom: 9px
    }

    .sidebar-review .review-rating {
        justify-content: center;
        margin-bottom: 25px
    }

    .sidebar-review .review-rating__start {
        margin-right: 7px;
        width: 28px
    }

    .sidebar-review .review-text {
        font-size: 16px;
        height: 97px;
        overflow-y: auto;
        text-align: left
    }

    .sidebar-review .review-text::-webkit-scrollbar {
        width: 6px
    }

    .sidebar-review .review-text::-webkit-scrollbar-thumb {
        background: #c4c4c4
    }

    .sidebar-review .review-text::-webkit-scrollbar-track {
        background: #efefef
    }
}

.cta-section {
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 40px 41px;
}

.cta-block__title {
    color: #000;
    flex-grow: 1;
    font-size: 29px;
    font-weight: 900;
    margin: 0 40px 0 0;
    max-width: 793px;
    padding-right: 20px;
    width: 65%;
}

.cta-block__button {
    background-color: #f2b705;
    border-radius: 13px;
    color: #000;
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 700;
    height: 50px;
    padding: 13px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: color .3s ease;
    vertical-align: middle;
    width: 229px;
}

.cta-block__button:hover {
    color: #fff;
}

@media (max-width: 599px) {
    .cta-section {
        flex-direction:column;
        padding: 54px 23px;
    }

    .cta-block__title {
        margin-bottom: 39px;
        margin-right: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .cta-block__button {
        margin: 0 auto;
        max-width: 295px;
        width: 100%;
    }
}

.header-title {
    color: #000;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 7px;
}

@media (max-width: 1024px) {
    .header-title {
        text-align:center;
    }
}

.top-pagination-container {
    background-color: #f0f0f0;
    top: 120px;
    width: 890px;
    z-index: 1;
}

@media (max-width: 1200px) {
    .top-pagination-container {
        width:100%;
    }
}

@media (max-width: 430px) {
    .top-pagination-container .top-pagination {
        zoom:.8;
    }
}

@media (max-width: 320px) {
    .top-pagination-container .header-title {
        font-size:19px;
    }

    .top-pagination-container button {
        font-size: 15px;
        height: 24px!important;
        min-width: 24px;
    }
}

.top-pagination-container.sticky {
    margin-left: -30px;
    padding: 20px 30px 10px;
    position: fixed;
    width: 950px;
}

@media (max-width: 1024px) {
    .top-pagination-container.sticky {
        width:735px;
    }
}

@media (max-width: 768px) {
    .top-pagination-container.sticky {
        width:530px;
    }
}

@media (max-width: 576px) {
    .top-pagination-container.sticky {
        width:100%;
    }
}

@media (max-width: 430px) {
    .top-pagination-container.sticky {
        top:100px;
    }
}

.top-pagination-container .top-pagination {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0!important;
    margin-top: 0!important;
}

@media (max-width: 1024px) {
    .top-pagination-container .top-pagination {
        justify-content:center;
        margin-top: 10px!important;
    }
}

.filter-badges {
    margin-bottom: 10px;
}

.filter-badges .filter-title {
    font-size: 12px;
    font-weight: 700;
}

.filter-badges .filter-badge {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 4px 20px 5px 4px;
    position: relative;
}

.filter-badges .filter-badge .remove {
    align-items: center;
    border-left: 1px solid #e6e6e6;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}

#captchaModal .modal-header {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding-bottom: 17px;
}

#captchaModal .modal-message .captcha {
    min-height: 20px;
    position: relative;
    z-index: 2;
}

#captchaModal .modal-message .captcha .text {
    font-size: 14px;
    margin-bottom: 16px;
}

#captchaModal .modal-message .captcha .captcha-container {
    display: flex;
    justify-content: center;
    position: relative;
}

#captchaModal .modal-message .captcha .captcha-container>div {
    position: relative;
    z-index: 2;
}

#captchaModal .modal-message .captcha .captcha-container:after {
    content: "Loading Captcha...";
    display: block;
    font-size: 13px;
    font-style: italic;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.main {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    overflow: visible;
}

@media (min-width: 768px) {
    .sticky-sidebar {
        position:-webkit-sticky;
        position: sticky;
        top: 142px;
    }
}

.how-use-section {
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 59px 41px 66px;
}

.how-use-section__title {
    color: #242424;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 73px;
    text-align: center;
}

.how-use-section__list {
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -40px;
    padding: 0;
}

.how-use-section__item {
    counter-increment: item;
    padding: 0 40px;
    text-align: center;
    width: 25%;
}

.how-use-section__item:before {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    content: counter(item);
    display: flex;
    font-size: 20px;
    font-weight: 800;
    height: 56px;
    justify-content: center;
    margin: 0 auto 26px;
    width: 56px;
}

.how-use-section__item .item-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .how-use-section__list {
        margin-bottom:-51px;
    }

    .how-use-section__item {
        margin-bottom: 51px;
        width: 50%;
    }
}

@media (max-width: 599px) {
    .how-use-section {
        padding:45px 23px 44px;
    }

    .how-use-section__title {
        font-size: 22px;
        margin-bottom: 51px;
    }

    .how-use-section__list {
        flex-direction: column;
    }

    .how-use-section__item {
        width: 100%;
    }

    .how-use-section__item:before {
        font-size: 14px;
        height: 44px;
        margin-bottom: 18px;
        width: 44px;
    }
}

@media (max-width: 576px) {
    .how-use-section__item {
        align-items:center;
        display: flex!important;
    }

    .how-use-section__item:before {
        margin-bottom: 0;
    }

    .how-use-section__item .item-text {
        text-align: left;
        width: calc(100% - 140px);
    }
}

@media (max-width: 430px) {
    .how-use-section__item .item-text {
        padding-right:25px;
        width: calc(100% - 100px);
    }
}

.instruction-section {
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    padding: 59px 41px 64px;
}

.instruction-section__title {
    color: #242424;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 49px;
    text-align: center;
}

.instruction-section__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.instruction-section__item {
    padding: 0 15px;
    text-align: center;
    width: 33.33%;
}

.instruction-section__item .item-icon {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    height: 104px;
    justify-content: center;
    margin: 0 auto 23px;
    width: 104px;
}

.instruction-section__item .item-icon svg {
    height: auto
}

.instruction-section__item:first-child .item-icon svg {
    width: 32px
}

.instruction-section__item:nth-child(2) .item-icon svg {
    width: 28px
}

.instruction-section__item:nth-child(3) .item-icon svg {
    width: 34px
}

.instruction-section__item .item-text {
    font-size: 16px;
    font-weight: 300;
    margin: 0
}

.instruction-section__item .item-text strong {
    font-weight: 700
}

@media (max-width: 599px) {
    .instruction-section {
        padding:41px 23px 47px;
    }

    .instruction-section__title {
        font-size: 22px;
        margin-bottom: 41px;
    }

    .instruction-section__list {
        flex-direction: column;
    }

    .instruction-section__item {
        margin-bottom: 45px;
        width: 100%;
    }

    .instruction-section__item:last-child {
        margin-bottom: 0;
    }

    .instruction-section__item .item-icon {
        height: 71px;
        margin-bottom: 19px;
        width: 70px;
    }

    .instruction-section__item:first-child .item-icon svg {
        width: 22px;
    }

    .instruction-section__item:nth-child(2) .item-icon svg {
        width: 19px;
    }

    .instruction-section__item:nth-child(3) .item-icon svg {
        width: 23px;
    }
}

@media (max-width: 576px) {
    .instruction-section__item {
        align-items:center;
        display: flex!important;
        flex-direction: row;
    }

    .item-icon {
        margin-bottom: 0!important;
    }

    .icon-container {
        width: 150px;
    }

    .text-container {
        text-align: left;
        width: calc(100% - 190px);
    }
}

@media (max-width: 430px) {
    .icon-container {
        width:90px;
    }

    .text-container {
        width: calc(100% - 95px);
    }
}

@media (max-width: 320px) {
    .instruction-section__item .item-icon {
        height:50px;
        width: 50px;
    }

    .icon-container {
        width: 70px;
    }

    .text-container {
        padding-left: 15px;
        width: calc(100% - 85px);
    }
}

.details-container {
    display: flex;
}

.details-container .see-more-link {
    color: #f2b704;
}

@media only screen and (max-width: 768px) {
    .details-container {
        display:block;
    }
}

@media only screen and (max-width: 425px) {
    .details-container .ellipsis {
        display:block;
        overflow: visible;
        text-overflow: clip;
    }
}

.details-container .image-wrap {
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    display: flex;
    height: auto;
    margin-right: 50px;
    min-width: 343px;
    width: 343px;
}

@media only screen and (max-width: 768px) {
    .details-container .image-wrap {
        background-position:50%;
        height: 424px;
        margin: auto;
        width: 300px;
    }

    .details-container .image-wrap.cra {
        height: 210px;
    }
}

@media only screen and (max-width: 425px) {
    .details-container .image-wrap {
        background-size:contain;
        height: 400px;
        min-width: 100%;
        width: 100%;
    }

    .details-container .image-wrap.cra {
        height: 245px;
    }
}

@media only screen and (max-width: 375px) {
    .details-container .image-wrap {
        height:315px;
    }
}

@media only screen and (max-width: 320px) {
    .details-container .image-wrap {
        height:245px;
    }
}

.details-container .symbols-wrap {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    margin-top: 0;
}

@media only screen and (max-width: 425px) {
    .details-container .symbols-wrap {
        align-self:center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }
}

.details-container .symbols-wrap .symbol {
    height: 46px;
    margin-left: 10px;
    width: 46px;
}

@media only screen and (max-width: 425px) {
    .details-container .symbols-wrap .symbol {
        margin-bottom:10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .details-container .msds-details .column {
        display:block;
        width: 100%;
    }

    .details-container .msds-details .column div {
        margin-bottom: 4px;
    }
}

#mobileCra {
    border: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100000;
}

.stats-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
}

.stats-container .title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.stats-container .subtitle {
    font-size: 16px;
    text-align: center;
}

.stats-container .table-container {
    margin: auto;
    max-width: 1300px;
    overflow-x: visible;
    overflow-x: initial;
}

.stats-container .table-container table {
    background-color: #fff;
    border-bottom: 20px solid #f0f0f0;
    border-collapse: collapse;
    color: #212529;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    width: 700px;
}

.stats-container .table-container table thead th {
    border-top: 20px solid #f0f0f0;
    font-weight: 700;
    text-align: center;
}

.stats-container .table-container table tbody td {
    word-wrap: break-word;
    border-top: 3px solid #f0f0f0;
    padding: .75rem;
    text-align: center;
    vertical-align: top;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0f0;
    font-family: SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    margin: 0;
}

.ais-Hits-item .sds-hits {
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    flex-direction: row;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 15px;
    padding: 20px 20px 20px 29px;
}

.ais-Hits-item .sds-hits .image-wrapper {
    align-self: center;
    width: auto;
    padding-right: 0px;
}
.ais-Hits-item .sds-hits .image-wrapper .card-img-top {
    display: block;
    background-repeat: no-repeat;
    height: 160px;
    width: 113px;
    margin-right: 30px;
    background-position: center top;
    background-size: contain;
    position: relative;
}
.ais-Hits-item .sds-hits .image-wrapper .card-img-top i {
    position: absolute;
    left: 40%;
    top: 40%;
}
.ais-Hits-item .sds-hits .card-body {
    display: flex;
    width: 85%;
    flex-direction: column;
}
.ais-Hits-item .sds-hits .card-title {
    font-size: 17px;
    font-weight: 900;
    text-align: start;
    margin-top: -11px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    max-height: 35px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.ais-Hits-item .sds-hits .sds-details {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    margin-bottom: 10px;
}

.ais-Hits.ais-Hits--empty {
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.sds-details .manufacturer-info, .sds-details .product-code, .sds-details .revision-date {
    flex: 1 1 0%;
    text-align: left;
}

.sds-details .label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: rgb(136, 136, 136);
}

.sds-details .value {
    font-size: 13px;
    font-weight: 300;
    color: rgb(136, 136, 136);
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.cta-container {
    display: flex;
    text-align: left;
    margin-top: 15px;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.btn-container {
    flex: 1 1 0%;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}

.btn-download, .btn-view-details, .btn-add-library, .btn-remove-library {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    background-color: rgb(242, 183, 5);
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(36, 36, 36);
    width: 100%;
    max-width: 200px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    padding: 5px 15px;
    min-height: 36px;
}

.btn-download:hover, .btn-view-details:hover, .btn-add-library:hover {
    color:#fff;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}

.top-pagination-container {
    margin-bottom: 10px;
    display: flex;
}

.bottom-pagination-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    flex-grow: 1;
}

.ais-Pagination-list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ais-Pagination-item a, .ais-Pagination-item span  {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 15px;
    display: block;
}

.ais-Pagination-item--selected {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(242, 183, 5);
    border-radius: 25px;
}

.filter-badges {
    display: none;
}

.back-text {
    font-size: 1rem;
    color: #333;
    cursor: pointer;
}

.back-text a {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: 700;
    align-items: center;
    font-size: 19px;
    color: rgb(36, 36, 36);
    margin: 0px 35px 0px 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    padding: 9px 15px;
}

.back-text a:hover{
    color: rgb(242, 183, 5);
    background-color: transparent;
    box-shadow: none;
}

.back-text i {
    margin-right: 15px;
}

.card {
    background: white;
    padding: 2rem 1.5rem !important;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.top-card-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: row;
}

.top-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sds-image {
    max-width: 180px;
    width: 100%;
    border: 1px solid #ddd;
}

.info {
    flex: 1;
}

.subtext {
    color: #b00;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn {
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.yellow {
    background-color: #f1c40f;
    color: #000;
}

.gray {
    background-color: #ccc;
    color: #333;
}

.section {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.what-now .icons,
.risk-assessment .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
}

.icon-item,
.step {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 0 40px;
}

.icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.circle {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    content: counter(item);
    display: flex;
    font-size: 20px;
    font-weight: 800;
    height: 56px;
    justify-content: center;
    margin: 0 auto 26px;
    width: 56px;
}

@media (max-width: 768px) {
    .top-section {
        flex-direction: column;
        align-items: center;
    }

    .buttons {
        justify-content: center;
    }
}

i {
    font-style: normal;
}

.ghs-symbols {
    display: flex;
    flex-flow: row;
    -webkit-box-pack: start;
    justify-content: start;
}
.ghs-symbols .icons	{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 46px;
    width: 46px;
    margin-right: 10px;
    margin-top: 10px;
    background-position: center center;
}
.title-container {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(194, 194, 194);
    padding-bottom: 15px;
    margin: 20px 0px;
}
.title-container h1 {
    font-size: 34px;
    font-weight: 900;
    color: rgb(36, 36, 36);
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.hazard-symbols {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    margin-top: 0;
}
.hazard-symbols .symbol {
    height: 46px;
    margin-left: 10px;
    width: 46px;
}
.title-container i {
    font-style: italic !important;
}
.column {
    display: flex;
    flex-direction: row;
    margin: 9px 0px;
    width: calc(53% - 37px);
    text-align: left;
}
.section.what-now,
.section.risk-assessment {
    border-radius: 14px;
    margin-bottom: 25px;
    padding: 59px 41px 64px;
}
.section.what-now h2,
.section.risk-assessment h2 {
    color: #242424;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 49px;
    text-align: center;
}

.section.what-now .icons .icon-item i {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    height: 104px;
    justify-content: center;
    margin: 0 auto 23px;
    width: 104px;
    font-size: xx-large;
}
.msds-form-box {
    background-color: rgb(242, 183, 5);
    height: 118px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
}
.msds-form-img {
    width: 16%;
}
.msds-form-wrap {
    width: 84%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px;
    z-index: 1;
    padding-right: 33px;
}
.algolia-searchbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.algolia-searchbox form.ais-SearchBox-form {
    width: 100%;
    padding: 0 9px 0 40px;
    background: #ffffff;
    border-radius: 18px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.algolia-searchbox form.ais-SearchBox-form .ais-SearchBox-input {
    padding: 10px 10px 10px 17px;
    border: none;
    font-size: 22px;
    outline: none;
    color: #595959;
    width: 100%;
}
.algolia-searchbox form.ais-SearchBox-form .ais-SearchBox-submit {
    width: 100px;
    font-size: 22px;
    font-weight: 700;
    border: none;
    border-left: 1px solid #C7C7C7;
    color: #000000;
    letter-spacing: 0.1px;
    min-width: unset;
    height: 53.32px;
    background: #ffffff;
    flex-shrink: 0;
    transition: color 0.3s ease;
}
.algolia-searchbox form.ais-SearchBox-form .ais-SearchBox-submitIcon {
    width: 25px;
    height: 25px;
}
.sds-info.container {
    margin-top: 30px;
}
.alert-message {
  position: fixed;
  top: 140px;
  right: -300px; /* start off-screen */
  background-color: #4CAF50;
  padding: 12px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  transition: right 0.5s ease;
}

.alert-message.show {
  right: 20px; /* slide in */
}

.alert-message.hidden {
  display: none;
}
/* Success message */
.success-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* Error message */
.error-message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}


/* Modal Overlay - Centered using Flexbox */
#captchaModal, #verifyModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* Modal Body */
.modal-body {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);

}

.modal-header {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-message {
    font-size: 14px;
    margin-bottom: 16px;
}

.modal-footer button {
    background-color: rgb(242, 183, 5);
    color: rgb(36, 36, 36);
    border: none;
    padding: 8px 50px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    font-size:14px;
}

.modal-footer button:hover{
    color: #fff;
}

.modal-footer {
  margin-top: 20px;
}

/* Prevent scrolling when modal is visible */
body.modal-visible {
  overflow: hidden;
}

.captcha-container {
    display: flex;
    justify-content: center;
}

.back-note {
    color: rgb(89, 89, 89);
    font-size: 16px;
}

/********* MEDIA QUERY *********/

@media only screen and (max-width: 1199.98px) { 
    .cta-container {
        gap: 15px;
    }
    .btn-download, .btn-view-details, .btn-add-library, .btn-remove-library {
        font-size: 11px;   
    }
    .top-pagination-container {
        display: block;
    }
    .ais-Pagination-list {
        justify-content: center;
    }
}
@media only screen and (max-width: 991.98px) { 
    .sds-details {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column !important;
        flex-shrink: 0;
        flex-grow: 1;
    }
    .cta-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-shrink: 0;
        flex-grow: 1;
    }
    .btn-container {
        width: 100%;
    }
    .btn-download, .btn-view-details, .btn-add-library, .btn-remove-library {
        font-size: 14px;
        max-width: none;
    }
    .sds-info .card {
        flex-direction: column !important;
    }
    .back-note { 
        text-align: left;
    }
}
@media only screen and (max-width: 767.98px) { 
    #algolia-search {
        display: block;
    }
    .sticky-sidebar-trigger {
        width: 100%;
    }
    .search-results {
        width: 100%;
        margin: 0;
    }
    .ais-Hits-item .sds-hits .image-wrapper {
        display: none;
    }
    .ais-Hits-item .sds-hits .card-body {
        width: 100%;
    }
    .ais-Pagination-item.ais-Pagination-item--previousPage, .ais-Pagination-item.ais-Pagination-item--nextPage {
        display: none;
    }
    .ais-Hits-item .sds-hits {
        padding: 40px;
    }
    .ais-Hits-item .sds-hits .sds-details {
        gap: 20px;
    }
    .card-title {
        text-align: center !important;
        order: 1;
    }
    .cta-container {
        order: 2;
        margin-bottom: 15px;
    }
    .sds-details {
        order: 3;
    }
    .sds-info .top-card-container{
        align-items: flex-start;
        flex-direction: column
    }
    .sds-details .title-container {
        display: block;
    }
}
@media only screen and (max-width: 575.98px) { 

}









