.header {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid var(--Natural-100, #e5e6e5);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(0.3125rem);
          backdrop-filter: blur(0.3125rem);
  z-index: 9999;
}
.header .headerInner {
  display: flex;
  justify-content: space-between;
}
.header .headerInner .headerLeft {
  display: flex;
  align-items: center;
}
@media (max-width: 1060px) {
  .header .headerInner .headerLeft {
    justify-content: space-between;
    width: 100%;
  }
  .header .headerInner .headerLeft .headerLogo img {
    width: 12.5rem;
  }
}
@media (max-width: 875px) {
  .header .headerInner .headerLeft .headerLogo img {
    width: 11.25rem;
  }
}
@media (max-width: 850px) {
  .header .headerInner .headerLeft .headerLogo img {
    width: 10.625rem;
  }
}
.header .navigation {
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 1060px) {
  .header .navigation {
    position: absolute;
    top: 3.7rem;
    left: 0;
    right: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    display: none;
    z-index: 9999;
  }
}
.header .navigation nav ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 0;
}
@media (max-width: 1060px) {
  .header .navigation nav ul {
    flex-direction: column;
    align-items: baseline;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-top: 0;
  }
}
.header .navigation nav ul li {
  position: relative;
  margin-right: 1rem;
  padding: 1rem;
}
@media (max-width: 990px) {
  .header .navigation nav ul li {
    margin-right: 0;
  }
}
.header .navigation nav ul li:last-child {
  margin-right: 0;
  border-radius: 1.875rem;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(25 26 25 / var(--tw-border-opacity));
  font-family: Plus_Jakarta_Sans-bold;
  --tw-text-opacity: 1;
  color: rgb(21 22 22 / var(--tw-text-opacity));
  padding: 0 2rem;
  display: flex;
  align-items: center;
  min-height: 3.3125rem;
}
.header .navigation nav ul li:last-child a {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header .navigation nav ul li a {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(56 60 58 / var(--tw-text-opacity));
}
.header .navigation nav ul li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(5 104 57 / var(--tw-text-opacity));
}
.header .navigation nav ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(5 104 57 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
}
.header .navigation nav ul li.current-menu-item:last-child a {
  font-family: Plus_Jakarta_Sans-bold;
  --tw-text-opacity: 1;
  color: rgb(21 22 22 / var(--tw-text-opacity));
}
.header .navigation nav ul li.current-menu-item:last-child a:after {
  display: none;
}
.header .navigation .icons-wrap {
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1060px) {
  .header .navigation .icons-wrap {
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-top: 0;
  }
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(1 21 11 / var(--tw-bg-opacity));
}
.footer .footerTop .footerCol {
  display: flex;
}
@media (max-width: 1080px) {
  .footer .footerTop .footerCol {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer .footerTop .footerCol .logo {
  width: 30%;
}
@media (max-width: 580px) {
  .footer .footerTop .footerCol .logo {
    width: 100%;
  }
}
.footer .footerTop .footerCol .contact {
  width: 70%;
}
@media (max-width: 1080px) {
  .footer .footerTop .footerCol .contact {
    width: 100%;
  }
}
.footer .footerTop .footerCol .contact .contactGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer .footerTop .footerCol .contact .contactGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .footer .footerTop .footerCol .contact .contactGrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.footer .footerTop .footerCol .contact .contactGrid .grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  grid-template-columns: 3.125rem 1fr;
}
@media (max-width: 1120px) {
  .footer .footerTop .footerCol .contact .contactGrid .grid {
    gap: 1rem;
  }
}
@media (max-width: 560px) {
  .footer .footerTop .footerCol .contact .contactGrid .grid {
    grid-template-columns: 1.875rem 1fr;
  }
}
.footer .footerTop .footerCol .contact .contactGrid .item p, .footer .footerTop .footerCol .contact .contactGrid .item a {
  margin-bottom: 0;
  font-family: Plus_Jakarta_Sans-regular;
  font-size: 1.125rem;
  line-height: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
  text-decoration: none;
  display: block;
}
@media (max-width: 1280px) {
  .footer .footerTop .footerCol .contact .contactGrid .item p, .footer .footerTop .footerCol .contact .contactGrid .item a {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.footer .footerTop .navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #485650;
}
@media (max-width: 768px) {
  .footer .footerTop .navigation {
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
  }
}
.footer .footerTop .navigation nav ul {
  padding-left: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .footer .footerTop .navigation nav ul {
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .footer .footerTop .navigation nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 420px) {
  .footer .footerTop .navigation nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.footer .footerTop .navigation nav ul li a {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}
.footer .footerTop .navigation .socialLinks ul {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer .footerTop .navigation .socialLinks ul {
    padding-left: 0;
  }
}
.footer .footerBottom {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
@media (max-width: 820px) {
  .footer .footerBottom {
    flex-direction: column;
  }
}
.footer .footerBottom p, .footer .footerBottom a {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity));
  text-decoration: none;
}

.heroSlider {
  z-index: -1;
  position: relative;
}
.heroSlider .slider {
  min-height: calc(100vh - 5.9375rem);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 920px), screen and (orientation: landscape) {
  .heroSlider .slider {
    min-height: calc(110vh - 5.9375rem);
  }
}
@media (max-width: 620px) {
  .heroSlider .slider {
    min-height: calc(75vh - 5.9375rem);
  }
}
.heroSlider .slider .sliderBg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.heroSlider .slider.zoom .sliderBg {
  transform: scale(1.2); /* Zoom effect */
  transition: transform 5s ease; /* Smooth transition */
}
.heroSlider .slider:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 15, 14, 0.75);
  z-index: 1;
}
.heroSlider .slider .wrapper {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.heroSlider .slider .wrapper .title {
  margin-bottom: 2rem;
}
.heroSlider .slider .wrapper .title h1 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.heroSlider .slider .wrapper .desc {
  margin-bottom: 3rem;
}
.heroSlider .slider .wrapper .desc h2 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(213 213 213 / var(--tw-text-opacity));
}
.heroSlider .slider .wrapper .action {
  text-align: center;
}
.heroSlider .slider .wrapper .action a {
  height: 4.375rem;
  border-radius: 3.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 104 57 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 620px) {
  .heroSlider .slider .wrapper .action a {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 520px) {
  .heroSlider .slider .wrapper .action a {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media (max-width: 360px) {
  .heroSlider .slider .wrapper .action a {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}

.cardSlider .cardSlides .slide {
  height: auto;
}
.cardSlider .cardSlides .slide .card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0.125rem 0.3125rem 0.6875rem 0 rgba(0, 0, 0, 0.02), 0.5625rem 1.1875rem 1.3125rem 0 rgba(0, 0, 0, 0.02), 1.3125rem 2.625rem 1.75rem 0 rgba(0, 0, 0, 0.01), 2.3125rem 4.625rem 2.0625rem 0 rgba(0, 0, 0, 0), 3.625rem 7.25rem 2.25rem 0 rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  height: 100%;
}
.cardSlider .cardSlides .slide .card .cardHeader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.cardSlider .cardSlides .slide .card .cardHeader:after {
  content: " ";
  display: block;
  padding-top: 60%;
}
.cardSlider .cardSlides .slide .card .cardFooter {
  padding: 1rem;
}
.cardSlider .cardSlides .slide .card .cardFooter .cardTitle h3 {
  --tw-text-opacity: 1;
  color: rgb(50 51 51 / var(--tw-text-opacity));
}
.cardSlider .cardSlides .slide .card .cardFooter .content p {
  font-family: Plus_Jakarta_Sans-regular;
  font-size: 1rem;
  line-height: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(99 102 102 / var(--tw-text-opacity));
}
.cardSlider .swiper-pagination {
  display: none;
}
.cardSlider .swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 104 57 / var(--tw-bg-opacity));
}
@media (max-width: 620px) {
  .cardSlider .swiper-pagination {
    display: block;
    bottom: -2.5rem;
  }
}
.cardSlider .swiper-button-prev,
.cardSlider .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-radius: 100%;
}
@media (max-width: 620px) {
  .cardSlider .swiper-button-prev,
  .cardSlider .swiper-button-next {
    display: none;
  }
}
.cardSlider .swiper-button-prev svg,
.cardSlider .swiper-button-next svg {
  width: 1.25rem;
}
.cardSlider .swiper-button-prev::after,
.cardSlider .swiper-button-next::after {
  display: none;
}
.cardSlider .swiper-button-prev {
  right: 4rem;
  top: 2rem;
  left: unset;
}
.cardSlider .swiper-button-next {
  right: 0;
  top: 2rem;
}

.ctaBlock {
  position: relative;
}
.ctaBlock .ctaBottomBg {
  position: absolute;
  bottom: 0;
  height: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(1 21 11 / var(--tw-bg-opacity));
  width: 100%;
  z-index: 1;
}
.ctaBlock .cta {
  border-radius: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 3rem;
}
@media (max-width: 768px) {
  .ctaBlock .cta {
    background-image: none !important;
    background-color: #0e5d37;
  }
}
@media (max-width: 540px) {
  .ctaBlock .cta {
    padding: 1rem;
  }
}
.ctaBlock .cta .cols {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}
.ctaBlock .cta .cols .colLeft {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
}
@media (max-width: 1200px) {
  .ctaBlock .cta .cols .colLeft {
    width: 55%;
  }
}
@media (max-width: 990px) {
  .ctaBlock .cta .cols .colLeft {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .ctaBlock .cta .cols .colLeft {
    width: 100%;
  }
}
.ctaBlock .cta .cols .colLeft .title {
  margin-bottom: 2rem;
}
.ctaBlock .cta .cols .colLeft .title h1 {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
@media (max-width: 420px) {
  .ctaBlock .cta .cols .colLeft .title h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.heroImage {
  min-height: calc(85vh - 5.9375rem);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .heroImage {
    min-height: calc(50vh - 5.9375rem);
  }
}
@media (max-width: 768px), screen and (orientation: landscape) {
  .heroImage {
    min-height: calc(75vh - 5.9375rem);
  }
}
.heroImage .container {
  display: flex;
  justify-content: center;
}
.heroImage .container .heroTitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 65rem;
}
.heroImage .container .heroTitle h1 {
  text-align: center;
  font-family: Plus_Jakarta_Sans-bold;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .tabsWrapper {
    padding-bottom: 0;
  }
}
.tabsWrapper .tabItems {
  position: relative;
}
.tabsWrapper .tabItems .prevArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 620px) {
  .tabsWrapper .tabItems .prevArrow {
    display: none;
  }
}
.tabsWrapper .tabItems .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 620px) {
  .tabsWrapper .tabItems .nextArrow {
    display: none;
  }
}
.tabsWrapper .tabs {
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
  padding-bottom: 0.5rem;
  max-width: 64rem;
  margin: 4rem auto;
}
@media (max-width: 768px) {
  .tabsWrapper .tabs {
    justify-content: start;
    padding-bottom: 0.1rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.tabsWrapper .tab {
  cursor: pointer;
  padding: 1rem 1.5rem;
  margin-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  min-width: 7.5rem !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .tabsWrapper .tab {
    margin-right: 0rem;
  }
}
@media (max-width: 650px) {
  .tabsWrapper .tab {
    padding: 1rem;
  }
}
.tabsWrapper .tab h4 {
  margin-bottom: 0;
  --tw-text-opacity: 1;
  color: rgb(50 51 51 / var(--tw-text-opacity));
  text-wrap: nowrap;
}
.tabsWrapper .tab.active {
  border-bottom-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(55 134 97 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 235 / var(--tw-bg-opacity));
}
.tabsWrapper .tab-content {
  display: none;
}
.tabsWrapper .tab-content.active {
  display: block;
}

.navbarToggler {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 20;
  transform: translateY(-50%);
  width: 1.625rem;
  background: transparent;
  border: 0;
  outline: 0;
  display: none;
}
@media (max-width: 1060px) {
  .navbarToggler {
    display: flex;
  }
}
.navbarToggler .nav-icon {
  position: relative;
  top: 0.125rem;
  right: 0;
  display: block;
  height: 0.125rem;
  background-color: black;
  border-radius: 2.5rem;
  transition: all 0.3s;
  width: 100%;
}
.navbarToggler .nav-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.4375rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  border-radius: 2.5rem;
  background-color: black;
  transition: all 0.3s;
}
.navbarToggler .nav-icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0.4375rem;
  height: 0.125rem;
  width: 100%;
  border-radius: 2.5rem;
  background-color: black;
  transition: all 0.3s;
}
.navbarToggler.active .nav-icon {
  background-color: transparent;
}
.navbarToggler.active .nav-icon::before {
  transform: rotate(-45deg);
  top: 0;
}
.navbarToggler.active .nav-icon::after {
  transform: rotate(45deg);
  top: 0;
}

.textContent .cols {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}
@media (max-width: 768px) {
  .textContent .cols {
    flex-direction: column;
  }
}
.textContent .cols .colLeft {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .textContent .cols .colLeft {
    width: 100%;
  }
  .textContent .cols .colLeft .title {
    margin-bottom: 1rem;
  }
}
.textContent .cols .colRight {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(74 77 76 / var(--tw-text-opacity));
}
@media (max-width: 768px) {
  .textContent .cols .colRight {
    width: 100%;
  }
}

.contentImage .cols {
  margin-left: -3rem;
  margin-right: -3rem;
  display: flex;
}
@media (max-width: 990px) {
  .contentImage .cols {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 860px) {
  .contentImage .cols {
    flex-direction: column;
  }
}
.contentImage .cols .colLeft {
  width: 50%;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 990px) {
  .contentImage .cols .colLeft {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 860px) {
  .contentImage .cols .colLeft {
    width: 100%;
  }
}
.contentImage .cols .colLeft .colLeftBg {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}
@media (max-width: 860px) {
  .contentImage .cols .colLeft .colLeftBg {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .contentImage .cols .colLeft .colLeftBg {
    height: 75vh;
  }
}
@media (max-width: 620px) {
  .contentImage .cols .colLeft .colLeftBg {
    height: 50vh;
  }
}
@media (max-width: 540px) {
  .contentImage .cols .colLeft .colLeftBg {
    height: 40vh;
  }
}
.contentImage .cols .colRight {
  width: 50%;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 4rem;
}
@media (max-width: 990px) {
  .contentImage .cols .colRight {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 860px) {
  .contentImage .cols .colRight {
    width: 100%;
  }
}
.contentImage.imageRight .cols {
  flex-direction: row-reverse;
}
@media (max-width: 860px) {
  .contentImage.imageRight .cols {
    flex-direction: column;
  }
}

.cky-btn-revisit-wrapper {
  background-color: #033e22 !important;
}

.cky-btn.cky-btn-customize {
  border: 0.0625rem solid #033e22 !important;
  color: #033e22 !important;
}
.cky-btn.cky-btn-reject {
  border: 0.0625rem solid #033e22 !important;
  color: #033e22 !important;
}
.cky-btn.cky-btn-preferences {
  border: 0.0625rem solid #033e22 !important;
  color: #033e22 !important;
}
.cky-btn.cky-btn-accept {
  background-color: #033e22 !important;
  border: 0.0625rem solid #033e22 !important;
}

.cky-show-desc-btn {
  color: #033e22 !important;
}

.PageHome {
  position: relative;
  z-index: 1;
}
.PageHome .crafting .cols {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}
@media (max-width: 990px) {
  .PageHome .crafting .cols {
    flex-direction: column;
  }
}
.PageHome .crafting .cols .colLeft {
  width: 48%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 990px) {
  .PageHome .crafting .cols .colLeft {
    width: 100%;
  }
}
.PageHome .crafting .cols .colLeft .imgGrids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  min-height: 50vh;
}
@media (max-width: 1420px) {
  .PageHome .crafting .cols .colLeft .imgGrids {
    min-height: 75vh;
  }
}
@media (max-width: 1200px) {
  .PageHome .crafting .cols .colLeft .imgGrids {
    min-height: 60vh;
  }
}
@media (max-width: 540px) {
  .PageHome .crafting .cols .colLeft .imgGrids {
    min-height: 40vh;
  }
}
@media (max-width: 520px) {
  .PageHome .crafting .cols .colLeft .imgGrids {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media (max-width: 360px) {
  .PageHome .crafting .cols .colLeft .imgGrids {
    min-height: 30vh;
  }
}
.PageHome .crafting .cols .colLeft .imgGrids .imgGrid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}
.PageHome .crafting .cols .colLeft .imgGrids .imgGrid-1 {
  grid-area: 1/1/3/2;
}
.PageHome .crafting .cols .colLeft .imgGrids .imgGrid-2 {
  grid-area: 1/2/5/3;
}
.PageHome .crafting .cols .colLeft .imgGrids .imgGrid-3 {
  grid-area: 3/1/5/2;
}
.PageHome .crafting .cols .colRight {
  width: 52%;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-left: 2rem;
}
@media (max-width: 990px) {
  .PageHome .crafting .cols .colRight {
    width: 100%;
    padding-left: 1rem;
  }
}
.PageHome .crafting .cols .colRight .title {
  margin-bottom: 2rem;
}
.PageHome .crafting .cols .colRight .label p {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(55 134 97 / var(--tw-text-opacity));
}
.PageHome .crafting .cols .colRight .content {
  margin-bottom: 2rem;
}
.PageHome .crafting .cols .colRight .content p {
  font-size: 1rem;
  line-height: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(74 77 76 / var(--tw-text-opacity));
}
.PageHome .exploring .container {
  position: relative;
}
@media (max-width: 540px) {
  .PageHome .exploring {
    padding-bottom: 4rem;
  }
}
.PageHome .commitment {
  background-color: #042f26;
  position: relative;
}
.PageHome .commitment .sectionBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  opacity: 30%;
}
.PageHome .commitment .sectionTitle {
  margin-bottom: 6rem;
}
@media (max-width: 540px) {
  .PageHome .commitment .sectionTitle {
    margin-bottom: 2rem;
  }
}
.PageHome .commitment .cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}
.footer .footerTop .footerCol .contact .contactGrid .PageHome .commitment .cols {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  grid-template-columns: 3.125rem 1fr;
}
@media (max-width: 1120px) {
  .footer .footerTop .footerCol .contact .contactGrid .PageHome .commitment .cols {
    gap: 1rem;
  }
}
@media (max-width: 560px) {
  .footer .footerTop .footerCol .contact .contactGrid .PageHome .commitment .cols {
    grid-template-columns: 1.875rem 1fr;
  }
}
@media (max-width: 990px) {
  .PageHome .commitment .cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.PageHome .commitment .cols .col .colHead {
  margin-bottom: 1rem;
  display: flex;
  height: 9.375rem;
  justify-content: center;
}
.PageHome .commitment .cols .col .colHead img {
  width: 100%;
}
.PageHome .commitment .cols .col .title {
  margin-bottom: 2rem;
  text-align: center;
}
.PageHome .commitment .cols .col .title h3 {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.PageHome .commitment .cols .col .content {
  text-align: center;
}
.PageHome .commitment .cols .col .content p {
  font-family: Plus_Jakarta_Sans-regular;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(203 204 204 / var(--tw-text-opacity));
}
.PageHome .history {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 235 / var(--tw-bg-opacity));
}
.PageHome .history .cols {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}
@media (max-width: 990px) {
  .PageHome .history .cols {
    flex-direction: column;
  }
}
.PageHome .history .cols .colLeft {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
@media (max-width: 990px) {
  .PageHome .history .cols .colLeft {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 0;
  }
}
.PageHome .history .cols .colLeft .label p {
  --tw-text-opacity: 1;
  color: rgb(55 134 97 / var(--tw-text-opacity));
}
.PageHome .history .cols .colLeft .title {
  margin-bottom: 2rem;
}
.PageHome .history .cols .colLeft .title h1 {
  --tw-text-opacity: 1;
  color: rgb(25 26 25 / var(--tw-text-opacity));
}
.PageHome .history .cols .colLeft .content {
  margin-bottom: 2rem;
}
.PageHome .history .cols .colLeft .content p {
  --tw-text-opacity: 1;
  color: rgb(74 77 76 / var(--tw-text-opacity));
}
.PageHome .history .cols .colRight {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 990px) {
  .PageHome .history .cols .colRight {
    width: 100%;
  }
}
.PageHome .history .cols .colRight .rightBg {
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  .PageHome .history .cols .colRight .rightBg {
    position: relative;
    width: 100%;
    min-height: 32.4375rem;
  }
}
@media (max-width: 650px) {
  .PageHome .history .cols .colRight .rightBg {
    min-height: 25rem;
  }
}
.PageHome .map .mapGrids {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}
@media (max-width: 920px) {
  .PageHome .map .mapGrids {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.PageHome .map .mapGrids .gridLeft {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 70%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 920px) {
  .PageHome .map .mapGrids .gridLeft {
    order: 2;
  }
}
@media (max-width: 768px) {
  .PageHome .map .mapGrids .gridLeft {
    width: 100%;
  }
}
.PageHome .map .mapGrids .gridLeft .gridLeftBg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .PageHome .map .mapGrids .gridLeft .gridLeftBg {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.PageHome .map .mapGrids .gridLeft::after {
  content: "";
  display: block;
  padding-top: 34.75rem;
}
@media (max-width: 920px) {
  .PageHome .map .mapGrids .gridLeft::after {
    padding-top: 25rem;
  }
}
@media (max-width: 520px) {
  .PageHome .map .mapGrids .gridLeft::after {
    padding-top: 20rem;
  }
}
.PageHome .map .mapGrids .gridRight {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 30%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 920px) {
  .PageHome .map .mapGrids .gridRight {
    order: 1;
    width: 70%;
  }
}
@media (max-width: 520px) {
  .PageHome .map .mapGrids .gridRight {
    width: 100%;
  }
}
.PageHome .map .mapGrids .gridRight::after {
  content: "";
  display: block;
  padding-top: 34.75rem;
}
@media (max-width: 920px) {
  .PageHome .map .mapGrids .gridRight::after {
    padding-top: 25rem;
  }
}
@media (max-width: 768px) {
  .PageHome .map .mapGrids .gridRight {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .PageHome .map .mapGrids .gridRight::after {
    padding-top: 20rem;
  }
}
.PageHome .map .mapGrids .gridRight .gridRightBg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}
@media (max-width: 920px) {
  .PageHome .map .mapGrids .gridRight .gridRightBg {
    background-position: bottom;
  }
}
@media (max-width: 768px) {
  .PageHome .map .mapGrids .gridRight .gridRightBg {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 520px) {
  .PageHome .map .mapGrids .gridRight .gridRightBg {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.PageHome .map .gridItems {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.footer .footerTop .footerCol .contact .contactGrid .PageHome .map .gridItems {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  grid-template-columns: 3.125rem 1fr;
}
@media (max-width: 1120px) {
  .footer .footerTop .footerCol .contact .contactGrid .PageHome .map .gridItems {
    gap: 1rem;
  }
}
@media (max-width: 560px) {
  .footer .footerTop .footerCol .contact .contactGrid .PageHome .map .gridItems {
    grid-template-columns: 1.875rem 1fr;
  }
}
@media (max-width: 920px) {
  .PageHome .map .gridItems {
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.PageHome .map .gridItems .gridItem {
  display: grid;
  grid-template-columns: 3.125rem 1fr;
  gap: 1rem;
}
.PageHome .map .gridItems .gridItem .itemContent .title h4 {
  --tw-text-opacity: 1;
  color: rgb(50 51 51 / var(--tw-text-opacity));
}
.PageHome .map .gridItems .gridItem .itemContent .content p {
  font-family: Plus_Jakarta_Sans-regular;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(99 102 102 / var(--tw-text-opacity));
}

.sustainabilityPage .tab-content .contents .content {
  margin-bottom: 8rem;
}
@media (max-width: 540px) {
  .sustainabilityPage .tab-content .contents .content {
    margin-bottom: 4rem;
  }
}
.sustainabilityPage .tab-content .contents .content.content-2 .cols {
  flex-direction: row-reverse;
}
@media (max-width: 920px) {
  .sustainabilityPage .tab-content .contents .content.content-2 .cols {
    flex-direction: column;
  }
}
.sustainabilityPage .tab-content .cols {
  margin-left: -3rem;
  margin-right: -3rem;
  display: flex;
}
@media (max-width: 1100px) {
  .sustainabilityPage .tab-content .cols {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 920px) {
  .sustainabilityPage .tab-content .cols {
    flex-direction: column;
  }
}
.sustainabilityPage .tab-content .cols .colLeft {
  width: 50%;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1100px) {
  .sustainabilityPage .tab-content .cols .colLeft {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 920px) {
  .sustainabilityPage .tab-content .cols .colLeft {
    width: 100%;
  }
}
.sustainabilityPage .tab-content .cols .colLeft .colLeftBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  height: 100%;
}
@media (max-width: 920px) {
  .sustainabilityPage .tab-content .cols .colLeft .colLeftBg {
    min-height: 28.125rem;
  }
}
@media (max-width: 620px) {
  .sustainabilityPage .tab-content .cols .colLeft .colLeftBg {
    min-height: 18rem;
  }
}
.sustainabilityPage .tab-content .cols .colRight {
  margin-bottom: 4rem;
  width: 50%;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 4rem;
}
@media (max-width: 1100px) {
  .sustainabilityPage .tab-content .cols .colRight {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 920px) {
  .sustainabilityPage .tab-content .cols .colRight {
    margin-bottom: 0;
    width: 100%;
  }
}
.sustainabilityPage .tab-content .cols .colRight .label p {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(55 134 97 / var(--tw-text-opacity));
}
.sustainabilityPage .tab-content .cols .colRight .title {
  margin-bottom: 2rem;
}
.sustainabilityPage .sustainable-future .title {
  margin-bottom: 2rem;
}
.sustainabilityPage .sustainable-future .sustainable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 920px) {
  .sustainabilityPage .sustainable-future .sustainable-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sustainabilityPage .sustainable-future .sustainable-grid .sustain-grid-item .img-wrap {
  height: 19.1875rem;
  margin-bottom: 1rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.sustainabilityPage .sustainable-future .sustainable-grid .sustain-grid-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainabilityPage .sustainable-future .sustainable-grid .sustain-grid-item .grid-content h6 {
  color: var(--Natural-800, #323333);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.3125rem;
}
.sustainabilityPage .sustainable-future .sustainable-grid .sustain-grid-item .grid-content p {
  color: var(--Natural-700, #4a4d4c);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (max-width: 768px) {
  .sustainabilityPage .ctaBlock {
    padding-top: 0;
  }
}
.sustainabilityPage .tabsWrapper .tab {
  min-width: 7.5rem !important;
  width: auto !important;
  max-width: 18.75rem;
}
@media (max-width: 768px) {
  .sustainabilityPage .tabsWrapper .tab {
    margin-inline: 1rem;
  }
}
.sustainabilityPage .tabsWrapper .tab h4 {
  text-wrap: wrap;
  text-align: center;
}
.sustainabilityPage .tabsWrapper .slick-track {
  display: flex;
}
.sustainabilityPage .tabsWrapper .slick-prev,
.sustainabilityPage .tabsWrapper .slick-next {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 1.5625rem;
  z-index: 1;
  height: 1.5625rem;
}
.sustainabilityPage .tabsWrapper .slick-prev.slick-disabled,
.sustainabilityPage .tabsWrapper .slick-next.slick-disabled {
  opacity: 0.1;
}
.sustainabilityPage .tabsWrapper .slick-prev {
  background-image: url("../../client/images/icons/left-arrow.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 680px) {
  .sustainabilityPage .tabsWrapper .slick-prev {
    display: none;
  }
}
.sustainabilityPage .tabsWrapper .slick-next {
  background-image: url("../../client/images/icons/right-arrow.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 680px) {
  .sustainabilityPage .tabsWrapper .slick-next {
    display: none;
  }
}
.sustainabilityPage .tabsWrapper .slick-list {
  padding: 0 2.1875rem;
}

.aboutPage .about .cols {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
}
@media (max-width: 820px) {
  .aboutPage .about .cols {
    flex-direction: column;
  }
}
.aboutPage .about .cols .colLeft {
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 820px) {
  .aboutPage .about .cols .colLeft {
    width: 100%;
  }
  .aboutPage .about .cols .colLeft .title {
    margin-bottom: 1rem;
  }
}
.aboutPage .about .cols .colLeft .title h1 {
  font-family: Plus_Jakarta_Sans-bold;
}
.aboutPage .about .cols .colRight {
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 820px) {
  .aboutPage .about .cols .colRight {
    width: 100%;
  }
}
.aboutPage .about .cols .colRight p {
  --tw-text-opacity: 1;
  color: rgb(74 77 76 / var(--tw-text-opacity));
}
.aboutPage .journey .timeline-wrapper {
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
}
.aboutPage .journey .timeline-wrapper .year-slider {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.aboutPage .journey .timeline-wrapper .year-slider .year-item {
  width: -moz-max-content;
  width: max-content;
  padding-inline: 1rem;
}
.aboutPage .journey .timeline-wrapper .year-slider .year-item h6 {
  margin-bottom: 0;
  padding: 0.625rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5625rem;
  border: 0.0625rem solid var(--Natural-800, #323333);
  color: #323333;
}
@media (max-width: 768px) {
  .aboutPage .journey .timeline-wrapper .year-slider .year-item h6 {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 560px) {
  .aboutPage .journey .timeline-wrapper .year-slider .year-item h6 {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.aboutPage .journey .timeline-wrapper .year-slider .year-item.slick-current h6 {
  --tw-text-opacity: 1;
  color: rgb(230 240 235 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 134 97 / var(--tw-bg-opacity));
  border: 0.0625rem solid #378661;
}
.aboutPage .journey .timeline-wrapper .year-slider .slick-prev,
.aboutPage .journey .timeline-wrapper .year-slider .slick-next {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 1.5625rem;
  height: 1.5625rem;
}
.aboutPage .journey .timeline-wrapper .year-slider .slick-prev.slick-disabled,
.aboutPage .journey .timeline-wrapper .year-slider .slick-next.slick-disabled {
  opacity: 0.1;
}
.aboutPage .journey .timeline-wrapper .year-slider .slick-prev {
  background-image: url("../../client/images/icons/left-arrow.svg");
}
.aboutPage .journey .timeline-wrapper .year-slider .slick-next {
  background-image: url("../../client/images/icons/right-arrow.svg");
}
.aboutPage .journey .year-content-wrapper {
  width: 100%;
}
.aboutPage .journey .year-content-wrapper .year-content-slider {
  width: 100%;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item {
  width: 100%;
  max-width: 68rem;
}
@media (max-width: 1200px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item {
    max-width: 55.625rem;
  }
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item {
    max-width: 43.75rem;
  }
}
@media (max-width: 722px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item {
    max-width: 31.25rem;
  }
}
@media (max-width: 550px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item {
    max-width: 25rem;
  }
}
@media (max-width: 450px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item {
    max-width: 21.875rem;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container {
    display: block;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .content-card {
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .content-card {
    padding-inline: 0.625rem;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .content-card .img-wrap img {
  border-radius: 1.25rem;
  max-height: 16.25rem;
  min-height: 15.625rem;
  height: 100%;
  width: auto;
  margin-inline: auto;
  overflow: hidden;
  margin-bottom: 1.875rem;
  background-color: #E4E4E4;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .content-card .elipse {
  margin: 0 auto;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .content-card .card-content h6 {
  color: var(--Natural-800, #323333);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .content-card .card-content p {
  color: var(--Natural-600, #636666);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-1 {
  justify-content: center;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-1 .content-card {
  width: 100%;
  max-width: 37.5rem;
  margin-top: 6.25rem;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-1 .content-card {
    max-width: unset;
    width: auto;
    margin-top: 0;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-1 .content-card .img-wrap img {
  max-height: 18.75rem;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-2 .content-card {
  width: 100%;
  max-width: 24.5rem;
  margin-top: 4.6875rem;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-2 .content-card {
    max-width: unset;
    width: auto;
    margin-top: 0;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-2 .content-card:nth-child(2) {
  margin-top: 9.375rem;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-2 .content-card:nth-child(2) {
    margin-top: 0;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-3 .content-card {
  width: 100%;
  max-width: 18.875rem;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-3 .content-card {
    max-width: unset;
    width: auto;
    margin-top: 0;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-3 .content-card:nth-child(2) {
  margin-top: 10.625rem;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-3 .content-card:nth-child(2) {
    margin-top: 0;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-3 .content-card:nth-child(3) {
  margin-top: 4.6875rem;
}
@media (max-width: 992px) {
  .aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container.cards-count-3 .content-card:nth-child(3) {
    margin-top: 0;
  }
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-prev,
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-next {
  position: absolute;
  bottom: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 1.5625rem;
  height: 1.5625rem;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-prev.slick-disabled,
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-next.slick-disabled {
  opacity: 0.1;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-prev {
  left: 1.875rem;
  background-image: url("../../client/images/icons/left-arrow.svg");
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-next {
  right: 1.875rem;
  background-image: url("../../client/images/icons/right-arrow.svg");
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-dots {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  gap: 1rem;
  width: 30%;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-dots li button {
  font-size: 0;
  border: none;
  outline: none;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #323333;
}
.aboutPage .journey .year-content-wrapper .year-content-slider .year-content-item .cards-container .slick-dots li.slick-active button {
  background-color: #378661;
}
.aboutPage .statement {
  display: flex;
  height: 60.625rem;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 920px) {
  .aboutPage .statement {
    height: auto;
  }
}
.aboutPage .statement .cards {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}
@media (max-width: 920px) {
  .aboutPage .statement .cards {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.aboutPage .statement .cards .card .cardInner {
  border-radius: 1.25rem;
  background: rgba(242, 250, 246, 0.9);
  -webkit-backdrop-filter: blur(0.1875rem);
          backdrop-filter: blur(0.1875rem);
  padding: 2rem;
  height: 100%;
}
.aboutPage .statement .cards .card .cardInner .cardTitle {
  margin-bottom: 1.5rem;
  text-align: center;
}
.aboutPage .statement .cards .card .cardInner .content {
  text-align: center;
}
.aboutPage .statement .cards .cardLeft {
  width: 30rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 920px) {
  .aboutPage .statement .cards .cardLeft {
    width: 100%;
  }
}
.aboutPage .statement .cards .cardRight {
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% - 30rem);
}
@media (max-width: 920px) {
  .aboutPage .statement .cards .cardRight {
    width: 100%;
  }
}

.contactPage .contact .container-v {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}
.contactPage .contact .container-v .formGrid {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}
@media (max-width: 768px) {
  .contactPage .contact .container-v .formGrid {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.contactPage .contact .container-v .formGrid .gridLeft {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .contactPage .contact .container-v .formGrid .gridLeft {
    width: 100%;
  }
}
.contactPage .contact .container-v .formGrid .gridLeft .gridLeftContent {
  max-width: 24.5rem;
}
@media (max-width: 768px) {
  .contactPage .contact .container-v .formGrid .gridLeft .gridLeftContent {
    width: 100%;
    max-width: 100%;
  }
}
.contactPage .contact .container-v .formGrid .gridLeft .gridLeftContent .title {
  margin-bottom: 1rem;
}
.contactPage .contact .container-v .formGrid .gridLeft .gridLeftContent .content p {
  --tw-text-opacity: 1;
  color: rgb(74 77 76 / var(--tw-text-opacity));
}
.contactPage .contact .container-v .formGrid .gridLeft .gridLeftContent .content .icons-wrap {
  gap: 1rem;
  align-items: center;
}
.contactPage .contact .container-v .formGrid .gridRight {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .contactPage .contact .container-v .formGrid .gridRight {
    width: 100%;
  }
}
.contactPage .contactForm form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.footer .footerTop .footerCol .contact .contactGrid .contactPage .contactForm form .form-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  grid-template-columns: 3.125rem 1fr;
}
@media (max-width: 1120px) {
  .footer .footerTop .footerCol .contact .contactGrid .contactPage .contactForm form .form-grid {
    gap: 1rem;
  }
}
@media (max-width: 560px) {
  .footer .footerTop .footerCol .contact .contactGrid .contactPage .contactForm form .form-grid {
    grid-template-columns: 1.875rem 1fr;
  }
}
@media (max-width: 540px) {
  .contactPage .contactForm form .form-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
.contactPage .contactForm form .form-group {
  margin-bottom: 1rem;
}
.contactPage .contactForm form .form-group label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(50 51 51 / var(--tw-text-opacity));
}
.contactPage .contactForm form .form-group input[type=text],
.contactPage .contactForm form .form-group input[type=email] {
  width: 100%;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(176 179 178 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
  border-radius: 0.625rem;
}
.contactPage .contactForm form .form-group input[type=text]::-moz-placeholder, .contactPage .contactForm form .form-group input[type=email]::-moz-placeholder {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(203 204 204 / var(--tw-text-opacity));
  word-spacing: 0.125rem;
}
.contactPage .contactForm form .form-group input[type=text]::placeholder,
.contactPage .contactForm form .form-group input[type=email]::placeholder {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(203 204 204 / var(--tw-text-opacity));
  word-spacing: 0.125rem;
}
.contactPage .contactForm form .form-group textarea {
  width: 100%;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(176 179 178 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
  border-radius: 0.625rem;
}
.contactPage .contactForm form .form-group textarea::-moz-placeholder {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(203 204 204 / var(--tw-text-opacity));
  word-spacing: 0.125rem;
}
.contactPage .contactForm form .form-group textarea::placeholder {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(203 204 204 / var(--tw-text-opacity));
  word-spacing: 0.125rem;
}
.contactPage .contactForm form input[type=submit] {
  display: flex;
  padding: 1rem 4rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.875rem;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(25 26 25 / var(--tw-border-opacity));
  font-family: Plus_Jakarta_Sans-bold;
  color: #151616;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  cursor: pointer;
  line-height: normal;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
  margin-top: 2rem;
}
.contactPage .contactForm form .wpcf7-not-valid-tip {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.contactPage .contactForm form.wpcf7-form.invalid .wpcf7-response-output {
  margin-top: 1rem;
  border-width: 0;
  padding-left: 0;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.contactPage .infoGrids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 920px) {
  .contactPage .infoGrids {
    gap: 0;
  }
}
@media (max-width: 880px) {
  .contactPage .infoGrids {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .contactPage .infoGrids {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.contactPage .infoGrids .gridItem {
  display: grid;
  grid-template-columns: 3.125rem 1fr;
  gap: 1rem;
  align-items: center;
}
.contactPage .infoGrids .gridItem .content.phone a {
  font-family: Plus_Jakarta_Sans-bold;
  font-size: 1.1875rem;
  line-height: 1.72188rem;
  --tw-text-opacity: 1;
  color: rgb(50 51 51 / var(--tw-text-opacity));
  display: block;
}
@media (max-width: 880px) {
  .contactPage .infoGrids .gridItem .content.phone a {
    display: block;
  }
}
.contactPage .infoGrids .gridItem .content.email a {
  font-family: Plus_Jakarta_Sans-bold;
  font-size: 1.1875rem;
  line-height: 1.72188rem;
  --tw-text-opacity: 1;
  color: rgb(50 51 51 / var(--tw-text-opacity));
}
.contactPage .locationMap #map-canvas {
  min-height: 34rem;
  border-radius: 1.875rem;
}
@media (max-width: 560px) {
  .contactPage .locationMap #map-canvas {
    min-height: 20rem;
  }
}

.productPage .productTabs .catFilters {
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 235 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.productPage .productTabs .catFilters .filters {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.productPage .productTabs .catFilters .filters .slick-track {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .productPage .productTabs .catFilters .filters .slick-track {
    gap: 0;
  }
}
.productPage .productTabs .catFilters .filters .slick-prev, .productPage .productTabs .catFilters .filters .slick-next {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 1.5625rem;
  height: 1.5625rem;
}
.productPage .productTabs .catFilters .filters .slick-prev.slick-disabled, .productPage .productTabs .catFilters .filters .slick-next.slick-disabled {
  opacity: 0.1;
}
.productPage .productTabs .catFilters .filters .slick-prev {
  background-image: url("../../client/images/icons/left-arrow.svg");
}
.productPage .productTabs .catFilters .filters .slick-next {
  background-image: url("../../client/images/icons/right-arrow.svg");
}
.productPage .productTabs .catFilters .filters h4 {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(74 77 76 / var(--tw-text-opacity));
  padding: 1rem 2rem;
  cursor: pointer;
  width: auto !important;
  margin-bottom: 0;
}
@media (max-width: 920px) {
  .productPage .productTabs .catFilters .filters h4 {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 560px) {
  .productPage .productTabs .catFilters .filters h4 {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.productPage .productTabs .catFilters .filters h4.active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 134 97 / var(--tw-bg-opacity));
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5625rem;
  --tw-text-opacity: 1;
  color: rgb(230 240 235 / var(--tw-text-opacity));
}
@media (max-width: 768px) {
  .productPage .productTabs .catFilters .filters h4.active {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 560px) {
  .productPage .productTabs .catFilters .filters h4.active {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.productPage .productTabs .productCards {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  display: none;
  flex-wrap: wrap;
}
.productPage .productTabs .productCards.active {
  display: flex;
}
.productPage .productTabs .productCards .card {
  margin-bottom: 2rem;
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: 21.875rem;
  min-height: 18.75rem;
}
@media (max-width: 1200px) {
  .productPage .productTabs .productCards .card {
    width: 33.333333%;
  }
}
@media (max-width: 920px) {
  .productPage .productTabs .productCards .card {
    width: 100%;
  }
}
.productPage .productTabs .productCards .card .cardHeader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  max-height: 16.0625rem;
  height: 100%;
}
.productPage .productTabs .productCards .card .cardHeader::after {
  content: "";
  display: block;
  padding-top: 90%;
}
.productPage .productTabs .productCards .card .cardInner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0.125rem 0.3125rem 0.6875rem 0 rgba(0, 0, 0, 0.02), 0.5625rem 1.1875rem 1.3125rem 0 rgba(0, 0, 0, 0.02), 1.3125rem 2.625rem 1.75rem 0 rgba(0, 0, 0, 0.01), 2.3125rem 4.625rem 2.0625rem 0 rgba(0, 0, 0, 0), 3.625rem 7.25rem 2.25rem 0 rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  height: 100%;
  overflow: hidden;
  background: #b4d2c4;
}
.productPage .productTabs .productCards .card .cardFooter {
  padding: 1rem;
  text-align: center;
  padding-top: 1.5rem;
  background: #b4d2c4;
}
.productPage .productTabs .productCards .card .cardFooter .title h3 {
  --tw-text-opacity: 1;
  color: rgb(25 26 25 / var(--tw-text-opacity));
}
.productPage .productTabs .productCards .card .cardFooter .subcategory-box {
  height: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.productPage .productTabs .productCards .card .cardFooter .subcategory-box ul {
  margin: 0;
  padding: 0;
}
.productPage .productTabs .productCards .card .cardFooter .subcategory-box ul li {
  transition: 0.5s all ease-in-out;
  margin-bottom: 0.75rem;
}
.productPage .productTabs .productCards .card .cardFooter .subcategory-box ul li a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */ --tw-text-opacity: 1; color: rgb(25 26 25 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  letter-spacing: normal;
  width: 100%;
}
.productPage .productTabs .productCards .card .cardFooter .subcategory-box ul li a::after {
  content: "";
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  background-image: url("../images/icons/right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.productPage .productTabs .productCards .card .cardFooter .subcategory-box ul li:hover a {
  font-weight: 600;
}
.productPage .productTabs .productCards .card:hover .cardHeader {
  height: 0;
}
.productPage .productTabs .productCards .card:hover .cardFooter {
  height: 100%;
}
.productPage .productTabs .productCards .card:hover .cardFooter .subcategory-box {
  height: 6.25rem;
  opacity: 1;
}
.productPage .productTabs.taxonomy-page .back {
  display: flex;
  gap: 0.875rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  cursor: pointer;
  width: auto !important;
  color: #383c3a;
}
@media (max-width: 920px) {
  .productPage .productTabs.taxonomy-page .back {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 560px) {
  .productPage .productTabs.taxonomy-page .back {
    line-height: 1.2rem;
  }
}
.productPage .productTabs.taxonomy-page .productCards .card {
  max-height: unset;
}
.productPage .productTabs.taxonomy-page .productCards .card .cardHeader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  max-height: 16.0625rem;
  height: 100%;
}
.productPage .productTabs.taxonomy-page .productCards .card .cardHeader::after {
  content: "";
  display: block;
  padding-top: 90%;
}
.productPage .productTabs.taxonomy-page .productCards .card .cardInner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0.125rem 0.3125rem 0.6875rem 0 rgba(0, 0, 0, 0.02), 0.5625rem 1.1875rem 1.3125rem 0 rgba(0, 0, 0, 0.02), 1.3125rem 2.625rem 1.75rem 0 rgba(0, 0, 0, 0.01), 2.3125rem 4.625rem 2.0625rem 0 rgba(0, 0, 0, 0), 3.625rem 7.25rem 2.25rem 0 rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  height: 100%;
  background: white;
}
.productPage .productTabs.taxonomy-page .productCards .card .cardFooter {
  padding: 1rem;
  text-align: center;
  padding-top: 1.5rem;
  background: unset;
}
.productPage .productTabs.taxonomy-page .productCards .card .cardFooter .subcategory-box {
  display: none;
}
.productPage .textContent {
  display: none;
}
.productPage .all-products .heading {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.productPage .all-products .heading .arrow-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.productPage .all-products .heading .arrow-actions .prev, .productPage .all-products .heading .arrow-actions .next {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 0.0625rem solid #000;
  cursor: pointer;
}
.productPage .all-products .all-products-slider .card {
  max-height: unset;
}
.productPage .all-products .all-products-slider .card .cardHeaderImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 1.25rem;
  height: 18.75rem;
}
.productPage .all-products .all-products-slider .card a {
  display: block;
  width: 100%;
  height: 100%;
}
.productPage .all-products .all-products-slider .card .cardInner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 1.25rem;
  height: 100%;
  min-height: 26.875rem;
  background: white;
}
.productPage .all-products .all-products-slider .card .cardFooter {
  padding: 1rem;
  text-align: center;
  padding-top: 1.5rem;
  background: unset;
}
.productPage .all-products .all-products-slider .card .cardFooter .subcategory-box {
  display: none;
}
.productPage .all-products .all-products-slider .slick-slide {
  padding: 1rem;
}
