html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 17px;
    }
}

@media (min-width: 2200px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 2400px) {
    html {
        font-size: 19px;
    }
}

@media (min-width: 2600px) {
    html {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .products-item {
        width: 25%;
    }
}

.product-list .product-boxes {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    row-gap: 2.25rem;
}

.product-list .product-boxes .products-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.col-products {
    position: relative;
}

.bw-button {
    align-items: center;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    height: 3rem;
    justify-content: center;
    letter-spacing: .02em;
    max-width: 100%;
    padding: 0 3rem;
    position: relative;
    text-transform: uppercase;
    transition-duration: .15s;
    white-space: nowrap;
    width: 100%;
}

.bw-button--pill-white {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(216, 216, 216, 1);
    border-radius: .75rem;
    color: rgba(33, 33, 33, 1);
    font-size: .75rem;
    letter-spacing: .055rem;
    padding: .65rem .9rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    margin-right: 0.5rem;
}

.bw-button--pill-white:hover {
    background-color: rgba(216, 216, 216, 1);
}

.bw-button--inline {
    width: auto;
}

.bw-button--pill-white {
    height: auto;
}

.bw-button--close svg {
    margin-left: .375rem;
    display: block;
}

.bw-button--clear-all {
    border-width: 0;
    display: none;
    height: auto;
    text-decoration: underline;
    width: auto;
    margin-bottom: 0.5rem;
    letter-spacing: .055rem;
    padding: 0.25rem 0.75rem;
    background: none;
    font-weight: 400;
}

@media (min-width: 992px) {
    .bw-button--clear-all {
        font-size: .8rem;
    }
    .product-list .product-boxes {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-bottom: 3.5rem;
        padding-left: .5rem;
        padding-right: .5rem;
        row-gap: 2.5rem;
    }
    .grid-columns {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 2rem;
    }
    .col-filter {
        grid-column: span 1/span 1;
        padding-bottom: 5rem;
        padding-right: 1.25rem;
    }
    .col-products {
        grid-column: span 3/span 3;
    }
    .content-74299 .wrapper {
        height: 55.625rem;
        margin-bottom: 15.625rem;
        padding-bottom: 0;
    }
    .content-74299 .col-left {
        border-right: 0.625rem solid white;
    }
    .content-74299 .col-right {
        border-left: 0.625rem solid white;
    }
    .content-74299 .align-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .content-74299 .align-content .content {
        max-width: 38.3125rem;
        width: 100%;
        padding: 4.375rem 3.125rem;
    }
    .content-74299 .col-left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 100%;
        border-right: 2px solid #fff;
    }
    .content-74299 .col-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        border-right: 2px solid #fff;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {

    .header-col-238904{
        margin-top: 2.5rem;
    }
    .header-col-238904 h1{
        display: none;
    }
    .header-col-238904 p{
        font-size: 1.5rem;
    }
    .img-box-34543 img{
        width: auto;
        height: auto;
    }
    .split-box-image img{
        width: 100%!important;
        max-width: 100%!important;
        height: auto!important;
    }
    .bw-button--clear-all {
        font-size: 0.65rem;
    }
    .bw-button--pill-white {
        font-size: 0.65rem;
    }
    .button-mobile {
        visibility: visible;
    }
    .products-item {
        width: 50%;
        padding-top: 1.25rem;
        padding-bottom: 2.75rem;
    }
    .rp-item-title {
        font-size: 0.75rem;
    }
    .project-carousel {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .content-list-carousel-2 {
        padding-bottom: 1rem;
    }
    .content-list-carousel-2 .owl-carousel {
        padding-bottom: 4rem;
    }
    .related-products .tt-heading {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .related-products .tt-heading.tt-heading-lg .tt-heading-title {
        font-size: 1.7rem;
        margin-bottom: 0;
    }
    .product-features {
        padding: 0;
    }
    .product-features__col-text {
        padding-left: 1.25rem;
        padding-right: 1rem;
    }
    .type-section-title {
        font-size: 2.5rem;
    }
    .nav-rounded .owl-dots button.owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0px 10px;
    }
    .content-987667 .right-col .text-content {
        padding: 3rem 1rem;
    }
    .box-grid-2 {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .content-98733 .bg-image {
        background: none!important;
    }
    .content-98733 .head-img {
        display: block;
        width: 100%;
        height: auto;
    }
    .content-98733 .align-content .content {
        margin: 0!important;
        min-height: auto!important;
        text-align: center;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .content-18723 .title.title-md {
        font-size: 1.75rem;
        line-height: 2.2rem;
    }
    .box-gap-9871 {
        padding: 1.25rem;
    }
    .product-list {
        margin-bottom: 0;
    }
    .product-list .product-boxes {
        padding: 0;
        row-gap: 2rem;
    }
    .product-list .product-boxes .products-item {
        padding-top: 0;
    }
    .rp-item-title {
        font-weight: 600;
        font-size: 0.75rem;
        line-height: 0.9rem;
    }
    /*
    .products-item .rp-item-image {
        overflow: visible;
        position: static;
    }
    
    .products-item .rp-item-image .btn {
        transform: translateY(0%);
    }
    */
    .products-item {
        position: relative;
    }
    .products-item .rp-item-image .btn {
        display: none!important;
    }
    .button-mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        height: 2.2rem;
    }
    .content-87621 .bg-cover {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .content-08907 .bg-image {
        min-height: 11rem;
    }
    .ambassador-banner-content .title {
        font-size: 2.2rem;
        padding-bottom: 1.25rem;
    }

    .item-box-7782348{
        height: 50vh;
    }
}