/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/about.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.posts {
  display: grid;
  gap: 16px;
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  .posts {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .posts {
    padding-bottom: 261px;
  }
  .posts.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.post-item {
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
}
.post-item figure {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.post-item figure img {
  margin: 0 auto;
}
.post-item figure .project-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
}
.post-item figure .project-logo img {
  margin: 0 0 0 auto;
}
.post-item figure .award {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFD95E;
  padding: 16px;
  line-height: 1;
  width: 106px;
}
.post-item figure .award svg {
  margin: 0 auto;
}
.post-item figure .rewards {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-item figure .rewards .project-reward {
  display: block;
  width: 70px;
  margin-bottom: 8px;
}
.post-item figure .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.post-item .info time {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  display: block;
  padding-bottom: 8px;
}
.post-item .info h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 6px;
}
.post-item .info p {
  color: rgba(0, 0, 0, 0.8);
}
.post-item .info .cats {
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-item .info .external {
  color: #808080;
  font-size: 15px;
  position: relative;
  display: block;
}
.post-item .info .external:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 24px;
}
.post-item.publication-item figure {
  border: 1px solid #D4D2D0;
}
.post-item.has-gallery {
  cursor: pointer;
}
@media screen and (min-width: 1081px) {
  .post-item figure > img {
    transform: scale(1);
    transition: all 0.4s ease;
  }
  .post-item:hover figure > img {
    transform: scale(1.05);
  }
}

.partners {
  padding: 30px 0;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 8px;
}
.partners .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media screen and (min-width: 1081px) {
  .partners {
    padding: 104px 0;
  }
}

.relatedPosts {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    padding-bottom: 48px;
  }
}

.title-button {
  margin-bottom: 24px;
}
.title-button h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.title-button .button {
  padding: 10px;
}
@media screen and (min-width: 1081px) {
  .title-button .button {
    padding: 10px 16px;
  }
}

.project-info {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  padding: 40px;
}
.project-info h2 {
  color: #fff;
}
.project-info .popup-details {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  .project-info .popup-details {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .project-info .popup-details {
    grid-template-columns: repeat(4, 1fr);
  }
}
.project-info .popup-details > div {
  font-size: 14px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.project-info .popup-details > div strong {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.project-info .popup-details > div .value-result {
  display: flex;
  justify-content: flex-start;
}
.project-info .popup-details > div .value-result figure {
  width: 120px;
  margin-right: 13px;
}
.project-info .popup-details > div .value-result .desc {
  flex: 1;
}
.project-info .close-info {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.2s ease;
}
.project-info .close-info:hover {
  color: rgb(255, 255, 255);
}

.custom-fancybox-loader {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: fancybox-spin 0.8s linear infinite;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@keyframes fancybox-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content {
  background: #000;
}
.content h2 {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.firstPart {
  background: #fff;
}
.firstPart:before {
  background: #fff;
}

.history {
  padding: 40px 0;
  margin-bottom: 10px;
}
.history .info {
  font-size: 20px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .history {
    margin-bottom: 40px;
  }
  .history h2 {
    flex: 1;
    margin-right: 24px;
  }
  .history .info {
    width: 70%;
  }
}

.team {
  display: grid;
  gap: 7px;
}
.team .item {
  position: relative;
}
.team .item .thumbDefault {
  transition: all 1s ease;
}
.team .item .thumbDefault img {
  filter: grayscale(100%);
}
.team .item .thumbActive {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
.team .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 16px;
  color: #fff;
}
.team .item .info .name {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.team .item .info .position {
  font-size: 15px;
  opacity: 0.8;
}
.team .item:hover .thumbDefault {
  opacity: 0;
  visibility: hidden;
}
.team .item:hover .thumbActive {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .team {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .team {
    grid-template-columns: repeat(4, 1fr);
  }
}

.awardsBox {
  padding-top: 88px;
  padding-bottom: 40px;
}
.awardsBox .award-item {
  background: #F4F4F4;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px 24px 0;
}
.awardsBox .award-item .award-logo {
  height: 40px;
  margin-bottom: 48px;
}
.awardsBox .award-item .info {
  margin-bottom: 28px;
  overflow: hidden;
  height: 88px;
}
.awardsBox .award-item h3 {
  padding-bottom: 0;
}
.awardsBox .award-item .award-image {
  position: relative;
  width: 260px;
  max-width: 100%;
  margin: 0 auto -90px;
  box-shadow: 0 38px 38px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .awardsBox h3 {
    padding-bottom: 90px;
  }
}

.inMedia .posts {
  padding-bottom: 64px;
}

.partners {
  margin-bottom: 0;
}

.subscriptionBox, .contactSection {
  border-radius: 0;
}

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