.filter-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.filter-btn{padding:.5rem 4rem;border:2px solid hsl(210,16.6666666667%,112.6470588235%);background:#fff;border-radius:25px;cursor:pointer;transition:all .2s ease ease;font-size:.95rem;font-weight:500;color:#2c3e50}.filter-btn:hover{background:hsl(0,0%,105%);border-color:#3498db;transform:translateY(-2px)}.filter-btn.active{background:#3498db;color:#fff;border-color:#3498db;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width:576px){.filter-btn{padding:.25rem 1rem;font-size:.875rem}}.gallery-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding-bottom:84px}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media(max-width:576px){.gallery-grid{grid-template-columns:1fr;gap:1rem}}.gallery-item{cursor:pointer;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden;background:hsl(210,16.6666666667%,107.6470588235%)}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease ease}.gallery-item:hover .gallery-image{transform:scale(1.08)}.overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);color:#fff;padding:2rem 1rem 1rem;transform:translateY(100%);transition:transform .3s ease ease}.gallery-item:hover .overlay{transform:translateY(0)}.overlay h3{font-size:1rem;margin-bottom:.25rem;font-weight:600}.overlay p{font-size:.875rem;opacity:.9}@media(max-width:576px){.overlay{transform:translateY(0);background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);padding:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5019607843);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;z-index:1000;padding:4rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:576px){.modal-overlay{padding:1rem}}.modal-content{position:relative;width:80vw;height:70vh;border-radius:12px;overflow:hidden;animation:modalFadeIn .3s ease}@media(max-width:768px){.modal-content{width:100vw;height:60vh}}@media(max-width:576px){.modal-content{width:100vw;height:60vh}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{background:none;border:none;cursor:pointer;outline:none}.modal-close:focus-visible{outline:2px solid #3498db;outline-offset:2px}.modal-close{position:absolute;top:1rem;right:1rem;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.8rem;line-height:1;transition:all .2s ease ease;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-close:hover{background:#e74c3c;transform:rotate(90deg)}@media(max-width:576px){.modal-close{width:35px;height:35px;font-size:1.5rem}}.modal-image-container{position:relative;width:100%;height:100%}.modal-image{width:100%;height:100%;object-fit:contain}.modal-info{padding:4rem}.modal-info h2{color:#0478ff;margin-bottom:.5rem;font-size:1.5rem}@media(max-width:576px){.modal-info h2{font-size:1.2rem}}.modal-info p{color:#7f8c8d;line-height:1.6;font-size:1rem}@media(max-width:576px){.modal-info p{font-size:.9rem}.hide-on-mobile{display:none}}.show-on-mobile{display:none}@media(max-width:576px){.show-on-mobile{display:block}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease}:root{--primary-white:#F5F5F5;--white:#FFFFFF;--white-transparent:#FFFFFFB2;--primary-black:#181818;--blue:#0478FF;--blue-disabled:#0479ff9c;--title-table:#18181866;--gray-border-layout:#18181826;--background-item:#1818180D;--gray:#808080;--loss-color:#E92C2C;--win-color:#00BA34;--yellow:#FFE100;--error:#D44343;--error-bg:#D4434326;--white-footer:#FFFFFF99;--white-footer-second:#FFFFFF80;--odd-table:#1818180A;--even-table:#18181805;--portal-bg:#181818C4;--main-shadow-card:8px 8px 16px 0 #00000012,-10px -10px 20px 0px #FFFFFFB2}@font-face{font-family:SI;src:url(/_next/static/media/SuisseIntl-Regular.e36691a4.otf) format("opentype")}@font-face{font-family:SIBook;src:url(/_next/static/media/SuisseIntl-Book.0a6a5ab0.otf) format("opentype")}@font-face{font-family:SIMedium;src:url(/_next/static/media/SuisseIntl-Medium.697ace9e.otf) format("opentype")}@font-face{font-family:SIBold;src:url(/_next/static/media/SuisseIntl-SemiBold.18152d5a.otf) format("opentype")}@font-face{font-family:SIRegular;src:url(/_next/static/media/SuisseIntl-Regular.e36691a4.otf) format("opentype")}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.container{width:100%;max-width:1200px;margin:0 auto;padding:4rem 1rem;height:100dvh}.arrowTransform{transform:rotate(180deg)}.wrapTitle{gap:24px;width:100%;flex-wrap:wrap;margin-bottom:4rem}.linkGallery,.wrapTitle{display:flex;align-items:center;justify-content:center}.linkGallery{font-size:clamp(1.2rem,4vw,1.8rem);text-decoration:underline;text-underline-offset:4px;gap:8px}.arrow>path{fill:#fff;stroke:#fff}.title{text-align:center;font-size:clamp(1.8rem,5vw,2.5rem);color:#0478ff;font-weight:600;position:relative}.title:after{content:"";display:block;width:60px;height:3px;background:#3498db;margin:.5rem auto 0;border-radius:2px}.loading{font-size:1.2rem;color:#7f8c8d}.error,.loading{text-align:center;padding:4rem}.error{color:#9c0000;background:rgba(156,0,0,.1);border-radius:8px;margin:1rem}.policyHeader{display:flex;align-items:center;justify-content:space-between;padding:48px}.policyHeader h3{font-family:SIMedium;font-size:40px}