:root{--mwt2025-spacing-base:1rem;--mwt2025-spacing-medium:2rem;--mwt2025-spacing-large:3rem;--mwt2025-border-radius:12px;--mwt2025-gallery-item-size:100px}.mwt2025{padding-top:var(--mwt2025-spacing-large);padding-bottom:var(--mwt2025-spacing-large);position:relative;overflow:hidden;margin:auto;display:block}.mwt2025--full-width{padding-left:0;padding-right:0}.mwt2025__layout{display:grid;gap:var(--mwt2025-spacing-medium);align-items:var(--content-vertical-alignment,center)}@media (min-width:750px){.mwt2025__layout{grid-template-columns:var(--media-column-width,1fr) var(--content-column-width,1fr)}.mwt2025__layout--media_first{grid-template-areas:"media content"}.mwt2025__layout--text_first{grid-template-areas:"content media"}.mwt2025__media-wrapper{grid-area:media}.mwt2025__content-wrapper{grid-area:content}.mwt2025__layout.mwt2025--media-width-30{--media-column-width:3fr;--content-column-width:7fr}.mwt2025__layout.mwt2025--media-width-35{--media-column-width:3.5fr;--content-column-width:6.5fr}.mwt2025__layout.mwt2025--media-width-40{--media-column-width:4fr;--content-column-width:6fr}.mwt2025__layout.mwt2025--media-width-45{--media-column-width:4.5fr;--content-column-width:5.5fr}.mwt2025__layout.mwt2025--media-width-50{--media-column-width:5fr;--content-column-width:5fr}.mwt2025__layout.mwt2025--media-width-55{--media-column-width:5.5fr;--content-column-width:4.5fr}.mwt2025__layout.mwt2025--media-width-60{--media-column-width:6fr;--content-column-width:4fr}.mwt2025__layout.mwt2025--media-width-65{--media-column-width:6.5fr;--content-column-width:3.5fr}.mwt2025__layout.mwt2025--media-width-70{--media-column-width:7fr;--content-column-width:3fr}.mwt2025--content-align-top{--content-vertical-alignment:flex-start}.mwt2025--content-align-center{--content-vertical-alignment:center}.mwt2025--content-align-bottom{--content-vertical-alignment:flex-end}}@media (max-width:749px){.mwt2025__layout{grid-template-columns:1fr}.mwt2025__layout--text_first .mwt2025__media-wrapper{order:2}.mwt2025__layout--text_first .mwt2025__content-wrapper{order:1}.mwt2025.mwt2025--mobile-height-fill .mwt2025__media-wrapper{min-height:60vh}}.mwt2025__media-wrapper{position:relative;width:100%;height:100%;min-height:var(--desktop-min-height,300px);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--mwt2025-border-radius)}.mwt2025__media-wrapper--cover .mwt2025__media-image,.mwt2025__media-wrapper--cover .mwt2025__media-video-wrapper,.mwt2025__media-wrapper--cover .mwt2025__media-video{width:100%;height:100%;object-fit:cover}.mwt2025__media-wrapper--contain .mwt2025__media-image,.mwt2025__media-wrapper--contain .mwt2025__media-video-wrapper,.mwt2025__media-wrapper--contain .mwt2025__media-video{width:100%;height:100%;object-fit:contain;max-height:100%;max-width:100%}.mwt2025__media-video-wrapper{width:100%;height:100%;position:relative;padding-bottom:56.25%}.mwt2025__media-video-wrapper iframe,.mwt2025__media-video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.mwt2025__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.04);min-height:200px}.mwt2025__placeholder .placeholder-svg{width:50px;height:50px;max-width:50%;max-height:50%}.mwt2025__content-wrapper{display:flex;flex-direction:column;justify-content:center;gap:var(--mwt2025-spacing-base);padding:var(--mwt2025-spacing-medium)}@media (max-width:749px){.mwt2025__content-wrapper{padding:var(--mwt2025-spacing-base);text-align:center}}.mwt2025__block{margin-bottom:var(--mwt2025-spacing-base)}.mwt2025__block:last-child{margin-bottom:0}.mwt2025__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--mwt2025-gallery-item-size),1fr));gap:calc(var(--mwt2025-spacing-base) / 2);margin-top:var(--mwt2025-spacing-base)}.mwt2025__gallery-item{display:block;position:relative;width:100%;padding-top:100%;border-radius:var(--mwt2025-border-radius);overflow:hidden;cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease}.mwt2025__gallery-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.mwt2025__gallery-item--placeholder{background-color:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center}.mwt2025__gallery-item--placeholder .placeholder-svg{width:30px;height:30px}.pswp__bg{background:rgba(var(--color-background),.9)!important}section-media-with-text-2025{--desktop-min-height:var(--section-desktop-min-height, 500px);--mobile-section-height:var(--section-mobile-height, auto)}.mwt2025__gallery-slider{width:100%;margin-top:25px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;max-width:100%}.mwt2025__gallery-slide{text-align:center;height:auto;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;justify-content:center;align-items:center;padding:5px}.mwt2025__gallery-slide img.mwt2025__gallery-thumbnail{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;transition:transform 0.3s ease;border-radius:calc(var(--mwt2025-border-radius) - 2px)}.mwt2025__gallery-slider .swiper-button-prev,.mwt2025__gallery-slider .swiper-button-next{color:#000;background-color:rgb(255 255 255 / .9);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgb(0 0 0 / .15);transition:background-color 0.3s ease,transform 0.3s ease;opacity:.7;z-index:10;position:absolute}.mwt2025__gallery-slider .swiper-button-prev:hover,.mwt2025__gallery-slider .swiper-button-next:hover{background-color:rgb(255 255 255);opacity:1}.mwt2025__gallery-slider .swiper-button-prev::after,.mwt2025__gallery-slider .swiper-button-next::after{font-size:16px;font-weight:700;color:#000}.mwt2025__gallery-slider .swiper-button-prev{left:10px;margin-top:0;top:50%;transform:translateY(-50%)}.mwt2025__gallery-slider .swiper-button-next{right:10px;margin-top:0;top:50%;transform:translateY(-50%)}.mwt2025__gallery-slider .swiper-pagination{position:absolute;bottom:10px;width:100%;text-align:center}.mwt2025__gallery-slider .swiper-pagination-bullet{background:#000;opacity:.3;width:8px;height:8px;margin:0 5px;transition:opacity 0.3s ease,width 0.3s ease,background-color 0.3s ease}.mwt2025__gallery-slider .swiper-pagination-bullet-active{opacity:1;background:#007aff;width:12px;height:8px;border-radius:4px}.mwt2025__gallery-slider .swiper-slide,.mwt2025__gallery-slider swiper-slide{aspect-ratio:1/1;flex-shrink:0}media-with-text-gallery-pair.media-with-text-2025__gallery{display:flex;flex-wrap:nowrap;gap:var(--grid-spacing-x,1rem);width:100%;overflow:hidden}media-with-text-gallery-pair.media-with-text-2025__gallery>a.media-with-text-2025__gallery-item{flex:0 0 calc(50% - (var(--grid-spacing-x, 1rem) / 2));box-sizing:border-box;display:block;position:relative;overflow:hidden}media-with-text-gallery-pair.media-with-text-2025__gallery>a.media-with-text-2025__gallery-item img{display:block;width:100%;height:auto;object-fit:cover}media-with-text-gallery-pair.media-with-text-2025__gallery>a.media-with-text-2025__gallery-item:only-child{flex:0 0 100%}@media (max-width:749px){.mwt2025__gallery-slider{margin-top:15px}.mwt2025__gallery-slider .swiper-button-prev,.mwt2025__gallery-slider .swiper-button-next{width:30px;height:30px}.mwt2025__gallery-slider .swiper-button-prev::after,.mwt2025__gallery-slider .swiper-button-next::after{font-size:12px}.mwt2025__gallery-slide{padding:3px}}