@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a5a4a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  color: #1a3a1a;
  margin-bottom: 1rem;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.eyebrow,
.label-eyebrow {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6ee040;
}

.caption,
small {
  font-size: 13px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
    line-height: 1.1;
  }
  h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}
a {
  color: #1a3a1a;
  text-decoration: none;
}

a:hover {
  color: #58c030;
}

.u-container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .u-container {
    width: min(100% - 96px, 1200px);
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-section-dark {
  background-color: #1a3a1a;
  color: #ffffff;
}

.u-section-dark a {
  color: #ffffff;
}

.u-section-dark .eyebrow,
.u-section-dark .label-eyebrow {
  color: #6ee040;
}

.u-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.u-pill.is-active {
  background: rgba(110, 224, 64, 0.12);
  border: 1px solid #6ee040;
  color: #1a3a1a;
}

.u-pill.is-inactive {
  background: #f0f0f0;
  color: #666666;
}

.u-progress {
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background: #e0e0e0;
  overflow: hidden;
}

.u-progress__fill {
  height: 100%;
  border-radius: 9999px;
  background: #6ee040;
}

html,
body {
  min-height: 100%;
}

body {
  background-color: #ffffff;
}

main {
  display: block;
}

section {
  padding-block: 4rem;
}

.container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .container {
    width: min(100% - 96px, 1200px);
  }
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.site-footer {
  margin-top: 4rem;
  padding: 4rem 0;
  background: #1a3a1a;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer a {
  color: #ffffff;
}

.site-footer .eyebrow,
.site-footer .label-eyebrow {
  color: #6ee040;
}

@media (prefers-reduced-motion: reduce) {
  .slick-slide,
  .slick-slider,
  .slick-track,
  .slick-list,
  .archive-card,
  .avo-work-gallery-modal__track-wrap,
  button,
  .button,
  .btn,
  img,
  a {
    transition-property: all !important;
    transition-duration: 0.7s !important;
    transition-delay: 0s !important;
  }
}
.elementskit-info-box-title {
  margin: 0;
}

.button,
button,
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px 28px;
  border: 0;
  border-radius: 50px;
  background-color: #6ee040;
  color: #1a3a1a;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
}

.button--outline-dark {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
}

.button--outline-dark:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 0.5rem 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #4a5a4a;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #6ee040;
  box-shadow: 0 0 0 1px #6ee040;
}

.card {
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

li.active_megamenu {
  position: static !important;
}
li.active_megamenu > a::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0.2rem;
  transition: transform 220ms ease;
  display: inline-block;
}
li.active_megamenu.megamenu-open > a::after {
  transform: rotate(180deg);
}

.megamenu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 0ms linear 220ms;
}
.megamenu.megamenu-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease, visibility 0ms linear 0ms;
}
@media (max-width: 991px) {
  .megamenu {
    display: none !important;
  }
}

.megamenu__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 2.5rem 1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 10px 10px -10px rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px 20px 20px;
}

.megamenu__row {
  margin: 0;
}

.megamenu__col {
  padding: 0 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.megamenu__col:last-child {
  border-right: none;
}

.megamenu__term-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #236d00;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.megamenu__posts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.megamenu__post-item {
  margin: 0;
}
.megamenu__post-item .icona i {
  font-weight: 700;
}

.megamenu__post-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Rubik", sans-serif !important;
  color: #1a3a1a !important;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease, padding-left 160ms ease;
}
.megamenu__post-link:hover, .megamenu__post-link:focus-visible {
  color: #86fa57 !important;
  background-color: rgba(255, 255, 255, 0.08);
  padding-left: 0.75rem;
  outline: none;
}

.megamenu__post-icon {
  font-size: 13px !important;
  color: #6edf40;
  flex-shrink: 0;
  transition: color 160ms ease;
}
.megamenu__post-icon--custom {
  font-size: 20px !important;
}
.megamenu__post-link:hover .megamenu__post-icon {
  color: #89fd5a;
}

.home .section-light {
  background: #ffffff;
}

.home .section-dark {
  background: #1a3a1a;
  color: #ffffff;
}

.home .section-dark p {
  color: rgba(255, 255, 255, 0.65);
}

.home .section-dark .eyebrow,
.home .section-dark .label-eyebrow {
  color: #6ee040;
}

.home .documents-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .home .documents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .home .documents-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
body.blog .ekit-template-content-header, body.archive .ekit-template-content-header, body.single-post .ekit-template-content-header {
  background-color: #1a3a1a;
}

body.single-post .ekit-template-content-header {
  padding: 0 0 40px 0;
}

.archive-hero {
  background-color: #1a3a1a;
  padding: 2.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 2px 2px, #6ee040 1px, transparent 0);
  background-size: 40px 40px;
  opacity: 0.08;
  pointer-events: none;
}
.archive-hero__inner {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.archive-hero__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6edf40;
  margin-bottom: 1rem;
}
.archive-hero__title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0 0 1.5rem;
  max-width: 720px;
}
@media (min-width: 768px) {
  .archive-hero__title {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}
.archive-hero__description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 640px;
  margin: 0;
}

.archive-filters {
  background-color: #f5f5f5;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.archive-filters__inner {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}
.archive-filters__inner::-webkit-scrollbar {
  display: none;
}

.archive-filter-btn {
  flex-shrink: 0;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  color: #424840;
  font-size: 15px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  white-space: nowrap;
  line-height: 1;
}
.archive-filter-btn:hover {
  border-color: #236d00;
}
.archive-filter-btn.active {
  background-color: #6edf40;
  border-color: #6edf40;
  color: #1a3a1a;
}

.archive-content {
  background-color: #ffffff;
  padding: 6rem 1.5rem;
}
.archive-content > * {
  max-width: 1200px;
  margin-inline: auto;
}

.archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  transition: opacity 200ms ease;
}
@media (min-width: 768px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.archive-grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.archive-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
  height: 100%;
}
.archive-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.archive-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.archive-card__image a {
  display: block;
  height: 100%;
}
.archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.archive-card:hover .archive-card__image img {
  transform: scale(1.05);
}
.archive-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.archive-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.archive-card__cat {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px !important;
  background-color: rgba(110, 224, 64, 0.12) !important;
  border: 1px solid #236d00 !important;
  color: #236d00 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1 !important;
  flex-shrink: 0;
  transition: background-color 180ms ease, color 180ms ease;
}
.archive-card__cat:hover {
  background-color: #6edf40;
  color: #1a3a1a;
}
.archive-card__date {
  font-size: 13px;
  line-height: 1.4;
  color: #424840;
  white-space: nowrap;
  text-align: right;
}
.archive-card__title {
  font-size: 26px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin: 0 0 0.75rem;
}
.archive-card__title a {
  color: #1a3a1a !important;
  text-decoration: none !important;
  transition: color 180ms ease !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
.archive-card__title a:hover {
  color: #236d00;
}
.archive-card__excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #424840;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1.5rem;
  flex: 1;
}
.archive-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a3a1a !important;
  text-decoration: none;
  margin-top: auto;
  transition: gap 180ms ease;
}
.archive-card__link .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
  color: #6edf40;
  transition: transform 180ms ease;
}
.archive-card__link:hover .material-symbols-outlined {
  transform: translateX(4px);
}

.archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.archive-load-more {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #424840;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.archive-load-more:hover:not(:disabled) {
  background-color: #e1f3de;
  border-color: #c2c8bd;
}
.archive-load-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.archive-no-posts {
  grid-column: 1/-1;
  text-align: center;
  padding: 6rem 1.5rem;
  color: #424840;
}
.archive-no-posts p {
  font-size: 18px;
  margin: 0;
}

.single-hero {
  background-color: #ffffff;
  padding: 4rem 1.5rem;
}
.single-hero__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.single-hero__title {
  font-size: 42px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #1a3a1a !important;
  margin: 1.5rem 0 !important;
  max-width: 860px;
}
@media (min-width: 768px) {
  .single-hero__title {
    font-size: 64px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
  }
}
.single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  color: #424840;
  font-size: 16px;
  margin-bottom: 4rem;
}
.single-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.single-hero__meta-item .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
}
.single-hero__meta-item a {
  color: inherit;
  text-decoration: none;
}
.single-hero__meta-item a:hover {
  color: #236d00;
}
.single-hero__image {
  width: 100%;
  height: 300px;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .single-hero__image {
    height: 500px;
  }
}
.single-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-breadcrumb {
  margin-bottom: 1rem;
}
.single-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #73796f;
}
.single-breadcrumb li {
  display: flex;
  align-items: center;
}
.single-breadcrumb li .material-symbols-outlined {
  font-size: 12px;
  margin: 0 0.25rem;
  opacity: 0.6;
}
.single-breadcrumb li a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}
.single-breadcrumb li a:hover {
  color: #236d00;
}
.single-breadcrumb__cat {
  color: #236d00 !important;
}

.single-content-wrap {
  background-color: #ffffff;
  padding-bottom: 6rem;
}

.single-content {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  color: #4a5a4a;
  font-size: 16px;
  line-height: 1.6;
}
.single-content > p:first-child {
  font-size: 18px;
  line-height: 1.6;
  color: #101f12;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.single-content p {
  margin-bottom: 1.5rem;
}
.single-content h2 {
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #1a3a1a !important;
  margin: 4rem 0 1rem !important;
}
@media (min-width: 768px) {
  .single-content h2 {
    font-size: 44px !important;
    line-height: 1.2 !important;
  }
}
.single-content h3 {
  font-size: 26px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #1a3a1a !important;
  margin: 2.5rem 0 1rem !important;
}
.single-content h4, .single-content h5, .single-content h6 {
  font-weight: 600 !important;
  color: #1a3a1a !important;
  margin: 1.5rem 0 0.5rem !important;
}
.single-content ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
}
.single-content ul:not([class]) li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0;
}
.single-content ul:not([class]) li::before {
  content: "\e86c";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  line-height: 1.4;
  color: #236d00;
  flex-shrink: 0;
}
.single-content ol:not([class]) {
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}
.single-content ol:not([class]) li {
  margin-bottom: 0.5rem;
}
.single-content blockquote {
  border-left: 4px solid #6edf40;
  padding-left: 2rem;
  margin: 4rem 0;
  font-style: italic;
}
.single-content blockquote p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  color: #236d00;
  margin: 0;
}
.single-content blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 13px;
  color: #424840;
  font-style: normal;
}
.single-content figure {
  margin: 4rem 0;
}
.single-content figure img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  border: 1px solid #e0e0e0;
  display: block;
}
.single-content figure figcaption {
  font-size: 13px;
  line-height: 1.4;
  color: #73796f;
  font-style: italic;
  text-align: center;
  margin-top: 1rem;
}
.single-content img:not(figure img) {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  display: block;
  margin: 1.5rem 0;
}
.single-content a {
  color: #236d00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-content a:hover {
  color: #58c030;
}
.single-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
  font-size: 16px;
}
.single-content table th, .single-content table td {
  padding: 0.625rem 0.875rem;
  border: 1px solid #e0e0e0;
  text-align: left;
}
.single-content table th {
  background-color: #e6f9e3;
  font-weight: 600;
  color: #1a3a1a;
}

.single-footer-bar {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  padding: 2.5rem 1.5rem;
}
.single-footer-bar__inner {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .single-footer-bar__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.single-tag {
  display: inline-block;
  padding: 0.25rem 0.875rem;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}
.single-tag--primary {
  background-color: rgba(110, 224, 64, 0.12);
  border: 1px solid #236d00;
  color: #236d00;
}
.single-tag--primary:hover {
  background-color: #6edf40;
  color: #1a3a1a;
}
.single-tag:not(.single-tag--primary) {
  background-color: #f5f5f5;
  color: #73796f;
}
.single-tag:not(.single-tag--primary):hover {
  background-color: #dbedd8;
}

.single-share {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.single-share__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #424840;
  white-space: nowrap;
}
.single-share__buttons {
  display: flex;
  gap: 1rem;
}
.single-share__btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #e0e0e0;
  background: transparent;
  color: #424840;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.single-share__btn .material-symbols-outlined {
  font-size: 18px;
}
.single-share__btn:hover {
  background-color: #6edf40;
  border-color: #6edf40;
  color: #1a3a1a;
}

.single-cta {
  background-color: #1a3a1a;
  padding: 6rem 1.5rem;
}
.single-cta__inner {
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}
.single-cta__title {
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #89fd5a !important;
  margin: 0 0 1rem !important;
}
@media (min-width: 768px) {
  .single-cta__title {
    font-size: 44px !important;
    line-height: 1.2 !important;
  }
}
.single-cta__description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 640px;
  margin: 0 auto 4rem;
}
.single-cta__btn {
  display: inline-block;
  background-color: #89fd5a;
  color: #1a3a1a !important;
  padding: 1rem 4rem !important;
  border-radius: 9999px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
  transition: background-color 180ms ease, transform 180ms ease !important;
}
.single-cta__btn:hover {
  background-color: #6edf40;
  transform: translateY(-2px);
}

.single-related {
  background-color: #f5f5f5;
  padding: 6rem 1.5rem;
}
.single-related__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.single-related__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.single-related__title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #1a3a1a !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .single-related__title {
    font-size: 44px !important;
  }
}
.single-related__all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700 !important;
  color: #236d00 !important;
  text-decoration: none !important;
  transition: gap 180ms ease;
}
.single-related__all .material-symbols-outlined {
  font-size: 20px;
}
.single-related__all:hover {
  gap: 0.75rem;
}
.single-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .single-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.related-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.related-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.related-card__image {
  height: 192px;
  overflow: hidden;
}
.related-card__image a {
  display: block;
  height: 100%;
}
.related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.related-card:hover .related-card__image img {
  transform: scale(1.05);
}
.related-card__body {
  padding: 1.5rem;
}
.related-card__cat {
  display: block;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #236d00 !important;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.related-card__cat:hover {
  text-decoration: underline;
}
.related-card__title {
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin: 0 0 1rem !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-card__title a {
  color: #1a3a1a !important;
  text-decoration: none;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}
.related-card__title a:hover {
  color: #236d00;
}
.related-card__excerpt {
  font-size: 13px;
  line-height: 1.4;
  color: #73796f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.single-comments {
  background-color: #ffffff;
  padding: 6rem 1.5rem;
}
.single-comments__inner {
  max-width: 800px;
  margin-inline: auto;
}

body.single-services .ekit-template-content-header {
  background-color: #1a3a1a;
  padding: 0 0 40px 0;
}

.sv-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background-color 180ms ease, transform 180ms ease, color 180ms ease;
}
.sv-btn--primary {
  background-color: #89fd5a !important;
  color: #1a3a1a !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}
.sv-btn--primary .material-symbols-outlined {
  font-size: 18px;
}
.sv-btn--primary:hover {
  background-color: #6edf40 !important;
  transform: translateY(-1px);
}
.sv-btn--accent {
  background-color: #89fd5a !important;
  color: #1a3a1a !important;
}
.sv-btn--accent:hover {
  background-color: #6edf40 !important;
}
.sv-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #ffffff;
}
.sv-btn--ghost:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
}

.sv-hero {
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.sv-hero__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 992px) {
  .sv-hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.sv-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sv-hero__title {
  font-size: 42px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #1a3a1a !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .sv-hero__title {
    font-size: 64px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
  }
}
.sv-hero__description {
  font-size: 18px;
  line-height: 1.6;
  color: #424840;
  max-width: 540px;
  margin: 0;
}
.sv-hero__description p {
  margin: 0;
}
.sv-hero__actions {
  padding-top: 1.5rem;
}
.sv-hero__image {
  position: relative;
  height: 400px;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .sv-hero__image {
    height: 500px;
  }
}
.sv-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sv-hero__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.sv-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #424840;
}
.sv-breadcrumb a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  transition: color 180ms ease;
}
.sv-breadcrumb a:hover {
  color: #236d00;
}
.sv-breadcrumb .material-symbols-outlined {
  font-size: 12px;
  margin-inline: 0.25rem;
  opacity: 0.6;
}
.sv-breadcrumb__current {
  color: #236d00;
  font-weight: 600;
}

.sv-details {
  background-color: #ffffff;
  padding: 6rem 1.5rem;
}
.sv-details__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.sv-descriptions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .sv-descriptions {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sv-description {
  font-size: 18px;
  line-height: 1.6;
}
.sv-description--1 {
  color: #1a3a1a;
  font-weight: 600;
}
.sv-description--2 {
  color: #424840;
}
.sv-description p {
  margin: 0 0 1rem;
}
.sv-description p:last-child {
  margin-bottom: 0;
}
.sv-description strong, .sv-description b {
  font-weight: 700;
}
.sv-description a {
  color: #236d00;
  text-decoration: underline;
}

.sv-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .sv-bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .sv-bento-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.sv-bento-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms ease;
}
.sv-bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.sv-bento-card__value {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #236d00;
}
.sv-bento-card__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #424840;
  margin-top: 1rem;
}

.sv-phases {
  background-color: #f5f5f5;
  padding: 6rem 1.5rem;
  overflow: hidden;
}
.sv-phases__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.sv-phases__title {
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #1a3a1a !important;
  margin: 0 0 4rem !important;
}
@media (min-width: 768px) {
  .sv-phases__title {
    font-size: 44px !important;
  }
}

.sv-phases-mobile {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.sv-phases-mobile::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background-color: #e0e0e0;
}
@media (min-width: 992px) {
  .sv-phases-mobile {
    display: none;
  }
}
.sv-phases-mobile__step {
  display: flex;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.sv-phases-mobile__num {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: #89fd5a;
  color: #1a3a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.sv-phases-mobile__body {
  flex: 1;
}
.sv-phases-mobile__name {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #1a3a1a !important;
  margin: 0 0 0.375rem !important;
}
.sv-phases-mobile__desc {
  font-size: 16px;
  color: #424840;
  margin: 0;
}

.sv-phases-desktop {
  display: none;
}
@media (min-width: 992px) {
  .sv-phases-desktop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.sv-phases-desktop__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-inline: 1rem;
}
.sv-phases-desktop__circle {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 2px solid #236d00;
  color: #236d00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
  transition: background-color 180ms ease, color 180ms ease;
}
.sv-phases-desktop__name {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #1a3a1a !important;
  margin: 0 0 0.5rem !important;
}
.sv-phases-desktop__desc {
  font-size: 16px;
  color: #424840;
  margin: 0;
}
.sv-phases-desktop__connector {
  flex: 1;
  height: 2px;
  background-color: #e0e0e0;
  margin-top: 24px;
  flex-shrink: 1;
  max-width: 80px;
}

.sv-cta {
  background-color: #1a3a1a;
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.sv-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 2px 2px, #6ee040 1px, transparent 0);
  background-size: 40px 40px;
  opacity: 0.08;
  pointer-events: none;
}
.sv-cta__inner {
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sv-cta__title {
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #89fd5a !important;
  margin: 0 0 1rem !important;
}
@media (min-width: 768px) {
  .sv-cta__title {
    font-size: 44px !important;
  }
}
.sv-cta__description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 640px;
  margin: 0 auto 4rem;
}
.sv-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .sv-cta__actions {
    flex-direction: row;
    justify-content: center;
  }
}

.page-template-page-area-downloads .avo-dl__hero,
.page-area-downloads .avo-dl__hero,
.avo-downloads-shortcode .avo-dl__hero {
  padding-block: 4rem;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (min-width: 768px) {
  .page-template-page-area-downloads .avo-dl__hero,
  .page-area-downloads .avo-dl__hero,
  .avo-downloads-shortcode .avo-dl__hero {
    padding-inline: 48px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-area-downloads .avo-dl__hero,
  .page-area-downloads .avo-dl__hero,
  .avo-downloads-shortcode .avo-dl__hero {
    padding-inline: 24px;
  }
}
.page-template-page-area-downloads .avo-dl__hero-title,
.page-area-downloads .avo-dl__hero-title,
.avo-downloads-shortcode .avo-dl__hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a3a1a;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-template-page-area-downloads .avo-dl__hero-title,
  .page-area-downloads .avo-dl__hero-title,
  .avo-downloads-shortcode .avo-dl__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
.page-template-page-area-downloads .avo-dl__hero-desc,
.page-area-downloads .avo-dl__hero-desc,
.avo-downloads-shortcode .avo-dl__hero-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #73796f;
  max-width: 64ch;
}
.page-template-page-area-downloads .avo-dl__filters,
.page-area-downloads .avo-dl__filters,
.avo-downloads-shortcode .avo-dl__filters {
  margin-bottom: 2.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.page-template-page-area-downloads .avo-dl__filters::-webkit-scrollbar,
.page-area-downloads .avo-dl__filters::-webkit-scrollbar,
.avo-downloads-shortcode .avo-dl__filters::-webkit-scrollbar {
  display: none;
}
.page-template-page-area-downloads .avo-dl__filters-inner,
.page-area-downloads .avo-dl__filters-inner,
.avo-downloads-shortcode .avo-dl__filters-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}
.page-template-page-area-downloads .avo-dl__filter-btn,
.page-area-downloads .avo-dl__filter-btn,
.avo-downloads-shortcode .avo-dl__filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 9999px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  color: #73796f;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  white-space: nowrap;
}
.page-template-page-area-downloads .avo-dl__filter-btn:hover,
.page-area-downloads .avo-dl__filter-btn:hover,
.avo-downloads-shortcode .avo-dl__filter-btn:hover {
  border-color: #6edf40;
}
.page-template-page-area-downloads .avo-dl__filter-btn.is-active,
.page-area-downloads .avo-dl__filter-btn.is-active,
.avo-downloads-shortcode .avo-dl__filter-btn.is-active {
  background: rgba(110, 224, 64, 0.12);
  border-color: #6ee040;
  color: #1a3a1a;
}
.page-template-page-area-downloads .avo-dl__grid-wrap,
.page-area-downloads .avo-dl__grid-wrap,
.avo-downloads-shortcode .avo-dl__grid-wrap {
  padding-bottom: 4rem;
}
.page-template-page-area-downloads .avo-dl__grid,
.page-area-downloads .avo-dl__grid,
.avo-downloads-shortcode .avo-dl__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 576px) {
  .page-template-page-area-downloads .avo-dl__grid,
  .page-area-downloads .avo-dl__grid,
  .avo-downloads-shortcode .avo-dl__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .page-template-page-area-downloads .avo-dl__grid,
  .page-area-downloads .avo-dl__grid,
  .avo-downloads-shortcode .avo-dl__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.page-template-page-area-downloads .avo-dl__card,
.page-area-downloads .avo-dl__card,
.avo-downloads-shortcode .avo-dl__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.page-template-page-area-downloads .avo-dl__card:hover,
.page-area-downloads .avo-dl__card:hover,
.avo-downloads-shortcode .avo-dl__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.page-template-page-area-downloads .avo-dl__card[hidden],
.page-area-downloads .avo-dl__card[hidden],
.avo-downloads-shortcode .avo-dl__card[hidden] {
  display: none;
}
.page-template-page-area-downloads .avo-dl__card-thumb,
.page-area-downloads .avo-dl__card-thumb,
.avo-downloads-shortcode .avo-dl__card-thumb {
  aspect-ratio: 1/1;
  background: #f5f5f5;
  overflow: hidden;
  transition: background 180ms ease;
}
.avo-dl__card:hover .page-template-page-area-downloads .avo-dl__card-thumb,
.avo-dl__card:hover .page-area-downloads .avo-dl__card-thumb,
.avo-dl__card:hover .avo-downloads-shortcode .avo-dl__card-thumb {
  background: #c6edbe;
}
.page-template-page-area-downloads .avo-dl__card-thumb img,
.page-area-downloads .avo-dl__card-thumb img,
.avo-downloads-shortcode .avo-dl__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-template-page-area-downloads .avo-dl__card-thumb-placeholder,
.page-area-downloads .avo-dl__card-thumb-placeholder,
.avo-downloads-shortcode .avo-dl__card-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #c2c8bd;
}
.page-template-page-area-downloads .avo-dl__card-body,
.page-area-downloads .avo-dl__card-body,
.avo-downloads-shortcode .avo-dl__card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-template-page-area-downloads .avo-dl__card-eyebrow,
.page-area-downloads .avo-dl__card-eyebrow,
.avo-downloads-shortcode .avo-dl__card-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #236d00;
  margin-bottom: 0.5rem;
}
.page-template-page-area-downloads .avo-dl__card-title,
.page-area-downloads .avo-dl__card-title,
.avo-downloads-shortcode .avo-dl__card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a3a1a;
  margin-bottom: 0.5rem;
}
.page-template-page-area-downloads .avo-dl__card-desc,
.page-area-downloads .avo-dl__card-desc,
.avo-downloads-shortcode .avo-dl__card-desc {
  font-size: 13px;
  line-height: 1.4;
  color: #73796f;
  flex: 1;
  margin-bottom: 1.5rem;
}
.page-template-page-area-downloads .avo-dl__card-action,
.page-area-downloads .avo-dl__card-action,
.avo-downloads-shortcode .avo-dl__card-action {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.page-template-page-area-downloads .avo-dl__download-btn,
.page-area-downloads .avo-dl__download-btn,
.avo-downloads-shortcode .avo-dl__download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 9999px;
  border: 0;
  background: #6ee040;
  color: #1a3a1a;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}
.page-template-page-area-downloads .avo-dl__download-btn:hover,
.page-area-downloads .avo-dl__download-btn:hover,
.avo-downloads-shortcode .avo-dl__download-btn:hover {
  background: #58c030;
  color: #1a3a1a;
  transform: translateY(-1px);
}
.page-template-page-area-downloads .avo-dl__download-btn svg,
.page-area-downloads .avo-dl__download-btn svg,
.avo-downloads-shortcode .avo-dl__download-btn svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.page-template-page-area-downloads .avo-dl__empty,
.page-area-downloads .avo-dl__empty,
.avo-downloads-shortcode .avo-dl__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem;
  color: #73796f;
  font-size: 16px;
  display: none;
}
.page-template-page-area-downloads .avo-dl__empty.is-visible,
.page-area-downloads .avo-dl__empty.is-visible,
.avo-downloads-shortcode .avo-dl__empty.is-visible {
  display: block;
}

.timeline_vertical {
  padding: 0 0 0 50px;
}
.timeline_vertical:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  background-color: #86fa57;
  height: 100%;
}
.timeline_vertical .elementor-element.elementor-widget-icon-box {
  position: relative;
  padding: 0 0 30px 0;
}
.timeline_vertical .elementor-element.elementor-widget-icon-box:before {
  display: block;
  position: absolute;
  left: -45.5px;
  top: 0;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #86fa57;
  border-radius: 100%;
}

.tc-jobs {
  margin-inline: auto;
}
.tc-jobs .tc-jobs__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .tc-jobs .tc-jobs__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.tc-jobs .tc-jobs__header-text {
  max-width: 70ch;
}
.tc-jobs .tc-jobs__title {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a3a1a;
}
@media (min-width: 768px) {
  .tc-jobs .tc-jobs__title {
    font-size: 44px;
    line-height: 1.2;
  }
}
.tc-jobs .tc-jobs__subtitle {
  margin: 1rem 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #424840;
}
.tc-jobs .tc-jobs__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 16px;
  border-radius: 9999px;
  border: 1px solid #6ee040;
  background: rgba(110, 224, 64, 0.12);
  color: #236d00;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.tc-jobs .tc-jobs__list {
  display: grid;
  gap: 1rem;
}
.tc-jobs .tc-jobs__item {
  overflow: clip;
  font-family: "Rubik", sans-serif;
  transition: box-shadow 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.tc-jobs .tc-jobs__item.is-open {
  border-color: #6edf40;
}
.tc-jobs .tc-jobs__item.is-open .tc-jobs__item-toggle {
  border-radius: 0.5rem 0.5rem 0 0;
}
.tc-jobs .tc-jobs__item-head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem;
}
.tc-jobs .tc-jobs__item-toggle {
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background: #ffffff;
  cursor: pointer;
}
.tc-jobs .tc-jobs__item-toggle:focus-visible {
  outline: 2px solid #6ee040;
  outline-offset: 3px;
  border-radius: 0.25rem;
}
.tc-jobs .tc-jobs__item-meta {
  display: grid;
  gap: 8px;
  min-width: 0;
  justify-content: start;
}
.tc-jobs .tc-jobs__item-category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 14px;
  border-radius: 9999px;
  border: 1px solid #6ee040;
  background: rgba(110, 224, 64, 0.12);
  color: #236d00;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.tc-jobs .tc-jobs__item-title {
  margin: 0;
  color: #1a3a1a;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.tc-jobs .tc-jobs__item-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.tc-jobs .tc-jobs__item-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #424840;
}
.tc-jobs .tc-jobs__item-detail i {
  color: #236d00;
}
.tc-jobs .tc-jobs__item-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background: #f5f5f5;
  color: #1a3a1a;
  transition: transform 180ms ease, background 180ms ease;
  flex-shrink: 0;
}
.tc-jobs .tc-jobs__item-toggle:hover .tc-jobs__item-arrow {
  background: #c6edbe;
}
.tc-jobs .tc-jobs__item.is-open .tc-jobs__item-arrow {
  transform: rotate(90deg);
}
.tc-jobs .tc-jobs__item-body {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem;
  background: #ffffff;
}
.tc-jobs .tc-jobs__item-content {
  color: #424840;
  font-size: 16px;
  line-height: 1.6;
}
.tc-jobs .tc-jobs__item-content > :first-child {
  margin-top: 0;
}
.tc-jobs .tc-jobs__item-content > :last-child {
  margin-bottom: 0;
}
.tc-jobs .tc-jobs__empty {
  padding: 2.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #424840;
  text-align: center;
}
.tc-jobs .tc-jobs__item-body[hidden] {
  display: none;
}
.tc-jobs .tc-jobs__item--no-body .tc-jobs__item-head {
  cursor: default;
}

.avo-works .avo-works__hero {
  margin-bottom: 4rem;
}
.avo-works .avo-works__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #236d00;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avo-works .avo-works__title {
  margin: 0 0 1rem;
  color: #1a3a1a;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 768px) {
  .avo-works .avo-works__title {
    font-size: 44px;
    line-height: 1.2;
  }
}
.avo-works .avo-works__subtitle {
  margin: 0;
  max-width: 75ch;
  color: #424840;
  font-size: 18px;
  line-height: 1.6;
}
.avo-works .avo-works__filters-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c2c8bd;
}
@media (min-width: 768px) {
  .avo-works .avo-works__filters-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.avo-works .avo-works__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.avo-works .avo-works__filter {
  border: 1px solid #e0e0e0;
  border-radius: 9999px;
  background: #f5f5f5;
  color: #424840;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 180ms ease;
}
.avo-works .avo-works__filter:hover,
.avo-works .avo-works__filter.is-active {
  border-color: #6edf40;
  background: #6edf40;
  color: #062100;
}
.avo-works .avo-works__count {
  color: #424840;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avo-works .avo-works__list {
  display: grid;
  gap: 1.5rem;
}
.avo-works .avo-works__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background: #ffffff;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
@media (min-width: 768px) {
  .avo-works .avo-works__item {
    flex-direction: row;
  }
}
.avo-works .avo-works__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: #6edf40;
}
.avo-works .avo-works__item[hidden] {
  display: none;
}
.avo-works .avo-works__image-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 768px) {
  .avo-works .avo-works__image-wrap {
    width: 40%;
    aspect-ratio: 16/9;
  }
}
.avo-works .avo-works__image,
.avo-works .avo-works__image-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}
.avo-works .avo-works__image {
  object-fit: cover;
  transition: transform 300ms ease;
}
.avo-works .avo-works__item:hover .avo-works__image {
  transform: scale(1.04);
}
.avo-works .avo-works__image-placeholder {
  background: linear-gradient(135deg, #e6f9e3, #dbedd8);
}
.avo-works .avo-works__content {
  flex: 1;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
.avo-works .avo-works__badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.5rem;
  padding: 4px 10px;
  border-radius: 0.25rem;
  background: rgba(110, 224, 64, 0.12);
  color: #236d00;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avo-works .avo-works__item-title {
  margin: 0 0 1rem;
  color: #1a3a1a;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
}
.avo-works .avo-works__item-desc {
  margin: 0 0 1rem;
  color: #424840;
  font-size: 16px;
  line-height: 1.6;
}
.avo-works .avo-works__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  color: #73796f;
  font-size: 13px;
  line-height: normal;
}
.avo-works .avo-works__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}
.avo-works .avo-works__meta i {
  font-size: 16px;
}
.avo-works .avo-works__link {
  margin-top: auto;
  width: fit-content;
  color: #236d00;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 180ms ease;
}
.avo-works .avo-works__link:hover {
  color: #58c030;
  border-bottom-color: currentColor;
}
.avo-works .avo-works__empty {
  display: none;
  padding: 2.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #424840;
  text-align: center;
}
.avo-works .avo-works__empty.is-visible {
  display: block;
}

body.single-works-portfolios .ekit-template-content-header {
  background-color: #1a3a1a;
}

.avo-work-single {
  color: #101f12;
}
.avo-work-single__container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .avo-work-single__container {
    width: min(100% - 96px, 1200px);
  }
}
.avo-work-single__hero {
  padding: 4rem 0 2.5rem;
  background: #1a3a1a;
}
.avo-work-single__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.avo-work-single__breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.avo-work-single__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 992px) {
  .avo-work-single__hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.avo-work-single__badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 5px 10px;
  border-radius: 9999px;
  border: 1px solid #6edf40;
  background: rgba(110, 224, 64, 0.12);
  color: #89fd5a;
  font-size: 11px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avo-work-single__title {
  margin: 0;
  color: #ffffff !important;
  font-size: 42px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .avo-work-single__title {
    font-size: 64px;
    line-height: 1.1;
  }
}
.avo-work-single__lead {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  line-height: 1.6;
  max-width: 64ch;
}
.avo-work-single__hero-media {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.avo-work-single__hero-media img,
.avo-work-single__hero-media .avo-work-single__hero-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.avo-work-single__hero-placeholder {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
}
.avo-work-single__metrics {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .avo-work-single__metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.avo-work-single__metric {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .avo-work-single__metric {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 1rem;
  }
  .avo-work-single__metric:last-child {
    border-right: 0;
  }
}
.avo-work-single__metric-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.avo-work-single__metric-value {
  color: #89fd5a;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
}
.avo-work-single__content-section {
  background: #ffffff;
  padding: 6rem 0;
}
.avo-work-single__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .avo-work-single__content-grid {
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    align-items: start;
  }
}
.avo-work-single__content-main {
  display: grid;
  gap: 2.5rem;
}
.avo-work-single__block h2 {
  margin: 0 0 1rem;
  color: #1a3a1a;
  font-size: 26px;
  line-height: 1.4;
}
.avo-work-single__copy {
  color: #424840;
  font-size: 16px;
  line-height: 1.6;
}
.avo-work-single__copy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .avo-work-single__sidebar {
    position: sticky;
    top: 110px;
  }
}
.avo-work-single__card {
  border: 1px solid #e0e0e0;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}
.avo-work-single__card h3 {
  margin: 0 0 1rem;
  color: #1a3a1a;
  font-size: 22px;
  font-weight: 600;
}
.avo-work-single__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.avo-work-single__card li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.avo-work-single__card li:last-child {
  border-bottom: 0;
}
.avo-work-single__card span {
  color: #1a3a1a;
  font-size: 16px;
  font-weight: 600;
}
.avo-work-single__card strong {
  color: #424840;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.avo-work-single__gallery-section {
  padding: 6rem 0;
  background: #ffffff;
}
.avo-work-single__gallery-section .avo-work-single__container .avo-work-single__gallery-grid .avo-work-single__gallery-trigger {
  background: none;
  padding: 0;
  border-radius: 10px;
  border: 0;
}
.avo-work-single__section-head {
  margin-bottom: 2.5rem;
}
.avo-work-single__section-head span {
  display: block;
  margin-bottom: 0.5rem;
  color: #236d00;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avo-work-single__section-head h2 {
  margin: 0;
  color: #1a3a1a;
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .avo-work-single__section-head h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}
.avo-work-single__gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .avo-work-single__gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.avo-work-single__gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 180ms ease;
}
.avo-work-single__gallery-grid img:hover {
  transform: scale(1.02);
}
.avo-work-single__gallery-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  border-radius: 0.5rem;
  overflow: hidden;
}
.avo-work-single__related-section {
  padding: 6rem 0;
  background: #f5f5f5;
}
.avo-work-single__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .avo-work-single__related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.avo-work-single__related-item {
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.avo-work-single__related-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.avo-work-single__related-link {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  color: inherit;
  text-decoration: none;
  padding: 1.5rem;
}
.avo-work-single__related-media {
  flex: 1 20%;
}
.avo-work-single__related-media img,
.avo-work-single__related-media .avo-work-single__related-placeholder {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 0.75rem;
}
.avo-work-single__related-placeholder {
  background: linear-gradient(135deg, #e6f9e3, #dbedd8);
}
.avo-work-single__related-content {
  flex: 1 80%;
}
.avo-work-single__related-content h3 {
  margin: 0;
  color: #1a3a1a;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  font-weight: 600;
}
.avo-work-single__related-term {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #236d00;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avo-work-single__related-cta {
  margin-top: 0.5rem;
  display: inline-flex;
  color: #236d00;
  font-size: 15px;
  font-weight: 600;
}
.avo-work-single__cta-section {
  padding: 6rem 0;
  text-align: center;
  background: linear-gradient(160deg, #1a3a1a 0%, #122912 100%);
  color: #ffffff;
}
.avo-work-single__cta-section span {
  display: block;
  margin-bottom: 1rem;
  color: #89fd5a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.avo-work-single__cta-section h2 {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .avo-work-single__cta-section h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}
.avo-work-single__cta-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .avo-work-single__cta-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.avo-work-single__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 9999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 180ms ease;
}
.avo-work-single__btn--primary {
  color: #062100;
  background: #89fd5a;
}
.avo-work-single__btn--primary:hover {
  background: #58c030;
  color: #062100;
}
.avo-work-single__btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}
.avo-work-single__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.avo-no-scroll {
  overflow: hidden;
}

.avo-work-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.avo-work-gallery-modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(6, 10, 8, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.avo-work-gallery-modal__dialog {
  width: min(100%, 1320px);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.avo-work-gallery-modal__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
.avo-work-gallery-modal__count {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
.avo-work-gallery-modal__close {
  border: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  font-size: 50px !important;
  line-height: 1;
  cursor: pointer;
}
.avo-work-gallery-modal__track-wrap {
  min-height: 0;
}
.avo-work-gallery-modal button {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.avo-work-gallery-modal__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 120px);
}
.avo-work-gallery-modal__slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  border-radius: 0.5rem;
}
.avo-work-gallery-modal .slick-arrow {
  width: auto;
  height: auto;
  z-index: 5;
  font-size: 30px;
  color: #ffffff;
}
.avo-work-gallery-modal .slick-arrow::before {
  display: none;
}
.avo-work-gallery-modal .slick-prev {
  left: -35px;
}
.avo-work-gallery-modal .slick-next {
  right: -35px;
}

:root {
  color-scheme: light;
  --color-bg-dark: #1a3a1a;
  --color-bg-darker: #122912;
  --color-text-primary: #1a3a1a;
  --color-text-body: #4a5a4a;
  --color-text-light: #ffffff;
  --color-text-muted-light: rgba(255, 255, 255, 0.65);
  --color-accent: #6ee040;
  --color-accent-hover: #58c030;
  --color-accent-subtle: rgba(110, 224, 64, 0.12);
  --color-surface: #ffffff;
  --color-surface-gray: #f5f5f5;
  --color-border: #e0e0e0;
  --color-border-dark: rgba(255, 255, 255, 0.15);
}

.alignwide {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
