.spacer--1{background-color:var(--background-default-tertiary);width:100%;height:100vh}.spacer--2{background-color:var(--background-neutral-tertiary);width:100%;height:100vh}.cities{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:100vh;display:-ms-flexbox;display:flex;overflow:hidden}.cities .container{width:100%}.cities__cards{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}.cities__card{cursor:pointer;border-radius:1.2rem;height:28.8rem;position:relative;overflow:hidden}@media screen and (min-width:1024px){.cities__card{border-radius:2.4rem}}.cities__card__image{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.cities__card__image img{object-fit:cover;object-position:center;width:100%;height:100%}.cities__card__content{z-index:2;text-align:center;width:100%;height:100%;padding-top:.6rem;position:absolute;top:0;left:0}.cities__card__content .cities__card__content-title{writing-mode:vertical-lr;text-orientation:mixed;letter-spacing:.02em;white-space:nowrap;-ms-flex-align:center;align-items:center;margin:0;padding:1.2rem .6rem;display:-ms-flexbox;display:flex;position:absolute;top:0;bottom:0;right:0;transform:rotate(180deg)}.cities__text__btn{background-color:var(--background-neutral-hover);cursor:pointer;width:2.4rem;height:2.4rem;transition:transform var(--animation-speed,.2s ease);border-radius:.4rem;padding:.4rem;position:relative}.cities__text__btn:before{content:"";width:100%;height:100%;transition:transform var(--animation-speed);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkw4IDEwTDEyIDYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block}.cities__text.is-expanded .cities__text__btn:before{transform:rotate(180deg)}.cities__text__hidden{opacity:0;max-height:0;transition:max-height .35s,opacity .3s;overflow:hidden}.cities__text.is-expanded .cities__text__hidden{opacity:1;max-height:50rem}.cities__card__overlay{pointer-events:none;z-index:5;opacity:0;width:100%;height:100%;transition:all var(--animation-speed);background:rgba(0,0,0,.5);position:absolute;top:0;left:0}@media screen and (min-width:1024px){.cities{height:375vh;overflow:unset;display:block}.cities>.container{height:100vh;position:sticky;top:0}.cities__sticky{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cities__cards{width:74rem}.cities__card{border-radius:2.4rem;height:80vh}.cities__card__content a{display:none}.cities__text{max-width:101.5rem}}@media screen and (hover:hover){.cities__card{transition:all .5s}.cities__card:first-child:hover{transform:translate(2rem)!important}.cities__card:nth-child(2):hover{transform:translate(-2rem)!important}.cities__card.not-active .cities__card__overlay{opacity:1}.cities__card.not-active:first-child{transform:rotate(-7deg)scale(.9)translate(-3rem)translateY(-2rem)!important}.cities__card.not-active:nth-child(2){transform:rotate(7deg)scale(.9)translate(3rem)translateY(-2rem)!important}}