h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:#242424;background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 16px}@media only screen and (min-width: 768px){.container{max-width:768px}}@media only screen and (min-width: 1200px){.container{max-width:1200px}}.loader{width:60px;height:60px;display:block;margin:20px auto;position:relative;background:radial-gradient(ellipse at center,#827f7f 69%,#0000 70%),linear-gradient(to right,#0000 47%,#827f7f 48%,#827f7f 52%,#0000 53%);background-size:20px 20px,20px auto;background-repeat:repeat-x;background-position:center bottom,center -5px;box-sizing:border-box;display:none}.loader.is-shown{display:flex;justify-content:center}.loader:before,.loader:after{content:"";box-sizing:border-box;position:absolute;left:-20px;top:0;width:20px;height:60px;background:radial-gradient(ellipse at center,#827f7f 69%,#0000 70%),linear-gradient(to right,#0000 47%,#827f7f 48%,#827f7f 52%,#0000 53%);background-size:20px 20px,20px auto;background-repeat:no-repeat;background-position:center bottom,center -5px;transform:rotate(0);transform-origin:50% 0%;animation:animPend 1s linear infinite alternate}.loader:after{animation:animPend2 1s linear infinite alternate;left:100%}@keyframes animPend{0%{transform:rotate(22deg)}50%{transform:rotate(0)}}@keyframes animPend2{0%,55%{transform:rotate(0)}to{transform:rotate(-22deg)}}.gallery-container{max-width:1200px;margin:0 auto;padding:0 16px}.gallery{width:100%;display:flex;flex-wrap:wrap;gap:24px}.gallery-item{flex-grow:1;width:calc((100% - 48px) / 3);box-shadow:0 2px 8px #0000001a;border-radius:12px;overflow:hidden;background-color:#fff;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out}.gallery-item:hover{transform:scale(1.03);box-shadow:#0000001a 0 4px 12px}.image{display:block;width:100%;height:auto;height:255px;object-fit:cover}.desc-container{padding:12px;display:flex;justify-content:space-between;font-size:14px;color:#555;background-color:#f9f9f9;border-top:1px solid #eee;flex-wrap:wrap;gap:8px;height:auto;justify-content:space-evenly}.desc-list{display:flex;padding:0;margin:0;list-style:none;flex-wrap:wrap;justify-content:space-evenly;width:100%}.icons{font-weight:500;display:flex;align-items:center;flex-direction:column}.form{display:flex;justify-content:center;margin-bottom:40px;margin-top:40px}.form label{font-size:18px;margin-right:10px}.form input{padding:8px;font-size:16px;width:300px;border:1px solid #ccc;border-radius:4px}.form button{padding:8px 16px;font-size:16px;margin-left:10px;border:none;border-radius:4px;background-color:#4e75ff;color:#fff;cursor:pointer}.form button:hover{background-color:#4763c8}.form button:disabled{background-color:#6c757d;cursor:not-allowed}
