.grid-container{padding-top:4rem;background-color:var(--background);min-height:100%;width:100%;display:grid;row-gap:2rem;grid-template-columns:[sceen-start] 2rem [content-start] 1fr [content-end] 2rem [sceen-end];grid-template-rows:auto}.goback-button{margin-top:5rem;margin-left:1rem;padding:.5rem;transition:all .5s ease-in-out;position:relative}.goback-button:after{content:"";top:50%;left:50%;position:absolute;background-color:transparent;border:1px solid var(--foreground);width:100%;height:100%;border-radius:50%;opacity:0;transform:translate(-50%,-50%) scale(1.6);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.goback-button:hover:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.grid-title{font-size:clamp(2rem,2rem + 3vw,5rem);line-height:1.2;padding:2rem}.grid-content{font-size:1rem;line-height:1.2;color:var(--foreground)}.grid-icons{padding-top:1rem;display:flex;gap:1rem;flex-wrap:wrap}.grid-icon{cursor:default;padding:.5rem 1rem;border:1px solid var(--foreground);border-radius:.5rem;color:var(--foreground)}.grid-link{cursor:pointer;background-color:var(--foreground);color:var(--background);transition:all .3s ease}.grid-link:hover{background-color:var(--oredish);color:#fff}.pink{color:#d31efe;background-color:#2b99ff}@media screen and (600px < width < 900px){.grid-container{grid-template-columns:[sceen-start] 1rem [content-start] 1fr [content-end] 1rem [sceen-end]}.grid-item{max-width:600px}}@media screen and (width <= 600px){.grid-container{column-gap:0;width:100%}.grid-item{max-width:360px}}.image-container{position:relative;aspect-ratio:16/9;overflow:hidden;display:flex;justify-content:space-between}.grid-item{grid-column:content-start/content-end;justify-self:center;justify-items:center;height:100%;max-width:800px}.image-slider{display:flex;width:100%;height:100%;transition:transform .4s ease-in-out}.image{flex-shrink:0;flex-grow:0;display:block;object-fit:cover;width:100%}.image-buttons{display:flex;position:absolute;justify-content:space-between;height:100%;width:100%}.image-button{display:flex;align-items:center;justify-content:center;cursor:pointer;height:100%;width:auto;padding:2rem;top:0;opacity:0;transition:opacity .3s ease-in-out}.image-button:hover{opacity:1;background-color:rgba(0,0,0,.2)}.image-button.left{left:0}.right{right:0}.image-button:hover .hover-animation:hover{animation:squish .2s ease-in-out}@keyframes squish{50%{scale:1.2}to{scale:1}}.image-dots{display:flex;justify-content:center;width:100%;gap:.5rem;height:fit-content;z-index:9000;position:absolute;bottom:0;margin-bottom:2rem}.image-dot{background-color:rgba(0,0,0,.5);width:16px;height:16px;border-radius:50%}.image-dot:hover{background-color:rgba(0,0,0,.7)}.image-dot-current{background-color:rgba(0,0,6,.9)}@media screen and (max-width:600px){.image-dots{display:none}.image-button{opacity:.7;padding:1rem;width:60px;z-index:850;background-color:rgba(0,0,0,.2)}.image-animation,.image-button svg{width:40px;height:40px}.image-button:active{opacity:1;background-color:rgba(0,0,0,.4)}}