@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:900&display=swap&subset=latin-ext');
.font-light {
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-display: swap;
}
.font-regular {
  font-family: neo-sans, sans-serif;
  font-weight: 400;
  font-display: swap;
}
.font-medium {
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
}
.font-bold {
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-display: swap;
}
.font-rife {
  font-family: 'Nunito Sans', sans-serif;
}
/**
* TRANSITION
*
* div {
*    .transition(all, 0.5s, ease);
* }
*
*/
/**
* ANIMATION
*
* button {
*    .animation(all, 0.5s, ease);
* }
*
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
*  RWD
*
* .some-class {
*    color: red;
*
*    @media @md {
*       color: blue;
*    }
* }
*
*/
.so-widget-pa-txt-header-universal-pa-txt-header-universal-style-1d565e2ecb80-118860 .pa-txt-header-universal {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-txt-header-universal-pa-txt-header-universal-style-1d565e2ecb80-118860 .pa-txt-header-universal {
    padding-top: calc(25px);
    padding-bottom: calc(10px);
  }
}
.so-widget-pa-txt-header-universal-pa-txt-header-universal-style-1d565e2ecb80-118860 .pa-txt-header-universal.pa-background-left {
  background-image: url(/wp-content/themes/promoagency/dist/img/pa-backgrounds/sollers-pattern-left.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
}
@media screen and (min-width: 1921px) {
  .so-widget-pa-txt-header-universal-pa-txt-header-universal-style-1d565e2ecb80-118860 .pa-txt-header-universal.pa-background-left {
    background-position: top 0px left;
  }
}
.so-widget-pa-txt-header-universal-pa-txt-header-universal-style-1d565e2ecb80-118860 .pa-txt-header-universal.pa-background-right {
  background-image: url(/wp-content/themes/promoagency/dist/img/pa-backgrounds/sollers-pattern-right.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
}
@media screen and (min-width: 1921px) {
  .so-widget-pa-txt-header-universal-pa-txt-header-universal-style-1d565e2ecb80-118860 .pa-txt-header-universal.pa-background-right {
    background-position: top 0px right;
  }
}
.so-widget-pa-txt-header-universal-pa-txt-header-universal-style-1d565e2ecb80-118860 .pa-txt-header-universal__content img {
  max-width: 100%;
  height: auto;
}