/*
================================================================================

  Importing all SCSS-files

================================================================================
*/
/* Utils
------------------------------------ */
/*
================================================================================

  Variables

================================================================================
*/
/* Fonts
------------------------------------ */
/* Colors
------------------------------------ */
/*
================================================================================

  Mixins

================================================================================
*/
/* Placeholder's styles
------------------------------------ */
/* Font normalization
------------------------------------ */
/* Base
------------------------------------ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
================================================================================

  Fonts

================================================================================
*/
/* Libertad
------------------------------------ */
@font-face {
  font-family: 'Libertad';
  src: local("Libertad Regular"), local("Libertad-Regular"), url("../fonts/Libertad-Regular.woff2") format("woff2"), url("../fonts/Libertad-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Libertad';
  src: local("Libertad Medium"), local("Libertad-Medium"), url("../fonts/Libertad-Medium.woff2") format("woff2"), url("../fonts/Libertad-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Libertad';
  src: local("Libertad Bold"), local("Libertad-Bold"), url("../fonts/Libertad-Bold.woff2") format("woff2"), url("../fonts/Libertad-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* DotMatrix
------------------------------------ */
@font-face {
  font-family: 'DotMatrix';
  src: url("../fonts/DotMatrix-TwoRegular.woff2") format("woff2"), url("../fonts/DotMatrix-TwoRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Akko Std
------------------------------------ */
@font-face {
  font-family: 'Akko Std';
  src: local("Akko Std Light"), local("AkkoStd-Light"), url("../fonts/AkkoStd-Light.woff2") format("woff2"), url("../fonts/AkkoStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Akko Std';
  src: local("Akko Std Regular"), local("AkkoStd-Regular"), url("../fonts/AkkoStd-Regular.woff2") format("woff2"), url("../fonts/AkkoStd-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Akko Std';
  src: local("Akko Std Medium"), local("AkkoStd-Medium"), url("../fonts/AkkoStd-Medium.woff2") format("woff2"), url("../fonts/AkkoStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* Avenir Next
------------------------------------ */
@font-face {
  font-family: 'Avenir Next';
  src: local("AvenirNext-UltraLight"), url("../fonts/AvenirNext-UltraLight.woff2") format("woff2"), url("../fonts/AvenirNext-UltraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

/*
================================================================================

  Grid settings

================================================================================
*/
/*
================================================================================

  Responsive breakpoints settings

================================================================================
*/
/*
================================================================================

  General styles

================================================================================
*/
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #000;
  font-family: "Libertad", sans-serif;
}

/* Components
------------------------------------ */
/*
================================================================================

  "Hero" component

================================================================================
*/
.hero {
  width: 100%;
}

.hero__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.9rem;
  padding-bottom: 3.5rem;
  padding-left: 9.6rem;
  padding-right: 8rem;
  width: 100%;
  max-width: 128rem;
  height: 61.2rem;
}

.hero__supertop-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0.7rem;
  margin-right: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: calc(1.6rem + ((100% - 24rem) / 16 * 1));
}

.hero__chinese {
  font-family: "Akko Std", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.hero__chinese a {
  color: #fff;
  border-bottom: 0.1rem solid transparent;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero__chinese a:hover {
  border-bottom-color: #fff;
}

.hero__top-part {
  margin-right: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: calc(1.6rem + ((100% - 24rem) / 16 * 1));
}

.hero__top-part-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__top-left-part .hero__chinese {
  display: none;
}

.hero__bottom-part {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
  margin-right: -webkit-calc(4.8rem + ((100% - 24rem) / 16 * 3));
  margin-right: -moz-calc(4.8rem + ((100% - 24rem) / 16 * 3));
  margin-right: calc(4.8rem + ((100% - 24rem) / 16 * 3));
}

.hero__title {
  margin-bottom: 3.1rem;
  color: #585858;
  font-family: "Akko Std", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.46154;
}

.hero__tablet-actions {
  display: none;
}

.hero__logo {
  margin-top: 0.3rem;
  max-width: 11.2rem;
}

.hero__m-hamburger {
  display: none;
}

/* NAVIGATION
============================================================ */
.hero-nav {
  margin-left: -0.8rem;
}

.hero-nav__container {
  font-size: 0;
}

.hero-nav__item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2rem;
  margin-right: 0.7rem;
}

.hero-nav__item:last-child {
  margin-right: 0;
}

.hero-nav__link {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.085rem;
  line-height: 1.44444;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero-nav__link:hover {
  background-color: #007fc6;
}

.hero-nav__link:not([href]) {
  background-color: #007fc6;
  cursor: default;
}

.hero-nav__inner-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
}

/* CONTROLS
============================================================ */
.hero-controls {
  width: 17rem;
  font-size: 0;
}

.hero-controls__title {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3rem;
  width: 15.9rem;
  height: 5.1rem;
}

.hero-controls__title img {
  display: none;
  max-width: 100%;
}

.hero-controls__title img.js-active {
  display: block;
}

.hero-controls__btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  padding: 0;
  width: 5.1rem;
  height: 5.1rem;
  background-color: #8da6ad;
  border: 0.2rem solid #8da6ad;
  opacity: 0.85;
  outline: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.hero-controls__btn:hover, .hero-controls__btn:focus {
  background-color: #6f8f98;
  border-color: #6f8f98;
}

.hero-controls__btn--no-margin {
  margin-right: 0;
}

.hero-controls__btn.js-active {
  background-color: #c021cd;
  border: 0.2rem solid #fff;
  opacity: 1;
}

.hero-controls__btn.js-active svg {
  fill: #fff;
}

.hero-controls__btn svg {
  fill: #fff;
}

/* SLIDER
============================================================ */
.hero-slider {
  height: 61.2rem !important;
}

.hero-slider__item {
  height: 61.2rem !important;
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slider__item--1 {
  background-image: url("../img/hero/hero-bg-1.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--1 {
    background-image: url("../img/hero/hero-bg-1@2x.jpg");
  }
}

.hero-slider__item--2 {
  background-image: url("../img/hero/hero-bg-2.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--2 {
    background-image: url("../img/hero/hero-bg-2@2x.jpg");
  }
}

.hero-slider__item--3 {
  background-image: url("../img/hero/hero-bg-3.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--3 {
    background-image: url("../img/hero/hero-bg-3@2x.jpg");
  }
}

.hero-slider__item--4 {
  background-image: url("../img/hero/hero-bg-4.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--4 {
    background-image: url("../img/hero/hero-bg-4@2x.jpg");
  }
}

.hero-slider__item--5 {
  background-image: url("../img/hero/hero-bg-5.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--5 {
    background-image: url("../img/hero/hero-bg-5@2x.jpg");
  }
}

.hero-slider__item--6 {
  background-image: url("../img/hero/hero-bg-6.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--6 {
    background-image: url("../img/hero/hero-bg-6@2x.jpg");
  }
}

.hero-slider__item--7 {
  background-image: url("../img/hero/hero-bg-7.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--7 {
    background-image: url("../img/hero/hero-bg-7@2x.jpg");
  }
}

.hero-slider__item--8 {
  background-image: url("../img/hero/hero-bg-8.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--8 {
    background-image: url("../img/hero/hero-bg-8@2x.jpg");
  }
}

.hero-slider__item--9 {
  background-image: url("../img/hero/hero-bg-9.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--9 {
    background-image: url("../img/hero/hero-bg-9@2x.jpg");
  }
}

.hero-slider__item--10 {
  background-image: url("../img/hero/hero-bg-10.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--10 {
    background-image: url("../img/hero/hero-bg-10@2x.jpg");
  }
}

.hero-slider__item--11 {
  background-image: url("../img/hero/hero-bg-11.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--11 {
    background-image: url("../img/hero/hero-bg-11@2x.jpg");
  }
}

.hero-slider__item--12 {
  background-image: url("../img/hero/hero-bg-12.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .hero-slider__item--12 {
    background-image: url("../img/hero/hero-bg-12@2x.jpg");
  }
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .hero__container {
    padding-top: 1.9rem;
    padding-bottom: 3.4rem;
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
  .hero__supertop-part {
    margin-right: 0;
  }
  .hero__top-part {
    margin-right: 0;
  }
  .hero__bottom-part {
    margin-right: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-right: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-right: calc(3.2rem + ((100% - 24rem) / 16 * 2));
  }
  .hero-slider__item {
    background-size: cover;
  }
}

@media (max-width: 58.74em) {
  .hero__container {
    padding-top: 1.7rem;
    padding-bottom: 3rem;
    padding-left: 5.3rem;
    padding-right: 6rem;
    height: 60.7rem;
  }
  .hero__container.js-opened::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60.7rem;
    z-index: 11;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(5, 125, 191, 0.96)), color-stop(33.33%, #007fc6), color-stop(75%, rgba(68, 97, 113, 0.51)), to(rgba(88, 88, 88, 0)));
    background-image: -webkit-linear-gradient(top, rgba(5, 125, 191, 0.96) 0, #007fc6 33.33%, rgba(68, 97, 113, 0.51) 75%, rgba(88, 88, 88, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(5, 125, 191, 0.96) 0, #007fc6 33.33%, rgba(68, 97, 113, 0.51) 75%, rgba(88, 88, 88, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(5, 125, 191, 0.96) 0, #007fc6 33.33%, rgba(68, 97, 113, 0.51) 75%, rgba(88, 88, 88, 0) 100%);
  }
  .hero__supertop-part {
    position: relative;
    z-index: 100;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero__top-part {
    margin-left: 0;
    margin-right: 0;
  }
  .hero__top-part-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero__top-part-inner.js-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 5.3rem;
    padding-right: 6rem;
    height: 9.8rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 125, 191, 0.96)), color-stop(26.35%, #007fc6), color-stop(53.12%, rgba(68, 97, 113, 0.51)), color-stop(80.02%, rgba(88, 88, 88, 0)));
    background-image: -webkit-linear-gradient(top, rgba(5, 125, 191, 0.96) 0%, #007fc6 26.35%, rgba(68, 97, 113, 0.51) 53.12%, rgba(88, 88, 88, 0) 80.02%);
    background-image: -moz-linear-gradient(top, rgba(5, 125, 191, 0.96) 0%, #007fc6 26.35%, rgba(68, 97, 113, 0.51) 53.12%, rgba(88, 88, 88, 0) 80.02%);
    background-image: linear-gradient(180deg, rgba(5, 125, 191, 0.96) 0%, #007fc6 26.35%, rgba(68, 97, 113, 0.51) 53.12%, rgba(88, 88, 88, 0) 80.02%);
  }
  .hero__top-part-inner.js-fixed.js-opened::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(5, 125, 191, 0.96)), color-stop(33.33%, #007fc6), color-stop(75%, rgba(68, 97, 113, 0.51)), to(rgba(88, 88, 88, 0)));
    background-image: -webkit-linear-gradient(top, rgba(5, 125, 191, 0.96) 0, #007fc6 33.33%, rgba(68, 97, 113, 0.51) 75%, rgba(88, 88, 88, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(5, 125, 191, 0.96) 0, #007fc6 33.33%, rgba(68, 97, 113, 0.51) 75%, rgba(88, 88, 88, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(5, 125, 191, 0.96) 0, #007fc6 33.33%, rgba(68, 97, 113, 0.51) 75%, rgba(88, 88, 88, 0) 100%);
  }
  .hero__top-part-inner.js-fixed .hero__logo {
    margin-top: 1.8rem;
    width: 6.9rem;
    height: 8rem;
  }
  .hero__top-part-inner.js-fixed .hero__logo img {
    width: 6.9rem;
    height: 8rem;
  }
  .hero__top-part-inner.js-fixed .hero__chinese {
    position: relative;
    z-index: 10;
    display: block;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .hero__top-part-inner.js-fixed .hero__title {
    padding-right: 7rem;
    max-width: 40rem;
    color: #fff;
  }
  .hero__top-part-inner.js-fixed .hero-nav {
    display: none;
  }
  .hero__top-part-inner.js-fixed .hero-nav.js-opened {
    display: block;
  }
  .hero__top-left-part {
    padding-left: 0;
  }
  .hero__bottom-part {
    margin-right: 0;
  }
  .hero__title {
    margin-bottom: 2rem;
    padding-right: 26rem;
    width: 100%;
  }
  .hero__tablet-actions {
    position: absolute;
    right: 12.6rem;
    z-index: 13;
    display: block;
    margin-left: auto;
    margin-right: 4.4rem;
    width: 4rem;
    height: 4rem;
  }
  .hero__hamburger {
    position: absolute;
    top: 2.7rem;
    left: 0;
    padding: 0;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
  }
  .hero__hamburger svg {
    width: 4rem;
    height: 4rem;
    stroke: #fff;
  }
  .hero__close {
    position: absolute;
    top: 3.4rem;
    left: 0.6rem;
    display: none;
    padding: 0;
    width: 2.8rem;
    height: 2.8rem;
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }
  .hero__close svg {
    width: 2.8rem;
    height: 2.8rem;
    stroke: #fff;
  }
  .hero__logo {
    position: absolute;
    right: 2.2rem;
    z-index: 12;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .hero__logo img {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .hero-nav {
    position: relative;
    z-index: 20;
  }
  .hero-nav.js-opened .hero-nav__link:not([href]) {
    opacity: 0.55;
    background-color: #007fc6;
  }
  .hero-nav__inner-container {
    display: none;
    margin-top: 4.5rem;
    margin-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: calc(3.2rem + ((100% - 24rem) / 16 * 1));
  }
  .hero-nav__inner-container.js-opened {
    display: block;
  }
  .hero-nav__inner-container .hero-nav__item {
    margin-bottom: 4.5rem;
  }
  .hero-nav__item {
    margin-bottom: 0;
  }
  .hero-controls {
    position: static;
    margin-right: -0.5rem;
    width: 13.5rem;
  }
  .hero-controls__title {
    position: absolute;
    top: -4.5rem;
    right: 0;
    margin-right: 0;
    width: 13.0rem;
    height: 4.1rem;
  }
  .hero-controls__btn {
    margin-bottom: 0.4rem;
    margin-right: 0.4rem;
    width: 4rem;
    height: 4rem;
    background-color: #8da6ad;
    -moz-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.5);
    opacity: 0.85;
  }
  .hero-controls__btn--no-margin {
    margin-right: 0.4rem;
  }
  .hero-controls__btn.js-active {
    border: 0.1rem solid #fff;
  }
  .hero-controls__btn svg {
    width: 2.4rem;
    height: auto;
  }
  .hero-slider {
    height: 60.7rem !important;
  }
  .hero-slider__item {
    height: 60.7rem !important;
  }
}

@media (max-width: 47.99em) {
  .hero__container {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
    height: 54rem;
  }
  .hero__top-part-inner.js-fixed {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .hero-slider {
    height: 54rem !important;
  }
  .hero-slider__item {
    height: 54rem !important;
  }
}

@media (max-width: 37.49em) {
  .hero__container {
    padding-top: 3rem;
    padding-bottom: 3.9rem;
  }
  .hero__top-part-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero__top-part-inner.js-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 9.8rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 125, 191, 0.96)), color-stop(26.35%, #007fc6), color-stop(53.12%, rgba(68, 97, 113, 0.51)), color-stop(80.02%, rgba(88, 88, 88, 0)));
    background-image: -webkit-linear-gradient(top, rgba(5, 125, 191, 0.96) 0%, #007fc6 26.35%, rgba(68, 97, 113, 0.51) 53.12%, rgba(88, 88, 88, 0) 80.02%);
    background-image: -moz-linear-gradient(top, rgba(5, 125, 191, 0.96) 0%, #007fc6 26.35%, rgba(68, 97, 113, 0.51) 53.12%, rgba(88, 88, 88, 0) 80.02%);
    background-image: linear-gradient(180deg, rgba(5, 125, 191, 0.96) 0%, #007fc6 26.35%, rgba(68, 97, 113, 0.51) 53.12%, rgba(88, 88, 88, 0) 80.02%);
  }
  .hero__top-part-inner.js-fixed .hero__logo {
    position: absolute;
    top: 2.3rem;
    left: 2.5rem;
    margin-top: 0;
    width: 6.5rem;
    height: 6.6rem;
  }
  .hero__top-part-inner.js-fixed .hero__logo img {
    width: 5.8rem;
    height: 6.6rem;
  }
  .hero__top-part-inner.js-fixed .hero__chinese {
    display: none;
  }
  .hero__top-part-inner.js-fixed .hero__title {
    margin-top: 3.5rem;
    margin-left: 13.3rem;
    margin-right: auto;
    padding-right: 0;
    max-width: 14rem;
    color: #fff;
  }
  .hero__top-part-inner.js-fixed .hero__m-hamburger {
    top: 2.5rem;
  }
  .hero__tablet-actions {
    position: relative;
    right: auto;
    display: none;
  }
  .hero__supertop-part {
    display: none;
  }
  .hero__logo {
    position: relative;
    right: auto;
    margin-top: 0;
    margin-bottom: 1.3rem;
    width: 7.3rem;
    max-width: none;
    height: 8.3rem;
  }
  .hero__logo img {
    width: 7.3rem;
    height: 8.3rem;
  }
  .hero__title {
    padding-right: 0;
    width: auto;
    max-width: 11.4rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .hero__title span {
    display: none;
  }
  .hero__m-hamburger {
    position: absolute;
    top: 4.1rem;
    right: 2.2rem;
    display: block;
    padding: 0;
    width: 4.1rem;
    height: 4.1rem;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
  }
  .hero__m-hamburger svg {
    width: 4.1rem;
    height: 4.1rem;
    stroke: #fff;
  }
  .hero-nav {
    display: none;
  }
}

@media (max-width: 23.4275em) {
  .hero__top-part-inner.js-fixed .hero__title {
    max-width: 10rem;
  }
}

/*
================================================================================

  "To top" component

================================================================================
*/
.to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 127, 198, 0.8);
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.to-top.js-visible {
  opacity: 1;
}

.to-top__icon {
  width: 2rem;
  height: 1.6rem;
  stroke: #fff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 37.49em) {
  .to-top {
    display: none;
  }
}

/*
================================================================================

  "Mobile navigation" component

================================================================================
*/
.m-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding-top: 4.1rem;
  padding-left: 2.5rem;
  padding-right: 2.2rem;
  background-color: #007fc6;
}

.m-nav.js-opened {
  display: block;
}

.m-nav__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.5rem;
}

.m-nav__title {
  color: #fff;
  font-family: "Akko Std", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.m-nav__close {
  padding: 0;
  width: 2.9rem;
  height: 2.9rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.m-nav__close svg {
  width: 2.9rem;
  height: 2.9rem;
  stroke: #fff;
}

.m-nav__container {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 4rem;
  list-style-type: none;
  text-align: right;
}

.m-nav__item {
  margin-bottom: 2.2rem;
}

.m-nav__item:last-child {
  margin-bottom: 0;
}

.m-nav__link {
  color: #fff;
  font-family: "Akko Std", sans-serif;
  font-size: 1.9rem;
  line-height: 2.7rem;
  text-decoration: none;
}

.m-nav__footer {
  position: absolute;
  bottom: 5.6rem;
  right: 0;
  padding-right: 6.2rem;
}

.m-nav__partnership {
  display: block;
  margin-left: auto;
  width: 16.8rem;
  height: 2.5rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-height: 29.99em) {
  .m-nav__header {
    margin-bottom: 3.5rem;
  }
  .m-nav__partnership {
    display: none;
  }
}

@media (max-height: 23.43em) {
  .m-nav {
    padding-top: 2.5rem;
  }
  .m-nav__item {
    margin-bottom: 1.5rem;
  }
}

/*
================================================================================

  "Partnership" section

================================================================================
*/
.partnership {
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
  width: 100%;
}

.partnership__container {
  margin-right: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-right: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-right: calc(3.2rem + ((100% - 24rem) / 16 * 2));
}

.partnership svg {
  display: block;
  margin-left: auto;
  width: 19.8rem;
  height: 2.9rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 58.74em) {
  .partnership {
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .partnership__container {
    margin-right: 0;
  }
}

@media (max-width: 47.99em) {
  .partnership {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
}

/* Layout
------------------------------------ */
/*
================================================================================

  Page wrapper

================================================================================
*/
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

/*
================================================================================

  Footer

================================================================================
*/
.footer {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
  width: 100%;
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  padding-right: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  padding-right: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  color: #999;
  border-top: 0.6rem solid rgba(0, 127, 198, 0.15);
  font-size: 1.1rem;
  line-height: 1.36364;
}

.footer__container a {
  color: #999;
  text-decoration: none;
}

.footer__container a:hover {
  text-decoration: underline;
}

.footer__container p {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

.footer__container *:first-child {
  margin-top: 0;
}

.footer__container *:last-child {
  margin-bottom: 0;
}

.footer__copyright {
  margin-right: 1.6rem;
  width: -webkit-calc(8rem + ((100% - 24rem) / 16 * 6));
  width: -moz-calc(8rem + ((100% - 24rem) / 16 * 6));
  width: calc(8rem + ((100% - 24rem) / 16 * 6));
}

.footer__terms {
  margin-right: 1.6rem;
  width: -webkit-calc(6.4rem + ((100% - 24rem) / 16 * 5));
  width: -moz-calc(6.4rem + ((100% - 24rem) / 16 * 5));
  width: calc(6.4rem + ((100% - 24rem) / 16 * 5));
}

.footer__design {
  width: -webkit-calc(6.4rem + ((100% - 24rem) / 16 * 5));
  width: -moz-calc(6.4rem + ((100% - 24rem) / 16 * 5));
  width: calc(6.4rem + ((100% - 24rem) / 16 * 5));
  text-align: right;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .footer {
    padding-left: 8.4rem;
    padding-right: 6rem;
  }
  .footer__container {
    margin-right: 0;
    padding-bottom: 4.2rem;
    padding-right: 0;
  }
}

@media (max-width: 58.74em) {
  .footer {
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .footer__copyright {
    width: -webkit-calc(6.4rem + ((100% - 24rem) / 16 * 5));
    width: -moz-calc(6.4rem + ((100% - 24rem) / 16 * 5));
    width: calc(6.4rem + ((100% - 24rem) / 16 * 5));
  }
  .footer__design {
    width: -webkit-calc(8rem + ((100% - 24rem) / 16 * 6));
    width: -moz-calc(8rem + ((100% - 24rem) / 16 * 6));
    width: calc(8rem + ((100% - 24rem) / 16 * 6));
    text-align: right;
  }
}

@media (max-width: 47.99em) {
  .footer {
    padding-left: 2.5rem;
    padding-right: 2.3rem;
  }
  .footer__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__copyright {
    margin-right: 0;
    width: auto;
  }
  .footer__terms {
    margin-right: 0;
    width: auto;
  }
  .footer__design {
    width: auto;
    max-width: 12.5rem;
  }
}

@media (max-width: 37.49em) {
  .footer__container {
    display: block;
    padding-top: 2.4rem;
    padding-bottom: 4.3rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .footer__container p {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }
  .footer__copyright {
    margin-bottom: 1.8rem;
  }
  .footer__copyright p {
    margin-bottom: 1.9rem;
  }
  .footer__copyright p a {
    color: #a8a8a8;
    border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .footer__copyright p a:hover {
    color: #a8a800;
    border-bottom-color: #c7c703;
  }
  .footer__terms {
    margin-bottom: 3.8rem;
  }
  .footer__terms a {
    color: #a8a8a8;
    border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .footer__terms a:hover {
    color: #a8a800;
    border-bottom-color: #c7c703;
  }
  .footer__design {
    max-width: none;
    text-align: left;
  }
}

/* Pages
------------------------------------ */
/*
================================================================================

  "Home" page styles

================================================================================
*/
/* TRADING
============================================================ */
.trading {
  position: relative;
  padding-top: 2.3rem;
}

.trading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  width: -moz-calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  width: calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  height: 2.3rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#585858), color-stop(40%, #246f99), color-stop(65%, #007fc6), to(#585858));
  background-image: -webkit-linear-gradient(left, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  background-image: -moz-linear-gradient(left, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  background-image: linear-gradient(to right, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  opacity: 0.69;
}

.trading__container {
  margin-bottom: 5.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.1rem;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
}

.trading__title {
  margin-top: 0;
  margin-bottom: 3.1rem;
  max-width: 54.4rem;
  color: #007fc6;
  font-family: "Akko Std", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.21212;
}

.trading__inner-container {
  font-size: 0;
}

/* Item
------------------------------------ */
.trading-item {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(9.6rem + ((100% - 24rem) / 16 * 6));
  width: -moz-calc(9.6rem + ((100% - 24rem) / 16 * 6));
  width: calc(9.6rem + ((100% - 24rem) / 16 * 6));
}

.trading-item:nth-child(1) {
  margin-bottom: 5.8rem;
  margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: calc(1.6rem + ((100% - 24rem) / 16 * 1));
}

.trading-item:nth-child(2) {
  margin-bottom: 5.8rem;
}

.trading-item:nth-child(3) {
  margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-right: calc(1.6rem + ((100% - 24rem) / 16 * 1));
}

.trading-item__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #007fc6;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.33333;
}

.trading-item__desc {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.trading-item__desc a {
  color: #000;
  border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trading-item__desc a:hover {
  padding-bottom: 0.2rem;
  background-color: rgba(199, 199, 3, 0.6);
  border-bottom-width: 0.1rem;
  border-bottom-color: #000;
}

.trading-item__desc *:first-child {
  margin-top: 0;
}

.trading-item__desc *:last-child {
  margin-bottom: 0;
}

/* Certified
------------------------------------ */
.trading-certified {
  display: inline-block;
  vertical-align: top;
  margin-top: -3rem;
  width: -webkit-calc(8rem + ((100% - 24rem) / 16 * 6));
  width: -moz-calc(8rem + ((100% - 24rem) / 16 * 6));
  width: calc(8rem + ((100% - 24rem) / 16 * 6));
}

.trading-certified__title {
  margin-top: 0;
  margin-bottom: 2.2rem;
  color: rgba(128, 128, 0, 0.89);
  font-family: "DotMatrix", sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 0.9;
  text-transform: lowercase;
  text-align: right;
}

.trading-certified__title span {
  display: block;
  margin-right: auto;
  max-width: 34.6rem;
}

.trading-certified__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  max-width: 32rem;
  height: 11.8rem;
  background-color: rgba(199, 199, 3, 0.56);
}

.trading-certified__container img {
  display: block;
  max-width: 100%;
}

/* SOFTWARE
============================================================ */
.software {
  background-color: #ededed;
}

.software__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.4rem;
  padding-bottom: 6rem;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
}

.software__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
  width: -webkit-calc(11.2rem + ((100% - 24rem) / 16 * 8));
  width: -moz-calc(11.2rem + ((100% - 24rem) / 16 * 8));
  width: calc(11.2rem + ((100% - 24rem) / 16 * 8));
  height: 6.8rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(60%, #f8f8f8), to(#ededed));
  background-image: -webkit-linear-gradient(left, #fff 0%, #f8f8f8 60%, #ededed 100%);
  background-image: -moz-linear-gradient(left, #fff 0%, #f8f8f8 60%, #ededed 100%);
  background-image: linear-gradient(to right, #fff 0%, #f8f8f8 60%, #ededed 100%);
  border-top: 0.3rem solid #007fc6;
  border-bottom: 0.3rem solid #007fc6;
}

.software__title {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: -0.4rem;
  color: #007fc6;
  font-family: "Akko Std", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

/* Logos
------------------------------------ */
.software-logos {
  position: relative;
  margin-bottom: 4rem;
  margin-left: -webkit-calc(((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(((100% - 24rem) / 16 * 1));
  margin-left: calc(((100% - 24rem) / 16 * 1));
  width: -webkit-calc(20.8rem + ((100% - 24rem) / 16 * 13));
  width: -moz-calc(20.8rem + ((100% - 24rem) / 16 * 13));
  width: calc(20.8rem + ((100% - 24rem) / 16 * 13));
}

.software-logos__container {
  padding-right: 5.2rem;
}

.software-logos__item {
  margin-right: 1.2rem;
}

.software-logos__item img {
  display: block;
  max-width: 100% !important;
}

.software-logos__controls {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.software-logos__next-btn {
  display: block;
  margin-bottom: 0.2rem;
  padding: 0;
  width: 3.2rem;
  height: 5.5rem;
  background-color: #c7c703;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.software-logos__next-btn:hover, .software-logos__next-btn:focus {
  background-color: #959502;
}

.software-logos__next-btn svg {
  width: 1.6rem;
  height: 2rem;
}

.software-logos__prev-btn {
  display: block;
  padding: 0;
  width: 3.2rem;
  height: 5.5rem;
  background-color: #c7c703;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.software-logos__prev-btn:hover, .software-logos__prev-btn:focus {
  background-color: #959502;
}

.software-logos__prev-btn svg {
  width: 1.6rem;
  height: 2rem;
}

/* Article
------------------------------------ */
.software-article {
  margin-bottom: 5.3rem;
}

.software-article__title {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: -webkit-calc(((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(((100% - 24rem) / 16 * 1));
  margin-left: calc(((100% - 24rem) / 16 * 1));
  max-width: 55rem;
  color: #007fc6;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.33333;
}

.software-article__desc {
  margin-left: -webkit-calc(((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(((100% - 24rem) / 16 * 1));
  margin-left: calc(((100% - 24rem) / 16 * 1));
  max-width: 55rem;
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.software-article__desc a {
  color: #000;
  border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.software-article__desc a:hover {
  padding-bottom: 0.2rem;
  background-color: rgba(199, 199, 3, 0.6);
  border-bottom-width: 0.1rem;
  border-bottom-color: #000;
}

.software-article__desc *:first-child {
  margin-top: 0;
}

.software-article__desc *:last-child {
  margin-bottom: 0;
}

.software-article__caption {
  margin-top: 4rem;
  margin-bottom: 4.5rem;
  margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 2));
  margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 2));
  margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 2));
  width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
  height: 11.2rem;
  background-image: url("../img/index/software-trading-platforms.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .software-article__caption {
    background-image: url("../img/index/software-trading-platforms@2x.png");
    background-size: 44rem 11.1rem;
  }
}

.software-article__caption span {
  display: inline-block;
  margin-left: -0.7rem;
  padding-top: 1.5rem;
  color: #8b0096;
  font-family: "DotMatrix", sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 1;
  text-transform: lowercase;
}

/* Technologies
------------------------------------ */
.software-techs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -webkit-calc(((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(((100% - 24rem) / 16 * 1));
  margin-left: calc(((100% - 24rem) / 16 * 1));
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 3.6rem;
  padding-right: 2.4rem;
  max-width: 54.4rem;
  background-color: #e6e6e6;
  border: 0.2rem solid #fff;
}

.software-techs__title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.47059;
  text-transform: uppercase;
}

.software-techs__container img {
  display: block;
  max-width: 100%;
}

/* CONNECT
============================================================ */
.connect {
  position: relative;
  margin-bottom: 7.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.7rem;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
  width: 100%;
}

.connect::before {
  content: '';
  position: absolute;
  top: 0;
  right: 8rem;
  -webkit-transform: translateX(-0.5rem);
  -moz-transform: translateX(-0.5rem);
  -o-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
  margin-right: -webkit-calc(((100% - 24rem) / 16 * 1));
  margin-right: -moz-calc(((100% - 24rem) / 16 * 1));
  margin-right: calc(((100% - 24rem) / 16 * 1));
  width: -webkit-calc(12.8rem + ((100% - 24rem) / 16 * 9));
  width: -moz-calc(12.8rem + ((100% - 24rem) / 16 * 9));
  width: calc(12.8rem + ((100% - 24rem) / 16 * 9));
  height: 2.7rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#585858), color-stop(50%, #246f99), color-stop(75%, #007fc6), to(rgba(88, 88, 88, 0)));
  background-image: -webkit-linear-gradient(right, #585858 0%, #246f99 50%, #007fc6 75%, rgba(88, 88, 88, 0) 100%);
  background-image: -moz-linear-gradient(right, #585858 0%, #246f99 50%, #007fc6 75%, rgba(88, 88, 88, 0) 100%);
  background-image: linear-gradient(to left, #585858 0%, #246f99 50%, #007fc6 75%, rgba(88, 88, 88, 0) 100%);
  opacity: 0.69;
}

.connect__illustration {
  margin-top: 5.4rem;
  margin-bottom: 4rem;
  margin-left: -webkit-calc(4.8rem + ((100% - 24rem) / 16 * 3));
  margin-left: -moz-calc(4.8rem + ((100% - 24rem) / 16 * 3));
  margin-left: calc(4.8rem + ((100% - 24rem) / 16 * 3));
  width: -webkit-calc(9.6rem + ((100% - 24rem) / 16 * 7));
  width: -moz-calc(9.6rem + ((100% - 24rem) / 16 * 7));
  width: calc(9.6rem + ((100% - 24rem) / 16 * 7));
}

.connect__illustration img {
  display: block;
  max-width: 100%;
}

.connect__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.connect__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.6rem;
  width: -webkit-calc(6.4rem + ((100% - 24rem) / 16 * 5));
  width: -moz-calc(6.4rem + ((100% - 24rem) / 16 * 5));
  width: calc(6.4rem + ((100% - 24rem) / 16 * 5));
  color: #007fc6;
  font-family: "Akko Std", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.21212;
}

.connect__article {
  padding-left: 0.5rem;
  width: -webkit-calc(9.6rem + ((100% - 24rem) / 16 * 7));
  width: -moz-calc(9.6rem + ((100% - 24rem) / 16 * 7));
  width: calc(9.6rem + ((100% - 24rem) / 16 * 7));
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.connect__article section {
  margin-bottom: 3.5rem;
}

.connect__article section:first-of-type h3 {
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
}

.connect__article section:last-child {
  margin-bottom: 0;
}

.connect__article section:last-child p {
  margin-bottom: 0;
}

.connect__article h3 {
  margin-top: 0;
  margin-bottom: 1.8rem;
  color: #007fc6;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.33333;
}

.connect__article p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.connect__article a {
  color: #000;
  border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.connect__article a:hover {
  padding-bottom: 0.2rem;
  background-color: rgba(199, 199, 3, 0.6);
  border-bottom-width: 0.1rem;
  border-bottom-color: #000;
}

/* VIX
------------------------------------ */
.connect-vix {
  position: relative;
  margin-top: 5.3rem;
  margin-bottom: 8.4rem;
  margin-left: auto;
  width: 43.2rem;
  height: 10.4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(161, 0, 173, 0)), color-stop(20%, rgba(167, 8, 179, 0.25)), color-stop(40%, rgba(175, 17, 186, 0.73)), color-stop(60%, rgba(123, 25, 191, 0.97)), color-stop(92%, #007fc6), to(#007fc6));
  background-image: -webkit-linear-gradient(left, rgba(161, 0, 173, 0) 0%, rgba(167, 8, 179, 0.25) 20%, rgba(175, 17, 186, 0.73) 40%, rgba(123, 25, 191, 0.97) 60%, #007fc6 92%, #007fc6 100%);
  background-image: -moz-linear-gradient(left, rgba(161, 0, 173, 0) 0%, rgba(167, 8, 179, 0.25) 20%, rgba(175, 17, 186, 0.73) 40%, rgba(123, 25, 191, 0.97) 60%, #007fc6 92%, #007fc6 100%);
  background-image: linear-gradient(to right, rgba(161, 0, 173, 0) 0%, rgba(167, 8, 179, 0.25) 20%, rgba(175, 17, 186, 0.73) 40%, rgba(123, 25, 191, 0.97) 60%, #007fc6 92%, #007fc6 100%);
}

.connect-vix__title {
  padding-top: 1.8rem;
  padding-left: 2.4rem;
  max-width: 38rem;
  color: rgba(219, 219, 104, 0.89);
  font-family: "DotMatrix", sans-serif;
  font-size: 3.7rem;
  letter-spacing: 0.18rem;
  line-height: 0.85;
  text-align: right;
}

.connect-vix__subtitle {
  position: absolute;
  left: 4.8rem;
  bottom: -2.4rem;
  color: #fff;
  font-family: 'Avenir Next', sans-serif;
  font-size: 10.9rem;
  font-weight: 100;
  letter-spacing: 2.2rem;
  line-height: 4rem;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.43);
  text-transform: uppercase;
}

/* STYLES
============================================================ */
.styles {
  margin-bottom: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
  width: 100%;
}

.styles__header {
  position: relative;
  margin-bottom: 3rem;
  margin-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
  padding-top: 7.9rem;
  width: -webkit-calc(14.4rem + ((100% - 24rem) / 16 * 10));
  width: -moz-calc(14.4rem + ((100% - 24rem) / 16 * 10));
  width: calc(14.4rem + ((100% - 24rem) / 16 * 10));
}

.styles__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.7rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 127, 198, 0.77)), color-stop(45%, rgba(36, 111, 153, 0.85)), color-stop(75%, rgba(0, 127, 198, 0.47)), color-stop(85%, rgba(88, 88, 88, 0.22)), to(rgba(88, 88, 88, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 127, 198, 0.77) 0%, rgba(36, 111, 153, 0.85) 45%, rgba(0, 127, 198, 0.47) 75%, rgba(88, 88, 88, 0.22) 85%, rgba(88, 88, 88, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 127, 198, 0.77) 0%, rgba(36, 111, 153, 0.85) 45%, rgba(0, 127, 198, 0.47) 75%, rgba(88, 88, 88, 0.22) 85%, rgba(88, 88, 88, 0));
  background-image: linear-gradient(to right, rgba(0, 127, 198, 0.77) 0%, rgba(36, 111, 153, 0.85) 45%, rgba(0, 127, 198, 0.47) 75%, rgba(88, 88, 88, 0.22) 85%, rgba(88, 88, 88, 0));
}

.styles__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #007fc6;
  font-family: "Akko Std", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.21212;
}

.styles__container {
  padding-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  padding-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  padding-left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
}

/* Item
------------------------------------ */
.styles-item {
  margin-bottom: 2rem;
  width: 54.4rem;
}

.styles-item:last-child {
  margin-bottom: 0;
}

.styles-item__content {
  display: none;
  margin-top: 1.2rem;
  padding-top: 2.1rem;
  padding-bottom: 1.4rem;
  padding-left: 2rem;
  padding-right: 4rem;
  border-top: 0.6rem solid rgba(0, 127, 198, 0.19);
  border-bottom: 0.6rem solid rgba(0, 127, 198, 0.19);
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.styles-item__content a {
  color: #000;
  border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.styles-item__content a:hover {
  padding-bottom: 0.2rem;
  background-color: rgba(199, 199, 3, 0.6);
  border-bottom-width: 0.1rem;
  border-bottom-color: #000;
}

.styles-item__content *:first-child {
  margin-top: 0;
}

.styles-item__content *:last-child {
  margin-bottom: 0;
}

.styles-item-btn {
  padding: 0;
  height: 3.2rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.styles-item-btn.js-opened .styles-item-btn__icon::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.styles-item-btn__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
  color: #007fc6;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: normal;
}

.styles-item-btn__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.4rem;
  width: 1rem;
  height: 1rem;
}

.styles-item-btn__icon::before {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0;
  right: 0;
  width: 1rem;
  height: 0.2rem;
  background-color: rgba(199, 199, 3, 0.89);
}

.styles-item-btn__icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0.4rem;
  right: 0;
  width: 0.2rem;
  height: 1rem;
  background-color: rgba(199, 199, 3, 0.89);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* Sidebar
------------------------------------ */
.styles-sidebar {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-right: 3.4rem;
  max-width: 89rem;
}

.styles-sidebar__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: -42rem;
  bottom: 0;
  background-image: url("../img/index/styles-sidebar.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.styles-sidebar__container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  height: 13rem;
}

.styles-sidebar__desc {
  margin-top: 0.3rem;
  max-width: 48rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.47368;
}

.styles-sidebar__desc *:first-child {
  margin-top: 0;
}

.styles-sidebar__desc *:last-child {
  margin-bottom: 0;
}

.styles-sidebar__title {
  margin-top: -1rem;
  margin-bottom: 0;
  max-width: 22.4rem;
  color: #ed00ff;
  font-family: "DotMatrix", sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 0.86486;
  text-align: right;
}

/* SCALE
============================================================ */
.scale {
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
  width: 100%;
}

.scale__header {
  position: relative;
  margin-bottom: 5.3rem;
  padding-top: 4.6rem;
}

.scale__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
  right: -99rem;
  background-color: #ededed;
  height: 34rem;
}

.scale__title {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 4.8rem;
  padding-left: 5.6rem;
  width: -webkit-calc(11.2rem + ((100% - 24rem) / 16 * 8));
  width: -moz-calc(11.2rem + ((100% - 24rem) / 16 * 8));
  width: calc(11.2rem + ((100% - 24rem) / 16 * 8));
  height: 6.8rem;
  color: #007fc6;
  background-color: #fff;
  border-top: 0.3rem solid #007fc6;
  border-bottom: 0.3rem solid #007fc6;
  font-family: "Akko Std", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 6.6rem;
  white-space: nowrap;
}

.scale__subtitle {
  position: relative;
  z-index: 10;
  margin-left: -webkit-calc(12.8rem + ((100% - 24rem) / 16 * 9));
  margin-left: -moz-calc(12.8rem + ((100% - 24rem) / 16 * 9));
  margin-left: calc(12.8rem + ((100% - 24rem) / 16 * 9));
  padding-left: 3.7rem;
  color: #0ff;
  font-family: "DotMatrix", sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 0.86486;
}

.scale__illustration {
  position: relative;
  z-index: 10;
  margin-top: -1rem;
}

.scale__illustration img {
  display: block;
  max-width: 100%;
}

.scale__slogan {
  margin-top: 0;
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
  color: #007fc6;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.33333;
}

.scale__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
}

/* Item
------------------------------------ */
.scale-item {
  width: 32%;
}

.scale-item__thumb {
  margin-bottom: 2.5rem;
  max-width: 24rem;
}

.scale-item__thumb img {
  display: block;
  max-width: 100%;
}

.scale-item__title {
  margin-top: 0;
  margin-bottom: 1.6rem;
  min-height: 5.2rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.scale-item__desc {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.scale-item__desc a {
  color: #000;
  border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.scale-item__desc a:hover {
  padding-bottom: 0.2rem;
  background-color: rgba(199, 199, 3, 0.6);
  border-bottom-width: 0.1rem;
  border-bottom-color: #000;
}

.scale-item__desc *:first-child {
  margin-top: 0;
}

.scale-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 106.24em) {
  .styles-sidebar__bg {
    left: -31rem;
  }
}

@media (max-width: 93.74em) {
  .styles-sidebar__bg {
    left: -21rem;
  }
}

@media (max-width: 84.365em) {
  .styles-sidebar__bg {
    left: -13.5rem;
  }
}

@media (max-width: 79.99em) {
  .trading::before {
    width: 100%;
  }
  .trading__container {
    margin-bottom: 5.8rem;
    padding-top: 5.1rem;
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
  .trading-item {
    width: -webkit-calc(9.6rem + ((100% - 24rem) / 16 * 7));
    width: -moz-calc(9.6rem + ((100% - 24rem) / 16 * 7));
    width: calc(9.6rem + ((100% - 24rem) / 16 * 7));
  }
  .trading-item:nth-child(1) {
    margin-bottom: 3.4rem;
    margin-left: 0;
    margin-right: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: calc(3.2rem + ((100% - 24rem) / 16 * 1));
  }
  .trading-item:nth-child(2) {
    margin-bottom: 3.4rem;
  }
  .trading-item:nth-child(3) {
    margin-left: 0;
    margin-right: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: calc(3.2rem + ((100% - 24rem) / 16 * 1));
  }
  .trading-certified {
    margin-top: -2.6rem;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    width: -webkit-calc(9.6rem + ((100% - 24rem) / 16 * 7));
    width: -moz-calc(9.6rem + ((100% - 24rem) / 16 * 7));
    width: calc(9.6rem + ((100% - 24rem) / 16 * 7));
  }
  .trading-certified__title {
    margin-left: -2.6rem;
  }
  .software__container {
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
  .software__header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 5.6rem;
    width: 54.4rem;
  }
  .software-logos {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    width: -webkit-calc(20.8rem + ((100% - 24rem) / 16 * 14));
    width: -moz-calc(20.8rem + ((100% - 24rem) / 16 * 14));
    width: calc(20.8rem + ((100% - 24rem) / 16 * 14));
  }
  .software-logos__container {
    padding-right: 5.2rem;
  }
  .software-article__title {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  }
  .software-article__desc {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  }
  .software-article__caption {
    margin-left: -webkit-calc(4.8rem + ((100% - 24rem) / 16 * 2));
    margin-left: -moz-calc(4.8rem + ((100% - 24rem) / 16 * 2));
    margin-left: calc(4.8rem + ((100% - 24rem) / 16 * 2));
    padding-left: 1rem;
    width: -webkit-calc(24rem + ((100% - 24rem) / 16 * 15));
    width: -moz-calc(24rem + ((100% - 24rem) / 16 * 15));
    width: calc(24rem + ((100% - 24rem) / 16 * 15));
  }
  .software-techs {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  }
  .connect {
    margin-bottom: 5.5rem;
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
  .connect::before {
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    margin-right: 0;
    width: -webkit-calc(19.2rem + ((100% - 24rem) / 16 * 12));
    width: -moz-calc(19.2rem + ((100% - 24rem) / 16 * 12));
    width: calc(19.2rem + ((100% - 24rem) / 16 * 12));
  }
  .connect__title {
    margin-right: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 1));
    margin-right: calc(3.2rem + ((100% - 24rem) / 16 * 1));
  }
  .connect__article {
    padding-left: 0;
  }
  .connect__article section {
    margin-bottom: 3.5rem;
  }
  .connect__article section:first-of-type h3 {
    margin-bottom: 1.6rem;
  }
  .connect__article h3 {
    margin-bottom: 1.6rem;
  }
  .styles {
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
  .styles__header {
    margin-bottom: 3.4rem;
    width: -webkit-calc(19.2rem + ((100% - 24rem) / 16 * 11));
    width: -moz-calc(19.2rem + ((100% - 24rem) / 16 * 11));
    width: calc(19.2rem + ((100% - 24rem) / 16 * 11));
  }
  .styles-sidebar {
    padding-right: 5.6rem;
    max-width: none;
  }
  .styles-sidebar__container {
    padding-left: 0.6rem;
  }
  .styles-sidebar__title {
    margin-top: -1.2rem;
  }
  .scale {
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
  .scale__title {
    margin-bottom: 5rem;
    width: 54.4rem;
  }
  .scale__subtitle {
    margin-left: -webkit-calc(16rem + ((100% - 24rem) / 16 * 11));
    margin-left: -moz-calc(16rem + ((100% - 24rem) / 16 * 11));
    margin-left: calc(16rem + ((100% - 24rem) / 16 * 11));
  }
  .scale__illustration {
    margin-top: -1.5rem;
    margin-left: -3.4rem;
  }
  .scale-item {
    width: 32%;
  }
  .scale-item__thumb {
    margin-bottom: 2.5rem;
  }
  .scale-item__title {
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 58.74em) {
  .trading__container {
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .trading__title {
    margin-bottom: 2.3rem;
  }
  .trading__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trading-item {
    display: block;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
  }
  .trading-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-right: 0;
  }
  .trading-item:nth-child(1) .trading-item__title {
    margin-bottom: 2.3rem;
    color: #000;
    font-size: 1.9rem;
    line-height: 1.47368;
  }
  .trading-item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  }
  .trading-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 2.6rem;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-right: 0;
  }
  .trading-item__title {
    margin-bottom: 1.6rem;
    font-size: 2.3rem;
    line-height: 1.21739;
  }
  .trading-certified {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 5.2rem;
    margin-bottom: 5.7rem;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(22.4rem + ((100% - 24rem) / 16 * 14));
    width: -moz-calc(22.4rem + ((100% - 24rem) / 16 * 14));
    width: calc(22.4rem + ((100% - 24rem) / 16 * 14));
  }
  .trading-certified__title {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 3.2rem;
    font-size: 3.3rem;
    letter-spacing: 0.18rem;
    line-height: 1;
  }
  .trading-certified__title span {
    max-width: 23.6rem;
  }
  .trading-certified__container {
    margin-top: -0.3rem;
    margin-left: 0;
  }
  .software__container {
    padding-top: 5.5rem;
    padding-bottom: 6.2rem;
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .software__header {
    padding-left: 5.6rem;
  }
  .software__title {
    margin-left: 0;
  }
  .software-logos {
    margin-bottom: 3rem;
    margin-left: 0;
    width: 100%;
  }
  .software-logos__item {
    margin-right: 1.6rem;
  }
  .software-logos__item img {
    min-width: 23.6rem;
    min-height: 18.5rem;
  }
  .software-logos__next-btn {
    width: 4.2rem;
    height: 7.2rem;
  }
  .software-logos__next-btn svg {
    width: 1.8rem;
    height: 2.2rem;
  }
  .software-logos__prev-btn {
    width: 4.2rem;
    height: 7.2rem;
  }
  .software-logos__prev-btn svg {
    width: 1.8rem;
    height: 2.2rem;
  }
  .software-article {
    margin-bottom: 4.6rem;
  }
  .software-article__title {
    margin-bottom: 1.4rem;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
    max-width: none;
    font-size: 2.3rem;
    line-height: 1.21739;
  }
  .software-article__desc {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
    max-width: none;
  }
  .software-article__desc p {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
  }
  .software-article__caption {
    margin-top: 4.8rem;
    margin-bottom: 3rem;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    padding-left: 0;
    width: -webkit-calc(100% - ((100% - 76.8rem) / 2) - ((100% - 24rem) / 16) * 1);
    width: -moz-calc(100% - ((100% - 76.8rem) / 2) - ((100% - 24rem) / 16) * 1);
    width: calc(100% - ((100% - 76.8rem) / 2) - ((100% - 24rem) / 16) * 1);
    background-image: url("../img/index/software-trading-platforms-tablet.png");
    background-position: 100% 50%;
  }
}

@media only screen and (max-width: 58.74em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 58.74em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 58.74em) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 58.74em) and (min-resolution: 144dpi) {
  .software-article__caption {
    background-image: url("../img/index/software-trading-platforms-tablet@2x.png");
    background-size: 53.4rem 11.3rem;
  }
}

@media (max-width: 58.74em) {
  .software-article__caption span {
    margin-left: 0;
    padding-top: 1.5rem;
  }
  .software-techs {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  }
  .connect {
    margin-bottom: 5.5rem;
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .connect::before {
    left: 5rem;
    right: 0;
    width: 100%;
  }
  .connect__illustration {
    margin-top: 7rem;
    margin-bottom: 8.7rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 43.1rem;
  }
  .connect__illustration img {
    margin-left: -2.4rem;
  }
  .connect__container {
    display: block;
  }
  .connect__title {
    margin-bottom: 4.2rem;
    margin-right: 0;
    width: -webkit-calc(16rem + ((100% - 24rem) / 16 * 11));
    width: -moz-calc(16rem + ((100% - 24rem) / 16 * 11));
    width: calc(16rem + ((100% - 24rem) / 16 * 11));
  }
  .connect__article {
    padding-left: 0;
    margin-left: -webkit-calc(8rem + ((100% - 24rem) / 16 * 5));
    margin-left: -moz-calc(8rem + ((100% - 24rem) / 16 * 5));
    margin-left: calc(8rem + ((100% - 24rem) / 16 * 5));
    width: -webkit-calc(14.4rem + ((100% - 24rem) / 16 * 9));
    width: -moz-calc(14.4rem + ((100% - 24rem) / 16 * 9));
    width: calc(14.4rem + ((100% - 24rem) / 16 * 9));
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .connect__article section {
    margin-bottom: 2.6rem;
  }
  .connect__article section:first-of-type h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .connect__article h3 {
    margin-bottom: 1.5rem;
    font-size: 2.3rem;
    line-height: 1.21739;
  }
  .connect-vix {
    margin-top: 4.8rem;
    margin-bottom: 8.4rem;
    margin-left: -1rem;
  }
  .connect-vix__subtitle {
    left: 4.8rem;
  }
  .styles {
    position: relative;
    margin-bottom: 7.1rem;
    padding-top: 2.7rem;
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .styles__header {
    position: static;
    margin-bottom: 3.5rem;
    margin-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
    padding-top: 5.3rem;
    width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
  }
  .styles__header::before {
    right: 6.4rem;
  }
  .styles-item {
    margin-bottom: 1.4rem;
    width: 100%;
  }
  .styles-item__content {
    margin-top: 1.6rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
  .styles-item-btn__title {
    font-size: 2.3rem;
  }
  .styles-sidebar {
    margin-top: 0;
    margin-bottom: 3.7rem;
    margin-left: -5.3rem;
    margin-right: -6rem;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    background-position: 0 50%;
  }
  .styles-sidebar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 2.5rem;
    padding-left: 4.9rem;
    height: 20.4rem;
  }
  .styles-sidebar__desc {
    margin-top: 0;
    max-width: 47.5rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .styles-sidebar__title {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-right: 6.4rem;
    max-width: none;
  }
  .scale {
    margin-bottom: 5.5rem;
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .scale__header {
    margin-bottom: 10rem;
    padding-top: 4.6rem;
  }
  .scale__header::before {
    left: -webkit-calc(8rem + ((100% - 24rem) / 16 * 5));
    left: -moz-calc(8rem + ((100% - 24rem) / 16 * 5));
    left: calc(8rem + ((100% - 24rem) / 16 * 5));
    width: 70rem;
    height: 47rem;
  }
  .scale__title {
    margin-bottom: 4.4rem;
    padding-left: 4.2rem;
    max-width: 53rem;
  }
  .scale__subtitle {
    margin-left: -2rem;
    padding-left: 0;
    width: 100%;
    text-align: right;
  }
  .scale__illustration {
    margin-top: 0;
    margin-left: -4.9rem;
    margin-right: -3rem;
  }
  .scale__slogan {
    margin-bottom: 3.2rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.21739;
  }
  .scale__container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .scale-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.6rem;
    width: 100%;
  }
  .scale-item:nth-child(1) .scale-item__thumb img {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
  }
  .scale-item__thumb {
    margin-bottom: 0;
    margin-right: 1.6rem;
    width: -webkit-calc(6.4rem + ((100% - 24rem) / 16 * 5));
    width: -moz-calc(6.4rem + ((100% - 24rem) / 16 * 5));
    width: calc(6.4rem + ((100% - 24rem) / 16 * 5));
  }
  .scale-item__content {
    width: -webkit-calc(16rem + ((100% - 24rem) / 16 * 11));
    width: -moz-calc(16rem + ((100% - 24rem) / 16 * 11));
    width: calc(16rem + ((100% - 24rem) / 16 * 11));
  }
  .scale-item__title {
    margin-bottom: 1.5rem;
    min-height: 0;
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}

@media (max-width: 47.99em) {
  .trading__container {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .software__container {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .connect {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .styles {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .scale {
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
}

@media (max-width: 37.49em) {
  .trading__container {
    margin-bottom: 7.8rem;
    padding-top: 4.4rem;
  }
  .trading__title {
    margin-bottom: 2.4rem;
    max-width: none;
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .trading-item:nth-child(1) {
    margin-bottom: 2.6rem;
    margin-left: 0;
    width: 100%;
  }
  .trading-item:nth-child(1) .trading-item__title {
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .trading-item:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }
  .trading-item:nth-child(3) {
    margin-bottom: 2.6rem;
    margin-left: 0;
    width: 100%;
  }
  .trading-item__title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .trading-item__desc {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .trading-certified {
    display: none;
  }
  .software__container {
    padding-top: 4.3rem;
    padding-bottom: 4.2rem;
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .software__header {
    margin-bottom: 5.7rem;
    padding-top: 1.8rem;
    padding-bottom: 1.1rem;
    padding-left: 2.1rem;
    width: auto;
    height: auto;
  }
  .software__title {
    margin-top: 0;
    margin-left: 0;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: left;
    white-space: normal;
  }
  .software-article {
    margin-bottom: 4.8rem;
  }
  .software-article__title {
    margin-bottom: 1.7rem;
    margin-left: 0;
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .software-article__desc {
    margin-left: 0;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .software-article__caption {
    margin-top: 3.6rem;
    margin-left: 0;
    padding-left: 1.2rem;
    width: -webkit-calc(100% + 2.2rem);
    width: -moz-calc(100% + 2.2rem);
    width: calc(100% + 2.2rem);
    background-position: 0 50%;
    background-size: cover;
  }
  .software-article__caption span {
    padding-top: 1.8rem;
    max-width: 22.4rem;
    line-height: 0.9;
    text-align: right;
  }
  .software-techs {
    display: block;
    margin-left: 0;
    padding-top: 1.3rem;
    text-align: center;
  }
  .software-techs__title {
    margin-bottom: 0.9rem;
  }
  .connect {
    margin-bottom: 5.4rem;
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .connect::before {
    left: 2.5rem;
  }
  .connect__illustration {
    margin-top: 3.8rem;
    margin-bottom: 6rem;
    width: 100%;
    max-width: none;
  }
  .connect__illustration img {
    margin-left: 0;
  }
  .connect__title {
    margin-bottom: 3.8rem;
    width: 100%;
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .connect__article {
    margin-left: 0;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .connect__article h3 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .connect-vix {
    margin-top: 4.3rem;
    margin-bottom: 7.9rem;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .connect-vix__title {
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
    padding-right: 4.2rem;
    max-width: 38rem;
  }
  .connect-vix__subtitle {
    left: 3.5rem;
  }
  .styles {
    margin-bottom: 3.7rem;
    padding-top: 5.7rem;
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .styles__header {
    margin-bottom: 3rem;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .styles__header::before {
    left: 2.5rem;
    right: 2.2rem;
  }
  .styles__container {
    padding-left: 0;
  }
  .styles-item {
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .styles-item__content {
    margin-top: 1.6rem;
    margin-left: -2.5rem;
    margin-right: -2.2rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .styles-item-btn {
    height: auto;
    text-align: left;
  }
  .styles-item-btn__title {
    display: inline;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .styles-item-btn__icon {
    display: inline;
    margin-top: 0;
  }
  .styles-item-btn__icon::before {
    top: 0;
  }
  .styles-item-btn__icon::after {
    top: -0.4rem;
  }
  .styles-sidebar {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: -webkit-calc(100% + 5rem);
    width: -moz-calc(100% + 5rem);
    width: calc(100% + 5rem);
  }
  .styles-sidebar__bg {
    left: 0;
    background-position: 0 50%;
  }
  .styles-sidebar__container {
    padding-top: 2.8rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.2rem;
    height: auto;
  }
  .styles-sidebar__desc {
    max-width: none;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .styles-sidebar__title {
    margin-bottom: 3.5rem;
    margin-right: 0;
    font-size: 3.7rem;
  }
  .scale {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .scale__header {
    margin-bottom: 7.8rem;
    padding-top: 5.4rem;
    padding-bottom: 2.8rem;
    background-color: #ededed;
  }
  .scale__header::before {
    display: none;
  }
  .scale__title {
    margin-left: 2.5rem;
    margin-right: 2.2rem;
    margin-bottom: 5.1rem;
    padding-top: 1.8rem;
    padding-bottom: 1rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    width: auto;
    height: auto;
    font-size: 3.5rem;
    line-height: 4rem;
    white-space: normal;
  }
  .scale__subtitle {
    margin-bottom: 3rem;
    margin-left: -2.7rem;
  }
  .scale__illustration {
    margin-left: 0;
    margin-right: 0;
    width: 55rem;
    height: 27.7rem;
  }
  .scale__slogan {
    margin-bottom: 4rem;
    margin-left: 2.5rem;
    margin-right: 2.2rem;
    width: auto;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .scale__container {
    margin-bottom: 6.9rem;
    width: auto;
  }
  .scale-item {
    display: block;
    margin-left: 2.5rem;
    margin-right: 2.2rem;
    margin-bottom: 5.6rem;
    width: auto;
  }
  .scale-item:nth-child(1) .scale-item__thumb img {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .scale-item__thumb {
    margin-bottom: 2rem;
    margin-right: 0;
    width: auto;
    max-width: none;
  }
  .scale-item__content {
    width: auto;
  }
  .scale-item__title {
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .scale-item__desc {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .trading__title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .software__title {
    font-size: 3rem;
  }
  .connect__title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .styles__title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .scale__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}

/*
================================================================================

  "Disclaimer" page styles

================================================================================
*/
.disclaimer {
  position: relative;
  padding-top: 2.3rem;
}

.disclaimer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  width: -moz-calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  width: calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  height: 2.3rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#585858), color-stop(40%, #246f99), color-stop(65%, #007fc6), to(#585858));
  background-image: -webkit-linear-gradient(left, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  background-image: -moz-linear-gradient(left, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  background-image: linear-gradient(to right, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  opacity: 0.69;
}

.disclaimer__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.6rem;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
  width: 100%;
}

.disclaimer__article {
  margin-bottom: 12.3rem;
  width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
  width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.disclaimer__article section {
  margin-bottom: 2.5rem;
}

.disclaimer__article section:last-child {
  margin-bottom: 0;
}

.disclaimer__article h1 {
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: #007fc6;
  font-family: "Akko Std", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.21212;
}

.disclaimer__article h2 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  color: #007fc6;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.disclaimer__article p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
  margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
}

.disclaimer__article a {
  color: #000;
  border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.disclaimer__article a:hover {
  padding-bottom: 0.2rem;
  background-color: rgba(199, 199, 3, 0.6);
  border-bottom-width: 0.1rem;
  border-bottom-color: #000;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .disclaimer::before {
    width: 100%;
  }
  .disclaimer__container {
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
  .disclaimer__article h2 {
    margin-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
  }
  .disclaimer__article p {
    margin-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
    margin-left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
  }
}

@media (max-width: 58.74em) {
  .disclaimer__container {
    padding-top: 5.5rem;
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .disclaimer__article {
    margin-bottom: 12.3rem;
    width: auto;
  }
  .disclaimer__article section {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
    width: -webkit-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: -moz-calc(17.6rem + ((100% - 24rem) / 16 * 12));
    width: calc(17.6rem + ((100% - 24rem) / 16 * 12));
  }
  .disclaimer__article h2 {
    margin-left: 0;
  }
  .disclaimer__article p {
    margin-left: 0;
  }
}

@media (max-width: 37.49em) {
  .disclaimer__container {
    padding-top: 4.2rem;
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .disclaimer__article {
    margin-bottom: 8.5rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .disclaimer__article section {
    margin-left: 0;
    width: 100%;
  }
  .disclaimer__article h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .disclaimer__article h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .disclaimer__article h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

/*
================================================================================

  "Contact" page styles

================================================================================
*/
.contact {
  position: relative;
  padding-top: 2.3rem;
}

.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  width: -moz-calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  width: calc(100% - ((100% - 128rem) / 2) - 7.5rem - ((100% - 24rem) / 16) * 1);
  height: 2.3rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#585858), color-stop(40%, #246f99), color-stop(65%, #007fc6), to(#585858));
  background-image: -webkit-linear-gradient(left, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  background-image: -moz-linear-gradient(left, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  background-image: linear-gradient(to right, #585858 0%, #246f99 40%, #007fc6 65%, #585858 100%);
  opacity: 0.69;
}

.contact__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.2rem;
  padding-bottom: 8rem;
  padding-left: 9.6rem;
  padding-right: 8rem;
  max-width: 128rem;
  width: 100%;
}

.contact__header {
  margin-bottom: 2.8rem;
}

.contact__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #007fc6;
  font-family: "Akko Std", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.21212;
}

/* ADDRESS
============================================================ */
.contact-address {
  margin-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-bottom: 3.9rem;
  font-style: normal;
}

.contact-address__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #007fc6;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.33333;
}

.contact-address__container {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.contact-address__container p {
  margin-bottom: 1.5rem;
}

.contact-address__container p:last-child {
  margin-bottom: 0;
}

.contact-address__container a {
  color: #000;
  text-decoration: none;
}

.contact-address__container a:hover {
  text-decoration: underline;
}

/* FORM
============================================================ */
.contact-form {
  margin-left: -webkit-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-left: -moz-calc(3.2rem + ((100% - 24rem) / 16 * 2));
  margin-left: calc(3.2rem + ((100% - 24rem) / 16 * 2));
}

.contact-form__title {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .contact::before {
    width: 100%;
  }
  .contact__container {
    padding-left: 8.2rem;
    padding-right: 6rem;
  }
}

@media (max-width: 58.74em) {
  .contact__container {
    padding-top: 5.5rem;
    padding-left: 5.3rem;
    padding-right: 6rem;
  }
  .contact__header {
    margin-bottom: 2.1rem;
  }
  .contact-address {
    margin-bottom: 3.2rem;
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  }
  .contact-form {
    margin-left: -webkit-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: -moz-calc(1.6rem + ((100% - 24rem) / 16 * 1));
    margin-left: calc(1.6rem + ((100% - 24rem) / 16 * 1));
  }
}

@media (max-width: 37.49em) {
  .contact__container {
    padding-top: 4.2rem;
    padding-left: 2.5rem;
    padding-right: 2.2rem;
  }
  .contact__header {
    margin-bottom: 2.6rem;
  }
  .contact__title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .contact-address {
    margin-left: 0;
  }
  .contact-address__title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .contact-address__container {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .contact-address__container a {
    color: #000;
    border-bottom: 0.3rem solid rgba(199, 199, 3, 0.3);
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .contact-address__container a:hover {
    color: #a8a800;
    border-bottom-color: #c7c703;
  }
  .contact-form {
    margin-left: 0;
  }
  .contact-form__title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .contact__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}

/* Vendor
------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
