.blog-articles-section{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.blog-articles-section__header{text-align:center;margin-bottom:48px}.blog-articles-section__heading{color:rgb(var(--color-foreground));margin:0 0 16px}.blog-articles-section__description{color:rgb(var(--color-foreground));opacity:.75;max-width:800px;margin:0 auto}.blog-articles-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;width:100%}@media screen and (max-width: 749px){.blog-articles-section__grid{grid-template-columns:1fr}}.blog-articles-section__item{position:relative;overflow:hidden;height:60vh;max-height:60vh;min-height:400px}@media screen and (max-width: 749px){.blog-articles-section__item{height:50vh;max-height:50vh;min-height:300px}}.blog-articles-section__link{display:block;width:100%;height:100%;position:relative;text-decoration:none;color:inherit}.blog-articles-section__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.blog-articles-section__image,.blog-articles-section__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.blog-articles-section__link:hover .blog-articles-section__image{transform:scale(1.05)}.blog-articles-section__placeholder{background-color:rgba(var(--color-foreground),.1)}.blog-articles-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-background),var(--overlay-opacity, .85));display:flex;align-items:center;justify-content:center;padding:40px;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media screen and (max-width: 749px){.blog-articles-section__overlay{padding:24px}}.blog-articles-section__link:hover .blog-articles-section__overlay{opacity:1}@media (hover: none){.blog-articles-section__link:active .blog-articles-section__overlay{opacity:1}}.blog-articles-section__content{text-align:center;max-width:500px;transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.blog-articles-section__link:hover .blog-articles-section__content{transform:translateY(0)}.blog-articles-section__article-title{color:rgb(var(--color-foreground));margin:0 0 16px;line-height:1.2}.blog-articles-section__excerpt{color:rgb(var(--color-foreground));opacity:.85;font-size:calc(var(--font-body-scale) * 1rem);line-height:1.6;margin:0 0 24px}.blog-articles-section__read-more{display:inline-flex;align-items:center;gap:8px;color:rgb(var(--color-foreground));font-weight:600;font-size:calc(var(--font-body-scale) * .95rem);text-transform:uppercase;letter-spacing:.05em;transition:gap .3s ease}.blog-articles-section__link:hover .blog-articles-section__read-more{gap:12px}.blog-articles-section__read-more svg{transition:transform .3s ease}.blog-articles-section__link:hover .blog-articles-section__read-more svg{transform:translate(4px)}.features-section{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.features-section__header{margin-bottom:48px}.features-section__heading{color:rgb(var(--color-foreground));margin:0 0 12px}.features-section__subtitle{color:rgb(var(--color-foreground));opacity:.75;font-size:calc(var(--font-body-scale) * 1rem);line-height:1.6}.features-section__grid{display:grid;gap:48px;width:100%}.features-section__grid--2-col{grid-template-columns:repeat(2,1fr)}.features-section__grid--3-col{grid-template-columns:repeat(3,1fr)}.features-section__grid--4-col{grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 989px){.features-section__grid--3-col,.features-section__grid--4-col{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.features-section__grid{grid-template-columns:1fr;gap:32px}.features-section__header{margin-bottom:32px}}.features-section__item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.features-section__icon{color:rgb(var(--color-foreground));width:48px;height:48px;display:flex;align-items:center;justify-content:center}.features-section__icon svg{width:100%;height:100%}.features-section__item-title{color:rgb(var(--color-foreground));font-size:calc(var(--font-body-scale) * 1.1rem);font-weight:500;margin:0;line-height:1.3;text-transform:uppercase;letter-spacing:.05em}.features-section__item-description{color:rgb(var(--color-foreground));opacity:.75;font-size:calc(var(--font-body-scale) * .9rem);line-height:1.6;margin:0;max-width:300px}.instagram-feed-section{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.instagram-feed-section__header{text-align:center;margin-bottom:48px}.instagram-feed-section__heading{color:rgb(var(--color-foreground));margin:0 0 16px}.instagram-feed-section__description{color:rgb(var(--color-foreground));opacity:.75;max-width:800px;margin:0 auto}.instagram-feed-section__grid{display:grid;gap:16px;width:100%}.instagram-feed-section__grid--2-col{grid-template-columns:repeat(2,1fr)}.instagram-feed-section__grid--3-col{grid-template-columns:repeat(3,1fr)}.instagram-feed-section__grid--4-col{grid-template-columns:repeat(4,1fr)}.instagram-feed-section__grid--5-col{grid-template-columns:repeat(5,1fr)}@media screen and (max-width: 989px){.instagram-feed-section__grid--4-col,.instagram-feed-section__grid--5-col{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 749px){.instagram-feed-section__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.instagram-feed-section__item{position:relative;overflow:hidden;aspect-ratio:1 / 1;background-color:rgba(var(--color-foreground),.05)}.instagram-feed-section__link{display:block;width:100%;height:100%;position:relative;text-decoration:none;color:inherit}.instagram-feed-section__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.instagram-feed-section__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,rgba(var(--color-foreground),.08),rgba(var(--color-foreground),.03))}.instagram-feed-section__link:hover .instagram-feed-section__placeholder{transform:scale(1.05)}.instagram-feed-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-background),var(--overlay-opacity, .85));display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.instagram-feed-section__link:hover .instagram-feed-section__overlay{opacity:1}@media (hover: none){.instagram-feed-section__link:active .instagram-feed-section__overlay{opacity:1}}.instagram-feed-section__content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.instagram-feed-section__link:hover .instagram-feed-section__content{transform:translateY(0)}.instagram-feed-section__icon{color:rgb(var(--color-foreground));width:48px;height:48px;transition:transform .3s ease}.instagram-feed-section__link:hover .instagram-feed-section__icon{transform:scale(1.1)}.instagram-feed-section__caption{color:rgb(var(--color-foreground));font-size:calc(var(--font-body-scale) * .9rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.instagram-feed-section__button-wrapper{text-align:center;margin-top:48px}@media screen and (max-width: 749px){.instagram-feed-section__button-wrapper{margin-top:32px}}.video-text-section{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.video-text-section__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:48px}.video-text-section__inner--video_right{flex-direction:row-reverse}.video-text-section__video-wrapper{position:relative;flex:1;min-width:340px}.video-text-section__text-wrapper{flex:1;min-width:320px;display:flex;flex-direction:column;align-items:var(--align-items);justify-content:center;gap:20px;text-align:var(--text-align)}.video-text-section__heading{color:rgb(var(--color-foreground));margin:0}.video-text-section__heading>*{margin:0;color:rgb(var(--color-foreground))}.video-text-section__paragraph{color:rgb(var(--color-foreground));opacity:.75;line-height:1.8;margin:0}.video-text-section__paragraph a{color:rgb(var(--color-link));text-decoration:underline}.video-text-section__button.button--secondary{color:rgb(var(--color-button-text));background-color:rgb(var(--color-button))}.video-text-section__button.button:before,.video-text-section__button.button:after{border-radius:0}.video-text-section__embed-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;background-color:#000}.video-text-section__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-text-section__image-wrapper{position:relative;width:100%;height:auto;display:flex}.video-text-section__image{width:100%;height:auto;object-fit:cover;border-radius:0}.placeholder-svg{width:100%;height:auto;background-color:#f0f0f0}.video-text-section__inner--no-media .video-text-section__text-wrapper{flex:0 1 1200px;max-width:1200px;width:100%}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
