.js_enabled .company_history_subtoc > li,
.js_enabled .company_history_page-title h1,
.js_enabled .company_history_page-title .page-title_since,
.js_enabled .company_history_page-title .page-title_description,
.js_enabled .company_history_year_section .section_hdg,
.js_enabled .company_history_year_section .section_description,
.js_enabled .company_history_year_section .section_boxes > .section_box,
.js_enabled .figures_page-title .page-title_text_1,
.js_enabled .figures_page-title .page-title_text_2,
.js_enabled .figures_page-title .page-title_icon_1,
.js_enabled .figures_section .section_hdg,
.js_enabled .figures_section .figures_image-sbs > .text_area,
.js_enabled .figures_section .figures_image-sbs > .image_area {
  opacity: 0;
  will-change: opacity;
}
.js_enabled .company_history_subtoc > li._show,
.js_enabled .company_history_page-title h1._show,
.js_enabled .company_history_page-title .page-title_since._show,
.js_enabled .company_history_page-title .page-title_description._show,
.js_enabled .company_history_year_section .section_hdg._show,
.js_enabled .company_history_year_section .section_description._show,
.js_enabled .company_history_year_section .section_boxes > .section_box._show,
.js_enabled .figures_page-title .page-title_text_1._show,
.js_enabled .figures_page-title .page-title_text_2._show,
.js_enabled .figures_page-title .page-title_icon_1._show,
.js_enabled .figures_section .section_hdg._show,
.js_enabled .figures_section .figures_image-sbs > .text_area._show,
.js_enabled .figures_section .figures_image-sbs > .image_area._show {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1200ms;
  transition-duration: 1200ms;
}
.js_enabled .company_history_subtoc > li._show .animation_rotate,
.js_enabled .company_history_page-title h1._show .animation_rotate,
.js_enabled .company_history_page-title .page-title_since._show .animation_rotate,
.js_enabled .company_history_page-title .page-title_description._show .animation_rotate,
.js_enabled .company_history_year_section .section_hdg._show .animation_rotate,
.js_enabled .company_history_year_section .section_description._show .animation_rotate,
.js_enabled .company_history_year_section .section_boxes > .section_box._show .animation_rotate,
.js_enabled .figures_page-title .page-title_text_1._show .animation_rotate,
.js_enabled .figures_page-title .page-title_text_2._show .animation_rotate,
.js_enabled .figures_page-title .page-title_icon_1._show .animation_rotate,
.js_enabled .figures_section .section_hdg._show .animation_rotate,
.js_enabled .figures_section .figures_image-sbs > .text_area._show .animation_rotate,
.js_enabled .figures_section .figures_image-sbs > .image_area._show .animation_rotate {
  -webkit-animation: roll 12000ms linear infinite;
  animation: roll 12000ms linear infinite;
  will-change: transform;
}
@media screen and (max-width: 60em) {
  .js_enabled .company_history_subtoc > li._show .animation_rotate,
  .js_enabled .company_history_page-title h1._show .animation_rotate,
  .js_enabled .company_history_page-title .page-title_since._show .animation_rotate,
  .js_enabled .company_history_page-title .page-title_description._show .animation_rotate,
  .js_enabled .company_history_year_section .section_hdg._show .animation_rotate,
  .js_enabled .company_history_year_section .section_description._show .animation_rotate,
  .js_enabled .company_history_year_section .section_boxes > .section_box._show .animation_rotate,
  .js_enabled .figures_page-title .page-title_text_1._show .animation_rotate,
  .js_enabled .figures_page-title .page-title_text_2._show .animation_rotate,
  .js_enabled .figures_page-title .page-title_icon_1._show .animation_rotate,
  .js_enabled .figures_section .section_hdg._show .animation_rotate,
  .js_enabled .figures_section .figures_image-sbs > .text_area._show .animation_rotate,
  .js_enabled .figures_section .figures_image-sbs > .image_area._show .animation_rotate {
    -webkit-animation: none;
    animation: none;
  }
}
.js_enabled .figures_section .figures_image-sbs > .image_area._show {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=parallax.css.map */