@charset "UTF-8";
.foundation_section .images_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.images_section .images_slider .slide_inner img, .foundation_section .images_list .image_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.images_section .images_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slogan_section .page_container .slogan_block, .images_section .images_slider a.slide_inner img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 1200px) {
  .bringing_section:before, .bringing_section, .future_section, .slogan_section, .images_section, .centennial_section, .foundation_section {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bringing_section:before, .bringing_section, .future_section, .slogan_section, .images_section, .centennial_section, .foundation_section {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bringing_section:before, .bringing_section, .future_section, .slogan_section, .images_section, .centennial_section, .foundation_section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bringing_section:before, .bringing_section, .future_section, .slogan_section, .images_section, .centennial_section, .foundation_section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .bringing_section:before, .bringing_section, .future_section, .slogan_section, .images_section, .centennial_section, .foundation_section {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .content > *:last-child {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content > *:last-child {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content > *:last-child {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .content > *:last-child {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .content > *:last-child {
    padding-bottom: 30px;
  }
}

.foundation_section {
  position: relative;
  overflow: hidden;
}
.foundation_section:before {
  display: block;
  padding-bottom: 5%;
  max-height: 60px;
  content: "";
}
.foundation_section .section_title {
  max-width: 480px;
}
.foundation_section .info_block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
.foundation_section .info_block .standard_text {
  max-width: 345px;
}
.foundation_section .images_block {
  flex: 0 0 66.67%;
  max-width: 66.67%;
}
.foundation_section .images_block .standard_text {
  margin-left: 37.5%;
  padding: 0 10px;
  max-width: 365px;
  margin-bottom: 22px;
}
.foundation_section .images_list {
  display: flex;
  align-items: flex-end;
}
.foundation_section .images_list li {
  padding: 0 10px;
}
.foundation_section .images_list li:first-child {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.foundation_section .images_list li:first-child .image_inner:before {
  padding-bottom: 75%;
}
.foundation_section .images_list li:nth-child(2) {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.foundation_section .images_list li:nth-child(2) .image_inner:before {
  padding-bottom: 66.67%;
}
.foundation_section .images_list li:nth-child(n+3) {
  display: none;
}
.foundation_section .images_list .image_inner {
  position: relative;
  overflow: hidden;
}
.foundation_section .images_list .image_inner:before {
  display: block;
  content: "";
  position: relative;
  z-index: 2;
  background: #7b723f;
  opacity: 0.4;
  pointer-events: none;
}
.foundation_section .images_list .image_inner img {
  object-fit: cover;
}
.foundation_section .image_info {
  padding: 10px 10px 0;
  width: 37.5%;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .foundation_section .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .foundation_section .images_block {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .foundation_section .images_block .standard_text {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    flex: 0 0 50%;
  }
  .foundation_section .images_list {
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 50%;
    max-width: 400px;
    height: 0;
    justify-content: flex-end;
    margin-left: auto;
  }
  .foundation_section .images_list li:first-child {
    flex: none;
    max-width: 100%;
    width: 60%;
    margin-bottom: 20px;
  }
  .foundation_section .images_list li:nth-child(2) {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .foundation_section .section_title {
    max-width: 50%;
  }
  .foundation_section .image_info {
    flex: 0 0 50%;
    max-width: 400px;
    text-align: right;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .foundation_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .foundation_section .images_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .foundation_section .images_block .standard_text {
    margin-left: 0;
  }
  .foundation_section .images_list {
    flex-direction: row-reverse;
  }
  .foundation_section .image_info {
    width: 345px;
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .foundation_section .images_list {
    flex-direction: column;
    align-items: flex-start;
  }
  .foundation_section .images_list li:first-child {
    flex: none;
    max-width: 100%;
    width: 60%;
    margin-bottom: 20px;
  }
  .foundation_section .images_list li:nth-child(2) {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.foundation_section .page_container .images_block {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.foundation_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.foundation_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.foundation_section .page_container .info_block {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.foundation_section .page_container:not(.active) .images_block {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.foundation_section .page_container:not(.active) .section_title,
.foundation_section .page_container:not(.active) .info_block {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.foundation_section .page_container:not(.active) .section_title:after {
  width: 0;
}

.image_info {
  font-size: 120%;
  line-height: 17px;
  color: #A6A6A6;
}

.centennial_section {
  position: relative;
  overflow: hidden;
}
.centennial_section:before {
  display: block;
  content: "";
  padding-bottom: 5%;
  max-width: 50px;
}
.centennial_section .top_info_block {
  margin-left: 33.33%;
  flex: 0 0 66.67%;
  max-width: 66.67%;
  padding: 0 10px;
}
.centennial_section .top_info_block .text_block {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.centennial_section .standard_text {
  max-width: 345px;
}
.centennial_section .section_title {
  max-width: 480px;
}
.centennial_section .images_block {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.centennial_section .small_image {
  flex: 0 0 33.33%;
  max-width: 245px;
  padding: 0 10px;
}
.centennial_section .small_image img {
  display: block;
  max-width: 100%;
}
.centennial_section .small_image .image_info {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 2px solid #666666;
}
.centennial_section .large_image {
  flex: 0 0 66.67%;
  max-width: 66.67%;
  padding: 0 10px;
}
.centennial_section .large_image img {
  display: block;
  width: 100%;
  height: auto;
}
.centennial_section .middle_info_block {
  margin-top: 50px;
  margin-left: 33.33%;
  max-width: 66.67%;
  flex: 0 0 66.67%;
  padding: 0 10px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.centennial_section .bottom_info_block {
  margin-top: 20px;
  margin-left: 33.33%;
  max-width: 66.67%;
  flex: 0 0 66.67%;
  display: flex;
}
.centennial_section .bottom_info_block .image_col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-top: 40px;
}
.centennial_section .bottom_info_block .image_col img {
  display: block;
  max-width: 100%;
  margin-left: -100px;
}
.centennial_section .bottom_info_block .text_col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .centennial_section .top_info_block .text_block,
.centennial_section .middle_info_block {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .centennial_section .top_info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .centennial_section .images_block {
    margin-top: 30px;
  }
  .centennial_section .small_image {
    flex: 0 0 25%;
  }
  .centennial_section .large_image {
    flex: 0 0 75%;
    max-width: 540px;
  }
  .centennial_section .bottom_info_block,
.centennial_section .middle_info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .centennial_section .middle_info_block {
    margin-top: 30px;
  }
  .centennial_section .bottom_info_block .image_col {
    margin: 0;
    align-self: center;
  }
  .centennial_section .bottom_info_block .image_col img {
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .centennial_section .top_info_block .text_block,
.centennial_section .middle_info_block {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .centennial_section .images_block {
    align-items: flex-start;
  }
  .centennial_section .small_image {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .centennial_section .large_image {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
}
@media screen and (max-width: 575px) {
  .centennial_section .images_block {
    flex-wrap: wrap;
  }
  .centennial_section .small_image {
    flex: 0 0 100%;
    max-width: 245px;
    order: 1;
    margin-top: 20px;
  }
  .centennial_section .small_image img {
    max-width: 180px;
  }
  .centennial_section .large_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .centennial_section .top_info_block .text_block,
.centennial_section .middle_info_block {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .centennial_section .bottom_info_block {
    flex-wrap: wrap;
  }
  .centennial_section .bottom_info_block .text_col,
.centennial_section .bottom_info_block .image_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .centennial_section .bottom_info_block .image_col {
    margin-bottom: 20px;
  }
  .centennial_section .bottom_info_block .image_col img {
    width: 100%;
  }
}
.centennial_section .page_container .images_block {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.centennial_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.centennial_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.centennial_section .page_container .text_block {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.centennial_section .page_container .small_image {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.centennial_section .page_container:not(.active) .images_block {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.centennial_section .page_container:not(.active) .section_title {
  transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
  -ms-transform: translate3d(0, -200px, 0);
  -webkit-transform: translate3d(0, -200px, 0);
  -o-transform: translate3d(0, -200px, 0);
  opacity: 0;
}
.centennial_section .page_container:not(.active) .text_block {
  opacity: 0;
}
.centennial_section .page_container:not(.active) .section_title:after {
  width: 0;
}
.centennial_section .page_container:not(.active) .small_image {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}

.images_section {
  position: relative;
  overflow: hidden;
}
.images_section:before {
  display: block;
  content: "";
  padding-bottom: 10%;
  max-height: 90px;
}
.images_section .info_block {
  flex: 0 0 100%;
  max-width: 400px;
  padding: 0 10px;
  margin: 0 auto;
}
.images_section .standard_text {
  margin-top: 20px;
  max-width: 345px;
}
.images_section .images_slider {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
  white-space: nowrap;
  font-size: 0;
}
.images_section .images_slider .slick-list {
  overflow: visible;
}
.images_section .images_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 66.66%;
  vertical-align: top;
  padding: 0 10px;
}
.images_section .images_slider .slide_block .iframe_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.images_section .images_slider .slide_block .iframe_block iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.images_section .images_slider .slide_block:not(.playing) .iframe_block {
  display: none;
}
.images_section .images_slider .slide_block.playing .video_btn {
  display: none;
}
.images_section .images_slider .slide_block.playing .iframe_block {
  display: block;
}
.images_section .images_slider .slide_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.images_section .images_slider .slide_inner img {
  object-fit: cover;
}
.images_section .images_slider a.slide_inner {
  display: block;
}
.images_section .images_slider a.slide_inner:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.images_section .images_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  width: 58px;
  height: 58px;
  color: #ffffff;
  border: 2px solid;
  padding: 0;
  z-index: 3;
  background: transparent;
  border-radius: 50%;
}
.images_section .images_slider .slick-arrow:before {
  display: block;
  font-size: 2.1rem;
}
.images_section .images_slider .slick-prev {
  right: 100%;
}
.images_section .images_slider .slick-prev:before {
  content: "";
}
.images_section .images_slider .slick-next {
  left: 100%;
}
.images_section .images_slider .slick-next:before {
  content: "";
}
.images_section .images_slider .slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .images_section .images_slider .slick-prev {
    left: 40px;
    right: auto;
  }
  .images_section .images_slider .slick-next {
    right: 40px;
    left: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .images_section .images_slider {
    margin-top: 30px;
  }
  .images_section .images_slider .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.8rem;
  }
  .images_section .images_slider .slide_block {
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .images_section .images_slider {
    margin-top: 20px;
  }
  .images_section .images_slider .slick-arrow {
    width: 38px;
    height: 38px;
    margin-top: -18px;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.4rem;
  }
}
.images_section .images_slider .slide_block {
  width: 80%;
}
@media screen and (max-width: 479px) {
  .images_section .images_slider .slide_block {
    width: 100%;
    padding: 0;
  }
  .images_section .images_slider .slick-prev {
    left: 20px;
  }
  .images_section .images_slider .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .images_section .info_block {
    margin-left: 0;
  }
}
.images_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.images_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.images_section .page_container .images_slider {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.images_section .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.images_section .page_container:not(.active) .section_title:after {
  width: 0;
}
.images_section .page_container:not(.active) .images_slider {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
}

.slogan_section {
  position: relative;
  overflow: hidden;
}
.slogan_section:before {
  display: block;
  content: "";
  padding-bottom: 5%;
  max-height: 40px;
}
.slogan_section .slogan_block {
  font-family: "raleway-m", "montserratarm";
  font-size: 930%;
  line-height: 1.03em;
  color: #e5e5e5;
}
.slogan_section .slogan_block .highlight {
  color: #A7DA36;
}
@media screen and (max-width: 1199px) {
  .slogan_section .slogan_block {
    font-size: 7.5vw;
  }
}
.slogan_section .page_container .slogan_block {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.slogan_section .page_container:not(.active) .slogan_block {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}

.future_section {
  position: relative;
  overflow: hidden;
}
.future_section:before {
  display: block;
  content: "";
  padding-bottom: 10%;
  max-height: 100px;
}
.future_section .title_block,
.future_section .info_block {
  padding: 0 10px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.future_section .title_block {
  margin-left: 58.3333333333%;
}
.future_section .info_block {
  order: 2;
  margin-left: auto;
}
.future_section .standard_text {
  max-width: 345px;
}
.future_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.future_section .image_block img {
  display: block;
  width: 100%;
  min-width: 50vw;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .future_section .title_block,
.future_section .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .future_section .title_block {
    margin-left: 50%;
  }
}
@media screen and (max-width: 575px) {
  .future_section .title_block,
.future_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .future_section .title_block {
    margin-left: 0;
  }
  .future_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .future_section .image_block img {
    min-width: 100vw;
    margin-right: -10px;
  }
}
.future_section .page_container .image_block {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.future_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.future_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.future_section .page_container .info_block {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.future_section .page_container:not(.active) .image_block {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.future_section .page_container:not(.active) .info_block,
.future_section .page_container:not(.active) .section_title {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.future_section .page_container:not(.active) .section_title:after {
  width: 0;
}

.bringing_section {
  position: relative;
  overflow: hidden;
}
.bringing_section:before {
  display: block;
  content: "";
}
.bringing_section .info_block {
  flex: 0 0 50%;
  max-width: 400px;
  padding: 0 10px 20px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bringing_section .image_block {
  flex: 0 0 50%;
  max-width: 510px;
  padding: 0 10px;
}
.bringing_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.bringing_section .section_subtitle {
  margin-bottom: 20px;
}
.bringing_section .learn_more {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  margin-top: auto;
}
.bringing_section .learn_more:before {
  display: block;
  order: 2;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-left: 15px;
}
@media screen and (max-width: 575px) {
  .bringing_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .bringing_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bringing_section .page_container .image_block {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.bringing_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.bringing_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.bringing_section .page_container .section_subtitle,
.bringing_section .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.bringing_section .page_container .learn_more {
  -o-transition: opacity 1.5s, transform 0.6s;
  -ms-transition: opacity 1.5s, transform 0.6s;
  -moz-transition: opacity 1.5s, transform 0.6s;
  -webkit-transition: opacity 1.5s, transform 0.6s;
  transition: opacity 1.5s, transform 0.6s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.bringing_section .page_container:not(.active) .image_block {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.bringing_section .page_container:not(.active) .section_title,
.bringing_section .page_container:not(.active) .section_subtitle,
.bringing_section .page_container:not(.active) .standard_text,
.bringing_section .page_container:not(.active) .learn_more {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.bringing_section .page_container:not(.active) .section_title:after {
  width: 0;
}

.content > *:last-child:after {
  display: block;
  content: "";
  padding-bottom: 7%;
  max-height: 80px;
}

.web .images_section .images_slider .slick-arrow, .images_section .images_slider .web .slick-arrow {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.images_section .images_slider a.slide_inner img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .images_section .images_slider .slick-arrow, .images_section .images_slider .touch .slick-arrow {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .images_section .images_slider .slick-arrow:hover, .images_section .images_slider .web .slick-arrow:hover {
  color: #A7DA36;
}
.touch .images_section .images_slider .slick-arrow:active, .images_section .images_slider .touch .slick-arrow:active {
  color: #A7DA36;
}

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