.lorem-content {
  content: " ";
  text-indent: -99999px;
}
.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
* 1. http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*    http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*    http://fatihhayrioglu.com/css3-box-sizing-ozelligi/
*
* 2. http://aestheticallyloyal.com/public/optimize-legibility/
*
* 3. http://maxvoltar.com/archive/-webkit-font-smoothing
*
* 4. http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
*    http://stackoverflow.com/questions/14409647/how-to-antialias-svg-text-in-firefox/18310579#18310579
*
* 5. http://www.sitepoint.com/cross-browser-web-fonts-part-3/
*    http://clagnut.com/sandbox/css3/
*
* 6. http://blog.typekit.com/2014/02/05/kerning-on-the-web/
*    https://developer.mozilla.org/en-US/docs/Web/CSS/font-kerning
*
* 7. http://css-tricks.com/almanac/properties/h/hyphenate/
*
* 8. http://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/
*/
html {
  box-sizing: border-box;
  /* 1 */
  font-weight: normal;
  font-size: 100%;
  line-height: normal;
  font-family: "Montserrat";
  color: #233349;
}
body {
  background-color: #EAECFC;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  /* 1 */
}
body,
input,
textarea,
select,
button {
  outline: 0;
  border: 0;
  text-rendering: optimizeLegibility;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  /* 3 */
  -moz-osx-font-smoothing: grayscale;
  /* 4 */
  font-feature-settings: "liga", "kern";
  /* 5 */
  font-kerning: normal;
  /* 6 */
}
p {
  hyphens: auto;
  /* 7 */
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 8 */
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol {
  margin: 0;
}
button,
fieldset,
iframe {
  border: 0;
}
fieldset,
ul,
ol,
button {
  padding: 0;
}
button {
  background: transparent;
}
textarea {
  resize: none;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
iframe {
  max-width: 100%;
}
[placeholder]::-webkit-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: #C5C5C5;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
[placeholder]::-moz-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: #C5C5C5;
}
[placeholder]:focus::-moz-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
[placeholder]::-ms-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: #C5C5C5;
}
[placeholder]:focus::-ms-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
[placeholder]::-o-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: #C5C5C5;
}
[placeholder]:focus::-o-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@font-face {
  font-family: "icon";
  src: url('../../static/fonts/icon/icon.eot');
  src: url('../../static/fonts/icon/icon.eot?#iefix') format('eot'), url('../../static/fonts/icon/icon.woff') format('woff'), url('../../static/fonts/icon/icon.ttf') format('truetype'), url('../../static/fonts/icon/icon.svg#icon') format('svg');
}
.icon-base-pseudo,
.icon-arrow-down:before,
.icon-assets:before,
.icon-check:before,
.icon-chevron:before,
.icon-close:before,
.icon-hamburger:before,
.icon-verification-option-01:before,
.icon-verification-option-02:before,
.icon-wallet-page-past:before,
.icon-wallet-page-pull:before,
.icon-wallet-page-put:before,
.form-field--select:before,
.check-hidden:checked + .check:before,
.login-page__steps ul li.completed span.dot:before,
.wallet-page .tab-title span:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-arrow-down:before {
  content: "\E001";
}
.icon-assets:before {
  content: "\E002";
}
.icon-check:before {
  content: "\E003";
}
.icon-chevron:before {
  content: "\E004";
}
.icon-close:before {
  content: "\E005";
}
.icon-hamburger:before {
  content: "\E006";
}
.icon-verification-option-01:before {
  content: "\E007";
}
.icon-verification-option-02:before {
  content: "\E008";
}
.icon-wallet-page-past:before {
  content: "\E009";
}
.icon-wallet-page-pull:before {
  content: "\E00A";
}
.icon-wallet-page-put:before {
  content: "\E00B";
}
.clear {
  clear: both !important;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.fixed {
  position: fixed !important;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-border {
  border: 0 !important;
  outline: 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.site {
  min-height: calc(100vh - 55px);
  padding-bottom: 0px;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 14px;
  color: #233349;
}
.site-header {
  height: 80px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
/**
 * logo
 */
.site-logo {
  float: left;
  margin-top: 20px;
}
.site-logo a {
  display: block;
}
.site-logo a img {
  height: 30px;
}
/**
 * navigation
 */
.site-navigation {
  float: right;
  margin-top: 15px;
}
.site-navigation ul li {
  float: left;
  margin-left: 30px;
}
.site-navigation ul li:first-child {
  margin-left: 0;
}
.site-navigation ul li.login {
  margin-left: 60px;
}
.site-navigation ul li a {
  display: block;
  font-weight: 600;
  line-height: 50px;
}
.site-navigation ul li a:not(.button) {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.site-navigation ul li a:not(.button):hover {
  color: #BC002D;
}
.site-navigation ul li a.colored {
  color: #BC002D;
}
.site-navigation ul li.user {
  position: relative;
}
.site-navigation ul li.user a.user-link {
  height: 50px;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #E4E8FC;
  border-radius: 3px;
  font-weight: 600;
  color: #BC002D;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.site-navigation ul li.user a.user-link em {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 3px;
  font-size: 7px;
}
.site-navigation ul li.user ul {
  display: none;
  width: 120px;
  position: absolute;
  top: 55px;
  right: 0;
  padding: 12px 8px;
  background-color: #E4E8FC;
  border-radius: 3px;
}
.site-navigation ul li.user ul li {
  float: none;
  margin-left: 0;
}
.site-navigation ul li.user ul li a {
  height: 36px;
  display: block;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  color: #BC002D;
  text-align: center;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.site-navigation ul li.user ul li a:hover {
  background-color: #C6CEF8;
}
.site-navigation ul li.user:hover {
  padding-bottom: 5px;
}
.site-navigation ul li.user:hover a.user-link {
  background-color: #C6CEF8;
}
.site-navigation ul li.user:hover ul {
  display: block;
}
/**
 * mobile hamburger
 */
.mobile-hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 80px;
}
/**
 * mobile navigation
 */
.mobile-navigation {
  display: none;
  width: 220px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}
.mobile-navigation__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}
.mobile-navigation__user {
  height: 180px;
  padding: 60px 20px 20px;
  background-color: #F1F3FD;
}
.mobile-navigation__user a.button {
  height: 45px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 43px;
}
.mobile-navigation__user a.button--line {
  margin-top: 10px;
  background-color: transparent;
  border-color: #BC002D;
  color: #BC002D;
}
.mobile-navigation__user ul li {
  margin-top: 20px;
  font-weight: 600;
  font-size: 13px;
}
.mobile-navigation__user ul li:first-of-type {
  margin-top: 0;
}
.mobile-navigation__user ul li.user {
  font-size: 16px;
  color: #BC002D;
}
.mobile-navigation__list {
  height: calc(100% - 255px);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-navigation__list ul li {
  padding: 30px 20px 0;
  font-weight: 600;
  font-size: 12px;
}
.mobile-navigation__list ul li:first-child {
  padding-top: 0;
}
.mobile-navigation__copy {
  padding-left: 20px;
  font-size: 11px;
  color: #9FA8B2;
}
.site-footer {
  height: 55px;
  background-color: #BC002D;
  border-top: 1px solid #DDDFF0;
  font-size: 12px;
  line-height: 54px;
  color: #ffffff;
}
/**
 * copyright
 */
.site-footer__copyright {
  float: left;
}
/**
 * navigation
 */
.site-footer__navigation {
  float: right;
}
.site-footer__navigation ul li {
  float: left;
  margin-left: 25px;
}
.site-footer__navigation ul li:first-child {
  margin-left: 0;
}
.wrapper {
  width: 1170px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.slick-slide {
  outline: none !important;
}
.placeholder-bg {
  width: 100%;
  height: 285px;
  background: linear-gradient(to right, #A6005E 0%, #6E0001 100%);
}
.placeholder-bg--panel {
  height: 150px;
}
.placeholder-bg-negative {
  position: relative;
  z-index: 1;
  margin-top: -285px;
}
.placeholder-bg-negative--panel {
  margin-top: -150px;
}
.backface {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: rgba(35, 35, 73, 0.76);
}
.form-field {
  width: 100%;
  height: 50px;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  color: #233349;
}
.form-field:focus {
  border-color: #BC002D;
}
.form-field--center {
  text-align: center;
}
.form-field--error {
  border-color: #C43C3C;
}
/**
 * select
 */
.form-field--select {
  position: relative;
  min-width: 100px;
}
.form-field--select:before {
  content: "\E001";
}
.form-field--select::before {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 8px;
  color: #7D8693;
}
.form-field--select select {
  width: 100%;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 45px 2px 20px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  font-size: 14px;
  color: #233349;
}
.check-hidden {
  display: none;
}
.check {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border: 1px solid #CACDD3;
  border-radius: 3px;
  vertical-align: middle;
}
.check-hidden:checked + .check:before {
  content: "\E003";
}
.check-hidden:checked + .check::before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 7px;
  line-height: 14px;
  color: #BC002D;
  text-align: center;
}
.button {
  width: 100%;
  height: 50px;
  display: block;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #BC002D;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.button:hover {
  background-color: #8A0017;
}
.button:active {
  background-color: #690010;
}
.button--disable {
  background-color: #F0F0F2 !important;
  color: #CACDD3;
}
.home {
  width: 100%;
  min-height: 550px;
  height: calc(100vh - 5px);
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
/**
 * slider
 */
.home-slider {
  width: 700px;
  float: left;
}
.home-slider__item {
  height: 500px;
  padding-right: 125px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home-slider__item p {
  word-wrap: break-word;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  color: #BC002D;
}
/**
 * slider dots
 */
.home-slider ul.slick-dots {
  margin-top: 20px;
  text-align: center;
}
.home-slider ul.slick-dots li {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #6D7278;
  border-radius: 50%;
  font-size: 0;
}
.home-slider ul.slick-dots li.slick-active {
  background-color: #BC002D;
}
/**
 * form
 */
.home-form {
  width: 430px;
  float: right;
  display: block;
  padding: 30px 40px 40px;
  background-color: #fff;
  border-radius: 3px;
}
.home-form__close {
  display: none;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: right;
}
.home-form__title {
  font-weight: 300;
  font-size: 28px;
}
.home-form__information {
  margin-top: 20px;
  font-size: 12px;
  color: #C5C5C5;
}
.home-form__information a {
  text-decoration: underline;
}
.home-form input,
.home-form button {
  margin-top: 20px;
}
.home-form-open {
  display: none;
  margin-top: 25px;
  background-color: #fff !important;
  color: #BC002D !important;
}
.login-page {
  width: 740px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}
.login-page--small {
  width: 520px;
}
/**
 * title
 */
.login-page__title {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
/**
 * steps
 */
.login-page__steps {
  height: 75px;
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
}
.login-page__steps ul li {
  width: 25%;
  float: left;
  position: relative;
  margin-top: 16px;
  text-align: center;
}
.login-page__steps ul li::before {
  content: " ";
  text-indent: -99999px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 14px;
  right: -50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.login-page__steps ul li:last-child::before {
  display: none;
}
.login-page__steps ul li.completed::before {
  background-color: #fff;
}
.login-page__steps ul li p {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.login-page__steps ul li.active p,
.login-page__steps ul li.completed p {
  color: #fff;
}
.login-page__steps ul li span.dot {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  background-color: #A1B2CF;
  border-radius: 50%;
}
.login-page__steps ul li.active span.dot {
  background-color: #fff;
}
.login-page__steps ul li.active span.dot::before {
  content: " ";
  text-indent: -99999px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #1FBEFF;
  border-radius: 50%;
}
.login-page__steps ul li.completed span.dot {
  background-color: #51C375;
}
.login-page__steps ul li.completed span.dot:before {
  content: "\E003";
}
.login-page__steps ul li.completed span.dot::before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 21px;
  color: #fff;
  text-align: center;
}
/**
 * content
 */
.login-page__content {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 30px 40px 35px;
  background-color: #fff;
  border-radius: 3px;
}
.login-page--small .login-page__content {
  min-height: 450px;
}
.login-page__content form {
  width: 100%;
}
.login-page__content-title {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}
.login-page__content-information-message {
  max-width: 350px;
  margin: 15px auto 0;
  font-size: 12px;
  text-align: center;
}
.login-page__content-redirect-message {
  margin-top: 45px;
  font-size: 12px;
  color: #7D8693;
  text-align: center;
}
.login-page__content-redirect-message a {
  margin-left: 10px;
  font-weight: 700;
  color: #BC002D;
}
.login-page__content-block {
  width: 320px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.login-page__content-block .form-field {
  margin-top: 10px;
}
.login-page__content .check-label {
  width: 100%;
  display: block;
  margin-top: 8px;
}
.login-page__content .check-label p {
  display: inline-block;
  margin-left: 7px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #7D8693;
}
.login-page__content .button--center {
  width: 200px;
  margin: 20px auto 0;
}
.login-page__content .phone-verification {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.login-page__content .phone-verification .form-field,
.login-page__content .phone-verification .button {
  margin-top: 20px;
}
.login-page__content .login-form {
  width: 320px;
  margin: 10px auto 0;
}
.login-page__content .login-form .form-field,
.login-page__content .login-form .button {
  margin-top: 20px;
}
.login-page__content .login-form a.forgot-password {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 11px;
  color: #7D8693;
  text-align: right;
}
.verification-page {
  width: 740px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
.verification-page--large {
  width: 1170px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
/**
 * title
 */
.verification-page__title {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}
/**
 * information message
 */
.verification-page__information-message {
  max-width: 590px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.verification-page__information-message strong {
  font-weight: 600;
}
/**
 * options
 */
.verification-page .options {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.verification-page .options a {
  height: 80px;
  display: block;
  margin-top: 30px;
  padding-right: 0;
  padding-left: 0;
}
.verification-page .options a span.icon {
  width: 30%;
  float: left;
  display: block;
  line-height: 80px;
  text-align: center;
}
.verification-page .options a span.icon em.icon-verification-option-01 {
  font-size: 36px;
}
.verification-page .options a span.icon em.icon-verification-option-02 {
  font-size: 42px;
}
.verification-page .options a span.text {
  width: 70%;
  float: left;
  display: block;
  padding-top: 20px;
  padding-right: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
/**
 * steps
 */
.verification-page .steps {
  margin-top: 25px;
}
.verification-page .steps .item {
  width: 220px;
  height: 200px;
  float: left;
  position: relative;
  margin-left: 20px;
  padding: 30px 20px 0;
  background-color: #F7F8FE;
  border-radius: 3px;
}
.verification-page .steps .item:first-of-type {
  margin-left: 0;
}
.verification-page .steps .item span.count {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  top: -13px;
  background-color: #7D8693;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.verification-page .steps .item p {
  margin-top: 15px;
  font-size: 12px;
}
.verification-page .steps .item p:first-of-type {
  margin-top: 0;
}
.verification-page .steps .item p a,
.verification-page .steps .item p span {
  font-weight: 600;
  color: #BC002D;
}
.verification-page .steps .item p a {
  text-decoration: underline;
}
.verification-page .steps .item img {
  margin-top: 20px;
}
/**
 * barcode
 */
.verification-page .barcode {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.verification-page .barcode .form-field,
.verification-page .barcode .button {
  margin-top: 20px;
}
.verification-page .barcode a {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 12px;
  color: #BC002D;
  text-align: center;
}
/**
 * identity
 */
.verification-page .identity {
  width: 450px;
  margin: 15px auto 0;
  text-align: center;
}
.verification-page .identity p.info {
  margin-top: 15px;
}
.verification-page .identity .example {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F7F8FE;
  border-radius: 3px;
}
.verification-page .identity .example strong {
  font-weight: 600;
}
.verification-page .identity .form-field {
  width: 70%;
  float: left;
  margin-top: 15px;
}
.verification-page .identity .button {
  width: 28%;
  float: right;
  margin-top: 15px;
}
.verification-page .identity .verification-page__information-message {
  text-align: left;
}
/**
 * otp code
 */
.verification-page .otp-code {
  width: 390px;
  margin: 10px auto 0;
}
.verification-page .otp-code span.code {
  height: 50px;
  display: block;
  margin-top: 10px;
  background-color: #BC002D;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
/**
 * otp setup
 */
.verification-page .otp-setup {
  margin-top: 50px;
}
.verification-page .otp-setup .item {
  width: 360px;
  float: left;
  position: relative;
  margin-left: 25px;
}
.verification-page .otp-setup .item:first-of-type {
  margin-left: 0;
}
.verification-page .otp-setup .item span.count {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  top: -13px;
  background-color: #233349;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.verification-page .otp-setup .item .message {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #F7F8FE;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
}
.verification-page .otp-setup .item .message strong {
  font-weight: 600;
}
.verification-page .content {
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-top: 15px;
  background-color: #F7F8FE;
  border-radius: 3px;
}
.verification-page .content .img-link {
  margin-top: 30px;
}
.verification-page .content .img-link:first-of-type {
  margin-top: 0;
}
.verification-page .content .img-link img {
  height: 48px;
}
.verification-page .content p.info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 12px;
}
.verification-page .content p.info span {
  display: block;
}
.verification-page .content p.code {
  margin-top: 5px;
  font-weight: 600;
  font-size: 12px;
}
.verification-page .content form {
  width: 100%;
  padding-right: 45px;
  padding-left: 45px;
}
.verification-page .content form .button {
  margin-top: 20px;
}
.panel-page {
  padding-top: 20px;
}
/**
 * section
 */
.panel-page__section {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
/**
 * top
 */
.panel-page__top .form-field {
  width: 140px;
  float: left;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: transparent;
}
.panel-page__top .form-field::before,
.panel-page__top .form-field select {
  color: #fff;
  font-weight: 600;
}
.panel-page__top .info {
  width: 110px;
  height: 50px;
  float: left;
  margin-left: 20px;
  padding-top: 6px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  color: #fff;
}
.panel-page__top .info span {
  font-weight: 300;
  font-size: 12px;
}
.panel-page__top .info p {
  font-weight: 600;
  font-size: 16px;
}
/**
 * exchange rates
 */
.panel-page__exchange-rates {
  margin-top: 20px;
}
.panel-page__exchange-rates .chart {
  height: 400px;
  background-color: #F1F3FD;
  border-radius: 3px;
}
.panel-page__exchange-rates .table {
  width: 49%;
  margin-top: 20px;
}
.panel-page__exchange-rates .table--buying {
  float: left;
}
.panel-page__exchange-rates .table--sales {
  float: right;
}
.panel-page__exchange-rates .table table {
  width: 100%;
}
.panel-page__exchange-rates .table table th {
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 600;
  text-align: left;
}
.panel-page__exchange-rates .table--buying table th {
  color: #51C375;
}
.panel-page__exchange-rates .table--sales table th {
  color: #FF5859;
}
.panel-page__exchange-rates .table tbody {
  box-shadow: 0 0 0 1px #F1F3FD;
  border-radius: 3px;
}
.panel-page__exchange-rates .table td {
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  color: #7D8693;
}
.panel-page__exchange-rates .table tbody tr:nth-child(even) {
  background-color: #F1F3FD;
}
/**
 * cash
 */
.panel-page__cash {
  width: 40%;
  height: 370px;
  float: left;
}
.panel-page__cash .links a {
  width: 50%;
  height: 36px;
  float: left;
  display: block;
  background-color: #F7F8FE;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
.panel-page__cash .links a:first-of-type {
  border-radius: 3px 0 0 3px;
}
.panel-page__cash .links a:last-of-type {
  border-radius: 0 3px 3px 0;
}
.panel-page__cash .links a.active {
  background-color: #BC002D;
  color: #fff;
}
.panel-page__cash .form {
  width: 48%;
  margin-top: 10px;
}
.panel-page__cash .form .form-field {
  margin-top: 10px;
}
.panel-page__cash .form .button {
  margin-top: 20px;
}
.panel-page__cash .form .button--positive {
  background-color: #51C375;
}
.panel-page__cash .form .button--negative {
  background-color: #FF5859;
}
.panel-page__cash .form p.limit {
  margin-top: 15px;
  font-weight: 600;
  font-size: 12px;
}
/**
 * info
 */
.panel-page__info {
  width: 58%;
  height: 370px;
  float: right;
}
.panel-page__info .table {
  width: 48%;
}
.panel-page__info .table p.title {
  font-weight: 600;
}
.panel-page__info .table table {
  width: 100%;
  margin-top: 10px;
}
.panel-page__info .table table th {
  height: 30px;
  background-color: #92A1F1;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.panel-page__info .table table th:first-of-type {
  border-radius: 3px 0 0 0;
}
.panel-page__info .table table th:last-of-type {
  border-radius: 0 3px 0 0;
}
.panel-page__info .table table tbody {
  box-shadow: 0 0 0 1px rgba(241, 243, 253, 0.6);
  border-radius: 0 0 3px 3px;
}
.panel-page__info .table table tbody tr:nth-child(even) {
  background-color: #F1F3FD;
}
.panel-page__info .table table td {
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  color: #7D8693;
}
/**
 * orders
 */
.panel-page__orders {
  min-height: 350px;
}
.panel-page__orders .links a {
  width: 300px;
  height: 36px;
  float: left;
  display: block;
  background-color: #F7F8FE;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
.panel-page__orders .links a:first-of-type {
  border-radius: 3px 0 0 3px;
}
.panel-page__orders .links a:last-of-type {
  border-radius: 0 3px 3px 0;
}
.panel-page__orders .links a.active {
  background-color: #BC002D;
  color: #fff;
}
/**
 * tab
 */
.panel-page .tab-content > div {
  display: none;
}
.panel-page .tab-content > div.active {
  display: block;
}
.wallet-page {
  padding-top: 20px;
}
/**
 * assets
 */
.wallet-page__assets {
  width: 23%;
  min-height: 400px;
  float: right;
  background-color: #fff;
  border-radius: 3px;
}
.wallet-page__assets p.title {
  padding: 20px;
  border-bottom: 1px solid #F1F3FD;
  font-weight: 300;
  font-size: 28px;
}
.wallet-page__assets p.title em {
  position: relative;
  top: -2px;
  margin-right: 5px;
  font-size: 33px;
  vertical-align: middle;
}
.wallet-page__assets .list {
  padding: 20px;
}
.wallet-page__assets .list .item {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #7D8693;
}
.wallet-page__assets .list .item:first-of-type {
  margin-top: 0;
}
.wallet-page__assets .list .item p {
  width: 60px;
  float: left;
  font-weight: 700;
}
/**
 * content
 */
.wallet-page__content {
  width: 75%;
  float: left;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
/**
 * links
 */
.wallet-page .links a {
  width: 33.33%;
  height: 36px;
  float: left;
  display: block;
  background-color: #F7F8FE;
  border-left: 1px solid rgba(74, 99, 231, 0.2);
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
.wallet-page .links a:first-of-type {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.wallet-page .links a:last-of-type {
  border-radius: 0 3px 3px 0;
}
.wallet-page .links a.active {
  background-color: #BC002D;
  color: #fff;
}
/**
 * sidebar
 */
.wallet-page .sidebar {
  width: 170px;
  float: left;
  margin-top: 20px;
  padding: 20px;
  background-color: #F7F8FE;
  border-radius: 3px;
}
.wallet-page .sidebar ul li {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.wallet-page .sidebar ul li:first-child {
  margin-top: 0;
}
.wallet-page .sidebar ul li a {
  color: #7D8693;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.wallet-page .sidebar ul li.active a,
.wallet-page .sidebar ul li a:hover {
  color: #BC002D;
}
.wallet-page .sidebar ul li em {
  width: 35px;
  float: left;
  font-size: 18px;
}
.wallet-page .sidebar ul li span {
  float: left;
  display: block;
  margin-top: 3px;
  font-weight: 600;
}
/**
 * process
 */
.wallet-page .process {
  width: calc(100% - 190px);
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
/**
 * section title
 */
.wallet-page .section-title {
  font-weight: 300;
  font-size: 28px;
}
/**
 * amount
 */
.wallet-page .amount {
  margin-top: 10px;
  padding: 20px;
  background-color: #F7F8FE;
  border-radius: 3px;
}
.wallet-page .amount p {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #7D8693;
}
.wallet-page .amount .form-field {
  width: 150px;
  float: left;
  font-size: 20px;
}
.wallet-page .amount .form-field--address {
  width: 290px;
  float: none;
  margin-top: 30px;
  font-size: 14px;
}
.wallet-page .amount span.seperator {
  float: left;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
}
.wallet-page .amount span.currency {
  height: 50px;
  float: left;
  display: block;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #7D8693;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
.wallet-page .amount .list .item p.holder {
  width: 280px;
}
/**
 * copy
 */
.wallet-page a.copy {
  height: 26px;
  float: right;
  margin-top: -3px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #E4E8FC;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #BC002D;
}
/**
 * tab
 */
.wallet-page .tab {
  margin-top: 20px;
}
.wallet-page .tab-title {
  height: 50px;
  position: relative;
  cursor: pointer;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #E4E8FC;
  border-radius: 3px;
}
.wallet-page .tab-title p.lead {
  font-weight: 700;
  color: #BC002D;
}
.wallet-page .tab-title p.description {
  margin-top: 2px;
  font-size: 12px;
  color: #7D8693;
}
.wallet-page .tab-title span {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 6px;
  line-height: 50px;
  color: #BC002D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wallet-page .tab-title span:before {
  content: "\E004";
}
.wallet-page .tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #F1F3FD;
  border-radius: 0 0 3px 3px;
}
.wallet-page .tab-content .form-field {
  width: 290px;
  margin-top: 5px;
}
.wallet-page .tab-content p.information-text {
  margin-top: 20px;
  font-size: 12px;
  color: #7D8693;
}
.wallet-page .tab-content p.information-text span {
  display: block;
}
.wallet-page .tab--active .tab-title {
  border-radius: 3px 3px 0 0;
}
.wallet-page .tab--active .tab-title span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wallet-page .tab--active .tab-content {
  display: block;
}
/**
 * list
 */
.wallet-page .list .item {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.wallet-page .list .item--select {
  height: 50px;
  line-height: 50px;
}
.wallet-page .list .item .form-field {
  margin-top: 0;
}
.wallet-page .list .item p.holder {
  width: 240px;
  float: left;
  font-weight: 700;
  color: #7D8693;
}
.wallet-page .list .item p.holder::after {
  float: right;
  content: ":";
}
.wallet-page .list .item .value {
  width: 305px;
  float: left;
  position: relative;
  padding-left: 15px;
}
.wallet-page .list a.button {
  width: 235px;
  margin-top: 20px;
}
/**
 * put coin
 */
.wallet-page .put-coin {
  margin-top: 20px;
  padding: 25px 20px;
  background-color: #F7F8FE;
  border-radius: 3px;
  font-weight: 500;
  color: #7D8693;
}
.wallet-page .put-coin p.id {
  margin-top: 20px;
  color: #233349;
}
.wallet-page .put-coin p.id strong {
  font-weight: 700;
}
.wallet-page .put-coin p.id a.copy {
  float: none;
  display: inline-block;
  margin-left: 15px;
}
.wallet-page .put-coin img {
  max-width: 132px;
  margin-top: 10px;
}
/**
 * messages
 */
.wallet-page .messages {
  margin-top: 20px;
}
.wallet-page .messages p {
  margin-top: 10px;
  font-size: 12px;
  color: #7D8693;
}
.wallet-page .messages p:first-of-type {
  margin-top: 0;
}
.wallet-page .messages p strong {
  font-weight: 600;
}
.account-page {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
/**
 * sidebar
 */
.account-page__sidebar {
  width: 22%;
  float: left;
  padding: 30px 20px;
  background-color: #F7F8FE;
  border-radius: 3px;
}
.account-page__sidebar ul li {
  margin-top: 35px;
}
.account-page__sidebar ul li:first-child {
  margin-top: 0;
}
.account-page__sidebar ul li a {
  font-weight: 600;
  color: #7D8693;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.account-page__sidebar ul li.active a,
.account-page__sidebar ul li a:hover {
  color: #BC002D;
}
/**
 * content
 */
.account-page__content {
  width: 76%;
  float: right;
}
/**
 * value info
 */
.account-page .value-info {
  height: 200px;
  margin-top: 40px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #F7F8FE;
  border-radius: 3px;
}
.account-page .value-info:first-of-type {
  margin-top: 0;
}
.account-page .value-info .item {
  width: 50%;
  height: 110px;
  float: left;
  padding-top: 30px;
  padding-left: 100px;
  border-left: 1px solid #CACDD3;
}
.account-page .value-info .item:first-of-type {
  border-left: 0;
}
.account-page .value-info .item p {
  font-weight: 300;
  font-size: 16px;
}
.account-page .value-info .item p.value {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
}
.account-page .value-info-message {
  margin-top: 10px;
  font-size: 12px;
  color: #7D8693;
}
.account-page .value-info-message strong {
  font-weight: 600;
}
.account-page .value-info-message a {
  font-weight: 600;
  color: #BC002D;
}
/**
 * steps
 */
.account-page .steps {
  margin-top: 13px;
}
.account-page .steps .item {
  width: 32%;
  height: 105px;
  float: left;
  position: relative;
  margin-left: 2%;
  padding: 28px 30px 0;
  background-color: #F7F8FE;
  border-radius: 3px;
  text-align: center;
}
.account-page .steps .item:first-of-type {
  margin-left: 0;
}
.account-page .steps .item span.count {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  top: -13px;
  background-color: #233349;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.account-page .steps .item p {
  margin-top: 10px;
  font-size: 12px;
}
.account-page .steps .item p:first-of-type {
  margin-top: 0;
}
.account-page .steps .item p.title {
  font-size: 16px;
}
.account-page .steps .item p strong {
  font-size: 18px;
  font-weight: 700;
}
/**
 * invite
 */
.account-page .invite {
  margin-top: 45px;
}
.account-page .invite p.title {
  font-weight: 700;
  font-size: 18px;
  color: #BC002D;
}
.account-page .invite-count {
  width: 180px;
  height: 150px;
  float: right;
  margin-top: 15px;
  background-color: #BC002D;
  border-radius: 3px;
  font-weight: 600;
  font-size: 68px;
  line-height: 150px;
  color: #fff;
  text-align: center;
}
.account-page .invite-content {
  width: calc(100% - 200px);
  height: 150px;
  float: left;
  margin-top: 15px;
  padding: 20px;
  background-color: #E4E8FC;
  border-radius: 3px;
}
.account-page .invite-content .item {
  margin-top: 25px;
}
.account-page .invite-content .item:first-of-type {
  margin-top: 0;
}
.account-page .invite-content .item p {
  margin-top: 7px;
  font-weight: 500;
}
.account-page .invite-content .item p:first-of-type {
  margin-top: 0;
}
.account-page .invite-content .item p.lead {
  font-weight: 700;
}
/**
 * invite table
 */
.account-page .invite-table {
  width: calc(100% - 200px);
  margin-top: 15px;
}
.account-page .invite-table table {
  width: 100%;
}
.account-page .invite-table th {
  height: 34px;
  background-color: #F7F8FE;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 700;
  text-align: left;
}
.account-page .invite-table th:first-of-type {
  border-radius: 3px 0 0 3px;
}
.account-page .invite-table th:last-of-type {
  border-radius: 0 3px 3px 0;
}
.account-page .invite-table td {
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #F1F3FD;
  border-left: 1px solid #F1F3FD;
  font-weight: 500;
}
.account-page .invite-table td:first-of-type {
  border-left: 0;
}
/**
 * settings
 */
.account-page .settings {
  margin-top: 35px;
}
.account-page .settings:first-of-type {
  margin-top: 0;
}
.account-page .settings p.title {
  font-size: 18px;
}
.account-page .settings .form-field {
  width: 320px;
  margin-top: 18px;
}
.account-page .settings .check-label {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.account-page .settings .check-label:first-of-type {
  margin-top: 20px;
}
.account-page .settings .check-label p {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-weight: 500;
}
.account-page .settings .button {
  width: 200px;
  margin-top: 30px;
}
.text-page {
  margin-top: 20px;
  padding: 80px 150px;
  background-color: #fff;
  border-radius: 3px;
}
/**
 * title
 */
.text-page .title {
  font-weight: 300;
  font-size: 28px;
}
/**
 * paragraph
 */
.text-page p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}
.text-page p strong {
  font-weight: 600;
}
.text-page p a {
  font-weight: 600;
  color: #BC002D;
}
.form-field--message {
  height: 170px;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 960px;
  }
  .home-slider {
    width: 560px;
  }
  .home-slider__item p {
    font-size: 42px;
    line-height: 50px;
  }
  .home-form {
    width: 400px;
  }
  .verification-page--large {
    width: 960px;
  }
  .verification-page .otp-setup .item {
    width: 290px;
  }
  .wallet-page__assets {
    width: 20%;
  }
  .wallet-page__assets p.title {
    padding: 15px 15px 10px;
    font-size: 20px;
  }
  .wallet-page__assets p.title em {
    font-size: 26px;
  }
  .wallet-page__assets .list {
    padding: 15px;
  }
  .wallet-page__assets .list .item {
    margin-top: 15px;
    font-size: 16px;
  }
  .wallet-page__assets .list .item p {
    width: 50px;
  }
  .wallet-page__content {
    width: 78%;
  }
  .wallet-page .sidebar {
    width: 150px;
    padding: 15px;
  }
  .wallet-page .process {
    width: calc(100% - 170px);
  }
  .wallet-page .tab-title {
    height: 65px;
  }
  .wallet-page .tab-title span {
    line-height: 65px;
  }
  .wallet-page .list .item--select {
    height: auto;
    line-height: initial;
  }
  .wallet-page .list .item {
    margin-top: 20px;
  }
  .wallet-page .list .item p.holder {
    width: auto;
    float: none;
  }
  .wallet-page .list .item p.holder::after {
    display: none;
  }
  .wallet-page .list .item .value {
    float: none;
    margin-top: 5px;
    padding-left: 0;
  }
  .wallet-page .put-coin {
    font-size: 13px;
  }
  .account-page .invite-content {
    padding: 15px;
  }
  .text-page {
    padding: 50px 80px;
  }
}
@media (min-width: 990px) {
  .home-form {
    display: block !important;
  }
  .site-navigation {
    display: block !important;
  }
  .mobile-navigation {
    display: none !important;
  }
  .backface {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .site {
    min-height: initial;
    padding-bottom: 20px;
  }
  .site-navigation {
    display: none;
  }
  .mobile-hamburger {
    display: block;
  }
  .site-logo {
    width: 100%;
    text-align: center;
  }
  .site-logo a {
    display: inline-block;
    padding: 10px;
  }
  .site-logo a img {
    height: 20px;
  }
  .site-footer {
    display: none;
  }
  .home {
    min-height: initial;
    height: calc(100vh - 80px);
    margin-bottom: -20px;
    padding-top: 0;
    background-image: linear-gradient(-44deg, #222698 0%, #356FA7 52%, #353EAE 100%);
  }
  .home-slider {
    width: 100%;
  }
  .home-slider__item {
    height: calc(100vh - 220px);
    padding-top: 20px;
    padding-right: 0;
    background-size: contain;
    background-position: center bottom;
  }
  .home-slider__item p {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }
  .home-slider ul.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .home-slider ul.slick-dots li.slick-active {
    background-color: #fff;
  }
  .home-form {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 20px;
  }
  .home-form__close {
    display: block;
  }
  .home-form-open {
    display: block;
  }
  .verification-page {
    margin-top: 20px;
  }
  .verification-page--large {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .verification-page .otp-setup .item {
    width: 32%;
    margin-left: 2%;
  }
  .verification-page .otp-setup .item .message {
    padding-right: 20px;
    padding-left: 20px;
  }
  .verification-page .otp-setup .item .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wallet-page__assets {
    width: 100%;
    min-height: initial;
    padding: 15px 20px;
  }
  .wallet-page__assets p.title {
    width: 100px;
    float: left;
    padding: 0;
    border-bottom: 0;
    font-size: 14px;
    line-height: 14PX;
  }
  .wallet-page__assets p.title em {
    top: 0;
    font-size: 16px;
  }
  .wallet-page__assets .list {
    width: calc(100% - 120px);
    float: left;
    margin-left: 20px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .wallet-page__assets .list .item {
    width: auto;
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .wallet-page__assets .list .item:first-of-type {
    margin-left: 0;
  }
  .wallet-page__assets .list .item p {
    width: auto;
    float: none;
    display: inline-block;
  }
  .wallet-page__content {
    width: 100%;
    margin-top: 20px;
  }
  .account-page .value-info .item {
    padding-left: 30px;
  }
  .account-page .steps .item {
    height: 140px;
  }
  .account-page .steps .item p.title {
    font-size: 13px;
  }
  .account-page .steps .item p {
    font-size: 11px;
  }
  .account-page .invite-content .item {
    margin-top: 15px;
  }
  .account-page .invite-table th {
    font-size: 13px;
    font-weight: 600;
  }
  .text-page {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .login-page {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .login-page__title {
    width: 100%;
  }
  .login-page__steps {
    height: 85px;
  }
  .login-page__steps ul li p {
    font-size: 11px;
  }
  .login-page__steps ul li:first-child p {
    padding-right: 5px;
    padding-left: 5px;
  }
  .login-page__content,
  .login-page--small .login-page__content {
    min-height: initial;
    padding: 20px;
  }
  .login-page__content-block {
    width: 100%;
    padding-bottom: 0;
  }
  .login-page__content-block.right {
    margin-top: 0;
  }
  .login-page__content .check-label p {
    display: inline;
  }
  .login-page__content .login-form {
    width: 100%;
  }
  .verification-page {
    width: calc(100% - 30px);
    min-height: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
  .verification-page .options {
    width: 100%;
  }
  .verification-page .steps .item {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .verification-page .steps .item:first-of-type {
    margin-top: 0;
  }
  .verification-page .barcode {
    width: 100%;
  }
  .verification-page .identity {
    width: 100%;
  }
  .verification-page .identity .form-field {
    width: 100%;
  }
  .verification-page .identity .button {
    width: 100%;
    margin-top: 10px;
  }
  .verification-page .otp-code {
    width: 100%;
  }
  .verification-page .otp-setup .item {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .verification-page .otp-setup .item:first-of-type {
    margin-top: 0;
  }
  .verification-page .content {
    height: auto;
    margin-top: 0;
    padding: 0 20px 20px;
    border-radius: 0 0 3px 3px;
  }
  .verification-page .content .img-link {
    margin-top: 10px;
  }
  .verification-page .content p.info {
    position: initial;
    margin-top: 10px;
  }
  .verification-page .otp-setup .item .message {
    border-radius: 3px 3px 0 0;
  }
  .panel-page__top .right {
    width: 100%;
    margin-top: 15px;
  }
  .panel-page__top .info {
    width: 32%;
    margin-left: 2%;
  }
  .panel-page__top .info:first-of-type {
    margin-left: 0;
  }
  .panel-page__top .info span {
    font-size: 11px;
  }
  .panel-page__top .info p {
    font-size: 13px;
  }
  .panel-page__exchange-rates {
    margin-top: 25px;
  }
  .panel-page__exchange-rates .table {
    width: 100%;
  }
  .panel-page__cash {
    width: 100%;
    height: auto;
  }
  .panel-page__info {
    width: 100%;
    height: auto;
  }
  .panel-page__info .table {
    width: 100%;
    margin-top: 15px;
  }
  .panel-page__info .table:first-of-type {
    margin-top: 0;
  }
  .panel-page__orders .links {
    display: table;
  }
  .panel-page__orders .links a {
    float: none;
    display: table-cell;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
  }
  .wallet-page .links a {
    font-size: 12px;
  }
  .wallet-page .sidebar {
    width: 100%;
  }
  .wallet-page .sidebar ul li {
    margin-top: 10px;
  }
  .wallet-page .process {
    width: 100%;
    margin-left: 0;
  }
  .wallet-page .amount .form-field {
    width: 80px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .wallet-page .tab-title {
    height: 80px;
  }
  .wallet-page .tab-title span {
    line-height: 80px;
  }
  .wallet-page .list .item .value {
    width: 100%;
  }
  .wallet-page .tab-content .form-field {
    width: 100%;
  }
  .wallet-page .amount .form-field--address {
    width: 100%;
  }
  .wallet-page .list a.button {
    width: 100%;
  }
  .wallet-page .put-coin p.id a.copy {
    margin-top: 10px;
    margin-left: 0;
  }
  .wallet-page .put-coin p.id a.copy::before {
    clear: both;
  }
  .account-page__sidebar {
    width: 100%;
    padding: 20px;
  }
  .account-page__sidebar ul li {
    margin-top: 15px;
  }
  .account-page__content {
    width: 100%;
    margin-top: 20px;
  }
  .account-page .value-info {
    height: auto;
    padding: 20px;
  }
  .account-page .value-info .item {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    border-left: 0;
  }
  .account-page .value-info .item:first-of-type {
    margin-top: 0;
  }
  .account-page .steps .item {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .account-page .steps .item:first-of-type {
    margin-top: 0;
  }
  .account-page .invite-content {
    width: 100%;
    height: auto;
  }
  .account-page .invite-count {
    width: 100%;
    height: 60px;
    font-size: 42px;
    line-height: 60px;
  }
  .account-page .invite-table {
    width: 100%;
  }
  .account-page .invite-table td {
    font-size: 12px;
  }
  .text-page p {
    font-size: 13px;
    line-height: 18px;
  }
}
