.ML6-background-video::before {
    background-color: rgb(73 73 74 / 90%);
}
.rotocon-video-background::before {
    background-color: rgba(12 56 79 / 90%);
}
.video-background::before {
    content: "";
    height: 100%;
    left: -25vw;
    position: absolute;
    top: 0;
    width: 150vw;
    z-index: 1;
}
.product-cards-grid .et_pb_column {
    display: grid;
    column-gap: 2%;
    row-gap: 30px;
}
@media screen and (min-width: 1200px) {
    .product-cards-grid .et_pb_column {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 1600px) {
    .product-cards-grid.four-column .et_pb_column {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (min-width: 1599px) and (max-width: 1200px) {
    .product-cards-grid.four-column .et_pb_column {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
    .product-cards-grid .et_pb_column {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-cards-grid.four-column .et_pb_column {
        grid-template-columns: repeat(2, 1fr);
    }
}
.product-card .et_pb_button {
    width: 100%;
}
.product-card .dsm_card_title {
    padding-bottom: 20px !important;
}
.product-card img.dsm_card_img {
    height: 270px;
    object-fit: contain;
    width: 100%;
}
.product-card {
    padding-bottom: 30px !important;
}
@media screen and (min-width: 1001px) {
    .et_pb_row.center-col .et_pb_column.blue-triangle {
        width: 29.6667% !important;
    }
    .center-col {
        justify-content: center;
    }
}
.blue-icon::before {
    color: #105daa;
    transition: color .3s;
}
.et_pb_text_inner:hover .blue-icon::before {
    color: var(--orange);
}
.testimonial-slider .dsm_card_carousel_image_stretch {
    width: auto;
}
.testimonial-slider .dsm_card_wrapper,
.testimonial-slider .et_pb_module_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.testimonial-slider .dsm_card_title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-slider .dsm_card_title::after {
    content: "\f336";
    font-family: "font awesome 6 pro";
    font-size: 14px;
    position: absolute;
    top: -4px;
    right: -3px;
    color: var(--blue);
}
.testimonial-slider .dsm_card_title {
    padding-right: 15px;
}
.testimonial-slider .dsm_card_carousel_child_description .test-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: -webkit-line-clamp .3s;
}
.testimonial-slider .dsm_card_carousel_child_description .test-text.active {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
}
.testimonial-slider .five-stars {
    color: #e3b82b;
    font-size: 22px;
    padding-bottom: 10px;
}
.slider-arrow-hover .swiper-button-next::before,
.slider-arrow-hover .swiper-button-prev::before {
    transition: color .3s;
}
.slider-arrow-hover .swiper-button-next:hover::before,
.slider-arrow-hover .swiper-button-prev:hover::before {
    color: var(--blue);
}
.testimonial-slider .dsm_card_carousel_child_subtitle {
    width: max-content;
    margin: auto;
    transition: color .3s;
}
.testimonial-slider div.dsm_card_carousel_child_subtitle:hover {
    cursor: pointer;
    color: var(--blue) !important;
}
/* RESOURCES FAQ STYLES */
#faq-results .faq-list {
    display: grid;
    column-gap: 20px;
}
@media screen and (min-width: 1200px) {
    #faq-results .faq-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 980px) {
    #faq-results .faq-question {
        font-size: 1.5rem !important;
    }
    #faq-results .faq-question::before {
        font-size: 23px !important;
        width: 23px !important;
        height: 23px !important;
    }
}
#faq-results .faq-question {
    cursor: pointer;
    margin: 15px 0;
    font-size: 2rem;
    line-height: 1.25em;
    color: white;
}
.faq-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}
#faq-search-wrap input {
    width: 100%;
    padding: 10px;
    max-width: 600px;
    font-size: 18px;
    border: 4px solid var(--orange);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}
#faq-search-wrap {
    text-align: center;
    padding-bottom: 30px;
}
#faq-load-more-wrap {
    text-align: center;
}
#faq-results .yellow-arrow-icon {
    padding-left: 10px;
    border-top: 1px solid white;
    padding-top: 15px;
    transition: color .3s;
}
#faq-results .yellow-arrow-icon::before {
    left: -10px;
}
#faq-results .faq-answer p {
    color: white;
}
#faq-results .faq-answer a {
    font-weight: bold;
    color: white !important;
    text-decoration: underline;
    transition: color .3s;
}
#faq-results .yellow-arrow-icon:hover,
button#faq-load-more:hover,
#faq-results .faq-answer a:hover {
    color: rgba(255, 255, 255, .7) !important;
}
button#faq-load-more {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    text-transform: uppercase;
    background: none;
    border: none;
    color: white;
    transition: color .3s;
    margin-top: 30px;
}
button#faq-load-more:hover {
    cursor: pointer;
}
#faq-results .faq-question::before {
    transition: transform .3s;
    transform: rotate(90deg) translate(-4px, 4px);
    display: inline-block;
    width: 30px;
    height: 31px;
}
#faq-results .faq-question.closed::before {
    transform: rotate(0deg) !important;
}
#faq-results p {
    color: white;
}
.videos-row .et_pb_button {
    width: 100%;
    max-width: 420px !important;
}
.border-hover-card {
    position: relative;
    border-bottom: 5px solid #0c384f;
}
.border-hover-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image:
        linear-gradient(to top, #0c384f, #0c384f),
        linear-gradient(to top, #0c384f, #0c384f);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 5px 0, 5px 0;
    transition: background-size 0.15s ease 0.15s;
}
.border-hover-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image:
        linear-gradient(to right, #0c384f, #0c384f),
        linear-gradient(to left, #0c384f, #0c384f);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: 0 5px, 0 5px;
    transition: background-size 0.15s ease 0s;
}
.border-hover-card:hover::before {
    background-size: 5px 100%, 5px 100%;
    transition-delay: 0s;
}
.border-hover-card:hover::after {
    background-size: 50% 5px, 50% 5px;
    transition-delay: 0.15s;
}
@media screen and (min-width: 981px) {
    .terms-cards .border-hover-card {
        min-height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.sdm_download_button_box_default div.sdm_download_link>a {
    padding: 14px 45px;
    transition: background .3s !important;
    background: #0c384f !important;
    color: white !important;
    border: 0;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 0;
}
.sdm_download_button_box_default div.sdm_download_link>a:hover {
    background: #105daa !important;
    color: white !important;
}
.card-row.card-row-new.slick-row .slick-list .et_pb_column {
    width: 100% !important;
    margin-right: 0px !important;
}
/* /* 
@media screen and (min-width: 1200px) {
    .card-row.card-row-new.slick-row .slick-list .et_pb_column {
        max-width: 25vw;
    }
}
@media screen and (max-width: 767px) {
    .card-row.card-row-new.slick-row .slick-list .et_pb_column {
        width: 100% !important;
        max-width: 75vw;
    }
} */
.card-row.card-row-new .slick-track {
    display: flex !important;
    column-gap: 20px;
}
.card-row.card-row-new {
    width: 80%;
    max-width: none !important;
}
.ml6.product-cards-grid .product-card {
    border-color: #c1c1c1;
}
.contact-us-row .et_pb_column:hover .et_pb_button {
    background: var(--blue) !important;
}
#page-container .hover-col .et_pb_button {
    width: 100% !important;
    padding-inline: 20px !important;
}
#page-container .hover-col:hover .et_pb_button {
    background: var(--blue) !important;
}
@media screen and (max-width: 1900px) and (min-width: 1200px) {
    .photo-gallery {
        max-width: 90% !important;
    }
}
@media screen and (min-width: 1200px) {
    .photo-gallery {
        display: flex;
        align-items: center;
    }
    .photo-gallery .et_pb_column {
        margin-right: 0 !important;
        width: 19% !important;
        margin-right: 17px !important;
        max-height: 35vw;
        overflow-y: hidden;
    }
    .photo-gallery .et_pb_column:last-of-type {
        margin-right: 0 !important;
    }
    .photo-gallery .et_pb_column.middle {
        width: 32% !important;
    }
}
@media screen and (max-width: 1199px) {
    .photo-gallery {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .gallery-slider {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .two-col-list {
        column-count: 2;
    }
    .two-col-list li {
        padding-right: 20px;
    }
}
.search-results .entry-title a,
.search-results .et_pb_module.et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title {
    transition: color .3s
}
.search-results .entry-title a:before,
.search-results .et_pb_module.et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:before {
    transition: color .3s
}
.search-results .entry-title a:hover,
.search-results .entry-title a:hover:before,
.search-results .et_pb_module.et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:hover,
.search-results .et_pb_module.et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:hover:before {
    color: var(--primary) !important
}
.search-results .et_pb_ajax_pagination_container {
    display: grid;
    gap: 30px
}
@media screen and (min-width: 981px) {
    .search-results .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px
    }
}
.search-results .et_pb_ajax_pagination_container>article {
    background-color: var(--white);
    padding: 20px;
    box-shadow: 0 1px 10px -6px #0000004d;
    margin-bottom: 0
}
.search-results .et_pb_ajax_pagination_container>article:last-of-type~div {
    grid-column: 1/-1
}
@media screen and (max-width: 479px) {
    .search-results .entry-title {
        padding-bottom: 10px
    }
}
.search-results .more-link {
    width: max-content;
    padding: 21px 51px;
    background: var(--dark-blue) !important;
    margin-top: 20px;
    transition: background .3s;
    text-transform: capitalize;
    font-size: 20px !important;
}
.search-results .more-link:hover {
    background: var(--orange) !important;
}
#et-main-area .search-results .wp-pagenavi span {
    color: var(--white) !important;
}
#et-main-area .search-results .wp-pagenavi a {
    color: var(--dark-blue) !important;
}
#et-main-area #main-content li.dsm_breadcrumbs_item a {
    transition: color .3s;
}
#et-main-area #main-content li.dsm_breadcrumbs_item a:hover {
    color: var(--orange) !important;
}
.centered-btns .et_pb_button_module_wrappers {
    justify-content: center;
}
@media screen and (max-width: 767px) {
    #et-main-area .collaborating-with-row {
        margin: auto !important;
    }
    #et-boc #et-main-area .wpcf7-submit {
        padding-inline: 21px !important;
    }
}