@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes topToBottom{0%{transform:translateY(0)}25%{transform:translateY(200%)}50%{transform:translateY(200%)}75%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes bottomToTop{0%{transform:translateY(0)}25%{transform:translateY(-200%)}50%{transform:translateY(-200%)}75%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes leftToRight{0%{transform:translate(0)}25%{transform:translate(200%)}50%{transform:translate(200%)}75%{transform:translate(0)}to{transform:translate(0)}}@keyframes rightToLeft{0%{transform:translate(0)}25%{transform:translate(-200%)}50%{transform:translate(-200%)}75%{transform:translate(0)}to{transform:translate(0)}}.mg-collage{overflow:hidden}.mg-collage .mg-collage__grid{display:grid;gap:16px;grid-template-columns:1fr;grid-auto-rows:400px}@media screen and (min-width: 990px){.mg-collage .mg-collage__grid{grid-template-columns:5fr 7fr;gap:24px;grid-auto-rows:450px}}@media screen and (min-width: 990px){.mg-collage .mg-collage__grid--double{grid-template-columns:1fr 1fr;grid-auto-rows:max-content;height:100%}.mg-collage .mg-collage__grid--double .mg-collage__tile{aspect-ratio:16/9}}@media screen and (min-width: 990px){.mg-collage .mg-collage__grid--single{grid-auto-rows:520px}.mg-collage .mg-collage__grid--single .mg-collage__tile-image-wrapper img{width:max-content;max-height:90%}}@media screen and (max-width: 989px){.mg-collage .mg-collage__grid--triple .mg-collage__tile:nth-child(2){order:3}}.mg-collage .mg-collage__tile{position:relative;overflow:hidden}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile{grid-area:var(--mg-collage-tile-position-desktop)}}@media screen and (max-width: 989px){.mg-collage .mg-collage__tile-hidden--mobile{display:none}}.mg-collage .mg-collage__tile-content-link{width:100%;height:100%}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile-content-link:hover .mg-tile__title span:first-of-type{transform:translateY(-100%)}.mg-collage .mg-collage__tile-content-link:hover .mg-tile__title span:nth-child(2){transform:translateY(0)}}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile:has(.mg-collage__tile-content-link:hover) .mg-collage__tile-image-wrapper img{transform:scale(1.05)}}.mg-collage .mg-collage__tile-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.mg-collage .mg-collage__tile-background-overlay{position:absolute;width:100%;height:100%;animation-duration:6s;animation-iteration-count:infinite;transform-origin:bottom}.mg-collage .mg-collage__tile-background-overlay:after{content:"";position:absolute}.mg-collage .mg-collage__tile-background--destkop{display:none}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile-background--destkop{display:block}}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile-background--mobile{display:none}}.mg-collage .mg-collage__tile-background img{min-width:100%;min-height:100%;position:absolute;transition:all .4s cubic-bezier(.44,.54,.12,.86)}.mg-collage .mg-collage__tile-image-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;display:flex;transition:all .4s cubic-bezier(.44,.54,.12,.86);background-color:#faf8f6;border-radius:10px}@media screen and (max-width: 989px){.mg-collage .mg-collage__tile-image-wrapper{right:unset}}.mg-collage .mg-collage__tile-image-wrapper video{width:100%;height:100%;object-fit:cover;border-radius:10px}.mg-collage .mg-collage__tile-image-wrapper img{max-height:100%;width:100%;height:100%;border-radius:10px;object-fit:contain;transition:transform .4s ease}@media screen and (max-width: 989px){.mg-collage .mg-collage__tile-image-wrapper img{object-fit:cover}}.mg-collage .mg-collage__tile-content{max-width:50%;padding:32px 16px}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile-content{padding:40px 36px;max-width:332px}}.mg-collage .mg-collage__tile-content--large{max-width:50%}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile-content--large{padding:40px 80px;max-width:490px}}.mg-collage .mg-collage__tile-content-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;display:flex}.mg-collage .mg-collage__tile-content .mg-tile__title{font-weight:var(--font-h6--weight)!important;font-size:var(--font-h6--size)!important;line-height:var(--font-h6--line-height)!important;letter-spacing:var(--font-h6--letter-spacing)!important;text-transform:var(--font-h6--case)!important;margin-bottom:16px}@media screen and (max-width: 989px){.mg-collage .mg-collage__tile-content .mg-tile__title span{display:none}.mg-collage .mg-collage__tile-content .mg-tile__title span:first-of-type{display:block}}@media screen and (min-width: 990px){.mg-collage .mg-collage__tile-content .mg-tile__title{font-weight:var(--font-h2--weight)!important;font-size:var(--font-h2--size)!important;line-height:var(--font-h2--line-height)!important;letter-spacing:var(--font-h2--letter-spacing)!important;text-transform:var(--font-h2--case)!important;position:relative;overflow:hidden;height:fit-content}.mg-collage .mg-collage__tile-content .mg-tile__title span{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .4s}.mg-collage .mg-collage__tile-content .mg-tile__title span:first-of-type{transform:translateY(0)}.mg-collage .mg-collage__tile-content .mg-tile__title span:nth-child(2){transform:translateY(100%)}.mg-collage .mg-collage__tile-content .mg-tile__title span.mg-tile__title-hidden{position:relative;visibility:hidden}}.mg-collage .mg-collage__tile-content .mg-tile__description{margin-bottom:32px;font-weight:400!important;font-size:14px!important;line-height:20px!important;letter-spacing:0!important}
