* {
  outline: none;
}
*:focus {
  outline: none;
}

body {
  font-family: laski-sans, sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, .h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
}

h2, .h2 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.315;
  font-weight: 700;
}

h3, .h3 {
  margin-bottom: 2rem;
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 700;
}

h4, .h4 {
  margin-bottom: 2rem;
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 700;
}

h5, .h5 {
  margin-bottom: 2rem;
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 400;
}

h6, .h6 {
  margin-bottom: 2rem;
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 700;
}

p {
  margin-bottom: 2rem;
}

.body-link {
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.body-link--green:hover, .blog-tile__body p .body-link:hover, .project-tile p .body-link:hover, .element--dark .image-content__action .body-link:hover, .element--none .image-content__action .body-link:hover, .element--dark .pathway__button .body-link:hover, .element--none .pathway__button .body-link:hover {
  --tw-text-opacity: 1;
  color: rgb(103 157 75 / var(--tw-text-opacity));
}
.body-link--dark:hover, .element--green .image-content__action .body-link:hover, .element--green .pathway__button .body-link:hover {
  --tw-text-opacity: 1;
  color: rgb(49 45 41 / var(--tw-text-opacity));
}

.typography a:not(.btn) {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.typography .text-center {
  text-align: center;
}
.typography .text-right {
  text-align: right;
}
.typography .text-justify {
  text-align: justify;
}
.typography img.rightAlone {
  margin-left: 100%;
  transform: translateX(-100%);
}
.typography img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.typography img.right {
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.typography img.left {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 3.5rem;
    line-height: 1.4;
  }

  h2, .h2 {
    font-size: 2.375rem;
    line-height: 1.315;
  }

  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.55;
  }

  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.55;
  }

  h6, .h6 {
    font-size: 1.375rem;
    line-height: 1.55;
  }

  p {
    margin-bottom: 2rem;
  }
}
.btn, .form-element .btn-toolbar input {
  display: inline-flex;
  min-height: 56px;
  min-width: 240px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 700;
  transition-duration: 500ms;
}
.btn--green--solid, .form-element .btn-toolbar input, .content.element--none .btn, .content.element--none .form-element .btn-toolbar input, .form-element .btn-toolbar .content.element--none input, .element--none .cta__buttons .btn, .element--none .cta__buttons .form-element .btn-toolbar input, .form-element .btn-toolbar .element--none .cta__buttons input {
  --tw-border-opacity: 1;
  border-color: rgb(103 157 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(103 157 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--green--solid:hover, .form-element .btn-toolbar input:hover, .content.element--none .btn:hover, .element--none .cta__buttons .btn:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(103 157 75 / var(--tw-text-opacity));
}
.btn--dark--solid, .form-element.element--green .btn-toolbar input {
  --tw-border-opacity: 1;
  border-color: rgb(49 45 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--dark--solid:hover, .form-element.element--green .btn-toolbar input:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(49 45 41 / var(--tw-text-opacity));
}
.btn--white--solid, .content.element--dark .btn, .content.element--dark .form-element .btn-toolbar input, .form-element .btn-toolbar .content.element--dark input, .content.element--green .btn, .content.element--green .form-element .btn-toolbar input, .form-element .btn-toolbar .content.element--green input, .element--dark .cta__buttons .btn, .element--dark .cta__buttons .form-element .btn-toolbar input, .form-element .btn-toolbar .element--dark .cta__buttons input, .element--green .cta__buttons .btn, .element--green .cta__buttons .form-element .btn-toolbar input, .form-element .btn-toolbar .element--green .cta__buttons input {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 45 41 / var(--tw-text-opacity));
}
.btn--white--solid:hover, .content.element--dark .btn:hover, .content.element--dark .form-element .btn-toolbar input:hover, .form-element .btn-toolbar .content.element--dark input:hover, .content.element--green .btn:hover, .content.element--green .form-element .btn-toolbar input:hover, .form-element .btn-toolbar .content.element--green input:hover, .element--dark .cta__buttons .btn:hover, .element--dark .cta__buttons .form-element .btn-toolbar input:hover, .form-element .btn-toolbar .element--dark .cta__buttons input:hover, .element--green .cta__buttons .btn:hover, .element--green .cta__buttons .form-element .btn-toolbar input:hover, .form-element .btn-toolbar .element--green .cta__buttons input:hover {
  --tw-text-opacity: 1;
  color: rgb(103 157 75 / var(--tw-text-opacity));
}

.element {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.element--none {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.element--green {
  --tw-bg-opacity: 1;
  background-color: rgb(103 157 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.element--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.element--pt-lg {
  padding-top: 3rem;
}
.element--pt-md {
  padding-top: 2rem;
}
.element--pt-sm {
  padding-top: 1.5rem;
}
.element--pb-lg {
  padding-bottom: 3rem;
}
.element--pb-md {
  padding-bottom: 2rem;
}
.element--pb-sm {
  padding-bottom: 1.5rem;
}
.element--mb-lg {
  margin-bottom: 3rem;
}
.element--mb-md {
  margin-bottom: 2rem;
}
.element--mb-sm {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .element--pt-lg {
    padding-top: 6rem;
  }
  .element--pt-md {
    padding-top: 4rem;
  }
  .element--pt-sm {
    padding-top: 3rem;
  }
  .element--pb-lg {
    padding-bottom: 6rem;
  }
  .element--pb-md {
    padding-bottom: 4rem;
  }
  .element--pb-sm {
    padding-bottom: 3rem;
  }
  .element--mb-lg {
    margin-bottom: 6rem;
  }
  .element--mb-md {
    margin-bottom: 4rem;
  }
  .element--mb-sm {
    margin-bottom: 3rem;
  }
}

.container- {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1072px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 0.625rem;
}

.flickity-prev-next-button.next {
  right: 0.625rem;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0.625rem;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0.625rem;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -1.5625rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  padding: 0px;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -624.9375rem;
}
.element--green .flickity-page-dots .dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.element--dark .flickity-page-dots .dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.flickity-page-dots .dot.is-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(103 157 75 / var(--tw-bg-opacity));
}
.element--green .flickity-page-dots .dot.is-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
}

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 2.1875rem;
  z-index: 10000;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 0.625rem;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 0.625rem;
  top: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 0.625rem;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
  top: 0.25rem;
}

[data-fadein] {
  opacity: 0;
  transition-duration: 500ms;
  transform: translateY(1.875rem);
}
[data-fadein].active {
  opacity: 1;
  transform: translateY(0);
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  transition-duration: 300ms;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0.25rem 0.375rem -0.375rem black;
}
body.scrolled .header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header__logo-wrapper {
  width: 12rem;
}
@media (min-width: 768px) {
  .header__logo-wrapper {
    width: 15rem;
  }
}
.header__logo {
  height: auto;
  width: 100%;
}
.header__navigation {
  display: none;
}
@media (min-width: 768px) {
  .header__navigation {
    display: flex;
  }
}
.header__navigation a {
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.header__navigation a.active, .header__navigation a:hover {
  --tw-text-opacity: 1;
  color: rgb(103 157 75 / var(--tw-text-opacity));
}
.header__navigation ul {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
}
.header__navigation li {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.header__navigation svg {
  transform: scaleX(-1);
}
.header__hamburger {
  position: relative;
  display: none;
  height: 2rem;
  cursor: pointer;
  width: 2.125rem;
}
@media (min-width: 1024px) {
  .header__wrapper {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header__hamburger {
    display: block;
  }
  .header__navigation {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 100vh;
    width: 100%;
    max-width: 340px;
    --tw-bg-opacity: 1;
    background-color: rgb(103 157 75 / var(--tw-bg-opacity));
    padding-top: 133px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: 500ms;
    transform: translateX(100%);
  }
  .header__navigation ul {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .header__navigation li {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .header__navigation a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .header__navigation a.active, .header__navigation a:hover {
    --tw-text-opacity: 1;
    color: rgb(49 45 41 / var(--tw-text-opacity));
  }
  .header__navigation.active {
    overflow: hidden;
    opacity: 1;
    transform: translateX(0%);
  }
}

.hamburger, .hamburger:before, .hamburger:after {
  position: absolute;
  height: 3px;
  width: 34px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger:before,
.hamburger:after {
  content: " ";
  display: block;
}

.hamburger {
  top: 0.9375rem;
}
.hamburger:before {
  top: -0.625rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger:after {
  bottom: -0.625rem;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.active .hamburger {
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.active .hamburger:before {
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.active .hamburger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hero {
  position: relative;
}
.hero--small {
  min-height: 480px;
}
.hero--small h1 {
  margin-bottom: 0px;
}
.hero--project {
  min-height: 480px;
  --tw-bg-opacity: 1;
  background-color: rgb(103 157 75 / var(--tw-bg-opacity));
  padding-top: 200px;
}
.hero--blog {
  position: relative;
  min-height: 480px;
}
.hero__overlay {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.hero__small-img {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__small-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.hero__small-content h1 {
  margin-bottom: 0px;
}
.hero__slide {
  position: relative;
  height: 100vh;
  min-height: 740px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__slide:after {
  content: " ";
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 60%;
  background: linear-gradient(180deg, #00000000 0%, #312d29 100%);
}
.hero__slide-content {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero__slide-action {
  pointer-events: auto;
}
.hero__breadcrumbs {
  margin-bottom: 1.25rem;
}
.hero__breadcrumbs a {
  font-weight: 700;
}
.hero__project-image {
  margin-bottom: 3.5rem;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__project-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero__slide-content .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .hero__slide-content h3 {
    margin-bottom: 0px;
  }
  .hero__slide-heading {
    width: 70%;
  }
  .hero__project-title {
    display: flex;
    justify-content: space-between;
    padding-top: 10;
  }
  .hero__project-title h1 {
    width: 50%;
  }
  .hero__project-title .hero__project-desc {
    width: 40%;
  }
  .hero--blog {
    min-height: 700px;
  }
}

@keyframes lds-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.popup-container {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .popup-container {
    display: block;
  }
}

.popup-dot {
  pointer-events: auto;
  position: absolute;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  background: white;
}
.popup-dot__sort {
  display: block;
  height: 2rem;
  width: 2rem;
  align-items: center;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 700;
}
.typography .popup-dot__sort {
  text-align: center;
}
.popup-dot__sort {
  transform: translate(0, -0.25rem);
}
.popup-dot:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  height: 0;
  width: 0;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transform: translate(-50%, -50%);
  animation: lds-ripple 6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.popup-main {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
}
@media (min-width: 768px) {
  .active .popup-main {
    display: flex;
  }
}
.popup-main__inner {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.popup-main__inner__close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 45 41 / var(--tw-bg-opacity));
  font-size: 30px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transform: translate(50%, -50%);
}
.popup-main__inner__close span {
  position: relative;
  top: -4px;
}
.popup-main__inner h3 {
  margin-bottom: 0.75rem;
  font-size: 26px;
}
.popup-main__inner p {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.4;
}

.cta__text {
  width: 100%;
}
.cta__text h2 {
  margin-bottom: 0px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.cta__buttons {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.cta__buttons .btn, .cta__buttons .form-element .btn-toolbar input, .form-element .btn-toolbar .cta__buttons input {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .cta__text {
    max-width: 90%;
  }
  .cta__text h2 {
    font-size: 5rem;
  }
}

.testimonials {
  width: 100%;
}
.testimonials__heading {
  max-width: 755px;
}
.testimonials__holder {
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .testimonials__holder {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.testimonial {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.testimonial__meta {
  display: flex;
  align-items: center;
  padding-top: 2rem;
}
.testimonial__avatar {
  margin-right: 1.25rem;
  height: 4.5rem;
  width: 4.5rem;
  overflow: hidden;
  border-radius: 9999px;
}
.testimonial__names p {
  margin-bottom: 0.25rem;
  line-height: 1;
}
.testimonial__names p:last-child {
  margin-bottom: 0px;
}
.testimonial__names p:nth-child(2) {
  font-style: italic;
}
@media (min-width: 768px) {
  .testimonial {
    width: 50%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.pathways__intro {
  margin-bottom: 2.5rem;
  max-width: 755px;
}
.pathways__list {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pathways__list {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.pathway {
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pathway h4 {
  margin-bottom: 0px;
}
.pathway__inner {
  display: block;
  width: 100%;
}
.pathway__image {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.pathway__image > div {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 10000ms ease-out;
}
.pathway__image > div:before {
  content: " ";
  display: block;
  padding-top: 67.5%;
}
.pathway:hover .pathway__image > div {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .pathway {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pathway {
    width: 33.333333%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.image-content {
  width: 100%;
}
.image-content__cols {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}
.image-content--bottom .image-content__cols {
  flex-direction: column-reverse;
}
.image-content__img-holder {
  margin-bottom: 1.5rem;
  width: 100%;
}
.image-content__holder-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-content__holder-image:before {
  content: " ";
  display: block;
  padding-top: 65%;
}
@media (min-width: 768px) {
  .image-content {
    flex-direction: row;
  }
  .image-content__cols {
    margin-left: -2rem;
    margin-right: -2rem;
    flex-direction: row;
    align-items: center;
  }
  .image-content--right .image-content__cols {
    flex-direction: row-reverse;
  }
  .image-content__img-holder {
    margin-bottom: 0px;
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .image-content__body {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.content__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .content__cols {
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
  }
  .content__col {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.projects__title {
  margin-bottom: 1.5rem;
}
.projects__grid {
  overflow: hidden;
}
@media (min-width: 768px) {
  .projects__grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .projects__grid {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.project-tile {
  float: left;
  clear: both;
  margin-bottom: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.project-tile__inner {
  display: block;
}
.project-tile__image {
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.project-tile__image > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 10000ms ease-out;
}
.project-tile__image > div:before {
  content: " ";
  display: block;
  padding-top: 63.6363636%;
}
.project-tile:hover .project-tile__image > div {
  transform: scale(1.1);
}
.project-tile h3 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .project-tile {
    width: 33.333333%;
  }
  .project-tile:nth-child(5n+3) .project-tile__image > div:before {
    padding-top: 100%;
  }
  .project-tile:nth-child(5n+4) {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .project-tile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.project-page {
  padding-bottom: 3rem;
}
.project-page__meta-data li {
  margin-bottom: 1.5rem;
}
.project-page__meta-data h4 {
  margin-bottom: 0px;
}
.project-page__meta-data h4:first-child {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}
.project-page__btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.25rem;
}
.project-page__meta-text {
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 700;
}
.project-page__img-holder1 {
  margin-bottom: 3.5rem;
}
.project-page__img-holder2 {
  margin-bottom: 3.5rem;
}
.project-page__img1, .project-page__img2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-page__img1:before, .project-page__img2:before {
  content: " ";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .project-page {
    padding-bottom: 6rem;
  }
  .project-page__meta {
    margin-bottom: 14;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .project-page__meta-data {
    width: 30%;
    flex-shrink: 0;
  }
  .project-page__meta-text {
    width: 40%;
    flex-shrink: 0;
  }
  .project-page__images {
    display: flex;
    justify-content: space-between;
  }
  .project-page__img-holder1 {
    width: 42vw;
  }
  .project-page__img-holder2 {
    margin-top: 140px;
    width: 52vw;
  }
}

.blog-index {
  padding-bottom: 3rem;
}
.blog-index__none {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.55;
  font-weight: 700;
}
.typography .blog-index__none {
  text-align: center;
}
.blog-index__list {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.blog-index__button-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .blog-index__list {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-bottom: 6rem;
  }
  .blog-index__none {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.blog-tile {
  margin-bottom: 2rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.blog-tile p:last-child {
  margin-bottom: 0px;
}
.blog-tile h3 {
  margin-bottom: 1.25rem;
}
.blog-tile__img-holder {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.blog-tile__img-holder .blog-tile__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 10000ms ease-out;
}
.blog-tile__img-holder .blog-tile__img:before {
  content: " ";
  display: block;
  padding-top: 67.25%;
}
.blog-tile:hover .blog-tile__img-holder > div {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .blog-tile {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .blog-tile {
    width: 33.333333%;
  }
}

.form-element__body {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.315;
  font-weight: 700;
}
.form-element__img {
  margin-bottom: 2.5rem;
}
.form-element__contacts h4 {
  margin-bottom: 1.5rem;
}
.form-element__contacts address {
  margin-bottom: 1.5rem;
  font-style: normal;
}
.form-element__form {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .form-element__body {
    font-size: 2.375rem;
    line-height: 1.315;
  }
  .form-element__cols {
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
  }
  .form-element__form {
    margin-bottom: 0px;
    width: 50%;
    flex-shrink: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .form-element__meta {
    width: 50%;
    max-width: 550px;
    flex-shrink: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .form-element .form-step {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .form-element .form-step div.field {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .form-element .form-step div.field.textarea {
    width: 100%;
  }
}

div.field {
  margin-bottom: 1.5rem;
}
div.field label.left {
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 700;
}

input[type=text], input[type=email], input[type=number], input[type=password], input[type=date], input[type=time] {
  min-height: 56px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(49 45 41 / var(--tw-text-opacity));
}

textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(49 45 41 / var(--tw-text-opacity));
}

.blog-post {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -220px;
  padding-bottom: 3rem;
}
.blog-post__title {
  margin-bottom: 1.5rem;
}
.blog-post__image {
  margin-bottom: 2.5rem;
}
.blog-post__btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.25rem;
}
@media (min-width: 768px) {
  .blog-post {
    margin-top: -440px;
    padding-bottom: 6rem;
  }
}

.gallery__grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  padding: 0.5rem;
}
.gallery-item video {
  width: 100%;
}
.gallery-item__img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-item__img:after {
  content: " ";
  display: block;
  padding-top: 56.75%;
}
@media (min-width: 768px) {
  .gallery-item {
    width: 50%;
  }
  .gallery-item:nth-child(2n+1) {
    transform: translateY(3.125rem);
  }
}
@media (min-width: 1024px) {
  .gallery-item {
    width: 33.333333%;
  }
  .gallery-item:nth-child(3n+1) {
    transform: translateY(0);
  }
  .gallery-item:nth-child(3n+2) {
    transform: translateY(3.125rem);
  }
  .gallery-item:nth-child(3n+3) {
    transform: translateY(1.25rem);
  }
}

.footer {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(49 45 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 50 47 / var(--tw-bg-opacity));
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-logo {
  display: flex;
  width: 12rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .footer-logo {
    width: 15rem;
  }
}
@media (min-width: 1024px) {
  .footer-logo {
    padding-bottom: 1.25rem;
  }
}
.footer-logo__holder {
  width: 12rem;
}
@media (min-width: 768px) {
  .footer-logo__holder {
    width: 15rem;
  }
}
@media (min-width: 1180px) {
  .footer-logo__holder {
    width: 100%;
  }
}
.footer-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .footer-layout {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1180px) {
  .footer-layout {
    flex-direction: row;
  }
}
.footer-layout__text {
  margin-bottom: 0px;
  padding-top: 1rem;
}
@media (min-width: 1180px) {
  .footer-layout__text {
    display: none;
    padding-top: 0px;
  }
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1180px) {
  .footer-social {
    align-items: flex-end;
  }
}
.footer-social__archi-pro {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
  font-size: 0;
  line-height: 0;
}
.footer-social__archi-pro img {
  max-width: 224px;
}
.footer-text {
  display: none;
}
@media (min-width: 1180px) {
  .footer-text {
    display: flex;
  }
}

.navigation {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .navigation {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
.navigation__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1180px) {
  .navigation__item {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.navigation__item a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px) {
  .navigation__item a {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.navigation__item a:hover {
  --tw-text-opacity: 1;
  color: rgb(103 157 75 / var(--tw-text-opacity));
}

.social {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .social {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .social {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.social__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px) {
  .social__item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.social__item svg {
  width: 1.75rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.social a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.social a:hover {
  --tw-text-opacity: 1;
  color: rgb(103 157 75 / var(--tw-text-opacity));
}
.social__text {
  margin-bottom: 0px;
}
