/** Shopify CDN: Minification failed

Line 11:45 Unexpected ".3-plus"
Line 12:45 Unexpected ".3-plus"
Line 13:45 Unexpected ".3-plus"

**/
@media(min-width: 991.98px){
    .customer-projects-slider .swiper-wrapper { display: grid; grid-template-columns: calc(71% - 10px) calc(29% - 10px); gap: 20px; }
    .customer-projects-slider .swiper-wrapper.only-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .customer-projects-slider .swiper-wrapper.3-plus .swiper-slide:first-child { grid-row: 2 span; }
    .customer-projects-slider .swiper-wrapper.3-plus .swiper-slide:first-child .customer-projects-content {padding: 40px;}
    .customer-projects-slider .swiper-wrapper.3-plus .swiper-slide:first-child .customer-projects-content h5 { font-size: 24px; }
    .customer-projects-container .custom-arrow { display: none; }
    .customer-projects-container .custom-arrow.only-2  { display: none; }
}

@media(min-width: 749.98px){
    .customer-projects-container .custom-arrow.only-2  { display: none; }
}

.customer-projects-container{overflow: hidden}
.customer-projects-wrapper{position: relative;}
.customer-projects-heading { margin-bottom: 40px; display: flex; align-items: end; }
.customer-projects-wrapper::before {     content: "";
    position: absolute;
    width: 16px;
    border-radius: 0 20px 20px 0;
    background-color: rgb(var(--color-foreground));
    height: 80px;
    left: 0;
    top: 10px; }

.customer-projects-thumb span {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    font-size: 12px;
    line-height: 130%;
    background-color: var(--color-tab-active);
    color: #fff;
    padding: 3px 15px;
    border-radius: 10px;
    font-weight: 400;
}
.customer-projects-slider {
    overflow: hidden;
}
.customer-projects-title { max-width: 600px; font-size: 14px; line-height: 135%; }
.customer-projects-cta { margin-left: auto; }
.customer-projects-title h2 { margin: 0; }
.customer-projects-title p { margin: 16px 0 0 0; }

.customer-projects-card { display: flex; flex-flow: column;    height: 100%; }
.customer-projects-thumb { position: relative; flex: 1; }
.customer-projects-thumb img {width: 100%; height: 100%;  object-fit: cover; border-radius: 10px 10px 0 0; }
.customer-projects-thumb::before { content: ''; position: absolute; width: 100%; height: 50%; bottom: 0; left: 0; background: linear-gradient(360deg, #00000070, transparent); z-index: 9; }
.customer-projects-content { padding: 20px; background-color: rgb(var(--color-background-accent));; border-radius: 10px; margin-top: -10px; position: relative; z-index: 9; }
.customer-projects-content h5 { font-size: 18px; font-family: 'Roboto'; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.customer-projects-cta{padding-top: 20px;}
.customer-projects-cta .new-btn {width: 100%;}
@media (max-width: 1199.98px) {
 .customer-projects-title h2 { }
     .customer-projects-slider .swiper-wrapper {
        grid-template-columns: calc(63% - 10px) calc(37% - 10px);
    } 
}
@media (max-width: 991.98px) {
   .customer-projects-title h2 {}
  .customer-projects-title p {
    margin-top: 10px;
}

.customer-projects-heading {
    flex-flow: column;
    align-items: start;
}

.customer-projects-cta {
    margin-top: 16px;
    margin: 0;
}
  .customer-projects-wrapper:before{display: none;}
}
@media (max-width: 649.98px) {
  .customer-projects-thumb {
    padding-bottom: 66%;
}

.customer-projects-thumb img {
    position: absolute;
    left: 0;
    top: 0;
}
}
