/*!
 * 
 *       Name: JapanHouseLondon
 *       Description: The responsive theme for JapanHouseLondon
 *       website: https://www.japanhouselondon.uk/
 *       lastUpdate: 18/08/20 @ 12:05
 *     
 */
@charset "UTF-8";
/*! 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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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; }

.wrap, .row {
  *zoom: 1; }
  .wrap:before, .row:before, .wrap:after, .row:after {
    content: '';
    display: table; }
  .wrap:after, .row:after {
    clear: both; }

.wrap, .site-header-container {
  max-width: 1344px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 1080px) {
  .wrap, .site-header-container {
    padding-left: 20px;
    padding-right: 20px; } }

button, [type='button'], [type='reset'], [type='submit'],
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #000000;
  border: 0;
  color: #ffffff;
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease; }
  @media only screen and (max-width: 399px) {
    button, [type='button'], [type='reset'], [type='submit'],
    .btn {
      font-size: 0.8em; } }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus,
  .btn:hover,
  .btn:focus {
    background-color: black;
    color: #ffffff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
    .btn:disabled:hover {
      background-color: #000000; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #000000;
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: black;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  select[multiple]::-webkit-input-placeholder {
    color: #999; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  select[multiple]:-ms-input-placeholder {
    color: #999; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder,
  select[multiple]::-ms-input-placeholder {
    color: #999; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder,
  select[multiple]::placeholder {
    color: #999; }

textarea {
  resize: vertical; }

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  display: block;
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

html {
  overflow-y: scroll; }

body {
  min-width: 320px;
  background: #000000;
  color: #000000;
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.5; }

html:not(.no-js) .site-nav, html:not(.no-js)
h1, html:not(.no-js)
h2, html:not(.no-js)
h3, html:not(.no-js)
h4, html:not(.no-js)
h5, html:not(.no-js)
h6, html:not(.no-js)
p, html:not(.no-js)
a {
  visibility: hidden; }

html:not(.no-js).wf-inactive .site-nav,
html:not(.no-js).wf-active .site-nav, html:not(.no-js).wf-inactive
h1,
html:not(.no-js).wf-active
h1, html:not(.no-js).wf-inactive
h2,
html:not(.no-js).wf-active
h2, html:not(.no-js).wf-inactive
h3,
html:not(.no-js).wf-active
h3, html:not(.no-js).wf-inactive
h4,
html:not(.no-js).wf-active
h4, html:not(.no-js).wf-inactive
h5,
html:not(.no-js).wf-active
h5, html:not(.no-js).wf-inactive
h6,
html:not(.no-js).wf-active
h6, html:not(.no-js).wf-inactive
p,
html:not(.no-js).wf-active
p, html:not(.no-js).wf-inactive
a,
html:not(.no-js).wf-active
a {
  visibility: visible; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75em;
  font-family: "SabonLTStdBold", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1.25em;
  line-height: 1.2; }

.h1,
h1 {
  font-size: 2.25em; }

.h2,
h2 {
  font-size: 2em; }

.h3,
h3 {
  font-size: 1.75em; }

.h4,
h4 {
  font-size: 1.5em; }

.h5,
h5 {
  font-size: 1.25em; }

.h6,
h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: black; }

hr {
  margin: 1.5em 0;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

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

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

.typ ul {
  margin: 0 0 2em;
  padding-left: 1.5em;
  list-style-type: disc; }

.typ ol {
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  list-style-type: decimal; }

.typ li {
  font-size: 18px; }

.typ p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 2em; }

.typ blockquote {
  border-left: 1px solid #000000;
  padding-left: 1em;
  margin-left: 1em; }

.typ a {
  text-decoration: underline; }
  .typ a:hover {
    text-decoration: none; }

.typ picture,
.typ img {
  height: auto; }

.typ .captionImage {
  max-width: 728px;
  width: unset !important; }
  .typ .captionImage .caption {
    font-size: 14px; }

.typ .caption-font {
  font-size: 14px; }

.typ .heading-large {
  font-size: 40px;
  font-family: "SabonLTPro", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  line-height: 1; }

.typ .f-15 {
  font-size: 15px; }

.uppercase {
  text-transform: uppercase; }

.jp-font {
  font-family: "HonMincho-M", "Ryumin Regular KL", "\6E38\660E\671D", YuMincho, "\6E38\660E\671D   Medium", "YuMincho Medium", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif; }

.discover-carousel__canvas.lazyloaded {
  height: 100% !important; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.debug-true {
  position: relative; }

@media only screen and (min-width: 0) {
  .debugger:after {
    content: " 0"; }
  .debugger:before {
    content: "$xxxs: "; } }

@media only screen and (min-width: 200px) {
  .debugger:after {
    content: " 200px"; }
  .debugger:before {
    content: "$xxs: "; } }

@media only screen and (min-width: 320px) {
  .debugger:after {
    content: " 320px"; }
  .debugger:before {
    content: "$xs: "; } }

@media only screen and (min-width: 400px) {
  .debugger:after {
    content: " 400px"; }
  .debugger:before {
    content: "$s: "; } }

@media only screen and (min-width: 480px) {
  .debugger:after {
    content: " 480px"; }
  .debugger:before {
    content: "$sl: "; } }

@media only screen and (min-width: 580px) {
  .debugger:after {
    content: " 580px"; }
  .debugger:before {
    content: "$sl2: "; } }

@media only screen and (min-width: 768px) {
  .debugger:after {
    content: " 768px"; }
  .debugger:before {
    content: "$m: "; } }

@media only screen and (min-width: 992px) {
  .debugger:after {
    content: " 992px"; }
  .debugger:before {
    content: "$ml: "; } }

@media only screen and (min-width: 1100px) {
  .debugger:after {
    content: " 1100px"; }
  .debugger:before {
    content: "$l: "; } }

@media only screen and (min-width: 1200px) {
  .debugger:after {
    content: " 1200px"; }
  .debugger:before {
    content: "$xl: "; } }

@media only screen and (min-width: 1300px) {
  .debugger:after {
    content: " 1300px"; }
  .debugger:before {
    content: "$xxl: "; } }

@media only screen and (min-width: 1400px) {
  .debugger:after {
    content: " 1400px"; }
  .debugger:before {
    content: "$xxxl: "; } }

@media only screen and (min-width: 1500px) {
  .debugger:after {
    content: " 1500px"; }
  .debugger:before {
    content: "$xxxxl: "; } }

@media only screen and (min-width: 1600px) {
  .debugger:after {
    content: " 1600px"; }
  .debugger:before {
    content: "$xxxxxl: "; } }

@media only screen and (min-width: 1700px) {
  .debugger:after {
    content: " 1700px"; }
  .debugger:before {
    content: "$xxxxxxl: "; } }

.debugger {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  background: rgba(204, 204, 204, .5);
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: right; }
  .debugger:before {
    color: red;
    text-transform: uppercase; }

[gy~="wrap"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  [gy~="wrap"] *,
  [gy~="wrap"] *::before,
  [gy~="wrap"] *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

[gy*="g"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px; }

[gy*="c"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 8px 16px; }

[gy="c"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

[gy*="g"][gy*="c"] {
  margin: 0;
  padding: 0; }

[gy-h~="g-no-gutter"] {
  margin: 0; }
  [gy-h~="g-no-gutter"] > [gy*="c"] {
    padding: 0; }

[gy-h~="g-center"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[gy-h~="g-right"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto; }

[gy-h~="g-top"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

[gy-h~="g-middle"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

[gy-h~="g-bottom"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

[gy-h~="g-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

[gy-h][gy-h~="g-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  [gy-h][gy-h~="g-column"] > [gy*="c"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

[gy-h][gy-h~="g-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  [gy-h][gy-h~="g-column-reverse"] > [gy*="c"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

[gy-h~="g-space-between"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

[gy-h~="g-space-around"] {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

[gy-h~="g-equal-height"] > [gy*="c"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[gy-h~="g-no-bottom"] > [gy*="c"] {
  padding-bottom: 0; }

[gy-h~="c-column"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

[gy-h~="c-top"] {
  -ms-flex-item-align: start;
      align-self: flex-start; }

[gy-h~="c-middle"] {
  -ms-flex-item-align: center;
      align-self: center; }

[gy-h~="c-bottom"] {
  -ms-flex-item-align: end;
      align-self: flex-end; }

[gy-h~="c-first"] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

[gy-h~="c-last"] {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

[gy-h~="order-1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

[gy-h~="order-2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

[gy-h~="order-3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

[gy-h~="order-4"] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

[gy-h~="order-5"] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

[gy-h~="order-6"] {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

[gy-h~="order-7"] {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

[gy-h~="order-8"] {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

[gy-h~="order-9"] {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

[gy-h~="order-10"] {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

[gy-h~="order-11"] {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

[gy-h~="order-12"] {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media only screen and (min-width: 400px) {
  [gy-h~="order-s-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [gy-h~="order-s-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [gy-h~="order-s-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [gy-h~="order-s-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [gy-h~="order-s-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [gy-h~="order-s-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [gy-h~="order-s-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [gy-h~="order-s-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [gy-h~="order-s-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [gy-h~="order-s-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [gy-h~="order-s-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [gy-h~="order-s-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media only screen and (min-width: 768px) {
  [gy-h~="order-m-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [gy-h~="order-m-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [gy-h~="order-m-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [gy-h~="order-m-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [gy-h~="order-m-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [gy-h~="order-m-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [gy-h~="order-m-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [gy-h~="order-m-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [gy-h~="order-m-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [gy-h~="order-m-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [gy-h~="order-m-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [gy-h~="order-m-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media only screen and (min-width: 1100px) {
  [gy-h~="order-l-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [gy-h~="order-l-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [gy-h~="order-l-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [gy-h~="order-l-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [gy-h~="order-l-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [gy-h~="order-l-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [gy-h~="order-l-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [gy-h~="order-l-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [gy-h~="order-l-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [gy-h~="order-l-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [gy-h~="order-l-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [gy-h~="order-l-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

[gy][gy-h~="off-0"] {
  margin-left: 0%; }

[gy][gy-h~="off-1"] {
  margin-left: 8.33333%; }

[gy][gy-h~="off-2"] {
  margin-left: 16.66667%; }

[gy][gy-h~="off-3"] {
  margin-left: 25%; }

[gy][gy-h~="off-4"] {
  margin-left: 33.33333%; }

[gy][gy-h~="off-5"] {
  margin-left: 41.66667%; }

[gy][gy-h~="off-6"] {
  margin-left: 50%; }

[gy][gy-h~="off-7"] {
  margin-left: 58.33333%; }

[gy][gy-h~="off-8"] {
  margin-left: 66.66667%; }

[gy][gy-h~="off-9"] {
  margin-left: 75%; }

[gy][gy-h~="off-10"] {
  margin-left: 83.33333%; }

[gy][gy-h~="off-11"] {
  margin-left: 91.66667%; }

@media only screen and (min-width: 400px) {
  [gy][gy-h~="off-s-0"] {
    margin-left: 0%; }
  [gy][gy-h~="off-s-1"] {
    margin-left: 8.33333%; }
  [gy][gy-h~="off-s-2"] {
    margin-left: 16.66667%; }
  [gy][gy-h~="off-s-3"] {
    margin-left: 25%; }
  [gy][gy-h~="off-s-4"] {
    margin-left: 33.33333%; }
  [gy][gy-h~="off-s-5"] {
    margin-left: 41.66667%; }
  [gy][gy-h~="off-s-6"] {
    margin-left: 50%; }
  [gy][gy-h~="off-s-7"] {
    margin-left: 58.33333%; }
  [gy][gy-h~="off-s-8"] {
    margin-left: 66.66667%; }
  [gy][gy-h~="off-s-9"] {
    margin-left: 75%; }
  [gy][gy-h~="off-s-10"] {
    margin-left: 83.33333%; }
  [gy][gy-h~="off-s-11"] {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 768px) {
  [gy][gy-h~="off-m-0"] {
    margin-left: 0%; }
  [gy][gy-h~="off-m-1"] {
    margin-left: 8.33333%; }
  [gy][gy-h~="off-m-2"] {
    margin-left: 16.66667%; }
  [gy][gy-h~="off-m-3"] {
    margin-left: 25%; }
  [gy][gy-h~="off-m-4"] {
    margin-left: 33.33333%; }
  [gy][gy-h~="off-m-5"] {
    margin-left: 41.66667%; }
  [gy][gy-h~="off-m-6"] {
    margin-left: 50%; }
  [gy][gy-h~="off-m-7"] {
    margin-left: 58.33333%; }
  [gy][gy-h~="off-m-8"] {
    margin-left: 66.66667%; }
  [gy][gy-h~="off-m-9"] {
    margin-left: 75%; }
  [gy][gy-h~="off-m-10"] {
    margin-left: 83.33333%; }
  [gy][gy-h~="off-m-11"] {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 1100px) {
  [gy][gy-h~="off-l-0"] {
    margin-left: 0%; }
  [gy][gy-h~="off-l-1"] {
    margin-left: 8.33333%; }
  [gy][gy-h~="off-l-2"] {
    margin-left: 16.66667%; }
  [gy][gy-h~="off-l-3"] {
    margin-left: 25%; }
  [gy][gy-h~="off-l-4"] {
    margin-left: 33.33333%; }
  [gy][gy-h~="off-l-5"] {
    margin-left: 41.66667%; }
  [gy][gy-h~="off-l-6"] {
    margin-left: 50%; }
  [gy][gy-h~="off-l-7"] {
    margin-left: 58.33333%; }
  [gy][gy-h~="off-l-8"] {
    margin-left: 66.66667%; }
  [gy][gy-h~="off-l-9"] {
    margin-left: 75%; }
  [gy][gy-h~="off-l-10"] {
    margin-left: 83.33333%; }
  [gy][gy-h~="off-l-11"] {
    margin-left: 91.66667%; } }

[gy~="g-1"] > [gy*='c'] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[gy~="g-2"] > [gy*='c'] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[gy~="g-3"] > [gy*='c'] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[gy~="g-4"] > [gy*='c'] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[gy~="g-5"] > [gy*='c'] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

[gy~="g-6"] > [gy*='c'] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[gy~="g-7"] > [gy*='c'] {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
  max-width: 14.28571%; }

[gy~="g-8"] > [gy*='c'] {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }

[gy~="g-9"] > [gy*='c'] {
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
  max-width: 11.11111%; }

[gy~="g-10"] > [gy*='c'] {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

[gy~="g-11"] > [gy*='c'] {
  -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
  max-width: 9.09091%; }

[gy~="g-12"] > [gy*='c'] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media only screen and (min-width: 400px) {
  [gy~="gs-1"] > [gy*='c'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gy~="gs-2"] > [gy*='c'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gy~="gs-3"] > [gy*='c'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gy~="gs-4"] > [gy*='c'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gy~="gs-5"] > [gy*='c'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gy~="gs-6"] > [gy*='c'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gy~="gs-7"] > [gy*='c'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gy~="gs-8"] > [gy*='c'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gy~="gs-9"] > [gy*='c'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gy~="gs-10"] > [gy*='c'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gy~="gs-11"] > [gy*='c'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gy~="gs-12"] > [gy*='c'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 768px) {
  [gy~="gm-1"] > [gy*='c'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gy~="gm-2"] > [gy*='c'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gy~="gm-3"] > [gy*='c'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gy~="gm-4"] > [gy*='c'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gy~="gm-5"] > [gy*='c'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gy~="gm-6"] > [gy*='c'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gy~="gm-7"] > [gy*='c'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gy~="gm-8"] > [gy*='c'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gy~="gm-9"] > [gy*='c'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gy~="gm-10"] > [gy*='c'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gy~="gm-11"] > [gy*='c'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gy~="gm-12"] > [gy*='c'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 1100px) {
  [gy~="gl-1"] > [gy*='c'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gy~="gl-2"] > [gy*='c'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gy~="gl-3"] > [gy*='c'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gy~="gl-4"] > [gy*='c'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gy~="gl-5"] > [gy*='c'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gy~="gl-6"] > [gy*='c'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gy~="gl-7"] > [gy*='c'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gy~="gl-8"] > [gy*='c'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gy~="gl-9"] > [gy*='c'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gy~="gl-10"] > [gy*='c'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gy~="gl-11"] > [gy*='c'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gy~="gl-12"] > [gy*='c'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

[gy*="g"] > [gy~='c-auto'] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  max-width: 100%; }

[gy*="g"] > [gy~='c-1'] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

[gy*="g"] > [gy~='c-2'] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[gy*="g"] > [gy~='c-3'] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[gy*="g"] > [gy~='c-4'] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[gy*="g"] > [gy~='c-5'] {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%; }

[gy*="g"] > [gy~='c-6'] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[gy*="g"] > [gy~='c-7'] {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%; }

[gy*="g"] > [gy~='c-8'] {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%; }

[gy*="g"] > [gy~='c-9'] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

[gy*="g"] > [gy~='c-10'] {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%; }

[gy*="g"] > [gy~='c-11'] {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%; }

[gy*="g"] > [gy~='c-12'] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media only screen and (min-width: 400px) {
  [gy*="g"] > [gy~='cs-auto'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: 100%; }
  [gy*="g"] > [gy~='cs-1'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gy*="g"] > [gy~='cs-2'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gy*="g"] > [gy~='cs-3'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gy*="g"] > [gy~='cs-4'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gy*="g"] > [gy~='cs-5'] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [gy*="g"] > [gy~='cs-6'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gy*="g"] > [gy~='cs-7'] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [gy*="g"] > [gy~='cs-8'] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [gy*="g"] > [gy~='cs-9'] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [gy*="g"] > [gy~='cs-10'] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [gy*="g"] > [gy~='cs-11'] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [gy*="g"] > [gy~='cs-12'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  [gy*="g"] > [gy~='cm-auto'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: 100%; }
  [gy*="g"] > [gy~='cm-1'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gy*="g"] > [gy~='cm-2'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gy*="g"] > [gy~='cm-3'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gy*="g"] > [gy~='cm-4'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gy*="g"] > [gy~='cm-5'] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [gy*="g"] > [gy~='cm-6'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gy*="g"] > [gy~='cm-7'] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [gy*="g"] > [gy~='cm-8'] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [gy*="g"] > [gy~='cm-9'] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [gy*="g"] > [gy~='cm-10'] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [gy*="g"] > [gy~='cm-11'] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [gy*="g"] > [gy~='cm-12'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 1100px) {
  [gy*="g"] > [gy~='cl-auto'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: 100%; }
  [gy*="g"] > [gy~='cl-1'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gy*="g"] > [gy~='cl-2'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gy*="g"] > [gy~='cl-3'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gy*="g"] > [gy~='cl-4'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gy*="g"] > [gy~='cl-5'] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [gy*="g"] > [gy~='cl-6'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gy*="g"] > [gy~='cl-7'] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [gy*="g"] > [gy~='cl-8'] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [gy*="g"] > [gy~='cl-9'] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [gy*="g"] > [gy~='cl-10'] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [gy*="g"] > [gy~='cl-11'] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [gy*="g"] > [gy~='cl-12'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

.row {
  margin-left: -7px;
  margin-right: -7px; }

[class*="col-"] {
  position: relative;
  *zoom: 1;
  clear: none;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px; }
  [class*="col-"]:before, [class*="col-"]:after {
    content: '';
    display: table; }
  [class*="col-"]:after {
    clear: both; }

.col-offset-1 {
  margin-left: 8.33333%; }

.col-push-1 {
  left: 8.33333%; }

.col-pull-1 {
  right: 8.33333%; }

.col-1 {
  width: 8.33333%; }

.col-offset-2 {
  margin-left: 16.66667%; }

.col-push-2 {
  left: 16.66667%; }

.col-pull-2 {
  right: 16.66667%; }

.col-2 {
  width: 16.66667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-push-3 {
  left: 25%; }

.col-pull-3 {
  right: 25%; }

.col-3 {
  width: 25%; }

.col-offset-4 {
  margin-left: 33.33333%; }

.col-push-4 {
  left: 33.33333%; }

.col-pull-4 {
  right: 33.33333%; }

.col-4 {
  width: 33.33333%; }

.col-offset-5 {
  margin-left: 41.66667%; }

.col-push-5 {
  left: 41.66667%; }

.col-pull-5 {
  right: 41.66667%; }

.col-5 {
  width: 41.66667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-push-6 {
  left: 50%; }

.col-pull-6 {
  right: 50%; }

.col-6 {
  width: 50%; }

.col-offset-7 {
  margin-left: 58.33333%; }

.col-push-7 {
  left: 58.33333%; }

.col-pull-7 {
  right: 58.33333%; }

.col-7 {
  width: 58.33333%; }

.col-offset-8 {
  margin-left: 66.66667%; }

.col-push-8 {
  left: 66.66667%; }

.col-pull-8 {
  right: 66.66667%; }

.col-8 {
  width: 66.66667%; }

.col-offset-9 {
  margin-left: 75%; }

.col-push-9 {
  left: 75%; }

.col-pull-9 {
  right: 75%; }

.col-9 {
  width: 75%; }

.col-offset-10 {
  margin-left: 83.33333%; }

.col-push-10 {
  left: 83.33333%; }

.col-pull-10 {
  right: 83.33333%; }

.col-10 {
  width: 83.33333%; }

.col-offset-11 {
  margin-left: 91.66667%; }

.col-push-11 {
  left: 91.66667%; }

.col-pull-11 {
  right: 91.66667%; }

.col-11 {
  width: 91.66667%; }

.col-offset-12 {
  margin-left: 100%; }

.col-push-12 {
  left: 100%; }

.col-pull-12 {
  right: 100%; }

.col-12 {
  width: 100%; }

@media only screen and (min-width: 400px) {
  .col-s-offset-1 {
    margin-left: 8.33333%; }
  .col-s-push-1 {
    left: 8.33333%; }
  .col-s-pull-1 {
    right: 8.33333%; }
  .col-s-1 {
    width: 8.33333%; }
  .col-s-offset-2 {
    margin-left: 16.66667%; }
  .col-s-push-2 {
    left: 16.66667%; }
  .col-s-pull-2 {
    right: 16.66667%; }
  .col-s-2 {
    width: 16.66667%; }
  .col-s-offset-3 {
    margin-left: 25%; }
  .col-s-push-3 {
    left: 25%; }
  .col-s-pull-3 {
    right: 25%; }
  .col-s-3 {
    width: 25%; }
  .col-s-offset-4 {
    margin-left: 33.33333%; }
  .col-s-push-4 {
    left: 33.33333%; }
  .col-s-pull-4 {
    right: 33.33333%; }
  .col-s-4 {
    width: 33.33333%; }
  .col-s-offset-5 {
    margin-left: 41.66667%; }
  .col-s-push-5 {
    left: 41.66667%; }
  .col-s-pull-5 {
    right: 41.66667%; }
  .col-s-5 {
    width: 41.66667%; }
  .col-s-offset-6 {
    margin-left: 50%; }
  .col-s-push-6 {
    left: 50%; }
  .col-s-pull-6 {
    right: 50%; }
  .col-s-6 {
    width: 50%; }
  .col-s-offset-7 {
    margin-left: 58.33333%; }
  .col-s-push-7 {
    left: 58.33333%; }
  .col-s-pull-7 {
    right: 58.33333%; }
  .col-s-7 {
    width: 58.33333%; }
  .col-s-offset-8 {
    margin-left: 66.66667%; }
  .col-s-push-8 {
    left: 66.66667%; }
  .col-s-pull-8 {
    right: 66.66667%; }
  .col-s-8 {
    width: 66.66667%; }
  .col-s-offset-9 {
    margin-left: 75%; }
  .col-s-push-9 {
    left: 75%; }
  .col-s-pull-9 {
    right: 75%; }
  .col-s-9 {
    width: 75%; }
  .col-s-offset-10 {
    margin-left: 83.33333%; }
  .col-s-push-10 {
    left: 83.33333%; }
  .col-s-pull-10 {
    right: 83.33333%; }
  .col-s-10 {
    width: 83.33333%; }
  .col-s-offset-11 {
    margin-left: 91.66667%; }
  .col-s-push-11 {
    left: 91.66667%; }
  .col-s-pull-11 {
    right: 91.66667%; }
  .col-s-11 {
    width: 91.66667%; }
  .col-s-offset-12 {
    margin-left: 100%; }
  .col-s-push-12 {
    left: 100%; }
  .col-s-pull-12 {
    right: 100%; }
  .col-s-12 {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .col-m-offset-1 {
    margin-left: 8.33333%; }
  .col-m-push-1 {
    left: 8.33333%; }
  .col-m-pull-1 {
    right: 8.33333%; }
  .col-m-1 {
    width: 8.33333%; }
  .col-m-offset-2 {
    margin-left: 16.66667%; }
  .col-m-push-2 {
    left: 16.66667%; }
  .col-m-pull-2 {
    right: 16.66667%; }
  .col-m-2 {
    width: 16.66667%; }
  .col-m-offset-3 {
    margin-left: 25%; }
  .col-m-push-3 {
    left: 25%; }
  .col-m-pull-3 {
    right: 25%; }
  .col-m-3 {
    width: 25%; }
  .col-m-offset-4 {
    margin-left: 33.33333%; }
  .col-m-push-4 {
    left: 33.33333%; }
  .col-m-pull-4 {
    right: 33.33333%; }
  .col-m-4 {
    width: 33.33333%; }
  .col-m-offset-5 {
    margin-left: 41.66667%; }
  .col-m-push-5 {
    left: 41.66667%; }
  .col-m-pull-5 {
    right: 41.66667%; }
  .col-m-5 {
    width: 41.66667%; }
  .col-m-offset-6 {
    margin-left: 50%; }
  .col-m-push-6 {
    left: 50%; }
  .col-m-pull-6 {
    right: 50%; }
  .col-m-6 {
    width: 50%; }
  .col-m-offset-7 {
    margin-left: 58.33333%; }
  .col-m-push-7 {
    left: 58.33333%; }
  .col-m-pull-7 {
    right: 58.33333%; }
  .col-m-7 {
    width: 58.33333%; }
  .col-m-offset-8 {
    margin-left: 66.66667%; }
  .col-m-push-8 {
    left: 66.66667%; }
  .col-m-pull-8 {
    right: 66.66667%; }
  .col-m-8 {
    width: 66.66667%; }
  .col-m-offset-9 {
    margin-left: 75%; }
  .col-m-push-9 {
    left: 75%; }
  .col-m-pull-9 {
    right: 75%; }
  .col-m-9 {
    width: 75%; }
  .col-m-offset-10 {
    margin-left: 83.33333%; }
  .col-m-push-10 {
    left: 83.33333%; }
  .col-m-pull-10 {
    right: 83.33333%; }
  .col-m-10 {
    width: 83.33333%; }
  .col-m-offset-11 {
    margin-left: 91.66667%; }
  .col-m-push-11 {
    left: 91.66667%; }
  .col-m-pull-11 {
    right: 91.66667%; }
  .col-m-11 {
    width: 91.66667%; }
  .col-m-offset-12 {
    margin-left: 100%; }
  .col-m-push-12 {
    left: 100%; }
  .col-m-pull-12 {
    right: 100%; }
  .col-m-12 {
    width: 100%; } }

@media only screen and (min-width: 1100px) {
  .col-l-offset-1 {
    margin-left: 8.33333%; }
  .col-l-push-1 {
    left: 8.33333%; }
  .col-l-pull-1 {
    right: 8.33333%; }
  .col-l-1 {
    width: 8.33333%; }
  .col-l-offset-2 {
    margin-left: 16.66667%; }
  .col-l-push-2 {
    left: 16.66667%; }
  .col-l-pull-2 {
    right: 16.66667%; }
  .col-l-2 {
    width: 16.66667%; }
  .col-l-offset-3 {
    margin-left: 25%; }
  .col-l-push-3 {
    left: 25%; }
  .col-l-pull-3 {
    right: 25%; }
  .col-l-3 {
    width: 25%; }
  .col-l-offset-4 {
    margin-left: 33.33333%; }
  .col-l-push-4 {
    left: 33.33333%; }
  .col-l-pull-4 {
    right: 33.33333%; }
  .col-l-4 {
    width: 33.33333%; }
  .col-l-offset-5 {
    margin-left: 41.66667%; }
  .col-l-push-5 {
    left: 41.66667%; }
  .col-l-pull-5 {
    right: 41.66667%; }
  .col-l-5 {
    width: 41.66667%; }
  .col-l-offset-6 {
    margin-left: 50%; }
  .col-l-push-6 {
    left: 50%; }
  .col-l-pull-6 {
    right: 50%; }
  .col-l-6 {
    width: 50%; }
  .col-l-offset-7 {
    margin-left: 58.33333%; }
  .col-l-push-7 {
    left: 58.33333%; }
  .col-l-pull-7 {
    right: 58.33333%; }
  .col-l-7 {
    width: 58.33333%; }
  .col-l-offset-8 {
    margin-left: 66.66667%; }
  .col-l-push-8 {
    left: 66.66667%; }
  .col-l-pull-8 {
    right: 66.66667%; }
  .col-l-8 {
    width: 66.66667%; }
  .col-l-offset-9 {
    margin-left: 75%; }
  .col-l-push-9 {
    left: 75%; }
  .col-l-pull-9 {
    right: 75%; }
  .col-l-9 {
    width: 75%; }
  .col-l-offset-10 {
    margin-left: 83.33333%; }
  .col-l-push-10 {
    left: 83.33333%; }
  .col-l-pull-10 {
    right: 83.33333%; }
  .col-l-10 {
    width: 83.33333%; }
  .col-l-offset-11 {
    margin-left: 91.66667%; }
  .col-l-push-11 {
    left: 91.66667%; }
  .col-l-pull-11 {
    right: 91.66667%; }
  .col-l-11 {
    width: 91.66667%; }
  .col-l-offset-12 {
    margin-left: 100%; }
  .col-l-push-12 {
    left: 100%; }
  .col-l-pull-12 {
    right: 100%; }
  .col-l-12 {
    width: 100%; } }

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAABKCAYAAAA8PJ2MAAABzElEQVRoge3awUrDMBzH8d8seDAEIWCh4K2+k0+gIAhDdxkqiOjmTfA9fAsV9epBEBQEhYEHC9IKHkSJJFAaa7ZuTf6HfA+DLTl8aBljzb8DQqVJvACgO0eFpEDbAE6NRR9JUJrEewpGBjSkBjpOk3jRWPQRRdC8umWkQLsBVFcA2QogWwp0SA00SJN4yVj0EUVQlCbxETVQP4DqCiBbAWRLgfapgQ7SJF42Fn1EEdShCOoFUF0BZCuAbClQnwLo96GZBAHYAXD2OHp9MXa5Tl0h+TdoxTtGRw6kbx+1JGoIYJXS1YqyvIDg7ALAhuBslOXFm7HLNUq+lGDrgrOnLC/ejZ2uUSXYJYA1wdmzT1hUfqNg175hUfUDCjADRQH2J8o3rBblE/YvqgLrCc4eXMCsqBLsXB59uYCNhVKwb1ewsVEVWFdwdpflxYexyTWqBJM/SZuCs/s2YBOjSrCrtmCNUG3DGqPahE2Fags2Naot2MxSz7DonDboyB2D6KjD6Byt6ZoeQs7k21dXlhdfgrMbAFuCs9ssLz5rtrpDoSGsdVQTmBPUpDBnqElhziM3gKMjN6qkow4bkBl/01UHBcnMeZZGKk/oDZ8C3R+9Ditrz9rTggAAAABJRU5ErkJggg==");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAABKCAYAAAA8PJ2MAAABrUlEQVRoge3asUrEMBzH8Z8nODQEIWAg4BbfySdwUFw8lxMFEfWcfSRRUVedBJ1c3ArSCg6iVCKU5s6kmCb/Id/xGo4PaXo92kAruaeVLECoEYBzAGNqsGa2Cq3kAVXYKUXYslbyLMN8M7CpVnKJImw/BWzR+sRUVvWH4OwewI7g7K6s6k9rUGwUEsL+RKWCOVEpYF6oFLBemavymOLPxYq5JWWYVy2Y99r06V9fVlb1u+DsAcC24OymrOova1BsVAv2GBIWZNpDw4KthZCwoAs0FCwoKhQsOKoDGwvOrvrCBkG1YM8GdtkHNhjKwN4EZ099YYOiZsAuyqq2xkRHdWAbgrNbFywKqgV78YFFQ/WBRUX5wqKjfGBJUC5YMlQHtiU4u/6FJUW1YK8ANs0tCQvWqERpJdcArAOYkkGhBRtZRwhE8vRZB1PUgMyzMBqTpJVc1UpOqIF2M2heGeQqg1wZ0BFFUPJ/JD9RBDVP+Q6pgSYZNK8McpVBrgzohBqIzmsQiiBar9ZSvoGfWQa5yiBXVEF0NuCQ26pEEVSYU0YKRGejIMmdi+Q2nwL4BuFMKSTdquuIAAAAAElFTkSuQmCC");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* ----------------------------------------------------------- */
/* == tingle v0.13.2 */
/* ----------------------------------------------------------- */
.tingle-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center; }

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
  display: none; }

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 96px;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

.tingle-modal__closeLabel {
  display: none; }

.tingle-modal__close:hover {
  color: #fff; }

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.tingle-modal-box__content {
  padding: 48px 48px;
  padding: 3rem 3rem; }

.tingle-modal-box__footer {
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto; }

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: ""; }

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s; }

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0; }

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0; }

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  filter: blur(8px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: scale(1);
  transform: scale(1); }

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh; }

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 8px;
  margin: 0 .5rem;
  padding: 16px 32px;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.tingle-btn--primary {
  background-color: #3498db; }

.tingle-btn--danger {
  background-color: #e74c3c; }

.tingle-btn--default {
  background-color: #34495e; }

.tingle-btn--pull-left {
  float: left; }

.tingle-btn--pull-right {
  float: right; }

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%; }
  .tingle-modal-box {
    width: auto;
    border-radius: 0; }
  .tingle-modal-box__content {
    overflow-y: scroll; }
  .tingle-modal--noClose {
    top: 0; }
  .tingle-modal--noOverlayClose {
    padding-top: 0; }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%; }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    line-height: 55px; }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem; } }

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px); }
  @media (max-width: 540px) {
    .tingle-modal {
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px); } }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
    filter: none; } }

#ccc #ccc-notify-dismiss {
  display: none !important; }

#ccc .ccc-notify-button {
  text-decoration: underline; }

#ccc #ccc-notify-accept {
  text-decoration: none; }

#ccc #ccc-recommended-settings {
  text-decoration: none; }

#ccc-notify {
  height: 100vh !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }
  #ccc-notify:before {
    content: '';
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 218px;
    width: 90vw; }
    @media only screen and (min-width: 768px) {
      #ccc-notify:before {
        width: 500px; } }

#ccc #ccc-notify[visible] {
  background-color: rgba(0, 0, 0, .5) !important; }

.ccc-notify-text, .ccc-notify-buttons {
  position: relative;
  z-index: 1;
  width: 80vw;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .ccc-notify-text, .ccc-notify-buttons {
      width: 400px; } }

.ccc-notify-text h3, .ccc-notify-text p {
  text-align: center !important; }

@media only screen and (min-width: 768px) {
  .ccc-notify-text {
    margin-bottom: 30px; } }

.ccc-notify-buttons {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .ccc-notify-buttons {
      padding-right: 0 !important; } }

.ccc-notify-button {
  border: none !important; }

section[class^="module"] {
  position: relative;
  width: 100%; }
  section[class^="module"].-top-pad-none {
    padding-top: 0; }
  section[class^="module"].-top-pad-small {
    padding-top: 24px; }
  section[class^="module"].-top-pad-medium {
    padding-top: 48px; }
  section[class^="module"].-top-pad-large {
    padding-top: 63px; }
  section[class^="module"].-top-pad-extralarge {
    padding-top: 72px; }
  section[class^="module"].-bottom-pad-none {
    padding-bottom: 0; }
  section[class^="module"].-bottom-pad-small {
    padding-bottom: 0px; }
  section[class^="module"].-bottom-pad-medium {
    padding-bottom: 24px; }
  section[class^="module"].-bottom-pad-large {
    padding-bottom: 39px; }
  section[class^="module"].-bottom-pad-extralarge {
    padding-bottom: 48px; }

.module {
  background-color: #ffffff;
  padding: 30px 0 0; }
  @media only screen and (min-width: 768px) {
    .module {
      padding: 65px 0 0; } }
  .module.-pad-top-0 {
    padding-top: 0; }

.module-maincontent {
  padding: 55px 0 0; }
  @media only screen and (min-width: 768px) {
    .module-maincontent {
      padding: 75px 0 0; } }
  @media only screen and (min-width: 768px) {
    .module-maincontent:first-child {
      padding: 55px 0 0; } }
  @media only screen and (min-width: 992px) {
    .module-maincontent:first-child {
      padding: 110px 0 0; } }
  @media only screen and (min-width: 768px) {
    .module-maincontent.-event-page.-has-intro {
      padding: 55px 0 0; } }

.module-singleimageblock img {
  height: auto; }

.image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px -28px; }

.module-imagegalleryblock + .module-imagegalleryblock {
  padding-top: 28px; }

.image-gallery__item {
  padding: 0 14px;
  margin: 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .image-gallery__item.-size-2 {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .image-gallery__item.-size-3, .image-gallery__item.-size-4 {
      width: 33.33%; } }

.image-gallery__item-media {
  width: 100%; }

.image-gallery__item-canvas {
  width: 100%; }

.module-simplebannerblock {
  padding: 0; }

.hero-wrapper {
  max-width: 2100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .hero-wrapper:before {
    content: '';
    display: block;
    padding-top: 44%; }
  .hero-wrapper.-size-1:before {
    padding-top: 25%; }
  .hero-wrapper.-size-2:before {
    padding-top: 35%; }

.hero-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%; }

.hero-image__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }

.module-maingrid {
  padding: 0; }

.grid-items-heading {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: normal; }
  @media only screen and (min-width: 768px) {
    .grid-items-heading {
      padding-left: 26px; } }
  .grid-items-header .grid-items-heading {
    margin: 0; }

.grid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px; }

.grid-item {
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin: 0 0 8px; }
  @media only screen and (min-width: 768px) {
    .grid-item {
      padding: 0 11px;
      margin: 0 0 8px; } }
  @media only screen and (min-width: 1024px) {
    .grid-item {
      padding: 0 14px;
      margin: 0 0 8px; } }
  @media only screen and (min-width: 768px) {
    .grid-item.-size-1 {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .grid-item.-size-1 {
      width: 25%; } }
  .grid-item.-size-1 .grid-item__media-canvas {
    min-height: 140px; }
  .grid-item.-size-1.-square .grid-item__media-canvas {
    min-height: 304px; }
  @media only screen and (min-width: 1024px) {
    .grid-item.-size-2 {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .grid-item.-size-3 {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .grid-items.-related .grid-item.-size-4 {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .grid-item.-size-4 {
      width: 33.33%; } }
  @media only screen and (min-width: 768px) {
    .grid-item.-size-5 {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .grid-item.-size-5 {
      width: 25%; } }

/*
.js-grid-item {
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transform: scale(.5);
  opacity: 0;
  &.-visible {
    opacity: 1;
    transform: scale(1);
  }
}
*/
.grid-item__media-wrapper {
  position: relative;
  margin: 0 0 8px;
  padding-top: 45.45454545454545%;
  /*
  &.-filler {
    position: relative;
    &:before {
      content: '';
      padding-top: 56.25%;
      display: block;
    }
  }
  */ }
  .grid-item__media-wrapper.-filler {
    padding-top: 45.45454545454545%;
    background: url(/themes/japanhouselondon/dist/src/img/general/footer-logo-1b797d5ec69a30643ef3bbb69bd53d3d.svg) #cccccc no-repeat center center;
    background-size: 100px auto; }

.grid-item__media {
  margin: 0 0 8px; }
  .grid-item__media-wrapper .grid-item__media {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.grid-item__media-canvas {
  display: block;
  width: 100%;
  background-color: #cccccc;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

.grid-item-byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.125;
  font-size: 12px;
  margin: 0;
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 1100px) {
    .grid-item-byline {
      font-size: 16px; } }

.grid-item-heading {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 2px; }
  @media only screen and (min-width: 1100px) {
    .grid-item-heading {
      font-size: 16px; } }
  .grid-item-heading.-break {
    font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    line-height: 1.285714285714286;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 1100px) {
      .grid-item-heading.-break {
        font-size: 14px; } }
  .grid-item-header.-single-line .grid-item-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .grid-item-heading.-alt {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }

.grid-item-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase; }
  .grid-item-type.-has-sibling:after {
    content: '|';
    display: inline-block;
    margin: 0 .25em; }

.grid-item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #000000;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .grid-item-content:hover {
    opacity: .6; }

.grid-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grid-item-header.-single-line {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.grid-items-header {
  padding: 45px 0 33px; }
  @media only screen and (min-width: 768px) {
    .grid-items-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 45px 0 33px; } }

.related-grid-items-heading {
  font-size: 22px;
  font-weight: normal; }

.grid-items-filters {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media only screen and (min-width: 768px) {
  .ss-homepage .grid-item.-size-1 {
    height: 184px;
    max-height: 184px; } }

.ss-homepage .grid-item.-size-1 .grid-item__media-canvas {
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .ss-homepage .grid-item.-size-1 .grid-item__media-canvas {
      height: 140px; } }

@media only screen and (min-width: 768px) {
  .ss-homepage .grid-item.-size-2 {
    height: 384px;
    max-height: 376px; } }

.ss-homepage .grid-item.-size-2 .grid-item__media-canvas {
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .ss-homepage .grid-item.-size-2 .grid-item__media-canvas {
      height: 332px; } }

@media only screen and (min-width: 768px) {
  .ss-homepage .grid-item.-size-5 {
    height: 384px;
    max-height: 376px; } }

.ss-homepage .grid-item.-size-5 .grid-item__media-canvas {
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .ss-homepage .grid-item.-size-5 .grid-item__media-canvas {
      height: 332px; } }

.ss-homepage .grid-item-header {
  height: 36px; }

.ss-homepage .grid-item-heading {
  margin: 0;
  padding: 0; }

.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px -28px; }

.team-member {
  width: 100%;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 65px; }
  @media only screen and (min-width: 768px) {
    .team-member {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .team-member {
      width: 33.33%; } }

.team-member__title {
  font-size: 22px;
  margin: 0 0 6px;
  font-weight: normal;
  line-height: 1.5; }

.team-member__subtitle {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 26px; }

.team-member__content {
  font-size: 16px; }
  .team-member__content a {
    text-decoration: underline; }

.team-member__media {
  display: block;
  margin: 0 0 16px; }

.team-member__canvas {
  display: block;
  width: 100%;
  height: auto; }

.social-share-wrap {
  margin: 0 0 40px;
  display: block; }
  .social-share-wrap:last-child {
    margin-bottom: 0; }

.social-share-heading {
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 17px; }

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.social-icons__item {
  margin: 0 3px 0 0; }
  @media only screen and (min-width: 1024px) {
    .social-icons__item {
      margin: 0 20px 0 0; } }
  .footer-panel .social-icons__item {
    margin: 0 16px 0 0; }

.social-icon {
  display: block;
  width: 34px;
  height: 34px; }
  @media only screen and (min-width: 768px) {
    .social-icon {
      width: 47px;
      height: 47px; }
      .social-share-wrap .social-icon {
        width: 27px;
        height: 27px; } }
  .social-icon:hover {
    opacity: .6; }
  .social-icons.-alt .social-icon path {
    fill: #ffffff; }
  .social-icons.-alt .social-icon circle {
    fill: #ffffff; }

.video-wrapper {
  margin: 0 0 70px; }

.video-container {
  position: relative;
  background: no-repeat center center;
  background-size: cover; }
  .video-container:before {
    content: '';
    display: block;
    padding-top: 56.25%; }

.video-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .video-canvas.-loading {
    visibility: hidden; }

.image-carousel__prev,
.image-carousel__next {
  width: 18.5px;
  height: 37px;
  top: 46.5%;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .image-carousel__prev,
    .image-carousel__next {
      width: 37px;
      height: 74px; } }

.image-carousel__prev {
  background-image: url(/themes/japanhouselondon/dist/src/img/general/arrow-prev-white-2f20a95f59e9b68667ef98f1ece885fc.svg);
  left: 28px; }

.image-carousel__next {
  background-image: url(/themes/japanhouselondon/dist/src/img/general/arrow-next-white-20ee0dad3a58013887f71d2c2a518c20.svg);
  right: 28px; }

.image-carousel__caption {
  font-size: 16px;
  margin-top: 13px;
  line-height: 1.33; }

.image-carousel__media {
  display: block; }

.image-carousel__canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.image-carousel__media-wrapper {
  display: block;
  position: relative;
  width: 100%;
  background: no-repeat center;
  background-size: cover; }
  .image-carousel__media-wrapper:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .image-carousel__media-wrapper.-video:after {
    content: '';
    position: absolute;
    background: url(/themes/japanhouselondon/dist/src/img/general/icon-play-9dbb5a66a13314f9170524fde6122dae.png) no-repeat center;
    width: 79px;
    height: 79px;
    margin-top: -39.5px;
    margin-left: -39.5px;
    top: 50%;
    left: 50%;
    z-index: 1; }
  .image-carousel__media-wrapper.-video.-active:after {
    display: none; }

.image-carousel__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.image-carousel__media-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; }
  .image-carousel__media-wrapper.-active .image-carousel__media-video {
    visibility: visible;
    opacity: 1; }

.js-carousel-video-trigger:hover {
  cursor: pointer; }

.module-carouselbannerblock {
  padding: 0; }
  .module-carouselbannerblock .wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .module-carouselbannerblock .main-content {
    width: 100%; }

.carousel-banner {
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.01, 0.15, 1);
          transition-timing-function: cubic-bezier(0.36, 0.01, 0.15, 1); }

.carousel-banner-container {
  background: white;
  z-index: 0; }

.canvas-container {
  position: relative;
  background: no-repeat center center;
  background-size: cover; }
  .canvas-container:before {
    content: '';
    display: block;
    padding-top: 44.314%; }
    @media only screen and (max-width: 1023px) {
      .canvas-container:before {
        padding-top: 53.335%; } }
  @media only screen and (max-width: 1023px) {
    .canvas-container.-has-content:before {
      display: none; } }

.canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.carousel-banner__media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .carousel-banner__media-wrapper a .carousel-banner__media {
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .carousel-banner__media-wrapper a .carousel-banner__media:hover {
      opacity: .6; }
  @media only screen and (max-width: 1023px) {
    .canvas-container.-has-content .carousel-banner__media-wrapper {
      position: relative;
      margin-bottom: 30px; } }

.carousel-banner__media {
  height: 100%; }

.carousel-banner__canvas {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.carousel-banner-video-action {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover; }
  .carousel-banner-video-action:before {
    content: '';
    position: absolute;
    background: url(/themes/japanhouselondon/dist/src/img/general/icon-play-9dbb5a66a13314f9170524fde6122dae.png) no-repeat center;
    width: 79px;
    height: 79px;
    margin-top: -39.5px;
    margin-left: -39.5px;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .carousel-banner-video-action:hover:before {
    opacity: .7; }

.carousel-banner-pagination {
  position: relative;
  height: 40px;
  padding-top: 20px; }
  .carousel-banner-pagination .swiper-pagination-bullet {
    width: 85px;
    height: 5px;
    margin: 5px;
    background: black;
    border-radius: 0; }

.carousel-banner__item {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .carousel-banner__item.swiper-slide-next, .carousel-banner__item.swiper-slide-prev {
    opacity: 0.5; }

.carousel-banner-container .swiper-button-prev, .carousel-banner-container .swiper-button-next {
  width: 3%;
  height: 13%;
  background-size: 87% 100%; }

.carousel-banner-container .swiper-button-prev, .carousel-banner-container .swiper-container-rtl .swiper-button-next {
  left: 21.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0; }

.carousel-banner-container .swiper-button-next, .carousel-banner-container .swiper-container-rtl .swiper-button-prev {
  right: 21.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0; }

.module-carouselbannerblock .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px; }

.carousel-banner__content-container {
  position: relative;
  padding: 10px; }
  @media only screen and (min-width: 1024px) {
    .carousel-banner__content-container.-content-theme-3 {
      padding: 0;
      background: rgba(0, 0, 0, .6);
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .6)), to(transparent));
      background: linear-gradient(to right, rgba(0, 0, 0, .6), transparent); } }
  @media only screen and (min-width: 1024px) {
    .carousel-banner__content-container {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; } }

.carousel-banner__content-wrapper {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .carousel-banner__content-wrapper {
      padding: 0 45px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50%; } }

@media only screen and (min-width: 1024px) {
  .carousel-banner__content-container.-content-theme-1 .carousel-banner__content {
    padding: 30px;
    background: #ffffff;
    opacity: .8; } }

@media only screen and (min-width: 1024px) {
  .carousel-banner__content-container.-content-theme-2 .carousel-banner__content {
    color: #ffffff; }
    .carousel-banner__content-container.-content-theme-2 .carousel-banner__content a {
      color: #ffffff; } }

@media only screen and (min-width: 1024px) {
  .carousel-banner__content-container.-content-theme-3 .carousel-banner__content {
    color: #ffffff; }
    .carousel-banner__content-container.-content-theme-3 .carousel-banner__content a {
      color: #ffffff; } }

.carousel-arrow .carousel-banner-container .swiper-button-prev, .carousel-banner-container .carousel-arrow {
  width: 18.5px;
  height: 37px;
  background-size: cover; }

.carousel-banner__prev {
  top: calc(50% - 28px);
  background-image: url(/themes/japanhouselondon/dist/src/img/general/arrow-prev-white-2f20a95f59e9b68667ef98f1ece885fc.svg) !important;
  left: 10px; }

.carousel-banner__next {
  top: calc(50% - 28px);
  background-image: url(/themes/japanhouselondon/dist/src/img/general/arrow-next-white-20ee0dad3a58013887f71d2c2a518c20.svg) !important;
  right: 10px; }

.carousel-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px; }

.content-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 75px; }
  @media only screen and (min-width: 768px) {
    .content-grid__item {
      width: 50%; } }

.content-grid__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px; }

.content-grid__item-media {
  margin-right: 14px;
  max-height: 40px;
  width: auto; }

.hero-video {
  margin: 0 0 35px; }
  @media only screen and (min-width: 768px) {
    .hero-video {
      margin: 0 0 70px; } }

.hero-video-wrapper {
  max-width: 2100px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .hero-video-wrapper {
      min-height: 500px; } }
  .hero-video-wrapper:before {
    content: '';
    display: block;
    padding-top: 64.0625%; }
    @media only screen and (min-width: 768px) {
      .hero-video-wrapper:before {
        padding-top: 44%; } }

.hero-video__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.hero-video__media-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .hero-video__media-canvas.-top {
    -o-object-position: top;
       object-position: top; }
  .hero-video__media-canvas.-btm {
    -o-object-position: bottom;
       object-position: bottom; }

.hero-video-action {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover; }
  .hero-video-action:before {
    content: '';
    position: absolute;
    background: url(/themes/japanhouselondon/dist/src/img/general/icon-play-9dbb5a66a13314f9170524fde6122dae.png) no-repeat center;
    width: 79px;
    height: 79px;
    margin-top: -39.5px;
    margin-left: -39.5px;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .hero-video-action:hover:before {
    opacity: .7; }

.hero-video-modal {
  padding: 0;
  overflow: hidden; }
  .hero-video-modal .tingle-modal-box {
    width: 100%;
    height: 100%; }
  .hero-video-modal .tingle-modal-box__content {
    padding: 0;
    height: 100%; }
    .hero-video-modal .tingle-modal-box__content iframe {
      width: 100%;
      height: 100%; }
  .hero-video-modal .tingle-modal__close {
    background: none;
    width: 40px;
    height: 55px;
    right: 40px;
    top: 40px; }
    @media only screen and (min-width: 0) and (max-width: 767px) {
      .hero-video-modal .tingle-modal__close {
        right: 0;
        left: auto; } }
  .hero-video-modal .tingle-modal__closeIcon {
    text-indent: -9000px;
    display: block;
    background: url(/themes/japanhouselondon/dist/src/img/general/icon-close-1b24949eb485bb2ca10c6226455643ea.svg) no-repeat center transparent; }
  .hero-video-modal .tingle-modal__closeLabel {
    display: none; }

.pagination {
  text-align: center; }

.pagination__step,
.pagination-items {
  display: inline-block; }

.pagination-step__link:hover {
  opacity: .6; }

.pagination-step__link.-disabled {
  opacity: .3;
  pointer-events: none; }

.pagination-items {
  margin: 0 30px; }

.pagination__item {
  display: inline-block;
  margin: 0 5px; }

.pagination__link {
  background-color: #000000;
  color: #ffffff;
  display: block;
  width: 40px;
  height: 36px;
  text-align: center;
  line-height: 36px; }
  .pagination__link:hover {
    color: #ffffff;
    opacity: .6; }
  .pagination__item.-disabled .pagination__link {
    opacity: .3;
    pointer-events: none; }

.map-wrapper {
  position: relative; }
  .map-wrapper:before {
    content: '';
    display: block;
    padding-top: 70%; }
    @media only screen and (min-width: 768px) {
      .map-wrapper:before {
        padding-top: 53%; } }

.map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccc; }

.joblist {
  border-top: 1px solid #000000; }
  @media only screen and (min-width: 1024px) {
    .joblist {
      max-width: 728px; } }

.joblist-content {
  margin-bottom: 65px; }

.joblist-item {
  border-bottom: 1px solid #000000;
  overflow: hidden;
  padding: 32px 0 32px 0; }

.joblist-item__title {
  font-size: 24px;
  font-weight: normal; }

.joblist-item__content {
  font-size: 18px; }

.joblist-item__action {
  float: right;
  border-bottom: 1px solid #000000; }

@media only screen and (min-width: 1024px) {
  .job {
    max-width: 728px; } }

@media only screen and (max-width: 767px) {
  .job .btn {
    margin-bottom: 5px; } }

.job .btn a {
  color: #ffffff;
  font-size: 18px; }

.job-item {
  margin-bottom: 71px; }
  .job-item:last-child {
    margin-bottom: 0; }
  .job-item p, .job-item li {
    font-size: 20px; }

.job-item__detail {
  font-size: 20px; }

.job-item__title {
  font-size: 20px; }

.job-item p {
  margin-bottom: 0.75em; }

.block-intro {
  margin-bottom: 30px; }

.accordion-item__container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  max-width: 728px; }

.accordion-item__wrapper {
  position: relative; }

.accordion-expand {
  text-decoration: underline;
  cursor: pointer; }
  .accordion-expand:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }
  .accordion-expand.-hide:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .accordion-expand.-no-preview {
    position: absolute;
    top: 0;
    right: 0; }

.accordion-item-content {
  -webkit-transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
  transition: visibility 1s ease-in-out, opacity 1s ease-in-out; }
  .accordion-item-content img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto; }
  .accordion-item-content .captionImage {
    max-width: 100%; }

.accordion-item.-close .accordion-item-content {
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
  opacity: 0; }

.accordion-item.-open .accordion-item-content {
  width: 100%;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: visible;
  opacity: 1; }

.accordion-item {
  position: relative; }

.scroll-target {
  position: absolute;
  top: -164px; }

.accordion-item.-open .accordion-item-content-preview {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
  transition: visibility 1s ease-in-out, opacity 1s ease-in-out; }

.accordion-item.-close .accordion-item-content-preview {
  visibility: visible;
  opacity: 1; }

.accordion-item.-open .readmore {
  display: none; }

.accordion-item.-close .hideinfo {
  display: none; }

.media-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .media-content__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media only screen and (min-width: 768px) {
  .media-content__wrapper.-left .media-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 768px) {
  .media-content {
    width: 50%; } }

@media only screen and (min-width: 480px) {
  .media-content__heading {
    margin: 0 45% 0.75em 0; } }

@media only screen and (min-width: 768px) {
  .media-content__wrapper.-left .media-content__heading {
    margin: 0 25% 0.75em 20%; } }

@media only screen and (min-width: 480px) {
  .media-content__content {
    margin: 0 20% 0 0; } }

@media only screen and (min-width: 768px) {
  .media-content__wrapper.-left .media-content__content {
    margin: 0 0 0 20%; } }

.media-content__image {
  position: relative;
  height: 360px; }
  @media only screen and (min-width: 768px) {
    .media-content__image {
      width: 50%; } }

.media-content__img {
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.discover__heading {
  padding-bottom: 10px;
  margin-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    .discover__heading {
      margin-right: 30px; } }
  .discover__heading.-heading-underline {
    border-bottom: 1px solid #999; }

.discover-row__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .discover-row__container.-desktop {
      display: none; } }

.discover-row__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%; }

.discover-cards__container {
  position: relative;
  width: 100%; }
  .discover-row__container.-top .discover-cards__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .discover-row__container.-btm .discover-cards__container {
    width: 50%; }
  @media only screen and (max-width: 767px) {
    .discover-cards__container {
      display: none; } }

.discover-row__container.-top .discover-cards__wrapper {
  width: 50%; }

.discover-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .discover-cards__wrapper.-quad .discover-card, .discover-cards__wrapper.-duo .discover-card {
    width: 50%; }
  .discover-cards__wrapper.-quad.-row .discover-card {
    width: 25%; }

@media only screen and (min-width: 768px) {
  .discover-swiper__wrapper {
    margin-left: -15px;
    margin-right: -15px; } }

.discover-slide {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .discover-slide {
      width: 25%; } }
  @media only screen and (min-width: 768px) {
    .discover-slide .discover-card {
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .discover-slide .discover-card__container {
      padding: 0 15px; } }

.discover-carousel__media-wrapper {
  display: block;
  position: relative;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 10px; }
  .discover-carousel__media-wrapper:before {
    position: relative;
    z-index: 1;
    content: '';
    display: block;
    background: transparent;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .discover-carousel__media-wrapper:before {
        padding-top: 58.185%; }
        .discover-swiper.-mob-dbl .discover-carousel__media-wrapper:before {
          padding-top: 100%; } }
  .discover-cards__wrapper.-solo .discover-carousel__media-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .discover-cards__wrapper.-duo .discover-carousel__media-wrapper:before {
    padding-top: 100%; }
  .discover-cards__wrapper.-quad .discover-carousel__media-wrapper:before {
    padding-top: 50%; }
  .discover-cards__wrapper.-quad.-row .discover-carousel__media-wrapper:before {
    padding-top: 100%; }
  .discover-cards__wrapper.-quad.-row.-short .discover-carousel__media-wrapper:before {
    padding-top: 50%; }
  @media only screen and (min-width: 768px) {
    .discover-swiper__wrapper .discover-carousel__media-wrapper:before {
      padding-top: 100%; } }

.discover-carousel__media {
  display: block; }

.discover-carousel__canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .discover-cards__wrapper.-solo .discover-carousel__canvas {
    position: relative; }

.discover-carousel__prev,
.discover-carousel__next {
  width: 18.5px;
  height: 37px;
  background-size: cover; }

.discover-carousel__prev {
  top: calc(50% - 28px);
  background-image: url(/themes/japanhouselondon/dist/src/img/general/arrow-prev-white-2f20a95f59e9b68667ef98f1ece885fc.svg);
  left: 10px; }

.discover-carousel__next {
  top: calc(50% - 28px);
  background-image: url(/themes/japanhouselondon/dist/src/img/general/arrow-next-white-20ee0dad3a58013887f71d2c2a518c20.svg);
  right: 10px; }

.discover-carousel-pagination {
  position: relative;
  height: 70px;
  padding-top: 20px; }
  .discover-carousel-pagination .swiper-pagination-bullet {
    width: 85px;
    height: 5px;
    margin: 5px;
    background: black;
    border-radius: 0; }

.card-type {
  text-transform: uppercase; }

.divider {
  margin: 0 5px; }

.discover-slide__intro {
  font-size: 16px; }
  .cards.-desc-overlay .discover-slide__intro {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    color: #ffffff;
    white-space: unset;
    overflow: unset;
    text-overflow: unset; }
  .discover-slide__intro.-show-overflow {
    white-space: unset;
    overflow: unset;
    text-overflow: unset; }
  .discover-slide__intro.-default {
    display: block; }
    .cards.-desc-overlay .discover-slide__intro.-default {
      display: none; }
  .discover-slide__intro.-overlay {
    display: none; }
    .cards.-desc-overlay .discover-slide__intro.-overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

.discover-swiper {
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .discover-swiper.-mobile {
      display: none; } }

.discover-cards-title {
  padding: 0 15px;
  width: 100%; }

.discover-card {
  width: 100%;
  padding-bottom: 10px; }
  .discover-cards__wrapper.-first .discover-card {
    height: 100%; }
  @media only screen and (min-width: 768px) {
    .discover-card {
      padding: 0 15px; } }

.discover-card__container {
  height: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
  .discover-card__container:hover {
    opacity: .6; }
  .cards.-desc-overlay .discover-card__container:hover {
    opacity: 1; }
    .cards.-desc-overlay .discover-card__container:hover .discover-carousel__media-wrapper:before {
      background: rgba(0, 0, 0, .5);
      position: relative; }
    .cards.-desc-overlay .discover-card__container:hover .discover-slide__intro {
      visibility: visible;
      opacity: 1; }
  .discover-cards__wrapper.-solo .discover-card__container:hover .discover-carousel__media-wrapper:before {
    position: absolute; }

.discover-cards-link {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.discover-cards-links a {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid black; }

.discover-cards-links:last-child a {
  border-right: none;
  padding-right: 15px; }
  .discover-swiper .discover-cards-links:last-child a {
    padding-right: 30px; }

.discover-pagination {
  position: relative;
  height: 70px;
  padding-top: 20px; }
  .discover-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    margin: 5px;
    background: black;
    border-radius: 0; }
    @media only screen and (min-width: 768px) {
      .discover-pagination .swiper-pagination-bullet {
        width: 65px; } }

@media only screen and (min-width: 768px) {
  .discover-pagination, .discover__prev, .discover__next {
    display: none; } }

.card-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.discover-slide__heading {
  /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
  margin-bottom: 10px;
  font-size: 16px; }
  .discover-swiper.-hide-type .discover-slide__heading .card-type {
    display: none; }
  .discover-swiper.-hide-type .discover-slide__heading .divider {
    display: none; }

.card-date {
  text-transform: uppercase; }

.cards-3 .discover-slide__heading {
  font-family: "SabonLTStdBold", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  margin-bottom: 0; }

.icon-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 580px) {
    .icon-cards__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.icon-card__container {
  margin-bottom: 30px; }
  @media only screen and (min-width: 580px) {
    .icon-card__container {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .icon-card__container {
      width: 25%; } }

.icon-card-picture {
  margin-bottom: 50px;
  width: 50px;
  height: 50px; }

.icon-card-image {
  -o-object-fit: contain;
     object-fit: contain; }

.icon-card__wrapper {
  margin-right: 80px; }

.icon-card-title {
  font-size: 22px;
  margin-bottom: 30px; }

.icon-card-content.typ p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px; }

.icon-card-link-title {
  text-decoration: underline; }

.site-header-container {
  /*@include mq(0,$m) {
		padding: 0 20px;
	}

	@include mq($ml2) {
		padding: 0 17px;
	}*/ }

.site-header-wrap {
  background-color: #ffffff;
  position: fixed;
  z-index: 20;
  width: 100%; }

.site-header {
  background-color: #ffffff;
  padding: 17px 0 9px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .site-header {
      height: 86px; } }
  @media only screen and (min-width: 1024px) {
    .site-header {
      padding: 16px 0 13px; } }
  .site-header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background: linear-gradient(to bottom, #f2f2f2 0px, #030303 1px, #464646 2px, #c2c2c2 4px);
    opacity: .15;
    z-index: 1;
    pointer-events: none; }
  @media only screen and (min-width: 1024px) {
    .site-header.-show-fixed {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      visibility: hidden;
      -webkit-transform: translateY(-100%) translateZ(0);
              transform: translateY(-100%) translateZ(0);
      -webkit-animation: showFixedHeader .5s .3s ease;
              animation: showFixedHeader .5s .3s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      z-index: 30; } }

@-webkit-keyframes showFixedHeader {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0); }
  10% {
    visibility: visible; }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); } }

@keyframes showFixedHeader {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0); }
  10% {
    visibility: visible; }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); } }

.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.site-logo-link {
  width: 92px;
  position: relative;
  display: none; }
  @media only screen and (min-width: 768px) {
    .site-logo-link {
      width: 144px; } }
  @media only screen and (min-width: 1024px) {
    .site-logo-link {
      margin-right: 85px; } }
  @media only screen and (min-width: 1300px) {
    .site-logo-link {
      width: 180px;
      margin-right: 130px; } }
  .site-logo-link:before {
    content: '';
    display: block;
    padding-top: 43.93181818181818%; }
  .site-logo-link.-centred {
    display: inline-block;
    width: 100%; }
    .site-logo-link.-centred:before {
      display: none; }
  @media only screen and (min-width: 768px) {
    .site-logo-link {
      display: inline-block; }
      .site-logo-link.-centred {
        display: none; } }

.site-logo {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .site-logo .cls-1,
  .site-logo .cls-2 {
    fill: #2b2a29; }
  .site-logo .cls-2 {
    fill-rule: evenodd; }
  .site-logo.-centred {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 60px; }
  @media only screen and (min-width: 768px) {
    .site-logo {
      display: block; }
      .site-logo.-centred {
        display: none; } }

.site-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .site-nav-wrapper {
      display: none;
      border-bottom: 6px solid #000000;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background-color: #ffffff;
      z-index: 30; }
      .js-site-nav-open .site-nav-wrapper {
        display: block; } }

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #000000;
  font-family: "SabonLTPro", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.site-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .site-nav__item {
      width: 100%;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-top: 1px solid #cecece; } }
  @media only screen and (min-width: 1024px) {
    .site-nav__item {
      margin-right: 10px;
      position: relative; } }
  @media only screen and (min-width: 1300px) {
    .site-nav__item {
      margin-right: 40px; } }
  @media only screen and (min-width: 1400px) {
    .site-nav__item {
      margin-right: 40px; } }
  .site-nav__item.-main + .site-nav__item.-secondary {
    margin-right: 0;
    margin-left: auto; }
  .site-nav__item.-secondary {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    font-family: "UniversLTPro", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .site-nav__item.-secondary + .site-nav__item.-secondary {
      margin-right: 0; }
      @media only screen and (min-width: 1024px) {
        .site-nav__item.-secondary + .site-nav__item.-secondary {
          margin-left: 40px; } }
      @media only screen and (min-width: 1300px) {
        .site-nav__item.-secondary + .site-nav__item.-secondary {
          margin-left: 50px; } }
  .site-nav__item.-right {
    direction: rtl; }
  .site-nav__item.-has-children {
    cursor: default; }
  @media only screen and (min-width: 1024px) {
    .site-nav__item:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: calc(100% + 30px);
      height: 50px; } }
  .site-nav__item.-social {
    margin-right: 10px;
    position: relative;
    width: 20px; }
    .site-nav__item.-social:after {
      display: none; }
    .site-nav__item.-social svg {
      height: 20px;
      position: absolute;
      top: -5px;
      left: 0; }
  .site-nav__item.-search {
    cursor: pointer; }

.site-nav__link {
  text-transform: uppercase;
  position: relative;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  /*
	.site-nav__item.-main.-has-children & {
		@include mq(0,$mq-mobile-nav) {
			&:after {
				content: '';
				position: absolute;
				background: image-url('general/icon-plus.png') no-repeat center;
				width: 22px;
				height: 22px;
				right: 28px;
				top: 50%;
				margin-top: -11px;
			}

		}
	}

  .site-nav__item.-main.-has-children:hover &,
  .site-nav__item.-main.-has-children:active & {
    @include mq(0,$mq-mobile-nav) {
      &:after {
        transform: rotate(45deg);
      }
    }
  }
  */ }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .site-nav__link {
      display: block;
      padding: 15px 20px;
      width: 100%;
      font-weight: bold; } }
  html.-can-hover .site-nav__item.-has-children .site-nav__link {
    pointer-events: none; }
  .site-nav__item.-main:hover .site-nav__link {
    color: #000000;
    opacity: .6; }
  @media only screen and (min-width: 1024px) {
    .site-nav__item.-main.-section .site-nav__link:before,
    .site-nav__item.-main.-current .site-nav__link:before {
      z-index: 3;
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      padding-top: 11px;
      width: 100%;
      border-bottom: 1px solid #000000; } }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .site-nav__item.-secondary .site-nav__link {
      display: none; } }
  .site-nav__item.-secondary .site-nav__link:after {
    content: '';
    margin-left: 5px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    vertical-align: middle;
    border-color: #000000 transparent transparent transparent; }
  .site-nav__item.-secondary:hover .site-nav__link:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .site-nav__item.-right .site-nav__link {
    direction: ltr; }

@media only screen and (min-width: 0) and (max-width: 1023px) {
  .site-nav__link-more {
    position: absolute;
    background: url(/themes/japanhouselondon/dist/src/img/general/icon-plus-85bcc50e01c31a87f7dc1b6a0dafb7d3.png) no-repeat center;
    background-size: 11px auto;
    width: 40px;
    right: 11px;
    top: 0;
    height: 40px;
    z-index: 1; }
    .js-site-nav-item.js-active .site-nav__link-more {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); } }

.site-nav__subnav-wrapper {
  display: none; }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .site-nav__item.-secondary .site-nav__subnav-wrapper {
      display: block;
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .site-nav__subnav-wrapper {
      position: absolute;
      top: 50px;
      left: 0;
      padding: 33px 0;
      min-height: 115px;
      background-color: #ffffff;
      z-index: 1; } }
  @media only screen and (min-width: 1300px) {
    .site-nav__subnav-wrapper {
      top: 59px; } }
  @media only screen and (min-width: 1024px) {
    .site-nav__subnav-wrapper:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      top: 0;
      height: 100%;
      left: -100vw;
      width: 200vw;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
              box-shadow: 0 5px 5px rgba(0, 0, 0, .1); } }
  @media only screen and (min-width: 1024px) {
    .site-nav__subnav-wrapper:after {
      /*
			content: '';
			height: 63px;
			bottom: 100%;
			margin-bottom: -5px;
			width: 100%;
			left: 0;
			position: absolute;
			z-index: 2;
			*/ } }
  @media only screen and (min-width: 1024px) {
    .site-nav__item.-main:hover .site-nav__subnav-wrapper {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .site-nav__item.-show .site-nav__subnav-wrapper {
      display: block; } }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .js-site-nav-item.js-active .site-nav__subnav-wrapper {
      display: block;
      padding: 0 0 20px; } }
  @media only screen and (min-width: 1024px) {
    .site-nav__item.-right .site-nav__subnav-wrapper {
      direction: ltr;
      right: 0;
      left: auto; }
      .site-nav__item.-right .site-nav__subnav-wrapper:after {
        left: auto;
        right: -100px; } }

.site-nav__subnav {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .site-nav__item.-secondary .site-nav__subnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.site-nav__subnav-item {
  margin: 0;
  line-height: 1; }
  @media only screen and (min-width: 1024px) {
    .site-nav__subnav-item {
      margin-bottom: 22px; } }
  .site-nav__subnav-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .site-nav__item.-secondary .site-nav__subnav-item {
      margin: 0;
      width: 50%; } }

.site-nav__subnav-link {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  width: 100%; }
  .site-nav__subnav-link:hover {
    opacity: .6; }
  @media only screen and (min-width: 1024px) {
    .site-nav__subnav-link {
      font-size: 16px;
      padding: 0;
      width: auto;
      white-space: pre; } }
  .site-nav__item.-main .site-nav__subnav-link:hover {
    color: #000000; }
  @media only screen and (min-width: 1024px) {
    .site-nav__item.-main .site-nav__subnav-link.-section:after, .site-nav__item.-main .site-nav__subnav-link.-current:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      padding-top: 4px;
      width: 100%;
      border-bottom: 1px solid #000000; } }
  .site-nav__item.-secondary .site-nav__subnav-link {
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    font-weight: bold; }
    @media only screen and (min-width: 1024px) {
      .site-nav__item.-secondary .site-nav__subnav-link {
        font-size: 14px;
        opacity: 0.4;
        padding: 0;
        font-weight: normal; } }
    .site-nav__item.-secondary .site-nav__subnav-link.-current {
      background-color: rgba(0, 0, 0, .1);
      pointer-events: none; }
      @media only screen and (min-width: 1024px) {
        .site-nav__item.-secondary .site-nav__subnav-link.-current {
          opacity: 1;
          background-color: transparent; } }
    .site-nav__item.-secondary .site-nav__subnav-link:hover {
      opacity: 1; }

.nav-main__toggler {
  z-index: 11;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  margin-top: -6px; }
  @media only screen and (min-width: 1024px) {
    .nav-main__toggler {
      display: none; } }

.nav-main__toggler-el {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .nav-main__toggler-el {
      display: none; } }
  .nav-main__toggler-el:after {
    content: '';
    display: block;
    height: 1px;
    margin: 5px 0 0;
    background: #000000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: -8% 40%;
            transform-origin: -8% 40%; }
    html.-site-nav-active .nav-main__toggler-el:after {
      background: #ffffff; }
  .nav-main__toggler-el.-el1:after {
    margin-top: 0; }
  html.js-site-nav-open .nav-main__toggler-el.-el1:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-main__toggler-el.-el2:after {
    -webkit-transition: none;
    transition: none; }
  html.js-site-nav-open .nav-main__toggler-el.-el2:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  html.js-site-nav-open .nav-main__toggler-el.-el3:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

#BetterNavigator {
  bottom: 75px !important;
  top: auto !important; }

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.site-wrapper {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 140px;
  margin-top: 86px; }
  @media only screen and (min-width: 1024px) {
    .site-wrapper {
      margin-top: 92px; } }
  @media only screen and (min-width: 1300px) {
    .site-wrapper {
      margin-top: 108px; } }
  .site-wrapper.-has-message {
    margin-top: 170px; }
    @media only screen and (min-width: 462px) {
      .site-wrapper.-has-message {
        margin-top: 142px; } }
    @media only screen and (min-width: 1300px) {
      .site-wrapper.-has-message {
        margin-top: 164px; } }

@media only screen and (min-width: 768px) {
  .main-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main-content-collaterals {
  font-size: 16px;
  margin: 0 0 30px; }
  @media only screen and (min-width: 768px) {
    .main-content-collaterals {
      width: 74.46%; } }
  @media only screen and (min-width: 768px) {
    .main-content-collaterals {
      padding-left: 28px;
      padding-right: 28px;
      width: 25.54%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .main-content-wrap.-with-side .main-content-collaterals {
      padding-left: 28px;
      padding-right: 28px;
      width: 25.54%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0; } }
  .main-content-collaterals a {
    text-decoration: underline; }

.main-content {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .main-content {
      width: 74.46%; } }
  @media only screen and (min-width: 768px) {
    .main-content-wrap.-with-side .main-content {
      width: 74.46%; } }
  @media only screen and (min-width: 768px) {
    .main-content.-space-left {
      margin-left: 25.54%; } }
  .main-content .typ p {
    max-width: 728px; }
  .main-content .typ li {
    max-width: 704px; }

.main-content-headline {
  font-size: 22px;
  line-height: 1.333333333333333;
  font-weight: normal;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .main-content-headline {
      margin: 0 0 40px; } }
  .main-content-headline a {
    text-decoration: none; }

.main-content-byline {
  font-size: 14px;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .main-content-byline {
      margin: 0 0 40px; } }
  .main-content-byline.-alt {
    font-family: "HonMincho-M", "Ryumin Regular KL", "\6E38\660E\671D", YuMincho, "\6E38\660E\671D   Medium", "YuMincho Medium", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif; }

.lazyload,
.lazyloading {
  opacity: .5;
  background-color: #cccccc;
  -o-object-position: -99999px 99999px;
     object-position: -99999px 99999px;
  height: auto;
  height: initial; }

.lazyloaded {
  height: auto;
  height: initial; }

.site-footer {
  color: #ffffff;
  padding: 60px 0 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .site-footer {
      padding: 93px 0 90px; } }

.footer-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
  /*@include mq($m) {
    padding: 0 30px;
  }*/ }

.footer-panel {
  width: 100%;
  padding: 0 14px;
  margin: 0 0 45px;
  letter-spacing: 0.12em;
  font-size: 12px;
  line-height: 1; }
  .footer-panel:last-of-type {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .footer-panel {
      margin: 0;
      font-size: 15px; } }
  .footer-panel a {
    color: #ffffff; }
    .footer-panel a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    .footer-panel.-split {
      width: 50%; } }
  .footer-panel.-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-panel.-double ul {
      padding-right: 15px; }
      .footer-panel.-double ul li {
        margin-top: 5px; }
  @media only screen and (min-width: 768px) {
    .footer-panel {
      width: 33.3333333333333%; } }
  .footer-panel hr {
    width: 20px;
    margin: 14px 0; }
  .footer-panel li {
    margin: 0 0 10px; }
    .footer-panel li:last-of-type {
      margin: 0; }

.site-footer__copyright {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 30px; }

.site-footer-logo {
  width: 235px;
  display: block;
  margin: 45px auto 25px; }
  @media only screen and (min-width: 768px) {
    .site-footer-logo {
      margin: 0 auto 60px; } }
  .site-footer-logo .cls-1 {
    fill-rule: evenodd; }
  .site-footer-logo .cls-1,
  .site-footer-logo .cls-2 {
    fill: #fff; }

.site-footer-form label {
  display: none; }

.site-footer-form input[type=text],
.site-footer-form input[type=email] {
  padding: 10px 0;
  line-height: 1;
  border: none;
  background-color: #000000;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, .5);
  margin: 0 0 16px; }
  @media only screen and (min-width: 768px) {
    .site-footer-form input[type=text],
    .site-footer-form input[type=email] {
      width: 70%; } }
  .site-footer-form input[type=text]:hover, .site-footer-form input[type=text]:active, .site-footer-form input[type=text]:focus,
  .site-footer-form input[type=email]:hover,
  .site-footer-form input[type=email]:active,
  .site-footer-form input[type=email]:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.site-footer-form input[type=submit] {
  border-radius: 0;
  background-color: #1a1a1a;
  padding: 10px 0;
  line-height: 1;
  font-weight: normal;
  min-width: 110px; }

.site-footer-form .success-message {
  display: none; }
  .site-footer-form .success-message.-active {
    display: block; }

.site-footer-form form.-submitted {
  display: none; }

.social-icons-container {
  margin-bottom: 30px; }

.footer-newsletter, .social-icons-container {
  font-size: 16px;
  letter-spacing: 0.025em; }

.panel-container {
  width: 50%; }

.site-search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 20px; }
  @media only screen and (min-width: 1024px) {
    .site-search-form {
      padding: 0;
      max-width: 100%;
      width: 310px; } }
  .site-search-form form {
    position: relative; }
  .site-search-form input[type="text"] {
    font-size: 13px;
    padding: 4px 30px 4px 3px;
    margin: 0;
    line-height: 31px;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .site-search-form input[type="text"] {
        font-size: 23px; } }
    .site-search-form input[type="text"]::-webkit-input-placeholder {
      font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      text-transform: uppercase; }
    .site-search-form input[type="text"]:-ms-input-placeholder {
      font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      text-transform: uppercase; }
    .site-search-form input[type="text"]::-ms-input-placeholder {
      font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      text-transform: uppercase; }
    .site-search-form input[type="text"]::placeholder {
      font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      text-transform: uppercase; }
  .site-search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 14px;
    width: 12px;
    height: 12px;
    padding: 0;
    text-indent: -9000px;
    background: url(/themes/japanhouselondon/dist/src/img/general/icon-search-daf2fd507017ed75767eb0c1129788aa.png) no-repeat center transparent;
    background-size: 100%; }
    @media only screen and (min-width: 1024px) {
      .site-search-form input[type="submit"] {
        width: 23px;
        height: 23px;
        top: 7px; } }
  .site-search-form label {
    display: none; }

.filters-wrapper {
  margin: 20px 0 0; }
  @media only screen and (min-width: 768px) {
    .filters-wrapper {
      margin: 0; } }
  .filters-wrapper.-disabled {
    visibility: hidden; }

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }

.filters-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding: 0 0 12px;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .filters-item {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      max-width: 308px; } }
  .filters-item:after {
    content: '';
    margin: auto 0;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    vertical-align: middle;
    border-color: #000000 transparent transparent transparent; }
  .filters-item.-js-active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.filters-item-dropdown {
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 30px 60px 30px 30px;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
  display: none; }
  .filters-item.-js-active .filters-item-dropdown {
    display: block; }

.filters-item-dropdown__item {
  margin: 0 0 20px; }
  .filters-item-dropdown__item:last-of-type {
    margin: 0; }

.filters-item-dropdown__action {
  line-height: 1; }

html {
  scroll-behavior: smooth; }

.back-to-top-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  opacity: 1;
  background-image: url(/themes/japanhouselondon/dist/src/img/general/backtotopbtnblack-4c3c967b71d498126087f9bd2931dff7.png);
  background-position: center;
  background-repeat: no-repeat; }
  .site-footer .back-to-top-btn {
    background-image: url(/themes/japanhouselondon/dist/src/img/general/backtotopbtn-4df2e52b5bbc72011ddcd552c9d6b03d.png);
    display: block; }
  .back-to-top-btn:hover {
    opacity: 0.6; }
  .back-to-top-btn.-show {
    display: block; }

body.-ss-login {
  background-color: #ffffff; }

.login-wrapper {
  margin: 100px auto 0;
  max-width: 300px;
  color: #000000; }
  .login-wrapper p + form {
    margin-top: 30px; }
  .login-wrapper .site-logo-link {
    margin-left: 0;
    margin-bottom: 30px; }
  .login-wrapper .right {
    float: none; }
  .login-wrapper label {
    display: inline-block; }
  .login-wrapper input[type="submit"] {
    width: 100%;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a; }
    .login-wrapper input[type="submit"]:hover {
      background-color: #ffffff;
      color: #000000; }
  .login-wrapper #ForgotPassword {
    margin: 15px 0 0;
    font-size: 14px; }
    .login-wrapper #ForgotPassword a {
      text-decoration: underline; }
      .login-wrapper #ForgotPassword a:hover {
        text-decoration: none; }
  .login-wrapper .field {
    margin: 0 0 20px; }
  .login-wrapper .checkbox label {
    margin: 0;
    font-size: 14px; }
  .login-wrapper .Actions {
    margin: 15px 0 0; }

.search-results-header {
  margin: 0 0 50px; }

.search-results-header__heading {
  text-transform: capitalize;
  padding-left: 2px;
  font-size: 32px;
  display: block;
  border-bottom: 1px solid #000000;
  margin: 0 0 11px; }

.search-results-header__subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: "SabonLTStdRoman", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }

html.-no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.library-content {
  margin-bottom: 60px; }

.library-list-wrapper {
  padding: 0; }

.library-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 14px 14px 14px; }
  @media only screen and (min-width: 768px) {
    .list-item {
      width: 313px;
      margin: 0 14px 72px 14px; } }
  .list-item.-content {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .list-item.-content {
        width: 63.3745%; } }

@media only screen and (min-width: 768px) {
  .list-item:nth-child(3n) {
    margin-right: 0; } }

.list-item-title {
  font-size: 22px;
  line-height: 1.333333333333333;
  font-weight: normal;
  margin: 0 0 20px; }
  .list-item-title.-uppercase {
    text-transform: uppercase; }

.list-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background: #ebebeb; }
  .list-item-image picture {
    margin: 0 auto; }
  .list-item-image img {
    max-height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.list-item-header {
  margin-bottom: 20px;
  position: relative; }
  .list-item-header .checkbox {
    width: 100%; }
  .list-item-header .checkbox a {
    float: right;
    width: 88%; }
  .list-item-header .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
  .list-item-header .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .list-item-header .checkbox label {
        width: 313px; } }
  .list-item-header .checkbox label::before,
  .list-item-header .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block; }
  .list-item-header .checkbox label::before {
    height: 100%;
    width: 10.7%;
    border: 2px solid black;
    left: 0;
    top: 0;
    max-width: 32px; }
  .list-item-header .checkbox label::after {
    height: 9px;
    width: 20px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 5px;
    top: 11px; }
  .list-item-header .checkbox input[type="checkbox"] + label::after {
    content: none; }
  .list-item-header .checkbox input[type="checkbox"]:checked + label::after {
    content: ""; }
  .list-item-header .checkbox input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px; }

.list-item-link {
  width: 175px;
  height: 36px;
  color: #ffffff; }
  .list-item-link.-download {
    width: 235px;
    margin-bottom: 10px;
    margin-right: 15px; }
    @media only screen and (min-width: 768px) {
      .list-item-link.-download {
        margin-bottom: 0; } }
  .list-item-link.-press-rls {
    margin-bottom: 40px;
    width: unset; }

.library-nav-container {
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .library-nav-container {
      border-bottom: 2px solid black; } }

.library-nav-item-container {
  padding: 0 15px;
  margin-bottom: -1px; }
  @media only screen and (min-width: 768px) {
    .library-nav-item-container:first-child {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) {
    .library-nav-item-container:last-child {
      padding-right: 0; } }

.library-nav-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  width: 100%;
  border: 2px solid black;
  opacity: 0.3;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 14px;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .library-nav-item {
      font-size: 24px;
      height: 60px;
      border-bottom: none; } }
  .library-nav-item span {
    margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .library-nav-item:first-child {
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .library-nav-item:last-child {
    margin-right: 0; } }

.library-nav-item.-current {
  opacity: 1; }

.library-nav-item:hover {
  opacity: 1; }

.library-btn-container {
  margin-bottom: 50px; }

.list-item-expand {
  height: 46px;
  width: 46px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer; }
  .list-item-expand span {
    line-height: 0.7;
    font-size: 60px;
    color: #ffffff; }
  .list-item-expand svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.library-download-form .checkbox-container {
  height: 48px;
  margin-bottom: 28px; }

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .library-download-form .checkbox {
    width: 15px;
    height: 15px; }

.video-play-btn {
  cursor: pointer;
  margin-top: -20px;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: #ffffff;
  border-radius: 50%; }
  .video-play-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.library-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 30; }
  .library-modal-wrapper.-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.library-modal-container {
  display: none;
  z-index: 30;
  background: #ffffff;
  overflow-x: hidden; }
  @media only screen and (max-width: 991px) {
    .library-modal-container {
      max-width: 90%;
      max-height: 90%; } }
  .library-modal-container.-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.library-modal {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 15px 0;
          box-shadow: rgba(0, 0, 0, .5) 0 0 15px 0; }
  @media only screen and (min-width: 1100px) {
    .library-modal {
      max-width: 808px;
      padding: 75px 40px 40px 40px; } }
  .library-modal .list-item-expand {
    z-index: 5; }
    .library-modal .list-item-expand div {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      line-height: 0.7;
      font-size: 60px;
      color: #ffffff;
      margin-left: 3px; }

.library-swiper-container {
  height: 100%; }
  @media only screen and (min-width: 992px) {
    .library-swiper-container {
      width: 728px; } }
  .library-swiper-container .list-item-header {
    height: 250px; }
    @media only screen and (min-width: 1100px) {
      .library-swiper-container .list-item-header {
        height: 500px; } }
  .library-swiper-container .list-item-image {
    height: 100%; }
    .library-swiper-container .list-item-image img {
      height: 100%; }
  .library-swiper-container .list-item-link {
    height: 16px; }

.list-item-video {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.library-swiper-container .swiper-button-container {
  background: #ffffff;
  position: absolute;
  height: 131px;
  width: 59px;
  top: 184px;
  z-index: 1; }
  @media only screen and (max-width: 1099px) {
    .library-swiper-container .swiper-button-container {
      height: 41px;
      width: 29px;
      top: 104px; } }
  .library-swiper-container .swiper-button-container.-next {
    right: 0; }
  .library-swiper-container .swiper-button-container.-prev {
    left: 0; }

.library-swiper-container .swiper-button-prev, .library-swiper-container .swiper-button-next {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  width: 70%;
  height: 50%;
  background-size: 100%; }

.library-download-form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 30; }
  .library-download-form-modal.-show {
    display: block; }

.library-download-form-wrapper {
  position: fixed;
  z-index: 30;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
  height: 90%;
  width: 90%;
  padding: 20px; }
  @media only screen and (min-width: 992px) {
    .library-download-form-wrapper {
      height: 790px;
      width: 891px;
      padding: 50px 50px 50px 80px;
      max-height: 85%; } }

.form-header {
  margin-bottom: 50px; }
  .form-header h4 {
    font-weight: 500; }
  .form-header p {
    font-size: 16px; }

.library-download-form-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .library-download-form-title {
      width: 90%; } }
  @media only screen and (min-width: 992px) {
    .library-download-form-title {
      width: 50%; } }

.library-download-form-container {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .library-download-form-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .library-download-form-container form {
    width: 100%;
    margin-right: 28px; }
    .library-download-form-container form ::-webkit-input-placeholder {
      color: #000000; }
    .library-download-form-container form :-ms-input-placeholder {
      color: #000000; }
    .library-download-form-container form ::-ms-input-placeholder {
      color: #000000; }
    .library-download-form-container form ::placeholder {
      color: #000000; }

@media only screen and (min-width: 992px) {
  .form-wrapper {
    width: 50%; } }

.form-wrapper fieldset {
  position: relative; }
  .form-wrapper fieldset .field {
    margin-bottom: 25px; }
    @media only screen and (min-width: 992px) {
      .form-wrapper fieldset .field {
        margin-right: 28px; } }
    .form-wrapper fieldset .field.text label {
      display: none; }
    .form-wrapper fieldset .field.checkbox {
      font-family: "UniversLTPro", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px; }
      .form-wrapper fieldset .field.checkbox label {
        font-weight: normal; }
    .form-wrapper fieldset .field .middleColumn input {
      height: 54px;
      background: #e5e5e5;
      margin-bottom: 0; }
  .form-wrapper fieldset .field:first-child {
    width: 48%; }
    @media only screen and (min-width: 992px) {
      .form-wrapper fieldset .field:first-child {
        width: 164px; } }
  .form-wrapper fieldset .field:nth-child(2) {
    width: 48%;
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (min-width: 992px) {
      .form-wrapper fieldset .field:nth-child(2) {
        width: 164px; } }

.form-wrapper .action {
  width: 140px;
  height: 36px;
  margin-bottom: 15px; }

.form-legend {
  font-family: "UniversLTPro", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .form-legend p a {
    text-decoration: underline; }

.library-download-form-content {
  font-family: "UniversLTPro", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .library-download-form-content {
      width: 50%; } }
  .library-download-form-content h4, .library-download-form-content ol li {
    font-size: 14px; }
  .library-download-form-content h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "UniversLTPro", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.form-close {
  z-index: 5;
  height: 46px;
  width: 46px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer; }
  .form-close div {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%; }
    .form-close div svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.library-download-form-container {
  margin-bottom: 20px;
  position: relative; }
  .library-download-form-container .checkbox {
    width: 100%; }
  .library-download-form-container .checkbox a {
    float: right;
    width: 88%; }
  .library-download-form-container .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
  .library-download-form-container .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .library-download-form-container .checkbox label {
        width: 313px; } }
  .library-download-form-container .checkbox label::before,
  .library-download-form-container .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block; }
  .library-download-form-container .checkbox label::before {
    height: 16px;
    width: 16px;
    border: 2px solid black;
    left: 0;
    top: 0;
    max-width: 32px; }
  .library-download-form-container .checkbox label::after {
    height: 5px;
    width: 10px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 3px;
    top: 5px; }
  .library-download-form-container .checkbox input[type="checkbox"] + label::after {
    content: none; }
  .library-download-form-container .checkbox input[type="checkbox"]:checked + label::after {
    content: ""; }
  .library-download-form-container .checkbox input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px; }

.test-div {
  z-index: 10; }

.modal-close {
  z-index: 5;
  height: 46px;
  width: 46px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer; }
  .modal-close div {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%; }
    .modal-close div svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.js-download-selected-error {
  display: none;
  color: red;
  background: none;
  cursor: default; }
  .js-download-selected-error:hover {
    background: none;
    color: red; }

.library-contact p a {
  text-decoration: underline; }

.form-legend-container {
  position: relative; }

.form-errormsg {
  display: none;
  color: red;
  position: absolute;
  top: -45px;
  left: 160px; }
  .form-errormsg.-show {
    display: block; }

.list-item-date {
  font-size: 18px; }

.parsley-required, .parsley-type {
  color: red;
  font-size: 14px; }

.event__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.event__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
  padding-bottom: 20px; }
  .event__logo img {
    width: 70px; }
  .event__logo.-medium img {
    width: 105px; }
  .event__logo.-large img {
    width: 210px; }
  .event__logo.-x-large img {
    width: 420px; }

.intro-content__container {
  padding-bottom: 33px; }
  @media only screen and (min-width: 768px) {
    .intro-content__container {
      padding-left: 26px; } }
