:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

h1, h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

a {
  color: #00aeef;
  text-decoration: none;
}

a:hover {
  color: #b2e6fa;
}

img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

figure {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.top-ribbon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #b2e6fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.logo-png {
  object-fit: cover;
  padding-left: 0;
}

.badge_rating_bbb-png {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.container {
  background-color: #fff;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  background-color: #f1f2f6;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.main-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.h1 {
  aspect-ratio: auto;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.h1.entry-header {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 400;
}

.p1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

.h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.side-customer-reviews {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

.h5 {
  color: #000;
  border: 1px #000;
  border-bottom-style: solid;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
  display: block;
}

.testimonial-images {
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: 0;
}

.testimonial-description {
  color: #000;
  max-width: 260px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

.p-strong {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
}

.section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.h3 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.bg-gray {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  margin-bottom: 20px;
  padding: 21px 25px;
  display: flex;
}

.p-italic {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

.bold {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}

.orange-button-cta-section {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

.h4 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}

.orange-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#f0ad4ebf, #eb9316);
  border: 1px solid #e67919;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 13px 109px;
  display: flex;
}

.orange-cta:hover {
  background-image: linear-gradient(#fecf8c, #ffb955);
}

.facebook-comments {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fb-single-comment {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.fb-profile-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.fb-image {
  object-fit: cover;
}

.fb-name {
  color: #2969b0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}

.fb-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.p-fb-subtext {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fb-intend {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 0;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 293px;
  padding-right: 293px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: stretch center;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 50px;
  padding-left: 0;
  display: flex;
}

.logo-footer {
  object-fit: cover;
}

.disclaimer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #59797c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 140px 60px;
  display: flex;
}

.p-disclaimer {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.span1 {
  color: #999;
  font-family: Open Sans, sans-serif;
  line-height: 1.6em;
}

.hr-line {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-wrap {
  grid-column-gap: 888px;
  grid-row-gap: 888px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100.21%;
  padding: 10px 24px;
  display: flex;
}

.span-italic {
  font-style: italic;
}

.link {
  color: #00aeef;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #b2e6fa;
}

.span-bold {
  font-weight: 700;
}

.link-footer-nav {
  text-align: left;
  -webkit-text-stroke-color: #0000;
  border: 1px solid #0000;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.menu-item {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
}

.sticky-green-cta {
  z-index: 5;
  background-color: #00c249;
  justify-content: center;
  align-items: center;
  height: 58px;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 0% -62px;
}

.sticky-green-cta.floating-nav-content {
  bottom: 0;
}

.sticky-green-cta.floating-nav-content {
  background-color: #24c75a;
  bottom: 0;
}

.sticky-green-cta.floating-nav-content {
  background-color: #24c75a;
  height: 70px;
  bottom: 0;
}

.sticky-green-cta.floating-nav-content:hover {
  background-color: #0ee950;
}

.green-cta-button {
  color: #00c249;
  text-align: center;
  background-color: #fff;
  width: 600px;
  max-width: 90%;
  height: 50px;
  box-shadow: 0 3px 3px 3px #0003;
}

.bold-text {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.image {
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-update {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.customer-review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p-timestamp {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.update-box-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f4f4c3;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 638px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.flex-blue-block {
  color: #fff;
  background-color: #459ef7;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  max-width: none;
  max-height: none;
  font-size: 18px;
  line-height: 1.6em;
  display: flex;
}

.blue-block-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #459ef7;
  background-clip: padding-box;
  border-radius: 5px;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0 10px 0 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.text-block-3 {
  flex: 1;
  align-self: center;
  align-items: center;
  max-width: 100.012%;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.update-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.content-wrap {
  max-width: 1100px;
  margin-left: 380px;
  margin-right: 380px;
  padding-left: 24px;
  padding-right: 24px;
}

.entry-content {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.primary {
  margin: 40px 44px;
}

.h1-2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 1.6em;
}

.link-blue {
  color: #00f;
  font-weight: 700;
}

.content-wrap-2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.p1-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.p1-2.span-bold {
  font-weight: 700;
}

.p1-2.span-bold.red {
  color: red;
}

.primary-2 {
  margin: 40px 44px;
}

.article {
  margin-left: 62px;
  margin-right: 62px;
  padding-left: 160px;
  padding-right: 160px;
}

.footer-wrap-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 293px;
  padding-right: 293px;
  display: flex;
}

.logo-footer-2 {
  object-fit: cover;
  flex: 1;
}

.navbar {
  background-color: #b2e6fa;
  border-bottom: 2px #ccc;
  height: 50px;
}

.container-2 {
  width: 1100px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  object-fit: fill;
}

.logo-png-2 {
  object-fit: contain;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.verified-cusomer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 768px;
  height: 1358px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.verified-background-image {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.ellipse-1 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
  position: absolute;
  top: 1088px;
  left: 531px;
}

.verified-customer {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 51px;
  font-weight: 400;
  position: absolute;
  top: 1212px;
  left: 21px;
}

.verified-name {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 63px;
  font-weight: 700;
  position: absolute;
  top: 1138px;
  left: 21px;
}

.p-verified-customer {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 51px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  position: static;
  top: 236px;
  left: 28px;
}

.heading-verified {
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  object-fit: contain;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 75px;
  font-weight: 700;
  position: static;
  top: 16px;
  left: 28px;
}

.vectors-wrapper-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  top: 1124px;
  left: 21px;
}

._5-stars-image {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 121px;
  left: 14px;
}

.container-3 {
  background-image: url('../images/Verified-Customer-background.jpg');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  height: 100%;
  padding: 20px;
}

.span-ig-hashtag {
  color: #03a9f4;
  line-height: 1.6em;
}

.ig-comment-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ig-post-section {
  grid-column-gap: 173px;
  grid-row-gap: 173px;
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 533px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 15px;
  display: block;
  box-shadow: 1px 2px 5px #0003;
}

.ig-profile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ig-view {
  color: #999;
  font-size: 12px;
  font-weight: 600;
}

.ig-location {
  color: #525151;
  font-size: 13px;
  font-weight: 400;
}

.ig-post-img {
  object-fit: fill;
  border-radius: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ig-name-2 {
  color: #525151;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.ig-comment-0 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 115.57%;
}

.ig-icons {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ig-hashtag {
  color: #03a9f4;
  font-weight: 600;
  line-height: 1.6em;
}

.ig-profile-img {
  object-fit: cover;
  border: 1px #8f2222;
  border-radius: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ig-name-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.ig-header {
  grid-column-gap: 231px;
  grid-row-gap: 231px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ig-icon-img {
  object-fit: contain;
  border: 1px #8f2222;
  border-radius: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ig-comment {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 115.57%;
}

.likes {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.ig-icon-section {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dots-verticle-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 27px;
  display: flex;
}

.ig-post {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px auto;
  display: flex;
  position: relative;
}

.ig-days {
  color: #999;
  font-size: 10px;
  font-weight: 400;
}

.orange-cta-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #eb9316;
  background-image: linear-gradient(#f0ad4e, #eb9316);
  border: 1px #e67919;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 13px 109px;
  display: flex;
}

.orange-cta-2:hover {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#f0ad4e, #f0ad4e);
}

.update-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f4f4c3;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 638px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.flex-blue-block-2 {
  color: #fff;
  background-color: #459ef7;
  border-radius: 5px;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  max-width: none;
  max-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
  display: block;
}

.blue-block-text-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #459ef700;
  background-clip: padding-box;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px 0 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.update-header {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.update-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rich-text-block-2 {
  word-break: normal;
  align-self: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.p1-3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.figure {
  margin-left: auto;
  margin-right: auto;
}

.p1-4 {
  color: #000;
  align-self: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.p1-4.text-align-right {
  text-align: right;
}

.p-link-2 {
  color: #ff0d00;
  text-decoration: none;
  display: inline;
}

.div-block-4 {
  background-color: #f4f4c3;
  margin-bottom: 20px;
  padding: 10px;
}

.p-timestamp-2 {
  color: #999;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  display: block;
}

.gif-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.green-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #22c65b;
  border: 1px #22c65b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 13px 109px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.green-cta:hover {
  color: #fff;
  background-color: #3be576;
}

.span1-2 {
  color: #999;
  font-family: Open Sans, sans-serif;
  line-height: 1.6em;
}

.advert-2-update {
  background-color: #459ef7;
  border-radius: 5px;
  padding: 20px 10px;
}

.facebook-comments-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.author {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
}

.paragraph-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.ig-comment-2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 115.57%;
}

.fb-image-2 {
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.side-customer-reviews-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  line-height: 1.6em;
  display: flex;
  position: sticky;
  top: 10px;
}

.author-date {
  color: #919ba3;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
}

.fb-single-comment-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.bg-gray-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  padding: 21px 25px 10px;
  display: inline-block;
}

.span-ig-hashtag-2 {
  color: #03a9f4;
  font-weight: 600;
  line-height: 1.6em;
}

.main-image-2 {
  object-fit: cover;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.quick-stack-2 {
  width: auto;
}

.link-2 {
  text-decoration: none;
}

.paragraph-7 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.button-2 {
  text-align: center;
  background-color: #63d021;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #49a511;
}

.div-block-21 {
  background-color: #f5f5f5;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-20 {
  color: #205cc3;
  text-decoration: none;
}

.image-49 {
  width: 100%;
  margin-bottom: 20px;
}

.heading-21 {
  margin-bottom: 30px;
  font-size: 17px;
}

.image-50 {
  margin-top: 20px;
}

.fb-add-comment {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: stretch;
  align-items: flex-start;
}

.link-24 {
  color: #205cc3;
  text-decoration: none;
}

.div-block-17 {
  margin-bottom: 20px;
  padding-left: 40px;
}

.paragraph-10 {
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 28px;
}

.link-19 {
  color: #205cc3;
  text-decoration: none;
}

.div-block-20 {
  background-color: #f4f4c3;
  border-radius: 2px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 30px 10px 20px;
}

.paragraph-6 {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.bold-text-31 {
  -webkit-text-stroke-color: #24c75a;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.paragraph-9 {
  margin-bottom: 0;
  padding: 35px 30px 30px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
}

.text-field {
  width: 100%;
  height: 50px;
}

.div-block-16 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-15 {
  background-color: #ccc;
  height: 2px;
}

.columns-3 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-17 {
  position: absolute;
  inset: 10px auto auto 0%;
}

.green-cta-button-2 {
  color: #00c249;
  text-align: center;
  background-color: #fff;
  width: 600px;
  max-width: 90%;
  height: 42px;
  box-shadow: 0 3px 3px 3px #0003;
}

.column-7 {
  padding-right: 100px;
}

.flex-block-8 {
  justify-content: center;
  align-items: center;
}

.div-block-19 {
  background-color: #459ef7;
  border-radius: 5px;
  padding: 20px 10px;
}

.heading-9 {
  color: #222;
  text-align: center;
  font-size: 34px;
  line-height: 46px;
}

.paragraph-5 {
  margin-bottom: 0;
}

.div-block-18 {
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  min-height: 30px;
  position: relative;
}

.bold-text-5 {
  color: #555;
}

.collection-item-3 {
  margin-bottom: 20px;
}

.paragraph-8 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.container-4 {
  background-color: #fff;
  width: 100%;
  max-width: 1600px;
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 5px #000;
}

.heading-20 {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}

.form {
  width: 100%;
}

.italic-text-3 {
  font-size: 17px;
}

.link-26 {
  color: #205cc3;
  text-decoration: none;
}

.link-26:hover {
  text-decoration: none;
}

.flex-block-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 20px;
}

.form-block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.heading-12 {
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.menu-item-4 {
  color: #fff;
  text-decoration: none;
}

.menu-item-4:hover {
  text-decoration: underline;
}

.site-footer {
  text-align: center;
  background-color: #00aeef;
  margin-top: 0;
  padding: 50px 10px;
}

.fmenu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: center;
}

.link-14 {
  color: #000;
  text-decoration: none;
}

.link-14:hover {
  text-decoration: underline;
}

.link-15 {
  text-decoration: none;
}

.link-15:hover {
  text-decoration: underline;
}

.link-12 {
  color: #000;
  text-decoration: none;
}

.link-12:hover {
  text-decoration: underline;
}

.bold-text-30 {
  text-decoration: none;
}

.image-51 {
  margin-top: 10px;
}

.link-13 {
  color: #000;
  text-decoration: none;
}

.link-13:hover {
  text-decoration: underline;
}

.bold-text-4 {
  color: #000;
  text-decoration: none;
}

.disclaimer-2 {
  background-color: #59797c;
  padding: 30px 10px;
}

.p-disclaimer-2 {
  color: #fff;
  text-align: center;
}

.container-5 {
  width: 1100px;
  max-width: 100%;
  margin-left: 116.667px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hr-line-2 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.facebook-comments-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  display: flex;
}

.fb-single-comment-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.navbar-v6 {
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}

.heading-23 {
  border-bottom: 2px solid #ccc;
  width: 100%;
}

.figure-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.figure-3 {
  width: auto;
}

.body-v6 {
  background-color: #d5d4d0;
}

.gif-section {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.bg-green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0fff2;
  border: 1px solid #76a17b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  padding: 21px 25px;
  display: inline-block;
}

.ig-section {
  margin-left: auto;
  margin-right: auto;
}

.bg-white-stroke {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 3px solid #76a17b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  padding: 21px 25px;
  display: inline-block;
}

.text-span, .text-span-2 {
  font-style: italic;
}

.h1-v6 {
  text-align: center;
}

.check-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list {
  color: #000;
  white-space: break-spaces;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.navbar-2 {
  background-color: #b2e6fa;
}

.container-6 {
  width: 1100px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-png-3 {
  object-fit: contain;
  width: 97px;
  max-width: none;
  padding-left: 0;
  display: block;
}

.testimonial-description-2 {
  color: #000;
  max-width: 260px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

.div-block-22 {
  background-color: #f4f4c3;
  margin-bottom: 20px;
  padding: 10px;
}

.rich-text-block-3 {
  word-break: normal;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.testimonial-images-2 {
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.facebook-comments-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-size: 20px;
}

.ig-section-2 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ig-comment-3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 115.57%;
}

.main-image-3 {
  object-fit: fill;
  align-self: stretch;
}

.ig-post-section-2 {
  grid-column-gap: 173px;
  grid-row-gap: 173px;
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 533px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 15px;
  display: block;
  box-shadow: 1px 2px 5px #0003;
}

.date_update-2 {
  font-weight: 700;
}

.quick-stack-3 {
  width: auto;
}

.container-7 {
  background-color: #fff;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
}

.fb-profile-image-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.p1-5 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.p1-5.text-align-right {
  text-align: right;
  align-self: flex-end;
}

.fb-single-comment-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.bg-gray-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  margin-bottom: 20px;
  padding: 21px 25px;
  display: flex;
}

.green-cta-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #22c65b;
  border: 1px #22c65b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 13px 109px;
  display: flex;
}

.green-cta-2:hover {
  color: #fff;
  background-color: #3be576;
}

.span-ig-hashtag-3 {
  color: #03a9f4;
  font-weight: 600;
  line-height: 1.6em;
}

.link-27 {
  color: #00aeef;
  font-weight: 700;
  text-decoration: none;
}

.link-27:hover {
  color: #b2e6fa;
}

.menu-item-5 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-decoration: none;
}

.footer-2 {
  clear: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 0;
  display: flex;
}

.footer-wrap-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  font-size: 14px;
  display: flex;
}

.link-footer-nav-2 {
  text-align: center;
  -webkit-text-stroke-color: #0000;
  border: 1px solid #0000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.logo-footer-3 {
  object-fit: fill;
  max-width: none;
}

.disclaimer-3 {
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #59797c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 140px 60px;
  display: flex;
}

.p-disclaimer-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.green-cta-button-3 {
  color: #00c249;
  text-align: center;
  background-color: #fff;
  width: 600px;
  max-width: 90%;
  height: 50px;
  box-shadow: 0 3px 3px 3px #0003;
}

.green-cta-button-3:hover {
  color: #005520;
}

.bold-text-32 {
  -webkit-text-stroke-color: #24c75a;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.bold-text-32:hover {
  color: #0f7c38;
}

.figure-6 {
  margin-bottom: 0;
}

.heading-26, .heading-27, .heading-28 {
  line-height: 1.5em;
}

.advertorial-top {
  text-align: center;
  background-color: #f1eeee;
  max-width: 100%;
  height: 20px;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}

.text-block-10 {
  color: #919191;
  height: 20px;
  font-size: 12px;
  line-height: 1.7em;
  position: static;
}

.container-8 {
  width: 1100px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-2 {
  object-fit: contain;
}

.primary-3 {
  margin: 40px 44px;
}

.p1-6 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.p1-6.span-bold {
  color: #555;
  font-weight: 700;
}

.p1-6.span-bold.red {
  color: red;
}

.h1-2 {
  aspect-ratio: auto;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.h1-2.entry-header {
  color: #555;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 400;
}

.content-wrap-3 {
  background-color: #fff;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.article-2 {
  margin-left: 62px;
  margin-right: 62px;
  padding-left: 160px;
  padding-right: 160px;
}

.body-hh {
  color: #2a555a;
  background-color: #f6f4f0;
  font-family: Montserrat, sans-serif;
}

.navbar-3 {
  color: #0000;
  background-color: #0000;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.container-34 {
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.brand-3 {
  cursor: pointer;
  width: 100px;
}

.image-9 {
  width: 100px;
}

.image-9:hover {
  opacity: .76;
}

.container-35 {
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
}

.paragraph-24 {
  color: #2a555a;
  text-align: left;
  font-weight: 500;
  line-height: 24px;
}

.button-7 {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(#f3ce75, #edb52f);
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.button-7:hover {
  color: #b2e6fa;
  background-image: linear-gradient(#ffb74a, #edb52f);
}

.bold-text-46 {
  font-weight: 900;
}

.container-62 {
  max-width: 800px;
  display: flex;
}

.container-62.xtrawide {
  max-width: 1020px;
  padding-bottom: 40px;
}

.paragraph-22 {
  color: #2a555a;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-22.padtop {
  margin-top: 10px;
  padding-top: 20px;
}

.paragraph-22.padtop.n0-margin-top {
  margin-top: 0;
  padding-top: 0;
}

.paragraph-20 {
  color: #2a555a;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.heading-29 {
  color: #2a555a;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}

.heading-29.ebfont {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-29.ebfont.finalh {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.heading-29.boldhead {
  font-weight: 700;
  line-height: 36px;
}

.heading-29.boldhead.no-margin-bottom {
  margin-bottom: 0;
}

.container-63 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-30 {
  color: #2a555a;
  text-align: center;
  font-family: EB Garamond, sans-serif;
  font-weight: 700;
  line-height: 1.6em;
}

.container-65 {
  background-color: #e4e4e4;
  border-radius: 10px;
  max-width: 1000px;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container-65.greencontaine {
  background-color: #25ae4e;
}

.div-block-2 {
  background-color: #777;
  height: 1px;
  min-height: 1px;
  margin-top: 60px;
}

.container-64 {
  background-color: #e4e4e4;
  border: 0 solid #000;
  border-radius: 10px;
  max-width: 1000px;
  margin-top: 40px;
  padding: 20px;
  font-weight: 600;
}

.container-66 {
  background-color: #fff;
  max-width: 1000px;
  padding: 20px;
}

.bold-text-44 {
  font-weight: 900;
}

.hh-link {
  color: #00f;
  font-weight: 800;
  text-decoration: underline;
}

.hh-link:hover {
  color: #b2e6fa;
}

.hh-link.no-xbold {
  font-weight: 700;
}

.hh-link.semi-bold {
  font-weight: 600;
}

.div-block-5 {
  text-align: center;
}

.heading-31 {
  color: #2a555a;
  text-align: center;
  margin-top: -48px;
  margin-bottom: 1px;
  font-family: EB Garamond, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.bold-text-47 {
  font-size: 42px;
  font-weight: 500;
}

.heading-32 {
  color: #2a555a;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.section-14 {
  color: #7a7a7a;
  text-align: left;
  border: 0 solid #333;
  padding-bottom: 0;
  font-size: 17px;
}

.bold-text-45 {
  font-weight: 900;
}

.container-61 {
  max-width: 1024px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.image-21 {
  text-align: left;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
}

.rich-text-block-4 {
  color: #2a555a;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-29 {
  color: #2a555a;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  font-weight: 600;
}

.paragraph-28 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 20px;
}

.paragraph-19 {
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-19.padtop {
  color: #2a555a;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-25 {
  color: #2a555a;
  text-align: right;
  font-weight: 500;
}

.paragraph-27 {
  text-align: center;
  font-weight: 600;
  line-height: 28px;
}

.link-block, .link-block-2 {
  width: 100%;
}

.block-img-center {
  text-align: center;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.image-55 {
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
}

.paragraph-14 {
  color: #777;
  text-align: center;
  max-width: 940px;
  font-size: 18px;
  line-height: 24px;
}

.container-52 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding: 40px 20px;
  display: flex;
}

.text-field-2 {
  text-align: center;
  border-radius: 20px;
  flex: 0 auto;
  font-size: 16px;
}

.form-2 {
  flex-direction: column;
  width: 400px;
  display: flex;
}

.error-message {
  border-radius: 10px;
}

.heading {
  color: #2a555a;
  width: 900px;
  max-width: 100%;
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
}

.heading.bigheading {
  padding-bottom: 40px;
  font-size: 45px;
}

.heading.bigheading.center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 44px;
}

.form-block-2 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.text-block-16 {
  text-align: center;
}

.success-message {
  border-radius: 12px;
}

.submit-button {
  border-radius: 20px;
}

.section-15 {
  z-index: 20;
  background-color: #fff;
  padding: 10px;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -5px 5px #0003;
}

.button-8 {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(#f3ce75, #edb52f);
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.button-8:hover {
  background-image: linear-gradient(#ffb74a, #edb52f);
}

.button-8.nomargin {
  margin-top: 0;
  font-size: 22px;
}

.container-53 {
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.container-67 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding: 40px 20px;
  display: flex;
}

.container-54 {
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-17 {
  color: #2a555a;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.image-18 {
  opacity: .8;
  width: 75px;
}

.paragraph-15 {
  color: #2a555a;
  text-align: center;
  padding-top: 40px;
  font-size: 18px;
  line-height: 26px;
}

.heading-33 {
  color: #2a555a;
  width: 900px;
  max-width: 100%;
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
}

.heading-33.bigheading {
  padding-bottom: 40px;
  font-size: 45px;
}

.heading-33.bigheading.center {
  text-align: center;
}

.heading-33.bigheading.center.smallheader {
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.container-57 {
  justify-content: space-between;
  width: 250px;
  padding-top: 20px;
  display: flex;
}

.image-19 {
  width: 100px;
}

.container-56 {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-bottom: 40px;
  display: flex;
}

.container-56.leftjustify {
  align-items: flex-end;
}

.container-56.centerjustify {
  align-items: center;
}

.container-56.centerjustify.showmobile {
  display: none;
}

.image-20 {
  width: 40px;
}

.button-5 {
  color: #7a7a7a;
  background-color: #0000;
  font-size: 16px;
  font-weight: 600;
}

.container-55 {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-6 {
  background-color: #59797c;
  padding-bottom: 40px;
}

.container-26 {
  flex-direction: column;
  align-items: center;
  max-width: 1024px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-30 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.container-68 {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-bottom: 40px;
  display: flex;
}

.container-68.centerjustify {
  align-items: center;
}

.container-68.centerjustify.showmobile {
  display: none;
}

.container-69 {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-9 {
  color: #7a7a7a;
  background-color: #0000;
  font-size: 16px;
  font-weight: 600;
}

.image-56 {
  width: 40px;
}

.paragraph-31 {
  color: #2a555a;
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-31.padtop {
  margin-top: 10px;
  padding-top: 20px;
}

@media screen and (min-width: 1280px) {
  .main-image-3 {
    object-fit: fill;
    align-self: stretch;
  }
}

@media screen and (min-width: 1920px) {
  .flex-blue-block-2 {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p1-3, .p1-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .author-date {
    color: #999;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 13px;
  }

  .menu-item-4 {
    color: #fff;
  }

  .site-footer {
    background-color: #00aeef;
    margin-top: 0;
  }

  .fmenu {
    color: #fff;
  }

  .p1-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu-item-5 {
    text-align: center;
  }

  .primary-3 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p1-6 {
    font-size: 20px;
  }

  .p1-6.span-bold {
    color: #555;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .h1-2.entry-header {
    color: #555;
    font-weight: 700;
  }

  .article-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    display: block;
  }

  .block-img-center {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 24px;
  }

  .top-ribbon {
    clear: none;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .logo-png {
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    flex: none;
    width: auto;
    height: 32px;
    margin-top: 10px;
    margin-left: 26px;
    margin-right: 26px;
  }

  .badge_rating_bbb-png {
    text-align: right;
    object-fit: contain;
    flex-direction: row;
    justify-content: flex-end;
    height: 32px;
    margin-top: 10px;
    margin-right: 40px;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body {
    aspect-ratio: auto;
    object-fit: scale-down;
    display: block;
  }

  .h1, .p1 {
    font-family: Open Sans, sans-serif;
  }

  .h2 {
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    line-height: 1.6em;
  }

  .side-customer-reviews {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
    position: static;
  }

  .h5 {
    border-bottom: 1px solid #000;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .testimonial-images {
    width: 500px;
    height: 300px;
  }

  .testimonial-description {
    overflow-wrap: normal;
    object-fit: fill;
    max-width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    position: static;
  }

  .p-strong {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .h3, .p-italic, .bold {
    font-family: Open Sans, sans-serif;
  }

  .orange-button-cta-section {
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-family: Open Sans, sans-serif;
  }

  .h4 {
    font-family: Open Sans, sans-serif;
  }

  .orange-cta {
    max-width: 100%;
  }

  .fb-name {
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .fb-text {
    max-width: 100%;
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .footer-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .p-disclaimer {
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .header-wrap {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    display: flex;
    position: static;
  }

  .menu-item {
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .cell-2 {
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .bold-text {
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .p-update {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
  }

  .customer-review {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
    position: static;
  }

  .p-timestamp, .text-block-3 {
    font-family: Open Sans, sans-serif;
  }

  .content-wrap, .content-wrap-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .p1-2 {
    font-family: Open Sans, sans-serif;
  }

  .primary-2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .article {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
  }

  .footer-wrap-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-png-2 {
    clear: none;
    aspect-ratio: auto;
    object-fit: contain;
    flex: 0 auto;
    width: 97px;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .ig-post-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ig-icon-img {
    object-fit: contain;
  }

  .orange-cta-2 {
    max-width: 100%;
  }

  .flex-blue-block-2 {
    align-self: flex-start;
  }

  .blue-block-text-2 {
    padding-top: 10px;
  }

  .update-header, .p1-3, .p1-4, .p-timestamp-2 {
    font-family: Open Sans, sans-serif;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .green-cta {
    max-width: 100%;
  }

  .span1-2 {
    flex-flow: row;
    display: flex;
  }

  .author {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cell-2-2 {
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .side-customer-reviews-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
    position: static;
  }

  .author-date {
    align-self: center;
    max-width: 100%;
    margin-right: 0;
  }

  .main-image-2 {
    align-self: center;
  }

  .bold-text-31 {
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-7 {
    padding-right: 10px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 35px;
  }

  .column-8 {
    display: none;
  }

  .fmenu {
    flex-wrap: wrap;
  }

  .container-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-png-3 {
    clear: none;
    aspect-ratio: auto;
    object-fit: contain;
    flex: 0 auto;
    width: 97px;
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .testimonial-description-2 {
    overflow-wrap: normal;
    object-fit: fill;
    max-width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    position: static;
  }

  .h2-2 {
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    line-height: 1.6em;
  }

  .testimonial-images-2 {
    width: 500px;
    height: 300px;
  }

  .main-image-3 {
    align-self: stretch;
  }

  .ig-post-section-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p1-5 {
    font-family: Open Sans, sans-serif;
  }

  .green-cta-2 {
    max-width: 100%;
  }

  .menu-item-5 {
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .footer-wrap-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .p-disclaimer-3, .bold-text-32 {
    font-family: Open Sans, sans-serif;
    line-height: 1.6em;
  }

  .heading-24, .heading-25 {
    font-size: 24px;
  }

  .image-53 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cell-3, .cell-4 {
    align-items: center;
  }

  .primary-3 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .p1-6, .h1-2 {
    font-family: Open Sans, sans-serif;
  }

  .content-wrap-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .article-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
  }

  .container-53 {
    flex-wrap: wrap;
  }

  .container-54 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .top-ribbon {
    padding-right: 0;
  }

  .badge_rating_bbb-png {
    margin-right: 25px;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    text-align: left;
    flex: 0 auto;
    width: auto;
    max-width: none;
    display: block;
    position: static;
  }

  .h1.entry-header {
    font-size: 1.3em;
  }

  .h2 {
    object-fit: fill;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .orange-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    clear: both;
  }

  .footer-menu {
    text-align: center;
    align-self: auto;
    padding-top: 0;
    display: block;
  }

  .link-footer-nav {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .cell-1 {
    display: block;
  }

  .gif, .instagram-post, .main-image, .image {
    flex: 1;
  }

  .flex-blue-block {
    border-radius: 5px;
  }

  .blue-block-text {
    padding-left: 220px;
    padding-right: 220px;
  }

  .update-2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .article {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .ig-post-img, .ig-profile-img, .ig-icon-img, .ig-icon-section {
    object-fit: fill;
  }

  .dots-verticle-2 {
    margin-left: -21px;
  }

  .orange-cta-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .update-box {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-blue-block-2 {
    border-radius: 5px;
  }

  .blue-block-text-2 {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 0;
  }

  .update-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .rich-text-block-2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-timestamp-2 {
    flex-direction: row;
    font-size: 14px;
    display: block;
  }

  .gif-2 {
    flex: 1;
  }

  .green-cta {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .facebook-comments-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .author {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .cell-2-2 {
    display: block;
  }

  .side-customer-reviews-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .author-date {
    align-items: center;
    width: auto;
    font-size: 14px;
    display: flex;
  }

  .bg-gray-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-image-2 {
    flex: 1;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer {
    clear: both;
  }

  .fmenu {
    flex-wrap: wrap;
  }

  .disclaimer-2 {
    clear: both;
  }

  .facebook-comments-3, .bg-green, .bg-white-stroke {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-2 {
    object-fit: fill;
    display: block;
  }

  .image-52 {
    flex: 1;
  }

  .facebook-comments-4 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-image-3 {
    flex: 1;
  }

  .container-7 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .bg-gray-3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .green-cta-2 {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-2 {
    clear: both;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrap-3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
  }

  .link-footer-nav-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .disclaimer-3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .h1-2 {
    text-align: left;
    flex: 0 auto;
    width: auto;
    max-width: none;
    display: block;
    position: static;
  }

  .h1-2.entry-header {
    font-size: 1.3em;
  }

  .article-2 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-3 {
    margin-bottom: 30px;
  }

  .container-34 {
    justify-content: space-between;
  }

  .heading-30 {
    font-size: 28px;
  }

  .heading-31 {
    font-size: 36px;
    line-height: 45px;
  }

  .bold-text-47 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-32 {
    font-size: 32px;
  }

  .container-61 {
    padding-top: 0;
  }

  .heading.bigheading.center, .form-block-2, .heading-33.bigheading.center {
    max-width: 100%;
  }

  .container-56 {
    width: 50%;
  }

  .container-56.centerjustify {
    display: none;
  }

  .container-56.centerjustify.showmobile {
    width: 100%;
    display: flex;
  }

  .container-55 {
    flex-wrap: wrap;
  }

  .container-68 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .container-68.centerjustify {
    display: none;
  }

  .container-68.centerjustify.showmobile {
    width: 100%;
    display: flex;
  }

  .container-69 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  img {
    object-fit: fill;
  }

  .top-ribbon {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    width: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .main-section {
    text-align: left;
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .h1 {
    width: auto;
    max-width: none;
    line-height: 1.6em;
  }

  .h1.entry-header {
    line-height: 1.2em;
  }

  .p1 {
    overflow-wrap: break-word;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 1.6em;
    display: block;
  }

  .h2 {
    width: 320px;
    max-width: 100%;
    font-size: 28px;
    line-height: 1.6em;
  }

  .side-customer-reviews {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .h5 {
    font-size: 18px;
    line-height: 1.6em;
  }

  .testimonial-images {
    width: auto;
    height: auto;
  }

  .testimonial-description, .p-strong {
    line-height: 1.6em;
  }

  .section {
    aspect-ratio: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
    position: static;
  }

  .h3, .p-italic, .bold {
    line-height: 1.6em;
  }

  .orange-button-cta-section {
    text-align: center;
    width: auto;
    max-width: none;
    line-height: 1.6em;
    display: flex;
  }

  .h4 {
    text-align: left;
    line-height: 1.6em;
  }

  .orange-cta {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fb-single-comment {
    margin-bottom: 20px;
  }

  .fb-name, .fb-text {
    line-height: 1.6em;
  }

  .p-fb-subtext {
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .fb-intend {
    padding-left: 0;
  }

  .footer {
    clear: both;
  }

  .footer-menu {
    text-align: center;
    max-width: 100%;
    display: block;
  }

  .logo-footer {
    width: 220px;
    height: 77px;
  }

  .disclaimer {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-disclaimer, .menu-item {
    line-height: 1.6em;
  }

  .cell-1, .cell-2 {
    display: block;
  }

  .quick-stack {
    float: none;
    clear: none;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-green-cta.floating-nav-content {
    height: auto;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .green-cta-button {
    padding-top: 5px;
  }

  .bold-text {
    font-size: 14px;
  }

  .gif {
    flex: 1;
  }

  .instagram-post {
    flex: 1;
    overflow: auto;
  }

  .main-image {
    clear: none;
    object-fit: fill;
    flex: 1;
    position: static;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .image {
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    flex: 1;
    overflow: visible;
  }

  .p-update {
    line-height: 1.6em;
  }

  .customer-review {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .p-timestamp {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    font-size: 12px;
    line-height: 1.6em;
    display: block;
  }

  .flex-blue-block {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-height: none;
    padding-top: 0;
  }

  .blue-block-text {
    text-align: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
    max-width: none;
    margin-top: 0;
    line-height: 1.6em;
    position: static;
  }

  .primary {
    margin-left: auto;
    margin-right: auto;
  }

  .p1-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 1.6em;
    display: block;
  }

  .logo-footer-2 {
    width: 220px;
    height: 77px;
  }

  .ig-post-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ig-profile {
    margin-left: 0;
  }

  .ig-post-img, .ig-profile-img {
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .ig-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .ig-icon-img {
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .ig-icon-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    object-fit: contain;
    align-items: center;
  }

  .dots-verticle-2 {
    margin-top: 2px;
    margin-left: 25px;
  }

  .orange-cta-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-blue-block-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-height: none;
    padding-top: 0;
  }

  .blue-block-text-2 {
    text-align: center;
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .update-header {
    text-align: center;
    max-width: none;
    margin-top: 0;
    line-height: 1.6em;
    position: static;
  }

  .rich-text-block-2 {
    align-self: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p1-3, .p1-4 {
    overflow-wrap: break-word;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 1.6em;
    display: block;
  }

  .p-timestamp-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    font-size: 12px;
    line-height: 1.6em;
    display: block;
  }

  .gif-2 {
    object-fit: fill;
    flex: 1;
  }

  .green-cta {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .span1-2 {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
  }

  .paragraph-copy {
    color: #000;
    font-size: 20px;
  }

  .cell-2-2 {
    display: block;
  }

  .side-customer-reviews-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .author-date {
    width: auto;
    margin-right: 0;
    font-size: 12px;
  }

  .fb-single-comment-2 {
    margin-bottom: 20px;
  }

  .bg-gray-2 {
    max-width: 100%;
  }

  .main-image-2 {
    clear: none;
    object-fit: fill;
    flex: 1;
    position: static;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .quick-stack-2 {
    float: none;
    clear: none;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .div-block-17 {
    padding-left: 0;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .green-cta-button-2 {
    flex: 1;
    align-self: auto;
    height: 100%;
  }

  .fb-single-comment-3 {
    margin-bottom: 20px;
  }

  .gif-section {
    aspect-ratio: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
    position: static;
  }

  .testimonial-description-2 {
    line-height: 1.6em;
  }

  .rich-text-block-3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h2-2 {
    width: 320px;
    max-width: 100%;
    font-size: 28px;
    line-height: 1.6em;
  }

  .testimonial-images-2 {
    width: auto;
    height: auto;
  }

  .image-52 {
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    flex: 1;
    overflow: visible;
  }

  .main-image-3 {
    clear: none;
    object-fit: fill;
    flex: 1;
    position: static;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .quick-stack-3 {
    float: none;
    clear: none;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .p1-5 {
    overflow-wrap: break-word;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 1.6em;
    display: block;
  }

  .fb-single-comment-4 {
    margin-bottom: 20px;
  }

  .bg-gray-3 {
    max-width: 100%;
  }

  .green-cta-2 {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-item-5 {
    line-height: 1.6em;
  }

  .footer-2 {
    clear: both;
  }

  .footer-wrap-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-menu-2 {
    text-align: center;
    max-width: 100%;
    padding-top: 20px;
    display: block;
  }

  .link-footer-nav-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-footer-3 {
    width: auto;
    height: auto;
  }

  .disclaimer-3 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-disclaimer-3 {
    line-height: 1.6em;
  }

  .green-cta-button-3 {
    flex: 1;
    align-self: auto;
    height: 100%;
  }

  .figure-4 {
    max-width: 100%;
  }

  .figure-5, .image-54 {
    object-fit: fill;
  }

  .p1-6 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 1.6em;
    display: block;
  }

  .h1-2 {
    width: auto;
    max-width: none;
    margin-top: 3px;
    line-height: 1.6em;
  }

  .h1-2.entry-header {
    line-height: 1.2em;
  }

  .paragraph-22 {
    padding-top: 0;
  }

  .paragraph-22.padtop.n0-margin-top {
    margin-top: 0;
  }

  .heading-30 {
    line-height: 32px;
  }

  .heading-31 {
    margin-top: -34px;
  }

  .image-21 {
    margin-bottom: 0;
  }

  .text-field-2, .form-2 {
    max-width: 100%;
  }

  .container-54 {
    width: 100%;
  }

  .container-57 {
    max-width: 100%;
  }

  .container-56, .container-56.leftjustify {
    justify-content: space-between;
  }

  .button-5.lbutton {
    text-align: right;
  }

  .container-68 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .button-9.lbutton {
    text-align: center;
  }
}

#w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b0179009, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-57c48976, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-d964d215, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-6a2798f4, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-2cda6353, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-f9a709a0, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-f475b593, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-162d8b39, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-35afa526, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-d9ec40e2, #w-node-_0b70d003-860f-f080-eda8-5ac967adcabb-cb4468d8, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b3fe8ba4, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-e4f80feb, #w-node-_0b70d003-860f-f080-eda8-5ac967adcabb-34004e58, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-932a5792, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-1ab76586, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b044e09b, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-47d5720b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7792ad71-0744-2266-e0d6-8865c386c756-062cb94f, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-ec59ce06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b0179009, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-57c48976, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-d964d215, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-6a2798f4, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-2cda6353, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-f9a709a0, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-f475b593, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-162d8b39, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-35afa526, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-d9ec40e2, #w-node-_0b70d003-860f-f080-eda8-5ac967adcabb-cb4468d8, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b3fe8ba4, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-e4f80feb, #w-node-_0b70d003-860f-f080-eda8-5ac967adcabb-34004e58, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-932a5792, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-1ab76586, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b044e09b, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-47d5720b, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-062cb94f, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-ec59ce06 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b0179009, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-57c48976, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-d964d215, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-6a2798f4, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-2cda6353, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-f9a709a0, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-f475b593, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-162d8b39, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-35afa526, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-d9ec40e2, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b3fe8ba4, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-e4f80feb, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-932a5792, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-1ab76586, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-b044e09b, #w-node-_6a4c12d3-1dfb-abfc-33db-393579fbb069-47d5720b, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-062cb94f, #w-node-_7792ad71-0744-2266-e0d6-8865c386c756-ec59ce06 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 320fr);
  }
}


