@-webkit-keyframes wave-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}
@-moz-keyframes wave-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}
@-o-keyframes wave-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}
@keyframes wave-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 {
  background: #333333;
  position: relative;
  padding: 60px 10px 40px;
  text-align: center;
}
@media print {
  .so-widget-m10-m10-5b8ec435d689-8 .m10 {
    padding: 0;
  }
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .title-with-image {
  color: #ffffff;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .title-with-image .subtitle:before,
.so-widget-m10-m10-5b8ec435d689-8 .m10 .title-with-image .subtitle:after {
  background: #ffffff;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .title-with-image p i {
  color: #ffffff;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .title-with-image p:before,
.so-widget-m10-m10-5b8ec435d689-8 .m10 .title-with-image p:after {
  background: #ffffff;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons {
  margin: 40px auto 0;
  max-width: 1100px;
  padding: 0 0 40px;
  position: relative;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon {
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner {
  background: #ffffff;
  border-radius: 5px;
  padding: 4px;
  position: relative;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner iframe {
  display: none;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted {
  border: 1px dashed #000000;
  display: flex;
  height: 560px;
  flex-direction: column;
  margin: 0 auto;
  max-height: 560px;
  margin: 4px;
  overflow: hidden;
  padding: 60px 30px 40px;
  position: relative;
}
@media print {
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted {
    height: auto;
    max-height: initial;
  }
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-large-text {
  align-items: flex-end;
  color: #111111;
  display: flex;
  justify-content: center;
  line-height: 0.8;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-large-text .coupon-prefix {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.0;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-large-text .coupon-large-text {
  font-size: 92px;
  font-weight: 700;
  line-height: 0.7;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-large-text .coupon-suffix {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.8;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-title {
  color: #111111;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  padding: 34px 0 0;
  text-align: center;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 260px;
}
@media print {
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part {
    min-height: initial;
  }
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part .coupon-print-wrapper {
  text-align: center;
}
@media print {
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part .coupon-print-wrapper {
    display: none;
  }
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part .coupon-print-wrapper .coupon-print {
  background-color: transparent;
  border: 2px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  outline: none;
  padding: 12px 25px;
  text-align: center;
  width: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part .coupon-print-wrapper .coupon-print:hover {
  background: #333333;
  color: #ffffff;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part .coupon-fine-print {
  color: #666666;
  flex: 1;
  font-size: 14px;
  padding: 30px 0;
  text-align: center;
}
@media print {
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part .coupon-fine-print {
    color: #111111;
  }
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .coupon-dotted .coupon-bottom-part .coupon-asterisk {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media print {
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .logo-wrapper {
    align-items: center;
    color: #111111;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
  }
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .logo-wrapper img {
    display: block;
    height: 40px;
    margin: 0 10px 0 0;
  }
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .logo-wrapper .title {
    color: #111111;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }
  .so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .logo-wrapper .coupon-asterisk {
    color: #111111;
  }
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .wave-background {
  background: #196bb9;
  bottom: 0;
  display: block;
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .coupon .coupon-inner .wave-background:before {
  background-color: #196bb9;
  background-image: url("https://yourpaletteinpaint.com/wp-content/plugins/ypip/widgets/m10/assets/wave.png");
  background-repeat: repeat-x;
  bottom: 0;
  content: '';
  display: block;
  height: 74px;
  left: 0;
  position: absolute;
  width: 100%;
  top: -20px;
  animation: wave-animation 8s infinite linear;
  -moz-animation: wave-animation 8s infinite linear;
  -o-animation: wave-animation 8s infinite linear;
  -webkit-animation: wave-animation 8s infinite linear;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .slick-prev,
.so-widget-m10-m10-5b8ec435d689-8 .m10 .coupons .slick-next {
  display: none !important;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .slick-dots {
  bottom: 0;
  display: block;
  left: 0;
  list-style: none;
  margin: 10px auto 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .slick-dots li {
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .slick-dots li button {
  background: #ffffff;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 10px;
  opacity: 0.5;
  padding: 0;
  text-indent: -9999px;
  width: 10px;
}
.so-widget-m10-m10-5b8ec435d689-8 .m10 .slick-dots li.slick-active button {
  opacity: 1.0;
}