/*
Theme Name: Balao Farms
Theme URI: https://www.balaofarms.com
Author: Creative Weblogic
Author URI: http://www.creativeweblogic.com
Description: 2026 web design layout.
Version: 1.0.2
*/
/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Bitter:ital,wght@0,100..900;1,100..900&display=swap);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*COLOR
--------------------------------------------------*/
:root {
  --color_default: #333333;
  --color_gray: #f8f8f8;
  --color_darkgray: #cdd4dd;
  --color_grey: #333333;
  --color_brand_green: #175049;
  --color_brand_lime: #92c47f;
  --color_brand_blue: #036dae;
  --color_brand_orange: #feb431;
  --color_brand_teal: #4ca49c;
  --color_brand_purple: #7b62fb;
  --color_brand_red: #e14c4c;
}

/*DEFAULT
--------------------------------------------------*/
* {
  outline: none !important;
  box-sizing: border-box;
  zoom: 1;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

p {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #333333 !important;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
ul li:last-child {
  margin-bottom: 0 !important;
}

ol {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
ol li {
  margin-bottom: 5px;
}
ol li:last-child {
  margin: 0;
}
ol li:last-child {
  margin-bottom: 0 !important;
}

section {
  position: relative;
}

.hidden {
  display: none;
}

.noscroll {
  padding-right: 17px;
  overflow: hidden;
}

.videoWrapper {
  aspect-ratio: 16/9;
  position: relative;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.25rem * var(--cw-space-x-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.5rem * var(--cw-space-x-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.75rem * var(--cw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1rem * var(--cw-space-x-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.25rem * var(--cw-space-x-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.5rem * var(--cw-space-x-reverse));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.75rem * var(--cw-space-x-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(2rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(2rem * var(--cw-space-x-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--cw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--cw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--cw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--cw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--cw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--cw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--cw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--cw-space-y-reverse));
}

.nowrap {
  white-space: nowrap;
}

/*TYPOGRAPHY
--------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

h1, .h1 {
  font-size: 4em;
}

h2, .h2 {
  font-size: 3.5em;
}

h3, .h3 {
  font-size: 3em;
}

h4, .h4 {
  font-size: 2.5em;
}

h5, .h5 {
  font-size: 2em;
}

h6, .h6 {
  font-size: 1.75em;
}

p {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

/*FORMS
--------------------------------------------------*/
label {
  font-size: 0.75rem;
  padding-left: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.form-fields {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.form-fields .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.form-fields .form-group.half {
  width: 50%;
}
.form-fields .btn-wrapper {
  padding: 0 15px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-input {
  width: 100%;
  height: 48px;
  font-size: 1em;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff;
  padding: 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.5rem;
  transition: border-color 0.3s ease-in-out;
}
.form-input:hover, .form-input:focus {
  border-color: var(--color_brand_blue);
  cursor: text;
}
.form-input::-moz-placeholder {
  color: color-mix(in srgb, var(--color_darkgray), white 30%);
}
.form-input::placeholder {
  color: color-mix(in srgb, var(--color_darkgray), white 30%);
}

.form-select {
  width: 100%;
  height: 46px;
  font-size: 1em;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff url(img/icons/chevron-down.svg) right 1rem center no-repeat;
  background-size: 10px 10px;
  padding: 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.3s ease-in-out;
}
.form-select option {
  color: var(--color_default);
}
.form-select option[value=""][disabled] {
  display: none;
}
.form-select:hover, .form-select:focus {
  border-color: var(--color_brand_blue);
  cursor: pointer;
}

.form-textarea {
  width: 100%;
  height: 250px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff;
  padding: 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.75rem;
  transition: all 0.3s ease-in-out;
}
.form-textarea:hover, .form-textarea:focus {
  border-color: var(--color_brand_blue);
  cursor: text;
}
.form-textarea::-moz-placeholder {
  color: var(--color_darkgray);
}
.form-textarea::placeholder {
  color: var(--color_darkgray);
}

.form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-checkbox .checkmark {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid var(--color_darkgray);
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.form-checkbox:hover .checkmark {
  border-color: var(--color_brand_blue);
}
.form-checkbox input:checked + .checkmark {
  border-color: var(--color_brand_blue);
  background: #fff;
}
.form-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid var(--color_brand_blue);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*BUTTONS
--------------------------------------------------*/
.btn-xs {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.25rem 0.5rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-sm {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-md {
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-lg {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xl {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1.5rem 1.75rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xs svg, .btn-sm svg, .btn-md svg, .btn-lg svg, .btn-xl svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.btn-xs:disabled, .btn-sm:disabled, .btn-md:disabled, .btn-lg:disabled, .btn-xl:disabled {
  opacity: 0.5;
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-brand_default {
  color: white;
  background: var(--color_default);
}
.btn-brand_default:hover {
  background: var(--color_darkgray);
}

.btn-green {
  color: white;
  background: var(--color_brand_green);
}
.btn-green:hover {
  background: color-mix(in srgb, var(--color_brand_green) 80%, white 20%);
}

.btn-lime {
  color: white;
  background: var(--color_brand_lime);
}
.btn-lime:hover {
  background: color-mix(in srgb, var(--color_brand_lime) 80%, white 20%);
}

.btn-line {
  color: #ffffff;
  background: none;
  border: 2px solid var(--color_darkgray);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-line:hover {
  color: white;
  background: var(--color_darkgray);
  border-color: var(--color_darkgray);
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-line-arrowed {
  color: var(--color_brand_green);
  background: url("img/icons/angle-right.svg") right 10px center/12px 12px no-repeat;
  padding-right: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn-line-arrowed:hover {
  color: #ffffff !important;
  background-color: var(--color_brand_green);
  border-color: var(--color_brand_green);
}
.btn-line-arrowed:hover::before {
  width: 100%;
}
.btn-line-arrowed:focus {
  color: var(--color_brand_green);
  outline: none;
}
.btn-line-arrowed:disabled, .btn-line-arrowed:disabled:hover {
  color: #ffffff !important;
  background-color: var(--color_brand_green);
  border-color: var(--color_brand_green);
  opacity: 0.35;
  cursor: not-allowed;
}

.btn-mobile {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-mobile .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-mobile .btn-wrapper div {
  width: 35px;
  height: 3px;
  background: #ffffff;
  margin-bottom: 5px;
  transition: background-color 0.3s ease-in-out;
}
.btn-mobile .btn-wrapper div:last-child {
  margin-bottom: 0;
}
.btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: calc(1.5rem + 15px);
  top: 59px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.btn-close:hover {
  opacity: 1;
}
.btn-close:before, .btn-close:after {
  position: absolute;
  left: 14px;
  content: " ";
  height: 31px;
  width: 3px;
  background-color: var(--color_brand_lime);
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

/*ANIMATE
--------------------------------------------------*/
.rotate {
  display: block;
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 200;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

.animate__fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes dividerGrow {
  from {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.dividerGrow {
  animation-name: dividerGrow;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
/*PARTICLE ANIMATION
--------------------------------------------------*/
.particle {
  position: absolute;
  border-radius: 50%;
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(64vw, 6vh, 65px);
  }
}
.particle:nth-child(1) {
  animation: particle-animation-1 60s infinite;
  opacity: 0.72;
  height: 14px;
  width: 14px;
  animation-delay: -0.2s;
  transform: translate3d(75vw, 82vh, 69px);
  background: hsl(320, 70%, 50%);
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(4vw, 69vh, 100px);
  }
}
.particle:nth-child(2) {
  animation: particle-animation-2 60s infinite;
  opacity: 0.98;
  height: 15px;
  width: 15px;
  animation-delay: -0.4s;
  transform: translate3d(24vw, 73vh, 64px);
  background: hsl(283, 70%, 50%);
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(4vw, 20vh, 91px);
  }
}
.particle:nth-child(3) {
  animation: particle-animation-3 60s infinite;
  opacity: 0.65;
  height: 11px;
  width: 11px;
  animation-delay: -0.6s;
  transform: translate3d(24vw, 51vh, 46px);
  background: hsl(254, 70%, 50%);
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(7vw, 30vh, 36px);
  }
}
.particle:nth-child(4) {
  animation: particle-animation-4 60s infinite;
  opacity: 0.17;
  height: 18px;
  width: 18px;
  animation-delay: -0.8s;
  transform: translate3d(48vw, 68vh, 44px);
  background: hsl(174, 70%, 50%);
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(43vw, 38vh, 98px);
  }
}
.particle:nth-child(5) {
  animation: particle-animation-5 60s infinite;
  opacity: 0.86;
  height: 18px;
  width: 18px;
  animation-delay: -1s;
  transform: translate3d(57vw, 25vh, 71px);
  background: hsl(119, 70%, 50%);
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(41vw, 49vh, 41px);
  }
}
.particle:nth-child(6) {
  animation: particle-animation-6 60s infinite;
  opacity: 0.59;
  height: 13px;
  width: 13px;
  animation-delay: -1.2s;
  transform: translate3d(70vw, 87vh, 68px);
  background: hsl(174, 70%, 50%);
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(51vw, 49vh, 81px);
  }
}
.particle:nth-child(7) {
  animation: particle-animation-7 60s infinite;
  opacity: 0.89;
  height: 13px;
  width: 13px;
  animation-delay: -1.4s;
  transform: translate3d(56vw, 7vh, 40px);
  background: hsl(359, 70%, 50%);
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(75vw, 26vh, 42px);
  }
}
.particle:nth-child(8) {
  animation: particle-animation-8 60s infinite;
  opacity: 0.26;
  height: 18px;
  width: 18px;
  animation-delay: -1.6s;
  transform: translate3d(68vw, 17vh, 41px);
  background: hsl(114, 70%, 50%);
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(1vw, 72vh, 55px);
  }
}
.particle:nth-child(9) {
  animation: particle-animation-9 60s infinite;
  opacity: 0.25;
  height: 11px;
  width: 11px;
  animation-delay: -1.8s;
  transform: translate3d(83vw, 45vh, 43px);
  background: hsl(23, 70%, 50%);
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(65vw, 69vh, 40px);
  }
}
.particle:nth-child(10) {
  animation: particle-animation-10 60s infinite;
  opacity: 0.97;
  height: 17px;
  width: 17px;
  animation-delay: -2s;
  transform: translate3d(83vw, 21vh, 18px);
  background: hsl(141, 70%, 50%);
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(51vw, 15vh, 71px);
  }
}
.particle:nth-child(11) {
  animation: particle-animation-11 60s infinite;
  opacity: 0.52;
  height: 14px;
  width: 14px;
  animation-delay: -2.2s;
  transform: translate3d(79vw, 46vh, 29px);
  background: hsl(317, 70%, 50%);
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(81vw, 65vh, 34px);
  }
}
.particle:nth-child(12) {
  animation: particle-animation-12 60s infinite;
  opacity: 0.67;
  height: 19px;
  width: 19px;
  animation-delay: -2.4s;
  transform: translate3d(71vw, 23vh, 64px);
  background: hsl(319, 70%, 50%);
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(18vw, 5vh, 56px);
  }
}
.particle:nth-child(13) {
  animation: particle-animation-13 60s infinite;
  opacity: 0.08;
  height: 17px;
  width: 17px;
  animation-delay: -2.6s;
  transform: translate3d(48vw, 54vh, 76px);
  background: hsl(218, 70%, 50%);
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(1vw, 74vh, 73px);
  }
}
.particle:nth-child(14) {
  animation: particle-animation-14 60s infinite;
  opacity: 0.5;
  height: 11px;
  width: 11px;
  animation-delay: -2.8s;
  transform: translate3d(85vw, 60vh, 96px);
  background: hsl(82, 70%, 50%);
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(2vw, 20vh, 93px);
  }
}
.particle:nth-child(15) {
  animation: particle-animation-15 60s infinite;
  opacity: 0.67;
  height: 18px;
  width: 18px;
  animation-delay: -3s;
  transform: translate3d(59vw, 35vh, 78px);
  background: hsl(111, 70%, 50%);
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(54vw, 83vh, 79px);
  }
}
.particle:nth-child(16) {
  animation: particle-animation-16 60s infinite;
  opacity: 0.7;
  height: 15px;
  width: 15px;
  animation-delay: -3.2s;
  transform: translate3d(75vw, 28vh, 23px);
  background: hsl(70, 70%, 50%);
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(90vw, 77vh, 67px);
  }
}
.particle:nth-child(17) {
  animation: particle-animation-17 60s infinite;
  opacity: 0.39;
  height: 15px;
  width: 15px;
  animation-delay: -3.4s;
  transform: translate3d(10vw, 51vh, 64px);
  background: hsl(253, 70%, 50%);
}

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(13vw, 73vh, 6px);
  }
}
.particle:nth-child(18) {
  animation: particle-animation-18 60s infinite;
  opacity: 0.39;
  height: 12px;
  width: 12px;
  animation-delay: -3.6s;
  transform: translate3d(68vw, 50vh, 71px);
  background: hsl(277, 70%, 50%);
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(11vw, 37vh, 7px);
  }
}
.particle:nth-child(19) {
  animation: particle-animation-19 60s infinite;
  opacity: 0.42;
  height: 11px;
  width: 11px;
  animation-delay: -3.8s;
  transform: translate3d(6vw, 26vh, 99px);
  background: hsl(134, 70%, 50%);
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(88vw, 75vh, 30px);
  }
}
.particle:nth-child(20) {
  animation: particle-animation-20 60s infinite;
  opacity: 0.87;
  height: 19px;
  width: 19px;
  animation-delay: -4s;
  transform: translate3d(22vw, 72vh, 65px);
  background: hsl(157, 70%, 50%);
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(81vw, 39vh, 94px);
  }
}
.particle:nth-child(21) {
  animation: particle-animation-21 60s infinite;
  opacity: 0.38;
  height: 20px;
  width: 20px;
  animation-delay: -4.2s;
  transform: translate3d(83vw, 29vh, 72px);
  background: hsl(161, 70%, 50%);
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(52vw, 7vh, 1px);
  }
}
.particle:nth-child(22) {
  animation: particle-animation-22 60s infinite;
  opacity: 0.03;
  height: 19px;
  width: 19px;
  animation-delay: -4.4s;
  transform: translate3d(67vw, 18vh, 10px);
  background: hsl(185, 70%, 50%);
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(54vw, 55vh, 8px);
  }
}
.particle:nth-child(23) {
  animation: particle-animation-23 60s infinite;
  opacity: 0.93;
  height: 12px;
  width: 12px;
  animation-delay: -4.6s;
  transform: translate3d(41vw, 85vh, 79px);
  background: hsl(254, 70%, 50%);
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(80vw, 32vh, 2px);
  }
}
.particle:nth-child(24) {
  animation: particle-animation-24 60s infinite;
  opacity: 0.49;
  height: 13px;
  width: 13px;
  animation-delay: -4.8s;
  transform: translate3d(54vw, 64vh, 51px);
  background: hsl(171, 70%, 50%);
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(34vw, 76vh, 24px);
  }
}
.particle:nth-child(25) {
  animation: particle-animation-25 60s infinite;
  opacity: 0.12;
  height: 11px;
  width: 11px;
  animation-delay: -5s;
  transform: translate3d(27vw, 33vh, 65px);
  background: hsl(106, 70%, 50%);
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(83vw, 39vh, 82px);
  }
}
.particle:nth-child(26) {
  animation: particle-animation-26 60s infinite;
  opacity: 0.54;
  height: 17px;
  width: 17px;
  animation-delay: -5.2s;
  transform: translate3d(72vw, 9vh, 96px);
  background: hsl(149, 70%, 50%);
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(6vw, 44vh, 2px);
  }
}
.particle:nth-child(27) {
  animation: particle-animation-27 60s infinite;
  opacity: 0.34;
  height: 17px;
  width: 17px;
  animation-delay: -5.4s;
  transform: translate3d(30vw, 32vh, 3px);
  background: hsl(232, 70%, 50%);
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(39vw, 29vh, 99px);
  }
}
.particle:nth-child(28) {
  animation: particle-animation-28 60s infinite;
  opacity: 0.7;
  height: 11px;
  width: 11px;
  animation-delay: -5.6s;
  transform: translate3d(29vw, 47vh, 92px);
  background: hsl(64, 70%, 50%);
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(83vw, 50vh, 46px);
  }
}
.particle:nth-child(29) {
  animation: particle-animation-29 60s infinite;
  opacity: 0.65;
  height: 20px;
  width: 20px;
  animation-delay: -5.8s;
  transform: translate3d(18vw, 71vh, 64px);
  background: hsl(96, 70%, 50%);
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(90vw, 56vh, 15px);
  }
}
.particle:nth-child(30) {
  animation: particle-animation-30 60s infinite;
  opacity: 0.38;
  height: 14px;
  width: 14px;
  animation-delay: -6s;
  transform: translate3d(54vw, 8vh, 6px);
  background: hsl(30, 70%, 50%);
}

/*ANIMATIONS
--------------------------------------------------*/
.animate__animated.animate__delay-25ms {
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-30ms {
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-50ms {
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-75ms {
  animation-delay: 0.75s;
}

.animate__animated.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.animate__animated.animate__delay-2-5s {
  animation-delay: 2.5s;
}

.animate__animated.animate__delay-3-5s {
  animation-delay: 3.5s;
}

.animate__animated.animate__delay-4-5s {
  animation-delay: 4.5s;
}

.animate__animated.animate__delay-5-5s {
  animation-delay: 5.5s;
}

/*RESPONSIVE EMBED
--------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*DESKTOP
--------------------------------------------------*/
body {
  font: 400 18px/1 "Alegreya Sans", sans-serif;
  color: var(--color_default);
  background: #ffffff;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: calc(1440px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
}

.flex-container {
  width: 100%;
  display: flex;
}

.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-container .col-span-1 {
  grid-column: span 1/span 1;
}
.grid-container .col-span-2 {
  grid-column: span 2/span 2;
}
.grid-container .col-span-3 {
  grid-column: span 3/span 3;
}
.grid-container .col-span-4 {
  grid-column: span 4/span 4;
}
.grid-container .col-span-5 {
  grid-column: span 5/span 5;
}
.grid-container .col-span-6 {
  grid-column: span 6/span 6;
}
.grid-container .col-span-7 {
  grid-column: span 7/span 7;
}
.grid-container .col-span-8 {
  grid-column: span 8/span 8;
}
.grid-container .col-span-9 {
  grid-column: span 9/span 9;
}
.grid-container .col-span-10 {
  grid-column: span 10/span 10;
}
.grid-container .col-span-11 {
  grid-column: span 11/span 11;
}
.grid-container .col-span-12 {
  grid-column: span 12/span 12;
}
.grid-container .col-start-1 {
  grid-column-start: 1;
}

/*HEADER
--------------------------------------------------*/
.cw-header {
  width: 100%;
  background: var(--color_brand_green);
  font-size: 1rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 3;
}
.cw-header .container {
  height: inherit;
}
.cw-header .flex-container {
  width: 100%;
  height: inherit;
  align-items: center;
  justify-content: space-evenly;
}
.cw-header .flex-container .flex-col {
  width: 100%;
}
.cw-header .flex-container .flex-col:last-child {
  display: flex;
  justify-content: flex-end;
}
.cw-header ul.nav-header {
  display: none;
  gap: 0 0.75rem;
  position: relative;
}
.cw-header ul.nav-header li a {
  height: 40px;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.25);
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.cw-header ul.nav-header li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cw-header ul.nav-header li.current-menu-item a {
  color: var(--color_brand_green);
  background: rgb(255, 255, 255);
}
.cw-header ul.nav-header li.menu-parent-item {
  border-radius: 100rem;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
.cw-header ul.nav-header li.menu-parent-item > ul {
  width: 100%;
  text-align: left;
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35) !important;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 3rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
.cw-header ul.nav-header li.menu-parent-item > ul li {
  width: 100%;
  margin: 0;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  color: var(--color_brand_lime);
  padding: 12px 15px;
  border-radius: 0;
  display: block;
  white-space: nowrap;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a:before {
  display: none;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a:after {
  display: none;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a:hover {
  color: #ffffff;
  background-color: var(--color_brand_lime);
}
.cw-header ul.nav-header li.menu-parent-item > ul li:hover a {
  color: #ffffff;
  background-color: var(--color_brand_lime);
}
.cw-header ul.nav-header li.menu-parent-item:hover > a {
  color: #ffffff;
  background: var(--color_brand_lime);
}
.cw-header ul.nav-header li.menu-parent-item:hover ul {
  visibility: visible;
  opacity: 1;
}
.cw-header .btn {
  height: 40px;
  font-weight: 600;
  color: var(--color_brand_green);
  background: #ffffff;
  display: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.cw-header .btn:hover {
  color: #ffffff;
  background: var(--color_brand_lime);
}
.cw-header .btn-mobile {
  width: 59px;
  height: 59px;
  background: var(--color_brand_lime);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.cw-header .btn-mobile:hover {
  background: color-mix(in srgb, var(--color_brand_lime), black 10%);
}

body.home .cw-header {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
}

/*HERO
--------------------------------------------------*/
.cw-hero {
  width: 100%;
  height: 100vh;
  margin-bottom: 2rem;
  position: relative;
}
.cw-hero .container {
  height: 100%;
}
.cw-hero .flex-container {
  width: 100%;
  height: 100%;
  padding-top: 173px;
  flex-direction: column;
  justify-content: center;
  gap: 2rem 0;
  position: relative;
  z-index: 2;
}
.cw-hero .flex-container h1 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.15;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cw-hero .flex-container .buttons {
  display: flex;
  gap: 0 0.5rem;
}
.cw-hero .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.cw-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(65, 115, 35, 0.5) 0%, rgba(35, 35, 35, 0.25) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cw-hero .slider {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cw-hero .slider .slick-list {
  height: inherit !important;
}
.cw-hero .slider .slick-track {
  height: inherit !important;
}
.cw-hero .slider .slide {
  height: inherit !important;
}
.cw-hero .slider .slide img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cw-hero .slider .slick-dots {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 50px;
  z-index: 100;
}
.cw-hero .slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 5px 0;
}
.cw-hero .slider .slick-dots li button:before {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  opacity: 0.75;
}
.cw-hero .slider .slick-dots li:hover button:before {
  background: var(--color_brand_lime);
  opacity: 1;
}
.cw-hero .slider .slick-dots li.slick-active button:before {
  background: var(--color_brand_lime);
  opacity: 1;
}
.cw-hero .slider:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/*GRID INFO
--------------------------------------------------*/
.cw-grid-info {
  padding: 5rem 0;
}
.cw-grid-info .headline {
  margin-bottom: 3rem;
}
.cw-grid-info .headline h2 {
  line-height: 1.25;
  color: #777777;
}
.cw-grid-info .headline h2 strong {
  font-weight: 500;
  color: var(--color_brand_green);
}
.cw-grid-info .grid-container {
  width: 100%;
  height: 600px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1.5fr;
  grid-template-areas: "monitoring efficiency growth" "monitoring farming farming";
  gap: 1rem;
}
.cw-grid-info .grid-container .card {
  background: #e2e2e2;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}
.cw-grid-info .grid-container .card .content {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cw-grid-info .grid-container .card .content h6 {
  font-style: italic;
  color: #ffffff;
}
.cw-grid-info .grid-container .card .content .figure {
  font-family: "Bitter", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--color_brand_green);
}
.cw-grid-info .grid-container .card .content .label {
  font-weight: 400;
  color: #ffffff;
  opacity: 0.85;
}
.cw-grid-info .grid-container .card img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cw-grid-info .grid-container .card.monitoring {
  background: #b9c1ac;
  grid-area: monitoring;
}
.cw-grid-info .grid-container .card.monitoring .content {
  align-items: flex-start;
  justify-content: flex-end;
}
.cw-grid-info .grid-container .card.monitoring .content .label {
  font-weight: 400;
  color: #ffffff;
}
.cw-grid-info .grid-container .card.monitoring .image {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-grid-info .grid-container .card.monitoring img.app {
  border-radius: 8px;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.cw-grid-info .grid-container .card.efficiency {
  grid-area: efficiency;
  background: var(--color_brand_green);
}
.cw-grid-info .grid-container .card.efficiency .figure {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}
.cw-grid-info .grid-container .card.efficiency .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0;
}
.cw-grid-info .grid-container .card.growth {
  grid-area: growth;
}
.cw-grid-info .grid-container .card.growth .content {
  align-items: flex-start;
  justify-content: flex-end;
}
.cw-grid-info .grid-container .card.growth .content .figure {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.cw-grid-info .grid-container .card.growth .content .figure small {
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
}
.cw-grid-info .grid-container .card.farming {
  grid-area: farming;
}
.cw-grid-info .grid-container .card.farming .content {
  align-items: center;
  justify-content: center;
}
.cw-grid-info .grid-container .card.farming .content h6 {
  font-style: italic;
  color: #ffffff;
}
.cw-grid-info .grid-container .card.farming .content .label {
  font-weight: 400;
  color: #ffffff;
}
.cw-grid-info .grid-container .card.farming::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

/*OUR OPERATIONS
--------------------------------------------------*/
.cw-our-operations {
  padding: 5rem 0;
}
.cw-our-operations .headline {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-our-operations .headline h2 {
  line-height: 1.25;
  font-weight: 500;
  color: var(--color_brand_green);
  margin-bottom: 1rem;
}
.cw-our-operations .headline p {
  line-height: 1.25;
  opacity: 0.9;
}
.cw-our-operations .items {
  display: flex;
  justify-content: space-evenly;
  gap: 0 1.5rem;
}
.cw-our-operations .items .item {
  width: 100%;
  font-family: "Bitter", serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--color_brand_green);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-our-operations .items .item img {
  margin-bottom: 1rem;
  border-radius: 100%;
}
.cw-our-operations .items .item span {
  width: 100%;
  max-width: 350px;
}

/*SUSTAINABILITY
--------------------------------------------------*/
.cw-sustainability {
  width: 100%;
  min-height: 100vh;
  padding: 10rem 0;
  display: flex;
  position: relative;
}
.cw-sustainability .container {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cw-sustainability .headline {
  color: #ffffff;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 5rem;
}
.cw-sustainability .headline h2 {
  line-height: 1.25;
  font-weight: 500;
  color: #ffffff;
}
.cw-sustainability .headline p {
  line-height: 1.25;
}
.cw-sustainability .headline .headline-col-l {
  max-width: 50%;
}
.cw-sustainability .headline .headline-col-r {
  max-width: 40%;
  padding-bottom: 1rem;
}
.cw-sustainability .stats {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.cw-sustainability .stats .item {
  width: 200px;
  text-align: center;
  aspect-ratio: 1.1/1;
  background: #ffffff;
  padding: 1.5rem 0.75rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem 0;
}
.cw-sustainability .stats .item .figure {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--color_brand_lime);
  display: flex;
  flex-direction: column;
}
.cw-sustainability .stats .item .figure small {
  font-size: 14px;
  font-weight: 300;
}
.cw-sustainability .stats .item .title {
  font-weight: 600;
  color: var(--color_brand_green);
}
.cw-sustainability .stats .item .description {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cw-sustainability .stats .item:first-child {
  background: var(--color_brand_lime);
}
.cw-sustainability .stats .item:first-child .figure {
  color: #ffffff;
}
.cw-sustainability .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.cw-sustainability::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(65, 115, 35, 0.5) 0%, rgba(35, 35, 35, 0.25) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*INNOVATION
--------------------------------------------------*/
.cw-innovation {
  width: 100%;
  padding: 10rem 0;
  position: relative;
}
.cw-innovation .container {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cw-innovation .headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 0 5rem;
}
.cw-innovation .headline h2 {
  line-height: 1.25;
  font-weight: 500;
  color: var(--color_brand_green);
}
.cw-innovation .headline p {
  line-height: 1.25;
}
.cw-innovation .headline .headline-col-l {
  max-width: 50%;
}
.cw-innovation .headline .headline-col-r {
  max-width: 40%;
  padding-bottom: 1rem;
}
.cw-innovation .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5rem;
}
.cw-innovation .content .content-left-col {
  width: 30%;
}
.cw-innovation .content .content-left-col img {
  border-radius: 1rem;
}
.cw-innovation .content .content-right-col {
  width: 70%;
}
.cw-innovation .content .content-right-col p {
  font-size: 2.25rem;
  line-height: 1.25;
}

/*NEWS
--------------------------------------------------*/
.cw-news {
  width: 100%;
  background: #ffffff;
  background-size: contain;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cw-news .headline {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cw-news .headline h2 {
  line-height: 1.25;
  font-weight: 500;
  color: var(--color_brand_green);
  margin-bottom: 1rem;
}
.cw-news .headline .arrows {
  display: flex;
}
.cw-news .headline .arrows .slick-prev {
  position: static !important;
}
.cw-news .headline .arrows .slick-next {
  margin-left: 30px;
  position: static !important;
}
.cw-news .slick-slider {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cw-news .slick-slider .slick-slide {
  padding: 0 0.5rem;
  outline: none !important;
}
.cw-news .slick-slider .slick-slide .thumb {
  border-radius: 0.75rem;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.cw-news .slick-slider .slick-slide .thumb img {
  width: 100%;
  border-radius: 0.75rem;
}
.cw-news .slick-slider .slick-slide .thumb a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out, visibility 0.5s ease-in-out;
}
.cw-news .slick-slider .slick-slide .thumb a span {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.cw-news .slick-slider .slick-slide .thumb a span img {
  max-height: 50px;
  max-height: 50px;
}
.cw-news .slick-slider .slick-slide .thumb a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cw-news .slick-slider .slick-slide .thumb a:hover span {
  visibility: visible;
}
.cw-news .slick-slider .slick-slide .title {
  margin-bottom: 0.5rem;
}
.cw-news .slick-slider .slick-slide .title small {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 1.5rem;
  display: block;
}
.cw-news .slick-slider .slick-slide .title a.h4 {
  font-family: "Bitter", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color_default);
  margin-bottom: 0;
  display: block;
}
.cw-news .slick-slider .slick-slide .title a.h4:hover {
  color: var(--color_brand_lime);
}
.cw-news .slick-slider .slick-slide .description p {
  font-size: 1rem;
  line-height: 1.5;
}

/*CAREERS ARCHIVE
--------------------------------------------------*/
.cw-careers-archive {
  padding: 10rem 0;
}
.cw-careers-archive .container {
  max-width: calc(1000px + 4rem);
}
.cw-careers-archive h1 {
  font-weight: 700;
  color: var(--color_brand_green);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
}
.cw-careers-archive h1 small {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.5;
}
.cw-careers-archive h4 {
  font-weight: 700;
  color: var(--color_brand_green);
}
.cw-careers-archive h5 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
}
.cw-careers-archive hr {
  margin: 0;
}
.cw-careers-archive .vacancies {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.cw-careers-archive .vacancies .vacancies-item {
  display: table-row;
}
.cw-careers-archive .vacancies .vacancies-item span.title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color_brand_lime);
  margin-bottom: 1rem;
  display: block;
}
.cw-careers-archive .vacancies .vacancies-item .posted {
  font-size: 1.25rem;
}
.cw-careers-archive .vacancies .vacancies-item div {
  font-size: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.5rem;
  display: table-cell;
}
.cw-careers-archive .vacancies .vacancies-item div:first-child {
  padding-left: 0;
}
.cw-careers-archive .vacancies .vacancies-item div:last-child {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.cw-careers-archive .vacancies .vacancies-item .btn-sm {
  font-size: 0.9rem;
  font-weight: 600;
}
.cw-careers-archive .vacancies .no-vacancies {
  text-align: center;
}
.cw-careers-archive .vacancies .no-vacancies img {
  margin: 3rem 0;
}
.cw-careers-archive .vacancies .no-vacancies p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  opacity: 0.7;
}

/*CAREERS SINGLE
--------------------------------------------------*/
.cw-careers-single {
  padding: 10rem 0;
}
.cw-careers-single .container {
  max-width: calc(1000px + 4rem);
}
.cw-careers-single .career-single h1 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color_brand_lime);
  margin-bottom: 2rem;
}
.cw-careers-single .career-single .addtoany_content_bottom {
  margin-top: 60px !important;
}
.cw-careers-single .career-info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.cw-careers-single .career-info div {
  font-size: 1rem;
  font-weight: 500;
  padding: 2px 0 2px 30px;
  display: flex;
  background-size: cover;
}
.cw-careers-single .career-info div.location {
  background: url(img/careers/location.svg) left center no-repeat;
}
.cw-careers-single .career-info div.department {
  background: url(img/careers/department.svg) left center no-repeat;
}
.cw-careers-single .career-info div.employment {
  background: url(img/careers/time.svg) left center no-repeat;
}
.cw-careers-single .career-info div.salary {
  background: url(img/careers/salary.svg) left center no-repeat;
}
.cw-careers-single .career-info div.posted-ago {
  font-size: 12px;
  padding-left: 0;
  margin-top: 30px;
}
.cw-careers-single .career-details {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.cw-careers-single .career-details h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color_brand_lime);
  margin-bottom: 0.5rem;
}
.cw-careers-single .career-details p {
  line-height: 1.5;
}
.cw-careers-single .career-details ul {
  padding-left: 20px;
}
.cw-careers-single .career-details ul li {
  line-height: 1.5;
  list-style: disc;
}
.cw-careers-single .career-details ul li li {
  list-style: circle;
}
.cw-careers-single .career-details ol {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cw-careers-single .career-details ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.cw-careers-single .career-details .item {
  margin-bottom: 30px;
}
.cw-careers-single .career-details .item:last-child {
  margin-bottom: 0;
}
.cw-careers-single .career-form {
  margin-top: 30px;
}
.cw-careers-single .career-form .grid-container {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 2rem;
}
.cw-careers-single .career-form h6 {
  font-weight: 600;
  color: var(--color_brand_orange);
  margin-bottom: 1rem;
}
.cw-careers-single .career-form label {
  font-size: 12px;
}

/*FILE UPLOAD SKIN
--------------------------------------------------*/
.file-upload-wrapper {
  width: 100%;
  position: relative;
}
.file-upload-wrapper .file-upload-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-wrapper .file-upload-label {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: var(--color_brand_lime);
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.file-upload-wrapper .file-upload-label:hover {
  background: color-mix(in srgb, var(--color_brand_lime), black 10%);
}
.file-upload-wrapper .file-upload-text {
  font-size: 1rem;
  text-align: center;
  font-style: italic;
  margin-top: 0.5rem;
  display: block;
}
.file-upload-wrapper .icon-upload {
  margin-right: 10px;
}

/*SERVICES
--------------------------------------------------*/
.cw-services {
  padding: 3rem 0;
}
.cw-services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-services .headline {
  max-width: 800px;
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem 0;
}
.cw-services .headline h2 {
  font-weight: 800;
  line-height: 1;
  color: var(--color_brand_blue);
}
.cw-services .headline p {
  line-height: 1.25;
  opacity: 0.9;
}
.cw-services .items {
  width: 100%;
  max-width: 1150px;
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.cw-services .items .item {
  width: 33.33%;
  color: var(--color_brand_blue);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.cw-services .items .item span {
  flex-shrink: 0;
}

/*STATISTICS
--------------------------------------------------*/
.cw-statistics {
  background: var(--color_brand_orange);
}
.cw-statistics .flex-container {
  justify-content: space-evenly;
}
.cw-statistics .flex-container.reversed {
  flex-direction: row-reverse;
}
.cw-statistics .flex-container .flex-item {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-statistics .flex-container .flex-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-statistics .flex-container .flex-item article {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-statistics .flex-container .flex-item article strong {
  font-family: "Nunito", sans-serif;
  font-size: 2.8em;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.cw-statistics .flex-container .flex-item article small {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--color_brand_blue);
}

/*ABOUT US
--------------------------------------------------*/
.cw-about-us .bg {
  margin-bottom: -5%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cw-about-us .wrapper {
  background: #eff5ff;
}
.cw-about-us .flex-container {
  justify-content: space-evenly;
}
.cw-about-us .flex-container.reversed {
  flex-direction: row-reverse;
}
.cw-about-us .flex-container .flex-item {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-about-us .flex-container .flex-item article {
  text-align: center;
  padding: 5rem;
}
.cw-about-us .flex-container .flex-item article h3 {
  font-weight: 800;
  color: var(--color_brand_blue);
  margin-bottom: 2rem;
}
.cw-about-us .flex-container .flex-item article p {
  line-height: 1.5;
  text-align: justify;
}
.cw-about-us .flex-container .flex-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-about-us .flex-container .flex-item.highlight {
  color: var(--color_default);
  background: var(--color_brand_orange);
}
.cw-about-us .flex-container .flex-item.highlight article h3 {
  color: #ffffff;
}

/*OUR TIMELINE
--------------------------------------------------*/
.cw-our-timeline {
  padding: 3.75rem 0 3.75rem 0;
}
.cw-our-timeline .headline {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem 0;
}
.cw-our-timeline .headline h2 {
  font-weight: 800;
  line-height: 1;
  color: var(--color_brand_blue);
}
.cw-our-timeline .headline p {
  line-height: 1.25;
  opacity: 0.9;
}
.cw-our-timeline .timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.cw-our-timeline .timeline-grid .timeline-item {
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem 0;
}
.cw-our-timeline .timeline-grid .timeline-item .dot {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cw-our-timeline .timeline-grid .timeline-item .dot span {
  width: 20px;
  height: 20px;
  background: var(--color_brand_orange);
  border-radius: 100%;
  display: block;
}
.cw-our-timeline .timeline-grid .timeline-item .dot:before, .cw-our-timeline .timeline-grid .timeline-item .dot:after {
  content: "";
  width: 50%;
  position: absolute;
  top: 9px;
  border-width: 2px;
  border-top: dashed;
  border-color: var(--color_brand_orange);
}
.cw-our-timeline .timeline-grid .timeline-item .dot:before {
  left: 0;
}
.cw-our-timeline .timeline-grid .timeline-item .dot:after {
  right: 0;
}
.cw-our-timeline .timeline-grid .timeline-item .dot.first:before {
  display: none;
}
.cw-our-timeline .timeline-grid .timeline-item .dot.last:after {
  display: none;
}
.cw-our-timeline .timeline-grid .timeline-item img {
  position: relative;
  z-index: 2;
}
.cw-our-timeline .timeline-grid .timeline-item strong {
  color: var(--color_brand_blue);
  margin-top: -1rem;
}
.cw-our-timeline .timeline-grid .timeline-item article {
  padding: 0 3rem;
}

/*CONTACT
--------------------------------------------------*/
.cw-contact {
  padding: 10rem 0;
}
.cw-contact .flex-container {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
.cw-contact .flex-container .flex-col-l {
  width: 50%;
}
.cw-contact .flex-container .flex-col-l .wrapper {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 2rem 0px;
}
.cw-contact .flex-container .flex-col-l .wrapper h1 {
  font-weight: 600;
  line-height: 1;
  color: var(--color_brand_lime);
}
.cw-contact .flex-container .flex-col-l .wrapper p {
  line-height: 1.5;
}
.cw-contact .flex-container .flex-col-l .wrapper .address {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 2rem;
  display: inline-flex;
  align-items: flex-start;
}
.cw-contact .flex-container .flex-col-l .wrapper .address img {
  margin-right: 0.5rem;
  margin-top: 2px;
}
.cw-contact .flex-container .flex-col-l .wrapper .contact-info {
  margin-top: 2rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-contact .flex-container .flex-col-l .wrapper .contact-info li {
  text-align: left;
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.25rem 0 0.25rem 2rem;
}
.cw-contact .flex-container .flex-col-l .wrapper .contact-info li a {
  color: var(--color_default);
}
.cw-contact .flex-container .flex-col-l .wrapper .contact-info li.phone {
  background-image: url(img/icons/landline.svg);
}
.cw-contact .flex-container .flex-col-l .wrapper .contact-info li.mobile {
  background-image: url(img/icons/mobile.svg);
}
.cw-contact .flex-container .flex-col-l .wrapper .contact-info li.email {
  background-image: url(img/icons/email.svg);
}
.cw-contact .flex-container .flex-col-r {
  width: 50%;
}
.cw-contact .flex-container .flex-col-r .grid-container {
  gap: 1rem 1rem;
}
.cw-contact .flex-container .flex-col-r h6 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cw-contact .flex-container .flex-col-r .wpcf7 {
  width: 100%;
}
.cw-contact .flex-container .flex-col-r .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #ffffff;
  background: #dc3232;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
}
.cw-contact .flex-container .flex-col-r .wpcf7-response-output {
  color: #ffffff;
}
.cw-contact .flex-container .flex-col-r form {
  width: 100%;
  background: var(--color_brand_green);
  padding: 2.5rem;
  border-radius: 1rem;
}
.cw-contact .flex-container .flex-col-r form label {
  color: #f5f5f5;
}
.cw-contact .flex-container .flex-col-r form .form-input, .cw-contact .flex-container .flex-col-r form .form-textarea {
  border-color: #f5f5f5;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cw-contact .flex-container .flex-col-r form .form-input:focus, .cw-contact .flex-container .flex-col-r form .form-textarea:focus {
  border-color: var(--color_grey);
}
.cw-contact .flex-container .flex-col-r form hr {
  margin: 1rem 0;
}

/*ARCHIVE POST
--------------------------------------------------*/
.cw-archive-post {
  width: 100%;
  padding: 10rem 0;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.cw-archive-post .container {
  max-width: calc(1000px + 4rem);
}
.cw-archive-post .archive-header {
  margin-bottom: 1rem;
}
.cw-archive-post .archive-header h1 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.cw-archive-post .archive-body {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
.cw-archive-post .post-item {
  display: flex;
  flex-wrap: wrap;
}
.cw-archive-post .post-item .featured-image {
  width: 40%;
}
.cw-archive-post .post-item .featured-image img {
  border-radius: 0.75rem;
}
.cw-archive-post .post-item .featured-image .thumb {
  position: relative;
}
.cw-archive-post .post-item .featured-image a {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) url(img/icons/details.svg) center no-repeat;
  background-size: 0 0;
  border-radius: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
}
.cw-archive-post .post-item .featured-image a:hover {
  background: rgba(0, 0, 0, 0.5) url(img/icons/details.svg) center no-repeat;
  background-size: 30px 30px;
}
.cw-archive-post .post-item .content {
  width: 60%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-archive-post .post-item .post-header time {
  font-size: 1em;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1rem;
  display: block;
}
.cw-archive-post .post-item .post-header .h6 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color_brand_lime);
  margin-bottom: 0;
}
.cw-archive-post .post-item .post-header .h6:hover {
  color: var(--color_brand_green);
}
.cw-archive-post .post-item .post-body p {
  line-height: 1.5;
}
.cw-archive-post .post-item .author {
  display: flex;
  align-items: center;
}
.cw-archive-post .post-item .author img {
  margin-right: 0.75rem;
  border-radius: 100%;
}

/*SINGLE POST
--------------------------------------------------*/
.cw-single-post {
  width: 100%;
  padding: 10rem 0;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.cw-single-post .container {
  max-width: calc(1000px + 4rem);
}
.cw-single-post .post-header {
  margin-bottom: 1rem;
}
.cw-single-post .post-header time {
  font-size: 1em;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1rem;
  display: inline-block;
}
.cw-single-post .post-header h1 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color_brand_lime);
  margin-bottom: 0;
}
.cw-single-post .post-body {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-single-post .post-body .featured-image {
  margin-bottom: 2rem;
}
.cw-single-post .post-body .featured-image img {
  border-radius: 0.75rem;
}
.cw-single-post .post-body p {
  line-height: 1.5;
  text-align: justify;
}
.cw-single-post .post-footer {
  padding-top: 2rem;
  margin-top: 5rem;
  border-top: 1px solid #e2e2e2;
}
.cw-single-post .post-footer .author {
  display: flex;
  align-items: center;
}
.cw-single-post .post-footer .author img {
  margin-right: 0.75rem;
  border-radius: 100%;
}

/*FOOTER
--------------------------------------------------*/
footer {
  color: #ffffff;
  background: var(--color_brand_green);
  padding: 5rem 0 10rem 0;
}
footer .flex-container {
  display: flex;
  justify-content: space-between;
  gap: 0 5rem;
}
footer .flex-item-l {
  width: 100%;
  max-width: 30rem;
}
footer .flex-item-l span.h4 {
  max-width: 75rem;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  display: block;
}
footer .flex-item-l ul {
  display: flex;
  align-items: center;
}
footer .flex-item-l ul li {
  font-weight: 600;
  margin-right: 1.5rem;
}
footer .flex-item-l ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer .flex-item-l ul li a:hover {
  color: var(--color_darkgray);
}
footer .flex-item-l ul li a svg {
  position: relative;
  top: 2px;
}
footer .flex-item-l ul li a svg path, footer .flex-item-l ul li a svg circle, footer .flex-item-l ul li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer .flex-item-l ul li a:hover svg path, footer .flex-item-l ul li a:hover svg circle, footer .flex-item-l ul li a:hover svg rect {
  fill: var(--color_darkgray);
}
footer .flex-item-l ul li:last-child {
  margin-right: 0;
}
footer .flex-item-r {
  width: 100%;
  max-width: 30rem;
}
footer .flex-item-r ul {
  display: flex;
  flex-direction: column;
}
footer .flex-item-r ul li {
  font-weight: 600;
  margin-bottom: 1.25rem;
}
footer .flex-item-r ul li a {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer .flex-item-r ul li a:hover {
  color: var(--color_darkgray);
}
footer .flex-item-r ul li a svg {
  position: relative;
  top: 2px;
}
footer .flex-item-r ul li a svg path, footer .flex-item-r ul li a svg circle, footer .flex-item-r ul li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer .flex-item-r ul li a:hover svg path, footer .flex-item-r ul li a:hover svg circle, footer .flex-item-r ul li a:hover svg rect {
  color: var(--color_darkgray);
}
footer .flex-item-r ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  color: #ffffff;
  margin-top: 8rem;
}
footer .copyright a {
  font-weight: 600;
  color: #ffffff;
}
footer .copyright a:hover {
  color: var(--color_darkgray);
}

.cw-block .flex-container {
  gap: 0 2rem;
}
.cw-block .flex-container .flex-col-l {
  width: 50%;
}
.cw-block .flex-container .flex-col-r {
  width: 50%;
}

/*BLOCKS
--------------------------------------------------*/
.block-headline {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
}
.block-headline h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color_darkgray);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-headline h5:after {
  content: "";
  width: 115px;
  height: 2px;
  background: var(--color_darkgray);
  margin-top: 0.85rem;
  display: inline-block;
}
.block-headline .description {
  margin-top: 1rem;
}
.block-headline .description p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.block-headline .button {
  margin-top: 4rem;
}
.block-headline.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-headline.centered p {
  max-width: 50rem;
}

/*SLICK SLIDER
--------------------------------------------------*/
.slick-slide {
  outline: none !important;
}

.slick-dots1 {
  position: static;
}
.slick-dots1 li {
  width: 40px;
}
.slick-dots1 li button {
  width: 40px;
  padding: 15px 0;
}
.slick-dots1 li button:before {
  font-size: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  display: block;
  position: static;
  transition: all ease-in-out 0.3s;
}
.slick-dots1 li:hover button:before {
  opacity: 1;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--color_brand_green);
  background-size: 8px 15px !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  transform: none !important;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: color-mix(in srgb, var(--color_brand_lime), black 5%);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow.slick-prev {
  background-image: url(img/icons/white/angle-left.svg) !important;
  background-position: left 15px center !important;
}
.slick-arrow.slick-next {
  background-image: url(img/icons/white/angle-right.svg) !important;
  background-position: right 15px center !important;
}

.arrows.invert .slick-arrow:hover, .arrows.invert .slick-arrow:focus {
  background-color: var(--color_default);
}

/*HOVER EFFECTS
--------------------------------------------------*/
.image-zoom {
  display: block;
  overflow: hidden;
}
.image-zoom img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-zoom:hover img {
  transform: scale(1.05);
}

/*404
--------------------------------------------------*/
.cw-404 {
  text-align: center;
  padding: 120px 0;
}
.cw-404 h2 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.cw-404 h2 strong {
  font-size: 5em;
  display: block;
}
.cw-404 p {
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #666666;
  margin-bottom: 45px;
}

/*MENU BODY
--------------------------------------------------*/
.cw-mobile-menu {
  width: 100%;
  height: 100%;
  background: var(--color_brand_green);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.cw-mobile-menu .wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cw-mobile-menu .wrapper .header {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.cw-mobile-menu .wrapper .body {
  width: 100%;
  height: 100vh;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-mobile-menu .wrapper .body .wrapper {
  width: 100%;
}
.cw-mobile-menu .wrapper .body ul.menu {
  width: 100%;
  max-width: 250px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.cw-mobile-menu .wrapper .body ul.menu li {
  width: 100%;
  position: relative;
}
.cw-mobile-menu .wrapper .body ul.menu li a {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.75rem 0;
  display: inline-block;
}
.cw-mobile-menu .wrapper .body ul.menu li a:hover {
  color: var(--color_brand_lime);
}
.cw-mobile-menu .wrapper .body ul.menu li .caret {
  width: 30px;
  height: 30px;
  background: url(img/icons/angle-down.svg) center no-repeat;
  background-size: 15px 15px;
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0.4rem;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
.cw-mobile-menu .wrapper .body ul.menu li.current-menu-item a, .cw-mobile-menu .wrapper .body ul.menu li.current-menu-parent a {
  color: var(--color_brand_lime);
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item {
  /* Depth 1*/
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul {
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li {
  width: 100%;
  margin: 0 0 0 0;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li a {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  padding: 8px 0;
  display: inline-block;
  white-space: nowrap;
  transition: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li a:before {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li a:after {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li .caret {
  top: 0.3rem;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li:hover a {
  color: var(--color_brand_lime);
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item {
  /* Depth 2*/
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item > ul {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item > ul li a:after {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item > ul li a:hover {
  color: var(--color_brand_lime);
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item.active > .caret {
  transform: rotate(-180deg);
  transition: transform 0.3s linear;
}

/*OVERRIDE CLASSES
--------------------------------------------------*/
hr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
  margin: 5rem 0;
}

.hidden {
  display: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.vcentered {
  justify-content: center !important;
}

.hcentered {
  align-items: center !important;
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}
/*MINI LAPTOP
--------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 100%;
    max-width: calc(1440px + 2rem);
    padding: 0 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*HEADER
  --------------------------------------------------*/
  .cw-header ul.nav-header {
    display: none;
  }
  .cw-header .btn {
    display: none;
  }
  .cw-header .btn-mobile {
    display: flex;
  }
  /*GRID INFO
  --------------------------------------------------*/
  .cw-grid-info {
    padding: 5rem 0;
  }
  .cw-grid-info .headline {
    margin-bottom: 3rem;
  }
  .cw-grid-info .headline h2 {
    line-height: 1.25;
    color: #777777;
  }
  .cw-grid-info .headline h2 strong {
    font-weight: 500;
    color: var(--color_brand_green);
  }
  .cw-grid-info .grid-container {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.75fr 0.5fr 0.5fr;
    grid-template-areas: "monitoring monitoring" "efficiency growth" "farming farming";
    gap: 1rem;
  }
  /*OUR OPERATIONS
  --------------------------------------------------*/
  .cw-our-operations .items .item {
    font-size: 1.2em;
  }
  /*SUSTAINABILITY
  --------------------------------------------------*/
  .cw-sustainability .headline {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem 0;
  }
  .cw-sustainability .headline .headline-col-l {
    max-width: 100%;
  }
  .cw-sustainability .headline .headline-col-r {
    max-width: 100%;
    padding-bottom: 0;
  }
  .cw-sustainability .stats {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1rem;
  }
  .cw-sustainability .stats .item {
    width: 48%;
    aspect-ratio: unset;
  }
  /*INNOVATION
  --------------------------------------------------*/
  .cw-innovation .headline {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem 0;
  }
  .cw-innovation .headline .headline-col-l {
    max-width: 100%;
  }
  .cw-innovation .headline .headline-col-r {
    max-width: 100%;
    padding-bottom: 0;
  }
  .cw-innovation .content {
    gap: 0 2rem;
  }
  .cw-innovation .content .content-left-col {
    width: 50%;
  }
  .cw-innovation .content .content-right-col {
    width: 50%;
  }
  .cw-innovation .content .content-right-col p {
    font-size: 1.75rem;
  }
  /*CONTACT
  --------------------------------------------------*/
  .cw-contact {
    padding: 10rem 0;
  }
  .cw-contact .flex-container {
    flex-direction: column;
    gap: 4rem 0;
  }
  .cw-contact .flex-container .flex-col-l {
    width: 100%;
  }
  .cw-contact .flex-container .flex-col-r {
    width: 100%;
  }
}
/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    max-width: calc(1440px + 1rem);
    padding: 0 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*INNOVATION
  --------------------------------------------------*/
  .cw-innovation .content {
    flex-direction: column;
    gap: 2rem 0;
  }
  .cw-innovation .content .content-left-col {
    width: 100%;
  }
  .cw-innovation .content .content-right-col {
    width: 100%;
  }
  .cw-innovation .content .content-right-col p {
    font-size: 1.75rem;
  }
  /*ARCHIVE POST
  --------------------------------------------------*/
  .cw-archive-post {
    width: 100%;
    padding: 10rem 0;
    background: #ffffff;
    display: flex;
    align-items: center;
  }
  .cw-archive-post .container {
    max-width: calc(1000px + 4rem);
  }
  .cw-archive-post .archive-header {
    margin-bottom: 1rem;
  }
  .cw-archive-post .archive-header h1 {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
  }
  .cw-archive-post .archive-body {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
  }
  .cw-archive-post .post-item {
    flex-direction: column;
    gap: 1rem 0;
  }
  .cw-archive-post .post-item .featured-image {
    width: 100%;
  }
  .cw-archive-post .post-item .content {
    width: 100%;
    padding-left: 0;
  }
  /*LATEST NEWS
  --------------------------------------------------*/
  .cw-latest-news .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*CAREERS ARCHIVE
  --------------------------------------------------*/
  .cw-careers-archive .container {
    padding: 0 15px;
  }
  .cw-careers-archive main {
    padding: 30px;
  }
  .cw-careers-archive .vacancies .vacancies-item {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-wrap: wrap;
  }
  .cw-careers-archive .vacancies .vacancies-item span.title {
    margin-bottom: 0;
  }
  .cw-careers-archive .vacancies .vacancies-item div {
    width: 50%;
    padding: 10px 0;
    border-bottom: 0;
  }
  .cw-careers-archive .vacancies .vacancies-item div:first-child {
    width: 100%;
  }
  .cw-careers-archive .vacancies .vacancies-item:last-child {
    margin-bottom: 0;
  }
  .cw-careers-archive .vacancies .no-vacancies {
    text-align: center;
  }
  .cw-careers-archive .vacancies .no-vacancies img {
    margin: 3rem 0;
  }
  .cw-careers-archive .vacancies .no-vacancies p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    opacity: 0.7;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer .flex-container {
    flex-direction: column;
    gap: 6rem 0;
  }
}
/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */