.tp-images-1 *{margin:0;padding:0;box-sizing:border-box}.tp-images-1 a{color:inherit}.tp-images-1 .tp__container{max-width:calc(var(--tp-section-width, 1440px) + 40px);padding-block:var(--tp-padding-block, 40px 50px);padding-inline:20px;width:100%;margin:0 auto}.tp-images-1 .tp__margin-left{margin-left:0 auto}.tp-images-1 .tp__margin-right{margin-right:auto 0}.tp-images-1 .tp__margin-center{margin-inline:auto}.tp-images-1 .tp__filter--grayscale{filter:grayscale(100%)}.tp-images-1 .tp__filter--sepia{filter:sepia(100%) contrast(1.2)}.tp-images-1 .tp__filter--invert{filter:invert(100%)}.tp-images-1 .tp__heading{font-weight:var(--tp-font-weight, 700);text-align:var(--tp-heading-alignment, center);font-size:var(--tp-font-size, 52px);max-width:var(--tp-heading-width, 500px);color:var(--tp-heading-color, #3D3D3D);margin-bottom:var(--tp-gap, 20px);width:100%}.tp-images-1 .tp__heading a{color:inherit}.tp-images-1 .tp__items-wrapper{flex-wrap:var(--tp-flex-wrap, nowrap);gap:var(--tp-item-gap, 10px);display:flex;align-items:center;justify-content:center}.tp-images-1 .tp__item{width:calc((100% - (var(--tp-item-gap) * (var(--tp-items-per-row) - 1))) / var(--tp-items-per-row));border-radius:var(--tp-image-border-radius, 10px);background-color:#f5f5f5;display:flex;justify-content:center;overflow:hidden}.tp-images-1 .tp__item img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease-in-out}.tp-images-1 a.tp__item:hover img{transform:scale(1.1)}.tp-images-1 .tp__item:nth-child(1){height:var(--tp-item-1-height, 520px)}.tp-images-1 .tp__item:nth-child(2){height:var(--tp-item-2-height, 365px)}.tp-images-1 .tp__item:nth-child(3){height:var(--tp-item-3-height, 405px)}.tp-images-1 .tp__item:nth-child(4){height:var(--tp-item-4-height, 320px)}.tp-images-1 .tp__item:nth-child(5){height:var(--tp-item-5-height, 520px)}.tp-images-1 .tp__item:nth-child(6){height:var(--tp-item-6-height, 405px)}.tp-marquee-2 *{margin:0;padding:0}.tp-marquee-2{position:relative;overflow:hidden}.tp-marquee-2 .tp__marquee a{color:inherit}.tp-marquee-2 .tp__marquee{background:var(--tp-top-marquee-background, #ea4646);padding-block:var(--tp-padding-top, 10px) var(--tp-padding-bottom, 10px);gap:var(--tp-item-gap, 40px);display:flex;position:absolute;top:50%;left:-50%;width:200%;transform:rotate(-3deg) translateY(-50%);transform-origin:center;z-index:2}.tp-marquee-2 .tp__marquee--bottom{background:var(--tp-bottom-marquee-background, #4646ea);transform:rotate(3deg) translateY(-50%);top:30%;z-index:1}.tp-marquee-2 .tp__marquee-wrapper{animation:tpMarqueeRightToLeft var(--tp-animation-duration, 40s) linear infinite;gap:var(--tp-item-gap, 40px);width:max-content;flex-shrink:0;display:flex;align-items:center}.tp-marquee-2 .tp__marquee-wrapper--reverse{animation:tpMarqueeLeftToRight var(--tp-animation-duration, 40s) linear infinite}.tp-marquee-2 .tp__marquee:hover .tp__marquee-wrapper{animation-play-state:var(--tp-pause-on-hover, true)}@keyframes tpMarqueeRightToLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - var(--tp-item-gap, 40px) / 2))}}@keyframes tpMarqueeLeftToRight{0%{transform:translate(calc(-50% - var(--tp-item-gap, 40px) / 2))}to{transform:translate(0)}}.tp-marquee-2 .tp__marquee-item{font-size:var(--tp-text-size, 32px);font-weight:var(--tp-font-weight, 500);color:var(--tp-top-text-color, #FFFFFF);white-space:nowrap;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;flex-shrink:0;position:relative}.tp-marquee-2 .tp__marquee--bottom .tp__marquee-item{color:var(--tp-bottom-text-color, #FFFFFF)}.tp-marquee-2 .tp__marquee-item a{text-decoration:none}.tp-marquee-2 .tp__marquee-img{width:60px}.tp-marquee-2 .marquee-separator{font-size:var(--tp-text-size, 32px);color:var(--tp-top-text-color, #FFFFFF);flex-shrink:0}.tp-marquee-2 .tp__marquee--bottom .marquee-separator{color:var(--tp-bottom-text-color, #FFFFFF)}.tp-marquee-2 .marquee-separator-image{height:var(--tp-separator-image-height, 20px);width:auto;object-fit:contain}@media (min-width: 768px){.tp-marquee-2 .tp__marquee--bottom{top:50%}}.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)}.tp-ugc-videos-1 *{padding:0;margin:0;box-sizing:border-box}.tp-ugc-videos a{color:inherit}.tp-ugc-videos-1 .tp-ugc-videos-1__container{max-width:calc(var(--tp-section-width, 1200px) + 20px * 2);gap:var(--tp-content-spacing, 30px);padding-block:var(--tp-section-padding-block, 60px 60px);background:var(--tp-background-color, #FFFFFF);margin:0 auto;display:flex;flex-direction:column;position:relative;z-index:1;width:100%;padding-inline:20px}.tp-ugc-videos-1 .tp-ugc-videos-1__heading{font-size:var(--tp-heading-size, 48px);font-weight:var(--tp-heading-weight, 600);color:var(--tp-heading-color, #000000);text-align:var(--tp-text-alignment, center);line-height:1.2}.tp-ugc-videos-1 .tp-ugc-videos-1__grid{gap:var(--tp-grid-gap, 20);display:grid;grid-template-columns:1fr;width:100%}.tp-ugc-videos-1 .tp-ugc-videos-1__video-card{border-radius:var(--tp-card-radius, 8px);height:var(--tp-video-height, 550px);position:relative;overflow:hidden}.tp-ugc-videos-1 .tp-ugc-videos-1__thumbnail{height:var(--tp-video-height, 550px);position:relative;width:100%;height:100%;object-fit:cover}.tp-ugc-videos-1 .tp-ugc-videos-1__video,.tp-ugc-videos-1 .tp-ugc-videos-1__video-card img{width:100%;height:100%;object-fit:cover}.tp-ugc-videos-1 .tp-ugc-videos-1__title{background:linear-gradient(transparent,#000000b3);padding-bottom:var(--tp-title-padding, 14px);font-size:var(--tp-video-title-size, 20px);font-weight:var(--tp-title-weight, 600);color:var(--tp-title-color, #FFFFFF);position:absolute;bottom:0;left:0;right:0;text-align:center}.tp-ugc-videos-1 .tp-ugc-videos-1__carousel-container{position:relative;padding:0}.tp-ugc-videos-1 .tp-ugc-videos-1__arrows{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:16px;position:static}.tp-ugc-videos-1 .swiper-button-next,.tp-ugc-videos-1 .swiper-button-prev{width:40px;height:40px;margin:0;box-shadow:none;position:static}.tp-ugc-videos-1 .swiper-button-next svg,.tp-ugc-videos-1 .swiper-button-prev svg{width:31px;height:9px;display:block}.tp-ugc-videos-1 .swiper-button-next svg path,.tp-ugc-videos-1 .swiper-button-prev svg path{fill:var(--tp-carousel-color, #000000)}.tp-ugc-videos-1 .swiper-button-next:after,.tp-ugc-videos-1 .swiper-button-prev:after{display:none}.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel,.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-wrapper{display:flex;flex-direction:column;gap:var(--tp-grid-gap, 20px);width:100%}.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-slide{width:100%;margin-right:0}.tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel+.tp-ugc-videos-1__arrows{display:none}@media (min-width: 601px){.tp-ugc-videos-1 .tp-ugc-videos-1__arrows{position:absolute;top:50%;left:-64px;right:-64px;transform:translateY(-50%);justify-content:space-between;margin-top:0}.tp-ugc-videos-1 .swiper-button-next,.tp-ugc-videos-1 .swiper-button-prev{border-radius:var(--tp-carousel-border-radius, 30%);width:48px;height:48px;box-shadow:0 2px 8px #00000014}}@media (min-width: 1024px){.tp-ugc-videos-1 .tp-ugc-videos-1__grid{grid-template-columns:repeat(var(--tp-columns-desktop, 4),1fr)}}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
