/*!? ----------------------- ?!*/
/*!? CAUTION!!!              ?!*/
/*!? Avoid editing this file ?!*/
/*!? ----------------------- ?!*/

/*----- SETUP - Open -----*/
body {
  color: var(--aero-text);
  cursor: default;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

#aero-11 {
  overflow-x: hidden;
}
#page .no-display {
  display: none !important;
}

#page .force-full-width {
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none !important;
  position: relative !important;
  right: 50% !important;
  width: 100vw !important;
}

#page .container .container {
  padding-left: 0;
  padding-right: 0;
}
/*----- SETUP - Close -----*/

/*----- TABS - Open -----*/
#page ul.page-tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  list-style: none;
  gap: 0.25rem;
  margin: 0 0 0.6rem 0;
  padding: 0;
}
#page .page-tabs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 !important;
}
#page .page-tabs li::before {
  display: none !important;
}
#page .page-tabs li a {
  background-color: #86c87b;
  color: #000000;
  font-family: "inter", sans-serif !important;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  padding: 0.5rem 0.875rem;
  text-decoration: none !important;
  text-transform: uppercase;
}
#page .page-tabs li.active-page-tab a {
  background-color: #277145;
  color: #ffffff;
}
#page .page-tabs li a:hover {
  background-color: #277145;
  color: #ffffff;
  text-decoration: none !important;
}
/*----- TABS - Close -----*/

/*----- COLUMNS GRID - Open -----*/
@media screen and (max-width: 767px) {
  #page .main-content .columns-grid {
    grid-gap: 0 !important;
    grid-template-columns: 100% !important;
  }
}
/*----- COLUMNS GRID - Close -----*/

/***** REFERENCIES *****/

/*----- FIXED HEADER - Open -----*
#header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header .header-inner {
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(0);
	transition: all 350ms ease-in-out;
	width: 100%;
}
#header .header-inner.header-hidden {
	transform: translateY(-100%);
}
/*----- FIXED HEADER - Close -----*/
