@layer components{.memories-section{position:relative;overflow:hidden;padding:160px 24px 80px}.memories-section__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.1;pointer-events:none}.memories-section__inner{position:relative;display:flex;flex-direction:column;gap:80px;width:100%;max-width:1225px;margin-inline:auto}.memories-intro{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}.memories-intro__heading{display:flex;flex-direction:column;gap:12px;width:min(100%,1055px);text-align:center}.memories-intro__heading h2{margin:0;font-size:46px;font-weight:900;line-height:48px}.memories-intro__heading p{margin:0;font-size:24px;font-style:italic;font-weight:500;line-height:36px}.memories-carousel{position:relative;width:min(100%,1225px);margin-inline:auto}.memories-carousel__stage{position:relative;width:100%;aspect-ratio:1225 / 635}.memories-carousel__card{container-type:inline-size;position:absolute;overflow:hidden;border-radius:20px;background:#171717;box-shadow:0 4px 4px #00000040;opacity:1;transition:left .5s ease,top .5s ease,width .5s ease,height .5s ease,opacity .5s ease;will-change:left,top,width,height,opacity}.memories-carousel__card.is-far-left{z-index:1;top:20.79%;left:2.86%;width:19.67%;height:67.56%}.memories-carousel__card.is-near-left{z-index:2;top:14.65%;left:18.45%;width:23.27%;height:79.69%}.memories-carousel__card.is-active{z-index:4;top:0;left:35.59%;width:29.22%;height:100%}.memories-carousel__card.is-near-right{z-index:2;top:14.65%;left:58.37%;width:23.27%;height:79.69%}.memories-carousel__card.is-far-right{z-index:1;top:20.63%;left:77.55%;width:19.67%;height:67.56%}.memories-carousel__card.is-hidden-left,.memories-carousel__card.is-hidden-right{z-index:0;top:25%;width:17%;height:58%;opacity:0}.memories-carousel__card.is-hidden-left{left:-10%}.memories-carousel__card.is-hidden-right{left:93%}.memories-carousel__video{position:absolute;z-index:1;inset:0;display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover;background:#171717;pointer-events:none}.memories-tiktok__link{position:absolute;z-index:2;inset:0;border-radius:inherit;cursor:pointer;pointer-events:none}.memories-carousel__card.is-active .memories-tiktok__link{pointer-events:auto}.memories-tiktok__link:focus-visible{outline:3px solid #25f4ee;outline-offset:-6px}.memories-carousel__wash{position:absolute;z-index:4;inset:0;border-radius:inherit;background:#ffffff80;opacity:1;pointer-events:none;transition:opacity .5s ease}.memories-carousel__card.is-active .memories-carousel__wash{opacity:0}.memories-carousel__card.has-playback-error .memories-carousel__video{background:transparent}.memories-tiktok{position:absolute;z-index:3;inset:0;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-end;padding:0 6% 5%;color:#fff;font-family:Arial,sans-serif;background:linear-gradient(to bottom,transparent 48%,rgba(0,0,0,.14) 62%,rgba(0,0,0,.82) 100%);opacity:0;pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.45);transition:opacity .5s ease}.memories-carousel__card.is-active .memories-tiktok,.memories-carousel__card.is-active .memories-tiktok__sound{opacity:1}.memories-tiktok__account{display:flex;align-items:center;gap:clamp(6px,2.5cqw,10px);min-width:0}.memories-tiktok__account img{width:clamp(18px,7.5cqw,28px);height:auto;flex:0 0 auto;filter:drop-shadow(1px 1px 0 #fe2c55) drop-shadow(-1px -1px 0 #25f4ee)}.memories-tiktok__account strong{overflow:hidden;font-size:clamp(11px,4cqw,15px);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.memories-tiktok p{display:-webkit-box;overflow:hidden;margin:clamp(6px,2.5cqw,10px) 0 0;font-size:clamp(9px,3.25cqw,13px);line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}.memories-tiktok__sound{position:absolute;z-index:5;top:4.5%;right:6%;display:grid;width:clamp(32px,11cqw,42px);height:clamp(32px,11cqw,42px);padding:0;border:1px solid rgba(255,255,255,.45);border-radius:50%;place-items:center;color:#fff;background:#00000080;cursor:pointer;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background-color .18s ease,opacity .5s ease,transform .18s ease}.memories-carousel__card.is-active .memories-tiktok__sound{pointer-events:auto}.memories-tiktok__sound:hover{background:#000000b8;transform:scale(1.05)}.memories-tiktok__sound:focus-visible{outline:3px solid #25f4ee;outline-offset:3px}.memories-tiktok__sound svg{width:48%;height:48%}.memories-tiktok__sound svg[hidden]{display:none}.memories-carousel__button{position:absolute;z-index:10;top:50%;width:69px;height:69px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;transform:translateY(-50%);transition:filter .18s ease,transform .18s ease}.memories-carousel__button:hover{filter:brightness(1.04);transform:translateY(-50%) scale(1.05)}.memories-carousel__button:focus-visible{outline:3px solid #111;outline-offset:4px}.memories-carousel__button img{display:block;width:100%;height:100%}.memories-carousel__button--previous{left:0}.memories-carousel__button--previous img{transform:rotate(180deg)}.memories-carousel__button--next{right:0}.memories-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,280px));gap:33px;width:min(100%,1220px);padding-bottom:100px;margin-inline:auto}.memories-gallery__item{min-width:0;transition:transform .3s ease}.memories-gallery__item:nth-child(2n){transform:none}.memories-gallery-card{display:flex;width:100%;flex-direction:column;gap:20px;padding:20px;background:#fff;filter:drop-shadow(4px 4px 5px rgba(0,0,0,.5))}.memories-gallery-card__image{position:relative;overflow:hidden;width:100%;aspect-ratio:240 / 288}.memories-gallery-card__image img{display:block;width:100%;height:100%;object-fit:cover}.memories-gallery-card figcaption{font-family:UTM Alpine KT,UTM Alpine,cursive;font-size:36px;font-weight:400;line-height:58px}@media(min-width:1200px){.memories-section__background{top:-12.25%;left:-41.27%;width:159.61%;height:113.24%;max-width:none;object-fit:fill}.memories-carousel__button{top:51.5%;transform:none}.memories-carousel__button:hover{transform:scale(1.05)}.memories-gallery__item:nth-child(1){grid-column:1;grid-row:1}.memories-gallery__item:nth-child(2){grid-column:1;grid-row:2}.memories-gallery__item:nth-child(3){grid-column:2;grid-row:1}.memories-gallery__item:nth-child(4){grid-column:2;grid-row:2}.memories-gallery__item:nth-child(5){grid-column:3;grid-row:1}.memories-gallery__item:nth-child(6){grid-column:3;grid-row:2}.memories-gallery__item:nth-child(7){grid-column:4;grid-row:1}.memories-gallery__item:nth-child(8){grid-column:4;grid-row:2}.memories-gallery__item:nth-child(3),.memories-gallery__item:nth-child(4),.memories-gallery__item:nth-child(7),.memories-gallery__item:nth-child(8){transform:translateY(100px)}}@media(max-width:1199px){.memories-section{padding-top:120px}.memories-gallery{grid-template-columns:repeat(2,minmax(0,280px));justify-content:center;padding-bottom:60px}.memories-gallery__item:nth-child(2n){transform:translateY(60px)}}@media(max-width:639px){.memories-section{padding:80px 16px 48px}.memories-section__inner{gap:56px}.memories-intro{gap:32px}.memories-intro__heading{gap:10px}.memories-intro__heading h2{font-size:36px;line-height:40px}.memories-intro__heading p{font-size:18px;line-height:27px}.memories-carousel__stage{aspect-ratio:358 / 520}.memories-carousel__card.is-active{top:0;left:9%;width:82%;height:100%}.memories-carousel__card.is-near-left{top:10%;left:-48%;width:66%;height:80%}.memories-carousel__card.is-near-right{top:10%;left:82%;width:66%;height:80%}.memories-carousel__card.is-far-left,.memories-carousel__card.is-far-right,.memories-carousel__card.is-hidden-left,.memories-carousel__card.is-hidden-right{top:17%;width:54%;height:66%;opacity:0}.memories-carousel__card.is-far-left,.memories-carousel__card.is-hidden-left{left:-64%}.memories-carousel__card.is-far-right,.memories-carousel__card.is-hidden-right{left:110%}.memories-carousel__button{width:50px;height:50px}.memories-carousel__button--previous{left:-5px}.memories-carousel__button--next{right:-5px}.memories-gallery{grid-template-columns:minmax(0,280px);gap:24px;padding-bottom:0}.memories-gallery__item:nth-child(2n){transform:none}}}
