.about-image-text{position:relative;width:100%}.about-image-text__container{max-width:var(--section-width, 1200px);margin:0 auto;padding:0 2rem}@media screen and (max-width:749px){.about-image-text__container{padding:0 1rem}}.about-image-text__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media screen and (max-width:749px){.about-image-text__wrapper{grid-template-columns:1fr;gap:2rem}}.about-image-text__wrapper--reverse{direction:rtl}.about-image-text__wrapper--reverse>*{direction:ltr}@media screen and (max-width:749px){.about-image-text__wrapper--reverse{direction:ltr}}.about-image-text__image-wrapper{width:100%;position:relative}.about-image-text__image-container{width:100%;max-width:var(--image-size, 500px);aspect-ratio:4 / 3;overflow:hidden;border-radius:8px}@media screen and (max-width:749px){.about-image-text__image-container{max-width:100%}}.about-image-text__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.about-image-text__image-wrapper:hover .about-image-text__image{transform:scale(1.05)}.about-image-text__content{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:749px){.about-image-text__content{gap:1rem}}.about-image-text__heading{margin:0;font-size:var(--heading-size, 32px);font-weight:var(--heading-weight, 700);line-height:1.3;color:var(--heading-color, #000000)}@media screen and (max-width:749px){.about-image-text__heading{font-size:clamp(24px,5vw,var(--heading-size, 32px))}}.about-image-text__text{font-size:var(--text-size, 16px);font-weight:var(--text-weight, 400);line-height:1.6;color:var(--text-color, #000000)}.about-image-text__text p{margin:0 0 1rem}.about-image-text__text p:last-child{margin-bottom:0}.about-image-grid{position:relative;width:100%}.about-image-grid__container{max-width:var(--section-width, 1200px);margin:0 auto;padding:0 2rem}@media screen and (max-width:749px){.about-image-grid__container{padding:0;overflow:hidden}}.about-image-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}@media screen and (max-width:749px){.about-image-grid__grid{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem;margin:0;width:100%}.about-image-grid__grid::-webkit-scrollbar{display:none}}.about-image-grid__item{width:100%;min-width:0;position:relative}@media screen and (max-width:749px){.about-image-grid__item{flex:0 0 calc(150% - .5rem);scroll-snap-align:start;min-width:calc(150% - .5rem);width:calc(150% - .5rem)}.about-image-grid__item:last-child{flex:0 0 50%;min-width:50%;width:50%}}.about-image-grid__image-wrapper{width:100%;height:var(--image-height, 400px);overflow:hidden;border-radius:8px;position:relative}@media screen and (max-width:749px){.about-image-grid__image-wrapper{height:var(--image-height-mobile, 300px)}}.about-image-grid__image{width:100%;height:100%;object-fit:var(--object-fit, cover);display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.about-image-grid__item:hover .about-image-grid__image{transform:scale(1.05)}.about-features{position:relative;width:100%}.about-features__container{max-width:var(--section-width, 1200px);margin:0 auto;padding:0 2rem;text-align:center}@media screen and (max-width:749px){.about-features__container{padding:0 1rem}}.about-features__main-heading{margin:0 0 1.5rem;font-size:var(--heading-size, 40px);font-weight:var(--heading-weight, 700);line-height:1.2;color:var(--main-heading-color, #000000)}@media screen and (max-width:749px){.about-features__main-heading{font-size:clamp(28px,6vw,var(--heading-size, 40px))}}.about-features__sub-heading{margin:0 0 1.5rem;font-size:var(--heading-size, 28px);font-weight:var(--heading-weight, 600);line-height:1.3;color:var(--sub-heading-color, #000000)}@media screen and (max-width:749px){.about-features__sub-heading{font-size:clamp(22px,5vw,var(--heading-size, 28px))}}.about-features__description{margin:0 auto 4rem;max-width:800px;font-size:var(--text-size, 16px);font-weight:var(--text-weight, 400);line-height:1.6;color:var(--text-color, #000000)}@media screen and (max-width:749px){.about-features__description{margin-bottom:3rem}}.about-features__description p{margin:0 0 1rem}.about-features__description p:last-child{margin-bottom:0}.about-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}@media screen and (max-width:749px){.about-features__grid{grid-template-columns:1fr;gap:1.5rem}}.about-features__item{padding:2rem;border:2px solid var(--border-color, #e0e0e0);border-radius:8px;text-align:left;transition:all .3s ease;background-color:transparent}@media screen and (max-width:749px){.about-features__item{padding:1.5rem}}.about-features__item:hover{border-color:var(--border-hover-color, #000000);transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.about-features__item-heading{margin:0 0 1rem;font-size:var(--item-heading-size, 24px);font-weight:var(--item-heading-weight, 600);line-height:1.3;color:var(--item-heading-color, #000000)}@media screen and (max-width:749px){.about-features__item-heading{font-size:clamp(20px,4vw,var(--item-heading-size, 24px))}}.about-features__item-text{font-size:var(--item-text-size, 14px);font-weight:var(--item-text-weight, 400);line-height:1.6;color:var(--item-text-color, #666666)}.about-features__item-text p{margin:0}.about-image-text__image,.about-image-grid__image{will-change:transform}@media(prefers-reduced-motion:reduce){.about-image-text__image,.about-image-grid__image,.about-features__item{transition:none}.about-image-text__image-wrapper:hover .about-image-text__image,.about-image-grid__item:hover .about-image-grid__image,.about-features__item:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/about-page.css.map */
