@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;
}
.project-page {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .project-page {
    margin-top: 0;
  }
}
.project-page__banner {
  min-height: 415px;
  position: relative;
}
.project-page__banner .banner-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.project-page__banner .banner-image.mobile {
  display: none;
  -o-object-position: unset;
     object-position: unset;
}
.project-page__banner .banner-content {
  padding: 35px 176px;
  width: 1400px;
  margin: auto;
}
.project-page__banner .banner-content .banner-title {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 109%;
  color: #000;
  width: 500px;
}
.project-page__banner .banner-content .banner-subtitle {
  font-family: "heboo";
  font-weight: 500;
  line-height: 120%;
  color: #000;
  width: 500px;
  font-size: 22px;
}
.project-page__banner .banner-content .banner-back {
  font-weight: 400;
  font-family: "heboo";
  color: #6F6F6F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  gap: 6px;
}
.project-page__banner .banner-content .banner-back span {
  margin-top: 2px;
}
.project-page__banner .banner-content .banner-body {
  width: 500px;
}
.project-page__banner .banner-content .banner-body p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 4px;
  letter-spacing: 0%;
}
.project-page__banner .banner-content.dark .banner-title,
.project-page__banner .banner-content.dark .banner-subtitle,
.project-page__banner .banner-content.dark .banner-back,
.project-page__banner .banner-content.dark .banner-body {
  color: #fff;
}
.project-page__banner .banner-content.dark svg path {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .project-page__banner {
    min-height: auto;
  }
  .project-page__banner .banner-image {
    position: unset;
    height: 320px;
    -o-object-position: center;
       object-position: center;
  }
  .project-page__banner .banner-image.mobile {
    display: block;
  }
  .project-page__banner .banner-image.desktop {
    display: none;
  }
  .project-page__banner .banner-content {
    padding: 28px 20px;
    width: 100%;
  }
  .project-page__banner .banner-content .banner-title {
    font-size: 50px;
    width: 100%;
  }
  .project-page__banner .banner-content .banner-body {
    width: 100%;
  }
  .project-page__banner .banner-content .banner-subtitle {
    font-size: 20px;
    width: 100%;
  }
  .project-page__banner .banner-content .banner-back {
    display: none;
  }
  .project-page__banner .banner-content.dark .banner-title,
  .project-page__banner .banner-content.dark .banner-subtitle,
  .project-page__banner .banner-content.dark .banner-back {
    color: #000;
  }
  .project-page__banner .banner-content.dark svg path {
    fill: #000;
  }
}
.project-page__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 122px;
}
.project-page__description .desc-image {
  max-width: 400px;
}
.project-page__description .desc-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-page__description .desc-separate {
  width: 228.5px;
}
.project-page__description .desc-content {
  width: 355px;
  padding: 20px;
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  border-right: none;
}
.project-page__description .desc-content .top-block {
  position: absolute;
  right: 0;
  top: -2px;
  background-color: #fff;
  width: 85%;
  height: 5px;
}
.project-page__description .desc-content .bottom-block {
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #fff;
  width: 25%;
  height: 5px;
}
.project-page__description .desc-content .right-block {
  position: absolute;
  right: -2px;
  top: 0;
  background-color: #fff;
  width: 4px;
  height: 100%;
}
.project-page__description .desc-content h3,
.project-page__description .desc-content h4 {
  font-family: "BebasNeue";
  color: #86a650;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 3px;
}
.project-page__description .desc-content h3:not(:first-child),
.project-page__description .desc-content h4:not(:first-child) {
  margin-top: 32px;
}
.project-page__description .desc-content p {
  margin: 0;
  padding: 0;
  font-family: "heboo";
  font-size: 16px;
  line-height: 140%;
}
.project-page__description .desc-content ul {
  margin: 12px;
  list-style-type: none;
}
.project-page__description .desc-content ul li {
  font-family: "heboo";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  position: relative;
}
.project-page__description .desc-content ul li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 4px solid #86a650;
  border-radius: 50%;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .project-page__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 64px;
  }
  .project-page__description .desc-image {
    max-width: unset;
    width: 100%;
    height: 400px;
  }
  .project-page__description .desc-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .project-page__description .desc-separate {
    height: 63px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .project-page__description .desc-separate img {
    rotate: 90deg;
    margin-top: 170px;
  }
  .project-page__description .desc-content {
    padding: 28px 5px 32px 32px;
    border-radius: 10px;
    border: 1px solid #000;
  }
  .project-page__description .desc-content .top-block {
    display: none;
  }
  .project-page__description .desc-content .bottom-block {
    width: 95%;
  }
  .project-page__description .desc-content .right-block {
    top: unset;
    bottom: 0;
    height: 96%;
  }
}
.project-page__background {
  position: relative;
  min-height: 480px;
  padding-block: 84px;
}
.project-page__background .background-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.project-page__background .background-content {
  position: relative;
  z-index: 1;
  width: 1400px;
  margin: auto;
  padding-inline: 176px;
}
.project-page__background .background-content * {
  width: 560px;
}
.project-page__background .background-content h1,
.project-page__background .background-content h2,
.project-page__background .background-content h3,
.project-page__background .background-content h4,
.project-page__background .background-content h5,
.project-page__background .background-content h6 {
  font-family: "BebasNeue";
  font-size: 70px;
  font-weight: 400;
  line-height: 109%;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #000;
}
.project-page__background .background-content p {
  font-family: "heboo";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 12px;
}
.project-page__background .background-content.dark h1,
.project-page__background .background-content.dark h2,
.project-page__background .background-content.dark h3,
.project-page__background .background-content.dark h4,
.project-page__background .background-content.dark h5,
.project-page__background .background-content.dark h6,
.project-page__background .background-content.dark p {
  color: #fff;
}
.project-page__background .dark-layer {
  background: linear-gradient(90.1deg, rgba(0, 0, 0, 0.77) 4.46%, rgba(0, 0, 0, 0.81) 41.55%, rgba(0, 0, 0, 0.3) 55.9%, rgba(0, 0, 0, 0) 77.06%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1441px) {
  .project-page__background {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .project-page__background {
    min-height: auto;
    padding: 0;
    margin-block: 64px;
  }
  .project-page__background .background-img {
    position: unset;
    height: 190px;
  }
  .project-page__background .background-content {
    margin-top: -65px;
    position: unset;
    width: 100%;
    padding-inline: 20px;
  }
  .project-page__background .background-content * {
    width: 100%;
  }
  .project-page__background .background-content h1,
  .project-page__background .background-content h2,
  .project-page__background .background-content h3,
  .project-page__background .background-content h4,
  .project-page__background .background-content h5,
  .project-page__background .background-content h6 {
    font-size: 50px;
    margin-bottom: 40px;
    color: #000;
  }
  .project-page__background .background-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 134%;
    color: #000;
    margin-bottom: 8px;
  }
  .project-page__background .background-content.dark h1,
  .project-page__background .background-content.dark h2,
  .project-page__background .background-content.dark h3,
  .project-page__background .background-content.dark h4,
  .project-page__background .background-content.dark h5,
  .project-page__background .background-content.dark h6 {
    color: #fff;
  }
  .project-page__background .background-content.dark p {
    color: #000;
  }
  .project-page__background .dark-layer {
    display: none;
  }
}
.project-page__cspr {
  width: 100%;
  background-color: #f9f9f9;
}
.project-page__cspr .cspr-wrapper {
  width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding-inline: 177px;
  padding-block: 92px;
}
.project-page__cspr .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-page__cspr .box-title {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 109%;
  color: #000;
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.project-page__cspr .box-title::before {
  content: "";
  width: 4px;
  height: 54px;
  display: block;
}
.project-page__cspr .box-content {
  padding: 40px 16px 40px 40px;
  border-radius: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 33px;
}
.project-page__cspr .box-content .readmore-btn {
  display: block;
  background: none;
  border: none;
  font-family: "heboo";
  color: #444444;
  position: absolute;
  bottom: 33px;
}
.project-page__cspr .box-content .readmore-btn .less {
  display: none;
}
.project-page__cspr .box-content .readmore-btn .more {
  display: inline-block;
}
.project-page__cspr .box-content .main-content {
  padding-bottom: 20px;
}
.project-page__cspr .box-content .box-extra-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.project-page__cspr .box-content p {
  font-family: "heboo";
  color: #000;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 8px;
}
.project-page__cspr .box-content p strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.project-page__cspr .box-content p strong:before {
  content: "";
  width: 2px;
  height: 20px;
}
.project-page__cspr .box-content p:last-of-type {
  margin-bottom: 20px;
}
.project-page__cspr .box-content.expend .readmore-btn .less {
  display: inline-block;
}
.project-page__cspr .box-content.expend .readmore-btn .more {
  display: none;
}
.project-page__cspr .box-content.expend .readmore-btn svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.project-page__cspr .box-content.expend .box-extra-content {
  max-height: 1500px;
  padding-bottom: 20px;
}
.project-page__cspr .challenge .box-title::before {
  background-color: #90ccd6;
}
.project-page__cspr .challenge .box-content {
  border: 4px solid #90ccd6;
}
.project-page__cspr .challenge .box-content p strong:before {
  background-color: #90ccd6;
}
.project-page__cspr .solution .box-title::before {
  background-color: #f7a91b;
}
.project-page__cspr .solution .box-content {
  border: 4px solid #f7a91b;
}
.project-page__cspr .solution .box-content p strong:before {
  background-color: #f7a91b;
}
.project-page__cspr .process .box-title::before {
  background-color: #f7a91b;
}
.project-page__cspr .process .box-content {
  border: 4px solid #f7a91b;
}
.project-page__cspr .process .box-content p strong:before {
  background-color: #f7a91b;
}
.project-page__cspr .results .box-title::before {
  background-color: #95b859;
}
.project-page__cspr .results .box-content {
  border: 4px solid #95b859;
}
.project-page__cspr .results .box-content p strong:before {
  background-color: #95b859;
}
@media screen and (max-width: 768px) {
  .project-page__cspr .cspr-wrapper {
    width: 100%;
    padding-inline: 28px;
    padding-block: 60px;
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-page__cspr .box-title {
    font-size: 50px;
    margin-bottom: 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px;
  }
  .project-page__cspr .box-title::before {
    height: 42px;
  }
  .project-page__cspr .box-content {
    padding: 28px;
    min-height: 288px;
  }
  .project-page__cspr .box-content .readmore-btn {
    bottom: 10px;
  }
  .project-page__cspr .box-content p {
    font-size: 18px;
    line-height: 134%;
  }
}
.project-page__video {
  width: 1400px;
  margin: auto;
  text-align: center;
  padding-block: 60px;
}
.project-page__video video {
  max-width: 637px;
  border-radius: 24px;
}
.project-page__video iframe {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .project-page__video {
    width: 100%;
    padding-block: 48px;
    padding-inline: 20px;
  }
  .project-page__video video {
    width: 100%;
  }
}
.project-page__link {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 60px;
}
.project-page__link .link-btn {
  display: inline-block;
  background-color: #86a650;
  color: #000;
  font-family: "heboo";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  width: 253px;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
}
.project-page__link .link-btn img {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .project-page__link {
    margin-bottom: 78px;
    padding-inline: 20px;
  }
  .project-page__link .link-btn {
    width: 100%;
  }
}
.project-page__quotes {
  width: 100%;
  margin: auto;
  margin-bottom: 78px;
  position: relative;
}
.project-page__quotes .quots-background {
  position: absolute;
  left: 0;
  width: 100%;
  height: 480px;
  bottom: 0;
  background-color: #86a650;
  z-index: -1;
}
.project-page__quotes .quots-carusel {
  width: 1400px;
  margin: auto;
}
.project-page__quotes .quote-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  position: relative;
  -webkit-padding-start: 174px;
          padding-inline-start: 174px;
  padding-top: 166px;
}
.project-page__quotes .quote-slide .quote-content {
  width: 628px;
  color: #000;
}
.project-page__quotes .quote-slide .quote-content h2,
.project-page__quotes .quote-slide .quote-content h3,
.project-page__quotes .quote-slide .quote-content h4,
.project-page__quotes .quote-slide .quote-content h5,
.project-page__quotes .quote-slide .quote-content h6 {
  font-family: "BebasNeue";
  text-transform: uppercase;
  font-size: 36px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 10px;
}
.project-page__quotes .quote-slide .quote-content p {
  font-weight: 400;
  font-family: "heboo";
  font-size: 16px;
  margin: 0;
  line-height: 150%;
}
.project-page__quotes .quote-slide .quote-image {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 93px;
}
.project-page__quotes .quote-slide .quote-image p {
  margin: 0;
}
.project-page__quotes .quote-slide .quote-image img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-page__quotes .quote-slide .quotes-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-100%, 25%);
          transform: translate(-100%, 25%);
  z-index: 5;
}
.project-page__quotes .quots-pagination {
  bottom: 40px !important;
}
.project-page__quotes .quots-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.project-page__quotes#favorwatch .quots-background {
  background-color: #3d484a;
}
.project-page__quotes#favorwatch .quote-slide .quote-content {
  width: 585px;
  color: #fff;
}
.project-page__quotes#favorwatch .quote-slide .quote-image {
  right: 0;
}
@media screen and (max-width: 768px) {
  .project-page__quotes {
    margin-bottom: 64px;
  }
  .project-page__quotes .quots-background {
    height: 90%;
  }
  .project-page__quotes .quots-carusel {
    width: 100%;
  }
  .project-page__quotes .quote-slide {
    min-height: 850px;
    padding-inline: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 265px;
  }
  .project-page__quotes .quote-slide .quotes-image {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 155px;
    height: 100px;
  }
  .project-page__quotes .quote-slide .quote-image {
    position: absolute;
    z-index: 2;
    bottom: unset;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 0;
  }
  .project-page__quotes .quote-slide .quote-image p {
    margin: 0;
  }
  .project-page__quotes .quote-slide .quote-image img {
    width: 100%;
    height: 100%;
    max-height: 311px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .project-page__quotes .quote-slide .quote-content {
    width: 100%;
  }
  .project-page__quotes#favorwatch .quote-slide .quote-content {
    width: 100%;
  }
  .project-page__quotes#favorwatch .quote-slide .quote-image {
    right: 50%;
    width: 75%;
  }
}
.project-page__disclaimer {
  width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 480px;
  position: relative;
  padding: 85px 0 67px 176px;
}
.project-page__disclaimer .disclaimer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.project-page__disclaimer .disclaimer-content .title {
  width: 100%;
  font-family: "BebasNeue";
  font-size: 70px;
  color: #000;
  font-weight: 400;
  line-height: 109%;
}
.project-page__disclaimer .disclaimer-content .disclaimer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.project-page__disclaimer .disclaimer-content .disclaimer-columns .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-page__disclaimer .disclaimer-content .disclaimer-columns .column p {
  font-family: "heboo";
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 12px;
}
.project-page__disclaimer .disclaimer-content .disclaimer-columns .column.column-2 {
  max-width: 450px;
}
.project-page__disclaimer .disclaimer-background {
  position: absolute;
  right: 60px;
  top: 0;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .project-page__disclaimer {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 60px;
    min-height: auto;
    display: block;
  }
  .project-page__disclaimer .disclaimer-content {
    padding-top: 115px;
    gap: 40px;
  }
  .project-page__disclaimer .disclaimer-content .title {
    font-size: 50px;
  }
  .project-page__disclaimer .disclaimer-content .disclaimer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .project-page__disclaimer .disclaimer-image {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 120px;
  }
  .project-page__disclaimer .disclaimer-image img {
    width: 100%;
    height: 100%;
  }
  .project-page__disclaimer .disclaimer-background {
    right: 0;
    top: 0;
    width: 240px;
  }
  .project-page__disclaimer .disclaimer-background img {
    width: 100%;
    height: 100%;
  }
}
.project-page__challenge-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  margin: auto;
  min-height: 480px;
  gap: 100px;
}
.project-page__challenge-section .challenge-left {
  position: relative;
  padding-top: 76px;
  -webkit-padding-start: 176px;
          padding-inline-start: 176px;
  width: 520px;
}
.project-page__challenge-section .challenge-left .challenge-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
}
.project-page__challenge-section .challenge-left .challenge-title {
  color: #000;
  font-family: "BebasNeue";
  font-size: 70px;
  font-weight: 400;
  line-height: 109%;
  text-transform: uppercase;
}
.project-page__challenge-section .challenge-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.project-page__challenge-section .challenge-right .challenge-text-data {
  display: none;
}
.project-page__challenge-section .challenge-right .challenge-text {
  width: 550px;
}
.project-page__challenge-section .challenge-right .challenge-text h1,
.project-page__challenge-section .challenge-right .challenge-text h2,
.project-page__challenge-section .challenge-right .challenge-text h3,
.project-page__challenge-section .challenge-right .challenge-text h4,
.project-page__challenge-section .challenge-right .challenge-text h5,
.project-page__challenge-section .challenge-right .challenge-text h6 {
  font-family: "heboo";
  font-size: 31px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  margin-bottom: 13px;
}
.project-page__challenge-section .challenge-right .challenge-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "heboo";
  color: #000;
}
.project-page__challenge-section .challenge-right .challenge-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.project-page__challenge-section .challenge-right .challenge-btn-wrapper input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #86a650;
  border-radius: 50%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border: 2px solid #86a650;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project-page__challenge-section .challenge-right .challenge-btn-wrapper input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: white;
}
.project-page__challenge-section .challenge-right .challenge-btn-wrapper input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #86a650;
}
@media screen and (max-width: 768px) {
  .project-page__challenge-section {
    width: 100%;
    display: block;
    min-height: auto;
    padding: 40px 20px 70px 20px;
  }
  .project-page__challenge-section .challenge-left {
    padding: 0;
  }
  .project-page__challenge-section .challenge-left .challenge-title {
    font-size: 50px;
    margin-bottom: 16px;
  }
  .project-page__challenge-section .challenge-left .challenge-image {
    display: none;
  }
  .project-page__challenge-section .challenge-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .project-page__challenge-section .challenge-right .challenge-text {
    width: 100%;
  }
  .project-page__challenge-section .challenge-right .challenge-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .project-page__challenge-section .challenge-right .challenge-btn-wrapper input {
    width: 28px;
    height: 28px;
  }
  .project-page__challenge-section .challenge-right .challenge-btn-wrapper input::before {
    width: 20px;
    height: 20px;
  }
}
.project-page__extra-content {
  min-height: 480px;
  position: relative;
  padding-top: 130px;
}
.project-page__extra-content .content {
  width: 1400px;
  -webkit-padding-start: 176px;
          padding-inline-start: 176px;
  margin: auto;
}
.project-page__extra-content .extra-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-page__extra-content .extra-title {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 109%;
  color: #fff;
}
.project-page__extra-content .extra-text {
  width: 560px;
  color: #fff;
}
.project-page__extra-content .extra-text h1,
.project-page__extra-content .extra-text h2,
.project-page__extra-content .extra-text h3,
.project-page__extra-content .extra-text h4,
.project-page__extra-content .extra-text h5,
.project-page__extra-content .extra-text h6 {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 50px;
  line-height: 109%;
}
.project-page__extra-content .extra-text p {
  font-family: "heboo";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
.project-page__extra-content#favorwatch .extra-image {
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) {
  .project-page__extra-content {
    min-height: auto;
    padding: 0;
  }
  .project-page__extra-content .content {
    width: 100%;
    padding: 0;
  }
  .project-page__extra-content .extra-image {
    position: unset;
    height: 190px;
  }
  .project-page__extra-content .extra-title {
    font-size: 50px;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 2;
    width: 250px;
  }
  .project-page__extra-content .extra-text {
    width: 100%;
    color: #000;
    padding: 20px;
  }
  .project-page__extra-content .extra-text p {
    font-size: 18px;
  }
}
.project-page__solution {
  width: 1400px;
  margin: auto;
  padding: 72px 176px;
}
.project-page__solution .solution-content {
  width: 650px;
  margin-bottom: 50px;
}
.project-page__solution .solution-content h1,
.project-page__solution .solution-content h2,
.project-page__solution .solution-content h3,
.project-page__solution .solution-content h4,
.project-page__solution .solution-content h5,
.project-page__solution .solution-content h6 {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 109%;
}
.project-page__solution .solution-content p {
  font-family: "heboo";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.project-page__solution .solution-image {
  width: 100%;
}
.project-page__solution .solution-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .project-page__solution {
    width: 100%;
    padding: 0 20px;
    margin-top: 60px;
  }
  .project-page__solution .solution-content {
    width: 100%;
  }
  .project-page__solution .solution-content h1,
  .project-page__solution .solution-content h2,
  .project-page__solution .solution-content h3,
  .project-page__solution .solution-content h4,
  .project-page__solution .solution-content h5,
  .project-page__solution .solution-content h6 {
    font-size: 50px;
  }
  .project-page__solution .solution-content p {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 16px;
  }
}
.project-page__result {
  background-color: #fafafa;
  min-height: 613px;
}
.project-page__result .result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  margin: auto;
  padding-top: 76px;
  padding-inline: 176px;
  position: relative;
  min-height: 613px;
  gap: 60px;
}
.project-page__result .result-wrapper .result-background-image {
  position: absolute;
  bottom: 0;
  left: 72px;
  z-index: 1;
}
.project-page__result .result-wrapper .result-image {
  width: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-page__result .result-wrapper .result-content {
  width: 418px;
  position: relative;
  z-index: 3;
}
.project-page__result .result-wrapper .result-content h1,
.project-page__result .result-wrapper .result-content h2,
.project-page__result .result-wrapper .result-content h3,
.project-page__result .result-wrapper .result-content h4,
.project-page__result .result-wrapper .result-content h5,
.project-page__result .result-wrapper .result-content h6 {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 109%;
}
.project-page__result .result-wrapper .result-content p {
  font-family: "heboo";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.project-page__result .result-wrapper .result-content a {
  font-weight: 400;
  font-size: 13px;
  color: #444444;
  text-decoration: underline;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .project-page__result {
    min-height: auto;
    padding-inline: 20px;
  }
  .project-page__result .result-wrapper {
    width: 100%;
    padding-top: 48px;
    padding-inline: 0;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .project-page__result .result-wrapper .result-background-image {
    display: none;
  }
  .project-page__result .result-wrapper .result-image {
    width: 100%;
  }
  .project-page__result .result-wrapper .result-content {
    width: 100%;
  }
  .project-page__result .result-wrapper .result-content h1,
  .project-page__result .result-wrapper .result-content h2,
  .project-page__result .result-wrapper .result-content h3,
  .project-page__result .result-wrapper .result-content h4,
  .project-page__result .result-wrapper .result-content h5,
  .project-page__result .result-wrapper .result-content h6 {
    font-size: 50px;
  }
  .project-page__result .result-wrapper .result-content p {
    font-size: 18px;
    line-height: 134%;
  }
  .project-page__result .result-wrapper .result-content a {
    font-size: 15px;
  }
}