/* _content/CKS/Components/ActionButton.razor.rz.scp.css */

/* p are displayed in action button on product page  */
.action-buttons p[b-nur6fdmq4n] {
    display: inline;
    font-size: 18px;
}

.grid-section__results-item-shopping[b-nur6fdmq4n], .grid-section__results-item-compare[b-nur6fdmq4n] {
    flex-direction: row;
    align-items: center;
    transition: all 0.5s;
    display: flex;
    text-align: center;
    cursor: pointer;
    gap: 8px;
}

/* in comparer */
.comparator-section__content-buttons .grid-section__results-item-shopping[b-nur6fdmq4n] {
    padding: 8px;
    margin: 8px 2px;
    gap: 1rem;
}


/* action buttons in grid  */

.grid-section__results-adding .grid-section__results-item-shopping[b-nur6fdmq4n], .grid-section__results-adding .grid-section__results-item-compare[b-nur6fdmq4n] {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    color: var(--light-blue);
    background: white;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    padding: 0.4rem;
}


.grid-section__results-adding .grid-section__results-item-shopping:hover[b-nur6fdmq4n], .grid-section__results-adding .grid-section__results-item-compare:hover[b-nur6fdmq4n] {
   color: var(--primary);
}

.grid-section__results-adding .grid-section__results-item-compare p[b-nur6fdmq4n] {
    display: none;
}


/* action buttons in product  */

.action-buttons .grid-section__results-item-shopping[b-nur6fdmq4n], .action-buttons .grid-section__results-item-compare[b-nur6fdmq4n], .comparator-section__content-buttons .grid-section__results-item-shopping[b-nur6fdmq4n] {
    background-color: var(--light-blue);
    border-radius: 10px;
    min-width: fit-content;
    justify-content: center;
}

.action-buttons .grid-section__results-item-shopping[b-nur6fdmq4n], .action-buttons .grid-section__results-item-compare[b-nur6fdmq4n] {
    padding: 8px 28px;
    margin-right: 10px;
    margin-top: 10px;
}

.action-buttons .grid-section__results-item-shopping:hover[b-nur6fdmq4n], .action-buttons .grid-section__results-item-compare:hover[b-nur6fdmq4n], .comparator-section__content-buttons .grid-section__results-item-shopping:hover[b-nur6fdmq4n] {
    background-color: var(--primary);
}


/* action button share  */
.action-button-share[b-nur6fdmq4n] {
    background-color: var(--light-blue);
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    padding: 8px 28px;
    min-width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.action-button-share:hover[b-nur6fdmq4n] {
    background-color: var(--primary);
}


/* Dark Mode  */
.dark-mode .grid-section__results-adding .grid-section__results-item-compare[b-nur6fdmq4n] {
    background: #5B5B5B;
    color:white;
}

.dark-mode .grid-section__results-adding .grid-section__results-item-shopping[b-nur6fdmq4n] {
    background: none;
    color:white;
}

.dark-mode .grid-section__results-adding .grid-section__results-item-compare:hover[b-nur6fdmq4n] {
    background-color: var(--light-blue);
    color: white;
}


.dark-mode .grid-section__results-adding .grid-section__results-item-shopping:hover[b-nur6fdmq4n] {
    color: var(--light-blue);
}

.dark-mode .action-buttons .grid-section__results-item-shopping:hover[b-nur6fdmq4n], .dark-mode .action-buttons .grid-section__results-item-compare:hover[b-nur6fdmq4n], .comparator-section__content-buttons .grid-section__results-item-shopping:hover[b-nur6fdmq4n] {
    background-color: white;
    color: var(--light-blue);
}
/* action button share  */
.action-button-share:hover[b-nur6fdmq4n] {
    background-color: white;
    color: var(--light-blue);
}


@media (max-width: 600px) {
    .action-buttons .grid-section__results-item-shopping[b-nur6fdmq4n], .action-buttons .grid-section__results-item-compare[b-nur6fdmq4n] {
        padding: 8px 20px;
    }
    /* action buttons in grid  */

.grid-section__results-adding .grid-section__results-item-shopping[b-nur6fdmq4n], .grid-section__results-adding .grid-section__results-item-compare[b-nur6fdmq4n] {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--light-blue);
    background: white;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    padding: 0.4rem;
}

/* action buttons in grid  */

.grid-section__results-adding .grid-section__results-item-shopping[b-nur6fdmq4n], .grid-section__results-adding .grid-section__results-item-compare[b-nur6fdmq4n] {
    line-height: 15px;
}
/* in comparer */
.comparator-section__content-buttons .grid-section__results-item-shopping[b-nur6fdmq4n] {
    gap: 6px;
}
}
/* _content/CKS/Components/CartBox.razor.rz.scp.css */
.triangle[b-i962d21wqt] {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid white;
    top: -30px;
    left: 240px;
}
.header-nav__submenu-list-favorites[b-i962d21wqt], .header-nav__submenu-list-compare[b-i962d21wqt] {
    min-width: 306px;
    top: 28px;
    left: 0px;
    border-radius: 16px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);  
}
.header-nav__submenu-list-compare div[b-i962d21wqt], .header-nav__submenu-list-favorites div[b-i962d21wqt]  {
    background-color: #fff;
}
.header-nav__submenu-list-favorites div:first-child[b-i962d21wqt], .header-nav__submenu-list-compare div:first-child[b-i962d21wqt] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.header-nav__submenu-list-favorites div:last-child[b-i962d21wqt], .header-nav__submenu-list-compare div:last-child[b-i962d21wqt] {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.header-nav__submenu-list-favorites > div[b-i962d21wqt], .header-nav__submenu-list-compare > div[b-i962d21wqt]  {
    border-bottom: 1px solid var(--gray);
    padding: 16px;
}
.header-nav__submenu-list-favorites div:last-child[b-i962d21wqt], .header-nav__submenu-list-compare div:last-child[b-i962d21wqt] {
    border-bottom: none;
}
.submenu-fave-header[b-i962d21wqt], .submenu-compare-header[b-i962d21wqt] {
    display: flex;
    justify-content: space-between; 
    padding-right: 24px;
    text-align: left;
    color: var(--primary);
}
.submenu-fave-header h5[b-i962d21wqt], .submenu-compare-header h5[b-i962d21wqt] {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}
.submenu-fave-header p[b-i962d21wqt], .submenu-compare-header p[b-i962d21wqt] {
    font-size: 14px;
    font-weight: 400;
}
.submenu-fave-item[b-i962d21wqt], .submenu-compare-item[b-i962d21wqt] {
   display: flex;
   justify-content: start;
   gap: 2rem;
   padding-left: 1rem;
   line-height: 20px;
   text-align: left;
   cursor: pointer;
}
.submenu-fave-item a[b-i962d21wqt], .submenu-compare-item a[b-i962d21wqt] {
    font-size: 12px;
    font-weight: 700;
    color: var(--secundary);
    transition: all 0.5s;
}

.submenu-fave-item a:hover[b-i962d21wqt], .submenu-compare-item a:hover[b-i962d21wqt]  {
    color: var(--light-blue);
}

.submenu-fave-item p[b-i962d21wqt], .submenu-compare-item p[b-i962d21wqt] {
   font-size: 12px;
   font-weight: 400;
}
.submenu-fave-item img[b-i962d21wqt], .submenu-compare-item img[b-i962d21wqt] {
    width: 80px;
    border-radius: 15px;
}
.submenu-fave-item div:last-child[b-i962d21wqt], .submenu-compare-item div:last-child[b-i962d21wqt] {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
}
.submenu-fave-footer[b-i962d21wqt], .submenu-compare-footer[b-i962d21wqt] {
    display: flex;
    justify-content: space-between;
}
.submenu-fave-footer button[b-i962d21wqt], .submenu-compare-footer button[b-i962d21wqt] {
    padding: 6px 10px;
    border-radius: 10px;
    transition: all 0.5s;
    background-color: #B9B9B9;
    color: #fff !important;
    cursor: pointer;
}
.submenu-fave-footer button:hover[b-i962d21wqt], .submenu-compare-footer button:hover[b-i962d21wqt] {
    background-color: #707070;
}

.submenu-fave-footer path[b-i962d21wqt] {
    fill: white;
}
.submenu-fave-footer:hover path[b-i962d21wqt] {
    fill: white;
}


.link-to-fave-page[b-i962d21wqt], .link-to-compare[b-i962d21wqt] {
    padding: 10px 30px;
    background-color: var(--primary);
    border-radius: 10px !important;
    color: white;
    font-size: 18px;
    transition: all 0.5s;
}
        
.link-to-fave-page:hover[b-i962d21wqt], .link-to-compare:hover[b-i962d21wqt] {
    background-color: var(--light-blue);
}

.close-button-container[b-i962d21wqt] {
    right: 10px;
    position: absolute;
}

.close-button[b-i962d21wqt]{
    background: none;
    cursor: pointer;
}

.shopping__empty-cartBtn[b-i962d21wqt] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    border-radius: 10px;
    background-color: #B9B9B9;
    color: #ffffff;
    cursor: pointer;
    gap: 1rem;
}

.shopping__empty-cartBtn:hover[b-i962d21wqt] {
    background-color: var(--light-blue);
}

.shopping__empty-cartBtn:disabled[b-i962d21wqt] {
    background-color: #B9B9B9;
}


@media (max-width: 600px) {
    .submenu-custom-refq-list .header-nav__submenu-list-compare[b-i962d21wqt], .submenu-custom-sample-list .header-nav__submenu-list-compare[b-i962d21wqt] {
        /* scroll on submenu */
       max-height: calc((100vh - 110px) / 2);
       overflow: auto;
   }
   
}
/* _content/CKS/Components/DualSlider.razor.rz.scp.css */
.range-slider[b-kt3eaue7p3] {
    position: relative;
    width: 100%;
    /*height: 50px;*/
    height: 15px;
}

.max-value[b-kt3eaue7p3] {
    bottom: -2rem;
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    color: #7E7E7E;
}

.min-value[b-kt3eaue7p3] {
    bottom: -2rem;
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    color: #7E7E7E;
}

.thumb[b-kt3eaue7p3] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
}

    .thumb[b-kt3eaue7p3]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        border: 1px solid #5c9834;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        pointer-events: all;
        position: relative;
        z-index: 3;
    }

    .thumb[b-kt3eaue7p3]::-moz-range-thumb {
        width: 15px;
        height: 15px;
        border: 1px solid #5c9834;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        pointer-events: all;
        z-index: 3;
    }

.slider-track[b-kt3eaue7p3] {
    position: absolute;
    height: 6px;
    background: #00AEEF;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

    .slider-track.inactive[b-kt3eaue7p3] {
        background: var(--gray);
        z-index: 1;
        width: 100%;
    }

.slider-label[b-kt3eaue7p3] {
    position: absolute;
    top: -22px;
    background: #00AEEF;
    color: white;
    padding: 2px 6px;
    min-width: 30px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}
/* _content/CKS/Components/Footer.razor.rz.scp.css */
/* .footer-content__item:not(:first-child) {
    display: none;
} */


footer[b-uif5xcl4yv] {
    background-color: var(--primary);
}
.footer-content__lists[b-uif5xcl4yv] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-content__lists[b-uif5xcl4yv]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}
.footer-content__item[b-uif5xcl4yv] {
    color: var(--light-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.footer-title[b-uif5xcl4yv] {
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.5rem;
}
.footer-content__list[b-uif5xcl4yv] {
    display: flex;
    flex-direction: column;
    list-style: none;
}
.footer-content__spacer[b-uif5xcl4yv] {
    height: 1px;
    background-color: var(--secundary);
    border: 0px;
    margin: 4rem 0rem;
}
.footer-content__copiright[b-uif5xcl4yv] {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.footer-content__copiright-text[b-uif5xcl4yv], .footer-content__copiright-location[b-uif5xcl4yv] {
    color: var(--light-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-content__notices-container[b-uif5xcl4yv] {
    display: flex;
    gap: 2rem;
}

.footer-content__link-container[b-uif5xcl4yv] {
    display: flex;
    gap: 2rem;
    color: white;
    align-items: start;
    cursor: pointer;
}

.footer-content__link-container a:first-child:hover[b-uif5xcl4yv] {
    text-decoration: underline;
}

.footer-content__link-container a:last-child[b-uif5xcl4yv] {
    bottom: 6px;
}

@media (max-width: 1080px) {
    .footer-content__notices-container[b-uif5xcl4yv] {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .footer-content__lists[b-o7wfepa94t][b-uif5xcl4yv] {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .footer-content__link-container[b-uif5xcl4yv] {
        flex-direction: column;
    }
    
    .footer-content__link-container a:last-child[b-uif5xcl4yv] {
        bottom: 0;
    }
}
/* _content/CKS/Components/GridRow.razor.rz.scp.css */
.product-row[b-1izx7vnpb7] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    margin-top: 3.5rem;
}


.grid-section__results-img[b-1izx7vnpb7] {
    width: 100%;
    height: auto;
}

.grid-section__results-list[b-1izx7vnpb7] {
    grid-template-columns: repeat(4,1fr);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    margin-top: 3.5rem;
}

.grid-section__results-item[b-1izx7vnpb7] {
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    width: calc(25% - 8.25px);
    border-radius: 1rem;
    background-color: white;
}

.grid-section__results-content[b-1izx7vnpb7] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.grid-section__results-especs[b-1izx7vnpb7] {
    color: var(--primary-text);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .grid-section__results-especs p[b-1izx7vnpb7] {
        margin-bottom: 6px;
    }

.grid-section__results-link[b-1izx7vnpb7] {
    display: flex;
    flex-direction: column;
}

.grid-section__results-title[b-1izx7vnpb7] {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.grid-section__results-item:hover[b-1izx7vnpb7] {
    background-color: var(--primary);
}

    .grid-section__results-item:hover .grid-section__results-title[b-1izx7vnpb7], .grid-section__results-item:hover p[b-1izx7vnpb7] {
        color: white;
    }

.grid-section__results-adding[b-1izx7vnpb7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.8rem 1.2rem;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}

.grid-section__results-item-compare[b-1izx7vnpb7], .grid-section__results-item-shopping[b-1izx7vnpb7] {
    color: var(--light-blue);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
    transition: all 0.5s;
    fill: var(--light-blue);
    background: white;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    padding: 0.4rem;
    justify-content: center;
}

    .grid-section__results-item-compare:hover[b-1izx7vnpb7], .grid-section__results-item-shopping:hover[b-1izx7vnpb7] {
        transition: all 0.5s;
        background-color: var(--primary);
        fill: var(--light-blue);
    }

.grid-section__results-item-shopping-list[b-1izx7vnpb7] {
    display: none;
    flex-direction: column;
    transition: all 0.5s;
    background-color: white;
    border-radius: 10px;
    padding: 8px 12px;
    gap: .5rem;
}

.grid-section__results-item-shopping-container[b-1izx7vnpb7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
}

.grid-section__results-item-shopping-button[b-1izx7vnpb7] {
    color: var(--light-blue);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
    transition: all 0.5s;
    fill: var(--light-blue);
    background: white;
    border-radius: 2rem;
    padding: 0.5rem;
}

/* Dark Mode */

.dark-mode .grid-section__results-item:hover[b-1izx7vnpb7] {
    background-color: var(--light-blue);
}

.dark-mode .grid-section__results-especs[b-1izx7vnpb7] {
    color: #F1F1F1;
}

.dark-mode .grid-section__results-item[b-1izx7vnpb7] {
    background-color: var(--super-dark);
}

.dark-mode .grid-section__results-item-shopping-button[b-1izx7vnpb7] {
    color: var(--white);
    fill: var(--white);
    background: #5B5B5B;
    ;
}

.dark-mode .grid-section__results-title[b-1izx7vnpb7] {
    color: var(--white);
}

.dark-mode .grid-section__results-item-shopping-list[b-1izx7vnpb7] {
    background: #5B5B5B;
}
/* .dark-mode .grid-section__results-item-shopping-list:hover {
    background-color: white;
} */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
    .grid-section__results-item[b-1izx7vnpb7] {
        width: calc(50% - 11.25px);
        padding: 0px;
    }
}
/* _content/CKS/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-e52k6ozbne] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--body-gray);
}


main[b-e52k6ozbne] {
    flex: 1;
    min-height: calc(100vh - 180px);
}

.sidebar[b-e52k6ozbne] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.top-row[b-e52k6ozbne] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-e52k6ozbne]  a, .top-row .btn-link[b-e52k6ozbne] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-e52k6ozbne] {
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/CKS/Components/MainMenu.razor.rz.scp.css */
#main-header[b-2slnnv3h41] {
    background: white;
    height: 104px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#header-logo[b-2slnnv3h41] {
    /* margin: 2rem 0rem; */
    display: flex;
    height: 104px;
    align-items: center;
    width: 14rem;
}
.header-logo img[b-2slnnv3h41] {
    width: 100%;
}

.header-nav[b-2slnnv3h41] {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-nav__list[b-2slnnv3h41] {
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
}
.main-header__container[b-2slnnv3h41] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header-nav__item[b-2slnnv3h41] {
    color: var(--primary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;

}
.header-nav__submenu-list.contact-submenu[b-2slnnv3h41] {
    left: -160px;
}
.header-nav__item a[b-2slnnv3h41] {
    height: 100%;
    display: flex;
    padding: 1rem 2rem;
    align-items: center;
}

    .header-nav__item img[b-2slnnv3h41] {
        padding: 1rem 2rem;
    }

    .header-nav__item:hover img[b-2slnnv3h41] {
        padding: 1rem 2rem;
    }

.header-nav__item:hover[b-2slnnv3h41]{
    background-color: var(--light-blue);
    color: white;
    
    border-radius: 24px;
}
.header-nav__item:hover a[b-2slnnv3h41]{
    padding: 1rem 2rem;
}
.header-nav__submenu-link-custom[b-2slnnv3h41] {
    padding: 1rem 2rem;
}
.header-nav__submenu-list a:first-child[b-2slnnv3h41], .header-nav__submenu-list-custom span:first-child[b-2slnnv3h41] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.header-nav__submenu-list a:last-child[b-2slnnv3h41], .header-nav__submenu-list-custom a:last-child[b-2slnnv3h41] {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.header-nav__submenu-link[b-2slnnv3h41], .header-nav__submenu-link-custom[b-2slnnv3h41] {
    background-color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
    display: block;
}

.header-nav__submenu-link .tabulated[b-2slnnv3h41] {
    padding-left: 3rem;
}

.header-nav__submenu-link:last-child[b-2slnnv3h41], .header-nav__submenu-link-custom:last-child[b-2slnnv3h41] {
    border-bottom: none;
}
.header-nav__submenu-link:first-child[b-2slnnv3h41], .header-nav__submenu-link-custom:first-child[b-2slnnv3h41]{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}


/* counter  */
/* .counter {
    position: absolute;
    top: -7px;
    left: 15px;
    font-size: 10px;
    background-color: var(--light-blue);
    padding: 0 4px;
    border-radius: 20rem;
    color: white;
    z-index: 10;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
} */


/* end counter  */

.menu-icon__search[b-2slnnv3h41] {
    cursor: pointer;
}
.submenu[b-2slnnv3h41], .submenu-custom[b-2slnnv3h41] {
    position: relative;
}
.submenu ul[b-2slnnv3h41]{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    color: var(--primary);
    list-style: none;
    flex-direction: column;
    width: 220px;
}
.submenu-custom-comparer-list[b-2slnnv3h41] {
    display: none;
    width: 306px;
    border-radius: 10px;
    padding: 1rem;
    top: 0px;
    left: -16rem;
}
.submenu-custom-cart-container[b-2slnnv3h41] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.submenu-custom:hover ul .header-nav__submenu-link-custom:first-child[b-2slnnv3h41] {
    margin-top: 4rem;
}
.submenu:hover ul[b-2slnnv3h41] {
    display: flex;
    width: 260px;
    flex-direction: column;
}
.header-nav__item-logo.submenu-custom[b-2slnnv3h41] {
    width: 20px;
    height: 20px;
}
.submenu-custom:hover ul[b-2slnnv3h41] {
    display: flex;
    width: 306px;
    flex-direction: column;
    color: #707070;
    font-size: 14px;
    text-align: center;
}
.submenu:hover ul a:first-child[b-2slnnv3h41] {
    margin-top: 4rem;
}
.header-nav__submenu-item:hover[b-2slnnv3h41]{
    font-weight: 700;
}
.header-nav__submenu-item[b-2slnnv3h41]::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #007bff;
    margin-right: 10px;
    vertical-align: middle;
    transition: width 0.3s;
}
.header-nav__submenu-item:hover[b-2slnnv3h41]::before {
    width: 8px;
    height: 4px;
}
.header-nav__item-logos[b-2slnnv3h41]{
    display: flex;
    margin-left: 2.4rem;
    gap: 1rem;
}
.header-nav__item-logo path[b-2slnnv3h41]{
    fill: var(--primary);
}
.header-nav__item-logo:hover path[b-2slnnv3h41] {
    fill: var(--light-blue);
}
.header-button[b-2slnnv3h41] {
    color: var(--primary);
}
.header-button:hover[b-2slnnv3h41] {
    color: var(--light-blue);
}

.hidden-state-mobile[b-2slnnv3h41]{
    display: none;
}
.header-nav__submenu-item[b-2slnnv3h41] {
    width: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 1200px) {

    .header-nav__item[b-2slnnv3h41] {
        font-size: 12px;
    }
    }

    @media (max-width: 1100px) {

        .hidden-state-mobile[b-2slnnv3h41] {
            display: block;
            position: absolute;
            right: 84px;
            list-style: none;
            z-index: 5;
        }
    
        .hidden-state-desktop[b-2slnnv3h41]{
            display: none;
        }
    

        .main-header__container[b-2slnnv3h41] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 2rem;
            height: 104px;
        }

        .header-nav[b-2slnnv3h41] {
            position: fixed;
            top: 104px;
            right: -300px;
            transition: all 0.5s ease;
        }

            .header-nav.show[b-2slnnv3h41] {
                right: 0;
            }

        .header-nav__list[b-2slnnv3h41] {
            display: flex;
            list-style: none;
            flex-wrap: wrap;
            transition: all 0.5s ease;
            background: #fff;
            flex-direction: column;
            align-items: flex-start;
            width: 280px;
        }

        .show.header-nav__list[b-2slnnv3h41] {
            right: 40px;
        }

        .header-nav__item[b-2slnnv3h41] {
            height: auto;
            padding: 1rem 2rem;
        }



            .header-nav__item > a[b-2slnnv3h41] {
                height: 36px;
            }

            .header-nav__item:hover[b-2slnnv3h41] {
                background-color: #fff;
            }

                .header-nav__item:hover > a[b-2slnnv3h41] {
                    background-color: var(--light-blue);
                    color: white;
                    padding: 1rem 2rem;
                    border-radius: 24px;
                }

        .submenu > .header-nav__submenu-list[b-2slnnv3h41], .submenu-custom > .header-nav__submenu-list-custom[b-2slnnv3h41] {
            /*left: -242px;
        top: 2px;*/
            position: unset;
        }

        .submenu:hover ul a:first-child[b-2slnnv3h41] {
            margin-top: 0;
        }

        .menu-toggle[b-2slnnv3h41] {
            cursor: pointer;
            flex-direction: column;
            display: flex;
            transition: all 0.5s ease;
        }

        .bar[b-2slnnv3h41] {
            background-color: var(--primary);
            height: 3px;
            width: 25px;
            margin: 2px 0;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }



        .menu-toggle.active .bar:nth-child(1)[b-2slnnv3h41] {
            transform: rotate(-45deg) translate(-5px, 5px);
        }

        .menu-toggle.active .bar:nth-child(2)[b-2slnnv3h41] {
            opacity: 0;
        }

        .menu-toggle.active .bar:nth-child(3)[b-2slnnv3h41] {
            transform: rotate(45deg) translate(-5px, -6px);
        }

    }

    @media (max-width: 1100px) {
        .hidden-state-mobile[b-2slnnv3h41] {
            right: 60px;
        }
    }

    @media only screen and (max-width: 768px) {
        #header-logo[b-2slnnv3h41] {
        margin: 2rem 0rem; 
        width: auto;
    }
    }


    
/* _content/CKS/Components/Pages/Account/Create.razor.rz.scp.css */
.bg-account-pages[b-06cduxabh3] {
    background-image: url('img/account__bg.png');
    background-size: cover;
    background-position: top;
    flex: 1;
    display: flex;
}
.swC[b-06cduxabh3] {
    flex: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 53px;
}

.create-section__header[b-06cduxabh3]{
    color: white;
    max-width: 440px;
}
.create-section__header h1[b-06cduxabh3]{
    font-size: 64px;
    font-weight: 300;
}

.create-section__header h2[b-06cduxabh3]{
    font-size: 20px;
    font-weight: 700;
}

.account__container[b-06cduxabh3]{
    width: 448px;
    height: fit-content;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    align-self: center;
    padding: 48px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.account__container[b-06cduxabh3]  form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.account__container[b-06cduxabh3]  input, .account__container[b-06cduxabh3]  select{
    width: 100%;
    height: 48px;
    background-color: #F1F1F1;
    color: black;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    font-style: italic;
    border-radius: 10px;
    outline: none;
}

.account__container[b-06cduxabh3]  input::placeholder{
    color: var(--primary);
}
.account__container[b-06cduxabh3]  input:focus, .account__container[b-06cduxabh3]  select:focus{
    border: 1px solid var(--primary);
}

/* checkbox */
.terms-conditions[b-06cduxabh3] {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 24px;
    font-size: 12px;
    color: var(--primary);
}
.terms-conditions input[type="checkbox"][b-06cduxabh3]{
    width: 20px;
    display: none; 
}

.custom-checkbox[b-06cduxabh3] {
    display: inline-block;
    width: 20px; 
    height: 20px; 
    background-color: #F1F1F1;
    border: none;
    cursor: pointer;
}

.terms-conditions input[type="checkbox"]:checked + .custom-checkbox[b-06cduxabh3]::after {
    content: '\2713'; 
    display: block;
    color: var(--primary);
    font-size: 16px; 
    line-height: 20px;
    text-align: center;
  }

.account__container button[b-06cduxabh3]{
    width: 100%;
    height: 48px;
    background-color:var(--light-blue);
    color: white;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 10px;
}

.account__container>div[b-06cduxabh3]{
    max-width: 376px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 14px;
}
.account__container>div .account-ask[b-06cduxabh3]{
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .account__container[b-06cduxabh3]{
        position: relative;
        top: auto;
        left: 0;
        transform: none; 
    }
    .swC[b-06cduxabh3] {
        display:flex;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .swC[b-06cduxabh3] {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


@media (max-width: 576px) {
    .create-section__header h1[b-06cduxabh3]{
        font-size: 48px;
    }
    .account__container[b-06cduxabh3]{
        padding: 30px;
        width: 100%;
    }
}
/* _content/CKS/Components/Pages/Account/Forgot.razor.rz.scp.css */
.bg-account-pages[b-92toa9f7cj] {
    background-image: url('img/account__bg.png');
    background-size: cover;
    background-position: top;
    flex: 1;
    display: flex;
}
.swC[b-92toa9f7cj] {
    flex: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.forgot-section__header[b-92toa9f7cj]{
    color: white;
    max-width: 440px;
}
.forgot-section__header h1[b-92toa9f7cj]{
    font-size: 64px;
    font-weight: 300;
}

.forgot-section__header h2[b-92toa9f7cj]{
    font-size: 20px;
    font-weight: 700;
}

.account__container[b-92toa9f7cj]{
    width: 448px;
    height: fit-content;
    background-color: white;
    align-self: center;
    padding: 48px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.account__container[b-92toa9f7cj]  form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.account__container[b-92toa9f7cj]  input, .account__container[b-92toa9f7cj]  select{
    width: 100%;
    height: 48px;
    background-color: #F1F1F1;
    color: black;
    border: none;
    padding: 20px;
    font-size: 14px;
    font-style: italic;
    border-radius: 10px;
    outline: none;
}

.account__container[b-92toa9f7cj]  input::placeholder{
    color: var(--primary);
}
.account__container[b-92toa9f7cj]  input:focus, .account__container[b-92toa9f7cj]  select:focus{
    border: 1px solid var(--primary);
}

.account__container button[b-92toa9f7cj]{
    width: 100%;
    height: 48px;
    background-color:var(--light-blue);
    color: white;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 10px;
}


@media (max-width: 1024px) {
    .swC[b-92toa9f7cj] {
        gap: 50px;
    }
    .forgot-section__header[b-92toa9f7cj]{
        color: white;
        max-width: 100%;
        text-align: center;
    }
    .account__container[b-92toa9f7cj]{
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 576px) {
    .forgot-section__header h1[b-92toa9f7cj]{
        font-size: 48px;
    }
    .account__container[b-92toa9f7cj]{
        width: 100%;
    }
}
/* _content/CKS/Components/Pages/Account/Login.razor.rz.scp.css */
.bg-account-pages[b-f74c4psv2i] {
    background-image: url('img/account__bg.png');
    background-size: cover;
    background-position: top;
    flex: 1;
    display: flex;
}
.swC[b-f74c4psv2i] {
    flex: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 53px;
}

.login-section__header[b-f74c4psv2i]{
    color: white;
    max-width: 440px;
}
.login-section__header h1[b-f74c4psv2i]{
    font-size: 64px;
    font-weight: 300;
}

.login-section__header h2[b-f74c4psv2i]{
    font-size: 20px;
    font-weight: 700;
}

.account__container[b-f74c4psv2i]{
    width: 448px;
    height: fit-content;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    align-self: center;
    padding: 48px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.account__container[b-f74c4psv2i]  form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.account__container[b-f74c4psv2i]  input, .account__container[b-f74c4psv2i]  select{
    width: 100%;
    height: 48px;
    background-color: #F1F1F1;
    color: black;
    border: none;
    padding: 20px;
    font-size: 14px;
    font-style: italic;
    border-radius: 10px;
    outline: none;
}

.account__container[b-f74c4psv2i]  input::placeholder{
    color: var(--primary);
}
.account__container[b-f74c4psv2i]  input:focus, .account__container[b-f74c4psv2i]  select:focus{
    border: 1px solid var(--primary);
}


.account__container button[b-f74c4psv2i]{
    width: 100%;
    height: 48px;
    background-color:var(--light-blue);
    color: white;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 10px;
}

.account__container>div[b-f74c4psv2i]{
    max-width: 376px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 14px;
}
.account__container>div.account__links[b-f74c4psv2i]{
    gap: 30px;
}
.account__container>div .forgot-password[b-f74c4psv2i]{
    text-decoration: underline;
}

.account__container>div p[b-f74c4psv2i]{
    font-size: 12px;
}

.account__container>div .create-acount[b-f74c4psv2i]{
    font-weight: 700;
}

.account__container .signin__link[b-f74c4psv2i]{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
}

.icon[b-f74c4psv2i] {
    width: 28px; 
    height: 30px;
}


@media (max-width: 1280px) {
    .account__container[b-f74c4psv2i]{
        position: relative;
        top: auto;
        left: 0;
        transform: none; 
        margin-top: auto;
        margin-bottom: auto;
    }
    .swC[b-f74c4psv2i] {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .swC[b-f74c4psv2i] {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .login-section__header h1[b-f74c4psv2i]{
        font-size: 48px;
    }
    .account__container[b-f74c4psv2i]{
        padding: 30px;
        width: 100%;
    }
}
/* _content/CKS/Components/Pages/Account/Reset.razor.rz.scp.css */
.bg-account-pages[b-d6on9i18sg] {
    background-image: url('img/account__bg.png');
    background-size: cover;
    background-position: top;
    flex: 1;
    display: flex;
}
.swC[b-d6on9i18sg] {
    flex: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.reset-section__header[b-d6on9i18sg]{
    color: white;
    max-width: 440px;
}
.reset-section__header h1[b-d6on9i18sg]{
    font-size: 64px;
    font-weight: 300;
}

.reset-section__header h2[b-d6on9i18sg]{
    font-size: 20px;
    font-weight: 700;
}

.account__container[b-d6on9i18sg]{
    width: 448px;
    height: fit-content;
    background-color: white;
    align-self: center;
    padding: 48px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.account__container[b-d6on9i18sg]  form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.account__container[b-d6on9i18sg]  input, .account__container[b-d6on9i18sg]  select{
    width: 100%;
    height: 48px;
    background-color: #F1F1F1;
    color: black;
    border: none;
    padding: 20px;
    font-size: 14px;
    font-style: italic;
    border-radius: 10px;
    outline: none;
}

.account__container[b-d6on9i18sg]  input::placeholder{
    color: var(--primary);
}
.account__container[b-d6on9i18sg]  input:focus, .account__container[b-d6on9i18sg]  select:focus{
    border: 1px solid var(--primary);
}

.account__container button[b-d6on9i18sg]{
    width: 100%;
    height: 48px;
    background-color:var(--light-blue);
    color: white;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 10px;
}


@media (max-width: 1024px) {
    .swC[b-d6on9i18sg] {
        gap: 50px;
    }
    .reset-section__header[b-d6on9i18sg]{
        max-width: 100%;
        text-align: center;
    }
    .account__container[b-d6on9i18sg]{
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 576px) {
    .reset-section__header h1[b-d6on9i18sg]{
        font-size: 48px;
    }
    .account__container[b-d6on9i18sg]{
        width: 100%;
    }
}
/* _content/CKS/Components/Pages/Account/Validate.razor.rz.scp.css */
.bg-account-pages[b-j02e9thswd] {
    background-image: url('img/account__bg.png');
    background-size: cover;
    background-position: top;
    flex: 1;
    display: flex;
}
.swC[b-j02e9thswd] {
    flex: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.validate-section__header[b-j02e9thswd]{
    color: white;
    max-width: 440px;
}
.validate-section__header h1[b-j02e9thswd]{
    font-size: 64px;
    font-weight: 300;
}

.validate-section__header h2[b-j02e9thswd]{
    font-size: 20px;
    font-weight: 700;
}

.account__container[b-j02e9thswd]{
    width: fit-content;
    height: fit-content;
    background-color: white;
    align-self: center;
    padding: 48px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: var(--primary);
}

.account__container a[b-j02e9thswd]{
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .swC[b-j02e9thswd] {
        gap: 50px;
    }
    .validate-section__header[b-j02e9thswd]{
        color: white;
        max-width: 100%;
        text-align: center;
    }
    .account__container[b-j02e9thswd]{
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 576px) {
    .validate-section__header h1[b-j02e9thswd]{
        font-size: 48px;
    }
}
/* _content/CKS/Components/Pages/Careers.razor.rz.scp.css */
.careers-section__h1[b-xngl7yedrb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.careers-section__row[b-xngl7yedrb] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
}
.careers-section__row-custom[b-xngl7yedrb] {
    display: flex;
    grid-gap: 2rem;
    gap: 6rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
.careers-section__title[b-xngl7yedrb] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.careers-section__subtitle[b-xngl7yedrb] {
    line-height: 2;
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
}

.careers-section__text[b-xngl7yedrb] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.careers-section__claim[b-xngl7yedrb] {
    color: var(--light-blue);
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Dancing';
    margin-top: 8rem;
}
.careers-section__call-to-action-row[b-xngl7yedrb] {
    margin-top: 6rem;
}
 
[b-xngl7yedrb] .careers-section__call-to-action {
    line-height: 2;
    color: var(--primary);
    font-size: 28px;
    font-style: normal;
    text-align: center;
    font-weight: bold;
}
 
[b-xngl7yedrb] .careers-section__claim-last {
    color: var(--primary);
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
    margin: 8rem 0rem;
}
[b-xngl7yedrb] .careers-section__text p{
    margin-bottom: 1.6rem;
}
[b-xngl7yedrb] .careers-section__title p{
    margin-bottom: 2.4rem;
}
.careers-section__left p[b-xngl7yedrb],  .careers-section__right p[b-xngl7yedrb]{
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}
.careers-section__left[b-xngl7yedrb],  .careers-section__right[b-xngl7yedrb]{
    flex: 1;
}
.careers-section__header-img[b-xngl7yedrb] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.careers-section__content-img[b-xngl7yedrb]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.careers-section__row-custom .careers-section__content-img[b-xngl7yedrb] {
    width: 80%;
}

.careers-section__footer-banner[b-xngl7yedrb] {
    margin-top: 56px;
    width: 100%;
    background-color: var(--light-blue);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #FFF;
    padding: 60px 16px;
}

/* bullets  */
[b-xngl7yedrb] .bullets p::before {
    content: '\2022';
    display: inline-block;
    width: 1em; 
}
[b-xngl7yedrb] .bullets p:first-child::before {
    content: "";
    width: 0;
}
[b-xngl7yedrb] #jobs_widget_container {
    padding: 20px 40px;
    border-radius: 5rem;
}


[b-xngl7yedrb] #careers-section__zip_script h3 {
    color: var(--primary);
    font-size: 32px;
    padding: 32px 0;
}
[b-xngl7yedrb] #careers-section__zip_script label {
    color: var(--primary);
    font-size: 32px;
}
[b-xngl7yedrb] #careers-section__zip_script input {
    border: var(--primary ) solid 1px;
    position: relative;
    top: -6px;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 2.4rem;
}
[b-xngl7yedrb] #careers-section__zip_script input:focus {
  border: var(--primary ) solid 2px;
}
[b-xngl7yedrb] #careers-section__zip_script label {
    font-size: 24px;
    color: var(--primary);
    font-family: 'Gotham', sans-serif;;
}
[b-xngl7yedrb] #careers-section__zip_script colgroup col:last-child {
    width: 0;
}
[b-xngl7yedrb] #jobs_widget_container #jobsTable th {
    font-weight: 700;
    background-color: var(--primary);
    color:white;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}

[b-xngl7yedrb] #jobs_widget_container #jobsTable td strong {
    color: var(--primary);
}
[b-xngl7yedrb] #careers-section__zip_script tr {
    padding: 0 48px;
    font-size: 16px;
    background-color: #FFF;
    columns: var(--primary);
    font-weight: 400;
    line-height: 42px;
    border-top: 1px solid var(--light-blue);
}
[b-xngl7yedrb] #careers-section__zip_script tr:nth-child(odd) {
    background-color: rgba(188, 231, 247, .1);
}

[b-xngl7yedrb] #careers-section__zip_script p {
   color: var(--primary);
   text-align: center;
   font-size: 14px;
   font-style: italic;
}
[b-xngl7yedrb] ul {
    list-style: none;
}
[b-xngl7yedrb] li {
    position: relative;
    margin-bottom: 10px;
    display: flex;
}
[b-xngl7yedrb] li::before {
    content: '\2022';
    display: inline-block;
    font-size: 16px;
    color: var(--primary);
    margin-right: 10px;
}
[b-xngl7yedrb] .sublist {
    margin-left: 2rem;
}
.careers-section__list[b-xngl7yedrb] {
    display: flex;
    gap: 1rem;
}
.careers-section__list span[b-xngl7yedrb]{
    flex: 1;
}
.careers-section__title-box[b-xngl7yedrb] {
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.careers-section__title-box2[b-xngl7yedrb]{
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.careers-section__content-pdftitleg[b-xngl7yedrb] {
    color: #92D050;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.careers-section__content-pdftitleb[b-xngl7yedrb] {
    color: var(--primary);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.careers-section__content-pdftext[b-xngl7yedrb] {
    color: var(--primary-text);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.careers-section__content-pdfdownloadg[b-xngl7yedrb] {
    border-radius: 10px;
    background: #92D050;
    border: 1px solid #92D050;
    padding: 1rem 3.5rem;
    color: white;
}
.careers-section__content-pdfdownloadg:hover[b-xngl7yedrb] {
    background: white;
    color: #92D050;
}
.careers-section__content-pdfdownloadb[b-xngl7yedrb] {
    border-radius: 10px;
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 1rem 3.5rem;
    color: white;
}
.careers-section__content-pdfdownloadb:hover[b-xngl7yedrb] {
    background: white;
    color: var(--primary);
}

.row-center[b-xngl7yedrb] {
    display: flex;
    justify-content: center;
}
.custom-design[b-xngl7yedrb] {
    background-color: #92D050;
    gap: 0rem;
    border-radius: 1rem;
}
.custom-design2[b-xngl7yedrb] {
    background: linear-gradient(180deg, #C3F2FF 0%, #00AEEF 100%);
    padding: 3rem 4rem;
    border-radius: 1rem;
}
.custom-height[b-xngl7yedrb] {
    height: 300px;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    object-position: top;
    border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
}
.custom-height-flier[b-xngl7yedrb] {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.custom-space[b-xngl7yedrb] {
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.custom-text[b-xngl7yedrb] {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.custom-text2[b-xngl7yedrb] {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.gap16[b-xngl7yedrb]{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.flex-center[b-xngl7yedrb]{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 1024px) {
    .careers-section__row[b-xngl7yedrb] {
        display: flex;
        gap: 5rem;
        flex-direction: column;
    }
    .invert[b-xngl7yedrb]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-xngl7yedrb] {
        margin: 5rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-xngl7yedrb] {
        margin-bottom: 5rem;
    }
}

@media (max-width: 600px) {
    .careers-section__row[b-xngl7yedrb] {
        gap: 3rem; 
    }
    .row-spaces-site:first-of-type[b-xngl7yedrb] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-xngl7yedrb] {
        margin-bottom: 4rem;
    }
    .careers-section__h1[b-xngl7yedrb]{
        font-size: 45px;
    }
    .careers-section__row-custom[b-xngl7yedrb]{
        display: flex;
        flex-direction: column;
    }
    [b-xngl7yedrb] #jobs_widget_container {
        padding: 20px 18px;
    }
    .careers-section__header-img[b-xngl7yedrb] {
        min-height: 160px;
    }
   
}

@media only screen and (max-width: 768px) {
    .careers-section__call-to-action[b-xngl7yedrb] {
        line-height: 24px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .careers-section__row-custom .careers-section__content-img[b-xngl7yedrb] {
        width: 100%;
    }
}
/* _content/CKS/Components/Pages/CASupplyChainAct.razor.rz.scp.css */
.legal-section__h1[b-lual3wmlw0] {
    padding-top: 5rem;
    padding-bottom: 5rem;
    z-index: 9;
}
.legal-section__h1 h1[b-lual3wmlw0] {
    color: var(--primary);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.legal-section__content[b-lual3wmlw0] {
    padding-bottom: 5rem;
}

.legal-section__row[b-lual3wmlw0] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
    padding: 0 5rem;
}

.legal-section__title[b-lual3wmlw0] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.legal-section__text[b-lual3wmlw0] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

[b-lual3wmlw0] .legal-section__text p {
    margin-bottom: 1.6rem;
 }


@media (max-width: 600px) {
    [b-lual3wmlw0] .legal-section__h1 h1{
        font-size: 45px;
    }
    .legal-section__row[b-lual3wmlw0] {
        padding: 0 2rem;
    }
}
/* _content/CKS/Components/Pages/Catalog.razor.rz.scp.css */
.paginator[b-4xgta3vo6r] {
    margin-top: 5rem;
    display: flex;
    gap: 2rem;
}

.paginator_link[b-4xgta3vo6r] {
    cursor: pointer;
}


.paginator_link:hover[b-4xgta3vo6r] {
        color: var(--violet)
   }

.catalog-section[b-4xgta3vo6r] {
    display: grid;
    grid-template-columns: 28rem auto;
    margin-top: 3rem;
    margin-bottom: 8rem;
    gap: 8rem;
}
.catalog-section__header[b-4xgta3vo6r] {
    position: relative;
}
.catalog-section__h1[b-4xgta3vo6r] {
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.custom-bg[b-4xgta3vo6r]{
    background-image: url(/img/banner-catalog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.catalog-section__title[b-4xgta3vo6r] {
    display: flex;
    align-items: center;
    min-height: 300px;
}
.range[b-4xgta3vo6r]{
    display:flex;
    gap:1rem;
}
.breadcrumb ul[b-4xgta3vo6r] {
    margin-top: 3rem;
    list-style: none;
    display: flex;
    gap: 0.5rem;
    color: black;
    font-size: 18px;
}
.breadcrumb ul li:first-child[b-4xgta3vo6r]::after {
    content: '/';
    padding-left: 0.40rem;
}

.breadcrumb ul li:last-child[b-4xgta3vo6r] {
    color: var(--violet)
}
.banner-browse[b-4xgta3vo6r] {
    min-height: 52vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-browse .container[b-4xgta3vo6r] {
    color: white;
    font-weight: 300;
    position: initial;
}
.banner-browse h1[b-4xgta3vo6r] {
    position: absolute;
    color: white;
    font-weight: 200;
    font-size: 48px;
    bottom: 2rem;
    padding: 2rem 4.5rem;
}




.catalog-section__filter h5[b-4xgta3vo6r] {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
}
.custom-checkbox.disabled[b-4xgta3vo6r] {
    opacity: 0.5;
}

.catalog-section__filter ul[b-4xgta3vo6r] {
    list-style: none;
    width: 100%;
    margin-top: -5px;
    transition: all 0.5s;
}
.catalog-section__filter ul li[b-4xgta3vo6r] {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    width: 115px;
}
.catalog-section__filter ul li span[b-4xgta3vo6r] {
    padding-left: 2.5rem;
    top: -1px;
    position: relative;
    color: var(--primary-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.catalog-section__filter[b-4xgta3vo6r]  input.valid {
    background: none;
    border: none;
    display: none;
}
input:disabled[b-4xgta3vo6r] {
    display: none; 
}

 /* customised checkbox */

.custom-checkbox[b-4xgta3vo6r] {
        display: inline-block;
        position: relative;
        cursor: pointer;
        top: 0px;
        left: 3px;
        width: 14px;
    }

    .custom-checkbox[b-4xgta3vo6r]::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        line-height: 15px;
        font-size: 18px;
        border: 1px solid var(--light-blue);
        border-radius: 4px;
        background-color: white; 
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }

     .custom-checkbox.selected[b-4xgta3vo6r]::before {
        background-color: var(--light-blue); 
        border: 1px solid var(--light-blue);
        content: "\2713";
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

    .custom-checkbox.disabled[b-4xgta3vo6r]::before {
        border: 1px solid grey;
        
    }
/*end customised checkbox */ 


.catalog-section__filter[b-4xgta3vo6r]  input.valid:checked ~ span {
    color: black;
}
.catalog-section__filter-actions[b-4xgta3vo6r] {
    display: flex;
    justify-content: space-between;
    margin: 0 0 3.5rem;
    align-items: center;
}
.catalog-section__filter-icon[b-4xgta3vo6r] {
    display: flex;
    gap: 1.5rem;
    font-size: 28px;
    align-items: center;
}
.catalog-section__filter-icon svg[b-4xgta3vo6r] {
    fill: none;
    width: 2rem;
    height: 2rem;
}
.reset-catalog-section__filter[b-4xgta3vo6r] {
    display: flex;
    gap: 0.15rem;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1rem;
}
.reset-catalog-section__filter svg[b-4xgta3vo6r] {
    width: 2rem;
    height: 2rem;
}
.catalog-section__filter-content[b-4xgta3vo6r] {
    display: flex;
    justify-content: space-between;
    background-color: var(--primary);
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 2.4rem;
}

.catalog-section__filter-content>div[b-4xgta3vo6r] {
    flex-grow: 1;
}

.catalog-section__filter-content input[b-4xgta3vo6r] {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    font-weight: 100;
}
.catalog-section__filter-content input[b-4xgta3vo6r]::placeholder {
    color: black;
    font-weight: 100;
}
.catalog-section__filter-content button[b-4xgta3vo6r] {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.catalog-section__filter-content svg[b-4xgta3vo6r] {
    fill: none;
    width: 2rem;
    height: 2rem;
}

.catalog-section__results-header[b-4xgta3vo6r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1400px) {
    .catalog-section__results-header[b-4xgta3vo6r] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.catalog-section__results-number[b-4xgta3vo6r] {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.catalog-section__results-disclaimer[b-4xgta3vo6r] {
    color: var(--primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.catalog-section__filter-title[b-4xgta3vo6r] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.catalog-section__filter-span[b-4xgta3vo6r] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
}

.filter-toggle[b-4xgta3vo6r] {
    display: none;
}

.catalog-section__reset-span[b-4xgta3vo6r] {
    border-radius: 10px;
    background: #B9B9B9;
    padding: 10px 16px 11px 16px;
    color: white;
    cursor: pointer;
}
.catalog-section__filter-slider[b-4xgta3vo6r] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.catalog-section__filter-range[b-4xgta3vo6r] {
    width: 100%;
}
.catalog-section__filter-range-container[b-4xgta3vo6r]{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    background: white;
    margin-bottom: 0.5rem;
    border-radius: 1rem;
}
.catalog-section__filter-slider-markers[b-4xgta3vo6r] {
    display: flex;
    justify-content: space-between;
    top: -12px;
    font-size: 10px;
}

.catalog-section__filter-button-span[b-4xgta3vo6r] {
    color: var(--light-blue);
    cursor: pointer;
}

.switch[b-4xgta3vo6r] {
    background: transparent;
    display: inline-block;
    height: 1.7rem;
    position: relative;
    width: 3.5rem;
}
.dropdown[b-4xgta3vo6r] {
    background: var(--white);
    border-radius: 1rem;
    position: relative;
    transition: background 0.3s ease-in-out;
    width: 100%;
    padding: 1rem 2rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.dropdown:hover[b-4xgta3vo6r] {
    background: #f9f9f9;
}
.dropdown-icon[b-4xgta3vo6r] {
    color: var(--light-blue);
    display: inline-block;
    padding: 0.5rem;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
#dropdown1 .dropdown-icon[b-4xgta3vo6r] {
    display: none;
}
.dropdown-list[b-4xgta3vo6r] {
    display: none;
}
.dropdown-list-open[b-4xgta3vo6r]{
    opacity: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.6rem !important;
    align-items: start;
    margin-top: 2rem;
}
.dropdown-list > li:first-child.active[b-4xgta3vo6r] {
    margin-top: 1.6rem;
}
.dropdown.active .dropdown-list[b-4xgta3vo6r] {
    opacity: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.6rem;
    align-items: start;
}

.dropdown.active .dropdown-list.one-column-grid[b-4xgta3vo6r] {
    grid-template-columns: 1fr;
}

.dropdown-list li[b-4xgta3vo6r] {
    cursor: pointer;
}
input.catalog-section__filter-input.valid[b-4xgta3vo6r]{
    outline: none;
}
input[type="range"][b-4xgta3vo6r] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    margin: 10px 0;
}
input[type="range"][b-4xgta3vo6r]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00aeef;
    cursor: pointer;
}
[b-4xgta3vo6r] .search-input {
    color: white;
    display: block !important;
    width: 98%;
    background-color: var(--primary);
}

[b-4xgta3vo6r] .search-input:-webkit-autofill{
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 30px var(--primary) inset !important;
    caret-color: white;
}


[b-4xgta3vo6r] .search-input::placeholder {
    color: white;
    outline: none;
}
[b-4xgta3vo6r] .search-input:focus {
    outline: none;
}
[b-4xgta3vo6r] input[type="checkbox"]:checked{
    background-color: var(--light-blue);
}

/* ======Dark Mode======  */
.dark-mode .catalog-background[b-4xgta3vo6r]{
 background: #282828;
}

/* .dark-mode .catalog-section {
    padding: 3rem 5rem 8rem;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
} */
.dark-mode .paginator_link[b-4xgta3vo6r] {
    color: var(--white);
}
.dark-mode .catalog-section__filter ul li span[b-4xgta3vo6r] {
    color: white;
}
.dark-mode .catalog-section__filter[b-4xgta3vo6r]  input.valid:checked ~ span {
    color: white;
}
.dark-mode .catalog-section__filter h5[b-4xgta3vo6r] {
    color: var(--white);
}
.dark-mode .catalog-section__filter-content[b-4xgta3vo6r] {
    background-color: var(--white);
}
.dark-mode .catalog-section__filter-slider[b-4xgta3vo6r] {
  color: white;
}
.dark-mode .catalog-section__filter-slider-markers span[b-4xgta3vo6r] {
 color:  white;
}
.dark-mode .catalog-section__results-number[b-4xgta3vo6r] {
    color: var(--white);
}
.dark-mode .catalog-section__results-disclaimer[b-4xgta3vo6r] {
    color: var(--white);
}
.dark-mode .catalog-section__filter-span[b-4xgta3vo6r] {
    color: var(--white);
}
.dark-mode .catalog-section__reset-span[b-4xgta3vo6r] {
    background: #4E4E4E;
}
.dark-mode .catalog-section__filter-range-container[b-4xgta3vo6r]{
    background: #4E4E4E;
}
.dark-mode__container[b-4xgta3vo6r] {
    padding-top: 4rem;
    display: flex;
    justify-content: end;
}
.dark-mode__switch[b-4xgta3vo6r] {
    align-items: center;
    display: flex;
    gap: 0.695rem;
}
.dark-mode__switch span[b-4xgta3vo6r] {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7rem;
}
.dark-mode__switch .dark-mode__label[b-4xgta3vo6r] {
    display: inline;
    color: var(--primary); 
}

.dark-mode .dark-mode__switch .light-mode__label[b-4xgta3vo6r] {
   display: inline;
   color: var(--white);
}
.dark-mode .dropdown:hover[b-4xgta3vo6r] {
    background: var(--dark);
}
.dark-mode .dropdown[b-4xgta3vo6r] {
    background-color: #4E4E4E;
}
.dark-mode .dark-mode__slider[b-4xgta3vo6r] {
    background-color: var(--light-blue);
}
.dark-mode .dark-mode__slider[b-4xgta3vo6r]::before {
    transform: translateX(1.7rem);
} 
.dark-mode__slider[b-4xgta3vo6r] {
    background-color: #B9B9B9;
    border-radius: 1.6rem;
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.4s;
    position: absolute; 
}
.dark-mode__slider[b-4xgta3vo6r]::before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0.1rem;
    content: "";
    height: 1.5rem;
    left: 0.1rem;
    width: 1.5rem;
    position: absolute;
    transition: .4s;
}
.dark-mode .dark-mode__container[b-4xgta3vo6r] {
    background: #282828;
}
.dark-mode[b-4xgta3vo6r]  .search-input {
    color: var(--primary)
}

.dark-mode[b-4xgta3vo6r]  .search-input:-webkit-autofill{
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    caret-color: black;
}

.dark-mode .catalog-section__filter-content[b-4xgta3vo6r]  .search-input {
 color: var(--primary);
}

.dark-mode .catalog-section__filter-content[b-4xgta3vo6r]  .search-input::placeholder {
    color: var(--primary);
    outline: none;
}
.catalog-background.dark-mode:not(html)[b-4xgta3vo6r] {
    background: #282828;
}
@media only screen and (max-width: 1024px) {
    .catalog-section[b-4xgta3vo6r] {
        display: flex;
        flex-direction: column;
    }

    /* filter display pop out */
    .catalog-section[b-4xgta3vo6r] {
        display: block;
    }

    .show.catalog-section__filter[b-4xgta3vo6r] {
        left: 0;
    }
    .catalog-section__filter[b-4xgta3vo6r] {
        position: absolute;
        top: 60px;
        left: -100%;
        transition: all 0.5s ease;
        z-index: 7;
        padding: 0 2.5rem;
        background-color: var(--body-gray);
        width: 100%;
        height: 100%;
    }

    .catalog-section__filter-span-filter-panel[b-4xgta3vo6r] {
        color: var(--primary);
        font-size: 28px;
        font-style: normal;
        font-weight: bold;
        line-height: 28px;
    }
    .catalog-section__filter-span[b-4xgta3vo6r] {
        display: none;
    }

    .active .filter-icon-svg[b-4xgta3vo6r] {
        display: none;
    }

    .filter-close[b-4xgta3vo6r] {
        display: none;
    }

    .active .filter-close[b-4xgta3vo6r] {
        display: block;
    }

    .filter-toggle[b-4xgta3vo6r] {
        cursor: pointer;
        display: flex;
        gap: 2rem;
        transition: all 0.5s ease;
        /* position: absolute; */
        color: var(--primary);
        margin-bottom: 3rem;
        align-items: center;
    }

    
    .bar[b-4xgta3vo6r] {
        background-color: var(--primary);
        height: 3px;
        width: 25px;
        margin: 2px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .dark-mode .filter-toggle[b-4xgta3vo6r] {
        color: white;
    }

    .dark-mode .catalog-section__filter-span-filter-panel[b-4xgta3vo6r] {
        color: white;
    }

    .dark-mode .catalog-section__filter[b-4xgta3vo6r] {
        background-color: #282828;
    }
}

@media only screen and (max-width: 768px) {
   
}
@media (max-width: 600px) {
    .catalog-section__h1[b-4xgta3vo6r]{
        font-size: 46px;
    }
    .catalog-section__title[b-4xgta3vo6r] {
        min-height: 200px;
    }
    .custom-bg[b-4xgta3vo6r]{
        min-height: 200px;
    }
}

.slider-info[b-4xgta3vo6r]
{
    font-size:small;
    color: var(--primary);
}
/* _content/CKS/Components/Pages/CksAdvantage.razor.rz.scp.css */
.cksadvantage-section__h1[b-qp95ocw3r1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.cksadvantage-section__row[b-qp95ocw3r1] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
}
.cksadvantage-section__row-custom[b-qp95ocw3r1] {
    display: flex;
    grid-gap: 2rem;
    gap: 6rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
.cksadvantage-section__title[b-qp95ocw3r1] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.cksadvantage-section__text[b-qp95ocw3r1] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cksadvantage-section__textbig[b-qp95ocw3r1] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.cksadvantage-section__claim[b-qp95ocw3r1] {
    color: var(--primary);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
[b-qp95ocw3r1] .cksadvantage-section__textbig ul {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    gap: 1rem;
}
[b-qp95ocw3r1] .cksadvantage-section__textbig li {
    flex: 1;
    background-color: var(--primary);
    padding: 1rem 2rem;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 1rem;
    text-transform: capitalize;
}
[b-qp95ocw3r1] .cksadvantage-section__textbig li:before {
    content: none;
}
[b-qp95ocw3r1] .cksadvantage-section__text p{
    margin-bottom: 1.6rem;
}
[b-qp95ocw3r1] .cksadvantage-section__title p, [b-qp95ocw3r1] .cksadvantage-section__title h2{
    margin-bottom: 2.4rem;
    font-size: 32px;
}
.cksadvantage-section__left p[b-qp95ocw3r1],  .cksadvantage-section__right p[b-qp95ocw3r1]{
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}
.cksadvantage-section__left[b-qp95ocw3r1],  .cksadvantage-section__right[b-qp95ocw3r1]{
    flex: 1;
}
.cksadvantage-section__header-img[b-qp95ocw3r1] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.cksadvantage-section__content-img[b-qp95ocw3r1]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.cksadvantage-section__notice-row[b-qp95ocw3r1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 8rem;
    top: -2rem;
}
.cksadvantage-section a[b-qp95ocw3r1]{
    cursor: pointer;
    font-size: 16px;
    color: var(--primary);
    display: flex;
    flex-direction: column;
    margin-top: 2.4rem;
}
.cksadvantage-section__text-notice[b-qp95ocw3r1]{
    color: var(--primary);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    cursor: pointer;
}
.cksadvantage-section__content-img-notice[b-qp95ocw3r1] {
    width: 184px;
    height: auto;
    transition: all 0.5s;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 2rem;
    border-radius: 50%;
}
.cksadvantage-section__text-notice:hover[b-qp95ocw3r1] {
    text-decoration: underline;
}
.cksadvantage-section__content-img-notice:hover[b-qp95ocw3r1] {
    transform: scale(1.2);
}

.cksadvantage-section__content-img-notice-cont[b-qp95ocw3r1] {
    background-color: white;
    border-radius: 50%;
    width: 184px;
    height: 184px;
    margin: auto;
}
.cksadvantage-section__row-custom .cksadvantage-section__content-img[b-qp95ocw3r1] {
    width: 80%;
}
[b-qp95ocw3r1] ul {
    list-style: none;
}
[b-qp95ocw3r1] li {
    position: relative;
    margin-bottom: 10px;
    display: flex;
}
[b-qp95ocw3r1] li::before {
    content: '\2022';
    display: inline-block;
    font-size: 16px;
    color: var(--primary);
    margin-right: 10px;
}
[b-qp95ocw3r1] .sublist {
    margin-left: 2rem;
}
.cksadvantage-section__list[b-qp95ocw3r1] {
    display: flex;
    gap: 1rem;
}
.cksadvantage-section__list span[b-qp95ocw3r1]{
    flex: 1;
}
.cksadvantage-section__title-box[b-qp95ocw3r1] {
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.cksadvantage-section__title-box2[b-qp95ocw3r1]{
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.cksadvantage-section__content-pdftitleg[b-qp95ocw3r1] {
    color: #92D050;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.cksadvantage-section__content-pdftitleb[b-qp95ocw3r1] {
    color: var(--primary);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.cksadvantage-section__content-pdftext[b-qp95ocw3r1] {
    color: var(--primary-text);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.cksadvantage-section__content-pdfdownloadg[b-qp95ocw3r1] {
    border-radius: 10px;
    background: #92D050;
    border: 1px solid #92D050;
    padding: 1rem 3.5rem;
    color: white;
}
.cksadvantage-section__content-pdfdownloadg:hover[b-qp95ocw3r1] {
    background: white;
    color: #92D050;
}
.cksadvantage-section__content-pdfdownloadb[b-qp95ocw3r1] {
    border-radius: 10px;
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 1rem 3.5rem;
    color: white;
}
.cksadvantage-section__content-pdfdownloadb:hover[b-qp95ocw3r1] {
    background: white;
    color: var(--primary);
}
.row-center[b-qp95ocw3r1] {
    display: flex;
    justify-content: center;
}
.custom-design[b-qp95ocw3r1] {
    background-color: #92D050;
    gap: 0rem;
    border-radius: 1rem;
}
.custom-design2[b-qp95ocw3r1] {
    background: linear-gradient(180deg, #C3F2FF 0%, #00AEEF 100%);
    padding: 3rem 4rem;
    border-radius: 1rem;
}
.custom-height[b-qp95ocw3r1] {
    height: 300px;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    object-position: top;
    border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
}
.custom-height-flier[b-qp95ocw3r1] {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.custom-space[b-qp95ocw3r1] {
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.custom-text[b-qp95ocw3r1] {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.custom-text2[b-qp95ocw3r1] {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.gap16[b-qp95ocw3r1]{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.flex-center[b-qp95ocw3r1]{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 1rem;
}

.cksadvantage-section__notice-img-cont[b-qp95ocw3r1] {
    height: 184px;
    width: 184px;
    margin: auto;
    border-radius: 50%;
    background-color: white;
}

@media only screen and (max-width: 1200px) {
    .cksadvantage-section__row-custom .cksadvantage-section__content-img[b-qp95ocw3r1] {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    [b-qp95ocw3r1] .cksadvantage-section__textbig ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .cksadvantage-section__row[b-qp95ocw3r1] {
        display: flex;
        gap: 5rem;
        flex-direction: column;
    }
    .invert[b-qp95ocw3r1]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-qp95ocw3r1] {
        margin: 5rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-qp95ocw3r1] {
        margin-bottom: 5rem;
    }
}

@media (max-width: 600px) {
    .cksadvantage-section__row[b-qp95ocw3r1] {
        gap: 3rem;
    }
    .row-spaces-site:first-of-type[b-qp95ocw3r1] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-qp95ocw3r1] {
        margin-bottom: 4rem;
    }
    .cksadvantage-section__h1[b-qp95ocw3r1]{
        font-size: 45px;
    }
    .cksadvantage-section__row-custom[b-qp95ocw3r1]{
        display: flex;
        flex-direction: column;
    }
    [b-qp95ocw3r1] .cksadvantage-section__textbig ul{
        /* flex-direction: column; */
        grid-template-columns: 1fr;
    }
    .cksadvantage-section__header-img[b-qp95ocw3r1] {
        min-height: 160px;
    }
    
}
/* _content/CKS/Components/Pages/ComingSoon.razor.rz.scp.css */
.coming-row__background[b-1i14j6oejx] {
    background-image: url(/img/comingsoon-bg.png);
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
}
.coming-row__container[b-1i14j6oejx] {
    height: 800px;
    display: flex;
    flex-direction: row;
}
.coming-row__container-left[b-1i14j6oejx], .coming-row__container-right[b-1i14j6oejx] {
    flex: 1;
}
.coming-row__container-right[b-1i14j6oejx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.coming-row__container-space[b-1i14j6oejx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 6rem;
}
.coming-row__title[b-1i14j6oejx] {
    color: white;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.coming-row__subtitle[b-1i14j6oejx] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3rem;
}
.coming-row__label[b-1i14j6oejx] {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
[b-1i14j6oejx] .coming-row__form-input {
    border: none;
    padding: 1rem 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 1rem;
}
[b-1i14j6oejx] .contact-section__form-legal-label {
    display: flex;
    gap: 1rem;
}
[b-1i14j6oejx] .validation-message {
    color: red;
    margin-top: 1rem;
}
.coming-row__form-input[b-1i14j6oejx]::placeholder {
    color: var(--primary);
}
.coming-row__form-submit[b-1i14j6oejx] {
    border: none;
    padding: 1rem 2rem;
    background: var(--light-blue);
    color: white;
    border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    cursor: pointer;
}
.social-icon[b-1i14j6oejx]{
    cursor: pointer;
}
.contact-section__form-ckeckbox[b-1i14j6oejx] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.contact-section__form-legal[b-1i14j6oejx] {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 600px) {
    .coming-row__container-space[b-1i14j6oejx] {
        padding: 2rem;
    }
}
/* _content/CKS/Components/Pages/Comparer.razor.rz.scp.css */
.comparator-section__header[b-43p65s87k2] {
    position: relative;
}
.comparator-section__h1[b-43p65s87k2] {
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.comparator-section__title[b-43p65s87k2]{
    display: flex;
    align-items: center;
    min-height: 300px;
}
.comparator-section__container[b-43p65s87k2] {
    display: flex;
    gap: 1rem;
    margin: 8rem 0rem;
    flex-direction: column;
}

.comparator-section__row[b-43p65s87k2] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
}

.comparator-section__info-container[b-43p65s87k2] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    justify-content: start;
}
.custom-bg[b-43p65s87k2]{
    background-image: url(/img/banner-catalog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.comparator-section__specs-img[b-43p65s87k2] {
    height: auto;
    width: 85px;
    border-radius: 15px;
}

.comparator-section__content-products[b-43p65s87k2] {
    align-items: baseline;
    gap: 1.6rem;
    display: flex;
    max-width: calc(100vw - 10rem);
    overflow-x: auto;
}


.comparator-section__content-products-card-container[b-43p65s87k2], .comparator-section__content-products-specs-container[b-43p65s87k2] {
    align-items: self-end;
    gap: 1.6rem;
    /* overflow-x: auto; */
    display: flex;
    flex-grow: 1;
    width: 100%;
    justify-content: space-evenly;
    height: 100%;
}

.comparator-section__content-row[b-43p65s87k2] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: space-between;
}

.comparator-section__content-products-card-container div[b-43p65s87k2] {
    width: 100%;
}

.comparator-section__content-product[b-43p65s87k2] {
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 16px;
    background: #E0E0E0;
    padding: 15px 30px 15px 15px;
    gap: 1rem;
    height: 100%;
}

.comparator-section__content-title[b-43p65s87k2] {
    /* overflow: hidden; */
    -webkit-transition: .2s;
    transition: .2s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width:260px;
}

.comparator-section__content-specs[b-43p65s87k2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comparator-section__content-h4[b-43p65s87k2] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    width: 332px;
}

.comparator-section__content-specs-title[b-43p65s87k2] {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comparator-section__content-specs-category[b-43p65s87k2] {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}

.comparator-section__info[b-43p65s87k2] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    background: white;
    padding: 2rem 2.4rem;
    border-radius: 1.5rem;
    max-width: calc(100vw - 10rem);
}
.spec-selectors.comparator-section__info[b-43p65s87k2] {
    padding: 0;
}

.spec-selectors.comparator-section__info h2[b-43p65s87k2] {
    padding: 2rem 2.4rem;
}

.comparator-section__info-title[b-43p65s87k2] {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comparator-section__info-table tr[b-43p65s87k2] {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    gap: 1.6rem;
    padding: 0.8rem 0rem;
}

.comparator-section__info-name[b-43p65s87k2] {
    color: var(--primary-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 300px;
}

.comparator-section__info-output[b-43p65s87k2] {
    color: var(--secundary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.info-number-3[b-43p65s87k2] {
    width: 25%;
    min-width: 200px;
}
.info-number-2[b-43p65s87k2] {
    width: 50%;
}
.info-number-1[b-43p65s87k2] {
    width: 75%;
}
.comparator-section__specs-cross[b-43p65s87k2] {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    color: var(--primary);
    z-index: 2;
}



.comparator-section__content-buttons[b-43p65s87k2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    margin-top: 1rem;
}

.comparator-section__content-buttons[b-43p65s87k2]  p {
    font-size: 14px;
}

.spec-selector[b-43p65s87k2] {
    width: 100%;
    min-width: 230px ;
    padding: 2rem 2.4rem;
}

/* comparer select */


/* custom  select arrow*/
[b-43p65s87k2] .spec-selector select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2308399B" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none;
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 26px 26px;
    cursor: pointer;
    z-index: 1;
    min-width: 160px;
}

[b-43p65s87k2] .spec-selector select::-ms-expand {
    display: none;
  }
/* end custom  select arrow*/
.empty-div[b-43p65s87k2] {
    width: 100%;
}

.spec-selectors[b-43p65s87k2]  form {
    /* display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem; */
    gap: 1.6rem;
    display: flex;
    max-width: calc(100vw - 10rem);
    /* overflow-x: auto; */
}


[b-43p65s87k2] .spec-selector select {
    padding: 1rem;
    border: var(--secundary) 1px solid;
    border-radius: 10px;
    background-color: white;
    color: var(--secundary);
    font-size: 12px;
    cursor: pointer;
    outline: none;
    width: 100%;
}

[b-43p65s87k2] .spec-selector select:hover,  [b-43p65s87k2] .spec-selector ::deep select:focus {
    border: var(--secundary) 2px solid;

  }

  [b-43p65s87k2] .spec-selector select option {
    background-color: white;
    color: var(--primary-text);
    padding: 3px;
  }



/* breadcrumb  */
.breadcrumb[b-43p65s87k2] {
    display: flex;
    gap: 1rem;
    font-size: 14px;
    color: var(--primary);
}

.breadcrumb a.selected[b-43p65s87k2] {
    color: var(--light-blue);
}


/* ------------ NO ITEMS DIV----------------- */
.comparer__no-products-div[b-43p65s87k2] {
    font-size: 18px;
    color: var(--primary);
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 6rem;
    border-radius: 20px;
    text-align: center;
    padding: 4rem;
    grid-column: span 4;
   }


   .comparer__no-products-div a[b-43p65s87k2] {
       padding: 1rem 3rem;
       width: fit-content;
       border-radius: 15px;
       color: white;
       background-color: var(--primary);
       cursor: pointer;
       margin: 3rem auto 0;

   }

   .comparer__no-products-div a:hover[b-43p65s87k2] {
       background-color: var(--light-blue);
   }
/* ------------ NO ITEMS DIV END----------------- */

.table-slide-buttons[b-43p65s87k2] {
    display: none;
}
/* ------------ DARK MODE CLASSES ----------------- */
/* dark mode switch */
.settings__container[b-43p65s87k2] {
    padding-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dark-mode__switch[b-43p65s87k2] {
    align-items: center;
    display: flex;
    gap: 0.695rem;
}
.dark-mode__switch span[b-43p65s87k2] {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7rem;
}
.dark-mode__switch .dark-mode__label[b-43p65s87k2] {
    display: inline;
    color: var(--primary);
}

.dark-mode .dark-mode__switch .light-mode__label[b-43p65s87k2] {
   display: inline;
   color: var(--white);
}

.dark-mode .dark-mode__slider[b-43p65s87k2] {
    background-color: var(--light-blue);
}
.dark-mode .dark-mode__slider[b-43p65s87k2]::before {
    transform: translateX(1.7rem);
}
.dark-mode__slider[b-43p65s87k2] {
    background-color: #B9B9B9;
    border-radius: 1.6rem;
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.4s;
    position: absolute;
}
.dark-mode__slider[b-43p65s87k2]::before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0.1rem;
    content: "";
    height: 1.5rem;
    left: 0.1rem;
    width: 1.5rem;
    position: absolute;
    transition: .4s;
}
.switch[b-43p65s87k2] {
    background: transparent;
    display: inline-block;
    height: 1.7rem;
    position: relative;
    width: 3.5rem;
}
.dark-mode .dark-mode__container[b-43p65s87k2] {
    background: #282828;
}
/* end dark mode switch */
.dark-mode .comparer-bg-container[b-43p65s87k2] {
    background-color:  #282828;
}

.dark-mode .comparator-section__content-h4[b-43p65s87k2] {
    color: white;
}
.dark-mode .comparator-section__content-product[b-43p65s87k2] {
    background: #4E4E4E;
}
.dark-mode .comparator-section__content-specs-title[b-43p65s87k2] {
    color: white;
}

.dark-mode .comparator-section__content-specs-category[b-43p65s87k2] {
    color: white;;
}
.dark-mode .comparator-section__info[b-43p65s87k2] {
    background: #4E4E4E;
}
.dark-mode .comparator-section__info-title[b-43p65s87k2] {
    color: white;
}
.dark-mode .comparator-section__info-name[b-43p65s87k2] {
    color: white;
}
.dark-mode .comparator-section__info-output[b-43p65s87k2] {
    color: var(--light-blue);
}
.dark-mode .breadcrumb-first[b-43p65s87k2], .dark-mode .breadcrumb-separator[b-43p65s87k2], .dark-mode .related-section__name[b-43p65s87k2]{
    color: white;
}
.dark-mode .comparator-section__specs-cross[b-43p65s87k2] {
    color: white;
}
.comparer-bg-container.dark-mode[b-43p65s87k2] {
    background: #282828;
}
.dark-mode .shopping__no-products-div[b-43p65s87k2] {
    background-color: #4E4E4E;
    color: white;
   }

.dark-mode .shopping__no-products-div a[b-43p65s87k2] {
    background-color: var(--light-blue);
}



.dark-mode .comparator-section[b-43p65s87k2]  .spec-selector select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2300AEEF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none;
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 26px 26px;
}

.dark-mode .comparator-section[b-43p65s87k2]  .spec-selector select {
    border: var(--light-blue) 1px solid;
    background-color: #4E4E4E;
    color: var(--light-blue);
}

.dark-mode .shopping__no-products-div a:hover[b-43p65s87k2] {
    background-color: white;
    color: var(--light-blue);
}


/* ------------END DARK MODE CLASSES ----------------- */



@media only screen and (max-width: 1024px) {
   
    .spec-selectors[b-43p65s87k2]  .spec-selector select  {
        background-position: right 0 top 50%;
    }
    .comparator-section__content-product[b-43p65s87k2] {
        gap: 3rem;
    }
    .comparator-section__content-products[b-43p65s87k2] {
        /* flex-direction: column; */
    }
    .spec-selectors[b-43p65s87k2]  form {
        /* flex-direction: column; */
    }
    .comparator-section__info[b-43p65s87k2] {
        overflow-x: auto;
    }
    

}

@media (max-width: 900px) {
    .comparator-section__content-products-card-container[b-43p65s87k2], .comparator-section__content-products-specs-container[b-43p65s87k2] {
        justify-content: start;
    }
}
@media (max-width: 600px) {

    .comparator-section__h1[b-43p65s87k2]{
        font-size: 46px;
    }
    .comparator-section__content-products[b-43p65s87k2] {
        max-width: calc(100vw - 5rem);
       padding:0;
       /* overflow: hidden; */
    }

    .comparator-section__info[b-43p65s87k2] {
        max-width: calc(100vw - 5rem);
        padding: 2rem 1rem;
        /* white-space: nowrap; */
        overflow-x: auto;
        /* overflow: hidden; */
        display: flex;
    }
    .comparator-section__info-table tr[b-43p65s87k2] {
        justify-content: space-between;
        padding: 1rem 1rem;
    }
    .comparator-section__info-title[b-43p65s87k2]{
        font-size: 20px;
    }

    .spec-selectors[b-43p65s87k2]  form {
        gap: .5rem;
        grid-template-columns: 1fr;
    }

    .shopping__no-products-div[b-43p65s87k2] {
        width: 300px;
        }
    .breadcrumb[b-43p65s87k2] {
        gap: .4rem;
        font-size: 12px;
        }
    .dark-mode__switch span[b-43p65s87k2] {
        font-size: 12px;
        }

    .comparator-section__container[b-43p65s87k2] {
        margin: 4rem 0rem;
    }
    .comparator-section__content-products-card-container[b-43p65s87k2], .comparator-section__content-products-specs-container[b-43p65s87k2] {
        align-items: baseline;
        justify-content: start;
        gap: 1.6rem;
        /* overflow-x: auto; */
        display: flex;
        max-width: calc(100vw - 5rem);
        padding: 2rem 0;
    }

    .comparator-section__content-products-card-container[b-43p65s87k2] {
        align-items: stretch;
    }
    /* header */
    .custom-bg[b-43p65s87k2]{
        min-height: 200px;
    }
    .comparator-section__title[b-43p65s87k2]{
        min-height: 200px;
    }
    .comparator-section__content-h4[b-43p65s87k2] {
        font-size: 28px;
    }

}
/* _content/CKS/Components/Pages/Contact.razor.rz.scp.css */
.contact-section__content-right[b-ej71kgpnjj] {
  font-family: 'Gotham', sans-serif;;
}

.contact-section__h1[b-ej71kgpnjj] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.contact-section__content-row[b-ej71kgpnjj]{
    display: flex;
    gap: 6rem;
}



.contact-section__content-left[b-ej71kgpnjj], .contact-section__content-right[b-ej71kgpnjj]{
    flex: 1;
}

.contact-section__content-right[b-ej71kgpnjj] {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.contact-section__header-img[b-ej71kgpnjj] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.contact-section__states-title[b-ej71kgpnjj] {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 4.8rem;
}
.contact-section__states-list[b-ej71kgpnjj] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
}


.contact-section__states-item[b-ej71kgpnjj] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.contact-section__states-item p[b-ej71kgpnjj] {
    font-size: 16px;
    font-weight: 700;
    color: rgba(43, 75, 80, 1);
}



.contact-section__states-item svg[b-ej71kgpnjj] {
    color: var(--primary);
    cursor: pointer;
}
.contact-section__states-item svg:hover[b-ej71kgpnjj] {
    color: var(--light-blue);
}

.contact-section__content-aboutus[b-ej71kgpnjj] {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
}

[b-ej71kgpnjj] .contact-section__content-aboutus h2 {
    margin: 32px 0 32px 0;
    font-weight: 700;
    color: var(--primary);
}

[b-ej71kgpnjj] .contact-section__content-aboutus p {
    margin: 8px 0;
    font-weight: 600;
    color: #707070;
}

[b-ej71kgpnjj] .contact-section__content-aboutus ul {
    margin: 16px 0;
    color: #707070;
    margin-left: 20px;
    list-style-image: url('/icons/custom-bullet.svg');
}
.contact-section__content-direction-title[b-ej71kgpnjj] {
    color: var(--primary);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}
.contact-section__content-direction-text[b-ej71kgpnjj]{
    color: var(--primary-text);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.compreser[b-ej71kgpnjj]{
    background-color: white;
    padding: 4rem 3rem;
    width: 100%;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


[b-ej71kgpnjj] .validation-errors {
    margin-bottom: 20px;
    margin-left: 20px;
}

[b-ej71kgpnjj] .validation-message {
    margin: 5px 0;
    color: #DA2C38;
}

.contact-section__states__modal[b-ej71kgpnjj] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(5, 36, 96, 0.9);
    z-index: 1000;
}


.contact-section__states__modal-content[b-ej71kgpnjj] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 6.5rem 6rem;
    border: 1px solid #ccc;
    border-radius: 2.4rem;
    z-index: 9999;
    height: 50rem;
    width: 80vw;
    max-width: 152rem;
}

.contact-section__states__modal-title[b-ej71kgpnjj] {
    font-size: 4rem;
    color: rgba(5, 36, 96, 1);
    font-weight: 700;

}

.contact-section__states__modal-close[b-ej71kgpnjj] {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    cursor: pointer;
    width: 4rem;
    height: 4rem ;
}

.contact-section__states__modal-list[b-ej71kgpnjj] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 2.4rem;
    margin: 0 auto;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-top: 5rem;
    width: 100%;
    padding-right: 2rem;
    height: calc(50rem - 20rem);
}


    

[b-ej71kgpnjj] .contact-section__states__modal-item {
    background: rgba(241, 241, 241, 1);
    width: 100%;
    height: auto;
    padding: 1.8rem 2.4rem;
    border-radius: 2.4rem;
    list-style: none;
    transition: all .2s linear;
    cursor: default; /*change to pointer when functionality integrated*/
}


[b-ej71kgpnjj] .contact-section__states__modal-item:hover {
    background: rgba(5, 36, 96, 1);
    color: white;
}

[b-ej71kgpnjj] .contact-section__states__modal-item:hover b {
    color: rgba(0, 174, 239, 1);
}
    

[b-ej71kgpnjj] .contact-section__states__modal-item span {
    line-height: 200%;
}

[b-ej71kgpnjj] .contact-section__states__modal-item b {
    color: rgba(5, 36, 96, 1);
    font-size: 2rem;
}

.contact-section__notice[b-ej71kgpnjj] {
    color: var(--primary);
    padding-bottom: 4rem;
    width: 100%;
    text-align: center;
}

.contact-section__notice a[b-ej71kgpnjj] {
    color: var(--secundary);
    cursor: pointer;
    font-weight: bold;
}
.contact-section__notice a:hover[b-ej71kgpnjj] {
   text-decoration: underline;
}
/* ------------ CONTACT FORM START ----------------- */
.contact-section__content-right[b-ej71kgpnjj]  form {
    border-radius: 32px;
    background-color: #ffffff;
    padding: 60px;
}

.contact-section__content-right[b-ej71kgpnjj]  .form-column {
    display: flex;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
    align-items: end;
}


.contact-section__content-right[b-ej71kgpnjj]  .form-column div {
    display: flex; 
    flex-direction: column;
    /* margin-bottom: 1.6rem; */
    /* flex: 1; */
    width: 100%;
}

.contact-section__content-right[b-ej71kgpnjj]  .form-column input {
     /* flex: 1;  */
}

.contact-section__content-right[b-ej71kgpnjj]  .form-column input[type="email"] {
    padding: 1rem 0 1rem 1rem;
    align-self: end;
}

.contact-section__content-right form label[b-ej71kgpnjj] {
    color: var(--secundary);
    font-size: 12px;
    margin-left: 2px;
}

.input-flex[b-ej71kgpnjj] {
    align-items: center;
    gap: 5px;
    flex-direction: row !important;
    /* align-self: end;
    height: 36px; */
}

.input-flex span[b-ej71kgpnjj] {
    width: 4rem;
}

.input-flex input[b-ej71kgpnjj] {
    width: fit-content;
}


/* custom  select*/
[b-ej71kgpnjj] .form-column select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2308399B" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none; 
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 26px 26px;
    cursor: pointer;
    z-index: 1;
    border-radius: 10px;
    background-color: var(--grey-light, #F1F1F1);
    padding: 1rem 4rem 1rem 1rem;
    border: none;
    width: 100%;
    outline: none;
    font-family: 'Gotham', sans-serif;
}

[b-ej71kgpnjj] .form-column select::-ms-expand {
    display: none;
  }


[b-ej71kgpnjj] .form-column input,
[b-ej71kgpnjj] .form-column textarea,
[b-ej71kgpnjj] .form-text textarea{
    border-radius: 10px;
    background-color: var(--grey-light, #F1F1F1);
    padding: 1rem;
    border: none;
    width: 100%;
    outline: none;
    font-family: 'Gotham', sans-serif;
}


[b-ej71kgpnjj] .form-column input::placeholder, [b-ej71kgpnjj] .form-column textarea, [b-ej71kgpnjj] .form-text textarea, [b-ej71kgpnjj] .form-column select {
    color: var(--secundary);
    /* font-family: 'Inter Regular', sans-serif; */
}

[b-ej71kgpnjj] .form-text textarea {
    height: 160px;
    outline: none;
}

[b-ej71kgpnjj] .form-text textarea::placeholder {
    color: var(--secundary);
}

[b-ej71kgpnjj] .form-text textarea:focus, [b-ej71kgpnjj] .form-column input[type=text]:focus, [b-ej71kgpnjj] .form-column input[type=email]:focus, [b-ej71kgpnjj] .form-column input[type=tel]:focus, [b-ej71kgpnjj] .form-column select:focus {
    border: 2px solid var(--primary);
}

[b-ej71kgpnjj] .form-checkbox {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--secundary);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
[b-ej71kgpnjj] .form-checkbox a {
    text-decoration: underline;
}
[b-ej71kgpnjj] .form-button {
    width: 20%;
    padding: 10px;
    background-color: #00AEEF;
    color: #fff;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    top: 4rem;
    text-align: center;
} 

[b-ej71kgpnjj] .form-button:hover {
    border-radius: 10px;
    background: white;
    color: var(--light-blue);
    cursor: pointer;
    border: 1px solid var(--light-blue);
}

.form-footer[b-ej71kgpnjj] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
/* .form-checkbox {
    margin: 10px 0;
    width: 70%;
} */
/* ------------ CONTACT FORM END ----------------- */



   
    @media (max-width: 1500px) {
        .contact-section__states__modal-list[b-ej71kgpnjj] {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media only screen and (max-width: 1268px) {
        .contact-section__states-list[b-ej71kgpnjj] {
            justify-content: flex-start;
        }
        .contact-section__states-item p[b-ej71kgpnjj] {
            font-size: 12px;
        }
        [b-ej71kgpnjj] .form-column select {
            background-position: right 0px top 50%;
            padding: 1rem 2rem 1rem 1rem;
        }
    }

    @media only screen and (max-width: 1200px) {
        .row-spaces[b-ej71kgpnjj] {
            flex-direction: column;
            gap: 1rem;
            max-width: 800px;
            margin: 8rem auto;
        }
        [b-ej71kgpnjj] .form-column select {
            background-position: right 18px top 50%;
            padding: 1rem 4rem 1rem 1rem;
        }
        .contact-section__content-right[b-ej71kgpnjj] {
            gap: 1rem
        }
    }

    
    @media only screen and (max-width: 900px) {
        .row-spaces[b-ej71kgpnjj] {
            max-width: 500px;
        }
        [b-ej71kgpnjj] .form-column select {
            background-position: right 0px top 50%;
            padding: 1rem 2rem 1rem 1rem;
        }
        .contact-section__notice[b-ej71kgpnjj] {
            padding-top: 3rem;
        }
        
    }

    @media (max-width: 768px) {
        .contact-section__states__modal-list[b-ej71kgpnjj] {
            grid-template-columns: 1fr;
            height: calc(50rem - 12rem);
        }
        [b-ej71kgpnjj] .contact-section__states__modal-item {
            height: fit-content;
        }
    }

    @media (max-width: 768px) {
        .contact-section__states__modal-title[b-ej71kgpnjj] {
            font-size: 2.5rem;
            position: absolute;
            top: 2.4rem;
            left: 2.4rem;
        }

        .contact-section__states__modal-close[b-ej71kgpnjj] {
            width: 3rem;
            height: 3rem;
        }

        .contact-section__states__modal-content[b-ej71kgpnjj] {
            padding: 4rem 2rem;
        }
    }

    @media (max-width: 600px) {
       
        [b-ej71kgpnjj] .form-button {
            width: 76px;
        } 
        .contact-section__content-right[b-ej71kgpnjj]  form {
            padding: 3.5rem 2.5rem;
        }
        .compreser[b-ej71kgpnjj]{
            gap: 1rem;
            padding: 3rem 2.5rem;
        }
        .contact-section__content-direction-text[b-ej71kgpnjj]{
            font-size: 16px;
            line-height: 26px;
        }
        .contact-section__h1[b-ej71kgpnjj] {
            font-size: 45px;
        }
        .contact-section__header-img[b-ej71kgpnjj] {
            min-height: 160px;
        }
        [b-ej71kgpnjj] .form-column select {
            padding: 1rem 2rem 1rem 1rem;
        }
        .contact-section__content-right[b-ej71kgpnjj]  .form-column {
            flex-direction: column;
        }
        .input-flex[b-ej71kgpnjj] {
            flex-direction: row;
        }
    }
/* _content/CKS/Components/Pages/HowItStarted.razor.rz.scp.css */
.started-section__row[b-bcelumggd4] {
    gap: 10rem;
    display: grid;
    grid-template-columns: 40% 50%;
    margin: 4rem 0rem 3rem;
}
.started-section__img[b-bcelumggd4]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.started-section__title[b-bcelumggd4] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
[b-bcelumggd4] .started-section__text p{
    margin-bottom: 1.6rem;
}
[b-bcelumggd4] .started-section__title p{
    margin-bottom: 2.4rem;
}
.started-section__row p[b-bcelumggd4],  .started-section__row p[b-bcelumggd4]{
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}
[b-bcelumggd4] .long-text > p:nth-child(-n+2) {
    display: none;
}
[b-bcelumggd4] .short-text > p:nth-child(n+3) {
    display: none;
}
[b-bcelumggd4] .started-section__text h4 {
    color: var(--primary);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 1.6rem;
    margin-top: 3.2rem;
}
.started-section__row:first-child[b-bcelumggd4] {
    margin: 4rem 0rem 0rem;
}
@media (max-width: 600px) {
    .started-section__row[b-bcelumggd4] {
        display: flex;
        gap: 3rem;
        flex-direction: column;
    }
    .invert[b-bcelumggd4]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-bcelumggd4] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-bcelumggd4] {
        margin-bottom: 4rem;
    }
    .maximum-section__h1[b-bcelumggd4]{
        font-size: 40px;
    }
}
/* _content/CKS/Components/Pages/Index.razor.rz.scp.css */
.home-row__video[b-hyhubw4pke] {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
#background-video[b-hyhubw4pke] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
}
.home-row__title[b-hyhubw4pke] {
    color: var(--white);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #00000085;
    border-radius: 1rem;
    padding: 1rem 2rem;
}
.home-row__container[b-hyhubw4pke] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 3rem;
    padding: 8rem 5rem;
    margin: 0 auto;
}
.home-row__link[b-hyhubw4pke] {
    background-color: var(--light-blue);
    color: white;
    padding: 1rem 2rem;
    border-radius: 1rem;
}
.home-row__link:hover[b-hyhubw4pke] {
    background-color: var(--primary);
}
.home-row__links-list[b-hyhubw4pke] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2.4rem;
}
.home-row__links-item[b-hyhubw4pke] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    flex: 1;
}
.home-row__links-image[b-hyhubw4pke] {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 3rem;
}
.home-row__links-title[b-hyhubw4pke] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.home-row__links-text[b-hyhubw4pke] {
    color: var(--primary-text);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.home-row__links-link[b-hyhubw4pke]{
    background-color: var(--light-blue);
    padding: 1rem 2rem;
    color: white;
    width: fit-content;
    border-radius: 1rem;
}
.home-row__links-link:hover[b-hyhubw4pke]{
    background-color: var(--primary);
}
.home-row__market[b-hyhubw4pke] {
    background: linear-gradient(180deg, #052460 0%, rgba(5, 36, 96, 0.00) 124%);
    background-image: url("/img/background-fish.jpg");
    display: flex;
    align-items: center;
}
.home-row__market[b-hyhubw4pke]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1)); 
    pointer-events: none; 
  }
.home-row__market-title[b-hyhubw4pke] {
    color: var(--white);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.home-row__market-text[b-hyhubw4pke] {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5rem;
}
.home-row__market-list[b-hyhubw4pke] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
}
.home-row__market-item[b-hyhubw4pke] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    border-radius: 32px;
    background: var(--secundary);
    flex: 1;
    justify-content: space-between;
    width: calc(12% - 11.25px);
}
.home-row__market-item svg[b-hyhubw4pke] {
    border-radius: 3rem;
    width: 100%;
    height: auto;
}
.home-row__market-item:hover[b-hyhubw4pke] {
    background: var(--light-blue);
}
.home-row__market-item-logo[b-hyhubw4pke] {
    color: var(--light-blue);
}
.home-row__market-item:hover .home-row__market-item-logo[b-hyhubw4pke]{
    color: var(--primary);
}
.home-row__market-item-span[b-hyhubw4pke] {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3rem;
}
.home-row__market-item-icon[b-hyhubw4pke] {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
}
.home-row__contact[b-hyhubw4pke] {
    background-color: var(--light-blue);
}
.home-row__content[b-hyhubw4pke] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.home-row__contact-content[b-hyhubw4pke] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.home-row__contact-title[b-hyhubw4pke] {
    color: white;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.home-row__contact-text[b-hyhubw4pke] {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-row__contact-link[b-hyhubw4pke] {
    color: white;
    background-color: var(--primary);
    width: fit-content;
    padding: 1rem 2rem;
    border-radius: 1rem;
    border: 1px solid var(--primary);
}
.home-row__contact-link:hover[b-hyhubw4pke] {
    color: var(--primary);
    background-color: white;
}
.home-row__locations-content[b-hyhubw4pke] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 8rem 5rem;
    margin: 0 auto;
}
.home-row__locations-title[b-hyhubw4pke] {
    color: var(--primary);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.home-row__locations-text[b-hyhubw4pke] {
    color: var(--primary-text);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-row__locations-link[b-hyhubw4pke] {
    background-color: var(--light-blue);
    padding: 1rem 2rem;
    color: white;
    width: fit-content;
    border-radius: 1rem;
    border: 1px solid var(--light-blue);
}
.home-row__locations-link:hover[b-hyhubw4pke] {
    background-color: white;
    color: var(--light-blue);
}
.home-row__locations-map[b-hyhubw4pke], .home-row__locations-mapAPI[b-hyhubw4pke] {
    min-height: 640px;
    width: 100%;
}
.home-row__news-title[b-hyhubw4pke] {
    color: var(--primary);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3.2rem;
}
.home-row__news-list[b-hyhubw4pke] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: space-between;
}
.home-row__news-item[b-hyhubw4pke] {
    width: 32%;
    display: flex;
    border-radius: 32px;
    background: white;
}
.home-row__news-link[b-hyhubw4pke]{
    width: 100%;
}
.home-row__news-img[b-hyhubw4pke] {
    width: 100%;
    height: 264px;
    object-fit: cover;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.home-row__news-info[b-hyhubw4pke] {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2.4rem 1.8rem;
    gap: 0.8rem;
}
.home-row__news-meta[b-hyhubw4pke]{
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1rem;
}
.home-row__news-category[b-hyhubw4pke] {
    color: var(--light-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.home-row__news-date[b-hyhubw4pke] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary);
}
.home-row__news-name[b-hyhubw4pke] {
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-row__news-item:hover[b-hyhubw4pke]{
    background-color: var(--primary);
}
.home-row__news-item:hover .home-row__news-name[b-hyhubw4pke]{
    color: white;
}
.home-row__news-item:hover .home-row__news-date[b-hyhubw4pke]{
    color: white;
}
.home-row__img[b-hyhubw4pke] {
    width: 160px;
    border-radius: 50%;
    height: auto;
}

/* Google maps */
[b-hyhubw4pke] .gm-style .gmnoprint {
    top: 10px;
    right: 10px;
}

[b-hyhubw4pke] .gm-svpc {
    top: 10px;
    left: 10px;
}

[b-hyhubw4pke] .gm-style .gmnoprint[gmnoscreen="true"] {
    bottom: 10px;
    right: 10px;
}

[b-hyhubw4pke] .gm-style .gmnoscreen {
    top: 10px;
    left: 10px;
}

[b-hyhubw4pke] .gm-style .gmnoprint[gmnoscreen="true"] {
    top: 10px;
    left: 10px;
}

[b-hyhubw4pke] .gm-fullscreen-control {
    top: 10px;
    right: 10px;
}


@media (max-width: 1000px) {
    .home-row__market-item[b-hyhubw4pke] {
        width: calc(33% - 11.25px);
        flex: auto;
    }
}
@media (max-width: 600px) {
    .home-row__content[b-hyhubw4pke] {
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }
    .home-row__links-item[b-hyhubw4pke] {
        width: 100%;
        margin-bottom: 4rem;
        flex: auto;
    }
    .home-row__links-item:last-child[b-hyhubw4pke] {
        margin-bottom: 0rem;
    }
    .home-row__contact-img[b-hyhubw4pke] {
        width: 100%;
        height: auto;
    }
    .home-row__market-item[b-hyhubw4pke] {
        width: 100%;
    }
    .home-row__contact[b-hyhubw4pke]{
        padding: 8rem 0rem;
    }
    .home-row__news-title[b-hyhubw4pke] {
        line-height: normal;
        margin-bottom: 3.2rem;
    }
    .home-row__news-item[b-hyhubw4pke] {
        width: 100%;
    }
}
/* _content/CKS/Components/Pages/InnovationSolutions.razor.rz.scp.css */
.innovationsolutions-section__row[b-tknbb8vwuw] {
    gap: 10rem;
    display: grid;
    grid-template-columns: 40% 50%;
    margin: 4rem 0rem 3rem;
}
.innovationsolutions-section__img[b-tknbb8vwuw]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
[b-tknbb8vwuw] .innovationsolutions-section__title {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin-bottom: 1.6rem;

}
[b-tknbb8vwuw] .innovationsolutions-section__text p{
    margin-bottom: 1.6rem;
}
[b-tknbb8vwuw] .innovationsolutions-section__title p{
    margin-bottom: 2.4rem;
}

[b-tknbb8vwuw] .long-text > ul {
    display: none;
}

[b-tknbb8vwuw] .long-text > p:nth-child(-n+2) {
    display: none;
}

[b-tknbb8vwuw] .short-text > p:nth-child(n+2) {
    display: none;
}

[b-tknbb8vwuw] .innovationsolutions-section__text ul {
    margin-left: 20px;
    list-style-image: url('/icons/custom-bullet.svg');
}

[b-tknbb8vwuw] .innovationsolutions-section__text li {
    margin-bottom: 24px;
}

.innovationsolutions-section__row p[b-tknbb8vwuw],  .innovationsolutions-section__row p[b-tknbb8vwuw]{
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}

.innovationsolutions-section__notice-row[b-tknbb8vwuw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 8rem;
}

.innovationsolutions-section__content-img-notice[b-tknbb8vwuw] {
    width: 200px;
    height: auto;
    transition: all 0.5s;
    cursor: pointer;
}

.innovationsolutions-section__text-notice[b-tknbb8vwuw] {
    color: var(--primary);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.innovationsolutions-section__content-img-notice:hover[b-tknbb8vwuw] {
    transform: scale(1.2);
}


@media (max-width: 600px) {
    .innovationsolutions-section__row[b-tknbb8vwuw] {
        display: flex;
        gap: 3rem;
        flex-direction: column;
    }
    .invert[b-tknbb8vwuw]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-tknbb8vwuw] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-tknbb8vwuw] {
        margin-bottom: 4rem;
    }
    .maximum-section__h1[b-tknbb8vwuw]{
        font-size: 40px;
    }
}
/* _content/CKS/Components/Pages/LandingCatalog.razor.rz.scp.css */
.maximum-section[b-c86xf3vsnv] {
    background: linear-gradient(180deg, #052460 0%, rgba(5, 36, 96, 0.00) 124%);
    background-image: url(/img/background-fish.jpg);
}
.maximum-section__title[b-c86xf3vsnv] {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.maximum-section__subtitle[b-c86xf3vsnv] {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: var(--light-blue);
    width: 70%;
    margin: 0 auto;
}
.maximum-section__img[b-c86xf3vsnv] {
    width: auto;
    height: auto;
    max-height: 472px;
}
.maximum-section__absolute[b-c86xf3vsnv]{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease;    
}
.maximum-section__bg:hover .maximum-section__absolute[b-c86xf3vsnv] {
    transform: translateX(-50%) translateY(-20px);
}
.row-colums[b-c86xf3vsnv] {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}
.maximum-section__bg[b-c86xf3vsnv] {
    background: var(--secundary);
    border-radius: 4rem;
    height: 434px;
    cursor: pointer;
    margin-bottom: 2rem;
}
.maximum-section__bg:hover[b-c86xf3vsnv] {
    background: var(--light-blue); 
}
.maximum-section__title-category[b-c86xf3vsnv] {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.maximum-section__row:first-child[b-c86xf3vsnv] {
    margin-top: 10rem;
    margin-bottom: 16rem;
    display: flex;
    gap: 3rem;
    flex-direction: column;
}
.maximum-section__left[b-c86xf3vsnv], .maximum-section__right[b-c86xf3vsnv] {
    flex: 1;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}
.rotate15[b-c86xf3vsnv]{
    transform: rotate(15deg);
}

.mg-18[b-c86xf3vsnv] {
    margin-bottom: 18rem;
}

.mg-12[b-c86xf3vsnv] {
    margin-bottom: 12rem;
}
.mg-10[b-c86xf3vsnv]{
    margin-bottom: 10rem;
}
.mg-6[b-c86xf3vsnv]{
    margin-bottom: 6rem;
}


/* queries medium */
@media only screen and (max-width: 768px) {
    .row-colums[b-c86xf3vsnv] {
        display: flex;
        flex-direction:column;
    }
    .md-mg-6[b-c86xf3vsnv] {
        margin-bottom: 6rem;
    }
    .maximum-section__left h4:hover .maximum-section__absolute[b-c86xf3vsnv] {
        transform: translateX(-50%) translateY(-20px);
    }

    .maximum-section__left h4:hover .maximum-section__bg[b-c86xf3vsnv] {
        background: var(--light-blue); 
        cursor: pointer;
    }

    .maximum-section__studio-image img[b-c86xf3vsnv] {
        display: none;
    }
    .maximum-section__studio-container[b-c86xf3vsnv]{
        gap: 0rem ;
    }
    .maximum-section__img[b-c86xf3vsnv] {
        max-height: 370px;
    }
    .maximum-section__title[b-c86xf3vsnv] {
        font-size: 56px;
    }
    .maximum-section__absolute[b-c86xf3vsnv]{
        top: -34px;   
    }
    .maximum-section__bg[b-c86xf3vsnv] {
        height: 370px;
    }
}


@media (max-width: 600px) {
    .maximum-section__row:first-child[b-c86xf3vsnv] {
        margin-top: 6rem;
        margin-bottom: 10rem;
    }
    .maximum-section__title[b-c86xf3vsnv] {
        font-size: 45px;
    }
}
/* _content/CKS/Components/Pages/Location.razor.rz.scp.css */


.location-section__h1[b-wfqkhnlufy] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}

.location-section__title[b-wfqkhnlufy] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.location-section__content-row[b-wfqkhnlufy]{
    flex-direction: column;
    display: flex;
    gap: 1rem;
    margin: 6rem 0;
}

@media only screen and (max-width: 1200px) {
    .row-spaces[b-wfqkhnlufy] {
        flex-direction: column;
        gap: 50px;
        max-width: 800px;
        margin: 8rem auto;
    }
}

@media only screen and (max-width: 900px) {
    .row-spaces[b-wfqkhnlufy] {
        flex-direction: column;
        gap: 50px;
        max-width: 500px;
        margin: 8rem auto;
    }
}


.location-section__content-left[b-wfqkhnlufy], .location-section__content-right[b-wfqkhnlufy]{
    flex: 1;
}
.location-section__header-img[b-wfqkhnlufy] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.location-section__states[b-wfqkhnlufy] {
    margin-bottom: 6rem;
}
.location-section__states-title[b-wfqkhnlufy] {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 4.8rem;
}
.location-section__states-list[b-wfqkhnlufy] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
}


.location-section__states-item[b-wfqkhnlufy] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.location-section__states-item p[b-wfqkhnlufy] {
    font-size: 16px;
    font-weight: 700;
    color: rgba(43, 75, 80, 1);
}


.location-section__states-item svg[b-wfqkhnlufy] {
    color: var(--primary);
    cursor: pointer;
}
.location-section__states-item svg:hover[b-wfqkhnlufy] {
    color: var(--light-blue);
}

.location-section__content-aboutus[b-wfqkhnlufy] {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
}

[b-wfqkhnlufy] .location-section__content-aboutus h2 {
    margin: 32px 0 32px 0;
    font-weight: 700;
    color: var(--primary);
}

/* ::deep .location-section__content-aboutus p {
    margin: 8px 0;
    font-weight: 600;
    color: #707070;
} */



.location-section__states__modal[b-wfqkhnlufy] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(5, 36, 96, 0.9);
    z-index: 1000;
}


.location-section__states__modal-content[b-wfqkhnlufy] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 6.5rem 6rem;
    border: 1px solid #ccc;
    border-radius: 2.4rem;
    z-index: 9999;
    height: 60rem;
    width: 80vw;
    max-width: 152rem;
}

.location-section__states__modal-title[b-wfqkhnlufy] {
    font-size: 4rem;
    color: rgba(5, 36, 96, 1);
    font-weight: 700;

}

.location-section__states__modal-close[b-wfqkhnlufy] {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    cursor: pointer;
    width: 4rem;
    height: 4rem ;
}

.location-section__states__modal-list[b-wfqkhnlufy] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 2.4rem;
    margin: 0 auto;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-top: 5rem;
    width: 100%;
    padding-right: 2rem;
    height: calc(60rem - 20rem);
}

  

[b-wfqkhnlufy] .location-section__states__modal-item {
    background: rgba(241, 241, 241, 1);
    width: 100%;
    height: auto;
    padding: 1.8rem 2.4rem;
    border-radius: 2.4rem;
    list-style: none;
    transition: all .2s linear;
    cursor: default; 
}

    

[b-wfqkhnlufy] .location-section__states__modal-item:hover {
    background: rgba(5, 36, 96, 1);
    color: white;
}

[b-wfqkhnlufy] .location-section__states__modal-item:hover b {
    color: rgba(0, 174, 239, 1);
}
    

    [b-wfqkhnlufy] .location-section__states__modal-item span {
        line-height: 200%;
    }

[b-wfqkhnlufy] .location-section__states__modal-item b {
    color: rgba(5, 36, 96, 1);
    font-size: 2rem;
}


@media (max-width: 1500px) {
    .location-section__states__modal-list[b-wfqkhnlufy] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 1268px) {
    .location-section__states-list[b-wfqkhnlufy] {
        justify-content: flex-start;
    }
    .location-section__states-item p[b-wfqkhnlufy] {
        font-size: 12px;
    }
}



@media (max-width: 1200px) {
    .location-section__states__modal-list[b-wfqkhnlufy] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .location-section__states__modal-title[b-wfqkhnlufy] {
            font-size: 2.5rem;
            position: absolute;
            top: 2.4rem;
            left: 2.4rem;
        }

    .location-section__states__modal-close[b-wfqkhnlufy] {
            width: 3rem;
            height: 3rem;
        }

    .location-section__states__modal-content[b-wfqkhnlufy] {
            padding: 4rem 2rem;
            height: 50rem;
        }
    .location-section__states__modal-list[b-wfqkhnlufy] {
            grid-template-columns: 1fr;
            height: calc(50rem - 12rem);
            

        }
    [b-wfqkhnlufy] .location-section__states__modal-item {
            height: fit-content;
        }
    }
       
    
      
@media (max-width: 600px) {
    [b-wfqkhnlufy] .form-column select {
        background-position: right 0px top 50%;
    }

    .location-section__h1[b-wfqkhnlufy] {
        font-size: 45px;
    }
    .location-section__header-img[b-wfqkhnlufy] {
        min-height: 160px;
    }
}
/* _content/CKS/Components/Pages/MarketsServed.razor.rz.scp.css */
.markets-section__h1[b-k8fcoht0wk] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.markets-section__row[b-k8fcoht0wk] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
}
.markets-section__row-custom[b-k8fcoht0wk] {
    display: flex;
    grid-gap: 2rem;
    gap: 6rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
.markets-section__title[b-k8fcoht0wk] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.markets-section__text[b-k8fcoht0wk] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.markets-section__header-img[b-k8fcoht0wk] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.markets-section__left[b-k8fcoht0wk],  .markets-section__right[b-k8fcoht0wk]{
    flex: 1;
}
.markets-section__content-img[b-k8fcoht0wk]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.markets-section__claim[b-k8fcoht0wk] {
    color: var(--primary);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.markets-section__title-svg[b-k8fcoht0wk] {
    width: 80px;
    height: auto;
}
[b-k8fcoht0wk] ul {
    list-style: none;
    margin-top: 1.6rem;
}
[b-k8fcoht0wk] li {
    position: relative;
    margin-bottom: 10px;
}
[b-k8fcoht0wk] li::before {
    content: '\2022';
    display: inline-block;
    font-size: 16px;
    color: var(--primary);
    margin-right: 10px;
}
[b-k8fcoht0wk] .sublist {
    margin-left: 2rem;
}




.market-section__notice-row[b-k8fcoht0wk] {
    margin-top: 4rem;
}

.market-section__notice-row a[b-k8fcoht0wk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 8rem;
}

.market-section__text-notice[b-k8fcoht0wk] {
    color: var(--primary);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    cursor: pointer;
}

.market-section__text-notice:hover[b-k8fcoht0wk] {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .markets-section__row[b-k8fcoht0wk] {
        display: flex;
        gap: 5rem;
        flex-direction: column;
    }
    .invert[b-k8fcoht0wk]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-k8fcoht0wk] {
        margin: 5rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-k8fcoht0wk] {
        margin-bottom: 5rem;
    }
}

@media (max-width: 600px) {
    .markets-section__row[b-k8fcoht0wk] {
        gap: 3rem;
    }
    .row-spaces-site:first-of-type[b-k8fcoht0wk] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-k8fcoht0wk] {
        margin-bottom: 4rem;
    }
    .markets-section__h1[b-k8fcoht0wk]{
        font-size: 45px;
    }
    .markets-section__row-custom[b-k8fcoht0wk]{
        display: flex;
        flex-direction: column;
    }
    .markets-section__claim[b-k8fcoht0wk] {
        font-size: 16px;
        line-height: 30px;
    }
    .markets-section__header-img[b-k8fcoht0wk] {
        min-height: 160px;
    }
}
/* _content/CKS/Components/Pages/MaximumImpactLove.razor.rz.scp.css */
.maximum-section__claim[b-2d5lqmskl6] {
    color: var(--primary);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.maximum-section__row[b-2d5lqmskl6] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
}

/* as requested, not following standard font size applied to other pages  */
/* start */
.maximum-section__title[b-2d5lqmskl6] {
    color: var(--primary);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.maximum-section__title-custom[b-2d5lqmskl6] {
    color:var(--primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
/* end */

.maximum-section__title-box[b-2d5lqmskl6]{
    color: white;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
[b-2d5lqmskl6] .maximum-section__text p{
    margin-bottom: 1.6rem;
}
[b-2d5lqmskl6] .maximum-section__text {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.maximum-section__donate-button[b-2d5lqmskl6] {
    display: flex;
    justify-content: flex-end;
}

.maximum-section__donate-button a[b-2d5lqmskl6] {
    background-color: #DB0004;
    padding: .5rem 1.3rem;
    color: white;
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .3s ease-in-out;
    border: .1rem solid #DB0004;
}

.maximum-section__donate-button a:hover[b-2d5lqmskl6] {
    color: #DB0004;
    background-color: var(--body-gray);
}

.maximum-section__donate-button img[b-2d5lqmskl6] {
    width: 2.5rem;
    height: 2.5rem;
}

[b-2d5lqmskl6] .maximum-section__title p, [b-2d5lqmskl6] .maximum-section__title-custom p {
    margin-bottom: 2.4rem;
}
[b-2d5lqmskl6] .maximum-section__text a{
    color: var(--light-blue);
    text-decoration: underline;
}
.maximum-section__left p[b-2d5lqmskl6],  .maximum-section__right p[b-2d5lqmskl6]{
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}
.maximum-section__left[b-2d5lqmskl6],  .maximum-section__right[b-2d5lqmskl6]{
    flex: 1;
}
.maximum-section__header-img[b-2d5lqmskl6] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.maximum-section__content-img[b-2d5lqmskl6]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.maximum-section__content-img-logo[b-2d5lqmskl6]{
    display: block;
    width: 250px;
    padding-top: 3rem;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.maximum-section__link[b-2d5lqmskl6] {
    background-color: var(--light-blue);
    color: white;
    padding: 1rem 2rem;
    border-radius: 1rem;
}
.maximum-section__link:hover[b-2d5lqmskl6] {
    background-color: var(--primary);
}
[b-2d5lqmskl6] .short-text > p:nth-child(n+3) {
    display: none;
}
.custom-design[b-2d5lqmskl6] {
    background-color: #DB0004;
    gap: 0rem;
    border-radius: 1rem;
}
.custom-height[b-2d5lqmskl6] {
    height: 300px;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    object-position: top;
    border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
}
.custom-space[b-2d5lqmskl6]{
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
}
.custom-text[b-2d5lqmskl6]{
    color: white;
}

[b-2d5lqmskl6] li::before {
    content: '\2665';
    display: inline-block;
    font-size: 16px;
    color: white;
    margin-right: 10px;
    list-style: none;
}
[b-2d5lqmskl6] ul{
    list-style: none;
    margin-bottom: 1.6rem;
}
[b-2d5lqmskl6] .highlight {
    color: #DB0004;
}
.maximum-section__notice[b-2d5lqmskl6]{
    color: var(--primary);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6rem;
}

[b-2d5lqmskl6] .maximum-section__notice a{
    color: var(--light-blue);
    text-decoration: underline;
    font-size: 18px;
}

[b-2d5lqmskl6] .maximum-section__disclaimer p {
    color: var(--primary);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6rem;
    font-style: italic;
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .maximum-section__row[b-2d5lqmskl6] {
        display: flex;
        gap: 5rem;
        flex-direction: column;
    }
    .invert[b-2d5lqmskl6]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-2d5lqmskl6] {
        margin: 5rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-2d5lqmskl6] {
        margin-bottom: 5rem;
    }

}

@media (max-width: 600px) {
    .maximum-section__row[b-2d5lqmskl6] {
        gap: 3rem;
    }
    .row-spaces-site:first-of-type[b-2d5lqmskl6] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-2d5lqmskl6] {
        margin-bottom: 4rem;
    }
    .maximum-section__h1[b-2d5lqmskl6]{
        font-size: 40px;
    }
}
/* _content/CKS/Components/Pages/News.razor.rz.scp.css */

.filter[b-18hx90j7g9] {

    padding-bottom:2rem;
}
.news-section[b-18hx90j7g9] {
    padding-top: 6rem;
    background: #F1F1F1;
    padding-bottom: 6rem;
}
.news-section__h1[b-18hx90j7g9] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.news-section__header-img[b-18hx90j7g9] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}


.news-section__list[b-18hx90j7g9] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2.5rem;
}
.news-section__item[b-18hx90j7g9] {
    width: 31%;
    display: flex;
    justify-content: flex-start;
    border-radius: 32px;
    background: white;
}
.news-section__thumb[b-18hx90j7g9] {
    width: 100%;
    height: 264px;
    object-fit: cover;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.news-section__title[b-18hx90j7g9] {
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-section__info[b-18hx90j7g9] {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2.4rem 1.8rem;
    gap: 0.8rem;
    height: 146px;
}
.news-section__info-meta[b-18hx90j7g9] {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1rem;
}
.news-section__category[b-18hx90j7g9] {
    color: var(--light-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.news-section__date[b-18hx90j7g9] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary);
}
.news-section__link[b-18hx90j7g9] {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.news-section__link:hover .news-section__info[b-18hx90j7g9]{
    background-color: var(--primary);
}
.news-section__link:hover .news-section__title[b-18hx90j7g9]{
    color: white;
}
.news-section__link:hover .news-section__date[b-18hx90j7g9]{
    color: white;
}

.detail-news__row[b-18hx90j7g9] {
    gap: 10rem;
    display: grid;
    grid-template-columns: 40% 50%;
}
.detail-news__img[b-18hx90j7g9] {
    width: 100%;
    height: auto;
    border-radius: 32px;
}
.detail-news__title[b-18hx90j7g9] {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary);
}
.detail-news__content[b-18hx90j7g9] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.detail-news__section[b-18hx90j7g9] {
    margin-bottom: 6rem;
    margin-top: 4rem;
}
[b-18hx90j7g9] .detail-news__content p {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
[b-18hx90j7g9] .detail-news__content ul {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
} 
[b-18hx90j7g9] .detail-news__content li::before {
    content: "●";
    color: var(--primary);
    margin-right: 5px;
}
[b-18hx90j7g9] .detail-news__content h3, [b-18hx90j7g9] .detail-news__content h4, [b-18hx90j7g9] .detail-news__content h5{
    color: var(--primary);
}
[b-18hx90j7g9] .detail-news__content img{
    width: 100%;
    height: auto;
}
.detail-news__back[b-18hx90j7g9] {
    margin-bottom: 3rem;
}
.detail-news__back[b-18hx90j7g9] {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.5s;
    margin-left: 1rem;
}
.detail-news__arrow[b-18hx90j7g9] {
    color: var(--light-blue);
    font-size: 19px;
    margin-right: 1rem;
}
.detail-news__back:hover[b-18hx90j7g9]{
    margin-left: 2rem;
}
[b-18hx90j7g9] .detail-news__content a {
    text-decoration: underline;
    color: var(--light-blue);
}
[b-18hx90j7g9] select {
    background-color: white;
    color: var(--primary);
    border: var(--primary) 1px solid;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}

/* custom  select arrow*/
[b-18hx90j7g9] select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23052460" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none; 
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 26px 26px;
    cursor: pointer;
    z-index: 1;
    min-width: 104px;
}

[b-18hx90j7g9] select::-ms-expand {
    display: none;
  }
/* end custom  select arrow*/
  
  
  [b-18hx90j7g9] select option {
    background-color: var(--primary);
    color: #fff;
  }
  
  [b-18hx90j7g9] select:hover {
    background-color: #0056b3;
    color: white;
  }

  [b-18hx90j7g9] select:focus {
    border: white 1px solid;
  }

@media (max-width: 1024px) {
    .news-section__list[b-18hx90j7g9] {
        justify-content: center;
    }
  }
  
@media (max-width: 600px) {
    .news-section__h1[b-18hx90j7g9] {
        font-size: 45px;
    }
    .detail-news__row[b-18hx90j7g9] {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .news-section__item[b-18hx90j7g9]{
        width: 100%;
    }

    .news-section__header-img[b-18hx90j7g9] {
        min-height: 160px;
    }

   [b-18hx90j7g9] select {
        background-position: right 0 top 50%;
        /* min-width: 82px; */
    }
}
/* _content/CKS/Components/Pages/OurStory.razor.rz.scp.css */
.story-section__header[b-oyb0s5yr5z] {
    /* margin-bottom: 6rem; */
    text-align: center;
    width: 100%;
}

.story-section__header-img[b-oyb0s5yr5z] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}


.story-section__h1[b-oyb0s5yr5z] {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}

.row-spaces-site:nth-of-type(2)[b-oyb0s5yr5z] {
    margin-bottom: 4rem;
}

.story-section__row[b-oyb0s5yr5z]{
    gap: 10rem;
    display: flex;
    margin: 4rem 0rem 4rem;
}
.story-section__left[b-oyb0s5yr5z], .story-section__right[b-oyb0s5yr5z] {
    flex: 1;
}
.story-section__right:last-of-type[b-oyb0s5yr5z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.story-section__img[b-oyb0s5yr5z]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.story-section__title[b-oyb0s5yr5z] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.story-section__claim[b-oyb0s5yr5z] {
    color: var(--primary);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.story-section__subtitle[b-oyb0s5yr5z] {
    line-height: 2;
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
}


.story-section a[b-oyb0s5yr5z] {
    cursor: pointer;
    font-size: 16px;
    color: var(--primary);
    
}


.story-section a:hover[b-oyb0s5yr5z] {
    color: var(--primary-text);
}



[b-oyb0s5yr5z] .story-section__title p{
    margin-bottom: 2.4rem;
}

[b-oyb0s5yr5z] .story-section__text {
    /* margin-bottom: 1.6rem; */
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

[b-oyb0s5yr5z] .story-section__text p {
   text-align: justify;
   margin-bottom: 1.6rem;
}

[b-oyb0s5yr5z] .story-section__text p:last-child {
    margin-bottom: 0;
 }

.story-section__row:first-child[b-oyb0s5yr5z] {
    margin: 4rem 0rem 0rem;
}

.story-section__row:last-child[b-oyb0s5yr5z] {
    margin-bottom: 10rem;
}

.link-span[b-oyb0s5yr5z] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    text-align: center;
}

.story-section__notice-row[b-oyb0s5yr5z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 8rem;
    top: -2rem;
}

.story-section__text-notice[b-oyb0s5yr5z] {
    color: var(--primary);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    cursor: pointer;
}

.story-section__text-notice:hover[b-oyb0s5yr5z] {
    text-decoration: underline;
}

.story-section__content-img-notice[b-oyb0s5yr5z] {
    width: 184px;
    height: auto;
    transition: all 0.5s;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 2rem;
    border-radius: 50%;
}
.story-section__content-img-notice:hover[b-oyb0s5yr5z] {
    transform: scale(1.2);
}
.story-section__video-container[b-oyb0s5yr5z] {
    background-color: white;
    padding: 10rem 0;
}

.story-section__text-video[b-oyb0s5yr5z] {
    color: var(--primary);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    cursor: pointer;
}


.video-row video[b-oyb0s5yr5z] {
    height: auto; 
    display: block; 
    width: 66%;
    margin: auto;
    border-radius: 30px;
    border: none;
    margin-top: 6rem;
}
.video-row[b-oyb0s5yr5z] {
    margin: auto;
}

@media (max-width: 1024px) {
    .story-section__row[b-oyb0s5yr5z] {
        display: flex;
        gap: 5rem;
        flex-direction: column;
        margin: 0rem 0rem 5rem;
    }
    .invert[b-oyb0s5yr5z]{
        display: flex;
        flex-direction: column-reverse;
    }
    .story-section__row:last-child[b-oyb0s5yr5z] {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .story-section__row[b-oyb0s5yr5z] {
        gap: 3rem;
        margin: 0rem 0rem 3rem;
    }
    .row-spaces-site:first-of-type[b-oyb0s5yr5z] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-oyb0s5yr5z] {
        margin-bottom: 4rem;
    }
    .story-section__h1[b-oyb0s5yr5z]{
        font-size: 45px;
    }
    .story-section__row video[b-oyb0s5yr5z] {
        width: 100%;
    }
    .story-section__claim[b-oyb0s5yr5z] {
        font-size: 16px;
        line-height: 30px;
    }
    .story-section__header[b-oyb0s5yr5z] {
        margin-bottom: 0;
    }
    .story-section__notice-row[b-oyb0s5yr5z] {
        margin-bottom: 3rem;
    }
    .story-section__video-container[b-oyb0s5yr5z] {
        padding: 4rem 0;
    }
    .story-section__text-video[b-oyb0s5yr5z] {
        font-size: 20px;
    }
    .video-row video[b-oyb0s5yr5z] {
        width: 100%;
        margin-top: 1rem;
    }
    .story-section__header-img[b-oyb0s5yr5z] {
        min-height: 160px;
    }
}


/* _content/CKS/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.legal-section__h1[b-cord1s0r1k] {
    padding-top: 5rem;
    padding-bottom: 5rem;
    z-index: 9;
}
.legal-section__h1 h1[b-cord1s0r1k] {
    color: var(--primary);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.legal-section__content[b-cord1s0r1k] {
    padding-bottom: 5rem;
}

.legal-section__row[b-cord1s0r1k] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
    padding: 0 5rem;
}

.legal-section__title[b-cord1s0r1k] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.legal-section__text[b-cord1s0r1k] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

[b-cord1s0r1k] .legal-section__text p {
    margin-bottom: 1.6rem;
 }


@media (max-width: 600px) {
    [b-cord1s0r1k] .legal-section__h1 h1{
        font-size: 45px;
    }
    .legal-section__row[b-cord1s0r1k] {
        padding: 0 2rem;
    }
}
/* _content/CKS/Components/Pages/Product.razor.rz.scp.css */
.detail-section__img[b-pit01shn7i] {
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.custom-bg[b-pit01shn7i]{
    background-image: url(/img/banner-catalog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.detail-section__header[b-pit01shn7i] {
    position: relative;
}
.detail-section__header-img[b-pit01shn7i] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.detail-section__h1[b-pit01shn7i] {
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.detail-section__title[b-pit01shn7i] {
    display: flex;
    align-items: center;
    min-height: 300px;
}

.settings__container[b-pit01shn7i] {
    padding-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.detail-section__container[b-pit01shn7i] {
    display: flex;
    gap: 6rem;
    margin: 4rem 0rem 8rem;
}
.detail-section__left[b-pit01shn7i], .detail-section__right[b-pit01shn7i]{
    flex: 1;
}
.detail-section__product-title[b-pit01shn7i] {
    color: var(--primary);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}
.detail-section__description[b-pit01shn7i] {
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}
.detail-section__product-specs[b-pit01shn7i] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.detail-section__info[b-pit01shn7i] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    background: white;
    padding: 2rem 2.4rem;
    border-radius: 1.5rem;
}
.detail-section__info-title[b-pit01shn7i] {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.detail-section__right[b-pit01shn7i] {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 1.6rem;
}
.detail-section__info-name[b-pit01shn7i] {
    color: var(--primary-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.detail-section__info-output[b-pit01shn7i] {
    color: var(--secundary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.detail-section__info-table tr[b-pit01shn7i] {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
}
.related-section[b-pit01shn7i]{
    background-color: #E0E0E0;
}
.related-section__title[b-pit01shn7i] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    padding-bottom: 2rem;
}
.related-section__list[b-pit01shn7i] {
    padding: 4rem 5rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem;
    justify-items: center;
    justify-content: center;
}
.related-section__img[b-pit01shn7i] {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.related-section__link[b-pit01shn7i] {
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    overflow: hidden;
    border-radius: 1.5rem;
}
.related-section__link img[b-pit01shn7i] {
    transition: all 0.5s;
}
.related-section__link:hover img[b-pit01shn7i] {
    scale: 1.1;
}
.related-section__name[b-pit01shn7i] {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.related-section__info[b-pit01shn7i] {
    background: white;
    padding: 1.6rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
}

.action-buttons[b-pit01shn7i] {
    margin: 30px 0 0 0;
    color: white;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb[b-pit01shn7i] {
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
    font-size: 14px;
    color: var(--primary);
    width: 100%;
}
    .breadcrumb a.selected[b-pit01shn7i] {
        color: var(--light-blue);
    }

.related[b-pit01shn7i]{
    display: flex;
    gap:1rem;
}
.related-item[b-pit01shn7i]{
    display:block;
    width:200px;
    height:300px
}
.related-item img[b-pit01shn7i]{
    width: 100%;
}


/* switch */
.switch[b-pit01shn7i] {
    background: transparent;
    display: inline-block;
    height: 1.7rem;
    position: relative;
    width: 3.5rem;
}


/* Dark Mode */

.dark-mode__container[b-pit01shn7i] {
    padding-top: 4rem;
    display: flex;
    justify-content: end;
}
.dark-mode__switch[b-pit01shn7i] {
    align-items: center;
    display: flex;
    gap: 0.695rem;
}
.dark-mode__switch span[b-pit01shn7i] {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7rem;
}
.dark-mode__switch .dark-mode__label[b-pit01shn7i] {
    display: inline;
    color: var(--primary); 
}

.dark-mode .dark-mode__switch .light-mode__label[b-pit01shn7i] {
   display: inline;
   color: var(--white);
}

.dark-mode .dark-mode__slider[b-pit01shn7i] {
    background-color: var(--light-blue);
}
.dark-mode .dark-mode__slider[b-pit01shn7i]::before {
    transform: translateX(1.7rem);
} 
.dark-mode__slider[b-pit01shn7i] {
    background-color: #B9B9B9;
    border-radius: 1.6rem;
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.4s;
    position: absolute; 
}
.dark-mode__slider[b-pit01shn7i]::before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0.1rem;
    content: "";
    height: 1.5rem;
    left: 0.1rem;
    width: 1.5rem;
    position: absolute;
    transition: .4s;
}
.dark-mode .dark-mode__container[b-pit01shn7i] {
    background: #282828;
}

.dark-mode .detail-section-background[b-pit01shn7i] {
    background: #282828;
}

.dark-mode .detail-section__product-title[b-pit01shn7i], .dark-mode .detail-section__description[b-pit01shn7i], .dark-mode .detail-section__info-title[b-pit01shn7i], .dark-mode .detail-section__info-name[b-pit01shn7i]{
    color: var(--white);
}

.dark-mode .related-section[b-pit01shn7i], .related-section.dark-mode[b-pit01shn7i] {
    background-color: #4E4E4E;
}
.dark-mode .related-section__title[b-pit01shn7i]{
    color: white;
}
.dark-mode .breadcrumb-first[b-pit01shn7i], .dark-mode .breadcrumb-separator[b-pit01shn7i], .dark-mode .related-section__name[b-pit01shn7i]{
    color: white;
}
.dark-mode .related-section__info[b-pit01shn7i]{
    background-color: var(--super-dark);
}
.dark-mode .settings__container[b-pit01shn7i], .shopping-bg-container.dark-mode[b-pit01shn7i] {
    background: #282828;
}
.detail-section-background.dark-mode:not(html)[b-pit01shn7i] {
    background: #282828;
}

@media (max-width: 600px) {
    .detail-section__h1[b-pit01shn7i]{
        font-size: 46px;
    }
    .related-section__list[b-pit01shn7i] {
        grid-template-columns: repeat(2, 1fr);
        padding: 2.5rem;
    }
    .detail-section__container[b-pit01shn7i] {
        gap: 1rem;
    }
    .detail-section__product-title[b-pit01shn7i] {
        font-size: 45px;
    }
    .dark-mode__switch span[b-pit01shn7i] {
        font-size: 12px;
    }
    .breadcrumb[b-pit01shn7i] {
        gap: 0.4rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .detail-section__container[b-pit01shn7i] {
        display: flex;
        flex-direction: column;
    }
}
/* _content/CKS/Components/Pages/Shopping.razor.rz.scp.css */
main.page[b-pwvpxju0ia] {
    padding: 0 180px 120px 180px;
}

/* __________________________________ */
.shopping__container[b-pwvpxju0ia] {
    display: flex;
    gap: 6rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.shopping__data[b-pwvpxju0ia] {
    /* width: 100%; */
}

.shopping__list[b-pwvpxju0ia] {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.flex-container-space-apart[b-pwvpxju0ia] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.shopping__list li.shopping__item:first-child[b-pwvpxju0ia] {
   margin-top: 3rem;
}
.shopping__row[b-pwvpxju0ia]{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping__row>div[b-pwvpxju0ia] {
    display: flex;
    flex-direction: column;
}

.shopping-section__title[b-pwvpxju0ia] {
    display: flex;
    align-items: center;
    min-height: 300px;
}
.custom-bg[b-pwvpxju0ia]{
    background-image: url(/img/banner-catalog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.shopping-section__h1[b-pwvpxju0ia]{
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}

.shopping__title[b-pwvpxju0ia] {
    color: var(--primary);
    font-size: 32px;
}

.shopping__subtitle[b-pwvpxju0ia] {
    color:  var(--secundary);
    font-size: 18px;
    margin-top: 3px;
}

.flex-container-space-apart .shopping__subtitle[b-pwvpxju0ia] {
    margin-top: 16px;
}

.shopping__empty-cartBtn[b-pwvpxju0ia] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    border-radius: 10px;
    background-color: #B9B9B9;
    color: #ffffff;
    cursor: pointer;
    gap: 1rem;
}

.shopping__empty-cartBtn:hover[b-pwvpxju0ia] {
    background-color: var(--light-blue);
}

.shopping__empty-cartBtn:disabled[b-pwvpxju0ia] {
    background-color: #B9B9B9;
}



/* ------------ ITEM START----------------- */
.shopping__item[b-pwvpxju0ia] {
    width: 100%;
    /* margin: 0 0 10px 0; */
    border-radius: 10px;
    padding: 16px;
    display: flex;
    gap: 19px;
    background-color: #ffffff;
    /* justify-content: space-between; */
}
.shopping__split[b-pwvpxju0ia]{
    flex: 1;
}
.shopping-item__container[b-pwvpxju0ia] {
    display: flex;
    gap: 1.6rem;
}
[b-pwvpxju0ia] .shopping__samples-form {
    color: var(--secundary);
    font-size: 18px;
    margin: 10px 0 10px 0;
    display: flex;
}

[b-pwvpxju0ia] .grid-span-two {
    grid-column: span 2;
}

.input-flex[b-pwvpxju0ia] {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* custom radio */
.shopping__samples-form p[b-pwvpxju0ia] {
    z-index: 3;
    display: inline;
}

.shopping__samples-form p.rfq-label-xs[b-pwvpxju0ia] {
    display: none;
}

[b-pwvpxju0ia] .shopping__samples-form input[type="radio"] {
    opacity: 0;
    left: 10px;
    z-index: 10;
  }


  [b-pwvpxju0ia] .shopping__samples-form label {
    position: relative;
    cursor: pointer;
    padding-left: 58px;
    left: -44px;
    z-index: 1;
  }
  
  [b-pwvpxju0ia] .shopping__samples-form label:before {
    content: "";
    position: absolute;
    left: 34px;
    top: -5px;
    width: 108px;
    height: 30px;
    border: 2px solid var(--primary);
    border-radius: 5px;
    z-index: 0;
  }

  [b-pwvpxju0ia] .shopping__samples-form label.shopping__samples-form-rfqs-label:before {
    width: 182px;
  }
  
  [b-pwvpxju0ia] .shopping__samples-form input[type="radio"]:checked + label:before {
     background-color: var(--primary); 
  }

  [b-pwvpxju0ia] .shopping__samples-form input[type="radio"]:checked + label {
    color: white;
 }
  
  [b-pwvpxju0ia] .shopping__samples-form label:after {
    content: "";
    position: absolute;
    left: 42px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 2px solid var(--primary); 
    border-radius: 50%;
    background-color: transparent;
    /* display: none; */
  }
  
  [b-pwvpxju0ia] .shopping__samples-form input[type="radio"]:checked + label:after {
    border: 3px solid white; 
    border-radius: 50%;
    background-color: transparent;
    display: block;
  }
  
  [b-pwvpxju0ia] .shopping__samples-form label:before,
  [b-pwvpxju0ia] .shopping__samples-form label:after {
    transition: all 0.3s ease;
  }
  

/* end custom radio */

[b-pwvpxju0ia] .shopping__samples-form input:last-child {
   margin-left: 10px;
}
.shopping-item__container-img[b-pwvpxju0ia] {
    width: 134px;
    height: 134px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-item__container-img[b-pwvpxju0ia] {
    width: 100%;
    aspect-ratio: 1/1;
}

.shopping-item__img[b-pwvpxju0ia] {
    border-radius: 15px;
}

.shopping-item__container-data-container[b-pwvpxju0ia] {
    padding: 19px 0 10px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.shopping-item__container-data[b-pwvpxju0ia] {
    padding: 0 0 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shopping__item > button[b-pwvpxju0ia] {
    position: absolute;
    right: 16px;
}

.shopping-item__title[b-pwvpxju0ia] {
    color: var(--primary);
    font-size: 20px;
}

.shopping-item__data[b-pwvpxju0ia] {
    color: #707070;
    font-size: 14px;
}

.shopping-item__action[b-pwvpxju0ia] {
    display: flex;
    justify-content: space-between;
    gap: 19px;

}

.shopping-item__specs[b-pwvpxju0ia] {
    color: #00AEEF;
    font-size: 18px;
    text-decoration: underline;
}

.shopping-item__quantity[b-pwvpxju0ia] {
    display: flex;
    align-items: end;
    margin-bottom: 5px;
}

.shopping-quantity__title[b-pwvpxju0ia] {
    color: #707070;
    font-size: 18px;
    display: block;
    margin: 0 10px 0 0;
}

.shopping-quantity__remove[b-pwvpxju0ia] {
    margin: 0 5px 0 0;
}

.shopping-quantity__remove[b-pwvpxju0ia],
.shopping-quantity__add[b-pwvpxju0ia] {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00AEEF;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.shopping-quantity__value[b-pwvpxju0ia] {
    width: 87px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F1F1;
    border-radius: 5px;
    margin: 0 5px 0 0;
}

.shopping-item__x[b-pwvpxju0ia] {
    color: var(--primary);
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

/* ------------ NO ITEMS DIV----------------- */
.shopping__no-products-div[b-pwvpxju0ia] {
    font-size: 18px;
    color: var(--primary);
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    margin: 0 auto 6rem;
    border-radius: 20px;
    text-align: center;
    padding: 4rem;
    grid-column: span 4;
    width: 50%;
}


.shopping__no-products-div a[b-pwvpxju0ia] {
    padding: 1rem 3rem;
    width: fit-content;
    border-radius: 15px;
    color: white;
    background-color: var(--primary);
    cursor: pointer;
    margin: 3rem auto 0;

}

.shopping__no-products-div a:hover[b-pwvpxju0ia] {
    background-color: var(--light-blue);
}
/* ------------ NO ITEMS DIV END----------------- */
/* ------------ ITEM END----------------- */
.shopping__contact-title[b-pwvpxju0ia] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 7rem;
}

.margin-bottom-extra[b-pwvpxju0ia] {
    margin-bottom: 9rem;
}

/* ------------ CONTACT FORM START ----------------- */
.shopping__form label[b-pwvpxju0ia] {
    COLOR: var(--secundary);
    font-size: 12px;
    margin-left: 2px;
}
[b-pwvpxju0ia] .shopping__form {
    border-radius: 32px;
    background-color: #ffffff;
    padding: 60px;
}
[b-pwvpxju0ia] .shopping__form-fieldset {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}
[b-pwvpxju0ia] .shopping__form-fieldset2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}
[b-pwvpxju0ia] .shopping__form-fieldset3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}

[b-pwvpxju0ia] .shopping__form-fieldset input.input-email {
    height: 36px;
    align-self: end; 
}

/* custom  select arrow*/
[b-pwvpxju0ia] .shopping__form-select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2308399B" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none; 
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 26px 26px;
    cursor: pointer;
    z-index: 1;
    min-width: 104px;
    border-radius: 10px;
    background-color: var(--grey-light, #F1F1F1);
    padding: 1rem 4rem 1rem 1rem;
    border: none;
    width: 100%;
    outline: none;
}

[b-pwvpxju0ia] .shopping__form-select::-ms-expand {
    display: none;
  }
/* end custom  select arrow*/

[b-pwvpxju0ia] .shopping__form-fieldset input, [b-pwvpxju0ia] .shopping__form-fieldset2 input, [b-pwvpxju0ia] .shopping__form-textarea {
    border-radius: 10px;
    background-color: var(--grey-light, #F1F1F1);
    padding: 1rem;
    border: none;
    width: 100%;
    outline: none;
}
[b-pwvpxju0ia] .shopping__form-fieldset input::placeholder, [b-pwvpxju0ia] .shopping__form-fieldset2 input::placeholder, [b-pwvpxju0ia] .shopping__form-textarea, [b-pwvpxju0ia] .shopping__form-select {
    color: var(--secundary);
}
.shopping-form-container[b-pwvpxju0ia]  textarea {
    height: 160px;
    outline: none;
    font-family: 'Gotham', sans-serif;
}
          

.shopping-form-container[b-pwvpxju0ia]  textarea:focus, .shopping-form-container[b-pwvpxju0ia]  .shopping__form-fieldset select:focus, .shopping-form-container[b-pwvpxju0ia]  .shopping__form-fieldset2 select:focus {
    border: 2px solid var(--primary);
}

[b-pwvpxju0ia] .shopping__form-fieldset input[type=text]:focus, [b-pwvpxju0ia] .shopping__form-fieldset2 input[type=text]:focus, [b-pwvpxju0ia] .shopping__form-fieldset input:focus {
    border: 2px solid var(--primary);
}

.shopping-form-container[b-pwvpxju0ia]  textarea::placeholder {
    color: var(--secundary);
    font-family: 'Gotham', sans-serif;
}

[b-pwvpxju0ia] .shopping__legal {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--secundary);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
[b-pwvpxju0ia] .shopping-rfq__submit {
    border-radius: 10px;
    background: var(--light-blue);
    padding: 0.8rem 3.2rem;
    color: white;
    cursor: pointer;
    border: 1px solid var(--light-blue);
}
[b-pwvpxju0ia] .shopping-rfq__submit:hover {
    border-radius: 10px;
    background: white;
    padding: 0.8rem 3.2rem;
    color: var(--light-blue);
    cursor: pointer;
    border: 1px solid var(--light-blue);
}
[b-pwvpxju0ia] .shopping-rfq__submit-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.6rem;
}
[b-pwvpxju0ia] .shopping__legal a {
    text-decoration: underline;
}
/* ------------ CONTACT FORM END ----------------- */
/* ------------ BREADCRUMB ----------------- */
.breadcrumb[b-pwvpxju0ia] {
    display: flex;
    gap: 1rem;
    font-size: 14px;
    color: var(--primary);
}
    .breadcrumb a.selected[b-pwvpxju0ia] {
        color: var(--light-blue);
    }
/* ------------ BREADCRUMB END ----------------- */



/* ------------ DARK MODE CLASSES ----------------- */
.dark-mode .shopping-bg-container[b-pwvpxju0ia] {
    background-color:  #282828; 
    min-height: calc(100vh - 480px);
} 

.settings__container[b-pwvpxju0ia] {
    padding-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.dark-mode__switch[b-pwvpxju0ia] {
    align-items: center;
    display: flex;
    gap: 0.695rem;
}
.dark-mode__switch span[b-pwvpxju0ia] {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7rem;
}
.dark-mode__switch .dark-mode__label[b-pwvpxju0ia] {
    display: inline;
    color: var(--primary); 
}

.dark-mode .dark-mode__switch .light-mode__label[b-pwvpxju0ia] {
   display: inline;
   color: var(--white);
}

.dark-mode .dark-mode__slider[b-pwvpxju0ia] {
    background-color: var(--light-blue);
}
.dark-mode .dark-mode__slider[b-pwvpxju0ia]::before {
    transform: translateX(1.7rem);
} 
.dark-mode__slider[b-pwvpxju0ia] {
    background-color: #B9B9B9;
    border-radius: 1.6rem;
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.4s;
    position: absolute; 
}
.dark-mode__slider[b-pwvpxju0ia]::before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0.1rem;
    content: "";
    height: 1.5rem;
    left: 0.1rem;
    width: 1.5rem;
    position: absolute;
    transition: .4s;
}
.switch[b-pwvpxju0ia] {
    background: transparent;
    display: inline-block;
    height: 1.7rem;
    position: relative;
    width: 3.5rem;
}
.dark-mode .settings__container[b-pwvpxju0ia], .shopping-bg-container.dark-mode[b-pwvpxju0ia] {
    background: #282828;
}

.dark-mode .shopping__empty-cartBtn[b-pwvpxju0ia] {
    background-color: #4E4E4E;
}

.dark-mode .shopping__title[b-pwvpxju0ia] {
    color: var(--white);
}

.dark-mode .shopping__subtitle[b-pwvpxju0ia] {
    color:  var(--white);
}

.dark-mode .shopping__item[b-pwvpxju0ia] {
    background-color: #4E4E4E;
}

.dark-mode .shopping__samples-form-row[b-pwvpxju0ia]  form{
    color: var(--white);
}

.dark-mode .shopping__samples-form-labels[b-pwvpxju0ia]  .shopping__samples-form {
    color: white;
}

.dark-mode .shopping__item .shopping-item__x[b-pwvpxju0ia] {
   color: white;
}

.dark-mode .shopping-item__title[b-pwvpxju0ia] {
    color: var(--white);
}

.dark-mode .shopping-item__data[b-pwvpxju0ia] {
    color: var(--white);
}

.dark-mode .shopping-quantity__title[b-pwvpxju0ia] {
    color: var(--white);
}
.dark-mode .shopping__item .shopping-quantity__remove[b-pwvpxju0ia],
.dark-mode .shopping__item .shopping-quantity__add[b-pwvpxju0ia] {
color: black;
}

.dark-mode .shopping-quantity__value[b-pwvpxju0ia] {
    background-color: var(--super-dark);
    color: var(--white);
}

.dark-mode .shopping-item__XIcon[b-pwvpxju0ia] {
    fill: var(--white);
}


.dark-mode .shopping__contact-title[b-pwvpxju0ia] {
    color: var(--white);
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  form {
    background-color: #4E4E4E;
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  input, .dark-mode .shopping-form-container[b-pwvpxju0ia]  select, .dark-mode .shopping-form-container[b-pwvpxju0ia]  textarea {
    background: var(--super-dark);
    color: white;
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping-rfq__submit {
    background: var(--light-blue);
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  input::placeholder, .dark-mode .shopping-form-container[b-pwvpxju0ia]  textarea::placeholder {
    color: white;
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping__legal {
    color: white;
}

.dark-mode .shopping__no-products-div[b-pwvpxju0ia] {
    background-color: #4E4E4E;
    color: white;
   }

.dark-mode .shopping__no-products-div a[b-pwvpxju0ia] {
    background-color: var(--light-blue);
}

.shopping__no-products-div a:hover[b-pwvpxju0ia] {
    background-color: white;
    color: var(--light-blue);
}

.dark-mode .breadcrumb-first[b-pwvpxju0ia], .dark-mode .breadcrumb-separator[b-pwvpxju0ia], .dark-mode .related-section__name[b-pwvpxju0ia]{
    color: white;
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  textarea:focus, .dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping__form-fieldset select:focus, .dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping__form-fieldset2 select:focus {
    border: 2px solid white;
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping__form-fieldset input[type=text]:focus, .dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping__form-fieldset2 input[type=text]:focus, .dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping__form-fieldset input:focus {
    border: 2px solid white;
}

.dark-mode .shopping-form-container[b-pwvpxju0ia]  .shopping__form-select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none; 
    background-repeat: no-repeat;
    background-position: right 18px top 50%;  
    background-size: 26px 26px; 
}


  .dark-mode .shopping__samples-form-labels[b-pwvpxju0ia]  .shopping__samples-form label:before {
    border: 2px solid var(--light-blue); 
  }
  
 .dark-mode .shopping__samples-form-labels[b-pwvpxju0ia]  .shopping__samples-form input[type="radio"]:checked + label:before {
     background-color: var(--light-blue); 
  }

 .dark-mode .shopping__samples-form-labels[b-pwvpxju0ia]  .shopping__samples-form label:after {
    border: 1px solid var(--light-blue); 
  }

  .dark-mode .shopping__form label[b-pwvpxju0ia] {
    COLOR: white;
}
  
/* ------------ DARK MODE CLASSES END ----------------- */
@media only screen and (max-width: 1268px) {
    .shopping-form-container[b-pwvpxju0ia]  .shopping__form-select {
        background-position: right 0 top 50%;
        padding: 1rem 2rem 1rem 1rem;
    }

    .dark-mode  .shopping-form-container[b-pwvpxju0ia]  .shopping__form-select {
        background-position: right 0 top 50%;
        padding: 1rem 2rem 1rem 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .shopping__container[b-pwvpxju0ia] {
        display: flex;
        gap: 6rem;
        flex-direction: column;
    }
    .shopping__no-products-div[b-pwvpxju0ia] {
        width: 75%;
    }
    .shopping-form-container[b-pwvpxju0ia]  .shopping__form-select {
        background-position: right 18px top 50%;  
        padding: 1rem 4rem 1rem 1rem;
    }

    .dark-mode  .shopping-form-container[b-pwvpxju0ia]  .shopping__form-select {
        background-position: right 18px top 50%;  
        padding: 1rem 4rem 1rem 1rem;
    }

}

@media (max-width: 600px) {
    .shopping-section__h1[b-pwvpxju0ia]{
        font-size: 46px;
    }

    .shopping__no-products-div[b-pwvpxju0ia] {
        width: 300px;
       }

    .shopping-form-container[b-pwvpxju0ia]  .shopping__form-select {
        background-position: right 0 top 50%;
        padding: 1rem 2rem 1rem 1rem;
    }

    .dark-mode  .shopping-form-container[b-pwvpxju0ia]  .shopping__form-select {
        background-position: right 0 top 50%;
        padding: 1rem 2rem 1rem 1rem;
    }

    [b-pwvpxju0ia] .shopping__form-fieldset {
        grid-template-columns: 1fr;
    }

    [b-pwvpxju0ia] .shopping__form-fieldset2 {
        grid-template-columns: 1fr;
    }

    [b-pwvpxju0ia] .grid-span-two {
        grid-column: span 1;
    }

    .flex-container-space-apart[b-pwvpxju0ia] {
        flex-direction: column;
    }
    
    :deep .shopping__samples-form label[b-pwvpxju0ia] {
        padding-left: 60px
     }

     .shopping__samples-form p.rfq-label-xs[b-pwvpxju0ia] {
        display: inline;
    }

    .shopping__samples-form p.rfq-label-normal[b-pwvpxju0ia] {
        display: none;
    }

    [b-pwvpxju0ia] .shopping__samples-form label.shopping__samples-form-rfqs-label:before {
        width: 108px;
      }

     .shopping__empty-cartBtn[b-pwvpxju0ia] {
        padding: 4px 12px;
        gap: .5rem;
    }

    .breadcrumb[b-pwvpxju0ia] {
        gap: .4rem;
        font-size: 12px;
        }
    .dark-mode__switch span[b-pwvpxju0ia] {
        font-size: 12px;
        }

    .shopping-item__container-data-container[b-pwvpxju0ia] {
        flex-direction: column;
        }
        
    .shopping-item__quantity[b-pwvpxju0ia] {
        margin-top: 1rem;
    }
    .shopping-quantity__title[b-pwvpxju0ia] {
        display: none;
    }
    .shopping__contact-title[b-pwvpxju0ia] {
        margin-bottom: 3rem;
    }
    [b-pwvpxju0ia] .shopping__form {
        padding: 25px;
    }
    .shopping__container[b-pwvpxju0ia] {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .dark-mode__switch span[b-pwvpxju0ia] {
        font-size: 12px;
    }
    .breadcrumb[b-pwvpxju0ia] {
        gap: 0.4rem;
        font-size: 12px;
    }
    /* header */
    .custom-bg[b-pwvpxju0ia]{
        min-height: 200px;
    }
    .shopping-section__title[b-pwvpxju0ia] {
        min-height: 200px;
    }

    .shopping__title[b-pwvpxju0ia] {
        font-size: 28px;
    }

    .shopping__empty-cartTitle[b-pwvpxju0ia] {
        display: none;
    }

}
/* _content/CKS/Components/Pages/Studiog.razor.rz.scp.css */
.studiog-section__row[b-xqgey3oqq9] {
    gap: 10rem;
    display: grid;
    grid-template-columns: 40% 50%;
    margin: 4rem 0rem 3rem;
}

.studiog-section__title[b-xqgey3oqq9] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.6rem;
}


[b-xqgey3oqq9] .studiog-section__text p{
    margin-bottom: 1.6rem;
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
[b-xqgey3oqq9] .studiog-section__title p{
    margin-bottom: 2.4rem;
}
.studiog-section__row p[b-xqgey3oqq9],  .studiog-section__row p[b-xqgey3oqq9]{
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}

.studiog-section__left[b-xqgey3oqq9] {
    height: fit-content;
}

.studiog-section__images-container[b-xqgey3oqq9] {
    display: flex;
    align-items: flex-start; 
    height: 550px; 
    position: relative;
} 

.studiog-section__img[b-xqgey3oqq9] { 
   /* object-fit: contain; */
    display: none;
    opacity: 0;
    width: 100%;
    object-fit: cover;
    height: 550px; 
    border-radius: 2rem;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.studiog-section__img.slide-in[b-xqgey3oqq9] {
    opacity: 1;
    z-index: 3;
    display: block;
}


.studiog-section__slider-buttons[b-xqgey3oqq9] {
    /* position: absolute */
}

.studiog-section__next-button[b-xqgey3oqq9] {
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary);
    color: white;
    opacity: 0.8;
    display: flex;
    padding: 12px 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
} 
.studiog-section__prev-button[b-xqgey3oqq9] {
    right: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary);
    color: white;
    opacity: 0.8;
    display: flex;
    padding: 12px 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    
} 

.studiog-section__prev-button svg[b-xqgey3oqq9] {
    transform: rotate(180deg);
}

.studiog-section__bullets[b-xqgey3oqq9] {
    display: flex;
    position: absolute;
    bottom: -20px;
    left: 50%;
    gap: 1rem;
    justify-content: center;
    right: 50%;
}

.studiog-section__bullet[b-xqgey3oqq9] {
    height: 10px;
    padding: 5px;
    background-color: #CDCDCD;
    margin: 0 5px;
    cursor: pointer;
    transition: width 0.2s ease-in-out;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}
.studiog-section__bullet.active[b-xqgey3oqq9] {
    background-color: var(--primary);
    width: 20px; 
}

@media (max-width: 1024px) { 
    .studiog-section__img[b-xqgey3oqq9] {
        height: 424px;
    }
    .studiog-section__images-container[b-xqgey3oqq9] {
        height: 424px; 
    } 
    .studiog-section__row[b-xqgey3oqq9] {
        gap: 6rem;
    }
    
}

@media (max-width: 768px) { 
    .studiog-section__img[b-xqgey3oqq9] {
        height: 324px;
    }
    .studiog-section__images-container[b-xqgey3oqq9] {
        height: 324px; 
    } 
}

@media (max-width: 600px) {
    .studiog-section__row[b-xqgey3oqq9] {
        display: flex;
        gap: 3rem;
        flex-direction: column-reverse;
    }
    .invert[b-xqgey3oqq9]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-xqgey3oqq9] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-xqgey3oqq9] {
        margin-bottom: 4rem;
    }
    .maximum-section__h1[b-xqgey3oqq9]{
        font-size: 40px;
    }

    .studiog-section__img[b-xqgey3oqq9] {
        height: 550px;
    }
    .studiog-section__images-container[b-xqgey3oqq9] {
        height: 550px; 
    } 
}
/* _content/CKS/Components/Pages/Sustainability.razor.rz.scp.css */
.sustainability-section__h1[b-gdxbx0jtyb] {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.sustainability-section__row[b-gdxbx0jtyb] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
}
.sustainability-section__row-custom[b-gdxbx0jtyb] {
    display: flex;
    grid-gap: 2rem;
    gap: 6rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
.sustainability-section__title[b-gdxbx0jtyb] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    display:block;
    margin-bottom:1rem;
}
.sustainability-section__text[b-gdxbx0jtyb] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sustainability-section__text[b-gdxbx0jtyb]   strong {
    color:#009400;
}
.sustainability-section__claim[b-gdxbx0jtyb] {
    color: var(--primary);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
[b-gdxbx0jtyb] .sustainability-section__text p{
    margin-bottom: 1.6rem;
}
[b-gdxbx0jtyb] .sustainability-section__title p{
    margin-bottom: 2.4rem;
}
.sustainability-section__left p[b-gdxbx0jtyb],  .sustainability-section__right p[b-gdxbx0jtyb]{
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}
.sustainability-section__left[b-gdxbx0jtyb],  .sustainability-section__right[b-gdxbx0jtyb]{
    flex: 1;
}
.sustainability-section__header-img[b-gdxbx0jtyb] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.sustainability-section__content-img[b-gdxbx0jtyb]{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.sustainability-section__row-custom .sustainability-section__content-img[b-gdxbx0jtyb] {
    width: 80%;
}


[b-gdxbx0jtyb] ul {
    list-style: none;
    margin-left: 1.5rem;
    margin-top: 1rem;
}
[b-gdxbx0jtyb] li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.5em;
    text-indent: -0.7em;
}
[b-gdxbx0jtyb] li::before {
    content: '\2022';
    display: inline-block;
    font-size: 16px;
    color: var(--primary);
    margin-right: 10px;
}
[b-gdxbx0jtyb] .sublist {
    margin-left: 2rem;
}
.sustainability-section__list[b-gdxbx0jtyb] {
    display: flex;
    gap: 1rem;
}
.sustainability-section__list span[b-gdxbx0jtyb]{
    flex: 1;
}
.sustainability-section__title-box[b-gdxbx0jtyb] {
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.sustainability-section__title-box2[b-gdxbx0jtyb]{
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.sustainability-section__content-pdftitleg[b-gdxbx0jtyb] {
    color: #92D050;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.sustainability-section__content-pdftitleb[b-gdxbx0jtyb] {
    color: var(--primary);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.sustainability-section__content-pdftext[b-gdxbx0jtyb] {
    color: var(--primary-text);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.sustainability-section__content-pdfdownloadg[b-gdxbx0jtyb] {
    border-radius: 10px;
    background: #92D050;
    border: 1px solid #92D050;
    padding: 1rem 3.5rem;
    color: white;
}
.sustainability-section__content-pdfdownloadg:hover[b-gdxbx0jtyb] {
    background: white;
    color: #92D050;
}
.sustainability-section__content-pdfdownloadb[b-gdxbx0jtyb] {
    border-radius: 10px;
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 1rem 3.5rem;
    color: white;
}
.sustainability-section__content-pdfdownloadb:hover[b-gdxbx0jtyb] {
    background: white;
    color: var(--primary);
}


.row-center[b-gdxbx0jtyb] {
    display: flex;
    justify-content: center;
}
.custom-design[b-gdxbx0jtyb] {
    background-color: #92D050;
    gap: 0rem;
    border-radius: 1rem;
}
.custom-design2[b-gdxbx0jtyb] {
    background: linear-gradient(180deg, #C3F2FF 0%, #00AEEF 100%);
    padding: 3rem 4rem;
    border-radius: 1rem;
}
.custom-height[b-gdxbx0jtyb] {
    height: 300px;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    object-position: top;
    border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
}
.custom-height-flier[b-gdxbx0jtyb] {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.custom-space[b-gdxbx0jtyb] {
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.custom-text[b-gdxbx0jtyb] {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.custom-text2[b-gdxbx0jtyb] {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.gap16[b-gdxbx0jtyb]{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.flex-center[b-gdxbx0jtyb]{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 1rem;
}

@media only screen and (max-width: 1200px) {
    .sustainability-section__row-custom .sustainability-section__content-img[b-gdxbx0jtyb] {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .sustainability-section__row[b-gdxbx0jtyb] {
        display: flex;
        gap: 5rem;
        flex-direction: column;
    }
    .invert[b-gdxbx0jtyb]{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-spaces-site:first-of-type[b-gdxbx0jtyb] {
        margin: 5rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-gdxbx0jtyb] {
        margin-bottom: 5rem;
    }
}

@media (max-width: 600px) {
    .sustainability-section__row[b-gdxbx0jtyb] {
        gap: 3rem;
    }
    .row-spaces-site:first-of-type[b-gdxbx0jtyb] {
        margin: 4rem 0;
    }
    .row-spaces-site:not(:first-of-type)[b-gdxbx0jtyb] {
        margin-bottom: 4rem;
    }
    
    .sustainability-section__h1[b-gdxbx0jtyb]{
        font-size: 45px;
    }
    .sustainability-section__row-custom[b-gdxbx0jtyb]{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 380px) {
    .sustainability-section__h1[b-gdxbx0jtyb]{
        font-size: 35px;
    }
}
/* _content/CKS/Components/Pages/Terms.razor.rz.scp.css */
.privacy-section__h1[b-6dbze7bc4z] {
    padding-top: 5rem;
    padding-bottom: 5rem;
    z-index: 9;
}
.privacy-section__h1 h1[b-6dbze7bc4z] {
    color: var(--primary);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.privacy-section__content[b-6dbze7bc4z] {
    padding-bottom: 5rem;
}

.privacy-section__row[b-6dbze7bc4z] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
    padding: 0 5rem;
}

.privacy-section__title[b-6dbze7bc4z] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.privacy-section__text[b-6dbze7bc4z] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

[b-6dbze7bc4z] .privacy-section__text p {
   margin-bottom: 1.6rem;
}


@media (max-width: 600px) {
    [b-6dbze7bc4z] .privacy-section__h1 h1{
        font-size: 45px;
    }
    .privacy-section__row[b-6dbze7bc4z] {
        padding: 0 2rem;
    }
}
/* _content/CKS/Components/Pages/TermsAndConditions.razor.rz.scp.css */
.privacy-section__h1[b-zayp2vwurm] {
    padding-top: 5rem;
    padding-bottom: 5rem;
    z-index: 9;
}
.privacy-section__h1 h1[b-zayp2vwurm] {
    color: var(--primary);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.privacy-section__content[b-zayp2vwurm] {
    padding-bottom: 5rem;
}

.privacy-section__row[b-zayp2vwurm] {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
    padding: 0 5rem;
}

.privacy-section__title[b-zayp2vwurm] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.privacy-section__text[b-zayp2vwurm] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

[b-zayp2vwurm] .privacy-section__text p {
   margin-bottom: 1.6rem;
}


@media (max-width: 600px) {
    [b-zayp2vwurm] .privacy-section__h1 h1{
        font-size: 45px;
    }
    .privacy-section__row[b-zayp2vwurm] {
        padding: 0 2rem;
    }
}
/* _content/CKS/Components/Pages/Timeline.razor.rz.scp.css */
.timeline-section__h1[b-wjrns89f3j] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
}
.timeline-section__header-img[b-wjrns89f3j] {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;


}
.timeline-section__title[b-wjrns89f3j] {
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin: 8rem 0rem 3rem 0rem;
}
.timeline-section__text[b-wjrns89f3j] {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.6rem;
}
.timeline-section__list[b-wjrns89f3j] {
    list-style: none;
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;
    margin-bottom: 8rem;
    /* if using blue line */
    margin-left: 2.7rem;
}
.timeline-section__item[b-wjrns89f3j] {
    color: white;
    background: var(--light-blue);
    border: 1px solid var(--light-blue);
    padding: 10px;
    width: 76px;
    border-radius: 1rem;
    cursor: pointer;
    text-align: center;
}
.timeline-section__item:hover[b-wjrns89f3j] {
    color: var(--light-blue);
    background: white;
    border: 1px solid var(--light-blue);
}

.timeline-section__item[b-wjrns89f3j]::after {
    content: '';
    position: absolute;
    bottom: calc(50% - 1px);
    top: 50%;
    transform: translateY(-50%);
    left: -2.3rem;
    width: 2.6rem;
    height: 5px;
    background-color: var(--primary);
   
  }

  .timeline-section__list li.timeline-section__item:first-child[b-wjrns89f3j]::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--primary);
  }

  /* arrow ball */
  .timeline-section__list[b-wjrns89f3j]::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -30px;
    width: 12px;
    height: 12px;
    background-color: var(--primary);
    border-radius: 50%;
  }

/* modal */
.timeline-section__modal[b-wjrns89f3j] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(241, 241, 241, 0.7);
    z-index: 1000;
}

.timeline-section__modal-content[b-wjrns89f3j] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary);
    padding: 6.5rem 6rem;
    border: 1px solid #ccc;
    border-radius: 2.4rem;
    z-index: 9999;
    display: flex;
    width: 90%;
    max-width: 1200px;
    max-height: 100vh;
    overflow-y: auto;
}

.timeline-section__modal-content.flex-gap-active[b-wjrns89f3j] {
    gap: 5rem;
}


.timeline-section__modal-image-container[b-wjrns89f3j] {
    max-width: 30%;
    display: flex;
    align-items: center;
}

[b-wjrns89f3j] .timeline-section__modal-image-container img {
    width: 100%;
    border-radius: 2rem;
}

.timeline-section__modal-text-container[b-wjrns89f3j] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    font-size: 20px;
    color: white;
}

.timeline-section__modal-title[b-wjrns89f3j] {
    font-size: 4rem;
}

.timeline-section__modal-list[b-wjrns89f3j] {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.timeline-section__modal-close[b-wjrns89f3j] {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    cursor: pointer;
    width: 3rem;
    height: 3rem ;
    color: white;
}

/*Timeline*/
.time-line-box[b-wjrns89f3j] {
    padding: 100px 0;
    width: 100%;
}
.time-line-box .timeline[b-wjrns89f3j] {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}
.time-line-box .timestamp[b-wjrns89f3j] {
    margin: auto;
    margin-bottom: 14px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 150px;
    justify-content: flex-start;
}
.time-line-box .status[b-wjrns89f3j] {
    padding: 0px 10px;
    display: flex;
    justify-content: flex-start;
    border-top: 6px solid var(--light-blue);
    position: relative;
    transition: all 200ms ease-in;
    flex-direction: column;
    height: 220px;
    gap: 1rem;
}
.timestamp .info[b-wjrns89f3j], .status p[b-wjrns89f3j] {
    color: var(--primary-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.time-line-box .status > span:first-child[b-wjrns89f3j], .date[b-wjrns89f3j] {
    padding-top: 14px;
    color: var(--primary);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
    .time-line-box .status > span:first-child[b-wjrns89f3j]:before {
        content: '';
        width: 24px;
        height: 24px;
        background-color: var(--light-blue);
        border-radius: 12px;
        border: 6px solid var(--light-blue);
        position: absolute;
        left: 50%;
        top: -4%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 200ms ease-in;
    }
.swiper-container[b-wjrns89f3j] {
    overflow-y: auto;
    margin: 0 auto;
    padding-right: 5rem;
    margin-left: 5rem;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
}
.swiper-wrapper[b-wjrns89f3j] {
    display: inline-flex;
    flex-direction: row;
    overflow-y: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 60rem;
}
.swiper-container[b-wjrns89f3j]::-webkit-scrollbar-track{
    color: var(--primary);
}
.swiper-container[b-wjrns89f3j]::-webkit-scrollbar{
    height: 8px;
}
.swiper-container[b-wjrns89f3j]::-webkit-scrollbar-thumb{
    background: var(--primary) !important;
}
.swiper-slide[b-wjrns89f3j] {
    text-align: center;
    font-size: 12px;
    width: 250px;
    height: 100%;
    position: relative;
}
.swiper-slide:nth-child(odd) .date[b-wjrns89f3j] {
    color: transparent;
}
.swiper-slide:nth-child(even) .status span[b-wjrns89f3j] {
    color: transparent;
}

.status .status__img[b-wjrns89f3j] {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.status__icons[b-wjrns89f3j] {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.status__icons img[b-wjrns89f3j] {
    width: 40px;
}
.status__icons-mx img[b-wjrns89f3j]{
    width: 120px;
}


@media (max-width: 1024px) { 
   .timeline-section__modal-text-container[b-wjrns89f3j] {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .swiper-container[b-wjrns89f3j] {
        margin-left: 0rem;
    }
    .time-line-box[b-wjrns89f3j] {
        padding: 0 0 40px 0;
    }
    .timeline-section__h1[b-wjrns89f3j] {
        font-size: 45px;
    }
    .timeline-section__modal-content[b-wjrns89f3j] {
        flex-direction: column;
        padding: 5rem 3rem;
    }
    .timeline-section__modal-image-container[b-wjrns89f3j] {
        max-width: 100%;
        margin-top: 10px;
    }

    .timeline-section__modal-text-container[b-wjrns89f3j] {
        font-size: 15px;
    }
    
    .timeline-section__modal-list[b-wjrns89f3j] {
        gap: 1.6rem;
    }

    .timeline-section__header-img[b-wjrns89f3j] {
        min-height: 160px;
    }
    .timeline-section__modal-image-container[b-wjrns89f3j] {
        max-width: 200px;
        margin: auto;
    }
    .timeline-section__modal-close[b-wjrns89f3j] {
        top: 1.4rem;
        right: 1.4rem;
    }
    
}
/* _content/CKS/Components/Specifications.razor.rz.scp.css */
.detail-section__info[b-3lqnlcwe3x] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    background: white;
    padding: 2rem 2.4rem;
    border-radius: 1.5rem;
}
.detail-section__info-title[b-3lqnlcwe3x] {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.detail-section__right[b-3lqnlcwe3x] {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 1.6rem;
}
.detail-section__info-name[b-3lqnlcwe3x] {
    color: var(--primary-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.detail-section__info-output[b-3lqnlcwe3x] {
    color: var(--secundary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.detail-section__info-table tr[b-3lqnlcwe3x] {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
}

/* custom  select arrow*/
.detail-section__info[b-3lqnlcwe3x]  select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2308399B" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none; 
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 26px 26px;
    cursor: pointer;
    z-index: 1;
    min-width: 160px;
}

.detail-section__info[b-3lqnlcwe3x]  select::-ms-expand {
    display: none;
  }
/* end custom  select arrow*/
/* specs select */
.detail-section__info.detail-section__select-container[b-3lqnlcwe3x] {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

 .detail-section__info[b-3lqnlcwe3x]  select {
    padding: .5rem 4rem;
    border: var(--secundary) 1px solid;
    border-radius: 10px;
    background-color: white;
    color: var(--secundary);
    font-size: 12px;
    cursor: pointer;
    outline: none;
}

.detail-section__info[b-3lqnlcwe3x]   select:hover,  .detail-section__info[b-3lqnlcwe3x]  select:focus {
    border: var(--secundary) 2px solid;
  
  }

.detail-section__info[b-3lqnlcwe3x]  select option {
    background-color: white;
    color: var(--primary-text);
    padding: 3px;
  }

/* Dark Mode */
.dark-mode .detail-section__product-title[b-3lqnlcwe3x], .dark-mode .detail-section__description[b-3lqnlcwe3x], .dark-mode .detail-section__info-title[b-3lqnlcwe3x], .dark-mode .detail-section__info-name[b-3lqnlcwe3x]{
    color: var(--white);
}
.dark-mode .detail-section__info[b-3lqnlcwe3x] {
    background: #4E4E4E;
}
.dark-mode .detail-section__info-output[b-3lqnlcwe3x]{
    color: var(--light-blue);
}
.dark-mode .detail-section__info[b-3lqnlcwe3x]  select {
    border: var(--light-blue) 1px solid;
    background: #4E4E4E;
    color: var(--light-blue);
}

.dark-mode .detail-section__info[b-3lqnlcwe3x]  select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2300AEEF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'), none; 
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 26px 26px;
}
/* _content/CKS/Components/UserMenu.razor.rz.scp.css */
.header-nav[b-a2wflszo7a] {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav__list[b-a2wflszo7a] {
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
}

.main-header__container[b-a2wflszo7a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header-nav__item[b-a2wflszo7a] {
    color: var(--primary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

    .header-nav__item a[b-a2wflszo7a] {
        height: 100%;
        display: flex;
        padding: 1rem 2rem;
        align-items: center;
    }

    .header-nav__item img[b-a2wflszo7a] {
        padding: 1rem 2rem;
    }

    .header-nav__item:hover img[b-a2wflszo7a] {
        padding: 1rem 2rem;
    }

    .header-nav__item:hover[b-a2wflszo7a] {
        background-color: var(--light-blue);
        color: white;
        border-radius: 24px;
    }

        .header-nav__item:hover a[b-a2wflszo7a] {
            padding: 1rem 2rem;
        }

.header-nav__submenu-link-custom[b-a2wflszo7a] {
    padding: 1rem 2rem;
}

.header-nav__submenu-list a:first-child[b-a2wflszo7a], .header-nav__submenu-list-custom span:first-child[b-a2wflszo7a] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.header-nav__submenu-list a:last-child[b-a2wflszo7a], .header-nav__submenu-list-custom a:last-child[b-a2wflszo7a] {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.header-nav__submenu-link[b-a2wflszo7a], .header-nav__submenu-link-custom[b-a2wflszo7a] {
    background-color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
    display: block;
}

    .header-nav__submenu-link .tabulated[b-a2wflszo7a] {
        padding-left: 3rem;
    }

    .header-nav__submenu-link:last-child[b-a2wflszo7a], .header-nav__submenu-link-custom:last-child[b-a2wflszo7a] {
        border-bottom: none;
    }

    .header-nav__submenu-link:first-child[b-a2wflszo7a], .header-nav__submenu-link-custom:first-child[b-a2wflszo7a] {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }



.submenu[b-a2wflszo7a], .submenu-custom[b-a2wflszo7a] {
    position: relative;
}

    .submenu ul[b-a2wflszo7a] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        color: var(--primary);
        list-style: none;
        flex-direction: column;
        width: 220px;
    }

    .submenu-custom ul[b-a2wflszo7a] {
        display: none;
        width: 306px;
        border-radius: 10px;
        padding: 1rem;
        top: 0px;
    }
    .submenu-custom-cart-container[b-a2wflszo7a] {
        display: flex;
        gap: 1rem;
        justify-content: flex-end;
    }

    .submenu-custom:hover ul .header-nav__submenu-link-custom:first-child[b-a2wflszo7a] {
        margin-top: 4rem;
    }

    .header-nav__submenu-link-custom .header-button[b-a2wflszo7a] {
        display: flex;
        color: var(--primary);
        justify-content: left;
        gap: 4px;
    }

    .header-nav__submenu-link-custom .header-button:hover[b-a2wflszo7a] {
        color: var(--light-blue);
    }

    .submenu:hover ul[b-a2wflszo7a] {
        display: flex;
        width: 260px;
        flex-direction: column;
    }

.header-nav__item-logo.submenu-custom[b-a2wflszo7a] {
    width: 20px;
    height: 20px;
}

.submenu-custom:hover ul[b-a2wflszo7a] {
    display: flex;
    width: 306px;
    flex-direction: column;
    color: #707070;
    font-size: 14px;
    text-align: center;
}

.submenu:hover ul a:first-child[b-a2wflszo7a] {
    margin-top: 4rem;
}

.header-nav__submenu-item:hover[b-a2wflszo7a] {
    font-weight: 700;
}

.header-nav__submenu-item[b-a2wflszo7a]::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #007bff;
    margin-right: 10px;
    vertical-align: middle;
    transition: width 0.3s;
}

.header-nav__submenu-item:hover[b-a2wflszo7a]::before {
    width: 8px;
    height: 4px;
}

.header-nav__item-logos[b-a2wflszo7a] {
    display: flex;
    margin-left: 2.4rem;
    gap: 2.5rem;
}

.header-nav__item-logos li:last-child[b-a2wflszo7a] {
   margin-left: 3px;
   color: var(--primary);
   top: -1px;
}

.header-nav__item-logos li:last-child:hover[b-a2wflszo7a] {
    color: var(--light-blue);
 }

.header-nav__item-logo path[b-a2wflszo7a] {
    fill: var(--primary);
}

.header-nav__item-logo:hover path[b-a2wflszo7a] {
    fill: var(--light-blue);
}
.counter[b-a2wflszo7a] {
    position: absolute;
    top: -7px;
    left: 15px;
    font-size: 10px;
    background-color: var(--light-blue);
    padding: 0 4px;
    border-radius: 20rem;
    color: white;
    z-index: 10;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.hidden.counter[b-a2wflszo7a] {
   display: none;
}

.grow-animation-compare .counter.compare[b-a2wflszo7a] {
    height: 20px;
    width: 20px;
    background-color: var(--primary);
}
 
.grow-animation-add .counter.add[b-a2wflszo7a] {
    height: 20px;
    width: 20px;
    background-color: var(--primary);
}

.submenu-custom-comparer-list[b-a2wflszo7a] {
    left: -24rem !important;
}
.last-custom[b-a2wflszo7a]{
    left: -28rem !important;
}

.last-custom .header-nav__submenu-list-names span[b-a2wflszo7a]  {
    padding-left: 3rem;
    text-align: left;
    border: none !important;
}

.last-custom  a[b-a2wflszo7a] {
    padding-left: 3rem;
    text-align: left;
    border: none !important; 
}

@media only screen and (max-width: 768px) {
    .submenu-custom-cart-container[b-a2wflszo7a] {
        flex-direction: column;
        gap: 0;
        left: -284px;
    }
}

@media (max-width: 600px) {
    .header-nav__item-logos[b-a2wflszo7a] {
        gap: 1.5rem;
    }
    .submenu-custom-cart-container[b-a2wflszo7a], .submenu-custom-comparer-container[b-a2wflszo7a] {  
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }
    .submenu-custom-comparer-list[b-a2wflszo7a] {
        left: -4rem !important;
    }
}
