/***********/
/**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
 */
.hp-wpb_list_link .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-wpb_list_link .list-element {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-wpb_list_link .link {
  text-decoration: none;
  color: currentColor;
  transition: opacity 0.3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}
html:not(.wpb-is-device-touch) .hp-wpb_list_link .link:hover .title::after {
  transform: translateX(0);
}
.hp-wpb_list_link .title {
  font-size: var(--wpb-font-size-footer);
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.hp-wpb_list_link .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  background: #000000;
  width: 100%;
  transform: translateX(-101%);
  transition: transform 0.3s ease-out;
}