@charset "UTF-8";
/*!
Theme Name: Pakea Theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Plugins
# Helpers
# Bootstrap
# Base
# Main
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
@import 'assets/css-plugins/swiper-bundle.min.css';
@import 'assets/css-plugins/glightbox.min.css';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

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

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/BeVietnamPro-Light.woff2") format("woff2"), url("assets/fonts/BeVietnamPro-Light.woff") format("woff"), url("assets/fonts/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/BeVietnamPro-Bold.woff2") format("woff2"), url("assets/fonts/BeVietnamPro-Bold.woff") format("woff"), url("assets/fonts/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-9ptRegular.woff2") format("woff2"), url("assets/fonts/DMSans-9ptRegular.woff") format("woff"), url("assets/fonts/DMSans-9ptRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/BeVietnamPro-Regular.woff2") format("woff2"), url("assets/fonts/BeVietnamPro-Regular.woff") format("woff"), url("assets/fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/BeVietnamPro-Medium.woff2") format("woff2"), url("assets/fonts/BeVietnamPro-Medium.woff") format("woff"), url("assets/fonts/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fonticons";
  src: url("assets/icons/fonticons.woff2") format("woff2"), url("assets/icons/fonticons.woff") format("woff"), url("assets/icons/fonticons.ttf") format("truetype");
}
.font-whatsapp:before, .font-viber:before, .font-search:before, .font-pin:before, .font-phone:before, .font-instagram:before, .font-facebook:before, .font-envelope:before, .font-arrow-up:before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.font-arrow-up:before {
  content: "\e001";
}

.font-envelope:before {
  content: "\e002";
}

.font-facebook:before {
  content: "\e003";
}

.font-instagram:before {
  content: "\e004";
}

.font-phone:before {
  content: "\e005";
}

.font-pin:before {
  content: "\e006";
}

.font-search:before {
  content: "\e007";
}

.font-viber:before {
  content: "\e008";
}

.font-whatsapp:before {
  content: "\e009";
}

/*--------------------------------------------------------------
## Main Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breakpoint Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
Media Query
Example:

@include mq($sm) 			 		Will render: @media screen and (max-width: 575px)
@include mq(991px) 			 	 	Will render: @media screen and (max-width: 991px)
@include mq($sm + 1, min) 	 		Will render: @media screen and (min-width: 576px)
@include mq(992px, min) 			Will render: @media screen and (min-width: 992px)
@include mq(400, min, height) 	 	Will render: @media screen and (min-height: 400px)
@include mq(992px) {				Will render: @media screen and (max-width: 992px) and (min-width: 767px)
	@include mq(767px, min) {

	}
}
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.clear::after {
  content: "";
  display: table;
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

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

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}
/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

pre {
  background: #ededed;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-size: 12px;
  margin-bottom: 30px;
}

.section-title {
  font-family: "Be Vietnam PRO", serif;
  color: rgba(201, 199, 197, 0.3);
  line-height: 1.45;
  font-weight: 600;
  font-size: clamp(2.5625rem, 2.5625rem + (2.5625 - 2.5625) * ((100vw - 20rem) / (120 - 20)), 2.5625rem);
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: -2px;
}
.section-title__center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    letter-spacing: -2.3px;
  }
}

body {
  background-color: #131313;
}
body.scroll-disable {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Be Vietnam PRO", serif;
  color: #000;
  line-height: 1.45;
  font-weight: 700;
}
.entry-content h1 {
  font-size: clamp(1.25rem, 1.25rem + (2.0625 - 1.25) * ((100vw - 20rem) / (120 - 20)), 2.0625rem);
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2rem);
}
.entry-content h2 {
  font-size: clamp(1.125rem, 1.125rem + (1.875 - 1.125) * ((100vw - 20rem) / (120 - 20)), 1.875rem);
  margin-bottom: clamp(1.25rem, 1.0625rem + 0.9375vw, 2rem);
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: clamp(1rem, 1rem + (1.5 - 1) * ((100vw - 20rem) / (120 - 20)), 1.5rem);
  margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 2rem);
}
.entry-content p {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1rem);
  font-family: "DM Sans", sans-serif;
  color: #000;
  line-height: 1.77;
  margin-bottom: clamp(1rem, 1.125rem + 0.625vw, 1.5rem);
}
.entry-content p:last-of-type {
  margin-bottom: 0;
}
.entry-content blockquote {
  border-left: 2px solid #000;
  padding-left: 27px;
  position: relative;
  margin-bottom: clamp(1rem, 1.125rem + 0.625vw, 1.5rem);
}
.entry-content blockquote::before {
  content: "“";
  font-family: "Be Vietnam PRO", serif;
  font-size: 150px;
  line-height: 0.6;
  color: #000;
  position: absolute;
  left: 10px;
  top: 0;
}
.entry-content blockquote p {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-style: italic;
  font-size: clamp(1rem, 1rem + (1.375 - 1) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
  line-height: 1.63;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding-left: 15px;
  }
}
.entry-content li {
  position: relative;
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1rem);
  color: #000;
  font-family: "DM Sans", sans-serif;
  padding-left: 15px;
}
.entry-content li::before {
  content: "";
  background-color: #000;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 6px;
}
.entry-content ul li:last-of-type,
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}
.entry-content ol {
  margin-left: 17px;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content ol li::before {
  display: none;
}
.entry-content a {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1rem);
  transition: 350ms ease;
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 1199px) {
  .entry-content a:hover {
    color: #000;
    text-decoration: underline;
  }
}

.page-title-box {
  max-width: 100%;
  width: 100%;
  padding: 0 0 39px;
  position: relative;
}
.page-title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75px;
  width: 100%;
  max-width: calc(100% - 125px);
  height: 1px;
  background-color: #323641;
  display: none;
}
.page-title-box .page-title {
  font-family: "Be Vietnam PRO", serif, Sans-serif;
  font-size: 5.5vw;
  line-height: 5.5vw;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #f8fdf2;
}
@media screen and (max-width: 767px) {
  .page-title-box .page-title {
    line-height: 10vw;
    font-size: clamp(16px, 10vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .page-title-box {
    padding: 0 0 30px;
  }
  .page-title-box::after {
    max-width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.page-title-small {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.25rem + (3.75 - 1.25) * ((100vw - 20rem) / (120 - 20)), 3.75rem);
  line-height: 120%;
  text-transform: uppercase;
  color: #f8fdf2;
  font-family: "Be Vietnam PRO", serif;
  margin-bottom: 33px;
}
@media screen and (max-width: 1440px) {
  .page-title-small {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .page-title-small {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-title-small {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
  scroll-behavior: smooth;
}
html ::-moz-selection, body ::-moz-selection {
  background-color: #fff;
  color: #20242e;
}
html ::selection, body ::selection {
  background-color: #fff;
  color: #20242e;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a,
svg {
  transition: 350ms ease;
  cursor: pointer;
}

.container {
  max-width: calc(100% - 140px);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100% - 40px);
  }
}

.container-small {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}

.red-animate {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.red-animate::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-151%);
  animation: ta_under_strips 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  background-color: #015a4c;
  z-index: 1;
}
.red-animate::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-101%);
  animation: ta_under_strips 1.5s cubic-bezier(1, 0, 0.54, 0.95) forwards;
  background-color: #e0f0d1;
  z-index: 2;
}
.red-animate-long {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.red-animate-long::before, .red-animate-long::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-101%);
  background-color: #e0f0d1;
  z-index: 2;
}
.red-animate-long::before {
  transform: translateX(-151%);
  animation: ta_under_strips 1.75s 0.75s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.red-animate-long::after {
  animation: ta_under_strips 1.75s cubic-bezier(1, 0, 0.54, 0.95) forwards;
}

@keyframes ta_under_strips {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
.site-main {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn,
input[type=submit] {
  font-size: clamp(0.8125rem, 0.8125rem + (0.9375 - 0.8125) * ((100vw - 20rem) / (120 - 20)), 0.9375rem);
  font-family: "DM Sans", sans-serif;
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  transition: 350ms ease;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 1199px) {
  .btn:hover,
  input[type=submit]:hover {
    background-color: #fff;
    color: #000;
  }
}

.btn-main {
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #c90303;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.btn-main:hover {
  background-color: #e0f0d1;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
label {
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}
label span {
  display: block;
}
label .required {
  color: #000;
  display: inline-block;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  border: 1px solid #000;
  margin-top: 2px;
  transition: 350ms ease;
  padding: 10px 21px;
  background-color: #fff;
}
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=range]:focus,
input[type=range]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=color]:focus,
input[type=color]:active,
textarea:focus,
textarea:active {
  border: 1px solid #000;
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=url]:invalid,
input[type=password]:invalid,
input[type=search]:invalid,
input[type=number]:invalid,
input[type=tel]:invalid,
input[type=range]:invalid,
input[type=date]:invalid,
input[type=month]:invalid,
input[type=week]:invalid,
input[type=time]:invalid,
input[type=datetime]:invalid,
input[type=datetime-local]:invalid,
input[type=color]:invalid,
textarea:invalid {
  border: 1px solid #dc3232;
  background-color: #fff;
}

textarea {
  height: 150px;
  resize: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  font-family: "DM Sans", sans-serif;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  color: #000;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
}

.wpcf7-spinner {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 3px solid #fff;
  border-left: 3px solid #000;
  animation: load 1.1s infinite linear;
  background-color: transparent;
  opacity: 1;
  margin: 0;
  will-change: transform;
}
.wpcf7-spinner::before {
  content: none;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## CF7 Plugin Form
--------------------------------------------------------------*/
.cf7-holder {
  position: relative;
}
.cf7-holder > * {
  position: relative;
  z-index: 0;
}
.cf7-holder .wpcf7 {
  opacity: 1;
  transition: 350ms ease;
}
.cf7-holder.form-is-sent .wpcf7 {
  opacity: 0;
}
.cf7-holder .wpcf7-mail-sent-ok {
  display: none !important;
}

.cf7-holder__popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 350ms ease;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  backface-visibility: hidden;
  will-change: transform;
}
.cf7-holder__popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/*--------------------------------------------------------------
## Cover Image
--------------------------------------------------------------*/
.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1001);
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
.media-wrap {
  position: relative;
  overflow: hidden;
}
.media-wrap::before {
  content: "";
  display: block;
  width: 100%;
}

.media-wrap--square::before {
  padding-top: 100%;
}

.media-wrap--400x280::before {
  padding-top: 70%;
}

.media-item {
  display: block;
}

/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
.svg-icon {
  display: inline-flex;
  line-height: 1;
}
.svg-icon svg {
  width: 1em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
## Hamburger menu
--------------------------------------------------------------*/
.hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 19px;
  position: relative;
}
.hamburger::after, .hamburger::before,
.hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .hamburger::after, .hamburger::before,
  .hamburger span {
    height: 2px;
  }
}
.hamburger::after, .hamburger::before {
  content: "";
  transition: 350ms width 350ms ease;
}
.hamburger::after {
  top: 0;
  left: 0;
}
@media screen and (max-width: 400px) {
  .hamburger::after {
    top: 1px;
  }
}
.hamburger::before {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .hamburger::before {
    bottom: 1px;
  }
}
.hamburger span {
  top: 50%;
  margin-top: -1.5px;
  transition: transform 350ms ease;
}
.hamburger span::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform 350ms ease;
}
@media screen and (max-width: 575px) {
  .hamburger span::before {
    height: 2px;
  }
}
.hamburger.is-active::after, .hamburger.is-active::before {
  transition: 350ms ease;
  width: 0;
}
.hamburger.is-active::after {
  left: 0;
}
.hamburger.is-active::before {
  right: 0;
}
.hamburger.is-active span {
  transform: rotate(45deg);
  transition: 350ms transform 350ms ease;
}
.hamburger.is-active span::before {
  transform: rotate(-90deg);
  transition: 350ms transform 350ms ease;
}
@media screen and (max-width: 575px) {
  .hamburger {
    width: 20px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 20px 70px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  transition: 350ms ease;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1199px) {
  .site-header {
    padding: 20px;
  }
  .site-header__branding {
    z-index: 5;
  }
}
.site-header.is-sticky {
  background-color: #000;
  border-bottom: 1px solid #000;
  position: fixed;
  transition: 350ms ease;
  padding: 15px 70px;
}
@media screen and (max-width: 1199px) {
  .site-header.is-sticky {
    padding: 15px 20px;
  }
}
.site-header.hidden {
  transform: translateY(-100%);
  transition: transform 300ms ease;
}

.site-header__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .site-header__container {
    justify-content: space-between;
  }
}

.site-header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.site-header__logo {
  display: block;
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .site-header__logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .site-header__logo {
    max-width: 90px;
  }
}
.site-header__logo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .site-header__logo {
    max-width: 125px;
  }
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

.main-navigation__toggle {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 16px;
  border: none;
  background-color: transparent;
  display: block;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .main-navigation__toggle {
    display: none;
  }
}

.main-navigation__toggle-stripe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c9c7c5;
  transition: transform 350ms ease;
  will-change: transform;
  transform-origin: left;
  border-radius: 15px;
}
.main-navigation__toggle-stripe:nth-child(1) {
  top: 0;
}
.main-navigation__toggle-stripe:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation__toggle-stripe:nth-child(3) {
  top: auto;
  bottom: 0;
}
.is-active .main-navigation__toggle-stripe:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
}
.is-active .main-navigation__toggle-stripe:nth-child(2) {
  display: none;
}
.is-active .main-navigation__toggle-stripe:nth-child(3) {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1199px) {
  .main-navigation__menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #131313;
    opacity: 0;
    visibility: hidden;
    transition: transform 350ms ease, opacity 350ms 350ms ease, visibility 350ms 350ms ease;
    transform: translateY(-100%);
    will-change: transform;
    padding: 80px 20px 0;
  }
  .main-navigation__menu-wrap.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: transform 350ms ease, opacity 350ms ease, visibility 350ms ease;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__menu-wrap {
    padding-top: 123px;
  }
}

.main-navigation__menu {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .main-navigation__menu {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

.main-navigation__menu li {
  margin-bottom: 25px;
  position: relative;
}
.main-navigation__menu li.menu-item-has-children {
  position: relative;
  transition: 350ms ease;
}
.main-navigation__menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: transparent;
  top: 100%;
  left: 0;
}
.main-navigation__menu li.menu-item-has-children .sub-menu {
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  background-color: #323641;
  min-width: 225px;
  padding: 16px 25px;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease;
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li.menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    min-width: 100%;
    text-align: center;
    background-color: transparent;
    height: 0;
    padding: 0;
    order: 3;
  }
}
.main-navigation__menu li.menu-item-has-children .sub-menu li {
  padding: 0;
  transition: 350ms ease;
}
.main-navigation__menu li.menu-item-has-children .sub-menu li a {
  padding: 10px 0;
  position: relative;
  left: 0;
  color: #e0f0d1;
  font-size: 15px;
}
.main-navigation__menu li.menu-item-has-children .sub-menu li a::after {
  content: "";
  background-color: #e0f0d1;
  width: 0;
  left: 0;
  transition: 350ms ease;
  position: absolute;
  bottom: 0;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .main-navigation__menu li.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    padding: 0;
  }
}
@media (hover: hover) {
  .main-navigation__menu li.menu-item-has-children .sub-menu li:hover {
    padding-left: 15px;
  }
  .main-navigation__menu li.menu-item-has-children .sub-menu li:hover a {
    color: #fff;
  }
  .main-navigation__menu li.menu-item-has-children .sub-menu li:hover a::after {
    width: 100%;
    background-color: #fff;
  }
}
@media (hover: hover) {
  .main-navigation__menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li.menu-item-has-children {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-navigation__menu li.menu-item-has-children a {
    order: 1;
  }
  .main-navigation__menu li.menu-item-has-children .font-arrow-up {
    color: #c9c7c5;
    transform: rotate(90deg);
    font-size: 24px;
    display: inline-block;
    order: 2;
    position: relative;
    margin-left: 15px;
    top: -4px;
    transition: 350ms ease;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__menu li {
    padding: 0 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4px;
  }
  .main-navigation__menu li.active .sub-menu {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .main-navigation__menu li.active .font-arrow-up {
    transform: rotate(180deg);
    transition: 350ms ease;
  }
  .main-navigation__menu li.current-menu-ancestor a,
  .main-navigation__menu li.current-menu-ancestor .font-arrow-up {
    color: #fff;
  }
  .main-navigation__menu li.current-menu-ancestor .sub-menu a {
    color: #c9c7c5;
  }
  .main-navigation__menu li.current-menu-ancestor .sub-menu li.current-menu-item a {
    color: #fff !important;
  }
}

.main-navigation__menu a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.375;
  color: #fff;
  transition: color 350ms ease;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
.main-navigation__menu a::after {
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
  display: block;
  height: 2px;
  background-color: #80c245;
  transition: transform 455ms ease;
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 0;
}
@media only screen and (min-width: 1199px) {
  .main-navigation__menu a:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__menu a {
    color: #c9c7c5;
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
  }
}

.main-navigation__menu li.current-menu-item a::after {
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  .main-navigation__menu li.current-menu-item a {
    color: #fff;
  }
  .main-navigation__menu li.current-menu-item a::after {
    bottom: 4px;
    position: relative;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li.current-menu-item .font-arrow-up {
    color: #fff;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #131313;
  color: #a4a2a1;
  padding: 39px 15px 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 25px 0 0;
  }
}
.site-footer__top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .site-footer__top {
    flex-direction: column;
  }
}
.site-footer__top h6 {
  color: #e0f0d1;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .site-footer__top h6 {
    margin-bottom: 10px;
  }
}
.site-footer__top a {
  color: #a4a2a1;
}
.site-footer__top-left {
  max-width: 380px;
  width: 100%;
  margin-right: 71px;
}
@media screen and (max-width: 1199px) {
  .site-footer__top-left {
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__top-left {
    margin-right: 0;
    margin-bottom: 26px;
    max-width: 100%;
  }
}
.site-footer__top-left p {
  margin: 0 0 33px;
  line-height: 28px;
  font-size: 17px;
  letter-spacing: -0.15px;
  color: #f8fdf2;
}
@media screen and (max-width: 767px) {
  .site-footer__top-left p {
    margin-bottom: 15px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
.site-footer__top-left .social-box {
  display: flex;
  flex-direction: column;
}
.site-footer__top-left .social-box a {
  color: #e0f0d1;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.5px;
}
.site-footer__top-left .social-box a span {
  transition: 350ms ease;
  margin-right: 9px;
  color: #e0f0d1;
}
.site-footer__top-left .social-box a:hover {
  color: #80c245;
}
.site-footer__top-left .social-box a:hover span {
  color: #80c245;
}
.site-footer__top-center {
  max-width: 200px;
  width: 100%;
  margin-right: 253px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .site-footer__top-center {
    margin: 0 0 24px;
  }
}
.site-footer__top-center p {
  margin: 0 0 20px;
  line-height: 28px;
  letter-spacing: 0.35px;
  color: #f8fdf2;
}
@media screen and (max-width: 767px) {
  .site-footer__top-center p {
    margin: 0 0 20px;
  }
}
.site-footer__top-center a.map {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  color: #e0f0d1;
}
@media screen and (max-width: 767px) {
  .site-footer__top-center a.map {
    margin-bottom: 23px;
  }
}
.site-footer__top-center a.map::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  transition: 350ms ease;
  width: 100%;
  height: 1px;
  background-color: #a4a2a1;
}
.site-footer__top-center a.map:hover {
  color: #c9c7c5;
}
.site-footer__top-center a.map:hover::after {
  background-color: #c9c7c5;
  width: 0;
}
.site-footer__top-center a.phone {
  font-size: 19px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer__top-center a.phone::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 350ms ease;
  background-color: #fff;
}
.site-footer__top-center a.phone:hover::after {
  width: 100%;
}
.site-footer__top-center a.email {
  margin: 5px 0 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.35px;
  color: #f8fdf2;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .site-footer__top-center a.email {
    margin: 0;
  }
}
.site-footer__top-center a.email::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: 350ms ease;
  background-color: #a4a2a1;
}
.site-footer__top-center a.email:hover::after {
  width: 100%;
}
.site-footer__top-center .phone-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 15px;
}
.site-footer__top-center .phone-wrapper:last-of-type {
  margin-bottom: 0;
}
.site-footer__top-center .phone-wrapper svg {
  color: #e0f0d1;
  flex-shrink: 0;
}
.site-footer__top-right li {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .site-footer__top-right li {
    margin: 0 0 11px;
  }
}
.site-footer__top-right li a {
  position: relative;
  left: 0;
  font-size: 17px;
  color: #f8fdf2;
}
.site-footer__top-right li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a4a2a1;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.site-footer__top-right li:hover a {
  left: 15px;
  color: #c9c7c5;
}
.site-footer__top-right li:hover a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #c9c7c5;
}
.site-footer__bottom {
  padding: 30px 0 20px;
  border-top: 1px solid #a4a2a1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .site-footer__bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__bottom {
    padding: 15px 0 20px;
  }
}
.site-footer__bottom-right {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1199px) {
  .site-footer__bottom-right {
    margin-top: 15px;
  }
}
.site-footer__bottom-right a {
  margin-left: 10px;
  position: relative;
  top: 0;
}
.site-footer .back-to-top {
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: 350ms ease;
  background-color: #c9c7c5;
  border: 1px solid #c9c7c5;
  border-radius: 50%;
  color: #000;
  position: fixed;
  bottom: -200px;
  right: 35px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .back-to-top span {
  color: #000;
  transition: 350ms ease;
  font-size: 18px;
}
.site-footer .back-to-top:hover {
  cursor: pointer;
  background-color: #80c245;
  border-color: #80c245;
}
.site-footer .back-to-top:hover span {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .site-footer .back-to-top:hover {
    background-color: #c9c7c5;
    color: #c9c7c5;
    border-color: #c9c7c5;
  }
  .site-footer .back-to-top:hover span {
    color: #20242e;
  }
}
.site-footer .back-to-top.active {
  bottom: 55px;
  transition: 350ms ease;
}
@media screen and (max-width: 767px) {
  .site-footer .back-to-top.active {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .back-to-top {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
}

.site-footer__copyright {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #a4a2a1;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .site-footer__copyright {
    font-size: 15px;
  }
}

.s-404__title {
  margin-bottom: 40px;
}
.s-404__title span {
  font-size: 300px;
  line-height: 1;
  color: #000;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.s-404__title-1 {
  transform: rotate(-7deg);
  animation: 5s float ease-in-out infinite alternate-reverse 0.5s;
}
.s-404__title-2 {
  transform: translateY(10%);
  animation: 5s float-2 ease-in-out infinite alternate-reverse 0.5s;
}
.s-404__title-3 {
  transform: rotate(10deg);
  animation: 5s float-3 ease-in-out infinite alternate-reverse 0.5s;
}

.s-404__text {
  font-size: 40px;
  color: #000;
  margin-bottom: 40px;
}

.s-404__btn {
  display: inline-block;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  background-color: #80c245;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: 350ms ease;
  border: 1px solid #000;
}
@media only screen and (min-width: 1199px) {
  .s-404__btn:hover {
    background-color: #fff;
    color: #000;
  }
}

@keyframes float {
  0% {
    transform: rotate(-1deg) translate(0, 0);
  }
  100% {
    transform: rotate(-7deg) translate(10%, 10%);
  }
}
@keyframes float-2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes float-3 {
  0% {
    transform: rotate(-4deg) translateY(0);
  }
  100% {
    transform: rotate(10deg) translateY(-10%);
  }
}
.error-404 {
  height: 100dvh;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .error-404 {
    height: auto;
    padding: 100px 0 65px;
  }
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.page-header .page-title {
  color: rgba(201, 199, 197, 0.2);
  font-size: 25vw;
  line-height: 25vw;
}
.page-header .subtitle {
  color: #c9c7c5;
  font-size: 47px;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.page-header .description {
  color: #a4a2a1;
  font-size: 19px;
  margin-top: 17px;
  margin-bottom: 43px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  max-width: 210px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-header .description {
    margin: 15px 0 30px;
  }
}
.page-header .btn-main {
  background-color: #80c245;
}
.page-header .btn-main:hover {
  background-color: #015a4c;
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## basic-block
--------------------------------------------------------------*/
.entry-content.content {
  padding: 0 175px;
  color: #c9c7c5;
}
.entry-content.content p {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-content.content {
    padding: 0;
  }
}
.entry-content.content ul {
  padding-left: 0;
}
.entry-content.content ul li {
  color: #c9c7c5;
}
.entry-content.content h1,
.entry-content.content h2,
.entry-content.content h3,
.entry-content.content h4,
.entry-content.content h5,
.entry-content.content h6,
.entry-content.content a {
  color: #c9c7c5;
}
@media only screen and (min-width: 1199px) {
  .entry-content.content a:hover {
    color: #fff;
  }
}

.basic-block {
  margin: 0;
}

.basic-block-bottom {
  margin: 140px 0 200px;
}
.basic-block-bottom .entry-content {
  max-width: 1200px;
  margin: 0 auto;
}
.basic-block-bottom .entry-content h1,
.basic-block-bottom .entry-content h2,
.basic-block-bottom .entry-content h3,
.basic-block-bottom .entry-content h4,
.basic-block-bottom .entry-content h5,
.basic-block-bottom .entry-content h6 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #f9fafd !important;
}
.basic-block-bottom .entry-content p {
  color: #f9fafd !important;
}
.basic-block-bottom .entry-content pre,
.basic-block-bottom .entry-content pre a {
  background-color: rgba(164, 162, 161, 0.1);
  color: #f9fafd;
  font-size: 20px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
.basic-block-bottom .entry-content pre a {
  background-color: transparent;
}
@media only screen and (min-width: 1199px) {
  .basic-block-bottom .entry-content pre a:hover {
    color: #80c245;
  }
}
.basic-block-bottom .entry-content ul li {
  color: #f9fafd !important;
}

.product-single-block .entry-content {
  padding: 0;
}
.product-single-block .page-title-small {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .product-single-block .page-title-small {
    margin-bottom: 0;
  }
}
.product-single-block .entry-content.content {
  max-width: 65%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-single-block .entry-content.content {
    max-width: 100%;
  }
}
.product-single-block .entry-content.content h1,
.product-single-block .entry-content.content h2,
.product-single-block .entry-content.content h3,
.product-single-block .entry-content.content h4,
.product-single-block .entry-content.content h5,
.product-single-block .entry-content.content h6 {
  text-transform: uppercase;
}
.product-single-block .breadcrumb {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  .product-single-block .breadcrumb {
    justify-content: center;
  }
}
.product-single-block .breadcrumb li:last-of-type a {
  color: #80c245;
  pointer-events: none;
}
.product-single-block .breadcrumb li:last-of-type::after {
  display: none;
}
.product-single-block .breadcrumb li::after {
  content: "/";
  position: relative;
  margin: 0 3px 0 0;
  color: #f8fdf2;
}
.product-single-block .breadcrumb li a {
  color: #f8fdf2;
  cursor: pointer;
}
@media only screen and (min-width: 1199px) {
  .product-single-block .breadcrumb li a:hover {
    color: #80c245;
  }
}

/*--------------------------------------------------------------
## new-block
--------------------------------------------------------------*/
.video-block {
  max-width: 100%;
  height: 100dvh;
  position: relative;
}
.video-block video {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.video-block .social-box {
  position: absolute;
  bottom: 65px;
  right: 65px;
  z-index: 10;
}
.video-block .social-box a {
  margin-left: 70px;
  color: #fff;
  letter-spacing: -0.5px;
}
.video-block .social-box a:hover {
  color: #a4a2a1;
}
@media screen and (max-width: 991px) {
  .video-block .social-box {
    display: none;
  }
}

.video-contact-block {
  max-width: 100%;
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .video-contact-block {
    padding-top: 80px;
  }
}
.video-contact-block .video-contact-box {
  position: relative;
  height: 980px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 15%;
}
@media screen and (max-width: 991px) {
  .video-contact-block .video-contact-box {
    height: auto;
    padding: 100px 20px;
  }
}
.video-contact-block .video-contact-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.video-contact-block .video-contact-box video {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.video-contact-block .video-contact-content {
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
}
.video-contact-block .video-contact-content-box {
  border-bottom: 1px solid #494949;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .video-contact-block .video-contact-content-box {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 0 20px;
  }
}
.video-contact-block .video-contact-content a {
  font-size: 22px;
  color: #c9c7c5;
  line-height: 28px;
  margin: 0 0 18px;
  display: flex;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.25px;
}
.video-contact-block .video-contact-content a:last-of-type {
  border-bottom: none;
}
.video-contact-block .video-contact-content a br {
  display: none;
}
@media screen and (max-width: 991px) {
  .video-contact-block .video-contact-content a {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .video-contact-block .video-contact-content a br {
    display: inline-block;
  }
}
.video-contact-block .video-contact-content a span,
.video-contact-block .video-contact-content a svg {
  margin-right: 15px;
  transition: 350ms ease;
  color: #e0f0d1;
  min-width: 28px;
  text-align: center;
}
.video-contact-block .video-contact-content alast-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1199px) {
  .video-contact-block .video-contact-content a:hover {
    color: #f8fdf2;
  }
  .video-contact-block .video-contact-content a:hover span {
    color: #f8fdf2;
  }
}
.video-contact-block .video-contact-content a.phone svg {
  font-size: 34px;
}
.video-contact-block .video-contact-content a.map span {
  font-size: 34px;
}
.video-contact-block .video-social-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .video-contact-block .video-social-box {
    flex-direction: column;
    grid-gap: 20px;
  }
}
.video-contact-block .video-social-box a {
  display: flex;
  align-items: center;
  margin: 0;
  color: #e0f0d1;
}

.two-column-block {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .two-column-block {
    padding: 0 5%;
  }
}

.two-column-box {
  position: relative;
  width: 50%;
  padding-top: 50%;
  overflow: hidden;
}
.two-column-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(1, 90, 76, 0.5);
  z-index: 5;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .two-column-box {
    width: 100%;
    padding-top: 100%;
  }
}
.two-column-box img {
  transform: scale(1);
  transition: 350ms ease;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.two-column-box h5 {
  bottom: 30px;
  left: 30px;
  padding: 20px 26px 17px;
  background-color: #80c245;
  position: absolute;
  transform: scale(0.8);
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  font-size: 22px;
  line-height: 24px;
  color: #eeeff1;
  text-transform: uppercase;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .two-column-box h5 {
    padding: 16px 20px 13px;
    bottom: 0;
    left: 0;
    font-size: 21px;
    line-height: 22px;
    width: 100%;
    max-width: calc(100% - 30px);
  }
  .two-column-box h5.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
  }
}
@media only screen and (min-width: 1199px) {
  .two-column-box:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .two-column-box:hover img {
    transform: scale(1.05);
  }
  .two-column-box:hover h5 {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

.image-text-block {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .image-text-block {
    padding-top: 80px;
  }
}

.image-text-box {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .image-text-box {
    padding-bottom: 100px;
  }
}
.image-text-box .container {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .image-text-box .container {
    flex-direction: column;
    gap: 32px;
    padding-top: 10px;
  }
}
.image-text-box .social-box {
  position: absolute;
  bottom: -90px;
  right: 10px;
  display: flex;
  align-items: center;
}
.image-text-box .social-box a {
  color: #c9c7c5;
  margin-left: 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.image-text-box .social-box a span {
  margin-right: 5px;
  transition: 350ms ease;
}
.image-text-box .social-box a:hover:first-child span {
  color: #062c25;
}
.image-text-box .social-box a:hover:last-child span {
  color: #067769;
}

.image-text-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image-text-background video {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.image-text-left,
.image-text-right {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .image-text-left,
  .image-text-right {
    max-width: 100%;
    padding: 0;
  }
}

.image-text-right {
  max-width: 44%;
}
@media screen and (max-width: 767px) {
  .image-text-right {
    max-width: 100%;
  }
}
.image-text-right h2,
.image-text-right p {
  max-width: 52%;
  width: 100%;
  color: #a4a2a1;
  margin: 0 0 40px;
}
@media screen and (max-width: 1199px) {
  .image-text-right h2,
  .image-text-right p {
    max-width: 88%;
  }
}
.image-text-right h2 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 52px;
  line-height: 57px;
  font-weight: 600;
  letter-spacing: 2.78px;
  margin: 0 0 28px;
  max-width: 66%;
  color: #c9c7c5;
}
@media screen and (max-width: 1199px) {
  .image-text-right h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .image-text-right h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.57px;
    margin: 0 0 10px;
    max-width: 100%;
  }
  .image-text-right h2 br {
    display: none;
  }
}
.image-text-right p {
  letter-spacing: 0.29px;
  max-width: 66%;
  margin: 0 0 31px;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .image-text-right p {
    max-width: 88%;
    margin: 0 0 15px;
    letter-spacing: -0.1px;
  }
}
.image-text-right .social-box {
  position: relative;
  bottom: auto;
  right: auto;
}
.image-text-right .social-box a {
  color: #e0f0d1;
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (min-width: 1199px) {
  .image-text-right .social-box a:hover {
    color: #80c245;
  }
  .image-text-right .social-box a:hover span {
    color: #80c245 !important;
  }
}

.image-text-left {
  max-width: 49.5%;
}
@media screen and (max-width: 767px) {
  .image-text-left {
    padding-top: 0;
    max-width: 100%;
  }
}

.marquee-block {
  padding: 0;
  white-space: nowrap;
  color: #000;
  position: relative;
  top: -70px;
  height: 0;
  z-index: 40;
  transform: rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .marquee-block {
    padding: 30px 0;
  }
}

/* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  background-color: #80c245;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 15s linear infinite;
  position: relative;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  color: #000;
  margin: 2px;
  padding: 2rem 3rem;
  border-radius: 0.25rem;
  text-align: center;
  max-width: 100%;
  position: relative;
  font-size: 68px;
  line-height: 68px;
  text-transform: uppercase;
  letter-spacing: 1.76px;
}
.marquee__content > *::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .marquee__content > * {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .marquee__content > * {
    font-size: 79px;
  }
}

.products-block {
  padding: 115px 0 50px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .products-block {
    padding: 80px 0 50px;
  }
}
.products-block .scroll-down {
  margin: 30px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .products-block .scroll-down {
    margin: 30px 0 60px;
  }
}
.products-block .scroll-down .container {
  display: flex;
  justify-content: space-between;
}
.products-block .scroll-down .container .font-arrow-up {
  color: #fff;
  transform: rotate(180deg);
  display: inline-block;
}
.products-block .scroll-down .container .social-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .products-block .scroll-down .container .social-box {
    margin-bottom: 10px;
  }
}
.products-block .scroll-down .container .social-box a {
  color: #a4a2a1;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .products-block .scroll-down .container .social-box a {
    margin-right: 20px;
    margin-left: 0;
  }
}
.products-block .scroll-down .container .social-box a span {
  transition: 350ms ease;
  margin-right: 5px;
}
.products-block .scroll-down .container .social-box a:hover span {
  color: #062c25;
}
.products-block .scroll-down .container .social-box a:hover:last-of-type span {
  color: #067769;
}
@media screen and (max-width: 1199px) {
  .products-block .scroll-down .container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.products-block .container {
  position: relative;
}
.products-block .page-title-box .container {
  max-width: calc(100% - 110px);
}
@media screen and (max-width: 991px) {
  .products-block .page-title-box .container {
    max-width: calc(100% - 40px);
  }
}

.products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 100%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1199px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .products-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .products-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0 auto 70px;
  }
}
.products-list:last-of-type {
  margin-bottom: 0;
}

.product-box {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Kvadratni oblik */
  overflow: hidden;
}
.product-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(1, 90, 76, 0.5);
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
}
.product-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.product-box:hover img {
  transform: scale(1.05);
}
.product-box:hover .product-box-content {
  left: 30px;
}
@media screen and (max-width: 1440px) {
  .product-box:hover .product-box-content {
    left: 15px;
  }
}
.product-box:hover .product-box-content span:first-child {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.product-box:hover .product-box-content span:last-child {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.product-box:hover .product-box-content span:nth-child(2) {
  display: none;
}
.product-box:hover::after {
  opacity: 1;
  visibility: visible;
}
.product-box-content {
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  max-width: calc(100% - 60px);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 30px;
  transition: left 0.4s ease-in-out;
  z-index: 5;
}
.product-box-content span {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #80c245;
  margin-top: 5px;
}
.product-box-content span:first-child {
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 30px 12px 22px;
}
@media screen and (max-width: 1440px) {
  .product-box-content span:first-child {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-box-content {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    padding-bottom: 0;
  }
  .product-box-content span {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .product-box-content span:first-child {
    font-size: 15px;
    padding: 10px 20px;
  }
}

.three-column {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .three-column {
    padding-top: 80px;
  }
}
.three-column .scroll-down {
  margin: 30px 0 0;
  display: none;
}
.three-column .scroll-down .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .three-column .scroll-down .container {
    flex-direction: column-reverse;
  }
}
.three-column .scroll-down .container .scroll-down-box a {
  display: flex;
  align-items: center;
}
.three-column .scroll-down .container .scroll-down-box .font-arrow-up {
  color: #fff;
  transform: rotate(180deg);
  font-size: 20px;
  display: inline-block;
}
.three-column .scroll-down .container .scroll-down-box .scroll-down-text {
  color: #c9c7c5;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 350ms ease;
  margin-left: 10px;
  font-size: 13px;
}
.three-column .scroll-down .container .scroll-down-box:hover {
  cursor: pointer;
}
.three-column .scroll-down .container .scroll-down-box:hover .scroll-down-text {
  color: #e0f0d1;
}
.three-column .scroll-down .container .social-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .three-column .scroll-down .container .social-box {
    margin-bottom: 15px;
  }
}
.three-column .scroll-down .container .social-box a {
  color: #a4a2a1;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.three-column .scroll-down .container .social-box a span {
  transition: 350ms ease;
  margin-right: 5px;
}
.three-column .scroll-down .container .social-box a:hover span {
  color: #062c25;
}
.three-column .scroll-down .container .social-box a:hover:last-of-type span {
  color: #067769;
}
@media screen and (max-width: 1199px) {
  .three-column .scroll-down .container .social-box a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.three-column-title {
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .three-column-title {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.three-column-title p {
  text-align: center;
  color: #c9c7c5;
  margin: 0;
  padding: 0 175px;
}
@media screen and (max-width: 767px) {
  .three-column-title p {
    padding: 0;
    line-height: 27px;
    text-align: left;
    margin: 15px 0;
  }
}
.three-column-wrapper {
  margin-bottom: 50px;
}
.three-column .entry-content {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .three-column .entry-content {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .three-column .entry-content {
    padding: 0;
    margin-bottom: 25px;
  }
}
.three-column .entry-content h1,
.three-column .entry-content h2,
.three-column .entry-content h3,
.three-column .entry-content h4,
.three-column .entry-content h5,
.three-column .entry-content h6,
.three-column .entry-content p {
  color: #c9c7c5;
  text-align: center;
}
.three-column .entry-content p {
  color: #f8fdf2;
}
.three-column .entry-content .entry-content.content {
  padding: 0;
}
.three-column .entry-content .entry-content.content ul {
  margin-bottom: 25px;
}
.three-column .entry-content .entry-content.content ul li::before {
  background-color: #fff;
  width: 5px;
  height: 5px;
}

.three-column-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0 auto 90px;
}
.three-column-list:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .three-column-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.three-column-box {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Kvadratni oblik */
  overflow: hidden;
}
.three-column-box::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background-color: rgba(1, 90, 76, 0.5);
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.three-column-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.three-column-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  position: absolute;
}
.three-column-box:hover img {
  transform: scale(1.05);
}
.three-column-box:hover .three-column-box-content {
  left: 30px;
}
.three-column-box:hover .three-column-box-content span:first-child {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.three-column-box:hover .three-column-box-content span:last-child {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.three-column-box:hover::after {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.three-column-box-content {
  position: absolute;
  left: -100%;
  bottom: 25px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: left 0.4s ease-in-out;
  max-width: calc(100% - 60px);
  z-index: 5;
}
.three-column-box-content span {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #80c245;
  color: #eeeff1;
  margin-top: 5px;
}
.three-column-box-content span.cpt-name {
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 30px 12px 22px;
}
.three-column-box-content span.cat-name {
  font-size: 16px;
  padding: 5px 18px 7px 20px;
}
@media screen and (max-width: 991px) {
  .three-column-box-content {
    opacity: 1;
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
  }
  .three-column-box-content span {
    opacity: 1;
  }
  .three-column-box-content span:first-child {
    padding: 10px 19px 12px;
  }
  .three-column-box-content span:last-child {
    padding: 6px 19px;
  }
}

.products-wrapper {
  margin: 80px 0 50px;
}

.product-wrapper-title {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: transparent;
  background-color: var(--theme-color-text_dark);
  background-image: radial-gradient(circle 5em at var(--mouse-x) var(--mouse-y), var(--theme-color-text_light) 30%, transparent 80%);
  background-repeat: no-repeat;
  background-size: 10em 10em;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.1s ease;
  overflow: hidden;
}
.product-wrapper-title .section-title {
  color: #f8fdf2;
}

.cursor {
  position: fixed;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  pointer-events: none;
  display: none;
  transition: transform 0.1s ease;
  background-image: url(assets/images/circle.png);
  background-size: contain;
  mix-blend-mode: overlay;
}

.images-slider-block .swiper-container {
  width: 100%;
}
.images-slider-block .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform: scale(1);
  transition: transform 5s linear;
}
.images-slider-block .swiper-slide-active img {
  transform: scale(1.2);
}
.images-slider-block .slide-img-box {
  position: relative;
}
@media screen and (max-width: 991px) {
  .images-slider-block .slide-img-box {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .images-slider-block .slide-img-box {
    height: 110px;
  }
}
@media (min-width: 768px) {
  .images-slider-block .slide-img-box {
    height: 65vh;
    max-height: 900px;
  }
}

.two-column-single-block {
  position: relative;
}
@media screen and (max-width: 767px) {
  .two-column-single-block {
    padding: 15px 0 25px;
  }
}
.two-column-single-block .content-wrapper {
  display: flex;
  align-items: flex-start;
  color: #c9c7c5;
  margin-top: 130px;
  transition: 350ms ease;
}
@media screen and (max-width: 991px) {
  .two-column-single-block .content-wrapper {
    flex-direction: column-reverse;
    padding: 0 20px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-wrapper {
    margin-top: 0;
  }
}
.two-column-single-block .content-wrapper.float {
  transition: 350ms ease;
}
.two-column-single-block .content-wrapper.float .content-right {
  position: sticky;
  top: 85px;
  transition: 350ms ease;
  right: 0;
  left: auto;
}
.two-column-single-block .content-left {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-left {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.two-column-single-block .content-left h2 {
  text-transform: uppercase;
  font-size: 27px;
  line-height: 29px;
  letter-spacing: 1.65px;
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-left h2 {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}
.two-column-single-block .content-left p.content-left-title-description {
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-left p.content-left-title-description {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.two-column-single-block .content-left p.content-left-text {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-top: 29px;
  max-width: 60%;
  width: 100%;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-left p.content-left-text {
    max-width: 100%;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-top: 10px;
  }
}
.two-column-single-block .content-left .gallery-block__content {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-left .gallery-block__content {
    margin-top: 15px;
  }
}
.two-column-single-block .content-left .masonry-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .two-column-single-block .content-left .masonry-grid {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-left .masonry-grid {
    max-width: 100%;
  }
}
.two-column-single-block .content-left .masonry-grid a {
  display: block;
  flex: 1 1 auto;
}
.two-column-single-block .content-left .masonry-grid a img {
  width: 100%;
  height: auto;
  display: block;
}
.two-column-single-block .content-left .masonry-grid.half-width a {
  flex: 1 1 50%;
}
.two-column-single-block .content-left .masonry-grid.full-width a {
  flex: 1 1 33.33%;
}
@media screen and (max-width: 991px) {
  .two-column-single-block .content-left .masonry-grid.full-width a {
    flex: 1 1 49%;
  }
}
.two-column-single-block .content-right {
  width: 37%;
  padding-left: 50px;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 991px) {
  .two-column-single-block .content-right {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.two-column-single-block .content-right__box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-right__box {
    margin-bottom: 5px;
  }
}
.two-column-single-block .content-right__box span {
  font-size: 17px;
  line-height: 28px;
}
.two-column-single-block .content-right__box span:first-child {
  font-weight: 600;
  max-width: 110px;
  width: 100%;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-right__box span:first-child {
    max-width: 100%;
    width: 35%;
    font-size: 0.85rem;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-single-block .content-right__box span:nth-child(2) {
    width: 65%;
    font-size: 0.85rem;
    line-height: 23px;
  }
}

.product-single-block {
  margin-top: 120px;
  border-top: 1px solid #20242e;
  padding: 120px 0 150px;
}
@media screen and (max-width: 1440px) {
  .product-single-block {
    padding: 100px 0 125px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .product-single-block {
    padding: 35px 0 75px;
    margin-top: 80px;
    position: relative;
    border-top: none;
  }
  .product-single-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 40px);
    width: 100%;
    height: 1px;
    background-color: #20242e;
  }
}
.product-single-block .section-title {
  font-size: 57px;
  line-height: 57px;
  font-weight: 400;
  color: #c9c7c5;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 135px;
}
@media screen and (max-width: 1440px) {
  .product-single-block .section-title {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 991px) {
  .product-single-block .section-title {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 767px) {
  .product-single-block .section-title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
.product-single-block .masonry-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .product-single-block .masonry-grid {
    flex-wrap: wrap;
    max-width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
}
.product-single-block .masonry-grid a {
  display: block;
  transition: none !important;
  flex: 1 1 auto;
  overflow: hidden;
}
.product-single-block .masonry-grid a img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.25);
  transform-origin: center center;
}

.gallery-block {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .gslide-image img {
    max-height: 75vh;
  }
  .glightbox-container {
    padding: 0 6px;
  }
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    top: 50%;
  }
  .glightbox-mobile .goverlay {
    opacity: 0.5;
  }
}
.blog-block {
  padding-top: 115px;
}
.blog-block-wrapper .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1440px) {
  .blog-block-wrapper .container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .blog-block-wrapper .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .blog-block-wrapper .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-block-wrapper .bottom {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 350ms ease;
  align-self: stretch;
  flex: 1 1 auto;
}
@media only screen and (min-width: 1199px) {
  .blog-block-wrapper .bottom:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .blog-block-wrapper .bottom {
    padding: 10px;
  }
}
.blog-block-wrapper .bottom h2 {
  color: #c9c7c5;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .blog-block-wrapper .bottom h2 {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.blog-block-box {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
}
.blog-block-box a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1199px) {
  .blog-block-box a:hover {
    background-color: #00483b;
  }
  .blog-block-box a:hover img {
    transform: scale(1.05);
  }
  .blog-block-box a:hover .btn-main::after {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .blog-block-box {
    margin: 40px 0;
  }
}
.blog-block-box .btn-main {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 15px;
  letter-spacing: 0;
  background-color: #80c245;
}
.blog-block-box .btn-main::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  transition: 350ms ease;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
.blog-block-box .top {
  overflow: hidden;
  display: block;
  flex: 0 0 auto;
}
.blog-block-box .top img {
  transform: scale(1);
  transition: 350ms ease;
  width: 100%;
}
.blog-block .page-title-desc p {
  color: #a4a2a1;
  line-height: 28px;
  font-size: 16px;
}
.blog-block .page-title-box {
  padding: 0 0 19px;
  margin-bottom: 21px;
}

.blog-single {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .blog-single .breadcrumb {
    display: none;
  }
}
.blog-single .breadcrumb ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  .blog-single .breadcrumb ul {
    justify-content: center;
  }
}
.blog-single .breadcrumb li:last-of-type a {
  color: #80c245;
  pointer-events: none;
}
.blog-single .breadcrumb li:last-of-type::after {
  display: none;
}
.blog-single .breadcrumb li::after {
  content: "/";
  position: relative;
  margin: 0 3px 0 0;
  color: #f8fdf2;
}
.blog-single .breadcrumb li a {
  color: #f8fdf2;
  cursor: pointer;
}
@media only screen and (min-width: 1199px) {
  .blog-single .breadcrumb li a:hover {
    color: #80c245;
  }
}
.blog-single-title {
  margin-bottom: 100px;
}
@media screen and (min-width: 1921px) {
  .blog-single-title {
    text-align: center;
  }
}
@media screen and (max-width: 1440px) {
  .blog-single-title {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-single-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-title {
    margin-bottom: 25px;
  }
}
.blog-single-title p {
  color: #eeeff1;
}
@media screen and (max-width: 1199px) {
  .blog-single-title p br {
    display: none;
  }
}
.blog-single .entry-content {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .blog-single .entry-content {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-single .entry-content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .entry-content {
    margin-bottom: 25px;
  }
}
.blog-single .entry-content h1,
.blog-single .entry-content h2,
.blog-single .entry-content h3,
.blog-single .entry-content h4,
.blog-single .entry-content h5,
.blog-single .entry-content h6 {
  text-transform: uppercase;
  color: #c9c7c5;
  font-weight: 700;
  font-family: "Be Vietnam PRO", serif;
}
.blog-single .entry-content h1 {
  font-size: clamp(1.75rem, 1.75rem + (2.25 - 1.75) * ((100vw - 20rem) / (120 - 20)), 2.25rem);
}
.blog-single .entry-content h2 {
  font-size: clamp(1.5rem, 1.5rem + (2 - 1.5) * ((100vw - 20rem) / (120 - 20)), 2rem);
}
.blog-single .entry-content h3 {
  font-size: clamp(1.375rem, 1.375rem + (1.75 - 1.375) * ((100vw - 20rem) / (120 - 20)), 1.75rem);
}
.blog-single .entry-content h4 {
  font-size: clamp(1.3125rem, 1.3125rem + (1.625 - 1.3125) * ((100vw - 20rem) / (120 - 20)), 1.625rem);
}
.blog-single .entry-content h5 {
  font-size: clamp(1.1875rem, 1.1875rem + (1.5 - 1.1875) * ((100vw - 20rem) / (120 - 20)), 1.5rem);
}
.blog-single .entry-content h6 {
  font-size: clamp(1.0625rem, 1.0625rem + (1.375 - 1.0625) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
}
.blog-single .entry-content p {
  color: #f8fdf2;
  font-size: 20px;
  line-height: 150%;
}
.blog-single-featured {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .blog-single-featured {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-single-featured {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-featured {
    margin-bottom: 25px;
  }
}
.blog-single-featured img {
  margin: 0 auto;
}
.blog-single .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .blog-single .image-wrapper {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-single .image-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .image-wrapper {
    margin-bottom: 25px;
  }
}
.blog-single .image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-single .image-wrapper:has(img:nth-child(2):last-child) img {
  width: 49%;
}
.blog-single .image-text {
  display: flex;
  grid-gap: 40px;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .blog-single .image-text {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-single .image-text {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .image-text {
    margin-bottom: 25px;
  }
}
.blog-single .image-text .text p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .blog-single .container-small {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .container-small {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-single .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .container {
    margin: 0;
  }
}
.blog-single .blog-single-bottom .entry-content p {
  color: #eeeff1;
}
/*# sourceMappingURL=style.css.map */
