.carousel {
  max-width: 100vw;
  margin: 0 auto; }

.big {
  width: 100vw;
  height: 70vh;
  margin: 0 auto;
  position: relative; }

.big-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.big-box .big-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  transition: all 8s; }

.big-box.move .big-pic {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 2; }

.dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 4px;
  background-color: white;
  cursor: pointer; }

@media (max-width: 430px) {
  .dots {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); } }

.carousel.custom-size {
  max-width: calc(100vw - (70px * 2));
  height: 80vh;
  max-height: 450px;
  margin-bottom: 64px;
  border-radius: 10px;
  overflow: hidden; }
  .carousel.custom-size .big {
    width: 100%;
    height: 100%; }
  .carousel.custom-size .dots {
    right: 24px;
    bottom: 28px; }

@media (max-width: 430px) {
  .carousel.custom-size {
    max-width: calc(100vw - (20px * 2)); }
    .carousel.custom-size .dots {
      right: 50%; }
  .big-box .big-pic {
    background-position: center; } }

.carousel {
  margin-top: 125px; }

h1.title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  opacity: 0;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
  font-size: 28px;
  letter-spacing: 0.2em;
  z-index: 5;
  padding: 16px 30px;
  background-color: rgba(69, 126, 167, 0.6); }

.performance_title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #457EA7;
  font-weight: 500;
  margin-top: 73px;
  margin-bottom: 16px; }

.performance_intro {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  color: #878787; }

.performance_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 36px auto; }

.performance {
  margin: 0 24px;
  text-align: center;
  z-index: 3; }
  .performance:nth-of-type(3) {
    min-width: 210px; }
  .performance .number {
    color: #C49E62;
    font-family: 'roboto';
    font-size: 64px;
    font-weight: 300; }
    .performance .number:after {
      content: '+';
      display: inline-block;
      color: #CCCCCC;
      font-size: 42px;
      -webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
      transform: translateY(-22px); }
  .performance .type {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    font-size: 17px; }

.center {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 75px;
  z-index: 3; }

.bg_text {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 200;
  font-style: italic;
  color: #B5BEC0;
  margin-top: 117px;
  margin-left: 110px; }

.mt-30 {
  margin-top: 30px; }

.text_left {
  text-align: right;
  margin-right: 40px; }

.photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer; }
  .photos .frame {
    max-width: 550px;
    width: 45%;
    margin: 0 20px 36px; }
    .photos .frame:hover .photo {
      -webkit-box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.2);
      box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.2); }
    .photos .frame:hover .link_arrow {
      right: -15px; }
    .photos .frame:hover .bg {
      -webkit-transform: scale(1.05) translate(-50%, -50%);
      -ms-transform: scale(1.05) translate(-50%, -50%);
      transform: scale(1.05) translate(-50%, -50%); }
  .photos .photo {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05);
    width: 100%;
    height: 0;
    padding-top: 60%;
    border-radius: 12px;
    overflow: hidden; }
    .photos .photo img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .photos .bg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .photos .p_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px; }
    .photos .p_intro p {
      font-weight: 600; }
  .photos .link_arrow {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: -5px; }

h3 {
  font-size: 48px;
  color: #457EA7;
  letter-spacing: 0 !important;
  font-weight: 400;
  font-family: 'roboto';
  margin-left: 100px;
  margin-bottom: 43px; }

.news_row {
  width: 100vw;
  overflow: hidden; }

.news_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(220px);
  -ms-transform: translateX(220px);
  transform: translateX(220px);
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.news_card {
  max-width: 534px;
  min-width: 534px;
  background: #FFFFFF;
  border: 1px solid #EBF1F3;
  -webkit-box-shadow: 0px 4px 4px rgba(73, 171, 208, 0.05);
  box-shadow: 0px 4px 4px rgba(73, 171, 208, 0.05);
  border-radius: 5px;
  padding: 42px 40px 69px;
  margin-right: 25px; }
  .news_card .type {
    color: #C49E62;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 38px;
    font-family: 'Montserrat'; }
  .news_card .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    color: #272727;
    margin-bottom: 16px;
    margin-left: 12px; }
    .news_card .title::before {
      content: '';
      width: 4px;
      height: 8px;
      background-color: black;
      position: absolute;
      top: 13px;
      left: -12px; }
  .news_card .content {
    letter-spacing: 0.05em; }
  .news_card span {
    content: '';
    font-weight: 500;
    color: #4F4F4F; }

.news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.all_insignts {
  margin-top: 32px;
  width: 184px; }
  .all_insignts .link_arrow {
    display: block; }

.link_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .link_block .empty_block,
  .link_block .link_arrow {
    min-width: 125px; }
  .link_block .empty_block {
    margin-left: 2vw; }
  .link_block .link_arrow {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px); }

@media (max-width: 800px) {
  h1.title {
    width: 80%;
    white-space: wrap; } }

@media (max-width: 430px) {
  .carousel {
    margin-top: 80px; }
  h1.title {
    font-size: 24px;
    font-weight: 400;
    width: 90%;
    top: 80%;
    padding: 16px; }
    h1.title span {
      font-size: 30px; }
  h2.head_line {
    margin-left: 5%; }
  h3 {
    margin-left: 5%;
    font-size: 35px;
    margin-bottom: 8px; }
  .photos .frame {
    width: 90%; }
  h2.news {
    margin-top: 150px; }
  .news_group {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .news_card {
    min-width: 95vw;
    margin: 0 16px;
    height: auto;
    padding: 24px; }
    .news_card .date {
      font-size: 21px; }
  .performance_title {
    margin-top: 44px;
    padding: 0 16px;
    font-size: 17px; }
    .performance_title .slash {
      color: #000; }
  .performance_intro {
    padding: 0 16px; }
  .performance_group {
    padding: 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .performance {
    text-align: left;
    min-width: auto !important; }
    .performance .number {
      text-align: center; }
  .buttons {
    margin-right: 16px; }
  .link_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .link_block .link_arrow {
      margin: 0 auto;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .news_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .center {
    font-size: 17px;
    font-weight: 300;
    margin: 60px 16px; } }
