@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html {
  /* visibility: hidden; */
  position: relative;
}

.font-loader {
  visibility: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
}

html>body {
  /* overflow: hidden; */
  font-family: "Open Sans", sans-serif;
}

.wf-active {
  visibility: visible !important;
}

.wf-active::before {
  display: none !important;
}

.font-loader-spinner {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

.wf-active .font-loader {
  display: none;
}

.wf-inactive .font-loader {
  display: none;
}

.wf-active>body {
  overflow: scroll !important;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}


@font-face {
  font-family: 'DM Serif Display';
  src:
    url('../fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
    url('../fonts/DMSerifDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Serif Display';
  src:
    url('../fonts/DMSerifDisplay-Italic.woff2') format('woff2'),
    url('../fonts/DMSerifDisplay-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Thin.woff2') format('woff2'),
    url('../fonts/Inter-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
    url('../fonts/Inter-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Black.woff2') format('woff2'),
    url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Light.woff2') format('woff2'),
    url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
    url('../fonts/Roboto-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
    url('../fonts/Roboto-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
    url('../fonts/Roboto-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Thin.woff2') format('woff2'),
    url('../fonts/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Italic.woff2') format('woff2'),
    url('../fonts/Roboto-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-Italic.woff2') format('woff2'),
    url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
    url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
    url('../fonts/Poppins-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
    url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
    url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
    url('../fonts/Poppins-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


.features-container {
  background-color: #fbfbfb;
  padding: 25px 25px 8px 25px;
  border-width: 1px;
  border-color: #f1f1f1;
  margin-bottom: 15px;
  word-break: break-word;
}

.svg-media {
  height: 22px;
  width: 22px;
  margin-top: 3px !important;
  margin-right: 10px;
  display: inline;
}

.features-row {
  display: -webkit-inline-box;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}

.features-row p {
  margin-right: 20px;
  margin-bottom: 18px !important;
  width: calc(100% - 30px);
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1140px) {
  .features-row p {
    top: 3px;
  }
}

@media (max-width: 461px) {
  .features-row p {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .features-row p { 
    margin-bottom: 2px !important;
  }
}

.flex-heading {
  padding-top: 4px;
  margin-bottom: 0px !important;
  text-decoration: none !important;
  display: contents;
}

.features-container strong {
  font-size: 18px;
  color: #222;
}

.list-item-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #222;
}

@media screen and (max-width: 461px) {
  .svg-media {
    height: 20px;
    width: 20px;
    margin-top: 3px;
  }

  .wp-block-cc-features-list-block:last-of-type .list-item-content {
    margin-bottom: 0px !important;
  }

  .features-container {
    padding: 10px;
  }

  .list-item-content {
    margin-bottom: 1px;
    font-size: 16.2px;
    margin-bottom: 18px;
  }

  .list-item-content strong {
    font-size: 16.2px;
  }

  /* .features-row {
    margin-top: 10px;
    margin-bottom: 5px;
  } */
}


@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"),
    url("../fonts/SFProDisplay-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-UltralightItalic.woff2") format("woff2"),
    url("../fonts/SFProDisplay-UltralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-ThinItalic.woff2") format("woff2"),
    url("../fonts/SFProDisplay-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@media only screen and (max-width: 461px) {
  .post-container-wrapper.hide-on-mobile {
    display: none;
  }
}

a {
  text-decoration: none;
}

.reply {
  /* pointer-events: none; */
  cursor: pointer;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-center {
  display: flex;
  align-items: center;
}

.post-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time-globe {
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.dot-symbol {
  color: #8a8d91;
  cursor: text;
  position: relative;
  text-decoration: none;
  margin: 0 3px;
}

.pic-name-time {
  display: flex;
}

.pic-name-time>div {
  margin-left: 10px;
}

.post-container-wrapper {
  outline: #f0f2f5 solid 12px;
  display: block;
}

.post-container-wrapper:not(:last-of-type) {
  margin-bottom: 35px;
}

.wp-block-cc-facebook-testimonials-column .post-container-wrapper:last-of-type {
  margin-bottom: 12px;
}

.post-container {
  width: 375px;
  padding: 12px;

  border-radius: 7px;
  outline: #f0f2f5 solid 12px;
  display: inline-block;
  /* This gives space for the layout */

  width: 100%;
  box-sizing: border-box;
  /* This prevents breaks within a post */
  break-inside: avoid;
  /* This prevents breaks between posts */
  page-break-inside: avoid;
  font-family: SF Pro Display !important;
}

.post-container .profile-pic {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  margin-bottom: 12px !important;
}

.post-date {
  font-size: 12px !important;
  color: #62676f !important;
  font-weight: 500 !important;
}

.author-name {
  margin-bottom: -5px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  line-height: 16px !important;
}

.author-name-main {
  margin-bottom: -5px !important;
  color: #3f5893;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  line-height: 16px !important;
}

.flex-column p {
  margin: 0 !important;
  font-size: 15px;
}

.globe {
  width: 12px !important;
  height: 12px !important;
  margin-bottom: 0px !important;
}

.dots-container img {
  width: 38px;
  padding: 9px;
  margin-bottom: 18px;
}

.post-text-content {
  color: #1e2128 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 18px !important;
  width: 100% !important;
}

.post-content-container p {
  margin-bottom: 12px !important;
}

.post-content-container img {
  max-width: calc(100% + 40px);

  margin-left: -20px;
  margin-right: -20px;
}

.post-image {
  margin-bottom: 6px !important;
}

.reactions img {
  height: 19px !important;
  width: 20px !important;
  margin-top: 5px;
  margin-bottom: 5px !important;
}

.reactions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ced0d4;
  padding-bottom: 5px;
}

.like {
  z-index: 3;
  padding-right: 2px;
  background-color: white;
  border-radius: 50%;
}

.heart {
  z-index: 2;
  margin-left: -2px;
  padding-right: 2px;
  background-color: white;
  border-radius: 50%;
}

.haha {
  z-index: 1;
  margin-left: -2px;
  background-color: white;
}

.reactions-number {
  color: #65676b;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 500;
}

.number-of-comments {
  color: #62676f;
  font-size: 12px;
  font-weight: 500;
}

.like-comment {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 8px;
  margin-bottom: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ced0d4;
}

.like-button img {
  height: 18px;
  width: 18px;
  margin-bottom: 4px !important;
}

.comment-button img {
  height: 18px;
  width: 18px;
  margin-bottom: 0px !important;
}

.like-button {
  display: flex;
  align-items: center;
}

.comment-button {
  display: flex;
  align-items: center;
}

.like-comment span {
  color: #718096;
  font-weight: 700;
  font-size: 12px;
  padding-left: 5px;
  padding-bottom: 2px;
}


/* @media screen and (max-width: 461px) {
  .svg-media {
    height: 22px;
    width: 22px;
    margin-top: 1px;
  }
  .features-container {
    padding: 1px 32px 2px 10px !important;
}
.list-item-content {
  margin-bottom: 1px !important;
  font-size: 16.2px !important;
}
.list-item-content strong {
  font-size: 16.2px !important;
}
.features-row {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
}

.features-container {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbfbfb;
  padding: 1px 50px 10px 10px;
  border-width: 1px;
  border-color: #f1f1f1;
  margin-bottom: 15px;


  word-break: break-word;
}

.svg-media {
  height: 22px;
  width: 22px;
}
.features-row {
  display: -webkit-inline-box;
  margin-top: 17px;
  margin-bottom: 5px;
}

.features-row p {
  margin-bottom: 0px;

  margin-right: 10px;
}
.flex-heading {
  padding-top: 4px;
  margin-bottom: 0px !important;
  text-decoration: none !important;
}
.features-container strong {
  font-size: 18px;
  color: #222;
}
.list-item-content {
  font-size: 18px ;
  font-weight: 400;
  color: #222;
} */
.wp-block-cc-numbers-list-block {
  margin: 0;
}

.numbers-row {
  display: flex;
  align-items: center;
  width: 100%;

}

.numbers-row p {
  margin-right: 20px;
  width: calc(100% - 30px);
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px !important;
  color: #4F4F4F;
  margin-bottom: 2px !important;
}

.number {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  padding: 0px 4px;
}

.numbers-item-content {
  line-height: 24px;
  width: calc(100% - 30px);
}

@media (max-width: 461px) {
  .wp-block-cc-ordered-list-block:last-of-type .numbers-item-content {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 461px) {
  .numbers-row p {
    width: 90% !important;
  }
}

.wp-block-cc-ordered-list-block {
  display: -webkit-inline-box;
  /* margin-top: 17px; */
  /* margin-bottom: 5px; */
}

.numeration-wrapper {
  margin-top: 0px;
}

.wp-block-cc-ordered-list-block {
  width: 100%;
}


.wp-block-rudr-form {
  background: #f4faff;
  padding: 40px 20px;
  color: #1f2933;
  box-sizing: border-box;
}

.wp-block-rudr-form h3 {
  font-size: 30px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.wp-block-rudr-form form {
  border: 2px solid #1f2933;
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.wp-block-rudr-form form input {
  padding: 8px 16px;
  width: 100%;
  border-radius: 0;
  border: 0;
  line-height: 2;
}

.wp-block-rudr-form form button {
  background-color: #1f2933;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  border: 0;

}

.attention-banner {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-break: break-word;
  border-radius: 4px;
  color: #4f4f4f;
}

.attention-banner strong {
  font-weight: 700;
}

.attention-banner p a {
  color: #007b8c;
  text-decoration: underline;
  font-weight: 700;
}

.editor-styles-wrapper p {
  margin: 0 auto !important;
}

.flex {
  display: flex;
}

@media screen and (max-width: 640px) {
  .attention-banner p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    word-break: break-word;
  }
}

#button-front {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 5px;
  min-height: 70px;
  font-size: 25px;
  font-weight: 700;
  hyphens: none;
  line-height: 37px;
  letter-spacing: -0.5px;
  padding: 16px;
  transition: box-shadow 0.2s linear, background-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.text-img {
  display: flex;
  align-items: center;
  line-height: 26px;

}

#button-front:hover {
  background-color: var(--hover-background-color) !important;
}

#button-front svg:not(.button-img) {
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  margin-left: 10px;
}

.button-img {
  width: 20px;
  height: 20px;
  margin-bottom: -3px !important;
  margin-left: 10px;
}

.button-label {
  margin-right: 7px;
}


@media screen and (max-width: 1140px) {
  #button-front {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    padding: 16px;
    text-align: center;
    transition: box-shadow 0.2s linear, background-color 0.2s ease-in-out;

  }

  #button-front svg:not(.button-img) {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
    margin-left: 8px;

  }

  .button-img {
    width: 15px;
    height: 15px;
    margin-bottom: -2px !important;
    margin-left: 8px;
  }

  .button-label {
    margin-right: 5px;
  }

}

.checkmark-block-container {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 0px 16px;
  border-width: 1px;
  border-style: solid;
  margin: 16px 0 24px 0;
}

.block-editor-block-list__block .checkmark-block-container .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block {
  margin: 0;

}


.large-border-left {
  border-left: 6px solid;
  margin-right: 16px;
}

.heading-wrapper {
  display: flex;
  margin-top: 24px;
  margin-bottom: 16px;
}

.heading-wrapper h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}


.coupon {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  border: 3px;
  margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 0px;
  border-style: dashed;
  font-size: 19px;
  font-weight: 400;
  word-break: break-word;
}

.flex {
  display: flex;
}

@media screen and (max-width: 640px) {
  .coupon p {
    font-size: 16.6px;
    line-height: 25px;
    font-weight: 400;
    word-break: break-word;
  }

}

@import url("https://fonts.cdnfonts.com/css/sf-pro-display");

.comment-container {
  margin-top: 6px;
}

.comment-buble {
  width: fit-content;
  background-color: #f0f2f5;
  border-radius: 10px;
  margin-left: 5px;
  padding: 1px 10px 6px;
}

.flex-start {
  display: flex;
  align-items: flex-start;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-center {
  display: flex;
}

.comment-buble p {
  display: table-cell;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 16px !important;
  --tw-text-opacity: 1;
  color: rgb(30 33 40 / var(--tw-text-opacity));
}

.author-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 13px;
  text-transform: capitalize;
  color: #000000 !important;
}

.comment-text {
  font-size: 14px !important;
  line-height: 22px;
}

.like {
  font-size: 10px;
  color: #65676b;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.5px;
}

.reply {
  font-size: 10px;
  color: #65676b;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.5px;
  margin-left: 5px;
  padding: 0px !important;
  border: none;
  background-color: white;
}

.time-ago {
  font-size: 10px;
  font-weight: 400;
  color: #62676f;
  margin-left: 6px;
  letter-spacing: 0.5px;
  line-height: 12px;
}

.comment-container .profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0px;
}

.subcomment-container {
  margin-top: 10px;
}

.subcomment-profile-pic {
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  margin-right: 0px !important;
}

.comment-like-reply {
  margin-left: 9px;
}


.numbers-block-container {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #F6F6F6;
  padding: 12px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 16px;
  margin-top: 16px;
}


/* .features-container {
  background-color: #fbfbfb;
  padding: 25px 25px 8px 25px;
  border-width: 1px;
  border-color: #f1f1f1;
  margin-bottom: 15px;
  word-break: break-word;
}

.svg-media {
  height: 22px;
  width: 22px;
  margin-top: 3px !important;
  margin-right: 10px;
  display: inline;
}
.features-row {
  display: -webkit-inline-box;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}

.features-row p {
  margin-right: 20px;
  margin-bottom: 18px !important;
  width: calc(100% - 30px);
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1140px) {
    .features-row p {
        top: 3px;
    }
}

@media (max-width: 461px) {
  .features-row p {
    width: 90%;
  }
}
.flex-heading {
  padding-top: 4px;
  margin-bottom: 0px !important;
  text-decoration: none !important;
  display: contents;
}
.features-container strong {
  font-size: 18px;
  color: #222;
}
.list-item-content {
  font-size: 18px;
  font-weight: 400;
    line-height: 27px;
  color: #222;
}
@media screen and (max-width: 461px) {
  .svg-media {
    height: 20px;
    width: 20px;
    margin-top: 3px;
  }

  .wp-block-cc-features-list-block:last-of-type .list-item-content {
    margin-bottom: 0px !important;
  }

  .features-container {
    padding: 10px;
  }
  .list-item-content {
    margin-bottom: 1px;
    font-size: 16.2px;
    margin-bottom: 18px;
  }
  .list-item-content strong {
    font-size: 16.2px;
  }
   .features-row {
    margin-top: 10px;
    margin-bottom: 5px;
  }
} */
.checkmark-svg {
  height: 20px;
  width: 17px;
  margin-top: 2px;
}

.svg-wrapper {
  min-height: 22px;
  min-width: 22px;
  margin-right: 6px;
}

.checkmark-list-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  text-decoration: none !important;

}

.checkmark-list-wrapper strong {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #4F4F4F !important;
}

.checkmark-item-content {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #4F4F4F !important;
}

.parent-column {
  width: 100%;
}

.parent-column:nth-of-type(2) {
  margin-left: 35px;
}

@media screen and (max-width: 677px) {
  .parent-column {
    width: 100%;
  }

  .parent-column:nth-of-type(2) {
    margin-left: 0;
  }
}


.faq-container {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 12px;
  margin-top: 16px;
}

.faq-containerir:not(:last-of-type) {
  margin-bottom: 20px;
  margin-top: 0px;
}

.faq-container .faq-title-wrapper {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 3px;
}

.faq-container .active {
  border-radius: 3px 3px 0px 0px;
}

.faq-container .faq-title-wrapper span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}

.faq-container .faq-content-wrapper {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.26, 0, 0.24, 0.99);
}

.faq-toggle-icon {
  transition: fill 300ms ease-in-out;
}

.faq-container .active .image-wrapper .horizontal-line {
  opacity: 0;
}

.faq-container .active .image-wrapper .vertical-line {
  transform: rotate(90deg) translate(1px, 1px);
  transition: transform 250ms ease-in-out;
  transform-origin: center;
}

.faq-container .image-wrapper .vertical-line {
  transition: transform 200ms ease-in-out;
  transform-origin: center;
}

.faq-container .faq-content-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4f4f4f;
  padding: 16px;
}


.ecom-v2-article a {
  font-weight: 700 !important;
}

.ecom-v2-article .article-promo a {
  font-weight: 300;
}

.like-icon {
  margin-bottom: 2px;
}

.action-buttons .user_location {
  margin-top: 2px;
}

.commentator-profile-pic img {
  min-width: 50px;
  margin-right: 10px;
}

.profile-picture-reply {
  margin-top: 5px;
}

.user_location .flag {
  position: static;
  width: 17px;
}

.header-advertorial {
  font-size: 10px;
}

strong a {
  font-weight: 700;
}

.logo img {
  margin-right: 10px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.has-inline-color {
  font-weight: bolder;
}

.rating-containers h3 {
  font-size: 25px !important;
  line-height: 25px !important;
  font-weight: 700;
  margin-bottom: 5px !important;
}

.overal-rating {
  display: flex;
  align-items: center;
}

.post-content p:not(.list-item-content) {
  font-size: 18.8px;
  margin-bottom: 18.8px;
  font-weight: 400;
  color: #222;
}

.post-content h3 {
  font-weight: 700;
  font-size: 21.8px;
  line-height: 32.7px;
  margin-bottom: 18.8px;
}
footer#footer p {
  font-size: 12.4px;
}
.post-content h2 {
  font-size: 30px;
  margin: 22px 0px;
  font-weight: 700;
  line-height: 45px;
}

.has-text-align-center {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 18px;
  font-size: 19px;
}

@media screen and (max-width: 1140px) {
  .h1 {
    color: #2f2f2f;
    font-family:
      Open Sans,
      sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 38px;
  }

  .logo-container--wrapper {
    background-color: #f5f5f5;
  }

  .logo img {
    margin-right: 6px !important;
    width: 20px;
  }

  .post-content h3 {
    font-weight: 700;
    font-size: calc(14.66667px + 0.81667vw);
    line-height: 26.7px;
    margin-bottom: 18.8px;
  }

  .post-content h2 {
    font-size: 22px !important;
    margin: 18px 0px !important;
    font-weight: 700;
    line-height: 33px !important;
  }

  .post-content p:not(.features-container):not(.post-container):not(.review-container):not(.coupon) {
    font-size: calc(14.66667px + 0.41667vw);
    margin-bottom: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
  }

  strong a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }

  .list-item-content {
    margin-bottom: 1px !important;
  }

  .features-row {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }

  .comment-section {
    font-size: 16px;
  }

  .attention-bar {
    font-size: 16px !important;
  }

  .customer-ratings .rating-logo {
    margin-right: 0px !important;
    width: 20px;
    height: auto;
  }
}
.fnt{
  font-size: 19.9px;
}

@media screen and (max-width: 767px) {
  .fnt {
    font-size: 16.23px;
  }
  }



@media screen and (min-width: 678px) {
  .like-btn-count {
    display: flex;
    align-items: center;
  }

  .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    display: flex;
    align-items: center;
  }

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    margin-right: 0;
    width: 30px;
  }

  .customer-ratings .logo img {
    margin-top: -11px;
  }

  .product-ratings .right .logo img {
    margin-bottom: 0 !important;
    margin-top: -8px !important;
  }

  .flag img {
    display: inline !important;
  }

  .article-promo strong {
    font-weight: 700;
  }

  .header-text-align {
    display: flex;
    align-items: baseline;
  }

  .blog-title {
    font-size: 30px;
    letter-spacing: -2px;
  }

  .blog-title strong {
    font-weight: 600 !important;
  }

  .blog-title p {
    font-weight: 100 !important;
  }

  .product-name {
    font-weight: 600;
    font-size: 22px;
    color: #1582c5;
  }

  .product-name strong {
    color: #0c466b !important;
    font-weight: 600;
  }

  .author-info span a {
    text-decoration: none !important;
    color: #405cb3;
  }

  .attention-bar a,
  .article-promo a {
    text-decoration: underline;
  }

  .bar,
  .number {
    font-size: 17px !important;
  }

  .customer-ratings img {
    margin-bottom: 0 !important;
  }

  .customer-ratings p {
    font-size: 17px !important;
    font-weight: 400;
  }

  .stat {
    display: flex;
    align-items: center;
  }

  .customer-ratings {
    display: flex;
    flex-direction: column;
  }

  .rating-containers {
    display: flex;
  }

  .logo img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-right: 10px;
  }

  .overal-rating img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .right--inner .logo {
    display: flex;
    gap: 5px;
  }

  .rating-containers p {
    margin-bottom: 0px !important;
  }

  .blog-title-rating {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -2px;
  }

  .blog-title-rating strong {
    font-weight: 600;
  }

  /* comments section */
  .comment-section {
    display: flex;
    flex-direction: column;
  }

  .comment {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    line-height: 30px;
  }

  .subcomment {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    line-height: 30px;
  }

  .comment-section .username {
    color: #3658a6;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
  }

  .comment-section .user_location,
  .comment-section .publish_date {
    color: #999;
    font-size: 12px;
    line-height: 22px;
  }

  .section {
    display: flex;

    flex-direction: column;
    width: 100%;
  }

  .name-location {
    display: flex;
  }

  .name-location .user_location {
    margin: 0 5px;
  }

  .name-location .location-flag img {
    margin-left: 5px;
  }

  .border-none {
    border: none !important;
  }

  .profile-pic img {
    margin-top: 5px;
    min-width: 50px;
    margin-right: 10px;
  }

  .comment-image {
    width: 50px;
    height: 50px;
    max-height: 120px;
    padding: 2px;
    margin-right: 10px;
    display: inline-block;
  }

  .comment-section img:not(.flag):not(.like-icon):not(.comment-image) {
    width: 50px;
    height: 50px;
    max-height: 120px;
    margin-right: 10px;
    display: inline-block;
  }

  .location-flag {
    display: flex;
    align-items: center;
  }

  .comment-image {
    border: 1px solid #adadad;
  }

  .comment-image {
    width: 100px !important;
    height: 150px !important;
    margin-top: 5px;
  }

  .action-buttons {
    display: flex;
    align-items: center;
  }

  .facebook-button {
    font-size: 13px;
    color: #3658a6;
  }

  .action-buttons .like-icon {
    width: 20px;
    height: 18px;
    border: none;
    padding: 2px;
    margin-right: 0px;
    display: inline-block;
  }

  table td {
    padding: 0px;
  }

  .reply-area table {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .reply-area table,
  .subcomment {
    margin-left: 6%;
  }

  .styleInput {
    width: auto;
    font-size: 14px;
  }

  #comment-count {
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 8px;
  }

  #newPostInput {
    width: 653px;
    height: 50px;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 14px !important;
  }

  #newPostInput:focus {
    border: 1px solid #ccc;
    border-bottom: none;
  }

  #newPostArea {
    border: 1px solid #ccc;
    border-top: none;
  }

  #newReplyInput {
    width: 100%;
    height: 50px;
    padding: 7px;
    border: 1px solid #ccc;
    border-bottom: none;
    font-size: 14px !important;
  }

  .replyStyleInput {
    width: 90%;
    height: 30px;
    font-size: 14px;
  }

  .newReplyArea {
    background: #f6f7f9;
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
  }

  .busyMsg {
    padding-left: 10px;
    display: none;
    float: left;
    margin-top: 13px;
    color: black;
    font-weight: bold;
    font-size: 14px;
  }

  .post-btn .reply-post-btn .newCancelButton {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }

  .reply-post-btn {
    width: 60px !important;
    height: 40px !important;
  }

  .post-btn {
    width: 60px !important;
  }

  .newCancelButton {
    cursor: pointer;
    width: 68px !important;
    height: 40px !important;
  }

  #footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 1140px) {
  .customer-ratings .rating-logo {
    margin-right: 5px !important;
    width: 30px;
    height: auto;
  }
}

.content .post-content figure img {
  width: 100%;
  object-fit: contain;
}

.wp-block-image figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .article-footer-links {
    display: flex;
    flex-direction: column;
    align-items: Center;
  }

  .article-footer-links>a:not(:last-of-type) {
    margin-bottom: 8px;
  }
}


.review-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #222;
  margin-bottom: 18.8px;
  padding: 30px 41px 20px 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  background-image: url(../images/quote-top-left.svg), url(../images/quote-bottom-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top 25px left 25px, bottom 25px right 25px;
  background-color: #fafafa;
}

@media screen and (max-width: 777px) {
  .review-container p {
    font-size: calc(14.66667px + 0.41667vw) !important;
  }

  .review-container q em {
    font-size: calc(14.66667px + 0.41667vw) !important;
  }

  .review-container {
    padding: 10px 12px 10px 50px !important;
    background-image: url(../images/quote-top-left.svg), url(../images/quote-bottom-right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 10px left 9px, bottom 10px right 10px;
    background-color: #fafafa;
  }

  .review-media-item {
    height: 20px;
    width: 90px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 778px) {
  .review-media-item {
    height: 20px;
    width: 115px;
    background-size: cover;
  }
}

.review-container p {
  color: #222 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  margin-top: 10px;
}

.review-container q em {
  font-size: 18.8px;
  font-weight: 400;
}

q {
  quotes: none;
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

.dash {
  font-weight: 700;
  margin-right: 0.25em;
}

.author {
  font-weight: 700;
  margin-top: 22px;
}

.hide {
  display: none;
}

.review-media-item {
  margin-top: 10px;

  background-position: bottom left;
  background-repeat: no-repeat;
}

.upload-btn {
  border-style: solid;
  border-width: 2px;
}

/* @media screen and (max-width: 461px) {
  .svg-media {
    height: 22px;
    width: 22px;
    margin-top: 1px;
  }
  .features-container {
    padding: 1px 32px 2px 10px !important;
}
.list-item-content {
  margin-bottom: 1px !important;
  font-size: 16.2px !important;
}
.list-item-content strong {
  font-size: 16.2px !important;
}
.features-row {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
}

.features-container {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbfbfb;
  padding: 1px 50px 10px 10px;
  border-width: 1px;
  border-color: #f1f1f1;
  margin-bottom: 15px;


  word-break: break-word;
}

.svg-media {
  height: 22px;
  width: 22px;
}
.features-row {
  display: -webkit-inline-box;
  margin-top: 17px;
  margin-bottom: 5px;
}

.features-row p {
  margin-bottom: 0px;

  margin-right: 10px;
}
.flex-heading {
  padding-top: 4px;
  margin-bottom: 0px !important;
  text-decoration: none !important;
}
.features-container strong {
  font-size: 18px;
  color: #222;
}
.list-item-content {
  font-size: 18px ;
  font-weight: 400;
  color: #222;
} */

.ol-features-row {
  display: -webkit-inline-box;
  width: 100%;
  /* margin-top: -20px;
  margin-bottom: 5px; */
}

.ol-features-row p {
  margin-right: 20px;
  width: calc(100% - 30px);
  position: relative;
  top: 1px;
}

.ol-numeration {
  background-color: #00b67a;
  border: 1px solid #0e9140;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 11px;
  margin-top: 0;
  padding: 0px 4px;
}

.ol-item-content {
  margin-bottom: 18px !important;
  line-height: 24.4px;
  width: calc(100% - 30px);
}

@media (max-width: 461px) {
  .wp-block-cc-ordered-list-block:last-of-type .ol-item-content {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 461px) {
  .ol-features-row p {
    width: 90% !important;
  }
}

.wp-block-cc-ordered-list-block {
  display: -webkit-inline-box;
  /* margin-top: 17px; */
  /* margin-bottom: 5px; */
}

.ol-numeration-wrapper {
  margin-top: 0px;
}

.wp-block-cc-ordered-list-block {
  width: 100%;
}


.parent-repeater {
  /* This creates the masonry layout */
  display: flex;
  margin-top: 35px;
}

@media screen and (min-width: 677px) {
  .parent-repeater {
    margin: 35px 12px 25px 12px;
  }
}

/* Add this media query */
@media screen and (max-width: 676px) {
  .parent-repeater {
    flex-direction: column;
    margin: 35px 12px 0px 12px;
  }
}


#button-front {
  border: none;
  width: 100%;
  border-radius: 4px;
  min-height: 56px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  hyphens: none;
  overflow: hidden;
  padding: 16px 24px;
  transition:
    box-shadow 0.2s linear,
    background-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0 12px 0;
  position: relative;
}

.wp-block-cc-gradient-cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.attention-note {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 5px;
  color: #333333;
}

.attention-note strong {
  font-weight: 700;
}

.text-img {
  display: flex;
  align-items: center;
  line-height: 26px;
  z-index: 2;
}

/* #button-front:hover {
  background-color: var(--hover-background-color) !important;
} */
#button-front svg:not(.button-img) {
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  margin-left: 10px;
}

.button-img {
  width: 20px;
  height: 20px;
  margin-bottom: -3px !important;
  margin-left: 10px;
}

.button-label {
  margin-right: 7px;
  z-index: 2;
}

@media screen and (max-width: 1140px) {
  #button-front svg:not(.button-img) {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
    margin-left: 8px;
    z-index: 2;
  }

  .button-img {
    width: 15px;
    height: 15px;
    margin-bottom: -2px !important;
    margin-left: 8px;
    z-index: 2;
  }

  .button-label {
    margin-right: 5px;
    z-index: 2;
  }
}


.input-field {
  min-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px;
  border-color: #525252;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
}

iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.02);
}

.thumbnail-wrapper {
  position: relative;
}

.thumbnail-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.thumbnail-wrapper button {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  margin-top: 10px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  background-color: #007cba;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.thumbnail-wrapper button:hover {
  background-color: #00629b;
}

.thumbnail-wrapper button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.6);
}


.customer-review-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #222;
  margin-bottom: 12px;
  margin-top: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
}

.customer-review-container .date {
  font-weight: 400;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #828282;
}

.customer-review-container p {
  font-weight: 400;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #4F4F4F;
}

@media screen and (max-width: 777px) {
  .customer-review-container p {
    font-size: 12px !important;
  }

  /* .customer-review-container {
        padding: 10px 12px 10px 50px !important;
        background-image: url(img/quote-top-left.svg), url(img/quote-bottom-right.svg);
        background-repeat: no-repeat, no-repeat;
        background-position: top 10px left 9px, bottom 10px right 10px;
        background-color: #fafafa;
    } */

  /* .customer-review-media-item {
        height: 20px;
        width: 90px;
        margin-bottom: 8px;
    } */
}

@media screen and (min-width: 778px) {
  /* .customer-review-media-item {
        height: 20px;
        width: 115px;
        background-size: cover;
    } */
}


.dash {
  font-weight: 700;
  margin-right: 0.25em;
}

.customerName {
  font-weight: 700;
  margin-top: 22px;
  font-size: 16px;
  line-height: 24px;
}

.hide {
  display: none;
}

.name-reviewStar-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.name-reviewStar-wrapper img {
  height: 16px;
  width: 80px;
  margin-left: 10px;
}

.name-reviewStar-wrapper h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.customer-review-media-item {
  margin-left: 15px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.upload-btn {
  border-style: solid;
  border-width: 2px;
}


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Teko:wght@300;400;500;600;700&display=swap");

.advertorial-coupon {
  overflow: hidden;
}

.advertorial-coupon__wrapper {
  position: relative;
  padding: 3px;
  overflow: hidden;
  border-radius: 10px;
  background-image: url("../images/coupon-bg-img-horizontal.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
}

.advertorial-coupon__wrapper:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  top: calc(50% - 32px);
  left: -35px;
  z-index: 99;
  background: #ffffff;
}

@media screen and (max-width: 360px) {}

.advertorial-coupon__wrapper:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  top: calc(50% - 32px);
  right: -32px;
  z-index: 99;
  background: #ffffff;
}

.advertorial-coupon__content {
  background: transparent;
  position: relative;
  font-family: "Inter", sans-serif;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 11;
  display: flex;
  align-items: center;

  background-position: center;
  background-size: cover;
}

.advertorial-coupon__content--overlay {
  position: absolute;
  top: 0;
  border-radius: 15px;
  overflow: hidden;
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23EF0000' stroke-width='5' stroke-dasharray='10%2c 20' stroke-dashoffset='12' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.advertorial-coupon__note {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #222222;
  margin-top: 16px !important;
  text-align: center;
  margin-bottom: 16px !important;
}

.advertorial-coupon__image {
  width: 192px;
  height: 192px;
  object-fit: cover;
  box-sizing: border-box;
  margin-right: 24px;
  margin-bottom: 0 !important;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px #b2001a26;
}

.advertorial-coupon__badges figure:not(:last-of-type) img {
  margin-bottom: 16px !important;
}

.advertorial-coupon__badges figure img {
  width: 80px;
  height: 80px;
}

.advertorial-coupon__cta {
  margin-left: 24px;
  max-width: 230px;
}

.advertorial-coupon__ctaBtn {
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  z-index: 100;
  border-radius: 6px;
  margin-top: 8px;
  border-bottom: 3px solid #b2001a;
  color: #fff;
  max-width: 230px;
  transition: background-color 300ms ease-in, border-bottom 300ms ease-in;
}

.advertorial-coupon__ctaBtn>p {
  margin: 0;
}

.advertorial-coupon__cta>.advertorial-coupon__text--discount {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #ef0000;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #b2001a;
  -webkit-text-shadow: 1px 1px 2px #b2001a;
}

.advertorial-coupon__cta>.advertorial-coupon__text-offer {
  display: block;
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  text-transform: uppercase;
}

.advertorial-coupon__cta>.advertorial-coupon__ctaBtn {
  text-decoration: none;
}

.advertorial-coupon__cta>.advertorial-coupon__ctaBtn span {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 24px !important;
  color: inherit;
  text-decoration: none !important;
  display: inline;
}

@media screen and (min-width: 920px) {
  .advertorial-coupon__cta>.advertorial-coupon__ctaBtn:hover {
    background-color: var(--hover-background) !important;
    color: var(--hover-color);
    border-bottom: 3px solid var(--hover-shadow) !important;
  }

  .advertorial-coupon__badges {
    margin-top: 16px;
  }
}

.advertorial-coupon__cta>.advertorial-coupon__ctaBtn:hover span {
  color: #ffffff;
}

.advertorial-coupon__timer {
  display: flex;
  align-items: center;
  margin: 8px 0 16px 0;
}

.advertorial-coupon__ctaBtn>img {
  display: inline;
  position: relative;
  top: -3px;
  margin-left: 16px;
  margin-bottom: 0px !important;
}

.advertorial-coupon__hours,
.advertorial-coupon__minutes,
.advertorial-coupon__seconds {
  display: flex;
}

.advertorial-coupon__hours {
  margin-right: 6px;
}

.advertorial-coupon__minutes {
  margin: 0 6px;
}

.advertorial-coupon__seconds {
  margin-left: 6px;
}

.advertorial-coupon__hours>div:first-child {
  margin-right: 3px;
}

.advertorial-coupon__minutes>div:first-child {
  margin-right: 3px;
}

.advertorial-coupon__seconds>div:first-child {
  margin-right: 3px;
}

.advertorial-coupon-time-frame {
  background: #fff;
  width: 32px;
  color: #b2001a;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 0px 0px 10px 0px #b2001a59;
  text-align: center;
  transform: scale(0.99);
}

@media screen and (max-width: 360px) {
  .advertorial-coupon__content {
    padding: 40px 24px;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 361px) and (max-width: 676px) {
  .advertorial-coupon__content {
    padding: 40px 60px;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 676px) {
  .advertorial-coupon__wrapper {
    background-image: url("../images/bg-vertical.jpg");
  }

  .advertorial-coupon__badges figure:not(:last-of-type) img {
    margin-bottom: 0px !important;
  }

  .advertorial-coupon__ctaBtn {}

  .advertorial-coupon__image {
    margin-right: 0;
    margin-bottom: 24px !important;
    width: 228px;
    height: 228px;
  }

  .advertorial-coupon__cta {
    margin-left: 0;
    max-width: 230px;
    width: 100%;
  }

  .advertorial-coupon__timer {
    margin-top: 8px;
  }

  .advertorial-coupon__badges {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }

  .advertorial-coupon__badges figure img {
    width: 95px;
    height: 95px;
    margin-bottom: 0 !important;
  }

  .advertorial-coupon__badges figure {
    margin-bottom: 0 !important;
    margin: 0 0 0 !important;
  }

  .post_content .advertorial-coupon__badges figure:not(:last-of-type) img {
    margin-bottom: 0px !important;
  }

  .advertorial-coupon__badges figure:not(:last-of-type) {
    margin-right: 16px !important;
  }

  .advertorial-coupon__cta>.advertorial-coupon__text--discount {
    text-align: center;
    display: block;
  }
}


@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap);

/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  border: 0 solid #edf2f7;
  box-sizing: border-box;
}

:after,
:before {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: Roboto, Lato, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  tab-size: 4;
}

body {
  line-height: inherit;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}


code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cbd5e0;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #cbd5e0;
  opacity: 1;
}

[role="button"],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  height: auto;
  max-width: 100%;
}

[hidden] {
  display: none;
}

*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(66, 153, 225, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(66, 153, 225, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media (min-width: 370px) {
  .container {
    max-width: 370px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 920px) {
  .container {
    max-width: 920px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1040px) {
  .container {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  bottom: 0;
  top: 0;
}

.inset-0,
.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  bottom: 0;
  top: 0;
}

.top-0 {
  top: 0;
}

.top-\[-1px\] {
  top: -1px;
}

.top-\[\.5px\] {
  top: 0.5px;
}

.top-\[1px\] {
  top: 1px;
}

.-right-\[40\%\] {
  right: -40%;
}

.-right-\[20\%\] {
  right: -20%;
}

.top-\[5px\] {
  top: 5px;
}

.bottom-\[5px\] {
  bottom: 5px;
}

.top-\[0px\] {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-\[50px\] {
  bottom: 50px;
}

.right-0 {
  right: 0;
}

.z-10 {
  z-index: 10;
}

.z-\[-1\] {
  z-index: -1;
}

.z-30 {
  z-index: 30;
}

.z-0 {
  z-index: 0;
}

.z-\[6\] {
  z-index: 6;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0;
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

.-my-24 {
  margin-bottom: -6rem;
  margin-top: -6rem;
}

.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.my-15px {
  margin-bottom: 15px;
  margin-top: 15px;
}

.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-25px {
  margin-bottom: 25px;
  margin-top: 25px;
}

.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.my-5px {
  margin-bottom: 5px;
  margin-top: 5px;
}

.my-3px {
  margin-bottom: 3px;
  margin-top: 3px;
}

.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}

.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.mx-4px {
  margin-left: 4px;
  margin-right: 4px;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mx-\[13px\] {
  margin-left: 13px;
  margin-right: 13px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.-mt-4 {
  margin-top: -1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-\[0\.75px\] {
  margin-top: 0.75px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mt-15px,
.mt-\[15px\] {
  margin-top: 15px;
}

.mr-\[-50vw\] {
  margin-right: -50vw;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-ml-px {
  margin-left: -1px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-0 {
  margin-right: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-4px {
  margin-left: 4px;
}

.mb-15px {
  margin-bottom: 15px;
}

.-mt-4px {
  margin-top: -4px;
}

.mr-5px {
  margin-right: 5px;
}

.-mt-2px {
  margin-top: -2px;
}

.-mt-6px {
  margin-top: -6px;
}

.mt-2px {
  margin-top: 2px;
}

.mt-10px {
  margin-top: 10px;
}

.-mb-12px {
  margin-bottom: -12px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.-mt-3px {
  margin-top: -3px;
}

.-mt-10px {
  margin-top: -10px;
}

.mt-25px {
  margin-top: 25px;
}

.ml-10px {
  margin-left: 10px;
}

.mb-10px {
  margin-bottom: 10px;
}

.-mt-8px {
  margin-top: -8px;
}

.mr-10px {
  margin-right: 10px;
}

.mt-3px {
  margin-top: 3px;
}

.ml-15px {
  margin-left: 15px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-\[15\%\] {
  margin-left: 15%;
}

.mr-\[15\%\] {
  margin-right: 15%;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-25px {
  margin-bottom: 25px;
}

.mt-16px {
  margin-top: 16px;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-20px {
  margin-bottom: 20px;
}

.-ml-25px {
  margin-left: -25px;
}

.mr-15px {
  margin-right: 15px;
}

.mb-45px {
  margin-bottom: 45px;
}

.mt-35px {
  margin-top: 35px;
}

.mt-auto {
  margin-top: auto;
}

.ml-0 {
  margin-left: 0;
}

.mr-auto {
  margin-right: auto;
}

.mt-45px {
  margin-top: 45px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mr-20px {
  margin-right: 20px;
}

.-mr-30px {
  margin-right: -30px;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-12px {
  margin-right: 12px;
}

.mb-px {
  margin-bottom: 1px;
}

.mr-3px {
  margin-right: 3px;
}

.mb-3px {
  margin-bottom: 3px;
}

.-mt-5px {
  margin-top: -5px;
}

.ml-20px {
  margin-left: 20px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.mt-\[-3px\] {
  margin-top: -3px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[89px\] {
  height: 89px;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[50px\] {
  height: 50px;
}

.h-12 {
  height: 3rem;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[52px\] {
  height: 52px;
}

.h-20 {
  height: 5rem;
}

.h-35px {
  height: 35px;
}

.h-\[12px\] {
  height: 12px;
}

.h-\[18px\] {
  height: 18px;
}

.h-15px {
  height: 15px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[30\%\] {
  height: 30%;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[34px\] {
  height: 34px;
}

.h-auto {
  height: auto;
}

.max-h-\[22px\] {
  max-height: 22px;
}

.max-h-\[16px\] {
  max-height: 16px;
}

.min-h-\[56px\] {
  min-height: 56px;
}

.w-full {
  width: 100%;
}

.w-\[86\%\] {
  width: 86%;
}

.w-\[119px\] {
  width: 119px;
}

.w-\[58px\] {
  width: 58px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[140px\] {
  width: 140px;
}

.w-1\/2 {
  width: 50%;
}

.w-35px {
  width: 35px;
}

.w-40px {
  width: 40px;
}

.w-30px {
  width: 30px;
}

.w-auto {
  width: auto;
}

.w-5 {
  width: 1.25rem;
}

.w-\[138px\] {
  width: 138px;
}

.w-\[43\.5\%\] {
  width: 43.5%;
}

.w-\[28\%\] {
  width: 28%;
}

.w-\[28\.5\%\] {
  width: 28.5%;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[192px\] {
  width: 192px;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[80\%\] {
  width: 80%;
}

.min-w-full {
  min-width: 100%;
}

.min-w-\[30px\] {
  min-width: 30px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[174px\] {
  max-width: 174px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-none {
  max-width: none;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-grow-\[1\] {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.basis-0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
  appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-col {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gap-0 {
  gap: 0;
}

.gap-15px {
  gap: 15px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[20px\] {
  gap: 20px;
}

.space-x-\[3px\]> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(3px * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(3px * var(--tw-space-x-reverse));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1rem * var(--tw-space-x-reverse));
}

.space-y-\[12px\]> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
  margin-top: calc(12px * (1 - var(--tw-space-y-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.rounded-b-\[15px\] {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.rounded-l-\[10px\] {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.border-\[5px\] {
  border-width: 5px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-\[0\.25px\] {
  border-bottom-width: 0.25px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#219653\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 150 83 / var(--tw-border-opacity));
}

.border-\[white\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-\[\#324358\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 67 88 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#161925CC\] {
  background-color: #161925cc;
}

.bg-\[\#FAF1DC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 241 220 / var(--tw-bg-opacity));
}

.bg-\[\#219653\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 83 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 246 213 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 215 / var(--tw-bg-opacity));
}

.bg-\[\#F0F2F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 50 128 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: 50%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-right {
  object-position: right;
}

.p-8px {
  padding: 8px;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-10px {
  padding: 10px;
}

.p-15px {
  padding: 15px;
}

.p-20px {
  padding: 20px;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-0 {
  padding: 0;
}

.p-12px {
  padding: 12px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-\[10px\] {
  padding-bottom: 10px;
  padding-top: 10px;
}

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.py-20px {
  padding-bottom: 20px;
  padding-top: 20px;
}

.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.py-5px {
  padding-bottom: 5px;
  padding-top: 5px;
}

.py-45px {
  padding-bottom: 45px;
  padding-top: 45px;
}

.py-15px {
  padding-bottom: 15px;
  padding-top: 15px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.\!px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-\[50px\] {
  padding-bottom: 50px;
  padding-top: 50px;
}

.py-25px {
  padding-bottom: 25px;
  padding-top: 25px;
}

.py-10px {
  padding-bottom: 10px;
  padding-top: 10px;
}

.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-25px {
  padding-left: 25px;
  padding-right: 25px;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.px-8px {
  padding-left: 8px;
  padding-right: 8px;
}

.py-3px {
  padding-bottom: 3px;
  padding-top: 3px;
}

.py-\[15px\] {
  padding-bottom: 15px;
  padding-top: 15px;
}

.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.py-\[30px\] {
  padding-bottom: 30px;
  padding-top: 30px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.py-\[20px\] {
  padding-bottom: 20px;
  padding-top: 20px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-\[0\.75rem\] {
  padding-bottom: 0.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-20px {
  padding-top: 20px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pt-15px {
  padding-top: 15px;
}

.pt-px {
  padding-top: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-5px {
  padding-top: 5px;
}

.pt-10px {
  padding-top: 10px;
}

.pb-0 {
  padding-bottom: 0;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-\[28\%\] {
  padding-right: 28%;
}

.pr-\[27\%\] {
  padding-right: 27%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-xl {
  font-size: 1.25rem;
}

.text-base {
  font-size: 1rem;
}

.text-18px {
  font-size: 18px;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-20px {
  font-size: 20px;
}

.text-14px {
  font-size: 14px;
}

.text-10px {
  font-size: 10px;
}

.text-25px {
  font-size: 25px;
}

.text-17px {
  font-size: 17px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-16px {
  font-size: 16px;
}

.text-30px {
  font-size: 30px;
}

.text-\[20px\] {
  font-size: 20px;
}

.font-\[700\] {
  font-weight: 700;
}

.font-600,
.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 300;
}

.font-\[600\] {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-\[400\] {
  font-weight: 400;
}

.font-700,
.font-bold {
  font-weight: 700;
}

.font-\[500\] {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-800 {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-8 {
  line-height: 2rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-25px {
  line-height: 25px;
}

.leading-17px {
  line-height: 17px;
}

.leading-normal {
  line-height: 1.5;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-none {
  line-height: 1;
}

.leading-16px {
  line-height: 16px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#262525\] {
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#F75858\] {
  --tw-text-opacity: 1;
  color: rgb(247 88 88 / var(--tw-text-opacity));
}

.text-\[\#01B157\] {
  --tw-text-opacity: 1;
  color: rgb(1 177 87 / var(--tw-text-opacity));
}

.text-\[\#0D090A\] {
  --tw-text-opacity: 1;
  color: rgb(13 9 10 / var(--tw-text-opacity));
}

.text-\[\#FFCB13\] {
  --tw-text-opacity: 1;
  color: rgb(255 203 19 / var(--tw-text-opacity));
}

.text-\[\#161925\] {
  --tw-text-opacity: 1;
  color: rgb(22 25 37 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}

.text-\[\#17072B\] {
  --tw-text-opacity: 1;
  color: rgb(23 7 43 / var(--tw-text-opacity));
}

.text-\[\#d40f32\] {
  --tw-text-opacity: 1;
  color: rgb(212 15 50 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}

.text-\[\#324358\] {
  --tw-text-opacity: 1;
  color: rgb(50 67 88 / var(--tw-text-opacity));
}

.text-\[\#545C67\] {
  --tw-text-opacity: 1;
  color: rgb(84 92 103 / var(--tw-text-opacity));
}

.text-\[\#EBEBEB\] {
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

.text-\[\#3F5893\] {
  --tw-text-opacity: 1;
  color: rgb(63 88 147 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}

.text-\[\#1B283E\] {
  --tw-text-opacity: 1;
  color: rgb(27 40 62 / var(--tw-text-opacity));
}

.text-\[\#111619\] {
  --tw-text-opacity: 1;
  color: rgb(17 22 25 / var(--tw-text-opacity));
}

.text-\[\#828282\] {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.text-\[\#E0E0E0\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-\[0\.7\] {
  opacity: 0.7;
}

.opacity-0 {
  opacity: 0;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
}

.blur,
.drop-shadow-\[0_1px_1px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_1px_1px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.content-\[\'\'\] {
  --tw-content: "";
  content: var(--tw-content);
}

.border {
  border-color: #f1f1f1;
}

html {
  color: #222;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1140px) {
  html {
    font-size: calc(14.66667px + 0.41667vw);
  }
}

.container {
  max-width: 1040px !important;
}

@media screen and (max-width: 1040px) {
  .container.logo-container {
    max-width: 100% !important;
  }
}

.h1 {
  color: #2f2f2f;
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 55px;
}

.subtitle {
  font-size: 20px;
}

.subtitle a {
  font-weight: 300;
}
.ecom-v2-article .article-promo a {
  font-weight: 400 !important;
}

@media screen and (max-width: 1140px) {
  .subtitle {
    font-size: 16px;
  }
}

.h3 {
  font-size: 25px;
  font-weight: 700;
}

.text-sm {
  color: hsla(0, 0%, 56%, 0.953);
}

a {
  color: #405cb3;
  font-weight: 600;
  transition: color 0.2s linear;
}

a:hover {
  color: #1139b5;
}

.button {
  background-color: #0bac4b;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 2px 0 #04461e;
  color: #fff;
  display: block;
  font-size: 25px !important;
  font-weight: 800;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: -0.5px;
  padding: 16px;
  text-align: center;
  text-decoration: none !important;
  transition: box-shadow 0.2s linear;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.button img {
  margin-bottom: 1.5px !important;
}

@media screen and (max-width: 1140px) {
  .button {
    font-size: 20px !important;
    padding: 16px 36px;
  }
}

.button:hover {
  background-color: #067131;
  color: #fff;
  text-decoration: none;
}

.button.button-sidebar {
  font-size: 17px !important;
  padding: 16px;
}

.button.button-sidebar img {
  margin-bottom: 2px !important;
}

.countryflag {
  width: 30px;
}

.logo-container--wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.059);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.071);
}

@media screen and (max-width: 1140px) {
  .logo .trends {
    font-size: 22px;
  }
}

.logo .product-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 1140px) {
  .logo .product-title {
    font-size: 18px;
    line-height: 18px;
  }
}

.logo .divider {
  background-color: #d6d6d6;
  content: "";
  height: 20px;
  margin: 0 10px -2px 11px;
  width: 1px;
}

.flag {
  position: relative;
  top: 5px;
}

.flag img {
  margin-top: -4px;
  width: 30px;
  margin-left: 4px;
}

@media screen and (max-width: 1140px) {
  .flag {
    font-size: 12px;
    letter-spacing: -0.15px;
    position: static;
  }

  .flag img {
    margin-top: 0;
    width: 30px;
  }

  .flag span {
    position: relative;
    top: 1px;
  }
}

.header-upper {
  background-color: #344a5f;
  color: hsla(0, 0%, 100%, 0.671);
}

.attention-bar {
  background-color: rgba(255, 227, 149, 0.53);
}

article {
  max-width: calc(100% - 280px);
}

@media screen and (max-width: 920px) {
  article {
    max-width: 100%;
    width: 100%;
  }
}

aside {
  width: 250px;
}

@media screen and (max-width: 920px) {
  aside {
    display: none;
  }
}

.content .post-meta {
  color: gray;
  font-size: 14px;
}

@media screen and (max-width: 919px) {
  .content .post-meta .post-meta--wrapper {
    left: 50px;
  }
}

.content .post-meta .trending-counter {
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1140px) {
  .content .post-meta {
    font-size: 12px;
  }

  .content .post-meta .trending-counter .like-img {
    -ms-flex-item-align: start;
    align-self: start;
  }
}

.content .post-meta .author-img {
  top: 0;
}

@media screen and (max-width: 919px) {
  .content .post-meta .author-img {
    left: -50px;
    top: 3px;
  }
}

.content .post-meta .stars-img {
  width: 100px;
}

@media screen and (max-width: 1140px) {
  .content .post-meta .stars-img {
    width: 80px;
  }
}

.content .post-content {
  font-family: "Open Sans", sans-serif;
}

.content .post-content .h1 {
  color: #2d2d2d;
  font-weight: 500;
}

.content .post-content .caption {
  background-color: #f3f3f3;
  color: #2d2d2d;
  margin-bottom: 18.8px;
}

@media screen and (max-width: 1140px) {
  .content .post-content .caption {
    margin-bottom: 18px;
  }
}

.content .post-content .emphasize {
  color: #3e4960;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5em;
}

.content .post-content img:not(.dots) {
  margin-bottom: 18.8px;
}

@media screen and (max-width: 1140px) {
  .content .post-content img:not(.dots) {
    margin-bottom: 18px;
  }
}

.content .post-content img+.caption {
  margin-top: -22px;
}

@media screen and (max-width: 1140px) {
  .content .post-content img+.caption {
    margin-top: -18px;
  }
}

.content .post-content .checkmark {
  display: inline;
  margin-bottom: 4px;
  margin-right: 10px;
  width: 22px;
}

@media screen and (max-width: 1140px) {
  .content .post-content .checkmark {
    margin-top: 1px;
    width: 18px;
  }
}

.content .post-content blockquote {
  background: url(../images/quote-top-left_1.svg) no-repeat top 25px left 25px,
    url(../images/quote-bottom-right_1.svg) no-repeat bottom 25px right 25px, #fafafa;
  color: #3d3d4e;
  margin-bottom: 18.8px;
  padding: 30px 41px 5px 70px;
}

.content .post-content blockquote img {
  width: 120px;
}

@media screen and (max-width: 1140px) {
  .content .post-content blockquote {
    background: url(/../img/quote-top-left.svg) no-repeat top 10px left 10px,
      url(/../img/quote-bottom-right.svg) no-repeat bottom 10px right 10px,
      #fafafa;
    background-size: 20px;
    margin-bottom: 18px;
    padding: 10px 10px 0 37px;
  }

  .content .post-content blockquote img {
    width: 90px;
  }
}

.content .post-content blockquote p {
  margin-bottom: 0 !important;
}

.content .post-content blockquote p.author {
  font-weight: 700;
  margin-top: 22px;
}

@media screen and (max-width: 1140px) {
  .content .post-content blockquote p.author {
    margin-top: 10px;
  }
}

.content .post-content .features-list {
  background-color: #fbfbfb;
  margin-bottom: 18.8px;
  padding: 25px;
}

.content .post-content .features-list p:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  .content .post-content .features-list {
    padding: 10px;
  }
}

.content .post-content .attention-box {
  background-color: #fff7e5;
  border: 2px dashed rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  padding: 20px;
}

.content .post-content .attention-box p {
  margin-bottom: 0 !important;
}

.content .post-content .divider {
  background-color: #f1f1f1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.customer-ratings {
  border-radius: 3px;
  position: relative;
  z-index: 0;
}

.customer-ratings:before {
  background-color: #fafafa;
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

. .customer-ratings .logo .trends {
  font-size: 25px;
  line-height: 25px;
}

.customer-ratings .stats--wrapper {
  position: relative;
  z-index: 0;
}

.customer-ratings .stats--wrapper:before {
  background-color: #efefef;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -99;
}

.customer-ratings .stats--wrapper .stat {
  z-index: 1;
}

.customer-ratings .stats--wrapper .stat:last-child {
  margin-bottom: 0;
}

.customer-ratings .stats--wrapper .stat img {
  margin-bottom: 0 !important;
  max-height: 20px;
  width: 120px;
}

@media screen and (max-width: 1140px) {
  .customer-ratings .stats--wrapper .stat img {
    width: 85px;
  }
}

.customer-ratings .stats--wrapper .stat .bar {
  background-color: #c5c5c5;
  border-radius: 15px;
  color: #fff;
  content: "";
  height: 20px;
  margin: 0 20px 0 0;
  position: relative;
  width: 100%;
  z-index: -1;
}

.customer-ratings .stats--wrapper .stat .bar:after {
  background-color: #195ca3;
  border-radius: 15px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: -1;
}

.customer-ratings .stats--wrapper .stat .bar:before {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: -16px;
  position: absolute;
  text-align: right;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 1140px) {
  .customer-ratings .stats--wrapper .stat .bar:before {
    font-size: 12px;
    top: 50%;
  }
}

.customer-ratings .stats--wrapper .stat .number {
  width: 145px;
}

@media screen and (max-width: 1140px) {
  .customer-ratings .stats--wrapper .stat .number {
    width: 145px;
  }
}

.product-ratings {
  background-color: #f5f5f5;
  border-radius: 3px;
  font-family: Helvetica, sans-serif;
  z-index: -100;
}

.product-ratings .caption {
  background-color: transparent !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.product-ratings .bars {
  z-index: 0;
}

.product-ratings .bars .bar {
  background-color: #e2e2e2;
  border-radius: 15px;
  content: "";
  height: 20px;
  max-width: 65%;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1140px) {
  .product-ratings .bars .bar {
    height: 12px;
  }
}

.product-ratings .bars .bar:after {
  background-color: #195ca3;
  border-radius: 15px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.product-ratings .bars .bar:before {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: -16px;
  letter-spacing: -1px;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 1140px) {
  .product-ratings .bars .bar:before {
    font-size: 12px;
    top: -80%;
  }
}

.product-ratings .rating-title {
  color: #414151;
  font-size: 15px;
  max-width: 35%;
}

.product-ratings .right {
  color: #000032;
}

.product-ratings .right .right--inner {
  background-color: #fff;
  border-radius: 3px;
  padding: 15px 20px;
}

.product-ratings .right .squared-stars {
  margin: 5px auto;
}

.product-ratings .right .logo .trends {
  font-size: 18.8px;
  line-height: 22px;
}

.product-ratings .right .overall-rating {
  font-size: 18.8px;
}

.sidebar .sidebar-header--wrapper {
  background-color: hsla(0, 0%, 94%, 0.8);
}

.sidebar .sidebar-header--wrapper .h3 {
  color: #060606;
  font-size: 20px;
}

.sidebar .sidebar-header--wrapper .stars--wrapper span {
  color: #405cb3 !important;
  font-size: 14px !important;
}

.comments {
  font-family: "Open Sans", sans-serif;
}

.comments h4 {
  font-weight: 700;
  margin-bottom: 22px;
}

@media screen and (max-width: 1140px) {
  .comments h4 {
    margin-bottom: 18px;
  }
}

.comments .usersComments img {
  margin-top: 10px;
}

.commentFuncLine,
.commentFuncLine>* {
  display: inline;
}

#floating-cta {
  background-color: #fff;
  bottom: 0;
  box-shadow: 1px 5px 20px 3px rgba(0, 0, 0, 0.22);
  left: 0;
  position: fixed;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
  /* Add this */
}

#floating-cta.show {
  /* Change the class to 'show' */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display: block;
  /* Add this */
}

#floating-cta .button {
  color: #fff;
  font-weight: 700;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: -0.5px;
  padding: 15px 20px;
  text-decoration: none !important;
  width: 350px;
  margin: auto;
}

#floating-cta .button img {
  width: 18px;
}

#footer {
  background-color: #121212;
  color: hsla(0, 0%, 100%, 0.23);
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  margin-top: 200px;
  text-transform: capitalize;
}

#footer a {
  color: gray;
  font-weight: 400 !important;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

#footer .divider {
  background-color: wheat;
  content: "";
  display: inline;
  height: 100%;
  margin: 0 15px;
  width: 1px;
}

@media screen and (max-width: 1140px) {
  #footer .divider {
    margin: 0 7px;
  }
}

.modal .legal-page-content img {
  display: inline !important;
}

.profilePic img {
  position: relative;
  top: 7px;
}

.commentBreak2 {
  display: none;
}

.commentFuncLine img,
.comments img,
.replyFuncLine img {
  margin-bottom: 0 !important;
}

.fb-testimonials img {
  max-width: 345px;
}

.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[-30px\]:before {
  content: var(--tw-content);
  left: -30px;
}

.before\:h-full:before {
  content: var(--tw-content);
  height: 100%;
}

.before\:border-\[0\.25px\]:before {
  border-width: 0.25px;
  content: var(--tw-content);
}

.before\:border-\[\#BDBDBD\]\/\[\.25\]:before {
  border-color: hsla(0, 0%, 74%, 0.25);
  content: var(--tw-content);
}

.before\:content-\[\'\'\]:before {
  --tw-content: "";
  content: var(--tw-content);
}

.after\:bg-\[\#53A4E3\]:after {
  --tw-bg-opacity: 1;
  background-color: rgb(83 164 227 / var(--tw-bg-opacity));
  content: var(--tw-content);
}

.first\:pt-0:first-child {
  padding-top: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

.hover\:border-\[\#219653\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(33 150 83 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:duration-75:hover {
  transition-duration: 75ms;
}

.hover\:ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:-mt-15px {
    margin-top: -15px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sm\:items-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .a_md\:relative {
    position: relative;
  }

  .a_md\:my-20px {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .a_md\:my-25px {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .a_md\:-mx-8px {
    margin-left: -8px;
    margin-right: -8px;
  }

  .a_md\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .a_md\:mt-0 {
    margin-top: 0;
  }

  .a_md\:mb-15px {
    margin-bottom: 15px;
  }

  .a_md\:mt-25px {
    margin-top: 25px;
  }

  .a_md\:mb-5px {
    margin-bottom: 5px;
  }

  .a_md\:mb-0 {
    margin-bottom: 0;
  }

  .a_md\:inline-block {
    display: inline-block;
  }

  .a_md\:inline {
    display: inline;
  }

  .a_md\:flex {
    display: -ms-flexbox;
    display: flex;
  }

  .a_md\:hidden {
    display: none;
  }

  .a_md\:h-25px {
    height: 25px;
  }

  .a_md\:w-25px {
    width: 25px;
  }

  .a_md\:w-\[70\%\] {
    width: 70%;
  }

  .a_md\:w-\[30\%\] {
    width: 30%;
  }

  .a_md\:w-1\/2 {
    width: 50%;
  }

  .a_md\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .a_md\:justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .a_md\:py-15px {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .a_md\:pb-25px {
    padding-bottom: 25px;
  }

  .a_md\:pb-15px {
    padding-bottom: 15px;
  }
}

@media (min-width: 920px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-right-\[12\%\] {
    right: -12%;
  }

  .md\:bottom-\[10px\] {
    bottom: 10px;
  }

  .md\:order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .md\:order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .md\:order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .md\:order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:my-15px {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .md\:my-20px {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .md\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-25px {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .md\:my-5px {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .md\:my-55px {
    margin-bottom: 55px;
    margin-top: 55px;
  }

  .md\:mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:mt-\[35px\] {
    margin-top: 35px;
  }

  .md\:mt-\[-21px\] {
    margin-top: -21px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-15px {
    margin-bottom: 15px;
  }

  .md\:mt-25px {
    margin-top: 25px;
  }

  .md\:mb-5px {
    margin-bottom: 5px;
  }

  .md\:mt-5px {
    margin-top: 5px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mt-\[25px\] {
    margin-top: 25px;
  }

  .md\:mt-15px {
    margin-top: 15px;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mt-20px {
    margin-top: 20px;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mb-55px {
    margin-bottom: 55px;
  }

  .md\:mb-45px {
    margin-bottom: 45px;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-35px {
    margin-bottom: 35px;
  }

  .md\:mr-25px {
    margin-right: 25px;
  }

  .md\:mb-25px {
    margin-bottom: 25px;
  }

  .md\:mr-5px {
    margin-right: 5px;
  }

  .md\:mb-\[59px\] {
    margin-bottom: 59px;
  }

  .md\:ml-\[20px\] {
    margin-left: 20px;
  }

  .md\:mr-\[20px\] {
    margin-right: 20px;
  }

  .md\:mr-\[14px\] {
    margin-right: 14px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mr-\[30px\] {
    margin-right: 30px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -ms-flexbox;
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[42px\] {
    height: 42px;
  }

  .md\:h-25px {
    height: 25px;
  }

  .md\:h-\[89px\] {
    height: 89px;
  }

  .md\:h-\[80px\] {
    height: 80px;
  }

  .md\:h-\[282px\] {
    height: 282px;
  }

  .md\:h-\[305px\] {
    height: 305px;
  }

  .md\:h-\[26px\] {
    height: 26px;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-\[40px\] {
    height: 40px;
  }

  .md\:max-h-\[40px\] {
    max-height: 40px;
  }

  .md\:max-h-\[30px\] {
    max-height: 30px;
  }

  .md\:max-h-\[14px\] {
    max-height: 14px;
  }

  .md\:max-h-\[255px\] {
    max-height: 255px;
  }

  .md\:w-\[182px\] {
    width: 182px;
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-\[188px\] {
    width: 188px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-25px {
    width: 25px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-\[173px\] {
    width: 173px;
  }

  .md\:w-\[34\%\] {
    width: 34%;
  }

  .md\:w-\[22\%\] {
    width: 22%;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[337px\] {
    width: 337px;
  }

  .md\:w-\[33\.333333\%\] {
    width: 33.333333%;
  }

  .md\:w-\[100px\] {
    width: 100px;
  }

  .md\:min-w-\[291px\] {
    min-width: 291px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md\:items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .md\:items-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .md\:justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .md\:justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .md\:justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-25px {
    gap: 25px;
  }

  .md\:gap-15px {
    gap: 15px;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .md\:gap-y-45px {
    row-gap: 45px;
  }

  .md\:gap-x-25px {
    column-gap: 25px;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:rounded-r-\[20px\] {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:bg-\[\#FAFAFA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

  .md\:p-15px {
    padding: 15px;
  }

  .md\:p-20px {
    padding: 20px;
  }

  .md\:p-25px {
    padding: 25px;
  }

  .md\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .md\:py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .md\:py-15px {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .md\:py-30px {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .md\:py-55px {
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .md\:py-45px {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .md\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .md\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-\[20px\] {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-\[30px\] {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .md\:py-\[50px\] {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-25px {
    padding-bottom: 25px;
  }

  .md\:pb-15px {
    padding-bottom: 15px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pb-35px {
    padding-bottom: 35px;
  }

  .md\:pt-35px {
    padding-top: 35px;
  }

  .md\:pl-20px {
    padding-left: 20px;
  }

  .md\:pr-20px {
    padding-right: 20px;
  }

  .md\:pl-\[20px\] {
    padding-left: 20px;
  }

  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pb-\[66px\] {
    padding-bottom: 66px;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-25px {
    font-size: 25px;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:font-\[700\] {
    font-weight: 700;
  }

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }
}

@media (min-width: 1040px) {
  .a_lg\:block {
    display: block;
  }
}

@media (min-width: 1140px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-\[2px\] {
    top: 2px;
  }

  .lg\:-right-\[18\%\] {
    right: -18%;
  }

  .lg\:top-\[1px\] {
    top: 1px;
  }

  .lg\:top-\[-2px\] {
    top: -2px;
  }

  .lg\:order-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-\[20px\] {
    margin-right: 20px;
  }

  .lg\:mr-\[18px\] {
    margin-right: 18px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[121px\] {
    height: 121px;
  }

  .lg\:h-\[103px\] {
    height: 103px;
  }

  .lg\:h-\[438px\] {
    height: 438px;
  }

  .lg\:h-\[auto\] {
    height: auto;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-\[64px\] {
    height: 64px;
  }

  .lg\:max-h-\[18px\] {
    max-height: 18px;
  }

  .lg\:max-h-\[400px\] {
    max-height: 400px;
  }

  .lg\:w-\[103px\] {
    width: 103px;
  }

  .lg\:w-\[270px\] {
    width: 270px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[64px\] {
    width: 64px;
  }

  .lg\:w-\[463px\] {
    width: 463px;
  }

  .lg\:w-\[403px\] {
    width: 403px;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-\[160px\] {
    width: 160px;
  }

  .lg\:min-w-\[463px\] {
    min-width: 463px;
  }

  .lg\:min-w-\[367px\] {
    min-width: 367px;
  }

  .lg\:max-w-\[201px\] {
    max-width: 201px;
  }

  .lg\:max-w-\[561px\] {
    max-width: 561px;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lg\:items-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .lg\:justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:space-y-\[21px\]> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(21px * var(--tw-space-y-reverse));
    margin-top: calc(21px * (1 - var(--tw-space-y-reverse)));
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:border-\[0\.5px\] {
    border-width: 0.5px;
  }

  .lg\:border-\[\#BDBDBD\]\/\[\.25\] {
    border-color: hsla(0, 0%, 74%, 0.25);
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:py-\[70px\] {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .lg\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-25px {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .lg\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-\[20px\] {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-\[37px\] {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:py-\[24px\] {
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .lg\:px-\[57px\] {
    padding-left: 57px;
    padding-right: 57px;
  }

  .lg\:py-\[50px\] {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-\[10px\] {
    padding-top: 10px;
  }

  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }

  .lg\:pt-\[70px\] {
    padding-top: 70px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }
}


.sticky-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 921px) {
  .comment-text {
    width: 68% !important;
  }
}

@media screen and (min-width: 678px) and (max-width: 920px) {
  .reply-profile-pic img {
    width: 50px !important;
    height: 50px !important;
  }

  .product-name {
    display: none;
  }

  .attention-bar {
    display: none;
  }

  .fb-testimonials img {
    max-width: none !important;
  }

  .styleInput {
    border: 1px solid #ccc;
    width: 100%;
    height: 30px;
    max-width: 93%;
    min-width: 90%;
    font-size: 14px;
  }

  .replyStyleInput {
    border: 1px solid #ccc;
    width: 90%;
    height: 30px;
    max-width: 93%;
    min-width: 90%;
    font-size: 14px;
  }

  #newPostInput {
    width: 100%;
    height: 48px;
    padding: 7px;
    border: 0;
    font-size: 14px !important;
  }

  #newPostArea img {
    cursor: pointer;
    float: right;
    margin-right: 10px;
    width: 60px;
  }

  .comment {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    line-height: 30px;
  }

  .subcomment {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    line-height: 30px;
  }

  .comment-text {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .newReplyArea {
    background: #f6f7f9;
    height: 40px;
    width: 100%;
  }

  .post-btn .reply-post-btn .newCancelButton {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }

  .reply-post-btn {
    width: 60px !important;
    height: 40px !important;
  }

  .post-btn {
    width: 60px !important;
  }

  .newCancelButton {
    cursor: pointer;
    width: 68px !important;
    height: 40px !important;
  }
}


@media screen and (max-width: 677px) {
  .reply-area table {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 15%;
  }

  .reply-area table,
  .subcomment {
    margin-left: 15%;
  }

  .like-btn-count {
    display: flex;
    align-items: center;
  }

  .logo {
    display: flex;
    align-items: center;
  }

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-name {
    display: none;
  }

  .attention-bar {
    display: none;
  }

  .blog-title p {
    font-weight: 400;
    font-size: 22px;
  }

  .blog-title strong {
    font-weight: 600 !important;
  }

  .trends {
    letter-spacing: -2px;
  }

  .trending-country img {
    display: inline-block;
  }

  .attention-bar a,
  .article-promo a {
    text-decoration: underline;
  }

  .article-promo strong {
    font-weight: 700;
  }

  .fb-testimonials img {
    max-width: none !important;
  }

  #comment-count {
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 8px;
  }

  table td {
    padding: 0px;
  }

  .styleInput {
    width: 100%;
    border: 1px solid #ccc;

    font-size: 14px;
  }

  #newPostInput {
    width: 100%;
    height: 50px;
    padding: 7px;
    border: 0;
    font-size: 14px !important;
  }

  #newPostArea img {
    cursor: pointer;
    float: right;
    margin-right: 10px;
    width: 60px;
  }

  .profile-pic img {
    margin-top: 5px;
    max-width: 50px !important;
    margin-right: 10px !important;
  }

  .border-none {
    border: none !important;
  }

  .overal-rating img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .customer-ratings p {
    font-size: 17px !important;
    font-weight: 400;
  }

  .stat {
    display: flex;
    align-items: center;
  }

  .rating-containers p {
    margin-bottom: 0px !important;
  }

  .blog-title-rating {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -2px;
  }

  .blog-title-rating strong {
    font-weight: 600;
  }

  /* comment container */
  .comment {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    line-height: 30px;
  }

  .subcomment {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    line-height: 30px;
  }

  .comment-section {
    display: flex;
    flex-direction: column;
  }

  .comment-image {
    width: 100px;
    height: auto;
    max-height: 120px;
    padding: 2px;
    border: 1px solid #adadad;
    margin-right: 10px;
    display: inline-block;
  }

  .comment-section img:not(.flag):not(.like-icon):not(.comment-image) {
    width: 50px;
    height: 50px;
    max-height: 120px;
    margin-right: 10px;
    display: inline-block;
  }

  .comment .profile-picture-reply {
    width: 50px;
    height: 50px;
    max-height: 120px;
    padding-top: 0px;
    margin-right: 10px;
    display: inline-block;
  }

  .comment .profile-picture {
    width: 50px;
    height: 50px;
    max-height: 120px;
    margin-top: 5px;
    padding-top: 0px;
    margin-right: 10px;
    display: inline-block;
  }

  .comment-text {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .comment-section .username {
    color: #3658a6;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
  }

  .comment-section .user_location,
  .comment-section .publish_date {
    display: flex;
    align-items: center;
    color: #999;
    gap: 5px;
    font-size: 12px;
    line-height: 22px;
  }

  .name-location {
    display: flex;
    gap: 5px;
  }

  .action-buttons {
    display: flex;
    align-items: center;
  }

  .facebook-button {
    font-size: 13px;
    color: #3658a6;
  }

  .action-buttons img {
    height: 18px;
    border: none;
    padding: 2px;
    margin-right: 0px;
    margin-top: 0px;
    display: inline-block;
  }

  .replyStyleInput {
    border: 1px solid #ccc;
    width: 82%;
    height: 30px;

    font-size: 14px;
  }

  #newReplyInput {
    width: 100%;
    height: 50px;
    padding: 7px;
    border: 0;
    font-size: 14px !important;
  }

  .newReplyArea {
    background: #f6f7f9;
    height: 40px;
    width: 100%;
  }

  .post-btn .reply-post-btn .newCancelButton {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }

  .reply-post-btn {
    width: 60px !important;
    height: 40px !important;
  }

  .post-btn {
    width: 60px !important;
  }

  .newCancelButton {
    cursor: pointer;
    width: 68px !important;
    height: 40px !important;
  }

  #footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #floating-cta .container {
    display: flex;
    justify-content: flex-start;
  }
}


.desktop-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .desktop-only {
    display: inline;
    text-transform: capitalize;
  }
}


.customer-ratings .stats--wrapper .bar {
  background-color: #c5c5c5;
  border-radius: 15px;
  color: #fff;
  content: "";
  height: 20px;
  margin: 0 20px 0 0;
  position: relative;
  width: 100%;
  z-index: -1;
}

.stats--wrapper {
  display: grid;
  grid-template-columns: 3fr minmax(17%, .5fr);
  grid-template-rows: repeat(auto-fill, minmax(25px, auto));
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  align-items: center;
}

.customer-ratings .stats--wrapper .bar:before {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: -16px;
  position: absolute;
  text-align: right;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  z-index: 1;
}

.customer-ratings .stats--wrapper .bar:after {
  background-color: #195ca3;
  border-radius: 15px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: -1;
}

.bar.bar-7::before {
  width: 70%;
  content: "7";
}

.bar.bar-7::after {
  width: 70%; 
}

.bar.bar-8::after {
  width: 80%; 
}
.bar.bar-8::before {
  width: 80%;
  content: "8";
}
.bar.bar-9::before {
  width: 90%;
  content: "9";
}


.bar.bar-10::after {
  width: 100%;
}

.bar.bar-10::before {
  width: 100%;
  content: "10";
}

.bar.bar-9::after {
  width: 90%;
}

.bar.bar-9::before {
  width: 90%;
  content: "9";
}


.bar.bar-9::after {
  width: 90%;
}

.bar.bar-9::before {
  width: 90%;
  content: "9";
}


@media screen and (max-width: 1140px) {
  .h1 {
    color: #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 38px;
  }
}

@media screen and (min-width: 678px) {
    .product-name {
        font-weight: 600;
        font-size: 22px !important;
        color: #1582c5;
    }
}

 

 