/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
/**
**  Official Font sizes
------------------------------- */
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
.ux-iws-async-tab {
  width: 100%;
  display: none;
}
.ux-iws-async-tab.is-active {
  display: block;
}
.ux-iws-async-tab.is-active .ux-slider {
  padding-bottom: 30px;
}
.ux-iws-async-tab.is-active::after {
  content: "";
  display: table;
  clear: both;
}
.ux-iws-async-tab.ux-iws-async-tab--with-slider {
  display: block;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.ux-iws-async-tab.ux-iws-async-tab--with-slider.is-active {
  visibility: inherit;
  position: inherit;
  pointer-events: auto;
}