/***********/
/**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_popup {
  display: none;
}
.hp-wpb_popup-single {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  overflow-scrolling: touch;
  scroll-behavior: auto;
  overflow: auto;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.hp-wpb_popup-single.showing {
  display: block;
}
.hp-wpb_popup-single.show {
  opacity: 1;
  pointer-events: auto;
}
.hp-wpb_popup-single.show .hp-wpb_popup-single-inner {
  pointer-events: auto;
}
.hp-wpb_popup-single.closing {
  pointer-events: none;
  opacity: 0;
}
.hp-wpb_popup-single.closed {
  display: none;
}
.hp-wpb_popup-single-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  opacity: 0.75;
  content: "";
}
.hp-wpb_popup-single-table {
  display: table;
  width: 100%;
  min-height: 100%;
  pointer-events: none;
}
.hp-wpb_popup-single-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 25px;
  margin: auto;
}
.hp-wpb_popup-single-inner {
  position: relative;
  width: 100%;
  max-width: 850px;
  min-height: 300px;
  z-index: 1;
  text-align: left;
  margin: auto;
}
.hp-wpb_popup-single-close {
  cursor: pointer;
  position: absolute;
  right: 2vw;
  top: 2vh;
  width: 45px;
  height: 45px;
  color: #000000;
  z-index: 10;
  opacity: 1;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.2s ease-out;
}
html:not(.wpb-is-device-touch) .hp-wpb_popup-single-close:hover {
  background: rgb(0, 0, 0);
}
.hp-wpb_popup-single-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  width: 25px;
  height: 25px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: url(../assets/img/x_white.svg);
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}