/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.zm-wpb_block_link {
  position: relative;
}
.zm-wpb_block_link .link {
  position: relative;
  text-decoration: none;
  height: 750px;
  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 600px) {
  .zm-wpb_block_link .link {
    padding: 25px;
  }
}
html:not(.is-device-touch) .zm-wpb_block_link .link:hover .image {
  transform: scale(1);
}
html:not(.is-device-touch) .zm-wpb_block_link .link:hover .content {
  color: #B19C92;
}
html:not(.is-device-touch) .zm-wpb_block_link .link:hover .content::before {
  transform: scale(0.98);
  background: #515041;
}
.zm-wpb_block_link .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: center center;
}
.zm-wpb_block_link .border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid currentColor;
}
.zm-wpb_block_link .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform: scale(1.03);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: center center;
}
.zm-wpb_block_link .content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 25px;
  color: #B19C92;
  font-size: var(--wpb-font-size-medium);
  line-height: 1;
  font-family: "headline", Arial, Helevetica;
  transition: color 0.4s ease-out;
}
.zm-wpb_block_link .content::before {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), background 0.4s ease-out;
}
.zm-wpb_block_link .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: left;
}
@media (max-width: 600px) {
  .zm-wpb_block_link .title {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.zm-wpb_block_link .title::after {
  font-family: "icon";
  content: "\F10B";
  font-size: 1.6em;
}