/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
body .dialog-off-canvas-main-canvas .image-bg-card-element__container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
body .dialog-off-canvas-main-canvas .image-bg-card-element__container--title {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 100%;
  z-index: 6;
}
body .dialog-off-canvas-main-canvas .image-bg-card-element__container--title a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 36px;
  line-height: 54px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
body .dialog-off-canvas-main-canvas .image-bg-card-element__container--image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .dialog-off-canvas-main-canvas .image-bg-card-element__container--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
