body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
  border-left-style: solid;
  border-left-width: 5px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.navigation {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1170px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -90px;
  padding: 160px 30px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/a2156e1f-79c1-46d8-87ca-ace80e47043e.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/a2156e1f-79c1-46d8-87ca-ace80e47043e.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navigation-logo.w--current {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.navigation-button {
  margin-left: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.navigation-button:hover {
  border-color: #47c9be;
  background-color: #47c9be;
  color: #fff;
}

.header-content {
  max-width: 1170px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 78px;
  font-weight: 400;
  letter-spacing: -1px;
}

.h1.cc-black {
  margin-top: 15px;
  margin-bottom: 60px;
  color: #000;
  text-align: center;
}

.paragraph {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.cc-gray {
  margin-top: 5px;
  color: #999;
  font-size: 15px;
}

.paragraph.hero {
  font-size: 18px;
}

.button {
  margin-top: 54px;
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #1dcfca;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #22435e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.button:hover {
  background-color: #44bfb5;
}

.button.cc-cta {
  margin-top: 20px;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
}

.container.cc-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc-center.trust-pilot-container {
  margin-top: 30px;
}

.container.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.cc-footer {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.container.cc-blogpost {
  display: block;
  max-width: 770px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.h2.cc-2-rows {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.hero {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.features-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  color: #132a3f;
  line-height: 1.6em;
  font-weight: 700;
}

.text-span.light {
  color: #fff;
}

.feature-item-container {
  margin-right: 8px;
  margin-bottom: 20px;
  margin-left: 8px;
  padding: 40px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #132a3f;
  font-size: 16px;
  font-weight: 700;
}

.h3.cc-cta {
  margin-bottom: 0px;
  color: #47c9be;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.body {
  background-color: #fafafa;
  font-family: Inter, sans-serif;
}

.kudos {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #47c9be;
  background-image: url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/bcf0f6d5-40b8-4c34-867b-7ac3ea6cbdd3.png');
  background-position: 0px 0px;
  background-size: 500px;
  opacity: 1;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator.cc-background-grey {
  background-color: #fafafa;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.videos {
  display: block;
  margin-top: 0px;
  padding: 60px 30px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.video-description {
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #47c9be;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #132a3f;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-column.cc-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-footer-credits {
  max-width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #b3b3b3;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-footer {
  margin-bottom: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-social {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 60px 40px 40px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.container-quote {
  width: 70%;
  margin-top: -30px;
  padding-top: 0px;
  text-align: center;
}

.block-quote {
  border-left: 0px none transparent;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 400;
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.text-block {
  margin-left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-block.autor {
  margin-left: 0px;
  color: #fff;
  font-size: 18px;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.post-info {
  padding: 30px;
}

.post-date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image {
  position: relative;
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
}

.header-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75%;
  background-color: #5ab963;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.rich-text h2 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h4 {
  font-family: Inter, sans-serif;
}

.rich-text h3 {
  font-family: Inter, sans-serif;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Libre Franklin';
  color: #777;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.rich-text h5 {
  font-family: Inter, sans-serif;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #fff;
}

.latest-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ground {
  background-color: #fafafa;
}

.grass {
  position: static;
  z-index: 100;
  display: block;
  width: 100%;
  clear: both;
}

.hydrant {
  position: relative;
  left: 35px;
  top: 76px;
  z-index: 200;
  display: inline-block;
  float: left;
}

.bowl {
  position: absolute;
  z-index: 90;
  display: inline-block;
  margin-top: 60px;
  margin-left: 260px;
  text-align: left;
}

.quote-mark {
  position: static;
  display: block;
  overflow: visible;
  margin-bottom: 80px;
  padding-bottom: 0px;
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2fb3b4;
  font-size: 140px;
  font-style: normal;
  text-align: center;
}

.covered {
  padding-top: 0px;
  color: #fff;
  text-align: center;
}

.covered h4 {
  font-family: Inter, sans-serif;
  color: #fff;
}

.covered h2 {
  margin-bottom: 20px;
  color: #132a3f;
  text-align: center;
}

.covered h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  font-family: Inter, sans-serif;
  color: #77d0ce;
  font-size: 22px;
  font-weight: 700;
}

.checklist-light {
  margin-bottom: 16px;
  padding-left: 30px;
  background-image: url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/b5751ba1-cc03-46cc-b25c-aefc34673a5f.png');
  background-position: 0px 1px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Inter, sans-serif;
  color: #132a3f;
  text-align: left;
  list-style-type: none;
}

.what-we-cover {
  padding: 100px 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 42, 63, 0.9)), to(rgba(19, 42, 63, 0.9))), url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/64bcbcb9-9282-4cea-881d-0e780e6ebb5b.jpeg');
  background-image: linear-gradient(180deg, rgba(19, 42, 63, 0.9), rgba(19, 42, 63, 0.9)), url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/64bcbcb9-9282-4cea-881d-0e780e6ebb5b.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list.sidebar {
  margin-left: 12px;
  line-height: 14px;
}

.columns {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 40px;
}

.video-player {
  margin-right: 0px;
  float: none;
  border: 1px none #000;
  border-radius: 0px;
}

.video-wrapper {
  overflow: hidden;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 16px;
  border-radius: 4px;
}

.ntk {
  margin-top: 0px;
  padding: 30px 60px 60px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.ntk h1 {
  padding-right: 0px;
  padding-left: 0px;
  color: #22435e;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
}

.ntk h3 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #2fb3b4;
  font-size: 18px;
  text-align: left;
}

.ntk p {
  color: #999;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
}

.ntk img {
  max-width: 95%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
}

.cta-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar-video {
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.app-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.html-embed {
  clear: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.trustpilot-container {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 4px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
}

.text-block-2 {
  max-width: 100%;
  text-align: center;
}

.fine-print-container {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
}

.dog-park {
  margin-top: -90px;
}

.column-3 {
  margin-right: auto;
  margin-left: auto;
}

.column-3.padding-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.grass-container {
  position: relative;
  clear: none;
  background-image: url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/b3fbce67-b413-447d-9a41-1fcbe8dff3aa.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.image-2 {
  display: block;
  width: 100%;
}

.heading {
  color: #22435e;
}

.heading.sidebar {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.4em;
  text-align: left;
}

.text-block-3 {
  margin-bottom: 12px;
  color: #999;
  line-height: 1.6em;
  text-align: left;
}

.bold-text {
  color: #132a3f;
  text-align: left;
}

.text-block-4 {
  margin-bottom: 32px;
  color: #999;
  text-align: left;
}

.text-block-5 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }
  .header {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bullet {
    display: none;
  }
  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }
  .features {
    padding-bottom: 60px;
  }
  .features-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .feature-item-container {
    padding: 30px;
  }
  .videos {
    padding-bottom: 60px;
  }
  .video-description {
    margin-right: 0px;
  }
  .text-footer-credits {
    max-width: 75%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .premium-image-container {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-quote {
    width: 100%;
  }
  .blog-posts-item {
    width: 50%;
  }
  .header-color {
    height: 85%;
  }
  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #5ab963;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-2 {
    color: #fff;
    font-size: 32px;
  }
  .menu-button:active {
    background-color: #5ab963;
  }
  .menu-button.w--open {
    background-color: #5ab963;
  }
  .hydrant {
    top: 53px;
    display: block;
  }
  .video-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .ntk {
    margin-bottom: 40px;
    clear: none;
  }
  .sidebar-video {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
  }
  .column-2 {
    clear: none;
  }
  .columns-2 {
    clear: both;
  }
}

@media (max-width: 767px) {
  .header {
    height: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .h1.cc-black {
    margin-bottom: 50px;
  }
  .container.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .features-container {
    width: 100%;
    margin-bottom: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .feature-item-container {
    height: auto;
  }
  .kudos {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .videos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-description {
    margin-right: 0px;
  }
  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-column.cc-footer {
    width: 100%;
  }
  .text-footer-credits {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .premium-image-container {
    margin-bottom: 90px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .block-quote {
    font-size: 20px;
  }
  .blog-posts-item {
    width: 100%;
  }
  .header-color {
    height: 85%;
  }
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hydrant {
    display: none;
  }
  .what-we-cover {
    background-position: 60% 50%;
  }
  .column {
    margin-bottom: -16px;
  }
  .ntk {
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .ntk img {
    max-width: 100%;
    float: left;
  }
  .sidebar-video {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }
  .header {
    height: 100vh;
    max-height: 600px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .h2.hero {
    font-size: 24px;
  }
  .features-container {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .video-description {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .cta {
    padding-bottom: 40px;
  }
  .footer-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-footer-credits {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer-links-list {
    width: 50%;
  }
  .footer-social {
    width: 50%;
  }
  .premium-image-container {
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-color {
    height: 85%;
  }
  .logo.w--current {
    margin: 50px auto 0px;
  }
  .grass {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .hydrant {
    display: none;
  }
  .what-we-cover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/64bcbcb9-9282-4cea-881d-0e780e6ebb5b.jpeg');
    background-image: linear-gradient(180deg, null, null), url('https://image.email-figopet.com/lib/fe3411717164057f701075/m/1/64bcbcb9-9282-4cea-881d-0e780e6ebb5b.jpeg');
    background-position: 0px 0px, 100% 50%;
  }
  .columns {
    padding-left: 0px;
  }
  .ntk {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    background-color: #fafafa;
    box-shadow: none;
  }
  .ntk h1 {
    font-size: 22px;
  }
  .ntk img {
    max-width: 100%;
  }
  .sidebar-video {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dog-park {
    margin-top: 0px;
  }
  .column-3.padding-32 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('http://go.pardot.com/l/173192/2019-08-20/3r25l4/173192/100359/Inter_Regular.woff') format('woff'), url('http://go.pardot.com/l/173192/2019-08-20/3r25l6/173192/100357/Inter_Regular.ttf') format('truetype'), url('http://go.pardot.com/l/173192/2019-08-20/3r25l2/173192/100355/Inter_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('http://go.pardot.com/l/173192/2019-08-20/3r25lb/173192/100365/Inter_Bold.woff') format('woff'), url('http://go.pardot.com/l/173192/2019-08-20/3r25ld/173192/100363/Inter_Bold.ttf') format('truetype'), url('http://go.pardot.com/l/173192/2019-08-20/3r25l8/173192/100361/Inter_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}