@charset "UTF-8";
/* ==========================================================================
= Variables and globals
========================================================================== */
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */
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; }

menu {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  height: 100%; }

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "UniversNextforHSBC-Regular", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  /* set body to 1em === 10px; */
  height: 100%; }
  body.no-scroll {
    overflow: hidden; }

a, button, input, select, textarea, label, summary {
  touch-action: manipulation; }

legend {
  max-width: 100%; }

.site-container {
  height: 100%; }

.site-content {
  margin: 0 auto;
  display: block;
  height: calc(100% - 44px); }

.content-container {
  margin: auto;
  max-width: 978px;
  padding-left: 13px;
  padding-right: 13px; }
  .content-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 32.5625em) {
    .content-container {
      max-width: 978px;
      padding-left: 17px;
      padding-right: 17px; } }
  @media screen and (min-width: 60.0625em) {
    .content-container {
      max-width: 1220px;
      padding-left: 20px;
      padding-right: 20px; }
      .content-container.collapse {
        padding-left: 0;
        padding-right: 0; } }

.is-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .ie8 .is-visually-hidden {
    *clip: none;
    *height: auto;
    *margin: 0;
    *overflow: visible;
    *position: static;
    *width: auto; }

@media screen and (max-width: 60.0625em) {
  .is-visually-hidden--narrow {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .ie8 .is-visually-hidden--narrow {
      *clip: none;
      *height: auto;
      *margin: 0;
      *overflow: visible;
      *position: static;
      *width: auto; } }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.svg-container img {
  max-width: 100%;
  height: auto; }
  .svg .svg-container img {
    display: none; }

.svg-container svg {
  max-width: 100%;
  max-height: 100%; }

.nowrap {
  white-space: nowrap; }

.state--logged-in {
  display: none; }
  .is-logged-in .state--logged-in {
    display: block !important; }

.state--logged-out {
  display: block; }
  .is-logged-in .state--logged-out {
    display: none !important; }

.breaker--half{
display: none; 
}

@media screen and (min-width: 63.0625em) {
  .constrain--half {
  float: left;
  padding: 0 1% 0 0;
  width: 50%;
}
  .constrain--half_r {
  float: right;
  padding: 0 0 0 1%;
  width: 50%;
}
 }




/* ANIMATIONS
============================================================================= */
@-webkit-keyframes loadingRotation {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@-moz-keyframes loadingRotation {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@keyframes loadingRotation {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@-webkit-keyframes hitPulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes hitPulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@keyframes hitPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@font-face {
  font-family: 'UniversNextforHSBC-Bold';
  src: url("fonts/UniversNextforHSBC-Bold.eot");
  src: url("fonts/UniversNextforHSBC-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/UniversNextforHSBC-Bold.woff") format("woff"), url("fonts/UniversNextforHSBC-Bold.ttf") format("truetype"), url("fonts/UniversNextforHSBC-Bold.svg#UniversNextforHSBCBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UniversNextforHSBC-Regular';
  src: url("fonts/UniversNextforHSBC-Regular.eot");
  src: url("fonts/UniversNextforHSBC-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/UniversNextforHSBC-Regular.woff") format("woff"), url("fonts/UniversNextforHSBC-Regular.ttf") format("truetype"), url("fonts/UniversNextforHSBC-Regular.svg#UniversNextforHSBCBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UniversNextforHSBC-Light';
  src: url("fonts/UniversNextforHSBC-Light.eot");
  src: url("fonts/UniversNextforHSBC-Light.eot?#iefix") format("embedded-opentype"), url("fonts/UniversNextforHSBC-Light.woff") format("woff"), url("fonts/UniversNextforHSBC-Light.ttf") format("truetype"), url("fonts/UniversNextforHSBC-Light.svg#UniversNextforHSBCLight") format("svg");
  font-weight: normal;
  font-style: normal; }

.alpha {
  color: #212121;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem; }
  @media screen and (min-width: 32.5625em) {
    .alpha {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 60.0625em) {
    .alpha {
      font-size: 48px;
      font-size: 3rem; } }

.beta {
  color: #212121;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem; }
  @media screen and (min-width: 32.5625em) {
    .beta {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 60.0625em) {
    .beta {
      font-size: 28px;
      font-size: 1.75rem; } }

.gamma2 {
  color: #212121;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center;
  line-height: 1.15;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  font-size: 18px; }
  @media screen and (min-width: 32.5625em) {
    .gamma2 {
      font-size: 22px;
       }
	   }
  @media screen and (min-width: 60.0625em) {
    .gamma2 {
      font-size: 27px;
       } }

.alto{
	height:10px;}
  @media screen and (min-width: 32.5625em) {
    .alto {
      height:10px;
       }}
  @media screen and (min-width: 60.0625em) {
    .alto {
      height:200px;
       } 
	}

	   
.gamma {
  color: #212121;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.15;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 32.5625em) {
    .gamma {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 60.0625em) {
    .gamma {
      font-size: 22px;
      font-size: 1.375rem; } }

.delta {
  color: #212121;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
  font-family: "UniversNextforHSBC-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 32.5625em) {
    .delta {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 60.0625em) {
    .delta {
      font-size: 16px;
      font-size: 1rem; } }

.epsilon {
  color: #212121;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 32.5625em) {
    .epsilon {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 60.0625em) {
    .epsilon {
      font-size: 14px;
      font-size: 0.875rem; } }

.zeta {
  color: #212121;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
  font-family: "UniversNextforHSBC-Regular", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem; }
  @media screen and (min-width: 32.5625em) {
    .zeta {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 60.0625em) {
    .zeta {
      font-size: 12px;
      font-size: 0.75rem; } }

p,
.paragraph {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 14px;
  padding: 0 0 0.875rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0; }
  @media screen and (min-width: 60.0625em) {
    p,
    .paragraph {
      font-size: 16px;
      font-size: 1rem; } }
  p.collapse,
  .paragraph.collapse {
    padding-bottom: 0; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

li {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 14px;
  padding: 0 0 0.875rem;
  line-height: 1.5;
  margin: 0;
  text-align: left; }

dl {
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0; }

dt,
dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit; }

dd {
  margin: 0 0 14px 0;
  margin: 0 0 0.875rem 0; }

li.collapse, li:last-of-type,
dt.collapse,
dt:last-of-type,
dd.collapse,
dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0; }

li.inline,
dt.inline,
dd.inline {
  display: inline; }

.kicker-text {
  font-size: 20px;
  font-size: 1.25rem; }

.large-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

.sub-text {
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 60.0625em) {
    .sub-text {
      font-size: 14px;
      font-size: 0.875rem; } }

.highlight {
  color: #212121; }

.header-highlight {
  color: #333; }

p a,
.inline-link {
  color: #212121;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  display: inline;
  cursor: pointer; }
  p a:hover,
  .inline-link:hover {
    text-decoration: none; }

.knockout {
  color: #fff; }

b,
strong,
.strong {
  font-weight: normal;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

a {
  color: #333; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

abbr[title],
acronym[title] {
  border-bottom-width: 0;
  cursor: help; }

.blockquote {
  font-style: italic;
  quotes: "“" "”" "‘" "’";
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin: 0;
  padding: 20px; }
  .blockquote:before, .blockquote:after {
    font-size: 200%;
    display: inline;
    color: #db0011;
    font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
    font-style: normal;
    position: absolute; }
  .blockquote:before {
    top: 0;
    left: 0;
    content: open-quote; }
  .blockquote:after {
    bottom: 0;
    right: 0;
    content: close-quote; }
  @media screen and (min-width: 60.0625em) {
    .blockquote {
      font-size: 28px;
      font-size: 1.75rem;
      padding: 30px; } }

.horizontal-rule, hr {
  height: 1px;
  background: #d7d8d6;
  border: 0;
  margin: 28px 0;
  margin: 1.75rem 0;
  display: block;
  width: 100%; }
  .horizontal-rule::after, hr::after {
    clear: both;
    content: "";
    display: table; }

.horizontal-rule--sub {
  background: #ededed; }

.horizontal-rule--spacer {
  margin: 21px 0;
  margin: 1.3125rem 0; }

.title-icon {
  position: relative;
  padding-right: 42px;
  min-height: 30px; }
  .title-icon .icon {
    position: absolute;
    top: -9px;
    right: 0; }

.collapse-text {
  padding-bottom: 0; }

.text-overflow-block {
  padding: 14px;
  padding: 0.875rem;
  height: 150px;
  overflow: auto;
  border: 1px solid #d7d8d6;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.truncate-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.region--hk .currency:after {
  content: ' '; }

mark {
  background: none; }

/* ==========================================================================
= Buttons
========================================================================== */
.btn {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 0.875rem;
  background: #db0011;
  border: 1px solid #db0011;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  padding: 14px 12px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 150ms cubic-bezier(0, 0, 0, 0.74);
  -moz-transition: all 150ms cubic-bezier(0, 0, 0, 0.74);
  transition: all 150ms cubic-bezier(0, 0, 0, 0.74); }
  .btn:hover {
    text-decoration: none; }
  .btn:hover, .btn:focus {
    cursor: pointer;
    text-decoration: none;
    background-color: #a8000d;
    border-color: #a8000d; }
  .btn:active, .btn.is-active {
    cursor: pointer;
    text-decoration: none;
    background-color: #750009;
    border-color: #750009; }
  .btn.is-disabled, .btn:disabled {
    background: #fff;
    border-color: #d7d8d6;
    color: #666;
    cursor: default;
    pointer-events: none;
    touch-action: none; }
    .btn.is-disabled:hover, .btn.is-disabled:active, .btn.is-disabled:focus, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus {
      text-decoration: none;
      background: #fff;
      border-color: #d7d8d6;
      cursor: default; }
  @media screen and (min-width: 60.0625em) {
    .btn {
      font-size: 16px;
      font-size: 1rem;
      padding: 20px; } }

.btn--secondary {
  background: #4d6474;
  border-color: #4d6474;
  color: #fff; }
  .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active, .btn--secondary.is-active {
    border-color: #3A4B57;
    background: #3A4B57;
    background-color: #394a55;
    border-color: #394a55; }
  .btn--secondary:active, .btn--secondary.is-active {
    border-color: #2A3740;
    background: #2A3740;
    background-color: #28343d;
    border-color: #28343d; }

.btn--secondary--alt {
  background: transparent;
  border-color: #333;
  color: #333; }
  .btn--secondary--alt:hover, .btn--secondary--alt:focus {
    border-color: #333;
    background: rgba(0, 0, 0, 0.05); }
  .btn--secondary--alt:active, .btn--secondary--alt.is-active {
    border-color: #333;
    background: rgba(0, 0, 0, 0.15); }

.btn--knockout {
  background: #008580;
  border-color: #008580;
  color: #fff; }
  .btn--knockout:hover, .btn--knockout:focus {
    background-color: #435765;
    border-color: #435765; }
  .btn--knockout:active, .btn--knockout.is-active {
    background-color: #3d4f5b;
    border-color: #3d4f5b; }

.btn--knockout--alt {
  background: none;
  border-color: #fff;
  color: #fff; }
  .btn--knockout--alt:hover, .btn--knockout--alt:focus {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.05); }
  .btn--knockout--alt:active, .btn--knockout--alt.is-active {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.15); }

.btn--quaternary {
  border: 0;
  background: none;
  color: #404040;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  padding: 0;
  text-decoration: underline; }
  .btn--quaternary:hover, .btn--quaternary:active, .btn--quaternary:focus,
  .form__control--upload:hover + .btn--quaternary,
  .form__control--upload:focus + .btn--quaternary {
    text-decoration: none;
    background: none; }
  .btn--quaternary.is-disabled, .btn--quaternary:disabled {
    opacity: 0.5;
    background: none;
    color: #666;
    cursor: default; }
    .btn--quaternary.is-disabled:hover, .btn--quaternary.is-disabled:active, .btn--quaternary.is-disabled:focus, .btn--quaternary:disabled:hover, .btn--quaternary:disabled:active, .btn--quaternary:disabled:focus {
      text-decoration: none;
      background: none;
      cursor: default; }

.btn--quinary {
  background: none;
  border: 0;
  color: #404040;
  font-family: "UniversNextforHSBC-Regular", Helvetica, Arial, sans-serif;
  padding: 0; }
  .btn--quinary:hover, .btn--quinary:active, .btn--quinary:focus,
  .form__control--upload:hover + .btn--quinary,
  .form__control--upload:focus + .btn--quinary {
    background: none;
    text-decoration: underline; }
  .btn--quinary .icon {
    height: 15px;
    margin-right: 7px;
    width: 15px; }
  .btn--quinary.is-disabled, .btn--quinary:disabled {
    opacity: 0.5;
    background: none;
    color: #666;
    cursor: default;
    text-decoration: none; }
    .btn--quinary.is-disabled:hover, .btn--quinary.is-disabled:active, .btn--quinary.is-disabled:focus, .btn--quinary:disabled:hover, .btn--quinary:disabled:active, .btn--quinary:disabled:focus {
      text-decoration: none;
      background: none;
      cursor: default; }

.btn--icon .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px; }
  .no-svg .btn--icon .icon {
    margin: 0; }
    .no-svg .btn--icon .icon:before {
      font-size: 20px;
      font-size: 1.25rem; }
  .btn--icon .icon.small {
    width: 15px;
    height: 15px;
    vertical-align: sub; }
  .btn--icon .icon--icon-only {
    margin-right: 0; }

.btn--icon--alt .icon {
  margin-right: 0;
  margin-left: 12px; }

.btn--icon--knockout {
  color: #fff; }
  .btn--icon--knockout .icon {
    fill: #fff; }

.btn--large {
  display: block;
  width: auto; }

input.btn--large,
button.btn--large {
  width: 100%; }
  @media screen and (min-width: 32.5625em) {
    input.btn--large,
    button.btn--large {
      width: auto; } }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

object, embed, iframe, figure {
  border: 0;
  margin: 0;
  outline: 0; }

.asset {
  display: inline-block;
  max-width: 100%; }

.asset--full {
  display: block;
  width: 100%; }

.asset--lift {
  border: 1px solid #d7d8d6; }

.svg-asset {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .no-svg .svg-asset {
    display: none; }

.asset--switch-logo {
  max-width: 62px; }

.asset__embed {
  position: relative; }
  .asset__embed object, .asset__embed embed, .asset__embed iframe, .asset__embed figure {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

@font-face {
  font-family: 'HSBC-icons';
  src: url("fonts/hsbcicons-regular?-v9zs5u.eot"), url("fonts/hsbcicons-regular.eot?-v9zs5u#iefix") format("embedded-opentype"), url("fonts/hsbcicons-regular.woff?-v9zs5u") format("woff"), url("fonts/hsbcicons-regular.ttf?-v9zs5u") format("truetype");
  font-weight: normal;
  font-style: normal; }

.no-svg {
  /* need added */ }
  .no-svg .icon svg {
    display: none; }
  .no-svg .icon:before {
    content: attr(data-icon);
    font-family: "HSBC-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased; }
  .no-svg .icon--bank:before {
    content: "\f008"; }
  .no-svg .icon--book-1:before {
    content: "\f041"; }
  .no-svg .icon--callback:before {
    content: "\f005"; }
  .no-svg .icon--camera:before {
    content: "\f04a"; }
  .no-svg .icon--calendar:before {
    content: "\f028"; }
  .no-svg .icon--checkmark:before {
    content: "\f00a"; }
  .no-svg .icon--cross:before {
    content: "\f002"; }
  .no-svg .icon--credit-card:before {
    content: "\f021"; }
  .no-svg .icon--chevron-down:before {
    content: "\f055"; }
  .no-svg .icon--chevron-up:before {
    content: "\f056"; }
  .no-svg .icon--chevron-left:before {
    content: "\f058"; }
  .no-svg .icon--chevron-right:before {
    content: "\f057"; }
  .no-svg .icon--chart-1:before {
    content: "\f024"; }
  .no-svg .icon--contactless:before {
    content: "\f035"; }
  .no-svg .icon--desktop:before {
    content: "\f01b"; }
  .no-svg .icon--envelope:before {
    content: "\f006"; }
  .no-svg .icon--eyeball:before {
    content: "\f003"; }
  .no-svg .icon--filter:before {
    content: "\f003"; }
  .no-svg .icon--home:before {
    content: "\f011"; }
  .no-svg .icon--telephone:before {
    content: "\f005"; }
  .no-svg .icon--magnifying-glass:before {
    content: "\f007"; }
  .no-svg .icon--mobile-phone:before {
    content: "\f032"; }
  .no-svg .icon--pages:before {
    content: "\f01d"; }
  .no-svg .icon--pdf:before {
    content: "\f004"; }
  .no-svg .icon--printer:before {
    content: "\f004"; }
  .no-svg .icon--pencil:before {
    content: "\f001"; }
  .no-svg .icon--plane:before {
    content: "\f046"; }
  .no-svg .icon--plus:before {
    content: "\f031"; }
  .no-svg .icon--presentation:before {
    content: "\f03b"; }
  .no-svg .icon--printer:before {
    content: "\f004"; }
  .no-svg .icon--question-mark:before {
    content: "\f060"; }
  .no-svg .icon--save:before {
    content: "\f04b"; }
  .no-svg .icon--shopping-cart:before {
    content: "\f000";
    /* needs added */ }
  .no-svg .icon--speech-bubble:before {
    content: "\f016"; }
  .no-svg .icon--star:before {
    content: "\f013"; }
  .no-svg .icon--upload:before {
    content: "\f066"; }
  .no-svg .icon--facebook:before {
    content: "\f000"; }
  .no-svg .icon--google-plus:before {
    content: "\f000"; }
  .no-svg .icon--linkedin:before {
    content: "\f000"; }

.icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  fill: #404040;
  z-index: 1; }

.icon--inline {
  width: 1.2em;
  height: 1.2em;
  margin-right: 7px; }
  .no-svg .icon--inline:before {
    font-size: 20px;
    display: inline-block;
    margin-top: -4px; }

.icon--text {
  display: flex;
  align-items: center; }
  .icon--text .icon {
    flex-shrink: 0; }

.icon--btn {
  fill: #333;
  width: 34px;
  height: 30px;
  border: 0;
  background: none; }
  .icon--btn:hover {
    text-decoration: none; }
  .icon--btn:hover, .icon--btn:active, .icon--btn:focus, .icon--btn.is-active, .icon--btn.has-focus {
    background: #333;
    fill: #fff; }
  .icon--btn .svg-asset {
    margin: 4%;
    width: 92%;
    height: 92%; }
  .no-svg .icon--btn:before {
    font-size: 30px;
    font-size: 1.875rem;
    display: inline-block;
    margin-top: -4px;
    color: #333; }
  .no-svg .icon--btn:hover:before, .no-svg .icon--btn:active:before, .no-svg .icon--btn:focus:before, .no-svg .icon--btn.is-active:before, .no-svg .icon--btn.has-focus:before {
    color: #fff; }

.icon--roundal {
  border: 2px solid #404040;
  border-radius: 50%;
  width: 40px;
  height: 40px; }
  .icon--roundal .svg-asset {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%; }

.icon--roundal--alt {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 14px; }

.icon--chevron {
  width: 17px;
  height: 17px;
  stroke: #333; }

.icon--stroke {
  stroke: #008580;
  fill: none; }
  .icon--stroke.icon--knockout {
    stroke: #fff; }
  .icon--stroke.block-control__icon, .icon--stroke.icon--roundal {
    stroke: #404040; }

.social-icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  background: #db0011; }

.social-icon--facebook {
  background: #3b5998; }

.social-icon--google-plus {
  background: #dc4e41; }

.social-icon--linkedin {
  background: #0077b5; }

.social-icon-links {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.social-icon-links__item {
  float: left;
  margin: 0 0 0 7px;
  padding: 0;
  list-style: none; }
  .social-icon-links__item:first-child {
    margin-left: 0; }

.icon--knockout {
  fill: #fff; }

.svg-fallback {
  display: none; }
  .no-svg .svg-fallback {
    display: block;
    width: 100%;
    height: 100%; }

.logo-hsbc {
  width: 87px;
  height: 16px;
  display: inline-block;
  position: relative; }
  .no-svg .logo-hsbc svg {
    display: none; }

.logo-hsbc__responsive {
  width: 100%;
  height: 0;
  padding-bottom: 17.90540541%; }

.logo-yodlee {
  width: 100%;
  padding-bottom: 13.82636656%;
  display: inline-block;
  position: relative; }

.logo-yodlee--powered {
  width: 80px;
  height: 11px;
  padding: 0; }

.badge {
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  color: #008580;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6;
  display: inline-block; }

.badge__icon {
  border-radius: 11px;
  width: 22px;
  height: 22px;
  margin-right: 1px;
  background: #008580;
  fill: #fff;
  color: #fff;
  vertical-align: bottom;
  -webkit-animation: hitPulse 2100ms cubic-bezier(0, 0, 0, 0.74) infinite;
  -moz-animation: hitPulse 2100ms cubic-bezier(0, 0, 0, 0.74) infinite;
  animation: hitPulse 2100ms cubic-bezier(0, 0, 0, 0.74) infinite; }
  .no-svg .badge__icon:before {
    font-size: 22px;
    font-size: 1.375rem; }
  .badge__icon .svg-asset {
    top: 2px;
    left: 2px;
    width: 82%;
    height: 82%; }

.badge__label {
  fill: #008580; }

.numbered-list {
  counter-reset: number;
  margin: 0;
  padding: 0;
  list-style: none; }

.numbered-list__item {
  counter-increment: number;
  display: block;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 0 38px;
  position: relative;
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 60.0625em) {
    .numbered-list__item {
      font-size: 16px;
      font-size: 1rem; } }
  .numbered-list__item:before, .numbered-list__item:after {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
    width: 24px; }
  .numbered-list__item:before {
    background: #008580;
    border-radius: 50%;
    content: ' ';
    height: 24px; }
  .numbered-list__item:after {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    content: counters(number, ".");
    font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
    line-height: 24px;
    top: 2px; }

.application-form__status {
  position: relative;
  max-width: 980px;
  margin: auto; }
  .application-form__status .form-time {
    position: absolute;
    top: 21px;
    right: 13px; }
    @media screen and (min-width: 32.5625em) {
      .application-form__status .form-time {
        top: 27px;
        right: 17px; } }
    @media screen and (min-width: 60.0625em) {
      .application-form__status .form-time {
        top: 100%;
        right: 20px; } }

.application-form__banner {
  margin-bottom: 21px;
  border-bottom: 1px solid #d7d8d6; }

.application-form__banner--collapse {
  margin-bottom: 0;
  border-bottom: 0; }

.card-basket {
  background: #FFF; }

.card-basket__content {
  margin: auto;
  max-width: 978px;
  padding: 14px 13px; }
  .card-basket__content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 32.5625em) {
    .card-basket__content {
      max-width: 978px;
      padding: 18px 17px; } }
  @media screen and (min-width: 60.0625em) {
    .card-basket__content {
      padding: 20px 20px; } }

.card-basket__main {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 32.5625em) {
    .card-basket__main {
      display: block;
      float: left;
      padding-left: 9px;
      width: 50%; } }

.card-basket__aside {
  border-top: 1px solid #fff;
  margin-top: 14px;
  padding-top: 14px; }
  @media screen and (min-width: 32.5625em) {
    .card-basket__aside {
      border: 0;
      display: block;
      float: right;
      margin-top: 0;
      padding-left: 9px;
      padding-top: 0 !important;
      width: 50%; } }

.card-basket__asset {
  float: left;
  width: 26.1904761905%; }
  @media screen and (min-width: 32.5625em) {
    .card-basket__asset {
      width: 50%;
      padding-right: 18px; } }
  @media screen and (min-width: 60.0625em) {
    .card-basket__asset {
      width: 50%;
      padding-right: 20px; } }

.card-basket__title {
  color: #fff;
  display: block;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  overflow: hidden;
  padding-left: 14px;
  padding-right: 12%;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 32.5625em) {
    .card-basket__title {
      width: auto;
      font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
      font-size: 22px;
      font-size: 1.375rem;
      padding-left: 9px; } }
  @media screen and (min-width: 60.0625em) {
    .card-basket__title {
      font-size: 28px;
      font-size: 1.75rem;
      padding-left: 10px; } }

.card-basket__toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: none; }
  .card-basket__toggle .icon {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 0.74);
    -moz-transition: all 300ms cubic-bezier(0, 0, 0, 0.74);
    transition: all 300ms cubic-bezier(0, 0, 0, 0.74);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .card-basket__toggle:hover .icon, .card-basket__toggle:active .icon, .card-basket__toggle:focus .icon, .card-basket__toggle.is-active .icon, .card-basket__toggle.has-focus .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media screen and (min-width: 32.5625em) {
    .card-basket__toggle {
      display: none; } }

.form__checkbox {
  position: relative; }

.form__checkbox__control {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 100%; }
  .form__checkbox__control:hover + .form__checkbox__label:before, .form__checkbox__control:focus + .form__checkbox__label:before {
    border-color: #000; }
  .form__checkbox__control:checked ~ .form__checkbox__label .form__checkbox__icon .is-on {
    display: block;
    stroke-dasharray: 115 115; }
  .form__checkbox__control:disabled ~ .form__checkbox__label:before {
    display: none; }
  .form__checkbox__control:disabled ~ .form__checkbox__label .form__checkbox__icon {
    display: block; }
    .form__checkbox__control:disabled ~ .form__checkbox__label .form__checkbox__icon .is-on {
      stroke-dasharray: 0 115; }
    .form__checkbox__control:disabled ~ .form__checkbox__label .form__checkbox__icon .is-off {
      display: block; }
  .form__checkbox__control:disabled:checked ~ .form__checkbox__label .form__checkbox__icon .is-on {
    stroke-dasharray: 115 115; }
  .form__checkbox__control:disabled:checked ~ .form__checkbox__label .form__checkbox__icon .is-off {
    display: none; }
  .no-svg .form__checkbox__control {
    position: static;
    opacity: 1; }

.form__checkbox__label {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 37px; }
  .form__checkbox__label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #fff;
    border: 1px solid #929292; }
    .has-error .form__checkbox__label:before {
      border-color: #83000a;
      background: rgba(131, 0, 10, 0.06); }
  .no-svg .form__checkbox__label {
    padding-left: 7px; }
    .no-svg .form__checkbox__label:before {
      display: none; }

.form__checkbox__label--alt {
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  padding-left: 29px; }
  .form__checkbox__label--alt:before {
    border: 0;
    width: 24px;
    height: 24px; }

.form__checkbox__icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  stroke: none;
  fill: none; }
  .form__checkbox__icon .svg-asset {
    stroke-dasharray: 0 115;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 0.74);
    -moz-transition: all 300ms cubic-bezier(0, 0, 0, 0.74);
    transition: all 300ms cubic-bezier(0, 0, 0, 0.74); }
  .form__checkbox__icon .is-on {
    stroke-dasharray: 0 115;
    stroke: #008580; }
  .form__checkbox__icon .is-off {
    display: none;
    fill: #929292; }
  .no-svg .form__checkbox__icon {
    display: none; }
  .form__checkbox__label--alt .form__checkbox__icon {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px; }

.form__radio {
  position: relative; }

.form__radio__control {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 100%; }
  .form__radio__control:hover + .form__radio__label:before, .form__radio__control:focus + .form__radio__label:before {
    border-color: #000; }
  .form__radio__control:checked + .form__radio__label:after {
    background: #008580; }
  .no-svg .form__radio__control {
    position: static;
    opacity: 1; }

.form__radio__label {
  vertical-align: middle;
  display: block;
  position: relative;
  z-index: 1;
  color: #333;
  padding-left: 27px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4; }
  .form__radio__label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #929292;
    background: #fff; }
    .has-error .form__radio__label:before {
      border-color: #83000a;
      background: rgba(131, 0, 10, 0.06); }
  .form__radio__label:after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    -webkit-transition: background 150ms cubic-bezier(0, 0, 0, 0.74);
    -moz-transition: background 150ms cubic-bezier(0, 0, 0, 0.74);
    transition: background 150ms cubic-bezier(0, 0, 0, 0.74); }
  .no-svg .form__radio__label {
    padding-left: 7px; }
    .no-svg .form__radio__label:before, .no-svg .form__radio__label:after {
      display: none !important; }

.form__radio__label--sub {
  padding-right: 25.850340136054%; }

.form__radio__label--sub__content {
  width: 21.428571428571%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right; }

.form__radio__label--large {
  min-height: 25px;
  padding-left: 38px;
  padding-top: 4px; }
  .form__radio__label--large:before {
    left: 0;
    width: 24px;
    height: 24px; }
  .form__radio__label--large:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px; }

.form__radio__label--icon {
  display: block;
  text-align: left;
  padding: 17px 13px; }
  .form__radio__label--icon:before, .form__radio__label--icon:after {
    display: none; }
  .form__radio__label--icon .icon {
    width: 30px;
    height: 30px;
    margin-right: 23px; }
  .form__radio__label--icon.kicker {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif; }

.form__radio__label--image {
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 1px;
  display: block;
  outline: 1px solid #d7d8d6;
  background: #000; }
  .form__radio__label--image img {
    -webkit-transition: opacity 300ms cubic-bezier(0, 0, 0, 0.74);
    -moz-transition: opacity 300ms cubic-bezier(0, 0, 0, 0.74);
    transition: opacity 300ms cubic-bezier(0, 0, 0, 0.74); }
  .form__radio__label--image:before, .form__radio__label--image:after {
    display: none; }

.form__radio__control:hover + .form__radio__label--icon, .form__radio__control:focus + .form__radio__label--icon {
  background: #d7d8d6; }

.form__radio__control:hover + .form__radio__label--image img, .form__radio__control:focus + .form__radio__label--image img {
  opacity: 0.7; }

.form__radio__control:checked + .form__radio__label--icon {
  background: #fff; }

.form__radio__control:checked + .form__radio__label--image {
  outline: 1px solid #000; }

.no-svg .form__radio__control {
  position: static;
  opacity: 1; }

input[type="search"] {
  box-sizing: border-box; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  white-space: normal; }

.form__item {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
  display: inline-block;
  width: 100%;
  position: relative; }
  .form__item::after {
    clear: both;
    content: "";
    display: table; }
  .form__item.collapse {
    margin-bottom: 0; }
  @media screen and (min-width: 32.5625em) {
    .form__item {
      margin-bottom: 27px;
      margin-bottom: 1.6875rem; } }

.form__item--substep {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem; }

.form__item--highlight {
  background: #ededed;
  border-top: 1px solid #d7d8d6;
  border-bottom: 1px solid #d7d8d6; }

.form__item--highlight--alt {
  background: none; }

.form__item--highlight--alt-2 {
  background: #fff;
  border: 1px solid #d7d8d6;
  padding: 21px;
  padding: 1.3125rem; }

.form__item--knockout {
  background: #ededed;
  padding: 14px; }

.form__item--knockout--alt {
  background: #fff;
  padding: 14px;
  border: 1px solid #929292; }

.form__item--knockout--inverted {
  background: #fff; }

.form__item--keyline {
  border: 1px solid #d7d8d6; }

.form__item--seperator {
  border-top: 1px solid #d7d8d6;
  border-bottom: 1px solid #d7d8d6;
  padding: 5px 0;
  margin-bottom: 0; }
  .form__item--seperator + .form__item--seperator {
    border-top: 0; }

.form__item--upload {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.form__item__required {
  color: #212121;
  padding-left: 2.8px; }

.form__label {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  word-spacing: 0.125em;
  display: block; }
  .form__label::first-letter {
    text-transform: uppercase; }
  @media screen and (min-width: 60.0625em) {
    .form__label {
      font-size: 16px;
      font-size: 1rem; } }

.form__control {
  font-size: 14px;
  font-size: 0.875rem;
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d7d8d6;
  color: #333;
  display: block;
  width: 100%;
  padding: 13px 12px 10px;
  line-height: 1;
  -webkit-transition: background 300ms cubic-bezier(0, 0, 0, 0.74);
  -moz-transition: background 300ms cubic-bezier(0, 0, 0, 0.74);
  transition: background 300ms cubic-bezier(0, 0, 0, 0.74); }
  .form__control:focus {
    /*border-color: #000;*/
	border-color: #ff9999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 150, 150, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 150, 150, 0.6);
	}
  .form__control.is-disabled, .form__control:disabled {
    background: #ededed;
    border-color: #ededed;
    -webkit-text-fill-color: #666666;
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */
    color: #666666; }
  .form__control.is-invalid {
    outline: 1px solid red; }
  .has-error .form__control {
    border-color: #83000a;
    background: rgba(131, 0, 10, 0.06); }
  .form__control.u-caps::-webkit-input-placeholder {
    text-transform: none; }
  .form__control.u-caps::-moz-placeholder {
    text-transform: none; }
  .form__control.u-caps:-moz-placeholder {
    text-transform: none; }
  .form__control.u-caps:-ms-input-placeholder {
    text-transform: none; }
  .form__control--textarea {
    height: 160px;
    height: 10rem;
    line-height: 1.5;
    padding: 3.5px;
    resize: vertical; }
  .form__control--upload {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 7em;
    height: 1em;
    opacity: 0;
    position: absolute;
    right: -12px;
    top: -2px; }
  .form__control--half {
    width: 50%; }
  @media screen and (min-width: 60.0625em) {
    .form__control {
      font-size: 16px;
      font-size: 1rem; } }

.form__flush-control {
  position: relative; }
  .form__flush-control .form__control {
    padding-right: 40px; }

.form__flush-control__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: auto;
  bottom: 0;
  background: 0;
  fill: #333;
  z-index: 1;
  border: 0; }
  .form__flush-control__icon:after {
    content: ' ';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 100%;
    border-left: 1px solid #d7d8d6; }
  .form__flush-control__icon .svg-asset {
    position: absolute;
    top: 25%;
    left: 15%;
    height: 60%;
    width: 60%; }

.form__message--popup {
  padding-top: 10px;
  display: block;
  width: 100%;
  float: left; }

.form__info {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  display: block; }

.form__message {
  color: #83000a; }

.form__message-icon {
  display: inline-block;
  vertical-align: text-bottom;
  width: 17px;
  height: 17px;
  text-align: left;
  margin-right: 3.5px;
  border-radius: 50%;
  fill: #83000a;
  color: #83000a;
  border: 1px solid #83000a; }
  .no-svg .form__message-icon {
    position: relative;
    border: 0;
    width: auto;
    height: auto;
    vertical-align: middle; }
    .no-svg .form__message-icon:before {
      content: "\f067";
      font-size: 25px;
      font-size: 1.5625rem; }

.form-step__errors ul {
  margin: 14px 0; }

.form-step__errors li {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 5px; }

.form-step__errors .form__message {
  padding-bottom: 14px; }

.form__item__inline {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 7px;
  padding-right: 7px; }
  .form__item__inline:first-child {
    padding-left: 0; }
  .form__item__inline:last-child {
    padding-right: 0; }

.form__item__inline--col1 {
  width: 25%; }

.form__item__inline--col2 {
  width: 50%; }

.form__item__inline--col3 {
  width: 75%; }

.form__item__inline--trio {
  width: 33.33%; }
.form__item__inline--duo_70 {
  width: 70%; }
.form__item__inline--duo_30 {
  width: 30%; }
.form__item__inline--duo_50 {
  width: 50%; } 
@media screen and (min-width: 32.5625em) {
  .form__group__adaptive::after {
    clear: both;
    content: "";
    display: table; }
  .form__group__adaptive .form__item {
    padding-left: 13.5px;
    padding-left: 0.84375rem;
    padding-right: 13.5px;
    padding-right: 0.84375rem;
    display: inline;
    float: left; }
    .form__group__adaptive .form__item:first-of-type {
      padding-left: 0; }
    .form__group__adaptive .form__item:last-of-type {
      padding-right: 0; }
  .form__group__adaptive--halves .form__item {
    width: 50%; }
  .form__group__adaptive--thirds .form__item {
    width: 33%; }
  .form__group__adaptive--quarters .form__item {
    width: 25%; } }

@media screen and (min-width: 60.0625em) {
  .form__group__adaptive .form__item {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .form__group__adaptive .form__item:first-of-type {
      padding-left: 0; }
    .form__group__adaptive .form__item:last-of-type {
      padding-right: 0; } }

.form__item__inline--little-spoon {
  width: 26.279863481229%;
  float: left;
  padding: 0; }

.form__item__inline--big-spoon {
  width: 71.331058020478%;
  float: right;
  padding: 0; }

.form__item__inline--seperator {
  position: relative;
  border-left: 1px solid #d7d8d6; }
  .form__item__inline--seperator:first-child {
    border: 0; }

@media screen and (min-width: 60.0625em) {
  .form-step {
    margin: 0 auto;
    max-width: 980px; } }

.form-step__actions {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  display: block;
  width: 100%; }
  .form-step__actions::after {
    clear: both;
    content: "";
    display: table; }
  .form-step__actions.collapse {
    padding-bottom: 0; }
  .form-step__actions.u-right {
    clear: right; }
  @media screen and (min-width: 32.5625em) {
    .form-step__actions {
      width: auto; } }

.form-step__actions--submit {
  display: block; }

.form-step__action {
  padding-left: 5px;
  padding-left: 0.3125rem;
  width: 50%;
  float: left; }
  .form-step__action:first-child {
    padding-right: 5px;
    padding-right: 0.3125rem;
    padding-left: 0; }
  @media screen and (min-width: 32.5625em) {
    .form-step__action {
      width: auto; } }
  @media screen and (min-width: 60.0625em) {
    .form-step__action {
      padding-left: 7.5px;
      padding-left: 0.46875rem; }
      .form-step__action:first-child {
        padding-right: 7.5px;
        padding-right: 0.46875rem; } }

.form-step__action--full {
  padding: 0;
  width: 100%; }

.form-loading__message {
  display: block; }

.application-reference {
  background: #404040; }

.form-time {
  display: inline-block; }
  @media screen and (min-width: 60.0625em) {
    .form-time {
      border: 1px solid #d7d8d6;
      padding: 8px 0; } }

.form-time__item {
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  display: inline-block; }
  @media screen and (min-width: 32.5625em) {
    .form-time__item {
      padding-right: 17px;
      padding-right: 1.0625rem;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 60.0625em) {
    .form-time__item {
      padding-right: 20px;
      padding-right: 1.25rem; } }
  .form-time__item + .form-time__item {
    border-left: 1px solid #d7d8d6; }
  @media screen and (max-width: 60.0625em) {
    .form-time__item:last-child {
      padding-right: 0; } }

.form-time__item--link {
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  text-decoration: underline; }
  .form-time__item--link:hover, .form-time__item--link:focus, .form-time__item--link:active {
    text-decoration: none; }

.form-time__icon {
  margin-left: 13px;
  margin-left: 0.8125rem;
  margin-right: 8px;
  margin-right: 0.5rem; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-caps {
  text-transform: uppercase; }

.u-text-center {
  text-align: center; }

.u-left {
  float: left; }

.u-right {
  float: right; }

.u-flex-align {
  display: flex;
  align-items: center;
  justify-content: center; }

.l-aquaporin {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem; }
  @media screen and (min-width: 32.5625em) {
    .l-aquaporin {
      margin-bottom: 9px;
      margin-bottom: 0.5625rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-aquaporin {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }

.l-channel {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media screen and (min-width: 32.5625em) {
    .l-channel {
      margin-bottom: 18px;
      margin-bottom: 1.125rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-channel {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }

.l-gulf {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem; }
  @media screen and (min-width: 32.5625em) {
    .l-gulf {
      margin-bottom: 27px;
      margin-bottom: 1.6875rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-gulf {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }

.l-ocean {
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }
  @media screen and (min-width: 32.5625em) {
    .l-ocean {
      margin-bottom: 36px;
      margin-bottom: 2.25rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-ocean {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.l-islet {
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem; }
  @media screen and (min-width: 32.5625em) {
    .l-islet {
      padding-top: 9px;
      padding-top: 0.5625rem;
      padding-bottom: 9px;
      padding-bottom: 0.5625rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-islet {
      padding-top: 10px;
      padding-top: 0.625rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; } }

.l-isle {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem; }
  @media screen and (min-width: 32.5625em) {
    .l-isle {
      padding-top: 18px;
      padding-top: 1.125rem;
      padding-bottom: 18px;
      padding-bottom: 1.125rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-isle {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem; } }

.l-island {
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem; }
  @media screen and (min-width: 32.5625em) {
    .l-island {
      padding-top: 27px;
      padding-top: 1.6875rem;
      padding-bottom: 27px;
      padding-bottom: 1.6875rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-island {
      padding-top: 30px;
      padding-top: 1.875rem;
      padding-bottom: 30px;
      padding-bottom: 1.875rem; } }

.l-continent {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem; }
  @media screen and (min-width: 32.5625em) {
    .l-continent {
      padding-top: 36px;
      padding-top: 2.25rem;
      padding-bottom: 36px;
      padding-bottom: 2.25rem; } }
  @media screen and (min-width: 60.0625em) {
    .l-continent {
      padding-top: 40px;
      padding-top: 2.5rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem; } }

.u-highlight--primary--red {
  color: #db0011;
  fill: #db0011; }

.u-highlight--primary--red-dark {
  color: #83000a;
  fill: #83000a; }

.u-highlight--primary--white {
  color: #fff;
  fill: #fff; }

.u-highlight--primary--black {
  color: #000;
  fill: #000; }

.u-highlight--secondary--pearl {
  color: #ededed;
  fill: #ededed; }

.u-highlight--secondary--silver {
  color: #d7d8d6;
  fill: #d7d8d6; }

.u-highlight--secondary--pewter {
  color: #929292;
  fill: #929292; }

.u-highlight--secondary--graphite {
  color: #404040;
  fill: #404040; }

.u-highlight--secondary--light-slate {
  color: #4d6474;
  fill: #4d6474; }

.u-highlight--secondary--slate {
  color: #3e505d;
  fill: #3e505d; }

.u-highlight--secondary--dark-slate {
  color: #253038;
  fill: #253038; }

.u-highlight--secondary--jade {
  color: #008580;
  fill: #008580; }

.u-highlight--secondary--dark-jade {
  color: #005e59;
  fill: #005e59; }

.u-highlight--secondary--gold {
  color: #e9a115;
  fill: #e9a115; }

.u-highlight--secondary--anitque-gold {
  color: #ba8111;
  fill: #ba8111; }

.u-highlight--secondary--violet {
  color: #4e3a7c;
  fill: #4e3a7c; }

.u-highlight--secondary--premier-indigo {
  color: #262362;
  fill: #262362; }

.progress {
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  display: block;
  margin-bottom: 21px;
  position: relative;
  margin: auto;
  max-width: 980px;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem; }
  @media screen and (min-width: 32.5625em) {
    .progress {
      padding-left: 17px;
      padding-left: 1.0625rem;
      padding-right: 17px;
      padding-right: 1.0625rem; } }
  @media screen and (min-width: 60.0625em) {
    .progress {
      padding-left: 20px 10px;
      padding-left: 1.25rem 0.625rem;
      padding-right: 20px;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 32.5625em) {
    .progress {
      padding-top: 36px;
      padding-top: 2.25rem;
      padding-bottom: 36px;
      padding-bottom: 2.25rem; } }
  @media screen and (min-width: 60.0625em) {
    .progress {
      padding-top: 40px;
      padding-top: 2.5rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem; } }
  [data-hide-progress="true"] .progress {
    display: none; }

.progress__steps {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0 0 4px;
  counter-reset: stepCount; }
  .region--hk .progress__steps {
    visibility: hidden; }
  @media screen and (max-width: 32.5625em) {
    .progress__steps:before {
      font-size: 12px;
      font-size: 0.75rem;
      content: attr(data-step-label); } }
  @media screen and (min-width: 60.0625em) {
    .progress__steps {
      display: flex; } }

.progress__step {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  counter-increment: stepCounter; }
  .progress__step:before {
    content: counter(stepCount, decimal) " / ";
    counter-increment: stepCount; }
  @media screen and (max-width: 60.0625em) {
    .progress__step {
      display: none; }
      [data-active-step="1"] .progress__step:nth-child(1) {
        display: inline-block; }
      [data-active-step="2"] .progress__step:nth-child(2) {
        display: inline-block; }
      [data-active-step="3"] .progress__step:nth-child(3) {
        display: inline-block; }
      [data-active-step="4"] .progress__step:nth-child(4) {
        display: inline-block; }
      [data-active-step="5"] .progress__step:nth-child(5) {
        display: inline-block; }
      [data-active-step="6"] .progress__step:nth-child(6) {
        display: inline-block; }
      [data-active-step="7"] .progress__step:nth-child(7) {
        display: inline-block; }
      [data-active-step="8"] .progress__step:nth-child(8) {
        display: inline-block; }
      [data-active-step="9"] .progress__step:nth-child(9) {
        display: inline-block; }
      [data-active-step="10"] .progress__step:nth-child(10) {
        display: inline-block; } }
  @media screen and (min-width: 60.0625em) {
    .progress__step {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 0px;
      -moz-flex: 1 0 0px;
      -ms-flex: 1 0 0px;
      flex: 1 0 0px; }
      .progress__step:before {
        content: counter(stepCount, decimal) ". "; } }

@media screen and (min-width: 60.0625em) {
  .progress__status--total {
    display: none; } }

.progress__status--title {
  left: 1em;
  position: relative;
  margin-left: -1em;
  padding-right: 1em; }
  @media screen and (max-width: 32.5625em) {
    .progress__status--title {
      display: none; } }

.progress__bar {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: #ededed; }

.progress__bar__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #db0011;
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 0.74);
  -moz-transition: all 300ms cubic-bezier(0, 0, 0, 0.74);
  transition: all 300ms cubic-bezier(0, 0, 0, 0.74); }
  
  .form__label_error {
  color:#FF0000;
  text-align: left;
  font-size: 8px;
  font-size: 0.675rem;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  word-spacing: 0.125em;
  display: block; }
  .form__label_error::first-letter {
    text-transform: uppercase; }
  @media screen and (min-width: 60.0625em) {
    .form__label_error {
      font-size: 10px;
      font-size: 0.875rem; } }

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