/* =========================================================
   Wonderland Tree Care + Landscapes
   styles-2026.css
   ---------------------------------------------------------
   Consolidated active stylesheet based on the supplied:
   - homepage
   - tree care index
   - landscape construction index
   - plant health care index
   - fertilization sub-service partial
   - shared header / footer / services / stats / projects / carousel includes

   Notes
   - This file keeps the currently used system styles together.
   - Page-specific inline CSS from header / landscape / plant-health pages
     has been pulled into this file.
   - Rules that appear to be older or unused were moved to legacy.css.
   ========================================================= */
/* =========================================================
   FONTS
   ========================================================= */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  src: url('/fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
  font-display: block;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  src: url('/fonts/Montserrat-Italic-VariableFont_wght.woff2') format('woff2');
  font-display: block;
}
/* =========================================================
   RESET / BASE
   ========================================================= */
html {
  font: 400 10px/1.33 "Montserrat", sans-serif;
}
@media screen and (max-width: 319px) {
  html {
    font: 400 3.125vw/1.33 "Montserrat", sans-serif;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote::before, blockquote::after {
  content: none;
}
:focus {
  outline: 0;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  font-size: 1.7rem;
  position: relative;
}
body.body--open_menu_state, body.body--popup_open {
  overflow: hidden;
}
a {
  color: #4aa3df;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
section, .section {
  padding: 0;
  margin-bottom: clamp(30px, 3vw, 50px) !important;
}
h1, h2, h3 {
  line-height: 1.2;
}
h2, h3 {
  margin: .5em 0;
}
h2 {
  text-transform: uppercase;
}
h2:first-of-type {
  margin-top: 0 !important;
}
/* =========================================================
   ROOT VARIABLES
   ========================================================= */ :root {
  --full-screen: calc(var(--vh, 1vh) * 100);
  --height-footer: 10rem;
  --brightGreen: #a2ba1c;
  --midGreen: #6e7937;
  --darkGreen: #485020;
  --gl-indent: 5rem;
  --height-header: 12.1rem;
  --mosaic-gap: 14px;
  --mosaic-radius: 2vw;
  --panel-radius: 28px;
  --content-width: 1400px;
  --section-pad-x: 40px;
  --section-gap: 28px;
  --brand: #4c5c39;
  --brand-2: #3c492d;
  --ink: #222;
  --ink-2: #444;
  --paper: #fff;
  --paper-2: #f7f7f7;
  --shadow: 0 10px 24px rgba(0, 0, 0, .12);
  --radius: 14px;
  --space-xl: 4.5rem;
  --space-lg: 3rem;
  --space-md: 2rem;
  --space-sm: 1rem;
  --wtc-brand: #4c5c39;
  --wtc-white: #ffffff;
  --wtc-radius: 2vw;
  --wtc-bar-h: 100px;
  --wtc-overlap: calc(var(--wtc-bar-h) / 2);
  --wtc-arrow-d: clamp(40px, 3.6vw, 56px);
  --wtc-arrow-stroke: 3px;
  --wtc-arrow-gap: max(12px, 2vw);
}
@media screen and (max-width: 1023px) {
  :root {
    --gl-indent: 2rem;
    --height-header: 12rem;
  }
}
/* =========================================================
   PAGE FRAME
   ========================================================= */
.preloader {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 1000;
}
.body--loaded .preloader {
  opacity: 0;
  pointer-events: none;
}
.wrapper, .base {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.base {
  flex: 1 0 auto;
  padding: calc(var(--height-header) + 3vw) 2.5vw 2.5vw;
}
.home_page .base {
  padding-top: var(--height-header);
  max-width: 100%;
}
.home_page .wrapper {
  max-width: 100%;
}
.section {
  font-size: 1rem;
  position: relative;
  width: 100%;
}
.section_in {
  margin: 0 auto;
  width: 100%;
}
.page-section {
  width: min(100%, var(--content-width));
  margin-inline: auto;
}
/* =========================================================
   HEADER
   ========================================================= */
.header {
  background-color: #f8f9f5;
  font-size: 1rem;
  height: var(--height-header);
  left: 0;
  padding: 0 var(--gl-indent);
  position: fixed;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 100;
  box-shadow: 0 0 6px 0 #00000044;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.header__in {
  margin: 0 auto;
  max-width: 125.5rem;
  position: relative;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.header__logo {
  display: block;
}
.header__logo_img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.header__nav {
  opacity: 1;
  height: 100%;
}
.body--open_menu_state .header__nav {
  opacity: 1;
  pointer-events: auto;
}
.header__list {
  display: flex;
}
.header__link {
  color: #485020;
  font-family: montserrat, sans-serif;
  transition: color .3s ease-in-out;
  position: relative;
}
.header__link:hover, .header__link.header__link--active-state {
  color: #a2ba1c;
  text-decoration: none;
}

.header__link.footerlink, .footer__head_link.footerlink {
  display: none;
  text-align: center;
}
.header__menu_trigger {
  color: transparent;
  cursor: pointer;
  display: none;
  height: 1.7rem;
  margin-top: -1.2rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  width: 2.5rem;
  z-index: 210;
}
.header__menu_trigger::before, .header__menu_trigger::after, .menu_trigger_decor {
  background: #777777;
  content: "";
  height: .4rem;
  left: 0;
  margin-top: -.2rem;
  position: absolute;
  top: 50%;
  transition: all .3s ease;
  width: 100%;
}
.header__menu_trigger::before {
  transform: translateY(-1rem);
}
.header__menu_trigger::after {
  transform: translateY(1rem);
}
.body--open_menu_state .header__menu_trigger::before {
  transform: rotate(45deg) translate(0);
}
.body--open_menu_state .header__menu_trigger::after {
  transform: rotate(-45deg) translate(0);
}
.header__menu_trigger:hover::before, .header__menu_trigger:hover::after, .header__menu_trigger:hover .menu_trigger_decor {
  background: #485020;
}
.body--open_menu_state .menu_trigger_decor {
  opacity: 0;
  transform: translate(100%);
}
/* moved out of inc-header-wtc.php */
#phone_tab_holder {
  width: 90%;
  max-width: 125.5rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top_tab {
  font-weight: bold;
  color: #fff;
  background: #485020;
  border-radius: 0 0 10px 10px;
  position: absolute;
  padding: 5px 16px;
  top: 0;
  right: 0;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}
#top_tab span {
  color: #7d8458;
}
@media screen and (min-width: 1200px) {
.header__link::after, .stowed .header__link::after {
  content: "";
  position: absolute;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 80px;
  border: 19px var(--brightGreen) solid;
  border-bottom: 0px;
  border-left: 40px transparent solid;
  border-right: 40px transparent solid;
   opacity:0;
   transition: all .3s;
   z-index:10000;
}
.header__link:hover::after {
   opacity:1;
}

.body--scroll_state .header__link::after{top:105px;}
   body.body--open_menu_state, body.body--popup_open {
  overflow: scroll;
}
  .body--scroll_state .header {
    transform: translateY(-4rem);
    background-color: #f8f9f5cc;
  }
  .body--scroll_state.stowed .header {
    transform: translateY(-100%);
  }
  .body--scroll_state .header__in {
    transform: translateY(1.7rem);
  }
  .header__in {
    height: 100%;
  }
  .header__logo {
    height: 4.4rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26.2rem;
     z-index:100;
  }
  .header__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }
  .header__item:nth-child(2) {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1199px) {
  #top_tab {
    position: relative;
    padding: 5px 16px;
    top: auto;
    right: auto;
    margin: auto;
  }
  #phone_tab_holder {
    width: 100%;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: right;
  }
  .header__in {
    margin-top: 2.8rem;
  }
  .header__logo {
    height: 4.4rem;
    margin: auto;
    width: 26.2rem;
    max-width: 61vw;
  }
  .header__nav {
    background-color: #fff;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100vw;
  }
  .header__list {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 2rem;
  }
  .header__link {
    font-size: 1.7rem;
    letter-spacing: 1.67px;
  }
  .header__link.footerlink {
    display: block;
    text-transform: uppercase;
  }
  .header__menu_trigger {
    display: block;
  }
  .section {
    padding: 3rem var(--gl-indent) 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__item {
    height: 100%;
     position: relative;
  }
  .header__item:not(:last-child) {
    padding-right: 10rem;
  }
  .header__link {
    font-size: 1.7rem;
    letter-spacing: 1.67px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .header__item:not(:last-child) {
    padding-right: 3rem;
  }
  .header__link {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1199px) {
  .header__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  flex: 0 0 auto;
  font-size: 1rem;
  min-height: var(--height-footer);
  padding: 4.2rem 0 0;
  width: 100%;
  will-change: transform;
  margin-top: 15px;
}
.home_page .footer {
  margin-top: 0;
}
.footer_wrap {
  background-color: #485020;
}
.footer_in {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 var(--gl-indent) 7.9rem;
  width: 100%;
}
.footer__head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto 8.3rem;
  max-width: 101rem;
  position: relative;
}
.footer__logo {
  left: 50%;
  position: absolute;
  top: -4.2rem;
  transform: translateX(-50%);
}
.footer__head_img_w {
  display: block;
  height: 18.5rem;
  position: relative;
  width: 21rem;
}
.footer__head_img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.footer__head_list {
  width: 100%;
}
.footer__head_link {
  color: #8b8f79;
  display: block;
  font-family: montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  transition: color .3s ease;
  width: 100%;
}
.footer__head_link:hover, .footer__main_link:hover, .footer__author a:hover {
  color: #fff;
  text-decoration: none;
}
.footer__main_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem;
}
.footer__main_item {
  position: relative;
}
.footer__main_item:not(:last-child) {
  margin: 0 2.7rem 0 0;
}
.footer__main_item:not(:last-child)::after {
  background-color: #8b8f79;
  content: "";
  height: 1.4rem;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.footer__main_link {
  color: #a0a48e;
  font-family: montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  transition: color .3s ease;
}
.footer__copy, .footer__author {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  max-width: 35rem;
  text-align: center;
}
.footer__copy {
  color: #fff;
  font-weight: 300;
  margin: 0 auto .2rem;
}
.footer__author, .footer__author a {
  color: #989b7a;
  line-height: 1.6rem;
  margin: 0 auto 2.6rem auto;
  transition: color .3s;
}
.footer__social_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer__social_item:not(:last-child) {
  margin: 0 .8rem 0 0;
}
.footer__social_link {
  background-color: #6f7f42;
  border-radius: 50%;
  color: #485020;
  display: block;
  height: 4rem;
  padding: .6rem;
  transition: background-color .3s ease;
  width: 4rem;
}
.footer__social_link:hover {
  background-color: #fff;
}
.icon {
  fill: currentColor;
  display: block;
}
.icon.icon--size_mod {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .footer__head {
    padding: 5.9rem 0 0;
  }
  .footer__head_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__head_item:not(:last-child) {
    padding: 0 3vw 0 0;
  }
  .footer__head_item:nth-child(2) {
    flex-grow: .8;
  }
}
@media screen and (max-width: 1199px) {
  .footer__head {
    margin: 0 auto 3rem;
    padding: 17rem 0 0;
  }
  .footer__head_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .footer__head_item {
    padding: 0 1.5rem 1.5rem;
  }
  .footer__head_link.footerlink, .footer__head_link.lastlink {
    display: inline-block !important;
    width: auto;
  }
  .footer__head_link.footerlink {
    padding-left: 15px;
  }
  .footer__head_link.lastlink {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__head_link {
    text-align: center;
  }
}
/* =========================================================
   COMMON CONTENT / UTILITIES
   ========================================================= */
.bgMidGreen, .bgDarkGreen {
  color: #fff;
}
.bgMidGreen {
  background: var(--midGreen);
}
.bgDarkGreen {
  background: var(--darkGreen);
}
.bgMidGreen a, .bgDarkGreen a {
  color: #fff;
  font-weight: bold;
}
.bgWhite {
  background: #fff;
  border: 1px solid var(--midGreen);
}
.whiteBox {
  background: #fff;
}
.btn_2 {
  color: #fff !important;
}
.cornersBox {
  border-radius: 2vw;
  padding: 3vw 2.5vw;
}
.photoBox {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.photoBox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.rightFirst .info1 {
  grid-column: 2;
}
.serviceText li, .infoText li {
  margin-left: 1.3em;
  list-style: disc;
}
section ol, section ul {
  list-style: disc;
}
.about_page section ol, .about_page section ul, .landscape_page section ol, .landscape_page section ul {
  list-style: none;
}
.titleBox {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.titleBox h1, .titleBox h1 span {
  margin: 0 0 24px;
  font-family: "new-spirit", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0;
}
.titleBox p {
  margin: 0 0 18px;
  font-size: 16px;
}
.titleBox p:last-child, .titleBox > *:last-child {
  margin-bottom: 0;
}
.titleBox > *:first-child {
  margin-top: 0;
}
.serviceText {
  font-size: 17px;
  padding: 2.5vw;
}
.serviceText p, .serviceText ul, .serviceText h2 {
  line-height: 2.1;
}
.serviceText p, .infoText p, .serviceText ul, .infoText ul {
  margin: 0 0 24px;
  color: var(--darkGreen);
  font-size: 17px;
  line-height: 2.1;
}
.infoText p, .infoText ul {
  line-height: 1.6;
}
.infoText a {
  color: var(--brightGreen);
}
.serviceText h2, .serviceText ul li {
  letter-spacing: 1px;
  font-size: 17px;
}
.infoText h2 {
  margin-bottom: 12px;
  color: var(--darkGreen);
  font-size: 17px;
}
.infoTitle a {
  color: var(--darkGreen);
  font-size: 17px;
  letter-spacing: 3px;
  font-weight: 600;
}
.serviceText h2 {
  color: var(--darkGreen);
  margin-top: 36px;
}
.serviceText ul li a {
  color: var(--midGreen);
  text-transform: uppercase;
}
.servicesList {
  text-transform: uppercase;
  line-height: 1.3;
}
.servicesList a {
  font-weight: 400;
}
.servicesList ul {
  list-style: none;
  line-height: 1.8;
}
.servicesList h2 {
  color: var(--brightGreen);
  margin-top: 12px;
  font-size: 17px;
}
.infoTitle {
  padding: 1.5vw 2.5vw;
  margin-bottom: 1.5vw;
}
.infoTitle h1, .infoTitle h1 span {
  margin: 10px 0 0;
  font-family: "new-spirit", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0;
  text-transform: capitalize;
  color: var(--darkGreen);
}
@media screen and (min-width: 650px) {
  .serviceText ul {
    column-count: 2;
  }
}
@media screen and (min-width: 950px) {
  .primaryService, .infoTop {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3vw;
    align-items: stretch;
  }
  .bigLeft {
    grid-template-columns: 2fr 1fr;
  }
  .serviceText {
    padding: 1.5vw 0;
  }
}
/* =========================================================
   DETAIL / SUBSERVICE PARTIALS
   ========================================================= */
.info1, .infoPhoto {
  min-width: 0;
}
.infoPhoto {
  min-height: 300px;
}
/* =========================================================
   GENERIC PAGE LAYOUT HELPERS
   ========================================================= */
.two-col-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(420px, 1.55fr);
  gap: var(--section-gap);
  align-items: stretch;
}
.two-col-grid > * {
  min-width: 0;
  min-height: 0;
}
.image-panel {
  overflow: hidden;
  border-radius: var(--panel-radius);
  position: relative;
}
.image-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.content-panel {
  border-radius: var(--panel-radius);
  box-sizing: border-box;
}
/* =========================================================
   REUSABLE MOSAIC GRID SYSTEM
   100 x 100 grid — col/row values = percentages
   ========================================================= */

.mosaic-grid {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: var(--mosaic-w, 3) / var(--mosaic-h, 2);
  border-radius: 2vw;
  overflow: hidden;
}

.mosaic-grid__inner {
  position: absolute;
  inset: 0;
}

.mosaic-grid__inner > .mosaic-item {
  position: absolute;
  left: calc((var(--col-start) - 1) * 1% + var(--mosaic-gap, 6px) / 2);
  top: calc((var(--row-start) - 1) * 1% + var(--mosaic-gap, 6px) / 2);
  width: calc(var(--col-span) * 1% - var(--mosaic-gap, 6px));
  height: calc(var(--row-span) * 1% - var(--mosaic-gap, 6px));
  overflow: hidden;
  box-sizing: border-box;
}

.mosaic-grid__inner > .mosaic-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mosaic-item--panel {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: clamp(20px, 2vw, 36px);
  text-align: center;
}

.mosaic-hide-mobile {}

/* ── MOBILE: stack vertically ── */
@media (max-width: 767px) {
  .mosaic-grid {
    height: auto !important;
    padding-bottom: 0 !important;
  }

.mosaic-grid__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 2vw;
  overflow: hidden;
}

  .mosaic-grid__inner > .mosaic-item {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 56vw;
  }

  .mosaic-hide-mobile {
    display: none !important;
  }
}

/* ── MOBILE: stack vertically ── */
@media (max-width: 767px) {
  .mosaic-grid {
    height: auto !important;
    padding-bottom: 0 !important;
    aspect-ratio: unset !important;
    display: flex;
    flex-direction: column;
    gap: var(--mosaic-gap, 6px);
  }

  .mosaic-grid__inner {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: var(--mosaic-gap, 6px);
  }

  .mosaic-grid__inner > .mosaic-item {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 56vw;
  }

  .mosaic-grid__inner > .mosaic-item--panel {
    min-height: 40vw;
  }

  .mosaic-hide-mobile {
    display: none !important;
  }
}
/* =========================================================
   REVEAL / MOTION
   ========================================================= */
.reveal, .js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}
.reveal.reveal-zoom {
  transform: scale(.96);
}
.reveal.inview, .js .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.js .reveal-left {
  transform: translateX(-18px);
}
.js .reveal-right {
  transform: translateX(18px);
}
.js .reveal-scale {
  transform: scale(0.985);
}
.js .reveal-delay-1 {
  transition-delay: .5s;
}
.js .reveal-delay-2 {
  transition-delay: 1s;
}
.js .reveal-delay-3 {
  transition-delay: 1.5s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .js .reveal, .js .reveal.is-visible, .js .reveal-left, .js .reveal-right, .js .reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* =========================================================
   STATS INCLUDE
   ========================================================= */
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  background: var(--brand);
  color: #fff;
  padding: var(--space-lg) var(--space-sm);
  text-align: center;
  margin: 3vw auto !important;
  border-radius: 2vw;
}
.stat {
  flex: 1 1 220px;
  margin: .5rem 0;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  font-weight: 600;
}
.stat i {
  font-size: 2rem;
  margin-bottom: .35rem;
  display: block;
}
.stat .count {
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  font-weight: 600;
  display: inline-block;
  margin: .25rem 0;
}
.stat p {
  margin: 0;
  opacity: .95;
  font-size: 15px;
  font-weight: 400;
}
/* =========================================================
   FEATURED PROJECTS INCLUDE
   ========================================================= */
.featured_projects__title {
  color: #6f7f42;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}
.featured_projects__title:not(:last-child) {
  margin-bottom: 4rem;
}
.featured_projects__list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.8rem -1.8rem 0;
}
.featured_projects__item {
  padding: 0 1.8rem 1.8rem 0;
}
.featured_projects_img {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  transition: opacity .3s;
}
.featured_projects_img:not(:last-child) {
  margin-bottom: 2.4rem;
}
.featured_projects_img__in {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1vw;
  transition: .3s;
}
.featured_projects_img__in:hover {
  transform: scale(1.05);
}
.featured_projects__info {
  color: #1f1e1e;
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.featured_projects__name {
  letter-spacing: .1em;
  text-transform: uppercase;
}
.featured_projects__name:not(:last-child) {
  margin-bottom: .8rem;
}
.featured_projects__region {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .featured_projects {
    padding-bottom: 4.8rem;
  }
  .featured_projects__item {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .featured_projects {
    padding-bottom: 8rem;
  }
  .featured_projects__item {
    margin: 0 auto;
    max-width: 40rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .featured_projects__title {
    font-size: 2.4rem;
    letter-spacing: .42rem;
  }
}
@media screen and (max-width: 1199px) {
  .featured_projects__title {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}
/* =========================================================
   HOMEPAGE - HERO VIDEO
   ========================================================= */
.hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.hero-video .hero-embed {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eee;
}
.hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  transform: translateZ(0);
}
.sound-toggle {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .85);
  background: rgba(0, 0, 0, .6);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .35);
  backdrop-filter: saturate(120%) blur(2px);
  opacity: .6;
  transition: background .2s, border-color .2s, opacity .3s;
}
.sound-toggle:hover {
  background: rgba(0, 0, 0, .72);
  border-color: rgba(255, 255, 255, .95);
  opacity: 1;
}
.sound-toggle .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .65));
}
/* =========================================================
   HOMEPAGE - SERVICES INCLUDE
   ========================================================= */
.services {
  --bg: #6f7f42;
  --caption-bg: #485020;
  --gap: 2.5%;
  --title: #fff;
  --fade-duration: 500ms;
  --stagger: 140ms;
  background: var(--bg);
  border-radius: 2vw;
  font-family: "new-spirit", "Times New Roman", Times, serif;
  padding-block: clamp(24px, 4vw, 55px);
  margin: clamp(24px, 2vw, 55px);
  overflow: hidden;
}
#services-heading {
  font-family: "new-spirit", serif !important;
}
.services__inner {
  padding-inline: var(--gap);
}
.services__title {
  text-transform: uppercase;
  color: var(--title);
  font-weight: 500;
  text-align: center;
  margin: 0 0 clamp(16px, 3vw, 28px);
  font-size: 36px;
}
.services__grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  outline-offset: 3px;
  height: auto;
  overflow: visible;
  margin: 0;
}
.services .service-card {
  opacity: 0;
  border-radius: 2vw;
}
.services.is-inview .service-card {
  animation: servicesFade var(--fade-duration) ease forwards;
}
.services.is-inview .service-card:nth-child(1) {
  animation-delay: 0ms;
}
.services.is-inview .service-card:nth-child(2) {
  animation-delay: var(--stagger);
}
.services.is-inview .service-card:nth-child(3) {
  animation-delay: calc(var(--stagger) * 2);
}
.service-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 8 / 9;
  border-radius: 1vw 1vw 0 0;
}
.service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  will-change: transform;
}
.services .service-card:hover .service-card__img, .services .service-card:focus-visible .service-card__img {
  transform: scale(1.06);
}
.service-card__caption {
  background: var(--caption-bg);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding-block: 22px;
  padding-inline: 10px;
  line-height: 1.2;
  font-size: 22px;
  border-radius: 0 0 1vw 1vw;
}
.service-card:hover .service-card__caption, .service-card:focus-visible .service-card__caption {
  filter: brightness(1.06);
}
a.service-card:hover .service-card__caption {
  text-decoration-line: none !important;
}
@keyframes servicesFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 780px) {
  .services {
    background-color: transparent;
    padding: 0;
  }
  .services__inner {
    padding: 0;
  }
  .services__title {
    color: var(--caption-bg);
  }
  .services .services__grid {
    grid-template-columns: 1fr;
  }
  .services__grid {
    padding-bottom: 120px;
  }
  .service-card__media {
    border-radius: 2vw 2vw 0 0;
  }
  .service-card__caption {
    border-radius: 0 0 2vw 2vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .services .service-card {
    opacity: 1 !important;
    animation: none !important;
  }
  .services .service-card__img {
    transition: none;
  }
}
/* =========================================================
   HOMEPAGE - CURRENT WTC CAROUSEL
   ========================================================= */
.wtc-carousel-wrap {
  position: relative;
  padding-bottom: var(--wtc-overlap);
}
.wtc-carousel {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 95vh;
  margin: 0 auto;
  outline: none;
  contain: layout paint;
}
.wtc-carousel__viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: var(--wtc-radius);
  background: transparent;
}
.wtc-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  height: 100%;
  transition: transform .45s ease;
  will-change: transform;
}
.wtc-slide {
  height: 100%;
  position: relative;
}
.wtc-slide__media {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: #ddd;
}
.wtc-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  max-height: 100%;
}
.wtc-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: var(--wtc-arrow-d);
  height: var(--wtc-arrow-d);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wtc-brand);
  color: var(--wtc-white);
  border: none;
  cursor: pointer;
  transition: transform .15s ease, opacity .15s ease;
}
.wtc-carousel__prev {
  left: var(--wtc-arrow-gap);
}
.wtc-carousel__next {
  right: var(--wtc-arrow-gap);
}
.wtc-carousel__nav:hover {
  transform: translateY(-50%) scale(1.06);
}
.wtc-carousel__nav:focus-visible {
  outline: 2px solid #e8efd7;
  outline-offset: 2px;
}
.wtc-carousel__nav:disabled {
  opacity: .45;
  cursor: default;
}
.wtc-chevron {
  width: 40%;
  height: 40%;
  border-top: var(--wtc-arrow-stroke) solid var(--wtc-white);
  border-right: var(--wtc-arrow-stroke) solid var(--wtc-white);
  transform: rotate(45deg);
  backface-visibility: hidden;
}
.wtc-chevron--left {
  transform: rotate(-135deg);
}
.wtc-chevron--right {
  transform: rotate(45deg);
}
.wtc-caption {
  position: absolute;
  left: 50%;
  top: calc(100% - var(--wtc-overlap));
  transform: translateX(-50%) translateY(-50%);
  height: var(--wtc-bar-h);
  width: min(92%, 1200px);
  background: var(--wtc-brand);
  color: var(--wtc-white);
  border-radius: var(--wtc-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(14px, 2.2vw, 32px);
  z-index: 3;
  transition: opacity .22s ease;
}
.wtc-caption.is-fading-out {
  opacity: 0;
}
.wtc-caption.is-fading-in {
  opacity: 1;
}
.wtc-caption__line {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  text-align: center;
}
.wtc-caption__text {
  display: inline-block;
  font-weight: 500;
  letter-spacing: .2px;
  font-size: clamp(16px, 1.9vw, 28px);
  line-height: 1;
  vertical-align: bottom;
  font-family: 'new-spirit', serif;
}
.wtc-caption__link {
  display: inline-block;
  margin-left: clamp(10px, 1vw, 18px);
  color: #a0b635;
  font-weight: 600;
  font-size: clamp(14px, 1.7vw, 24px);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  line-height: 1;
  vertical-align: bottom;
}
.wtc-caption__link:hover, .wtc-caption__link:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 690px) {
  .wtc-caption__text {
    display: block;
    line-height: 1.3;
  }
  .wtc-caption__link {
    display: block;
    margin-left: 0;
    margin-top: 9px;
  }
}
/* page-specific override previously inline on plant-health page */
.plant_healthcare_page .wtc-carousel {
  height: 35vw;
}
.plant_healthcare_page .wtc-caption {
  display: none;
}
/* =========================================================
   HOMEPAGE - FEATURE / SPLIT SECTIONS
   ========================================================= */
.feature-card {
  padding: clamp(16px, 2.5vw, 40px);
}
/* =========================================================
   HOMEPAGE - INSTAGRAM
   ========================================================= */
.instagram-feed {
  padding: 5vw 0 0;
  text-align: center;
}
.instagram-feed h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin-bottom: .25rem;
}
/* =========================================================
   HOMEPAGE - ABOUT MOSAIC
   ========================================================= */
.home-mosaic {
  padding: 0;
  margin: 5vw auto;
}
.home-mosaic-grid {
  --gap: 1rem;
  --img-ratio: 9 / 7;
  display: grid;
  gap: var(--gap);
}
.home-mosaic-tile {
  position: relative;
  width: 100%;
  aspect-ratio: var(--img-ratio);
  border-radius: .5vw;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #eaeaea;
}
.home-mosaic-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-mosaic-tile--text {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  aspect-ratio: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 clamp(1rem, 3vw, 2rem);
  color: var(--ink, #222);
}
.home-mosaic-tile--text h2 {
  font-size: clamp(2.3rem, 3vw, 36px);
  margin-top: 1rem;
  margin-bottom: .5rem;
  color: #485020;
  font-family: "new-spirit", "Times New Roman", Times, serif;
  font-weight: 500;
}
.home-mosaic-tile--text p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: .75rem;
  color: #485020;
}
.home-mosaic-tile--text p a {
  color: #a0b635;
  text-decoration: none !important;
  font-weight: 700;
}
.i1 {
  grid-area: i1;
}
.i2 {
  grid-area: i2;
}
.i3 {
  grid-area: i3;
}
.i4 {
  grid-area: i4;
}
.i5 {
  grid-area: i5;
}
.i6 {
  grid-area: i6;
}
.i7 {
  grid-area: i7;
}
.i8 {
  grid-area: i8;
}
.i9 {
  grid-area: i9;
}
.i10 {
  grid-area: i10;
}
.t {
  grid-area: t;
}
.home-mosaic-grid {
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "i1  i1  i2  i2  i3  i3"
    "i4  i4  i4  i5  i5  i5"
    "t   t   t   t   t   t"
    "i6  i6  i6  i7  i7  i7"
    "i8  i8  i9  i9  i10 i10";
}
@media (min-width: 768px) and (max-width: 1349.98px) {
  .home-mosaic-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas:
      "i1 i2 i3 i4 i5"
      "t  t  t  t  t"
      "i6 i7 i8 i9 i10";
  }
}
@media (min-width: 1350px) {
  .home-mosaic-tile--text {
    height: 100%;
  }
  .home-mosaic-tile--text h2 {
    margin-top: 0;
  }
  .home-mosaic-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "i1 i2 i3 i4"
      "i5 t  t  i6"
      "i7 i8 i9 i10";
  }
}
/* =========================================================
   LANDSCAPE CONSTRUCTION PAGE
   moved from inline page styles
   ========================================================= */
.landscape-page {
  padding-top: 56px;
  padding-bottom: 72px;
}
.landscape-intro-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.6fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 42px;
}
.landscape-title-card {
  background: #71852e;
  color: #ffffff;
  border-radius: 2vw;
  padding: clamp(28px, 3vw, 42px);
}
.landscape-title-card h1 {
  margin: 0 0 80px;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: .95;
}
.landscape-title-card p {
  margin: 0 0 1.1em;
}
.landscape-copy {
  padding-top: 8px;
}
.landscape-copy h2, .landscape-copy h3 {
  margin: 0 0 10px;
}
.landscape-copy p {
  margin: 0 0 1em;
}
.landscape-services-row {
  display: grid;
  grid-template-columns: minmax(420px, 1.6fr) minmax(280px, 0.95fr);
  gap: var(--section-gap);
  align-items: stretch;
  margin-bottom: 28px;
}
.landscape-services-image {
  min-height: 420px;
}
.landscape-services-panel {
  background: #4d5f12;
  color: #ffffff;
  padding: clamp(26px, 2.6vw, 38px);
}
.landscape-services-panel h3 {
  margin: 0 0 18px;
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.landscape-services-panel ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.landscape-services-panel li {
  margin: 0 0 10px;
}
.landscape-quote-bar {
  margin-bottom: 28px;
  text-align: center;
}
.landscape-quote-bar blockquote {
  margin: 0;
  font-size: clamp(1.9rem, 2.5vw, 2.9rem);
  line-height: 1.35;
  font-family: "new-spirit", serif;
}
@media (max-width: 991px) {
  .landscape-intro-row, .landscape-services-row {
    grid-template-columns: 1fr;
  }
  .landscape-title-card h1 {
    margin-bottom: 40px;
  }
  .landscape-services-image {
    min-height: 320px;
  }
}
/* =========================================================
   ABOUT / CONTACT / LEGACY HERO COMPONENTS RESTORED
   ---------------------------------------------------------
   Restored to active stylesheet after confirming current use
   by About and Contact templates.
   ========================================================= */
.hero_slider.hero_slider {
  padding: 0
}
.home_page .hero_slider.hero_slider {
  padding-bottom: 1.1rem
}
.hero_slider__in {
  max-width: 100%
}
.home_page .hero__slider_list, .swiper-wrapper, .swiper-wrapper img {
  height: 42vw;
  max-height: calc(100vh - 552px);
  min-height: 552px;
}
.about_hero {
  padding-top: 4.6rem
}
.about_hero__title {
  color: #6f7f42;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin: 0 0 1.1rem;
  text-align: center;
  text-transform: uppercase
}
.about_hero__text {
  margin: 0 auto 3rem;
  max-width: 104.3rem
}
.about_hero__text p {
  color: #242424;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center
}
.about_hero__text a, .about_team__text a {
  color: #a2ba1c;
  font-style: italic;
  font-weight: 600
}
.about_hero__text p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.about_hero__btn_block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-pack: center;
  -ms-flex-line-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-content: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.about_hero__btn_block, .about_hero__button {
  -webkit-box-pack: center;
  justify-content: center
}
.about_hero__button {
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a2ba1c;
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 2.5rem;
  letter-spacing: .07rem;
  line-height: 2.5rem;
  min-width: 15rem;
  padding: 0 1.1rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  white-space: nowrap
}
.about_hero__button:focus, .about_hero__button:hover {
  text-decoration: none
}
.about_hero__button:hover {
  background-color: #7b8e15
}
@media screen and (min-width:1200px) {
  .about_hero__title {
    font-size: 2.4rem;
    letter-spacing: .42rem
  }
}
@media screen and (max-width:1199px) {
  .about_hero__title {
    font-size: 2rem;
    letter-spacing: .2rem
  }
  .header__item:last-child .header__link {
    margin-bottom: 3rem;
    text-align: center;
    display: block;
  }
}
.contact {
  padding-bottom: 8rem
}
.contact__title {
  color: #6f7f42;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-transform: uppercase
}
.contact__content, .contact__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: flex-start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start
}
.contact__inner {
  letter-spacing: .03em;
  margin: 0 0 2.7rem;
  text-align: center
}
.contact__inner p span {
  color: #6f7f42;
  font-size: 1.5rem;
  font-weight: 600
}
.contact__inner a {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33
}
.contact__inner_title {
  color: #323232;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 .4rem
}
.contact__inner_address {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0 0 .5rem
}
.contact__inner_phones {
  -ms-flex-line-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.5rem -.5rem 0;
  padding: 0 0 .5rem
}
.contact__inner_phone, .contact__inner_phones {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start
}
.contact__inner_phone {
  -ms-flex-line-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 .5rem .5rem 0
}
.contact__inner_phone span:first-child {
  color: #6f7f42;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 .5rem 0 0
}
.contact__inner_phone span:nth-child(2) {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33
}
.contact__links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: flex-start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start
}
.contact__links_item:not(:last-child) {
  margin: 0 0 1.3rem
}
.contact__links_link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a2ba1c;
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  letter-spacing: .07rem;
  line-height: 2.5rem;
  padding: 0 1.1rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  white-space: nowrap
}
.contact__links_link:focus, .contact__links_link:hover {
  text-decoration: none
}
.contact__links_link:hover {
  background-color: #7b8e15
}
@media screen and (min-width:1200px) {
  .contact__title {
    font-size: 2.4rem;
    letter-spacing: .42rem
  }
}
@media screen and (max-width:1199px) {
  .contact__title {
    font-size: 2rem;
    letter-spacing: .2rem
  }
}
.about_gallery {
  padding: 0;
}
.about_gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.8rem -1.8rem 0
}
.about_gallery__item {
  padding: 0 1.8rem 1.8rem 0
}
.about_gallery__link {
  display: block;
  height: 100%;
  width: 100%
}
.about_gallery__pic {
  display: block;
  padding-bottom: 70.4%;
  position: relative;
  width: 100%
}
.about_gallery__img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
@media screen and (min-width:768px) {
  .about_gallery__item {
    width: 25%
  }
}
@media(max-width:767px)and (min-width:480px) {
  .about_gallery__item {
    width: 50%
  }
}
@media screen and (max-width:479px) {
  .about_gallery__item {
    width: 100%
  }
}
.our_history__title {
  color: #6f7f42;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}
.our_history__title:not(:last-child) {
  margin-bottom: 1.4rem
}
.our_history__text {
  color: #242424;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  max-width: 105rem;
  text-align: center
}
.our_history__text:not(:last-child) {
  margin-bottom: 3rem
}
.our_history__wrap {
  position: relative
}
.our_history__wrap:not(:last-child) {
  margin-bottom: 3rem
}
.our_history__pic {
  height: 81.4%;
  left: 50%;
  margin-top: 4%;
  max-height: 42.2rem;
  max-width: 75.4rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1
}
.our_history__img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}
.our_history__list {
  margin-bottom: -.6rem
}
.our_history__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  color: #242424;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.66;
  padding-bottom: .6rem
}
.our_history__item p:not(:last-child) {
  margin-bottom: 1rem
}
.our_history__item a {
  color: #a2ba1c;
  font-style: italic;
  font-weight: 600
}
.our_history__item strong {
  color: #6f7f42;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .06em
}
@media screen and (min-width:1200px) {
  .our_history__title {
    font-size: 2.4rem;
    letter-spacing: .42rem
  }
  .our_history__list {
    margin-right: -8rem
  }
  .our_history__item {
    padding-right: 8rem
  }
}
@media screen and (max-width:1199px) {
  .our_history__title {
    font-size: 2rem;
    letter-spacing: .2rem
  }
  .our_history__list {
    margin-right: -4rem
  }
  .our_history__item {
    padding-right: 4rem
  }
}
@media screen and (min-width:768px) {
  .our_history__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}
.about_team__title {
  color: #6f7f42;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin: 0 0 1.2rem;
  text-align: center;
  text-transform: uppercase
}
.about_team__text {
  margin: 0 auto 7.4rem;
  max-width: 106rem
}
.about_team__text p {
  color: #393939;
  font-family: montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center
}
.about_team__text p:not(:last-child) {
  margin: auto auto 2.4rem
}
.about_team__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: flex-start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start
}
.about_team__item_img_w {
  border-radius: 1rem;
  display: block;
  margin: 0 0 2.5rem;
  overflow: hidden;
  padding-bottom: 98%;
  position: relative;
  width: 100%
}
.about_team__item_img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.about_team__item_name, .about_team__item_title {
  color: #181818;
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}
.about_team__item_name {
  font-weight: 600;
  letter-spacing: .1em;
  margin: 0 0 1rem;
  text-transform: uppercase;
  text-align: center;
}
.about_team__item_title {
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width:1200px) {
  .about_team__title {
    font-size: 2.4rem;
    letter-spacing: .42rem
  }
}
@media screen and (max-width:1199px) {
  .about_team__title {
    font-size: 2rem;
    letter-spacing: .2rem
  }
}
.join_us__in {
  max-width: 117rem
}
.join_us__info {
  margin: 0 auto 6.2rem;
  max-width: 106rem;
  text-align: center
}
.join_us__title {
  color: #6f7f42;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 1.4rem
}
.join_us__descr {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;
  line-height: 158%
}
.join_us__descr:not(:last-child) {
  margin-bottom: 1.6rem
}
.join_us__subtitle {
  color: #485020;
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -.3px;
  margin-bottom: .4rem;
  text-transform: uppercase
}
.join_us__row {
  margin: 0 -4.2rem -4.2rem 0
}
.join_us__col {
  padding: 0 4.2rem 4.2rem 0
}
.join_us__col_in {
  background-color: #ebebeb;
  border-radius: 1rem;
  height: 100%;
  padding: 3.2rem;
  text-align: center
}
.join_us__card_title {
  color: #485020;
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: .4rem
}
.join_us__list_item {
  font-size: 1.6rem;
  font-weight: 300
}
.join_us__list_item:not(:last-child) {
  margin-bottom: .8rem
}
.join_us__list:not(:last-child) {
  margin-bottom: 3.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  white-space: pre-line;
  line-height: 1.8;
  margin-top: -26px;
}
@media screen and (min-width:1200px) {
  .join_us__title {
    font-size: 2.4rem;
    letter-spacing: .42rem
  }
}
@media screen and (max-width:1199px) {
  .join_us__title {
    font-size: 2rem;
    letter-spacing: .2rem
  }
}
@media screen and (min-width:768px) {
  .join_us__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-line-pack: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-content: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start
  }
  .join_us__col {
    min-height: 54.2rem;
    width: 50%
  }
}
.blockquote__cite {
  color: #485020;
  display: block;
  font-family: "new-spirit", sans-serif;
  line-height: 1.33;
  margin: 0 auto;
  max-width: 77rem;
  text-align: center
}
.notMobile {
  display: none;
}
@media screen and (min-width:1200px) {
  .blockquote__cite {
    font-size: 3rem
  }
  .notMobile {
    display: inline-block;
  }
}
@media screen and (max-width:1199px) {
  .blockquote__cite {
    font-size: 2.4rem
  }
}
@media screen and (max-width:767px) {
  .our_history__pic {
    display: none
  }
  .about_team__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem
  }
  .hiddenTeam {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .hero__slider_list {
    height: 42vw;
    max-height: 583px;
  }
  .ui_form__item:not(.ui_form__item--full_mod) {
    width: 50%
  }
  .ui_form__item.ui_form__item--full_mod {
    width: 100%
  }
  .about_team__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem 2rem
  }
}
.printMe {
  display: none;
}