@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap");
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, ul, ol,
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: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: sans-serif;
}

blockquote, q {
  quotes: none;
}

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

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

a, a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

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

.img-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.img-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.img-holder.img-full {
  padding-bottom: 100%;
}
.img-holder.img-std {
  padding-bottom: 75%;
}
.img-holder.img-wide {
  padding-bottom: 40%;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-1 {
  flex: 1;
}

.full-height {
  position: relative;
  height: 100%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-container > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1200px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.relative {
  position: relative;
}

.row-grid {
  margin: -15px;
}
.row-grid > * {
  padding: 15px;
}

.row-grid-big {
  margin: -30px;
}
.row-grid-big > * {
  padding: 30px;
}

.row-grid-small {
  margin: -7.5px;
}
.row-grid-small > * {
  padding: 7.5px;
}

.animated {
  animation-duration: 0.3s;
}

.text-uppercase {
  text-transform: uppercase;
}

.wow {
  animation-duration: 1s;
}

.slider {
  position: relative;
}

section {
  position: relative;
}

.img-fluid {
  width: 100%;
}

.wrapper {
  position: relative;
}

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

.text-center {
  text-align: center;
}

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

input, select, button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit;
}
input::placeholder, select::placeholder, button::placeholder {
  color: inherit;
}

strong, b {
  font-weight: bold;
}

@font-face {
  font-family: Morganite;
  src: url("../fonts/Morganite-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Morganite;
  src: url("../fonts/Morganite-Bold-Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
b, strong {
  font-weight: bold;
}

body {
  font-size: 24px;
  font-family: Poppins, sans-serif;
  line-height: 1.25;
  color: #0c6d37;
  font-weight: 500;
}
body.menu-active {
  overflow: hidden;
}

.container {
  max-width: 1600px;
}

.header {
  background: #224230;
  color: #fff;
  padding: 20px 0;
  position: sticky;
  z-index: 1000;
  top: 0;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.header .logo {
  height: 120px;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.header.fixed {
  padding: 10px 0;
}
.header.fixed .logo {
  height: 60px;
}

.italic {
  font-style: italic;
}

.nav ul {
  display: flex;
  align-items: center;
}
.nav ul li + li {
  margin-left: 40px;
}
.nav ul li a:hover, .nav ul li a.active {
  color: rgba(255, 255, 255, 0.5);
}

main {
  overflow: hidden;
  position: relative;
}

.video {
  position: relative;
  background: url("../images/video.svg") center center no-repeat;
  background-size: cover;
}
.video video {
  width: 100%;
  display: block;
}

.btn-play {
  color: #fff;
  text-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.5);
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  top: calc(100% - 1.5em);
  right: 0;
  bottom: 0;
  left: calc(100% - 1.5em);
  margin: auto;
  font-size: 4.5em;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.btn-play:hover {
  transform: scale(0.9);
}
.btn-play::before {
  content: "";
}
.btn-play.paused {
  left: 0;
  top: 0;
}
.btn-play.paused::before {
  content: "";
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  line-height: 1;
}

.overlay {
  position: relative;
}
.overlay .overlay-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay .overlay-image.overlay-image-1 {
  background: url("../images/bg.png") top center repeat;
}
.overlay .overlay-image.overlay-image-2 {
  background: url("../images/bg-2.png") top center repeat;
  opacity: 0.25;
}

.alert {
  padding: 1em;
  text-align: center;
  border: 1px solid;
  color: #fceed2;
}

.content {
  padding: 80px 0;
}

p a:hover {
  text-decoration: underline;
}

.form-label {
  margin-bottom: 0.25em;
  display: block;
}

.container {
  z-index: 2;
}

.content-html {
  line-height: 1.5;
}

.btn {
  padding: 1em;
  background: #f07e38;
  font-weight: bold;
  border-radius: 0.25em;
  cursor: pointer;
  color: #224230;
  letter-spacing: 0.05em;
}

.footer {
  background: #224230;
  color: #fff;
  font-weight: normal;
}
.footer h3 {
  text-align: center;
}
.footer .content-html {
  color: #61666b;
  text-align: center;
}
.footer .help-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.66666666em 1em;
  border: 1px solid;
  border-radius: 0.25em;
  text-align: center;
}
.footer .help-block i {
  margin-right: 0.66666666em;
  font-size: 1.5em;
}
.footer .fixed-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #61666b;
  font-size: 3em;
  z-index: 2;
  margin-left: 20px;
  margin-bottom: 20px;
}
.footer .fixed-buttons a {
  display: block;
  transition: 0.3s;
}
.footer .fixed-buttons a + a {
  margin-top: 20px;
}
.footer .fixed-buttons a:hover {
  transform: scale(1.1);
}

.map-container {
  max-width: 360px;
  margin: auto;
  border: 4px solid #fceed2;
  border-radius: 50%;
  overflow: hidden;
}
.map-container .map {
  padding-bottom: 100%;
  position: relative;
}
.map-container .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-control {
  border-radius: 0.25em;
  width: 100%;
  display: block;
  padding: 0.5em;
  background: #fff;
  color: #224230;
}
.form-control.has-error {
  background: #fceed2;
}

.main {
  background: #0c6d37;
  color: #fff;
}
.main ul li + li {
  margin-top: 80px;
}
.main h1, .main h3 {
  font-size: 4em;
  text-align: center;
  color: #fceed2;
  font-family: Morganite, sans-serif;
}
.main h3 {
  margin-bottom: 0;
}
.main h4 {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}
.main .img-wrapper {
  max-width: 256px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
.main h5 {
  text-align: center;
  font-weight: normal;
  color: #fceed2;
}

.misc {
  background: #fceed2;
}
.misc h1, .misc h3 {
  font-size: 4em;
  font-family: Morganite, sans-serif;
}
.misc h1 {
  text-align: center;
}
.misc h3 {
  margin: auto;
}

.products {
  background: #f07e38;
  color: #fff;
  text-align: center;
}
.products h1, .products h3 {
  font-size: 4em;
  font-family: Morganite, sans-serif;
}
.products h3 {
  margin: auto;
  color: #0c6d37;
}
.products .italic {
  font-family: Morganite, sans-serif;
  font-style: italic;
  font-size: 4em;
  line-height: 1;
}

@keyframes infiniteScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(-100vh);
  z-index: 1000;
  overflow: auto;
  color: #fff;
  background: #224230;
  padding: 20px;
  font-size: 1.5em;
}
.mobile-menu.menu-active {
  transform: translateY(0);
}
.mobile-menu .dropdown-menu {
  display: none;
}
.mobile-menu .dropdown-menu ul {
  margin-top: 20px;
  padding: 0 40px;
  overflow: hidden;
}
.mobile-menu .dropdown-menu ul li {
  margin: 20px auto;
}
.mobile-menu .mobile-nav > ul > li {
  margin-top: 20px;
}
.mobile-menu .mobile-nav ul li a i {
  font-size: 1.5em;
  line-height: 0.66666666;
}
.mobile-menu .mobile-logo {
  height: 60px;
}

@media screen and (max-width: 1600px) {
  body {
    font-size: 21px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .video .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }

  .header {
    padding: 10px 0;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.15);
  }
  .header .logo {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .content {
    padding: 60px 0;
  }

  .main ul li + li {
    margin-top: 60px;
  }

  .footer .fixed-buttons {
    position: relative;
    margin: auto;
  }
  .footer .fixed-buttons a + a {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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