.tp-features-2 .tp__section-wrapper{max-width:var(--tp-section-width, 1440px);flex-direction:var(--tp-layout-direction, row);gap:var(--tp-section-gap, 40px);width:100%;margin:0 auto;display:flex;align-items:center;position:relative}.tp-features-2 .tp__features-grid{grid-template-columns:repeat(var(--tp-grid-columns, 2),1fr);gap:var(--tp-grid-row-gap) var(--tp-grid-column-gap, 32px);padding-inline:20px;display:grid;width:100%}.tp-features-2 a{color:inherit}.tp-features-2 .tp__image-wrapper{height:var(--tp-image-height, 400px);width:100%}.tp-features-2 .tp__section-image{filter:var(--tp-image-filter, none);width:100%;height:100%;object-fit:cover;background-color:#f5f5f5}.tp-features-2 .tp__feature-card{text-align:var(--tp-content-alignment, center)}.tp-features-2 .tp__feature-icon{width:var(--tp-icon-size, 64px);height:var(--tp-icon-size, 64px);margin:0 auto var(--tp-icon-gap, 15px)}.tp-features-2 .tp__feature-title{font-size:var(--tp-title-size, 24px);color:var(--tp-title-color, #000000);margin:0 0 var(--tp-title-gap, 10px)}.tp-features-2 .tp__feature-description{font-size:var(--tp-description-size, 16px);color:var(--tp-text-color, #666666);line-height:1.5;margin:0}.tp-features-2 .tp__filter--grayscale{filter:grayscale(100%)}.tp-features-2 .tp__filter--sepia{filter:sepia(100%) contrast(1.2)}.tp-features-2 .tp__filter--invert{filter:invert(100%)}@media screen and (min-width: 1024px){.tp-features-2 .tp__section-wrapper{flex-direction:var(--tp-layout-direction, row);flex-wrap:nowrap}.tp-features-2 .tp__features-grid,.tp-features-2 .tp__image-wrapper{flex-basis:50%}}.tp-gallery-3 *{padding:0;margin:0;box-sizing:border-box}.tp-gallery-3 a{color:inherit}.tp-gallery-3 .tp__gallery-images-mobile--1 .tp__link{flex:1 0 100%}.tp-gallery-3 .tp__gallery-images-mobile--2 .tp__link{flex:1 0 50%}.tp-gallery-3 .tp__filter--grayscale{filter:grayscale(100%)}.tp-gallery-3 .tp__filter--sepia{filter:sepia(100%) contrast(1.2)}.tp-gallery-3 .tp__filter--invert{filter:invert(100%)}.tp-gallery-3 .tp__container{background:var(--tp-background-color, #ffffff);padding-block:var(--tp-padding-block, 40px 50px);max-width:calc(var(--tp-section-width, 1600px) + 40px);padding-inline:20px;margin:0 auto}.tp-gallery-3 .tp__header{margin-bottom:var(--tp-header-bottom-space, 50px);text-align:center}.tp-gallery-3 .tp__heading{color:var(--tp-heading-color, #1a1b18);font-size:var(--tp-heading-text-size, 40px);font-weight:var(--tp-heading-text-weight, 600);margin-bottom:var(--tp-heading-bottom-space, 20px)}.tp-gallery-3 .tp__header-description{color:var(--tp-header-description-color, #2123268c);font-size:var(--tp-description-text-size, 20px);font-weight:var(--tp-description-text-weight, 600);line-height:1}.tp-gallery-3 .tp__gallery-images{display:flex;flex-wrap:wrap;overflow:hidden;position:relative}.tp-gallery-3 .tp__link{height:var(--tp-image-height, 280px);position:relative;overflow:hidden}.tp-gallery-3 .tp_image{background-color:#f8f8f8;width:100%;height:100%;transition:.4s ease;object-fit:cover}.tp-gallery-3 .tp__link:hover .tp_image{transform:scale(1.08)}.tp-gallery-3 .tp__link:after{content:"";background-color:#000;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0}.tp-gallery-3 .tp__link:hover:after{opacity:.2}.tp-gallery-3 .tp__inner{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);transition:.4s ease;z-index:2}.tp-gallery-3 .tp__image-title{font-size:var(--tp-image-caption-size, 20px);color:var(--tp-image-caption-color, #000000);font-weight:var(--tp-image-capton-text-weight, 600);line-height:1;width:100%}@media (min-width: 768px){.tp-gallery-3 .tp__gallery-images-desktop--2 .tp__link{flex:1 0 50%}.tp-gallery-3 .tp__gallery-images-desktop--3 .tp__link{flex:1 0 33.33%}.tp-gallery-3 .tp__gallery-images-desktop--4 .tp__link{flex:1 0 25%}.tp-gallery-3 .tp__gallery-images-desktop--5 .tp__link{flex:1 0 26%}}@media (min-width: 1024px){.tp-gallery-3 .tp__gallery-images-desktop--5 .tp__link{flex:1 0 20%}}.tp-scrolling-gallery{background:var(--tp-background-color);max-width:var(--tp-section-width);margin-inline:auto;overflow:hidden}.tp-scrolling-gallery .tp__gallery{display:flex;padding-block:var(--tp-padding-top) var(--tp-padding-bottom);gap:var(--tp-item-gap, 10px)}.tp-scrolling-gallery .tp__gallery-wrapper{animation:tpGalleryScroll var(--tp-animation-duration, 30s) linear infinite;gap:var(--tp-item-gap, 10px);width:max-content;flex-shrink:0;display:flex}.tp-scrolling-gallery .tp__gallery:hover .tp__gallery-wrapper{animation-play-state:var(--tp-pause-on-hover, running)}@keyframes tpGalleryScroll{0%{transform:translate(0)}to{transform:translate(calc((-100% - var(--tp-item-gap, 10px))))}}.tp-scrolling-gallery .tp__gallery-wrapper{animation-direction:var(--tp-animation-direction, normal)}.tp-scrolling-gallery .tp__gallery-item{width:var(--tp-item-width, 420px);height:var(--tp-item-height, 220px);flex-shrink:0;position:relative;overflow:hidden;cursor:pointer}.tp-scrolling-gallery .tp__gallery-image{width:100%;height:100%;object-fit:cover;border-radius:var(--tp-image-radius, 0px);display:block}.tp-scrolling-gallery .tp__gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:var(--tp-image-radius);pointer-events:none;transition:background-color .3s ease}.tp-scrolling-gallery .tp__gallery-button{font-size:var(--tp-button-text-size);font-weight:var(--tp-button-text-weight);text-align:center;padding:7px 15px;border-radius:18px;background-color:var(--tp-button-background-color);color:var(--tp-button-color);opacity:0;transform:translateY(10px);transition:all .3s ease;pointer-events:auto;text-decoration:none;display:inline-block}.tp-scrolling-gallery .tp__gallery-item:hover .tp__gallery-overlay{background-color:#0006}.tp-scrolling-gallery .tp__gallery-item:hover .tp__gallery-button{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/21/compiled_assets/styles.css.map */
