@charset "UTF-8";
/********************************************************/
/* GLOBAL STYLES */
/*******************************************************/
/******************************************/
/* Normalize  */
/****************************************/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/******************************************/
/* Variables  */
/****************************************/
/* Breakpoints, Spacing, and Layout */
/******************************************/
/* The Grid (Skeleton)  */
/****************************************/
.row {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  box-sizing: border-box;
}
.row::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 767px */
@media (min-width: 768px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
}
/******************************************/
/* Typography  */
/****************************************/
@font-face {
  font-family: 'Intel Clear Reg';
  src: url("../fonts/IntelClear-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Bold';
  src: url("../fonts/IntelClear-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear ProBold';
  src: url("../fonts/IntelClearPro-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Italic';
  src: url("../fonts/IntelClear-Italic.woff") format("woff");
}
.sky-blue {
  color: #00aeef !important;
}
.dark-blue {
  color: #003c71 !important;
}
.intel-blue {
  color: #0071c5 !important;
}
.green {
  color: #c4d600 !important;
}
.orange {
  color: #ffa300 !important;
}
.yellow {
  color: #f3d54e !important;
}
.bold {
  font-family: 'Intel Clear Bold';
}
.probold {
  font-family: 'Intel Clear ProBold';
}
.regular {
  font-family: 'Intel Clear Reg';
}
p.small,
a.small {
  font-size: 0.8em;
}
p.light,
a.light {
  color: #696969;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
h1 {
  font-family: 'Intel Clear Probold';
  font-size: 5.5em;
  line-height: 0.9em;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 4em;
  }
}
h2 {
  font-family: 'Intel Clear Probold';
  font-size: 4.8em;
  line-height: .8em;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 4.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 4.4em;
  }
}
h3 {
  font-family: 'Intel Clear Bold';
  font-size: 2.2em;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  h3 {
    font-size: 2em;
  }
}
h4 {
  font-family: 'Intel Clear Bold';
  font-size: 2.2em;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  h4 {
    font-size: 1.6em;
  }
}
h5 {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.2em;
  }
}
h6 {
  font-family: 'Intel Clear Bold';
  font-size: 1.2em;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 1.1em;
  }
}
p {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  p {
    font-size: .8em;
  }
}
a {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: inherit;
  font-weight: inherit;
}
span,
ul,
li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
ul,
li {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
}
/*************************************************/
/* Global Site Styles and Classes */
/************************************************/
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.invisible {
  opacity: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
.no-margin {
  margin: 0 !important;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-top-padding {
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .section-top-padding {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-top-padding {
    padding-top: 30px;
  }
}
.section-bottom-padding {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .section-bottom-padding {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-padding {
    padding-bottom: 30px;
  }
}
.section-gutter {
  padding-left: 115px;
  padding-right: 115px;
}
@media screen and (max-width: 1199px) {
  .section-gutter {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-gutter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.module-content {
  max-width: 1366px;
  margin: 0 auto;
}
.module-content.no-max {
  max-width: none;
}
.text-center {
  text-align: center;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.direction-column {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-end {
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .responsive-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .hide-on-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide-on-tablet {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}
/* Global Elements */
html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
section.module {
  position: relative;
}
button,
a.button,
.button {
  line-height: 1em;
  white-space: nowrap;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  padding: .5em 1em;
  cursor: pointer;
}
a.back-to-top {
  position: absolute;
  bottom: 1.25em;
  right: 3em;
  color: #00aeef !important;
  font-size: 75%;
}
@media screen and (max-width: 767px) {
  a.back-to-top {
    display: none;
  }
}
div.btn-close {
  position: relative;
  height: 20px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  cursor: pointer;
}
div.btn-close::before,
div.btn-close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  /* cross thickness */
  background-color: #0079FF;
}
div.btn-close.white::before,
div.btn-close.white::after {
  background-color: white;
}
div.btn-close::before {
  transform: rotate(45deg);
}
div.btn-close::after {
  transform: rotate(-45deg);
}
.with-triangle:before {
  content: '';
  position: relative;
  top: 0.125em;
  font-size: 45%;
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 0.5em;
  border-style: solid;
  border-width: 1em 0 1em 1.7em;
  border-color: transparent transparent transparent #000000;
}
.slick-slide,
.slick-track,
.slick-list,
.slick-slider {
  overflow: visible;
}
.btn-prev,
.btn-next {
  position: absolute;
  bottom: 0;
  background: #00aeef;
}
.btn-prev {
  left: 0;
  padding: 12px 14px 12px 10px;
}
.btn-next {
  right: 0;
  padding: 12px 10px 12px 14px;
}
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  list-style-type: none;
}
ul.slick-dots li {
  margin: 7px;
}
ul.slick-dots button {
  color: transparent;
  background: transparent;
  border: 3px solid #00aeef;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
ul.slick-dots button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: #00aeef;
}
.slick-slide:focus {
  outline: 0;
}
/*************************************************/
/* Static Media Queries */
/************************************************/
/********************************************************/
/* MODULE STYLES */
/*******************************************************/
/************************************/
/* Preloader Styles */
/************************************/
section.module-preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
section.module-preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.module-preloader.fadeOut {
  -webkit-animation: fadeOut 500ms ease forwards;
  animation: fadeOut 500ms ease forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/***************************************/
/* Header Module Styles */
/**************************************/
section.module.module-header {
  overflow: hidden;
  color: white;
  background-color: #051433;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url('../images/header-background.jpg');
}
section.module.module-header div.main {
  display: flex;
  min-height: 580px;
  max-width: 1366px;
  margin: 0 auto;
}
section.module.module-header div.main > div.left {
  position: relative;
  flex: 1 1 50%;
  margin-right: 1em;
  margin-bottom: 2em;
  z-index: 1;
}
section.module.module-header div.main > div.left img {
  width: 7em;
}
@media screen and (max-width: 767px) {
  section.module.module-header div.main > div.left img {
    width: 5em;
  }
}
section.module.module-header div.main > div.left h1 {
  max-width: 5em;
  margin: 0;
  margin: 0.25em auto 0.0625em 0;
}
section.module.module-header div.main > div.left h5 {
  font-size: 1.9em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.module.module-header div.main > div.left h5 {
    font-size: 1.4em;
  }
}
section.module.module-header div.main > div.right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
section.module.module-header div.main > div.right div {
  position: relative;
  height: 20em;
  overflow: visible;
}
section.module.module-header div.main > div.right div img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  max-width: none;
  width: 180%;
}
section.module.module-header nav.tabs {
  position: relative;
  display: flex;
  z-index: 2;
}
section.module.module-header nav.tabs:hover > div {
  background: #1D82B9;
  color: #98B2C6;
}
section.module.module-header nav.tabs > div {
  flex: 1;
  min-height: 3em;
  margin: 0 0.15em;
  background-color: #2CBDFE;
  transition: background .15s linear, color .15s linear;
}
section.module.module-header nav.tabs > div:first-child {
  margin-left: 0;
}
section.module.module-header nav.tabs > div:last-child {
  margin-right: 0;
}
section.module.module-header nav.tabs > div:hover {
  background: #2CBDFE;
  color: white;
}
section.module.module-header nav.tabs a.nav-link {
  display: block;
  padding: 1.11em;
  line-height: 1.11em;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 0.9em;
  background-color: transparent;
  font-family: 'Intel Clear Bold';
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  section.module.module-header {
    font-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  section.module.module-header {
    font-size: 80%;
  }
  section.module.module-header nav.tabs,
  section.module.module-header div.main {
    flex-direction: column;
  }
  section.module.module-header div.main > div.left {
    margin-left: auto;
    margin-right: auto;
  }
  section.module.module-header div.main > div.right {
    height: 14em;
  }
  section.module.module-header div.main > div.right div img {
    width: auto;
    height: 240%;
  }
  section.module.module-header nav.tabs > div {
    margin: 0 0 0.4em 0;
  }
  section.module.module-header nav.tabs > div:last-child {
    margin-bottom: 0;
  }
}
/******************************************************/
/* Module Styles - How Do You Use Your PC?  */
/****************************************************/
section.module-how-you-use {
  background-image: url('../images/how-you-use-background.jpg');
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.module-how-you-use {
    background-image: url('../images/how-you-use-background-mobile.png');
  }
}
@media screen and (min-width: 1200px) {
  section.module-how-you-use .module-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  section.module-how-you-use .module-content {
    padding-bottom: 0px !important;
  }
}
section.module-how-you-use * {
  color: #ffffff;
}
section.module-how-you-use .heading {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.module-how-you-use h3 {
  max-width: 10em;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  section.module-how-you-use h3 {
    text-align: center;
    margin: 0 auto;
  }
}
section.module-how-you-use .slider-nav {
  overflow: hidden;
  padding: 1.4em 0 1.4em 0;
  z-index: 1;
  position: relative;
  left: -1em;
  display: block;
}
section.module-how-you-use .slider-nav button {
  background-color: inherit;
  border: none;
  outline: none;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  padding: .7em 1.3em;
  position: relative;
}
section.module-how-you-use .slider-nav button:not(:first-child):before {
  content: '';
  background: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
section.module-how-you-use .slider-nav button:after {
  content: '';
  width: 80%;
  height: 8px;
  background: #00aeef;
  display: block;
  opacity: 0;
  transition: .5s;
  position: absolute;
  left: 10%;
  bottom: -0.5em;
}
section.module-how-you-use .slider-nav button.slick-current:after {
  opacity: 1;
}
section.module-how-you-use .slider-nav button.slick-current {
  font-family: 'Intel Clear Bold';
}
section.module-how-you-use .slider-nav .slick-track {
  transform: none !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  section.module-how-you-use .slider-nav {
    display: none;
  }
}
section.module-how-you-use .slide-content .tab-inner {
  flex-direction: row;
}
@media screen and (max-width: 1199px) {
  section.module-how-you-use .slide-content .tab-inner {
    flex-direction: column;
  }
}
section.module-how-you-use .slide-content .text-wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 2em;
  z-index: 1;
}
section.module-how-you-use .slide-content .text-wrap h6 {
  font-family: 'Intel Clear Bold';
  font-size: 1em;
  margin-top: 2em;
}
section.module-how-you-use .slide-content .text-wrap p {
  margin-bottom: 5px;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  section.module-how-you-use .slide-content .text-wrap p {
    font-size: .9em;
    margin-top: 5px;
  }
}
section.module-how-you-use .slide-content .text-wrap ul,
section.module-how-you-use .slide-content .text-wrap li {
  color: #00aeef;
  font-size: 1em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  section.module-how-you-use .slide-content .text-wrap ul,
  section.module-how-you-use .slide-content .text-wrap li {
    font-size: .8em;
  }
}
section.module-how-you-use .slide-content .text-wrap ul sup,
section.module-how-you-use .slide-content .text-wrap li sup {
  color: #00aeef;
}
section.module-how-you-use .slide-content .text-wrap ul {
  list-style: none;
  margin: 0;
  padding-left: 1em;
}
section.module-how-you-use .slide-content .text-wrap li {
  margin-bottom: .1em;
}
section.module-how-you-use .slide-content .text-wrap li:before {
  content: "";
  border-color: transparent #00aeef;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  left: -1em;
  position: relative;
  top: 0.9em;
  width: 0;
}
section.module-how-you-use .slide-content .text-wrap h6,
section.module-how-you-use .slide-content .text-wrap p,
section.module-how-you-use .slide-content .text-wrap ul,
section.module-how-you-use .slide-content .text-wrap li {
  max-width: 355px;
}
@media screen and (max-width: 767px) {
  section.module-how-you-use .slide-content .text-wrap h6,
  section.module-how-you-use .slide-content .text-wrap p,
  section.module-how-you-use .slide-content .text-wrap ul,
  section.module-how-you-use .slide-content .text-wrap li {
    max-width: none;
  }
}
section.module-how-you-use .slide-content .image-wrap {
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.module-how-you-use .slide-content .image-wrap {
    height: 345px;
  }
}
@media screen and (max-width: 767px) {
  section.module-how-you-use .slide-content .image-wrap {
    height: auto;
    margin-top: 0;
    text-align: center;
  }
}
section.module-how-you-use .slide-content .tab-image {
  position: absolute;
  max-width: none;
  width: auto;
  z-index: 0;
  display: inline-block;
  right: 0;
  left: auto;
}
section.module-how-you-use .slide-content .tab-image.image-one {
  bottom: -60px;
  right: -10px;
}
section.module-how-you-use .slide-content .tab-image.image-two {
  bottom: -80px;
  right: 0;
}
section.module-how-you-use .slide-content .tab-image.image-three {
  bottom: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  section.module-how-you-use .slide-content .tab-image {
    position: relative;
    max-width: 80%;
    bottom: 0 !important;
    left: auto !important;
    right: auto !important;
    height: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.module-how-you-use .slide-content .tab-image {
    height: auto !important;
    max-height: 600px;
    max-width: 59%;
    bottom: 0 !important;
    left: auto;
    right: 0;
  }
  section.module-how-you-use .slide-content .tab-image.image-two {
    bottom: -41px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  section.module-how-you-use .slide-content .tab-image {
    right: auto;
    left: 60vw;
  }
}
@media screen and (min-width: 768px) {
  section.module-how-you-use #everyday.slide-content .text-wrap p,
  section.module-how-you-use #everyday.slide-content .text-wrap h6,
  section.module-how-you-use #everyday.slide-content .text-wrap ul {
    max-width: 300px;
  }
  section.module-how-you-use #productivity.slide-content .text-wrap p,
  section.module-how-you-use #productivity.slide-content .text-wrap h6,
  section.module-how-you-use #productivity.slide-content .text-wrap ul {
    max-width: 355px;
  }
  section.module-how-you-use #creativity.slide-content .text-wrap p,
  section.module-how-you-use #creativity.slide-content .text-wrap h6,
  section.module-how-you-use #creativity.slide-content .text-wrap ul {
    max-width: 355px;
  }
}
section.module-how-you-use .slider .slide-content {
  transition: opacity 1s !important;
}
#how-you-use-module-static {
  background-image: url('../images/how-you-use-background.jpg');
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #how-you-use-module-static {
    background-image: url('../images/how-you-use-background-mobile.png');
  }
}
/*************************************************/
/* Module Styles - Choose The Right PC For You  */
/***********************************************/
section.module.module-choose-pc {
  position: relative;
  color: #003c71;
}
section.module.module-choose-pc div.row {
  position: static;
}
section.module.module-choose-pc h3 {
  text-align: center;
  margin: 0 auto 0.75em auto;
}
section.module.module-choose-pc h5 {
  position: relative;
  right: 0.5em;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  font-family: 'Intel Clear Bold';
  font-size: 1.5em;
}
section.module.module-choose-pc div.use-case {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding: 0 3em;
  margin-left: 0px !important;
}
section.module.module-choose-pc div.use-case img.primary {
  width: 90%;
  max-width: 300px;
  margin: 2em auto 3em auto;
}
section.module.module-choose-pc div.use-case a.button {
  margin: auto auto 0 auto;
  padding: 0.375em 0.75em 0.4375em 0.75em;
  border: 1px solid #003c71;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  color: #003c71;
}
section.module.module-choose-pc div.use-case a.button:focus {
  outline: none;
}
section.module.module-choose-pc div.use-case a.button span {
  position: relative;
  top: 0.0625em;
}
section.module.module-choose-pc div.use-case:nth-child(3n+1) .with-triangle::before {
  border-left-color: #00aeef;
}
section.module.module-choose-pc div.use-case:nth-child(3n+1) h5 {
  color: #00aeef;
}
section.module.module-choose-pc div.use-case:nth-child(3n+1) a.button {
  background-color: #00aeef;
}
section.module.module-choose-pc div.use-case:nth-child(3n+2) .with-triangle::before {
  border-left-color: #ffa300;
}
section.module.module-choose-pc div.use-case:nth-child(3n+2) h5 {
  color: #ffa300;
}
section.module.module-choose-pc div.use-case:nth-child(3n+2) a.button {
  background-color: #ffa300;
}
section.module.module-choose-pc div.use-case:nth-child(3n+3) .with-triangle::before {
  border-left-color: #c4d600;
}
section.module.module-choose-pc div.use-case:nth-child(3n+3) h5 {
  color: #c4d600;
}
section.module.module-choose-pc div.use-case:nth-child(3n+3) a.button {
  background-color: #c4d600;
}
section.module.module-choose-pc div.use-case:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 4em;
  right: 0;
  width: 0;
  height: 20em;
  max-height: 80%;
  border-right: 2px solid lightgray;
}
section.module.module-choose-pc div.use-case div.processor {
  display: flex;
  margin: 0 auto 2em auto;
}
section.module.module-choose-pc div.use-case div.processor img {
  flex: 0 0 3em;
  height: 3em;
}
section.module.module-choose-pc div.use-case div.processor div.text-block {
  margin-left: 1em;
}
section.module.module-choose-pc div.use-case div.processor div.text-block p,
section.module.module-choose-pc div.use-case div.processor div.text-block ul {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
section.module.module-choose-pc div.use-case div.processor div.text-block p {
  margin-bottom: 0.5em;
}
section.module.module-choose-pc div.use-case div.processor div.text-block ul {
  padding-left: 1.25em;
}
section.module.module-choose-pc div.use-case div.processor div.text-block li {
  line-height: 1.125em;
}
section.module.module-choose-pc .slick-list {
  overflow: hidden;
}
section.module.module-choose-pc ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  margin: 0 50px;
}
section.module.module-choose-pc ul.slick-dots li:first-child {
  margin-left: auto;
}
section.module.module-choose-pc ul.slick-dots li:last-child {
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  section.module.module-choose-pc {
    font-size: 90%;
    padding-bottom: 1em;
  }
  section.module.module-choose-pc h5 {
    font-size: 1.1em;
  }
  section.module.module-choose-pc div.main {
    padding-left: 1em;
    padding-right: 1em;
  }
  section.module.module-choose-pc div.use-case {
    padding: 0 2em;
  }
}
@media screen and (max-width: 900px) {
  section.module.module-choose-pc div.use-cases div.use-case::after {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  section.module.module-choose-pc {
    padding-bottom: 4em;
  }
  section.module.module-choose-pc h3 {
    max-width: 10em;
  }
  section.module.module-choose-pc div.main {
    margin: 0 auto;
  }
  section.module.module-choose-pc div.use-case {
    padding: 0;
  }
  section.module.module-choose-pc img.primary {
    max-width: 375px;
  }
}
/******************************************/
/* Module Styles - The Brain of Your PC  */
/****************************************/
section.module-brain-of-your-pc {
  z-index: 99;
  background-image: url('../images/brain-background.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.module-brain-of-your-pc .module-content {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-size: auto 100%;
  background-position: 67% center;
  background-repeat: no-repeat;
  background-image: url('../images/brain-device-w-overlay.png');
}
@media screen and (min-width: 1366px) {
  section.module-brain-of-your-pc .module-content {
    background-position: right;
  }
}
@media screen and (max-width: 767px) {
  section.module-brain-of-your-pc .module-content {
    background-image: url('../images/brain-device-w-overlay-mobile.png');
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 220px;
  }
}
section.module-brain-of-your-pc * {
  color: #ffffff;
}
section.module-brain-of-your-pc .content-left {
  z-index: 1;
}
section.module-brain-of-your-pc .content-left .content {
  margin-left: 0px;
}
section.module-brain-of-your-pc .content-left h6:first-child {
  margin-top: 0px;
  margin-bottom: 5px;
}
section.module-brain-of-your-pc .content-left h5 {
  color: #00aeef;
}
section.module-brain-of-your-pc .content-left h5,
section.module-brain-of-your-pc .content-left p {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  section.module-brain-of-your-pc .content-left h2 {
    max-width: 220px;
    margin: 0;
  }
}
section.module-brain-of-your-pc .modal-play {
  position: relative;
  margin-top: 1em;
  max-width: 500px;
}
section.module-brain-of-your-pc .modal-play .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: .9;
  transition: all 200ms ease;
}
section.module-brain-of-your-pc .modal-play:hover {
  cursor: pointer;
}
section.module-brain-of-your-pc .modal-play:hover .btn-play {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  section.module-brain-of-your-pc .modal-play {
    max-width: 100%;
    text-align: center;
  }
}
section.module-brain-of-your-pc video,
section.module-brain-of-your-pc iframe {
  width: 100%;
}
section.module-brain-of-your-pc video:focus,
section.module-brain-of-your-pc iframe:focus {
  outline: none;
}
section.module-brain-of-your-pc .video-js {
  max-width: 100% !important;
}
section.module-brain-of-your-pc .video-js .vjs-dock-text {
  display: none;
}
section.module-brain-of-your-pc .bc-player-default_default .vjs-play-progress,
section.module-brain-of-your-pc .bc-player-default_default .vjs-volume-level,
section.module-brain-of-your-pc .bc-player-default_default .vjs-big-play-button:active,
section.module-brain-of-your-pc .bc-player-default_default .vjs-big-play-button:focus,
section.module-brain-of-your-pc .bc-player-default_default:active .vjs-big-play-button,
section.module-brain-of-your-pc .bc-player-default_default:hover .vjs-big-play-button {
  background-color: #00aeef;
}
section.module-brain-of-your-pc .video-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100% !important;
}
.modal,
.modal-overlay,
.modal-wrapper {
  z-index: 3;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  visibility: hidden;
  z-index: 2;
}
.modal-wrapper {
  max-width: 100% !important;
  text-align: center;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.modal-close {
  z-index: 3;
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  font-family: 'Intel Clear Bold';
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: block;
  line-height: 1.1;
  padding-left: 1px;
  font-size: 1em;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: .7;
  transition: all 200ms ease;
}
.modal-close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.modal-show {
  visibility: visible;
}
.modal-transition {
  -webkit-transform: scale(0.5) translate(50%, -50%);
  -moz-transform: scale(0.5) translate(50%, -50%);
  -ms-transform: scale(0.5) translate(50%, -50%);
  transform: scale(0.5) translate(50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal-show .modal-transition {
  position: fixed;
  -webkit-transform: scale(1) translate(50%, -50%);
  -moz-transform: scale(1) translate(50%, -50%);
  -ms-transform: scale(1) translate(50%, -50%);
  transform: scale(1) translate(50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/************************************************/
/* Module Styles - Processor Comparison Chart  */
/**********************************************/
section.module.module-compare-chart {
  /*************************************************************/
  /* Module Styles - ANIMATION for Processor Comparison Chart */
  /************************************************************/
  /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  padding-bottom: 10px;
  z-index: 1;
  /* animation settings for element fade */
  /* for layering objects */
  /*====================================*/
  /* main container */
  /*====================================*/
  /* main area */
  /*====================================*/
  /* support area */
  /*====================================*/
  /* chart section */
  /*====================================*/
  /* details section */
  /*====================================*/
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
section.module.module-compare-chart .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
section.module.module-compare-chart .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
section.module.module-compare-chart .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
section.module.module-compare-chart .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
section.module.module-compare-chart .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
section.module.module-compare-chart .headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
section.module.module-compare-chart .swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
section.module.module-compare-chart .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
section.module.module-compare-chart .jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
section.module.module-compare-chart .heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
section.module.module-compare-chart .bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
section.module.module-compare-chart .bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
section.module.module-compare-chart .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
section.module.module-compare-chart .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
section.module.module-compare-chart .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
section.module.module-compare-chart .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.module.module-compare-chart .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
section.module.module-compare-chart .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
section.module.module-compare-chart .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
section.module.module-compare-chart .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
section.module.module-compare-chart .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
section.module.module-compare-chart .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
section.module.module-compare-chart .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
section.module.module-compare-chart .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
section.module.module-compare-chart .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
section.module.module-compare-chart .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
section.module.module-compare-chart .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
section.module.module-compare-chart .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
section.module.module-compare-chart .flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
section.module.module-compare-chart .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
section.module.module-compare-chart .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
section.module.module-compare-chart .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
section.module.module-compare-chart .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
section.module.module-compare-chart .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
section.module.module-compare-chart .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
section.module.module-compare-chart .hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
section.module.module-compare-chart .jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
section.module.module-compare-chart .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
section.module.module-compare-chart .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
section.module.module-compare-chart .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
section.module.module-compare-chart .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
section.module.module-compare-chart .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
section.module.module-compare-chart .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
section.module.module-compare-chart .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
section.module.module-compare-chart .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
section.module.module-compare-chart .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
section.module.module-compare-chart .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
section.module.module-compare-chart .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section.module.module-compare-chart .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
section.module.module-compare-chart .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
section.module.module-compare-chart .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
section.module.module-compare-chart .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
section.module.module-compare-chart .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
section.module.module-compare-chart .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
section.module.module-compare-chart .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
section.module.module-compare-chart .animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
section.module.module-compare-chart .animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
section.module.module-compare-chart .animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
section.module.module-compare-chart .animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
section.module.module-compare-chart .animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
section.module.module-compare-chart .animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
section.module.module-compare-chart .animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
section.module.module-compare-chart .animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
section.module.module-compare-chart .animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  section.module.module-compare-chart .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
section.module.module-compare-chart em {
  font-family: 'Intel Clear Italic', sans-serif;
}
section.module.module-compare-chart body {
  background-color: #ffffff;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
}
section.module.module-compare-chart .hide {
  display: none !important;
}
section.module.module-compare-chart .animated {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
section.module.module-compare-chart .front {
  z-index: 9 !important;
}
section.module.module-compare-chart #container {
  height: 655px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
section.module.module-compare-chart #main {
  height: 100%;
  position: relative;
  flex: 0 0 73%;
}
section.module.module-compare-chart #main_copy {
  position: absolute;
  top: 40px;
}
section.module.module-compare-chart #main_headline {
  letter-spacing: -0.05px;
  position: relative;
  max-width: 13em;
  color: transparent;
  font-size: 38px;
  line-height: 1.1em;
  font-family: 'Intel Clear Bold';
  background: -o-linear-gradient(left, #292663 0%, #04519d 50%, #173b80 100%);
  background: -webkit-gradient(linear, left top, right top, from(#292663), color-stop(50%, #04519d), to(#173b80));
  background: linear-gradient(to right, #292663 0%, #04519d 50%, #173b80 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 1200px) {
  section.module.module-compare-chart #main_headline {
    font-size: 2em;
  }
}
section.module.module-compare-chart #main_subhead {
  margin-top: 16px;
  position: relative;
  color: #0079BC;
  font-size: 24.5px;
  font-family: 'Intel Clear Bold';
  line-height: 1.2em;
}
section.module.module-compare-chart #main_body {
  position: relative;
  max-width: 16em;
  font-size: 17.5px;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  letter-spacing: -0.05px;
  line-height: 1.2em;
}
section.module.module-compare-chart #store_logo {
  position: absolute;
  left: 109px;
  bottom: 54px;
  max-width: 174px;
}
section.module.module-compare-chart #store_logo img {
  width: 100%;
}
section.module.module-compare-chart #btn_open_legal {
  position: absolute;
  font-size: 11px;
  bottom: 11px;
  left: 108px;
  cursor: pointer;
  text-decoration: underline;
}
section.module.module-compare-chart #support {
  position: relative;
  flex: 0 0 27%;
  height: 100%;
}
section.module.module-compare-chart #chart {
  width: 100%;
  justify-content: flex-end;
  padding-right: 2.5em;
  align-items: center;
}
section.module.module-compare-chart #chart .core {
  bottom: 0;
  right: 0;
  position: relative;
  margin: 0px 10px;
  width: 165px;
  height: 100%;
  min-height: 390px;
  -webkit-transition: bottom 2s;
  -o-transition: bottom 2s;
  transition: bottom 2s;
}
section.module.module-compare-chart #chart .core .core-column {
  padding: 60px 0.5em 0.5em 0.5em;
  text-align: center;
  background-image: url(../images/bar_0.png);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
section.module.module-compare-chart #chart .power {
  height: 134px;
  width: 165px;
}
section.module.module-compare-chart #chart #core_i3.offscreen {
  bottom: -400px;
}
section.module.module-compare-chart #chart #core_i5.offscreen {
  bottom: -475px;
}
section.module.module-compare-chart #chart #core_i7.offscreen {
  bottom: -575px;
}
section.module.module-compare-chart #chart #core_i3_badge {
  top: -110px;
}
section.module.module-compare-chart #chart #core_i5_badge {
  top: -115px;
}
section.module.module-compare-chart #chart #core_i7_badge {
  top: -130px;
}
section.module.module-compare-chart #chart #core_i3_column {
  min-height: 240px;
  background-image: url(../images/bar_0.png);
}
section.module.module-compare-chart #chart #core_i5_column {
  min-height: 330px;
  background-image: url(../images/bar_1.png);
}
section.module.module-compare-chart #chart #core_i7_column {
  min-height: 420px;
  background-image: url(../images/bar_2.png);
}
section.module.module-compare-chart #chart .core .core-item img {
  margin: 0;
  height: 30px;
}
section.module.module-compare-chart #chart .core-column,
section.module.module-compare-chart #chart .core-power {
  width: 100%;
}
section.module.module-compare-chart #chart .core .core-column {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.module.module-compare-chart #chart .core .badge {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}
section.module.module-compare-chart #chart .core .core-power {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  width: 100%;
  height: 134px;
  background-image: url(../images/power.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
section.module.module-compare-chart #chart .core .core-title {
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
  font-family: 'Intel Clear Bold';
  text-align: center;
}
section.module.module-compare-chart #chart .core .core-title::after {
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background-color: #FFFFFF;
  margin: 4px 10%;
}
section.module.module-compare-chart #chart .core .core-text {
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  color: #FFEA48;
  font-family: 'Intel Clear Bold';
  margin: 5px auto 0 auto;
}
section.module.module-compare-chart #details {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 10%;
}
section.module.module-compare-chart #details::before,
section.module.module-compare-chart #details::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
}
section.module.module-compare-chart #details::before {
  z-index: -2;
  background: -o-linear-gradient(to right, #ebebeb, rgba(255, 255, 255, 0));
  background: -webkit-gradient(to right, #ebebeb, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #ebebeb, rgba(255, 255, 255, 0));
}
section.module.module-compare-chart #details::after {
  z-index: -1;
  background: -o-linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, #ffffff);
  background: -webkit-gradient(to top, #ffffff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, #ffffff);
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, #ffffff);
}
section.module.module-compare-chart #details .sep {
  width: 80%;
  border-top: 2px solid #003F69;
  margin: 15px auto;
}
section.module.module-compare-chart #buttons_container,
section.module.module-compare-chart #detail_container {
  width: 100%;
  max-width: 241px;
  text-align: center;
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
section.module.module-compare-chart #detail_container {
  justify-content: flex-end;
  flex: 1;
}
section.module.module-compare-chart #buttons_container {
  flex: 0 0 auto;
}
section.module.module-compare-chart #buttons_container .btn-detail-container {
  position: relative;
  width: 100%;
  min-height: 60px;
  margin: 0 auto 11px;
  padding: 0;
  border: 1px solid #003F69;
}
section.module.module-compare-chart #buttons_container .btn-detail-container:last-child {
  margin-bottom: 0;
}
section.module.module-compare-chart #buttons_container .btn-detail-container.scrolled {
  display: block;
}
section.module.module-compare-chart #buttons_container .btn-detail-container {
  cursor: pointer;
  -webkit-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  background-color: #E5E5E5;
}
section.module.module-compare-chart #buttons_container .btn-detail-container .btn-detail {
  display: table;
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 0.25em;
  color: #58595B;
}
section.module.module-compare-chart #buttons_container .btn-detail-container .btn-detail span {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: .2px;
  max-width: 12em;
  font-size: 15.5px;
  line-height: 18px;
  margin: 0 auto;
}
section.module.module-compare-chart #buttons_container .btn-detail-container:hover,
section.module.module-compare-chart #buttons_container .btn-detail-container.active {
  background-color: #0179FE;
}
section.module.module-compare-chart #buttons_container .btn-detail-container:hover .btn-detail,
section.module.module-compare-chart #buttons_container .btn-detail-container.active .btn-detail,
section.module.module-compare-chart #buttons_container .btn-detail-container:hover span,
section.module.module-compare-chart #buttons_container .btn-detail-container.active span {
  color: #ffffff;
}
section.module.module-compare-chart #detail_container .label_button {
  display: none;
}
section.module.module-compare-chart #detail_container .detail {
  display: none;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: center;
  letter-spacing: -0.05px;
  background-color: transparent;
}
section.module.module-compare-chart #detail_container .detail.animated {
  display: block;
}
section.module.module-compare-chart #detail_container .detail.active {
  display: block;
}
section.module.module-compare-chart #detail_container .detail-title,
section.module.module-compare-chart #detail_container .detail-body {
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 0px;
}
section.module.module-compare-chart #detail_container .detail-title {
  font-family: 'Intel Clear Bold';
  line-height: 1.3;
  letter-spacing: .4px;
}
section.module.module-compare-chart #detail_container .details-body,
section.module.module-compare-chart #detail_container .detail-title span {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
}
section.module.module-compare-chart #detail_container img.detail-hero {
  margin-bottom: 16px;
  height: 100px;
}
section.module.module-compare-chart #detail_container #detail_default_title,
section.module.module-compare-chart #detail_container #detail_default_body {
  text-align: center;
}
section.module.module-compare-chart #detail_container #detail_default_title {
  text-align: left;
  font-size: 22px;
  line-height: 1;
  background: -o-linear-gradient(left, #292663 0%, #04519d 50%, #173b80 100%);
  background: -webkit-gradient(linear, left top, right top, from(#292663), color-stop(50%, #04519d), to(#173b80));
  background: linear-gradient(to right, #292663 0%, #04519d 50%, #173b80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.module.module-compare-chart #detail_container #detail_default_body {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
  color: #58595B;
}
section.module.module-compare-chart #detail_container .detail .legal {
  margin-top: 7px;
  font-size: 10px;
  font-family: 'Intel Clear Italic', sans-serif;
}
section.module.module-compare-chart #detail_container .btn-close {
  position: absolute;
  right: -18px;
  top: 0;
  cursor: pointer;
  z-index: 9;
}
section.module.module-compare-chart #details .btn-arrow {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  section.module.module-compare-chart #main_headline {
    font-size: 1.8em;
  }
  section.module.module-compare-chart #main_subhead {
    font-size: 1.2em;
  }
  section.module.module-compare-chart #main_body {
    font-size: .8em;
  }
  section.module.module-compare-chart #buttons_container .btn-detail-container .btn-detail span {
    font-size: 14px;
    line-height: 16px;
  }
  section.module.module-compare-chart #details .detail-title,
  section.module.module-compare-chart #details .detail-body {
    font-size: 14px;
  }
  section.module.module-compare-chart #details #detail_default_title {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (max-width: 900px) {
  section.module.module-compare-chart #main_headline {
    font-size: 1.5em;
  }
  section.module.module-compare-chart #chart {
    justify-content: center;
    padding-right: 0;
  }
  section.module.module-compare-chart #chart .core,
  section.module.module-compare-chart #chart .power {
    width: 130px;
  }
  section.module.module-compare-chart #chart .core {
    margin: 0px 5px;
    min-height: 450px;
    width: 130px;
  }
  section.module.module-compare-chart #chart .core .core-title {
    font-size: 13px;
    line-height: 13px;
  }
  section.module.module-compare-chart #chart .core .badge {
    width: 75px;
  }
  section.module.module-compare-chart #chart #core_i7_badge {
    top: -95px;
  }
  section.module.module-compare-chart #chart #core_i5_badge {
    top: -85px;
  }
  section.module.module-compare-chart #chart #core_i3_badge {
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  section.module.module-compare-chart {
    /*====================================*/
    /* handset */
    /*====================================*/
    /* main area */
    /*====================================*/
    /* support area */
    /*====================================*/
    /* chart section */
    /*====================================*/
    /* details section */
    /* rotate the gradient for vert UI orientation*/
    /* hide the separator */
    /*====================================*/
    /* blue label button */
    /* hide the close button, use the label button */
    /*====================================*/
    /* arrows for scroller */
    /*====================================*/
    /* legal copy */
  }
  section.module.module-compare-chart #container {
    width: 360px;
    height: 640px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  section.module.module-compare-chart #btn_open_legal {
    font-size: 8.5px;
    margin: inherit;
    left: inherit;
    position: relative;
    right: 12px;
    bottom: inherit;
    text-align: right;
    z-index: 10;
  }
  section.module.module-compare-chart .hide-mobile {
    display: none;
  }
  section.module.module-compare-chart #main {
    position: relative;
    flex: 0 0 500px;
    padding: 20px 20px 0 20px;
  }
  section.module.module-compare-chart #main_headline {
    font-size: 24px;
    line-height: 26px;
    margin-top: 5px;
  }
  section.module.module-compare-chart #main_subhead {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1em;
  }
  section.module.module-compare-chart #main_body {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: inherit;
  }
  section.module.module-compare-chart #store_logo {
    position: relative;
    left: 0;
    bottom: inherit;
    width: 84px;
  }
  section.module.module-compare-chart #support {
    position: relative;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
    flex: 0 0 130px;
    height: auto;
  }
  section.module.module-compare-chart #chart {
    position: relative;
    margin-top: 0;
    height: 100%;
    bottom: 10px;
  }
  section.module.module-compare-chart #chart .core {
    position: relative;
    width: 100px;
    margin: 0px 5px;
    min-height: 0px;
  }
  section.module.module-compare-chart #chart .core:first-child {
    margin-left: 0px;
  }
  section.module.module-compare-chart #chart .core:last-child {
    margin-right: 0;
  }
  section.module.module-compare-chart #chart .core .core-column {
    padding-top: 36px;
  }
  section.module.module-compare-chart #chart .core .core-power {
    width: 100%;
    height: 70px;
    background-image: url(../images/power_sm.png);
  }
  section.module.module-compare-chart #chart .core .core-title {
    font-size: 9px;
    line-height: 11px;
  }
  section.module.module-compare-chart #chart .core .core-title::after {
    height: 1px;
  }
  section.module.module-compare-chart #chart .core .sep {
    margin-bottom: 5px;
  }
  section.module.module-compare-chart #chart .core .core-text {
    font-size: 7.5px;
    line-height: 8px;
    margin: 1px 0 2px;
  }
  section.module.module-compare-chart #chart .core .core-item img {
    height: 23px;
  }
  section.module.module-compare-chart #chart .core .badge {
    width: 67px;
  }
  section.module.module-compare-chart #chart #core_i3.core .core-text {
    margin: 0 auto 4px auto;
  }
  section.module.module-compare-chart #chart #core_i5.core .core-text {
    margin: 0 auto 5px auto;
  }
  section.module.module-compare-chart #chart #core_i7.core .core-text {
    margin: 0 auto 7px auto;
  }
  section.module.module-compare-chart #chart #core_i3_column {
    min-height: 162px;
    background-image: url(../images/bar_0_sm.png);
  }
  section.module.module-compare-chart #chart #core_i5_column {
    min-height: 217px;
    background-image: url(../images/bar_1_sm.png);
  }
  section.module.module-compare-chart #chart #core_i7_column {
    min-height: 274px;
    background-image: url(../images/bar_2_sm.png);
  }
  section.module.module-compare-chart #buttons_container,
  section.module.module-compare-chart #detail_container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: inherit;
    z-index: 1;
    position: absolute;
    padding-bottom: 0px;
  }
  section.module.module-compare-chart #details {
    min-height: 0;
  }
  section.module.module-compare-chart #details::before,
  section.module.module-compare-chart #details::after {
    width: 100%;
    height: 30px;
  }
  section.module.module-compare-chart #details::before {
    background: -o-linear-gradient(to bottom, #ebebeb, rgba(255, 255, 255, 0));
    background: -webkit-gradient(to bottom, #ebebeb, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #ebebeb, rgba(255, 255, 255, 0));
  }
  section.module.module-compare-chart #details::after {
    background: -o-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, #ffffff);
    background: -webkit-gradient(to right, #ffffff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, #ffffff);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, #ffffff);
  }
  section.module.module-compare-chart #detail_container {
    height: 100%;
    min-height: 0px;
    justify-content: flex-start;
  }
  section.module.module-compare-chart #details .sep {
    display: none;
  }
  section.module.module-compare-chart #details .detail {
    position: relative;
    top: 0;
    margin: 0 auto !important;
    padding-bottom: 0;
    text-align: left;
  }
  section.module.module-compare-chart #details .detail#detail_default {
    padding-bottom: 80px;
  }
  section.module.module-compare-chart #detail_container .detail-title {
    font-size: 10px;
    margin-bottom: 0;
  }
  section.module.module-compare-chart #detail_container #detail_default_title {
    margin: 20px 0 0 34px;
    font-size: 13px;
  }
  section.module.module-compare-chart #detail_container .detail-body {
    font-size: 10px;
  }
  section.module.module-compare-chart #detail_container .detail-body sup {
    top: -0.2em;
  }
  section.module.module-compare-chart #detail_container .detail-hero {
    max-height: 51px;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  section.module.module-compare-chart #detail_container #detail_default_body {
    margin: 0 0 0 34px;
    text-align: left;
    font-size: 12.5px;
    font-family: 'Intel Clear Bold', sans-serif;
  }
  section.module.module-compare-chart #buttons_container,
  section.module.module-compare-chart #detail_container {
    max-width: none;
  }
  section.module.module-compare-chart #buttons_container {
    overflow: hidden;
    width: 88%;
    margin: 0 auto;
    top: 61px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.module.module-compare-chart #buttons_container .btn-detail-container {
    position: relative;
    display: inline-block;
    float: left;
    /* changed to px, % was causing FF subpixel rendering to not display left border */
    width: 144px;
    margin: 0 2%;
    margin-bottom: 100px;
    min-height: 40px;
  }
  section.module.module-compare-chart #buttons_container .btn-detail-container.scrolled {
    display: none;
  }
  section.module.module-compare-chart #buttons_container .btn-detail-container .btn-detail {
    min-height: 40px;
  }
  section.module.module-compare-chart #buttons_container .btn-detail-container .btn-detail span {
    letter-spacing: -0.1px;
    font-size: 9.5px;
    line-height: 10px;
  }
  section.module.module-compare-chart #detail_container .detail {
    z-index: 0;
    width: 73%;
  }
  section.module.module-compare-chart #detail_container .detail .legal {
    margin-top: 5px;
    font-size: 8.5px;
  }
  section.module.module-compare-chart #detail_container #detail_default {
    z-index: 0;
    width: 100%;
  }
  section.module.module-compare-chart #detail_container .label_button {
    display: block;
    background-color: #007DF9;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 4px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  section.module.module-compare-chart #detail_container .label_button div {
    font-family: 'Intel Clear Bold', sans-serif;
    color: #FFFFFF;
    display: inline-block;
    width: 96%;
    text-align: left;
    font-size: 11px;
    line-height: 11px;
  }
  section.module.module-compare-chart #detail_container .label_button a {
    display: inline-block;
    width: 10px;
    margin-right: -14px;
    text-align: right;
    cursor: pointer;
    line-height: 11px;
  }
  section.module.module-compare-chart #detail_container .label_button a img {
    width: 10px;
    display: inline-block;
  }
  section.module.module-compare-chart #detail_container .btn-close {
    display: none;
  }
  section.module.module-compare-chart #details .btn-arrow {
    display: block;
    position: absolute;
    top: 62px;
    z-index: 9;
  }
  section.module.module-compare-chart #btn_arrow_next {
    right: 0px;
  }
  section.module.module-compare-chart #btn_arrow_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0px;
  }
  section.module.module-compare-chart #modal_legal .btn-close {
    right: 29px;
    top: 26px;
  }
  section.module.module-compare-chart #legal_body {
    width: 74.5%;
  }
  section.module.module-compare-chart #legal_body p,
  section.module.module-compare-chart #legal_body a {
    font-size: 11px;
  }
  section.module.module-compare-chart #legal_body sup {
    font-size: 7px;
  }
}
/***************************************/
/* Module Styles - Storage and Memory */
/*************************************/
section.module-storage-memory {
  background-image: url('../images/memory-background.jpg');
}
@media screen and (max-width: 767px) {
  section.module-storage-memory {
    background-image: url('../images/memory-background-mobile.png');
  }
}
section.module-storage-memory * {
  color: #ffffff;
}
section.module-storage-memory h4,
section.module-storage-memory h6 {
  margin-top: 0px;
}
section.module-storage-memory .button {
  display: block;
  background: #00aeef;
  margin-bottom: 15px;
  padding: 1em;
}
section.module-storage-memory .button h5 {
  margin-top: 0px;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  section.module-storage-memory .button h5 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1199px) {
  section.module-storage-memory .button {
    padding: .6em;
    margin-bottom: 10px;
  }
  section.module-storage-memory .button h5 {
    font-size: 1em;
  }
}
section.module-storage-memory .video-play:not(.active) {
  opacity: .6;
}
section.module-storage-memory .detail-content {
  display: none;
  opacity: 0;
}
section.module-storage-memory .detail-content.active {
  display: block;
  -webkit-animation: fadeIn 500ms ease forwards;
  -webkit-animation-delay: 100ms;
  animation: fadeIn 500ms ease forwards;
  animation-delay: 200ms;
}
section.module-storage-memory .detail-content .detail-head p {
  font-size: .75em;
  font-family: 'Intel Clear Bold';
  margin-left: 1em;
  max-width: 16em;
}
@media screen and (max-width: 1199px) {
  section.module-storage-memory .detail-content .detail-head {
    margin-top: 15px;
  }
  section.module-storage-memory .detail-content .detail-head p {
    font-size: .6em;
  }
  section.module-storage-memory .detail-content .detail-head img.icon {
    width: 45px;
  }
}
section.module-storage-memory .detail-content table.detail-table {
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
}
section.module-storage-memory .detail-content table.detail-table p {
  margin: 0;
}
section.module-storage-memory .detail-content table.detail-table p.subtext {
  font-size: .5em;
}
section.module-storage-memory .detail-content table.detail-table p.value {
  font-family: 'Intel Clear Probold';
  font-size: 1.5em;
  line-height: .9em;
}
section.module-storage-memory .detail-content table.detail-table p.disclaimer {
  color: #c4c4c4;
  font-size: .5em;
  margin-top: 0;
}
section.module-storage-memory .detail-content table.detail-table th,
section.module-storage-memory .detail-content table.detail-table td {
  padding-left: .7em;
  padding-right: .4em;
  text-align: left;
}
section.module-storage-memory .detail-content table.detail-table th {
  border-bottom: 1px solid #ffffff;
  padding-top: 0;
  padding-bottom: .6em;
}
section.module-storage-memory .detail-content table.detail-table th p.value {
  color: #f3d54e;
}
section.module-storage-memory .detail-content table.detail-table td {
  padding-top: .6em;
  padding-bottom: 0;
}
section.module-storage-memory .detail-content table.detail-table th:not(:last-child),
section.module-storage-memory .detail-content table.detail-table td:not(:last-child) {
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 1280px) {
  section.module-storage-memory .detail-content table.detail-table th,
  section.module-storage-memory .detail-content table.detail-table td {
    padding-left: .7em;
    padding-right: .25em;
  }
  section.module-storage-memory .detail-content table.detail-table p.value {
    font-size: 1.4em;
  }
  section.module-storage-memory .detail-content table.detail-table p.disclaimer,
  section.module-storage-memory .detail-content table.detail-table p.subtext {
    font-size: .6em;
  }
}
@media screen and (max-width: 900px) {
  section.module-storage-memory .detail-content table.detail-table p.value {
    font-size: 1em;
  }
  section.module-storage-memory .detail-content table.detail-table p.disclaimer,
  section.module-storage-memory .detail-content table.detail-table p.subtext {
    font-size: .4em;
  }
}
@media screen and (max-width: 767px) {
  section.module-storage-memory .detail-content table.detail-table {
    max-width: 360px;
    margin: 20px auto;
  }
  section.module-storage-memory .detail-content table.detail-table th,
  section.module-storage-memory .detail-content table.detail-table td {
    padding-left: .7em;
    padding-right: .5em;
  }
  section.module-storage-memory .detail-content table.detail-table p.value {
    font-size: 1.2em;
  }
  section.module-storage-memory .detail-content table.detail-table th p.value {
    font-size: 1.5em;
  }
  section.module-storage-memory .detail-content table.detail-table p.subtext,
  section.module-storage-memory .detail-content table.detail-table p.disclaimer {
    font-size: .55em;
  }
}
section.module-storage-memory .video-columns {
  position: relative;
  border-left: 1px solid #ffffff;
  padding-left: 4%;
}
@media screen and (max-width: 1199px) {
  section.module-storage-memory .video-columns {
    width: 61%;
  }
  section.module-storage-memory .content-columns {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  section.module-storage-memory .video-columns,
  section.module-storage-memory .content-columns {
    width: 100%;
  }
  section.module-storage-memory .video-columns {
    border-left: none;
    padding-left: 0px;
  }
}
section.module-storage-memory video,
section.module-storage-memory .video-wrapper {
  width: 100%;
  height: auto;
}
section.module-storage-memory .video-js .vjs-dock-text {
  display: none;
}
section.module-storage-memory .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
section.module-storage-memory .bc-player-default_default .vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-top: 0;
  opacity: .9;
  background-image: url('../images/play-button.png');
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  box-shadow: none !important;
  transition: all 200ms ease;
}
section.module-storage-memory .bc-player-default_default .vjs-big-play-button:before {
  content: "";
  display: none;
}
section.module-storage-memory .bc-player-default_default .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 1;
}
section.module-storage-memory .bc-player-default_default[data-video-id="5997497092001"] .vjs-poster,
section.module-storage-memory .bc-player-default_default[data-video-id="5841782321001"] .vjs-poster {
  background-image: url('../images/poster-storage.png') !important;
}
section.module-storage-memory .bc-player-default_default[data-video-id="5841788921001"] .vjs-poster,
section.module-storage-memory .bc-player-default_default[data-video-id="5997494282001"] .vjs-poster {
  background-image: url('../images/poster-memory.png') !important;
}
.bc-iframe,
.bc-iframe body,
.bc-player-default_default,
.bc-player-default_default .vjs-poster {
  background-size: cover;
}
.bc-player-default_default .vjs-play-progress,
.bc-player-default_default .vjs-volume-level,
.bc-player-default_default .vjs-big-play-button:active,
.bc-player-default_default .vjs-big-play-button:focus,
.bc-player-default_default:active .vjs-big-play-button,
.bc-player-default_default:hover .vjs-big-play-button {
  background-color: #00aeef;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******************************************/
/* Module Styles - LEGAL  */
/****************************************/
section.module-legal p {
  font-size: .7em;
  color: #231f20;
}
