.sm-article[data-v-5cf04d43] {
  padding: 20px 0;
}
.sm-article .product-box[data-v-5cf04d43] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  min-height: 290px;
}
.sm-article .product-box *[data-v-5cf04d43] {
  margin: 5px 0;
}
.sm-article .product-box .article-price[data-v-5cf04d43] {
  font-weight: 600;
  margin-top: 0;
}
.sm-article .product-box .article-title[data-v-5cf04d43] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sm-article .product-box .article-cta-btn[data-v-5cf04d43] {
  text-decoration: none;
  color: #ffffff;
  background: #9cc23b;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.sm-article.highlighted[data-v-5cf04d43] {
  padding: 20px 0 40px;
}
.sm-article.highlighted .highlight-header[data-v-5cf04d43] {
  line-height: 1.4;
  padding-bottom: 5%;
}
.sm-article.highlighted .highlight-header .highlight-title[data-v-5cf04d43] {
  margin-bottom: 2%;
}
.sm-article.highlighted .highlight-header .description[data-v-5cf04d43] {
  font-size: 13px;
}
.sm-article.highlighted .highlight-imge[data-v-5cf04d43],
.sm-article.highlighted .product-box[data-v-5cf04d43] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  vertical-align: middle;
}
.sm-article.highlighted .highlight-imge img[data-v-5cf04d43],
.sm-article.highlighted .product-box img[data-v-5cf04d43] {
  width: fit-content;
}
.sm-article.highlighted .product-box[data-v-5cf04d43] {
  padding-left: 18%;
  min-height: 200px;
  height: auto;
}
@media screen and (min-width: 450px) {
.sm-article .product-box[data-v-5cf04d43] {
    font-size: 14px;
    min-height: 330px;
}
.sm-article .product-box *[data-v-5cf04d43] {
    margin: 10px 0;
}
.sm-article.highlighted .highlight-header .description[data-v-5cf04d43] {
    font-size: 14px;
}
}
@media screen and (min-width: 768px) {
.sm-article .product-box[data-v-5cf04d43] {
    min-height: 370px;
}
.sm-article.highlighted .highlight-header .description[data-v-5cf04d43] {
    font-size: 16px;
}
}
@media screen and (min-width: 1024px) {
.sm-article .product-box[data-v-5cf04d43] {
    font-size: 16px;
}
.sm-article.highlighted .highlight-header .description[data-v-5cf04d43] {
    font-size: 16px;
}
}

.sm-spinner[data-v-678fb1bc] {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.sm-spinner div[data-v-678fb1bc] {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid;
  border-color: #000 transparent transparent transparent;
  border-radius: 50%;
  animation: spinner-data-v-678fb1bc 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.sm-spinner.small[data-v-678fb1bc] {
  height: 28px;
  width: 28px;
}
.sm-spinner.small div[data-v-678fb1bc] {
  width: 22px;
  height: 22px;
  border-width: 3px;
  margin: 3px;
}
.sm-spinner div[data-v-678fb1bc]:nth-child(1) {
  animation-delay: -0.45s;
}
.sm-spinner div[data-v-678fb1bc]:nth-child(2) {
  animation-delay: -0.3s;
}
.sm-spinner div[data-v-678fb1bc]:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes spinner-data-v-678fb1bc {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.sm-poll[data-v-6b7ce6cc] {
  padding: 25px 3% 0;
}
@media (min-width: 1600px) {
.sm-poll[data-v-6b7ce6cc] {
    padding-top: 40px;
}
}
.sm-poll .poll-box[data-v-6b7ce6cc] {
  position: relative;
  font-size: 14px;
}
.sm-poll .poll-box .sm-poll-progress-bar-container[data-v-6b7ce6cc] {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 106%;
  margin-left: -3%;
  opacity: 0;
}
.sm-poll .poll-box .sm-poll-progress-bar-container.isLoaded[data-v-6b7ce6cc] {
  opacity: 1;
}
.sm-poll .poll-box .sm-poll-progress-bar-container .sm-poll-progress-bar-value[data-v-6b7ce6cc] {
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.sm-poll .poll-footer[data-v-6b7ce6cc] {
  margin: 15px 0 20px -3%;
}
.sm-poll .loading[data-v-6b7ce6cc] {
  visibility: visible;
  transition: visibility 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.35);
  will-change: visibility;
}
.sm-poll .loading.isLoaded[data-v-6b7ce6cc] {
  visibility: hidden;
}

.sm-newsletter[data-v-6e8fcb40] {
  width: 100%;
  padding: 25px 0;
  font-size: 14px;
  color: #0f202f;
}
.sm-newsletter .entry[data-v-6e8fcb40] {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
.sm-newsletter .entry .newsletter-slogan-area[data-v-6e8fcb40] {
  font-size: 22px;
  margin-bottom: 5px;
}
.sm-newsletter .entry .form-entry[data-v-6e8fcb40] {
  width: 100%;
  max-width: 450px;
}
.sm-newsletter .entry .form-entry .form-group[data-v-6e8fcb40] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 8px;
}
.sm-newsletter .entry .form-entry .form-group input[data-v-6e8fcb40],
.sm-newsletter .entry .form-entry .form-group button[data-v-6e8fcb40] {
  width: 100%;
  border: 2px solid #818181;
  margin: 5px 0;
}
.sm-newsletter .entry .form-entry .form-group button[data-v-6e8fcb40] {
  background: #0f202f;
  font-size: 16px;
}
@media (min-width: 480px) {
.sm-newsletter .entry .form-entry .form-group[data-v-6e8fcb40] {
    flex-direction: row;
    border: 2px solid #818181;
}
.sm-newsletter .entry .form-entry .form-group input[data-v-6e8fcb40],
  .sm-newsletter .entry .form-entry .form-group button[data-v-6e8fcb40] {
    border: 0;
    margin: 0;
    border-radius: 0;
}
.sm-newsletter .entry .form-entry .form-group input[data-v-6e8fcb40] {
    width: 73%;
}
.sm-newsletter .entry .form-entry .form-group button[data-v-6e8fcb40] {
    width: 27.5%;
}
}
@media (min-width: 768px) {
.sm-newsletter .entry[data-v-6e8fcb40] {
    flex-direction: row;
    justify-content: space-around;
    padding: 0 6%;
}
}
@media (min-width: 1400px) {
.sm-newsletter .entry[data-v-6e8fcb40] {
    max-width: 80%;
    margin: 0 auto;
}
}
.sm-newsletter .form .newsletter-slogan-area[data-v-6e8fcb40]:not(:empty),
.sm-newsletter .thankyou .newsletter-slogan-area[data-v-6e8fcb40]:not(:empty) {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.sm-newsletter .form .newsletter-description-area[data-v-6e8fcb40]:not(:empty),
.sm-newsletter .thankyou .newsletter-description-area[data-v-6e8fcb40]:not(:empty) {
  padding-bottom: 25px;
  font-size: 14px;
}
.sm-newsletter .form .newsletter-description-area:not(:empty) *[data-v-6e8fcb40]:not(:last-child):not(a),
.sm-newsletter .thankyou .newsletter-description-area:not(:empty) *[data-v-6e8fcb40]:not(:last-child):not(a) {
  padding: 0;
  margin: 0 0 20px;
}
.sm-newsletter .form .error[data-v-6e8fcb40]:not(:empty) {
  padding: 0 0 25px;
  text-align: center;
  color: #e32021;
}
.sm-newsletter .form .error:not(:empty) *[data-v-6e8fcb40] {
  padding: 0;
  margin: 0;
}
.sm-newsletter .form form input[data-v-6e8fcb40] {
  border: 1px solid #0f202f;
}
.sm-newsletter .form form label[data-v-6e8fcb40] {
  margin-bottom: 5px;
}
.sm-newsletter .form form .form-group[data-v-6e8fcb40] {
  display: flex;
  flex-direction: column;
  color: #000000;
  margin-bottom: 20px;
}
.sm-newsletter .form form .form-group fieldset[data-v-6e8fcb40] {
  margin: 0;
}
.sm-newsletter .form form .form-group fieldset label[data-v-6e8fcb40] {
  margin: 0 20px 0 10px;
  font-size: 16px;
}
@media (min-width: 480px) {
.sm-newsletter .form form .form-group[data-v-6e8fcb40] {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sm-newsletter .form form .form-group input[data-v-6e8fcb40]:not([type="radio"]),
  .sm-newsletter .form form .form-group fieldset[data-v-6e8fcb40] {
    width: 60%;
}
.sm-newsletter .form form .form-group label[data-v-6e8fcb40] {
    margin-bottom: 0;
}
}
.sm-newsletter .form form .form-group.hidden[data-v-6e8fcb40] {
  display: none;
}
.sm-newsletter .form form .submit-btn[data-v-6e8fcb40] {
  width: 100%;
  background: #0f202f;
  font-size: 18px;
}
@media (min-width: 480px) {
.sm-newsletter .form form .submit-btn[data-v-6e8fcb40] {
    width: 60%;
    margin-left: 40%;
}
}
@media (min-width: 768px) {
.sm-newsletter .form[data-v-6e8fcb40] {
    width: 70%;
    margin: 0 auto;
}
.sm-newsletter .form form[data-v-6e8fcb40] {
    max-width: 550px;
}
}
@media (min-width: 1024px) {
.sm-newsletter .form[data-v-6e8fcb40] {
    max-width: 700px;
}
}
.sm-newsletter .thankyou[data-v-6e8fcb40] {
  text-align: center;
  font-size: 20px;
  max-width: 70%;
  margin: 0 auto;
}
.sm-newsletter .thankyou h1[data-v-6e8fcb40],
.sm-newsletter .thankyou h2[data-v-6e8fcb40],
.sm-newsletter .thankyou h3[data-v-6e8fcb40],
.sm-newsletter .thankyou h4[data-v-6e8fcb40],
.sm-newsletter .thankyou h5[data-v-6e8fcb40] {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
.sm-newsletter .thankyou[data-v-6e8fcb40] {
    max-width: 70%;
}
}

.sm-newsletter-top {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 0 20px;
}
.sm-newsletter-top .sm-newsletter .entry .form-entry .form-group {
  border: 0;
}
.sm-newsletter-top .sm-newsletter .entry .form-entry .form-group input {
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
@media (min-width: 768px) {
.sm-newsletter-top {
    margin-bottom: 0;
    padding: 0;
}
.sm-newsletter-top .sm-newsletter .entry {
    flex-direction: column;
    max-width: 100%;
}
.sm-newsletter-top .sm-newsletter .entry .form-entry .form-group {
    flex-direction: column;
}
.sm-newsletter-top .sm-newsletter .entry .form-entry .form-group input,
  .sm-newsletter-top .sm-newsletter .entry .form-entry .form-group button {
    width: 100%;
}
.sm-newsletter-top .sm-newsletter .entry .form-entry .form-group input {
    margin-bottom: 10px;
}
.sm-newsletter-top .sm-newsletter .form {
    width: 100%;
    padding: 0 20px;
}
.sm-newsletter-top .sm-newsletter .form form .form-group {
    flex-direction: column;
}
.sm-newsletter-top .sm-newsletter .form form .form-group fieldset label {
    width: fit-content;
}
.sm-newsletter-top .sm-newsletter .form form .form-group fieldset,
  .sm-newsletter-top .sm-newsletter .form form .form-group label,
  .sm-newsletter-top .sm-newsletter .form form .form-group input:not([type="radio"]) {
    width: 100%;
}
.sm-newsletter-top .sm-newsletter .form form .submit-btn {
    width: 100%;
    margin-left: 0;
}
}


