#home-to-style {
  font-size: 3.75vw;
  text-align: center;
}
#home-to-style .ag-site-width {
  max-width: 1280px;
}
#home-to-style * {
  font-size: 1em;
  line-height: 1;
  color: inherit;
}
#home-to-style img {
  display: block;
  width: 100%;
}
#home-to-style section, #home-to-style .wrapper, #home-to-style .column {
  display: block;
  position: relative;
}
#home-to-style h1 {
  position: absolute;
  font-size: 3.2em;
  text-transform: none;
  text-align: left;
  margin: 0;
  left: 6%;
  top: 50%;
}
#home-to-style h2 {
  font-size: 2em;
  margin: 0;
}
#home-to-style p {
  line-height: 1.3;
  margin: 1em 0;
}
#home-to-style .actions {
  display: flex;
  justify-content: center;
}
#home-to-style .cta {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  border: 0.2em solid;
  padding: 0.5em 1.75em;
  margin: 0.25em;
}
#home-to-style .hero {
  background: #faf5d0;
  color: #004c59;
  padding: 1em;
}
#home-to-style .highlight .video-block {
  padding: 2em 1em 1em;
}
#home-to-style .highlight .video-block .video-wrapper .play-button {
  display: flex;
  position: absolute;
  background: transparent;
  border: 0.2em solid #fff;
  align-items: center;
  text-indent: -300%;
  height: 8em;
  width: 8em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s ease;
  overflow: hidden;
}
#home-to-style .highlight .video-block .video-wrapper .play-button:hover {
  opacity: 0.7;
}
#home-to-style .highlight .video-block .video-wrapper .play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2.25em solid transparent;
  border-bottom: 2.25em solid transparent;
  border-left: 4em solid #fff;
  transform: translateX(-35%);
}
#home-to-style .highlight .video-block .video-wrapper + .video-wrapper {
  margin-top: 1em;
}
#home-to-style #section-ramble {
  background: #ffc099;
  color: #faf5d0;
}
#home-to-style #section-fields {
  background: #faf5d0;
  color: #004c59;
}
#home-to-style #section-paonia {
  background: #004c59;
  color: #faf5d0;
}
@media (max-width: 640px) {
  #home-to-style p {
    font-size: 1.4em;
  }
  #home-to-style .highlight .content {
    padding: 1em 1em 0;
  }
}
@media (min-width: 641px) {
  #home-to-style {
    font-size: 1.85vw;
  }
  #home-to-style .cta {
    font-size: 0.75em;
    padding: 1em 2em;
  }
  #home-to-style .lg-flex {
    display: flex;
  }
  #home-to-style .lg-flex .column {
    flex: 1;
  }
  #home-to-style .hero .column:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #home-to-style .hero .column:nth-of-type(2) .content p {
    max-width: 22em;
    margin: 1em auto;
  }
  #home-to-style .highlight {
    position: relative;
    height: 25em;
  }
  #home-to-style .highlight .content, #home-to-style .highlight .video-block, #home-to-style .highlight .collage, #home-to-style .highlight .actions {
    position: absolute;
    width: calc(50% - 2em);
  }
  #home-to-style .highlight .content {
    left: 52%;
    top: 2em;
  }
  #home-to-style .highlight .video-block {
    left: 50%;
    bottom: 1em;
  }
  #home-to-style .highlight .collage {
    left: 1em;
    top: 1em;
  }
  #home-to-style .highlight .actions {
    left: 2em;
    bottom: 3em;
  }
  #home-to-style #section-fields {
    height: 32em;
  }
  #home-to-style #section-fields .content {
    left: 50%;
    top: 4em;
  }
  #home-to-style #section-fields .video-block {
    left: 0;
    bottom: 0.5em;
  }
  #home-to-style #section-fields .collage {
    left: 50%;
    top: 30%;
  }
  #home-to-style #section-fields .actions {
    left: 50%;
    bottom: 10%;
  }
}
@media (min-width: 1281px) {
  #home-to-style {
    font-size: 24px;
  }
}

.breadcrumb {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
