.hero-element{width:100%;display:block}.hero__carousel{width:100%;position:relative;display:block}.hero__background-img{width:100%;display:block;background-color:var(--color-black)}.hero__carousel-list{width:100%;display:flex;background-color:var(--color-black)}.hero__carousel-item{width:100%}.hero__carousel-item img,.hero__background-img img{width:100%;height:calc(100vh - 123px);max-height:800px;object-fit:cover;opacity:0.5;display:block}.hero__title{position:absolute;top:50%;left:50%;z-index:10;width:100%;max-width:609px;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(-50%,-50%);color:#fff;text-align:center;font-family:var(--font-display)}.hero__title br{display:none}.hero__title-left{margin-right:auto;padding-top:0}.hero__title-right{margin-left:auto;padding-top:0}.hero__title-center{margin-left:auto;margin-right:auto}@media (max-width:1024px){.hero__title{max-width:450px}}@media (max-width:768px){.hero__title.text-5xl{max-width:280px;font-size:var(--text-xl)}.hero__carousel-nav.carousel__nav{top:auto;left:0;bottom:var(--space-xl);transform:none;justify-content:center;gap:var(--space-xl)}}.mangolango-review__carousel-item{display:flex;flex-direction:column;padding:var(--space-lg);max-width:426px;margin-right:var(--space-2xl);background-color:var(--color-off-white)}.mangolango-review__carousel-name{color:var(--color-black)}.mangolango-review__carousel-review{margin-bottom:0;margin-top:var(--space-md)}@media (max-width:768px){.mangolango-review__carousel-item{margin-right:var(--space-lg)}}.gallery-grid,.gallery-grid__container{width:100%;display:flex;flex-direction:column}.gallery-grid__list:not(.carousel__list){width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.gallery-grid__item{width:calc(50% - 8px);display:flex;gap:16px;flex-direction:row;flex-wrap:wrap}.gallery-grid__item.carousel__item{min-width:680px;max-width:680px;margin-right:16px}.gallery-grid__item>figure{margin:0}.gallery-grid__item>figure:nth-child(1),.gallery-grid__item>figure:nth-child(3){display:flex;width:100%;max-width:calc(64% - 8px)}.gallery-grid__item>figure:nth-child(1)>img,.gallery-grid__item>figure:nth-child(3)>img{width:100%;aspect-ratio:428 / 236;object-fit:cover}.gallery-grid__item>figure:nth-child(2),.gallery-grid__item>figure:nth-child(4){display:flex;width:100%;max-width:calc(36% - 8px)}.gallery-grid__item>figure:nth-child(2) img,.gallery-grid__item>figure:nth-child(4) img{width:100%;aspect-ratio:1 / 1;object-fit:cover}