@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.nanum-gothic-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

html levi {
  display: none;
}

html .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  display: block;
}

html .container.short {
  max-width: 960px;
}

html .wizy h1, html .wizy h2, html .wizy h3 {
  color: #2C2C2C;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 30px 0 0;
  line-height: 30px;
}

html .wizy h4, html .wizy h5, html .wizy h6, html .wizy blockquote {
  color: #2C2C2C;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 30px 0 0;
  line-height: 30px;
}

html .wizy table {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  padding: 15px 0;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0 0;
}

html .wizy table td,
html .wizy table th {
  border: 1px solid #ddd;
  padding: 8px;
}

html .wizy table tr:nth-child(even) {
  background-color: #f2f2f2;
}

html .wizy table tr:hover {
  background-color: #ddd;
}

html .wizy table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2C2C2C;
  color: white;
}

html .wizy form input#gform_submit_button_1, html .wizy form input#gform_submit_button_2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #2C2C2C;
}

html .wizy form div label, html .wizy form div legend {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #2C2C2C;
}

html .wizy form div h2, html .wizy form div h4, html .wizy form div h3, html .wizy form div h5, html .wizy form div h6 {
  font-size: 24px;
}

html .wizy form div input, html .wizy form div select, html .wizy form div textarea {
  border: none;
  background-color: #dddddd;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

html .wizy p, html .wizy ul, html .wizy ol {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  padding: 10px 0;
  line-height: 25px;
  color: #2C2C2C;
}

html .wizy p strong, html .wizy p b, html .wizy ul strong, html .wizy ul b, html .wizy ol strong, html .wizy ol b {
  font-weight: bold;
}

html .wizy ol, html .wizy ul {
  margin: 30px 0 30px 30px;
}

html .wizy ol li, html .wizy ul li {
  padding: 10px 0;
}

html .wizy img {
  display: block;
  margin: 10px 0;
  max-width: 100%;
  border-radius: 15px;
}

html .wizy ol {
  list-style: decimal;
  list-style-position: inside;
}

html .wizy ul {
  list-style-type: disc;
  list-style-position: inside;
}

/*! Pushy - v1.4.0 - 2020-12-28
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
/* Hide scrollbar for Chrome, Safari and Opera */
.pushy::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.pushy {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #2C2C2C;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy img {
  display: block;
  width: 100%;
  height: auto;
}

.pushy a {
  display: block;
  color: #FAFAFA;
  font-size: 19px;
  padding: 15px 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy img {
  max-width: 100%;
  height: auto;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu > ul {
  padding-left: 15px;
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu > ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  width: 100%;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/whitearrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

.parallax__container .parallax {
  /* can be put in a seperate class for better control */
  background-repeat: no-repeat;
  background-position: top center;
  size: cover;
  /* --------------------------- */
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

header {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 90;
  background-color: #2E7F48;
}

@media (max-width: 960px) {
  header {
    padding: 10px 0;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .container img {
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 25px;
  position: relative;
  top: 20px;
}

@media (max-width: 1080px) {
  header .container img {
    max-width: 190px;
  }
}

@media (max-width: 960px) {
  header .container img {
    top: 0;
  }
}

header .container .mobile-menu {
  display: none;
}

@media (max-width: 960px) {
  header .container .mobile-menu {
    display: block;
  }
}

header .container .mobile-menu img {
  max-width: 50px;
  height: auto;
}

header .container nav {
  padding: 0 30px;
}

@media (max-width: 960px) {
  header .container nav {
    display: none;
  }
}

header .container nav br {
  display: none;
}

header .container nav a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #FAFAFA;
  font-size: 16px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1080px) {
  header .container nav a {
    font-size: 14px;
  }
}

header .container nav a:hover {
  opacity: 0.5;
}

.hero {
  background-size: cover;
  background-position: center;
  z-index: 40;
  position: relative;
  padding: 120px 0 70px;
}

@media (max-width: 1080px) {
  .hero {
    background-position: top;
  }
}

@media (max-width: 960px) {
  .hero {
    padding: 100px 0;
  }
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2E7F48;
  opacity: 0.3;
  z-index: 19;
}

.hero:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 25;
  background-image: url(../img/whitey.svg);
  background-size: contain;
  opacity: 1;
  background-repeat: repeat-x;
  background-position: 0 101%;
}

.hero .container {
  text-align: center;
  position: relative;
  z-index: 45;
}

@media (max-width: 960px) {
  .hero .container {
    padding: 50px 0 0;
  }
}

.hero .container h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FAFAFA;
  font-size: 40px;
  padding: 20px 0 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.hero .container h1 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 960px) {
  .hero .container h1 {
    font-size: 30px;
  }
}

.hero .container p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FAFAFA;
  font-size: 30px;
  padding: 20px 0 0px;
}

@media (max-width: 960px) {
  .hero .container p {
    font-size: 25px;
  }
}

.hero .container a.button.yellow {
  margin: 35px auto 0;
}

.hero .container span.ar {
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  background-image: url(../img/op.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 30;
  margin: 60px auto 0px;
  opacity: 0.9;
}

@media (max-width: 960px) {
  .hero .container span.ar {
    margin: 30px auto 50px;
  }
}

.centeredcta {
  text-align: center;
  padding: 40px 0;
  position: relative;
  z-index: 10;
  background-color: #f1ede8;
}

.centeredcta h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2C2C2C;
  font-size: 23px;
  max-width: 680px;
  margin: 0 auto;
  line-height: 31px;
  padding: 20px 0 0;
}

.centeredcta p {
  max-width: 610px;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  line-height: 26px;
}

.centeredcta a.button.yellow {
  margin: 0 auto;
}

a.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50px;
  padding: 10px 20px;
}

a.button.center {
  margin: 30px auto;
}

a.button:after {
  content: url(../img/darkarrow.svg);
  position: relative;
  width: 75px;
  margin: 0 0 0 10px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.button:hover {
  opacity: 0.5;
}

a.button:hover:after {
  margin: 0 0 0 30px;
}

a.button.green {
  background-color: #2E7F48;
  color: #FAFAFA;
}

a.button.green:after {
  content: url(../img/leftarrow.svg);
}

a.button.green.trans {
  background-color: transparent;
  color: #2C2C2C;
}

a.button.green.trans:after {
  content: url(../img/darkarrow.svg);
}

a.button.white {
  background-color: #FAFAFA;
  color: #2C2C2C;
}

a.button.brown {
  background-color: #0e0e0e;
  color: #FAFAFA;
}

a.button.brown:after {
  content: url(../img/leftarrow.svg);
}

a.button.style {
  background-color: #a77bca;
  color: #FAFAFA;
}

a.button.style:after {
  content: url(../img/leftarrow.svg);
}

a.button.station {
  background-color: #a4343a;
  color: #FAFAFA;
}

a.button.station:after {
  content: url(../img/leftarrow.svg);
}

a.button.house {
  background-color: #71b2c9;
  color: #FAFAFA;
}

a.button.house:after {
  content: url(../img/leftarrow.svg);
}

a.button.cycle {
  background-color: #719949;
  color: #FAFAFA;
}

a.button.cycle:after {
  content: url(../img/leftarrow.svg);
}

a.button.cafe {
  background-color: #da8e5c;
  color: #FAFAFA;
}

a.button.cafe:after {
  content: url(../img/leftarrow.svg);
}

a.button.market {
  background-color: #5b4b43;
  color: #FAFAFA;
}

a.button.market:after {
  content: url(../img/leftarrow.svg);
}

.copy {
  padding: 50px 0;
}

.copy .container.short {
  max-width: 900px;
}

@media (max-width: 960px) {
  .copy {
    background-size: 100px;
  }
}

.double {
  padding: 50px 0;
}

.double.background {
  background-image: url(../img/snd.jpeg);
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}

.double.background:after {
  content: '';
  background-image: url(../img/pig.png);
  background-size: 210px;
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.3;
  position: absolute;
  bottom: -40px;
  left: -60px;
  z-index: 20;
  height: 250px;
  width: 260px;
}

@media (max-width: 960px) {
  .double {
    background-size: 100px;
  }
}

.double .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 960px) {
  .double .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.double .container div.col {
  width: 50%;
  padding: 20px 50px;
}

@media (max-width: 960px) {
  .double .container div.col {
    width: 100%;
    padding: 20px;
  }
}

.double .container div.col p strong {
  color: #2E7F48;
  font-weight: 700;
  font-size: 18px;
}

.double .container div.col form div legend {
  visibility: hidden;
  font-size: 1px;
  display: none;
}

.double .container div.col form div label {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2E7F48;
  font-size: 15px;
}

.double .container div.col form div input, .double .container div.col form div textarea {
  background-color: #ececec;
  border: none;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

html .serviceblocks.wizy {
  padding: 50px 0;
  background-color: #f3f3f3;
}

html .serviceblocks.wizy h4 {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  display: block;
}

html .serviceblocks.wizy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .serviceblocks.wizy .container .card {
  width: 48%;
  margin: 1%;
  background-color: #2C2C2C;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1280px) {
  html .serviceblocks.wizy .container .card {
    width: 48%;
  }
}

@media (max-width: 960px) {
  html .serviceblocks.wizy .container .card {
    width: 98%;
    margin: 32px 1%;
  }
}

html .serviceblocks.wizy .container .card p {
  padding: 0;
}

html .serviceblocks.wizy .container .card h2, html .serviceblocks.wizy .container .card h4, html .serviceblocks.wizy .container .card h5, html .serviceblocks.wizy .container .card h3 {
  padding: 0 15px;
  color: white;
  text-align: center;
}

html .serviceblocks.wizy .container .card img {
  border-radius: 0px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

html .serviceblocks.wizy .container .card.style {
  border-top: 10px solid #a77bca;
}

html .serviceblocks.wizy .container .card.station {
  border-top: 10px solid #a4343a;
}

html .serviceblocks.wizy .container .card.house {
  border-top: 10px solid #71b2c9;
}

html .serviceblocks.wizy .container .card.cycle {
  border-top: 10px solid #719949;
}

html .serviceblocks.wizy .container .card.cafe {
  border-top: 10px solid #da8e5c;
}

html .serviceblocks.wizy .container .card.market {
  border-top: 10px solid #5b4b43;
}

section.fullwidthimg {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 960px) {
  section.fullwidthimg {
    height: 250px;
  }
}

section.fourcolimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1440px;
  margin: 10px auto;
}

@media (max-width: 1080px) {
  section.fourcolimg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.fourcolimg.globe {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}

section.fourcolimg.globe div {
  height: 200px;
}

section.fourcolimg div {
  width: 23%;
  margin: 1%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1080px) {
  section.fourcolimg div {
    width: 48%;
  }
}

@media (max-width: 960px) {
  section.fourcolimg div {
    width: 100%;
    height: 250px;
    margin: 10px 0;
  }
}

.horizon {
  padding: 40px 0;
  background-color: #2E7F48;
}

.horizon .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .horizon .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}

.horizon .container h3, .horizon .container h4, .horizon .container h5, .horizon .container h6, .horizon .container p {
  max-width: 30%;
}

@media (max-width: 960px) {
  .horizon .container h3, .horizon .container h4, .horizon .container h5, .horizon .container h6, .horizon .container p {
    max-width: 98%;
    margin: 10px 1%;
    display: block;
  }
}

footer {
  padding: 70px 0;
  background-image: url(../img/foot.png);
  background-size: 55%;
  background-position: right bottom;
  text-align: center;
  background-color: #2e7f48;
  background-repeat: no-repeat;
  position: relative;
  margin: 70px 0 0;
}

@media (max-width: 1080px) {
  footer {
    background-size: 100%;
  }
}

footer:before {
  content: '';
  top: -48px;
  left: 0;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 25;
  background-image: url(../img/green.svg);
  background-size: contain;
  opacity: 1;
  background-repeat: repeat-x;
  background-position: 0 101%;
}

footer p.copy {
  text-align: center;
  color: white;
  padding: 70px 20px 0;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  opacity: 1;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 960px) {
  footer .container {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .container .left {
  width: 30%;
  padding: 20px;
  text-align: center;
}

@media (max-width: 960px) {
  footer .container .left {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}

footer .container .left img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto 30px;
}

footer .container .left img.social {
  display: inline-block;
  width: 35px;
  height: auto;
  vertical-align: middle;
  margin: 5px;
}

footer .container .left a.button {
  margin: 0 auto;
}

footer .container .left p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 31px;
  padding: 20px 0;
}

footer .container .right {
  width: 50%;
  padding-left: 25px;
  padding-top: 20px;
}

@media (max-width: 960px) {
  footer .container .right {
    width: 90%;
    margin: 25px auto 0;
  }
}

footer .container .right ul {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 0 25px;
  text-align: left;
}

@media (max-width: 760px) {
  footer .container .right ul {
    width: 90%;
    margin: 25px auto 0;
    display: block;
  }
}

footer .container .right ul li {
  padding: 0 0 15px;
}

footer .container .right ul li:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  padding: 0 0 20px;
  text-transform: uppercase;
  color: #fff;
}

footer .container .right ul li a {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
}

.recentposts {
  padding: 50px 0;
  position: relative;
  background-color: white;
}

.recentposts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background-image: url(../img/blog.png);
  background-size: cover;
  z-index: 20;
}

.recentposts h3 {
  position: relative;
  z-index: 21;
  color: #FAFAFA;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding: 0 0 35px;
}

.recentposts h3 span {
  font-weight: 300;
  font-style: italic;
}

.recentposts .container {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recentposts .container div.poster {
  width: 31%;
  margin: 20px 1%;
  position: relative;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

@media (max-width: 960px) {
  .recentposts .container div.poster {
    width: 100%;
  }
}

.recentposts .container div.poster a.category {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  display: block;
  padding: 5px 10px;
  background-color: #7F2E65;
  color: #FAFAFA;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.recentposts .container div.poster a.category:hover {
  background-color: #2E7F48;
}

.recentposts .container div.poster div.img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.recentposts .container div.poster p {
  padding: 0 20px 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.recentposts .container div.poster p:first-of-type {
  padding: 25px 20px 15px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.recentposts .container div.poster h4 {
  color: #2E7F48;
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding: 0 20px 15px;
  line-height: 26px;
}

.faqsection {
  text-align: center;
  background-image: url(../img/sandy.jpeg);
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
  position: relative;
}

.faqsection::before {
  content: '';
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/sand.jpeg);
  background-position: top;
  background-repeat: repeat-x;
  position: absolute;
  background-size: 450px;
  z-index: 1;
}

.faqsection h3, .faqsection h2, .faqsection h1, .faqsection h4, .faqsection h5, .faqsection h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FAFAFA;
  font-size: 23px;
  margin: 0 0 50px !important;
  position: relative;
  z-index: 5;
}

.faqsection h3 span, .faqsection h2 span, .faqsection h1 span, .faqsection h4 span, .faqsection h5 span, .faqsection h6 span {
  font-weight: 400;
  font-style: italic;
  font-size: 23px;
}

.faqsection p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 17px;
  line-height: 31px;
  color: #121212;
  padding: 10px 0 0;
  text-align: left !important;
}

.faqsection {
  padding: 70px 0 50px;
}

@media (max-width: 800px) {
  .faqsection {
    padding: 30px 0;
  }
}

.faqsection .mtt {
  font-size: 37px;
  padding: 0 0 10px;
  position: relative;
  z-index: 30;
  text-align: center;
}

@media (max-width: 940px) {
  .faqsection .mtt {
    font-size: 30px;
  }
}

.faqsection hr {
  display: block;
  border: 0px;
  width: 150px;
  margin: 20px auto 10px;
  outline: none;
  height: 5px;
  position: relative;
  z-index: 30;
  background-color: #7F2E65;
}

.faqsection h6 {
  font-size: 20px !important;
  color: #fff !important;
  text-align: left;
  margin: 0 0 5px !important;
  padding: 15px 0 15px 30px !important;
}

.faq {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 40px 10px;
  margin: 0 0 2px;
  position: relative;
  background-color: #2E7F48;
}

@media (max-width: 800px) {
  .faq {
    padding: 30px 10px;
  }
}

.faq:before {
  content: '+';
  font-size: 23px;
  margin: 0 12px 0 5px;
  position: absolute;
  left: 0;
}

.minus:before {
  content: '–';
  font-size: 23px;
  margin: 0 15px 0 8px;
}

.answers {
  display: none;
  padding: 20px 50px 0;
  background-color: white;
}

.answers.wizy {
  padding: 0 0 40px;
}

.hero.index .container h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FAFAFA;
  font-size: 30px;
  padding: 30px;
  max-width: 900px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: rgba(46, 127, 72, 0.8);
}

.hero.index .container h1 span {
  font-size: 30px;
}

.hero.single .container h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FAFAFA;
  font-size: 27px;
  padding: 30px;
  max-width: 900px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: rgba(46, 127, 72, 0.8);
}

.hero.single .container p {
  font-size: 19px;
  display: block;
  padding: 0 15px 25px 15px;
  min-width: 900px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: rgba(46, 127, 72, 0.8);
}

@media (max-width: 960px) {
  .hero.single .container p {
    min-width: 100%;
  }
}

.hero.single .container p a {
  color: #FAFAFA;
  text-decoration: none;
}

.blogfeed {
  padding: 50px 0;
}

.blogfeed .container {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blogfeed .container div.poster {
  width: 31%;
  margin: 20px 1%;
  position: relative;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

@media (max-width: 960px) {
  .blogfeed .container div.poster {
    width: 100%;
  }
}

.blogfeed .container div.poster a.category {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  display: block;
  padding: 5px 10px;
  background-color: #7F2E65;
  color: #FAFAFA;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blogfeed .container div.poster a.category:hover {
  background-color: #2E7F48;
}

.blogfeed .container div.poster div.img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.blogfeed .container div.poster p {
  padding: 0 20px 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.blogfeed .container div.poster p:first-of-type {
  padding: 25px 20px 15px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.blogfeed .container div.poster h4 {
  color: #2E7F48;
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding: 0 20px 15px;
  line-height: 26px;
}

.flipflop {
  padding: 0 0;
  margin: 0 0;
}

.flipflop.flop .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flipflop.flop .container .flipper span {
  right: 0;
  left: initial;
}

.flipflop.green-dots {
  background-image: url(../img/greendots.jpg);
  background-size: cover;
  background-position: center;
}

.flipflop.green-dots .container .flipper h2, .flipflop.green-dots .container .flipper h3, .flipflop.green-dots .container .flipper h4, .flipflop.green-dots .container .flipper h5, .flipflop.green-dots .container .flipper h6, .flipflop.green-dots .container .flipper p, .flipflop.green-dots .container .flipper a, .flipflop.green-dots .container .flipper ul, .flipflop.green-dots .container .flipper li {
  color: #FAFAFA;
}

.flipflop.green-dots .container .flipper .button.special {
  background-color: #FAFAFA;
  color: #2E7F48;
}

.flipflop.green-dots .container .flipper .button.special:hover {
  border: 2px solid #FAFAFA;
  background-color: #2E7F48;
  color: #FAFAFA;
}

.flipflop.green {
  background-color: #2E7F48;
  background-image: url(../img/greenback.png);
  background-size: 50%;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.flipflop.green .container .flipper h2, .flipflop.green .container .flipper h3, .flipflop.green .container .flipper h4, .flipflop.green .container .flipper h5, .flipflop.green .container .flipper h6, .flipflop.green .container .flipper p, .flipflop.green .container .flipper a, .flipflop.green .container .flipper ul, .flipflop.green .container .flipper li {
  color: #FAFAFA;
}

.flipflop.green .container .flipper a.button.special {
  background-color: #FAFAFA;
  color: #2E7F48;
}

.flipflop.green .container .flipper a.button.special:hover {
  border: 2px solid #FAFAFA;
  background-color: #2E7F48;
  color: #FAFAFA;
}

.flipflop.tan {
  background-image: url(../img/sandy.jpeg);
  background-size: contain;
}

.flipflop.tan .container .flipper h2, .flipflop.tan .container .flipper h3, .flipflop.tan .container .flipper h4, .flipflop.tan .container .flipper h5, .flipflop.tan .container .flipper h6, .flipflop.tan .container .flipper a {
  color: #2C2C2C;
}

.flipflop.tan .container .flipper p {
  color: #2C2C2C;
}

.flipflop.tan .container .flipper a.button.special {
  background-color: #2E7F48;
  color: #FAFAFA;
}

.flipflop.tan .container .flipper a.button.special:hover {
  border: 2px solid #2E7F48;
  background-color: #FAFAFA;
  color: #2E7F48;
}

.flipflop.white-dots {
  background-image: url(../img/faded.jpg);
  background-size: cover;
  background-position: center;
}

.flipflop.white-dots .container .flipper h2, .flipflop.white-dots .container .flipper h3, .flipflop.white-dots .container .flipper h4, .flipflop.white-dots .container .flipper h5, .flipflop.white-dots .container .flipper h6, .flipflop.white-dots .container .flipper a {
  color: #2C2C2C;
}

.flipflop.white-dots .container .flipper p {
  color: #2C2C2C;
}

.flipflop.white-dots .container .flipper a.button.special {
  background-color: #2E7F48;
  color: #FAFAFA;
}

.flipflop.white-dots .container .flipper a.button.special:hover {
  border: 2px solid #2E7F48;
  background-color: #FAFAFA;
  color: #2E7F48;
}

.flipflop.white-dots .container .flipper a.arrow:after {
  content: url("../img/bdown-arrow.svg");
}

.flipflop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}

@media (max-width: 999px) {
  .flipflop .container {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flipflop .container .flipper {
  width: 50%;
  position: relative;
  padding: 45px;
}

@media (max-width: 999px) {
  .flipflop .container .flipper {
    width: 100%;
    padding: 25px;
  }
}

.flipflop .container .flipper span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-position: center;
}

@media (max-width: 999px) {
  .flipflop .container .flipper span {
    height: 400px;
    position: relative;
    display: block;
  }
}

.flipflop .container .flipper p.sub {
  font-weight: 300;
  padding: 20px 25px 0;
  font-size: 17px;
}

.flipflop .container .flipper ul {
  padding: 10px 25px;
  list-style: disc;
}

.flipflop .container .flipper ul li {
  padding: 0 0 15px;
}

.taggers {
  background-color: #eeeeee;
  padding: 20px;
}

.taggers .container .tags {
  line-height: 30px;
}

.taggers .container a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #7F2E65;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */