@charset "UTF-8";
/***********/
/**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_text {
  position: relative;
  /*@include media-max-width( md ) {
    hyphens: auto;
  }*/
}
.hp-wpb_text a {
  color: currentColor;
  text-decoration: none;
  transition: color 0.2s ease-out;
  position: relative;
}
html.wpb-is-device-touch .hp-wpb_text a:active, html:not(.wpb-is-device-touch) .hp-wpb_text a:hover {
  color: #000000;
}
.hp-wpb_text a img {
  transition: transform 0.2s ease-out;
  transform-origin: center center;
}
.hp-wpb_text img:not(.alignleft):not(.alignRight) {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.hp-wpb_text img.alignleft {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.hp-wpb_text img.alignRight {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
.hp-wpb_text hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid currentColor;
}
.hp-wpb_text ul {
  padding: 0;
  margin: 0;
  list-style-type: "\2014   ";
}
.hp-wpb_text ul > li {
  margin-left: 1.1em;
}
.hp-wpb_text ul > li > ul, .hp-wpb_text ul > li ol {
  margin-left: 1em;
}
.hp-wpb_text ol {
  padding: 0;
  margin: 0;
}
.hp-wpb_text ol > li {
  margin-left: 1em;
}
.hp-wpb_text ol > li::marker {
  color: currentColor;
}
.hp-wpb_text ol > li > ul, .hp-wpb_text ol > li ol {
  margin-left: 1em;
}
.hp-wpb_text.font-size-hand {
  margin-bottom: -0.55em;
}