@font-face {
  font-family: "VNF-Optima";
  src: url("../fonts/VNF-Optima.eot");
  src: url("../fonts/VNF-Optima.eot?#iefix") format("embedded-opentype"), url("../fonts/VNF-Optima.woff2") format("woff2"), url("../fonts/VNF-Optima.woff") format("woff"), url("../fonts/VNF-Optima.ttf") format("truetype"), url("../fonts/VNF-Optima.svg#VNF-Optima") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Aptima";
  src: url("../fonts/SVN-Aptimabold.eot");
  src: url("../fonts/SVN-Aptimabold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Aptimabold.woff2") format("woff2"), url("../fonts/SVN-Aptimabold.woff") format("woff"), url("../fonts/SVN-Aptimabold.ttf") format("truetype"), url("../fonts/SVN-Aptimabold.svg#SVN-Aptimabold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-optima: "VNF-Optima";
  --font-aptima: "SVN-Aptima";
  --transition-all: all 0.3s ease;
}

body {
  font-size: 13px !important;
  font-family: var(--font-optima) !important;
}

.link {
  text-decoration: none;
}

@keyframes streakAnimation {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes animate {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes anibtionClose {
  from {
    transform: scale(0.9);
  }
  to {
    transform: rotate(1);
  }
}
@keyframes flair {}
@keyframes loading {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.textGradient {
  background: var(--Linear-text, linear-gradient(90deg, #d8bba0 -2.8%, #ab9082 45.93%, #e3bead 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modalContact .modal-dialog {
  width: 624px;
  max-width: 100%;
}
.modalContact .modal-content {
  border-radius: 0;
  border: none;
  background: var(--Dark, #162c20);
  padding: 50px;
  position: relative;
}
.modalContact .--logo {
  width: 135px;
  margin: 0 auto 32px;
}
.modalContact .--logo img {
  width: 100%;
  height: auto;
}
.modalContact .--form {
  border: 1px solid #264935;
  background: #264333;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.modalContact .--form p {
  margin-bottom: 0;
}
.modalContact .--form button {
  padding: 8px 28px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  transition: var(--transition-all);
  background: transparent;
  border: none;
  outline: none;
}
.modalContact .--form button::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -1px;
  width: 16px;
  background: linear-gradient(90deg, #d8bba0 -2.8%, #ab9082 45.93%, #e3bead 100%);
  height: 1px;
  transition: var(--transition-all);
}
.modalContact .--form button:hover::after {
  width: 24px;
}
.modalContact .close {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
  top: 0;
  right: 0;
  transition: var(--transition-all);
  font-size: 16px;
  border: none;
}
.modalContact .close:hover i {
  animation: anibtionClose 1s infinite ease-in-out;
}
.modalContact .form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-bottom: 24px;
}
.modalContact .form input {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.modalContact .form input:focus, .modalContact .form input:focus-visible {
  border-bottom: 1px solid #fff;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.modalContact .form input:-internal-autofill-selected {
  background-color: transparent;
}
.modalContact .form input::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
.modalContact .form input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.modalContact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-top: 32px;
}
.modalContact ul .--dot {
  color: #fff;
  font-size: 24px;
  line-height: 0;
  opacity: 0.5;
  position: relative;
  top: -2px;
  margin: 0 5px;
}
.modalContact ul i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 12px;
  display: none;
}
.modalContact ul span {
  position: relative;
}
.modalContact ul span::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  border-bottom: 1px solid #fff;
  left: 0;
  transition: var(--transition-all);
}
.modalContact ul a {
  display: flex;
  gap: 12px;
  color: #fff;
  font-size: 14px;
}
.modalContact ul a:hover span::after {
  width: 100%;
}
.modalContact .wpcf7-form.sent .wpcf7-response-output {
  color: #46b450;
}
.modalContact .wpcf7-form.invalid .wpcf7-response-output {
  color: #ffb900;
}
@media (max-width: 1056px) {
  .modalContact .modal-content {
    padding: 32px;
  }
  .modalContact .modal-dialog {
    max-width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .modalContact .form {
    display: flex;
    flex-flow: column;
    gap: 12px;
  }
  .modalContact ul {
    flex-flow: column;
    gap: 12px;
    width: -moz-max-content;
    width: max-content;
    margin: 32px auto 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 35px;
  z-index: 1;
}
header .--language {
  position: relative;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
header .--language ul {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 6px 0;
}
header .--language ul a {
  color: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
}
header .--language ul li {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
header .--language ul .wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
header .--language .wpml-ls-statics-footer {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  opacity: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 6px;
  width: 100%;
  transition: var(--transition-all);
  width: -moz-max-content;
  width: max-content;
  left: initial;
  border-radius: 0;
}
header .--language .wpml-ls-statics-footer.active {
  opacity: 1;
  top: calc(100% + 5px);
}
header .--languageCurrent {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 6px;
  color: #fff;
}
header .--languageCurrent li {
  list-style: none;
  pointer-events: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
header .--languageCurrent a {
  text-decoration: none;
  color: #fff;
}
header .--logo img {
  width: 135px;
  height: auto;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .--header-link {
  gap: 1.5rem;
}
header .--header-link .link {
  font-size: 14px !important;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
}
header .--header-link .link:after {
  content: "";
  width: 0;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #fff;
}
header .--header-link .link:hover:after {
  width: 16px;
}
@media (max-width: 1056px) {
  header {
    align-items: center;
  }
  header .--logo img {
    width: 100px;
  }
  header .--languageCurrent {
    color: #fff;
  }
  header .--languageCurrent li {
    pointer-events: auto;
  }
  header .--languageCurrent i {
    display: none;
  }
  header .--languageCurrent a {
    color: #fff;
  }
  header .--language {
    display: none;
  }
  header .--language .wpml-ls-statics-footer {
    position: relative;
    top: unset !important;
    right: unset;
    opacity: 1;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    width: 100%;
    border: none;
  }
  header .--language .wpml-ls-current-language {
    display: none;
  }
  header .--language ul {
    padding: 0;
  }
  header .--language ul a {
    color: #30523a;
    font-size: 20px;
  }
  header .--header-right {
    display: flex !important;
    align-items: center;
    gap: 20px;
  }
  header .--header-right .--language {
    display: block !important;
  }
  header .--tabBar {
    color: #30523a;
    display: flex !important;
    flex-flow: column;
    gap: 8px;
    padding-top: 6px;
  }
  header .--tabBar p {
    width: 32px;
    height: 2px;
    margin-bottom: 0;
    background: #30523a;
  }
  header .--header-link {
    position: absolute;
    top: calc(100% + 20px);
    right: 35px;
    border-radius: 0;
    padding: 0;
    opacity: 0;
    display: flex;
    flex-flow: column;
    gap: 8px;
    pointer-events: none;
    transition: var(--transition-all);
    align-items: flex-end !important;
  }
  header .--header-link .btn {
    padding: 0;
    display: flex;
    border: none;
    border-radius: 0;
    line-height: normal;
    letter-spacing: 0.52px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: var(--transition-all);
    color: #30523a;
  }
  header .--header-link .btn img {
    position: absolute;
    animation: flair 3s infinite ease-in-out;
  }
  header .--header-link .btn:hover:after {
    width: 24px;
  }
  header .--header-link .btn::after {
    display: none;
  }
  header .--header-link .btn:focus {
    box-shadow: none;
  }
  header .--header-link.active {
    top: 78%;
    pointer-events: auto;
    opacity: 1;
  }
}

.cta {
  position: fixed;
  right: 40px;
  display: flex;
  flex-flow: column;
  bottom: 60px;
  gap: 12px;
}
.cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: var(--transition-all);
}
.cta a:hover {
  transform: scale(0.9);
}

article p:first-child {
  margin-bottom: 8px;
}
article p:nth-child(2) {
  margin-bottom: 40px;
}
article p:last-child {
  margin-bottom: 0;
  font-size: 16px;
}
article a {
  text-decoration: none;
}
article a:hover {
  color: #d8bba0;
}
article img {
  max-width: 100%;
  height: auto;
}

.homeBanner {
  height: 100vh;
  display: flex;
}
.homeBanner .--img {
  flex: 1;
  height: 100%;
}
.homeBanner .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  transition: all 10s ease;
}
.homeBanner .--img.active img {
  -o-object-position: bottom;
     object-position: bottom;
}
.homeBanner .--left {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-end;
  padding: 0 35px 30px;
  max-width: 30%;
  background: linear-gradient(0deg, #30523a 0%, #30523a 100%);
}
.homeBanner .partent_1 {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.homeBanner .partent_1 img {
  width: 100%;
  height: 100%;
}
.homeBanner .--txt {
  position: relative;
  z-index: 1;
}
.homeBanner .partent_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.homeBanner .partent_2 img {
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeBanner article {
  color: #fff;
  margin-top: 64px;
}
.homeBanner .--title {
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
}
.homeBanner .--logo {
  position: relative;
}
.homeBanner .--logo img {
  width: 145px;
  height: auto;
}
.homeBanner .--note {
  margin-top: 40px;
  margin-bottom: 8px;
  letter-spacing: -0.26px;
}
.homeBanner .coppy {
  font-size: 12px;
  color: #fff;
  margin-top: 64px;
}
@media (min-width: 1279px) and (max-width: 1400px) {
  .homeBanner .coppy {
    margin-top: 40px;
  }
  .homeBanner .--note {
    margin-top: 40px;
  }
  .homeBanner article {
    margin-top: 40px;
  }
  .homeBanner .--button {
    margin-top: 40px;
  }
}
@media (max-width: 1056px) {
  .homeBanner {
    flex-flow: column-reverse;
    height: auto;
  }
  .homeBanner .--left {
    width: 100%;
    padding: 30px 35px;
    max-width: 100%;
  }
  .homeBanner .--img {
    width: 100%;
  }
  .homeBanner .--img img {
    height: 380px !important;
  }
}

.loading_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #264935;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  z-index: 9;
}
.loading_page img {
  width: 150px;
  animation: loading 2s infinite ease-in-out;
}
.loading_page.hidden {
  transform: translate(0, -100vh);
}

.animationText {
  transform: translate(0, 20px);
  opacity: 0;
  transition: all 0.7s ease;
}
.animationText.active {
  transform: none;
  opacity: 1;
}
.animationText.type1 {
  transition-delay: 0.4s;
}
.animationText.type2 {
  transition-delay: 0.8s;
}
.animationText.type3 {
  transition-delay: 1.2s;
}
.animationText.type4 {
  transition-delay: 1.6s;
}
.animationText.type5 {
  transition-delay: 2s;
}
.animationText.type6 {
  transition-delay: 2.4s;
}
.animationText.type7 {
  transition-delay: 2.8s;
}/*# sourceMappingURL=style.css.map */
.checkbox_tick{
	 color: #264935;
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.4;
	font-style: italic;
}
.checkbox_tick input{
	width: max-content !important;
    margin-right: 8px !important;
    margin-top: 4px !important;
}
.checkbox_tick .wpcf7-not-valid-tip{display: none;}
.checkbox_tick a{
    color: #264935;
    text-decoration: underline;
    font-weight: 600;
}
.checkbox_tick .wpcf7-list-item{
	margin: 0 !important;
}
.checkbox_tick.tick2{
	width: 40%;
    margin: 1rem auto 0 auto;
}
.checkbox_tick.tick2 article{
	margin-top: 2px;
    text-align: left;
}
.checkbox_tick.tick2 a{
	color: #fff;
}
@media (max-width: 767px){
	.checkbox_tick article {text-align: left !important;}
	.checkbox_tick.tick2{
		width: 100%;
	}
}
