.grid-layout__container{background-image:var(--mobile-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto}@media only screen and (min-width:768px)and (max-width:1023px){.grid-layout__container{background-image:var(--tablet-bg-image)}}@media only screen and (min-width:1024px){.grid-layout__container{background-image:var(--desktop-bg-image)}}.grid-layout__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grid-layout__row,.grid-layout__top-content__items{display:-webkit-box;display:-ms-flexbox;display:flex}.grid-layout__items-row{display:grid;gap:var(--row-gap-mobile) var(--column-gap-mobile);grid-template-columns:repeat(var(--items-per-row-mobile),1fr)}@media only screen and (min-width:1024px){.grid-layout__items-row{gap:var(--row-gap-desktop) var(--column-gap-desktop);grid-template-columns:repeat(var(--items-per-row-desktop),1fr)}}@media only screen and (min-width:768px)and (max-width:1023px){.grid-layout__items-row{gap:var(--row-gap-tablet) var(--column-gap-tablet);grid-template-columns:repeat(var(--items-per-row-tablet),1fr)}}.grid-layout__bottom-content__items,.grid-layout__items-row__items{display:-webkit-box;display:-ms-flexbox;display:flex}