.story_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.story_list .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.story_list .image_block > img {
  object-fit: cover;
}

.story_list .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.story_list .image_block {
  position: relative;
  overflow: hidden;
}
.story_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.story_list .story_date {
  font-size: 400%;
  line-height: 48px;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .story_list .story_date {
    font-size: 360%;
    line-height: 44px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .story_list .story_date {
    font-size: 300%;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .story_list .story_date {
    font-size: 240%;
    line-height: 29px;
  }
}

.history_section .history_info {
  font-size: 240%;
  line-height: 29px;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .history_section .history_info {
    font-size: 220%;
    line-height: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .history_section .history_info {
    font-size: 200%;
    line-height: 27px;
  }
}
@media screen and (max-width: 575px) {
  .history_section .history_info {
    font-size: 180%;
    line-height: 24px;
  }
}

.vision_description {
  font-size: 160%;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .vision_description {
    font-size: 140%;
    line-height: 24px;
  }
}

.story_list .story_description {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .story_list .story_description {
    font-size: 130%;
    line-height: 22px;
  }
}

.story_page {
  position: relative;
  overflow-x: hidden;
}
.story_page .page_title {
  text-align: center;
  color: #02155A;
}
.story_page .breadcrumbs {
  position: relative;
  z-index: 3;
}
.story_page .breadcrumbs li {
  color: #EAEEF7;
}
.story_page .breadcrumbs li:last-child {
  color: #ffffff;
}

.our_vision {
  padding: 50px 0;
  background: #ffffff;
  margin-bottom: 50px;
}
.our_vision .vision_inner {
  display: flex;
}
.our_vision .image_block {
  max-width: 31%;
  flex: 0 0 31%;
}
.our_vision .image_block img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.our_vision .info_block {
  max-width: 69%;
  flex: 0 0 69%;
  padding-left: 40px;
}
.our_vision .vision_description {
  padding-top: 30px;
  font-family: "montserrat", "montserratarm-light";
}

.story_block {
  position: relative;
}
.story_block .info_solid {
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background: #F78D1F;
  top: 70px;
  left: 47%;
  margin-left: 7px;
}

.story_list li {
  padding-top: 40px;
  position: relative;
}
.story_list li:first-child {
  padding-top: 50px;
}
.story_list li:last-child:after {
  content: "";
  width: 1px;
  background: #F4F8FC;
  position: absolute;
  top: 60px;
  bottom: -60px;
  left: 47%;
  margin-left: 7px;
}
.story_list li.showed .info_block:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.story_list li.showed .story_image,
.story_list li.showed .story_date,
.story_list li.showed .story_description {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.story_list .story_inner {
  display: flex;
  margin: 0 -60px;
}
.story_list .story_image {
  max-width: 47%;
  flex: 0 0 47%;
  padding: 20px 60px 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.story_list .info_block {
  max-width: 53%;
  flex: 0 0 53%;
  padding: 0 60px;
  position: relative;
}
.story_list .info_block:before {
  display: block;
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: absolute;
  border: 6px solid #02155A;
  background: #ffffff;
  top: 20px;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
.story_list .story_date {
  color: #02155A;
  opacity: 0;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  -o-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.story_list .story_description {
  color: #3E4869;
  padding-top: 15px;
  opacity: 0;
  -o-transition: opacity 0.5s 0.75s, transform 0.75s 0.5s;
  -ms-transition: opacity 0.5s 0.75s, transform 0.75s 0.5s;
  -moz-transition: opacity 0.5s 0.75s, transform 0.75s 0.5s;
  -webkit-transition: opacity 0.5s 0.75s, transform 0.75s 0.5s;
  transition: opacity 0.5s 0.75s, transform 0.75s 0.5s;
  transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
}

.history_section {
  background: #ffffff;
  box-shadow: 0px 2px 50px rgba(194, 210, 225, 0.5);
  display: flex;
  padding: 50px 60px 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.history_section .history_info {
  color: #02155A;
  flex: 1;
  padding-right: 20px;
}
.history_section .primary_btn {
  height: 54px;
}

@media screen and (max-width: 1199px) {
  .our_vision {
    padding: 40px 0;
  }
  .our_vision .image_block {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .our_vision .info_block {
    max-width: 65%;
    flex: 0 0 65%;
    padding-left: 20px;
  }
  .story_list li {
    padding-top: 30px;
  }
  .story_list .story_inner {
    margin: 0 -40px;
  }
  .story_list .story_image {
    padding: 15px 40px 0;
  }
  .story_list .info_block {
    padding: 0 40px;
  }
  .story_list .info_block:before {
    top: 15px;
  }
  .history_section {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .our_vision {
    margin-bottom: 40px;
  }
  .our_vision .image_block {
    max-width: 38%;
    flex: 0 0 38%;
  }
  .our_vision .info_block {
    max-width: 62%;
    flex: 0 0 62%;
  }
  .history_section {
    padding: 30px 20px;
    margin-top: 50px;
  }
  .story_block .info_solid {
    margin-left: 0;
  }
  .story_list .story_inner {
    margin: 0 -30px;
  }
  .story_list .story_image {
    padding: 15px 30px 0;
  }
  .story_list .info_block {
    padding: 0 30px;
  }
  .story_list .info_block:before {
    top: 10px;
    left: -7px;
  }
  .story_list li:last-child:after {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .our_vision {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .our_vision .image_block {
    max-width: 43%;
    flex: 0 0 43%;
  }
  .our_vision .info_block {
    max-width: 57%;
    flex: 0 0 57%;
  }
  .our_vision .vision_description {
    padding-top: 20px;
  }
  .story_list .info_block:before {
    left: -8px;
  }
}
@media screen and (max-width: 639px) {
  .our_vision .vision_inner {
    flex-wrap: wrap;
  }
  .our_vision .image_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .our_vision .image_block img {
    max-height: 60vw;
  }
  .our_vision .info_block {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 24px 0 0;
  }
  .our_vision .info_block .vision_description {
    padding-top: 15px;
  }
  .story_block .info_solid {
    left: 0;
    top: 60vw;
    margin-top: 60px;
  }
  .story_list li {
    padding-top: 40px !important;
  }
  .story_list li:last-child:after {
    display: none;
  }
  .story_list li:first-child .story_image {
    padding-left: 0;
  }
  .story_list .story_inner {
    flex-wrap: wrap;
    margin: 0;
  }
  .story_list .story_image {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 12px;
  }
  .story_list .image_block {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
    max-height: 70vw;
  }
  .story_list .info_block {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 15px 0 0 20px;
  }
  .story_list .info_block:before, .story_list .info_block:after {
    left: -9px;
  }
  .story_list .info_block:before {
    top: 20px;
  }
  .history_section {
    padding: 25px 15px;
    flex-direction: column;
  }
  .history_section .history_info {
    padding: 0 0 20px;
    text-align: center;
  }
  .history_section .primary_btn {
    height: 47px;
  }
}
@media screen and (max-width: 575px) {
  .our_vision .image_block img {
    max-height: 70vw;
  }
}
@media screen and (max-width: 479px) {
  .story_list li {
    padding-top: 30px !important;
  }
  .story_list .info_block {
    padding-top: 20px;
  }
  .story_list .story_description {
    padding-top: 10px;
  }
  .history_section {
    margin-top: 40px;
  }
  .our_vision .image_block img {
    max-height: 90vw;
  }
}
@media screen and (max-width: 399px) {
  .history_section .primary_btn {
    width: 100%;
  }
}

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