.AboutUsPage-module__GvPXwW__aboutPage{background-color:var(--color-background);min-height:100vh;padding-bottom:0}.AboutUsPage-module__GvPXwW__hero{text-align:center;justify-content:center;align-items:center;height:60vh;min-height:400px;display:flex;position:relative;overflow:hidden}.AboutUsPage-module__GvPXwW__heroOverlay{z-index:1;background:#0009;position:absolute;inset:0}.AboutUsPage-module__GvPXwW__heroContent{z-index:2;color:#fff;max-width:800px;padding:0 20px;animation:1s forwards AboutUsPage-module__GvPXwW__fadeInUp;position:relative}.AboutUsPage-module__GvPXwW__heroContent h1{color:#fff;font-family:var(--font-serif);text-transform:uppercase;letter-spacing:2px;text-shadow:0 4px 10px #00000080;margin:10px 0 20px;font-size:50px;font-weight:700}.AboutUsPage-module__GvPXwW__label{font-family:var(--font-sans);color:#fff;text-transform:uppercase;letter-spacing:3px;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.AboutUsPage-module__GvPXwW__decorLine{justify-content:center;align-items:center;gap:15px;margin:20px auto 0;display:flex}.AboutUsPage-module__GvPXwW__decorWing{background:var(--color-primary);width:60px;height:1px}.AboutUsPage-module__GvPXwW__decorDot{background:var(--color-primary);width:8px;height:8px;transform:rotate(45deg)}.AboutUsPage-module__GvPXwW__mosaicSection{background-color:#111;width:100%;padding:50px 0}.AboutUsPage-module__GvPXwW__mosaicGrid{flex-wrap:nowrap;gap:10px;width:100%;display:flex}.AboutUsPage-module__GvPXwW__mosaicColumn{flex-direction:column;flex:1;gap:10px;display:flex}.AboutUsPage-module__GvPXwW__mosaicItem{background-color:#000;width:100%;position:relative;overflow:hidden}.AboutUsPage-module__GvPXwW__h500{height:500px}.AboutUsPage-module__GvPXwW__h400{height:400px}.AboutUsPage-module__GvPXwW__h300{height:300px}.AboutUsPage-module__GvPXwW__mosaicItem img{transition:transform .6s}.AboutUsPage-module__GvPXwW__mosaicItem.AboutUsPage-module__GvPXwW__clickable{cursor:pointer}.AboutUsPage-module__GvPXwW__mosaicItem.AboutUsPage-module__GvPXwW__clickable:hover img{transform:scale(1.08)}.AboutUsPage-module__GvPXwW__mosaicOverlay{pointer-events:none;background:linear-gradient(#00000003 0%,#111 100%);position:absolute;inset:0}.AboutUsPage-module__GvPXwW__mosaicOverlayDark{pointer-events:none;background:linear-gradient(#0003 0%,#111111e6 100%);transition:all .4s;position:absolute;inset:0}.AboutUsPage-module__GvPXwW__mosaicItem.AboutUsPage-module__GvPXwW__clickable:hover .AboutUsPage-module__GvPXwW__mosaicOverlayDark{background:#0006}.AboutUsPage-module__GvPXwW__mosaicInfo{text-align:center;z-index:2;width:100%;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AboutUsPage-module__GvPXwW__mosaicLink{color:#fff;font-family:var(--font-serif);padding-bottom:5px;font-size:24px;font-style:italic;font-weight:400;display:inline-block;position:relative}.AboutUsPage-module__GvPXwW__mosaicLink:after{content:"";background:#fff;width:0;height:1px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.AboutUsPage-module__GvPXwW__mosaicItem.AboutUsPage-module__GvPXwW__clickable:hover .AboutUsPage-module__GvPXwW__mosaicLink:after{width:100%}.AboutUsPage-module__GvPXwW__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.3s AboutUsPage-module__GvPXwW__fadeIn;display:flex;position:fixed;inset:0}.AboutUsPage-module__GvPXwW__modalContent{background:var(--color-background);border-radius:8px;width:100%;max-width:900px;animation:.4s AboutUsPage-module__GvPXwW__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.AboutUsPage-module__GvPXwW__closeBtn{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;padding:0;font-size:32px;line-height:1;transition:color .3s;position:absolute;top:15px;right:20px}.AboutUsPage-module__GvPXwW__closeBtn:hover{color:var(--color-primary)}.AboutUsPage-module__GvPXwW__modalImageWrapper{flex:0 0 50%;min-height:400px;position:relative}.AboutUsPage-module__GvPXwW__modalText{color:#fff;flex-direction:column;flex:0 0 50%;justify-content:center;padding:50px 40px;display:flex}.AboutUsPage-module__GvPXwW__modalText h3{font-family:var(--font-serif);color:var(--color-primary);margin-bottom:20px;font-size:32px}.AboutUsPage-module__GvPXwW__modalText p{font-family:var(--font-sans);color:#ccc;margin-bottom:15px;font-size:15px;line-height:1.8}@keyframes AboutUsPage-module__GvPXwW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes AboutUsPage-module__GvPXwW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AboutUsPage-module__GvPXwW__slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.AboutUsPage-module__GvPXwW__mosaicGrid{flex-wrap:wrap}.AboutUsPage-module__GvPXwW__mosaicColumn{flex:0 0 50%}.AboutUsPage-module__GvPXwW__modalContent{flex-direction:column;max-height:90vh;overflow-y:auto}.AboutUsPage-module__GvPXwW__modalImageWrapper{height:300px;min-height:auto}}@media (max-width:600px){.AboutUsPage-module__GvPXwW__mosaicColumn{flex:0 0 100%}.AboutUsPage-module__GvPXwW__h500,.AboutUsPage-module__GvPXwW__h400{height:300px}.AboutUsPage-module__GvPXwW__heroContent h1{font-size:36px}.AboutUsPage-module__GvPXwW__modalText{padding:30px 20px}.AboutUsPage-module__GvPXwW__modalText h3{font-size:24px}}
