@import 'fontello.css';
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.otf') format('opentype'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#../fonts/Gotham-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Light.otf') format('opentype'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#../fonts/Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.otf') format('opentype'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#../fonts/Gotham-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
* {
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Gotham', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75vw;
  line-height: 1.6;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  position: relative;
  z-index: 15;
}
::-moz-selection {
  background-color: #222222;
  color: #fff;
}
::selection {
  background-color: #222222;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 1vw;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #90a955;
  text-decoration: none;
}
a:focus {
  color: #90a955;
  text-decoration: none;
}
p {
  color: #222222;
  margin: 0;
}

.form-row:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 0.6vw 1vw;
  height: auto;
  border-radius: 6px;
  background-color: #f1f1f1;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #b0d235;
}
textarea.form-control {
  min-height: 150px;
}
.form-container form {
  position: relative;
}
.form-container {
  padding: 2vw;
  margin-top: 3vw;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}
.form-btn {
  text-align: right;
}
.form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.75vw;
}
.form-2 .form-group {
  margin: 0;
}
.form-full {
  grid-column: span 2;
}
.form-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.75vw;
  align-items: center;
}
section {
  padding: 5vw 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.title-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3vw;
  margin-bottom: 1.5vw;
  position: relative;
  z-index: 10;
}
.title-grid.full {
  grid-template-columns: 1fr auto;
}
.title-grid p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.8;
}
.title {
  margin: 0 0 1.5vw 0;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title.medium {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}
.title h2 {
  margin: 0;
  font-size: 2.5vw;
}
.title h3 {
  margin-top: 0;
  font-size: 1.75vw;
}
.title h4 {
  font-size: 1vw;
  margin-bottom: 1vw;
}
.title p {
  font-size: 0.85vw;
  margin: 0.5vw 0 0 0;
  font-weight: 400;
}
.title-line {
  display: block;
  width: 160px;
  margin-bottom: 1vw;
}
.title-line img {
  display: block;
  width: 100%;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005a2f;
}
#mask {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#mask img {
  display: block;
  width: 15vw;
  height: auto;
}
.loader-1 {
  margin-top: 2.5vw;
  height: 2.5vw;
  width: 2.5vw;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}
.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2.5vw;
  width: 2.5vw;
  clip: rect(0, 2.5vw, 2.5vw, 25px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.loader-1 span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2.5vw;
  width: 2.5vw;
  clip: rect(0, 2.5vw, 2.5vw, 25px);
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}
@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 300;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#topnav.scroll {
  background-color: #172a18;
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
  box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
}
#topnav .container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 5vw;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topnav.scroll .container {
  padding: 0 2vw;
}
#topnav #navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0;
  height: 100%;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #fff;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
#topnav .navigation-menu > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#topnav .navigation-menu > li:before {
  content: '';
  opacity: 0;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../images/svg/btn-rnd.svg);
  background-size: contain;
  position: absolute;
  margin: auto;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topnav .navigation-menu > li:hover:before {
  opacity: 0.6;
}
#topnav .navigation-menu > li > a {
  display: inline-flex;
  color: #fff;
  font-size: 0.7vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 1vw;
  height: 100%;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo {
  opacity: 1;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo:hover {
  opacity: 0.7;
}
#topnav .logo img {
  height: 4vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo-white {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
}
#topnav.scroll .logo img {
  height: 4vw;
}
#topnav .navigation-menu > li.has-submenu > a:after {
  content: '\f107';
  font-family: 'fontello';
  margin-left: 0.5vw;
}
#topnav .navigation-menu > li.last-elements .submenu {
  left: auto;
  right: 0;
}
#topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
}
#topnav .navigation-menu > li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0.75vw 0;
  list-style: none;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  margin-top: 1vw;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li .submenu li {
  position: relative;
}
#topnav .navigation-menu > li .submenu li ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#topnav .navigation-menu > li .submenu li a {
  display: block;
  padding: 0.25vw 1vw;
  clear: both;
  white-space: nowrap;
  font-size: 0.7vw;
  text-transform: uppercase;
  font-weight: 700;
}
#topnav .navigation-menu > li .submenu li a:hover {
  color: #814997;
}
#topnav .navigation-menu > li .submenu li span {
  display: block;
  padding: 8px 25px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: #949ba1;
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li .submenu li span.label {
  padding: 0.2em 0.6em 0.3em;
  display: inline;
  background-color: #ef2d56;
  color: #fff;
  margin-left: 4px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
}
#topnav .navigation-menu > li.has-submenu:hover > .submenu {
  visibility: visible;
  opacity: 1;
  margin-top: -2vw;
}
#topnav .navigation-menu > li.has-submenu:hover > .submenu {
  margin-top: 0;
}
#topnav .nav-social {
  display: flex;
  align-items: center;
  grid-gap: 0.35vw;
  position: absolute;
  right: 5vw;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topnav.scroll .nav-social {
  right: 2vw;
}
#topnav .nav-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  background-color: #4f772d;
  color: #fff;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 6px;
}
#topnav .nav-social a:hover {
  background-color: #005a2f;
  color: #fff;
}
#topnav .nav-social .btn-mid {
  width: 2.5vw;
  padding: 0;
  background-color: #90a955;
  color: #fff;
}
#topnav .nav-social .btn-mid:hover {
  background-color: #005a2f;
}
#topnav .nav-social svg {
  height: 0.85vw;
  width: 100%;
}
#topnav .nav-social path {
  fill: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .nav-social a:hover path {
  fill: #fff;
}
#topnav .logo-min {
  display: none;
}
#video-bg {
  top: -60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/cover/home.jpg);
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
  position: relative;
  z-index: 10;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}
#home-slider .flex-direction-nav > li > a {
  display: block;
  color: #fff;
  width: 2vw;
  height: 2vw;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 200;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content h1 {
  font-size: 3vw;
  font-weight: 700;
  margin: 0 0 1vw 0;
  position: relative;
  overflow: hidden;
}
.slide-content span img {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  bottom: 0;
}
.slide-content .slide-1 {
  overflow: hidden;
  position: relative;
}
.slide-content .slide-1 .slide-inner,
.slide-content .slide-1 .slide-inner {
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 1.4s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 1.4s cubic-bezier(0.85, 0, 0.3, 1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.slide-content .slide-2 .slide-inner {
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 1.4s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 1.4s cubic-bezier(0.85, 0, 0.3, 1);
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
#home-slider .flex-active-slide .slide-1 .slide-inner {
  opacity: 1;
  top: 0;
}
.slide-content .slide-2 {
  position: relative;
  overflow: hidden;
}
#home-slider .flex-active-slide .slide-2 .slide-inner {
  opacity: 1;
  top: 0;
}
#home-slider .slide-content .btn-mid {
  transition: all 1.2s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.85, 0, 0.3, 1);
  margin-top: 200px;
  opacity: 0;
}
.slide-content .btn-mid span {
  font-size: 0.8vw;
}
#home-slider .flex-active-slide .slide-content .btn-mid {
  margin-top: 1vw;
  opacity: 1;
}
.flex-control-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 1vw;
  z-index: 100;
}
.flex-control-nav > li {
  width: 25px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.65);
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex-control-paging > li > a.flex-active:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0 !important;
}
.bt-0 {
  border-top: 0 !important;
}
.br-0 {
  border-right: 0 !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.bl-0 {
  border-left: 0 !important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-50 {
  margin-bottom: 2.5vw !important;
}
.mr-50 {
  margin-right: 2.5vw !important;
}
.ml-50 {
  margin-left: 2.5vw !important;
}
.mt-50 {
  margin-top: 2.5vw !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 2.5vw;
}
.pr-50 {
  padding-right: 2.5vw;
}
.pl-50 {
  padding-left: 2.5vw;
}
.pt-50 {
  padding-top: 2.5vw;
}
.scroll-btn {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 4vw;
  width: 2vw;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-btn:hover {
  opacity: 0.7;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 2vw;
  height: 3vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.25vw solid white;
  border-radius: 0.95vw;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 0.4vw;
  height: 0.4vw;
  margin: -0.2vw 0 0 -0.2vw;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.white {
  color: #fff !important;
}
.bg-green {
  background-color: #005a2f;
}
.bg-lgreen {
  background-color: #4f772d;
}
.cover-bg {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.65;
  background: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.9;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.9;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.btn-mid {
  display: inline-flex;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #90a955;
  border-radius: 2.5vw;
  padding: 0.75vw 2.5vw;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px -1px rgb(46 85 151 / 19%);
  -webkit-box-shadow: 0px 10px 20px -1px rgb(46 85 151 / 19%);
}
.btn-mid span {
  color: #fff;
  font-size: 0.75vw;
  font-weight: 700;
  position: relative;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover {
  background-color: #005a2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-center {
  display: block;
  text-align: center;
  margin-top: 2vw;
}
#about,
#what {
  padding: 0;
  margin: 0;
  height: 100%;
  border: 0;
}
#about .section.active .cover-bg,
#what .section.active .cover-bg {
  transform: scale(1);
  background-position: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#about .section .cover-bg,
#what .section .cover-bg {
  transform: scale(1.4);
}
.about-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4vw;
  align-items: center;
}
.about-main p {
  margin-bottom: 1vw;
  font-size: 0.85vw;
  opacity: 0.9;
}
.about-main p:last-child {
  margin-bottom: 0;
}
.about-main .btn-mid {
  margin-top: 1.5vw;
}
.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5vw;
}
.about-col.center {
  align-items: center;
}
.about-col img {
  border-radius: 8px;
  overflow: hidden;
}
.about-text p {
  color: #fff;
}
.big-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5vw;
  margin-top: 2.5vw;
}
.big-box {
  background-color: #005a2f;
  padding: 1.5vw;
  border-radius: 6px;
}
.big-box h3 {
  font-weight: 700;
  margin: 0 0 15px 0;
}
.big-box .cert-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1vw;
  margin-top: 1.5vw;
}
.big-box .cert-grid .cert-box {
  width: calc(100% / 3);
}
#productos {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-wrapper {
  display: block;
  width: 100%;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  width: 100%;
  z-index: 15;
  padding: 0 4vw;
}
.product-box {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 30vw;
  position: relative;
  overflow: hidden;
  z-index: 10;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 10px rgb(46 85 151 / 19%);
  -webkit-box-shadow: 0px 10px 30px 10px rgb(46 85 151 / 19%);
}
.product-box h3 {
  position: relative;
  z-index: 15;
}
.product-main {
  background-color: #005a2f;
  text-align: left;
}
.product-bg {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-bg.active {
  opacity: 1;
}
.product-title {
  opacity: 1;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 0 3vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box:hover .product-title {
  opacity: 0;
}
.product-title h3 {
  color: #fff;
  font-size: 2vw;
}
.product-title p {
  color: #fff;
  font-size: 0.85vw;
}
.product-main .product-title {
  padding: 0 2vw !important;
  opacity: 1 !important;
  text-align: left !important;
  align-items: flex-start !important;
}
.product-main .product-title h3 {
  margin-bottom: 1vw;
}
.product-box:hover .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.product-box:hover .overlay {
  opacity: 0.2;
}
.product-go {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  width: 3.5vw;
  height: 3.5vw;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box:hover .product-go {
  opacity: 1;
}
.product-go i {
  position: absolute;
}
.slick-list {
  margin: 0;
  padding: 0;
}
.slick-arrow {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/svg/btn-rnd.svg);
  background-color: transparent;
  color: #fff;
  font-size: 0;
  border: none;
  position: absolute;
  top: -70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-prev {
  left: 0;
}
.slick-next {
  left: 3vw;
}
.slick-arrow:hover {
  opacity: 0.4;
}
.slick-prev:before {
  content: '\e927';
  font-family: 'fontello';
  color: #fff;
  font-size: 15px;
}
.slick-next:before {
  content: '\e928';
  font-family: 'fontello';
  color: #fff;
  font-size: 15px;
}
.detail-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 300;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detail-modal.active {
  opacity: 1;
  pointer-events: visible;
}
.detail-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail-img {
  position: relative;
  overflow: hidden;
}
.detail-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-inner {
  display: block;
  width: 100%;
  max-width: 640px;
  padding: 0 2vw;
}
.detail-inner .title h2 {
  font-size: 68px;
  color: #005a2f;
}
.detail-inner p {
  color: #222222;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 1.5vw;
}
.detail-inner p:last-child {
  margin-bottom: 0;
}
.detail-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  width: 3vw;
  height: 3vw;
  font-size: 0.8vw;
  color: #fff;
}
.detail-close i {
  position: absolute;
}
.detail-close .btn-rnd {
  fill: #90a955;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detail-close:hover .btn-rnd {
  fill: #005a2f;
}
.detail-full .detail-inner {
  margin: 0 auto;
  padding: 100px 40px 80px 2vw;
}
.detail-full .detail-info {
  display: block;
  overflow: auto;
}
.detail-full .b-left {
  position: fixed;
  left: calc(50% - 20px);
}
.product-img {
  display: block;
  margin-bottom: 1vw;
}
.text-box {
  display: block;
  padding: 1.5vw;
  background-color: #005a2f;
  margin-bottom: 2vw;
}
.text-box p {
  color: #fff;
}
.text-box h3 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 0.4vw 0;
}
.text-box p:last-child {
  margin-bottom: 0;
}
#contacto {
  display: block;
  height: 100%;
  padding: 0;
}
.social-list {
  display: flex;
  align-items: center;
}
.social-list a {
  display: inline-flex;
  width: 3vw;
  height: 3vw;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 10px;
}
.social-list a:last-child {
  margin-right: 0;
}
.social-list i {
  position: absolute;
  color: #fff;
  font-size: 0.8vw;
  margin-left: 2px;
}
.social-list svg {
  width: 100%;
}
.social-list path {
  fill: #90a955;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-list a:hover path {
  fill: #005a2f;
}
#planta {
  display: block;
  height: 100%;
  padding: 0;
}
#planta .about-inner .title,
#planta .about-inner p {
  opacity: 1;
  bottom: 0;
}
.cert-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.5vw;
  max-width: 45vw;
  margin: 0 auto;
  margin-top: 2.5vw;
  position: relative;
  z-index: 10;
}
.cert-box {
  width: calc(100% / 4 - 30px);
  background-color: #fff;
  border-radius: 6px;
  padding: 1vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cert-box:hover {
  opacity: 0.6;
}
.cta-fixed {
  position: fixed;
  bottom: 1.5vw;
  right: 1.5vw;
  z-index: 110;
  display: flex;
  align-items: center;
}
.cta-text {
  opacity: 0;
  right: 2.5vw;
  position: absolute;
  display: inline-flex;
  height: 100%;
  margin-right: 0;
  border-radius: 2vw;
  background-color: #4f772d;
  padding: 0 1.2vw;
  align-items: center;
  width: 220px;
  z-index: 0;
  pointer-events: none;
  -webkit-box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
  box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-fixed:hover .cta-text {
  opacity: 1;
  right: 65px;
}
.cta-text p {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.cta-text i {
  margin-right: 10px;
}
.cta-ws {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  color: #fff !important;
  font-size: 1.2vw;
  background-color: #25d366;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  -webkit-box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
  box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
}
.cta-fixed:hover .cta-ws {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5vw;
  margin-top: 2.5vw;
}
.news-box {
  display: block;
  padding: 1vw;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 5px 20px 60px -0px rgb(0 0 0 / 20%);
  box-shadow: 5px 20px 60px -0px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.news-box:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.news-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 10vw;
}
.news-img {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.news-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
  text-align: center;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #4f772d;
  border-radius: 4px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  -webkit-box-shadow: 5px 20px 60px -0px rgb(0 0 0 / 20%);
  box-shadow: 5px 20px 60px -0px rgb(0 0 0 / 20%);
}
.news-date span {
  line-height: 1;
  display: block;
  font-size: 0.8vw;
  font-weight: 700;
  color: #fff;
}
.news-date p {
  font-size: 0.5vw;
  line-height: 1;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}
.news-info {
  display: block;
  margin-top: 1vw;
}
.news-info h4 {
  color: #191b1d !important;
  font-weight: 700;
  font-size: 1vw;
  margin: 0 0 0.4vw 0;
}
.news-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .btn-mid {
  margin-top: 1vw;
  font-size: 13px;
  padding: 14px 25px;
}
.news-box:hover .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.title-date {
  display: inline-flex;
  padding: 0.6vw 1.5vw;
  border-radius: 1vw;
  font-weight: 700;
  font-size: 1vw;
  letter-spacing: 1px;
  color: #fff;
  background-color: #172a18;
  margin-top: 1vw;
}
#article {
  overflow: visible;
}
#article .container {
  max-width: 960px;
}
.article-container {
  margin: 0 auto;
  position: relative;
}
.article-wrapper {
  display: block;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 5px 20px 60px -0px rgb(0 0 0 / 20%);
  box-shadow: 5px 20px 60px -0px rgb(0 0 0 / 20%);
}
.article-cover {
  display: flex;
  align-items: flex-end;
  height: 400px;
  position: relative;
}
.article-cover .news-date {
  position: absolute;
  left: 2vw;
  bottom: -1vw;
}
.article-date {
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.article-text {
  padding: 2.5vw 2vw;
}
.article-text img {
  display: block;
  margin: 40px 0;
}
.article-text p {
  line-height: 1.6;
  margin-bottom: 1vw;
}
.article-text ul {
  padding: 0 0 0 1vw;
  margin: 0 0 1vw 0;
}
.article-text ul:last-child {
  margin-bottom: 0;
}
.article-text li {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #191b1d;
}
.article-text li:last-child {
  margin-bottom: 0;
}
.article-text ul ul {
  margin-top: 0.75vw;
}
.article-text ul ul li {
  margin-bottom: 5px;
}
.article-text ul strong {
  font-size: 0.75vw;
  font-weight: 500;
  color: #191b1d;
}
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5 {
  margin: 2vw 0 1vw 0;
  font-weight: 700;
  line-height: 1.35;
}
.article-text h2 {
  font-size: 1.5vw;
}
.article-text h3 {
  font-size: 1.2vw;
}
.article-text h4 {
  font-size: 1vw;
}
.article-text h5 {
  font-size: 0.8vw;
}
.article-text strong {
  font-weight: 700;
  color: #191b1d;
}
.article-title {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-gap: 1vw;
  margin-bottom: 1vw;
}
.article-title h2 {
  margin: 0;
  color: #0055a7;
}
.article-slug {
  display: block;
  margin-bottom: 2vw;
}
.article-slug p {
  font-size: 0.8vw;
  font-weight: 600;
}
.article-autor {
  display: block;
  margin-top: 2vw;
}
.article-autor p {
  font-weight: 600;
  margin: 0;
  color: #0055a7;
}
.article-autor span {
  display: block;
  color: #83807d;
}
.news-share {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.news-share a {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  margin-right: 0.25vw;
  color: #fff;
  background-color: #82a7d5;
}
.news-share a:last-child {
  margin-right: 0;
}
.news-share a:hover {
  opacity: 0.6;
}
.news-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
  margin-top: 2vw;
}
#top {
  padding: 4vw 0;
  min-height: 100vh;
  height: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top .cover-bg {
  background-attachment: fixed;
}
#top .title {
  margin-bottom: 0;
}
#top .title p {
  font-size: 1vw;
}
#top .container {
  padding: 4vw 0;
}
#top .title {
  position: relative;
  z-index: 10;
}
#top .title h1 {
  font-weight: 700;
  color: #fff;
  font-size: 3vw;
  margin: 0 0 1.5vw 0;
}
#top .title p {
  margin: 0;
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.6;
  color: #fff;
  width: 100%;
  max-width: 32vw;
}
.top-grid {
  column-count: 2;
  column-gap: 3vw;
}
.top-grid p {
  margin-bottom: 1.5vw;
}
.top-grid p:last-child {
  margin-bottom: 0;
}
.top-grid p {
  max-width: initial;
}
.solution-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 5vw;
}
.solution-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 5vw;
}
.solution-text {
  padding: 4vw;
}
.solution-text h3 {
  color: #fff;
  text-align: left;
  font-size: 1.75vw;
}
.solution-text p {
  color: #fff;
}
.solution-text .solution-title {
  padding: 0;
  display: block;
  margin: 0 0 1.5vw 0;
}
.solution-center .solution-number {
  position: absolute;
  padding: 0 1.5vw;
  height: 2.5vw;
  border-radius: 1vw;
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 1vw;
  letter-spacing: 1px;
  color: #fff;
  background-color: #172a18;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: 0;
  bottom: 0;
}
.solution-left .solution-number {
  right: -3vw;
}
.solution-right .solution-number {
  left: -3vw;
}
.solution-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.solution-right .solution-img {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution-left .solution-img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution-center.radius .solution-img {
  border-radius: 6px !important;
}
.div-line {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #172a18;
}
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  width: 100%;
  z-index: 15;
  margin-bottom: 2vw;
  padding: 0 4vw;
}
.mission-box {
  padding: 4vw;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 10;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 10px rgb(46 85 151 / 19%);
  -webkit-box-shadow: 0px 10px 30px 10px rgb(46 85 151 / 19%);
}
.mission-text {
  width: 100%;
  position: relative;
  z-index: 15;
}
.mission-text p {
  color: #fff;
}
.mission-text .title {
  margin-bottom: 1vw;
}
.mission-text ul {
  padding-left: 1vw;
}
.mission-text li {
  color: #fff;
  margin-bottom: 10px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1vw;
}
.values-box {
  background-color: #172a18;
  padding: 1vw;
  border-radius: 6px;
}
.values-box h4 {
  font-size: 22px;
  margin: 0 0 0.4vw 0;
  color: #fff;
}
.contact-info {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr repeat(2, 1fr);
  grid-gap: 3vw;
}
.contact-box {
  display: grid;
  grid-template-columns: 3vw 1fr;
  grid-gap: 1vw;
  align-items: center;
}
.contact-box h3 {
  color: #fff;
  margin: 0 0 5px 0;
  font-weight: 700;
}
.contact-box a {
  color: #fff;
}
.contact-box a:hover {
  opacity: 0.6;
}
.contact-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  border-radius: 6px;
  background-color: #172a18;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
}
.contact-group {
  display: flex;
  flex-direction: column;
}
.tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap: 1vw;
}
.tab-list .btn-mid.active {
  background-color: #172a18;
}
.tab-list .btn-mid:hover {
  background-color: #4f772d !important;
  opacity: 0.6;
}
.tab-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.tab-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.tab-box.active {
  position: relative;
  pointer-events: visible;
  opacity: 1;
}
footer {
  display: block;
  position: relative;
  z-index: 10;
  background-color: #172a18;
  padding: 4vw 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  grid-gap: 3vw;
}
.footer-logo img {
  height: 3vw;
}
.footer-social {
  display: flex;
  margin-top: 1.5vw;
}
.footer-social {
  display: inline-flex;
  background-color: #fff;
  color: #172a18 !important;
  width: 2.5vw;
  height: 2.5vw;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.85vw;
  margin: 0 0 0.5vw 0 !important;
}
.footer-social img {
  height: 1vw;
}
.footer-social:last-child {
  margin-bottom: 0 !important;
}
.social-row {
  display: flex;
  flex-direction: row;
  grid-gap: 8px;
}
.footer-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-column a {
  opacity: 1;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-column a:hover {
  opacity: 0.7;
}
.footer-column a:last-child {
  margin-bottom: 0;
}
.footer-bottom {
  text-align: center;
  padding-top: 2.5vw;
  margin-top: 1.5vw;
}
.footer-bottom p {
  color: #fff;
}
.footer-bottom a {
  opacity: 1;
  font-weight: 700;
  color: #fff;
}
.footer-bottom a:hover {
  opacity: 0.7;
}
.footer-copy {
  align-items: center;
  justify-content: center;
}
