@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-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate {
    padding-top: calc(25px);
    padding-bottom: calc(25px);
  }
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate.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-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate.pa-background-left {
    background-position: top 0px left;
  }
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate.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-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate.pa-background-right {
    background-position: top 0px right;
  }
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__wrapper {
  margin-top: 25px;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__header {
  text-align: center;
  margin-bottom: 25px;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__subheader {
  font-size: 18px;
  margin-bottom: 25px;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__box {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
  box-shadow: 0px 6px 24px 0px rgba(37, 48, 61, 0.2);
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__box.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__front {
  z-index: 10;
  position: relative;
  min-height: 355px;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__front img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__front.flipped {
  display: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__front .line-top {
  width: 100px;
  height: 25px;
  display: block;
  background: #9cc85d;
  position: absolute;
  top: 45px;
  left: 0;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__front .line-bottom {
  width: 100px;
  height: 25px;
  display: block;
  background: #9cc85d;
  position: absolute;
  bottom: -12px;
  right: 0;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__front .more {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  color: #9cc85d;
  font-size: 14px;
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__back {
  display: none;
  min-height: 355px;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__back.flipped {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__back .title {
  font-size: 20px;
  padding: 30px 25px;
  position: relative;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__back .title .line {
  width: 75px;
  height: 5px;
  display: block;
  background: #9cc85d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__back .content {
  font-size: 14px;
  padding: 25px;
}
.so-widget-pa-box-ux-rotate-pa-box-ux-rotate-style-20ab120b0c2c-19100 .pa-box-ux-rotate__back .back {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
}