:root {
  --medium-sea-green: #5ab963;
  --white: white;
  --dark-green: #026a37;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --black-2: #333;
  --black: black;
  --red: #f80000;
  --crimson: #d32727;
  --red-transparent: rgba(248, 0, 0, .53);
  --sea-green: #48944f;
  --dark-grey-2: #999;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1em;
}

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: var(--white);
  color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

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

.header {
  width: 100%;
  background-image: url('../images/coen-staal-xrb1Y7As0pU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 210px 30px 120px;
  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 {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
  background-color: rgba(0, 0, 0, 0);
  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 {
  max-width: 770px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0 10px 0 var(--dark-green);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

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

.paragraph {
  background-color: var(--dark-green);
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.button {
  color: #fff;
  background-color: #70b95a;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.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;
  width: 100%;
  max-width: 1170px;
  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 {
  max-width: 770px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

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

.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: 50%;
  margin-bottom: 0;
}

.h2-container.cc-center {
  width: 65%;
  text-align: center;
  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 {
  height: 330px;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.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;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  height: 720px;
  max-width: 1440px;
  flex: 1;
  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;
}

.body {
  padding: 0;
  font-weight: 700;
}

.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 {
  height: 1px;
  background-color: #e6e6e6;
}

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

.premium.cc-background {
  background-color: rgba(0, 0, 0, 0);
}

._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 {
  width: 30px;
  height: 2px;
  background-color: var(--medium-sea-green);
  margin-left: 20px;
}

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

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

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

.footer {
  background-color: var(--black-2);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 40px 30px;
  display: flex;
}

.footer-column {
  width: 50%;
  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-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  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: rgba(255, 255, 255, .7);
}

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

.footer-social {
  width: 25%;
  justify-content: flex-start;
  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 {
  width: 60px;
  height: 60px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

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

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

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

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

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

.collection-list-wrapper {
  margin-bottom: 90px;
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  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 {
  width: 100vw;
  max-height: 720px;
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

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

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

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

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

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

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

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 rgba(0, 0, 0, 0);
  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 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.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 {
  width: 33.3333%;
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.pricing-block:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.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 {
  width: 100%;
  height: 1px;
  background-color: var(--medium-sea-green);
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.button-pricing {
  width: 100%;
  height: 60px;
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  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 rgba(0, 0, 0, .05);
}

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

.facts-gray-background {
  width: 100%;
  height: 70%;
  background-color: #fafafa;
  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 {
  width: 100%;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  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 rgba(0, 0, 0, .05);
}

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

.team-member-info {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  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 {
  width: 33.3333%;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.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-height: 750px;
  max-width: 1440px;
  position: relative;
}

.header-color {
  width: 100%;
  height: 75%;
  background-color: var(--medium-sea-green);
  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;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

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

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

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

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

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

.text-field {
  height: 60px;
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  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::-ms-input-placeholder {
  color: #b3b3b3;
}

.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;
}

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

.nav-menu {
  color: var(--dark-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--dark-green);
  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: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.text-block-2 {
  color: var(--medium-sea-green);
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1em;
  text-decoration: none;
}

.years-in-operation {
  color: var(--black);
  font-weight: 800;
}

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

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

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

.call-to-action-001 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(2, 106, 55, .61)), url('../images/coen-staal-xrb1Y7As0pU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 10px;
  padding: 60px 20px;
}

.body-2 {
  font-family: Roboto, sans-serif;
}

.heading {
  color: var(--white);
  text-shadow: 0 8px 0 var(--dark-green);
  font-size: 5.5em;
  font-weight: 500;
}

.action-001 {
  background-color: var(--dark-green);
  text-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: .5em;
}

.primary-button {
  background-color: var(--dark-green);
  color: var(--white);
  margin-top: 40px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  transform: skew(0deg);
}

.primary-subheader {
  background-color: var(--black-2);
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.primary-button---header {
  background-color: var(--dark-green);
  color: var(--white);
  margin-top: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  transform: skew(0deg);
}

.sullivan-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.italic-text {
  color: var(--dark-green);
}

.secondary-subheader {
  background-color: var(--dark-green);
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.link-2 {
  color: var(--red);
  letter-spacing: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
}

.heading-3 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2em;
  font-style: normal;
}

.div-block-2 {
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link-block {
  color: #333;
  border: 3px solid #000;
  border-radius: 0;
  font-size: 3em;
  line-height: 1em;
  text-decoration: none;
}

.text-block-3 {
  padding: 40px;
}

.bold-text {
  color: #fff;
  font-weight: 400;
}

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

.content-wrap {
  padding: 60px;
}

.map {
  margin-bottom: 10px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.container-2 {
  width: 100%;
  min-width: 100%;
  background-color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  font-family: Roboto, sans-serif;
}

.nav-link {
  border: 2px solid var(--red);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5em;
}

.nav-link.w--current {
  background-color: var(--white);
  color: var(--red);
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
}

.nav-menu-2 {
  width: 100%;
}

.p {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.submit-button {
  background-color: var(--dark-green);
}

.heading-4 {
  font-family: Roboto, sans-serif;
}

.html-embed {
  transform: translate(300px)scale(1.5);
}

.navbar-2 {
  background-color: rgba(221, 221, 221, 0);
}

.body-3 {
  color: var(--white);
  background-image: linear-gradient(rgba(2, 106, 55, .17), rgba(2, 106, 55, .17));
  margin-bottom: 0;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.container-3 {
  min-width: 100%;
  border-bottom: 1px rgba(248, 0, 0, .27);
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
}

.nav-menu-3 {
  color: var(--white);
}

.nav-link-2 {
  color: var(--white);
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

.nav-link-2:hover {
  background-color: var(--crimson);
  border-radius: 9px;
}

.nav-link-2.w--current {
  color: var(--white);
  text-decoration: none;
}

.nav-link-2.nav-btn {
  background-color: var(--crimson);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9em;
  font-style: italic;
  font-weight: 500;
  display: none;
}

.nav-link-2.nav-btn:hover {
  color: var(--white);
}

.feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 2fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.booking-agent {
  transition: height 1ms;
  display: none;
}

.divider {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .54);
  display: none;
}

.div-block-3 {
  background-color: var(--white);
  border-radius: 20px;
}

.heading-5 {
  border-bottom: 1px none var(--white);
  color: var(--white);
  text-transform: none;
  padding-bottom: 10px;
  font-size: 4.2em;
  font-style: italic;
  font-weight: 500;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.paragraph-3 {
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
}

.heading-6 {
  margin-bottom: 20px;
}

.slide-nav-2 {
  display: none;
}

.mask {
  height: auto;
  overflow: hidden;
}

.button-2 {
  background-color: var(--crimson);
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.form-block {
  color: var(--white);
  margin-top: 20px;
}

.submit-button-2 {
  background-color: rgba(248, 0, 0, .65);
  font-style: italic;
  font-weight: 700;
}

.message-agent {
  width: auto;
  color: var(--white);
  letter-spacing: 1px;
  background-color: rgba(139, 255, 150, .45);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-items: center;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
  position: static;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .31);
}

.user-response {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.user-response-option {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, .49);
  border-radius: 19px 19px 0;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.user-response-option:hover {
  background-color: rgba(255, 255, 255, .3);
}

.user-response-option:active {
  background-color: rgba(255, 255, 255, .61);
}

.user-response-option.response-phone-call {
  background-color: var(--red-transparent);
  letter-spacing: 2px;
  border-style: none;
  border-bottom-right-radius: 19px;
  margin-top: 10px;
}

.hours-tooltip {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .75em;
}

.content-section {
  border-top: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  background-color: var(--white);
  margin-top: 0;
  padding: 60px;
}

.page-header {
  background-image: linear-gradient(rgba(1, 66, 34, .37), rgba(1, 66, 34, .37)), url('../images/coen-staal-xrb1Y7As0pU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
}

.heading-7 {
  color: var(--black-2);
  font-family: Roboto, sans-serif;
  font-size: 2em;
  font-style: normal;
}

.heading-7.centered {
  text-align: center;
  margin-top: 20px;
}

.heading-7._w-border {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-4 {
  color: var(--black-2);
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.sullivan-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.map-2 {
  height: 150px;
}

.paragraph-5 {
  color: var(--black-2);
  letter-spacing: 1px;
  font-size: .9em;
}

.paragraph-5-copy {
  color: var(--black-2);
  text-align: right;
  letter-spacing: 1px;
  font-size: .9em;
}

.heading-8 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.rich-text-block {
  color: var(--black-2);
  font-size: 1.2em;
  line-height: 1.5em;
}

.about-header {
  background-image: linear-gradient(rgba(1, 66, 34, .37), rgba(1, 66, 34, .37)), url('../images/outsite-co-R-LK3sqLiBw-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
}

.contact-header {
  background-image: linear-gradient(rgba(1, 66, 34, .37), rgba(1, 66, 34, .37)), url('../images/richard-lee-7KNzfDiTmuo-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
}

.heading-9 {
  color: var(--black-2);
  font-family: Roboto, sans-serif;
  position: static;
}

.paragraph-6 {
  color: var(--black-2);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-2 {
  font-weight: 400;
}

.field-label {
  color: var(--black-2);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.submit-button-3 {
  background-color: var(--crimson);
  font-style: italic;
  font-weight: 500;
}

.booking-residential.booking-second-step {
  display: none;
}

.tooltip {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .75em;
}

.reset-form {
  color: var(--white);
}

.booking-commercial.booking-second-step {
  display: none;
}

.link-block-2 {
  width: 100%;
  color: var(--white);
  text-decoration: none;
}

.text-span-4 {
  color: var(--red);
}

.italic-text-2 {
  color: var(--bg-grey);
  text-shadow: 0 4px 0 var(--crimson);
}

.text-span-5 {
  text-shadow: 0 1px 6px var(--sea-green);
}

.link-3, .link-4 {
  color: var(--crimson);
}

.heading-10 {
  color: var(--black-2);
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  background-color: var(--white);
  filter: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  align-items: center;
  padding: 10px 60px;
}

.grid.service-agent-grid {
  grid-template-columns: auto auto auto auto;
  justify-content: stretch;
  justify-items: center;
}

.image-4 {
  filter: invert();
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-block {
  color: var(--black-2);
  text-align: center;
  border: 2px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.list-item {
  border-bottom: 1px #000;
  border-left: 10px solid var(--red);
  background-color: var(--black-2);
  color: var(--bg-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  list-style-type: none;
  transform: skew(-9deg);
}

.list {
  flex-flow: wrap;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.list-item-2, .list-item-3 {
  list-style-type: none;
}

.text-block-4 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1px;
  font-size: .9em;
}

.image-5 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.html-embed-2, .html-embed-3 {
  display: none;
}

.in-page {
  border-top: 1px solid var(--red-transparent);
  margin-top: 20px;
  padding-top: 20px;
}

.html-embed-4 {
  display: none;
}

.floating-call-button {
  z-index: 10;
  position: fixed;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.button-2-copy {
  background-color: var(--crimson);
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.container-4 {
  width: 100%;
}

.navbar-3 {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 40px;
}

.nav-menu-4, .nav-link-3 {
  color: #fff;
}

.nav-link-3.w--current {
  background-color: var(--crimson);
  color: #fff;
}

.old-form {
  display: none;
}

.div-block-4 {
  background-color: var(--red);
  padding: 10px 20px;
}

.text-block-5 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.25em;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--crimson);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-top: 40px;
  display: grid;
}

.paragraph-7 {
  color: var(--black);
}

.image-6 {
  width: 275px;
}

.form-block-2 {
  color: var(--black-2);
}

.heading-11 {
  font-family: Roboto, sans-serif;
}

@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 {
    width: 100%;
    align-content: flex-start;
    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 rgba(0, 0, 0, .2);
  }

  .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);
  }

  .link-2 {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .div-block-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .link-block {
    font-size: 2em;
  }

  .text-block-3 {
    padding: 20px;
    font-size: 1em;
  }

  .phone-number {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .nav-link {
    background-color: var(--red);
  }

  .icon-3 {
    color: var(--white);
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: var(--red);
  }

  .nav-menu-3 {
    background-color: var(--crimson);
    margin-top: -50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2 {
    background-color: var(--crimson);
    color: #fff;
  }

  .nav-link-2.w--current {
    background-color: var(--white);
  }

  .nav-link-2.nav-btn {
    color: var(--white);
  }

  .nav-link-2._w--current {
    background-color: var(--crimson);
  }

  .feature {
    width: 100%;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .booking-agent {
    width: 100%;
  }

  .divider {
    width: 0;
    height: 0%;
  }

  .feature-ctas {
    width: 100%;
  }

  .slider-2, .mask {
    width: auto;
  }

  .user-response {
    grid-row-gap: 20px;
  }

  .slide-4 {
    width: auto;
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-3.w--open {
    background-color: var(--crimson);
    border-radius: 0;
  }

  .alt-cta {
    width: 100%;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto auto auto;
  }

  .list {
    display: block;
  }

  .nav-menu-4 {
    background-color: var(--crimson);
  }

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

  .menu-button-4.w--open {
    background-color: var(--crimson);
    color: #fff;
  }

  .div-block-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-6 {
    width: 200px;
  }
}

@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 {
    width: 100%;
    justify-content: flex-start;
    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 {
    width: 100%;
    flex: 1;
  }

  .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%;
  }

  .sullivan-header {
    flex-direction: column;
  }

  .link-2 {
    padding-left: 0;
  }

  .phone-number {
    align-items: center;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    padding: 0;
  }

  .navbar-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .image-6 {
    width: 300px;
  }
}

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

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

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

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

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

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

  .body {
    padding: 0;
  }

  ._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 {
    flex-direction: column;
  }

  .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;
  }

  .call-to-action-001 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    text-shadow: 0 5px 0 var(--dark-green);
    font-size: 3em;
  }

  .primary-button {
    margin-top: 20px;
  }

  .primary-subheader {
    font-size: 1.5em;
  }

  .paragraph-2 {
    font-size: 1.25em;
  }

  .secondary-subheader {
    font-size: 1.5em;
  }

  .link-2 {
    padding-top: 10px;
  }

  .content-wrap {
    padding: 20px;
  }

  .container-3 {
    margin-bottom: 0;
  }

  .nav-menu-3 {
    margin-top: 0;
  }

  .heading-5 {
    font-size: 3em;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .heading-6 {
    font-size: 3em;
  }

  .message-agent {
    font-size: 1em;
  }

  .hours-tooltip {
    font-size: .7em;
  }

  .content-section, .page-header {
    padding: 20px;
  }

  .heading-7 {
    font-size: 1.5em;
  }

  .paragraph-4 {
    font-size: 1em;
  }

  .paragraph-5 {
    font-size: .8em;
  }

  .paragraph-5-copy {
    text-align: left;
    font-size: .8em;
  }

  .heading-8 {
    text-align: left;
    font-size: 1em;
    line-height: 1em;
  }

  .menu-button-3 {
    width: 100%;
    text-align: center;
  }

  .image-3 {
    text-align: left;
  }

  .about-header, .contact-header {
    padding: 20px;
  }

  .tooltip {
    font-size: .7em;
  }

  .grid {
    grid-template-columns: auto auto auto;
  }

  .grid.service-agent-grid {
    grid-template-columns: auto auto;
  }

  .list-item {
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.25em;
    transform: skew(-9deg);
  }

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

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 100%;
  }
}

#w-node-a8758266-0786-9dc1-d423-6a5e6c75ed50-9b13f3e6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8b1c7ed-3c4d-37fe-fabe-c024607c7ba4-9b13f3e6, #w-node-f09c5222-27f9-ad5b-4737-d3e02fbe35a8-9b13f3e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd3a95ab-abb9-ad63-82e2-91508b8bc824-8b8bc823 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd3a95ab-abb9-ad63-82e2-91508b8bc825-8b8bc823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd3a95ab-abb9-ad63-82e2-91508b8bc826-8b8bc823 {
  align-self: center;
}

#w-node-d2876e60-9454-f66a-c24e-e2cc54666237-8b8bc823 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8758266-0786-9dc1-d423-6a5e6c75ed50-07c17a14, #w-node-a8758266-0786-9dc1-d423-6a5e6c75ed50-de4ad44c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_2cb454cd-fc80-2fea-6a5a-54ec2f469a50-9b13f3e6, #w-node-a8758266-0786-9dc1-d423-6a5e6c75ed50-9b13f3e6, #w-node-a8758266-0786-9dc1-d423-6a5e6c75ed50-07c17a14, #w-node-a8758266-0786-9dc1-d423-6a5e6c75ed50-de4ad44c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f09c5222-27f9-ad5b-4737-d3e02fbe35a8-9b13f3e6 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce205d15-2133-d1aa-ca32-f04284b16694-9b13f3e6, #w-node-_85034286-fe7a-8ed9-4dbb-5ceda6afae39-9b13f3e6, #w-node-_1ca1c1a6-1bd3-d542-4f0a-e3da24939ea6-9b13f3e6, #w-node-_1ca1c1a6-1bd3-d542-4f0a-e3da24939ea8-9b13f3e6, #w-node-da2130ad-a861-b432-ce28-381effb8a57e-9b13f3e6, #w-node-_9f0d4c79-0662-3e4e-eef9-5b14ec2f56ab-9b13f3e6, #w-node-f5a936a4-d454-e175-1151-fa1a138a1f2c-9b13f3e6, #w-node-f5a936a4-d454-e175-1151-fa1a138a1f2e-9b13f3e6, #w-node-f5a936a4-d454-e175-1151-fa1a138a1f30-9b13f3e6, #w-node-f5a936a4-d454-e175-1151-fa1a138a1f32-9b13f3e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd3a95ab-abb9-ad63-82e2-91508b8bc825-8b8bc823 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-bd3a95ab-abb9-ad63-82e2-91508b8bc826-8b8bc823 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-bd3a95ab-abb9-ad63-82e2-91508b8bc828-8b8bc823, #w-node-bd3a95ab-abb9-ad63-82e2-91508b8bc830-8b8bc823 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


