.report_content .report_txt {
  background-color: #F5F5F5;
  color: #A2AAAD;
  padding-top: 120px;
  padding-bottom: 263px;
}
@media screen and (max-width: 1024px) {
  .report_content .report_txt {
    padding-bottom: 135px;
  }
}
@media screen and (max-width: 767px) {
  .report_content .report_txt {
    padding-top: 77px;
    padding-bottom: 65px;
  }
}
.report_content .report_txt .report_txt_title {
  font-family: Canela, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 28px;
}
.report_content .report_txt .container {
  padding-left: 118px;
  padding-right: 118px;
  max-width: 1421px;
}
@media screen and (max-width: 1024px) {
  .report_content .report_txt .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.report_content .report_txt .report_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 0 auto;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  font-family: Europa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .report_content .report_txt .report_grid {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .report_content .report_txt .report_grid {
    grid-template-columns: 1fr;
  }
}
.report_content .report_txt .report_grid .grid_col {
  font-family: Europa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.report_content .report_flipbook {
  margin-top: -128px;
}
@media screen and (max-width: 1024px) {
  .report_content .report_flipbook {
    margin-top: 0;
  }
}
.report_content .report_flipbook .report_flipbook_wrap {
  max-width: 779px;
  width: 100%;
  margin: 0 auto;
}
.report_content .past_reports {
  background-color: #F5F5F5;
}
@media screen and (max-width: 1024px) {
  .report_content .past_reports {
    padding: 80px 0 108px;
  }
  .report_content .past_reports .text_72_Frei {
    font-family: Canela, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .report_content .past_reports {
    padding: 80px 0 0;
  }
}
.report_content .past_reports .one_person {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .report_content .past_reports .one_person {
    margin-bottom: 0;
  }
}
.report_content .peoples_wrap .one_person,
.report_content .reports_list_wrap .one_person {
  border-color: transparent;
}
.report_content .peoples_wrap .one_person::after,
.report_content .reports_list_wrap .one_person::after {
  border: 0;
}
.report_content .peoples_wrap .one_person .one_person_main_wrap,
.report_content .reports_list_wrap .one_person .one_person_main_wrap {
  background-color: transparent;
  font-family: Europa, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
}
.report_content .peoples_wrap .one_person .one_person_main_wrap .texts_wrap,
.report_content .reports_list_wrap .one_person .one_person_main_wrap .texts_wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-linear-gradient(-450deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.26%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.report_content .peoples_wrap .one_person .one_person_main_wrap .texts_wrap .rep_title,
.report_content .reports_list_wrap .one_person .one_person_main_wrap .texts_wrap .rep_title {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .report_content .peoples_wrap .one_person .one_person_main_wrap .texts_wrap .rep_title,
  .report_content .reports_list_wrap .one_person .one_person_main_wrap .texts_wrap .rep_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.report_content .peoples_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns,
.report_content .reports_list_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.report_content .peoples_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns .read_now,
.report_content .reports_list_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns .read_now {
  font-family: Europa, sans-serif;
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .report_content .peoples_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns .read_now,
  .report_content .reports_list_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns .read_now {
    font-size: 17px;
    font-weight: 450;
    line-height: 24px;
  }
}
.report_content .peoples_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns .report,
.report_content .reports_list_wrap .one_person .one_person_main_wrap .texts_wrap .rep_btns .report {
  font-family: Canela, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
}
.report_content .peoples_wrap .one_person .one_person_main_wrap img,
.report_content .reports_list_wrap .one_person .one_person_main_wrap img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.report_content .peoples_wrap .one_person .post_catalogues_wrap .thumbnail,
.report_content .reports_list_wrap .one_person .post_catalogues_wrap .thumbnail {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 340px;
}
.report_content .peoples_wrap .fb3d-thumbnail-lightbox-mode,
.report_content .reports_list_wrap .fb3d-thumbnail-lightbox-mode {
  width: 100%;
  height: 100%;
}
.report_content .peoples_wrap ._3d-flip-book .book-thumbnail,
.report_content .reports_list_wrap ._3d-flip-book .book-thumbnail {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.report_content .peoples_wrap ._3d-flip-book .book-thumbnail > a,
.report_content .reports_list_wrap ._3d-flip-book .book-thumbnail > a {
  width: 100%;
  height: 100%;
}
.report_content .peoples_wrap ._3d-flip-book .book-thumbnail img,
.report_content .reports_list_wrap ._3d-flip-book .book-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(0deg) !important;
     -moz-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
       -o-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.report_content .peoples_wrap .bottom,
.report_content .reports_list_wrap .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-top: 11px;
}
.report_content .peoples_wrap .bottom span,
.report_content .reports_list_wrap .bottom span {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.report_content .peoples_wrap .thumbnail,
.report_content .reports_list_wrap .thumbnail {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 340px;
}
.report_content .peoples_wrap .thumbnail::after,
.report_content .reports_list_wrap .thumbnail::after {
  background: rgba(34, 51, 41, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  pointer-events: none;
}
.report_content .peoples_wrap .thumbnail .thumbnail_hover,
.report_content .reports_list_wrap .thumbnail .thumbnail_hover {
  position: absolute;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  left: 0;
  bottom: -50px;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.report_content .peoples_wrap .thumbnail .thumbnail_hover span,
.report_content .reports_list_wrap .thumbnail .thumbnail_hover span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.report_content .peoples_wrap .thumbnail .thumbnail_hover svg,
.report_content .reports_list_wrap .thumbnail .thumbnail_hover svg {
  margin-right: 6px;
}
@media screen and (min-width: 1025px) {
  .report_content .peoples_wrap:hover .thumbnail::after,
  .report_content .reports_list_wrap:hover .thumbnail::after {
    opacity: 1;
  }
  .report_content .peoples_wrap:hover .thumbnail .thumbnail_hover,
  .report_content .reports_list_wrap:hover .thumbnail .thumbnail_hover {
    bottom: 0px;
  }
}
.report_content .our_people_section .slick-list {
  margin-right: 0;
}
.report_content .reports_list_load_more {
  font-family: Europa;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding-top: 72px;
  padding-bottom: 120px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  background-color: white;
  margin-left: -20px;
  color: #5B6D8F;
  margin-top: -40px;
}
.report_content .reports_list_load_more .show_txt {
  cursor: pointer;
}
.report_content .reports_list_load_more .show_txt .show_icon {
  margin-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .report_content .our_people_section .one_person {
    width: -webkit-calc(100vw - 60px);
    width: -moz-calc(100vw - 60px);
    width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 767px) {
  .report_content .our_people_section .one_person .one_person_main_wrap {
    height: 501px;
    margin-bottom: 40px;
  }
}
.report_content .our_people_section .peoples_wrap {
  padding-right: 0;
}
.report_content .our_people_section .reports_list_wrap .one_person {
  width: 100%;
}/*# sourceMappingURL=report_content.css.map */