:root {
  --swiper-pagination-color: #309e3a;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-color: #d9d9d9;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

body {
  font-optical-sizing: auto;
  position: relative;
}

section {
  overflow: hidden;
}
section#top {
  background-color: #006323;
}
section#top > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
section#top > div .separator {
  background-color: #acc675;
  width: 100px;
  height: 2px;
}

/* Form */
.form-box {
  background: rgba(7, 33, 14, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 35px;
  max-width: 450px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 30px;
}
.form-box label {
  color: white;
  font-size: 1rem;
  color: #fffcfc;
  margin-bottom: 0.05em;
  font-weight: 600; /* Medium */
}
.form-box input {
  background-color: #fff4e1;
  color: #2d632d;
  border-radius: 2px;
  border: none;
}
.form-box .btn-custom {
  background-color: #fff4e1;
  border: none;
  color: #006323;
  font-weight: 700;
  border-radius: 30px;
  font-size: 1.25rem;
  height: 50px;
  transition: 0.3s;
}
.form-box .btn-custom > span {
  display: inline-block;
}
.form-box .btn-custom .sending {
  display: none;
}
.form-box .btn-custom[disabled] > span {
  display: none;
}
.form-box .btn-custom[disabled] .sending {
  display: block;
}
.form-box .btn-custom:hover {
  background-color: #cdd3c2;
}

.btn-primary {
  color: #2d632d;
}

.text-secondary u {
  text-decoration: none;
  color: #acc675;
}

.separator {
  background-color: #acc675;
  width: 87%;
  height: 2px;
}

.container-fixed {
  max-width: 1400px !important;
}

#featured > div {
  position: relative;
}
#featured > div .row {
  position: relative;
  z-index: 1;
}
#featured > div .bg-image {
  overflow: hidden;
  width: 100%;
}
#featured > div .bg-image > img {
  width: 100%;
}

@media (min-width: 1200px) {
  #featured > div .bg-image {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 73px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 0;
    max-width: calc(100vw - 420px);
  }
}
#featured-3 .container-fixed {
  max-width: 1000px !important;
}

#featured-3 .icons img {
  width: 50px;
  height: 50px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}

#featured-4 .separator {
  background-color: #229e45;
  width: 155px !important;
}

@media (max-width: 1199px) {
  #featured-4 img.w-100 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#featured-5 img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin-top: 9px;
}

#separator-image {
  height: 40vw;
  max-height: 425px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 1401px) {
  #featured > div .bg-image {
    width: calc(100vw - 600px);
    max-width: 1300px;
  }
}
.separator-full {
  position: absolute;
  left: 4.5vw;
  top: 0;
  width: 100vw;
}

@media (min-width: 1920px) {
  .separator-full {
    left: 80px;
  }
}
#featured-2 > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#featured-2 .swiper {
  padding-bottom: 50px;
  width: 100%;
}

footer {
  background-color: #2d632d;
}
footer .container-fixed {
  max-width: 1236px !important;
}
footer .logo-spacer {
  height: 3px;
}
footer .logo-spacer-2 {
  height: 2px;
}
footer a {
  text-decoration: none;
}
footer a .bi {
  color: #be9a58;
  height: 36px;
  width: 36px;
}
footer .border-start {
  border-left-width: 2px !important;
}

@media (max-width: 1200px) {
  section#top > div {
    background-size: 100%;
    background-position-x: 85px;
    background-position-y: 150px;
  }
  .form-box {
    padding: 20px;
  }
  footer .logo-spacer {
    height: 0px;
  }
  footer a .bi {
    height: 36px;
    width: 36px;
  }
  footer .border-start {
    border-left-width: 0px !important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
  #featured-4 p {
    font-size: inherit !important;
  }
}
.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.3137254902);
}

#error-msg {
  color: white;
  background-color: red;
  border-radius: 8px;
}

#valid-msg {
  color: white;
  background-color: #00c900;
  border-radius: 8px;
}

input.error {
  border: 1px solid #ff7c7c;
}

.hide {
  display: none;
}

.iti {
  display: block;
}

.grecaptcha-badge {
  display: none !important;
}

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

@media (max-width: 1400px) {
  .container-fixed {
    max-width: 1240px !important;
  }
  footer .container-fixed {
    max-width: 860px !important;
  }
  footer a .bi {
    height: 28px;
    width: 28px;
  }
}