:root {
  --medium-sea-green: #5ab963;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --white: white;
  --black: black;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

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

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

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.navigation {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  display: flex;
}

.header {
  background-image: url('../images/johanna-robinson-qbF2t3Ldaqk-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.navigation-logo, .navigation-logo.w--current {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

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

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  opacity: 1;
  perspective: 2000px;
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 1170px;
}

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

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

.paragraph {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  color: #fff;
  background-color: #08426d;
  border-radius: 4px;
  margin-top: 0;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  max-width: 940px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.container.cc-contact {
  display: flex;
}

.features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

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

.h2-container {
  width: 100%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

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

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

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

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

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

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

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  width: auto;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-flow: wrap;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: #08426d;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 10px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

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

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

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

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 100%;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

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

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

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

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

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

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  text-decoration: none;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.heading {
  color: #fff;
  align-items: center;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.container-2 {
  flex-flow: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.image-3 {
  object-fit: scale-down;
  max-width: 36%;
}

.heading-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
}

.image-4 {
  vertical-align: middle;
  padding-right: 10px;
  display: block;
}

.image-5 {
  padding-right: 10px;
}

.link-block {
  align-self: center;
  padding-left: 10px;
  text-decoration: none;
}

.recaptcha {
  margin-top: 20px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-3 {
  flex-flow: column;
  place-content: center;
  align-self: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.link-block-2, .link-block-3 {
  display: flex;
}

.container-4 {
  justify-content: flex-start;
  display: flex;
}

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

.info-block {
  color: #999;
  align-self: center;
  width: auto;
}

.text-block-3 {
  justify-content: center;
  width: auto;
  padding-top: 20px;
  font-family: Libre Franklin, sans-serif;
  display: flex;
  position: relative;
}

.list-item {
  color: #333;
  font-family: Libre Franklin, sans-serif;
}

.list-item-2, .list-item-3 {
  font-family: Libre Franklin, sans-serif;
}

.container-5 {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-6 {
  border: 1px solid gray;
  border-radius: 0;
  margin: 0 10px;
}

.image-7 {
  border: 1px solid gray;
  margin: 0 10px;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.container-7, .container-8 {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  display: block;
}

.text-block-5 {
  text-align: center;
  font-family: Libre Franklin, sans-serif;
}

.container-9 {
  display: flex;
}

.paragraph-2, .paragraph-3, .heading-3, .heading-4, .heading-5 {
  font-family: Libre Franklin, sans-serif;
}

.container-10 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-11 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-left: 10px;
  display: flex;
}

.container-12 {
  object-fit: fill;
  flex-flow: column;
  display: flex;
}

.image-8 {
  border: 1px solid gray;
}

.image-9 {
  border: 1px solid gray;
  margin-top: 0;
}

.advertising-header {
  background-image: url('../images/ogunquit_river.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.advertising-container {
  flex-flow: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.advertising-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.advertising-content-container {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  max-width: 940px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.advertising-content-container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.advertising-content-container.cc-cta {
  display: flex;
}

.advertising-content-container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.advertising-content-container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.advertising-content-container.cc-contact {
  display: flex;
}

.advertising-h2 {
  color: var(--dark-grey);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.advertising-h2.cc-center {
  margin-bottom: 40px;
}

.advertising-h2.cc-2-rows {
  margin-bottom: 25px;
}

.advertising-h2.cc-white-text {
  color: #fff;
}

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

.advertising-image {
  object-fit: scale-down;
  max-width: 36%;
}

.guidebook-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.guidebook-content-container {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.guidebook-content-container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.guidebook-content-container.cc-cta {
  display: flex;
}

.guidebook-content-container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.guidebook-content-container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.guidebook-content-container.cc-contact {
  display: flex;
}

.guidebook-container {
  flex-flow: column;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.guidebook-section {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.guidebook-section-title {
  color: #000;
  font-weight: 800;
}

.guidebook-section-title.cc-white-text {
  color: #fff;
}

.guidebook-section-text {
  color: var(--dark-grey);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.guidebook-section-text.cc-center {
  margin-bottom: 40px;
}

.guidebook-section-text.cc-2-rows {
  margin-bottom: 25px;
}

.guidebook-section-text.cc-white-text {
  color: #fff;
}

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

.guidebook-container-header {
  font-family: Libre Franklin, sans-serif;
}

.image-10 {
  border-radius: 50%;
  align-self: center;
  width: 640px;
}

.grid {
  grid-template-areas: "Area";
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two {
  object-fit: cover;
  max-width: 30%;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block-2 {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.pricing-description {
  margin-bottom: -10px;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #f5f7fa;
  border: 1px solid #a9a9a9;
  border-radius: 1px;
  margin-top: 10px;
}

.div-block {
  justify-content: center;
  display: flex;
}

.submit-form {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.code-embed {
  justify-content: flex-start;
  display: block;
}

.submit-form-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.heading-6 {
  text-align: right;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.heading-7 {
  padding-bottom: 10px;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.testimonial-image-left {
  border-bottom: 1px #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.div-block-2 {
  display: flex;
}

.code-embed-2 {
  margin-top: 10px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 40px;
  padding: 40px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

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

.features-title {
  justify-content: center;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.features-container-title {
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.guide-header---ogunquit-beach {
  object-fit: fill;
  background-image: linear-gradient(#0003, #0003), url('../images/stephen-walker-s9IKYzGzGes-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.guide-subheader-text {
  color: var(--white);
  text-align: left;
  align-self: center;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.guide-subheader-text.cc-center {
  margin-bottom: 40px;
}

.guide-subheader-text.cc-2-rows {
  margin-bottom: 25px;
}

.guide-subheader-text.cc-white-text {
  color: #fff;
}

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

.guide-header-text {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 78px;
}

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

.guide-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.guide-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 60px;
  display: flex;
}

.guide-container-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.guide-image {
  object-fit: cover;
  border-radius: 0%;
  align-self: center;
  width: 100%;
  height: 25vh;
}

.guide-section {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.guide-section-text {
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.guide-section-text.cc-center {
  margin-bottom: 40px;
}

.guide-section-text.cc-2-rows {
  margin-bottom: 25px;
}

.guide-section-text.cc-white-text {
  color: #fff;
}

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

.image-11 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 10px;
  position: static;
  inset: -30px 0% 0%;
  transform: translate(0)rotate(90deg);
}

.container-15 {
  justify-content: flex-end;
  margin-top: 60px;
  display: flex;
}

.guide-header---kids-activities {
  object-fit: fill;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/pichara-6TV5x9ADHvI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.guide-header---marginal-way {
  object-fit: fill;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/peregrine-photography-sJl_el3l-SI-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.guide-header---perkins-cove {
  object-fit: fill;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/perkins_cove_background_desktop.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.guide-header---fall-lodging-specials {
  object-fit: fill;
  background-image: linear-gradient(#0003, #0003), url('../images/sterling-lanier-_IZrtDiwblc-unsplash-desktop.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.image-12 {
  max-width: 40%;
  padding-top: 10px;
  padding-left: 20px;
}

.guide-section-copy {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.guide-header---fall-cocktail-trail {
  object-fit: fill;
  background-image: linear-gradient(#0003, #0003), url('../images/fall-cocktail-trail-cover-desktop-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 40px 30px 20px;
  display: flex;
}

.tiled-image {
  object-fit: cover;
  border-radius: 4%;
  align-self: center;
  width: 100%;
  max-width: 940px;
  height: 100%;
}

.fall-cocktail-trail-content {
  color: #fff;
  background-color: #266263;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.tiled-image-section {
  background-color: #266263;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-section-alt {
  color: #000;
  background-color: #f9ddcc;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-heading {
  color: #fff;
  max-width: 940px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-9 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.tiled-image-heading-alt {
  color: #000;
  max-width: 940px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.tiled-image-text {
  align-self: center;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.tiled-image-text.cc-center {
  margin-bottom: 40px;
}

.tiled-image-text.cc-2-rows {
  margin-bottom: 25px;
}

.tiled-image-text.cc-white-text {
  color: #fff;
}

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

.tiled-image-text-alt {
  color: var(--black);
  align-self: center;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.tiled-image-text-alt.cc-center {
  margin-bottom: 40px;
}

.tiled-image-text-alt.cc-2-rows {
  margin-bottom: 25px;
}

.tiled-image-text-alt.cc-white-text {
  color: #fff;
}

.tiled-image-text-alt.text-span.cc-post-text {
  margin-bottom: 15px;
}

.tiled-image-section-container {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 730px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-section-container-alt {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-section-alt-copy {
  background-color: #f9ddcc;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.h1-businesses {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 78px;
}

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

.kids-activity-guide-header {
  background-image: url('../images/ogunquit_river.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 100px 30px 20px;
  display: flex;
}

.container-16 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-10 {
  flex: 1;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 30px;
}

.heading-11 {
  margin-top: 0;
  font-size: 26px;
}

.heading-10-alt {
  color: #000;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
}

.heading-11-alt {
  color: #000;
  margin-top: 0;
  font-size: 32px;
}

.container-17 {
  padding-bottom: 60px;
}

.text-block-6 {
  font-size: 18px;
}

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

.comments-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.features-container-title-copy {
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.container-18 {
  flex-flow: wrap;
  display: flex;
}

.code-embed-2-copy {
  flex: 1;
  margin-top: 10px;
  display: block;
}

.business-listing-stripe-container {
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  align-self: auto;
  width: 100%;
  max-width: none;
  display: flex;
}

.guide-header---holiday-gift-guide {
  object-fit: fill;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/david-trinks-1BA4d-ZYnVc-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 40px 30px 20px;
  display: flex;
}

.tiled-image-section-container---white {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-section---white {
  color: #000;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.heading-10---black {
  color: #000;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
}

.heading-11---black {
  color: #000;
  margin-top: 0;
  font-size: 32px;
}

.tiled-image-text---black {
  color: var(--black);
  align-self: center;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.tiled-image-text---black.cc-center {
  margin-bottom: 40px;
}

.tiled-image-text---black.cc-2-rows {
  margin-bottom: 25px;
}

.tiled-image-text---black.cc-white-text {
  color: #fff;
}

.tiled-image-text---black.text-span.cc-post-text {
  margin-bottom: 15px;
}

.tiled-image-section---holiday-1 {
  background-color: #386641;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-section---holiday-2 {
  background-color: #bc4749;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-section-container-alt-copy {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.tiled-image-section---holiday-3 {
  background-color: #f2e8cf;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.holiday-gift-guide-content {
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.section-header {
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
}

.list {
  flex: 1;
  font-family: Libre Franklin, sans-serif;
}

.container-19 {
  width: 100%;
}

.list-item-4 {
  font-family: Libre Franklin, sans-serif;
  font-size: 22px;
}

.link-2, .link---black {
  color: #000;
  text-decoration: underline;
}

.shop-now-button {
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 26px;
}

.guide-header---small-business-saturday {
  object-fit: fill;
  background-image: linear-gradient(#0003, #0003), url('../images/open.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: -90px;
  padding: 100px 0 0;
  display: flex;
}

.container-20 {
  background-color: #0000;
  background-image: linear-gradient(#0000, #000 50%);
  border: 0 solid #000;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  width: 100%;
  max-width: none;
  min-height: 40%;
  margin: 0 0 -20px;
  padding: 0 10px 20px;
  display: flex;
}

.header-buffer {
  width: 100%;
  max-width: none;
  height: 20px;
}

.small-business-saturday-guide-section {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.small-business-saturday-section-heading {
  padding-left: 10px;
  padding-right: 10px;
}

.button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-block-4 {
  text-decoration: none;
  display: flex;
}

.container-22 {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.guide-image-2 {
  object-fit: cover;
  border-radius: 0%;
  align-self: center;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .advertising-header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .advertising-content-container.cc-contact, .guidebook-content-container.cc-contact {
    flex-wrap: wrap;
  }

  .container-13 {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .submit-form {
    align-items: center;
    padding: 24px;
  }

  .container-14 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .guide-header---ogunquit-beach, .guide-header---kids-activities, .guide-header---marginal-way, .guide-header---perkins-cove {
    padding-left: 60px;
    padding-right: 60px;
  }

  .guide-header---fall-lodging-specials {
    background-image: url('../images/sterling-lanier-_IZrtDiwblc-unsplash-mobile.jpg');
    padding-left: 60px;
    padding-right: 60px;
  }

  .guide-header---fall-cocktail-trail {
    background-image: url('../images/fall-cocktail-trail-cover.webp');
    padding-left: 60px;
    padding-right: 60px;
  }

  .kids-activity-guide-header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .comments-wrapper {
    justify-content: space-between;
  }

  .guide-header---holiday-gift-guide {
    background-image: url('../images/fall-cocktail-trail-cover.webp');
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .advertising-header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .advertising-content {
    padding-top: 10px;
  }

  .advertising-content-container.cc-cta, .advertising-content-container.cc-footer {
    flex-wrap: wrap;
  }

  .guidebook-content {
    padding-top: 60px;
  }

  .guidebook-content-container.cc-cta, .guidebook-content-container.cc-footer {
    flex-wrap: wrap;
  }

  .features-table, .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .submit-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .features-table-2, .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-list {
    padding: 10px 15px 60px;
  }

  .guide-header---ogunquit-beach {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .guide-header-text {
    font-size: 48px;
    line-height: 54px;
  }

  .guide-header-text.cc-black {
    margin-bottom: 50px;
  }

  .guide-content {
    padding-top: 60px;
  }

  .guide-header---kids-activities, .guide-header---marginal-way, .guide-header---perkins-cove, .guide-header---fall-lodging-specials, .guide-header---fall-cocktail-trail {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .fall-cocktail-trail-content {
    padding-top: 0;
  }

  .h1-businesses {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-businesses.cc-black {
    margin-bottom: 50px;
  }

  .kids-activity-guide-header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .comments-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .comments-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .guide-header---holiday-gift-guide {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .holiday-gift-guide-content {
    padding-top: 0;
  }

  .guide-header---small-business-saturday {
    height: 600px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .advertising-header {
    height: 50vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .advertising-container {
    flex-flow: wrap;
    justify-content: center;
  }

  .advertising-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .advertising-content-container {
    width: auto;
  }

  .advertising-h2 {
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .advertising-image {
    max-width: 60%;
  }

  .guidebook-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .guidebook-content-container {
    width: auto;
  }

  .guidebook-container, .guidebook-section {
    flex-flow: wrap;
    justify-content: center;
  }

  .guidebook-section-text {
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .guidebook-container-header {
    flex: 0 auto;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block-2, .pricing-description {
    margin-bottom: 10px;
  }

  .submit-form {
    padding: 15px;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    margin-left: 10px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .testimonial-image-left {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .features-list {
    padding-top: 10px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .guide-header---ogunquit-beach {
    background-image: linear-gradient(#0003, #0003), url('../images/stephen-walker-s9IKYzGzGes-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .guide-subheader-text {
    color: var(--white);
    text-align: left;
    padding-left: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .guide-header-text {
    text-align: left;
    letter-spacing: 0;
    object-fit: fill;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }

  .guide-container {
    flex-flow: wrap;
    justify-content: center;
  }

  .guide-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .guide-container-header {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .guide-image {
    object-fit: cover;
    border-radius: 0%;
    width: 100%;
    height: 25vh;
  }

  .guide-section {
    flex-flow: wrap;
    justify-content: center;
  }

  .guide-section-text {
    color: var(--black);
    text-align: left;
    flex: 1;
    order: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }

  .guide-header---kids-activities {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/pichara-6TV5x9ADHvI-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .guide-header---marginal-way {
    background-image: linear-gradient(#0003, #0003), url('../images/peregrine-photography-sJl_el3l-SI-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .guide-header---perkins-cove {
    background-image: linear-gradient(#0003, #0003), url('../images/perkins_cove_background_mobile.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .guide-header---fall-lodging-specials {
    background-image: linear-gradient(#0003, #0003), url('../images/sterling-lanier-_IZrtDiwblc-unsplash-mobile.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .guide-section-copy {
    flex-flow: wrap;
    justify-content: center;
  }

  .guide-header---fall-cocktail-trail {
    background-image: linear-gradient(#0003, #0003), url('../images/fall-cocktail-trail-cover.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tiled-image {
    object-fit: contain;
    border-radius: 4%;
    width: 100%;
    height: auto;
  }

  .fall-cocktail-trail-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tiled-image-section, .tiled-image-section-alt {
    flex-flow: wrap;
    justify-content: center;
  }

  .tiled-image-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .tiled-image-text-alt {
    color: var(--black);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .tiled-image-section-container, .tiled-image-section-container-alt {
    flex-flow: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 0;
  }

  .tiled-image-section-alt-copy {
    flex-flow: wrap;
    justify-content: center;
  }

  .h1-businesses {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 42px;
  }

  .kids-activity-guide-header {
    height: 25vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .heading-10 {
    font-size: 24px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .comments-block {
    width: 100%;
  }

  .guide-header---holiday-gift-guide {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/david-trinks-1BA4d-ZYnVc-unsplash.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tiled-image-section-container---white {
    flex-flow: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 0;
  }

  .tiled-image-section---white {
    flex-flow: wrap;
    justify-content: center;
  }

  .heading-10---black {
    font-size: 30px;
  }

  .heading-11---black {
    font-size: 24px;
  }

  .tiled-image-text---black {
    color: var(--black);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .tiled-image-section---holiday-1, .tiled-image-section---holiday-2 {
    flex-flow: wrap;
    justify-content: center;
  }

  .tiled-image-section-container-alt-copy {
    flex-flow: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 0;
  }

  .tiled-image-section---holiday-3 {
    flex-flow: wrap;
    justify-content: center;
  }

  .holiday-gift-guide-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    font-size: 28px;
  }

  .link---black {
    font-size: 17px;
  }

  .shop-now-button {
    font-size: 20px;
  }

  .guide-header---small-business-saturday {
    background-image: linear-gradient(#0003, #0003), url('../images/open.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    margin-top: -60px;
    padding: 120px 0 0;
  }

  .small-business-saturday-guide-section {
    flex-flow: column;
    justify-content: center;
  }

  .heading-12, .small-business-saturday-section-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3 {
    font-size: 17px;
  }

  .guide-image-2 {
    object-fit: cover;
    border-radius: 0%;
    width: 100%;
    height: 25vh;
  }
}


@font-face {
  font-family: 'Galada';
  src: url('../fonts/Galada.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pacifico';
  src: url('../images/') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}