.image-background-boxes{overflow-x:hidden}.image-background-boxes--light{background-color:var(--color-light)}.image-background-boxes__content{padding:0 4rem;position:relative}@media (min-width:1200px){.image-background-boxes__container.swiper{margin-left:2rem;margin-right:2rem}}.image-background-boxes__wrapper{display:grid;grid-row-gap:7rem}@media (min-width:768px){.image-background-boxes__wrapper{grid-template-columns:repeat(2,1fr);grid-column-gap:4rem}}@media (min-width:992px){.image-background-boxes__wrapper{grid-template-columns:repeat(3,1fr)}}.image-background-boxes__item{align-items:center;border-radius:2rem;color:#fff;display:flex;flex-direction:column;font-weight:700;height:auto;min-height:41.8rem;overflow:hidden;position:relative;text-align:center}.image-background-boxes__item-background{background-position:50%;background-repeat:no-repeat;background-size:cover;max-height:100%;max-width:100%;object-fit:cover;transition:transform .3s ease-in-out}.image-background-boxes__item-background,.image-background-boxes__item-overlay{border-radius:2rem;height:100%;position:absolute;top:0;width:100%}.image-background-boxes__item-content{align-items:center;color:#fff;display:flex;flex:1;flex-direction:column;font-size:2rem;justify-content:center;padding:4rem 3rem;z-index:1}.image-background-boxes__item-title{text-align:center;text-decoration:underline transparent;transition:text-decoration-color 1s ease;z-index:1}.image-background-boxes__item-sub-title{font-weight:300;text-align:center;transition:text-decoration-color 1s ease;z-index:1}.image-background-boxes__item-text{max-height:0;overflow-y:hidden}.image-background-boxes__swiper-button{position:absolute;top:50%;transform:translateY(-50%)}.image-background-boxes__swiper-button--prev{left:0}.image-background-boxes__swiper-button--next{right:0;transform:translateY(-50%) rotate(180deg)}.image-background-boxes .image-background-boxes__item-cta{bottom:2rem;max-width:100%;position:absolute;transition:bottom 1s;visibility:hidden;z-index:1}.image-background-boxes__item:hover .image-background-boxes__item-background{transform:scale(1.1)}.image-background-boxes__item:hover .image-background-boxes__item-overlay{opacity:.5}.image-background-boxes__item:hover .image-background-boxes__item-title{text-decoration:underline}.image-background-boxes__item:hover .image-background-boxes__item-text{margin-bottom:8rem;margin-top:3rem;max-height:30rem}.image-background-boxes__item:hover .image-background-boxes__item-cta{bottom:5rem;visibility:initial}.image-background-boxes__item.animate .image-background-boxes__item-text,.image-background-boxes__item.animate:hover .image-background-boxes__item-text{transition:max-height 1s ease-out}.image-background-boxes__modal-close{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:4.8rem;min-width:4.8rem;position:absolute;right:2rem;top:2rem}.image-background-boxes__modal-close-x{align-items:center;border:1px solid var(--color-dark);border-radius:50%;display:flex;height:3.6rem;justify-content:center;width:3.6rem}.image-background-boxes__modal-image{border-radius:1.5rem;margin:auto auto 2rem;max-height:22rem;max-width:56%;position:relative;top:-4rem}@media (min-width:1920px){.image-background-boxes__modal-image{max-height:33rem}}.image-background-boxes__modal-content{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:calc(100vh - var(--header-height) - 32rem);position:relative;row-gap:2rem;top:-4rem}@media (min-width:1920px){.image-background-boxes__modal-content{max-height:calc(100vh - var(--header-height) - 43rem)}}.image-background-boxes__modal-title{font-size:3.6rem;font-weight:700}.image-background-boxes__modal-text{flex-shrink:1;font-weight:300;overflow-y:auto;padding-left:2rem;padding-right:2rem;text-align:center}@media (min-width:768px){.image-background-boxes__modal-text{padding-left:5rem;padding-right:5rem}}.image-background-boxes__modal-share{align-items:center;display:flex;flex-direction:column;font-weight:300}.image-background-boxes__modal-share-links{display:flex}.image-background-boxes__modal-share-link{align-items:center;display:flex;justify-content:center;min-height:4.8rem;min-width:4.8rem;fill:var(--color-dark)}.image-background-boxes__modal-share-link:hover{fill:var(--color-vertical);transform:translateX(.5rem)}