@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.projects-lobby {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .projects-lobby {
    margin-top: 0;
  }
}
.projects-lobby__banner {
  position: relative;
  min-height: 480px;
}
.projects-lobby__banner .banner-content-wrapper {
  -webkit-padding-start: 184px;
          padding-inline-start: 184px;
  width: 1400px;
  margin: auto;
  padding-top: 68px;
  padding-bottom: 60px;
}
.projects-lobby__banner .banner-title {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 76px;
}
.projects-lobby__banner .banner-content {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  font-family: "heboo";
}
.projects-lobby__banner .banner-content p {
  margin: 0;
  padding: 0;
}
.projects-lobby__banner .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-lobby__banner .banner-image.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .projects-lobby__banner {
    min-height: unset;
    height: auto;
    position: unset;
  }
  .projects-lobby__banner .banner-content-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 0;
  }
  .projects-lobby__banner .banner-image {
    position: unset;
    height: 320px;
    -o-object-position: center;
       object-position: center;
  }
  .projects-lobby__banner .banner-image.desktop {
    display: none;
  }
  .projects-lobby__banner .banner-image.mobile {
    display: block;
  }
  .projects-lobby__banner .banner-title {
    font-family: "BebasNeue";
    font-weight: 400;
    font-size: 50px;
    line-height: 109%;
    padding-inline: 20px;
    padding-top: 36px;
    width: 100%;
  }
  .projects-lobby__banner .banner-content {
    padding-inline: 20px;
    width: 100%;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
  }
}
.projects-lobby__filter {
  margin: auto;
  margin-bottom: 73px;
  margin-top: 68px;
  width: 1400px;
  padding-inline: 214px;
  text-align: center;
}
.projects-lobby__filter .filter-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #6F6F6F;
  font-family: "heboo";
  font-size: 16px;
  font-weight: 400;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.projects-lobby__filter .filter-btn:not(:first-child) {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.projects-lobby__filter .filter-btn:not(:last-child) {
  border-right: 1px solid #6F6F6F;
}
.projects-lobby__filter .filter-btn.active {
  color: #86a650;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .projects-lobby__filter {
    width: 100%;
    padding: 0;
    padding-inline: 20px;
    margin-bottom: 60px;
  }
  .projects-lobby__filter .filter-btn {
    margin-bottom: 20px;
  }
}
.projects-lobby__projects-wrapper {
  width: 1400px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  row-gap: 60px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-bottom: 76px;
  padding-inline: 178px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.projects-lobby__projects-wrapper.rendering {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .projects-lobby__projects-wrapper {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 20px;
  }
  .projects-lobby__projects-wrapper .project-card {
    margin: auto;
  }
}